html {
    font-size: 100%;
}
form{
    width:100%;
}

td{
    border: 1px solid black;
    padding:5px
}

h3.company_name {
    margin-top:20px;
}

.status-date-picker{
    height:0;
    padding:0;
    bordeR:0;
    width:20px;
    text-indent: -200px;
}
.status_time{
	text-align: center;
    font-size: 11px;
    text-align: center;
    line-height: 0;
    margin-top: -8px;
    font-weight: bold;
}

.status
	{
		float:left;
    	margin-left:20px;
		display:inline-block;
		flex-basis: 150px;
		flex-grow: 1;
	}


.status label{
    width:100%;
    heighT:80px;
    bordeR: 1px solid #c1c1c191;
	color: #c1c1c191;
}
.status input:checked ~ label, .status label.green{
    background-color: rgba(43, 192, 18, 0.36);
    bordeR:2px solid green;
	box-shadow: 1px 1px 1px #0000008f;
	color: black;
	-webkit-appearance: none;
}
.status label.red{
    background-color: rgba(192, 17, 0, 0.36);
    bordeR:2px solid red;
	box-shadow: 1px 1px 1px #0000008f;
	color: black;
	font-weight: bold;
	-webkit-appearance: none;
}
.status input[type=radio]{
    display:none;
}
.status input[type=radio]{
    display:none;
}
.vehicle_selector{
    overflow: hidden;
}
.vehicle_selector span{
    width: 50%;
    display: inline-block;
    float: left;
}
.vehicle_selector span input[type=radio]{
    height:20px;
    float: left;
    width: 50%;
}
.vehicle_name{
    text-align:right;
}
.service-details{
    width:500px;
}
.service-details .form-group{
    display:block;
    width:50%;
    float:left;
}
.details-picker{
    width:100%;
    border: 1px solid grey;
    margin-top: 10px;
    padding: 5px;
}
.details-picker .select2-container{
    width:100%!important;
}
.details-picker p, .details-picker label{
    margin:0;
}
body > .loader{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(0,0,0,0.6);
    z-index:999;
}
.loader svg{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.loader svg path, .loader svg rect{
    fill: #FF6700;
}
.dot-status .dot {
    width:10px;
    height:10px;
    border-radius:50%;
    display: inline-block;
}
.column-status .dot{
    color:green;
}
.dot-status .dot {
    background-color: green;
    color: green;
}
.dot-status.orange .dot {
    background-color: orange;
    color: orange;
}
.dot-status.red .dot {
    background-color: darkred;
    color: darkred;
}
.dot-status.red.orange .dot {
    background-color: darkred;
    color: darkred;
}
.dot-status.canceled  {
    color:darkred!important;
}

.dot-status {
    color: green;
    font-weight:600;
}
.dot-status.orange  {
    color: orange;
    font-weight:600;
}
.dot-status.red {
    color: darkred;
    font-weight:600;
}
.dot-status.red.orange {
    color: darkred;
    font-weight:600;
}
.dot-status.canceled  {
    color:darkred!important;
    font-weight:600;
}
/*inside status*/
.current_status > *{
    color: green;
    font-weight:600;
}
.current_status .orange  {
    color: orange;
    font-weight:600;
}
.current_status .red {
    color: darkred;
    font-weight:600;
}
.current_status .red.orange {
    color: darkred;
    font-weight:600;
}
.current_status .canceled  {
    color:darkred!important;
    font-weight:600;
}

.dot-status.canceled ~ td{
    text-decoration: line-through;
    color:grey!important;
}
tr.canceled td{
    text-decoration: line-through;
    color:grey;
}
.status-details{
    width:100%;
    overflow: HIDDEN;
}
.status-details .pickup {
    text-align: center;
    border: 1px solid grey;
}
.status-details .destination {
    text-align: center;
    border: 1px solid grey;
    border-top:0;
}
.status-details .worker {
    text-align: center;
    border: 1px solid grey;
    border-top:0;
    background-color: grey;
    color: white;
}

.section-status .notes{
    display:block;
}
.btn.btn-primary{
    background-color: cornflowerblue;
    color: white;
}
.tabs .title{
    text-align: center;
    border-radius: 5px;
    background-color: green;
    color: white;
    margin-top: 5px;
}

.tabs .title.details_missing{
    background-color: orange;
}
.tabs .title.canceled{
    background-color: red;
}
.admin_moder .select2-container{
width:100%!important;
}
@media only screen and (min-width: 781px)
{
	.tabs .statuses-list
	{
    overflow: hidden;
    margin-top: 20px;
	display: flex;
	padding-right: 2px;
	}
}

@media only screen and (max-width: 780px)
{
	.tabs .statuses-list
	{
    overflow: hidden;
    margin-top: 10px;
	display: flex;
	flex-direction: column;
	margin-left: 0;
	margin-bottom: 0px;
	padding-right: 2px;
	}
	.status
	{
		margin-left: 0px;
		flex-basis: unset;
	}
}

.tabs .statuses-list .status:first-of-type{
    margin-left: 0;
}

.tabs .statuses-list .status label{
    border-radius: 5px;
    padding: 3px;
    line-height: 73px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}
.tabs input[name=status]:not([disabled]) + label {
    cursor: pointer;
}
.dataTables_wrapper.form-inline{
    display:block;
    margin-top: 15px;
}
div.dataTables_wrapper div.dataTables_filter{
    float:right;
    padding-right: 10px;
}
div.dataTables_wrapper .btn-group > .btn{
    line-height: 45px;
}
div.dataTables_wrapper tr .btn-group > .btn{
    line-height: 35px;
    padding: 0;
}
#section-1 > .form-group {
    border: 1px solid #7592BF;
    margin-bottom: 0;
    border-bottom: 0;
	border-left:0px;
}
#section-1 > .form-group:nth-child(9) {
    border: 1px solid #7592BF;
	border-left:0px;
	border-bottom-left-radius: calc(0.25rem - 1px);
}
#section-1 > .form-group p, #section-1 > .form-group label {
    margin:0;
    padding-left:10px;
}
#section-1 > .form-group label {
    height: 100%;
	background-color: #2F4A73;
	color: white;
	width: 30%;
}
#section-1 > .form-group p
{
	font-weight: 450;
}

