﻿html, body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 87.5%;
    color: #3664ac;
    /*line-height:30px;*/
    /*background: #d2e3fb;*/
    /*overflow: scroll;*/
}

#body1 {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 87.5%;
    color: #4573bb;
    background: #d2e3fb;
    /*overflow: scroll;*/
}


.cl {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

.big {
    font-size: 1.4em;
}

.hide {
    display: none;
}

/* text **********/
.toprighttext {
    float: right;
    color: #444;
    line-height: 50px;
}

h1 {
    font-size: 2.2em;
    letter-spacing: -0.05em;
    padding: 5px 0 25px 0;
    margin: 0;
}

#content h1 {
    padding-left: 21px;
}

a {
    color: #ad6500;
}

p {
    /*margin: 0 0 1.5em 0;*/
    line-height: 1.5em;
}

    p img {
        vertical-align: middle;
    }



/* layout blocks **********/

#container {
    min-width: 900px;
    background: #fff;
}

    #container .in {
        width: 900px;
        margin: 0 auto;
    }


@media only screen /* ipad */
and (min-device-width : 768px) and (max-device-width : 1024px) {
    #header {
        min-width: 1024px;
    }

    #container {
        min-width: 1024px;
    }

    #footer {
        min-width: 1024px;
    }

    .modeBg {
        min-width: 1024px;
        min-height: 768px;
    }
}


#header {
    background: #d2e3fb;
    border-bottom: 1px solid #a9c2e5;
}

    #header .in {
        width: 860px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 64px;
    }

#body {
    padding: 20px;
    height: 100%;
}

#sidebar {
    float: left;
    width: 155px;
    margin: 0 20px 0 0;
}

#content {
    float: left;
    width: 685px;
}

.cont {
    background: #d2e3fb;
    border: 1px solid #a9c2e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
}

.cont-tab {
    background: #d2e3fb;
    border: 1px solid #a9c2e5;
    margin: 36px 0 0 0;
    -webkit-border-radius: 0 8px 8px 8px;
    -moz-border-radius: 0 8px 8px 8px;
    -ms-border-radius: 0 8px 8px 8px;
    -o-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px;
    padding: 20px;
}
.cont-full {
    float: left;
    width: 100%;
}
.cont-half {
    float: left;
    width: 311px;
}

@media(min-width : 769px) {
    .cont-threequarters {
        float: left;
    }
}

@media(max-width : 768px) {
    .modeBody {
        top: 30% !important;
        left: unset !important;
        margin: 0px auto !important;
    }

    #sidebar{
        float: unset;
        width: 100%;
    }

    #IDType {
        width: 100%;
    }
}

@media(max-width : 420px) {
    .toprighttext {
        float: unset !important;
        margin-left: calc(100% - 160px);
    }

    .modeBody {
        left: 5% !important;
    }

    #content h1{
        padding-left: 6px;
    }
}

@media(max-width : 460px) {
    .modeBody {
        left: 4% !important;
    }
}

@media(max-width : 420px) {
    .modeBody {
        left: 5% !important;
    }
}


/*Web version*/
/*@media(min-width : 768px) {
    .cont-threequarters {
        float: left;
        width: 468px;
    }
}*/


.cont-threequarters-FedUni {
    float: left;
    width: 471px;
}


.cont-quarter {
    float: right;
    width: 152px;
}

.cont-break {
    float: left;
    width: 20px;
    height: 20px;
}

#footer {
    /*background: #d2e3fb;
    border-top: 1px solid #a9c2e5;
    position:fixed;
    bottom:0;
    width:100%;*/
    position:  relative;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear: both;
    background: #d2e3fb;
    border-top: 1px solid #a9c2e5;
    bottom:0px;
    width:100%;
}

    #footer .in {
        width: 860px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 48px;
    }

#footerplacehoder {
    min-height:100%;
    padding-bottom: 50px; /* must be same height as the footer */
}

#footer1 {
    /*background: #d2e3fb;
    border-top: 1px solid #a9c2e5;
    position:fixed;
    bottom:0;
    width:100%;*/
    position:  fixed;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    clear: both;
    background: #d2e3fb;
    border-top: 1px solid #a9c2e5;
    bottom:0px;
    width:100%;
}

    #footer1 .in {
        width: 860px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 48px;
    }






/* tabs **********/

.tabs {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}

    .tabs img {
        display: block;
        position: absolute;
        margin: 0 0 0 -20px;
    }

    .tabs li {
        float: left;
        margin: 0 2px 0 0;
        background: #e8f1ff;
        border-color: #a9c2e5;
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        padding: 10px 10px 10px 30px;
        line-height: 15px;
        cursor: pointer;
        behavior: url(../../Content/PIE.htc); /* css3pie - library to emulate css3 properties in ie6-9 */
        position: relative; /* necessary for css3pie to work */
    }

        .tabs li.selected {
            line-height: 16px;
            background: #d2e3fb;
            border-color: #a9c2e5;
            border-width: 1px 1px 0 1px;
        }


/* buttons *********/


