body {
	font-family: 'Open Sans', sans-serif !important;
	font-size:0.9rem;
	font-weight: 300;
	background:#fafafa;
}

h1.antique {
	font-family: 'IM Fell English', 'serif';
	font-size:5rem;
}

h2.antique {
	font-family: 'IM Fell English', 'serif';
	font-size:3rem;
}

.font-antique {
	font-family: 'IM Fell English', 'serif';
}

.font-sansserif {
	font-family: 'Open Sans', sans-serif !important;
}

div.splash {
	width:100vw;
	height:100vh;
}

.text-black {
	color:black !important;
}

.text-black-25 {
	color:rgba(0,0,0,.25) !important;
}

.text-lightgray {
	color:#aaa !important;
}

.text-bigger {
	font-size:1.25rem !important;
}

.hover-text-warning:hover {
	color:var(--warning);
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #bbb;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #bbb;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #bbb;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #bbb;
}
.form-control::placeholder {
	color: #bbb;
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

label.col-form-label {
	font-weight: bold;
	color:#888;
}

nav#bardtag-nav {
	border-bottom:1px solid #ddd;
}

nav#script-footer {
	border-top:1px solid #ddd;
	background:rgba(255,255,255,.5);
	-webkit-backdrop-filter:blur(0.35rem);
}

.dropdown-menu {
	left: auto;
	right: 0rem;
}

.main-content {
	margin-top:4.5rem;
}

h2.main-card-title {
	font-family: 'IM Fell English', 'serif';
	font-size:3rem;
}

.bg-white {
	background:white !important;
}

.list-group-item.header {
	font-weight:bold;
	color:#666666;
	border-top: double 3px #ccc;
}

.list-group-item.sub-item {

}

ul.media-list {
	border-top: double 3px #ccc;
}

ul.media-list li.header {
	font-weight:bold;
	color:#666666;
	border-bottom: solid 1px #ccc;
	padding:0.5rem 1rem;
}

ul.media-list li.media {
	padding:1rem;
	border-bottom:1px solid #eee;
}

ul.media-list li.media:last-child {
	border-bottom:none;
}

div.card div.card-header.inner {
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.table.no-cell-borders {
	margin-bottom: 0;
}

.table.no-cell-borders td {
	border-top:none;
}

.table.card-block td:first-child {
    padding-left:1rem;
}

.bg-05gray {
	background-color: rgba(0, 0, 0, .05) !important;
}

.table.table-lightstriped tbody tr:nth-of-type(odd){
	background-color: rgba(0, 0, 0, .025)
}

.card div.card-minimizer {
	position:absolute;
	right:0;
	top:0;
}

.card div.card-minimizer > button {
	border-top: none;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: rgba(0, 0, 0, .125) !important;
}

.line-number {
	font-size:.7rem;
	padding-top:1rem !important;
	width:1rem;
	text-align: center;
}

.line-number-inline {
	top:-0.25rem;
	position:relative;
	margin-left:0.25rem;
}

.btn-link.btn-invisible {
	color:black !important;
	text-decoration: none;
	padding:0;
}

.btn-xs {
	font-size: 0.6rem !important;
	line-height: 1.2rem !important;
	padding: 0.2rem 0.4rem !important;
}

.yellow-highlight {
	background-color: rgba(255, 249, 16, 0.50) !important;
}

.yellow-highlight:hover {
	border-color:black !important;
}

.green-highlight {
	background-color: rgba(5, 255, 8, 0.50) !important;
}

.green-highlight:hover {
	border-color:black !important;
}

.pink-highlight {
	background-color: rgba(255, 156, 174, 0.50) !important;
}

.pink-highlight:hover {
	border-color:black !important;
}

.blue-highlight {
	background-color: rgba(126, 197, 255, 0.50) !important;
}

.blue-highlight:hover {
	border-color:black !important;
}

.purple-highlight {
	background-color: rgba(253, 115, 255, 0.50) !important;
}

.purple-highlight:hover {
	border-color:black !important;
}

.orange-highlight {
	background-color: rgba(255, 167, 6, 0.50) !important;
}

.orange-highlight:hover {
	border-color:black !important;
}

.fade-animation {
	transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

button.navbar-toggler {
	border-color:#ddd;
}

button.navbar-toggler span.navbar-toggler-icon {
	width:auto;
	height:auto;
}

.modal-header-rounded {
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	margin-top:-1px;
}

.modal-footer-rounded {
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
	margin-top:-1px;
}

.modal-header.inner {
	background:#f7f7f7;
	color:#888;
	font-weight:bold;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}

.modal-body div.modal-explainer {
	margin: -15px -15px 1rem -15px;
	padding: 1rem;
	background: #eee;
	color: black;
}

.bg-dangerer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+100;Red+Flat */
	background: rgb(204,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-8 */
}

td.align-middle {
	vertical-align: middle !important
}

tr.align-middle td {
	vertical-align: middle !important
}

.modal-dialog.modal-dialog-sideicon {
    background:#ddd;
    padding:0.5rem;
    border-radius:0.3rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox!important;
    display: flex !important
}

.modal-dialog.modal-dialog-sideicon .modal-content:first-child {
	background:transparent;
	color:white;
	border:none;
	color:rgba(0,0,0,.5);
	margin-right:.5rem;
	width:auto;
}

.modal-dialog.modal-dialog-sideicon .modal-content:last-child {
    width:auto;
}

.pl-quarter {
	padding-left:0.25rem !important;
}

scene-list-editor > div.card-header.inner:first-child {
	border-bottom:0;
}

scene-queue-group > li:first-child {
	border-top:3px double rgba(0,0,0,.125) !important;
}

.btn-white {
	border-color:#545b62;
	color:#545b62;
	background:white;
}

.btn-white:hover {
	border-color:#545b62;
	color:white;
	background:#545b62;
}

login-page > div {
	transition:0.1s linear all;
}

login-page.exiting > div {
	filter:blur(2rem) grayscale(1)
}

.cursor-pointer {
	cursor:pointer;
}

.nonintrusive-buttons .btn-group {
	opacity:0;
	transition:0.1s linear opacity;
}

.nonintrusive-buttons:hover .btn-group {
	opacity:1;
}

.display-contents {
	display:contents !important;
}