﻿.bclr {
    background: #0B1423 !important;
}

.gpbclr {
    background: #222933 !important;
}

.svybclr {
    background: #F09100 !important;
}

.alert-badge {
    background-color: #0B1423;
}

.tclr {
    color: #99A8BB;
}

.tclrw {
    color: #FFFFFF !important;
}

.dibclr {
    background: #323E4B !important;
}

.dcbclr {
    background: #ECF0F3 !important;
}

.colorl1 {
    background: #0B1423 !important
}

.colorl2 {
    background: #212832 !important
}

.colorl3 {
    background: #2C3642 !important
}

.colorl4 {
    background: #3F4A5C !important
}

.colorl5 {
    background: #394555 !important
}

.colorl6 {
    background: #1B2027 !important
}

.textcolorl1 {
    color: #0B1423
}

.textcolorl2 {
    color: #212832
}

.textcolorl3 {
    color: #2C3642
}

.textcolorl4 {
    color: #3F4A5C
}

.textcolorl5 {
    color: #394555
}

.giconcolor {
    color: #FFFFFF
}

.tcolor {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.tcolor:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}

.tcolor:focus {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

.linecolor {
    border-bottom: solid 2px #DD8500;
}

.borderrightcolorl4 {
    border-right: 1px solid #3F4A5C;
}

.borderbbottomcolorl4 {
    border-bottom: 1px solid #3F4A5C;
}



homeselect {
    /*#435D7B*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
    color: #000000;
    cursor: pointer;
    border: solid 0px #999999;
    text-indent: 6px;
}

/* Custom Select */
.homeselect {
    position: relative;
    display: block;
    /*width: 190px;*/
    width: 100%;
    height: 24px;
    line-height: 2;
    /*background: #FFFFFF;*/
    overflow: hidden;
    border-radius: .25em;
    /*border: solid 1px #999999;*/
}

homeselect::-ms-expand {
    display: none;
    border: 0 !important;
}
/* Arrow */


/* Transition */
.homeselect:hover::after {
    color: #FFFFFF;
}

.homeselect::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.homeselect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    color: #FFFFFF;
    padding: 0 4px 6px 4px;
    pointer-events: none;
}

.string-filter {
    padding-top: 12px;
    padding-bottom: 9px;
    font-size: 10px;
    color: #FFFFFF;
    /*background-color: #FF0000;*/
    background-color: transparent;
    font-weight: normal;
    width: 100%;
}

.string-filter .google-visualization-controls-label {
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    width: 90%;
    text-wrap: normal;
}

.string-filterPrnt {
    padding-top: 12px;
    padding-bottom: 9px;
    font-size: 11px;
    color: #FFFFFF;
    /*background-color: #394555;*/
    background-color: transparent;
    font-weight: normal;
    width: 100%;
}

.string-filterPrnt INPUT {
    font-size: 11px;
    /*color: #FF0000;*/
    color: #FFFFFF;
    border: 1px solid #999999;
    /*background-color: #FF0000;*/
    background-color: #FFFFFF;
    width: 100%;
    height: 24px;
}

.string-filter .google-visualization-controls-rangefilter-thumblabel {
    background-color: transparent;
    border: 1px solid #394555;
    font-weight: normal;
    color: #ECF0F3;
}

.headercellgoogle {
    padding-top: 9px;
    padding-bottom: 9px;
    width: 150px;
    height: 45px;
    font-size: 12px;
    text-align: center;
    background-color: #5E728C;
    color: white;
}

.btn-selected {
    background-color: #394555;
    border-color: #394555;
    color: #ffffff;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #2C3642 !important;
    border-color: #2C3642 !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #394555;
        border-color: #394555;
    }

.btn-success {
    color: #ffffff;
    background-color: #394555;
    border-color: #394555;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #394555;
    border-color: #394555;
    cursor: pointer;
}

.cVitalslist-group-item {
    position: relative;
    display: block;
    padding: 3px 3px;
    font-size: small;
    margin-bottom: -1px;
    background-color: #394555;
    color: #FFFFFF;
    border: 1px solid transparent;
}

a.cVitalslist-group-item:hover, a.cVitalslist-group-item:focus,
button.cVitalslist-group-item:hover,
button.cVitalslist-group-item:focus {
    text-decoration: none;
    color: #f8f8f8;
    background-color: #3F4A5C;
}

.cVitalstable-bordered th,
.cVitalstable-bordered td {
    border: 0px solid #394555 !important;
    border-bottom: 1px solid #3F4A5C !important;
}



.list-group-item {
    position: relative;
    display: block;
    padding: 3px 3px;
    font-size: small;
    margin-bottom: -1px;
    background-color: #394555;
    border: 1px solid transparent;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #f8f8f8;
    background-color: #3F4A5C;
}

.menulist-group-item {
    position: relative;
    display: block;
    padding: 3px 3px;
    font-size: small;
    margin-bottom: -1px;
    color: #FFFFFF;
    background-color: #394555;
    border: 1px solid transparent;
}

a.menulist-group-item:hover, a.menulist-group-item:focus,
button.menulist-group-item:hover,
button.menulist-group-item:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #3F4A5C;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #394555 !important;
}

