﻿@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
	font-family: "Bitwise";
	src: url('Bitwise.ttf');
}
@font-face {
	font-family: "Glass TTY VT220";
	src: url('Glass_TTY_VT220.ttf');
}
.iconRed {
	color: #ff0000 !important;
}

.iconGreen {
	color: #d3ff00 !important;
}
.iconBlue {
	color: lightblue !important;
}
.iconNavy {
	color: #0985be !important;
}

.schedule-row {
	display: flex;
	background-color: #3a3a3a;
	color: white;
	font-family: Arial, sans-serif;
	border: 1px solid #555;
	height: 90px;
}

.time-block {
	width: 200px;
	padding: 10px;
	background-color: #2d2d2d;
	border-right: 1px solid #555;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.event-details {
	flex-grow: 1;
	padding: 8px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.event-title {
	font-weight: bold;
	font-size: 14px;
	color: #c0c0c0;
}

.event-desc {
	font-size: 12px;
	color: #c0c0c0;
}

.event-category {
	position: absolute;
	right: 12px;
	top: 8px;
	font-size: 12px;
	color: #f0f0f0;
}

.border-stripe {
	width: 4px;
	background-color: #c00000;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px !important;
	height: 24px !important;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 16px;
		width: 15px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}

</style >
.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}
.form-control-plaintext {
	color: #8a8d93 !important;
}
.card-header {
	background-color: #5a6268 !important;
	border-radius: 20px;
}
.modal-content {
	background-color: #22252a !important;

}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	/* background-color: #80400b; */
	background-color: #c95b0c !important;
	border-color: #ffffff;
}
.table-bordered {
	border: 2px solid #dee2e6 !important;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #495057;
	border-color: #ffffff;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
/*	background-color: #80400b;
*/	background-color: #c95b0c;
	border-color: #ffffff;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: white;
	background-color: darkgray;
	border: 1px solid #ffffff;
}
	.dot {
	height: 15px;
	width: 15px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.dotBusy {
	height: 15px;
	width: 15px;
	background-color: darkred;
	border-radius: 50%;
	display: inline-block;
}

.dotGreen {
	height: 15px;
	width: 15px;
	background-color: darkgreen;
	border-radius: 50%;
	display: inline-block;
}

hr.dashed {
	border-top: 2px dashed #999;
}
.myTiny {
	font-size: 10px !important;
}
hr.dotted {
	border-top: 2px dotted #999;
}

hr.solid {
	border-top: 2px solid #999;
}
.notice {
	padding: 15px;
	background-color: #fafafa;
	border-left: 6px solid #7f7f84;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-sm {
	padding: 10px;
	font-size: 80%;
}

.notice-lg {
	padding: 35px;
	font-size: large;
}

.notice-success {
	border-color: #80D651;
}

	.notice-success > strong {
		color: #80D651;
	}

.notice-info {
	border-color: #45ABCD;
}

	.notice-info > strong {
		color: #45ABCD;
	}

.notice-warning {
	border-color: #FEAF20;
}

	.notice-warning > strong {
		color: #FEAF20;
	}

.notice-danger {
	border-color: #d73814;
}

	.notice-danger > strong {
		color: #d73814;
	}

hr.hr-text {
	position: relative;
	border: none;
	height: 1px;
	background: #999;
}

	hr.hr-text::before {
		content: attr(data-content);
		display: inline-block;
		background: #fff;
		font-weight: bold;
		font-size: 0.85rem;
		color: #999;
		border-radius: 30rem;
		padding: 0.2rem 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
.hr2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	color: gray !important;
	background: gray !important;
}
.hr0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	color: #8a8d93 !important;
	background: #8a8d93 !important;

}
.hrShortMargin {
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	color: #8a8d93 !important;
	background: #8a8d93 !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kbmodal-confirm {
	color: #8a8d93 !important;
	/*width: 550px;*/
}

	.kbmodal-confirm .kbmodal-content {
		/*padding: 20px;*/
		border-radius: 5px;
		border: none;
	}

	.kbmodal-confirm .kbmodal-header {
		padding: 0;
		border-bottom: none;
		position: relative;
	}

	.kbmodal-confirm h4 {
		display: inline-block;
		font-size: 26px;
		font-family: Orbitron;
/*		font-family: 'Varela Round', sans-serif !important;
*/		color: #8a8d93 !important;
	}

	.kbmodal-confirm .close {
		position: absolute;
		top: -5px;
		right: -5px;
	}

	.kbmodal-confirm .kbmodal-body {
		color: #8a8d93 !important;
		font-family: 'Varela Round', sans-serif;
	}

	.kbmodal-confirm .kbmodal-footer {
		background: #22252a !important;
		border-color: #e6eaec !important;
		text-align: right;
		/*margin: 0 -20px -20px;*/
		border-radius: 0 0 5px 5px !important;
	}

	.kbmodal-confirm .btn {
		color: #fff;
		border-radius: 4px;
		transition: all 0.4s;
		border: none;
		padding: 8px 20px;
		outline: none !important;
	}

	.kbmodal-confirm .btn-success {
		background: white;
	}

		.kbmodal-confirm .btn-success:hover, .kbmodal-confirm .btn-info:focus {
			background: #92a9af;
		}

	.kbmodal-confirm .btn-danger {
		background: #f15e5e;
	}

		.kbmodal-confirm .btn-danger:hover, .kbmodal-confirm .btn-danger:focus {
			background: #ee3535;
		}

	.kbmodal-confirm .kbmodal-footer .btn + .btn {
		margin-left: 10px;
	}
