body {
}

#backImage {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    z-index: -1;
}

.stretch {
    width: 70%;
    height: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerImg {
    width: 70%;
    height: auto%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* main Layout Divs */

#header {
    width: 100%;
    min-height: 40px;
    /*background-color: #C5C7C5;*/
    font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
}

#newHeader {
    margin: 1px auto 0 auto;
    width: 100%;
    min-height: 0px;
    max-height: 24px;
    padding-left: 5px;
    font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
    font-size: medium;
    font-weight: bolder;
    color: Red;
    background-color: #A0DAA6;
}

#newErrorRegion {
    margin: 1px auto 0px auto;
    width: 100%;
    min-height: 0px;
    max-height: 200px;
    padding-left: 0px;
    font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
    font-size: medium;
    font-weight: bolder;
    color: Red;
    background-color: #EFEFEF;
}

#newButtons {
    margin: 1px auto 0px auto;
    width: 100%;
    height: 80px;
    border-top: thin solid Gray;
    border-bottom: thin solid Gray;
    padding-top: 0px;
    padding-left: 0px;
    background-image: url("../../content/images/graybackground.png");
    background-repeat: repeat;
}

#newMenu {
    width: 100%;
    height: 23px;
    margin: auto;
    padding-left: 0px;
    background-color: #268ecd;
}

#newContent {
    width: 100%;
    margin: auto;
    background-repeat: repeat-x;
    padding-top: 0px;
}

#newFooter {
    width: 100%;
    height: 0px;
    margin: auto;
}

#wholeBody {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 0px;
    z-index: -10;
}

/* Styles for the Ribbon */
.ribbonButton, .ribbonButtonDisabled, ribbonButtonSelected, .ribbonInputItem, .ribbonButtonSmall, .ribbonCheckBox {
    float: left;
    padding-top: 5px;
    padding-left: 1px;
    padding-right: 1px;
    height: 65px;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 0 1px 0 1px;
    border: thin solid transparent;
    
}

.ribbonButtonDisabled {
    color: Gray;
    cursor: default;
}

.ribbonButtonSelected, .ribbonButton:hover, .ribbonButtonSmall:hover {
    border: thin solid #268ECD;
}

.ribbonButtonSmall, .ribbonCheckBox {
    padding-left: 1px;
    height: 25px;
    text-align: left;
}

    .ribbonButton a, .ribbonButtonSmall a {
        text-decoration: none;
        color: Black;
    }

.ribbonContainer {
    float: left;
}

    .ribbonContainer a {
        text-decoration: none;
        color: Black;
    }

.ribbonImage {
    height: 32px;
}

.ribbonImageSmall {
    height: 16px;
}

.ribbonImageBig {
    height: 32px;
}

.ribbonContainerTitle {
    float: left;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    color: Gray;
    width: 100%;
}

.ribbonText {
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 11px;
    padding-left: 1px;
}

.linkLabel {
    color: #268ecd;
    cursor: pointer;
    padding: 3px 1px 1px 2px;
    text-decoration: none;
}


.dxtc-tab, .dxtc-activeTab {
    text-transform: none !important;
}
.dxbButton_MaterialCompact.dxbTSys {
    text-transform: none !important;
}

.dxbButton_MaterialCompact {
    color: #268ecd !important;
    background-color: white !important;
}

.dxbButtonHover_MaterialCompact {
    color: #268ecd !important;
    background-color: white !important;
}

/* DevEx */
.dxb, .linkButton {
    cursor: pointer;
    padding: 3px 1px 1px 2px;
    border: thin solid transparent;
    border-radius: 5px;
}


.dxb:hover, .linkButton:hover, .dxbf {
    background-color: #FDFCCC;
    border: thin solid Orange;
}

.dxtc-sbWrapper {
    width: 34px !important;
    height: 34px !important;
}

#filterHandlerDiv:hover {
    cursor: pointer;
}


/* Report Preferences */
.itemsCont {
    border: 1px solid #8ac;
    padding: 10px;
    overflow: hidden;
}

.sortableItem {
    min-height: 25px;
    margin: 2px;
    background: #f5f5fa;
    border: 1px solid #888;
    cursor: move;
}

    .sortableItem:hover {
        background-color: #e0e0f0; /*#dde if selected is used below*/ /*border-color: #000;*/
    }

.sortableItemSelected {
    background-color: #e0e0f0; /*border-color: #333;*/
}

/* jQuery */
.ui-widget-header, .ui-widget-content {
    font-family: Verdana, Geneva, sans-serif;
}

.ui-widget-header {
    font-size: 12px;
}

.ui-widget-content {
    font-size: 11px;
}

/* Sortable Table*/
table.tablesorter thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/Content/stylesheets/images/sort-asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/Content/stylesheets/images/sort-desc.gif);
}

/* Various */
.fontComply {
    font: 11px Verdana, Geneva, sans-serif !important;
}
/*compliance with already used themes*/
.f-left {
    float: left;
}

.f-right {
    float: right;
}

.dates-cont {
    padding-top: 2px;
}
/* since comboboxes are a bit shorter than the ones that have the 'X' for clear */
.list-icon {
    width: 20px;
}

.action-icon {
    cursor: pointer;
}

.redBorder {
    border: 1px solid red;
}

.striped-table thead {
    font-weight: bold;
    background: #efefff;
    height: 25px;
}

.striped-table tbody tr:nth-child(even) {
    background: #efefef;
}

.striped-table tbody tr:hover {
    background: #ddd;
}

.striped-table tbody td {
    padding: 2px;
}

.photo-cont {
    position: relative;
    border: 2px solid #888;
    margin-bottom: 5px;
    text-align: center;
}

.textboxes-in-line {
    width: 75%;
    float: left;
}

.disabled {
    pointer-events: none;
}

@media only screen and (max-width: 1600px) {
    .textboxes-in-line {
        width: 74%;
        float: left;
    }
}

@media only screen and (max-width: 1280px) {
    .textboxes-in-line {
        width: 73%;
        float: left;
    }
}

@media only screen and (max-width: 1024px) {
    .textboxes-in-line {
        width: 72%;
        float: left;
    }
}


/*Booking Style*/

.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
    padding: 14px;
}

.showtime-preview > div:first-child {
    font-size: 12px;
    white-space: normal;
}

.showtime-preview > div:not(:first-child) {
    font-size: 11px;
    white-space: normal;
}

.movie-tooltip .movie-info {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    text-align: left;
}

.movie-tooltip img {
    height: 80px;
    margin-bottom: 10px;
}

.movie-tooltip .movie-title {
    font-size: 1.5em;
    line-height: 40px;
}

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

