/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700italic,900,900italic,300italic,300);*/
@font-face {
    font-family: 'Roboto Light';
    src: url('../../fonts/Roboto-Light-webfont.eot');
    src: url('../../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Roboto-Light-webfont.woff') format('woff'),
    url('../../fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('../../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto-Regular-webfont.eot');
    src: url('../../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
min-height: 100%;
position: relative;
    background-image: url("../../images/main_bg.jpg");
    background-position: top center;
    background-size: cover;
}

body, .wrapper{
height: 100%;
background-color: transparent;
}
.top_notice {
    background-color: red;
    color: #ffffff;
    padding: 3px 10px;
    text-align: center;
}
.top_notice a{
    text-decoration: underline;
    color: #fff;
}
.bg-gr {
    background-color: #00b2b2;
    border-color: #00b2b2;
    color: #fff;
}
.c-gr{
    color: #00B2B2 !important;;
}
.container{
    max-width: 820px;
}

.wrapper {

    padding-bottom: 60px;
    padding-top: 20px;

}
.container.main {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 15px;
    min-height: 300px;
}

.header{
    background-color: #24242D;
    padding-top:15px ;
    padding-bottom: 15px;
    color: #fff;
}
.header_title_cont{
    display: table;
    width: 100%;
    height: 100%;
}
.header h2 {
    color: #fff;
    font-family: Roboto Light;
    font-size: 30px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



/*###########    Buttons   #############*/
.button-wrapper {
    background-color: #ddf0dd;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
}
.payment_form .button-wrapper label {
    color: #202020;
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.button-wrapper button span {
    color: #fff !important;
    float: none !important;
    font-size: inherit !important;
    font-weight: normal;
    line-height: normal !important;
    padding: 0 !important;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}
.button-wrapper button{}
#paypal_payment_button_cont{display: none}
.btn-lg, .btn-group-lg > .btn {
    padding: 12px 38px;
    font-size: 18px;
    border-radius: 4px;
}
.btn-success {
    background-color: #5FB75F;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #5FB75F;
}
.btn-success:hover {
    background-color: #5FB75F;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #5FB75F;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.btn-danger {
    background-color: #D75553;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #D75553;
}
.btn-danger:hover {
    background-color: #D75553;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #D75553;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.btn-transparent {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #fff;
    color: #fff;
}
.btn-transparent:hover{
    color: #eee;
    border-color: #eee;
}

.btn-transparent-green {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #00B2B2;
    color: #00B2B2;
}
.btn-transparent-green:hover{
    color: #00B2B2;
    border-color: #00B2B2;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.radio, .checkbox {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
}
input[type="radio"] {
    line-height: normal;
    margin: 6px 0 0;
}


/*##########  validation   ##############*/
.input-group .control-wrap .form-control{
    border-radius: 0 4px 4px 0 ;
}
.control-wrap{position: relative}
.control-wrap b.error {
    background-color: #fff;
    display: inline;
    font-weight: normal;
    left: 0;
    position: relative;
    white-space: nowrap;

}
.control-wrap em {
    color: #a94442;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 3px;
    top: -14px;
    max-width: 100%;
    z-index: 200;
    box-sizing: border-box;
}

/*#########   Payment Form    ############*/
.payment_form{

max-width: 740px;
margin:0 auto;
padding-bottom: 35px;
}
.payment_form.loading{
    position: relative;
}
.payment_form.loading::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 100;
    background-image: url(../../images/loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.payment_form a{
text-decoration: underline;
color: #333;
}
.payment_form a:hover{
    text-decoration: none;
}
.payment_form h2 {
    background-color: #4fb353;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 20px;
    font-family: "Roboto",sans-serif;
}
.payment_form .form-control{
height: 38px;
font-size: 14px;
}
.payment_form label{
font-size: 14px;
color: #333;
font-weight: normal;
}
.payment_form label img.info {
    margin-left: 3px;
    float: right;
    margin-top: 2px;
    cursor: pointer;
}
.radio label, .checkbox label {
    line-height: 24px;
    margin-right: 20px;
    min-height: 24px;
}

.radio, .checkbox {
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
}

.payment_form .box-notice {
    margin: 15px 0 30px;
    padding: 10px 20px;
}

.payment_form .expiration select {
    float: left;
    width: 47%;
}
.payment_form .expiration span {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 36px;
    padding: 0 3px;
}
.payment_form hr {
    border-color: #fff;
}

.form-group.disabled label {
    color: #999;
}

.form-group.disabled .input-group-addon span {
opacity: 0.8;
}

/*#########  Main content    ###########*/

.right-sidebar{padding: 40px 0 0 40px}
.left-sidebar{padding: 40px 40px 0 40px}

/*#########  footer   ##########*/
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
    background-color: transparent;
    margin-top: 20px;
}
.footer .container{
    padding-top: 40px;
}

/*###########  Bootstrap Custom #################*/
.modal-body img{max-width: 100%;height: auto}
@media (max-width: 1000px) {
    .radio label, .checkbox label {
        margin-right: 24px;
    }
}
@media (max-width: 767px) {
    .header_title_cont h2{text-align: center}
    .payment-form-logo {
        margin: 0 auto;
        float: none !important;
        display: block;
    }
}
@media (max-width: 520px) {

    .container.main {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .radio label, .checkbox label {
        display: block;
        padding-bottom: 5px;
    }
}

.debug {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ccc;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 30%;
}
.debug li{display: block;list-style: none}

.g-recaptcha{margin-bottom: 30px}
.payment-form-logo { width: auto; }
.text-color-black { color:#000000; }

.payment_form #card-element{
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
