h1,.h1 {  margin-top:16px;  margin-bottom:16px;}
h2,.h2 { margin-top:12px;  margin-bottom:12px;}
h3,.h3 { margin-top:8px; margin-bottom:8px;}
h4,.h4 { margin-top:4px;  margin-bottom:4px;}
h5,.h5 { margin-top:2px;  margin-bottom:2px;}
h6,.h6 {margin-top:0px; margin-bottom:0px;}

.data_module {
	position:relative;
	display:block;
	width:100%;
	margin:10px 0px 10px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 8px 10px;
	clear:both;
	background-color:rgba(234,234,234,1);
}
.data_module:empty {	
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:rgba(234,234,234,0) !important;
}
.data_module.alpha{
	background-color:rgba(0,0,0,0);
}


.data_module_navigator {
	position:fixed;
	display:block;
	top:314px;
	width:30%;
	min-width:25%;
	height:auto;
	min-height:220px;
	margin:0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 8px 10px;
	clear:both;
	background-color:rgba(234,234,234,1);
}
.data_module .dombox {
	position:relative;
	margin:5px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 0px 0px;
	border:1px solid rgba(38,91,153,0.4);
}
.data_module .dombox::before {
	content:'';
	position:absolute;
	display:block;	
	top:-4px;
	right:-1px;																											
	height:4px;
	width:320px;
	height:4px;
	background-color:rgba(38,91,153,0.4);
	clear:both;
}
.data_module .dombox::after {
	content:''; 
	display:block;																											
	height: 0;
	line-height: 0;
	clear:both;
}

/*
.data_module [class*='-swap'],
.data_module [class*='urs-module-'],
	display:none;
}*/

.data_set {
	display:block;
	position:relative;
	width:100%;
	margin:0px 0px 4px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 0px 0px;
	clear:both;
	font-family:'Lato', sans-serif;
	font-size:1em;
}
.data_set::after {
	content:''; 
	display:block;																											
	height: 0;
	line-height: 0;
	clear:both;
}
.data_set:empty {
	margin:0px 0px 0px 0px;
	height:20px;
	line-height:0px;
}

.data_set.spacer,
.data_set.spacer:empty{
	height:40px;
}

.data_set [class*='data-']:empty {
	display:none;
	height:0px;
	line-height:0px;
}
.data_set [class*='data-'] > img {
	display:block;
	width:100%;
	height:auto;
}

.data_set.urs{
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 0px;
	background-color:rgba(38,91,153,0.6);	
}
/*
.data_set [class*='data-']:not(.data-header) > .input-command {
	position:absolute;
	bottom:10px;
	right:10px;
	border:0px;
	outline:0px;
	background-color:rgba(255,255,255,0.8);
	color:rgba(55,43,39,1);
}
.data_set [class*='data-']:not(.data-header) > .input-command:hover{
	background-color:rgba(255,255,255,1);
}*/

.data_set .data-header {
	position:relative;
	display:block;	
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 10px 10px;
	color:rgba(38,91,153,1);
	background-color:rgba(255,255,255,0.8);
	vertical-align:middle;
	text-align:left;
	cursor:default;
	clear:both;	
}
.data_set .data-header h1,
.data_set .data-header h2,
.data_set .data-header h3,
.data_set .data-header h4,
.data_set .data-header h5,
.data_set .data-header h6 {
	margin: 0px;
	line-height:1.4;
	font-weight:600;
}
.data_set .data-header.alpha {
	background-color:rgba(0,0,0,0) !important;
}
.data_set .data-header.urs {	
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0) !important;
}

.data_set .data-header.has-command::after {
	content:''; 
	display:block;
	height: 0;
	line-height: 0;
	clear:both;
}
.data_set .data-header.has-command *{
	float:left;
}
.data_set .data-header.has-command .input-command {
	float:right;
}

