/*******************************************************
 *          Таблица стилей для модуля TaxiCrm          *
 *******************************************************/
.taxiCrmSendingTimer {
    font-size: 20px;
    font-weight: bold;
    color: #cc0000;
    padding: 10px 30px;
}

.taxiCrmButton-yellow.btn {
    background-color: #FFF343;
    border-radius: 30px;
    color: #1B1B1B;
    padding: 4px 20px;
    margin-bottom: 10px;
}
.followCar {
    width: 23px !important;
    height: 24px !important;
    display: inline-block !important;
    position: relative !important;
    top: 10px !important;
}
.taxiCrmButton-yellow.btn:hover {
    color: #FFF343;
    background-color: #1B1B1B;
}

.taxiCrmButton-dark.btn {
    background-color: #2E3132;
    color: #FFF;
    border-radius: 30px;
    padding: 4px 20px;
    margin-bottom: 10px;
}

.taxiCrmButton-green.btn {
    background-color: #59D32B;
    color: #FFF;
    border-radius: 30px;
    padding: 4px 20px;
    margin-bottom: 10px;
}

.taxiCrmButton-red.btn {
    background-color: #E90000;
    color: #FFF;
    border-radius: 30px;
    padding: 4px 20px;
    margin-bottom: 10px;
}

.taxiCrmButton-white.btn {
    background-color: #ffffff;
    color: #000;
    border-radius: 30px;
    padding: 4px 20px;
    margin-bottom: 10px;
    border: 1px solid #D1D1D1 !important;
}
.taxiCrmButton-white.btn:hover {
    color: #4f4f4f;
}

.taxiCrmButton-lightBlue.btn {
    background-color: #c3ecff;
    color: #000;
    border-radius: 30px;
    padding: 4px 20px;
    margin-bottom: 10px;
    border: 1px solid #D1D1D1 !important;
}
.taxiCrmButton-lightBlue.btn:hover {
    color: #4f4f4f;
}

.taxiCrmButton-yellow2.btn {
    background-color: #FFF343;
    border-radius: 30px;
    color: #1B1B1B;
    padding: 4px 10px 4px -10px;
    margin: 0 0 10px -13px;
}

.taxiCrmButton-yellow2.btn:hover {
    color: #FFF343;
    background-color: #1B1B1B;
}

.taxiCrmButton-green2.btn {
    background-color: #59D32B;
    color: #FFF;
    border-radius: 30px;
    padding: 4px 10px 4px -10px;
    margin: 0 0 10px -13px;
}

.notActiveButton.btn, .notActiveButton {
    background-color: #D1D1D1;
    color: #9c9c9c;
}

.taxiCrmCard {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    margin-bottom: 25px;
}

.taxiCrmCard > .card-header {
    background-color: #FFF343;
}

.taxiCrmTable > thead tr th {
    background-color: #FFF343;
}

.driverHealthTable > thead tr th {
    background-color: #E9E9E9;
    text-align: center;
    vertical-align: middle;
}

.driverHealthTable > tbody tr td {
    text-align: center;
}

.driverHealthTable > tbody tr .whiteFont {
    color: #ffffff;
}

.buttons {
    margin-top: 15px;
}

.buttons > div > input {
    margin-right: 10px;
}

.buttons > div > input:last-child {
    margin-right: 0px;
}

.taxiCrm-input-group-text.input-group-text {
    font-size: inherit;
}

.field_phones > .input-group {
    margin-bottom: 5px;
}

.taxiCrmList {
    list-style: none;
}

.taxiCrmHelpList > li {
    margin-bottom: 15px;
    margin-top: 15px;
}

.taxiCrmHelpList > li > img {
    padding: 10px 0;
}

.taxiCrmHelpListItem {
    font-weight: bold;
}

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

input[type="number"].taxiCrmInputMask {
    -moz-appearance: textfield;
}

/**********************************
 *              Грид              *
 **********************************/
.taxiCrmGrid.grid-view {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 85%;
    overflow-x: scroll;
}

.taxiCrmGrid-toolbar {
    padding-bottom: 10px;
}

.taxiCrmGrid-toolbar > .toolbar-filter,
.taxiCrmCardHeader > .toolbar-filter {
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
}

.taxiCrmGrid-toolbar > .toolbar-filter > li,
.taxiCrmCardHeader > .toolbar-filter > li {
    display: inline;
    margin-right: 10px;
}