#section-1 > div:nth-child(1) > label:nth-child(1)
{
	font-weight: 600;
}

#section-1 > div:nth-child(2)
{
	font-weight: 600;
	border-top: 5px solid #7592BF;
}

#section-1 > div:nth-child(3)
{
	font-weight: 600;
	border-bottom: 5px solid #7592BF;
	border-top: 5px solid #7592BF;
}


#section-1 > div:nth-child(4)
{
	font-size: 0.9rem;
}

#section-1 > div:nth-child(5)
{
	font-size: 0.9rem;
}

#section-1 > div:nth-child(6)
{
	font-size: 0.9rem;
}

#section-1 > div:nth-child(7)
{
	font-size: 0.9rem;
}

#section-1 > div:nth-child(8)
{
	font-size: 0.9rem;
}

#section-1 > div:nth-child(9)
{
	font-size: 0.9rem;
	border-bottom-right-radius: calc(0.25rem - 1px);
}


#section-1 > div:nth-child(1) > label:nth-child(1)
{
	border-top-left-radius: calc(0.25rem - 1px);
}

#section-1 > div:nth-child(1)
{
	border-left: 0px;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.btn.btn-primary{
    background-color: #4d7fff;
    color:white;
}
.btn.btn-error{
    background-color: #c00000;
    color:white;
}

.flight_details {
    margin-top: 10px;
}
.flight_details input[type="submit"]{
    margin-top: 36px;
}
.driver-picker {
    margin-top: 10px;
}
.breadcrumbs {
    background: #2F4A73;
    padding: 10px;
    width: 100%;
    overflow: hidden;
	color: #fff;
}
.breadcrumbs a{
    color: #fff;
}
.breadcrumbs a:not([href='#']){
    text-decoration:underline;
}
.dtsp-panesContainer{
    display:none;
}

.btn-group .btn.panes-btn {
    border-radius:3px;
    margin-right:5px;
}
.dtsp-searchPane .dataTables_scroll{
    width:100%;
}
.dateControlBlock > *{
    float:left;
    margin-left: 10px;
}
.dateControlBlock  input{
    width:100%;
}
.table.dataTable thead .small-cell.sorting_asc:after{
    display:none;
}
.admin_moder select.custom-select{
    width:100%;
}
.table thead th, table thead th
{
	background-color: #2F4A73;
	color: #fff;
	font-weight: unset;
	font-size: 0.85rem;
}
table.table-bordered thead th{
    border-color: #7592BF;
}
.dateRangeFilter{
    float: right;
    margin-right: 17px;
}
.confirmedFilter {
    float: left;
    margin-right: 17px;
    padding: 10px;
    border-radius: 8px;
    color: white;
    background-color: #2f4a73;
    margin-left:10px;
}

.dateRangeFilter input {
    min-width: 100px;
}

.content_only .confirmedFilter {
    display:none;
}

.content_only  .dateRangeFilter {
    display:none;
}
#Station + .select2-container{
    width:100%!important;
}
.bookings-table div.dataTables_wrapper div.dataTables_filter {
    float: right;
    background-color: #2f4a73;
    color: white;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    margin-right: 10px;
    padding-left:0;
}
.bookings-table div.dataTables_wrapper div.dataTables_filter label {
    text-indent: -9989px;
}
.customerFilter{
    float: right;
    margin-top: 22px;
}
.unassignedFilter{
    float: right;
    margin-top: 22px;
    margin-right: 10px;
}
.bookings-table .customerFilter {
    background-color: #2f4a73;
    color: white;
    border-radius: 8px;
    float:left;
    padding: 10px;
    margin-right: 10px;
    margin-top:0px;
}
.bookings-table .unassignedFilter {
    background-color: #2f4a73;
    color: white;
    border-radius: 8px;
    float:left;
    padding: 17.5px;
    margin-right: 0px;
    margin-top:0px;
}
.bookings-table .customerFilter .select2-selection__rendered {
    line-height: 38px !important;
}
.bookings-table .customerFilter .select2-container .select2-selection--single {
    height: 39px !important;
}
.bookings-table .customerFilter .select2-selection__arrow {
    height: 38px !important;
}
.bookings-table .dateRangeFilter{
    background-color: #2f4a73;
    color: white;
    border-radius: 8px;
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
    padding: 10px;
    margin-right:10px;
}
.bookings-table .dateRangeFilter .fromDate{
    display:flex;
    align-items: center;
}
.bookings-table .dateRangeFilter .fromDate span{
    display: inline-block;
    white-space: nowrap;
}
.bookings-table .dateRangeFilter *{
    box-sizing: border-box;
}
.bookings-table .dateRangeFilter input{
    max-width: 123px;
}
.bookings-table input[type="search"]{
    box-sizing: border-box;
    float:left;
    margin-left: 0!important;
}
.confirmedFilter input{
    display:none;
}
.bookings-table .btn-change{
    background-color:grey;
    color:white;
}
.bookings-table .btn {
    display: block;
    width: 100px;
}
.column-status .dot.customer_pending{
    color:orange;
}
.confirmedFilter .btn{
    width: 145px;
    background-color: white;
    color: white;
    margin-right: 10px;
    border-radius: 0;
    height: 39px;
}

