﻿body, input, button, select, textarea {
    font-family: Arial, sans-serif !important;
}

.page {
    display: none;
}

#userName {
    padding-left: 5px;
}

#goNextMenu {
    margin-right: 10px;
}

#saveasAlert form {
    margin: 0 !important;
}

#saveasAlert form input {
    margin-left: 30px;
}

footer {
    margin-bottom: 40px;
    padding-bottom: 50px;
}


/*.navbar-inner {
  background-color: #003366;
  background-image: -moz-linear-gradient(top, #003366, #003366);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003366), to(#003366));
  background-image: -webkit-linear-gradient(top, #003366, #003366);
  background-image: -o-linear-gradient(top, #003366, #003366);
  background-image: linear-gradient(to bottom, #003366, #003366);
  border: 1px solid #002244;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #FFFFFF;
background-color: #003366;
}

.navbar .nav > li > a {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.navbar .brand {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}*/

/*#region Step Bar */

/*These two items keep the bar visible at all resolutions*/
.navbar-fixed-top {
    margin-bottom: 20px;
    top: 30px !important;
}

@media (min-width: 980px) {
    body {
        padding-top: 50px !important;
    }
}

.navbar-fixed-bottom {
    position: fixed !important;
}

/*.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}*/
/*#endregion*/

/*#region Ajax Indicator */
  .ajaxIndicatorWrap { /* The div that shows/hides. */
    display:none; /* starts out hidden */
    z-index:40001; /* High z-index to ensure it appears above all content */
    
    /* Account for media resize */
    margin-left:-20px;
    margin-right:-20px;

    /* Account for body margin change for fixed navbar*/
    margin-top: -50px;

    position: absolute;
}
.ajaxIndicatorOverlay { /* Shades out background when selector is active */
    position:fixed;
    width:120%;
    height:100%;
    background-color:black;
    opacity:.1; /* Sets opacity so it's partly transparent */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */
    filter:alpha(opacity=50); /* More IE transparency */
    z-index:40001;
}
.vertical-offset { /* Fixed position to provide the vertical offset */
    position:fixed;
    top:40%;
    width:100%;
    z-index:40002; /* ensures box appears above overlay */
}
.ajaxIndicatorBox { /* The actual box, centered in the fixed-position div */
    width:48px; /* Whatever width you want the box to be */
    position:relative;
    margin:10px auto;

    background-color:white;
    padding:10px;
    border:1px solid black;
}
/*#endregion*/

/*#region SubSections */
div#subSectionsContainer {
    margin-top: -15px;
}

    div#subSectionsContainer li {
        font-size: 12px;
    }

    div#subSectionsContainer li a {
        padding: 4px 6px;
    }

    div#subSectionsContainer div.navbar-inner {
        min-height: 13px;
    }

    div#subSectionsContainer ul li {
        margin: 0 7px 0 0
    }


        div#subSectionsContainer .nav,
    div#subSectionsContainer .nav > li {
      float:none;
      display:inline-block;
      *display:inline; /* ie7 fix */
      *zoom:1; /* hasLayout ie7 trigger */
      vertical-align: top;
    }

    div#subSectionsContainer .navbar-inner {
      text-align:left;
    }

 div#subSectionsContainer   .navbar-inner {
  background-image: linear-gradient(to bottom, #f6f3ee, #f0f0e0);
  }
/*#endregion*/

div#mainNav .navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #336a90;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#336a90', endColorstr='#153953', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #336a90;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #336a90, #153953);
}

div#mainNav .nav li.dropdown.open > .dropdown-toggle, div#mainNav .nav li.dropdown.active > .dropdown-toggle, div#mainNav .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #669dc0;
}

div#mainNav .brand, div#mainNav .nav-collapse .nav > li > a, div#mainNav .nav-collapse .dropdown-menu a {
    color: white;
    -webkit-text-shadow: 0 1px 0 #777777;
    text-shadow: 0 1px 0 #777777;
}


div#mainNav .nav-collapse .dropdown-menu a {
    color: #000000;
    -webkit-text-shadow: 0 1px 0 #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
}

    div#mainNav .nav-collapse .dropdown-menu a:hover {
        color: #264a64;
        -webkit-text-shadow: none;
        text-shadow: none;
    }

div#mainNav .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #FFF;
border-bottom-color: #FFF;
}

div#bottomNav {
    z-index: 10000;
}

div#bottomNav .navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(188, 217, 237, 1);
  background-image: -moz-linear-gradient(top, rgba(188, 217, 237, 1), rgba(188, 217, 237, 1));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(188, 217, 237, 1)), to(rgba(188, 217, 237, 1)));
  background-image: -webkit-linear-gradient(top, rgba(188, 217, 237, 1), rgba(188, 217, 237, 1));
  background-image: -o-linear-gradient(top, rgba(188, 217, 237, 1), rgba(188, 217, 237, 1));
  background-image: linear-gradient(to bottom, rgba(188, 217, 237, 1), rgba(188, 217, 237, 1));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCD9ED', endColorstr='#BCD9ED', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid rgba(188, 217, 237, 1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