.taxiCrmGrid-toolbar > .toolbar-filter > li:last-child,
.taxiCrmCardHeader > .toolbar-filter > li:last-child {
    margin-right: 0px;
}

.taxiCrmGrid-toolbar > .toolbar-filter > li > div {
    margin-right: 10px;
}

.taxiCrmCardHeader > .toolbar-filter > li > div {
    margin-bottom: 10px;
}

.taxiCrmGrid.grid-view table.items {
    width: 100%;
}

.taxiCrmGrid.grid-view table.items th {
    background: #E9E9E9;
    color: #1B1B1B;
    font-weight: normal;
    text-align: left;
}

.taxiCrmGrid.grid-view table.items th a {
    color: #1B1B1B;
    font-weight: normal;
}

.taxiCrmGrid.grid-view table.items th, .taxiCrmGrid.grid-view table.items td {
    border: 1px solid #D1D1D1;
}

.taxiCrmGrid.grid-view table.items tbody tr:hover {
    background: #FFF343;
}

.taxiCrmGrid.grid-view .taxiCrm-grid-header {
    margin-bottom: 15px;
}

.taxiCrmGrid.grid-view .taxiCrm-grid-footer {
    margin-top: 20px;
}

.taxiCrmGrid.grid-view .taxiCrm-grid-header > div:first-child > div,
.taxiCrmGrid.grid-view .taxiCrm-grid-footer > div:first-child > div {
    float: left;
}

.taxiCrmGrid.grid-view .taxiCrm-grid-header > div:first-child > div:first-child,
.taxiCrmGrid.grid-view .taxiCrm-grid-footer > div:first-child > div:first-child {
    margin-right: 30px;
}

.taxiCrmGrid.grid-view .taxiCrm-pageSize-wrapper {
}

.taxiCrmGrid.grid-view .taxiCrm-pageSize-wrapper span {
    padding-right: 15px;
}

.taxiCrmGrid.grid-view .taxiCrm-pageSize-wrapper .taxiCrm-pageSize.dropdown {
    display: inline-block;
}

.taxiCrmGrid.grid-view .taxiCrm-pageSize-wrapper .taxiCrm-pageSize.dropdown > .btn {
    background-color: unset;
    border: 1px solid #D1D1D1;
    border-radius: 0;
    color: #212529;
    font-size: 85%;
    padding: 2px 10px 2px 30px;
}

.dropdown > .dropdown-item:focus, .dropdown > .dropdown-item:hover {
    background-color: #FFF343;
}

.taxiCrmGrid.grid-view .pager {
    margin: 0;
}

.taxiCrmGrid-pager {
    float: right;
    list-style: none;
    padding: 0;
}

.taxiCrmGrid-pager li {
    display: table-cell;
    padding: 0 5px;
}

.taxiCrmGrid-pager li > a {
    text-decoration: none;
    color: inherit;
}

.taxiCrmGrid-pager-selected > a {
    padding: 4px 8px;
    background-color: #FFF343;
}

.taxiCrmGridButton.btn-sm {
    padding: 1px 4px;
    height: 25px;
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.taxiCrmGrid.grid-view .button-column {
    width: 180px;
}

#organizations-payments-grid.taxiCrmGrid.grid-view .button-column,
#organizationFines-grid.taxiCrmGrid.grid-view .button-column {
    width: auto;
}

.taxiCrmGrid.grid-view .button-column > .taxiCrmGridButton.btn-sm:first-child {
    margin-left: 0px;
}

.taxiCrmGrid.grid-view .button-column > .taxiCrmGridButton.btn-sm:last-child {
    margin-right: 0px;
}

.checkbox-rememberme, .checkbox-notDriverValidate {
    vertical-align: middle;
    display: inline-block !important;
    width: 20px !important;
}

.crm-logotip {
    width: 100px;
    height: 30px;
}

.crm-setting {
    height: 100%;
    padding: 10px;
}

/* taxiCrmDriver */
.taxiCrmDriver.card > .card-header > span {
    font-weight: bold;
}

.taxiCrmDriver.card {
    margin-bottom: 25px;
}

.taxiCrmDriver.card > .card-body > .row > div {
    margin-bottom: 15px;
}

.taxiCrmDriver-organization.btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    width: 100%;
}

.taxiCrmDriver-organization.dropdown-menu.show {
    background-color: #E9ECEF;
}

