/*** BEGIN FILE: /var/www/apps/spd/web/assets/css/site.css ***/
html,
body {
}

/* Oznaczenie pól wymaganych w DetailView (gwiazdka wstrzykiwana przez ExtDetailView jako realny
   element <span class="required-star">, dzięki czemu niesie tooltip title="Wymagane"). */
.required-star {
    color: #dd4b39;
    margin-left: 2px;
    font-weight: bold;
    cursor: help;
}

ol {
    padding-left: 20px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.cursor-pointer{
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th.wrap {
    white-space: normal;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* Admin LTE customization { */

.main-header {
    z-index: 820;
}

.main-header .logo {
    font-family:helvetica, arial, sans-serif;
}

.skin-blue .main-header .logo {
    background-color:#148cca;
}

.skin-blue .main-header .navbar {
    background-color:#11AEFF;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color:rgba(0,0,0,0.1);
}

.main-sidebar, .left-side {
    padding-top:10px;
}

@media (max-width: 767px) {
    .main-sidebar, .left-side {
        padding-top:10px!important;
    }
}

.sidebar-menu li > a > .fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li.active > a > .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-right {
    width: auto;
}

@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color:inherit;
    }
    .skin-blue .main-header .navbar .dropdown-menu li a:hover
    {
        background-color:#e1e3e9;
    }
    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color:#eee;
    }

    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space:normal;
    }
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right:0;
    }
}

.content-header > .breadcrumb {
    background-color:#d2d6de;
}
.content-header>.breadcrumb li:before {
    color:#97a0b3;
}

/* } Admin LTE customization */

#yii-debug-toolbar-logo {
    display:none;
}

#yii-debug-toolbar-min {
    width:35px!important;
}

.login-page {
    background:#d2d6de url('../img/truck.png') no-repeat left bottom;
}


.login-box-body{
    border-radius: 4px;
}

tr.filters .form-control {
    height:auto !important;
    padding:2px 6px;
}

tr.filters select.form-control {
    padding-left: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
    width:auto !important;
}

.panel-highlight{
    background-color: #3c8dbc;
    transform: scale(0.95);
}
.freight-info-panel{
    transition: 1.5s;
}

.main-header .test-version-info {
    color:white;
    float:left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
}

.main-header .test-version-info:before {
    content: "\f05a";
    font-family: fontAwesome;
}

.main-header .test-version-info:hover {
    background-color: rgba(0,0,0,0.1);
}

.skin-blue .main-header .navbar.test-version {
    background-color:#f39c12;
}

table.kv-grid-table {
    font-size:12px;
}

table.kv-grid-table > tbody > tr > td {
    padding:4px;
}

table.kv-grid-table > tfoot > tr > td {
    padding-left: 4px;
    padding-right: 4px;
}

table.kv-grid-table > tbody > tr > td.p-0 {
    padding:0;
}

.text-md table.kv-grid-table {
    font-size: 1.4rem;
}


.label-black {
    background-color: #000 !important;
}

.label-brown, .bg-brown {
    background-color: #795548 !important;
}

.label-lightblue {
    background-color: #cdeefd !important;
    color:#444 !important;
}

.label-lightnavy {
    background-color: #5A6E82 !important;
}

.label-lightprimary {
    background-color: #80B5D3 !important;
}

.label-strongprimary {
    background-color: #357CA5 !important;
}

.label-lightwarning {
    background-color: #F7BF65 !important;
}

.label-strongwarning {
    background-color: #DB8B0B !important;
}

.label-purple {
    background-color: #605CA8 !important;
}

.text-red {
    color:red;
}

.text-gray {
    color:gray;
}

.text-white {
    color:white !important;
}

.bg-warning-important {
    background-color: #fcf8e3 !important;
}

td.full-width-label .label {
    display:block;
}

.nav-stacked > li > a {
    color:#3c8dbc;
    overflow:hidden;
}

