
@import url("bootstrap.css");
* {
    margin: 0;
    padding: 0;
    font-family: Verdana !important;
}

html,
body {
    height: 100%;
    width: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.tableContact {
    min-width: 500px;
    border: 1px solid #000000;
    padding: 5px;
}
.table-header {
    text-align: center;
    height: 30px;
    background: #FFB600;
}
.table-footer {
    text-align: center;
    height: 30px;
    background: #E1E1E1;
}
.table-header-row {
    color: black;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #000000;
}
.table-footer-row {
    color: black;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
.table-row {
    text-align: left;
    height: 30px;
    background: #E1E1E1;
    color: black;
    font-size: 10.667px;
}
.table-row-label {
    float: left;
    width: 150px;
    text-align: left;
    margin-right: 5px;
    margin-left: 5px;
    font-family: Verdana;
}
.table-cell-float {
    float: left;
    text-align: left;
    margin-right: 1px;
    text-indent: 3px;
    font-family: Verdana;
    border: 1px solid #000000;
}
.table-row-data {
    float: left;
    width: 300px;
    text-align: left;
    margin-right: 1px;
}
.table-row-tb {
    text-align: left;
    width: 220px;
    font-family: Verdana;
}
.blank_row
{
    border-top-width:1px; 
    border-top-style:solid; 
    border-top-color:#525051;
    height: 25px !important; /* Overwrite any previous rules */
    background-color: #FFFFFF;
}
.blank_column{
    width: 100px !important;
    background-color:#FFFFFF;
}
.btnForm {
    font-family: Verdana;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
.tabsPanel {
    max-height: 600px;
}
.navbar-inverse {
    background-color: #002664;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.jumbotron {
    background-color: #FFFFFF;
}
.label-Title {
    color: white;
    font-size: 20px;
    font-family: Verdana;
}
.label-Form {
    color: white;
    font-size: 22px;
    font-family: Verdana;
}
.label-Stat {
    color: white;
    font-size: 12px;
    font-family: Verdana;
}
.label-Data {
    color: black;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    text-align: left;
}
.toolbarOptionsLeft {
    color: #FFFFFF;
    background-color: #0064B0;
    padding-top: 0.1em;
    border-top: solid 1px #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    padding-bottom: 0.3em;
    text-align: left;
    text-indent: 10px;
    float: left;
    width: 100%;
    height:27px;
    overflow:hidden;
    position: relative;
    z-index:3;
}
.toolbarOptionsRight {
    color: #FFFFFF;
    background-color: #0064B0;
    padding-top: 0.1em;
    border-top: solid 1px #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    padding-bottom: 0.3em;
    text-align: right;
    padding-right: 0;
    height:27px;
    float: right;
    width: 50%;
    text-indent: 25px;
    overflow:hidden;
    position: relative;
    z-index:2;
}
.toolbarOptions {
    color: #FFFFFF;
    background-color: #0064B0;
    /*padding-top: 0.1em;*/
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    /*padding-bottom: 0.3em;*/
    text-align: left;
    text-indent: 10px;
    float: left;
    width: 100%;
    overflow:hidden;
}
.cssHeading {
    padding-top: 0.4em;
    padding-bottom: 0.3em;
    padding-left: 1.0em;
    background-color: #0064B0;
    height: 20px;
}
a.cssLinkButton {
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: #FFFFFF;
    text-align: left;
    margin-right: 20px;
    margin-top: 4px;
    font-size: 10pt;
    position:relative;
    z-index:5;
}
a.cssLinkButton:hover {
    text-decoration: underline;
    cursor: pointer;
}
a.cssLinkButton a:visited {
    color: white;
}
.header {
    display: block;
    position: relative;
    background: #0064B0;
    overflow:hidden;
}
.mss-banner{
    background: #0064B0; 
    padding-top:10px; 
    padding-bottom:10px;
}
.money {
    text-align: right;
}
/*.left-wrap {
    display: block;
    float: left;
    width: calc(50% - 180px);
  
    background: #0064B0;
    position:relative;
    z-index: 2;
       
}
.left-wrap .left-wrap-inner {
    display: block;
    padding: 0 0px 0 0;
    background: #0064B0;
}
.left-wrap .left-wrap-inner .left-div {
    display: block;
    height: 75px;
    text-align: left;
    text-indent: 10px;
    background: #0064B0;
}
.right-wrap {
    display: block;
    float: right;
   
    overflow:visible;
    width: calc(50% - 180px);
    background: #0064B0;
    position:relative;
    z-index: 2;
}
.right-wrap .right-wrap-inner {
    display: block;
    padding: 0 25px 0 0;
    background: #0064B0;
}
.right-wrap .right-wrap-inner .right-div {
    display: block;
    height: 75px;
    text-align: right;
    color: white;
    font-size: 12px;
    margin-right: 0px;
    background: #0064B0;
}
.central-div {
    display: block;
    width: 360px;
    height: 95px;
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -180px;
    text-align: center;
    background: #0064B0;
    z-index: 0;
}*/
#main {
    overflow: auto;
    padding-bottom: 80px;
}
#wrap {
    min-height: 100%;
}
#foot {
    width: 100%;
    min-width: 1166px;
    clear: both;
    line-height: 1.3;
    background: #525051 url(../images/foot_bg.png) repeat-x;
    height: 80px;
    margin-top: -80px;
    overflow: hidden;
    color: #FFF;
    position: fixed;
    bottom:-0px;
    z-index: 5;
}
#foot p.info {
    font-size: 130%;
    font-weight: bold;
    padding-left: 17px;
    width: 250px;
    float: left;
}
#foot a {
    font-size: 85%;
    color: #FFF;
    text-decoration: none;
}
#foot a:hover {
    text-decoration: underline;
}
#foot ul {
    padding-left: 10px;
    clear: both;
}
#foot ul li {
    float: left;
    background: url(../images/foot_li_bg.png) no-repeat right center;
    padding: 4px 7px;
    list-style: none;
}
.footphone {
    font-size: 85%;
    font-weight: bold;
}
.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 100em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 275px;
    background: linen; /*#F0E4B7;*/
    top: 113px;
    margin-bottom: auto;
    margin-top: auto;
    border-right: 1px solid black;
    height: calc(100% - 202px);
    padding: 0 5px 0;
    position: absolute;
    overflow-y:auto;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 95%;
    margin: 0.2em 0;
    text-indent: 5px;
    border: 1px solid gray;
    border-width: 1px;
    /*border-radius: 28px;*/
    overflow: auto;
    position: relative;
    right: 0px;
    z-index: 2;
    background: #E1E1E1;
    flex: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 0em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
   
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:first-child {
    margin-top: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: right;
    width: 85em;
    border-left: 0px solid grey;
    border-radius: 0;
    position: fixed;
    left: 0px;
}
.ui-tabs-panel{
    position: fixed; 
    overflow:scroll;
    width: calc(100% - 280px) !important;
    top: 125px;
    left: 280px !important;
    bottom: -140px !important;
    margin-bottom: 200px !important;
    
}
#tabs .btn-info {
    background-color: #E6E6E6;
    border-color: #C5C5C5;
}
#tabs .btn-info:hover,
#tabs .btn-info:active {
    background-color: #C5C5C5;
    border-color: #C5C5C5;
}
#tabs .btn {
    font-size: 10px;
    font-weight: bold;
    color: black;
    white-space: normal;
}
#tabs .btn:active {
    outline: none;
}

