@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

/* @import 'bootstyle.css'; */

body {
    background: url(../images/body-bg.png) repeat 0 0;
    font-family: 'Nunito Sans';
    color: #333333;
}


@media Print {
    .noprint {
        display: none !important
    }

    .reportgrid {
        overflow-y: visible !important;
    }
}

.reportgrid {
    overflow-y: scroll;
}

.subtle:hover {
    text-decoration: underline;
    color: black;
}

.container-customER {
    padding-right: 0px; /* was 15px **/
    padding-left: 0px; /* was 15px **/
    margin-right: auto;
    margin-left: auto;
    xmin-width: 970px; /* was not there **/
}

@media (min-width: 768px) {
    .container-customER {
        width: 750px; /* was 750px **/
    }
}

@media (min-width: 992px) {
    .container-customER {
        width: 970px; /* was 970px; **/
        mmargin-right: 2px; /* was not there **/
        mmargin-left: 2px; /* was not there **/
    }
}

@media (min-width: 1200px) {
    .container-customER {
        width: 1170px; /* was 1170px **/
    }
}

@media (min-width: 1400px) {
    .container-customER {
        width: calc(100vw - (100vw - 1400px) / 1); /* New in 2021 **/
    }
}

.container-custom {
    padding-right: 0px; /* was 15px **/
    padding-left: 0px; /* was 15px **/
    margin-right: auto;
    margin-left: auto;
    min-width: 970px; /* was not there **/
}

@media (min-width: 768px) {
    .container-custom {
        xwidth: 970px; /* was 750px **/
    }
}

@media (min-width: 992px) {
    .container-custom {
        width: auto; /* was 970px; **/
        mmargin-right: 2px; /* was not there **/
        mmargin-left: 2px; /* was not there **/
    }
}

@media (min-width: 1200px) {
    .container-custom {
        width: 100%; /* was 1170px **/
    }
}

@media (min-width: 1400px) {
    .container-custom {
        xwidth: calc(100vw - (100vw - 1400px) / 1); /* New in 2021 **/
        width: 100%; /* was 1170px **/
    }
}

.container-custom2 {
    xmargin-top: 50px !important;
    xpadding-top: 55px !important;
}

.container-customER2 {
    xmargin-top: 50px !important;
    box-decoration-break padding-top: 55px !important;
}


.dyna-button2 {
    padding: 8px 0px 8px 0px;
}

    .dyna-button2:hover {
        background-color: #f5f5f5;
        color: black;
    }


.dyna-button {
    padding: 0px 0px 0px 0px;
}

@media (max-height: 825px) {
    .vert-sm {
        display: none;
    }

    .dyna-button {
        padding: 1px 0px 1px 0px;
    }
}

@media (min-height: 785px) {
    .dyna-button {
        padding: 4px 0px 4px 0px;
    }
}

.dyna-button:hover {
    background-color: #f5f5f5;
    color: black;
}