.taxiCrmDriver-organization.dropdown-item {
    font-size: 12px;
}

.taxiCrmDriver-organization.dropdown-item:focus, .taxiCrmDriver-organization.dropdown-item:hover {
    color: #FFF343;
    background-color: #1B1B1B;
}

.taxiCrmDriver-car.form-control {
    font-size: 12px;
}

.taxiCrmDriver-waybill > tbody tr td {
    text-align: center;
}

.taxiCrmDriver-delegateRoles > thead tr th {
    text-align: center;
    vertical-align: middle;
}

.taxiCrmDriver-delegateRoles > tbody tr td {
    text-align: center;
}

.taxiCrmModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.taxiCrmModal90 .modal-dialog {
    width: 90%;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.taxiCrmModal .modal-content,
.taxiCrmModal90 .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.taxiCrmModal .modal-content #pdfViewContainer {
    height: 600px;
}

.taxiCrmCardBody.card-body {
    padding-top: 0;
}

.taxiCrmVehicles {
    width: 50%;
}

.taxiCrmVehiclesDefected {
    width: 250px;
}

/* Select2 */
.taxiCrmSelect2 {
    width: 100%;
}

.select2-container.taxiCrmSelect2 .select2-choice {
    padding: 3px;
}

.card-header .taxiCrmSelect2 a,
.modal-vue a {
    height: 30px;
}

.params > .taxiCrmSelect2 a {
    height: 30px;
}

.taxiCrmSelect2 span {
    line-height: 1.4em;
}

/* Окно PUSH уведомлений */
.ui-dialog .ui-widget-header {
    background-color: #FFF343;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-buttonset button {
    background-color: #1B1B1B;
    border-radius: 30px;
    color: #FFFFFF;
    height: 25px;
    margin: 5px;
    border: 1px solid transparent;
}

.ui-widget button {
    font-size: 12px !important;
}

div.ui-datepicker {
    font-size: 11px;
}

#waybillAddButton {
    margin-top: 28px;
}

