/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 26, 2017, 11:54:11 AM
    Author     : FaridMam
*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9E9E9E;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9E9E9E;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9E9E9E;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9E9E9E;
}

::placeholder { 
    color: #9E9E9E;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: SourceSansPro;
    src: url(../fonts/SourceSansPro-Regular.otf);
}

@font-face {
    font-family: SourceSansPro-Semibold;
    src: url(../fonts/SourceSansPro-Semibold.otf);
}

body {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/bg.png);
    height: 99%;
    width:  95%;
    min-width: 768px;
    font-family: SourceSansPro;
    font-size: 1.125em;
    color: #69757C;
    letter-spacing: 0;
}

.mob-logo {
    display: none;
}

.desktop-logo {
    display: block;
}

.wrapper {
    display: block;
    /*height: 85%;*/
    max-width: 800px;
    min-width: 742px;
    margin: 1% auto;
    border-radius: 5px;
}

input[type="submit"]{ 
        -webkit-appearance: none;
        -moz-appearance: none;
}
.footer{
    padding: 5px;
    text-align: center;
    margin-bottom: 3.4965%;
    margin-top:  2.0979%;
}

.input-captcha {
    padding: 15px 3px 15px 15px !important;
}

.header {
    width: 100%;
    display: inline-block;
    height: 9.7902%;
    padding: 1px;
    margin: 5% auto;
    margin-bottom: 3%;
}

.logo-horizontal {
    width: 60%;
    float: left;
}

.lang-picker {
    width: 10.86%;
    min-width: 98.88px;
    float: right;
    vertical-align: bottom;
    text-align: left;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
    padding: 5px;
}

.lang-picker select {
    width: 51%;
    margin-right: 3px;
    vertical-align: baseline;
    background-position: 100% -35%;
}

.lang-picker img {
    margin-left: 3px;
    vertical-align: bottom;
    width: 24px;
}

.lang-list {
    width: 18.8811%;
}

.lang-list option{
    color: yellowgreen;
}

.content {
    display: table;
    background-color: white;
    width: 100%;
    padding-bottom: 43px;
    border-radius: 5px;
}



#captchaCode {
    width: 55% !important;
}

.error-messages {
    margin-top: 5px; 
    font-size: 11px;
    display: block;
    list-style-type: none;
    text-align: justify;
    margin-left: 5px;
    background-color: white;
    border-radius: 5px;
    color: #AF3232;
    width: 100%;
}

.info {
    margin-top: 6px;
    margin-left: 5px;
    color: #ACACAC;
    vertical-align: top;
    font-size: 14px;
}

.info img {
    display: block;
    float: left;
    width: initial !important;
}

.info label {
    margin-left: 5px;
}

.info span {
    font-family:  SourceSansPro-Semibold;
}

.users-data {
    display: block;
}

.form-title{
    margin: 10px auto;
    width: 85%;
}
.title{
    padding-top: 15px;
    text-align: center;
    color: #82002A;
    font-size: 2.25em;
    /*    font-family: sans-serif;*/
}

.line{
    -webkit-margin-before: 2px;
    -webkit-margin-after: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-style: hidden;
    background-color: #F26F21;
    width: 85px;
    height: 3px;
}

.card-details {
    display: block;
}

.subhead {
    /*padding: 15px auto;*/
    margin: 25px auto 15px;
    text-align: center;
    /*color: #757575;*/
    /*font-family: sans-serif;*/
    /*font-size: 16px;*/
    font-weight: 600;
}

.input {
    width: 93%;
    height: 23px;
    border: 1px solid #dcdcdc;
    border-radius: 4px; 
    outline: none;
    padding: 15px 3px 15px 15px;
}

.input input[type="text"]{
    padding-left:13px;
}

.input input[type="number"]{
    padding-left:13px;
}

.input-red {
    width: 93%;
    height: 23px;
    border: 1px solid #AF3232;
    border-radius: 4px;
    outline: none;
    padding: 15px 3px 15px 15px;
}

 
input {
    /*    color: #69757c;*/
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 85%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 1px;
    /*    font-family: sans-serif;*/
    /*font-size: 16px;*/
}

#taxNumber{
    width: 77%;
}

