
/* Load fonts */
@import url(fonts/fonts.css);

*
{
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html 
{
    position: relative;
    min-height: 100%;
}

body
{
    display: block;
    margin: 0px;
    padding: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #666666;
}

a
{
    text-decoration: none;
    color: #0f5da3;
}

a:hover
{
    text-decoration: underline;
}

label {
    margin-right: 10px;
}
ul, ol 
{
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol ul, 
ol ul ul, 
ul ol ul, 
ul ul ul
{
    list-style-type: disc;
}

ol > li 
{
    list-style-type: decimal;
}

ol > li ol > li 
{
    list-style-type: lower-alpha;
}

ol > li ol > li ol > li 
{
    list-style-type: lower-roman;
}

ol > li ol > li ol > li ol > li 
{
    list-style-type: upper-alpha;
}

ol > li ol > li ol > li ol > li ol > li 
{
    list-style-type: upper-roman;
}

ol > li ol > li ol > li ol > li ol > li ol > li 
{
    list-style-type: lower-roman;
}

.conditionally-required{
    display: none;
}

.navbar
{

}

.navbar .logo 
{
    background: #0f5da3;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.navbar .logo img 
{
    position: relative;
    width: 30px;
    height: auto;
}

.navbar-brand
{
    height: 50px;
    padding: 15px 0px 15px 65px;
    display: inline-block;
    line-height: 20px;
}

.navbar .logo 
{
    background: #0f5da3;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.navbar .name
{
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 15px 0px 15px 55px;
    text-decoration: none;
}

/*
    Administration background/breadcrumb color codes
    ALTSA - #DB821E, #DB821E
    BHSIA - #5D8CA0, #29566B
    CA    - #8A7ABB, #504291
    DDA   - #76BBDA, #0F5EA3
    ESA   - #DA5451, #C32524
    FSA   - #52A4A2, #247272
    JJRA  - #DABBCD, #C291AF
    SESA  - #9BB47A, #688A40
*/


.admin_name
{
    padding: 20px 0 20px 50px;
    font-size: 1.4em;
}

.breadcrumb-container
{
    margin: -60px 0 10px 0;
    border-bottom: 1px #eee solid;
    overflow: hidden;
}


.breadcrumb
{
    width: 50%;
    float: left;
    padding: 0 0 10px 0;
    margin: 25px 0 10px 0;

    color: #999;
    font: normal .8em "Source Sans Pro", sans-serif;
}

.breadcrumb ul
{
    padding-left:0
}


.breadcrumb li
{
    display: inline-block;
    list-style-type: none;
}

.breadcrumb > li
{
    padding: 0 0 0 5px;
    color:#ccc;
}

.breadcrumb li:before
{
    content: "\00a0\00a0\00a0"; 
}

.breadcrumb li:after
{
    content: "\00a0\00a0\00a0>";
}

.breadcrumb a
{
    color: #999;
    text-decoration: none;
}

.breadcrumb a:hover
{
    text-decoration: underline;
}

.breadcrumb li.current
{
    color: #ffc;
    background: #DB821E;
    padding: 2px 4px;
    margin: 0 0 0 4px;
    border-radius: 3px;
    text-decoration: none;
}

.breadcrumb li.current:before,
.breadcrumb li.current:after
{
    content: "";
}

.skip-link
{
    display: none;
}

.main-col
{
    max-width:1200px;
    margin:0 auto;
    padding:10px 15px;
}

h1
{
    margin: 0 0 5px;
    font: normal 25px "Source Sans Pro Light", sans-serif;
    color: #0a3e6d;
    padding: 0px;
}

h1 a
{
    color: #0a3e6d;
}

h2
{
    font: normal 22px  "Source Sans Pro Light", sans-serif;
    color: #0f5da3;
    font-weight: 100;
}

h2 a
{
    color: #0f5da3;
}

h3
{
    font: normal 17px "Source Sans Pro Light", sans-serif;
    font-weight: 500;
    color: #0a3e6d;
}

h3 a
{
    color: #0a3e6d;
}

/* FOOTER */
.footer
{
    background: #333;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.footer .container
{
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo
{
    float: left;
    margin: 0 0 15px 15px;
    width: 23%;
    max-width: 230px;
    padding: 0px 15px;
}

.footer-logo img
{
    max-width: 100%;
    min-width: 100%;
}

.footer-content
{
    padding: 20px 15px 5px 15px;
    overflow: hidden;
}

.footer-list1, .footer-list2
{
    width: 25%;
    min-width: 150px;
    float: left;
    margin-right: 0;
}

.footer-list1,
.footer-list1 a
{
    color:#d8d8d8;
}

.footer-list2,
.footer-list2 a
{
    color:#999999;
}

.footer ul
{ 
    list-style-type: none;
    padding:0px;
}

.footer li
{
    margin: 2px 0;
}

.social
{
    width: 20%;
    min-width: 150px;
    float: left;
    margin-right: 5%;
}

.social ul
{

}

.social li
{
    float: left;
    margin: 0 2px;
    list-style-type: none;
}

.social li img
{
    border: 0;
}

fieldset
{
    border: 1px #ddd solid;
    margin: 20px 0;
    padding: 0 10px 20px 10px;
}

legend
{
    padding: 0 10px;
    font-size: 1.1em;
}

table
{
    border-collapse: collapse;
    width: 100%;
}

caption
{
    margin-left: -9999px;
}

th, td
{
    padding: 5px;
    border: 1px #bbb solid;
}

th
{
    font: normal 1.1em "Source Sans Pro", sans-serif;
    background: #0f5ea3;
    color: #ffffff;
    text-align: center;
}

th.subhead
{
    background: #ffc;
}

.even
{
    background: #f7f7f7;
}

.odd
{
    background: #fff;
}

ul.errorMessage
{
    margin-top: 25px;
    min-height: 50px;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px #DB821E solid;
    background: #ffe;
    color: #f00;
    border-radius: 5px;
    box-shadow: 0 0 10px #f99 ;
}

ul.errorMessage li {
    margin-left: 15px;
}

input[type=text], select, textarea
{
    border: 1px #ccc solid;
    padding: 2px;
    border-radius: 5px;
}

input[type=submit], input[type=reset], input[type=button], button, .navigationLinks
{
    background: #0F5EA3;
    color: #fff;
    border: 0;
    padding: 2px 5px;
    border-radius: 5px;
    -webkit-appearance: none;
}

input[type=reset]
{
    background: #DB821E;
}

input[disabled=true] {
    background-color: #eee;
    color: #ccc;
}

input[type=radio] {
    display:inline;
}

input:focus
{
    box-shadow: 0 0 8px #8BC3F4;
}

label, input,  select, textarea {
    margin : 5px;
    display : block;
}

.inline{
    display:inline;
}

button.previousButton{
    display:inline;
}

button.nextButton{
    display:inline;
    float:right;
}

a.navigationLinks{
    text-decoration: none;
    display: inline-block;   
}

.navbar 
{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
    background: #0a3e6d;
}

.navbar .name 
{
    font-size: 16px;
    padding: 15px 0px 15px 65px;
}

.admin_wrapper
{
    position: relative;
    margin: 50px 0 0 0;
    padding: 0;
    height: 70px;
    background: #DB821E;
    color: #58340C;

}


.facility {
    color: #0a3e6d; 
    font-size: 18px;
}

.required{
    color: #f00;
}

.AMPMDropdown{
    display:inline;
    clear:both;
}

div.spacing{
    clear:both
}

#confirmation{
    margin-bottom: 10px;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
    padding-right: 20px;
}

#override fieldset {
    padding-right : auto;
    padding-left : auto;
}

#override .radio {
    clear: both;
}

#override br {
    clear : both;
}

#override div input {
    display:block;
}

#override label textarea {
    width : 100%;
    height : 150px;
    margin-right : 20px;
}

