﻿.footer {
    background-color: #202020;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.bg-dark {
    background-color: #333;
}

.bg-white {
    background-color: #fff;
}

.clr-primary {
    color: #fc603b;
}

.clr-default {
    color: #333;
}

.clr-white {
    color: white;
}

.navbar-myBrand {
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-myBrand-text {
    padding-top: 12px;
    padding-bottom: 2px;
}

.header-offset {
    padding-top: 65px;
}

.header2-position {
    top: 60px;
    z-index: 990;
}

.header2-offset {
    margin-top: 40px;
}

.fa-md {
    font-size: 1.5em;
}

.menu-image-padding {
    padding-right: 4px;
}
/* select all divs where their parent class form-group */
.form-group > div {
    padding-top: 2px;
    padding-bottom: 2px;
}

.validation-summary-errors {
    display: inline-block;
}

    .validation-summary-errors li {
        text-align: left;
    }


.reservationStatusesLegend {
    border: solid;
    border-color: #98978b;
    border-width: thin;
    background-color: #f8f5f0;
    /*filter: alpha(opacity=95);
    opacity: 0.95;*/
    -moz-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
}

    .reservationStatusesLegend td {
        padding: 3px;
    }

        .reservationStatusesLegend td:nth-child(even) {
            padding-left: 10px;
        }

.reservationStatusCircle {
    border: solid;
    border-color: #98978b;
    border-width: thin;
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: block;
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

.control-label-form {
    margin-bottom: 2px;
}

.floatingDivsContainer {
    display: inline-block;
}

.floatingDiv {
    float: left;
    padding: 1px;
}

.calendar-date-day {
    font-weight: bolder;
    font-size: 60px;
}

.calendar-date-text {
    font-weight: bold;
    font-size: 20px;
}

.alignTableCellTop td {
    vertical-align: top;
}

.progress-compact {
    margin-bottom: 5px;
}

.button-my-close {
    opacity: .5;
    font-size: 26px;
}

.btn-wide{
    width: 120px;
}

.card-img{
    height: 28px;
}

.card-img-sm{
    height: 22px;
}

.card-img-xs{
    height: 20px;
    margin-left: 8px;
}

.carousel-caption{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 1px;
    background-color: rgba(51, 51, 51, 0.80);
}
.carousel-indicators{
    bottom: 0;
}

/*** Begin Widget Panels Section ***/
.widgetPanel {
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 5px 0px;
    /*margin: 0 0 5px 0;
    height: 44px;*/
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

.leftZone,
.rightZone {
    float: left;
}

.leftZone {
    margin-right: 3px;
}

.widgetPanelDisabled {
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default !important;
}
/*** End Widget Panels Section ***/

.img-inline {
    display: inline-block;
}

.dxSpinEditFix{
    padding-top: 6px !important;
}