.hint {
    text-decoration: none;
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

.match-parent{
    width: 96.62%;
    height: 23px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
    padding: 15px 3px 15px 15px;
}

.match-parent-red{
    width: 96.62%;
    height: 23px;
    border: 1px solid #AF3232;
    border-radius: 4px;
    outline: none;
    padding: 15px 3px 15px 15px;
}

.match-parent input {
    width: 80%
}
.match-parent-red input {
    width: 80%
}
select{
    /*    color: #666666;*/
    margin: 0px;
    margin-left: 10px;
    height: 25px;
    vertical-align: top;
    width: 84%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 1px;
    /*font-family: sans-serif;*/
    /*font-size: 16px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/icons/chevron-down.png") no-repeat 100% 50%;
    background-size: 24px;
}

.match-parent select {
    width: 92%;
}

.match-parent-red select {
    width: 92%;
}

.list-input {
    width: 93%;
    height: 23px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
    padding: 15px 3px 15px 15px;
    margin: 0;
}

.list-input-red {
    width: 93%;
    height: 23px;
    border: 1px solid #AF3232;
    border-radius: 4px;
    outline: none;
    padding: 15px 3px 15px 15px;
    margin: 0;
}

 
.price-label {
    width: 98%;
    padding: 15px;
    /*font-family: sans-serif;*/
    /*    color: #666666;*/
    font-weight: 600;
}


input, textarea, select, button, option {
    font-family: SourceSansPro;
    font-size: 1em;
}

.left {
    overflow: hidden;
    width: 100%;
    float: left;
}

.right {
    overflow: hidden;
    width: 49%;
    float: right;
}

.form-title{
    width: 85%;
    font-size: 20px;
    margin: 10px auto;
}

@media screen and (max-width: 520px) {
    body {
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-font-smoothing: antialiased;
        background-image: url(../images/bg.png);
        height: 99%;
        width:  90%;
        min-width: 320px;
        font-family: SourceSansPro;
        font-size: 12px;
        color: #69757C;
        letter-spacing: 0;
        margin: 0 auto;
    }

    .wrapper {
        display: block;
        /*height: 85%;*/
        min-width: 300px;
        margin: 1% auto;
        border-radius: 5px;
    }



    .footer{
        padding: 5px;
        text-align: center;
        margin-bottom: 3.4965%;
        margin-top:  2.0979%;
    }

    .footer img{
        width: 50%;
    }



    .input-captcha img {
        display: block;
        float: left;
        width: initial;
    }
    
    .input-captcha {
        margin: 0 auto; 
    }
    
    .input-captcha-red {
        margin: 0 auto; 
    }

    .header {
        width: 100%;
        display: inline-block;
        padding: 1px;
        margin: 7% auto;
        margin-bottom: 3%;
    }

    .logo-horizontal {
        width: 60%;
        float: left;
    }

    .lang-picker {
        width: 25%;
        float: right;
        vertical-align: bottom;
        text-align: left;
        background-color: white;
        border: 1px solid #cccccc;
        border-radius: 4px;
        outline: none;
        padding: 5px;
    }

    .lang-picker select {
        width: 50%;
        margin-top: 3px;
        vertical-align: baseline;
    }

    .lang-picker img {
        margin-left: 5px;
        vertical-align: middle;
        width: 24px;
    }

    .lang-list {
        width: 18.8811%;
    }

    .lang-list option{
        color: yellowgreen;
    }

    .content {
        display: table;
        background-color: white;
        width: 100%;
        padding-bottom: 43px;
        border-radius: 5px;
        padding-left: 4px;
        padding-right: 4px;
    }

     

    .users-data {
        display: block;
    }
    .title{
        padding-top: 15px;
        text-align: center;
        color: #82002A;
        font-size: 2.25em;
        /*    font-family: sans-serif;*/
    }

    .line{
        -webkit-margin-before: 2px;
        -webkit-margin-after: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-style: hidden;
        background-color: #F26F21;
        width: 85px;
        height: 3px;
    }
    .card-details {
        display: block;
    }
    .subhead {
        /*padding: 15px auto;*/
        margin: 25px auto 15px;
        text-align: center;
        /*color: #757575;*/
        /*font-family: sans-serif;*/
        /*font-size: 16px;*/
        font-weight: 600;
    }

    .hint {
        text-decoration: none;
        color: white;
        font-weight: normal;
        text-decoration: underline;
    }

    .match-parent{
        margin-left: 0;
        width: 92%;
        height: 23px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        outline: none;
        padding: 15px 3px 15px 15px;
    }

    .match-parent-red{
        margin-left: 0;
        width: 92%;
        height: 23px;
        border: 1px solid #AF3232;
        border-radius: 4px;
        outline: none;
        padding: 15px 3px 15px 15px;
    }

    .card-details .match-parent, .match-parent-red {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }

    select{
        /*    color: #666666;*/
        margin: 0px;
        margin-left: 10px;
        height: 25px;
        vertical-align: top;
        width: 83%;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 1px;
        /*font-family: sans-serif;*/
        /*font-size: 16px;*/
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url("../images/icons/chevron-down.png") no-repeat 100% 50%;
        background-size: 24px;
    }

    .match-parent-red select {
        width: 83%;
    }

    

    .price-label {
        width: 98%;
        padding: 15px;
        /*font-family: sans-serif;*/
        /*    color: #666666;*/
        font-weight: 600;
    }


    .list-input {
        margin: 0 auto;
        width: 92% !important;
    }

    .list-input-red {
        margin: 0 auto;
        width: 92% !important;
    }

    input, textarea, select, button, option {
        font-family: SourceSansPro;
        font-size: 1em;
    }

    

    .left {
        overflow: hidden;
        margin: 5px auto;
        width: 100%;
        display: table;
        float: none;
        clear: both;
    }

    .right {
        overflow: hidden;
        margin: 10px auto;
        margin-bottom: 5px !important;
        width: 100%;
        display: table;
        float: none;
        clear: both;
    }

    .input-captcha input {
        width: 60%;
    }

    #birth-date{
        width: 80%
    }

    #id-given-date {
        width: 80%;
    }

    #taxNumber{
        width: 75%;
    }

     
     

    .input {
        width: 94% !important;
    }
    .input-red {
        width: 92% !important;
    }
    
    .mob-logo {
        width: 75%;
        display: block;
    }

    .desktop-logo {
        display: none;
    }
    
}

