html,
body {
    height: 100%;
    font-size: 12px!important;
    line-height: 1!important;
}
.pointer {
    cursor: pointer;
}

.noselect {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.7;
    color:red!important;
}

.page-link {
    color: black;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container {
    padding: 70px 15px 20px;
}
.modal-xlg {
    width: 1200px;
}
.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;
}

.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 {
    white-space: nowrap;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 2px;
}

.modal-header .close {
    margin-top: 5px;
}
.modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-color: rgb(229, 229, 229);
}
.modal-body {
    max-height:500px;
    overflow-y:auto;
}
.sidebar-menu > li > a {
    padding: 6px 2px 6px 7px!important;
    display: block;
}
.treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 12px!important;
}
select.input-sm {
    height: 34px!important;
    line-height: 30px;
}
.grid-bulk-ok-button {
    height: 34px!important;
    background-color: #dd4b39!important;
    color:black!important;
}
@keyframes effect{
    0%, 50%{
        transform: scale(0);
    }
}


.zwrot {
    background: #efccc5;
}
.nadanie {
    background: #d6efc5;
}


.info-box-m {
    display: block;
    min-height: 45px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 5px;
}

.info-box-icon-m {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    background: rgba(0,0,0,0.2);
    background-color: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
}
.bg-m-green {
    background-color:#e6ffe6!important;
}
.bg-m-red {
    background-color:#ffcccc!important;
}
.bg-m-violet {
    background-color:#f0f0f5!important;
}
.bg-m-orange {
    background-color:#ffaa80!important;
}
.bg-m-blue {
    background-color:#ccf5ff!important;
}
.bg-m-fiolet{
    background-color:#d9b3ff!important;
}
.sidebar-menu li.header {
    padding: 5px 5px 5px 5px !important;
    font-size: 12px;
}
.skin-red .sidebar-menu > li.header2 {
    background: #1a2226;
}
.sidebar-menu li.header2 {
    padding: 3px 1px 3px 1px !important;
}
.padding-left {
    padding: 0px 0px 0px 10px !important;
}

.skin-red .sidebar-menu > li.header >span {
    font-size: 14px !important;
}
.user-panel > .info-user {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
    color:white;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px!important;
}

.tabs-above.tab-bordered .tab-content {
    background-color: white!important;
}

.tab-content {
    background-color: white;
}

.modal-xl {
    width: 1140px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px!important;
    line-height: 1!important;
    vertical-align: top!important;
    border-top: 1px solid #ddd!important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd!important;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
}

/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1;
}*/
/*.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 2px;
}*/
table th a {
    color: #000;
}
table th a:hover {
    color: #dd4b39;
}
/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1;
    vertical-align: top;
    border-top: 1px solid #ddd;
}*/

.panel-black > .panel-heading {
    color: #31708f;
    background-color: #000;
    border-color: #000;
}

.timeline > .fa, .timeline > .glyphicon, .timeline > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    background-color: rgb(210, 214, 222);
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}



/* === STANY POJAZDÓW – PLAN DNIA === 

#FADADD  <!-- pastelowy róż -->
#FFE5B4  <!-- pastelowa brzoskwinia -->
#FFF1B6  <!-- pastelowy żółty -->
#DFF5EA  <!-- pastelowa mięta -->
#D6EAF8  <!-- pastelowy błękit -->
#E8DAEF  <!-- pastelowa lawenda -->
#E2F0CB  <!-- pastelowa pistacja -->
#F0E5CF  <!-- pastelowy beż -->

*/





.tr-stan-NE {
    background-color: #FADADD !important; /* oznacza przestoje pojazdów oczekujących na likwidację od momentu pisemnego zatwierdzenia wniosku o likwidację przez właściwego Dyrektora RD, jego Zastępcę lub osobę upoważnioną, przestoje te nie są zaliczane do wozodni posiadania pojazdu */
}

.tr-stan-ND {
    background-color: #FFE5B4  !important; /*  oznacza przestoje pojazdów przeznaczonych do likwidacji do chwili pisemnego zatwierdzenia wniosku o likwidację przez właściwego Dyrektora RD */
}
.tr-stan-N {
    background-color: #FFF1B6 !important; /* oznacza przestoje pojazdów niesprawnych technicznie, pozostających w naprawach w warsztatach własnych, względnie oczekujących na ich wykonanie */
}

.tr-stan-IK {
    background-color: #DFF5EA !important; /* oznacza przestoje pojazdów z powodu braku kierowcy */
}

.tr-stan-I {
    background-color: #D6EAF8!important; /* oznacza przestoje pojazdów oczekujących na rejestrację (np. zmiana właściciela, wykup z leasingu, przejęcie z innego RD), oczekujących na części zamienne, ogumienie oraz przestojów niesprawnych technicznie pojazdów związanych z naprawami w stacjach zewnętrznych poza bazą RD,
    */
}


.tr-stan-P {
    background-color: #E8DAEF  !important; /* PRACA DEFAULTOWE ! */
}

.tr-stan-Z {
    background-color: #E2F0CB !important; /* oznacza przestoje pojazdów o pełnej gotowości eksploatacyjnej i braku zapotrzebowania, pozostających w rezerwie bez wyjazdu do użytkownika */
}

.tr-stan-S {
    background-color: #F0E5CF !important; /* oznacza przestoje pojazdów, pozostających w pełnej sprawności eksploatacyjnej, ale niepracujące jedynie z powodu niedziel, świąt i dni wolnych */
}


.model-badge {
    border-radius: 0.35rem;    /* ładniejsze zaokrąglenie */
    line-height: 1.4;
}

.model-badge {
    font-size: 1rem!important;
    padding: 0.55em 0.8em;
}

.model-badge:hover {
    background-color: #f8f9fa;
}


.buttons-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}


.model-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    transition: 0.2s;
}

.model-card:hover {
    background: #f8f9fa;
    border-color: #bfc5ca;
}

.model-card i {
    font-size: 14px;
}

.model-name {
    font-weight: 500;
}

#toast-container > .toast-error {
    background-color: #ff4c4c;
    font-size: 15px;
    min-width: 500px;
}
#toast-container > .toast {
    min-width: 500px!important;
    font-size: 15px !important;
}
.toast-message {
    min-width: 500px!important;
    font-size: 15px !important;
}
.bg-light-silver{
    background-color: #DBDBDB!important;
}

