.skin-blue .main-header .navbar {
    /*background-color: #00bfb3 !important*/
    background-color: #2467CB !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #fff !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #fff !important;
}



.skin-blue .sidebar a {
    color: #000 !important;
}

    .skin-blue .sidebar a:hover {
        background: #F5F5F5 !important;
        color: #6B7488 !important;
    }



.skin-blue .main-header .logo {
    background-color: #fff !important;
    color: #1976D2 !important;
}


.skin-blue .sidebar-menu > li:hover > a {
    color: #6B7488 !important;
    background: #F5F5F5 !important;
    /*border-left-color: #00bfb3 !important;*/
    border-left-color: #2467CB !important;
}

.skin-blue .sidebar-menu > li.active > a {
    color: #6B7488 !important;
    background: #D7D7D7 !important;
    /*border-left-color: #00bfb3 !important;*/
    border-left-color: #2467CB !important;
}

/*Icons within buttons*/
.icon-input-btn {
    display: inline-block;
    position: relative;
}

    .icon-input-btn input[type="submit"] {
        padding-left: 2em;
    }

    .icon-input-btn .glyphicon {
        display: inline-block;
        position: absolute;
        left: 0.65em;
        top: 30%;
        padding-left: 8px;
    }

/*Sub menu margin little right aligned*/
.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0px 17px !important;
}
/*Menu text exceeds the side bar*/
.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-control-feedback {
    position: relative !important;
    float: left !important;
    right: auto !important;
    width: 20% !important;
    line-height: 28px !important;
}


.register-box-body .form-control, .login-box-body .form-control {
    /*border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;*/
    width: 100% !important;
    /*float: left;*/
    box-shadow: none !important;
}

.register-box-body .form-group, .login-box-body .form-group {
    float: left !important;
    border-bottom: 3px solid #f5f5f5;
    width: 100% !important;
}

.login-box-body, .register-box-body {
    /*border-top: 3px solid #00bfb3 !important;*/
    border-top: 3px solid #2467CB !important;
    padding: 35px !important;
}

.col-xs-8 {
    width: 100% !important;
    text-align: center !important;
}

.col-xs-4 {
    margin-left: 10%;
    text-align: center !important;
    width: 70% !important;
}

    .col-xs-4 .btn-primary {
        /*background-color: #00bfb3; */
        background-color: #2467CB;
    }

        .col-xs-4 .btn-primary:hover {
            color: #000;
        }

.login-box-msg2 {
    font-size: 12px;
    color: #666 !important;
    text-align: center !important;
}


.glyphicon-envelope::before, .glyphicon-lock::before, .glyphicon-user::before,
.glyphicon-log-in::before {
    /*color: #00bfb3;*/
    color: #2467CB;
}

.language {
    float: right;
    margin-right: 4%;
}

.home-language {
    padding-left: 7%;
    border-bottom: 1px solid #F5F5F5 !important;
}

.main-footer {
    /*background: #00bfb3 none repeat scroll 0 0 !important;*/
    background: #2467CB none repeat scroll 0 0 !important;
    color: white !important;
    margin-left: 0 !important;
    text-align: center !important;
}

.box.box-white {
    border-top-color: #FFFFFF;
}

.btn-bluish {
    /*background-color: #00bfb3;*/
    background-color: #2467CB;
    color: #FFFFFF;
}

.control-label, .col-md-3, .col-md-2, .col-md-4 {
    /*color: #b8c7ce;*/
    /****** Ticket #147 ******/
    color: #000;
}

.generalPage .fa-caret-right, .generalPage .fa-caret-left {
    /*color: #00bfb3;*/
    color: #2467CB;
}

iframe[seamless] {
    border: none;
}

.fa-2 {
    font-size: 20px;
    color: #1976D2;
}

.contentBox {
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    padding: 15px;
}

.form-group {
    margin-bottom: 0px;
}

.colorBlue {
    /*background-color: #00bfb3;*/
    background-color: #2467CB;
    color: #FFFFFF;
}

    .colorBlue th {
        text-align: center;
    }

.mailbox-messages tr {
    text-align: center;
}

.bg-lightred {
    background-color: #F8D1CC;
}

.bg-lightyellow {
    background-color: #FFF8CB;
}

.date-range {
    float: left;
}

.btn-default {
    background-color: #fff;
    border-color: #1976d2;
    color: #1976d2;
}

#table1_heading,
#PanelContent_ReportMainContent_grdInsulinStatistics_DXHeadersRow0 {
    background: #1976D2 !important;
    color: #fff !important;
}

#PanelContent_ReportMainContent_grdGlucoseStatistics,
#PanelContent_ReportMainContent_grdInsulinStatistics {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
}

