body {
    opacity: 1;
    height: 100vh;
    color: #333;
    background-color: #f2f3f7;
}

ol.route-list {
    padding-left: 17px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.login-box-wrapper {
    height: 100%;
    position: relative;
}

.login-box {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #191919;
    margin-left: -150px;
    margin-top: -175px;
    padding: 25px;
    padding-top: 5px;
    border-radius: 4px;
    border: 1px solid #009ada;
}

.logo {
    text-align: center;
}

.logo-img {
    width: 200px;
}

form input.form-control {
    border-radius: 3px;
    border: 1px solid #009ada;
    font-size: 12px;
    position: relative;
}

.form-box {
    padding: 8px;
    margin: 8px;
    border: 2px solid rgb(0, 154, 218);
    border-radius: 4px;
}

span.required {
    color: red;
    font-size: 14px;
}

form .form-group {
    position: relative;
    clear:both;
}

.person-header-col .glyphicon,
.form-control+.glyphicon {
    position: absolute;
    right: 10px;
    top: 9px;
    color: #009ada;
}

#search-input+.glyphicon {
    right: 25px;
    top: 11px;
}

.person-header-col .glyphicon {
    right: 4px;
    top: 4px;
}

.checkbox {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.checkbox>label>input {
    position: relative;
    z-index: -9999;
}

.checkbox>label {
    padding: 0;
}

.checkbox>span {
    color: #fff;
    position: relative;
    top: -2px;
    font-weight: 300;
    letter-spacing: 1px;
}

.checkbox>label>span {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 7px;
}

.checkbox>label>span:before {
    color: #fff;
    content: "\e157";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    margin: 10px;
    display: inline-block;
    font-weight: 300;
}

.checkbox>label>input:checked+span:before {
    color: #fff;
    content: "\e067";
    font-family: "Glyphicons Halflings";
    line-height: 1;
    margin: 10px;
    display: inline-block;
    font-weight: 300;
}

form button.btn-submit,
button.btn-submit {
    background-color: #009ada;
    color: #fff;
    border-radius: 17px;
    height: 35px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    border: 0;
    width: 100%;
    text-align: center;
    margin-top: 7px;
    outline: none !important;
    box-shadow: 0px 0px 2px #009ada;
}

button.btn-save,
button.btn-save:hover,
button.btn-save:focus {
    background-color: #009ada;
    width: auto;
    color: #eee;
    margin-right: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

button.btn-cancel,
button.btn-cancel:hover,
button.btn-cancel:focus {
    background-color: white;
    width: auto;
    color: #eee;
    padding-left: 20px;
    padding-right: 20px;
}

.forgot-pass-link {
    margin-top: 10px;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: center;
}

nav.navbar {
    background-color: white;
    margin-bottom: 25px;
}

nav.navbar .navbar-header {
    height: 54px;
}

nav.navbar .navbar-brand {
    padding: 0;
    padding-right: 30px;
    height: 54px;
}

nav.navbar .navbar-brand-img {
    height: 80%;
    width: auto;
    top: 10%;
    position: relative;
    margin-left: 20px;
}

nav.navbar .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: black;
    background-color: white;
    border-bottom: 4px solid #009ada;
    font-size: 14px;
    font-weight: 600;
}

nav.navbar .navbar-nav>li>a {
    color: black !important;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 4px solid transparent;
}

nav.navbar .navbar-nav>li:hover>a {
    border-color: #009ada;
}

nav.navbar .navbar-right li a {
    color: black !important;
    font-size: 12px;
    font-weight: 300;
}

nav.navbar .navbar-right li a span {
    color: white;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: relative;
    top: -2px;
}

nav.navbar .navbar-right li a span:before {
    position: relative;
    top: 3px;
    left: 3px;
}

.persons-col input {
    border: 1px solid white;
}

.add-person-col>a>p {
    text-align: center;
}

a.add-person {
    position: relative;
    text-decoration: none !important;
}

a.add-person:hover div {
    background-color: #3e8aff;
}

a.add-person div {
    width: 50px;
    height: 50px;
    line-height: 49px;
    background-color: #009ada;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 8px;
    text-align: center;
}

a.add-person div>span {
    width: 100%;
    font-size: 29px;
}

a.add-person p {
    font-size: 12px;
    color: #666;
}

.persons-col .table tr {
    font-size: 14px;
    font-weight: 400;
}

.persons-col .table th {
    font-size: 14px;
    font-weight: 500;
}

.table th a.active {
    color: red;
}

.table-wrapper {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.pagination-wrapper {
    width: 100%;
    text-align: center;
}

.overview .pagination-wrapper {
    text-align: right;
}

.person-wrapper {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
}

.person-header-col {
    border-bottom: 1px solid #eee;
}

.all-persons-span {
    width: 100px;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 16px;
    border-right: 1px solid #eee;
    display: inline-block;
    text-align: center;
    color: #009ada;
}

.all-persons-span>a,
.all-persons-span>a:hover {
    text-decoration: none;
    color: #009ada;
}

.person-span {
    width: calc(100% - 110px);
    font-size: 12px;
    font-weight: 400;
    padding: 10px 16px;
    display: inline-block;
    text-align: left;
    color: #aaa;
    position: relative;
}

.person-span a {
    position: absolute;
    right: 10px;
    top: 10px;
}

.person-buttons-col {
    text-align: right;
}

form input.form-control {
    border-color: #ccc;
}

form input.form-group {
    margin-bottom: 10px;
}

form label {
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-color: transparent;
    font-size: 12px;
}

form select.form-control::-ms-expand {
    display: none;
}

form .select-wrapper .glyphicon {
    top: 9px;
    right: 9px;
    pointer-events: none;
}

.person-remarks-col textarea.form-control {
    height: 208px;
}

.person-form-col h1 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
}

.page-url {
    font-size: 10px;
    text-align: right;
    color: #666;
    height: 67px;
}

.page-url>a,
.page-url>a:hover {
    text-decoration: none;
    color: #666;
}

.page-url>a>.glyphicon {
    color: #009ada;
    margin-right: 3px;
}

.company-buttons-col .btn-cancel,
.company-buttons-col .btn-cancel:hover {
    background-color: #fff;
    color: #009ada;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    margin: 25px 5px;
    border-radius: 3px;
    box-shadow: none;
}

.mailer-button-container {
    position: absolute;
    right: 15px;
    top: 0;
}

.mailer-button-container .btn-save,
.company-buttons-col .btn-save,
.company-buttons-col .btn-save:hover {
    width: auto;
    background-color: #009ada;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    margin: 25px 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.login-box .help-block {
    color: #ff4642;
    font-size: 13px;
}

.navbar-nav>li>.dropdown-menu {
    background: white;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #009ada;
}

.table-scroll {
    max-height: 500px;
    overflow-y: scroll;
}

.table-no-margin-bottom {
    margin-bottom: 0;
}

.search-highlight {
    font-weight: bold;
    color: #3f89e5;
    text-decoration: underline;
}

.fa.green {
    color: #59dc8a;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.filedrag {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
}

.filedrag.hover {
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

.persons-col input[type="file"] {
    border: 0;
}

.upload-button {
    float: right;
}

.drop-zone {
    padding: 20px;
    background: #efefef;
    border: 1px dotted black;
}

.drop-zone .form-control[readonly] {
    background: none;
    border: none;
    box-shadow: none;
}

.drop-zone .input-group-btn:last-child>.btn {
    border-radius: 4px;
}

div.warning {
    font-size: 10px;
    color: red;
}

.select-wrapper {
    position: relative;
}

.login-box .logo {
    margin: 40px 0;
}


/* mobile improvements */

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: white;
}

.row .row {
    margin-right: 0;
    margin-left: 0;
}

.form-control.is-invalid {
    border: 1px solid red;
}

.file-preview {
    border: 0;
    border-radius: 25px;
    width: 24%;
    margin-right: 1%;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #efefef;
}

.file-preview span {
    line-height: 30px;
    font-size: 30px;
    text-align: center;
}

.file-preview span,
.file-preview img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

tr.neutral {
    background: #efefef;
}

tr.succes {
    background: #d4eadd;
    color: #0d8400;
}

tr.danger {
    background: #ead4d4;
    color: #840000;
}

td:hover .btn-status.active,
.btn-status {
    opacity: 0.5;
    transform: scale(1);
    transition: transform 300ms ease-out;
    width: 30px;
    text-align: center;
}

td:hover .btn-status.active:hover,
.btn-status:hover,
.btn-status.active {
    transform: scale(1.1);
    opacity: 1;
}

.ec-dropzone {
    border: 2px dashed #009ada;
    border-radius: 5px;
    background: white;
    min-height: 150px;
    padding: 54px 54px;
    text-align: center;
}

.company-wrapper .btn-status {
    width: 100px;
    height: 60px;
    line-height: 59px;
    font-size: 30px;
}

.company-wrapper .btn-status+.btn-status {
    margin-left: 30px;
}

textarea {
    resize: vertical;
}

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

iframe {
    border: 0;
    height: 400px;
    width: 100%;
}

.col-md-11 iframe {
    height: 250px;
}

#client {
    float: left;
    clear: left;
}

