/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Mar 18, 2016, 4:33:09 PM
    Author     : Sif-632
*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.login-page,
.register-page {
    background-color: #fff !important;
}

.login-box,
.register-box {
    margin: 0% auto;
}

.login-box-body {
    border: 1px solid #d2d6de !important;
}

.login-logo,
.register-logo {
    margin-bottom: 0px;
}

.custom-border {
    /*    border: 1px solid #90caf9; box-shadow:0 5px 11px 0 #666666, 0 4px 15px 0 #666666*/
}


/*.box{border: 1px solid #f4f4f4!important; margin-bottom: 0px !important}*/

.box-body {
    padding: 0px;
}


/*.info-box-number{font-size:26px;}*/

.loginFormModule {
    /*    background: -webkit-linear-gradient(45deg, hsla(89, 100%, 87%, 1) 0%, hsla(89, 100%, 87%, 0) 70%),
            -webkit-linear-gradient(315deg, hsla(193, 100%, 34%, 1) 10%, hsla(193, 100%, 34%, 0) 80%),
            -webkit-linear-gradient(225deg, hsla(141, 96%, 86%, 1) 10%, hsla(141, 96%, 86%, 0) 80%),
            -webkit-linear-gradient(135deg, hsla(151, 99%, 19%, 1) 100%, hsla(151, 99%, 19%, 0) 70%) !important;
        background: linear-gradient(45deg, hsla(89, 100%, 87%, 1) 0%, hsla(89, 100%, 87%, 0) 70%),
            linear-gradient(135deg, hsla(193, 100%, 34%, 1) 10%, hsla(193, 100%, 34%, 0) 80%),
            linear-gradient(225deg, hsla(141, 96%, 86%, 1) 10%, hsla(141, 96%, 86%, 0) 80%),
            linear-gradient(315deg, hsla(151, 99%, 19%, 1) 100%, hsla(151, 99%, 19%, 0) 70%) !important;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    /*    background-image: -moz-linear-gradient(top, #ed5900, #eff108);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0ae), to(#fff));
        background-image: -webkit-linear-gradient(top, #0ea, white);*/
    width: 100%;
    height: 100%;
}

#indicator-container {
    padding-top: 10px;
    min-height: 250px;
}

.progress-description,
.info-box-text {
    white-space: pre-line;
    font-size: 18px;
    margin-top: 11px;
    color: #555;
}

.product-img {
    padding-left: 10px;
}

.today,
.all {
    margin-right: 10px;
}

.nav-tabs li.active a {
    font-weight: bold;
}

.bluethemeBtn {
    background-color: #367fa9;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.purpleThemeBtn {
    background-color: #555299;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.greenThemeBtn {
    background-color: #008d4c;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.redThemeBtn {
    background-color: #dd4b39;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.yellowThemeBtn {
    background-color: #f39c12;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}

.themeChangerBtn {
    box-shadow: 0 2px 7px 0 #666666, 0 2px 8px 0 #666666;
    margin: 0 auto;
}

.themes th {
    text-align: center;
}

.dashbutton {
    color: #fff;
    background-color: #6CA1D5;
    border-color: #4B77B5 !important;
    box-shadow: 0 0 0 1px #6CA1D5 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #4B77B5, 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 2px;
}

.dashbutton:hover,
.dashbutton:active,
.dashbutton.hover {
    background-color: #4B77B5 !important;
}


/*.indicators{
    margin-bottom: 15px;
    background-color:white;
        box-shadow: 0px 0px 10px 0px #009688;
    min-height:150px;
    max-height:150px;
    padding:0px 0px 0px 0px;
    position:relative;
        border-radius:10px;
}
.indicatorvalue{
    color:#607D8B;
    font-size:2.8em;
    font-weight:bolder;
    margin: 1px 1px 1px 10px;
}
.indicators h4{
    margin:0px 0px 0px 10px;
    font-size: 20px;
}
.indicatorinfo{
    color:white;
    font-size: 17px;
    max-height: 40px;
    min-height: 40px;
    position:absolute;
    bottom:0;
    background-color:#009688;
    width:100%;
        border-radius: 0px 0px 10px 10px;
    padding:5px 0px 0px 10px
}*/

.fancyAnchor {
    position: relative;
    color: white;
    text-decoration: none;
    background-color: #4CAF50;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 700;
    font-size: 1.5em;
    display: block;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 9px 0px #388E3C, 0px 9px 25px rgba(0, 0, 0, .7);
    margin: 30px auto;
    width: 100%;
    height: 80px;
    text-align: left;
}

.fancyAnchor {
    box-shadow: 0 0 0 1px #dd4814 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #b63a0f, /* drop shadow color */
    0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5) !important;
    background-color: #dd4814 !important;
    border-color: #c53706 !important;
}

.quickBtnIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2em;
}

.box-body {
    /* margin: 10px !important; */
}

.error {
    color: #F51D10;
}

.sidebar a {
    color: white !important;
}

.sidebar-menu > li.active > a {
    font-weight: bolder;
    border-left-color: white!important;
}

.sidebar-menu > li:hover > a {
    border-left-color: white!important;
}


/*SKIN BLUE*/

/*.skin-blue .btn-danger{
    box-shadow:0 0 0 1px #3c8dbc inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #3c8dbc, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#3c8dbc;
}*/

.skin-blue .btn-danger:active {
    background-color: #3c8dbc;
}

.skin-blue .pager li a.active {
    background: #3c8dbc;
    color: #fff;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    /*    background-color: #3c8dbc !important;*/
    background-color: #222d32!important;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
    /*    background: #367fa9;*/
    /*    background: #03a9f4;*/
}

.skin-blue .form-control:focus {
    border-color: #367fa9;
}


/*SKIN PURPLE*/

/*.skin-purple .btn-danger{
    box-shadow:0 0 0 1px #605ca8 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #605ca8, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#605ca8;
}*/

.skin-purple .box.box-solid.box-primary > .box-header {
    background-color: #605ca8;
}

.skin-purple .box.box-solid.box-primary {
    border: 1px solid #605ca8;
}

.skin-purple .wrapper,
.skin-purple .main-sidebar,
.skin-purple .left-side {
    background-color: #605ca8 !important;
}

.skin-purple .sidebar-menu > li:hover > a,
.skin-purple .sidebar-menu > li.active > a {
    background: #555299;
}

.skin-purple .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #605ca8;
}

.skin-purple .btn-primary {
    background-color: #605ca8;
    border-color: #605ca8;
}

.skin-purple .btn-primary:hover,
.skin-purple .btn-primary:active,
.skin-purple .btn-primary.hover {
    background-color: #605ca8;
}

.skin-purple .pagination > .active > a,
.skin-purple .pagination > .active > a:focus,
.skin-purple .pagination > .active > a:hover,
.skin-purple .pagination > .active > span,
.skin-purple .pagination > .active > span:focus,
.skin-purple .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #605ca8;
    border-color: #605ca8;
}

.skin-purple .main-footer a {
    color: #605ca8;
}

.skin-purple .pager li a.active {
    background: #605ca8;
    color: #fff;
}

.skin-purple .form-control:focus {
    border-color: #605ca8;
}

.skin-purple .btn-primary:active:focus {
    background: #605ca8;
}


/*SKIN GREEN*/

/*.skin-green .btn-danger{
    box-shadow:0 0 0 1px #00a65a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #00a65a, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#00a65a;
}*/

.skin-green .box.box-solid.box-primary > .box-header {
    background-color: #00a65a;
}

.skin-green .box.box-solid.box-primary {
    border: 1px solid #00a65a;
}

.skin-green .wrapper,
.skin-green .main-sidebar,
.skin-green .left-side {
    background-color: #00a65a !important;
}

.skin-green .sidebar-menu > li:hover > a,
.skin-green .sidebar-menu > li.active > a {
    background: #008d4c;
}

.skin-green .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.skin-green .btn-primary {
    background-color: #00a65a;
    border-color: #00a65a;
}

.skin-green .btn-primary:hover,
.skin-green .btn-primary:active,
.skin-green .btn-primary.hover {
    background-color: #00a65a;
}

.skin-green .pagination > .active > a,
.skin-green .pagination > .active > a:focus,
.skin-green .pagination > .active > a:hover,
.skin-green .pagination > .active > span,
.skin-green .pagination > .active > span:focus,
.skin-green .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #00a65a;
    border-color: #00a65a;
}

.skin-green .main-footer a {
    color: #00a65a;
}

.skin-green .pager li a.active {
    background: #00a65a;
    color: #fff;
}

