/*******************************************************
 *          Таблица стилей для модуля 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;
}
.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;
}

.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;
}
.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  > .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 {
    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 {
    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;
}
.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;
}

/* Окно 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: 14px !important;
}

#waybillAddButton {
    margin-top: 28px;
}
#dropdownMenuLink {
    font-size: 12px;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item {
    overflow-y: auto;
    overflow-x: hidden;
}
#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;
}