﻿body {
    background: #f5f6f7;
    color: black;
}

nav.navbar {
    background: #bc214b !important;
    color: white !important;
}

    nav.navbar a {
        color: white !important;
    }

.navbar-light .navbar-toggler {
    color: white !important;
    border-color: rgba(255,255,255,0.5);
}

    .navbar-light .navbar-toggler:focus {
        outline: none !important;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 319px) {
    div.logo img {
        max-height: 70px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    div.logo img {
        max-height: 90px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    div.logo img {
        max-height: 120px;
    }
}

@media (min-width: 992px) {
    div.logo img {
        max-height: 150px;
    }
}

table tr {
    background: #f0f0f0;
}

table thead tr {
    background: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background: white;
}

.btn > i {
    font-size: 90%;
    margin-left: .4rem;
    margin-right: 0;
}

.btn.icon-left > i {
    margin-left: 0;
    margin-right: .4rem;
}

.btn.icon-only > i {
    margin-left: 0;
    margin-right: 0;
}

.btn#btnDelete > i {
    font-size: 100%;
}

button.close:hover,
button.close:focus {
    color: #bc214b;
    outline: none !important;
}

a#btnShowPassword:hover,
a#btnShowPassword:focus {
    color: #495057;
}

.modal-header .close {
    opacity: 1;
}

.form-control {
    color: black;
}

.form-check label {
    color: black;
}

div.toast-body {
    color: #6c757d;
}

/* +--------------------------------------------------+ */
/* | Margin + Padding + Width Settings Bootstrap      | */
/* +--------------------------------------------------+ */

/* @media (max-width: 319px) { */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
/* } */

.container {
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* +--------------------------------------------------+ */
/* | End Margin + Padding + Width Settings Bootstrap  | */
/* +--------------------------------------------------+ */



/* +--------------------------------------------------+ */
/* | Font Sizes                                       | */
/* +--------------------------------------------------+ */

@media (max-width: 319px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

.navbar-brand {
    font-size: 1.5rem;
}

button, .btn {
    font-size: 1rem;
}

p.lead {
    font-size: 1.2rem;
}

.form-control {
    font-size: 1rem;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.1rem;
}

label:not(.form-check-label),
.label:not(.form-check-label) {
    font-size: .8rem;
    margin-bottom: .35rem;
    color: #6c757d;
}

p {
    font-size: 1rem;
}

/* +--------------------------------------------------+ */
/* | End Font Sizes                                   | */
/* +--------------------------------------------------+ */

a {
    color: #212529;
}

    a:focus,
    a:hover,
    a.selected {
        outline: none;
        color: #bc214b;
        text-decoration: underline;
    }

    a.btn {
        color: white !important;
    }

.form-control:focus {
    border: 1px solid #ced4da;
    color: black;
}

.form-group {
    margin-bottom: .75rem;
}

    .form-group.order-ref,
    .form-group.order-state,
    .form-group.vehicle-url {
        font-size: .8rem;
    }

    .form-group.order-state {
        display: none;
    }

    .form-group.last {
        margin-bottom: 1.25rem;
    }

a.order-url,
a.vehicle-url,
span.order-state {
    font-size: 1rem;
}

.custom-file-input ~ .custom-file-label {
    outline: none !important;
    box-shadow: none !important;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #7d5bbe;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Durchsuchen";
}

.table thead th {
    font-weight: 500;
}

button#btnFilter i,
button#btnSort i {
    margin-right: .5rem;
}

/* Image Table */

div.image-table-wrapper {
    margin: -5px;
}

div.image-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

div.image-cell {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 5px;
}

    div.image-cell div.image {
        z-index: 0;
        grid-column-start: 1;
        grid-row-start: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background: rgba(255,255,255,0.8) !important;
    }

    /*div.image-table div.image-cell.order div.image-selection {
        opacity: 0;
        z-index: 1;
        display: grid;
        grid-column-start: 1;
        grid-row-start: 1;
    }

    div.image-table div.image-cell.order.selected div.image-selection {
        opacity: 1;
    }*/

/*div.image-table.new div.image-cell.order.selected div.image-selection {
    -webkit-box-shadow: inset 0px 0px 0px 0.1rem rgb(45,130,74);
    -moz-box-shadow: inset 0px 0px 0px 0.1rem rgb(45,130,74);
    box-shadow: inset 0px 0px 0px 0.1rem rgb(45,130,74);
}

div.image-table.existing div.image-cell.order.selected div.image-selection {
    -webkit-box-shadow: inset 0px 0px 0px 0.1rem rgb(188,33,75);
    -moz-box-shadow: inset 0px 0px 0px 0.1rem rgb(188,33,75);
    box-shadow: inset 0px 0px 0px 0.1rem rgb(188,33,75);
}*/

    /*div.image-cell.order div.image-overlay {
    margin: 0rem;
    padding: 1.1rem;
}

div.image-cell.order.selected div.image-overlay {
    margin: 0.1rem;
    padding: 1rem;
}*/

    div.menu-selection button#btnSelectionCancel {
        display: none;
    }

    div.image-cell div.image-overlay {
        opacity: 0;
        z-index: 2;
        grid-column-start: 1;
        grid-row-start: 1;
        background-color: rgba(255,255,255,0.8);
        color: black;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 11fr;
        padding: 1rem;
    }

        div.image-cell div.image-overlay:hover {
            opacity: 1;
        }

    div.image-cell.selected div.image-overlay {
        opacity: 1;
    }

    div.image-cell.selection div.image-overlay div.menu div.actions a.item-detail {
        margin-right: 0;
    }

    div.image-cell.selection div.image-overlay div.menu div.actions a.item-edit,
    div.image-cell.selection div.image-overlay div.menu div.actions a.item-delete,
    div.image-cell.selection div.image-overlay div.vehicle,
    div.image-cell.selection div.image-overlay div.order,
    div.image-cell.selection div.image-overlay div.history {
        display: none;
    }

    div.image-cell.selection div.image-overlay div.note {
        margin-bottom: -.25rem;
    }