#billing {
    float: left;
    clear: left;
}

#administration {
    display: inline-block;
}

#price_id {
    float: right;
}

#details {
    float: right;
}

.bob #details {
    margin-top: -465px;
}

.bob #billing {
    margin-top: -700px;
}

.bob #km_price_car {
    display: none;
}

.prive #zone_price {
    display: none;
}

.prive #billing {
    margin-top: -390px;
}

.prive #details {
    margin-top: -305px;
}

#_billing_first_name,
#_billing_last_name,
#_billing_email,
#_billing_phone {
    display: none;
}

@media (min-width: 1040px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1140px) {
    .container {
        width: 1100px;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1340px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1540px) {
    .container {
        width: 1500px;
    }
}

@media (min-width: 1640px) {
    .container {
        width: 1600px;
    }
}

@media (max-width: 769px) {
    nav.navbar .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        border-bottom: 0;
    }
    .table-wrapper {
        overflow: scroll;
    }
}


/* planner */


/**
 temp font
 */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

/*
	 Fix Z-index issues with theme and datepicker
 */

.ui-widget-header {
    border: 0;
    background: white;
}

.ui-datepicker {
    width: 14em;
    z-index: 9001 !important;
    /* it's over */
}

.ui-datepicker table>thead>tr>th {
    background: none !important;
    color: black !important;
}