.customAlertDanger {
    background-color: #dd4b39;
    border-top: 1px solid #f5f5f5;
    margin: 0 auto 2%;
    padding: 14px;
    width: 97%;
}

.customAlertInfo {
    background-color: #00c0ef;
    margin: 0 auto 2%;
    padding: 14px;
    width: 97%;
}

.customAlertWarning {
    background-color: #f39c12;
    margin: 0 auto 2%;
    padding: 14px;
    width: 97%;
}

.customAlertSuccess {
    background-color: #00a65a;
    margin: 0 auto 2%;
    padding: 14px;
    width: 97%;
}

.glyphicon-ban-circle::before {
    color: #ffffff;
}

.glyphicon-info-sign::before {
    color: #ffffff;
}

.glyphicon-alert::before {
    color: #ffffff;
}

.glyphicon-ok::before {
    color: #ffffff;
}

#squareHL {
    width: 38px;
    height: 38px;
    background: #FFF8CB;
    float: left;
}

#squareWithin {
    width: 38px;
    height: 38px;
    background: #D1FCCF;
    float: left;
}

#squareARange {
    width: 38px;
    height: 38px;
    background: #F8D1CC;
    float: left;
}

#notifIcons {
    float: left;
    width: 25%;
    padding-right: 4%;
}

#eventsIcons {
    float: left;
    width: 20%;
    padding-right: 4%;
}

.glyphicon-remove::before {
    color: #c0c0c0;
    float: right;
}

.glyphicon.glyphicon-ban-circle, .glyphicon.glyphicon-info-sign,
.glyphicon.glyphicon-alert, .glyphicon.glyphicon-ok {
    float: left;
    padding-top: 2px;
}

.alertTitle {
    float: left;
    font-weight: bold;
    margin-left: 1%;
}

.glyphicon.glyphicon-remove {
    float: right;
}

#alertsPage {
    padding-bottom: 5px;
    color: #ffffff;
}

#alertsHeader {
    border-bottom: 1px solid #f5f5f5;
    color: #444444;
    margin-bottom: 2%;
    padding-bottom: 2%;
    padding-top: 3%;
}

.successMessage {
    padding: 3% 1%;
    color: #777777;
}

.error {
    background-color: red;
}

@media only screen and ( min-width: 320px ) and ( max-width: 480px ) {
    .btn-block {
        margin: 0 auto 2%;
        width: 50%;
    }

    .siteIcons {
        margin: 0 auto !important;
        width: 90% !important;
        text-align: center;
    }

    #notifIcons {
        float: left;
        padding-right: 4%;
        width: 30%;
    }

    #eventsIcons {
        float: left;
        padding-right: 4%;
        width: 30%;
    }

    .webIcons {
        float: left !important;
        text-align: center;
        width: 90% !important;
    }

    .siteIcons > div > span {
        float: left !important;
    }

    .table.table-hover.table-striped tbody tr td:before {
        width: 30%;
    }

    #transmitButton .btn.btn-block.btn-bluish.btn-lg.pull-left {
        width: 100%;
    }

    #transmitLog .btn.btn-block.btn-bluish.btn-lg.pull-right {
        width: 100%;
    }

    .eventsSection, .notificationSection {
        width: 100% !important;
    }

    #buttonCancel .btn.btn-block.btn-bluish.btn-lg.pull-left {
        width: 48%;
    }

    #buttonSave .btn.btn-block.btn-bluish.btn-lg.btn-lg.pull-right {
        width: 48%;
    }

    .col-sm-1.firstName {
        width: 100% !important;
    }
}

@media only screen and ( min-width: 320px ) and ( max-width: 800px ) {
    .formCurrPass, .formNewPass, .formConfirmPass {
        width: 100% !important;
    }
}

@media only screen and ( min-width: 320px ) and ( max-width: 420px ) {
    ul.tabs li {
        display: block !important;
        height: 35px;
        list-style: outside none none;
    }

    .col-sm-1.firstName {
        width: 100% !important;
    }

    .formFirstName, .formLastName {
        width: 100% !important;
    }
}

@media only screen and ( min-width: 481px ) and ( max-width: 768px ) {
    .col-sm-1.firstName {
        width: 100% !important;
    }
}

@media only screen and ( min-width: 480px ) and ( max-width: 991px ) {
    .btn-block {
        margin: 0 auto 2%;
        width: 35%;
    }

    .box-footer .col-sm-offset-4 {
        margin-left: 0;
    }

    .siteIcons {
        margin: 0 auto !important;
        width: 90% !important;
        text-align: center;
    }

    #notifIcons {
        float: left;
        padding-right: 4%;
        width: 30%;
    }

    #eventsIcons {
        float: left;
        padding-right: 4%;
        width: 30%;
    }

    .webIcons {
        float: left !important;
        text-align: center;
        width: 90% !important;
    }

    .siteIcons > div > span {
        float: left !important;
    }

    #transmitButton .btn.btn-block.btn-bluish.btn-lg.pull-left {
        width: 100%;
    }

    #transmitLog .btn.btn-block.btn-bluish.btn-lg.pull-right {
        width: 100%;
    }
}