div.image-overlay div.menu {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    margin-bottom: .5rem;
}

    div.image-overlay div.menu div.actions {
        text-align: right;
    }

        div.image-overlay div.menu div.actions a {
            font-size: 150%;
        }

            div.image-overlay div.menu div.actions a.item-detail {
                font-size: 140%;
                margin-right: 1rem;
            }

div.image-cell.order div.image-overlay div.menu div.actions a.item-detail {
    margin-right: .5rem;
}

div.image-overlay div.vehicle,
div.image-overlay div.order {
    display: table;
    font-weight: 600;
}

div.image-overlay div.vehicle {
    grid-row-start: 4;
    grid-row-end: 4;
    margin-bottom: .25rem;
}

div.image-overlay div.order {
    grid-row-start: 5;
    grid-row-end: 5;
}

    div.image-overlay div.vehicle div.icon,
    div.image-overlay div.order div.icon {
        display: table-cell;
        vertical-align: middle;
    }

    div.image-overlay div.vehicle div.url,
    div.image-overlay div.order div.url {
        display: table-cell;
        width: 100%;
        padding-left: .5rem;
        vertical-align: middle;
    }
        
div.image-overlay div.amount-withdrawn {
    grid-row-start: 6;
    grid-row-end: 6;
    grid-column-start: 1;
    font-weight: 600;
    font-size: 140%;
    margin-top: .75rem;
}

    div.image-overlay div.amount-withdrawn > i {
        margin-right: .5rem;
    }

div.image-overlay div.info {
    grid-row-start: 7;
    grid-row-end: 7;
    grid-column-start: 1;
    display: table;
    margin-top: .5rem;
    font-size: 90%;
}

    div.image-overlay div.info div.is-collection,
    div.image-overlay div.info div.is-mounting-supply {
        display: table-row;
    }

    div.image-overlay div.info div.icon {
        display: table-cell;
        vertical-align: middle;
    }

    div.image-overlay div.info div.text {
        display: table-cell;
        width: 100%;
        padding-left: .5rem;
        vertical-align: middle;
    }

