html {
    height: 100%
}

body {
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
    color: #000;
    height: 100%
}

.nbody {
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url(/img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.body {
    height: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif
}

a {
    color: #270f50;
    cursor: pointer
}

    a:hover, a:focus, a:active {
        color: #000;
        text-decoration: none
    }

button {
    cursor: pointer
}

h1 {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-size: 22px;
    font-weight: 600;
    color: #000
}

h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000
}

h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

p {
    font-size: 14px;
    color: #000;
    margin: 0;
    white-space: pre-line;
    word-wrap: break-word
}

img {
    max-width: 100%
}

span {
    white-space: pre-line
}

input, select, textarea {
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
    color: #8d8d8d !important
}

.form-control::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif
}

.form-control:-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif
}

.form-control::-moz-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif
}

.form-control:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 13px;
    font-family: Montserrat,Helvetica Neue,Arial,sans-serif
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }

    .col-md-15 {
        width: 100%;
        float: left
    }
}

@media (max-width: 768px) {
    .col-md-15 {
        width: 100%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.flr {
    float: right
}

.flrm {
    float: right
}

@media (max-width: 768px) {
    .flrm {
        float: left
    }
}

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

.rel {
    position: relative
}

header {
    background: #fff;
    padding: 10px
}

.navbar-light .navbar-nav .nav-link {
    color: #c2beed
}

    .navbar-light .navbar-nav .nav-link span {
        color: #c2beed
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
        color: #fff
    }

        .navbar-light .navbar-nav .active > .nav-link span, .navbar-light .navbar-nav .nav-link.active span, .navbar-light .navbar-nav .nav-link.open span, .navbar-light .navbar-nav .open > .nav-link span {
            color: #fff
        }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff
    }

.user {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.submenu {
    background: #270f50;
    height: 55px;
    -webkit-box-shadow: 0 1px 15px 0 rgba(81,77,92,0.5);
    -moz-box-shadow: 0 1px 15px 0 rgba(81,77,92,0.5);
    box-shadow: 0 3px 9px 0 rgba(81,77,92,0.4)
}

    .submenu li {
        margin: 0 10px 0 0
    }

    .submenu .div {
        padding: 15px
    }

    .submenu a:hover {
        color: #fff !important
    }

.navbar-toggleable-md {
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding: 0 10px 0 0
    }

.navbar-toggler-right {
    position: relative
}

@media (max-width: 768px) {
    .user {
        float: left
    }

    .navbar-toggleable-md {
        padding: 0;
        position: relative;
        top: initial;
        transform: initial;
        z-index: 10
    }
}

.box {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81,77,92,0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(81,77,92,0.08);
    box-shadow: 0px 1px 15px 1px rgba(81,77,92,0.08);
    background-color: #ffffff;
    margin: 20px 0
}

    .box .head {
        border-bottom: 1px solid #ddd
    }

        .box .head h5 {
            font-weight: 600;
            font-size: 14px;
            padding: 20px;
            margin: 0
        }

    .box .main {
        padding: 20px;
        overflow: auto
    }

.table-responsive {
    display: table
}

.table thead td {
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    border-top: 0
}

.badge-success {
    padding: 10px;
    background: #1cc7a5
}

.badge-danger {
    padding: 10px;
    background: #e0556c
}

.btn-success {
    background: #1cc7a5
}

.btn-danger {
    background: #e0556c
}

.select2-container--default .select2-selection--single {
    width: 240px;
    height: 32px
}

.select2-container {
    width: 250px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 15px
}

.nmodal-content {
    border: 0;
    padding: 100px
}

.nmodal-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1)
}

    .nmodal-overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 1000
    }

.nmodal {
    width: 600px;
    height: 100px;
    display: block;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    text-align: center;
    padding: 35px 0;
    margin: auto
}

.nmodal-wrapper.open .modal {
    margin: auto;
    opacity: 1
}

.modalm {
    min-height: 150px
}

.mmodal {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 620px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1)
}

    .mmodal .close-modal {
        position: absolute;
        cursor: pointer;
        top: 8px;
        right: 20px;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),-webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),-webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),transform 0.6s cubic-bezier(0.55, 0, 0.1, 1),-webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

        .mmodal .close-modal svg {
            width: 1.75em;
            height: 1.75em
        }

    .mmodal .modal-content {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }

    .mmodal.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

        .mmodal.active .modal-content {
            opacity: 1
        }

        .mmodal.active .close-modal {
            -webkit-transform: translateY(7px);
            transform: translateY(7px);
            opacity: 1;
            z-index: 1
        }

@media only screen and (max-width: 39.9375em) {
    .mmodal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important
    }

    .close-modal {
        right: 20px !important
    }
}

.nearbutton {
    display: inline-block;
    margin: 10px;
    width: 100px
}

.btn-primary {
    color: #fff;
    background-color: #270f50;
    border-color: #000
}

.title h1 {
    font-size: 19px;
    font-weight: 600
}

.title a {
    background: #270f50;
    color: #fff;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 14px
}

.add label {
    margin: 10px 0 5px 0;
    display: block
}

.pbuttona {
    margin-top: 15px;
    border-radius: 5px;
    background: #270f50;
    display: block;
    color: #fff;
    padding: 9px 25px;
    -webkit-box-shadow: 0px 4px 9px 1px rgba(117,82,224,0.3) !important;
    -moz-box-shadow: 0px 4px 9px 1px rgba(117,82,224,0.3) !important;
    box-shadow: 0px 4px 9px 1px rgba(117,82,224,0.3) !important
}

footer {
    margin: 20px 0
}

.form-control:focus {
    border-color: #270f50
}

input:required, select:required {
    box-shadow: 0 0 0 #270f50
}

.loginfirst {
    width: 50%;
    float: left;
    height: 100%
}

.loginsecond {
    width: 50%;
    float: left;
    background: #270f50;
    height: 100%
}

.prn {
    display: flex;
    justify-content: center;
    align-items: center
}

.login {
    margin-top: 100px
}

    .login img {
        margin-bottom: 15px
    }

@media (max-width: 768px) {
    .loginfirst {
        width: 100%
    }

    .loginsecond {
        width: 100%
    }
}

.maps {
    width: 100%;
    height: 450px
}

.map {
    width: 500px;
    height: 250px
}

.inline {
    display: inline-block
}

.btn-ok {
    width: 100%;
    height: 55px;
    background: #cacaca;
    color: #fff;
    padding: 17px
}

.selectedCustomer {
    position: fixed;
    right: 50px;
    top: 25px;
    background: #05c000;
    padding: 15px 40px;
    text-align: center;
    border-radius: 10px;
    z-index: 1000;
    display: none
}

    .selectedCustomer p {
        color: #fff
    }

.selectedCar {
    position: fixed;
    right: 50px;
    top: 25px;
    background: #05c000;
    padding: 15px 40px;
    text-align: center;
    border-radius: 10px;
    z-index: 1000;
    display: none
}

    .selectedCar p {
        color: #fff
    }

.requests span {
    font-weight: 700
}

.table td, .table th {
    line-height: 2.5
}

.rmv {
    cursor: pointer
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important
}

.btn-primary {
    color: #fff !important;
    background-color: #270f50 !important;
    border-color: #000 !important
}

.btn-success {
    color: #fff !important;
    background-color: #1cc7a5 !important;
    border-color: #5cb85c !important
}

.btn-secondary {
    color: #292b2c !important;
    background-color: #fff !important;
    border-color: #ccc !important
}

.iform {
    max-width: 100px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 10px
}

.user {
    float: right;
    position: relative;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%)
}

.dropdown-menu {
    min-width: 15rem;
    padding: .5rem
}