@media only screen and ( min-width: 992px ) and ( max-width: 1080px ) {
    .box-footer {
        margin: 0 auto;
        text-align: center;
        width: 40%;
    }

        .box-footer .col-md-2 {
            margin: 0 auto;
            width: 50%;
        }

    #transmitLog {
        margin-left: 0;
        width: 40%;
    }

    #transmitButton {
        width: 40%;
    }
}

.dropdown-menu {
    border: solid 1px #999;
    z-index: 10000;
}

.word_wrap input {
    word-wrap: break-word;
}

#menu-icon {
    color: #000;
    width: 120px;
    height: 30px;
    background: #ecebeb;
    padding: 6px 6px 0 10px;
    cursor: pointer;
    border: solid 1px #666;
    display: block;
}

#nav {
    clear: both;
    position: absolute;
    top: 38px;
    width: 250px;
    z-index: 10000;
    padding: 5px;
    background: #f8f8f8;
    border: solid 1px #999;
    display: none;
}

@media only screen and (max-width: 760px), ( min-device-width : 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .table.table-hover.table-striped, .table.table-hover.table-striped thead,
    .table.table-hover.table-striped tbody, .table.table-hover.table-striped th,
    .table.table-hover.table-striped td, .table.table-hover.table-striped tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table.table-hover.table-striped thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table.table-hover.table-striped tr {
            border: 1px solid #ccc;
        }

        .table.table-hover.table-striped td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            .table.table-hover.table-striped td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

    #AlarmsTable td:nth-of-type(1):before {
        content: "Alert Code";
    }

    #AlarmsTable td:nth-of-type(2):before {
        content: "Alert";
    }

    #AlarmsTable td:nth-of-type(3):before {
        content: "Date & Time";
    }


    #AdminOtherTransmittersTable td:nth-of-type(1):before {
        content: "Tx Serial Number";
    }

    #AdminOtherTransmittersTable td:nth-of-type(2):before {
        content: "Tx Name";
    }

    #AdminOtherTransmittersTable td:nth-of-type(3):before {
        content: "Calibration Start Date";
    }

    #AdminOtherSensorTable td:nth-of-type(1):before {
        content: "SensorSerial Number";
    }

    #AdminOtherSensorTable td:nth-of-type(2):before {
        content: "Insertion Date";
    }



    #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable,
    #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable thead,
    #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable tbody,
    #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable th,
    #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td,
    #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable tr {
            border: 1px solid #ccc;
        }

        #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(1):before {
                content: "Glucose";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(2):before {
                content: "Pre-Breakfast";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(3):before {
                content: "Post-Breakfast";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(4):before {
                content: "Pre-Lunch";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(5):before {
                content: "Post-Lunch";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(6):before {
                content: "Pre-Dinner";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(7):before {
                content: "Post-Dinner";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(8):before {
                content: "Sleep";
            }

            #PanelContent_ReportMainContent_grdGlucoseStatistics_DXMainTable td:nth-of-type(9):before {
                content: "Total";
            }


    #panelAvgInsulinUnits, #panelAvgInsulinUnits thead,
    #panelAvgInsulinUnits tbody, #panelAvgInsulinUnits th,
    #panelAvgInsulinUnits td, #panelAvgInsulinUnits tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #panelAvgInsulinUnits thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #panelAvgInsulinUnits tr {
            border: 1px solid #ccc;
        }

        #panelAvgInsulinUnits td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            #panelAvgInsulinUnits td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

            #panelAvgInsulinUnits td:nth-of-type(1):before {
                content: "AverageInsulinUnits/Day";
            }

            #panelAvgInsulinUnits td:nth-of-type(2):before {
                content: "Pre-Breakfast";
            }

            #panelAvgInsulinUnits td:nth-of-type(3):before {
                content: "Post-Breakfast";
            }

            #panelAvgInsulinUnits td:nth-of-type(4):before {
                content: "Pre-Lunch";
            }

            #panelAvgInsulinUnits td:nth-of-type(5):before {
                content: "Post-Lunch";
            }

            #panelAvgInsulinUnits td:nth-of-type(6):before {
                content: "Pre-Dinner";
            }

            #panelAvgInsulinUnits td:nth-of-type(7):before {
                content: "Post-Dinner";
            }

            #panelAvgInsulinUnits td:nth-of-type(8):before {
                content: "Sleep";
            }

            #panelAvgInsulinUnits td:nth-of-type(9):before {
                content: "Total";
            }
}