.type-customer{
    color:#787676
}
  
 
.note img{
    width: 15px;
    float: left;
    padding-right: 7px;
}
.note{
    padding: 7px 1px;
    font-size: 11px;

}
  
@media(max-width:520px){
    
    .form-actions {
        text-align: center;
    }
    .form-actions a{
        text-decoration: none;
    }
    .formbtn{
        width: 100%;
        margin-top:25px;
        background: #82002a;
        color:white;
        padding: 14px 16px;  
        font-size: 15px;
        border-radius: 7px;
    }
    
    .container-home{
        width: 85%;
        margin: 0 auto;
    }
    .container-success{
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .container-home p{
        line-height: 22px;
        font-size: 15px;
        color:#a7a7a7;

    }
    .container-home b{
        font-size: 14px;
    }
    .row{
        margin-top:10px;
        margin-left:10px;
        margin-right:10px;
    }
    .btn-order{
        width: 100%;
        height: 54px;
        border-radius: 4px;
        outline: none;
        border: none; 
        text-align: center;
        background-color: #82002a;
        font-weight: bold;
        /*font-size: 14px;*/
    }

    .btn-order:hover{
        outline: none;
        color: rgb(242,111,33);
        background-color: #82002a;
        font-weight: bold;
        /*    font-size: 14px;*/
        text-align: center;
        cursor: pointer;
    }

    input[type="submit"]{
        padding: 4px;
        width: 100% !important;
        height: 100%;
        color:white;
        cursor:pointer;
        font-size: 18px;
    }
    
    .prefix{
        width: 52px;
        color: gray;
        font-size: 14px;
        padding: 1px 0px;
    }
    .phone-number{
        float: right;
        padding-right: 13px;
        padding-top: 5px;
        font-size: 14px;
        width: 140px;
        color: black;
    }
    .title span{
        font-size:19px;
    }
    
    .text-success{
        text-align: center;
        padding:18px;
    }
    
    .success-icon{
        text-align: center;  
    }
    .success-icon img{
        padding-top:49px;
    }
    .formbtn{ 
        width: 25% !important;
        height: 100% !important;
        cursor: pointer !important;
        padding: 14px !important;
    }
}

@media(min-width: 520px){ 
    .success-icon img{
        padding-top:49px;
    }
    .success-icon{
        text-align: center;
    }
    .text-success{
        text-align: center;
        padding:18px;
    }
    .form-actions {
        text-align: center;
    }
    .form-actions a{
        text-decoration: none;
    }
    .formbtn{
         width: auto;
         
        background: #82002a;
        color:white;
        padding: 14px 16px;  
        font-size: 15px;
        border-radius: 7px;
    }
    .container-home{
        width: 85%;
        margin: 0 auto;
    }
    
    .container-home p{
        line-height: 32px;
        font-size: 15px;
        color:#a7a7a7;
 
    }
    .container-home b{
        font-size: 14px;
    }

    .row {
        float:left;
        width:100%;
        margin-top:7px
    }
    
    .right-side{
        float: right;
        width: 42%;
        padding-right: 39px;
    }

    .left-side{
        float: left;
        width: 40%;
        padding-left: 45px;;
    }
    .btn-order{
        width: 98%;
        height: 54px;
        border-radius: 4px;
        outline: none;
        border: none; 
        cursor:pointer;
        text-align: center;
        background-color: #82002A;
        font-weight: bold;
        /*font-size: 14px;*/
    }

    .btn-order:hover{
        outline: none;
        color: rgb(242,111,33);
        background-color:rgba(130, 0, 42, 0.71);
        font-weight: bold;
        /*    font-size: 14px;*/
        text-align: center;
        cursor: pointer;
    }
    
      input[type="submit"]{
        padding: 4px;
        width: 100%;
        height: 100%; 
        cursor:pointer;
            color:white;
        
    }
    
    .prefix{
        width: 52px;
        color: gray;
        padding: 1px 0px;
    }
    .phone-number{
        float: right;
        padding-right: 13px;
        width: 176px;
        color: black
    }
    
    .formbtn{ 
        margin-top:25px !important;
        width: 25% !important;
        height: 100% !important;
        cursor: pointer !important;
        padding: 14px !important;
    }
    
    .download-bar{
        width: 99%;
        height: 54px;
        border-radius: 3px;
        margin-top: 1px;
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 12px;
        
        text-align: center;
        background-color: #ececec;
        font-weight: bold;
    }
    .download-bar a{
        color: #8e8e8e;
      
     }
    
    .link-text{
        padding-top: 19px;
        float: left;
        text-decoration: underline  ;
        padding-left: 12px; 
    }
    .download-bar img{
        float: right;
        padding-top: 14px;
        padding-right: 17px;
    }
}
 