div.google-visualization-tooltip {
    background-color: #3F4A5C;
    border: 1px solid #3F4A5C !important;
    width: 100%;
    height: 60px;
}

.centerLabel {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 150px;
    /*line-height: 300px;*/
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3F4A5C;
}

.centercontainer {
    position: absolute;
    left: 27%;
    width: 132px;
    /*height: 100px;*/
    /*line-height: 300px;*/
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #3F4A5C;
    font-weight: 500 bold;
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    align-content: center;
}

.badge-default {
    background-color: #0B1423;
}

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #2C3642;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #2C3642;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #3F4A5C; /*#C76363;*/
}

ir {
    background: #2C3642;
    border-radius: 15px;
    font-size: 10px;
    height: 23px;
    width: 23px;
    text-align: left;
    margin-right: 100px;
    /*border-radius: 10%;*/
    display: inline-block;
    padding: 2px;
}

.autocomplete-items div {
    padding: 3px;
    cursor: pointer;
    background-color: #394555;
    border-bottom: 0px none #808080;
    color: #FFFFFF;
    font-size: x-small;
}

/*Vimal20210509: Autofill section Column Header*/
.AFColumnHeader {
    border-bottom: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    border-left: 0px solid #999999;
    border-right: 0px solid #999999;
    background-color: #394555 !important;
    height: 20pt;
    font-size: 8pt;
    font-weight: 600;
    font-family: tahoma;
    color: #FFFFFF;
    text-align: left;
    text-indent: 0px;
    padding-left: 3px;
}

/*Vimal20210509: Autofill EvenRow OddRow*/
.AFEvenRow {
    background-color: #DEE6EB !important;
    font-family: Tahoma;
    font-size: 8pt;
    color: #333333 !important;
    border-top: 1px solid #DEE6EB;
    border-bottom: 1px solid #DEE6EB;
    border-left: 1px solid #DEE6EB;
    border-right: 1px solid #DEE6EB;
    text-align: left;
    text-indent: 0px;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
}

.AFOddRow {
    background-color: #C4D2DB !important;
    font-family: Tahoma;
    font-size: 8pt;
    color: #333333 !important;
    border-top: 1px solid #C4D2DB;
    border-bottom: 1px solid #C4D2DB;
    border-left: 1px solid #C4D2DB;
    border-right: 1px solid #C4D2DB;
    text-align: left;
    text-indent: 0px;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
}

/*Vimal20170831: MV section Column Header*/
.ColumnHeader {
    /*border-bottom-width: 1px;
    border-bottom-style: Solid;
    border-bottom-color: Gray;*/
    /*background-color: #394555;*/ /*#A4B3C6;*/ /*#E7ECF1;*/
    /*border-color: #999999;*/ /*#99A6BB*/
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    border-left: 0px solid #999999;
    border-right: 0px solid #999999;
    background-color: #E9E9E9 !important;
    height: 20pt;
    font-size: 8pt;
    font-weight: 600;
    font-family: tahoma;
    color: #2C3642;
    text-align: center;
    text-indent: 0px;
    padding-left: 6px;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #999 !important;
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    background-color: #999 !important;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #999 !important;
}

::-webkit-scrollbar-track-piece {
    background-color: #CCCCCC !important;
    box-shadow: inset 0 0 5px #000000;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff !important;
    border-radius: 5px;
    box-shadow: inset 0 0 3px 3px #2C3642;
}


.glyphicondc {
    background-color: #0B1423;
    border: 1px solid #0B1423;
    border-radius: 8px;
    height: 36px !important;
    padding-top: 6px;
    text-align: center;
    width: 33px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #394555;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #394555;
    outline: 0;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*left: 94%;*/
    width: 20px;
    color: #0B1423;
    padding: 1px 4px 6px 4px;
    /*background: #BBBBBB;*/
    pointer-events: none;
}