.data_set .data-content {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	min-height:40px;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 10px 10px;	
	color:rgba(34,34,34,1);
	background-color:rgba(255,255,255,0.3);
	vertical-align:top;
	text-align:justify;
	line-height: 1.2em;
	cursor:default;
	clear:both;
}
.data_set .data-content::after {
	content:''; 
	display:block;																											
	height: 0;
	line-height: 0;
	clear:both;
}
.data_set .data-content h1,
.data_set .data-content h2,
.data_set .data-content h3,
.data_set .data-content h4,
.data_set .data-content h5,
.data_set .data-content h6 {
	margin: 0px;
	line-height:1.4;
}
.data_set .data-content.alpha {
	background-color:rgba(0,0,0,0) !important;
}

.data_set .data-content.urs {	
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0) !important;
}
.data_set .data-content.urs h4 {
	line-height:20px;
}
.data_set .data-content.urs h5 {
	line-height:20px;
}

.data_set .data-content.stream{
	width:calc( 100% - 240px );
	float:left;
	clear:left;
	padding-top:16px;
	background-color:rgba(255,255,255,0.6);
}

.data_set .data-slide {
	position:relative;
	display:block;	
	width:100%;
	height:auto;
	min-height:240px;
	max-height:480px;
	margin:0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 0px 0px;
	background-color:rgba(255,255,255,0.2);
	vertical-align:middle;
	text-align:left;
	cursor:default;
	clear:both;
	overflow:hidden;
}
.data_set .data-slide > img {
	width:100%;
	height:auto;
}

.data_set .data-image {
	position:relative;
	display:block;	
	float:left;
	width:calc( 50% - 8px );
	height:auto;
	margin:4px 4px 4px 4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0px 0px 0px;
	background-color:rgba(255,255,255,0.2);
	vertical-align:middle;
	text-align:left;
	cursor:default;
}
.data_set .data-image.half {width:calc( 50% - 4px );min-width:400px;}
.data_set .data-image.half:nth-child(odd) {float:left; clear:left; margin-left:0px; margin-right:4px;}
.data_set .data-image.half:nth-child(even) {clear:right; margin-right:0px; margin-left:4px;}

.data_set .data-image.third{width:calc(33.2% - 4px ); min-width:320px;}
.data_set .data-image.third:first-child,
.data_set .data-image.third:nth-child(3n+1){margin-left:0px;}
.data_set .data-image.third:nth-child(3n){clear:right;margin-right:0px;}

.data_set .data-image.quarter{width:calc( 25% - 6px ); min-width:240px;}
.data_set .data-image.quarter:first-child,
.data_set .data-image.quarter:nth-child(4n+1){margin-left:0px;}
.data_set .data-image.quarter:nth-child(4n){clear:right;margin-right:0px;}

.data_set .data-slide > .input-command:hover,
.data_set .data-slide > .input-command.hover {
	cursor:pointer;	
	color: rgba(0,149,48,1);
	background-color:rgba(255,255,255,0.9);
	border:0px;
}

.data_set .data-command {
	position:relative;
	display:block;	
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 10px 10px;
	color:rgba(34,34,34,1);
	background-color:rgba(255,255,255,0.4);
	vertical-align:middle;
	text-align:left;
	cursor:default;
	clear:both;	
}
.data_set .data-command::after {
	content:''; 
	display:block;																											
	height: 0;
	line-height: 0;
	clear:both;
}


::-webkit-input-placeholder { color:rgba(38,91,153,0.8); text-transform:lowercase; }
::-webkit-input-placeholder::first-letter { text-transform:uppercase; }

::-moz-placeholder { color:rgba(38,91,153,0.8); text-transform:lowercase; }
::-moz-placeholder::first-letter { text-transform:uppercase; }

:-ms-input-placeholder { color:rgba(38,91,153,0.8); text-transform:lowercase; }
::-ms-input-placeholder::first-letter { text-transform:uppercase; }

:-moz-placeholder { color:rgba(38,91,153,0.8); text-transform:lowercase; }
::-moz-placeholder::first-letter { text-transform:uppercase; }