.edit-border {
    border: 1px dashed #CCCCCC;
    border-radius: 3px;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.edit-viewer {
    padding: 5px;
}

.shift-dialog {
    margin-left: 38px
}

.container-form {
    padding-top: 0px; /* was not there **/
    padding-right: 0px; /* was 15px **/
    padding-left: 0px; /* was 15px **/
    margin-right: auto;
    margin-left: auto;
    mmin-width: 300px; /* was not there **/
}

@media (min-width: 768px) {
    .container-form {
        padding-top: 30px; /* was not there **/
        width: 750px; /* was 750px **/
    }
}

@media (min-width: 992px) {
    .container-form {
        width: 970px; /* was 970px; **/
    }
}

@media (min-width: 1200px) {
    .container-form {
        width: 970px; /* was 1170px **/
    }
}



.fbutton {
    float: right;
}

@media (max-width: 768px) {
    .custom-panel {
        border-radius: 0px; /* was not there **/
        border: 0px; /* was not there **/
    }

    .custom-panel-inner {
        border-radius: 0px; /* was not there **/
        border: 0px; /* was not there **/
        padding: 4px 4px 4px 4px; /* was not there **/
    }

    .fbutton {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.footer-link {
    font-size: 8pt;
}



    .borblur {
        background-color: #ffffff;
    }


    .container-custom > .navbar-header,
    .container-custom > .navbar-collapse {
        margin-right: -15px; /* was -15px **/
        margin-left: -15px; /* was -15px **/
    }

    @media (min-width: 768px) {
        .container-custom > .navbar-header,
        .container-custom > .navbar-collapse {
            margin-right: 5px; /* was 0 **/
            margin-left: 5px; /* was 0 **/
        }
    }

    @media (min-width: 768px) {
        .navbar > .container-custom .navbar-brand {
            margin-left: -15px; /* was -15px **/
        }
    }


    .container-custom:before,
    .container-custom:after {
        display: table;
        content: " ";
    }

    .container-custom:after {
        clear: both;
    }

    .btn-br {
        width: 100% !important;
        dpadding: 3px;
    }

    .brow {
        padding: 3px !important;
    }

    .abor {
        bborder: 1px solid #cccccc;
        padding: 3px !important;
        bbackground-color: #007E8F;
    }



    .btn-wide {
        width: 100% !important;
    }

    .left-inner-addon {
        position: relative;
    }

        .left-inner-addon input {
            padding-left: 30px;
        }

        .left-inner-addon i {
            position: absolute;
            padding: 10px 12px;
            pointer-events: none;
        }

    .right-inner-addon {
        position: relative;
    }

        .right-inner-addon input {
            padding-right: 30px;
        }

        .right-inner-addon i {
            position: absolute;
            right: 0px;
            padding: 10px 12px;
            pointer-events: none;
        }



    /*WDB*/

    .right-upper-right {
    }

        .right-upper-right i {
            position: absolute;
            top: 1px;
            right: 2px;
            padding: 8px 6px;
            lpointer-events: none;
            cursor: pointer;
            font-size: 13px;
            background-color: white;
        }

    .right-addon-md {
        position: relative;
    }

        .right-addon-md input {
            ppadding-right: 30px;
            height: 25px;
            padding: 3px 5px 3px 5px;
            font-size: 14px;
            line-height: 1.5;
            border-radius: 3px;
        }

        .right-addon-md i {
            position: absolute;
            right: 2px;
            padding: 8px 6px;
            pointer-events: none;
            font-size: 12px;
        }

        .right-addon-md div {
            position: absolute;
            right: 8px;
            padding: 14px 6px;
            lpointer-events: none;
            cursor: pointer;
            font-size: 12px;
            color:#808080
        }








    .right-inner-addon-md {
        position: relative;
    }

        .right-inner-addon-md input {
            ppadding-right: 30px;
            height: 28px;
            padding: 5px 5px;
            font-size: 14px;
            line-height: 1.5;
            border-radius: 3px;
        }

        .right-inner-addon-md i {
            position: absolute;
            right: 2px;
            padding: 8px 6px;
            pointer-events: none;
            font-size: 12px;
        }

        .right-inner-addon-md div {
            position: absolute;
            right: 2px;
            padding: 8px 6px;
            lpointer-events: none;
            cursor: pointer;
            font-size: 12px;
        }

    .right-inner-addon-xs {
        position: relative;
    }

        .right-inner-addon-xs input {
            ppadding-right: 30px;
            height: 22px;
            padding: 5px 5px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px;
        }

        .right-inner-addon-xs i {
            position: absolute;
            right: 0px;
            padding: 5px 6px;
            pointer-events: none;
            font-size: 12px;
        }

    .input-xs {
        height: 22px;
        padding: 3px 5px 3px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn-md {
        height: 25px;
        padding: 3px 8px 3px 8px;
        font-size: 9pt;
        line-height: 1.5;
        border-radius: 3px;
    }

    .input-md {
        height: 25px;
        padding: 3px 5px 3px 5px;
        ffont-size: 11pt;
        line-height: 1.5;
        border-radius: 3px;
        bbackground-color: #fcfcfc;
        color: #000000;
        xfont-weight: 600;
        font-size: 14px;
    }

        /* do not group these rules*/
        .input-md::-webkit-input-placeholder {
            color: #cccccc;
        }
        /* FF 4-18 */
        .input-md:-moz-placeholder {
            color: #cccccc;
        }
        /* FF 19+ */
        .input-md::-moz-placeholder {
            color: #cccccc;
        }
        /* IE 10+ */
        .input-md:-ms-input-placeholder {
            color: #cccccc;
        }

        @media (max-width: 1300px) {
            input::placeholder {
                color: transparent !important; /* Makes placeholder text invisible */
            }
        }

        @media (max-width: 1400px) {
            input::placeholder {
                font-size:12px; /* Makes placeholder text invisible */
            }
        }



    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flexit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .table-left-padding > tbody > tr > td {
        padding-left: 15px;
    }

    .table-left-padding > thead > tr > th {
        padding-left: 15px;
    }


    .table-more-condensed > tbody > tr > td {
        padding: 2px 5px;
        font-size: 10pt;
    }

    .table-more-condensed > thead > tr > td {
        padding: 2px 5px;
        font-size: 10pt;
    }

    .row.no-gutter {
        margin-right: 5px;
        margin-left: 5px;
    }

        .row.no-gutter [class*='col-'],
        .row.no-gutter [class*='col-'] {
            padding-right: 5px;
            padding-left: 5px;
        }

    .row.no-gutter0 {
        margin-right: 0px;
        margin-left: 0px;
    }

        .row.no-gutter0 > [class*='col-'] {
            padding-right: 0px;
            padding-left: 0px;
        }


    .row.no-gutter1 {
        margin-right: 1px;
        margin-left: 1px;
    }

        .row.no-gutter1 [class*='col-'],
        .row.no-gutter1 [class*='col-'] {
            padding-right: 1px;
            padding-left: 1px;
        }


    .row.no-gutter2 {
        margin-right: 2px;
        margin-left: 2px;
    }

        .row.no-gutter2 [class*='col-'],
        .row.no-gutter2 [class*='col-'] {
            padding-right: 2px;
            padding-left: 2px;
        }


    .xxxrow {
        margin-right: -15px;
        margin-left: -15px;
    }

    .xxxcol-xs-1 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }





    #wrapper {
        width: 100%;
        margin: 0px;
    }

    #page-wrapper {
        padding: 4px;
        min-height: 568px;
        background-color: #fff;
    }

    @media(min-width:768px) {
        #page-wrapper {
            position: inherit;
            mmargin: 0 0 0 250px;
            padding: 4px;
            bborder-left: 1px solid #e7e7e7;
            margin: 0px;
        }
    }


    @media(max-width:768px) {
        .float-around {
            bborder: 2px solid blue;
            bfloat: left;
        }
    }

    @media(min-width:768px) {
        .float-around {
            bborder: 2px solid blue;
            float: right;
        }
    }


    .dropdown-menu .dropdown-header > a {
        background-color: #ffffff;
        font-size: 18px;
        color: #000000;
        margin-left: -20px;
    }

        .dropdown-menu .dropdown-header > a:hover {
            background-color: #ffffff;
            color: #000000;
        }

    .dropdown-menu .dropdown-header-small > a {
        background-color: #ffffff;
        font-size: 14px;
        color: #000000;
        xmargin-left: -5px;
    }

        .dropdown-menu .dropdown-header-small > a:hover {
            background-color: #ffffff;
            color: #000000;
        }


    .dropdown-menu > li > a {
        z-index:10000;
        background-color: #ffffff;
        font-size: 16px;
        color: #555555;
    }


    .xm0p0 {
        margin: 0px;
        padding: 0px;
    }

    .xm2p0 {
        margin: 2px;
        padding: 0px;
    }

    .xm0p2 {
        margin: 0px;
        padding: 2px;
    }

    .xm0 {
        margin: 0px;
    }

    .xp0 {
        padding: 0px;
    }

    .xm2 {
        margin: 2px;
    }

    .xp1 {
        padding: 1px;
    }

    .xp2 {
        padding: 2px;
    }

    .xp3 {
        padding: 3px;
    }

    .xp4 {
        padding: 4px;
    }

    .xp5 {
        padding: 5px;
    }


    .rbor {
        border: 1px solid red;
    }

    .gbor {
        border: 1px solid green;
    }

    .bbor {
        border: 1px solid blue;
    }

    .wbor {
        border: 1px solid #dddddd;
    }


    .hilite {
        bbackground-color: #ddeeff;
        background-color: #ffff77;
    }

    .popover {
        font-family: 'Nunito Sans', sans-serif;
    }

    .popover-titlex {
        background-color: #D9EDF7;
        color: #ffffff;
    }

    .circle-red {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #D9534F;
        float: left;
        margin-top: 3px;
        margin-right: 3px;
    }

    .circle-yellow {
        width: 10px;
        height: 10px;
        bborder: 1px solid red;
        border-radius: 50%;
        background-color: #FFD800;
        float: left;
        margin-top: 3px;
        margin-right: 3px;
    }

    .circle-green {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #5CB85C;
        float: left;
        margin-top: 3px;
        margin-right: 3px;
    }

    .circle-gray {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #cccccc;
        float: left;
        margin-top: 3px;
        margin-right: 3px;
    }

    .custom-add {
        color: white;
        width: 22px;
        height: 22px;
        bborder: 1px solid red;
        border-radius: 50%;
        background-color: #cccccc;
        display: inline-block;
        mmargin-top: 3px;
        mmargin-right: 3px;
        font-size: 9px;
    }


    .badge-custom {
        background-color: #DCE9EA;
        border: 1px solid #B4D5D8;
        color: #007E8F;
        cursor: pointer;
    }

    .badge-gray {
        background-color: #CCCCCC;
        color: #fcfcfc;
        padding: 2px 4px;
        margin: 0px 2px 0px 0px;
        min-width: 17px;
    }

    .badge-blue {
        background-color: #007E8F;
        color: #fcfcfc;
        padding: 2px 4px;
        margin: 0px 2px 0px 0px;
        min-width: 17px;
    }



    .th-custom {
        background-color: #F4F5F5;
        color: #29353D;
    }

