

body {
	background-color: #ecf0f5;
}

.alert {
	margin: 0px 15px 15px;
}

.breadcrumb-btn {
	top: 4px !important;
}

.logo-text-login {
	font-size: 20px;
}

.with-editor {
	width: 100%;
	height: 200px;
	padding: 10px;
}

.image-logo {
	width: 100px;
	height: 100px;
}

.user-image {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.width-100 {
	width: 100%;
}

.text-small {
	font-size: 14px;
}

.text-white {
	color: #FFFFFF;
}

.icon-in-menu {
	width: 17px;	
}

form {
	display: table;
    width: 100%;
}

form.sticky {
	display: block;
}

input:invalid { 
	background-color: #FFE5E5; 
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}

.table-scroll {
	overflow: auto;
}

.table-media tbody tr td.text-right, 
.table-media thead tr th.text-right,
.table-media tfoot tr th.text-right {
	white-space: pre;
}

.table-cell-bg {
	background-color: #FBFBFB;
	border-top: 2px solid #ddd;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 0px;
}

.text-x-light {
	font-size: 11px;
	font-weight: 100;
	padding: 2px !important;
}

.text-x-light2 {
	font-size: 11px;
	font-weight: 100;
	padding: 0px 2px !important;
}

.text-x-light-head {
	font-size: 11px;
}

.table-border-right {
	border-right: 1px solid rgb(195,195,195) !important;
}

.table-border-left {
	border-left: 1px solid rgb(195,195,195) !important;
}

.without-padding {
	padding: 0px !important;
}

.table-in-table {
	width: 100%;
	height: 100%;
}

.pre {
	white-space: pre;
}

.bg-red-light {
	background-color: rgb(243,177,169);
}

.bg-blue-light {
	background-color: rgb(128,182,214);
}

.bg-green-light {
	background-color: rgb(164,218,193);
}

.video-container {
	min-height: 300px;
	padding: 0px;
}

.video-container .buttons {
	display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.video-container .buttons .btn {
    margin: 10px;
    background-color: transparent;
    color: white;
    border: none;
/*     margin-bottom: 0px; */
}

.video-container:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: attr(data-name);
	background-color: rgba(0, 0, 0, .5);
}

.video-container:before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: attr(data-trainer);
	background-color: rgba(0, 0, 0, .5);
}

.video-container video {
	width: 100%;
    height: 100%;
    background: black;
}

.server-states {
	font-size: 19px;
	line-height: 40px;
}

.server-states > span {
	color: rgba(0,0,0,.5);
	margin-right: 15px;
}

.server-states > span i {
/* 	margin-right: 5px; */
}

.server-states > span.offline i {
	color: red;
}

.server-states > span.online i {
	color: green;
}

.image-thumbnail {
	height: 250px;
	display: block;
}

.dataTables_wrapper {
	overflow-x: auto;
}

.table-sortable {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-style-none {
	list-style: none;
}

.table-wrapper {
	overflow: auto;
	white-space: nowrap;
}

.table-sticky th, .table-sticky td {
	text-align: center;
}

.table-sticky th:first-child, .table-sticky td:first-child {
	position: sticky;
	left: 0px;
	z-index: 1;
	vertical-align: middle;
	background-color: rgb(255, 255, 255);
	text-align: left;
	border-right: 2px solid #dee2e6;
}

.table-sticky tbody tr:nth-of-type(odd) th:first-child, .table-sticky tbody tr:nth-of-type(odd) td:first-child {
	background-color: rgb(242, 242, 242);
}

.ls-1 {
    letter-spacing: 0.1rem !important;
}

.ls-2 {
    letter-spacing: 0.115rem !important;
}

.ls-3 {
    letter-spacing: 0.125rem !important;
}

.ls-4 {
    letter-spacing: 0.25rem !important;
}

.ls-5 {
    letter-spacing: 0.5rem !important;
}

.ls-n1 {
    letter-spacing: -0.1rem !important;
}

.ls-n2 {
    letter-spacing: -0.115rem !important;
}

.ls-n3 {
    letter-spacing: -0.125rem !important;
}

.ls-n4 {
    letter-spacing: -0.25rem !important;
}

.ls-n5 {
    letter-spacing: -0.5rem !important;
}

[data-id="customer-dropdown"] {
	/* max-height: 300px; */
	max-height: 80vh;
	overflow: scroll;
}

.dropdown-divider {
	margin: .25rem 0;
}

.main-header .nav-link {
	min-height: 1.5rem;
	height: auto;
	padding: .25rem 1rem;
    font-size: .9rem;
}

input[type="time" i]::-webkit-calendar-picker-indicator {
    display: none;
}