#transmitLog {
    margin-left: 0;
}

.trendGlu0 {
    text-align: left !important;
}

.legend {
    background-image: url("../../Assets/images/legend.png");
    width: 420px;
    height: 75px;
    float: left;
}

@media only screen and ( max-width: 475px ) {
    .legend {
        background-image: url("../../Assets/images/LegendMobile1.png");
        width: 210px;
        height: 172px;
        float: left;
    }
}

.legendModal {
    background-image: url("../../Assets/images/legendgl.png");
    width: 444px;
    height: 75px;
    float: left;
}

@media only screen and ( max-width: 475px ) {
    .legendModal {
        background-image: url("../../Assets/images/legendmbl.png");
        width: 227px;
        height: 136px;
        float: left;
    }
}




.skin-blue .main-header li.user-header {
    background-color: #97d700 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e5e6e6 !important;
    /*background-color: #b2b2b2 !important;*/
}

.fa-angle-left::before {
    color: #b3b6b6;
}

.box.box-info {
    /*border-top-color: #00bfb3;*/
    border-top-color: #2467CB;
}

.tabbed_box {
    margin: 0px auto 0px auto;
    width: 100%;
}

.tabbed_area {
    padding: 8px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
}

    ul.tabs li {
        list-style: none;
        display: inline;
    }

        ul.tabs li a {
            background-color: #898d8d;
            color: #ffffff;
            padding: 8px 14px 8px 14px;
            text-decoration: none;
            font-size: 9px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            border: 1px solid #464c54;
        }

            ul.tabs li a:hover {
                background-color: #2f343a;
                border-color: #2f343a;
            }

            ul.tabs li a.active {
                background-color: #ffffff;
                color: #282e32;
                border: 1px solid #464c54;
                /*border-bottom: 1px solid #ffffff;*/
            }

.contentTab {
    background-color: #ffffff;
    padding: 10px;
}

#content_2, #content_3 {
    display: none;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.contentTab ul {
    margin: 0px;
    padding: 0px 20px 0px 20px;
}

    .contentTab ul li {
        list-style: none;
        border-bottom: 1px solid #d6dde0;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }

        .contentTab ul li a {
            text-decoration: none;
            color: #3e4346;
        }

            .contentTab ul li a small {
                color: #8b959c;
                font-size: 9px;
                text-transform: uppercase;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                position: relative;
                left: 4px;
                top: 0px;
            }

        .contentTab ul li:last-child {
            border-bottom: none;
        }

.col-sm-1.firstName {
    width: 100%;
}

.formFirstName, .formLastName, .formNewMail, .formPass {
    float: left;
    margin-bottom: 2%;
    width: 50%;
}

.formCurrPass, .formNewPass, .formConfirmPass {
    float: left;
    margin-bottom: 2%;
    width: 33%;
}

    .formCurrPass .col-sm-1.firstName, .formNewPass .col-sm-1.firstName,
    .formConfirmPass .col-sm-1.firstName {
        width: 100%;
    }

.fa.pull-right {
    margin-left: 1.5em;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #97d700 !important;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.dashPanel {
    color: #FFF;
    background-color: #BBC3CB;
    border-color: #337AB7;
}


.dashbox-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #BBC3CB;
    border-color: #337AB7;
    /*border-radius: 0px 0px 3px 3px;*/
    padding: 10px;
    border-bottom: 1px solid #F4F4F4;
    /*background-color: #EEE;
    border: 1px solid #CCC;*/
    border-radius: 5px;
}

* {
    box-sizing: border-box;
}


#progressbar {
    width: 400px;
    height: 22px;
    border: 1px solid #111;
    background-color: white;
}

#progressbarTargetRange div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: forestgreen;
}

#progressbarHigh div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: orange;
}

#progressbarLow div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: red;
}

.btn-filter {
    background-color: #E9EAEB;
    border: 1px solid #B3B9C0;
}

    .btn-filter.active {
        background-color: #286090;
        color: #fff;
    }

.registration-footer {
    background-color: #2467CB;
    color: white;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-20 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 767px) {
    .custom-scroll {
        overflow: auto;
    }
}

@media (min-width: 780px) {
    .custom-scroll {
        overflow: auto;
    }
}

.title-found {
    color: blue;
    text-align: center;
    font-size: 16px;
}

.title-not-found {
    color: red;
    text-align: center;
    font-size: 16px;
}

.box-custom {
    border-radius: 3px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    padding: 10px 25px;
    text-align: right;
    display: block;
}

