html {
	height: 103%;
}
body {
	min-height: 100%;
	font-family: aperculight;
}
label {
	margin-top: 5px;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	html {
		height: 101%;
	}
}
@media (min-width: 992px) {
	html {
		height: 100%;
	}
}

.std-icon {
	height: 0.75em;
	position: relative;
}


.vr-left { border-left: 1px solid #ccc; }
.vr-right { border-right: 1px solid #ccc; }
@media (min-width: 576px) {
	.vr-left-sm { border-left: 1px solid #ccc; }
	.vr-right-sm { border-right: 1px solid #ccc; }
}
@media (min-width: 768px) {
	.vr-left-md { border-left: 1px solid #ccc; }
	.vr-right-md { border-right: 1px solid #ccc; }
}
@media (min-width: 992px) {
	.vr-left-lg { border-left: 1px solid #ccc; }
	.vr-right-lg { border-right: 1px solid #ccc; }
}




.cc-red {
	color: #e91c35;
	color: rgb(233, 28, 53);
}





.btn-primary {
	color: #fff;
	background-color: #e91c35;
	border-color: #e91c35;
}
.btn-primary:hover {
	color: #fff;
	background-color: #c9182d;
	border-color: #c9182d;
}
.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(233, 28, 53, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #e88b96;
	border-color: #e88b96;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #e91c35;
	border-color: #e91c35;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 28, 53, 0.5)
}
.btn-outline-primary {
	color: #e91c35;
	background-color: transparent;
	background-image: none;
	border-color: #e91c35;
}
.btn-outline-primary:hover {
	color: #222;
	background-color: #c9182d;
	border-color: #c9182d;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(233, 28, 53, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #e88b96;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #e91c35;
	border-color: #e91c35;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(233, 28, 53, 0.5);
}

.hidden {
	display: none;
}
.show-block {
	display: block !important;
}
.text-sm {
	font-size: 11px;
}



.navbar {
	font-family: aperculight;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.navbar a {
	font-family: aperculight;
	font-size: 1rem;
	line-height: 1.5;
}
.navbar-brand {
	border: 1px solid #e91c35;
	border-radius: 5px;
	padding: 0 10px 2px 40px;
	overflow: hidden;
	background: url(../images/logo_cc.png) no-repeat 0 0;
	background-size: contain;
	line-height: 1.5;
	font-size: 1.25rem;
	margin-top: 2px;
	margin-bottom: 2px;
}
.navbar-dark .navbar-toggler {
	color: #e91c35;
	border-color: #e91c35;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(233, 28, 53, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand img {
	display: none;
}
.nav-link:hover {
	background-color: rgba(255,255,255,0.1);
}
.navUser {
	color: #fff;
	margin: 0;
	font-size: 1rem;
}
.navUser a {
	color: #fff;
}
.nav-info-drop {
	position: fixed;
	top: 55px; /* 55px */
	right: 15px;
	min-height: 32px;
	min-width: 100px;
	background-color: #eee;
	font-size: 13px;
	padding: 5px 24px;
	border: 1px solid #343a40;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	z-index: 1999;
	transition: all 0.7s ease;
}
.nav-info-drop.show {
	top: 105px;
}
.navbar .dropdown-menu .dropdown-item .nav-link {
	color: #000;
}


.main-page-content {
	margin-top: 85px;
}
#content-admin {
	margin-top: 85px;
}
.btn-fullwidth {
	width: 100%;
	margin-bottom: 10px;
}
.btn-chunky {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-narrow {
	margin: -5px 0;
}
.btn-edittext {
	font-size: 0.8rem;
}
.btn-toggle.active {
	background-color: #e91c35 !important;
	border-color: #e91c35 !important;
}
.btn-xs {
	padding: 2px 7px;
	background-color: transparent;
	color: #6c757d;
	font-size: 12px;
	line-height: 16px;
	top: -2px;
	position: relative;
}
.modal-dialog {
	margin-top: 60px;
}
.modal-wide .modal-dialog {
	max-width: 100%;
	width: 750px;
}
.modal-wider .modal-dialog {
	max-width: 96%;
	width: 1000px;
}
.accordion {}
.accordion .card-header button {
	width: 100%;
	text-align: left;
}
.row-gaps .row {
	margin-bottom: 5px;
}
.big-gap {
	margin: 30px 0;
}
.gap {
	margin-bottom: 20px;
}
.datepicker {
	padding: 0.375rem 0.75rem;
}
.red-block {
	padding: 10px;
	color: #fff;
	background-color: #e91c35;
	border: 1px solid #343a40;
	border-radius: 5px;
}
.red-block h1, .red-block h2, .red-block h3, .red-block h4, .red-block h5, .red-block h6 {
	margin-bottom: 0;
}
.logo-bk-right {
	/*background: #e91c35 url(../images/logo_cc.png) no-repeat 99% 50%;
	background-size: contain;
	background-size: 3.5%;*/
}
.card-tabs {
	margin-bottom: 20px;
}
.card-tabs .card {
	border: none;
}
.card-tabs .card-body {
	padding: 0;
}

.production {
	text-align: left;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0;
}
.productions-item {
	display: block;
	padding: 10px 0;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 20px 0 20px 0;
	border: 1px solid rgba(0,0,0,0.125);
	color: #000;
	background-color: #fff;
	transition: all 0.3s ease;
}
.productions-item:hover,
.productions-item:active {
	/*border: 1px solid #000;
	color: #fff;
	background-color: #919799;*/
	box-shadow: 2px 2px 3px #000;
}

.sa-page-nav {}
.sa-page-nav a, .sa-page-nav i {
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	padding-top: 4px;
	border: 1px solid #eee;
	margin: 0 2px;
	font-style: normal;
}
.sa-page-nav i {
	color: #999;
}
.sa-page-nav a {
	color: #000;
}
.sa-page-nav a:hover {
	background-color: #eee;
	text-decoration: none;
}
.sa-page-nav .current {
	color: #000;
	border: 1px solid #000;
}
.sa-drop-controls {
	text-align: left;
}
//.sa-drop-controls div {
//	width: 49%;
//	display: inline-block;
//}
//.sa-drop-controls span {
//	width: 19%;
//	display: inline-block;
//}
//.sa-drop-controls .form-control {
//	height: 32px;
//	padding-top: 4px;
//	display: inline-block;
//}
.sa-search {
	position: relative;
	max-width: 390px;
	width: 100%;
	display: inline-block;
	top: 4px;
	right: 2px;
}
.sa-search-box {
	height: 32px;
}
.sa-search-clear {
	position: absolute;
	top: 5px;
	right: 5px;
}
.sa-age-range {}
.sa-age-range .form-control {
	max-width: 60px;
	display: inline-block;
}
.sa-age-range label {
	position: relative;
}
.sa-age-range label span {
	position: absolute;
	top: -6px;
	left: 6px;
	color: #aaa;
	background-color: #fff;
	padding: 0 3px;
	font-size: 8px;
	text-transform: uppercase;
}


.sa-item {
	margin-bottom: 20px;
	text-align: center;
}
.sa-item-sm .card-body {
	padding: 0.8rem;
}
.sa-item p {
	margin-bottom: 2px;
}
.sa-item-sm p {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 2px;
}
.sa-item-sm .btn-edittime {
	margin-top: 10px;
	display: inline-block;
}
.sa-name {
	font-size: 22px;
	font-weight: bold;
	color: red;
}
.sa-item-sm .sa-name {
	font-size: 18px;
	margin-bottom: 8px;
}
.sa-img-confirmed {
	max-width: 95%;
	height: 300px;
}
.sa-img-browse {
	max-width: 95%;
	height: 210px;
}
.sa-item-sm .sa-img-confirmed {
	height: 250px;
	margin-right: 5%;
	max-width: 95%;
}
.sa-item.faded-card .sa-img-confirmed {
	max-height: 200px;
}
.sa-item-sm .sa-img-browse {
	height: 250px;
	margin-right: 5%;
	max-width: 95%;
}

.sa-item.faded-card .sa-img-browse {
	max-height: 175px;
}

.sa-img {
	max-width: 95%;
	max-height: 200px;
}
.sa-item-sm .sa-img {
	max-height: 150px;
	margin-right: 5%;
}
.sa-item.signedin {
	opacity: 0.5;
}
.sa-item.faded-card .card {
	background-color: #ddd;
	opacity: 0.6;
}
.sa-item.faded-card .sa-img {
	max-height: 50px;
}
.sa-opts {
	margin-bottom: 16px;
}
.sa-opts label {
	font-size: 13px;
	margin: 0 5px 0 0;
}
.sa-opts label input[type="checkbox"] {
	height: 20px;
}
.sa-opts label input[type="text"] {
	width: 60px;
	padding: 4px 0;
	text-align: center;
}
.sa-opts .btn-xs {
	margin-left: 5px;
	margin-right: 5px;
}
.sa-custom-payoptions {
	display: none;
}
.custom-pay-button {
	top: 11px;
}
.sa-final-payoptions {
	display: none;
}
.active-sa-list-search {
	position: relative;
	margin-bottom: 20px;
}
.active-sa-list-search .form-control {
	max-width: 180px;
	padding-right: 30px;
	display: inline-block;
}
.active-sa-list-search .btn-xs {
	position: absolute;
	z-index: 10;
	top: 4px;
	right: 19px;
	line-height: 17px;
}
.new-active-sa-list .sa-img {
	max-height: 250px;
}

.lookbook-item {
	display: block;
	color: #000;
	cursor: pointer;
	margin-bottom: 30px;
	text-decoration: none;
}
.lookbook-item .card {
	transition: all 0.3s ease;
	min-height:100px;
}
.lookbook-item a{
	text-decoration: none;
}
.lookbook-item:hover .card {
	box-shadow: 2px 2px 3px #000;
	background-color:#E91D36;
	color:#fff;
	text-decoration: none;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
.lookbook-name {
	margin: 0;
	font-size: 24px;
}

.btn-add-lookbook {
	height: 70px;
	line-height: 54px;
}

.lookbook-modal-controls {
	margin-top: 10px;
	text-align: right;
}
.lookbook-modal-controls button {
	margin-left: 10px;
}
.lookbook-modal-controls .active {
	font-weight: bold;
	border: 5px dotted #fff !important;
}
.lookbook-modal-controls pre {
	padding: 6px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0;
	display: inline-block;
}

.scene-comment-box {
	width: 100%;
	min-height: 150px;
	resize: vertical;
}



.rollcall-block {
	font-size: 2rem;
}
.rollcall-block h1 {
	font-size: 2rem;
}
.rollcall-timer {
	font-size: 2rem;
	line-height: 1.2;
}
.tick {
	opacity: 0.2;
}
.time-selectors {
	text-align: center;
	font-size: 40px;
	word-spacing: 2px;
}
.time-select {
	width: 100px;
	text-align: center;
	font-size: 32px;
	display: inline-block;
}
.time-select option,
.time-select-option {
	text-align: center;
	font-size: 24px;
}



.divtable-row {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}
.divtable-mobile-header {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #C41F34;
	text-align: left;
	padding: 1px 3px 0 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	width:20%;
	min-width: 100px;
	display: inline-block;
}

.sa-filter-row {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.sa-item {
		text-align: left;
	}
	.divtable-row > div {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 2px;
		margin-bottom: 8px;
	}
}

@media (min-width: 768px) {
	.divtable-mobile-header {
		display: block;
		width: auto;
		min-width: 80px;
	}
	.divtable-subcol {
		display: inline-block;
		width: 50%;
	}
	.divtable-subcol .divtable-mobile-header {
		width: 50%;
	}
	.divtable-row > div {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.sa-filter-row {
		position: relative;
		top: 28px;
		margin-top: -20px;
		margin-bottom: 0;
		z-index: 10;
		max-width: 75%;

	}
	.card-tabs {
		margin-bottom: 10px;
	}
	.card-tabs .card {
		border: 1px solid rgba(0, 0, 0, 0.125);
	}
	.card-tabs .card-body {
		padding: 1.25rem;
	}

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


.form-control-tiny {
	font-size: 12px;
	padding: 1px;
	height: 19px;
	width: auto;
	display: inline-block;
}


/* brought over from style.css */



.container-fluid.no-gutters {
	padding: 0;
}
.labelshort-heading {
	width: 100%;
	background-color: #C41F34;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 5px;
}
.labelshort-heading h1 {
	margin: 0;
	text-align: center;
}

div.inputshort {
	padding: 3px 0 5px 0;
}
div.inputshort input {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}
div.inputshort input[type="checkbox"] {
	position: relative;
	margin-bottom: 10px;
}

.listbox-nav {
	text-align: center;
}

.paddingtop {
	height:32px;
}
.body
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header {}
.header img {
	max-width: 100%;
}
.header-nav {
	float:right;
	color:#ffffff;
	font-size:16px;
	margin-top:45px;
	padding-right:20px;

	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}
.header-nav a {
	color:#ffffff;
	font-size:16px;
	font-family:Roboto;

	display: inline-block;
	padding: 0 20px;
}
.table-nav {
	padding: 0 1%;
}
.table-nav .row > div {
	margin-bottom: 15px;
}

.page-nav {
	display: inline-block;
	padding: 0 5px;
}

.block-heading {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #fff;
	padding: 5px;
}
.block-green {
	background-color: #5d9e17 !important;
}
.block-orange {
	background-color: #f37d31 !important;
}


.divtable {
	/*padding: 15px !important;*/
}
.divtable-controls {
	margin-bottom: 20px;
}
.divtable-controls .row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.divtable-header-row {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-color: #C41F34;
	background-image: url("../webimg/nav-off.png");
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	padding: 3px;
}
.divtable-row {
	border: 1px solid #dee8ea;
	background-color: #ffffff;
	padding: 3px;
	margin-bottom: 20px;
}

.divtable-cell-content {}
.divtable-subcol {
	display: inline-block;
	width: 12%;
	max-width: 50px;
	min-width: 32px;
}
.divtable-16col {
	display: inline-block;
	width: 100%;
}
.divtable-16col.narrow-col {}
.divtable-16col.narrow-col-x2 {}
.divtable-16col.wide-col {}
.divtable-mobile-green-headers .divtable-mobile-header {
	background-color: #5d9e17 !important;
}
.divtable-mobile-orange-headers .divtable-mobile-header {
	background-color: #f37d31 !important;
}

.md-gutters {
	margin-left: 0;
	margin-right: 0;
}
.md-gutters > .col, .md-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 576px) {

	.md-gutters {
		margin-left: -15px;
		margin-right: -15px;
	}
	.md-gutters > .col, .md-gutters > [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}

	div.inputshort input[type="checkbox"] {
		top: -14px;
	}
	.table-nav .row > div {
		margin-bottom: 0;
	}
	.divtable-16col {
		width: 50%;
	}
	.divtable-16col.narrow-col {}
	.divtable-16col.narrow-col-x2 {}
	.divtable-16col.wide-col {}

}
@media (min-width: 768px) {
	div.inputshort input {
		font-size: 13px;
	}
	div.inputshort input[type="checkbox"]  {
		top: 0;
		margin-bottom: 0;
		width: 50px;
	}
	.listbox-nav {
		text-align: right;
		width: 99%;
	}
	.inputshort .checkbox-label {
		width: 120px;
		display: inline-block;
	}

	.header {
		height: 120px;
	}
	.header-nav {
		width: auto;
		margin: 45px 20px 0 0;
		text-align: right;
	}
	.header-nav a {
		display: inline;
		padding: 0;
	}
	.table-nav .row {
		margin-bottom: 0;
	}
	.divtable-controls .row {
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.divtable-row {
		border-top: none;
		margin-bottom: 0px;
	}
	.divtable-16col {
		//width: 25%;
		width: 50%;
	}
	.divtable-16col.narrow-col {}
	.divtable-16col.narrow-col-x2 {}
	.divtable-16col.wide-col {}

}
@media (min-width: 992px) {
	.divtable-16col {
		//width: 12.5%;
		width: 50%;
	}
	.divtable-16col.narrow-col {}
	.divtable-16col.narrow-col-x2 {}
	.divtable-16col.wide-col {}

}
@media (min-width: 1200px) {
	.divtable-16col {
		//width: 6.25%;
		width: 50%;
	}
	.divtable-16col.narrow-col {
		width: 5%;
	}
	.divtable-16col.narrow-col-x2 {
		width: 3.75%;
	}
	.divtable-16col.wide-col {
		width: 7.5%;
	}

}





/* qr codes */

.qrGenerator {
	position: relative;
	border: 2px solid #ccc;
	width: 100%;
	max-width: 500px;
	height: 100%;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 5%;
}

#qrcode {
	height: 400px;
	max-height: 100%;
	width: 400px;
	max-width: 100%;
	margin-top: 60px;
	display: inline-block;
}
#qrcode img {
	width: 400px;
	max-width: 100%;	
}


.qrScanner {
	position: relative;
	border: 2px solid #ccc;
	width: 100%;
	/*max-width: 500px;*/
	height: 100%;
	min-height: 480px;
}
.cameraSelect {
	position: absolute;
	z-index: 20;
	top: 10px;
	left: 10px;
	width: 160px;
	min-height: 10px;
	font-size: 12px;
	font-family: sans-serif;
}
.cameraChoice {
	display: block;
	margin: 15px 0;
	padding: 15px 5px;
	text-decoration: underline;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	background-color: #eff;
	opacity: 0.6;
}
.cameraChoice.selected {
	font-weight: bold;
	opacity: 1;
}
.scanResult {
	position: absolute;
	z-index: 30;
	bottom: 10px;
	left: 10px;
	background-color: rgba(255,255,255,0.6);
	width: 150px;
	min-height: 10px;
	max-height: 150px;
	padding: 10px;
	border: 1px solid #666;
	font-size: 12px;
	font-family: sans-serif;
	overflow: auto;
}
.videoArea {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.videoArea video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


#cameraNotes {
	font-size: 10px;
}