.th-gray {
    background-color: #eeeeee;
    color: #111111;
}

    @media screen and (min-width:768px) {
        .navbar-brand-centered {
            position: absolute;
            left: 50%;
            display: block;
            width: 800px;
            text-align: center;
            bbackground-color: #eee;
            bborder: 2px dashed white;
        }

        .navbar > .container-custom .navbar-brand-centered,
        .navbar > .container-customER .navbar-brand-centered,
        .navbar > .container .navbar-brand-centered,
        .navbar > .container-fluid .navbar-brand-centered {
            margin-left: -400px;
        }
    }

    .navbar-custom {
        border-radius: 0;
        background-color: #F4F5F5;
        border-bottom: 1px solid #D9DCDD;
    }

        .navbar-custom .nav > li > a {
            font-size: 16px;
        }

    .navbar-customX .navbar-brand {
        color: #ecf0f1;
    }

        .navbar-customX .navbar-brand:hover, .navbar-customX .navbar-brand:focus {
            color: #ffffff;
        }

    .navbar-customX .nav > li > a {
        color: #ecf0f1;
    }

        .navbar-customX .nav > li > a:hover, .navbar-customX .nav > li > a:focus {
            color: #ffffff;
            background-color: #3D7Fa6;
        }

    .navbar-customX .nav > .active > a, .navbar-customX .nav > .active > a:hover, .navbar-customX .nav > .active > a:focus {
        color: #ffffff;
        background-color: #3D7Fa6;
    }

    .navbar-customX .nav > .open > a, .navbar-customX .nav > .open > a:hover, .navbar-customX .nav > .open > a:focus {
        color: #ffffff;
        background-color: #3D7Fa6;
    }

    .navbar-customX .navbar-toggle {
        border-color: #3D7Fa6;
    }

        .navbar-customX .navbar-toggle:hover, .navbar-customX .navbar-toggle:focus {
            background-color: #3D7Fa6;
        }

        .navbar-customX .navbar-toggle .icon-bar {
            xbackground-color: #0C5793;
        }

    .navbar-customX .navbar-collapse,
    .navbar-customX .navbar-form {
        border-color: #ecf0f1;
    }

    .navbar-customX .navbar-link {
        color: #ecf0f1;
    }

        .navbar-customX .navbar-link:hover {
            color: #ffffff;
        }

    .icon-bar {
        xbackground-color: #FFffff !important;
        xborder-color: #FFffff !important;
    }

    .tabpanel {
        background-color: #fcfcfc;
        padding: 10px 7px;
        border-radius: 12px;
        border-top: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add this line for shadow */
    }




    .nav-tabs {
        border-bottom: 1px solid #eeeeee;
    }

        /* tab color */
        .nav-tabs > li > a {
            color: #aaaaaa;
            font-weight: 700;
            border-top: 1px solid #ffffff;
            border-left: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
        }

        /* active tab color */
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #3D7Fa6;
            background-color: #ffffff;
            font-weight: 700;
            border-top: 1px solid #ffffff;
            border-left: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            border-bottom: 4px solid #3D7Fa6;
        }

        /* hover tab color */
        .nav-tabs > li > a:hover {
            color: #3D7Fa6;
            background-color: #ffffff;
            font-weight: 700;
            border-top: 1px solid #ffffff;
            border-left: 1px solid #ffffff;
            border-right: 1px solid #ffffff;
            border-bottom: 2px solid #3D7Fa6;
        }



    .active2 {
        background-color: #eeeeee;
    }

    .activeside {
        background-color: #1A59C0;
    }


    .navbar-customX .nav > li > a {
        color: #ecf0f1;
    }

        .navbar-customX .nav > li > a:hover, .navbar-customX .nav > li > a:focus {
            color: #ffffff;
            background-color: #3D7Fa6;
        }

    .navbar-customX .nav > .active > a, .navbar-customX .nav > .active > a:hover, .navbar-customX .nav > .active > a:focus {
        color: #ffffff;
        background-color: #3D7Fa6;
    }

    .navbar-customX .nav > .open > a, .navbar-customX .nav > .open > a:hover, .navbar-customX .nav > .open > a:focus {
        color: #ffffff;
        background-color: #3D7Fa6;
    }


    .navbar-customX .navbar-toggle {
        border-color: #3D7Fa6;
    }

        .navbar-customX .navbar-toggle:hover, .navbar-customX .navbar-toggle:focus {
            background-color: #3D7Fa6;
        }

        .navbar-customX .navbar-toggle .icon-bar {
            xbackground-color: #0C5793;
        }

    .navbar-customX .navbar-collapse,
    .navbar-customX .navbar-form {
        border-color: #ecf0f1;
    }

    .navbar-customX .navbar-link {
        color: #ecf0f1;
    }

        .navbar-customX .navbar-link:hover {
            color: #ffffff;
        }

    .icon-bar {
        xbackground-color: #FFffff !important;
        xborder-color: #FFffff !important;
        xcolor: red !important;
    }








    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

        .navbar-top-links li a {
            padding: 15px;
            min-height: 50px;
        }

    .navbar-top-links .dropdown-menu li {
        display: block;
    }

        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            padding: 3px 20px;
            min-height: 0;
        }

            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 250px;
        min-width: 0;
    }

    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }

    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }

    .navbar-top-links .dropdown-alerts {
        mmargin-left: -123px;
    }

    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }

    .sidebar .sidebar-nav.navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar .sidebar-search {
        padding: 15px;
    }

    .sidebar ul li {
        border-bottom: 1px solid #e7e7e7;
    }

        .sidebar ul li a.active {
            background-color: #eee;
        }

    .sidebar .arrow {
        float: right;
    }

    .sidebar .fa.arrow:before {
        content: "\f104";
    }

    .sidebar .active > a > .fa.arrow:before {
        content: "\f107";
    }

    .sidebar .nav-second-level li,
    .sidebar .nav-third-level li {
        border-bottom: 0 !important;
    }

        .sidebar .nav-second-level li a {
            padding-left: 37px;
        }

        .sidebar .nav-third-level li a {
            padding-left: 52px;
        }

    @media(min-width:768px) {
        .sidebar {
            z-index: 1;
            position: absolute;
            width: 250px;
            margin-top: 51px;
        }

        .navbar-top-links .dropdown-messages,
        .navbar-top-links .dropdown-tasks,
        .navbar-top-links .dropdown-alerts {
            margin-left: auto;
        }
    }

    .btn-outline {
        color: inherit;
        background-color: transparent;
        transition: all .5s;
    }

    .btn-primary.btn-outline {
        color: #428bca;
    }

    .btn-success.btn-outline {
        color: #5cb85c;
    }

    .btn-info.btn-outline {
        color: #5bc0de;
    }

    .btn-warning.btn-outline {
        color: #f0ad4e;
    }

    .btn-danger.btn-outline {
        color: #d9534f;
    }

        .btn-primary.btn-outline:hover,
        .btn-success.btn-outline:hover,
        .btn-info.btn-outline:hover,
        .btn-warning.btn-outline:hover,
        .btn-danger.btn-outline:hover {
            color: #fff;
        }

    .chat {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .chat li {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px dotted #999;
        }

            .chat li.left .chat-body {
                margin-left: 60px;
            }

            .chat li.right .chat-body {
                margin-right: 60px;
            }

            .chat li .chat-body p {
                margin: 0;
            }

        .panel .slidedown .glyphicon,
        .chat .glyphicon {
            margin-right: 5px;
        }

    .chat-panel .panel-body {
        height: 350px;
        overflow-y: scroll;
    }

    .login-panel {
        margin-top: 5%;
    }

    .flot-chart {
        display: block;
        height: 400px;
    }

    .flot-chart-content {
        width: 100%;
        height: 100%;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background: 0 0;
    }

        table.dataTable thead .sorting_asc:after {
            content: "\f0de";
            float: right;
            font-family: fontawesome;
        }

        table.dataTable thead .sorting_desc:after {
            content: "\f0dd";
            float: right;
            font-family: fontawesome;
        }

        table.dataTable thead .sorting:after {
            content: "\f0dc";
            float: right;
            font-family: fontawesome;
            color: rgba(50,50,50,.5);
        }



    .btn-hwcr {
        background-color: #963146 !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
        -webkit-font-smoothing: antialiased;
    }

        .btn-hwcr:hover {
            background-color: #b65166 !important;
        }

    .panel-hwc {
        background-color: #007E8F !important;
    }

    .btn-circle {
        width: 30px;
        height: 30px;
        padding: 6px 0;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
        line-height: 1.428571429;
    }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            border-radius: 25px;
            font-size: 18px;
            line-height: 1.33;
        }

        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            border-radius: 35px;
            font-size: 24px;
            line-height: 1.33;
        }

    .show-grid [class^=col-] {
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #ddd;
        background-color: #eee !important;
    }

    .show-grid {
        margin: 15px 0;
    }

    .huge {
        font-size: 40px;
    }

    .panel-green {
        border-color: #5cb85c;
    }

        .panel-green .panel-heading {
            border-color: #5cb85c;
            color: #fff;
            background-color: #5cb85c;
        }

        .panel-green a {
            color: #5cb85c;
        }

            .panel-green a:hover {
                color: #3d8b3d;
            }

    .panel-red {
        border-color: #d9534f;
    }

        .panel-red .panel-heading {
            border-color: #d9534f;
            color: #fff;
            background-color: #d9534f;
        }

        .panel-red a {
            color: #d9534f;
        }

            .panel-red a:hover {
                color: #b52b27;
            }

    .panel-yellow {
        border-color: #f0ad4e;
    }

        .panel-yellow .panel-heading {
            border-color: #f0ad4e;
            color: #fff;
            background-color: #f0ad4e;
        }

        .panel-yellow a {
            color: #f0ad4e;
        }

            .panel-yellow a:hover {
                color: #df8a13;
            }




    /* Scrolling Table No Ellipsis */

    .onelinertableNA {
    }

        .onelinertableNA td {
            white-space: nowrap;
        }

        .onelinertableNA th {
            white-space: nowrap;
        }




    /* Scrolling Table */

    .onelinertable {
        /* magic */
        width: 100%;
        table-layout: fixed;
        /*not really necessary, removes extra white space */
        border-collapse: collapse;
        border-spacing: 0;
        border: 0;
    }

        .onelinertable td {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .onelinertable th {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .onelinertable2 td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .elle {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .tranzee {
        background-color: #ffffff;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .tranzee15 {
        background-color: #ffffff;
        -moz-opacity: .15;
        opacity: .15;
        filter: alpha(opacity=15);
    }

    .tranzee25 {
        background-color: rgba(0,0,0,0.25);
    }

    .tranzee55 {
        background-color: #ffffff;
        -moz-opacity: .55;
        opacity: .55;
        filter: alpha(opacity=55);
    }

    .tranzee75 {
        background-color: #ffffff;
        -moz-opacity: .75;
        opacity: .75;
        filter: alpha(opacity=75);
    }

    .tranzloading {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 175px;
        height: 135px;
        background-color: #ffffff;
        border: 4px solid #dddddd;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        vertical-align: central;
    }



    .spanlink {
        color: #007E8F;
        cursor: pointer;
        text-decoration: underline
    }

    .spanlink2 {
        color: #007E8F;
        cursor: pointer;
    }

    .maplink {
        color: #007E8F;
        cursor: pointer
    }

        .maplink:hover {
            color: #007E8F;
            cursor: pointer;
            text-decoration: underline
        }

    .question {
        color: #999999;
        cursor: pointer;
        font-size: 16px;
    }

        .question:hover {
            color: #007E8F;
        }




    .marker {
        background-color: #ffff77;
        -webkit-animation-name: example; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
        animation-name: example;
        animation-duration: 2s;
    }

    /* Chrome, Safari, Opera */
    @-webkit-keyframes example {
        0% {
            background-color: #ffff77;
        }

        25% {
            background-color: #ffffff;
        }

        50% {
            background-color: #ffff77;
        }

        75% {
            background-color: #ffffff;
        }

        100% {
            background-color: #ffff77;
        }
    }

    /* Standard syntax */
    @keyframes example {
        0% {
            background-color: #F2DEDE;
        }

        25% {
            background-color: #ffffff;
        }

        50% {
            background-color: #F2DEDE;
        }

        75% {
            background-color: #ffffff;
        }

        100% {
            background-color: #F2DEDE;
        }
    }

    .markerred {
        background-color: #F2DEDE;
        -webkit-animation-name: examplered; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
        animation-name: examplered;
        animation-duration: 2s;
    }

    .markergreen {
        background-color: #5CB85C;
        -webkit-animation-name: examplegreen; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
        -webkit-animation-iteration-count: 20; /* Chrome, Safari, Opera */
        animation-name: examplegreen;
        animation-duration: 1s;
        animation-iteration-count: 20;
    }


    /* Chrome, Safari, Opera */
    @-webkit-keyframes examplered {
        0% {
            background-color: #F2DEDE;
        }

        25% {
            background-color: #ffffff;
        }

        50% {
            background-color: #F2DEDE;
        }

        75% {
            background-color: #ffffff;
        }

        100% {
            background-color: #F2DEDE;
        }
    }

    /* Standard syntax */
    @keyframes examplered {
        0% {
            background-color: #F2DEDE;
        }

        25% {
            background-color: #ffffff;
        }

        50% {
            background-color: #F2DEDE;
        }

        75% {
            background-color: #ffffff;
        }

        100% {
            background-color: #F2DEDE;
        }
    }



    @-webkit-keyframes examplegreen {
        0% {
            background-color: #007E8F;
        }

        25% {
            background-color: #5CB85C;
        }

        50% {
            background-color: #007E8F;
        }

        75% {
            background-color: #5CB85C;
        }

        100% {
            background-color: #007E8F;
        }
    }

    /* Standard syntax */
    @keyframes examplegreen {
        0% {
            background-color: #007E8F;
        }

        25% {
            background-color: #5CB85C;
        }

        50% {
            background-color: #007E8F;
        }

        75% {
            background-color: #5CB85C;
        }

        100% {
            background-color: #007E8F;
        }
    }



    .custom-label {
        color: #29353D;
        font-weight: 600;
        font-size: 14px;
    }

    .small-label {
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }






    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            right: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu > a:before {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 5px 5px 0;
            border-right-color: #ccc;
            margin-top: 5px;
            xmargin-right: -10px;
            margin-left: -10px;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }





















    .panel-heading {
        font-weight: bold;
    }


    .panel-title {
        font-weight: bold;
    }



    .panel.with-nav-tabs .panel-heading {
        padding: 5px 5px 0 5px;
    }

    .panel.with-nav-tabs .nav-tabs {
        border-bottom: none;
    }

    .panel.with-nav-tabs .nav-justified {
        margin-bottom: -1px;
    }
    /********************************************************************/
    /*** PANEL DEFAULT ***/
    .with-nav-tabs.panel-default .nav-tabs > li > a,
    .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #777;
    }

        .with-nav-tabs.panel-default .nav-tabs > .open > a,
        .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
            color: #777;
            background-color: #ddd;
            border-color: transparent;
        }

    .with-nav-tabs.panel-default .nav-tabs > li.active > a,
    .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
        color: #555;
        background-color: #fff;
        border-color: #ddd;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #777;
        }

            .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #ddd;
            }

        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #555;
        }
    /********************************************************************/
    /*** PANEL PRIMARY ***/
    .with-nav-tabs.panel-primary .nav-tabs > li > a,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > .open > a,
        .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
            color: #fff;
            background-color: #4C8Be0;
            border-color: transparent;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
        color: #428bca;
        background-color: #fff;
        border-color: #428bca;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #428bca;
        border-color: #4C8Be0;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #fff;
        }

            .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #4C8Be0;
            }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            background-color: #4a9fe9;
        }
    /********************************************************************/
    /*** PANEL SUCCESS ***/
    .with-nav-tabs.panel-success .nav-tabs > li > a,
    .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #3c763d;
    }

        .with-nav-tabs.panel-success .nav-tabs > .open > a,
        .with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
            color: #3c763d;
            background-color: #d6e9c6;
            border-color: transparent;
        }

    .with-nav-tabs.panel-success .nav-tabs > li.active > a,
    .with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
        color: #3c763d;
        background-color: #fff;
        border-color: #d6e9c6;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #3c763d;
        }

            .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #d6e9c6;
            }

        .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #3c763d;
        }
    /********************************************************************/
    /*** PANEL INFO ***/
    .with-nav-tabs.panel-info .nav-tabs > li > a,
    .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
        color: #31708f;
    }

        .with-nav-tabs.panel-info .nav-tabs > .open > a,
        .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
            color: #31708f;
            background-color: #bce8f1;
            border-color: transparent;
        }

    .with-nav-tabs.panel-info .nav-tabs > li.active > a,
    .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
        color: #31708f;
        background-color: #fff;
        border-color: #bce8f1;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #31708f;
        }

            .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #bce8f1;
            }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #31708f;
        }
    /********************************************************************/
    /*** PANEL WARNING ***/
    .with-nav-tabs.panel-warning .nav-tabs > li > a,
    .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
        color: #8a6d3b;
    }

        .with-nav-tabs.panel-warning .nav-tabs > .open > a,
        .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
            color: #8a6d3b;
            background-color: #faebcc;
            border-color: transparent;
        }

    .with-nav-tabs.panel-warning .nav-tabs > li.active > a,
    .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
        color: #8a6d3b;
        background-color: #fff;
        border-color: #faebcc;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #8a6d3b;
        }

            .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #faebcc;
            }

        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff;
            background-color: #8a6d3b;
        }
    /********************************************************************/
    /*** PANEL DANGER ***/
    .with-nav-tabs.panel-danger .nav-tabs > li > a,
    .with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
        color: #a94442;
    }

        .with-nav-tabs.panel-danger .nav-tabs > .open > a,
        .with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
        .with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
        .with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
        .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
            color: #a94442;
            background-color: #ebccd1;
            border-color: transparent;
        }

    .with-nav-tabs.panel-danger .nav-tabs > li.active > a,
    .with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
    .with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
        color: #a94442;
        background-color: #fff;
        border-color: #ebccd1;
        border-bottom-color: transparent;
    }

    .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
        background-color: #f2dede; /* bg color */
        border-color: #ebccd1; /* border color */
    }

        .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
            color: #a94442; /* normal text color */
        }

            .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
            .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
                background-color: #ebccd1; /* hover bg color */
            }

        .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
        .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
        .with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
            color: #fff; /* active text color */
            background-color: #a94442; /* active bg color */
        }






    .timeline {
        position: relative;
        padding: 20px 0 20px;
        list-style: none;
    }

        .timeline:before {
            content: " ";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 3px;
            margin-left: -1.5px;
            background-color: #eeeeee;
        }

        .timeline > li {
            position: relative;
            margin-bottom: 20px;
        }

            .timeline > li:before,
            .timeline > li:after {
                content: " ";
                display: table;
            }

            .timeline > li:after {
                clear: both;
            }

            .timeline > li:before,
            .timeline > li:after {
                content: " ";
                display: table;
            }

            .timeline > li:after {
                clear: both;
            }

    .timeline-panel {
        float: right;
        position: relative;
        width: 46%;
        padding: 20px;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
        box-shadow: 0 1px 6px rgba(0,0,0,0.175);
        margin-right: 10px;
    }

        .timeline-panel:before {
            content: " ";
            display: inline-block;
            position: absolute;
            top: 26px;
            right: -15px;
            border-top: 15px solid transparent;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            border-left: 15px solid #ccc;
        }

        .timeline-panel:after {
            content: " ";
            display: inline-block;
            position: absolute;
            top: 27px;
            right: -14px;
            border-top: 14px solid transparent;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            border-left: 14px solid #fff;
        }

    .timeline > li > .timeline-badge {
        z-index: 100;
        position: absolute;
        top: 16px;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        border-radius: 50% 50% 50% 50%;
        text-align: center;
        font-size: 1.4em;
        line-height: 50px;
        color: #fff;
        background-color: #999999;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }

        .timeline > li.timeline-inverted > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0;
        }

        .timeline > li.timeline-inverted > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0;
        }

    .timeline-badge.primary {
        background-color: #2e6da4 !important;
    }

    .timeline-badge.success {
        background-color: #3f903f !important;
    }

    .timeline-badge.warning {
        background-color: #f0ad4e !important;
    }

    .timeline-badge.danger {
        background-color: #d9534f !important;
    }

    .timeline-badge.info {
        background-color: #5bc0de !important;
    }

    .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    .timeline-body > p,
    .timeline-body > ul {
        margin-bottom: 0;
    }

        .timeline-body > p + p {
            margin-top: 5px;
        }




    .anistripe {
        background: url(../images/Loadingtext.gif) repeat-y center center;
    }


    .anistripe2 {
        height: 20px;
        background-color: #eee;
        background-size: 40px 40px;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
        background-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
        -webkit-animation: move 2s linear infinite;
    }

    /* animations */
    @keyframes move {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 40px 40px;
        }
    }

    @-webkit-keyframes move {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 40px 40px;
        }
    }



    @keyframes btn-blink {
        0% {
            background-color: #ffeeee;
            color: #cc0000;
            font-weight: bold
        }

        25% {
            background-color: #ffdddd;
            color: #cc0000;
            font-weight: bold
        }

        50% {
            background-color: #ffdddd;
            color: #cc0000;
            font-weight: bold
        }

        75% {
            background-color: #ffdddd;
            color: #cc0000;
            font-weight: bold
        }

        100% {
            background-color: #ffeeee;
            color: #cc0000;
            font-weight: bold
        }
    }

    .btn-blink {
        -webkit-animation: btn-blink .25s linear infinite;
        -moz-animation: btn-blink .25s linear infinite;
        -ms-animation: btn-blink .25s linear infinite;
        -o-animation: btn-blink .25s linear infinite;
        animation: btn-blink .25s linear infinite;
    }




    @keyframes fa-blink {
        0% {
            opacity: 1;
        }

        25% {
            opacity: 0.25;
        }

        50% {
            opacity: 0.5;
        }

        75% {
            opacity: 0.75;
        }

        100% {
            opacity: 1;
        }
    }

    .fa-blink {
        -webkit-animation: fa-blink .75s linear infinite;
        -moz-animation: fa-blink .75s linear infinite;
        -ms-animation: fa-blink .75s linear infinite;
        -o-animation: fa-blink .75s linear infinite;
        animation: fa-blink .75s linear infinite;
    }

    .fa-blink2 {
        -webkit-animation: fa-blink 1.75s linear infinite;
        -moz-animation: fa-blink 1.75s linear infinite;
        -ms-animation: fa-blink 1.75s linear infinite;
        -o-animation: fa-blink 1.75s linear infinite;
        animation: fa-blink 1.75s linear infinite;
    }


    .getattention {
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
        0% {
            color: red;
        }

        50% {
            color: blue;
        }

        100% {
            color: red;
        }
    }

    @-moz-keyframes color-change {
        0% {
            color: red;
        }

        50% {
            color: blue;
        }

        100% {
            color: red;
        }
    }

    @-ms-keyframes color-change {
        0% {
            color: red;
        }

        50% {
            color: blue;
        }

        100% {
            color: red;
        }
    }

    @-o-keyframes color-change {
        0% {
            color: red;
        }

        50% {
            color: blue;
        }

        100% {
            color: red;
        }
    }

    @keyframes color-change {
        0% {
            color: red;
        }

        50% {
            color: blue;
        }

        100% {
            color: red;
        }
    }







    #sidebar {
        height: 100%;
        padding-right: 0;
        padding-top: 20px;
    }

        #sidebar .nav {
            width: 95%;
        }

        #sidebar li {
            border: 0 #f2f2f2 solid;
            border-bottom-width: 1px;
        }

    /* collapsed sidebar styles */

    .sidebar-offcanvas {
        background-color: white;
    }

    @media screen and (max-width: 767px) {
        .row-offcanvas {
            position: relative;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
        }

        .row-offcanvas-right
        .sidebar-offcanvas {
            right: -41.6%;
        }

        .row-offcanvas-left
        .sidebar-offcanvas {
            left: -41.6%;
        }

        .row-offcanvas-right.active {
            right: 41.6%;
        }

        .row-offcanvas-left.active {
            left: 41.6%;
        }

        .sidebar-offcanvas {
            position: absolute;
            top: 0;
            width: 41.6%;
        }

        #sidebar {
            padding-top: 0;
        }
    }



    /* Set the fixed height of the footer here */
    #footer {
        background-color: #fefefe;
        border-top: 1px solid #963146;
        text-align: center;
    }

        #footer > .container {
            padding: 15px;
        }




    /* Rebrand 2024 */

    .btn-primary {
        background-color: #007E8F;
        border-color: #006973;
    }

    a {
        color: #007E8F;
    }

        a:hover, a:focus {
            color: #005F6B;
        }