label,
.input-label,
.data_set > .input-checkbox,
.data_set > .input-radio,
.data_set > .input-password-control {
	position:relative;
	display:block;
	float:left;
	width:calc( 40% - 1px );
	height:40px;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 5px 10px;
	font-weight:normal;
	font-size:1.1em;
	line-height:1.4em;
	color:rgba(38,91,153,0.8);
	background-color:rgba(255,255,255,0.4);
	border:0px;
	outline:0px;
	vertical-align:middle;
	text-align:left;
}
label i,
.input-label i ,
.data_set > .input-password-control i {
margin:3px;
}

label.has-checkbox,
.input-label.has-checkbox {
	float:right;
	width:calc( 100% - 43px );
	height:auto;
	min-height:40px;
}

label.has-radio,
.input-label.has-radio {
	float:right;
	width:calc( 100% - 43px );
	height:auto;
	min-height:40px;
}

input.has-label,
select.has-label,
textarea.has-label {
	float:right;
	width:60%;
}

input,
select,
textarea {
	position:relative;
	display:block;
	float:none;
	width:100%;
	height:40px;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 6px 10px 3px 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;		
	font-size:1.1em;
	line-height:1.4em;
	border:0px;
	outline:0px;
	color:rgba(34,34,34,1);
	background-color:rgba(255,255,255,0.8);
}
textarea.editor {
	height:auto;
	min-height:240px;
	padding: 10px 14px 10px 14px;
	font-size:0.9em;
	line-height:1.2em;
	color:rgba(34,34,34,1);
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(38,91,153,0.4);
}
.data_module .dombox textarea.editor {
	border-left:0px;
	border-right:0px;
}

input:focus,
input.focus {
	background-color:rgba(255,255,255,1);
	color:rgba(34,34,34,1);
}
input:valid {
	background-color:rgba(255,255,255,1);
	color:rgba(34,34,34,1);
}
input[disabled],
input:disabled{
	color:rgba(34,34,34,0.4);
	background-color:rgba(255,255,255,0.4);
}

