.form-meassge{color: #FFF;text-align: center;background-color: red;visibility: hidden}
.input-text {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
/* Center the loader */

#messageAjax {
    width: auto;
    height: auto;
    margin: 0 auto;
}
#all-pro-loading {
    display: none;
    width: 50px;
    height: 50px;
    margin: 5px auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #F70;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* ######################################################
  Style-Capt
 ########################################### */
.ia-form-group-capt{display: flex;flex-wrap: wrap;flex-direction:column;justify-content: center;align-items:center;}
.ia-input-capt{width: 195px;height: 45px;margin: 2px;padding: 3px;color: #555;text-align: center;font-size: 24px;text-transform: uppercase;font-weight: bold;border-radius: 5px;border: 1px solid #333;}
/*////////////////////////##########@@@@@@@@@  End  @@@@@@@@@@########/////////////////////////*/
#forms_insert{

    width: 250px;
    color: #fff;
    background-color: #c03;
    border-color: transparent;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 9px;
    float: none;

}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-document url-prefix() {
    select.form-control {
        padding-right: 25px;
        background-image: url("data:image/svg+xml,\
            <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
            height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
            <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
            </svg>");
        background-repeat: no-repeat;
        background-position: calc(100% - 7px) 50%;
        -moz-appearance: none;
        appearance: none;
        padding-top: 1px;
        padding-bottom: 1px;
        height: 40px;
    }
}

@-moz-document url-prefix() {
    select.form-control-code {
        font-family: 'Droid Arabic Kufi', sans-serif;font-size: 12px;
        padding-right: 25px;
        background-image: url("data:image/svg+xml,\
            <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
            height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
            <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
            </svg>");
        background-repeat: no-repeat;
        background-position: calc(100% - 7px) 50%;
        -moz-appearance: none;
        appearance: none;
        padding-top: 1px;
        padding-bottom: 1px;
        height: 30px;
        width: 80px !important;
    }
}

.inline{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
.inline + .inline{
    margin-left:30px;
}
.radio{
    color:#999;
    font-size:15px;
    position:relative;
    margin-left: 30px;
    margin-right: 30px;
}
.radio span{
    position:relative;
    padding-left:20px;
    margin-left: 10px;
    margin-right: 10px;
}
.radio span:after{
    margin-left: 10px;
    margin-right: 10px;
    content:'';
    width:25px;
    height:25px;
    border:3px solid;
    position:absolute;
    right:40px;
    top:1px;
    border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
    cursor: pointer; 
    position:absolute;
    width:100%;
    height:100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
    color:#c03;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
    width:15px;
    height:15px;
    position:absolute;
    background:#c03;
    right:55px;
    top:6px;
    border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}

.btn {
    display: inline-block;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none !important;
    border: 1px solid #EEE;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
}
.btn-primary {
    color: #fff;
    background-color: #c03;
    border-color: transparent;
    font-size: 14px;
    padding: 5px 9px;
}
.btn-primary:hover{
    color: #fff;
    background-color: #555;
    border-color: #000;
}
.btn-primary:active{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-log{
    width: 100% !important;
    text-align: center !important;
    padding: 10px 8px !important;
    margin: 12px auto !important;
    display: block;
    border-radius: 18px !important;
    border: #f1f1f1 solid 1px !important;
    background: rgba(255,255,255,1.8); 
    color:rgba(0,0,0,1.9);
    font-size: 18px;
}
.btn-login{
    font-size: 12px;
    color: #f1f1f1;
}

.form-control-log {
    box-shadow: none;
    background: transparent;
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #f1f1f1 !important;
    padding-left: 0px !important;
    color: #f1f1f1 !important;
}
.form-control-log::placeholder {
    color: #f1f1f1;
}



.input-forms {
    border-radius: 18px !important;
    padding: 2px 12px !important;
    height: 30px !important;
    background-color: white;
}
.input-forms::placeholder {
    font-size: 12px;
    color: #777;
}

form-control-login {
    font-size: 12px;
}
.form-group-login {
    margin-bottom: 5px;

}
.input-group-login {
    position: relative;
    display: block;
    border-collapse: separate;
}

.form-select{
    height: 46px !important;
}