div.image-overlay div.note {
    grid-row-start: 8;
    grid-row-end: 10;
    grid-column-start: 1;
    margin-top: .5rem;
    font-size: 90%;
    overflow: hidden;
    overflow-wrap: break-word;
}

div.image-overlay div.history {
    grid-row-start: 11;
    grid-row-end: 11;
    grid-column-start: 1;
    display: table;
    font-size: 90%;
    margin-top: .5rem;
}

    div.image-overlay div.history div.creator,
    div.image-overlay div.history div.editor {
        display: table-row;
    }

    div.image-overlay div.history div.icon {
        display: table-cell;
        vertical-align: middle;
    }

    div.image-overlay div.history div.editor div.icon {
        font-size: 110%;
    }

    div.image-overlay div.history div.creator div.icon {
        font-size: 95%;
    }

    div.image-overlay div.history div.text {
        display: table-cell;
        width: 100%;
        padding-left: .5rem;
        vertical-align: middle;
    }

@media (max-width: 319px) {
    div.image-cell {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    div.image-cell {
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    div.image-cell {
        width: 33%;
    }
}

@media (min-width: 992px) {
    div.image-cell {
        width: 25%;
    }
}

/* End Image Table */

/* Image Detail */

div.image-detail-menu {
    display: block;
    text-align: center;
}

    div.image-detail-menu a#btnBack {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    div.image-detail-menu button#btnToLeft {
        margin-right: 1rem;
    }

    div.image-detail-menu button#btnToRight {
        margin-left: 1rem;
    }

div.image-detail {
    display: flex;
    justify-content: center;
}

div.image-detail img {
    max-height: 100%;
    height: 100%;
    max-width: unset;
    width: auto;
}

/* End Image Detail */

/* Order Slider */

span.fw-600 {
    font-weight: 600;
}

div.target-order-name,
div.material-details-heading {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
}

div.detail-row {
    display: block;
    text-align: center;
}

div.detail-row div.detail-cell {
    display: inline-block;
}

    div.detail-row div.detail-cell.slider-progress {
        font-weight: 600;
    }

    div.detail-row div.detail-label,
    div.detail-row div.detail-value {
        display: inline-block;
        vertical-align: top;
    }

    div.detail-row div.detail-label {
        font-weight: 600;
        margin-right: .3rem;
    }

    div.detail-row div.detail-value.order-description,
    div.detail-row div.detail-value.material-description {
        overflow: hidden;
        overflow-wrap: break-word;
    }

/* End Order Slider */

/* Order Selection */

div.add-to-order,
div.added-to-order {
    font-size: 120%;
    font-weight: 600;
}

div.add-material-to-order-count,
div.remove-material-from-order-count {
    font-size: 100%;
    font-weight: 600;
}

/* End Order Selection */

/*===========================================================================================*/
/* Loading ------------------------- */
/*===========================================================================================*/
div.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    color: white;
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}

    div.loading.site {
        background-color: #f5f6f7;
        z-index: 10000;
        color: white;
    }

    div.loading.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    div.loading.site.open {
        -webkit-transition: none;
        transition: none;
    }



    div.loading.up {
        z-index: 9998;
    }

    div.loading div.wrapper {
        position: relative;
    }

    div.loading div.spinner-border {
        height: 4rem;
        width: 4rem;
        border-width: 0.25em;
        margin-bottom: .75rem;
        color: #bc214b;
    }

    div.loading div#loading-icon i#success {
        font-size: 4.25rem;
        margin-bottom: .75rem;
    }

    div.loading div#loading-text {
        font-weight: 500;
        font-size: 120%;
    }

/*===========================================================================================*/
/* End Loading ------------------------- */
/*===========================================================================================*/

div.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 8000;
}

    div.overlay div.relative {
        position: relative;
        width: 100%;
        height: 100%;
    }


div.toast-wrapper {
    margin-top: 2rem;
    float: right;
}

    div.toast-wrapper .toast {
        visibility: visible;
    }