.ui-datepicker th {
    padding: 0 0.3em;
    font-weight: normal;
    font-size: 13px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 0;
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
    background: none;
    font-weight: normal;
    color: inherit;
    font-size: 13px;
}


/*
	 EigenChaffeurPlanner Styling
 */

button {
    border: 2px solid transparent;
    border-radius: 4px;
    background-color: #009ada;
    color: white;
    cursor: pointer;
    transition: all 0.1s;
    line-height: 25px;
    height: 30px;
    font-size: 16px;
}

button:hover {
    border-color: black;
    background: white;
    color: black;
}

.rotate90 {
    transform: rotateX(90deg);
}

*:focus {
    outline: 0;
}

.relative {
    position: relative;
}

.planner-container {
    position: relative;
}

.planner-container * {
    box-sizing: border-box;
}

.eigen-chaffeur-planner-form {
    z-index: 3;
    text-align: right;
    left: 3%;
    top: 30px;
    position: absolute;
    width: 40vw;
    min-width: 300px;
    max-width: 390px;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1.25rem;
}

.eigen-chaffeur-planner-form button,
.eigen-chaffeur-planner-form input {
    margin: 0.5rem 0;
}

.eigen-chaffeur-planner-form h2 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0;
}

.eigen-chaffeur-planner-form *+h2 {
    margin: 1.5rem 0 0;
}

