.calendar-container {
    width: 100%;
    margin-top: 25px;
}

.calendar-base {
    border-radius: 0;
    background-color: white;
    position: relative;
    z-index: 1;
    color: black;
    float:left;
    width:70%;
    overflow:hidden;
    margin-left:40px;
}

.year {
    color: #E8E8E8;
    font-size: 30px;
    float: right;
    position: relative;
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.triangle-left {
    width: 0;
    height: 0;
    top:8px;
    margin-right:10px;
    border-top: 10px solid transparent;
    border-right: 20px solid #E8E8E8;
    border-bottom: 10px solid transparent;
    float: right;
    position: relative;
}

.triangle-right {
    width: 0;
    height: 0;
    top:8px;
    margin-left:10px;
    border-top: 10px solid transparent;
    border-left: 20px solid #E8E8E8;
    border-bottom: 10px solid transparent;
    float: right;
    position: relative;
}

.months a:hover{
    color:#27AE60; !important;
    cursor:pointer;
}

.months a{
    color: #AAAAAA;
    position: relative;
    width:100%;
    word-spacing: 10px;
    display: inline-block;
    margin:0 auto;
}

.month-line {
    border-color: #E8E8E8;
    position: relative;
    margin:0 auto;
    width: 100%;
}

.days {
    color: #AAAAAA;
    position: relative;
    font-size: 18px;
    word-spacing: 35px;
    margin:25px 0px;
    width:100%;
    font-weight: 600;
}


@media screen and (max-width: 920px) {
    .days{
        color: #AAAAAA;
        position: relative;
        font-size: 16px;
        word-spacing: 35px;
        margin: 5px 0px;
        width: 100%;
        font-weight: 600;
    }

    .calendar-base {
        border-radius: 0;
        background-color: white;
        position: relative;
        z-index: 1;
        color: black;
        float:left;
        width:100%;
        overflow:hidden;
        margin-left: 0px;
    }
}

@media screen and (max-width: 460px) {
    .days{
        color: #AAAAAA;
        position: relative;
        font-size: 10px;
        word-spacing: 35px;
        margin: 5px 0px;
        width: 100%;
        font-weight: 600;
    }
}




.num-dates {
    float: left;
    width:100%;
    position: relative;
    z-index: 1;
}

.num-dates-wraper {
    width:45px;
    height:45px;
    line-height:45px;
    font-size:18px;
    color:#707070;
    border-radius: 50%;
    position: relative;
}

@media screen and (max-width: 920px) {
    .num-dates-wraper {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #707070;
        border-radius: 50%;
        position: relative;
    }
}

.num-dates-wraper-day{
    
}

.num-dates-wraper-month{
    display:none;
}

.num-dates-wraper-year{
    display:none;
}


.num-dates-wraper:hover {
    background-color: rgba(228, 228, 228, 0.62);
    cursor: pointer;
}

.selectable-date{}
.non-selectable-date {}

.selected {
    background-color: orange !important;
    cursor: pointer;
}

.selectedMonth  {
    text-decoration: underline;
    color: orange !important;
    cursor: pointer;
}

/*temporary*/
.red-div {
    color:#fc0000;
    font-weight:bold;
    position: relative;
}

.calendar-left {
    margin:25px 0px;
    height: 450px;
    border-radius: 20px 0px 0px 20px;
    background-color: #80a71d;
    position: relative;
    z-index: 1;
    color: white;
    float:left;
    width:15%;
    min-width: 130px;
    overflow:hidden;
    text-align: center;
}

.num-date {
    font-size: 105px;
    font-weight: 700;
    position: relative;
    top: 50px
}

.day {
    margin: 0px auto;
    font-size: 30px;
    position: relative;
    top:170px;
}

.event-line {
    width: 90%;
    top:90px;
    position: relative;
    
}

/*************************************************************************************/
/*CSS PRO JEDNOTLIVÉ INPUTY: KATEGORIE A KRMIVO*/
/*************************************************************************************/

.standalone-navbar {
    overflow: hidden;
    width:100%;
    background-color: #fffa42;
    position:relative;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:10px;
    margin-bottom:10px;
}

.standalone-navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.standalone-dropdown {
    width:100%;
    float: left;
    overflow: hidden;
}

.standalone-dropdown .standalone-dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    width:100%;
    margin: 0;
    text-align:left;
}

