#drop_car {
    padding: 0px;
    margin-bottom: 3px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #7f858a;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#drop {
    padding: 0px;
    margin-bottom: 3px;
    border-radius: 10px;
    background: url(/image/template/ico-passport.svg) no-repeat;
    background-position-y: center;
    background-position-x: center;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #7f858a;
    border: 1px solid #E6E6E6;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#drop a, #drop_car a{
    background: #ffa6a6;
    background: -moz-linear-gradient(45deg, #ffa6a6 0%, #8c39f9 100%);
    background: -webkit-linear-gradient(45deg, #ffa6a6 0%,#8c39f9 100%);
    background: linear-gradient(45deg, #ffa6a6 0%,#8c39f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa6a6', endColorstr='#8c39f9',GradientType=1 );
    color: #fff;
    padding: 6px 5px;
    margin-top: 15px;
    border-radius: 24px;
    min-width: 205px;
    cursor: pointer;
}
#drop_car .box-upload {
    display: flex;
    flex-direction: column;
    margin: 35px;
    justify-content: center;
    width: auto;
}
.box-upload {
    display: flex;
    flex-direction: column;
    margin: 35px;
    justify-content: center;
    width: 100%;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input,#drop_car input{
    display:none;
}

#upload ul.list-photo, #upload_car ul.list-photo{
    list-style:none;
    margin:0;
    left: 0;
    width: 100%;
}

#upload ul.list-photo li, #upload_car ul.list-photo li{
    height: 30px;
    position: relative;
    float: left;
    margin-right: 35px;
}

#upload ul.list-photo li input, #upload_car ul.list-photo li input{
    display: none;
}

#upload ul.list-photo li p, #upload_car ul li p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    position: relative;
    top: 5px;
    left: 0px;
}

#upload ul.list-photo li i{
    font-weight: normal;
    font-style:normal;
    color:#000;
    display:block;
}

#upload ul.list-photo li canvas{
    top: 1px;
    left: 32px;
    position: absolute;
}

#upload ul.list-photo li span, #upload_car ul.list-photo li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 10px;
    left: -24px;
    cursor:pointer;
}
body.rent-car label {
    font-size: 18px;
    text-align: left !important;
    display: block;
}
.rent-car input[type=checkbox], .rent-car input[type=radio] {
    margin-right: 10px;
}
#upload ul li.working span, #upload_car ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

#_download{
    opacity:0.9;
    background-color:#8c39f9;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#_download:hover{
    opacity:1;
}

#_actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#_actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}
#step2 ul li img {
    width: 75px;
}
#step2 ul li {
    /*left: 0;
    width: 25%;float: left;*/
}