.confirmedFilter .btn:last-child{
    margin-right:0;
}
.confirmedFilter input:checked+.btn{
    border: 2px solid white;
}

.confirmedFilter [for="confirmed_all"]{
    background-color: green;
    color:white;
}

.confirmedFilter [for="confirmed_all"]:hover{
    background-color: #2f4a73;
    color:white;
    border: white 1px solid !important;
}

.confirmedFilter [for="confirmed_only"]{
    background-color: orange;
}

.confirmedFilter [for="confirmed_only"]:hover{
    background-color: #2f4a73;
    border: white 1px solid !important;
}

.confirmedFilter [for="confirmed_not"]{
    background-color: red;
}
.confirmedFilter [for="confirmed_not"]:hover{
    background-color: #2f4a73;
    border: white 1px solid !important;
}
.btn-cancel{
    background-color:red;
    color:white;
}
.btn-request-delete{
    width: 200px;
}

.reference .uploaded{
    color: green;
}

.reference i.fa{
    font-size:25px;
}
.reference i.fa-angle-down{
    display:inline-block;
}
.reference i.fa-angle-up{
    display:none;
}

.collapsed .reference  i.fa-angle-down{
    display:none;
}
.collapsed .reference i.fa-angle-up{
    display:inline-block;
}
.customer .filepond--file {
    text-align: center;
}
.customer span.filepond--file-info-sub {
    width:100%;
}
.customer .filepond--file-info .filepond--file-info-main{
    font-size: 1em;
}
.customer .filepond--item{
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%)!important;
}
.customer .filepond--file-status{
    display:none;
}
.customer .filepond--item-panel {
    background-color: green;
}
.customer .filepond--download-icon{
    width: 23px;
    height: 23px;
    margin-top: -5px;
}
.customer .filepond--item-panel *, .customer .filepond--item *{
    cursor:pointer;
}
.filepond--credits{
    display:none;
}
.paginate_button{
    margin-left:5px;
}
.paginate_button.previous{
    margin-right:10px;
}
.paginate_button.next{
    margin-left:10px;
}
.dataTables_wrapper.form-inline label {
    display: inline-block;
}
#home-table{
    width:100%!important;
}
#home-table select{
    width:100%;
    margin-bottom:3px;
}
.status-messages{
    padding:5px;
    list-style:none;
}
table.dataTable.dtr-inline thead th:not(.child):first-child, table.dataTable.dtr-inline tbody td:not(.child):first-child {
    width: 51px!important;
    box-sizing: border-box;
    padding-left: 10px!important;
    padding-top: 10px!important;
    padding-right: 10px!important;
    text-align: center;
	border-radius: 3px 0px 0px 0px;
}