.skin-green .form-control:focus {
    border-color: #00a65a;
}

.skin-green .btn-primary:active:focus {
    background: #00a65a;
}


/*SKIN RED*/

/*.skin-red .btn-danger{
    box-shadow:0 0 0 1px #dd4b39 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #dd4b39, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#dd4b39;
}*/

.skin-red .box.box-solid.box-primary > .box-header {
    background-color: #dd4b39;
}

.skin-red .box.box-solid.box-primary {
    border: 1px solid #dd4b39;
}

.skin-red .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
    background-color: #dd4b39 !important;
}

.skin-red .sidebar-menu > li:hover > a,
.skin-red .sidebar-menu > li.active > a {
    background: #d73925;
}

.skin-red .btn-primary {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.skin-red .btn-primary:hover,
.skin-red .btn-primary:active,
.skin-red .btn-primary.hover
{
    background-color: #dd4b39;
}

.skin-red .pagination > .active > a,
.skin-red .pagination > .active > a:focus,
.skin-red .pagination > .active > a:hover,
.skin-red .pagination > .active > span,
.skin-red .pagination > .active > span:focus,
.skin-red .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.skin-red .main-footer a {
    color: #dd4b39;
}

.skin-red .pager li a.active {
    background: #dd4b39;
    color: #fff;
}

.skin-red .form-control:focus {
    border-color: #dd4b39;
}

.skin-red .btn-primary:active:focus {
    background: #dd4b39;
}


/*SKIN YELLOW*/

/*.skin-yellow .btn-danger{
    box-shadow:0 0 0 1px #f39c12 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #f39c12, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#f39c12;
}*/

.skin-yellow .box.box-solid.box-primary > .box-header {
    background-color: #f39c12;
}

.skin-yellow .box.box-solid.box-primary {
    border: 1px solid #f39c12;
}

.skin-yellow .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.skin-yellow .wrapper,
.skin-yellow .main-sidebar,
.skin-yellow .left-side {
    background-color: #f39c12 !important;
}

.skin-yellow .sidebar-menu > li:hover > a,
.skin-yellow .sidebar-menu > li.active > a {
    background: #e08e0b;
}

.skin-yellow .btn-primary {
    background-color: #f39c12;
    border-color: #f39c12;
}

.skin-yellow .btn-primary:hover,
.skin-yellow .btn-primary:active,
.skin-yellow .btn-primary.hover {
    background-color: #f39c12;
}

.skin-yellow .pagination > .active > a,
.skin-yellow .pagination > .active > a:focus,
.skin-yellow .pagination > .active > a:hover,
.skin-yellow .pagination > .active > span,
.skin-yellow .pagination > .active > span:focus,
.skin-yellow .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f39c12;
    border-color: #f39c12;
}

.skin-yellow .main-footer a {
    color: #f39c12;
}

.skin-yellow .pager li a.active {
    background: #f39c12;
    color: #fff;
}

.skin-yellow .form-control:focus {
    border-color: #f39c12;
}

.skin-yellow .btn-primary:active:focus {
    background: #f39c12;
}


/*SKIN GREY*/

/*.skin-yellow .btn-danger{
    box-shadow:0 0 0 1px #f39c12 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #f39c12, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#f39c12;
}*/

.skin-grey .box.box-solid.box-primary > .box-header {
    /*    background-color: #808080;*/
    background-color: #03A9F4;
}

.skin-grey .main-header {
    background-color: #03A9F4;
}

.skin-grey .box.box-solid.box-primary {
    border: 1px solid #808080;
}

.skin-grey .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #808080;
}

.skin-grey .wrapper,
.skin-grey .main-sidebar,
.skin-grey .left-side {
    background-color: #222d32!important;
}

.skin-grey .sidebar-menu > li:hover > a,
.skin-grey .sidebar-menu > li.active > a {
    background: #808080;
}

.skin-grey .btn-primary {
    background-color: #808080;
    border-color: #808080;
}

.skin-grey .btn-primary:hover,
.skin-grey .btn-primary:active,
.skin-grey .btn-primary.hover {
    background-color: #808080;
}

.skin-grey .pagination > .active > a,
.skin-grey .pagination > .active > a:focus,
.skin-grey .pagination > .active > a:hover,
.skin-grey .pagination > .active > span,
.skin-grey .pagination > .active > span:focus,
.skin-grey .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #808080;
    border-color: #808080;
}

