﻿.recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color: #f8f8f8 !important; /*reCAPTCHA widget background color*/
}

#recaptcha_table {
    border-color: #444 !important; /*reCAPTCHA widget border color*/
}

#recaptcha_response_field {
    border-color: #444 !important; /*Text input field border color*/
    background-color: rgb(218, 221, 224) !important; /*Text input field background color*/
}

.pop_info, .pop_success, .pop_warning, .pop_error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    -ms-border-radius: .5em;
    border-radius: .5em;
}

.pop_info {
    color: #2882CE;
    background-color: #ffffff;
    background-image: url('../../images/img/icons/info.png');
}

.pop_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/img/icons/success.png');
    text-align: center;
}

.pop_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/img/icons/warning.png');
}

.pop_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/img/icons/error.png');
}

.required {
    color: #D8000C;
    padding-left: 5px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 24px;
    padding-top: 8px;
}

.float-right {
    float: right;
}

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .navbar-nav > li {
        float: none !important;
    }
}

textarea {
    background: transparent;
    border: 2px solid #fff;
    display: block;
    height: 89px;
    margin-top: 10px;
    margin-bottom: 0px !important;
    /*margin: 10px 0 10px !important;*/
    width: 95%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none !important;
    max-width: 95%;
}

#captcha > a {
    font-size: small;
    color: black;
    display: inline !important;
}

#CaptchaImage {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px;
    border-style: solid;
    border-color: #2882CE;
    padding: 2px;
}

#CaptchaInputText {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: white !important;
    color: black !important;
    width: 90px;
}