.subtitle {
    font-style: italic;
    margin-bottom: 12px;
}

.eigen-chaffeur-planner-form input[type="datetime-local"],
.eigen-chaffeur-planner-form input[type="number"],
.eigen-chaffeur-planner-form input[type="text"] {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin: 0.5rem 0;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    font-size: 16px;
}

.eigen-chaffeur-planner-form input[type="datetime-local"].error,
.eigen-chaffeur-planner-form input[type="number"].error,
.eigen-chaffeur-planner-form input[type="text"].error {
    border-color: rgb(219, 18, 18);
}

.error-message {
    color: rgb(219, 18, 18);
    font-weight: bold;
}

.eigen-chaffeur-planner-form input[type="datetime-local"].ok,
.eigen-chaffeur-planner-form input[type="number"].ok,
.eigen-chaffeur-planner-form input[type="text"].ok {
    border-color: #0ea842;
}

.eigen-chaffeur-planner-form input[type="text"].date,
.eigen-chaffeur-planner-form input.minutes,
.eigen-chaffeur-planner-form input.hours {
    width: 12%;
    margin: 0.5rem 0.25rem;
    text-align: center;
}

.eigen-chaffeur-planner-form label.date-label {
    text-align: left;
    font-size: 14px;
    width: 28%;
    display: inline-block;
    font-weight: bold;
}

.eigen-chaffeur-planner-form input.hours {
    margin-right: 0;
}

.eigen-chaffeur-planner-form input[type="datetime-local"],
.eigen-chaffeur-planner-form input[type="text"].date {
    width: 68%;
    margin-left: 0;
    text-align: right;
}

.eigen-chaffeur-planner-form input[type="datetime-local"] {
    width: 72%;
}

.eigen-chaffeur-planner-form button+span.location,
.eigen-chaffeur-planner-form input[type="text"]+span.location,
.eigen-chaffeur-planner-form input[type="text"]+span.remove {
    position: absolute;
    left: -40px;
    top: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #009ada;
    color: white;
    font-size: 21px;
    text-align: center;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.3s ease-in-out;
    z-index: 4;
}

.eigen-chaffeur-planner-form button+span.location {
    font-size: 17px;
    transform: rotateZ(90deg);
    top: 10px;
}

.ec-wapoint-added .eigen-chaffeur-planner-form button+span.location {
    display: none;
}

.eigen-chaffeur-planner-form button+span.location i {
    position: relative;
    top: -1px;
}

.eigen-chaffeur-planner-form button+span.location:hover {
    cursor: pointer;
    color: rgb(196, 255, 211);
}

.eigen-chaffeur-planner-form input[type="text"].ok+span.location {
    color: rgb(196, 255, 211);
}

.location-container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0.5rem;
}

.location-container .column {
    background-color: #009ada;
    position: absolute;
    left: 12.5px;
    width: 5px;
    top: 30px;
    bottom: 30px;
}

.eigen-chaffeur-planner-form input[type="text"]+span.remove:hover {
    cursor: pointer;
    background-color: rgb(219, 18, 18);
}

.eigen-chaffeur-planner-form input[type="text"]:focus {
    border-color: #009ada;
}

.eigen-chaffeur-planner-form .totals {
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin: 0 0;
    padding: 0 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in;
    background-color: #eee;
}

.ec-show-totals .eigen-chaffeur-planner-form .totals {
    max-height: 600px;
    opacity: 1;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
}

.eigen-chaffeur-planner-form .totals .distance {
    font-size: 15px;
}

.eigen-chaffeur-planner-form .totals .fa {
    margin: 0 0.5rem;
    font-size: 20px;
}

.eigen-chaffeur-planner-form .totals .price .fa {
    color: #3faf3f;
    font-size: 25px;
}

