/* //////////////// STRUCTURE ELEMENTS //////////////// */

* 
{
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 1140px;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 80px;
    background: #00785C;
    text-align: center;
 
}

#header-main {
    width: 100%;
    background: #00785C;
    text-align: left;
    padding-top:5px;
}

#logo {
    padding-top: 10px;
   
}

#login {
    width: 100%;
    background: #edf1f5;
}

    #login h1 {
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        color: #007d5e;
        text-align: center;
        width: 100%;
    }

.login-frm {
    padding: 8.9%;
    /*   padding-bottom: 190px;*/
}

#main {
    width: 100%;
    background: #ffffff;
}

#sidebar {
    background: #ffffff;
    border-right: 1px solid #cccccc;
}

#content {
    padding-top: 10px;
    padding-bottom: 40px;
    background: #ffffff;
}

#main-footer {
    height: 60px;
    background: #00785C;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

#subheader {
    width: 100%;
    height: 90px;
    background: #01543f;
    color: #ffffff;
}

#subheader-admin {
    float: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 90px;
    text-align: right;
    margin-right: 10px;
}

#subheader-search {
    float: left;
    text-align: right;
    width: 50%;
    font-size: 16px;
    font-weight: normal;
    line-height: 90px;
}

#footer {
    height: 60px;
    background: #01543f;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    margin-bottom: -40px;
}

.table {
font-size: 14px;
}

.table > tbody > tr > td {
    padding:5px;
}


/* LOGIN FORM */
.login-form {
    text-align: center;
    color: #8b8c8b;
}

.login-field {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background: #e8e6ff;
    border: 1px solid #e8e6ff;
    margin-top: 20px;
    padding-left: 60px;
}

    .login-field.username {
        background: url(../images/icon-username.png) no-repeat #e8e6ff;
        background-position: left 15px center;
    }

    .login-field.lock {
        background: url(../images/icon-password.png) no-repeat #e8e6ff;
        background-position: left 15px center;
    }

.login-form a {
    color: #8b8c8b;
    text-decoration: none;
}

.login-submit {
    width: 150px;
    height: 50px;
    border-radius: 30px;
    background: #007d5e;
    border: 1px solid #007d5e;
    color: #ffffff;
    font-size: 26px;
}

/* SEARCH FORM */
.searchfield {
    height: 33px;
    background: #ffffff;
    width: 150px;
    border: none;
    padding-left: 10px;
}

.searchsubmit {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #ffffff;
    text-align: center;
    border: none;
}

.searchLeft {
    float: left;
    width: 160px;
    height: 90px;
    line-height: 90px;
    margin-left: 320px;
}

.searchRight {
    float: left;
    width: 33px;
    height: 90px;
    line-height: 90px;
    padding-top: 11px;
}

/* MENU */
.menu-section {
    height: 68px;
    line-height: 68px;
    font-weight: normal;
    border-bottom: 1px solid #cccccc;
}

    .menu-section a {
        color: #01543f;
    }

    .menu-section img {
        margin-right: 10px;
    }

.menu-item {
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #cccccc;
    padding-left: 40px;
}

    .menu-item a {
        color: #051721; /* display:block; */
    }

        .menu-item a:hover {
            text-decoration: none;
        }

    .menu-item:hover {
        background: #c0d3e1;
    }

/* FORM */
.form {
    background: #ffffff;
}

.form-line {
    background: #f9f9f9;
    margin-bottom: 3px;
    line-height: 40px;
    padding: 0 10px 5px 10px;
}

.form label {
    margin-left: 10px;
    margin-bottom: 0;
    font-weight:normal;
}

.form-field {
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #eef;
}

.clearBtn {
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #1e6195;
    color: #ffffff;
    text-align: center;
    border: none;
}

.submitBtn {
    width: 190px;
    height: 48px;
    line-height: 48px;
    background: #007d5e;
    color: #ffffff;
    text-align: center;
    border: none;
    margin-bottom: 4px;
}

.datefield {
    background: url(../images/icon-date.png) #ffffff no-repeat right center;
}

.form-section {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}


/*
#headline { float:right; width:40%; text-align:center; font-size:18px; line-height:20px; color:#ffffff; margin-top:38px; }
.dash-box { float:left; width:139px; height:139px; margin-right:8px; margin-bottom:8px; background:#051721; font-size:14px; line-height:18px; display: flex; align-items: center; justify-content: center; text-align:center; padding:10px; }
.dash-box2 { float:left; width:114px; height:85px; margin-right:8px; margin-bottom:8px; background:#051721; font-size:14px; line-height:18px; display: flex; align-items: center; justify-content: center; text-align:center; padding:10px; }
.dash-box a, .dash-box2 a { color:#ffffff; }
.dash-box a:hover, .dash-box2 a:hover { text-decoration:none; }
.login-blurb { font-size:16px; font-style:italic; font-weight:bold; text-align:center; }
*/

body {
    font-family: Poppins;
    font-size: 14px;
    line-height: 16px;
    color: #051721;
    background: #edf1f5;
}

h2 {
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #01543f;
    margin: 5px 0;
}

.page_header {
    text-align: left;
    font-weight: 900;
}
.tab-color {
    color: #01543f !important;
}


.div_page_header {
    border-bottom: 1px solid #007d5e;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

.error {
    font-size: 12px;
    color: #ff0000;
}

.btn-primary {
    background-color: #007d5e;
}

    .btn-primary:hover {
        background-color: #01543f;
    }

.ui-icon-power {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}


.nav-link {
    color: #01543f;
    background-color: #fff;
}

.nav-link.active {
    background-color: #01543f !important;
    color: #fff !important;
}

.cellright {
   text-align:right;
}

.input-validation-error {
    color: red;
}

.gly-spin {
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
    -o-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
}

.input-group-addon {
    background-color: #01543f;
    color: #fff;
}

.NWB {
    line-height:15px;
    font-size:11px;
}

.dvWBTotals {
    padding:5px; background-color: #808080; color: white;
}

.SF {
    font-size: 10px;
}

.SF_dt {
    padding: 0 10px;
}

.circle {
    height: 16px;
    width: 16px;
    border: solid 1px;
    border-radius: 50%;
    display: inline-block;
}

.redCircle circle {
    background-color: red;
}
.yellowCircle circle {
    background-color: yellow;
}

.labelSurvey {
    font-size: 12px;
    line-height: normal
}

.labelSurveyR {
    font-size: 9px;
    line-height: normal
}


@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gly-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.gly-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.gly-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa {
    /*zoom:125%;*/
    font-size: large !important;
    padding-right:5px;
}



@media screen and (max-width: 768px) {
}
