/******************************************************************************
#                      PHP Authorize.net Payment Terminal v2.0
#******************************************************************************
#      Author:     criticalgears.io
#      Email:      info@criticalgears.io
#      Website:    http://www.criticalgears.io
#	
#
#      Version:    2.0
#      Copyright:  (c) 2012 - criticalgears.io
#      
#*******************************************************************************/


/**** MAIN STYLES ****/
body {
    font-size: 16px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #444;
    font-family: "MS Shell Dlg 2";
}

.wrapper {
    padding-top: 50px;
    padding-bottom: 0;
}

h1 {
    font-size: 18px;
}

.pppro_footer {
    width: 580px;
    margin: 0 auto;
    text-align: right;
    padding-top: 15px;
}

.form_container h1 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 0 white;
    text-align: left;
    width: 580px;
    margin: 0 auto;
    padding-bottom: 20px; color: #666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 30px;}

.clr {
    clear: both;
}

/**** PROCESSING PAGE (REDIRECTION) ****/
.wait_msg {
    font-size: 16px;
}


/**** ACCORDIONS STYLING ****/
#accordion {
    max-width: 500px;
    /* border: 1px solid #EEE; */
    color: #000;
    background-color: transparent;
    margin: 0 auto 20px;
}

/* accordion header */
#accordion h2 {
    background: #e4e4e4;
    margin: 0;
    text-align: left;
    height: 30px;
    padding: 10px 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-shadow: 1px 1px 0 white;}

/* currently active header */
#accordion h2.current {
    cursor: default;
    background-color: #EEE;
}

/* accordion pane */
#accordion .pane {
    border: none;
    border-width: 0 2px;
    padding: 15px;
    color: #000;
    font-size: 12px;
    text-align: left;
    padding-bottom: 0;
}

.ui-widget {
    width: auto
}

.ui-widget .ui-state-error, .ui-widget .ui-state-error p, .ui-widget .ui-state-highlight, .ui-widget .ui-state-highlight p, .ui-widget .ui-state-info, .ui-widget .ui-state-info p {
    font-size: 13px;
    text-align: left;
}

.ui-widget .ui-state-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/**** FORM STYLING ****/
/*.pppt_form label {
    float: left;
    width: 140px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 4px 5px 0 0;
    color: #333;
}*/

.pppt_form .long-field {
    float: left;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 245px;
    padding: 6px 4px;
    border: 1px solid #ccc;
    background-color: transparent;
    margin-bottom: 8px;
    box-sizing: border-box;
    outline: none;
}

.pppt_form .long-field:hover {
    border: 1px solid #CCC;
}

.pppt_form .long-field:focus {
    border: 1px solid #6B1289;
}

.pppt_form .small-field {
    float: left;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 60px;
    padding: 6px 4px;
    border: 1px solid #ccc;
    background-color: transparent;
    margin-bottom: 8px;
    margin-right: 10px;
    box-sizing: border-box;
    outline: none;
    color: #333 !important;
    border: ;
}

.pppt_form .small-field:hover {
    border: 1px solid #CCC;
}

.pppt_form .small-field:focus {
    border: 1px solid #6B1289;
}

.pppt_form .lft-field {
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}

.pppt_form .paypal {
    margin-top: 6px;
}

.pppt_form .submit-btn {
    margin: 0 auto;
    width: 119px;
    margin-top: 15px;
}


/******* HINT STYLING ********/
.hint {
    width: 450px;
    height: 300px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.hint p {
    margin: 10px 0 10px 0;
    text-align: center;
}

/*.error {
    color: red;
    padding: 3px 0 0 5px;
    font-weight: bold;
    display: inline-block;
}*/

.pppt_form div.service {
    padding: 4px 0 0 0;
}

#stripe_error {
    display: none;
}

.top-notice {
    background-color: red;
    color: #ffffff;
    padding: 3px 10px;
    text-align: center;
}
/*#item_description{
    height: 40px;
}*/
.g-recaptcha {
    margin: 12px auto;
    width: 304px;
}