/*================================================================*/
/* EDIT-MODAL ||--------------------------*/
/*================================================================*/
div.edit-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div.edit-modal > div.container {
        margin: auto;
    }

    div.edit-modal div.form-edit {
        background: white;
        padding: 15px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    div.edit-modal div.form-edit-head {
        margin-bottom: .5rem;
    }

    div.edit-modal #title {
        float: left;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    div.edit-modal a#close {
        float: right;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        text-shadow: none;
        opacity: 1;
    }

        div.edit-modal a#close:hover,
        div.edit-modal a#close:focus {
            opacity: 1;
            text-decoration: none;
            color: #bc214b;
        }

/* ============================================================================================= */
/* Overwrite Form Control Styles */
/* ============================================================================================= */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*input {
    -webkit-appearance: none;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}*/

/* Firefox Fix */
input:invalid {
    box-shadow: none;
}
/* End Firefox Fix */

.form-control:active,
.form-control:focus,
.form-control.active,
.form-control:active:focus,
.form-control.is-invalid:active,
.form-control.is-invalid:focus,
.form-control.is-invalid.active,
.form-control.is-invalid:active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    -webkit-appearance: none;
}

ol.breadcrumb {
    background: rgba(255,255,255,1);
    border: 1px solid #ced4da;
    /*    background: #f8f9fa !important;*/
}

/* ============================================================================================= */
/* End Overwrite Form Control Styles */
/* ============================================================================================= */


/*================================================================*/
/* Progressbar ||--------------------------- */
/*================================================================*/

div.my-progress {
    display: block;
    position: relative;
    background: transparent;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    overflow: hidden;
}

    div.my-progress div.background,
    div.my-progress div.bar,
    div.my-progress div.text-wrapper {
        height: 2rem;
    }

    div.my-progress div.bar,
    div.my-progress div.text-wrapper {
        margin-top: -2rem;
    }

    div.my-progress div.background {
        z-index: 0;
        background: #ccc;
        width: 100%;
    }

    div.my-progress div.bar {
        z-index: 1;
        background: #7455b0;
        width: 0%;
        transition: width .6s ease;
    }

    div.my-progress div.text-wrapper {
        display: table;
        font-weight: 500;
        color: white;
        width: 100%;
        text-align: center;
    }

        div.my-progress div.text-wrapper div.text {
            display: table-cell;
            vertical-align: middle;
            padding: 0 .5rem;
        }

/*================================================================*/
/* End Progressbar ||--------------------------- */
/*================================================================*/


/*================================================================*/
/* BUTTONS ||--------------------------- */
/*================================================================*/

.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.btn.selected {
    text-decoration: none;
    outline: none;
}

.btn:active,
.btn:focus,
.btn.active,
.btn:active:focus {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef;
    background: #bc214b !important;
    background: rgba(188,33,75,1) !important;
    color: white !important;
    border: none;
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light.selected {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #e2e6ea;
    }

.btn-white {
    background: white;
    border: 1px solid #eee;
    color: #323232;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white.selected {
        color: #7d5bbe;
        text-decoration: none;
        background: #f8f9fa;
    }

.btn-purple {
    background: #7d5bbe;
    border: 1px solid #7d5bbe;
    color: white;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple.selected {
        color: white;
        text-decoration: none;
        background: #7455b0;
    }

a#show-password {
    background: white;
}

    a#show-password:hover,
    a#show-password:focus,
    a#show-password.selected {
        color: #495057;
        text-decoration: none;
        background: #f8f9fa;
        outline: none;
    }

div.frmLogin button#btnLogin,
div.category-add button#btnAdd {
    margin-right: .5rem;
}

.modal button:focus {
    outline: none;
}

/*td input[type=checkbox][disabled] {
}*/

/*================================================================*/
/* END BUTTONS ||--------------------------- */
/*================================================================*/
div.content {
    margin: 1.5rem 0;
}

@media (max-width: 575px) {
    div.content {
        margin: 15px 0;
    }
}