input[type=checkbox] {
	height: 20px;
	margin:9px auto auto auto;
}
.data_set > .input-checkbox {
	float:left;
	width:42px;
	padding:0px 0px 0px 0px;
	background-color: rgba(255,255,255,0.8);
}
.data_set > .input-checkbox.checked {
	background-color: rgba(255,255,255,1);
	color:rgba(38,91,153,1);
}
input[type=color] {

}
input[type=date] {

}
input[type=datetime] {

}
input[type=datetime-local] {

}
input[type=email] {

}
input[type=hidden] {

}
input[type=image] {

}
input[type=month] {

}
input[type=number] {

}
input[type=password] {
	float:left;
	width:82%;
}
input[type=password].has-label {
	float:left;
	width:42%;
	margin-left:1px;
}
.data_set > .input-password-control {
	float:right;
	width:calc( 18% - 1px );
	text-align:right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
input[type=radio] {
	height: 20px;
	margin:9px auto auto auto;
}
.data_set > .input-radio {
	float:left;
	width:42px;
	padding:0px 0px 0px 0px;
	background-color: rgba(255,255,255,0.8);
}
.data_set > .input-radio.checked {
	background-color: rgba(255,255,255,1);
}

input[type=range] {

}
input[type=tel] {

}
input[type=text] {

}
input[type=time] {

}
input[type=url] {

}
input[type=week] {

}


select {
	padding:5px 10px 3px 10px;
	cursor:pointer;
}
select * {
    background-color:rgba(255,255,255,0.9);
    color:rgba(34,34,34,0.9);
}
select:focus,
select.focus {
}
select:valid,
select:invalid {
	background-color:rgba(255,255,255,0.9);
	color:rgba(34,34,34,1);
}
select[disabled],
select:disabled{
	color:rgba(34,34,34,1);
	background-color:rgba(255,255,255,0.4);
}


textarea {
	height:auto;
	min-height:120px;
}
textarea:focus,
textarea.focus {
	background-color:rgba(255,255,255,0.8);
	color:rgba(34,34,34,1);
}

.input-command {
	position:relative;
	display:block;
	float:right;
	min-width:240px;
	height:40px;
	margin: 0px 0px 0px 0px; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:9px 10px 5px 10px;
	font-size:1.2em;
	line-height:1.4em;
	color:rgba(255,255,255,0.8);
	background-color:rgba(38,91,153,0.8);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;				
	vertical-align:middle;
	text-align:center;
	text-transform:capitalize;
	cursor:default;
}
.input-command:hover,
.input-command.hover {
	cursor:pointer;
	color:rgba(255,255,255,1);
	background-color: rgba(38,91,153,1);
}
.input-command.disabled,
.input-command.disabled:hover{
	cursor:default;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none;
	color:rgba(255,255,255,0.3);
	background-color: rgba(38,91,153,0.3);
}

.input-command.inverse {
	color:rgba(255,255,255,0,9);
	background-color:rgba(34,34,34,0.8);
}
.input-command.inverse:hover,
.input-command.inverse.hover {
	color:rgba(255,255,255,1);
	background-color: rgba(34,34,34,1);
}

.input-command i {
	float:right;
	margin:4px 6px 2px 4px;
}

.input-command.standalone{
	display:block;
	margin-right:auto;
	margin-left:auto;
	float:none;
}
.input-command.fluid {
	width:100%;
    max-width: 100%;
}
.input-command.half {
	width:120px; 
	min-width:120px;
}

.input-command.payment {
	background-color:rgb(85,190,71) !important;
}
.input-command.payment:hover,
.input-command.payment.hover, {
	background-color:rgb(94,165,73) !important;
}

.input-command.icon {
	width:40px;
	min-width:40px;
	max-width:40px;
	height:40px;
	padding:10px 8px 0px 8px;
}
.input-command.icon i {
	float:none;
	margin:2px 6px 2px 4px;
}

.input-command.stream {
	width:240px;
	float:right;
	clear:right;
}


.input-command.icon-lg {
	width:64px;
	min-width:64px;
	height:64px;
	padding:7px 8px 0px 8px;
}
.input-command.icon-lg i {
	margin-top:20%;
}


a {
  color:rgba(38,91,153,0.8);
  text-decoration: none;
}
a:hover,
a:focus {
  color:rgba(34,34,34,1);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto rgba(38,91,153,0.6);
  outline-offset: -2px;
}


iframe,
iframe[seamless]{
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	outline:0;
	background-color:transparent;
	background-color:rgba(255,255,255,0.4);
}
iframe:focus{
	outline:0;
}
iframe.stream{
	/*width:calc( 100% - 240px );*/
	width:100%;
	height:0px;
	float:left;
	clear:left;
	padding:0px 0px 0px 0px;
	background-color:rgba(255,255,255,0.4);
}


.data_set .data-return {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	min-height:24px;
	margin: 0px 0px 2px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 7px 12px 7px 12px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
	color:rgba(34,49,63,0.8);
	background-color:rgba(255,255,255,0.6);
	vertical-align:top;
	text-align:left;
	font-size:1.1em;
	line-height: 1.4em;
	clear:both;
}
.data-return::only-child {
	margin:10px 0px 10px 0px;
}
.data-return:first-child {
	margin:10px 0px 2px 0px;
}
.data-return:last-child {
	margin:0px 0px 10px 0px;
}
.data-return.e_ok {
	color:rgba(38,91,153,1);
}
.data-return.e_error {
	color:#FF0000;
}
.data-return.e_warning {
	color:#FF6600;
}




/*PROFILE_ADAPTER*/
.btn-group {
	display:block;
	width:100%;
	font-weight:400;
}
.profile-dropdown {
	float:left !important;
	width:100%;
	text-align:left;
}
.profile-dropdown > i {
	position:absolute;
	right:10px;
	top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown-menu {
	top:50px;
	width:100%;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border-color:rgba(55, 43, 39,0.4);
	background-color:rgba(255,255,255,0,9);
	border:0px;
	outline:0px;
}
.dropdown-menu > li {
	padding:4px 10px 4px 10px;
	color:rgba(55, 43, 39,0.8);
}
.dropdown-menu > li.divider{
	padding:0px;
	height:2px;
	background-color:rgba(55, 43, 39,0.8);
	margin:6px 0px 6px 0px;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:link,
.dropdown-menu > li > a:visited {
	color:rgba(55, 43, 39,0.8);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-image:none;
	background-color:rgba(55, 43, 39,0.1);
	color:rgba(55, 43, 39,1);
}
.dropdown-menu > li > a > i {
	width:16px;
	margin-right:6px;
}
.dropdown-menu > li.disabled,
.dropdown-menu > li.disabled > a {
	cursor:default !important;
	color:rgba(55, 43, 39,0.4) !important;
}
/*PROFILE_ADAPTER*/




/*SYSTEM CONSOLE*/
#console {
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:auto;
	height:100%;
	width:25%;
	min-width:320px;
	max-width:100%;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.4);
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', Arial, 'Lucida Grande', sans-serif;
	font-size:10px;
	font-weight: 300;	
	z-index:9000;
}
#console:hover {
	background-color:rgba(0,0,0,0.9);
}
/*SYSTEM_CONSOLE*/