.box-icon {
    /*background-color: #57a544;*/
    border-radius: 50%;
    display: table;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    margin-top: -31px;
}

    .box-icon span {
        color: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.click > .btn {
    padding: 3px 6px;
}

.click > a {
    background-color: orangered;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

    .click > a:hover, .click .active {
        background-color: lawngreen;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff;
        transition: all 0.5s ease 0s;
    }

div[id*="progressbar"] > div {
    text-align: center !important;
}

.box-header.with-border {
    border-bottom: 1px solid #D2CECE;
}

.custom-border-radius {
    background-image: linear-gradient(90deg, rgba(234, 234, 234, 0.2), #F8F6F6);
    border-radius: 20px;
}

.custom-blue-font {
    font-size: 30px;
    color: blue;
}

.custom-red-font {
    font-size: 30px;
    color: red;
}

.custom-orangered-font {
    font-size: 30px;
    color: orangered;
}

.custom-forestgreen-font {
    font-size: 30px;
    color: forestgreen;
}

.custom-height-dashboard {
    min-height: 40px;
}

.custom-vertical-align {
    vertical-align: sub;
    font-size: small;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.custom-btn-group > .btn {
    border-radius: 0;
}

.fa-custom {
    font-weight: bold !important;
    font-size: 16px !important;
}

.responsive-input {
    width: 100%;
}


.reportbkgCSSClass {
    /*background-color: #7cfc00;*/
    text-align: center;
    font-weight: bold;
    color: blue;
}

.reportbkgCSSClassNormal {
    text-align: center;
}

.wrapperChart {
    display: table;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.containerChart {
    display: table-cell;
    vertical-align: middle;
}

.canvas-containerChart {
    position: relative;
    max-width: 1200px;
    min-width: 560px;
    margin: 0 auto;
}

#canvasGlucoseTrendReport {
    width: 100%;
    height: 100%;
    /*background-color: pink;*/
    z-index: 100;
}

.canvas-resize {
    width: 100%;
    height: 20%;
    margin: 0px;
    border: 0;
    overflow: hidden; /*  Disable scrollbars */
    display: block; /* No floating content on sides */
    background-color: lightcyan;
}

@media screen and (max-width:1600px) {
    .custom-scroll-hidden {
        overflow: hidden;
        display: block;
    }
}

@media screen and (max-width:760px) {
    .custom-scroll-hidden {
        overflow: auto;
    }
}


/*Custom style sheet for register clinic user */

.clinic-registration-form #login-dp {
    background-color: rgba(255, 255, 255, 1);
    min-width: 250px;
    overflow: hidden;
    padding: 15px;
}

li .fa {
    margin-right: 5px;
    vertical-align: initial;
}
/* myCarousel */

#myCarousel .nav a small {
    display: block;
}

#myCarousel .nav {
    background: #eee;
}

    #myCarousel .nav a {
        border-radius: 0px;
    }

/* html {
            font-size: 18px;
        }*/

