html,
body {
    height: 100%;
    -webkit-text-size-adjust: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -90px;
    padding: 0 0 50px;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.footer {
    height: 50px;
    background-color: #22170d;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 40px;
    color: silver;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.seats-container {
    position: relative;
    /* overflow: auto; */
    /* padding: 1px; */
    margin: 0 auto;
}
.seat {
    position: absolute;
    display: table;
    padding: 0;
    color: white;
    cursor: pointer;
}
.price-in-place {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.label-row {
    position: absolute;
    color: #110b09;
}
.seat.choose {
    background: gray !important;
}

#loadImg {
    position:fixed;
    z-index:1000;
    background: rgba( 255, 255, 255, .8 ) url("/img/load.gif") 50% 50% no-repeat;
    display:none;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

.logo-title {
    margin-left: 10px;
}
.rowlink:hover {
    cursor: pointer;
}
.rowlink.selected {
    background-color: #bce8f1 !important;
}
.overflow-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.not-available {
    background-color: #bce8f1 !important;
}
.available {
    background-color: #EFEEF1;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 0px 0 20px;
    padding-bottom: 9px;
}
.screen {
    border: none;
    background-color: lightskyblue;
    text-align: center;
    color: #110b09;
    height: 15px;
    line-height: 15px;
}
h3.film_name {
    margin-top: 0px;
    font-size: 22px;
}

#btn-buy {
    padding: 3px 13px 0;
}
#btn-buy p {
    margin: 0;
}
@media (max-width: 768px) {
    #logoImage {
        height: 25px;
    }
    .navbar {
        border: 1px solid transparent;
        margin-bottom: 0px;
        min-height: 50px;
        position: relative;
    }
}
@media (max-width: 320px) {
    .footer {
        height: 70px;
    }
    .letters-row {
        display: none;
    }
}
@media (min-width: 769px) {
    #logoImage {
        height: 20px;
    }
    .navbar {
        border: 1px solid transparent;
        margin-bottom: 20px;
        min-height: 50px;
        position: relative;
    }
    .status-0 .price-in-place {
        display: none;
    }
    .status-0:hover .price-in-place {
        display: table-cell;
    }
}
section .container {
    position: relative;
    z-index: 5;
}
.graph-info {
    background-color: #fefefe;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}
.graph-info .border {
    border-top: 5px dotted #bdbdcb;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 34%;
    width: 600px;
    z-index: -1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .graph-info .border {
        width: 525px;
        top: 33%;
    }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
    .graph-info .border {
        width: 420px;
        top: 30%;
    }
}
@media (max-width: 639px) {
    .graph-info .border {
        width: 360px;
        top: 30%;
    }
}
@media (max-width: 600px) {
    .graph-info .three-box {
        margin: 2em auto -2em;
    }
    .graph-info .border {
        width: 300px;
        top: 34%;
    }
}
@media (max-width: 536px) {
    .graph-info .border {
        width: 280px;
        top: 30%;
    }
}
@media (max-width: 500px) {
    .graph-info .three-box {
        margin: 1em auto -2em;
    }
    .graph-info .border {
        width: 240px;
        top: 22%;
    }
}
@media (max-width: 384px) {
    .graph-info .border {
        width: 200px;
    }
}
@media (max-width: 375px) {
    .graph-info {
        display: none;
    }
}
.three-box {
    text-align: center;
    border-collapse: separate;
    /*border: 2px solid black;*/
    border-spacing: 25px 35px;
    display: table;
    margin: 2em auto 0;
    position: relative;
    vertical-align: middle;
}
.three-box .box {
    display: table-cell;
    /*border: 2px solid black;*/
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.8em 0.4em 0.5em;
    position: relative;
    vertical-align: middle;
    width: 30%;
}
.three-box .box span {
    background-color: #ff3366;
    border-radius: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    color: #fefefe;
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    height: 48px;
    left: 0;
    line-height: 48px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px rgba(109, 109, 109, 0.6);
    top: -27.5px;
    width: 48px;
}