*{
	box-sizing:border-box;
}

body{
	font-family:'Roboto Condensed','Segoe UI';
}

.isAdminTable
.frm-wrp-admin,
.field-admin{
	display:none;
}

.isAdmin
.field-admin{
	display:inherit;
}

.ifrWrpLocked:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(255,255,255,0.3);
}


.isAdmin
.frm-wrp-admin{
position:fixed;
right:0;
top:0;
bottom:0;
width:33%;
background:#eee;
z-index:999;
padding:1em;
overflow: auto;
border-left:2px solid #555;
}

.isSelected{
/*
background-color: #950000!important;
*/

}

*:checked+.isSelected{
background-color: #950000!important;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.7);
    transform: scale(1.05);
	color:#fff!important;
	z-index:100;
	position:relative;
}





.seat-icon-empty {
    background: rgba(255,255,255,0)!important;
    display: none!important;
    border-color: transparent!important;
}



.seat-outerwrp {
    font-size: 4.2vw;
    position: relative;
    max-height: 78vh;
    overflow: auto;
    padding: 0 0.2em;
}


.isAdminTable
.seat-outerwrp {
    max-height: inherit;
    overflow: visible;
}

.seat-outerwrp h4{
margin-top:1em;
font-size:1.2em
}




@media (min-width:520px){
	.seat-outerwrp {
	font-size: 2vw;
	}
}


@media (min-width:640px){
	.seat-outerwrp {
	font-size: 1.4vw;
	}
	
	.seat-icon-empty{	
	margin-left:0.3em;
	display:inline-block!important;
	padding: 0.75em!important;
	}
}

@media (min-width: 900px){
	.seat-outerwrp {
	font-size: 0.9vw;
	line-height: 2vw;
	}

	.row_num{
	float:right;
	width:12ch!important;
	line-height: 2vw;
	}
}



.isAdmin
.seat-outerwrp{
width:66vw;
padding:1em;
font-size: 1.5vmin;
}

.label-seats-outer{
display:inline-block;
position:relative;
}


.label-seats{
position:relative;
}

.label-seats-outer:hover>.seat-block{
	display:inline-block;
}


.dsp-non, 
.input-chk-seat{
	display:none;
}

button,
select,
textarea,
input[type="text"]{
	width:100%;
}

.seat-outerwrp{
display:block;
text-align:center;
/*
font-size: 1.75vw;
*/
}



.seat-wrp{
    text-align: right;
    display: inline-block;
    direction: rtl;
    font-size: 1em;
}

.seat-icon {
    height: 1em;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    width: 2em;
    height: 1em;
    box-sizing: content-box;
    background: #eee;
    text-align: center;
    padding: 0.8em;
    user-select: none;
    margin: 0.2em;
    border-radius: 0em;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border: 1px solid #777;
}


.row_num{
display:block;
text-align:center;
width:100%;
color:#999;
}



.seat-block {
font-size: 2em;
    line-height: 0.8125em;
    height: 1em;
    width: 1em;
    display: none;
    position: absolute;
    right: -0.2em;
    top: -0.2em;
    background: red;
    border-radius: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 100;
    display: none;
    cursor: pointer;
    user-select: none;
}



input:checked+.seat-icon{
background:#950000;
color:#fff
}
/*
input:not(:disabled) +.seat-icon:hover{
background:#950000!important;
color:#fff;
opacity:0.8;
}  
*/

input:checked[disabled="true"]+.seat-icon{
background:#999;
color:#fff
}

input:checked[disabled="true"]+.seat-icon,
input:disabled+.seat-icon{
background:red;
color:#fff;
opacity:0.5;
}
.textarea-booking{	
	height:30vh;
}

.seat-blocked-tmp 
input:disabled+.seat-icon {
    background: #444;
    color: #fff;
    opacity: 0.5;
}


.seat-icon-blocked{
background:#555!important;
color:#fff;
opacity:1!important;
}

.seat-wrp[data-active="true"]{
display:inline-block
}

.seat-wrp[data-active="false"]{
display:none
}


.iframe{
	width:100%;
	min-height:180vh;
	overflow:visible;
}



.btn-save-seats-wrp{
    position: sticky;
    top: 0;
    z-index: 999;
    font-size: 1.5rem;
    margin-bottom: 1em;
    width: 66%;
    margin: 0 auto;

}

.btnSeatBooking{
border-radius:1em;
border-top-left-radius:0;
border-top-right-radius:0;
}


.caldera-grid select,
.caldera-grid input
{
 font-size: 1.1em!important;
line-height:1.2em;
}


.modal-content-wide {
    max-width: 100%;
    padding: 0.3em;
}

.btn-default:before{
	color:#fff!important;
}





@media (min-width: 900px){
.row_num:nth-of-type(2n) {
    margin-left: 5ch;
}
	
}