div#bottomNav .nav li.dropdown.open > .dropdown-toggle, div#bottomNav .nav li.dropdown.active > .dropdown-toggle, div#bottomNav .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #bdc9ed;
}

div#bottomNav .brand, div#bottomNav .nav-collapse .nav > li > a, div#bottomNav .nav-collapse .dropdown-menu a {
    color: white;
    -webkit-text-shadow: 0 1px 0 #777777;
    text-shadow: 0 1px 0 #777777;
}


div#bottomNav .nav-collapse .dropdown-menu a {
    color: #000000;
    -webkit-text-shadow: 0 1px 0 #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
}

    div#bottomNav .nav-collapse .dropdown-menu a:hover {
        color: #FFF;
        -webkit-text-shadow: 0 1px 0 #777;
        text-shadow: 0 1px 0 #777;
    }

div#bottomNav .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #FFF;
border-bottom-color: #FFF;
}

/*Dropdown menu color*/
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
cursor:pointer;
color: #ffffff;
text-decoration: none;
background-color: rgba(188, 217, 237, 1);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(188, 217, 237, 1), rgba(188, 217, 237, 1));
}

/*align labels vertically with control*/
.form-horizontal .control-label {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.form-horizontal .controls {
    display: inline-block;
    margin-left: 20px;
}

/*handle for screen*/
.onlyprint {
    display: none !important;
}

.neverprint {
    display: inline !important;
}


/* Client color request */
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #38759f;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #336a90, #4086b6);
    border-left-color: #4086b6;
    border-right-color: #4086b6;
    border-top-color: #4086b6;
    border-bottom-color: #2c5c7d;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #4086b6;
  *background-color: #3a78a3;
}
.btn-info:active,
.btn-info.active {
  background-color: #336a90 ;
}

          .well {
            background-color: #FFF;
          }

          legend {
            color: #264a64;
          }



#scenarioName {
    color: #336a90;
    text-shadow: none;
}


/* Custom navbar at very top */

         #eyebrowDIV_1 {
    color: rgb(68, 68, 68);
    height: 30px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    align-self: stretch;
    perspective-origin: 995.5px 15px;
    transform-origin: 995.5px 15px;
    background: rgb(207, 195, 174) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/23.3999996185303px Arial, sans-serif;
    outline: rgb(68, 68, 68) none 0px;
    z-index: 9999999;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFC3AE', endColorstr='#CFC3AE', GradientType=0);
}/*#eyebrowDIV_1*/

#eyebrowDIV_2 {
    color: rgb(68, 68, 68);
    height: 48px;
    position: relative;
    width: 1170px;
    perspective-origin: 480px 24px;
    transform-origin: 480px 24px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/23.3999996185303px Arial, sans-serif;
    margin: 0px auto;
    outline: rgb(68, 68, 68) none 0px;
}/*#eyebrowDIV_2*/

#eyebrowDIV_3, #eyebrowDIV_5 {
    color: rgb(68, 68, 68);
    width: 1170px;
    perspective-origin: 480px 0px;
    transform-origin: 480px 0px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/23.3999996185303px Arial, sans-serif;
    outline: rgb(68, 68, 68) none 0px;
}/*#eyebrowDIV_3, #eyebrowDIV_5*/

#eyebrowDIV_4 {
    color: rgb(68, 68, 68);
    float: left;
    height: 30px;
    width: 1170px;
    perspective-origin: 480px 15px;
    transform-origin: 480px 15px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/23.3999996185303px Arial, sans-serif;
    outline: rgb(68, 68, 68) none 0px;
}/*#eyebrowDIV_4*/

#eyebrowH2_6 {
    clip: rect(1px 1px 1px 1px);
    color: rgb(68, 68, 68);
    height: 1px;
    position: absolute;
    width: 108px;
    align-self: stretch;
    perspective-origin: 54px 0.5px;
    transform-origin: 54px 0.5px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal bold normal 16px/18.7200012207031px Verdana, sans-serif;
    margin: 28.0799999237061px 0px;
    outline: rgb(68, 68, 68) none 0px;
    overflow: hidden;
}/*#eyebrowH2_6*/

#eyebrowUL_7 {
    color: rgb(68, 68, 68);
    width: 1170px;
    perspective-origin: 480px 0px;
    transform-origin: 480px 0px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/23.3999996185303px Arial, sans-serif;
    list-style: none outside none;
    margin: 0px;
    outline: rgb(68, 68, 68) none 0px;
    padding: 0px;
}/*#eyebrowUL_7*/

#eyebrowLI_8 {
    color: rgb(68, 68, 68);
    float: left;
    height: 30px;
    width: 340px;
    perspective-origin: 149px 15px;
    transform-origin: 149px 15px;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/19.5px arial, helvetica, sans-serif;
    list-style: none outside none;
    margin: 0px 8px 0px 0px;
    outline: rgb(68, 68, 68) none 0px;
    line-height: 250%;
    font-size:13px;
}/*#eyebrowLI_8*/

