.modal-dialog, .modal-content{background-color: #fff !important;}

#popup-overlay {
    display: none;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
}

#popup-overlay-background {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#popup-window {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}

#popup-window-in {
    position: relative;
}

#popup-window-close {
    position: absolute;
    background: url("../images/close.png") no-repeat;
    width: 32px;
    height: 32px;
    right: -16px;
    top: -16px;
    cursor: pointer;
}

#place-legend {
    padding-bottom:0;
	padding-top:0;
}

#place-legend-td {
    background: #fff;
}

.legend-header {
    background: #fff;
    font-size: 14pt;
    line-height: 18px;
    padding: 3px 0px 1px 0;
    text-align: left;
}

.place {
    position: relative;
    width: 16px;
    height: 16px;
}

.place-double {
    width: 36px;
}

.place img {
    position: absolute;
    left: -1px;
    top: 0px;
}

.place-occupied img {
    left: 0px;
}

.place-selected img {
    left: 0px;
}

.cost-block {
    margin-top: 10px;
    margin-bottom: 5px;
}

.cost-block .place {
    margin: 0px 10px 0px 0;
    float: left;
    margin-top: -1px;
}

.cost-block-text {
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #393938;
    text-align: left;
}

.cost-block-text:after {
    content: '';
    display: block;
    clear: both;
}

.cost-old-value {
    float: left;
    color: #6f6f6f;
    text-decoration: line-through;
}

.cost-value {
    float: left;
}

.cost-old-value + .cost-value {
    margin-left: 4px;
}

.clb {
    clear: both;
}

.cost-block-2-lines .place {
    margin-top: 4px;
}

.cost-block-hr {
    height: 1px;
    background: #dfe1e4;
}

#popup-window-footer {
    background: #fff;
}

#popup-window-content-td {
    vertical-align: top;
	
}

#popup-window-content {
    width: 1000px;
	height:520px;
	background:#fff;
}

.footer-info{background:#fff;font-size: 10pt;text-align:left;}

#popup-fullwidth-footer{padding:0;font-size:0.8em;}

#ticket-info {
    width: 100%;
}

#ticket-info td {
    vertical-align: middle;
    font: 14px "minion_pro";
    color: #393938;
}

#ticket-info .first {
    padding-left: 10px;
    width: 460px;
}

#ticket-info .line-1 {
    height: 56px;
    border-bottom: 1px solid #dfe1e4;
}

#ticket-info .line-2 {
    height: 54px;
    color: #6f6f6f;
    font-size: 12px;
}

#ticket-info a {
    color: #6f6f6f;
    text-decoration: underline;
    font: 12px "minion_pro";
}

#ticket-info a:hover {
    text-decoration: none;
}

#ticket-info .last {
    text-align: right;
    padding-right: 10px;
}

#content-header {
    height: 25px;
    font: 16pt "minion_pro";
    color: #878787;
    margin-left:60px;
    padding-top: 6px;
    text-align: left;
}

#hall-control {
    padding-right: 10px;
    text-align: right;
    margin: 10px 0px 10px 0px;
}

#hall {
    width: 100%;
    overflow: auto;
	height: 400px;
	background: #fff;
}

#zoomplus, #zoomminus {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10000;
    background: #cccccc;
    width: 30px;
    height: 30px;
    border: none;
    border-radius:3px;
}
#zoomminus {
    left: 55px;
}

#hall-in {
    margin-top: 50px;
}

#hall-in table {cursor: move;width: 100%;}

.seat, .seat-body {
    width: 16px;
    height: 16px;
}

.seat.not-exists .seat-body {display: none;}
.seat.exists{cursor: pointer;}

.seat-body {
    position: relative;
	margin:0 3px 0 0;
}

.seat .seat-number {
    display: none;
    white-space: nowrap;
}

.seat-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: red;
}

.seat-image {
    position: absolute;
    z-index: 20;
    width: 90%;
    height: 90%;
    top: -1px;
    left: -1px;
    background: url("../images/place.png") no-repeat;
}

.seat.double .seat-image {
    background: url("../images/place-double.png") no-repeat;
    width: 190%;
}