.skin-grey .main-footer a {
    color: #808080;
}

.skin-grey .pager li a.active {
    background: #808080;
    color: #fff;
}

.skin-grey .form-control:focus {
    border-color: #808080;
}

.skin-grey .btn-primary:active:focus {
    background: #808080;
}

a {
    /*    color: #fff;*/
    color: black;
}

.content {
    display: none;
}

body.dashboard > section#dashboard,
body.outreach > section#outreach,
body.createuser > section#createuser,
body.userprofile > section#userprofile,
body.map > section#map,
body.statistics > section#statistics,
body.nearme > section#nearme,
body.report > section#report,
body.setting > section#setting {
    display: block;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 14px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    /*  background-color: #000000; */
    background-color: #bbbbbb;
    /* border: 2px solid #555555; */
}

.leaflet-popup-content {
    word-wrap: break-word;
}


/*pp Href tag arrow and underline css 17/9/16*/

#casedetailtable a:hover,
a:active,
a:focus {
    text-decoration: underline !important;
    cursor: pointer !important;
}


/*pp changes 26/9/16 */

body {
    font-size: 14px !important;
    /*font-family: 'Roboto', sans-serif;*/
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    font-size: 20px;
}


/*pp Notification bar number top css 17/9/16*/

.badge1 {
    position: relative;
}

.badge1[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -10px;
    right: -11px;
    font-size: .9em;
    background: red;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

.badge2 {
    position: relative;
}

.badge2[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -10px;
    right: -11px;
    font-size: .7em;
    background: #7f7f7f;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}

.info-box-icon {
    float: right;
}

.info-box-content {
    padding: 20px 5px;
    margin-left: 27px;
}

.labelpopup hr {
    margin-top: 1px;
    margin-bottom: 1px;
    /*border: 1px !important; */
    border-top: 1px solid #eee;
}

.labelpopup span {
    font-size: 14px;
}


/*pp 17oct 2016 */

.input-group .input-group-addon {
    border-radius: 0;
    /*    border-color: #3c8dbc;*/
    background-color: #fff;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
}

.fa-filter:before {
    content: "\f0b0";
    font-size: 20px;
}

.box-header {
    color: #444;
    display: block;
    padding: 5px;
    position: relative;
}


/*PRANOY NEW DESGIN CSS 17TH MARCH 2017*/

.row {
    margin-right: -8px !important;
    margin-left: -6px !important;
}

fieldset {
    padding: .35em .625em .75em !important;
    margin: 0 2px !important;
    border: 1px solid #c0c0c0 !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555 !important;
    text-align: center;
    background-color: #eee !important;
    /*    border: 1px solid #ccc !important;*/
    border-radius: 4px;
}

.input-group {
    /*    border: 1px solid #ccc !important;*/
}


/*css override for spacing between input*/

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 26px !important;
    padding-left: 22px !important;
    padding-bottom: 2px !important;
}

.info-box-new {
    display: block;
    min-height: 92px;
    background: #fff;
    width: 110%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon-new {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 29px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-new {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.info-box-content-new {
    padding: 31px 5px;
    padding-left: 143px;
}

.info-box-number-new {
    font-weight: normal !important;
    font-size: 20px !important;
    margin-top: -4px !important;
    color: #555 !important;
}

.highcharts-container {
    width: 100% !important;
    height: 100% !important;
}

ul#nav a.active {
    color: #f39c12 !important;
}

#casedetailtable thead tr,
#globaltable thead tr {
    background: #cbddeb;
    color: #39547d;
}

.organisation_tree {
    /*display: inline-block;
    float: left;*/
    clear: both;
    /*    border-right: 1px solid #ccc;*/
    min-height: 170px;
    /*    border-bottom: 1px solid #ccc;*/
    padding-bottom: 35px!important;
}

div#demo ul {
    margin-top: 7px;
}


/*.sidecol {
    margin-top: 35px;
}*/

/*#treeCollapseBtn {
    margin-left: 21px;
}*/

.addorganisation_tree {
    width: 200px;
    display: inline-block;
    float: left;
}

.mainaccordion .panel-default {
    border-color: #fff;
}

.heading-highlighter > div {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.29);
    background: rgba(216, 217, 218, 0.09);
    border-color: #ccc;
}