table.dataTable.dtr-inline.collapsed thead th:first-child, table.dataTable.dtr-inline.collapsed tbody td:first-child {
    padding-bottom: 33px;
}
.dtsp-panesContainer{
    flex-basis:100%;
}

div.dataTables_wrapper .dot-status .btn-group > .btn {
    line-height: 15px;
    padding-top: 0px;
    padding-left: 13px;
    padding-bottom: 0;
    margin-top: -3px;
}
div.dataTables_wrapper .dot-status .btn-group{
    margin-top: -6px;
    display: block;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    top:auto;
    background-color: #bfa763;
}
table.dataTable.collapsed>tbody>tr.child span.dtr-title {
    min-width: 205px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    bottom:50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.table-responsive{
    overflow:hidden;
}
.table-btn-group > * {
    min-width: 200px;
    height: 28px;
    line-heighT: 20px!important;
}
.login-logo-lp img{
    /*max-width:80%;*/
}
.create-btn{
    top:7px;
}

th.sorting_disabled:nth-child(1)
{
    border-radius: calc(0.25rem - 1px) 0px 0px 0px;
}

th.sorting_disabled:nth-child(7)
{
    border-radius: 0px calc(0.25rem - 1px) 0px 0px;
}

#home-table
{
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0px 0px;
    border-spacing: 0px 20px;
	border:0;
	padding-right: 5px;
}

#home-table thead tr:nth-child(2){
    transform: translateY(-20px);
}
#home-table tbody tr {
    transform: translateY(-20px);
	box-shadow: 1px 3px 1px #97979791;
	padding-right: 50px;
	border-radius: 0px 0px 5px 5px;
	-webkit-appearance: none;
}
.roles-permissions .card-header a.btn {
    color:white;
}
.cars-list .row{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#modular-form-v2 ~ .cars-list .row {
    justify-content: end;
}
#modular-form-v2 ~ .cars-list .car-info {
    height: 80px;
}
#modular-form-v2 ~ .cars-list .car-type-radio + label span{
    font-size: 15px;
}
select.max-passengers, input.max-passengers {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    max-width:70px;
}

@media(max-width: 550px){
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        top: 60px;
    }
}

@media(max-width: 450px){
    table.dataTable.collapsed>tbody>tr.child span.dtr-title {
        min-width: 155px;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        top: auto;
        bottom: 15px;
    }
}

table.table-bordered.dataTable tbody td
{
	border-top: 1px solid #80808066;
	border-left: 1px solid #80808066;
}

table.table-bordered.dataTable td:last-child
{
	border-radius: 0px 3px 0px 0px;
}

td.sorting_1

{
	border-left-color: #fff;
}

#home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(1)
{
	border-radius: 0px;
}

#home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(1)
{
	border-top-color: #2F4A73;
}

#home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(7) > input:nth-child(1)
{
	display:none;
}

#home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(7)
{
	border-top-color: #2F4A73;
}

th.sorting_asc
{
	padding-left: 10px;
}

th.sorting
{
	padding-left: 10px;
}

.home-table select{
    width:100%;
    margin-bottom:3px;
}
.home-table
{
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0px 0px;
    border-spacing: 0px 20px;
    border:0;
    padding-right: 5px;
}

.home-table thead tr:nth-child(2){
    transform: translateY(-20px);
}
.home-table tbody tr {
    transform: translateY(-20px);
    box-shadow: 1px 3px 1px #97979791;
    padding-right: 50px;
    border-radius: 0px 0px 5px 5px;
    -webkit-appearance: none;
}
.home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(1)
{
    border-radius: 0px;
}

.home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(1)
{
    border-top-color: #2F4A73;
}

.home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(7) > input:nth-child(1)
{
    display:none;
}

.home-table > thead:nth-child(1) > tr:nth-child(2) > th:nth-child(7)
{
    border-top-color: #2F4A73;
}
#flight_arrival_time{
    background-color:white;
}
.statuses-list-administration{
    margin-bottom:15px;
    margin-top:15px;

    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding:10px;
}
.statuses-list-administration .status{
    margin:0;
    margin-bottom:10px;
    width:100%;
}

