/*New ATS Format changes and additions*/

    @media print {
        div {
            overflow:hidden;
        }
    }

    html {
        height: 100%;
    }

    fieldset {
     padding-top:10px;
     border:1px solid #666;
     border-radius:8px;
     box-shadow:0 0 10px #666;

    }
    legend {
     float:left;
     margin-top:-20px;
    }
    legend + * {
     clear:both;
    }
.w3-grey{color:#000!important;background-color:#9e9e9e!important}
.w3-center {text-align: center!important;}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
    button {
        cursor: pointer;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 10px 10px 10px 10px;
        margin: 0px 15px 0px 15px;
        font-size: 11px;
        border:1px solid #000080;
        color: #000080;
        font-weight:bold;
        background: -webkit-linear-gradient(white, white, gray);
        background: -o-linear-gradient(white, white, gray);
        background: -moz-linear-gradient(white, white, gray);
        background: linear-gradient(white, white, gray);
    }

    button:hover {
        color:white;
        background: -webkit-linear-gradient(white, gray, white);
        background: -o-linear-gradient(white, gray, white);
        background: -moz-linear-gradient(white, gray, white);
        background: linear-gradient(white, gray, white);
    }

    button:disabled, button[disabled], button:disabled:hover, button[disabled]:hover{
        cursor: not-allowed;
        pointer-events: none;
        border: 1px solid #999999;
        //background-color: #cccccc;
        color: #666666;
        background: -webkit-linear-gradient(#cccccc, #cccccc, #cccccc);
        background: -o-linear-gradient(#cccccc, #cccccc, #cccccc);
        background: -moz-linear-gradient(#cccccc, #cccccc, #cccccc);
        background: linear-gradient(#cccccc, #cccccc, #cccccc);
    }

    #pspScroll {
        height:350px; 
        overflow:scroll; 
        overflow-x:hidden; 
        border-top:solid 2px; 
        border-bottom:solid 2px;
    }

    #scrollDOT {
        overflow:scroll; 
        overflow-x:hidden; 
        border-top:solid 2px; 
        border-bottom:solid 2px;
        height:225px; 
        background-color:lightgrey;
    }

    .printTitleToggle {
        display:none;
        margin:0px 0px 10px; 0px;
        text-align:center;
        font-weight:bold;
    }
        
    .divScroll {
         overflow-y:scroll; 
         height:230px; 
         margin-bottom:10px; 
         border-top:solid 1px; 
         border-bottom:solid 1px;
    }

    .radiusSmall {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .visToggle {
        display: none;
    }
        
    .transpDisable {
        color:black !important; 
        background-color: transparent !important; 
        border: 0px !important; 
        outline:none !important; 
        vertical-align:baseline !important;
        margin:0px !important;
        padding: 0px !important;
    }
    
    .transpDisableNavy {
        color:#000080 !important; 
        background-color: transparent !important; 
        border: 0px !important; 
        outline:none !important; 
        vertical-align:baseline !important;
        margin:0px !important;
        padding: 0px !important;
    }
    .transpScriptAZ {
        padding: 5px 0px 5px 5px !important;
        font: 400 22px/1.3 'Arizonia', Helvetica, sans-serif;
        color: navy;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.1); 
        background-color: transparent;
        border: 0px !important;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        vertical-align:baseline;
    }
    /*.btn_eSign {
        background: #3498db;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9);
        -webkit-border-radius: 15;
        -moz-border-radius: 15;
        border-radius: 15px;
        font-family: Arial;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        padding: 10px 15px 10px 15px;
        text-decoration: none;
        vertical-align:middle;
    }

    .btn_eSign:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }*/

    ::-webkit-input-placeholder {
    /*font-size: 25px;*/
    font-family:Georgia;
    }
 
    ::-moz-placeholder {
    /*font-size: 25px;*/  
    font-family:Georgia;
    }
 
    ::-moz-placeholder {
    /*font-size: 25px;*/  
    font-family:Georgia;
    }
 
    :-ms-input-placeholder {  
    /*font-size: 25px;*/ 
    font-family:Georgia;
    }

    .pad10Top {
        padding: 10px 0px 0px 0px;
    }
    .Absolute-Center {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        min-width: 1020px;
        height: 800px;
    }
    .WizardContain {
        width: 1020px;
        margin-top: -130px !important;
        padding:5px;
        overflow: hidden;
        height:605px;
    }
    .applWorkSpace {
        margin: 10px 0px 0px 5px;
        height:500px;
        overflow-y: scroll;
        overflow-x: hidden; 
        }
    #ruleInstructions {
        background-color: transparent;
        border: 0px;
        outline: none;
        vertical-align:top;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width:5px;
        color: black;
        cursor:default;
        vertical-align:text-top;
        overflow:hidden;
        font-family:Verdana;
        font-size:1em;
        font-weight:bold;
        color:maroon;
        padding: 15px 2px 10px 2px;
        margin: 10px 0px 0px 0px;
    }

    #footSpanL {
        position: absolute;
        bottom: 5px;
        left: 10px;
        float: left;
    }

    #footSpanR {
        position: absolute;
        bottom: 5px;
        right: 10px;
        float: right;
    }

    .radiusBigTop {
        -webkit-border-top-right-radius: 30px;
        -webkit-border-top-left-radius: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-topleft: 30px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .radiusBigBottom {
        -webkit-border-bottom-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-bottomright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .salaryHidden {
        display: none;
    }

    .salaryVisible {
        display:normal;
    }

    #lockpanel  {
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        display:none;
        z-index:200;
    }

    #subwindow { 
        position:absolute;
        border-style:solid; 
        border-width: 1px 2px 2px 1px; 
        border-color: gray black black gray;
        display: none; 
        background-color: white;
        z-index:200;
        -moz-box-shadow:    inset 0 0 15px #000000;
        -webkit-box-shadow: inset 0 0 15px #000000;
        box-shadow:         inset 0 0 15px #000000;
        overflow: hidden;
    }

    #swWorkArea {
        width:100%;
        overflow-y:hidden;
        overflow-x:hidden;
        padding: 3px 3px 0px 3px;
        position: relative;
        left: 0px;
        top: 21px;
    }

    #swlabel {
        width:99.5%;
        background-color:#285DAD;
        height:20px;
        padding: 2px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        #swpopOverLabel {
        margin-top: 3px;
        padding-bottom: 3px;
        width: 55%;
        color: white;
        float: left;
    }

    #swwinClose {
        width: 40%;
        float:right;
    }

    a.CloseBlock
    {
        display: block;
        width: 40px;
        height: 20px;
        margin-right: 2px;
        float: right;
        background-image: url("images/X-Link2.png");
        background-position: 0 -20px;
        background-repeat: no-repeat;
    }

    a.CloseBlock:link
    {
        background-position: 0 -20px;
    }

    a.CloseBlock:hover
    {
        background-position: 0 0;
    }
        /*CHANGES*/



