@font-face {
  font-family: 'iconsds';
  src:  url('../fonts/iconsds.eot?nocache=62');
  src:  url('../fonts/iconsds.eot?nocache=62') format('embedded-opentype'),
    url('../fonts/iconsds.ttf?nocache=62') format('truetype'),
    url('../fonts/iconsds.woff?nocache=62') format('woff'),
    url('../fonts/iconsds.svg?nocache=62') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ds-icons {
	font-family: 'iconsds', Arial;
	/*color: #2B2F34; rewrite? */
	font-size: 32px;
	font-weight: normal;
	outline: none;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

video {			
	width: 400px;
	position: relative;
	z-index: 2;	
	display: block;
	height: 300px;
}

.for_user_log p {
	padding: 15px;
}

.loader {
	width: 84px;
	height: 84px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
	background: url('images/loader.png') no-repeat center;
	background-size: contain;
	z-index: 100;
	-webkit-animation: loader 1.3s infinite linear;
	-moz-animation: loader 1.3s infinite linear;
	-ms-animation: loader 1.3s infinite linear;
	-o-animation: loader 1.3s infinite linear;
	animation: loader 1.3s infinite linear;
}

.panel-body {
	position: relative;
	padding: 0;
}

.ds-syscheck-local-video-text, .ds-syscheck-remote-video-text {
	position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 100%;
    padding-top: 14%;
}

.ds-syscheck-video-windows {
	display: none;
}

@-webkit-keyframes loader {
	to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes loader {
	to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes loader {
	to { -ms-transform: rotate(360deg); }
}

@-o-keyframes loader {
	to { -o-transform: rotate(360deg); }
}

@keyframes loader {
	to { transform: rotate(360deg); }
}

.ds-syscheck-video-windows .panel-heading {
	font-size: 20px;
	background: none!important;
	border: none!important;
	color: #000000!important;
	text-align: center;
}

.ds-syscheck-video-windows .panel-body {
	background: #3A3A3A;
	text-align: center;
	color: #FFFFFF;
	min-height: 240px;
	padding: 0;
	border-radius: 5px;
    overflow: hidden;
	max-width: 400px;
    display: inline-block;
}

.panel-default {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
}

.ds-syscheck-video-windows .panel-default {
	text-align: center;
}

.for_user_log  .user_log{
	background: none!important;
    position: relative;
    min-height: 20px;
    /* margin: 4px 0; */
    margin-bottom: 20px;
    padding: 0 32px;
}

.for_user_log  .ds-icons {
	position: absolute;
	left: -4px;
    top: -6px;
}

/*
.ds-icons-warning:before {
	content: "\e959"; 
	color: #FFD000;
}

.ds-icons-success:before {
	content: "\e917"; 
	color: #00D457;
}

.ds-icons-danger:before {
	content: "\e916"; 
	color: #FF0000;
}

.ds-icons-info {
	display: none;
}

.ds-icons-end:before {
	content: "\e959"; 
	color: #FFFFFF;
	position: absolute;
    top: -5px;
    left: -4px;
}
*/

.ds-icons-success {
	width: 24px;
	height: 24px;
	background: url(../images/syscheck_success.png) no-repeat center;
	background-size: cover;
}

.ds-icons-danger {
	width: 24px;
	height: 24px;
	background: url(../images/syscheck_danger.png) no-repeat center;
	background-size: cover;
}

.ds-icons-warning {
	width: 24px;
	height: 24px;
	background: url(../images/syscheck_warning.png) no-repeat center;
	background-size: cover;
}

.for_user_log_important_steps .ds-icons {
	position: absolute;
    left: -4px;
    top: 37px;
}

.ds-icons-end {
	width: 24px;
	height: 24px;
	background: url(../images/syscheck_end.png) no-repeat center;
	background-size: cover;
}

.bg-end {
	border-top: 1px solid #E9E9E9;
	margin-top: 30px!important;
	padding: 15px;
	position: relative;
	padding-left: 26px;
	padding-top: 40px;
}

a {
	text-decoration: underline!important;
}

.important-steps {
	/*padding: 15px;*/
}

.for_user_log_important_steps {

}