.heading-highlighter > div.panel-heading {
    box-shadow: none;
}

.heading-highlighter > .panel-heading {
    font-weight: 800;
    font-size: 15px;
    color: rgb(20, 21, 23);
    position: absolute;
    width: 90%;
    top: -30px;
    text-align: center;
    margin-left: 5%;
}

.caseid-info-container {
    box-shadow: 0px 0px 0px 0px #000;
    border-top: 1px solid #ccc;
    border-left: 8px solid #3c8dbc;
    padding: 2px;
    background: #f8f8ff;
    border-radius: 9px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.caseid-info-container .form-group {
    margin-bottom: 5px;
}

.caseid-info-container .col-md-4 .control-label {
    font-size: 14px;
}

.caseid-info-container .col-md-8 .inputGroupContainer {
    /*background: #ccc;*/
    width: 65%;
    padding: 4px 105px;
}

.caseid-info-container .col-md-8 .inputGroupContainer label {
    font-size: 14px;
}

.panel-section {
    padding-top: 50px;
}

span.asterisk {
    color: red;
}

hr {
    border-top: 1px solid #ccc;
}

.heading-highlighter {
    position: relative;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid rgba(177, 174, 174, 0.13);
}

#globaltable td select.form-control.selectpicker.ui-select-container,
#globaltable td input {
    padding: 0;
}

#globaltable td:nth-child(10) {
    width: 2%;
}

.caseid-info-container hr {
    margin: 2px;
    border: 1px solid rgba(204, 204, 204, 0.16);
}

.input-group input.form-control {
    border-radius: 0 5px 5px 0;
}

.input-group span.input-group-addon {
    border-radius: 5px 0 0 5px;
}

table.table thead tr {
    background: #d5e5ec;
}


/*Org css*/

.toggleview {
    display: none;
    margin-top: 3px;
}

#selectyear {
    padding: 0 12px;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 4px 0px;
    vertical-align: sub;
}

table input[type=checkbox],
table input[type=radio] {
    margin: 4px 0 0;
}

label {
    font-size: 14px;
}

.pcif-new-table select {
    /*    color: red;*/
    padding: 0;
}

#demo ul {
    -webkit-padding-start: 0;
    font-weight: 800;
}

.datepicker table tr th {
    background: #fff;
}

strong.glyphicon-plus:before {
    content: close-quote;
}

strong.glyphicon-minus:before {
    content: close-quote;
}

.sidecol.col-md-10.col-sm-10.col-xs-10.col-md-12 {
    /*    border-left: 1px solid #ccc;*/
}

#allCasedetailtable a {
    cursor: pointer;
}

#casedetailtable tr:hover {
    background-color: #cbddeb !important;
}

.shadoweffct {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*    height: 200px!important;*/
    /*    max-height: 10 !important;*/
}


/*pp indicator*/

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .content .number1 {
    font-weight: normal;
    font-size: 20px;
    margin-top: -4px;
    color: #555;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.custheader {
    /*    border-bottom: 1px solid rgba(204, 204, 204, 0.35);*/
    font-size: 19px;
    font-weight: 600;
    padding: 12px;
    text-align: justify;
}

.imgmenudash {
    margin-left: -13px;
}

.divminht {
    max-height: 320px;
}

.divminhtdashboard {
    max-height: 320px;
}

.analysismain .col-md-12 .col-md-4 .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 6px !important;
    padding-left: 6px !important;
    padding-bottom: 1px !important;
    margin-top: 8px;
}

.analysismainheadsec .col-md-7,
.col-md-2 {
    position: relative;
    min-height: 1px;
    /*padding-right: 3px !important;*/
    padding-left: 3px !important;
    padding-bottom: 1px !important;
    /*margin-top: 2px;*/
}

.analysisfrmelement .col-md-5,
.col-md-7 {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.overviewpage .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 6px !important;
    padding-left: 6px !important;
    padding-bottom: 1px !important;
    margin-top: 8px;
}

.btn-yellow {
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
    color: white;
}

.btn-green {
    background-color: #00a65a !important;
    border-color: #00a65a !important;
    color: white;
}

.btn-red {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
    color: white;
}

.btn-aqua {
    background-color: #00c0ef !important;
    border-color: #00c0ef !important;
    color: white;
}

.box-title_new {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    float: right;
}

.Overviewheading {
    font-size: 18px;
    font-weight: 600;
}