.statuses-list-administration label{
    float:left;
    width: 100px;
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
    heighT: auto;
}
.statuses-list-administration .status-input{
    float:left;
    width:150px;
    background-color:white;
}
.statuses-list-administration .status-input[disabled]{
    background-color:#e9ecef;
}
.statuses-list-administration .control-btns .btn{
    width:150px;
    margin-bottom:10px;
}
.statuses-list-administration .control-btns{
    position:relative;
    min-height: 60px;
}
.statuses-list-administration .btns-container {
    position:absolute;
    bottom:0px;
}
.statuses-list-administration .list{

}
.accepted-container button{
    width: 100%;
    margin-bottom: 10px;
}
.duplicator button, .acceptor button{
    width: 100%;
    margin-bottom: 0px!important;
}
.home-table tbody tr.status_changer {
    transform: translateY(-40px);
    border-top: 0;
    border-top-left-radius:0;
    border-top-right-radius: 0;
    padding: 0;
    box-shadow: none;
}
.home-table tbody tr.hasStatus{
    border-bottom:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 1px 1px #97979791;
}
.home-table tbody tr.status_changer td:last-child {
    border-radius: 0px 0px 0px 0px;
    border-top: 0px;
    padding: 0;
    border-left:0;
}
.simpleView .home-table tbody tr.status_changer .accepted-container button {
    background-color: rgba(192, 17, 0, 0.86);
    border-color:black;
    border-radius:0;
    border-width:2px;
    height:50px;
    /*animation: pulse 1s linear infinite;*/
}
.simpleView .home-table tbody tr.status_changer .accepted-container button.btn-success:focus, .simpleView .home-table tbody tr.status_changer .accepted-container button.btn-success.focus {
    color: #ffffff;
    background-color: rgba(192, 17, 0, 0.86);
    border-color:black;
    box-shadow: 0 0 0 0.2rem rgba(180, 6, 9, 0.5);
}

.table-striped tbody tr:nth-of-type(odd):not(.status-changer) {
    background-color: transparent;
}
#dataTableBuilder.table-striped tbody tr.odd-forced {
    background-color: rgba(0, 0, 0, 0.05);
}
.status_changer .statuses-list{
    display: flex;
    gap: 3px;
    padding: 0 12px;
}
.simpleView .status_changer .status input:checked ~ label, .status label.green {
    background-color: rgb(30 141 12 / 86%);
     bordeR: 0;
     box-shadow: none;
    color: WHITE;
    -webkit-appearance: none;
}

.status_changer .status{
    margin:0;
    flex-basis: 20%;
    margin: 3px 0px;
    border: 0;
    flex-gap: 6px;
    display: flex;
}
.status_changer .status label{
  text-align:center;border: 0;
    color: white;
    font-weight: 600;
    background-color: #b0abab;
}
.status_changer .status label.green{
    background-color: rgb(30 141 12 / 86%);
}
.simpleView .table-responsive {
    overflow: visible;
}
.status_changer .status label.red {
    background-color: rgba(192, 17, 0, 0.86);
    transform: scale(1.1);
    box-shadow: 0px 0px 2px 2px #000000db;
    animation: pulse 1s linear infinite;
    cursor: pointer;
}

.rate-preview{
    color: #2f4a73;
    border: 2px solid #2f4a73;
    text-align:center;
    width: 100px;
    border-radius: 3px;
}

.rate-preview .rate-value{
    font-size: 18px;
    font-weight:bold;
    color: #218838;
}

.utc-preview{
    color: #218838;
    border: 1px solid #2f4a73;
    color: #2f4a73;
    padding:5px;
    text-align: center;
    margin-top: 10px;
}
.status-bar{
    margin-top:10px;
}
.status-bar span{
    display: inline-block;
    width: 100%;
    height: 44px;
    color: white;
    text-align: center;
    line-height: 44px;
    font-weight: 600;
}
.status_changer .status .status_time{
    font-size: 17px;
    margin:10px;
}