#AdminFormLoader .btn-info {
    margin-right:20px;
    float: right;
    text-align: center;
    color: black;
 background-color: white;
  border-color: black;
  width: 100px;
}

    #AdminFormLoader .btn-info:hover,
    #AdminFormLoader .btn-info:focus {
        color: black;
        background-color: lightgrey;
        border-color: black;
    }

    .dropdownoptions{
        font-size:11px;
    }

table.AdminFormLoader{
    border: #525051 1px solid !important; 
    border-collapse: separate;
    border-spacing: 0px; 
    background-color: #ffb600;
    width:auto;
    
}
table.AdminFormLoader tr {
    text-align: left;
     margin-bottom:5px;
}
table.AdminFormLoader table-row-blank {
    text-align: left;
    height:5px !important;
}
table.AdminFormLoader td {
    padding-left: 3px;
    text-align:left;
}

table.task-container{
    border: #525051 1px solid !important; 
    border-collapse: separate;
    border-spacing: 0px; 
    width:auto;
    font-size:8pt;
}
#tableHead  {
    background-color:darkgrey;
}


table.task-container tr:nth-child(even):not(:nth-child(2)) {
    background-color:lightgrey;
}
table.task-container tr{
    cursor: pointer;
}

table.task-container td {
    border: #E6E6E6 1px solid ;
    padding-left:5px;
    padding-right:5px;
   
}
table.task-container td:nth-child(8){
    background-color:#ffb600;
  

}
table.task-container tr:last-child td{
        background-color: white;
        font-size:10pt;
        border-collapse: collapse;
}