.dataDespHeader {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 34px !important;
}

.indLblHead {
    font-size: 20px !important;
    font-weight: 600!important;
}

.panelindicatorhead {
    padding: 7px!important;
}

.yeardrpdwn {
    background-color: #03a9f4!important;
    color: white!important;
}

.imgicn {
    margin-left: 200px;
    margin-top: 19px;
}

.box-title_new_analysis {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    float: right;
    margin-top: -29px;
}

.custheaderanalysis {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    font-size: 21px;
    font-weight: 500;
    padding: 9px;
    text-align: justify;
}

.box-title_new_analysis_num {
    display: inline-block;
    font-size: 27px;
    margin: 0;
    line-height: 1;
    float: right;
    margin-top: -37px;
}

.sidebrfont {
    font-size: 21px!important;
}

.demo1 {
    overflow-y: hidden;
    height: 36px !important;
}

.pnlhead {
    padding: 5px 12px !important;
}

.pnlftr {
    padding: 2px 13px !important;
}

.pnlbody {
    padding: 0px !important;
}

.lichange {
    color: white !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.fasize {
    font-size: 51px;
}

.fasize.fa-file-excel-o {
    color: darkgreen
}

.fasize.fa-file-pdf-o {
    color: darkred
}

.imgicn a {
    margin-right: 10px;
}

.rowbtmborder {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}


/*====================Input type number remove up down arrow =================*/

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.preventclick {
    pointer-events: none;
    cursor: default;
}


/*=============REPORT======================*/

.reportlabel {
    width: 158px;
}

.reportstateDrp {
    width:  168px;
}

.reportdistrictDrp {
    width: 148px;
}

.reportYearDrp {
    width: 101px;
}



span.asterisk {
    color: red;
}

#cluster_management_table thead tr th:nth-child(4) {
    width: 110px !important;
}

#cluster_management_table thead tr th:nth-child(3) {
    width: 110px !important;
}

.signal-status-sign{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 10px;
}
.signal-status-sign.active{
    background: green;
}
.chart-source-label{
    float: right;
    font-style: italic;
}

.network-status-bar{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width:100px;
    height: 30px;
    background: red;
    text-align: center;
    border-radius: 6px;
    padding-top: 5px;
    z-index: 100;
}

.network-status-bar.active{
    background: green;
}
.signal-status{
    color: white;
    font-weight: bold;
}

.styleOnPopUp{
    color: red;
    float: right;   
}

.footerPopUp{
        font-style: italic;
    font-weight: bold;
    }

.editButton{
    float: right;
    margin-top: 5px;
}

.rollingNote{
    color: red !important;
    font-weight: bold;
}

.goButton{
    border-radius : 5px 0 0 5px;
}

.cowin .main-sidebar ,.cowinCaseDetails .main-sidebar,.cowinCases .main-sidebar ,.cowinDashboard .main-sidebar,.cowinTheme .main-sidebar {
    padding-top: 0px;
    background-color: #002060 !important;
    width: 60px!important;
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
}

.cowin .wrapper,.cowinCaseDetails .wrapper,.cowinCases .wrapper,.cowinDashboard .wrapper, .cowinTheme .wrapper{
    background-color: #002060 !important;   
}

.cowinTheme .logo,.cowinTheme .navbar{
    /* background-color: #002060 !important;    */
    background-color: #fff !important;
    color: #002060 !important;  
}

.cowinActive {
    transition: all .3s;
    background-color: #ffc000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.sidebar-mini.sidebar-collapse .cowinSidebar>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .cowinSidebar>li:hover>.treeview-menu {
    transition: all .3s;
    /* background-color: #ffc000; */
    border-radius: 10px;
    padding: 10px;
    /* border-bottom-right-radius: 50px; */
    display: block!important;
    position: absolute;
    width: 200px;
    left: 60px
}
/* .sidebar-mini.sidebar-collapse .cowinSidebar>li:hover{
    transition: all .3s;
    background-color: #ffc000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
} */
.cowinTheme .cowinSidebar.sidebar-menu>li:hover>a{
    transition: all .3s;
    background: #ebebeb !important;
    color: #002060 !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.sidebar-mini.sidebar-collapse .cowinSidebar>li:hover>a>span:not(.pull-right){
    background-color: #000;
    color: #fff !important;
}
.sidebar-popup{
    height: 100vh !important;
    z-index: 1000;
    left: 0;
    width: 265px;
    font-size: 15px;
    margin-top: calc(60px - 10px);
    height: calc(100vh - 131px - 4px);
    color: #eee;
    /* box-shadow: 7px 0 0px rgba(0,0,0,.16); */
    /* border-radius: 0 31px 31px 0; */
    background: #002060;
}