.form-control,
.right-addon-md > input,
.input-group-addon,
.input-group-btn > .btn {
    font-size: 16px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #D9DCDD; /* Adjust the color as needed */
    padding: 8px 12px 8px 12px;
}

    .btn {
        border-radius: 12px;
    }

    .form-group {
        margin-bottom: 8px;
    }

    .right-inner-addon-md input {
        border-radius: 12px;
        font-size: 15px;
        padding: 8px 12px 8px 12px;
        height: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .right-inner-addon-md .fa-search {
        position: absolute;
        top: 50%; /* Centers the icon vertically */
        right: 8px; /* Adjust this value to move the icon horizontally */
        transform: translateY(-50%); /* Ensures the icon is vertically centered */
        pointer-events: none; /* Allows clicks to pass through to the input */
        color: #555555; /* Adjust color as needed */
    }



    .custom-select select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="gray" d="M12 15.5l-7-7 1.4-1.4 5.6 5.6 5.6-5.6 1.4 1.4z"/></svg>') no-repeat right 8px center; /* Adjust the right position */
        background-size: 18px 18px; /* Adjust size of the arrow */;
        padding-left:10px;
    }

    .list-group-item {
        padding: 8px 0px !important;
    }

    .list-group-top {
        border-radius: 12px 12px 0px 0px !important;
    }

    .list-group-bottom {
        border-radius: 0px 0px 12px 12px !important;
    }


    .btn-p3 {
        width: 100% !important;
        margin-bottom: 10px;
        xpadding: 3px 0px;
        min-height: 40px;
    }

    .btn-hwc {
        background-color: #007E8F !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
        -webkit-font-smoothing: antialiased;
    }

        .btn-hwc:hover {
            background-color: #006B7A !important;
        }

#ghideme {
    height: 60px !important;
    padding: 10px 8px;
    font-family: Merriweather;
    font-size: 30px;
    font-weight: 700;
}

    #ghidemeloadingcontainer {
        height: 60px !important;
    }

    #ghidemeloading {
        color: #555555;
        padding: 10px 8px;
        font-family: Merriweather;
        font-size: 30px;
        font-weight: 700;
    }

    #hdlPanelContainer {
        padding: 0px 20px 0px 20px;
    }

    #pgrid {
        padding: 0px 0px 0px 15px;
    }


    .panel {
        border-radius: 12px;
        overflow: hidden; /* Ensures content does not overflow the rounded corners */
    }

    .panel-heading {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .panel-body {
        /* No specific border-radius needed here as it's covered by .panel */
    }

    .panel-footer {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .modal-content {
        border-radius: 12px;
    }

    /* End of Rebrand 2024 */