﻿
.visualCaptcha {
    /*margin-bottom: 20px;*/
    min-height: 120px;
}

.visualCaptcha * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (max-width:360px) {
    .visualCaptcha .audioField {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width:360px) {
    .visualCaptcha .audioField {
        width: 240px;
        float: left;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .visualCaptcha {
	margin-left: -5px;
    margin-right: -5px;
	min-height: 90px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.visualCaptcha {
		min-height: 90px;
	}
}

.accessibility-description, .visualCaptcha-explanation, .status.valid {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-family: Oxygen,sans-serif;
    /*font-size: 18px;*/
    color: #219589;
    font-weight: 100;
    /*margin: 20px 0 24px;*/
}

@media only screen and (max-width:360px) {
    .accessibility-description, .visualCaptcha-explanation, .status.valid {
        /*font-size: 16px;*/
    }
}

.visualCaptcha-possibilities, .visualCaptcha-refresh-button, .visualCaptcha-accessibility-button, .visualCaptcha-button-group {
    display: inline-block;
}

.visualCaptcha-possibilities {
    vertical-align: middle;
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities {
        margin-right: 15px;
    }
}

.visualCaptcha-possibilities .img {
    /*padding: 4px;*/
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities .img {
        /*padding: 10px;*/
        border: 3px solid #fff;
    }
}

.visualCaptcha-possibilities img {
    width: 32px;
    height: 32px;
    z-index: 5;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

    .visualCaptcha-possibilities img:hover {
        cursor: pointer;
    }

@media only screen and (max-width:360px) {
    .visualCaptcha-possibilities .visualCaptcha-button-group {
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities .visualCaptcha-button-group {
        float: right;
    }
}

.visualCaptcha-possibilities .visualCaptcha-selected {
    background-color: #c1f7e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    border: 1px dashed #099a9f;
}

@media only screen and (min-width:750px) {
    .visualCaptcha-possibilities .visualCaptcha-selected {
        /*padding: 10px;*/
        border: 3px dashed #099a9f;
    }
}

.visualCaptcha-refresh-button {
    padding: 9px 10px 7px;
    margin: 0 5px;
    background-color: #f87056;
    border: 1px solid #f87056;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .visualCaptcha-refresh-button img {
        width: 16px;
        height: 16px;
    }

    .visualCaptcha-refresh-button:hover {
        cursor: pointer;
    }

.visualCaptcha-accessibility-button {
    padding: 9px 10px 7px;
    border: 1px solid #000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .visualCaptcha-accessibility-button img {
        width: 16px;
        height: 16px;
    }

    .visualCaptcha-accessibility-button:hover {
        cursor: pointer;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

div.visualCaptcha .visualCaptcha-show {
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

div.visualCaptcha .visualCaptcha-hide {
    display: none !important;
    -webkit-animation: fadeOut 300ms;
    animation: fadeOut 300ms;
}



@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    font-family: 'Oxygen', sans-serif;
}

.wrap {
    min-height: 768px;
    height: 100%;
    padding: 10px 0;
    background-color: #32ab90;
    background-image: url(../img/bg_demo.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 100% 100%;
    overflow-y: scroll;
}

.logo {
    text-align: center;
    margin: 23px auto;
    display: block;
}

.pre-captcha-wrapper {
    display: block;
    text-align: center;
    width: 100%;
}

    .pre-captcha-wrapper:not(.multiple) {
        margin: 0 auto;
    }

@media only screen and (min-width: 361px) {
    .pre-captcha-wrapper:not(.multiple) {
        max-width: 650px;
    }
}

@media only screen and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 361px) and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
        max-width: 650px;
    }
}

.captcha-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 15px 10px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 0 25px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 0 25px;
    box-shadow: rgba(0,0,0,0.4) 0 0 25px;
    margin: 0 15px;
}

@media only screen and (min-width: 1101px) {
    .captcha-wrapper.multiple {
        display: inline-block;
        width: 45.1%;
        max-width: 620px;
    }
}

@media only screen and (max-width: 1100px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 360px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 361px) {
    .captcha-wrapper {
        padding: 20px 83px 40px;
    }
}

.captcha-wrapper h1 {
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    color: #2274a2;
    font-weight: 300;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .captcha-wrapper h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.frm-sample .form-control {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (min-width: 750px) {
    .frm-sample .form-control {
        font-size: 25px;
        padding: 20px;
        height: 64px;
    }
}

.frm-sample .visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 750px) {
    .frm-sample .visualCaptcha .audioField {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 750px) {
    .frm-sample .visualCaptcha .audioField {
        padding: 20px;
        font-size: 25px;
        height: 64px;
        width: 240px;
        float: left;
    }
}

.status {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #fbb6a9;
    padding: 10px;
    text-align: center;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: #b41c1c;
    font-weight: 100;
    margin: 20px 0 24px;
}

@media only screen and (max-width: 360px) {
    .status {
        font-size: 16px;
    }
}

.status p {
    margin: 0;
}

.submit {
    border-radius: 5px;
    background: #555551;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .submit {
        font-size: 25px;
    }
}

.submit:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer;
}

@media only screen and (max-width: 320px) {
    .submit {
        display: block;
        margin-bottom: 10px;
    }
}

.info-btn {
    border-radius: 5px;
    background: #4c80bd;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: 200;
}

@media only screen and (min-width: 750px) {
    .info-btn {
        font-size: 25px;
    }
}

.info-btn:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer;
}

@media only screen and (max-width: 320px) {
    .info-btn {
        display: block;
        margin-bottom: 10px;
    }
}

.txt-center {
    text-align: center;
}

.footer {
    margin: 10px 0;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
}

@media only screen and (min-width: 750px) {
    .footer {
        font-size: 16px;
    }
}

.links {
    color: #fff;
    margin: 10px 0;
}

    .links p a {
        color: #fff;
    }

        .links p a:last-child {
            text-decoration: underline;
        }

.nav-footer {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center;
}

    .nav-footer li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        display: inline;
        float: center;
        padding-left: 1em;
        padding-right: 1em;
    }

        .nav-footer li:first-child, .nav-footer li.first {
            padding-center: 0;
        }

        .nav-footer li:last-child {
            padding-center: 0;
        }

        .nav-footer li.last {
            padding-center: 0;
        }

@media only screen and (min-width: 750px) {
    .nav-footer {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        margin: 10px 0;
    }

        .nav-footer li {
            list-style-image: none;
            list-style-type: none;
            margin-left: 0;
            white-space: nowrap;
            display: inline;
            float: center;
            padding-left: 1.4em;
            padding-right: 1.4em;
        }

            .nav-footer li:first-child, .nav-footer li.first {
                padding-center: 0;
            }

            .nav-footer li:last-child {
                padding-center: 0;
            }

            .nav-footer li.last {
                padding-center: 0;
            }
}

.nav-footer a {
    text-decoration: none;
    color: #3bb6e4;
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (min-width: 750px) {
    .nav-footer a {
        font-size: 14px;
    }
}

.icon-no, .icon-yes {
    display: block;
    float: left;
}

.icon-no {
    height: 24px;
    width: 25px;
    background-image: url('/img/sprites-s15961808f9.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-no {
        background-image: url('/img/sprites-retina-s5dabdf0671.png');
        background-position: 0 0;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto;
    }
}

.icon-yes {
    height: 24px;
    width: 25px;
    background-image: url('/img/sprites-s15961808f9.png');
    background-position: 0 -24px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-yes {
        background-image: url('/img/sprites-retina-s5dabdf0671.png');
        background-position: 0 -24px;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto;
    }
}

.hidden {
    display: none;
}