.left_col {
    background: #2A3F54
}


.form-control {
    border-radius: 0;
    width: 100%
}

.form-horizontal .control-label {
    padding-top: 8px
}

.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}

legend {
    font-size: 18px;
    color: inherit
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}

.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}

.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}

.form-control.has-feedback-left {
    padding-left: 45px
}

.form-control.has-feedback-right {
    padding-right: 45px
}

.form-group {
    margin-bottom: 10px
}

.validate {
    margin-top: 10px
}

.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px
}

.invalid-form-error-message.filled {
    border-left: 2px solid #E74C3C
}



.login {
    background: #F7F7F7
}

.login .fa-paw {
    font-size: 26px
}

a.hiddenanchor {
    display: none
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 1%;/*5%;*/
    max-width: 350px;
    position: relative
}

.registration_form,
.login_form {
    position: absolute;
    top: 0px;
    width: 100%
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}

.login_form {
    z-index: 22
}

#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}

#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

.login_box {
    padding: 20px;
    margin: auto
}

.left {
    float: left
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none
}

.login_content a:hover {
    text-decoration: underline
}

.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px
}

.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}

.login_content h1:before,
.login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}

.login_content form {
    margin: 20px 0;
    position: relative
}

.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: none
}

#username {
    background-position: 10px 10px !important
}

#password {
    background-position: 10px -53px !important
}

.login_content form div a {
    font-size: 12px;
    margin: 10px 15px 0 0
}

.reset_pass {
    margin-top: 10px !important
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px
}

.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0
}

.login_content form input[type="submit"],
#content form .submit {
    float: left;
    margin-left: 38px
}



/* Div Center Postions*/

.center_div_50{
    margin: 0 auto;
    width:50% ;/* value of your choice which suits your alignment */
}

.center_div_60{
    margin: 0 auto;
    width:60% ;/* value of your choice which suits your alignment */
}

.center_div_70{
    margin: 0 auto;
    width:70% ;/* value of your choice which suits your alignment */
}

.center_div_80{
    margin: 0 auto;
    width:80% ;/* value of your choice which suits your alignment */
}

.center_div_90{
    margin: 0 auto;
    width:90% ;/* value of your choice which suits your alignment */
}

.center_div_95{
    margin: 0 auto;
    width:95% ;/* value of your choice which suits your alignment */
}

.center_div_98{
    margin: 0 auto;
    width:98% ;/* value of your choice which suits your alignment */
}

/* Dynamic table auto slno */

.table_dynamic_srlno {
    counter-reset: rowNumber-1;
}

.table_dynamic_srlno tr:nth-child(n+1) {
    counter-increment: rowNumber;
}

.table_dynamic_srlno tr:nth-child(n+1) td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}

/*news */

.glyphicon {
margin-right: 4px !important; /*override*/
}
.pagination .glyphicon {
margin-right: 0px !important; /*override*/
}
.pagination a {
color: #555;
}
.panel ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.news-item {
padding: 4px 4px;
margin: 0px;
border-bottom: 1px dotted #555;
}

.rotateText {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}



/* header alerts messages - alter - AdminLTE.CSS (line- 1014)*/

.navbar-nav > .alerts-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  /*white-space: nowrap;*/
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}

/* custom sidebar width 

.content-wrapper,
.right-side,
.main-footer {
  margin-left: 150px;
}
.main-header > .navbar {
  margin-left: 0;
}
.main-sidebar,
.left-side {
  width: 250px; /*230px;
}

*/

/* styles for responsive pivot UI + bootstrap-like styles */            

.pivotHolder table.pvtUi {
    table-layout:fixed;
}
    .pivotHolder select {
        visibility:hidden;
    }
        .pivotHolder select.form-control {
            visibility:visible;
        }

.pivotHolder > table.pvtUi, .pivotHolder table.pvtTable {
    width:100%;
    margin-bottom:0px;
}
    .pivotHolder > table.pvtUi>tbody>tr>td, .pivotHolder > table.pvtUi>tbody>tr>th {
        border: 1px solid #ddd;
    }
    .pivotHolder .pvtAxisContainer li span.pvtAttr {
        height:auto;
        white-space:nowrap;
    }
    .pivotHolder .pvtAxisContainer.pvtUnused, .pivotHolder .pvtAxisContainer.pvtCols {
        vertical-align:middle;
    }

.pivotHolder > table.pvtUi>tbody>tr:first-child > td:first-child {
    width:250px;
}

.pivotHolder td.pvtRendererArea {
    padding-bottom:0px;
    padding-right:0px;
    border-bottom-width:0px !important;
    border-right-width:0px !important;
}
.pivotHolder td.pvtVals br { display:none; }            

.pvtRendererArea>div {
    overflow:auto;
}

.pvtTableRendererHolder {
    max-height:600px;  /* limit table height if needed */
}   

/* vertical scroll bar in pivot*/
.pivot-scroll-area{
  width:100%;
  height:calc(100% - 200px);
  margin-top:7px;
  /*background-color:green;*/
  float:left;
  overflow-y:scroll;
}

/* font awesome icon size
.fa {
    font-size: 20px;
}
*/

/* Indicators Tab*/

.nav-tabs > li.active > a {
  color: #3c5a78;
  font-size: 16px;
  font-weight: bold;
}
.nav-tabs > li > a {
  color: #000000;
  font-size: 16px;

}

/* Map Visulaization*/

#map_canvas { height: 900px; }

.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width:82%;height:88%; }
}

.modal-box header,
.modal-box .modal-header {
  background:#12bbeb;
  padding: 1em 1em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {color:#FFFFFF;margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding:0.6em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  position: absolute;
  top:3%;
  right: 2%;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

#legend { display: flex; display: -webkit-box; padding-top: 7px;}
.color-key {
  background: linear-gradient(to right,
    hsl(5, 69%, 54%) 0%,
    hsl(29, 71%, 51%) 17%,
    hsl(54, 74%, 47%) 33%,
    hsl(78, 76%, 44%) 50%,
    hsl(102, 78%, 41%) 67%,
    hsl(127, 81%, 37%) 83%,
    hsl(151, 83%, 34%) 100%);
  flex: 1;
  -webkit-box-flex: 1;
  margin: 0 5px;
  text-align: left;
  font-size: 1.0em;
  line-height: 1.0em;
}
#data-value { font-size: 1.0em; font-weight: bold }
#data-label { font-size: 1.0em; font-weight: normal; padding-right: 10px; }
#data-label:after { content: ' : ' }
#data-caret { margin-left: -5px; display: none; font-size: 10px; width: 14px}

/* shows red outline on focus in inputs*/
.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/* select2 increase width */
.bigdrop {
    width: 300px !important;
    font-size: 8px; font-weight: normal;
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.bigdrop1 {
    width: 200px !important;
    font-size: 8px; font-weight: normal;
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.bigdrop2 {
    width: 150px !important;
    font-size: 8px !important;; 
    font-weight: normal ;
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/* Child Survey Malayalam Font*/

.childsurvey-font-ml { font-size: 13px; font-weight: normal }
.childsurvey-font-ml2 { font-size: 11px; font-weight: normal }

/* Fixed Header - Working */

.fixHeader{
    overflow-y: auto;
    height:300px;
    }

.fixHeader table{
    width: 100%;
    table-layout: fixed; 
   /* border : 1px solid black;*/
    border-spacing: 1px;
}

.fixHeader table th {
        text-align: left;
        top:0;
        position: sticky;
        background-color: #2874A6;
       
}

/* Fixed Header */