/*BOOTSTRAP SWITCH*/
/*Bootstrap  Large devices / Desktops (>1200px)*/
@media (min-width: 1200px) {

}

/*Bootstrap  Medium devices / Desktops (>992px)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Bootstrap  Small devices / Tablets (>768px)*/
@media (min-width: 768px) and (max-width: 991px) {
	.data_module {
		padding:15px 15px 15px 15px;
	}
	.data_set .data-image {
		float: left;
		clear: none;
		margin: 4px 4px 4px 4px !important;
    }
}

/*Bootstrap Extra small devices / Phones (<768px)*/
@media (max-width: 767px) {
	.data_module {
		padding:10px 10px 10px 10px;
	}
	.data_set {
		font-size:1em;
	}
	.data_set .data-image {
		float: left;
		clear: none;
		margin: 4px 4px 4px 4px !important;
    }
	label,
	.input-label {
		width:100%;
		clear:both;
		height:auto !important;
		min-height:42px;
		overflow:visible;

	}
	label.has-checkbox,
	.input-label.has-checkbox {
		float:right;
		width:calc( 100% - 43px );
		clear:right;
	}
	input,
	select,
	textarea {
		float:right;
		width:100%;
		clear:both;
	}
	input.has-label,
	select.has-label,
	textarea.has-label {
		float:right;
		width:100%;
		clear:both;
	}

}
/*BOOTSTRAP SWITCH*/




/*GENERIC SWITCH*/
/*MEDIA QUERIES*/
@media screen and (max-width:1600px){
}
/*MEDIA QUERIES*/

/*MEDIA QUERIES*/
@media screen and (max-width:1280px){
}
/*MEDIA QUERIES*/

/*MEDIA QUERIES*/
@media screen and (max-width:1024px){
}
/*MEDIA QUERIES*/

/*MEDIA QUERIES*/
@media screen and (max-width:960px){
}
/*MEDIA QUERIES */

/*MEDIA QUERIES*/
@media screen and (max-width:768px){
}
/*MEDIA QUERIES */

/*MEDIA QUERIES*/
@media screen and (max-width:480px){
}
/*MEDIA QUERIES*/

/*MEDIA QUERIES*/
@media screen and (max-width:360px){
}
/*MEDIA QUERIES*/

/*MEDIA QUERIES*/
@media screen and (max-width:320px){
}
/*MEDIA QUERIES*/