@charset "UTF-8"; 

@font-face {
	font-family: Led;
	src: url(fonts/digital-7-mono.eot);
	src: url(fonts/digital-7-mono.eot?#iefix) format('embedded-opentype'),
		url(fonts/digital-7-mono.ttf) format('truetype')
}

@font-face {
	font-family: TimeBomb;
	src: url(fonts/TickingTimebombBB.ttf) format('truetype')
}

@font-face {
	font-family: Repetition;
	src: url(fonts/repetition.ttf) format('truetype')
}

body {
	padding-top: 50px;
	font-family: 'Open Sans';
	font-weight: 200
}

.placeholders canvas {
	min-height: 300px;
	margin-bottom: -80px
}

.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee
}

.navbar-fixed-top {
	border: 0
}

.sidebar {
	display: none
}

@media ( min-width :768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #f5f5f5;
		border-right: 1px solid #eee
	}
}

.nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px
}

.nav-sidebar>.active>a, .nav-sidebar>.active>a:focus, .nav-sidebar>.active>a:hover
	{
	color: #fff;
	background-color: #428bca
}

.main {
	padding: 20px
}

@media ( min-width :768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px
	}
}

.main .page-header {
	margin-top: 0
}

.placeholders {
	margin-bottom: 30px;
	text-align: center
}

.placeholders h4 {
	margin-bottom: 0
}

.placeholder {
	margin-bottom: 20px
}

.placeholder img {
	display: inline-block;
	border-radius: 50%
}

.v100, body, html {
	height: 100%;
	min-height: 100% !important
}

.main.v100 {
	float: none;
	height: 100%;
	display: table;
	width: 100%;
	padding: 0
}

.vcenter {
	display: table-cell;
	vertical-align: middle;
	margin: auto 0;
	float: none
}

.vcenter form {
	max-width: 400px !important;
	margin: 0 auto
}

.navbar .fa-user {
	margin-right: .5em
}

.listing-vms th:last-child {
	text-align: right
}

.listing-vms td {
	vertical-align: middle !important
}

.listing-vms td:nth-of-type(4), .listing-vms th:nth-of-type(4) {
	text-align: center
}

.phplistframe .main {
	padding: 0 !important
}


.navbar-inverse {
	background-color: #000;
	border: 0;
	border-radius: 0
}

/* #logo:before{ */
/* content:""; */
/* vertical-align:top;	 */
/* display:inline-block; */
/* min-height:180px; */
/* min-width:180px; */
/* margin-top:60px; */
/* margin-left:30px; */
/* margin-right:1em;	 */
/* background:url("../logo/ksv-logo-2017.png"); */
/* background-repeat:no-repeat; */
/* background-size: auto 90%; */
	
/* } */