h2.no-description {
    margin-bottom: 2rem;
}

h5.page-title {
    margin-bottom: 1rem;
}

div.offer-add h5.page-title {
    margin-bottom: 1rem;
}

a.input-group-text:link {
    text-decoration: none;
}

span.no-break {
    white-space: nowrap;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none;
}


/*================================================================*/
/* ALERTS ||--------------------------*/
/*================================================================*/

div#alertLogin,
div#alertEditUser,
div#alertEditVehicle,
div#alertEditMaterial,
div#alertEditOrder,
div#alertRegister,
div#alertRegisterUsername,
div#alertRegisterPassword,
div#alertForgottenPassword,
div#alertResetPassword,
div#alertResetPasswordPassword {
    display: none;
    margin-top: 1rem;
}

    div#alertRegisterUsername p,
    div#alertRegisterPassword p,
    div#alertResetPasswordPassword p {
        margin: 0;
    }

    div#alertRegisterUsername ul,
    div#alertRegisterPassword ul,
    div#alertResetPasswordPassword ul {
        padding: 0;
        margin: 0;
        margin-top: .5rem;
        list-style-type: none;
        list-style-position: inside;
    }

        div#alertRegisterUsername ul li,
        div#alertRegisterPassword ul li,
        div#alertResetPasswordPassword ul li {
            vertical-align: middle;
            font-size: 0.9rem;
        }

            div#alertRegisterUsername ul li i,
            div#alertRegisterPassword ul li i,
            div#alertResetPasswordPassword ul li i {
                margin-right: 7px;
            }

/*================================================================*/
/* END ALERTS ||--------------------------*/
/*================================================================*/



/*================================================================*/
/* PAGINATION ||--------------------------*/
/*================================================================*/

.pagination-wrapper {
    margin-top: 1.5rem;
}

.pagination .page-link {
    display: inline-block;
    font-size: 95%;
    background: white;
    color: #323232;
    border: 1px solid #dee2e6;
    padding: .5rem .8rem;
    margin: 0;
    margin-left: -1px;
    margin-left: .35rem;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
}

    .pagination .page-link.next,
    .pagination .page-link.previous {
        padding: .5rem .9rem;
    }

    .pagination .page-link:focus,
    .pagination .page-link:hover,
    .pagination .page-link:active {
        outline: none !important;
        box-shadow: none !important;
        background: #f8f9fa;
        text-decoration: none;
        z-index: unset;
    }

    .pagination .page-link.active {
        background: #e9ecef;
        color: black;
        border: 1px solid #e9ecef;
    }

    .pagination .page-link.disabled {
        background: inherit;
        color: #323232;
        border: none;
        margin-left: -0.1rem;
        margin-right: -0.35rem;
    }

.pagination .page-item:last-child .page-link {
    border-right: 1px solid #dee2e6;
}

/*================================================================*/
/* END PAGINATION ||--------------------------*/
/*================================================================*/



/*================================================================*/
/* FILTER-BOXES ||--------------------------*/
/*================================================================*/

.filter-box {
    display: block;
    font-size: 90%;
    font-weight: 600;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-right: 2rem;
}

    .filter-box > .circle {
        display: table;
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #7d5bbe;
        color: white !important;
        padding: 16px;
        float: none;
        margin: auto;
        margin-bottom: 6px;
    }

        .filter-box > .circle > .icon {
            display: table-cell;
            vertical-align: middle;
        }

a.filter-box {
    text-decoration: none;
    color: #212529;
}

    a.filter-box:not([href]):not([tabindex]) {
        color: #212529;
    }

.filter-box .icon {
    font-size: 300%;
    line-height: 1;
}

table thead th.check,
table tbody td.check {
    text-align: center;
}

table thead th,
table tbody td {
    vertical-align: middle !important;
}

td.actions {
    font-size: 140%;
    text-align: center;
}



a.row-edit,
a.item-edit {
    margin-right: 1rem;
}