.clinic-registration-form label {
    color: #000;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

/* body, button, input, select, textarea {
            color: #6e6e6e;
            font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 1rem;
            line-height: 1.5;
        }*/

.clinic-registration-form main {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: table;
    margin: 20px auto;
    max-width: 990px;
    padding: 20px;
    width: auto;
    padding-bottom: 5px;
}


/*.clinic-registration-form input[type="email"], .clinic-registration-form input[type="password"], .clinic-registration-form input[type="search"], .clinic-registration-form input[type="text"], .clinic-registration-form select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bababa;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    /*color: #7c7c7c; 
    display: table;
    line-height: 1.5rem;
    padding: 5px 10px;
    vertical-align: middle;
    /*color: #7c7c7c; 
    font-size: inherit;
}

select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bababa;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    display: table;
    line-height: 1.5rem;
    padding: 5px 10px;
    vertical-align: middle;
    color: #7c7c7c; 
    font-size: inherit;
}
    select.ng-not-empty {
        color: #000;
    }*/

.form-control {
    color: #000;
}

select {
    color: #7c7c7c !important;
}

    select.ng-not-empty {
        color: #000 !important;
    }

option {
    color: #000;
}

.clinic-registration-form .container {
    background: #d2d6de;
    display: table;
    height: 100%;
    width: 100%;
}

.clinic-registration-form input, .clinic-registration-form select {
    display: block;
    width: 100%;
}

.clinic-registration-form .checkbox input {
    height: 22px;
    line-height: 22px;
    width: auto;
}



.clinic-registration-form main h1 {
    font-weight: 600;
}

.disableStateCls {
    background-color: #bababa;
}

.clinic-registration-form .navbar-brand > img {
    width: 100%;
    min-width: 150px;
}

.clinic-registration-form .navbar-brand {
    float: left;
    font-size: 18px;
    height: 120px;
    line-height: 20px;
    width: 400px;
}

.clinic-registration-form .navbar-nav > li > a {
    padding-bottom: 50px;
    padding-top: 50px;
}

.submit_btn {
    width: 40% !important;
}

hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.center-block {
    text-align: center;
}

.capacha_img {
    height: 40px;
    margin: 0 0 10px;
    width: 200px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}


.btn {
    box-shadow: none;
    text-shadow: none;
}

.btn-primary {
    background-color: #2b85c1;
    border-color: #297fb9;
    color: #fff !important;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0 !important;
}

.btn-default.focus, .btn-default:focus {
    background-color: transparent !important;
}

.required:after {
    color: red;
    content: "*";
    margin-left: 5px;
}

.clinic-registration-form .navbar-default {
    background: transparent;
}

.clinic-registration-form .footer {
    background: #2b85c1;
    color: #fff;
    border-radius: 5px;
}

.clinic-registration-form a.dropdown-toggle:hover, .clinic-registration-form a.dropdown-toggle:focus {
    background: transparent !important;
}


.clinic-registration-form .sel_language {
    float: right;
    margin-top: 20px;
}

.clinic_staffList table th, .clinic_staffList table thead {
    background-color: #8a8b8b !important;
    color: #ffffff;
}

.bg_white {
    color: #fff !important;
}

.search_icon {
    background-color: #3c8dbc !important;
    border-left-color: #3c8dbc !important;
    border-right-color: #3c8dbc !important;
    border-top-color: #3c8dbc !important;
}

.pagination {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

/*.btn-flat {
    background-color: #f4f4f4;
    border-color: #ddd;
    color: #444;
}*/

.fa-angle-up::before {
    font-size: 20px;
}

.modal-dialog .modal-title, .modal-dialog h3 {
    font-size: 18px;
}

/*.modal-dialog input[type="text"] {
    height: 30px;
    font-size: 16px;
}*/

.modal-dialog select {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0;
}

.modal-dialog label {
    font-size: 16px;
    margin-top: 10px !important;
}

.fa-pencil-square-o {
    color: #337ab7 !important;
    font-size: 20px;
}

.fa-times {
    color: #db6161 !important;
}

.fa-eye {
    color: #11ba00 !important;
}


/*Custom style sheet for clinic dashboard*/
/*body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f5f5f5;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    overflow-x: hidden;
    font-weight: 400;
}*/

/*   body.bg-light {
        background-color: #fff !important;
    }

        body.bg-light #wrapper {
            background-color: #fff;
        }


html, body {
    height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-top: 0px;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif !important;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}*/

.panel, .widget-box, .page-title, .user-col, .blog-desc {
    position: relative;
}

    .panel:before, .panel:after, .widget-box:before, .widget-box:after, .user-col:after, .user-col:before, .blog-desc:after, .blog-desc:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
        display: block;
    }


    .page-title:before, .page-title:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 60%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
        display: block;
    }

    .panel:after, .widget-box:after, .page-title:after, .user-col:after, .blog-desc:after {
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
        right: 10px;
        left: auto;
        display: block;
    }

.panel {
    position: relative;
    border: 1px solid #E4E5E7;
}

    .panel:before, .panel:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px rgba(0,0,0,.32);
        transform: rotate(-3deg);
    }

    .panel:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.panel-body {
    padding: 15px;
    position: relative;
}

/*#wrapper {
    padding-bottom: 0px;
    transition: all 0.4s ease 0s;
    position: relative;
    min-height: 100%;
}

.content-wrapper {
    margin-left: 230px;
    padding: 20px;
    padding-bottom: 0px;
}

    .content-wrapper.container {
        width: 100%;
    }*/




/**page title **/
.page-title {
    margin-bottom: 30px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #e4e5e7;
    padding: 10px;
}

    .page-title h1 {
        font-weight: 400;
        font-size: 23px;
        line-height: 30px;
        margin: 0px;
        display: inline-block;
    }

    .page-title .breadcrumb {
        padding: 0;
        margin: 0;
        background-color: transparent;
        float: right;
        font-size: 17px;
        line-height: 30px;
    }

.breadcrumb > .active {
    color: #666;
}


.widget-box {
    padding: 15px;
    background: #fff;
    border: 1px solid #e4e5e7;
    margin-bottom: 30px;
    height: 250px;
    padding-top: 20px;
}

    .widget-box h2 {
        font-weight: 700;
        margin-bottom: 0px;
        text-align: center;
        font-size: 35px;
    }

    .widget-box h4 {
        font-size: 13px;
        color: #777;
        font-weight: 700;
        text-align: center;
    }

    .widget-box i.p1-color, .widget-box i.p2-color, .widget-box i.p3-color, .widget-box i.p4-color {
        color: #149957;
        width: 100%;
        font-size: 80px;
    }

