﻿@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
:root {
	--ra-darker: #252839;
	--ra-dark: #677077;
	--ra-light: #b5b5b7;
	--ra-accent: #f2b632;
	--ra-accent2: #a8e3ff;
}

body {
	background-color: #ffffff !important;
	font-size: 80% !important;
	font-family: "IBM Plex Sans",sans-serif !important;
	line-height: 1.25;
}

label.required {
	color: darkred !important;
}
label.required::after {
	content: " *";
}

body.hideOverflow {
	overflow: hidden;
}

body.hideAffiliation .affiliation {
	display: none;
}

body.hideTicketType .tType {
	display: none;
}

body.hideOrderNumber .oNumber {
	display: none;
}

body.hideAttendeeNumber .attNumber {
	display: none;
}

.bold {
	font-weight: bold;
}

.modal-lg {
	width:700px;
}

#logo {
	background-image: url(../Images/Capriesco36.png);
	background-repeat: no-repeat;
	background-position-y: 1px;
	padding-left: 0;
	height: 36px;
}
#user{
	font-size: 80%;
}
.breadcrumb {
	border-radius: 0;
	background-color: var(--ra-accent);
	padding: 5px 15px !important;
	margin-bottom: 3px !important;
}

.breadcrumb-item a {
	color: var(--ra-darker);
}

.breadcrumb-item + .active {
	color: var(--ra-darker);
	font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "|" !important;
}

.btn {
	min-width: 75px;
}

.form-group label {
	font-weight: 700;
	color: #696969;
	margin-bottom: 0px;
}

section {
	margin-bottom: 15px;
}

section > header {
	background-color: var(--ra-dark);
	font-size: 117%;
	color: var(--ra-accent2);
	padding: 5px;
	border-radius: 0px;
}

.right {
	text-align:right
}

.event-header {
	padding: 5px;
	background-color: var(--ra-dark);
	margin-bottom: 15px;
	font-size: 120%;
	color: var(--ra-accent);
	font-weight: 700;
	border-radius: 0;
}

.select2{
	width:100%;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da !important;
	height: 38px !important;
	padding-top: 4px !important;
	padding-left: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px !important;
}

input[type=checkbox] + label {
	display: block;
	/*margin: 0.2em;*/
	cursor: pointer;
	/*padding: 0.2em;*/
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	content: "";
	border: 0.1em solid rgb(73, 73, 73);
	border-radius: 0.2em;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	padding-left: 0.2em;
	padding-bottom: 0.3em;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
}

input[type=checkbox] + label:active:before {
	transform: scale(0);
}

input[type=checkbox]:checked + label:before {
	background-color: MediumSeaGreen;
	border-color: MediumSeaGreen;
	color: #fff;
}

input[type=checkbox]:disabled + label:before {
	transform: scale(1);
	border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
	transform: scale(1);
	background-color: #bfb;
	border-color: #bfb;
}

.form-control.no-validate:valid {
	border-color: #ced4da !important;
	padding-right: .75rem !important;
	background: none !important;
}


#map {
	position: relative;
	/* height: calc(100% - 115px); */
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	border: 0px solid #E3E3E3;
	border-left: 1px solid #515962;
	border-right: 1px solid #515962;
}

#optionsMenu {
	top: 146px;
	display: none;
	padding: 5px;
	width: 600px;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.75) 3px 3px 5px 0px;
}

#NotSeated, #TableAttendees, #TableQueue, #listAttendees, #listRemoveAttendees {
	padding-left: 0px !important;
	list-style-type: none;
}

#NotSeated label:hover {
	cursor: pointer;
}

#NotSeated .input {
	font-size: 25px;
}

#btnTableName {
	padding-left: 10px;
}

#TableNumber {
	min-height: 19px;
	text-align: center
}

#TableNumber::before {
	content: "Table ";
}

#TableName {
	min-height: 19px;
	color: #2196f3;
	text-align: center
}

#Seated {
	text-align: center;
}

#TableAttendees li.display {
	margin-left: 24px;
}

.header-title {
	text-align: center;
	font-weight: bold;
	color: #333333;
}

.subText {
	display: block;
	margin-left: 25px;
}

.attendee {
	font-size: 12px;
	min-height: 20px;
}

.affiliation {
	font-size: 11px;
	color: var(--green);
}

.note {
	font-size: 11px;
	color: var(--blue);
}

.oNumber, .Type, .tNumber, .attNumber {
	font-size: 11px;
	color: cornflowerblue;
}

ol li .party {
	padding-left: 26px;
}

ol li label {
	margin-bottom: 0px !important;
	margin-left: 5px;
}

#NotSeated li,
#TableAttendees li,
#TableQueue li,
#listAttendees li,
#listRemoveAttendees li {
	border-bottom: 1px solid #e3e3e3;
}

ol li.disabled {
	opacity: .4;
}

/* Gritter Mods */
.danger .gritter-item {
	color: var(--red);
	font-size: 120%;
}

.text-help {
	font-weight: normal;
	font-size: 90%;
	color: #96b99e;
}

.sub-title {
	font-size: 90%;
	color: #96b99e;
}

#roles {
	width: 100%;
}

#roles td:not(:first-of-type),
#roles th:not(:first-of-type) {
	text-align: center;
}

#roles td {
	border-bottom: 1px solid #e3e3e3;
}

#roles .fa-check {
	color: var(--success);
}

#roles .fa-times {
	color: #fac8cd;
}
.hl {
	background-color: #dee2e6;
}


#dt-clear {
	text-align: left;
}
.tbl-filter:valid {
	outline: solid blue 2px;
}

thead#hdr-search th {
	padding: 5px !important;
}

.dataTables_filter {
	float: unset !important;
	text-align: unset !important;
}
.dataTables_info {
	clear: both;
	float: unset !important;
	text-align: center;
}
.dataTables_paginate {
	float: unset !important;
	text-align: left !important;
}
.dataTables_length{
	float: right !important;
}

/* SVG  */

g text tspan:nth-child(1) {
	fill: blue;
	font-size: 120%;
}
g text tspan:last-child {
	fill: blue;
	stroke-width: 0;
}
g text {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
	/* stroke: cornsilk; */
	stroke-width: .2;
	fill: black;
	font-weight: 900;
	/* font-size: 30px; */
}

.svg-table-locked {
	fill: #ffc8db !important;
}
.selected-table {
	fill: yellow !important;
}


.label-tnum {
	font-size: 90% !important;
	fill: blue !important;
}

.label-tnam {
	font-size: 40% !important;
	fill: green !important;
	overflow: hidden;
	max-width: 8ch;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.label-tnam-selected {
	/*font-size: 100% !important;*/
	fill: green !important;
	transition: font-size 1s;
}

.label-tcap {
	font-size: 80% !important;
	fill: red !important;
}

/* CARDS */
.event-card {
	display: flex;
	margin: 10px;
}