@import url('bootstrap-extended.css');
@import url('colors.css');
@import url('components.css');
.card-header .heading-elements,
.card-header .heading-elements-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: inherit;
    width: 75%;
    text-align: right;
}

.modal-content form {
    text-align: left;
}

.filtry label {
    color: black;
}

#ulozitzmeny-id {
    display: none;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
    color: #555;
    border-top: 3px solid #1f9ff2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 18px;
}

.nav.nav-tabs.nav-top-border .nav-item a {
    color: #1f9ff2;
}

.tab-content {
    width: 100%;
}

.form-section {
    line-height: 3rem;
    margin-bottom: 20px;
    color: #2c303b;
    border-bottom: 1px solid #bdc2c9;
}

#platby-karta-seznam {
    min-height: 100px;
    width: 100%;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}

#karta-auta .modal-dialog {
    max-width: 85%;
}

#smlouvy .modal-dialog {
    max-width: 60%;
}

#kartabody .gallery a {
    display: block;
    /*height: 115px;  */
    overflow: hidden;
}

.repeater label {
    display: none;
}

.custom-file-label::after {
    content: 'Vybrat soubor';
}

.custom-file-label:hover {
    cursor: pointer;
}

.help-block li {
    list-style: disc
}

.help-block ul {
    margin: 0;
}

form .form-control {
    color: #3d3d3d;
    border: 1px solid #bababa;
}

.modal-header {
    border-bottom: 1px solid #e1e1e1;
}

.modal-footer {
    border-top: 1px solid #e1e1e1;
}

.blockUI.blockMsg.blockElement {
    margin: auto !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    height: 20px !important;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 7px;
    left: 7px;
}

.legenda {
    padding: 0 20px;
}

.legenda i {
    position: relative;
    top: 4px;
}

a.vraceni-auta,
a.pujceni-auta {
    display: inline-block;
    background: #1f9ff2;
    padding: 1px;
    border-radius: 4px;
    color: white;
}

a.vraceni-auta:hover,
a.pujceni-auta:hover {
    opacity: 0.8;
    color: white
}

.picker {
    color: black;
}

.range_inputs button {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.picker__nav--prev:before,
.picker__nav--next:before,
.picker__button--close:before {
    font-family: 'LineAwesome' !important;
}

.picker__nav--next:before {
    content: '\f112';
}

.picker__nav--prev:before {
    content: '\f111';
}

.picker__button--close:before {
    content: '\f342';
}

#table-list {
    width: 100% !important;
}

.table th,
.table td {
    padding: .65rem 1rem;
}

.table-res {
    width: 100%
}

.table-res tbody tr td:last-child {
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
    .table th,
    .table td {
        padding: .45rem 0.5rem;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .card-header .heading-elements {
        position: relative;
        right: 0;
        width: 100%;
        /*display: none;*/
    }
    .card-header .heading-elements.visible {
        display: block;
    }
    .card-header .heading-elements-toggle {
        width: 50%;
    }
    .heading-elements a,
    .heading-elements button,
    .heading-elements>div {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .modal-backdrop {
        z-index: 995;
    }
    .header-navbar {
        z-index: 990 !important;
    }
}

@media (max-width: 550px) {
    .hidemobile {
        display: none;
    }
    .nav-tabs .nav-item i {
        font-size: 24px;
    }
}