html,
body {
  height: 100%;
}

a {
	color: maroon;
}

a:hover {
	color: #700b00;
}

#page-content {
	flex: 1 0 auto;
}

/* .ace_static_highlight {
	font-size: 1rem;
} */

.bg-maroon {
    background-color: maroon;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
	outline-width: 0 !important;
}

.btn-smoj-dropdown {
	color: #fff;
	background-color: #540f07;
}

.btn-smoj {
	color: #fff;
	background-color: maroon;
	border-color: maroon;
}

.btn-smoj:hover {
	color: #fff;
	background-color: #700b00;
	border-color: #540f07;
}

.btn-smoj:focus, .btn-smoj.focus {
	color: #fff;
	background-color: #700b00;
	border-color: #540f07;
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.btn-smoj-white {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
}

.btn-smoj-white:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #e2e6ea;
}

.btn-smoj-white:focus, .btn-smoj-white.focus {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f5796b;
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.card-editor {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 17px;
}

.collapse.show {
	visibility: visible;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.collapsing.width {
	-webkit-transition-property: width, visibility;
	transition-property: width, visibility;
	width: 0;
	height: auto;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: maroon;
	background-color: maroon;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #ff8080;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	background-color: #ffb3b3;
	border-color: #ffb3b3;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
  
.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-range::-webkit-slider-thumb {
	background-color: maroon;
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #ffb3b3;
}

.custom-range::-moz-range-thumb {
	background-color: maroon;
}

.custom-range::-moz-range-thumb:active {
	background-color: #ffb3b3;
}

.custom-range::-ms-thumb {
	background-color: maroon;
}

.custom-range::-ms-thumb:active {
	background-color: #ffb3b3;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	background-color: maroon !important;
	outline-width: 0 !important;
}

.form-editor {
	font-size: 14px;
	line-height: 17px;
	width: 100%;
}

.form-control:focus {
	border-color: #f5796b;
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.toolbar-editor {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	margin-bottom: 0;
	list-style: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff !important;
	background-color: maroon !important;
}

.nav-pills a.nav-link {
	color: maroon;
}

.nav-pills a.nav-link:hover, a.nav-link:focus {
	color: #540f07;
}

.page-link {
	color: maroon;
}

.page-link:hover {
	color: maroon;
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.page-item.active .page-link {
	background-color: maroon;
	border-color: maroon;
}

.smoj-editor {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
	margin-bottom: 0;
	min-height: 108px;
	width: 100%;
}

.td-sample-test > td {
	font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	background-color: #efefef;
}

.td-sample-test > td > pre {
	white-space: pre-wrap
}

.th-sample-test > th {
	font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
}

thead.th-ws > tr > th {
	font-weight: normal;
}