/* Transition */
.select:hover::after {
    color: #0B1423;
}



/*Vimal20170825: EVEN Rows*/
.yui-skin-sam tr.yui-dt-even {
    /*Search Grid Even Rows*/
    background-color: #FFFFFF;
    color: #000000;
    text-indent: 2px;
    border: none;
    /*    border-color: #495A72;
    border-right: solid;
    border-right-color: #495A72;
    border-right: 1px solid;
    border-top-color: #495A72;*/
}
/*Vimal20170825: ODD Rows*/
.yui-skin-sam tr.yui-dt-odd {
    /*Search Grid Odd Rows*/
    background-color: #FFFFFF;
    color: #000000;
    text-indent: 2px;
    border: none;
    /*  
    border-right: solid;
    border-right-color: #495A72;
    border-right: 1px solid;
    border-top-color: #495A72;*/
}
/*Vimal20170110: Search Grid Header*/
.yui-skin-sam .yui-dt th {
    background: #394555;
    /*text-align: left;*/
    text-align: left;
    vertical-align: middle;
    text-indent: 0px;
    /*text-anchor: start;*/
    padding-left: 3px;
    color: #495A72;
    height: 30px;
    border: none;
    /*    border-color: #495A72;
    border-right: solid;
    border-right-color: #495A72;
    border-right: 2px solid;
    border-left: solid;
    border-left-color: #495A72;
    border-left: 2px solid;
    border-top: solid;
    border-top-color: #495A72;
    border-top: 2px solid;
    border-bottom: solid;
    border-bottom-color: #495A72;
    border-bottom: 2px solid;*/
}


/*Vimal20170831: Sorting Row Even - First row below header*/
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
    background-color: #FFFFFF; /*#CDDFE2;*/ /*#CCD6E3;*/
    color: #000000;
    text-indent: 2px;
}

/*Vimal20170831: Sorting Row Even*/
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
    background-color: #FFFFFF; /*#E7ECF1;*/
    color: #000000;
    text-indent: 2px;
}

/*Vimal:20161114: Search Grid Checkbox and Edit button background*/
.yui-skin-sam .first {
    /*border-right-width: 1px;
    border-right-style: Solid;
    border-right-color: Gray;
    border-bottom-width: 1px;
    border-bottom-style: Solid;
    border-bottom-color: Gray;*/
    /*background-color: #FF0000;*/
    font-size: 8pt;
    text-indent: 3px;
    text-align: center;
    font-weight: normal;
    font-family: tahoma;
    color: black;
    vertical-align: middle;
    width: 1px;
    padding-left: 2px;
    border-color: #495A72;
}

.EvenRow {
    background-color: #ECF0F3; /*#CDDFE2;*/ /*#20282D;*/ /*#E7ECF1;*/
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
    border-bottom: 1px solid #DCDCDC;
}

.OddRow {
    background-color: #FFFFFF; /*#7489A7;*/ /*#CCD6E3;*/
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
    border-bottom: 1px solid #DCDCDC;
}


.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

    .bs-wizard > .bs-wizard-step + .bs-wizard-step {
    }
    /*.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}*/
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: x-small;
        margin-bottom: 22px;
        text-decoration: none;
        white-space: nowrap;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        color: #999;
        font-size: 14px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        background: #fbe8aa;
        top: 45px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
            content: ' ';
            width: 10px;
            height: 10px;
            background: #fbbd19;
            border-radius: 50px;
            position: absolute;
            top: 5px;
            left: 5px;
        }

    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 4px;
        box-shadow: none;
        margin: 20px 0;
    }

        .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
            width: 0px;
            box-shadow: none;
            background: #fbe8aa;
        }

    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
        width: 0%;
    }

    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
        background-color: #f5f5f5;
    }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
            opacity: 0;
        }

    .bs-wizard > .bs-wizard-step:first-child > .progress {
        left: 50%;
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step:last-child > .progress {
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
        pointer-events: none;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnumodd {
        color: #FFFFFF;
        font-size: x-small;
        margin-bottom: 15px;
        text-decoration: none;
        white-space: nowrap;
        margin-top: -10px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dotodd {
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        background: #fbe8aa;
        top: 18px;
        left: 50%;
        margin-left: -15px;
        border-radius: 50%;
    }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dotodd:after {
            content: ' ';
            width: 10px;
            height: 10px;
            background: #fbbd19;
            border-radius: 50px;
            position: absolute;
            top: 5px;
            left: 5px;
        }


/*END Form Wizard*/
