html, body {height: 100%;}

body {
  padding: 0px;
  margin: 0;
  min-width: 320px;
  font-family: Calibri;
  font-size: 12pt;
}
hr{
    margin-top: 0px;
    margin-bottom: 5px;
}
.content_header{
  font-size: 24pt;  
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
}

.jumbotron{
    background: url(../images/wl10/login_bg.jpg);
    background-size: cover;
    border-radius: 0px;
    min-height: 550px;
    margin:0px;
}
#login.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom-width: 10px;
    border-bottom-color: #026937;
    height:100px;
    background-color: #fff;
}
#login.navbar-brand {
    padding: 5px 5px;
}
.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
}
.label{
    color:#3b5367;
}
.form-signin-heading{
    font-family: Helvetica;
    color:#3b5367;
    padding-bottom:10px;
}
.form-signin-desc{
    font-family: Helvetica;
    color: #026937;
    font-weight: bold;
    font-size: 12pt;
}
.btn-primary{
    background-color: #026937;
    border-color: #026937;
    color: white;
}
.btn-primary:hover {
    background-color: #8bda8c;
    border-color: #026937;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #026937;
    border-color: #026937;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #cccccc;
    border-color: #aaa;
}
/*.btn{
    border-radius: 10pt;
}*/
.btn:focus,.btn:active {
   outline: none !important;
}
input.transparent-input { background-color: rgba(255, 255, 255, 0.7); }
footer{
    width:100%;
    min-height:100px;    
    background-color: #fff;
}
input.error{
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
input.error:focus{
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
@media (min-width: 768px){
    .systemmsg {
        margin-top: 60px;
    }
    .flex, .flex > div[class*='col-'] {  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 0 auto;
    }
}
.baseline {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}
.style5 {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -1px;
}

/*#wrapper.toggled {
    padding-left: 250px;
}*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -235px;
    margin-top: -100px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    margin-left: -220px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 30px;
}
.sidebar-nav li a {
    text-decoration: none;
    color: #026937;
    padding-top: 10px;
}

.sidebar-nav li:hover {
    text-decoration: none;
    color: #999999;
    background: rgba(100,100,100,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    line-height: 60px;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 5px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #999999;
    background: none;
}

body {padding-top: 51px;}
#overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,.5);
}
.navbar-toggle {
    display:block;
    margin-left: 10px;
    margin-right: -10px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 10;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-brand {
    padding-top: 10px;
}
.navbar-separator {
    height: 35px;
    border-left: 1px solid #eee;
    margin: 10px 8px 0 12px;
}
.navbar-separator>img {
    padding-top: 0px;
    margin-top:-15px;
}
.product_navbar{
    z-index: 300;
    overflow: hidden;
    background-color: #026937;
    height: 40px;
    min-height: 40px;
}
.product_navbar-toggle {
    margin-right: 0px;
}
@media(min-width:768px) {
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .product_navbar-toggle {
        display:none;
    }
    .top_navbar-toggle {
        display:none;
    }
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
        -ms-transform: translate(-50%, 0);
    }
    .minhigh{
        min-height: 500px;
    }
}
@media(max-width:768px){
    .panel {
        border: 0;
        margin-bottom: 0px;
    }
}
.product_item {
    display: block;
    font-weight: 500;
    transition: all .3s cubic-bezier(.23,1,.32,1);
    position: relative;
    float: left;
    padding: 10px;
    margin-right: 28px;
    color: rgba(255,255,255,.6);
    white-space: nowrap;
    height: 40px;
}

.product_item.active, .product_item:hover {
    color: #fff;
    text-decoration: none;
}
.product_item.active:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    content: " ";
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.product_container{
    margin-left:30px;
}


.toggle-custom {
    position:relative !important;top:0;right:0;
    padding-right:3px;
}
.submenu li{
    line-height: 20px;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #404040;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
}
.top-menu {
    margin-top: 15px;
    font-weight:bold;
}
.top-dba {
    padding: 0px 15px;
    min-width:150px;
    text-align: center;
    font-size:18px;
}
.top-menu .overlay{
    position: absolute;
    top: 13px;
    left: 78px;
    font-family: "Source Sans Pro",sans-serif;
}
.top-username {
    color: #026937;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.sidebar-nav-title{
    color: #000000;
    font-weight: bold;
}
.sidebar-nav .well-sm {
    padding:0px;
}
.sidebar-nav .well{
    margin: 0px 3px;
    background-color: transparent;
    text-indent: 10px;
    border: 1px solid #a0a0a0;
}
.required{border-width: 2px; border-color: #026937;}
.form-control{border-radius: 5pt;}
.fa{color: #026937;}

.rpt-panel{
 margin-bottom: 2px;   
}

.panel-primary {
    border-color: #404040;
}
.panel-primary>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #404040;
}
.form-group {
    margin-bottom: 5px;
}
.has-success .form-control {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .input-group-addon {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #eee;
    color: #555;
}
.alphafilter a{
    padding:2px;
    font-weight: bold;
}
.mguserselect{
    text-decoration: underline;
    color: #f5a01a;
}
.admintable td {
  vertical-align: middle !important;
  padding:0px 5px 0px 5px !important;
}
.admintable th {
  text-align: center;
}
.form-group label{
    padding-top:5px;
    color: #000;
}
.location_list{
    padding: 0 0 0 10px;
    max-height: 120px;
    overflow: auto;
    background-color: #fff;
}
.location_list .checkbox{
    padding-left:25px;
    padding-top: 0px;
    min-height: 20px;
}
.error {color: #CC0000}
.success {color: #30a40c}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
}
.pagination>li>a, .pagination>li>span {
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
}
.uploadtable th{
    text-align: center;
}
.loader{
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    background-size: 100%;
    z-index: 9999;
}
.loader:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size:50px;
  top: 0; 
}
.flex-column label{
  margin-bottom:0px;
}
input.es-input {
    background-color: #fff;
}
.datepicker {
    padding-top: 0px;
}
.usrrole_well {
    padding:0px;
    background-color: #fafafa;
}
.checklist {
    list-style: none;
    height: 160px;
    overflow-y: auto;
    width: 100%;
}
.checklist, .checklist li { margin: 0; padding: 0; }
.checklist label {
    display: block;
    padding-left: 5px;
    text-indent: -5px;
    padding-top: 0px;
    font-weight: normal;
}
.checklist label:hover { background: #777; color: #fff; }


.bordered-tab-contents .tab-content > .active {
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    
}
.bordered-tab-contents .tab-pane {
    padding: 10px 15px;
}
.tab-content>.active {
    display: block;
}
.clickable{
    cursor: pointer;
}
.panel-heading .clickable{
    margin-top:-17px;
}
.admintable .checkbox{
    margin-top: 0px;
    margin-bottom: 0px;
}
.tooltip-wide .tooltip {min-width:200px;}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #026937;
}

input:focus + .slider {
  box-shadow: 0 0 1px #026937;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}

.slider.round:before {
  border-radius: 50%;
}
.calendar_today{
    background-color: #ddd;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: transparent;
}
.approved{
    color:#008000;
}
.declined{
    color:#FF0000;
}
.elig_success{
    color:#5cb85c;
    font-size: 20pt;
    font-weight: bold;
}
.elig_error{
    color:#F1C40F;
    font-size: 20pt;
    font-weight: bold;
}
.benefit_title{
    color: #026937;
}
.eligtable th{
    background-color: #fff;
    color:#000;
    font-size: 12px;
}
.quicklist li a {
    color: #026937;
    font-weight: bold;
}
.news_title{
    color: #026937;
    font-weight: bold;
}
table.dataTable thead .sorting_desc {
    text-decoration: underline;
}
table.dataTable thead .sorting_asc {
    text-decoration: underline;
}
table.dataTable thead .sorting{
    text-decoration: underline;
}
.popover{
    max-width: 360px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #014926;
}