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

@media screen and (min-device-width : 320px) and (max-device-width : 480px){
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        -webkit-box-sizing: border-box !important;
           -moz-box-sizing: border-box !important;
                box-sizing: border-box !important;
    }

    /*div, p, li {
        text-align:left !important;
    }*/

    #header {
         height: 100px !important;
         display:block !important;
    }

    #logoImage {
        width: 40% !important;
    }

    #appspace {
        padding-top: 100px !important;
        margin-bottom: 20px !important;
    }

}


/*ELEMENTS*/
html {
    overflow-y:scroll;
}

label {
    margin-left: 5px;
    padding-bottom: 16px !important;
    display: block !important;
    font-weight: bold;
}

span {
    padding: 8px 4px 8px 0px !important;
}

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;
}

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;
}

/*input[type="radio"] {
    margin:0px 4px 16px 4px;
    padding-bottom: 8px;
}*/

input[type="checkbox"] {
    margin:4px 8px 4px 0px;
}

button, input[type="submit"] {
    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;
    font-size: 11px;
    border-width: 1px;
    border-style: solid;
    font-weight:bold;
}

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);
}

/*NAMED ELEMENTS*/
#login {
    position: relative;
    top: 250px;
    width: 425px;
    color: #800000;
    border: solid 1px black;
    border-width: 1px 2px 2px 1px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background-color: gray;
    background: -webkit-linear-gradient(gray, white, gray);
    background: -o-linear-gradient(gray, white, gray);
    background: -moz-linear-gradient(gray, white, gray);
    background: linear-gradient(gray, white, gray);
}

#appspace {
    max-width: 1200px;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 40px;
}

/*#wizButtons {
    margin-bottom: 5px !important;
}*/

#ruleInstructions {
    background-color: transparent;
    border:none !important;
    border: 0px !important;
    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;
}

 /*
#pswd_info {
   position:absolute;
    bottom:-75px;
    bottom: -115px\9;
    right:55px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    display:none;
}*/

/*CLASSES*/

/*COLORS*/
.fontColorMaroon {
    color: #800000;
}

.fontColorNavy {
    color:navy
}

/*TEXT*/
.bold {
    font-weight:bold;
}

.fontUnderline {
    text-decoration: underline;
}
/*OTHER*/
.no-close .ui-dialog-titlebar-close {  
    display: none;
}

.fontItalic {
    font-style:italic
}

.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:none !important;
    border: 0px !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align:baseline;
}
.PasswordReq {
    //padding: 20px;
    position: relative;
    float: left;
    display: inline-block;
    //margin: 50px;
}

.hovTol1 {
    display: none;
}

.PasswordReq input:focus + .hovTol1 {
    display: block;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 400px;
    background: white;
}
/*CONTROLS*/
.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}

/*
.reqFldBox {
    background-color: #FFFFCC;
    padding: 5px 0px 5px 0px;
}
.reqFld {
    background-color: #FFFFCC;
}
*/
.employButtonD {
    border-style: none;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    text-align: left;
    width: 15px;
    height: 15px;
    vertical-align:bottom;
    background-color: #ffffff;
    background-image: url('/ClientImages/triangleD.png');
    background-repeat: no-repeat;
    cursor: pointer;

}

.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;
}

.employButtonR {
    border-style: none;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    text-align: left;
    width: 15px;
    height: 15px;
    vertical-align:bottom;
    background-color: #ffffff;
    background-image: url('/ClientImages/triangleR.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.emplArrowR {
    /*background-image: url('/clientimages/TriangleR.png');*/
    background-image: url('/images/ArrowDown.gif');
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: 15px 15px;*/
    background-size: 15px 12px;
}

.emplArrowD {
    /*background-image: url('/clientimages/TriangleD.png');*/
    background-image: url('/images/ArrowUp.gif');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 12px;
    /*background-size: 15px 15px;*/
}  
/*OTHER*/
.iti-flag {
    background-image: url("/images/flags.png") !important;
}

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

}

.invalid {
    background:url('/images/invalid.png') no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url('/images/valid.png') no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

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

.lightblueGradiant {
    background-color: #94c0c7;
    background: -webkit-linear-gradient(#94c0c7, white, #94c0c7);
    background: -o-linear-gradient(#94c0c7, white, #94c0c7);
    background: -moz-linear-gradient(#94c0c7, white, #94c0c7);
    background: linear-gradient(#94c0c7, white, #94c0c7);
}

.cursorPointer {
    cursor:pointer;
}

.height75 {
    height: 50px;
}

.height100 {
    height: 100px;
}

.height125 {
    height: 100px;
}

.height150 {
    height: 150px;
}

.height175 {
    height: 175px;
}

.height200 {
    height: 200px;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width375 {
    width: 375px;
}

.margin-left25 {
    margin-left:25px;
}

.w3-card-2, .w3-card-4{
     background-color: #ffffff;
     /*padding: 16px 0px 16px 0px;
    padding-top:16px;
    padding-bottom: 16px;*/
}


.centerExact {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
