/* CSS Document */

img
{
    display: block;
    max-width: 100%;
}

body
{
    background-image: url(../images/Register-Kiosk.jpg);
    background-position: top center;
    padding-bottom:50px;
}

/* = #mainNav2 & #mainNav3 & #mainNav4 & #mainNav5
----------------------------------------------------------------------------------------------------*/
#mainNav li
{
    height: 71px;
    list-style: none;
    float: left;
    background-color: #EBEBEB;
    background-image: url(../images/navBtn.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#mainNav li.current
{
    background-color: #0096ff;
    background-image: url(../images/navCurrentBtn.gif);
}

#mainNav li.lastDone
{
    background-color: #666666;
    background-image: url(../images/navLastDoneBtn.gif);
}

#mainNav li.done
{
    background-color: #666666;
    background-image: url(../images/navDoneBtn.gif);
}

#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active
{
    color: #ccc;
    text-decoration: none;
}

#mainNav li.lastDone a, #mainNav li.lastDone a:link, #mainNav li.lastDone a:visited, #mainNav li.lastDone a:hover, #mainNav li.lastDone a:active, #mainNav li.current a, #mainNav li.current a:link, #mainNav li.current a:visited, #mainNav li.current a:hover, #mainNav li.current a:active, #mainNav li.done a, #mainNav li.done a:link, #mainNav li.done a:visited, #mainNav li.done a:hover, #mainNav li.done a:active
{
    color: #fff;
    text-decoration: none;
}

#mainNav li.done a:hover, #mainNav li.lastDone a:hover
{
    color: #fff; /*#FFFF99;     cursor: none;*/
    text-decoration: none;
}

#mainNav li a em
{
    width: 90%;
    display: block;
    margin: 6px 0 0 10px;
    font-style: normal;
    font-weight: bold;
}

#mainNav li a span
{
    width: 90%;
    display: block;
    margin-left: 10px;
    font-weight: normal;
}

#mainNav li.mainNavNoBg
{
    background-image: none;
}

#mainNav li a
{
    height: 71px;
    display: block;
}

/* #mainNav.fiveStep */
#mainNav.fiveStep li
{
    width: 19.9%;
}
#mainNav.fiveStep li a
{
    width: 100%;
}

.fiveStep
{
    margin: 0;
}

table
{
    margin-left: auto;
    margin-right: auto;
}
th
{
    font-size: Cantarell, Verdana, sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #222;
}
h1 span, h3 span
{
    color: #a90329;
}
.panel
{
    width: 779px;
    margin-left: auto;
    margin-right: auto;
}
#progress
{
    width: 240px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    margin-left: -120px;
    top: 235px;
    left: 50%;
    background: #0096FF;
    z-index: 999;
    text-align: center;
    font-weight: bold;
}
#progress img
{
    display: inline;
}
#progress span
{
    color: #fff;
}
.smalltext
{
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.mediumtext
{
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}
.largetext
{
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    margin: auto;
}
.rside
{
    float: right;
}
.lsdie
{
    float: left;
}

.contentContainer
{
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(238, 238, 238); /* RGBa with 0.6 opacity */
    background: none repeat scroll 0 0 rgba(238, 238, 238, 0.9); /*#EEEEEE;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 20px;
    min-height: 30px;
    padding: 10px;
    behavior: url(PIE-1.0.0/PIE.htc); /* For IE 5.5 - 7*/ /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5EEEEEE, endColorstr=#E5EEEEEE);*/ /* For IE 8*/ /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5EEEEEE, endColorstr=#E5EEEEEE)";*/ /*E5EEEEEE for filter is 8 digit hex where first 2 digits represent opacity and rest 6 is RGB in hex     Opacity hex = Math.floor(opacity * 255).toString(16);  opacity in 0.0 - 1.0     */
}

.scrollbox
{
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px;
    min-height: 177px;
}

.scrollboxsmall
{
    border:1px solid grey;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px;
    height: 278px;
    padding:5px;
    margin-bottom:15px;
}

#footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: black;
    opacity: 0.8;
    filter: alpha(opacity = 80); /* IE Opacity setting */
}

.lblErr
{
    color: Red;
    line-height: 16px;
}

.lblFieldError
{
    color: Red;
    display: block;
}
.space, .space span
{
    padding: 5px;
}

#overlay
{
    z-index: 1000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.50);
    /*opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);*/
    visibility: hidden;
}
#overlay div#closemodal
{
    left:50%;
    top:50%;
    margin-top:-240px;
    margin-left:195px;
    display:inline-block;
    position:absolute;
    width:55px;
    height:57px;
}

.closeImage
{
    /*background-image: url("../images/btnClose.Image.png");*/
    width:100%;
    height:100%;
}
.closeImage img
{
    width:40px;
    height:40px;
}
.visible-none
{
    display: none;
    visibility: hidden;
}
.valign
{
    vertical-align: bottom;
}
.lfloat
{
    float: left;
}
.block
{
    display: block;
}
.sticky-queue
{
    width: 300px;
}

.btn-large
{
    padding: 10px;
}

.page-header
{
    border-bottom: 1px solid #999;
}

.fb_button, .fb_button_rtl
{
    background-image: none;
}

.facebookDialog
{
    background: rgba(82, 82, 82, 0.7);
    border-radius: 8px;
    min-height: 100px;
    padding: 10px; /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2525252, endColorstr=#B2525252); /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2525252, endColorstr=#B2525252)"; /*E5EEEEEE for filter is 8 digit hex where first 2 digits represent opacity and rest 6 is RGB in hex     Opacity hex = Math.floor(opacity * 255).toString(16);  opacity in 0.0 - 1.0     */
}
.fbDialogHeader
{
    background: #6D84B4;
    color: #fff;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-weight: bold;
}
.fbDialogContent
{
    background: #fff;
}
.fbDialogfooter
{
    background: none repeat scroll 0 0 #F2F2F2;
    height: 46px;
    padding: 8px 10px;
}

.fbDialogHeader h2
{
    background: none repeat scroll 0 0 #6D84B4;
}
.fbDialogHeader span
{
    margin-left: 10px;
}
.fbDialogContent span
{
    display: block;
    margin-left: 10px;
    padding: 10px 0px 10px 0px;
}
.fbDialogfooter div
{
    float: right;
}
.lnkRegisterWithoutFacebook, .lnkStartOver
{
    width: 80%;
    margin-bottom: 10px;
    display: block;
}
.registerWell
{
    min-height: 200px;
}

.regularTxtBox
{
    width: 80%;
}

.radioButtonList label
{
    margin: 0 5px 0 0;
}
.radioButtonList input
{
    margin: 0 5px 0 0;
}
.checkButton label
{
    margin: 0 5px 0 0;
}
.checkButton input
{
    margin: 0 5px 0 0;
}

.btnCapture
{
    display: block;
    margin-top: 10px;
}

.subtitle
{
    font-weight: bold;
}
.hide
{
    display: none;
}
.termsAccept
{
    padding-top: 10px;
}

.sigpad
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    left: 0px;
    visibility: hidden;
    border-left: black 1px solid;
    width: 220px;
    height: 100px;
    border-bottom: black 1px solid;
    top: 0px;
}
.lblTerms
{
    line-height: 16px;
}

