/*общие стили для компонент списка и элемента*/

/*------доп стили для Лотоса и других шаблонов---------*/
.ticket_list .main-old-temp, .ticket_list_admin .main-old-temp, .car_edit_form .main-old-temp, .popup-window-buttons .main-old-temp {
    background-color: #c2c2c2;
    border: 1px solid #c2c2c2;
    color: #fff !important;
}
.ticket_list * , .ticket_list_admin  *, .car_edit_form * {
    box-sizing: border-box;
    line-height: 19px;
}
/*------end доп стили для Лотоса и других шаблонов---------*/

.calendar_div:before, .date_of:before {
    position: absolute;
    font-weight: 600;
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    pointer-events: none;
    top: 10px;
    right: 21px;
    font-size: 29px;
    color: #686868;
    line-height: 1;
}
.rowname input, .rowname textarea, .rowname select {
    width: 100%;
    resize: vertical;
    height: 50px;
    border: #e7e7e7 1px solid;
    color: #000000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;

}
.rowname span {
    color: #ff0000;
    line-height: 30px;
}
.rowname ::-webkit-input-placeholder {
    color: #d0d0d0;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.rowname :-moz-placeholder {
    color: #d0d0d0;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.rowname ::-moz-placeholder {
    color: #d0d0d0;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.rowname :-ms-input-placeholder {
    color: #d0d0d0;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.number_div {
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #686868;
    font-weight: bold;
    line-height: 30px;
}
input[name='CAR_NUMBER_RUS_NUMBER'] {
    width: 65%;
    border-radius: 8px 0 0 8px;
}
input[name='CAR_NUMBER_RUS_CODE'] {
    width: 35%;
    border-radius: 0 8px 8px 0;
    border-left: none;
    font-size: 17px;
    line-height: unset;
    padding-bottom: 17px !important;
    text-align: center;
}
input[name='CAR_NUMBER_FOREIGN'] {
    width: 100%;
    border-radius: 8px;
}
.img_code {
    background-image: url(images/RUS.png);
    background-size: contain;
    width: 20px;
    height: 13px;
    border: 1px solid #bbb7b7;
}
.car_number_rus_code_label {
    position: absolute;
    right: 0;
    width: 35%;
    display: flex;
    justify-content: center;
    height: 25px;
    align-items: center;
}
.car_number_rus_code_label span {
    color: #686868;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 7px;
    margin-top: 2px;
}

#foreign_number_filter:checked + label:before, #foreign_number:checked + label:before {
    content: '\2714';
}
#foreign_number, #foreign_number_filter {
    display: none;
}

#foreign_number + label, #foreign_number_filter + label  {
    width: 23px;
    height: 23px;
    margin-right: 0;
}
#foreign_number + label:before, #foreign_number_filter + label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
}



