.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;
}

.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;
}

.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;
}



/*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: 16%;
    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;
}

.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;
}

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 {
    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;
    }
}