.header
{
    height: 35px;
    background: silver;
    color: #000;
}

.rdir
{
    text-align: right;
    padding: 5px 0px;
}
#camImg
{
    margin: 5px auto;
    width: 160px;
    height: 120px;
}


/*Over ride for ICheck Plugin*/
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue, .iradio_square-blue
{
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icheck/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue
{
    background-position: 0 0;
}
.icheckbox_square-blue.hover
{
    background-position: -24px 0;
}
.icheckbox_square-blue.checked
{
    background-position: -48px 0;
}
.icheckbox_square-blue.disabled
{
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-blue.checked.disabled
{
    background-position: -96px 0;
}

.iradio_square-blue
{
    background-position: -120px 0;
}
.iradio_square-blue.hover
{
    background-position: -144px 0;
}
.iradio_square-blue.checked
{
    background-position: -168px 0;
}
.iradio_square-blue.disabled
{
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-blue.checked.disabled
{
    background-position: -216px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5)
{
    .icheckbox_square-blue, .iradio_square-blue
    {
        background-image: url(../images/icheck/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}


.initalHere > label
{
    top: 0px;
    position: relative;
    left: 3px;
}

.icheckbox_square-blue, .iradio_square-blue
{
    display: inline-block;
}

.icheckbox_square-blue + label, .iradio_square-blue + label
{
    display: inline-block;
    top: -5px;
    left: 5px;
    margin-right: 8px;
    position:relative;
}



/*Parsley styles */

ul.parsley-error-list .sigplus
{
    width: 500px;
    height: 100px;
}
li
{
    color: Red;
    list-style-type: none;
}

.sigplus,.imgSig
{
    width: 300px;
    height: 168px;
}

.sigWrapper
{
    border: solid 1px black;
    height: 183px;
    width: 316px;
    padding: 10px
    

}
.sigMousePad
{
    width:100%;

}
.clearButton
{
    position:relative;
    top:10px;
}



    .sigModal
    {
        width:605px;
    }
    .guardianTextContainer
    {
        position:absolute;
        bottom:0px;
    }
    .minorInformation
    {
        position:relative;
        height:178px;
    }
    
    
    
/*.sigplus
{
    width: 500px;
    height: 100px;
}


.sigWrapper
{
    border: solid 1px black;
    height: 110px;
    width: 510px;
    padding: 5px;
}*/
/*
.sigPad {
  margin: 0;
  padding: 0;
  width: 100px; 
}

.sigWrapper {
  clear: both;
  height: 100px; 
   border: 1px solid #ccc;
   width:500px;
}

.pad
{
    width:498px;
    height:100px;
}*/
li
{
    color: Red;
    list-style-type: none;
}


input.parsley-validated.error{
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border: 1px solid #EED3D7 !important;
}
#minorInformation
{
    height:168px;
}

.beenHereBefore
{
    margin-top:10px;
}