/*End New ATS Format changes and additions*/
    .grayGradButton {
        padding: 10px 0px 10px 0px;
        width:100px;
        margin: 0px 15px 0px 15px;
        font-size: 11px;
        border:1px solid #000080;
        color: #000080;
        font-weight:bold;
        background: -webkit-linear-gradient(white, white, gray);
        background: -o-linear-gradient(white, white, gray);
        background: -moz-linear-gradient(white, white, gray);
        background: linear-gradient(white, white, gray);
    }

    .grayGradButton:hover {
        color:white;
        background: -webkit-linear-gradient(white, gray, white);
        background: -o-linear-gradient(white, gray, white);
        background: -moz-linear-gradient(white, gray, white);
        background: linear-gradient(white, gray, white);
    }


#subwindow { 
    position:absolute; 
    top: 150px;
    left: 200px;
    width:600px;
    height:500px; 
    border-style:solid; 
    border-width: 1px 2px 2px 1px; 
    border-color: gray black black gray;
    background-color:white;
    display: none;
}

#swlabel {
    width:99.5%;
    background-color:#285DAD;
    margin-top:0px;
    margin-bottom:0px;
    height:20px;
    padding: 2px;
}

#swpopOverLabel {
    margin-top:3px;
    width: 45%;
    color:white;
    float:left;
}

#swwinClose {
    color:white;
    width: 45%;
    float:right;
    cursor:pointer;
    text-align: right;
    margin-top: 3px;
}

#swWorkArea {
    float:left;
    width:100%;
    height: 400px;
    overflow:auto;
    /*
    overflow-y:scroll;
    */
    display:inline;
    margin-top:0px;
    margin-bottom:0px;
}

/* ATS Direct Styles */

#ATSDirectTitle table {
    width:1024px;
}


#ATSDirectTitle tr {
    vertical-align:bottom;
}  

#ATSDirectTitle td {
    font-size: 1.2em;
    font-weight: bold; 
    padding-top:0px; 
    padding-left:2px; 
    padding-bottom: 2px; 
    text-align:left;
    height:23px;
 
}
 
/* Positions Styles */
#Positions {
    font-size: .9em;
    min-width: 100%;
    margin-top:2px;
}