.nav-stacked > li > div {
    position:relative;
    padding: 10px 15px;
    border-left: 3px solid transparent;
}

.nav-stacked > li > div.inactive {
    color:#c0c0c0;
}

.nav-stacked > li > div.footerPanel {
    padding: 0 0 5px 25px;
    color:black;
}

.btn-toolbar > .dropdown > .btn {
    margin-left:5px;
    margin-top:5px;
}

.btn-toolbar-lg .btn {
    margin-bottom:5px;
}

div.wrapper {
    position:relative;
}

/*
.table-responsive {
        min-height:400px;
}
*/

.kv-panel-before {
    padding-top:5px;
}

.kv-panel-before .btn {
    margin-top:5px;
}

.size-normal {
    font-size:100%;
    font-weight:normal;
}

.label-container .label {
    line-height:2;
}

div.search-box .box-title {
    font-size:13px;
    display:block;
}

div.search-box .box-title > a {
    padding:10px;
    display:block;
}

div.search-box .box-title .fa-plus:before {
    content: "\f105"; /* fa-angle-right */
}

div.search-box .box-title .fa-minus:before {
    content: "\f107"; /* fa-angle-down */
}

div.search-box.box-solid > .box-header a:hover {
    background:none;
    color:white;
}

div.search-box div.box-header {
    padding:0;
}

div.cbx-empty-col {
    width:60px;
    height:20px;
    font-size:13px;
}

table.empty-col-table th {
    padding-right:8px;
    font-weight:normal;
}

table.kv-grid-table .label {
    font-size:10.5px;
}

table.kv-grid-table .label.label-lg {
    font-size:1em;
}

th.freight-load {
    color:white;
    background-color:#F39C12;
}

th.freight-unload {
    color:white;
    background-color:#00A7D0;
}

.flags-container{
    background-color: #337ab7;
    margin: 2px 1px;
    padding: 3px;
    border-radius: 2px;
    display: inline-block;
}

.small-flag {
    width:18px;
    vertical-align: text-bottom;
    border:1px solid #f8f8f8;
    margin-bottom:1px;
}

.flag-md {
    width: 26px;
    border:1px solid #f8f8f8;
    margin-left: 2px;
    margin-right: 2px;
}

img.loading-img {
    display:block;
    margin:0 auto;
}

.callout-car-set-route {
    background-color:#d6f5f5;
    border-color:#30bbbb;
}

.table > thead > tr.groupLightRow > th {
    padding:4px 8px;
}

.label-md, table.kv-grid-table .label-md {
    font-size:100%;
}

table.kv-grid-table hr {
    margin-top:2px;
    margin-bottom:2px;
}

.runningFreight {
    background-color:#86DBB4 !important;
}

.pinFreight {
    opacity:0.25 !important;
}

table tr.row-muted {
    background-color:#b5bbc8 !important;
}

.extgridview-empty {
    font-size:12px;
    padding:4px;
    opacity:0.5;
}

.bg-default {
    background-color: #F5F5F5;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-lightgray {
    background-color: #F9F9F9 !important;
}

.bg-lightgreen {
    background-color: #69C795 !important;
}

.bg-lightorange {
    background-color: #FBB376 !important;
}

.text-lightgreen {
    color: #69C795 !important;
}

.text-lightorange {
    color: #FBB376 !important;
}

.bg-strongyellow {
    background-color: #f8f800 !important;
    color: #000;
}

.text-strongyellow {
    color: #f8f800 !important;
}

.width100 {
    width:100px;
}

.box.box-solid > .box-header .popover .btn-primary:hover {
    background-color: #367fa9;
}

.box.box-solid > .box-header .popover .btn.btn-default {
    background-color: #f4f4f4;
    color: #444;
}

.box.box-solid > .box-header .popover .btn.btn-default:hover {
    background-color: #e7e7e7;
    color: #333;
}

.popover {
    font-family: 'Source Sans Pro';
}

.popover label, .box.box-solid > .box-header .popover label {
    color: #444;
    font-size:80%;
}