.position-fixed {
    position: fixed!important;
}
.overflow-hidden {
    /* overflow: hidden!important; */
}

.listStyle{
    background-color: #002060;
    color: #eee;
    padding-top: 0px;
    display: flex;
    align-items: center;
    min-height: 59px;
    margin: 0px;
    border : 0px;
    /* border-top: 1px solid #fff; */
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}
.cowinActive .listItem{
    transition: all .3s;
    background: #ffc000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 45px;
    position: relative;
    padding: 7px;
}
.listStyle:hover .listItem{
    transition: all .3s;
    background: #ebebeb !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 45px;
    position: relative;
    padding: 7px;
}
.listItem{
    width: 40px;
}
.listStyle:hover span{
    color: #fff;
}
.listStyle:hover i{
    color: #000 !important;
}
.listStyle span{
    font-size: 15px;
    font-weight: 500;
    margin-left: 3px;
}

.menu-list{
    padding: 20px 10px;
}

/* #adverseEventCheck-error{
    float: right;
} */
.headerText,.headerText:hover,.headerText:focus{
    font-size: 29px!important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #002060;
    text-shadow: 0px 0px 2px #002060;
    text-decoration: none !important;
}

.overflow-hidden .navbar.navbar-static-top,.overflow-hidden .content-wrapper{
    margin-left: 265px !important;
}

.btn-slider-close{
    color: inherit;
    text-decoration: none;
    position: fixed!important;
    left: 245px;
    z-index: 9999;
    width: 34px;
    height: 34px;
    top: 31px;
    border-radius: 50rem!important;
    right: -17px;
    box-shadow: 0 3px 6px rgb(255 255 255);
    border: 1px solid #002060;
    padding: 5px!important;
    background: #dde4ff;
}

.btn-slider-close span{
    line-height: 25px;
    font-size: 20px;
    color: #002060;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    cursor: pointer;
}

.cowinTheme th{
    background-color: #002060 !important; 
    color: #fff !important;
}

.description-text{
    font-weight: bold !important;  
    font-size: 12px;
}

.print-icon{
    color: #fff;
    float: right;
    background-color: #016772;
    border-radius: 50%;
    padding: 5px;
}

.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    }
    
    / Transparent Overlay /
    .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    }
    
    / :not(:required) hides these rules from IE9 and below /
    .loading:not(:required) {
    / hide "loading..." text /
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    }
    
    .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    
    
    /* -webkit-box-shadow: rgba(32, 168, 216, 0.75) 1.5em 0 0 0, rgba(32, 168, 216, 0.75) 1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) 0 1.5em 0 0, rgba(32, 168, 216, 0.75) -1.1em 1.1em 0 0, rgba(32, 168, 216, 0.5) -1.5em 0 0 0, rgba(32, 168, 216, 0.5) -1.1em -1.1em 0 0, rgba(32, 168, 216, 0.75) 0 -1.5em 0 0, rgba(32, 168, 216, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(32, 168, 216, 0.75) 1.5em 0 0 0, rgba(32, 168, 216, 0.75) 1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) 0 1.5em 0 0, rgba(32, 168, 216, 0.75) -1.1em 1.1em 0 0, rgba(32, 168, 216, 0.75) -1.5em 0 0 0, rgba(32, 168, 216, 0.75) -1.1em -1.1em 0 0, rgba(32, 168, 216, 0.75) 0 -1.5em 0 0, rgba(32, 168, 216, 0.75) 1.1em -1.1em 0 0;*/
    }
    
    / Animation /
    
    @-webkit-keyframes spinner {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }
    
    @-moz-keyframes spinner {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }
    
    @-o-keyframes spinner {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }
    
    @keyframes spinner {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    
    100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    }

    .blockUI.blockMsg.blockPage{
        border: none !important
    }

    .cowinCaseDetails #selecteddistrict_cowin{
        width: max-content;
    }

    .femaleDependent,.pregDependent{
        display: none;
    }