/* Dropdowns*/

#AdminNavBar {
  font-family: verdana, sans-serif;
  /*padding: 20px 50px 150px;*/
  font-size: 13px;
  text-align: left;
  background: #079ADA;
}

#AdminNavBar ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 5px 5px 5px 5px;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#AdminNavBar ul li {
  font: 14px verdana sans-serif;
  display: inline-block;
  text-align:left;
  position: relative;
  padding: 5px 5px;
  background:#079ADA;
  color: #ffffff;
  cursor: pointer;
  /*-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;*/
  transition: all 0.2s;
}
#AdminNavBar ul li:hover {
  background: #079ADA;
  color: #fff;
}
#AdminNavBar ul li ul {
  padding: 0;
  position: absolute;
  top: 26px;
  left: 10px;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  /*-webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;*/
}
#AdminNavBar ul li ul li
{ 
  background:  #079ADA; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0#079ADA;
}
#AdminNavBar ul li ul li:hover { background: #0064b0; }
#AdminNavBar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index:5;
}
#AdminNavBar ul li ul li a {
        background: #079ADA;
        display: block;
        color: #fff;
        text-shadow: 0 -1px 0#079ADA;
    }
#AdminNavBar ul li ul li a:hover { background: #0064b0; }
{
  display: block;
  opacity: 1;
  visibility: visible;
  z-index:5;
}

#modal-container{
    
    width:862px !important; 
    margin-left:auto;
    margin-right:auto;
    margin-top:200px; 
  
}
#modal-content{
    border: 5px solid #3A87AD; 
    background-color: white; 
    width:852px !important;
   max-height:500px;
   overflow:scroll; 
     visibility: visible;
    
}
table.AFRTable{
    width: 800px;
    border: black 1px solid ;
}

table.AFRTable tr:nth-child(even) {
    background-color:white;
}
table.AFRTable tr:nth-child(odd) {
    background-color:lightgray;
}


table.AFRTable td {
    border-top: black 1px solid ;
    border-bottom: black 1px solid ;
    padding-left:5px;
    padding-right:5px;
   
}

table.AFRTable tr:last-child td{
        background-color: darkgrey;
       
        font-weight: bold;
        border-collapse: collapse;
}

/* WarningContainer ---------------------------*/
table.WarningContainer {
    background-color: #FFFCC4;
    border: 1px solid #5E5D25;
    clear: both;
    color: #5E5D25;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

    table.WarningContainer td {
        padding: 2px;
        
    }

    table.WarningContainer tr.Head td {
        font-size: 11pt;
        font-weight: bold;
    }

    /*.validation-summary-errors ul{
        list-style-type:none;
    }*/
/*---------------------------------------------*/       

/* ErrorContainer -----------------------------*/
table.ErrorContainer {
    background-color: #FFAE8E;
    border: 1px solid #601300;
    clear: both;
    color: #601300;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

    table.ErrorContainer td {
        padding: 2px;
     
    }

    table.ErrorContainer tr.Head td {
        font-size: 11pt;
        font-weight: bold;
    }

/*---------------------------------------------*/

/* InfoContainer ------------------------------*/
table.InfoContainer {
    background-color: #A8E0FF;
    border: 1px solid #0A1F62;
    clear: both;
    color: #0A1F62;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

    table.InfoContainer td {
        padding: 2px;
 
    }

    table.InfoContainer tr.Head td {
        font-size: 11pt;
        font-weight: bold;
    }

/*---------------------------------------------*/             

.facLink {
    text-decoration:none; 
    font-size:large; 
    color:black; 
    cursor:pointer;
}      
.facLinkCurrent {
    background-color:#FFB600; 
   
}

