/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7.10.2018, 11:39:49
    Author     : Tomas Bradle admin@tabox.eu
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

.navbar .navbar-brand img {
    height: 30px;
    width: auto;
    
    margin-top: -1.4rem;
    margin-bottom: -1.2rem;
}

.intro-2 {
    background-size: cover;
    /*background-position: center center;*/
    /*overflow: visible;*/
}

.intro-2 .mask {
    /*overflow: visible;*/
}

.intro-2 .container {
    height: 100%;
    /*position: relative;*/
}

.navbar {
    background-color: transparent;
}

.navbar,
.top-nav-collapse {
    background-color: #ffa500;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #ffa500;
    }
}

/*html,
body,
header,*/
.view {
    height: 100%;
    height: calc(100% - 1.4rem);
    height: 26rem;
    background-position: center -10rem;
}

html,
body,
header {}

.view.page-name-home {
    height: 100%;
    height: calc(100% - 1.4rem);
    height: calc(100vh - 4.0rem);
}

/*.view.page-name-rezervace {
    height: 100vh;
}*/

.view.page-name-home {
    background-position: center top;
}

main {
    margin-top: 12rem;
    margin-bottom: 10rem;
}



.hidden {
    display: none;
}





/* HOME -------------------------------------------- */

#home .card-deck.main-cards {
    /*position: absolute;
    bottom: -2rem;*/
    
    margin-top: -22rem;
    margin-bottom: 8rem;
}

@media (max-width: 576px) {

    #home .card-deck.main-cards {
        position: static;
        bottom: auto;
    }
    
}

#home .card-deck.main-cards .card {
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 140% 20%;
}

/* HOME - konec ------------------------------------ */



strong {
    font-weight: bold;
}





/* REZERVACE --------------------------------------- */

.reservation-form .form-check {
    height: 3rem;
    margin-bottom: .5rem;
    
    border-radius: 1.5rem;
    border: 1px solid #aaa;
}

.reservation-form .reservation-packets .form-check {
    height: auto;
    min-height: 3rem;
}

.reservation-form .storage-types .form-check {
    height: 2rem;
}

.reservation-form .form-check label {
    font-size: 120%;
    font-weight: 600;
    width: 100%;
}

.reservation-form .storage-types .form-check label {
    top: -.5rem;
    font-size: 100%;
}

.reservation-form .reservation-packets .form-check label {
    height: auto;
}

.reservation-form .form-check label .separator:nth-of-type(2) {
    display: none;
}

.reservation-form .form-check label .packet-desccription {
    display: inline-block;
    font-size: 70%;
    font-weight: 400;
    line-height: 1rem;
    padding-right: 1.25rem;
    padding-bottom: .5rem;
}

.reservation-form .form-check.form-check-inline {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.reservation-form .form-check.form-check-inline label {
    margin-top: -1.3rem;
}

.reservation-form .ajax-error-msg {
    font-size: 0.9rem;
    font-weight: 500;
    color: #f00;
    
    height: 1.35rem;
    margin-top: -.75rem;
    margin-bottom: -.75rem;
}

.reservation-form .invalid-feedback {
    font-weight: 500;
    color: #f00;
}
   
.reservation-form .reservation-term-date .calendar-table {
    display: block;
    width: 15.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
}
   
.reservation-form .reservation-term-date .calendar-table td {
    width: 2.2rem;
    padding: .45rem .6rem;
}

.reservation-form .reservation-term-times .reservation-term-times-content {
    height: 20rem;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 1.5rem;
}

.reservation-form .reservation-term-times .form-check {
    height: auto;
    min-height: 0;
    border: 0 none;
    padding-left: 0;
    
    margin-bottom: 0px;
}

.reservation-form .reservation-term-times .form-check label {
    font-size: initial;
    font-weight: 400;
    top: -1rem;
    bottom: auto;
    margin-bottom: -.5rem;
    height: 3rem;
    padding-top: .8rem;
    padding-bottom: .2rem;
}

.reservation-form .stepper .step-actions {
    text-align: center !important;
}
    
.reservation-form .stepper .step-actions .btn {
    margin-left: .375rem !important;
}

.reservation-form .reservation-term-times .form-check label::before, 
.reservation-form .reservation-term-times .form-check label::after {
    top: .8rem;
}

.reservation-form .reservation-term-times .list-group {
    width: 15.4rem;
    margin-left: auto;
    margin-right: auto;
}

.reservation-form .reservation-term-times .list-group .list-group-item {
    padding: .25rem 0.75rem;
}

.reservation-form .reservation-term-date .ajax-error-msg, 
.reservation-form .reservation-term-times .ajax-error-msg {
    padding-bottom: 1.5rem;
}

.reservation-form .step.step-contact .form-check {
    height: auto;
    min-height: 0;
    width: auto;
    border: 0 none;
}

.reservation-form .step.step-contact .form-check label {
    width: auto;
    font-size: initial;
    font-weight: 400;
}

.reservation-form .btn-reset-reservation {
    position: fixed;
    bottom: .2rem;
    right: .2rem;
    
    z-index: 20;
}

.reservation-form input.valid {
    border-bottom: 1px solid #ced4da !important;
    box-shadow: none !important;
}

@media (min-width: 1200px) {

    .reservation-form .form-check label .packet-desccription {
        font-size: 90%;
    }
    
}

@media (min-width: 768px) {
    
    .reservation-form .form-check label .separator:nth-of-type(2) {
        display: inline-block;
    }
    
    .reservation-form .reservation-packets .form-check {
        height: 3rem;
        min-height: 3rem;
    }
   
    .reservation-form .reservation-term-date .calendar-table {
        display: inline-block;
        width: auto;
        margin-left: initial;
        margin-right: initial;
    }
    
    .reservation-form .reservation-term-date .calendar-table td {
        width: auto;
        padding: .6rem .8rem;
    }

    .reservation-form .stepper .step-actions {
        text-align: left !important;
    }
    
    .reservation-form .stepper .step-actions .btn {
        margin-left: 0rem !important;
    }
    
    .reservation-form .reservation-term-times .list-group {
        width: auto;
        margin-left: initial;
        margin-right: initial;
    }
    
}

/* REZERVACE - konec ------------------------------- */




















.loader-wrapper {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 100;
}

.loader-wrapper.is-white {
    background: rgba(255, 255, 255, 0.7);
}









a,
a:link, 
a:visited {
    color: #ffa500;
    font-weight: 400;
}

a:hover,
a:active {
    color: #ffa500;
    text-decoration: underline;
}