.box.box-solid > .box-header .popover {
    color: #000;
}

body.modal-open {
    overflow:auto;
    padding-right:0 !important;
}

.tooltip-container-text-left .tooltip-inner {
    text-align: left;
}

.nav-tabs.primary {
    border-bottom:1px solid transparent;
}

.nav-tabs.primary > li > a {
    border: 1px solid #eee;
    border-bottom-color: transparent;
    background-color:#fdfdfd;
}

.nav-tabs > li.default > a {
    /*background-color:#eee;*/
}

.nav-tabs.primary > li.active > a {
    background-color:#337ab7;
    color:white;
    font-weight:bold;
}

.bg-yellow a, .bg-yellow a:hover, .bg-yellow a:active, .bg-yellow a:focus {
    color:white;
}

.bg-red a, .bg-red a:hover, .bg-red a:active, .bg-red a:focus {
    color:white;
}

.table > tbody > tr.success > td {
    color:#333;
}

.table > tbody > tr.success > td a {
    color:#72afd2;
}

.datepicker .cw {
    font-size:15px;
    color:#337ab7;
}

div.oldCarSetItem, div.newCarSetItem {
    background-color:#f4f4f4;
    font-size:12px;
    padding:4px;
    border-radius: 4px;
    margin-bottom:4px;
}

div.oldCarSetItem.changed {
    background-color:#f2dede;
}

div.newCarSetItem.changed {
    background-color:#dff0d8;
}

.label.label-pin {
    padding: 0.1em 0.4em;
    cursor: default;
}

@media (min-width: 768px) {
    .modal-width-md .modal-dialog {
        width: 800px;
    }
}

.dropdown-menu {
    background-color: #fafafa;
}

.dropdown-menu li > a[data-disabled] {
    opacity: 0.5;
}

.label.label-lg {
    font-size:100%;
}

.box-card label {
    margin-bottom:0;
    margin-right:5px;
}

.tt-menu {
    min-width:auto;
    width:auto;
}

.modal-box-compact .modal-body {
    padding-top:0;
    padding-bottom:0;
}

@media (max-width: 480px) {
    div.table-responsive table.detail-view {
        /*table-layout: fixed;*/
    }
}

.modal-body .twitter-typeahead .tt-input[readonly] {
    background-color:white !important;
}

@media screen and (max-width: 480px) {
    .kv-table-wrap th {
        display:none;
    }

    .navbar-custom-menu .navbar-nav>li>a {
        padding:15px 5px;
    }

    .kv-table-wrap tr > td:first-child {
        font-size:1.2em;
    }
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav {
        float: left;
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right:inherit;
    }
}

.wrapper {
    overflow:visible;
}

.detail-view-heading-link {
    font-size:1em;
}

.detail-view-heading-link:hover {
    color:inherit;
}


/* Usunąć po zaktualizowaniu bibliotek Yii2 na serwerze { */
.panel-primary .kv-action-btn {
    color: #d9edf7;
}

.panel-primary .kv-action-btn:hover {
    color: #c4e3f3;
}

.panel-info .kv-action-btn {
    color: #31708f;
}

.panel-info .kv-action-btn:hover {
    color: #245269;
}

.kv-action-btn {
    margin: 0 2px;
    padding: 0 5px;
    background: none;
    border: none;
    font-size: 16px;
}

.kv-action-btn:focus {
    outline: 0;
}

.panel-primary .kv-action-btn {
    color: #d9edf7;
}

.panel-primary .kv-action-btn:hover {
    color: #c4e3f3;
}
/* } Usunąć po zaktualizowaniu bibliotek Yii2 na serwerze  */

div.pdf-container {
    font-size:1em;
}

div.pdf-container table {
    width:100%;
    font-size:1em;
    border-spacing:0;
    border-collapse:collapse;
}

div.pdf-container table th {
    vertical-align:top;
    font-weight:bold;
}

