@charset "utf-8";
body {
  background-color: var(--tint);
}
.all-elements{
	overflow-x:hidden;
  background-color: var(--body);
}
.page-content{
	background-color:var(--body);
	z-index:10;
	display:block;
  min-height: 100vh;
}
.page-content-wrapper{
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px;
	padding-bottom:15px;
}
.fix{
  position:fixed;
  bottom:0px;
  right:10px;
  z-index: 90;
}
.page-sidebar{
	background-color:var(--sidebar);
	width:262px;
	display:block;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	position:fixed;
  /*z-index: 999;*/
}
.scroll {
  overflow: scroll!important;
  overflow-x:hidden!important;
  -webkit-overflow-scroll:touch!important;	
}
.scroll::-webkit-scrollbar {
  width: 12px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
h1, .hide{display: none;}
h3.err_404{font-size:100px;color:var(--err_404)}
h3.err_404 span{color:var(--err_404_span)}
.button-big {
  text-align: center;
  color: #FFFFFF;
  padding: 10px 26px;
  display: inline-block;
  margin-bottom: 2px;
}
.button-blue {
  background-color: var(--blue);
}
#qr-reader{width: 100%;height: 70vh;}
#qr-reader-results{z-index: 999999;}

.inner-right {
  height: 900px;
  max-height: 900px;
  overflow-y: scroll; 
}
/*video{height: 600px !important; width: 450px !important;}*/
.content-header{
	position:fixed;
	width:100%;
	background-color:#fff;
	height:60px;
	padding-bottom:20px;
	z-index:99999;
}
.content{
	margin-top:30px;
}
.container{
	margin-top:60px;
  background-color: #000;
  padding: 30px 15px;
  /*max-height: 60vh !important;*/
}
.deploy-sidebar{
	background-image:url(../images/misc/deploy-nav.png);
	background-repeat:no-repeat;
	background-position:20px 24px;
	background-size:18px 12px;
	height:60px;
	width:60px;
	border-right:solid 1px rgba(255,255,255,0.1);
}
.remove-sidebar{
	background-image:url(../images/misc/close-sidebar.png);
}
.deploy-contact{
	background-image:url(../images/misc/deploy-mail.png);
	background-repeat:no-repeat;
	background-position:20px 24px;
	background-size:18px 12px;
	height:60px;
	width:60px;
	border-left:solid 1px rgba(255,255,255,0.1);
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
}
.bread-crumb{
	margin-top:12px;
	margin-bottom:10px;
}
.logo{
	width:152px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
}
.bread-crumb em{
	cursor:pointer!important;
	font-size:10px;
	color:var(--bodytext);
	font-style:normal;
	display:block;
  text-transform: uppercase;
}
.column{
	margin-bottom:0px!important;
}
.column img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.column-title{
	text-transform:uppercase;
	font-family:var(--lato);
	font-weight:800;
	font-size:13px;
	color:var(--bodytext);
	display:block;
}
.column-text{
	font-style:normal;
}
.column-end-text{
	display:block;
	font-size:10px;
	font-style:italic;
}
.social-container{
	width:200px;
	margin-left:auto;
	margin-right:auto;
}
.social-icon{
	width:50px;
	margin-left:auto;
	margin-right:auto;
}
.social-icon:hover{
	opacity:0.8;
}
.copyright{
	color:rgba(0,0,0,0.4);
	font-size:11px;
}
.sidebar-copyright{
	color:rgba(255,255,255,0.2);
	font-size:11px;
}
.sidebar-header{
	margin-top:23px;
	margin-bottom:20px;
}
.delete-sidebar{
	background-image:url(../images/misc/close-sidebar.png);
	background-repeat:no-repeat;
	background-size:17px 17px;
	width:17px;
	height:17px;
	float:right;
	margin-top:-15px;
}
.sidebar-decoration{
	background-color:rgba(255,255,255,0.1);
	display:block;
	height:1px;
	margin-bottom:20px;
}
.sidebar-navigation{
  width: 250px;
  margin-bottom: 20px;
  margin-top: 80px;
  margin-left: 20px;
}
.sidebar-icon{
	background-repeat:no-repeat;
	background-size:70px 80px;
	height:80px;
	width:70px;
	float:left;	
}
.sidebar-title{
	margin-top:-10px;
	margin-bottom:10px;
	font-size:16px;
	color:var(--bodytext);
}
.warning-notification{
	background-image:url(../images/misc/notification_warning.png);
	background-repeat:no-repeat;
	background-size:51px 44px;
}
.information-notification{
	background-image:url(../images/misc/notification_info.png);
	background-repeat:no-repeat;
	background-size:51px 44px;
}
.alert-notification{
	background-image:url(../images/misc/notification_alert.png);
	background-repeat:no-repeat;
	background-size:51px 44px;
}
.confirmation-notification{
	background-image:url(../images/misc/notification_ok.png);
	background-repeat:no-repeat;
	background-size:51px 44px;
}
.page-notifications h4{
	font-family:var(--table_font)!important;
	font-size:14px;
	font-weight:400;
	color:#004469;
	text-transform:uppercase;
	margin-top:-5px;
	margin-left:65px;
}
.page-notifications p{
	color:#08161c;
	margin-top:-7px;
	margin-left:65px;
	font-size:10px;
	line-height:15px;
}
.footer-socials{
	width:110px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.footer-socials a{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.styles{
	width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.stylesheet-changer{
	height:60px;
	width:100%;
	position:fixed;
	bottom:0px;
	background-color:#000;
	z-index:999;
}
.images-changer{
	background-image:url(../images/img.png);
	background-size:20px 20px;
	width:20px;
	height:20px;
	float:left;
}
.styles a{
	margin-left:10px;
	margin-right:10px;
}
.styles p{
	padding-top:5px;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	color:rgba(255,255,255,0.5);
}
/*////////////////*/
/*Lists with icons*/
/*////////////////*/
.icon-list li{
	list-style:none;
	padding-left:30px;	
	background-repeat:no-repeat;
	background-size:18px 18px;
	margin-bottom:20px;
}
.up-list{
	background-image:url(../images/lists/up_48.png);
}

/* ========================================================================
   Component: form-wizard.less
 ========================================================================== */
.form-wizard > ol {
  list-style-type: none;
  padding: 0 15px;
  padding: 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.form-wizard > ol > li {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-wizard > ol > li > a {
  text-decoration: none;
}
.form-wizard > ol > li .label {
  background-color: #3498db;
  display: block;
  width: 30px;
  margin: 0 auto;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 14px;
}
.form-wizard > ol > li .label[href]:hover,
.form-wizard > ol > li .label[href]:focus {
  background-color: #217dbb;
}
.form-wizard > ol > li h4 {
  display: inline-block;
  color: #656565;
}
.form-wizard > ol > li small {
  display: block;
  color: #616262;
}
.form-wizard > ol > li.active {
  background-color: #3498db;
  color: #fff;
}
.form-wizard > ol > li.active h4,
.form-wizard > ol > li.active small {
  color: #fff;
}
.form-wizard > ol > li.active .label {
  background-color: #fff;
  border-color: #fff;
  color: #3498db;
}
.form-wizard > ol.wizard-nolabels .label {
  display: none !important;
}
.form-wizard .progress {
  display: block;
}
.form-wizard .progress .progress-bar {
  display: block;
}
.form-wizard .bwizard-buttons {
  margin: 0;
}
.form-wizard .well {
  border: 0;
  margin: 0;
  box-shadow: 0 0 0 #000;
}
.form-wizard .well fieldset {
  margin: 0;
}
.form-wizard.wizard-horizontal > ol > li {
  display: inline-block;
}
.form-wizard.wizard-vertical:before,
.form-wizard.wizard-vertical:after {
  content: " ";
  display: table;
}
.form-wizard.wizard-vertical:after {
  clear: both;
}
.form-wizard.wizard-vertical > ol {
  float: left;
  width: 39%;
  padding: 0;
}
.form-wizard.wizard-vertical > ol > li {
  display: block;
  padding: 10px;
}
.form-wizard.wizard-vertical > ol > li h4 {
  font-size: 14px;
}
.form-wizard.wizard-vertical > div {
  float: right;
  width: 59%;
}
.form-wizard.wizard-vertical .pager {
  clear: both;
  padding-top: 10px;
}
.form-wizard.wizard-vertical .well {
  padding: 0;
}