.standalone-navbar a:hover, .standalone-dropdown:hover .standalone-dropbtn, .standalone-dropbtn:focus {
    background-color: #e0d90b;
}

.standalone-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.standalone-dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.standalone-dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.addToCartButton {
    float:right;
    margin-top:50px;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #80a71d;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(50,50,50,.4);
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: 0.70rem;
    position: relative;
    height:30px;
    line-height:30px;
    text-align:center;
    margin-top:10px;
    margin-bottom:20px;
}

.addToCartButton.addToCartButtonDisabled {
    background-color: gray;
}

.addToCartButton.addToCartButtonDisabled:hover {
    background-color: gray;
    cursor: default;
    box-shadow: none;
    top: 0;
    right: 0;
}

.addToCartButton:hover {
    box-shadow: 1px 1px 20px rgba(150,150,150,.2);
    top: -.1rem;
    right: -.1rem;
    cursor: pointer;
}


/*************************************************************************************/
/*TABULKA S KRMIVAMA SLOUŽÍCÍ JAKO NÁKUPNÍ KOŠÍK*/
/*************************************************************************************/

#cart {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#cart td, #cart th {
    border: 1px solid #ddd;
    padding: 8px;
}

#cart tr:nth-child(odd){background-color: #f6f7f9}

#cart th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #80a71d;
    color: white;
}

.navbar {
    overflow: hidden;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    text-decoration: none;
}

.dropdown {
    overflow: hidden;
}

.select-non-table {
    font-size: 18px;
    width: 100%;
    font-family: inherit;
    margin: 8px 0 8px 0;
    text-align: left;
    height: 42px;
}

.select-table {
    font-size: 18px;
    width:100%;
    font-family: inherit;
    border:none;
    text-align: left;
    height: 40px;
    background-color: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: #fff200;
}

.show {
    display: block;
}

.arrowdown {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    z-index:100;
    float:right;
}



.inputTextWithoutBorder {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    background-color: inherit;
    border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.removeButton {
    background-image:url("images/delete-cross.png");
    background-size:cover;
    height:20px;
    width:20px;
    position:relative;
    border: 0px solid #ccc;
    background-color: inherit;
}

/*************************************************************************************/
/*POZNÁMKA A ZÁVAZNĚ OBJEDNAT*/
/*************************************************************************************/

.noteToOrder {
    width: 100%;
    height: 150px;
    margin-top:20px;
    margin-bottom:10px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}


.stredisko {
    font-size: 16px;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


#orderButton {
    margin: 0 auto;
    margin-top:50px;
    display: block;
    padding: 1rem;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #80a71d;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgba(50,50,50,.4);
    transition: .3s all ease;
    letter-spacing: .1rem;
    font-size: .85rem;
    position: relative;
    text-align:left;
    top: 0;
    padding-left: 2.5rem;
    
    &:hover {
        box-shadow: 1px 1px 20px rgba(150,150,150,.2);
        top: -.1rem;
        right: -.1rem;
        cursor: pointer;
    }
}

#orderButton:hover {
    box-shadow: 1px 1px 20px rgba(150,150,150,.2);
    top: -.1rem;
    right: -.1rem;
    cursor: pointer;
}

.newSectionH2{
    font-family: 'dejavu_sansbold', sans-serif;
    clear: both;
    margin: 30px 0 25px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #80a71d;
    font-size: 1.5em !important;
    font: inherit;
    vertical-align: baseline;
}

.udajeObjednavateleLabel {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.16em;
}

.udajeObjednavateleLabelMini {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.6em;
    letter-spacing: 0.14em;
}

.jsouUdajeStejneJakoFiremni {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin: 0px 0 20px;
}