.seat.double .seat-background {
    width: 220%;
}

.seat.triple .seat-background {
    width: 340%;
}

.seat.quadruple .seat-background {
    width: 460%;
}

.screen-start {
    position: relative;
    height: 50px;
}

.screen-display {
	width: 100%;
	height: 100%;
    background: #bcbfc6;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
    padding-top: 1px;
    padding-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    font: 14px "minion_pro";
}

.row-number {
    color: #6f6f6f;
    font: 12px "minion_pro";
    vertical-align: top;
}

.row-left div {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.row-right {
    text-align: right;
}

.row-number div {
    padding-top: 2px;
}

.row-right div {
    padding-right: 10px;
    padding-left: 10px;
}

.hall-area tr {
    border-bottom: 2px solid #dfe1e4;
}

.hall-area tr.hover {
    background: #BCBFC6;
}

.hall-area td.hover .seat-number {
    display: block;
    position: absolute;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: #FE922B;
	border-radius:3px;
    text-align: center;
    font: normal 12px "minion_pro";
    color: #ffffff;
    padding: 0;
}

.screen-display-layout {
    position: relative;
	width: 100%;
	height: 40%;
}

.hall-area td.hover.double .seat-number {
    width: 220%;
    left: 0px;
}

.hall-area td.hover.triple .seat-number {
    width: 340%;
    left: 0px;
}

.hall-area td.hover.quadruple .seat-number {
    width: 460%;
    left: 0px;
}

.bubble-cost {
    display: none;
    background: #333333;
    position: absolute;
    top: -35px;
    height: 22px;
    left: -5px;
    text-align: center;
    z-index: 40;
    white-space: nowrap;
}

.hall-area td.hover .bubble-cost {
    display: block;
}

.bubble-cost-in {
    height: 18px;
    position: relative;
    font: 12px "minion_pro";
    color: #ffffff;
    text-align: center;
    padding: 4px 10px 0px 10px;
}

.bubble-square {
    position: absolute;
    left: 6px;
    bottom: -8px;
    background: url("../images/bubble-square.png") no-repeat;
    width: 9px;
    height: 4px;
}

.bubble-old-value {
    display: inline-block;
    text-decoration: line-through;
}

.bubble-value {
    display: inline-block;
}

.hall-area td.selected .seat-background {
    display: none;
}

.hall-area td.selected .seat-image {
    display: none;
}

.hall-area td.selected .seat-number {
    background: #CA6F12;
	border-radius:3px;
    width: 100%;
    height: 100%;
    text-align: center;
    font: bold 10px "minion_pro";
    color: #ffffff;
    display: block;
    position: absolute;
    padding-top: 2px;
}

.hall-area td.selected.double .seat-number {
    width: 220%;
}

.hall-area td.selected.triple .seat-number {
    width: 340%;
}

.hall-area td.selected.quadruple .seat-number {
    width: 460%;
}

.hall-area td.occupied .seat-background {
    background: #b1b2b5 !important;
	cursor:default;
}

.seat.occupied .seat-image {
    position: absolute;
    z-index: 20;
    width: 80%;
    height: 80%;
    top: 0px;
    left: 0px;
    background: url("../images/place-occupied.png") no-repeat;
}

.seat.occupied.double .seat-image {
    background: url("../images/place-occupied-double.png") no-repeat;
    width: 120%;
}

#ticket-info td {
    text-align: left;
}

.ticket-info-right-space {
	margin:15px 0 15px 0;
}

#form-area {
    display: none;
    background: #fff;
}

.personal-data {
    padding-top: 40px;
    padding-bottom:0;
	margin-left:60px;
}

.personal-data td {
    vertical-align: top;
}

.seat-background, .place, .screen-display, .bubble-cost {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.error-text {
    display: none;
    color: #ff144b;
    font: 14px "minion_pro";
    padding-left: 10px;
    width: 300px;
}

.error-message-container {
    text-align: left;
}

.infoaboutpromo{display:none;}

.old-sum {
    text-decoration: line-through;
}

.tickets__discount-text {
    color: #f43d3c;
}