#dropdownMenuLink {
    font-size: 12px;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a,
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a {
    font-size: 14px;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

li.breadcrumb-item > a > i {
    color: #1B1B1B;
}

/**********************************
 *          List Group            *
 **********************************/
.taxiCrmListGroup > .list-group-item {
    user-select: none;
    padding: 5px 10px;
}

.list-group input[type="checkbox"] {
    display: none;
}

.list-group input[type="checkbox"] + .list-group-item {
    cursor: pointer;
}

.list-group input[type="checkbox"] + .list-group-item:before {
    content: "\2713";
    color: transparent;
    font-weight: bold;
    margin-right: 1em;
}

.list-group input[type="checkbox"]:checked + .list-group-item {
    background-color: #0275D8;
    color: #FFF;
}

.list-group input[type="checkbox"]:checked + .list-group-item:before {
    color: inherit;
}

.list-group input[type="radio"] {
    display: none;
}

.list-group input[type="radio"] + .list-group-item {
    cursor: pointer;
}

.list-group input[type="radio"] + .list-group-item:before {
    content: "\2022";
    color: transparent;
    font-weight: bold;
    margin-right: 1em;
}

.list-group input[type="radio"]:checked + .list-group-item {
    background-color: #0275D8;
    color: #FFF;
}

.list-group input[type="radio"]:checked + .list-group-item:before {
    color: inherit;
}

.temporaryDelegation, .businessTrip {
    margin-top: 10px;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
    width: 100%;
}

.scrollable-menu .dropdown-item {
    font-size: 12px;
}

.scrollable-menu .dropdown-item small {
    font-size: 11px;
    color: #aaa;
}

.waybill-check-qrcode {
    padding: 15px;
}

.waybill-check-qrcode h5 {
    margin-bottom: 15px;
}

.waybill-check-button {
    padding: 15px;
}

.traffic-report-img {
    width: 100%;
}

.taxiCrmSpinner {
    background: #f4f4f4 url('/images/spinner.gif') no-repeat 100%;
    background: url('/images/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/images/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.category-inspection td:nth-child(2) {
    font-weight: 600;
    font-size: 1em !important;
}

.car-inspection-params a {
    line-height: 21px;
}

.car-inspection-params .defects {
    color: white !important;
}

.driver-fines {
    padding: 0 !important;
}

.driver-button {
    padding: .1rem .35rem !important;
    cursor: pointer;
}

.driver-button i {
    color: #fff;
}

.driver-fines .pager {
    margin: 0;
}

.driver-fines .pager {
    float: right;
    list-style: none;
    padding: 0;
}

.driver-fines .pager li {
    display: table-cell;
    padding: 0 5px;
}

.driver-fines .pager li > a {
    text-decoration: none;
    color: inherit;
}

.driver-fines .pager .selected > a {
    padding: 4px 8px;
    background-color: #FFF343;
}

.filter-dropdown {
    height: 30px;
    width: 100%;
    padding: .2rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.user-photo-camera {
    display: flex;
    align-items: center;
}

.user-photo-camera i {
    cursor: pointer;
}

.user-photo-img {
    cursor: pointer;
}

.view-user-photo {
    max-width: 465px;
}

.view-fine-photo {
    max-width: 100%;
}

.modal-vue {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-vue .modal-content {
    top: 6vh;
    max-height: 88vh;
    overflow-y: auto;
}

.modal-vue .modal-header {
    background-color: #FFF343;
}

.i-icon {
    cursor: pointer;
}

.autocomplete-address {
    position: relative !important;
}

.autocomplete-address-dropdown,
.autocomplete-address-form-dropdown,
.input-list-dropdown {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 5px;
    left: 15px;
    right: 15px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
    background-color: cornsilk;
    z-index: 1100;
    font-size: .75rem;
}

.autocomplete-address-dropdown {
    top: 50px;
}

.autocomplete-address-form-dropdown {
    top: 60px;
}

.autocomplete-address-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.autocomplete-address-item {
    padding: 0.3rem .5rem;
    border-bottom: 1px solid #ccc;
}

.autocomplete-address-item:hover {
    background-color: #eee;
    cursor: pointer;
    transition: .15ms background-color ease-in;
}

.additional-email {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 8px;
}

.page-item, .preview {
    cursor: pointer;
}

#without_warehouse {
    min-width: 110px;
    font-weight: bold;
}

.custom_taxiCrmButton {
    margin: 0 !important;
    border: 1px solid black !important;
    font-size: 0.75rem !important;
}

.custom-taxiCrmButton-sm {
    margin: 0 !important;
    border: 1px solid black !important;
    font-size: 0.75rem !important;
    padding: 0 10px !important;
}

.custom-label {
    font-size: 0.75rem;
}

.custom-error {
    border: 1px solid #da100c;
    border-radius: .2rem;
    width: 100%;
    padding: 0 .3rem;
    display: block;
}

.i-custom-button {
    cursor: pointer;
}

.custom-control-label {
    padding-top: .15rem;
}

.modal-body .taxiCrmSelect2 a {
    height: calc(1.5em + .75rem);
}

.modal-body .taxiCrmSelect2 span {
    line-height: 1.5rem;
}

.page-item.active .page-link {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: #FFF343 !important;
    border-color: rgba(0, 0, 0, 0.87) !important;
}
.telegram-button-small {
    background: #0088cc;
    box-shadow: 1px 1px 5px #0088cc;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
}
.whatsapp-button, .whatsapp-button-small {
    background: #25D366;
    box-shadow: 1px 1px 5px #25D366;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.whatsapp-button {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
}

.whatsapp-button-small {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
}

.whatsapp-button a {
    color: #fff;
}

.whatsapp-button:after {
    animation-delay: .5s;
}

.dropdown-menu-medical-act {
    min-width: 80px !important;
}

.indicator-parameters-small-button,
.driver-health-parameters-button-medic {
    border-radius: 50% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #ffffff !important;
}

.driver-health-parameters-button-medic {
    width: 36px;
    height: 36px;
    font-size: 15px !important;
}

.indicator-parameters-small-button {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px !important;
    display: inline-block;
}

.modal-header-driverHealth {
    padding: 0.5rem 1rem 0.2rem 1rem !important;
}

.alert-driverHealth {
    padding: 0.25rem 1.25rem !important;
}

.organization-balances-table {
    font-size: 12px;
    color: #212529;
    border-collapse: collapse;
    margin-bottom: 0 !important;
}

.organization-balances-table td {
    line-height: 1;
}

/*кнопка обещанного платежа*/
.creditSystem-bt {
    background: #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    right: 8%;
    bottom: 8%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.creditSystem-bt:hover {
    background: #fff;
    border: 2px solid #38a3fd;
}

.creditSystem-bt-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.creditSystem-bt .text-call:after {
    content: "\f158";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}

.creditSystem-bt .text-call:hover:after {
    opacity: 0;
}

.creditSystem-bt .text-call span {
    color: #38a3fd;
    display: block;
    left: 50%;
    top: 55%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 8px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.creditSystem-bt .text-call:hover span {
    opacity: 1;
}

.bank-card-number {
    font-size: 1rem;
}

.navbar-brand {
    margin-right: .2rem !important;
}

.btn-very-sm {
    padding: .25rem .4rem !important;
    font-size: .675rem !important;
    line-height: 1 !important;
    border-radius: .2rem !important;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */
@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

/* конец кнопки обещанного платежа */
.taxiCrmCreditOrganizationTable-block {
    overflow: auto;
    max-height: 45vh;
}

.user-payment-record-list {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.astral-register-modal {
    max-height: 70vh;
    overflow-y: auto;
}
.confidenceTable tr td {
    vertical-align: middle;
    padding: 0.8rem;
    font-size: 0.9rem;
}
.yookassa-button {
    padding: 0;
    background-image: url('/uploads/img/icons/yookassa_icon.png');
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center;
}
.yookassa-payment-type {
    display: inline-flex;
    width: 1.9rem;
    margin-top: -5px;
}
.yookassa-payment-type-icon {
    display: inline-flex;
    width: 60px;
    margin-top: -5px;
}
.taxiCrmGrayTable thead tr th {
    background-color: #cccccc;
}
.qr-code-sbp-icon {
    width: 60px;
}
.user-bank-card-table tbody tr td,
.organization-driver-withdrawal tbody tr td {
    font-size: 1rem;
}
.user-bank-card-table .organizationBlock td {
    border-top: 2px solid #0b0b0b;
    padding-top: 20px;
}
.organization-driver-withdrawal i, .block-pointer {
    cursor: pointer;
}
.custom-form-control {
    width: 100%;
    padding: .1rem .75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-form-control input {
    width: 100%;
    color: #0056b3;
    outline: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .user-payment-record-list {
        max-height: 50vh;
    }
}

@media (max-height: 850px) {
    .astral-register-modal {
        max-height: 60vh;
    }
}

@media (max-width: 768px) {
    .card-body {
        padding: 0.5rem !important;
    }
}

@media (max-width: 576px) {
    .taxiCrmCard > .card-header {
        padding: .25rem .75rem;
    }

    .taxiCrmCard .nav-link {
        font-size: .8rem;
        padding: .25rem 1rem;
    }

    .field_rememberMe {
        padding-right: 0 !important;
    }

    .field_asDriver {
        padding-left: 0 !important;
    }

    .small-font-size {
        font-size: 0.9rem;
    }
}

.car-item {
    border-bottom: 1px solid yellowgreen;
    position: relative;
}

.car-item .dropdown {
    position: absolute;
    right: 0;
    top: 5px;
}

.balloonStyle {
    background-color: #fff;
    width: 250px;
    min-height: 150px;
    padding: 20px 10px 10px;
    position: relative;
    top: -180px;
    right: 125px;
}

.balloonStyle li {
    font-size: 12px;
}

.balloonClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.white {
    color: #fff !important;
}

.itemActive {
    background-color: #d1c5c5 !important;
}

.carIconOnMap {
    position: absolute;
    top: 5px;
    color: #fff;
    right: -20px;
    font-size: 12px;
}
.show-analytics {
    cursor: pointer;
}

.tmpSpinner {
    width: 20px !important;
    height: 20px !important;
}
.modal-full-size {
    min-width: 80% !important;
}
.analyticsTotalTooltip {
    background-color: #000; opacity: 0.7; padding: 10px; border-radius: 10px;
}
.analyticsTotalTooltip > span {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}
.analyticsTotalTooltip > span > span {
    display: inline-block; width: 10px; height: 10px;
}

.clickableIcon {
    color: #0e90d2;
    cursor: pointer;
    font-weight: bold;
}

#lMap {
    min-height: 600px;
    z-index: 1;
}

.leaflet-control-attribution {
    display: none !important;
}
.fixedHeader {
    position: fixed;
    top: 60px;
}
#guide-content img {
    max-width: 100% !important;
    height: auto !important;
}
.command-list span {
    margin: 0 0.1rem 0.2rem;
    cursor: pointer;
}
.large-photo-modal {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.large-photo-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.large-photo-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