.eigen-chaffeur-planner-form .totals .distance .fa {
    color: #009ada;
}

.background,
.map-container {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 1s ease-in;
}

.background {
    opacity: 1;
    z-index: 1;
    background: url(/wp-content/uploads/2019/10/eigenchauffeur-bob-chauffeur.jpeg) center center no-repeat;
    background-size: cover;
}

.show-map .map-container {
    opacity: 1;
}

.eigen-chaffeur-bestel-info {
    margin-top: 1.5em;
}

@media (max-width: 600px) {
    .planner-container {
        min-width: 320px;
    }
    .background {
        top: 50%;
    }
    .background,
    .map-container {
        height: 50vh;
    }
    .eigen-chaffeur-planner-form input {
        font-size: 16px;
    }
    .background,
    .map-container,
    .eigen-chaffeur-planner-form {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: relative;
        border: 0;
        border-radius: 0;
        clear: both;
    }
    .map-container {
        position: absolute;
    }
    .show-map .background {
        display: none;
    }
    .show-map .map-container {
        position: relative;
    }
    .show-map .eigen-chaffeur-planner-form {
        background-color: white;
    }
    .eigen-chaffeur-planner-form .totals {
        line-height: 45px;
        text-align: left;
    }
    .ec-show-totals .eigen-chaffeur-planner-form .totals div {
        display: inline-block;
    }
    .eigen-chaffeur-planner-form button.order {
        float: right;
        margin-right: 1rem;
    }
}


/* 
	 !force mobile!
	 To create this part, copy all css from within the @media query (above) and prepend .force-mobile class
 */

.force-mobile .planner-container {
    min-width: 320px;
}

.force-mobile .background {
    top: 50%;
}

.force-mobile .eigen-chaffeur-planner-form input {
    font-size: 16px;
}

.force-mobile .background,
.force-mobile .map-container,
.force-mobile .eigen-chaffeur-planner-form {
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    border: 0;
    border-radius: 0;
    clear: both;
}

.force-mobile .map-container {
    position: absolute;
}

.force-mobile .show-map .background {
    display: none;
}

.force-mobile .show-map .map-container {
    position: relative;
}

.force-mobile .show-map .eigen-chaffeur-planner-form {
    background-color: white;
}

.force-mobile .eigen-chaffeur-planner-form .totals {
    line-height: 45px;
    text-align: left;
}

.force-mobile .ec-show-totals .eigen-chaffeur-planner-form .totals div {
    display: inline-block;
}

.force-mobile .eigen-chaffeur-planner-form button.order {
    float: right;
    margin-right: 1rem;
}

tr:nth-child(even) {
    background: #CCC
}

#details_private_driver {
    display: none !important;
}

.custom-header {
    background-color: #545454 !important;
    border-radius: 0px;
}

nav.navbar.custom-header .navbar-nav>li>a {
    color: white !important;
    background-color: transparent;
    font-weight: normal;
}

.custom-header.navbar-default .navbar-toggle {
    height: 38px;
}

.custom-header.navbar-default .navbar-toggle .icon-bar {
    background-color: silver
}

.table-wrapper .table tr th {
    background-color: #ebebeb;
    font-weight: 600;
    white-space: nowrap;
}

.table-wrapper .inactive {
    background-color: #ebebeb;
    color: gray;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    float: left;
    border: 1px solid #d9d9d9 !important;
}

.table-wrapper th .active {
    background-color: unset;
    border: unset !important;
    padding: 0px 5px
}

.table-wrapper .active {
    background-color: #5cb85c;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    float: left;
    border: 1px solid #5cb85c !important;
}

.details {
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    height: 30px !important;
    line-height: normal;
}

.details:hover {
    background-color: #2e6da4;
    border-color: #2e6da4;
    color: white
}

.details:hover:foucs {
    background-color: #2e6da4;
    border-color: #2e6da4;
    color: white;
    outline: none
}

.table-wrapper td a {
    color: #555
}