.card-custom-wide {
	padding-top: 0px !important;
	border-top: 0px !important;
	overflow: hidden;
	border: 0;
	width: 100%;
	border-radius: 0px !important;
	/*box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);*/
}
.card-body {
	background-color: #2d3035 !important;
}

.card-custom-wide-img {
	height: 184px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* First left setting is a fallback */
.card-custom-wide .card-custom-avatar img {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	position: absolute;
	top: 20px;
	left: 43.3%;
	left: calc(50% - 75px);
	width: 150px;
	height: 150px;
}
.cardHeaderBorder {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.cardHeaderFont {
	font-family: Orbitron;
}
.cardSquish {
	margin-bottom: 0px !important;
}
.cardSpaced {
	margin-left:5px !important;
	margin-right: 5px !important;
}
.invisibleBackground {
	background-color: none !important;
	background-color: rgba(255, 255, 255, 0) !important;
	border: none !important;
	box-shadow: none !important;
}
.faNoteIcon {
	position: relative;
}
.shipGroupHeader {
	background-color: #444;
	color: whitesmoke;
}
.shipGroupHeader2 {
	background-color: whitesmoke;
	color: white;
}
.shipGroup {
	padding-left: 10px !important;
}

.shipTitle {
	font-family: Orbitron;
	color: #c5c6c9 !important;
}
.shipTiny {
	font-size: 14px;
	color: #c5c6c9 !important;
}
.shipTiny2 {
	font-size: 12px !important;
	color: #c5c6c9 !important;
}

.shipTiny3 {
	font-size: 14px;
	color: white !important;
}
.cncGroup {
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-family: Orbitron;
}
.PC_content > div {
	border-bottom: 1px solid lightgrey !important;
	border-left: 1px solid lightgrey !important;
	border-right: 1px solid lightgrey !important;
	padding: 20px !important;
	position: relative !important;
	top: -20px !important;
}
.containerSquish {
	max-width: 100% !important;
}
.colorMe {
	color: slategray !important;
}
.modalBackground {
	opacity: 0.75 !important;
	color: black !important;
	background-color: black !important;
}  
	.faNoteIcon:before {
		font-family: FontAwesome;
		top: 0;
		left: -5px;
		padding-right: 10px;
		content: "\f249";
	}
.myGroupTitle99 {
	font-family: 'Glass TTY VT220';
	font-size: 14pt !important;
	color: greenyellow;
	background-color: darkslategrey !important;
	box-shadow: initial;
}
.myGroupTitle98 {
	font-family: 'Glass TTY VT220';
	font-size: 14pt !important;
	color: greenyellow;
	background-color: white !important;
	box-shadow: initial;
}
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	
}

	.bs-callout h4 {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.bs-callout p:last-child {
		margin-bottom: 0;
	}

	.bs-callout code {
		border-radius: 3px;
	}

	.bs-callout + .bs-callout {
		margin-top: -5px;
	}

.bs-callout-default {
	border-left-color: #777;
}

	.bs-callout-default h4 {
		color: #777;
		font-family: 'Righteous', cursive;
	}

.bs-callout-primary {
	border-left-color: #428bca;
}

	.bs-callout-primary h4 {
		color: #428bca;
		font-family: 'Righteous', cursive;
	}

.bs-callout-success {
	border-left-color: #5cb85c;
}

	.bs-callout-success h4 {
		color: #5cb85c;
		font-family: 'Righteous', cursive;
	}

.bs-callout-danger {
	border-left-color: #d9534f;
}

	.bs-callout-danger h4 {
		color: #d9534f;
		font-family: 'Righteous', cursive !important;
	}
	.bs-callout-danger h5 {
		color: #d9534f;
		font-family: 'Righteous', cursive;
	}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}

	.bs-callout-warning h4 {
		color: #f0ad4e;
		font-family: 'Righteous', cursive;
	}

.bs-callout-info {
	border-left-color: #5bc0de;
}

	.bs-callout-info h4 {
		color: #5bc0de;
		font-family: 'Righteous', cursive;
	}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
	/*padding-top: 50px;*/
	padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select {
	max-width: 280px;
}

textarea {
	max-width: 100% !important;
}

.myTitle {
	font-family: 'Righteous', cursive;
}

.myGroupTitle {
	font-family: 'Righteous', cursive;
	font-size: 36pt !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	.jumbotron {
		margin-top: 20px;
	}

	.body-content {
		padding: 0;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}

.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar > .show > a:focus {
	background: transparent;
	outline: none !important;
}

.dropdown-menu .show > .dropdown-toggle::after {
	transform: rotate(-90deg);
}

.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu a::after {
		transform: rotate(-90deg);
		position: absolute;
		right: 3px;
		top: 40%;
	}

	.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
		display: flex;
		flex-direction: column;
		position: absolute !important;
		margin-top: -30px;
		left: 100%;
	}

@media (max-width: 992px) {
	.dropdown-menu {
		width: 50%;
	}

		.dropdown-menu .dropdown-submenu {
			width: auto;
		}
}

.card {
	/*Kenny*/
	background-color: #2d3035 !important;
	border-radius: 20px;
	border: none;
	position: relative;
	margin-bottom: 30px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	/*	box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
*/
}

.l-bg-cherry {
	background: linear-gradient(to right, #493240, #f09) !important;
	color: #fff;
}

.l-bg-blue-dark {
	background: linear-gradient(to right, #373b44, #4286f4) !important;
	color: #fff;
}

.l-bg-green-dark {
	background: linear-gradient(to right, #0a504a, #38ef7d) !important;
	color: #fff;
}

.l-bg-orange-dark {
	background: linear-gradient(to right, #a86008, #ffba56) !important;
	color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
	font-size: 90px;
}

.card .card-statistic-3 .card-icon {
	text-align: center;
	line-height: 50px;
	margin-left: 15px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 20px;
	opacity: 0.5;
}

.l-bg-cyan {
	background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
	color: #fff;
}

.l-bg-green {
	background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
	color: #fff;
}

.l-bg-orange {
	background: linear-gradient(to right, #f9900e, #ffba56) !important;
	color: #fff;
}

.l-bg-cyan {
	background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
	color: #fff;
}

.panel-body .btn:not(.btn-block) {
	width: 120px;
	margin-bottom: 10px;
}
.gridFont {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: black;
}

.PC_content > div {
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	padding: 20px;
	position: relative;
	top: -20px;
}

.fl > .row > div:not(:last-child) {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.myTitle {
	font-family: 'Righteous', cursive;
}

.myGroupTitle {
	font-family: 'Righteous', cursive;
	font-size: 14pt !important;
}

.myErrorTitle {
	font-family: 'Righteous', cursive;
	font-size: 26pt !important;
	font-weight: 500 !important;
	background-color: darkgray;
	color: white;
}
.myErrorTitleRed {
	font-family: Orbitron;
	font-size: 26pt !important;
	font-weight: 100 !important;
	background-color: darkred;
	color: white;
}

.myErrorTitleNew {
	font-family: Orbitron;
	font-size: 26pt !important;
	font-weight: 500 !important;
	background-color: white !important;
	color: black;
}
.myRecordTitle {
	font-family: Orbitron;
	font-size: 14pt !important;
	background-color: darkslategrey !important;
	color: white;
}
.myConfirmTitle {
	font-family: Orbitron;
	font-size: 14pt !important;
	background-color: darkgreen;
	color: white;
}

.myConfirmYNTitle {
	font-family: Orbitron;
	font-size: 14pt !important;
	background-color: darkgray;
	color: white;
}
.myConfirmYNTitle2 {
	font-family: Orbitron;
	font-size: 14pt !important;
	background-color: darkred;
	color: white;
}
.myConfirmYNTitleDark {
	font-family: Orbitron;
	font-size: 14pt !important;
	background-color: #2d3035;
	color: white;
}
.errorCloseIcon {
	color: white;
}

	.errorCloseIcon:hover {
		color: darkgray;
	}

.myPara {
	font-size: 12px;
	line-height: 1.6;
	word-spacing: 1px;
	letter-spacing: 0.1rem;
	font-family: 'Raleway', sans-serif;
}

.leftText {
	text-align: left !important;
	padding-left: 10px !important;
}
.leftTextSmall {
	text-align: left !important;
	padding-left: 8px !important;
	font-size: 11px !important;
	color: #999 !important;
}
.leftTextSmall2 {
	text-align: left !important;
	padding-left: 8px !important;
	font-size: 11px !important;
	color: gainsboro !important;
}
textarea {
	max-width: 100% !important;
}
.customHeaderStyle {
	background-color: #22252a !important;
}

	.customHeaderStyle a {
		color: white;
		font-weight: 600;
		font-size: 12px !important;
	}
.customHeaderStyle2 {
	background-color: #5a6268 !important;
}

	.customHeaderStyle2 a {
		color: white;
		font-weight: 600;
		font-size: 12px !important;
	}
.bg-primary2 {
	background-color: #80404b !important;
	color:whitesmoke !important;

}

textarea, select, input {
	max-width: 100% !important;
}
[class*="badger"] {
	position: relative;
	margin: 15px 0;
	padding: 33px 15px 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .64)
}

	[class*="badger"]:after {
		content: attr(data-badger);
		position: absolute;
		top: 0;
		padding: 3px 7px;
		font-size: 12px;
		font-weight: bold;
		background: #999;
		color: #fff
	}

.badger-left {
	border-top-left-radius: 6px
}

.badger-right {
	border-top-right-radius: 6px
}

.badger-left:after {
	left: 0;
	border-radius: 6px 0 6px 0
}

.badger-right:after {
	right: 0;
	border-radius: 0 6px 0 6px
}

.badger-danger:after {
	background: #d9534f
}

.badger-warning:after {
	background: #f0ad4e
}

.badger-success:after {
	background: #5cb85c
}

.badger-info:after {
	background: #5bc0de
}

.badger-inverse:after {
	background: #222
}

.dxflGroup, .dxflGroupBox {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-group {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.form-control {
	color: #dddd !important;
	background-color: #2d3035 !important;
}
.dxbs-fl .row {
	padding-bottom: 16px !important;
	padding-top: 0px !important;
}
.dxbs-fl .dxbs-fl-cpt {
    font-weight: bold;
    color: #bbb !important;
}

.fl > .row > div {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.counter {
	background-color: #f5f5f5;
	padding: 10px 0;
	border-radius: 5px;
}

.count-title {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.count-title20 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.count-text {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;

}
.Blackfa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: black;
	font-size:2em;
}