#eyebrowA_9 {
    background-position: 0px 1px;
    color: rgb(45, 38, 26);
    display: block;
    height: 30px;
    text-align: left;
    text-decoration: none;
    width: 296px;
    perspective-origin: 149px 15px;
    transform-origin: 149px 15px;
    background: rgba(0, 0, 0, 0) url(https://childcareta.acf.hhs.gov/sites/all/themes/ta/images/logo-hhs-small.png) no-repeat scroll 0px 1px / auto padding-box border-box;
    border: 0px none rgb(45, 38, 26);
    font: normal normal normal normal 13px/30px arial, helvetica, sans-serif;
    list-style: none outside none;
    outline: rgb(45, 38, 26) none 0px;
    padding: 0px 0px 0px 32px;
}/*#eyebrowA_9*/

#eyebrowLI_10 {
    background-position: 0px 0px;
    color: rgb(68, 68, 68);
    float: left;
    height: 30px;
    width: 280px;
    perspective-origin: 137.5px 15px;
    transform-origin: 137.5px 15px;
    background: rgba(0, 0, 0, 0) url(https://childcareta.acf.hhs.gov/sites/all/themes/ta/images/eyebrow-divider.png) no-repeat scroll 0px 0px / auto padding-box border-box;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/19.5px arial, helvetica, sans-serif;
    list-style: none outside none;
    margin: 0px 8px 0px 0px;
    outline: rgb(68, 68, 68) none 0px;
    padding: 0px 0px 0px 24px;
    line-height: 250%;
    font-size:13px;
}/*#eyebrowLI_10*/

#eyebrowA_11 {
    background-position: 0px 4px;
    color: rgb(45, 38, 26);
    display: block;
    height: 30px;
    text-align: left;
    text-decoration: none;
    width: 249px;
    perspective-origin: 125.5px 15px;
    transform-origin: 125.5px 15px;
    background: rgba(0, 0, 0, 0) url(https://childcareta.acf.hhs.gov/sites/all/themes/ta/images/logo-acf-small.png) no-repeat scroll 0px 4px / auto padding-box border-box;
    border: 0px none rgb(45, 38, 26);
    font: normal normal normal normal 13px/30px arial, helvetica, sans-serif;
    list-style: none outside none;
    outline: rgb(45, 38, 26) none 0px;
    padding: 0px 0px 0px 32px;
}/*#eyebrowA_11*/

#eyebrowLI_12, .eyebrowLI_12{
    background-position: 0px 0px;
    color: rgb(68, 68, 68);
    float: left;
    height: 30px;
    width: 220px;
    perspective-origin: 143.5px 15px;
    transform-origin: 143.5px 15px;
    background: rgba(0, 0, 0, 0) url(https://childcareta.acf.hhs.gov/sites/all/themes/ta/images/eyebrow-divider.png) no-repeat scroll 0px 0px / auto padding-box border-box;
    border: 0px none rgb(68, 68, 68);
    font: normal normal normal normal 13px/19.5px arial, helvetica, sans-serif;
    list-style: none outside none;
    margin: 0px 8px 0px 0px;
    outline: rgb(68, 68, 68) none 0px;
    padding: 0px 0px 0px 24px;
    line-height: 250%;
    font-size:13px;
}/*#eyebrowLI_12*/

#eyebrowA_13, .eyebrowA_13 {
    background-position: 0px 4px;
    color: rgb(45, 38, 26);
    display: block;
    height: 30px;
    text-align: left;
    text-decoration: none;
    width: 231px;
    perspective-origin: 131.5px 15px;
    transform-origin: 131.5px 15px;
    background: rgba(0, 0, 0, 0) url(https://childcareta.acf.hhs.gov/sites/all/themes/ta/images/logo-occ-small.png) no-repeat scroll 0px 4px / auto padding-box border-box;
    border: 0px none rgb(45, 38, 26);
    font: normal normal normal normal 13px/30px arial, helvetica, sans-serif;
    list-style: none outside none;
    outline: rgb(45, 38, 26) none 0px;
    padding: 0px 0px 0px 32px;
}/*#eyebrowA_13*/

#eyebrowSPAN_14, .eyebrowSPAN_14 {
    color: rgb(119, 119, 119);
    text-align: left;
    border: 0px none rgb(119, 119, 119);
    font: normal normal normal normal 13px/30px arial, helvetica, sans-serif;
    list-style: none outside none;
    outline: rgb(119, 119, 119) none 0px;
}/*#eyebrowSPAN_14*/

 a {
     color: #3072a0;
 }

 #alertZone {
     padding-top: 20px;
 }

 /* To force display of ad hoc inline alerts */
 .alert-inline{
      display: block !important;
    }
