@charset "UTF-8";

.category-button h1 {
	padding: 0 10px !important;
}

.category-button i {
	display: table-cell;
	vertical-align: middle;
	height: 42px;
}

.category-button-title {
	display: inline-block;
}

.category-button-icon {
	display: inline-block;
}

.description {
	display: table-cell;
	margin: 0;
	width: 100%;
}

.description > .ql-editor {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 100%;
}

.description-container {
	display: table;
	width: 100%;
	padding: 0 8px 12px 8px;
}

.description-icon {
	display: table-cell;
	vertical-align: middle;
	padding: 0 17px 0 8px;
}

.form-control {
	font-family: "Lato";
	font-size: 13px;
	font-weight: normal;
}

.form-row {
	margin: 0;
}

.form-row ~ .form-row {
    margin: 15px 0 0 0;
}

.form-row table {
	width: 100%;
}

.form-row td {
	text-align: center;
	vertical-align: middle;
}

.form-row td div {
	margin: auto;
}

.loading {
	position: fixed;
	z-index: 99999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
	
	background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

.modal {
	overflow-y:auto;
}
	
.modal-dialog {
	max-width: 500px;
}

.modal-dialog-wide {
	max-width: 800px;
}

.modal-dialog-wide-1000 {
	max-width: 1000px;
}

.modal-dialog button.btn {
	font-family: "Calibri";
	font-size: 14px;
	font-weight: normal;
}

.modal-header {
	padding: 14px 1rem;
}

.plain {
	background-color: dodgerblue !important;
	padding: 0 !important;
}

.plain:hover {
	background-color: deepskyblue !important;
}

.ql-editor img {
	max-width: 300px !important;
}

.tooltip.show {
	opacity: 1;
}

.tooltip-inner {
	max-width: 500px;
}

.top-image h1 {
	display: inline-block;
}

.top-image > div.top-image-img {
	position: unset;
	text-align: center;
}

.top-image > div i.fas,
.top-image > div i.fab {
	color: black;
}

.top-image-img .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.top-image-img img {
	margin-top: -20px;
	width: 1024px;
	vertical-align: middle;
}

.video-buttons i {
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
	height: 42px;
}

.video-buttons label {
	display: table-cell;
	vertical-align: middle;
	padding: 0 12px;
	height: 42px;
	cursor: pointer;
}

.video-buttons .plain {
	display: table;
	padding: 0 13px 0 0 ;
	width: 100%;
}

.video-buttons-label {
	display: table-cell;
	width: 100%;
}

.video-buttons-icon {
	display: table-cell;
}

#content {
	top: 54px;
}

#dlgSuccess .modal-close,
#dlgFail .modal-close {
	color: white;
	font-family: 'Lato';
    font-size: 24px;
    font-weight: normal;
}
	
#dlgSuccess > .modal-dialog > .modal-content > .modal-body,
#dlgFail > .modal-dialog > .modal-content > .modal-body {
	padding: 10px 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
}

#dlgSuccess > .modal-dialog > .modal-content > .modal-body > .modal-msg,
#dlgFail > .modal-dialog > .modal-content > .modal-body > .modal-msg {
	display: inline-block;
	margin: 0;
	padding: 6px 0;
	color: white;
	font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
}

#dlgFail > .modal-dialog > .modal-content {
	border-radius: 5px;
	background-color: rgb(255,128,128);
}

#dlgSuccess > .modal-dialog > .modal-content {
	border-radius: 5px;
	background-color: rgb(0,128,0);
}

#divPageEntries {
	padding-bottom: 20px;
}

#logo img {
	background: white;
	padding: 5px 30px;
	height: 54px;
}

#video-title h1 {
	display: table-cell;
	padding: 0 10px 0 0;
}
		
body.modal-open {
   	overflow: hidden;
}
	
button.btn {
	font-family: "Lato";
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	margin: 0px;
}

button.modal-close {
	padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

h2.modal-title {
	font-family: "Raleway";
	font-size: 24px;
	font-weight: normal;
	margin-bottom:20px;
}

i {
	font-size: 18px;
	cursor: pointer;
}

p.modal-group {
	font-family: "Calibri";
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

@media (max-width: 500px) {
	.top-image-img img {
		width: 100%;
	}
	.top-image-title {
		padding-top: 10px;
	}

	#content {
		top: 48px;
	}
	
	#logo {
		width: 192px;
	}

	#logo img {
		height: 48px;
	}
}