div.pdf-container table td {
    vertical-align:top;
}

div.pdf-container div.pdf-order table th {
    text-align:center;
    background-color:black;
    color:white;
    padding-top:0.25em;
    padding-bottom:0.25em;
    border:1px solid black;
}

div.pdf-container div.pdf-order table td {
    border:1px solid black;
    padding:0.5em;
    line-height:1.25em;
}

div.pdf-container table.no-padding th, div.pdf-container table.no-padding td {
    padding:0;
}

table.pdf-header, table.pdf-footer {
    width:100%;
    font-size:0.85em;
    border-spacing:0;
    border-collapse:collapse;
}

table.pdf-header th, table.pdf-footer th {
    text-align:center;
    color:white;
    background-color:black;
    border:1px solid black;
}

table.pdf-header td, table.pdf-footer td {
    border:1px solid black;
    vertical-align:top;
}

table.pdf-header .blank, table.pdf-footer .blank {
    color:white;
    background-color:white;
    border:0 none white;
}

div.pdf-container .font-size-sm {
    font-size:0.85em;
}

div.pdf-container .font-size-xs {
    font-size:0.75em;
}

div.pdf-container h2.section {
    font-size:1.7em;
    text-decoration:underline;
    font-weight:bold;
    margin-bottom: 1em;
}

div.pdf-container ul li {
    margin-bottom:8px;
}

div.pdf-container div.pdf-invoice {
    font-size:10pt;
}

div.pdf-container div.pdf-invoice h1 {
    font-size:0.2em;
    font-weight:bold;
    margin:0;
    margin-bottom:2px;
}

div.pdf-container div.pdf-invoice h2 {
    font-size:1.2em;
    font-weight:bold;
    margin:0;
    margin-bottom:2px;
}

div.pdf-container div.pdf-invoice p {
    margin:0;
    margin-bottom:2px;

}

div.pdf-container table.invoice-orders th {
    border-bottom:1px solid black;
    text-align:center;
    font-size: 0.9em;
}

div.pdf-container table.invoice-orders tr.header-normal td {
    border-bottom:1px solid black;
    text-align:center;
}

div.pdf-container table.invoice-orders th.text-left {
    text-align: left;
}

div.pdf-container table.invoice-orders th.text-right {
    text-align: right;
}

div.pdf-container table.invoice-orders td {
    padding: 4px 0;
    text-align:center;
}

div.pdf-container table.invoice-orders td.text-left {
    text-align: left;
}

div.pdf-container table.invoice-orders td.text-right {
    text-align: right;
}

div.pdf-container tr.invoice-items-summary td {
    padding-top:10px;
    border-top:1px solid black;
    font-size: 1em;
    text-align: right;
}

div.pdf-container tr.invoice-items-summary-group td {
    padding-top:0px;
}

div.pdf-container tr.invoice-items-pln-summary th {
    font-size: 0.9em;
    font-weight: normal;
    border-bottom-style: none;
}

div.pdf-container tr.invoice-items-pln-summary td {
    font-size: 0.9em;
}

.pdf-content2 ul {
    font-size:30pt;
    color:green;
}

.invoice-orders tr.border-top td {
    border-top:1px solid #000;
}

.invoice-orders tr.border-bottom td {
    border-bottom:1px solid #000;
}

table.invoice-vat-summary th, table.invoice-vat-summary td {
    border: 1px solid #000;
    padding: 5px;
    line-height: 1.5;
}

table.invoice-vat-summary td .pln {
    font-size: 0.7em;
}

.detail-view-relational-item {
    display:inline-block;
    background-color:#e8e8e8;
    margin-right:10px;
    margin-bottom:10px;
    padding-left:4px;
    border:2px solid #e0e0e0;
    border-radius:4px;
}

.relational-item-form-control {
    padding:1px 10px;
    border:1px solid #d2d6de;
}

.toggle-title:after {
    font-family:FontAwesome;
    content: "\f078";
    margin-left: 8px;
}

