.order {
    /*    border: thin dashed #A9A9A9;*/
    padding: 0 17px;
    margin: 0 auto;
/*    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 15px 1px;
    -webkit-animation: 0.8s ease 1s normal both 1 fadeInRight;
    -moz-animation: fadeInRight 0.8s 1s ease both;
    -ms-animation: fadeInRight 0.8s 1s ease both;
    -o-animation: fadeInRight 0.8s 1s ease both;*/
}

.order .action-order {
}

.order .head {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
}

.order .inputs-order,
.modal-body .inputs-order {
    display: block;
    margin-bottom: 14px;
    padding-right: 10px;
    position: relative;
    border-collapse: separate;
}

.order .input-data-order,
.modal-body .input-data-order {
    background: none;
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    display: table-cell;
    width: 100%;
    height: 40px;
    text-indent: 10px;
}

.order .input-data-order:hover,
.modal-body .input-data-order:hover {
    border: 1px solid #72b2f6;
}

.order .input-data-order:focus,
.modal-body .input-data-order:focus {
    border: 1px solid #14A3F6;
}

.order .input-data-before,
.modal-body .input-data-before {
    color: gray;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    display: table-cell;
    border-right: 0 none;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.order .input-data-before .fa,
.modal-body .input-data-before .fa {
    width: 15px;
}

.order .inputs-area,
.modal-body .inputs-area {
    margin-bottom: 10px;
    padding-right: 14px;
}

.order .area-data-order,
.modal-body .area-data-order {
    border: 1px solid #D5D5D5;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    outline: medium none;
    width: 100%;
    resize: none;
    height: 70px;
    padding: 6px;
}

.order .policy-order,
.modal-popup .policy-order{
    font-size: 14px;
    text-align: center;
    color: #a5a5a5;
    padding-bottom: 10px;
}

.order .policy-order a,
.modal-popup .policy-order a{
    border-bottom: 1px dashed;
    color: #8f8f8f;
}

.order .policy-order a:hover,
.modal-popup .policy-order a:hover{
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #303030;
}