.home-table tbody tr.canceled:after{
   content:'';
    display:Block;
    position:Relative;
}
.details-column .btn-group{
    width:100%;
}
.details-column .btn-group *{
    flex-grow: unset;
}
.details-column .btn-group a.btn.btn-default.btn-primary{
    background: white;
    border:grey;
    text-shadow:none;
    padding: 0 10px!important;
    font-size: 18px;
}
@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}
.simpleView .status_changer .statuses-list {
    padding: 0px;
}
.simpleView .status_changer .status label {

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.switch-button {
    background: rgba(220,220,220,0.56);
    border-radius: 30px;
    overflow: hidden;
    width: 240px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #155FFF;
    position: relative;
    padding-right: 120px;
    position: relative;
    color:white;
}
.switch-button:hover {
    color:black;
}
.switch-button:before {
    content: "Sleeping";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}
.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: white;
}
.switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(120px);
    transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
    position: relative;
    padding: 15px 0;
    display: block;
    user-select: none;
    pointer-events: none;
    margin: 0;
    color: white;
}
.switch-button-checkbox + .switch-button-label:before {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    transform: translateX(0);
    transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
    position: relative;
}
.billings_list .pagination{
    margin-left: auto;
    margin-right: auto;
}
.billings_list .dateBillingFilterBlock > span{

max-width: 49%;
display: inline-block;
}
.billings_list .form-group .select2-selection__rendered {
    line-height: 38px !important;
}
.billings_list .form-group .select2-container .select2-selection--single {
    height: 38px !important;
}
.billings_list .form-group .select2-selection__arrow {
    height: 38px !important;
}
.pac-container.pac-logo {
    width: auto!important;
}
.white_bg{
    background-color:white;
}
.red_label{
    color:red;
    font-weight:900;
}
.ignore-bottom-margin, .ignore-bottom-margin *{
    margin:0!important;
}
.form-grouped {
    border: 1px solid darkgrey;
    border-radius: 10px;
    background-color: lightgrey;
    padding-top: 10px;
}
.form-grouped + .form-grouped{
    margin-top: 15px;
}
.booking-form .form-grouped textarea{
    height: 37px;
}
.customerFilter > *{
    width: 100%!important;
}
.justify-start {
    margin-right: auto;
}
.dispatchActions form{
    width: auto;
    display: inline-block;
}
[name^="settings[serviceTypes]"]:not(:checked) + .row{
    display:none;
}
#companies-table.dataTable{
    margin-top:10px;
}
.companies-table .dataTables_wrapper >.row:nth-child(2) > .col-sm-12, .drivers-table .dataTables_wrapper >.row:nth-child(2) > .col-sm-12, #vehicles-table_wrapper{
    overflow-x: auto;
}
.col-sm-3.service_type_column {
    flex: 0 0 23%;
    max-width: 23%;
    margin: 1%;
    border: 1px solid;
}
.col-sm-3.service_type_column .vehicle-capacity{
    padding-right: 0;
}
.admin_moder.first_driver_assigned .select2-selection{
    background-color: #0080002b;
}