#submitReport{
    display:inline;
}

#incDateOccurredAmPm {
    display:inline;
    clear:both;
}

.float-left {
    float:left;
    padding-right : 10px;
}
.float-right{
    float:right;
}

input[type=button].disabled {
    background-color: #eee;
    color:#ccc;
}

label.expand{
    width : 100%;
}

#statusBox {
    float:right;
    background-position:top left;
    background-repeat:no-repeat;
    width:340px;
    margin:0  10px 0 20px;
}

#submissionThankYou{
    margin-top: 15px;
}

#confirmationSummary, #finalNavigation{
    margin-top: 25px;
}

#statusBox h3 {
    font-size:90%;
    font-weight:700;
}

#statusBox p {
    padding: 0 0 15px 0;
    margin: 0;
}

#statusBox p:last-child {
    margin:0 0 30px 0;
}

#statusBar {
    width:550px;
}

#statusBar ul {
    font-family:verdana, Helvetica, sans-serif;
    font-size:10px;
    list-style:none;
    margin:0;
}

#statusBar ul li.active,ul li#lastStep.active {
    background-position:right -104px;
}

#statusBox li {
    margin:0;
    padding:0;
}

#statusBar ul dt {
    color:#a9a9a9;
}

#statusBar ul li#firstStep.active {
    float:left;
    width:100px;
    background:url('../images/navbar_start.png') repeat-x right -104px;
    text-align:left; 
}

#statusBar ul li#firstStep.past {
    float:left;
    width:100px;
    background:url('../images/navbar_start.png') repeat-x right -48px;
    text-align:left;
}


#statusBar ul li#firstStep dt {
    text-align:left;
    padding-left:29px;
}

/*Middle points*/
#statusBar ul li {
    float:left;
    width:100px;
    background:url('../images/navbar_mid.png') repeat-x right 6px;
    text-align:left;
}

