

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%;
}

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);
}

.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;
}