﻿.nav .nav-tabs li {
    min-width: 20%;
}

.z-calendar-container {
    width: 100%;
    padding: 10px !important;
    color: #444444;
    font: 13px Arial;
    background: #E4E4E4;
    clear: both;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    line-height: 1;
}

.z-header-container {
    display: table-cell;
    width: 30%;
    min-height: 150px;
    min-width: 150px;
    color: white;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 10px;
}

    .z-header-container h1 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

.z-detail-container {
    display: table-cell;
    width: 70%;
    min-height: 150px;
    background-color-: #eee;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
}

    .z-detail-container h5 {
        margin-bottom: 5px;
    }

.z-detail-odd- {
    background-color: #ccc;
}

div.z-calendar-container div.z-item-container:nth-of-type(even) .z-header-container {
    background-color: #666;
    content: 'even';
}

div.z-calendar-container div.z-item-container:nth-of-type(odd) .z-header-container {
    background-color: #444;
    content: 'odd';
}

div.z-calendar-container div.z-item-container:nth-of-type(even) .z-detail-container {
    background-color: #eee;
    content: 'even';
}

div.z-calendar-container div.z-item-container:nth-of-type(odd) .z-detail-container {
    background-color: #ccc;
    content: 'odd';
}

.z-detail-items {
    margin-bottom: 15px;
}

.z-detail-container a {
    text-decoration: none;
    color: black;
}

    .z-detail-container a:hover {
        color: #777777;
    }

.z-item-container {
    display: table;
    width: 100%;
}
/*
    .z-item-container:hover .z-header-container:nth-of-type(1) {
        background-color: #999 !important;
        transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
        -o-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
        -ms-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
        -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.2, 1.000);
    }


#divFormsSpirits .z-item-container:hover .z-header-container:nth-of-type(1) {
    background-color: #aa985a !important;
}

#divFormsWine .z-item-container:hover .z-header-container:nth-of-type(1) {
    background-color: #aa985a !important;
}

#divFormsWineInternational .z-item-container:hover .z-header-container:nth-of-type(1) {
    background-color: #aa985a !important;
}

#divFormsBeer .z-item-container:hover .z-header-container:nth-of-type(1) {
    background-color: #aa985a !important;
}
*/
a[aria-expanded=true] .fa-chevron-right {
    display: none;
}

a[aria-expanded=false] .fa-chevron-down {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .t-nav-tabs-kindcode li {
        width: 19.5% !important;
    }

    #spaIntWine {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .z-header-container {
        padding-top: 1px;
        width: 100%;
        float: none;
        display: block;
    }

    .z-detail-container {
        width: 100%;
        float: none;
        display: block;
    }
}

@media only screen and (max-width: 584px) {
    .t-nav-tabs-kindcode li {
        width: 49.2% !important;
    }
}