/* CSS for viewing the seating plan functionality */
#__seatingplan {
    background: rgb(255, 255, 255); /* Fallback */
    background: rgba(255, 255, 255, 0.6); 
    position: fixed;
    z-index: 20000;
}

#__seatingplan iframe {
    position:absolute;
    background-color: #FFF;
    padding: 0px;
    z-index: 2000;
    overflow-y: auto !important;
    overflow-x: hidden;
}

#__seatingplan_closer {
    display: inline-block;
    background: url(../../assets/images/seatingplan/drop_left_icon.png) #FFFFFF no-repeat left center;
    background-size: 20px;
    width: 22px;
    height: 25px;
    margin-top:4px;
    cursor: pointer;
}


.seating-plan-chart > .loading-span-animated {
	margin-top: 20vh;
	margin-left: 20vh;
	height: 150px;
	width: 150px;
	border-radius: 50%;
}


.seating-plan-container {
	border: 1px solid #CCC;
	position: relative;
    display: inline-block;
    width: 500px;
    height: 400px;
}

.seating-plan-container [id$="_seatsmap"],
.seating-plan-container [id$="_zonesmap"],
.seating-plan-container [id$="_background"],
.seating-plan-container [id$="_seatsmap_canvas"],
.seating-plan-container [id$="_zonesmap_canvas"],
.seating-plan-container [id$="_background_canvas"] {
	display: block;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 400px;
}
.seating-plan-container > div {
    position: absolute;
}

.seating-plan-container [id$="_zonesmap"] {
    z-index: 100;
}
.seating-plan-container [id$="_seatsmap"] {
    z-index: 60;
}
.seating-plan-container [id$="_background"] {
    z-index: 30;
}


.seating-plan-container .chart-zoom {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: inline-block;
	width: 30px;
	height: 106px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #FFF;
	z-index: 1000;
}
.seating-plan-container .chart-zoom > span {
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0px !important;
}
.seating-plan-container .chart-zoom > span:first-child {
    background: url(../../assets/images/seatingplan/undo_icon_grey.png) #FFF no-repeat center center;
    background-size: 24px;
    border-radius: 4px 4px 0px 0px;
}
.seating-plan-container .chart-zoom > span:first-child.active {
    background: url(../../assets/images/seatingplan/undo_icon.png) #FFF no-repeat center center;
    background-size: 24px;
}
.seating-plan-container .chart-zoom > span:nth-child(2) {
    border-top: 1px solid #F1F1F1;
    background: url(../../assets/images/seatingplan/add_icon_black.gif) #FFF no-repeat center center;
    background-size: 25px;
}
.seating-plan-container .chart-zoom > span:last-child {
    border-top: 1px solid #F1F1F1;
    background: url(../../assets/images/seatingplan/minus_icon_black.gif) #FFF no-repeat center center;
    background-size: 25px;
    border-radius: 0px 0px 4px 4px;
}

.plan-canvas:not(.active) {
	display:none;
}

.chart-actions-expanded,
.chart-actions-minified {
	position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: #FFF !important;
    vertical-align: top;
    z-index: 2000;
}
.chart-actions-expanded {
    width: 250px;
    max-height: 250px;
    padding: 5px;
}


.chart-actions-minified {
    height: 30px;
}

.chart-actions-minified .actions-expand {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
	background: url(../../assets/images/seatingplan/menu_vertical.png) #FFF no-repeat center center;
    background-size: 10px;
    left: 0px;
    border-radius: 5px;
}

.chart-actions-minified .actions-selected {
    display: inline-block;
    cursor: pointer;
    height: 24px;
    padding: 3px;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
    font-size: 90%;
    margin-right: 3px;
}

.chart-actions-minified .actions-done {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../../assets/images/seatingplan/done_icon.png) #000 no-repeat center center;
    background-size: 30px;
    right: 0px;
    border-radius: 0px 4px 4px 0px;
}

.chart-actions-minified .actions-done.incomplete {
    background: url(../../assets/images/seatingplan/done_icon_grey.png) #AAA no-repeat center center;
    background-size: 30px;
}

	
.chart-action-header {
	color: #888;
	font-family: 'Roboto-Black', Arial, sans-serif !important;
    cursor: pointer;
    font-size: 15px;
}
.chart-action-header.selected {
    color: #000 !important;
}

.chart-action-header-row td {
	background-color: #F1F1F1;
	padding: 5px !important;
	text-align: center;
	vertical-align: middle;
}
.chart-action-header-row td:first-child {
	cursor: pointer;
    border-radius: 5px 0px 0px 5px;
}
.chart-action-header-row td:last-child {
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}

.selected-tickets-list {
	padding: 10px 0px !important;
}