.ui-widget p {
    padding: 0 10px;
}

.ui-widget {
    max-width: 580px;
    margin: 0 auto;

}
.ui-widget .ui-corner-all{
    padding: 5px 10px;
}
.widefat{
    width: 100%;
}

.gform_button {
    font-size: 16px;
    width: auto;
    margin: 0 16px 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    -webkit-appearance: button;
    cursor: pointer;
    border: 3px solid;
    border-color: #03a9f4;
    border-radius: 3px;
    background-color: transparent;
    transition: all ease .5s;
    color: #3a99e8;
    padding: 10px 20px;
    border-radius: 6px;
}
.gform_button:hover{
    border-color: #fff;
    color: #fff;
}
.gform_button:disabled{
    opacity: 0.5;
}
.gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    text-align: left;
}

.row{
    display: flex;
    align-content: space-between;
}
/*.row:after{
content: "";
    display: block;
    clear: both;
}*/
.col-sm {
    position: relative;
    margin-right: 5%;
    width: 30%;
}
.col-half {
    position: relative;
    width: 75%;
    margin-right: 5%;
}
.col-sm .form-control{
    margin-right: 20px;
}
.col{
    width: 100%;
    position: relative;
}
.row .col-sm:last-child{
    margin-right: 0;
}
.form-control{
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.form-control label.error {
    color: #f28484;
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.form-control input[type="text"] {
    border: 2px #fff solid;
    padding: 0 1em;
    outline: 0;
    border-radius: 6px;
    height: 46px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    color: #03a9f4;
    background-color: transparent;
}
.form-control select {
    border: 2px #fff solid;
    padding: 0 1em;
    outline: 0;
    border-radius: 6px;
    height: 46px;
    font-size: 16px;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    color: #03a9f4;
}
.form-control textarea {
    border: 2px #fff solid;
    padding: 8px 1em;
    outline: 0;
    border-radius: 6px;
    height: 48px;

    background: transparent;
    width: 100%;
    box-sizing: border-box;
    height: 74px;
    color: #03a9f4;
    font-family: Arial;
    font-size: 16px;
    /*font-family: "MS Shell Dlg 2";*/
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #03a9f4;
}
.form-control input.error,
.form-control select.error,
.form-control textarea.error{
    border-color:red ;
}

.form-control input:hover,
.form-control select:hover,
.form-control textarea:hover{
    border-color:rgba(3,169,244,0.5) ;
}
.form-control input:focus,
.form-control select:focus,
.form-control textarea:focus{
    border-color:#03a9f4 ;
}
.noscriptCase {
    position: absolute;
    right: 6px;
    top: 14px;
}
.ccinfo {
    font-size: 16px;
    max-width: 545px;
    margin: 0px auto;
    display: flex;
    vertical-align: top;
    align-items: baseline;
}
.ccinfo input {
    /* float: left; */
    margin-right: 10px;
}
.ccinfo p {
    color: #03a9f4;
    line-height: 140%;
    font-family: Arial;
}
.ccinfo p a {
    color: #03a9f4;
}
.ccresult {
    color: #f28484;
    position: absolute;
    bottom: 4px;
    left: 5px;
}
.error_cont{
    color: #f28484;
    font-size: 12px;
}
.error_cont p{

}
label.label {
    font-size: 16px;
    float: left;
    color: #444;
}
.cboxElement img{
    border-radius: 20px;
}
.cards-cont {
    width: 310px;
    margin:0 auto 13px;
}
.cards-cont input{

}
.cards-cont img{

}
div.fee_block{
    display: none;
    color: #03a9f4;
    line-height: 160%;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Arial;


 }
@media (max-width: 500px) {
    body{
        padding: 0;
        margin: 0;
    }
    #accordion .pane{
        padding-left: 0px;
        padding-right:0px ;
    }
    label.label{
        display: none;
    }
}