.toggle-title.collapsed:after {
    content: "\f054";
}

.toggle-title.full-width {
    display: block;
}

.toggle-title.full-width:after {
    float: right;
}

.list-group-item {
    overflow:hidden;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding:3px 6px;
    height:auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:inherit;
    margin-top:0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:20px
}

.select2-results__option {
    padding:3px 6px;
    font-size:12px;
}

.select2-search--dropdown .select2-search__field {
    padding:3px;
    font-size:12px;
}

.btn-margin-left {
    margin-left:15px;
}

.text-tooltip {
    color: #00c0ef;
    cursor: pointer;
    border-bottom: 1px dashed #00c0ef;
}

div.help {
    padding:10px;
    padding-bottom:20px;
    margin-bottom:20px;

}

div.help h1 {
    font-size:30px;
    margin-top:5px;
}

div.help h2 {
    font-size:22px;
    margin-top:0;
    margin-bottom:20px;
}

div.help ul li, div.help ol li {
    margin-top:3px;
    margin-bottom:3px;
}

.progress-bar {
    color: #333;
}

button.kv-editable-value {
    padding:0;
    border-width:0;
}

.btn-container > a.btn, .btn-container > div.btn-group {
    margin-left:5px;
    margin-right:5px;
}

.overflow-visible {
    overflow:visible !important;
}

.overflow-hidden {
    overflow:hidden !important;
}

.tile{
    height: 30vh;
    background-color: #d2d6de;
    padding-top: 7vh;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    display: block;
    transition: 0.3s;
}
.tile:hover,
.tile:active,
.tile:focus{
    transform: scale(0.97);
}
.tile .badge{
    background-color: #f39c12;
    font-size: 26px;
    position: absolute;
    left: 53%;
    margin-top: -10px;
}
.tile .tile-icon{
    font-size: 10vh;
    text-align: center;
    display: block;
}
.tile-text{
    margin-top: 15px;
    font-size: 3vh;
    text-align: center;
}

.change-driver-state .list-group a.list-group-item{
    text-align: center;
}
.change-driver-state .list-group a.list-group-item.current-state{
    color: #148cca;
}
.change-driver-state .state-text{
    font-size: 1.6em;
}
.change-driver-state .panel-body{
    text-align: center;
}

.table-large tr td {
    padding: 10px !important;
    font-size: 1.2em;
}

.table-print{
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
    border-collapse: collapse;
}

.table-print td, .table-print th{
    padding: 10px;
    border: 1px solid #000;
}
.table-print th{
    font-weight: bold;
}
.table-print-sm{
    font-size: 9px;
}
.table-print-sm td, .table-print-sm th{
    padding: 5px;
}

.table-last-border tr:last-child > th, .table-last-border tr:last-child > td {
    border-bottom: 1px solid #f4f4f4;
}

.tooltip-errors {
    text-align: left;
    width: 300px;
    min-width: 300px;
}
.panel-title .kv-alert {
    font-size: 14px;
}

.text-xs {
    font-size:10px;
}

.no-padding-modal-body .modal-body {
    padding:0;
}

.no-padding-modal-body .modal-body .panel {
    margin-bottom:0;
}

table.profit-calc tr td {
    border-bottom: 1px solid #f4f4f4;
    padding-top:5px;
}

table.profit-calc td.label-col {
    padding-right:30px;
}

table.profit-calc-table {
    width: 100%;
}

table.profit-calc-table td, table.profit-calc-table th {
    text-align: center;
}

table.profit-calc-table th {
    background-color: #F9F9F9;
    padding: 3px 0;
}

table.profit-calc-table tr td {
    border-top: 1px solid #f4f4f4;
}

table.profit-calc-table tr.selected {
    outline: 2px solid #00A7D0;
}

table.profit-calc-table tr.selected td {
    background-color: #00c0ef;
    color: white;
    border-top: 0 solid white;
}

.table-bordered-black {
    border-collapse:collapse;
}

