/*
    Catalog container
 */
.container-fluid .catalog-container {
    border-top: 1px solid black;
    margin-top: 9px;
}

/*
    Buttons
 */

.season-container {
    height:  450px;
    overflow-y: scroll;

}

.season-button {
    background-color: #686666;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0px;
    border-radius: 10px;
    border: 0;
    width: 155px;
    height: 40px;
}



a:hover .season-button  {
    /*opacity: 0.5;*/
    background-color: #FFA000 !important;
}

.brand-button {
    background-color: #686666;
    margin-left: 15px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    width: 120px;
    height: 35px;
}

a:hover .brand-button {
    /*opacity: 0.5;*/
    background-color: #FFA000 !important;
}

/*
    Container for styles
 */

.style-container {
    background-color: #EAEAEA;
    width: 50px;
    height: 50px;
    margin: 8px;
}

a > .style-container {
    color: #000;
    text-decoration: none;
}

.style-container > a,
.style-container a:hover {
    color: #000;
    text-decoration: none;
}

.style-details-container {
    background-color: #EAEAEA;
    border-radius: 15px;
    width: 150px;
    height: auto;
    padding: 8px;
}

.style-images img:hover {
    opacity: 0.8;
}
/*
    Buttons
 */
.catalog-container .menu-btn {
    width: 85px;
    height: 32px;
    text-align: center;
    border: 0;
    background-color: #686666;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-left: 0;
    color: #FFF;
    font-weight: bold;
}

.logout-btn {
    width: 140px;
    height: 32px;
    text-align: center;
    border: 0;
    background-color: #FFA000;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-bottom: 8px;
    color: #FFF;
    font-weight: bold;
}
/*
.catalog-container .catalog-btn,
.catalog-container .order-btn {
    width: 150px;
    height: 32px;
    text-align: center;
    border: 0;
    background-color: #686666;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 15px;
    color: #FFF;
    font-weight: bold;
}
*/
.catalog-container .btn-active {
    background-color: #FFA000 !important;
}
/*
.nav-tabs > li > a {
    width: 150px;
    text-align: center;
    background-color: #FFA000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 15px;
    color: #FFF;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li.active > a {
    color: #FFF;
    background-color: #686666;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
*/

.dashed-black {
    background-color: #000;
    height: 1px;
}

.dashed-dark-yellow {
    background-color: #D59934;
    height: 1px;
}

/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8;
    cursor: pointer;
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image */
.expandedImg {
    position: relative;
    display: none;
}

/* Expanding image text */
.imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

/***************************************************/
/* Week only datepicker                            */
.datepicker table tr td span.active{
    background: #04c!important;
    border-color: #04c!important;
}
.datepicker .datepicker-days tr td.active {
    background: #04c!important;
}
#week-picker-wrapper .datepicker .datepicker-days tr td.active~td, #week-picker-wrapper .datepicker .datepicker-days tr td.active {
    color: #fff;
    background-color: #04c;
    border-radius: 0;
}

#week-picker-wrapper .datepicker .datepicker-days tr:hover td, #week-picker-wrapper .datepicker table tr td.day:hover, #week-picker-wrapper .datepicker table tr td.focused {
    color: #000!important;
    background: #e5e2e3!important;
    border-radius: 0!important;
}