.selected-tickets-list > span, 
.assigned-seat-display {
	display: inline-block;
    cursor: pointer;
    height: 20px;
    background: url(../../assets/images/seatingplan/delete_cell_icon.gif) #FFF no-repeat 3px center;
    background-size: 18px;
    padding: 4px 8px 4px 25px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #F1F1F1;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    font-size: 80%;
    line-height: 22px;
}

.assigned-seat-display {
	background-color: #F1F1F1 !important;
}

.span-btn-done {
	display: inline-block;
	width: calc(100% - 33px);
    cursor: pointer;
    height: 25px;
    background: url(../../assets/images/seatingplan/done_icon.png) #000 no-repeat calc(100% - 5px) center;
    background-size: 20px;
    padding: 4px 25px 4px 8px;
    border-radius: 5px;
    margin-top: 5px;
    line-height: 25px;
	color: #FFF;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    text-align: center;
    vertical-align: middle;
}
.span-btn-done.incomplete {
    width: calc(100% - 16px);
    background: #AAAAAA;
    padding: 4px 8px;
}



.chart-actions-expanded .actions-minify {
    position: absolute;
    top: 5px;
    right: 100%;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../../assets/images/seatingplan/drop_right_icon.png) #FFF no-repeat center center;
    background-size: 17px;
    border-radius: 5px 0px 0px 5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 0px;
}

.action-back-to-summary {
	display: inline-block;
	cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../../assets/images/seatingplan/drop_right_icon.png) no-repeat center center;
    background-size: 17px;
}

.chart-action-button {
	display: inline-block;
    cursor: pointer;
    height: 20px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #000;
    color: #FFFFFF !important;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    white-space: nowrap;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 80%;
}

.chart-action-button.black {
	background-color: #000 !important;
}
.chart-action-button.grey {
    background-color: #AAA !important;
}
.chart-action-button.green {
    background-color: #668D00 !important;
}


.chart-action-details {
	display: block;
    color: #000;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

.chart-actions-expanded .legend-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 40px;
    border-radius: 3px;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    text-align: center;
}

.chart-actions-expanded .legend-icon.circle {
    border-radius: 13px;
}

.chart-actions-expanded .legend-label {
	display:block;
    line-height: 25px;
    height: 25px;
    background-size: 25px;
    color: #555;
    font-family: 'Roboto-Medium', Arial, sans-serif !important;
    font-size: 80%;
    padding-left: 5px;
}


.legend-table tr:not(:last-child) > td {
	border-bottom: 1px solid #F1F1F1 !important;
}
.legend-table tr > td:first-child {
    padding-top: 5px !important;
}
.legend-table tr > td {
    vertical-align: middle !important;
}

.choose-seats-button {
	display: block;
    color: #111;
    font-family: 'Roboto-Black', Arial, sans-serif !important;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 23px;
    padding: 10px 20px;
    border-radius: 5px;
    width: calc(100% - 40px);
    background: url(../../assets/images/seatingplan/seating_plan_icon.png) #F1F1F1 no-repeat 5px center;
    background-size: 30px;
    border: 2px solid #CCC;
}

.choose-seats-button.edit-seats {
	background-image: url(../../assets/images/seatingplan/seating_plan_icon.png), url(../../assets/images/seatingplan/edit_icon_black.png);
	background-position: 5px center, calc(100% - 10px) center;
	background-size: 30px, 30px;
	background-repeat: no-repeat, no-repeat;
	background-color: #F1F1F1;	
}

.seat-display-container {
	display: inline-block;
	width: 100%;
	max-height: 90px !important;
    overflow-x: hidden;
    overflow-y:auto;
}

#choosebuttonlabel {
	display:inline-block;
	width: calc(100% - 60px);
}
#seatselectionscontainer {
    max-height: 230px !important;
    overflow-x:hidden;
    overflow-y:auto;
}










/* CSS for small screens */
@media only screen and (max-width:700px){

.chart-actions-minified {
	top: calc(100% - 45px);
    right: calc(100% - 130px);
    bottom: 15px !important;
    left: 15px !important;
}

.chart-actions-minified .actions-expand {
    background: url(../../assets/images/seatingplan/menu_vertical.png) #FFF no-repeat center center;
    background-size: 10px;
    left: 0px;
    border-radius: 5px;
}

.chart-actions-minified .actions-done {
    background: url(../../assets/images/seatingplan/done_icon.png) #000 no-repeat center center;
    background-size: 30px;
    right: -1px;
    border-radius: 0px 4px 4px 0px;
}

.chart-actions-expanded {
	top: calc(100% - 250px);
    left: 15px;
    bottom: 15px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.chart-actions-expanded .actions-minify {
    top: -31px;
    right: calc(100% - 45px);
    background: url(../../assets/images/seatingplan/drop_down_icon.png) #FFF no-repeat center center;
    background-size: 17px;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 0px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

#seatingplanname {
	font-size: 18px !important;
}
#seatselectionscontainer {
	max-height: 180px !important;
}

}