#statusBar ul li dt {
    display:block;
    text-align:center;
    margin:26px 0 0;
}

#statusBar ul li.past {
    background:url('../images/navbar_mid.png') repeat-x right -48px;
}

#statusBar ul li.active dt {
    color:#666;
    font-weight:700;
}

/*End Points*/
ul li#lastStep {
    background:url('../images/navbar_end.png') right 6px;
    background-position:right -219px;
}

#statusBar ul li#lastStep dt {
    text-align:right;
    padding-right:29px;
}


#statusBox div {
    width:auto;
    background-position:top right;
    background-repeat:no-repeat;
    margin:0;
    padding:20px 15px 125px 20px;
}

#statusBox ul, #statusBox ol {
    padding: 0 0 0 15px;
    margin: 3px 0 12px 0;
}

#statusBox ul:last-child, #statusBox ol:last-child {
    padding-bottom:20px;
}


#statusBox h3 {
    font-size:90%;
    font-weight:700;
}

#statusBox li {
    margin:0;
    padding:0;
}


/*************************************** Tabs  *********************************************/

#tab_wrapper
{
    margin: 30px 0;
    overflow: hidden;
}

#tab_wrapper ul
{
    width: 100%;
    margin: 0 auto;
}

#tab_wrapper ul li
{
    width: 150px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#tab_wrapper ul li a
{
    display: block;
    margin: 0 2px 0 0;
    padding: 5px 0;
    text-align: center;
    border: 1px #ccc solid;
    border-bottom: 0;
    box-shadow: inset 0 5px 10px #fff;
    background: #E1F5F7;
    color: #1A656D;
    text-decoration: none;
}

#tab_wrapper ul li a:hover
{
    background: #ffe;
    color: #f40;
    text-decoration: underline;
}

#tab_wrapper ul li a.on
{
    color: #f40;
    background: #fdfdfd;
    border-bottom: 1px #fdfdfd solid;
    font-weight: bold;
}

.tab_info
{
    clear: both;
    border: 1px #ccc solid;
    padding: 10px 20px;
    margin: -31px 0 35px 0;
    background: #fdfdfd;

}

@keyframes _banner
{
    0%
    {
        background: #DB821E;
        color: #DB821E;
        border: 1px solid #DB821E;
        box-shadow: 0 0 10px #DB821E;
    }

    100%
    {
        background: #f00;
        color: #fff;
        border: 1px solid #e00;
        box-shadow: 0 0 10px #555;
    }
}

.maintenance
{
    animation: _banner 5s;
    position: absolute;
    top: 50px;
    left: 0;
    height: 20px;	
    width: 100%;
    margin: 0 auto;
    background: #f00;
    color: #fff;
    border: 1px solid #e00;
    box-shadow: 0 0 10px #555;
    overflow: hidden;
    z-index: 5;
}

.maintenance p {

    margin: 0;
    text-align: center;
    font-weight: 600;

    /* Starting position 
    -moz-transform:translateX(50%);
    -webkit-transform:translateX(50%);	
    transform:translateX(50%);
    */
    /* Apply animation to this element 	
    -moz-animation: scroll-left 30s linear infinite;
    -webkit-animation: scroll-left 30s linear infinite;
    animation: scroll-left 30s linear infinite;*/
}

.hidden{
    display:none;
}

.optionallyRequired{
    display:none;
}

#noscript-warning{
    color:red;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
    0%   { 
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%); 		
    }
    100% { 
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%); 
    }
}

@media screen and (max-width: 479px)
{
    #statusBar, .breadcrumb-container
    {
        display: none;
    }



}

@media screen and (min-width: 400px)
{
    .breadcrumb 
    {
        display:none;
    }

    #statusBar
    {
        float: none;
        width: 99%;
        margin: 10px auto;
    }

    #statusBar ul
    {
        width: 99%;
        margin: 0 auto;
    }

    .breadcrumb-container
    {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .wrapper
    {
        display: block;
        margin-top: 50px;
        margin-bottom: 170px;
        position: relative;
    }

    .breadcrumb
    {
        display: none;
    }

}

@media screen and (min-width: 640px)
{
    body
    {
        margin: 0;
    }

    .footer .footer-logo
    {
        max-width: 100px;
    }


}

@media screen and (min-width: 768px)
{
    h1
    {
        font-size: 32px;
    }

    h2
    {
        font-size: 26px;
    }

    h3
    {
        font-size:20px;
    }



    .footer
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 150px;
    }

    .footer .footer-logo
    {
        max-width: 230px;
    }
}

@media screen and (min-width: 800px)
{
    ul.errorMessage{
        width:50%;
    }

}


@media screen and (min-width: 950px)
{
    .breadcrumb 
    {
        display: block;
    }

    #statusBar 
    {
        width: 550px;
        float: right;
        margin: 10px 0 0 0;
    }
}