.table-bordered-black th, .table-bordered-black td {
    border: 1px solid black;
    padding: 5px;
}

.form-group label {
    font-weight: normal;
}

.form-sm {
    font-size: 12px;
}

.form-sm .form-control, .form-sm .input-group-addon {
    font-size: 12px;
    height: auto;
    padding: 2px 5px;
}

.form-sm .form-group {
    margin-bottom: 4px;
}

.form-sm .form-group .help-block {
    margin-top: 0;
    margin-bottom: 0;
}

.form-sm .form-group label {
    margin-bottom: 3px;
}

.form-sm td.form-data {
    padding: 4px;
}

.form-inline .control-label {
    margin-right: 10px;
}

ol.multi-level-list, ol.multi-level-list ol {
    counter-reset: item;
}

ol.multi-level-list li {
    display: block;
    counter-increment: item;
}

ol.multi-level-list li::before {
    content: counters(item, ".") ". ";
    font-weight: bold;
    padding-right: 5px;
}

.input-group .input-group-addon, .input-group .input-group-addon > button {
    background-color: #eee;
}

.input-group .input-group-addon:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-daterange .input-group-addon {
    border-left: 0 none white;
}

.pjax-loading-cover {
    background-color: rgba(255,255,255, 0.5);
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pjax-loading-cover i {
    font-size: 80px;
    color: #148cca;
}

.body-loading-cover {
    background-color: rgba(255,255,255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-loading-cover i {
    font-size: 80px;
    color: #000;
    opacity: 0.2;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    font-size: 80px;
    color: #148cca;
}

.kv-grid-table .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.small .panel-heading > h3.panel-title {
    font-size: 14px;
}

.box.box-solid.box-default > .box-header .btn-primary {
    color: #fff;
}

.box.box-solid > .box-header .btn-primary:hover {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #72afd2;
}

.panel-primary .btn-link.text-white:hover, .panel-primary .btn-link.text-white:focus {
    color: #fff;
}

a.btn-link.disabled {
    opacity: 0.3;
    cursor: default;
}

.btn-toolbar-vertical .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.base-modal div.modal-footer {
    padding: 0;
    border-top: 0 none transparent;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 0;
    margin-left: 5px;
}

.select2-container--krajee .select2-selection__clear {
    top: 0
}

.alert-detail-view .alert, .alert-detail-view .well {
    padding: 5px 10px;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input-group.date .input-group-addon.kv-date-set {
    cursor: pointer;
}

.box-header-dark .btn-box-tool {
    color: #fff;
}

.box-sm {
    font-size: 12px;
}

.box-sm .box-header .box-title {
    font-size: 14px;
}

.box-sm .box-header {
    padding: 5px 10px;
}

.box-sm .box-header > .box-tools {
    top: 0;
}

.box.box-solid.box-default > .box-header a.box-header-link {
    color: #3c8dbc;
    margin-left: 10px;
    font-size: 0.9em;
}

.no-transparent .btn.disabled {
    opacity: 100 !important;
}

.nav-tabs-custom-sm .nav > li > a {
    padding: 3px 15px;
}

.box-unstyled {
    margin-bottom: 5px;
    border-top: 0 none white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.box-unstyled > .box-body {
    padding: 0;
}

.radio-list-btn {
    width: 100%;
    text-align: left;
    margin: 6px 0;
}

.radio-list-btn.non-selected {
    background-color: #c0c0c0 !important;
}

.box.box-solid.box-default > .box-header a {
    color: white;
}

td.checkbox-container div.checkbox {
    margin-top: 0;
}

.white-links a, .white-links a:hover, .white-links a:focus {
    color: white;
}

.kv-grid-table .btn-icon a {
    margin-left: 3px;
    margin-right: 3px;
}

/* Usunięcie problemu z wyświetlaniem okien popover wewnętrz GridView - były obcinane */
.kv-grid-container {
    position: static;
}

/* Ukrycie dolnego panelu w GridView, gdy jest pusty */
.kv-panel-after:empty {
    padding: 0;
    border: 0 solid transparent;
}

form.canceled table td, form.deleted table td {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fafafa;
}

.nav-tabs-custom>.tab-content {
    background-color: #fafafa;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #888;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #888;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.popover-text-black .popover {
    color: #333333;
}

.callout-primary {
    background-color: #337ab7;
    color: #fff;
    border-left: 0 none white;
}

.border {
    border: 1px solid #e0e0e0;
}

.rounded {
    border-radius: 0.5rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.text-normal {
    font-weight: normal!important;
}

.day-status {
    color: #fff;
}

table.kv-grid-table tbody td div.day-status {
    height: 30px;
    border-top: 3px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2px;
}

table.kv-grid-table tbody td div.day-status.empty {
    background-color: #f8f8f8!important;

}
table.kv-grid-table tbody td div.day-status.not-working-day {
    border-top-color: #FFC107;
}

table.kv-grid-table > tbody > tr > td.day-status-container {
    padding: 2px;
}

table.day-status-table th.today {
    position: relative;
}

table.day-status-table th.today::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 192, 239, 0.5), rgba(0, 172, 214, 0.2));
}

table.day-status-table th.is-not-working {
    background-color: rgba(243, 156, 18, 0.2);
}

.fa-sm {
    font-size:0.7em;
}

.day-box .popover, .day-status .popover {
    color: #000;
}

.pdf-container blockquote {
    border-left: 0 none transparent;
    border: 1px solid #000;
}

ul.checkbox-list li {
    padding-bottom: 0.75rem;
}

ul.checkbox-list li:not(.checked) {
    opacity: 0.5;
}

ul.checkbox-list li .fa {
    font-size: 15px;
}

input[type="checkbox"]:disabled {
    opacity: 0.25;
}

.border-orange {
    border-color: #FF851B;
}

.border-primary {
    border-color: #3c8dbc;
}

.border-aqua {
    border-color: #00c0ef;
}

.border-round {
    border-radius: 5px;
}

.border-round-top {
    border-radius: 5px 5px 0 0;
}

.radio-cards {
    position: relative;
    vertical-align: middle;
    display: flex;
}

.radio-cards .radio {
    margin: 0 10px 0 10px;
    flex: 1 1 0px;
    align-content: stretch;
}

.radio-cards label {
    cursor: pointer;
    padding-left: 0;
    display: block;
    height: 100%;
}

.radio-cards label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

.radio-cards label div {
    padding: 10px;
    border: 1px solid #bbb;
    color: #777;
    border-radius: 5px;
    user-select: none;
    text-align: center;
    height: 100%;
}

.radio-cards label input:checked+div {
    border-color: rgba(0 0 0 / 15%);
    background-color: rgba(13 202 240 / 20%);
    color: #000;
    box-shadow: 0 0 0 0.25em rgb(13 202 240);
}

.radio-cards label input:not(:checked)+div:hover {
    background-color: rgba(13 202 240 / 10%);
}

.btn-toolbar-center {
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

.btn-toolbar-center > .btn {
    min-width: 120px;
}

.calendar {
    border-collapse: collapse;
    font-size: 1em;
}

.calendar td {
    border: 1px solid #f0f0f0;
}

.calendar th {
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0!important;
}

.calendar td.day {
    padding: 0.25em;
}

.calendar td.day-inactive {
    color: transparent;
}

.calendar .day-box {
    padding: 0.35em;
    border-radius: 0.25em;
    border: 1px solid #e0e0e0;
}

.calendar .day-box {
    padding: 0.35em;
    border-radius: 0.25em;
    border: 1px solid #e0e0e0;
}

.calendar-legend {
    margin-top:10em;
    width: auto !important;
}

.calendar-legend td {
    padding: 0.5em;
    padding-right: 10em;
}

.calendar.driver-settlement .day-complete {
    background-color: #00a65a !important;
    color: #fff !important;
}

.calendar.driver-settlement .day-incomplete {
    background-color: #7FD2AC !important;
    color: #fff !important;
}

.calendar .day-box-float {
    padding: 0;
    border-radius: 0.25em;
    border: 1px solid #e0e0e0;
    float: right;
    display: grid;
}

.calendar .day-box-float .day-status {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
}

.day-status-legend {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.25em;
}

@media print {
    .calendar td.day-inactive {
        color: #fff;
    }

    .calendar td.day-complete {
        background-color: #00a65a !important;
        color: #fff;
    }

    .calendar td.day-incomplete {
        background-color: #7FD2AC !important;
        color: #fff;
    }

}

tr.border-bottom-light-gray > td {
    border-bottom: 1px solid #ddd !important;
}

.icon-bar > span, .icon-bar > i {
    margin-left: 2px;
    margin-right: 2px;
}

.alert a.btn {
    text-decoration: none;
}

tr.text-normal > th {
    font-weight: normal;
}

.text-sm .panel-title {
    font-size: 12px;
}

.kv-edit-mode .kv-edit-d-inline {
    display: inline;
}

.dropdown-header {
    font-size: inherit;
}

.show-inside-modal {
    visibility: hidden;
}

.modal .show-inside-modal {
    visibility: visible;
}

.hide-caret .caret{
    display: none;
}

.box.box-solid>.box-header .dropdown-menu a {
    color: #777;
}

ul.nav-tabs li span.badge {
    vertical-align: initial;
}

.header-link {
    color:white;
    float:left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
}

.header-link:hover, .header-link:active, .header-link:focus {
    color:white;
    background-color: rgba(0,0,0,0.1);
}

.btn .caret {
    margin-left: 3px !important;
}

.button-cards {
    display: flex;
    gap: 16px;
}

.button-cards > .button-card {
    display: block;
    text-align: center;
    flex: 1 1 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    color: #333;
    background-color: rgba(13, 202, 240, 0.05);
}

.button-card:hover {
    color: #333;
    box-shadow: 0 0 0 0.25em rgb(13, 202, 240);
    background-color: rgba(13, 202, 240, 0.2);
}

.company-logo {
    max-width: 256px;
    max-height: 256px;
    width: auto;
    height: auto;
}/*** END FILE: /var/www/apps/spd/web/assets/css/site.css ***/
/*** BEGIN FILE: /var/www/apps/spd/web/assets/css/utils.css ***/
/*!
 *   Utils from:
 *
 *   AdminLTE v3.1.0
 *   Bootstrap v4.6.0
 */
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.text-height-1 {
    line-height:1 !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-grid {
    display: grid;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.flex-1 {
    flex: 1;
}

.flex-fill-equal > * {
    flex: 1 1 0;
}

.gap-1 {
    gap: 0.25em;
}

.gap-2 {
    gap: 0.5em;
}

.gap-3 {
    gap: 1em;
}

.gap-4 {
    gap: 1em;
}

.gap-4 {
    gap: 1.5em;
}

.gap-5 {
    gap: 3em;
}

.text-md {
    font-size: 1.4rem !important;
}

.text-lg {
    font-size: 1.75rem;
}

.border-0 {
    border: none!important;
}

.border-right-0 {
    border-right-width: 0!important;
}

.border-left-0 {
    border-left-width: 0!important;
}

.border-top-0 {
    border-top-width: 0!important;
}

.border-bottom-0 {
    border-bottom-width: 0!important;
}


.border-left-white {
    border-left-color: #fff;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.align-middle {
    vertical-align: middle !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.right-0 {
    right: 0;
}

.right-1 {
    right: 0.25em;
}


.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.gap-3 {
    gap: 1rem !important;
}

table.table-bordered caption {
    border: 1px solid #f4f4f4;
    border-bottom-width: 0;
}/*** END FILE: /var/www/apps/spd/web/assets/css/utils.css ***/