.btn {
   -webkit-border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #ccc;
}
.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary-list {
    display:inherit!important;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    font-size:13px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn:hover {
    background: #ccc;
    text-decoration: none;
}

.btn-primary:hover {
    background: #5cb85c;
    text-decoration: none;
}

.button {
    background: #d9dee5 url(../Images/gradient-white.png) repeat-x top;
    border: 1px solid #9da8b9;
    
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 1em;
    text-shadow: 0 0 1px #fff;
    color: #1f3c56;
    text-decoration: none;
    cursor: pointer;
    behavior: url(../../Content/PIE.htc);
    position: relative;
}

button.button {
    width: auto;
    overflow: visible;
    font-weight: normal;
}

.button:hover {
    background: #d9dee5 url(../Images/gradient-white-hover.png) repeat-x top;
    text-decoration: none;
}

.button:active {
    background: #d9dee5 url(../Images/gradient-white-active.png) repeat-x top;
}

.button img {
}

.disabled {
    color: #aaa !important;
    cursor: auto !important;
}

    .disabled:hover {
        background: #d9dee5 url(../Images/gradient-white.png) repeat-x top !important;
    }


/* sidebar steps list **********/

.steps {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}

    .steps li {
        line-height: 28px;
        color: #444;
        margin: 0 0 8px 0;
    }

        .steps li span {
            display: block;
            float: left;
            width: 28px;
            height: 28px;
            margin: 0 16px 0 0;
            background: url(../Images/bullet-blue.png) no-repeat top left;
            text-align: center;
            line-height: 28px;
            color: #4573bb;
            font-weight: bold;
        }

        .steps li.selected {
            color: #ad6500;
        }

            .steps li.selected span {
                background: url(../Images/bullet-orange.png) no-repeat top left;
                color: #fff;
            }

            .steps li.passed span {
                background: url(../Images/tick_steps.png) no-repeat top left;
                color: transparent;
            }

/* misc **********/

.login {
    width: 450px;
    margin: 0 auto;
}

.alert {
    background: #ffcccc url(../Images/exclamation.png) no-repeat 8px 9px;
    padding: 7px 7px 7px 30px;
    border: 1px solid #c13a3a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #c13a3a;
}

.uppedimage {
    display: block;
    margin: 0 0 15px 0;
}

#cropbox {
    max-width: 468px;
    max-height: 340px;
}

#webcam,#webcam-flash, #camcanvas, .blankimage {
    background: #e8f1ff;
    border: 1px solid #a9c2e5;
    margin: 0 0 15px 0;
}
    #webcam,#webcam-flash object {
        float: left;
    }

#camcanvas {
    float: left;
}

.blankimage {
    width: 309px;
    height: 232px;
}

.blankimagecenter {
    text-align: center;
}

.croppreview {
    width: 135px;
    overflow: hidden;
}

.idcard_landscape  {
    width: 383px;
    height: 238px;
    background-position: top left;
    margin: 0 0 28px 0;
}

.idcard_portrait {
    height: 383px;
    width: 238px;
    background-position: top left;
    margin: 0 0 28px 0;
}

.idcard_landscape_utas {
    width: 376px;
    height: 238px;
    background-position: top left;
    margin: 0 0 28px 0;
}


/* forms **********/
.formrowSelect {
    line-height: 30px;
}
.formrow {
    line-height: 30px;
    margin: 0 0 5px 0;
}

    .formrow label {
        float: left;
        width: 120px;
    }
        .modeBody label {
        float: left;
        width: 100px;
    }
    .formrow input {
        width: 200px;
        height: 22px;
        padding: 5px;
        font-size: 14px;
        background: #e8f1ff;
        border: 1px solid #aac3e6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        behavior: url(../../Content/PIE.htc);
        position: relative;
    }
    .formrowShort{
        width: 100px!important;
    }
        .formrowShortSelect{
        width: 112px!important;
    }
        .formrow textarea {
        width: 200px;
        height: 20px;
        padding: 5px;
        background: #e8f1ff;
        border: 1px solid #aac3e6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        behavior: url(../../Content/PIE.htc);
        position: relative;
    }

        .formrow input:disabled {
            background: none;
            border: none;
        }

    .formrow select {
        width: 212px;
        padding: 5px;
    }


/* modal window ********/

.modeBg {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}




.modeBody {
    position: absolute;
    z-index: 21;
    top: 0;
    left: 50%;
    margin: 24px 0 0 -236px;
    width: 470px;
    padding: 30px;
    background: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    behavior: url(../../Content/PIE.htc);
}



.privacy {
    padding: 20px;
    /*background: #ebebeb;*/
    border: 1px solid #bfbfbf;
    overflow: scroll;
    height: 200px;
    color: #888;
}

    .privacy p {
        font-size:14px;
    }
    #manualAddress{
        overflow:inherit!important;
        height:auto!important;
    }
#featureKiosk {
    height: 100% !important;
    overflow: inherit !important;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .progress .bar {
        width: 0%;
        height: 18px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -ms-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(top, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -ms-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.face {
    border: 2px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
}

#photoError {
    background: url(../Images/error.png) no-repeat;
    color: #bb0000;
    padding: 0 0 0 24px;
}

#webcamContainer,
.uppedimage {
    position: relative;
    overflow: hidden;
}

.zxx_align_box_5 a{
    display:inline-block; 
    width:1.2em; 
    font-size:128px; 
    text-align:center; 
    vertical-align:middle;
    margin: 40px;
    
}
.zxx_align_box_5 a img{
    vertical-align:middle;
   
     padding:2px; 
     }

/*google auto complete*/
.pac-item:hover { 
    background-color: #e6ac10;
}


#canvasCropBrightness{
    visibility:hidden
}

@media only screen and (max-width: 767px) {
    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 99;
        width: 280px;
        height: 100%;
        background-color: white;
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }
}

#nineSamplePhotos td {
    width: 33%;
}

.wsu-images{
    width: 130px;
    height: 150px;
}