.p1-bg .fa, .p2-bg .fa, .p3-bg .fa, .p4-bg .fa, .p1-bg .text-success, .p2-bg .text-success, .p3-bg .text-success, .p4-bg .text-success, .p1-bg h1, .p2-bg h1, .p3-bg h1, .p4-bg h1, .p1-bg h2, .p2-bg h2, .p3-bg h2, .p4-bg h2, .p1-bg h4, .p2-bg h4, .p3-bg h4, .p4-bg h4 {
    color: #fff !important;
}

.p1-bg {
    background: #009688 !important;
    color: #fff !important;
}

.p2-bg {
    background: #F44336 !important;
    color: #fff !important;
}

.p3-bg {
    background: #8BC34A !important;
    color: #fff !important;
}

.p4-bg {
    background: #FFCA28 !important;
    color: #fff !important;
}

.p1-color, .c1 {
    color: #009688 !important;
}

.p2-color, .c2 {
    color: #F44336 !important;
}

.p3-color, .c3 {
    color: #8BC34A !important;
}

.p4-color, .c4 {
    color: #FFCA28 !important;
}





.sorting:before,
.sorting_asc:before,
.sorting_desc:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
}

.sorting:before {
    content: "\f0dc";
    margin-right: 7px;
}

.sorting_asc:before {
    content: "\f0de";
    margin-right: 7px;
}

.sorting_desc:before {
    content: "\f0dd";
    margin-right: 7px;
}

.auto_height {
    height: auto;
    max-height: 200px;
}

.col-xs-2.pull-right {
    /* float: right; */
    padding-left: 100px;
    padding-right: 100px;
}

.col-xs-1.pull-right {
    float: right;
   /* padding-left: 100px; */
    padding-right: 125px;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*padding-left: 60px;*/
}

.checkbox-inline input[type="checkbox"], .radio-inline input[type="radio"] {
    width: 20px;
}



fieldset.info-border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
    border-radius: 20px;
    background-image: linear-gradient(90deg, rgba(234, 234, 234, 0.2), #F8F6F6);
    overflow-x: auto;
}

legend.info-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}


.white, .white a {
    color: #fff;
}

.iconcolor {
    color: #2467cb;
    background-color: #eee;
}

span.input-group-addon.iconcolor {
    border-radius: 0;
    border-color: #d2d6de;
    color: #2467cb;
    background-color: #eee;
}


/*Style for View User Info*/

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 0;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.main_content {
    width: 958px;
    height: auto;
    float: left;
    /*border:1px solid #cccccc;*/
    background: #FFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.patient_history {
    padding: 15px !important;
    float: none !important;
    width: auto !important;
    margin-bottom: 20px;
}

/*@media only screen and (max-width: 960px) and (min-width: 768px)*/
.main_content {
    float: none !important;
    margin: 0 auto;
}

.patient_history {
    padding: 15px !important;
    float: none !important;
    width: auto !important;
    margin-bottom: 20px;
}

.main_content.patient_history {
    font-size: 100%;
    outline: 0;
    vertical-align: top;
}