#CareersHeader {
    /*
    font-size: 1.2em;
    */
    background-color:#285DAD;
    color:#FFFFFF;
    font-weight: bold;
    height:25px;
    padding: 2px; 
}
#JobCats {
    margin-top: 3px;
}

#Postings {
    background-color:#ffffff;
    border-top:solid 1px black;
    border-bottom:solid 1px black;
    width:990px;
    height:560px;
    overflow:auto;
    padding:2px;
    margin-left:3px;
    margin-right:3px;
}


#pDetail {
    width:100%;
    border-collapse:collapse;
}


#pDetail td {
    border-bottom: solid 1px black;

    height:auto !important;
    height:50px !important;
    padding-top:5px;
    padding-bottom:5px;
}

#pDetail th {
    text-align:left;
    font-weight:bold;
    height:25px;
    background-color:#e3e3e3;
}

/* Wizard Styles */

#wzHeader {
    border: solid 1px black;
    height: 21px;
    padding: 2px;
    background-color:#285DAD ;
    color: #ffffff;
    vertical-align: bottom;
}

#wzCancel {
 position: absolute;
 top: 13px;
        left: 900px;
        display: none;
}

#wzhText {
 float: left;
}

#pNav {
 float: left;
 width: 100px;
}

#nNav {
 float: right;
        width: 100px;
}


div.wizard {
     width: 100%;
     margin: 0px;
     padding: 0px;
}


table.grid, table.grid td {
    border:solid 1px black;
    padding: 1px;
}


/* Common Styles */
/* General Styles */
.gapBottom {
    margin-bottom: 5px;
}

.gapTop {
    margin-top: 5px;
}

.medPad, .medPad td {
    padding: 3px !important;
}

.bold {
     font-weight: bold;
}

.textcentered {
    text-align: center;
}

.divcentered {
    margin: auto;
}

.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

.smallH {
    height: 200px;
}

.medH {
    height: 300px;
}

.tallH {
    height: 400px;
}

.fullW {
    width: 100%;
}

.threeforthsW {
    width: 75%;
}

.halfW {
    width: 50%;
}

.bordered {
    border: solid 1px black;
}

.frame {
    border: solid 1px black;
}

.login {
 display:block;
 width:100%;
    height:100%;
 position:relative;
 top:0px;
 left:0px;
 font-size:10pt;
 font-family:verdana;
    border: solid 1px black;
 background-image:URL("images/IRASGradient3.png");
    background-color:black;
 color:white;
 font-weight:bold;
 z-index:inherit;
    padding:5px; 
}

.login {
        position:absolute;
        top:0px;
        left:0px;
        right: 0px;
        bottom: 0px;
        table-layout: fixed;
        width: 500px;
} 

.login td {
        color: #ffffff;
        height: 25px;
}

.login button {
        margin:auto;
        width: 80px;
        height: 25px;
        margin-left: 210px;
}
.login span {
        margin:auto;
}

.CommentsContainer {
    width: 99%;
    margin: 3px;
}

.NewComment {
    height:120px;
    width: 100%;
}

.CommentsList {
    border: solid 1px black;
    height: 195px;
    overflow-y: scroll;
    width: 100%
}

.WS { 
    margin-left:5px;
    margin-right:5px
}  

.WSSmall { 
    margin-left:5px;
    margin-right:1px
}
  
.WSLarge { 
    margin-left:10px;
    margin-right:10px
}

.grid { border: solid 1px black; }
.grid td {border: solid 1px black; }
.section { width: 98% }
.section td { 
    padding:3px !important; 
    /*vertical-align:bottom !important;*/
} 

.panel {
    padding-left:10px; 
    margin: 0 auto; 
    width:99%; 
    overflow:auto; 
    height:510px;
}

.logIn
{
    font-size:1.2em;
    font-weight:bold;
    text-align:justify;
    margin:3px;
    padding:3px;
}

.features
{
    text-align:justify;
    font-size:1em;
    padding: 5px;
    margin-bottom:7px;
}

.features p
{
    margin:10px;
}

.features ul
{
    margin-left:10px;
    margin-right:10px;
}

#FCRAList ul
{
    margin-top:0px;
    margin-bottom:0px; 
}
        
#FCRAList ul li        {
    margin-top:0px;
    margin-bottom:0px; 
}        

#FCRAList ul li ul
{
    margin-top:0px;
    margin-bottom:0px; 
}   

#FCRAList ul li ul li
{
    margin-top:0px;
    margin-bottom:0px; 
}  