/**
 *
 * Apply Here your Custom CSS
 *
*/

body {

}

.responsive-container {
    position: relative;
    width: 300px;
    height: 300px;
    border: 1px solid #dddddd;
}

.thumbnail-container {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #dddddd;
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container, .thumbnail-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before, .thumbnail-img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    max-height: 290px;
    max-width: 290px
}

.thumbnail-img-container img {
    vertical-align: middle;
    max-height: 98px;
    max-width: 98px
}

.tiles-scrollable {
    list-style-type: none;
    counter-reset: decimal;
}

.tiles-scrollable li {
    position: relative;
}

.tiles-scrollable li:before {
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: 8px;
    content: counters(decimal, ' ') '.';
    counter-increment: decimal;
}

.weekdays .form-group {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.weekdays .form-group .col-sm-2:empty {
    display: none;
}

.weekdays .form-group:first-child,
.weekdays .form-group:nth-child(4),
.weekdays .form-group:nth-child(7),
.weekdays .form-group:nth-child(10),
.weekdays .form-group:nth-child(13),
.weekdays .form-group:nth-child(16),
.weekdays .form-group:nth-child(19) {
    clear: left;
    min-width: 115px;
}

.weekdays .form-group .form-inline select {
    display: inline-block;
    width: auto;
}