h2.title {
    position: relative;
    line-height: 1.2em;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

h2.title {
    display: block;
    font-size: 18px;
    color: #17335c !important;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #0691c5;
}

/*@media only screen and (max-width: 960px) and (min-width: 768px)*/
.patient_history div {
    transition: all 0.5s;
}

.block_container {
    margin: 15px 0 30px;
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

/*@media only screen and (max-width: 960px) and (min-width: 768px)*/
.patient_history .patient_info /*, .patient_history .profile_listing*/ {
    width: 434px;
    transition: all 0.5s;
}

.patient_history .patient_info {
    width: 19%;
    float: left;
}
/*@media only screen and (max-width: 960px) and (min-width: 768px)*/
.patient_history div {
    transition: all 0.5s;
}

.patient_info {
    border: 18px solid #EFEFEF;
    padding: 15px;
}

/*a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: initial;
}*/

.patient_info .thumb {
    width: 95px;
    height: 95px;
    float: left;
}

.patient_info .description {
    margin: 0 0 0 110px;
}

/*@media only screen and (max-width: 960px) and (min-width: 768px)*/
.patient_history .patient_info, .patient_history .profile_listing {
    width: 434px;
    transition: all 0.5s;
}

.patient_history .profile_listing {
    width: 57.3%;
    float: right;
    padding: 15px;
}

.profile_listing {
    width: 100%;
    height: auto;
    float: left;
    background-color: #efefef;
    padding: 0 0 8px 0;
}

    .profile_listing.pat_add {
        padding-right: -1px;
    }
/*media only screen and (max-width: 960px) and (min-width: 768px)*/
.patient_history .pat_add .contact_box, .patient_history .pat_add .contact_box.guardian {
    width: auto;
    float: none;
    transition: all 0.5s;
}

.patient_history .pat_add .contact_box {
    width: 95.6%;
    float: left;
    padding: 15px;
    margin: 0;
}

.contact_box {
    width: 34%;
    height: auto;
    float: left;
    background: #FFF;
    padding: 10px;
    margin: 0 20px 5px 0;
}

ul {
    list-style: none;
}

ul, menu, dir {
    display: block;
    /* list-style-type: disc; */
    -webkit-margin-before: 1em;
    /* -webkit-padding-start: 17px; */
}

.pat_add .phn_icon {
    background-position: left -24px;
}

.pat_add span {
    width: 30px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(contact-sprites.jpg) left top no-repeat;
    float: left;
}

.infoiconcolor {
    color: #2467cb;
    background-color: #fff;
}

.infolist {
    -webkit-margin-before: 10px;
    height: 79px;
}

.infolabel {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    padding-left: 11px;
}

.infoimage {
    width: 95px;
    height: 115px;
    float: left;
}

/*Css for custom dropdown with autocomplete textbox*/
.custom-select {
    position: relative;
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    /*width: 259px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-select.small {
        width: 104px;
    }

    .custom-select.medium {
        width: 164px;
    }

    .custom-select.large {
        width: 300px;
    }

    .custom-select.xlarge {
        width: 380px;
    }

    .custom-select > select {
        display: none !important;
    }

    .custom-select > a.dropdown-toggle {
        border-radius: 0;
        line-height: 28px;
        box-shadow: none;
        background: #ffffff;
        position: relative;
        display: block;
        overflow: hidden;
        padding: 0 0 0 8px;
        border: 1px solid #d2d6de;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        color: #888;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 30px;
    }


        .custom-select > a.dropdown-toggle.disabled,
        .custom-select > a.dropdown-toggle.disabled:hover {
            cursor: not-allowed;
            color: #d2d6de;
            background: #eee;
        }

        .custom-select > a.dropdown-toggle:hover,
        .custom-select.open > a.dropdown-toggle {
            color: #333;
        }

    .custom-select.open > a.dropdown-toggle {
        border-bottom: 0;
        line-height: 29px;
    }

.control-group.error .custom-select > a.dropdown-toggle {
    border-color: #f09784;
    color: #d68273;
}

.custom-select > a.dropdown-toggle > span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.custom-select > a.dropdown-toggle > b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .custom-select > a.dropdown-toggle > b:before {
        content: "\f0d7";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 1px;
    }

.custom-select.open > a.dropdown-toggle > b:before {
    content: "\f0d8";
}

.custom-select > .dropdown-menu {
    margin-top: 0;
    border-color: #d2d6de;
    border-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

    .custom-select > .dropdown-menu > .custom-select-search {
        position: relative;
        z-index: 1010;
        margin: 0;
        padding: 0 4px;
        white-space: nowrap;
    }

        .custom-select > .dropdown-menu > .custom-select-search > input {
            width: 100%;
            height: 30px;
            margin: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 4px 20px 4px 5px;
            border-radius: 0;
        }

        .custom-select > .dropdown-menu > .custom-select-search:after {
            content: "\f002";
            display: inline-block;
            color: #888;
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 4px;
            right: 10px;
        }

    .custom-select > .dropdown-menu > ul {
        border-color: #d2d6de;
        border-top: 0;
        margin: 4px 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 240px;
        padding-right: 14px;
    }

        .custom-select > .dropdown-menu > ul > li > a {
            font-size: 13px;
            margin-bottom: 1px;
            margin-top: 1px;
            display: block;
            padding: 3px 8px;
            clear: both;
            font-weight: normal;
            line-height: 20px;
            color: #000;
            cursor: pointer;
            width: 100%;
        }

            .custom-select > .dropdown-menu > ul > li > a:hover,
            .custom-select > .dropdown-menu > ul > li > a:focus {
                color: #fff;
                text-decoration: none;
                background-repeat: repeat-x;
            }
      
            .custom-select > .dropdown-menu > ul > li > a:hover {
                background: #3399FF !important;
            }

            .custom-select > .dropdown-menu > ul > li > a:focus {
                background: #3399FF !important;
            }

        .custom-select > .dropdown-menu > ul > li.empty-result > em {
            text-align: center;
            padding: 4px 8px;
            display: block;
        }

    .custom-select > .dropdown-menu > .custom-select-action > button {
        border-radius: 0;
        background-image: none;
    }

    .custom-select > .dropdown-menu:before {
        border: 0;
    }

label.btn.btn-default.active {
    background-color: #2b85c1;
    color: #ffffff;
}
/*Font awesome icons size modified */
.fa-2x {
    font-size: 1.3em !important;
}

.fa-check {
    color: green;
}
/*text area text height customized*/
textarea.form-control {
    height: 100px;
    resize:none !important;
}