@media(max-width: 767px){
    .bookings-table .dateRangeFilter, .bookings-table .customerFilter, .bookings-table .confirmedFilter  {
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        overflow: auto;
        margin-top:10px;
    }
    .bookings-table .dateRangeFilter .dateControlBlock, .bookings-table .confirmedFilter .confirmedBlock{
        overflow: auto;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .customerFilter > *{
        width: 100%!important;
    }

    .confirmedFilter .btn {
        width: 125px;
        font-size:12px;
        height: 32px;
        margin-bottom: 0;
    }
    .statuses-list-administration .status-input{
        width:100%;
    }
    .statuses-list-administration .btns-container {
        width:100%;
    }
    .statuses-list-administration .control-btns .btn {
        width: calc(50% - 20px);
        float: left;
        margin-left: 10px;
    }
    .statuses-list-administration .control-btns .btn:first-child {
        margin-left: 0px;
    }
    .statuses-list-administration .btn-starter{
        overflow:hidden;
    }
    .statuses-list-administration .btn-starter button{
        width:50%;
        float:left;
        box-sizing: border-box;
        font-size: 13px;
    }
    .status_changer .status.status_ready .red .status_time {
        font-size: 11px;
        white-space: nowrap;
    }
    .simpleView .dt-buttons.btn-group{display:none;}
    .simpleView .dataTables_filter{display:none;}
    .simpleView .dateRangeFilter{display:none;}
    .simpleView table thead{display:none;}




    .simpleView table.dataTable {
        background:transparent;
        padding:0;
        box-shadow: none;
        border-radius: 0;
    }
    .simpleView table.dataTable tr:not(.space-filler){
        border:0;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2) !important;
        background-color:white!important;

    }
    .simpleView table.dataTable tr.hasStatus{
        clip-path: inset(-5px -5px 0 -5px);

    }
    .simpleView table.dataTable tr.status_changer{
        clip-path: inset(0px -5px -5px -5px);
    }
    .simpleView table.dataTable tr.canceled   {
        border-radius: 5px !important;
        border:1px solid transparent;
    }
    .simpleView table.dataTable tr.canceled td  {
        border-radius: 5px !important;
        border:1px solid transparent;
    }
    .simpleView table.dataTable tr.status_changer{
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border:1px solid transparent;
        border-top: 1px solid rgb(158 158 158 / 62%);
        padding-top: 0px;
    }
    .simpleView table.dataTable tr.status_changer:after{
        border-top: 1px solid rgb(158 158 158 / 62%);
        content:'';
        height:1px;
        position:absolute;
        width: calc(100% - 24px);
        left: 50%;
        display:inline-block;
        top: 0px;
        transform: translateX(-50%);
    }
    .simpleView table.dataTable tr.status_changer td{
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border:1px solid transparent;
        padding-top: 13px;

    }
    .simpleView table.dataTable tr.hasStatus{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border:1px solid transparent;
    }
    .simpleView table.dataTable tr.hasStatus td{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border:1px solid transparent;
        position: relative;
        overflow: hidden;
    }
    .simpleView table.dataTable tr td{
        border:0;
        background:transparent;
        position:relative;

    }
    .simpleView table.dataTable tr td:not(:last-child):after{
        bordeR: 0;
        content:'';
        display:block;
        height:90px;
        position:absolute;
        width:1px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .simpleView .content .box.box-primary .box-body {
        background:transparent !important;
        box-shadow: none!important;
    }
    .simpleView .status_changer .status label{
        width: calc(((100vw - 30px - 24px) / 5) - 4px);
        height: calc(((100vw - 30px - 24px) / 5) - 4px);
        font-size:12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .simpleView .details-column .btn-group a.btn.btn-default.btn-primary {
        background: white;
        border: grey;
        text-shadow: none;
        padding: 0 6px!important;
        font-size: 13px;
        width: 100%;
        line-height: 27px;
        margin-right:0;
    }
    .simpleView .status_changer .status .status_time {
        font-size: 17px;
        margin: 0px;
        margin-top: 0px;
        line-height: 20px;
    }
    .simpleView .accepted-container {
        padding: 0 12px;
    }
    .simpleView table,
    .simpleView table tbody,
    .simpleView table tr,
    .simpleView table td {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
        padding:0;
    }
    .simpleView table td {
        padding:0 15px;
    }
    .simpleView .details-column{
        padding-top: 0px;
        line-height: 30px;
        min-height: 30px;
    }
    .simpleView .details-column *{
        float:left;
    }
    .simpleView .details-column a{
        float:right;
        width:auto!important;
    }

    .simpleView .details-column .btn-group{
        float:right;
        width: auto;
        position:absolute;
        right:15px;
        top:50%;
        transform: translateY(-50%);
    }
    .simpleView table .pickup, .simpleView table .dropoff{
        display:inline-block;
       /* text-decoration: underline;*/
    }
    .simpleView table.dataTable tr.hasStatus{
        padding-bottom: 0px;
        padding-top: 10px;
        margin-bottom: 19px;
    }
    .simpleView table.dataTable tr.hasStatus td.pickup_dropoff{
        text-align: center;
        clear: both;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .simpleView table.dataTable tr.hasStatus td.pickup_dropoff .pickup{
        text-decoration: underline;
        min-width:150px;
        max-width:150px;
        text-align: left;
        font-weight: bold;
    }
    .simpleView table.dataTable tr.hasStatus td.pickup_dropoff .dropoff{
        /*text-decoration: underline;*/
        min-width:150px;
        max-width:150px;
        text-align:right;
        font-weight: lighter;
        font-size: 14px;
    }
    .simpleView table.dataTable tr.hasStatus td.pickup_dropoff .dropoff{
        display: flex;
        align-items: center;
    }

    .simpleView table.dataTable tr.status_changer:after{
        display:none;
    }
    .simpleView table.dataTable tr.hasStatus td:last-child{
        padding-bottom: 10px;
    }
    .simpleView .status_changer .statuses-list {
        display: flex;
        gap: 3px;
        padding: 0 12px;
    }
    .simpleView .driver_moder{
        display:none;
    }
    .simpleView .serviceDate.missing-flight{
        line-height:30px;
    }
    .simpleView .details-column br{
        display:none;
    }
    .simpleView table.dataTable tr.hasStatus td.pickup_dropoff > div{
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        background-color: #f1f1f1;
        padding: 3px 0;
        align-items:center;
        border-radius: 5px;
    }
    .simpleView table.dataTable tr.hasStatus td.pickup_dropoff .separator{
        font-size: 25px;
        font-weight: 900;
        display: flex;
    }
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

/* === Modern Theme (blue/yellow) ==================================== */
:root {
    --modern-primary: #1f4b99;
    --modern-primary-hover: #2f63c2;
    --modern-accent: #f4c542;
    --modern-surface: #f7f9fc;
    --modern-border: #e4e8f0;
    --modern-text-strong: #1f2a44;
}
.theme-modern h1,
.theme-modern h2,
.theme-modern h3,
.theme-modern h4,
.theme-modern h5,
.theme-modern h6,
.theme-modern .content-header h1 {
    color: var(--modern-primary);
}
.theme-modern .box.box-primary,
.theme-modern .form-grouped {
    background: var(--modern-surface);
    border: 1px solid var(--modern-border);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.theme-modern .form-control,
.theme-modern .select2-container--default .select2-selection--single {
    border-radius: 6px;
    border-color: #d6dce5;
}
.theme-modern .form-control:focus,
.theme-modern .select2-selection:focus {
    border-color: var(--modern-primary);
    box-shadow: 0 0 0 0.15rem rgba(31,75,153,0.2);
}
.theme-modern .btn-primary,
.theme-modern .btn-success {
    background: var(--modern-primary);
    border-color: var(--modern-primary);
}
.theme-modern .btn-primary:hover,
.theme-modern .btn-success:hover {
    background: var(--modern-primary-hover);
    border-color: var(--modern-primary-hover);
}
.theme-modern .btn-warning {
    background: var(--modern-accent);
    border-color: #e3b631;
    color: #1a1a1a;
}
.theme-modern .btn-warning:hover {
    background: #e3b631;
    border-color: #d1a420;
}
.theme-modern .rate-preview {
    border-color: var(--modern-primary);
    color: var(--modern-primary);
}
.theme-modern .rate-preview .rate-value {
    color: var(--modern-primary);
}
.theme-modern .input-group-append .btn {
    border-radius: 0 6px 6px 0;
}
#modernToggle {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    background: var(--modern-primary);
    border-color: var(--modern-primary);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
#modernToggle:hover {
    background: var(--modern-primary-hover);
    border-color: var(--modern-primary-hover);
}

/* Layout centering / modern padding */
.page-shell {
    background: #f7f9fc;
    min-height: 100%;
    padding: 24px 0 32px;
}
.page-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 16px;
}
.box-elevated {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    background: #fff;
}
.filter-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.filter-row .form-group {
    margin-bottom: 12px;
}

/* Report new page: allow wide tables */
body.report-new-page .page-container {
    max-width: 100%;
}
body.report-new-page #servicesBox .table-responsive {
    overflow-x: auto;
}

/* Filters toggle */
.filters-card.collapsed #filtersBody {
    display: none;
}

/* Dashboard layout tweaks */
div.dashboard-header h1 {
    font-size: 28px;
    font-weight: 700;
}
.header-actions .btn {
    min-width: 180px;
}
.dashboard-feature.grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}
.dashboard-grid.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}
.grid-span-3 {
    grid-column: 1 / -1;
}
.card.feature-main,
.card.feature-side {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.card .card-header {
    background: transparent;
    border-bottom: 1px solid #eef1f4;
}
.card .card-body {
    padding: 16px;
}
.card .card-footer {
    background: transparent;
    border-top: 1px solid #eef1f4;
}
@media (max-width: 992px) {
    .dashboard-feature.grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Custom Login Card Header - Blue Theme */
.card > .card-header {
    background: #34495e !important;
    color: #ffffff !important;
    border-bottom: none !important;
}

/* Footer styling */
footer.main-footer {
    background: #34495e !important;
    color: #ffffff !important;
}
footer.main-footer a {
    color: #3498db !important;
}

/* Login Logo Size Fix */
.login-logo-lp {
    max-width: 300px !important;
    margin: 20px auto !important;
}
.login-logo-lp img {
    max-width: 100% !important;
    height: auto !important;
}

/* ========================================
   LOGIN PAGE - COMPLETE LAYOUT FIX
   ======================================== */

/* Container fÃ¼r Login-Karte - schmaler */
.container > .row.justify-content-center > .col-md-10 {
    max-width: 500px !important;
    flex: 0 0 auto !important;
}

/* Login Card */
.card {
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Logo Container */
.login-logo-lp {
    max-width: 280px !important;
    margin: 15px auto 25px auto !important;
    display: block !important;
}
.login-logo-lp img {
    max-width: 100% !important;
    height: auto !important;
}

/* Form Labels */
.col-form-label {
    font-size: 14px;
}

/* Form Inputs */
.form-control {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