.table-wrapper td a.btn-primary {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: silver !important;
    height: 30px;
    padding: 5px 10px
}

.table-wrapper td a.btn-primary:hover {
    background-color: gray !important;
    border-color: gray;
    color: white
}

.table-wrapper td a.btn-primary:focus {
    background-color: gray !important;
    border-color: gray;
    color: white;
    outline: none
}

.table-wrapper td form .btn-danger {
    padding: 5px 10px !important;
    margin-left: 10px
}

.table-wrapper th .active i {
    color: black
}

.table-wrapper th i {
    color: gray
}

.table-wrapper td form {
    display: flex;
}

.table-wrapper tr:nth-child(even) {
    background-color: #f9f9f9;
}

#popup.popup-container {
    width: 70%;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, .5);
    border-radius: 5px;
    padding-top: 70px
}

.customclose {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 40px;
    width: 40px;
}

.customclose:hover {
    background-color: #2e6da4;
    border-color: #2e6da4;
}

.customclose:focus {
    background-color: #2e6da4;
    border-color: #2e6da4;
}

.customclose img {
    filter: invert(1);
    width: 25px;
}

#search-input {
    height: 50px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    padding-right: 40px;
}

#search-input+.glyphicon {
    top: 15px !important;
    font-size: 20px;
    color: silver
}

a.add-person div {
    line-height: unset !important;
    display: flex;
    align-items: center;
    justify-content: center
}

nav[aria-label="Pagination Navigation"] {
    margin-bottom: 15px;
    margin-top: 20px;
}

nav[aria-label="Pagination Navigation"] span {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    margin-right: 10px;
    color: silver;
}

nav[aria-label="Pagination Navigation"] a {
    padding: 10px;
    border: 1px solid #009ada;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none !important;
    color: #009ada
}

nav.navbar.custom-header .navbar-nav>li.active>a {
    background-color: transparent;
    font-weight: normal
}

@media(max-width:767px) {
    #popup.popup-container {
        width: 100%
    }
}

/* simple iOS-style toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #ccc;
    transition: .2s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background: white;
    transition: .2s;
    border-radius: 50%;
}

input:checked+.slider {
    background: #34a734;
}

input:checked+.slider:before {
    transform: translateX(20px);
}

.kla-wrapper{
    float:right;
    padding-left:15px;
    padding-right:15px;
    font-size:16px;
    color:gray;
    margin-top:10px
}

.kla-wrapper .kla-no{
    background-color:#009ada;
    padding:2px 5px;
    color:white;
    border-radius:4px
}

.form-box h2 {
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    float: left;
    width: 100%
}

.form-box h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c0c4cc;
    left: 0;
    bottom: 0
}

.form-box .kla-wrapper {
    margin-top: 2px
}

.form-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    float: left;
    width: 100%
}

.form-box h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c0c4cc;
    left: 0;
    bottom: 0
}

@media (max-width:767px) {
    .form-box .kla-wrapper {
        margin-top: 10px
    }
}

.status-text {
font-size:13px
}

.driver-status-tex {
    white-space: nowrap
}



#pickup_time{
    float:left;
    width:100%
}

#end_time{
    float:left;
    width:100%
}

#wait_minutes{
    float:left;
    width:100%
}

#wait_minutes #_wait_minutes{
    float:left;
    width:100%;
    text-align:left !important
}

#pickup_time #_pickup_time{
    float:left;
    width:100%;
    text-align:left !important;
}

#end_time #_end_time{
    float:left;
    width:100%;
    text-align:left !important;
}

.planner-container{
    width:100%
}

.eigen-chaffeur-planner-form{
    padding:0px !important
}

.eigen-chaffeur-planner-form .totals{
    margin-bottom:0px !important;
}

.pickup_location{
    float:left;
    width:100%;
}

@media(max-width:767px){
    .person-form-col{
        width:100%
    }

    .planner-container{
    min-width:100% !important
}
}