ul.tags,
ul.filters {
    margin: 0;
    padding: 0;
}

    ul.tags li,
    ul.filters li {
        list-style: none;
        display: inline-block;
        margin-right: .5rem;
        margin-bottom: .5rem;
    }

        ul.tags li:last-child,
        ul.filters li:last-child {
            margin-right: 0;
        }

div.tag,
div.filter,
a.tag {
    display: table;
    line-height: 1.25;
    background: white;
    color: #282828;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

a.tag {
    display: block;
    line-height: 1.5;
    padding: 4px 12px;
}

    a.tag:focus,
    a.tag:hover,
    a.tag.selected {
        background: #f8f9fa;
        color: #7d5bbe;
        text-decoration: none;
        outline: none;
    }

div.tag a,
div.filter a {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 8px;
    background: #e9ecef;
    font-size: 120%;
    color: #212529;
    border-right: 1px solid #ddd;
}

    div.tag a:hover,
    div.tag a:focus,
    div.tag a.selected,
    div.filter a:hover,
    div.filter a:focus,
    div.filter a.selected {
        color: #212529;
        background-color: #e2e6ea;
    }

div.tag div.text,
div.filter div.text {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
}

    div.filter div.text span.label {
        font-size: 80%;
    }

div.offer-add div.selected-tags {
    display: none;
}









div.users button#btnAdd,
div.vehicles button#btnAdd,
div.orders button#btnAdd,
div.users button#btnDelete,
div.vehicles button#btnDelete,
div.orders button#btnDelete,
div.order-menu #btnClose {
    margin-right: .5rem;
}

div.users button#btnDelete,
div.vehicles button#btnDelete,
div.orders button#btnDelete {
    display: none;
}











/* 
+-----------------------------------------------------------------------------+
| FOOTER                                                                      |
+-----------------------------------------------------------------------------+ 
*/

hr.footer-divider {
    margin-top: 0;
}

footer p {
    text-align: right;
}

/* 
+-----------------------------------------------------------------------------+
| END FOOTER                                                                  |
+-----------------------------------------------------------------------------+ 
*/



.jumbotron-login {
    padding: 2rem;
    margin-bottom: 0;
}



/* 
+-----------------------------------------------------------------------------+
| SPACER & PADDING & MARGIN                                                   |
+-----------------------------------------------------------------------------+ 
*/
.spacer-10 {
    width: 100%;
    height: 10px;
}

.spacer-15 {
    width: 100%;
    height: 15px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-45 {
    width: 100%;
    height: 45px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-75 {
    width: 100%;
    height: 75px;
}

.spacer-90 {
    width: 100%;
    height: 90px;
}

@media (min-width: 0px) {
    .spacer-xs-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-xs-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-xs-30 {
        width: 100%;
        height: 30px;
    }
}

@media (min-width: 576px) {
    .spacer-sm-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-sm-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-sm-30 {
        width: 100%;
        height: 30px;
    }
}

@media (min-width: 768px) {
    .spacer-md-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-md-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-md-30 {
        width: 100%;
        height: 30px;
    }

    .spacer-md-40 {
        width: 100%;
        height: 40px;
    }
}

@media (min-width: 992px) {
    .spacer-lg-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-lg-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-lg-30 {
        width: 100%;
        height: 30px;
    }

    .spacer-lg-40 {
        width: 100%;
        height: 40px;
    }

    .spacer-lg-60 {
        width: 100%;
        height: 60px;
    }
}

@media (min-width: 1200) {
    .spacer-xl-10 {
        width: 100%;
        height: 10px;
    }

    .spacer-xl-20 {
        width: 100%;
        height: 20px;
    }

    .spacer-xl-30 {
        width: 100%;
        height: 30px;
    }

    .spacer-xl-40 {
        width: 100%;
        height: 40px;
    }
}

.no-padding {
    padding: 0 !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}



.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}



.pt-164 {
    padding-top: 164px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

/* 
+-----------------------------------------------------------------------------+
| END SPACER & PADDING & MARGIN                                               |
+-----------------------------------------------------------------------------+ 
*/
