/*.contentModule .image {
	display: none;
}*/

html,
body {
	margin: 0 !important;
	padding: 0 !important;
	color: #222;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

body, div, span, td, li, p, h1, h2, h3, h4, h5, h6, input, select, textarea, fieldset, legend, a, pre, label {
	font-family: "Calibri", "Segoe UI", sans-serif;
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

.clear {
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

input,
textarea,
select {
	padding: 3px;
	margin: 0px;
	color: #444;
	border: 1px solid #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
 	border-radius: 2px;
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer;
}

label.required {
	font-weight: bold;
}

.tabs {
	min-width: 210px;
	margin-bottom: 10px;
	clear: both;
}

.tab-buttons {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.tabs .table-responsive {
	clear: both;
}

.tab-buttons > input {
	margin-right: 10px;
}

.button-bar {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.button-bar > input {
	margin-right: 4px;
	cursor: pointer;
}

/* Formulário de Cadastro */
.register-form input,
.register-form select,
.register-form textarea {
	float: left;
}

.register-form div > input[type=text],
.register-form div > select,
.register-form div > textarea {
	width: 70%;
}

.register-form .row {
	margin-bottom: 10px;
}

.register-form label {
	float: left;
}

.col-label {
	max-width: 160px;
}

.inside-label {
	margin-left: 10px;
	margin-right: 10px;
}

.inside-field {
	width: auto !important;
	margin-right: 10px;
}

div.required label {
	font-weight: 700;
}

div.required label:after {
  content: " *";
  color: red;
}

.form-fieldTip {
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}

.eco-upload {
	border: 1px solid #aaa;
	width: 100%;
	min-width: 240px;
	max-width: 600px;
	height: 70px;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
 	border-radius: 4px;
}

.system-name {
	display: block;
	float: left !important;
	clear: none;
	margin-left: 10px;
	margin-top: 10px;
	padding: 2px;
}

.system-name h1,
.system-name a {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#eco-iframe-result,
#eco-iframe-form,
#eco-iframe-save {
	width: 100%;
	height: 100%;
	border: 0;
	display: none;
}

#default-iframe-form-result,
#default-iframe-form-result2,
#default-iframe-filter-result {
	width: 100%;
	height:100%;
	border: 0;
	display: none;
}

/* Match Code */
.matchcode-value {
	float: left;
}

.matchcode-buttonFind {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	padding: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.matchcode-buttonNew {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	padding: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.matchcode-text {
	margin-left: 4px;
	padding: 4px;
	float: left;
}

.matchcode {
	cursor: pointer;
	width: 16px;
	height: 16px;
	float: left;
	padding: 11px;
	margin-top: 0;
	margin-left: 4px;
	margin-right: 0;
	margin-bottom: 0;
	border: 0px solid #000;
	background-repeat: no-repeat;
	background-position: center center;
}

/* FILTRO */
.filter-container > div {
	min-width: 240px;
	margin-bottom: 10px; 
}

/* MEDIA QUERIES */
@media screen and (max-width: 400px) {
	.range-operator {
		width: 20px;
	}
	
	.range-low, .range-high {
		width: 70px;
	}
}

@media screen and (min-width: 800px) {
	.range-operator {
		width: auto;
	}
	
	.range-low, .range-high {
		width: 120px;
	}
}

@media (max-width: 780px) {
	.wide-mobile {
		width: 100% !important;
	}
	
	.form-fieldTip {
		margin-left: 0px;
		display: block !important;
		width: 100% !important;
	}
}

/* CAMADA DE CARREGAMENTO */
#loading-page {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 99999;
	display: block;
	cursor: wait;
	background: url('/img/loader-page.gif') #fff center center no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
    opacity: 0.3;
    font-size: 32px;
    text-align: center;
    padding-top: 100px;
}

#container-menu {
	margin-left: -256px;
	float: left;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	background-color: #1D1F20;
	background-image: linear-gradient(145deg, #1D1F20, #404348);
	width: 256px;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
	border-radius: 0px;
	height: 100%;
	overflow-y: auto;
}

#container-menu a, #navbar-menu a {
	color: #fff;
}

#container-menu a:hover {
	text-decoration: none;
}

#nav-navbar-header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}

.section-menu {
	margin: 25px 0;
}

.section-menu-title {
	text-transform: uppercase;
	color: #85888d;
	font-weight: 200;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 20px;
	margin: 0;
}

.section-menu-list {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

.section-menu-list a {
	display: block;
	padding: 10px 20px;
}

.section-menu-list a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

#container-menu-button {
	float: left;
	margin-top: 15px;
}

#container-module {
	float: left;
	margin-top: 15px;
}

#default-iframe-filter-result {
	display: none;
}

.input-10perc {
	width: 10% !important;
	display: inline-block !important;
}

.input-20perc {
	width: 20% !important;
	display: inline-block !important;
}

.input-40perc {
	width: 40%;
	display: inline-block !important;
}

.input-80perc {
	width: 80%;
	display: inline-block !important;
}

.centerOnPage {
	display: block;
    margin: 0 auto;
    max-width: 1300px;
}

#btn-menu-toggle2 {
	margin-top: 10px;
	margin-right: 10px;
	background-color: transparent;
	color: #ffffff;
	border: none;
	float: left;
}

#btn-menu-toggle2:hover {
	background-color: #333;
}

#btn-menu-mobile {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
}

#navbar-menu-close,
#container-menu-close {
	color: #ffffff;
	margin-right: 10px;
}

/* ESTILOS PARA FORMULARIOS - inicio */
.form-row {
	width: 100%;
	margin: 4px 0;
	float: left;
	clear: both;
}

.form-component {
	float: left;
	width: 80%;
}

.form-label {
	width: 20%;
	min-width: 100px;
	padding: 4px;
	float: left;
}

.form-inline-label {
	padding: 4px;
	margin-left: 10px;
	width: 100%;
	max-width: 100px;
	float: left;
}

.form-checkbox-label {
	font-weight: 100 !important;
}

.form-text {
	float: left;
	padding: 4px;
	margin: 0 10px;
}

.form-input {
	padding: 5px;
	border-radius: 3px;
	float: left;
}

.form-help {
	padding: 5px;
}

.form-checkbox-container {
	float: left;
	margin-right: 20px;
}
/* ESTILOS PARA FORMULARIOS - fim */

/* SPINNER */
.input-group button {
	background-color: #39d96d !important;
	border-radius: 0 !important;
	border: 1px solid #39d96d !important;
}

input[type='checkbox'] {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #aaa !important;
	border-radius: 3px !important;
}

input[type='checkbox']:checked {
	background-image: url(/modules/web/view/img/checkbox-tick.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

input[type='checkbox']:focus {
	background-color: #fff !important;
}
/* SPINNER */

.sweet-alert button {
	background-color: #39d96d !important;
	border-radius: 0px;
}

.sweet-alert {
	border-radius: 0px;
}

#armored_website {
	width: auto !important;
	height: auto !important;
	float: left;
}

#armored_website img {
	width: 94px;
    height: 24px;
    margin-top: 6px;
}

#sslblindado {
	width: auto !important;
	height: auto !important;
	float: left;
}

#sslblindado img {
	width: 60px;
	height: 35px;
	margin-left: 10px;
}

.form-checkbox-label {
	padding-left: 5px;
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
	@media {
		.row:before,
		.row:after {
		    width: 0;
		}
	}
}

.btn-customkit {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #39d96d;
    border-color: #39d96d;
    color: white;
    border-radius: 0%;
	width: 100%;
}

/*---- modulo texto cabeçalho ----*/
.module-carousel1text-container,
.module-carousel1text-fixed-container {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	min-height: 40px;
}

.mc1tc-aerocool {
	background: #43A4E7;
}

.mc1tc-streamplify {
	background: #B601BC;
}

.mc1tc-aria {
	background: #B90A0C;
}

.mc1tc-hh {
	background: #EE2F35;
}

.mc1tc-laney {
	background: #A3865A;
}

.mc1tc-fortrek {
	background: #051C2C;
}

.mc1tc-harmonics {
	background: #131230;
}

.mc1tc-thunderx3 {
	background: #55D2C1;
}

.module-carousel1text p {
	line-height: 1;
	font-size: 14px;
	color: #fff;
}

#carousel1-text-fixed-header {
	display: none;
}

.module-carousel1text:not(:first-child),
.module-carousel1text-item:not(:first-child) {
	display: none !important;
}

.slick-initialized.module-carousel1text,
.slick-initialized.module-carousel1text-item {
	display: flex;
}
/*---- modulo texto cabeçalho ----*/

/*---- skeleton ----*/
.lazy-skeleton {
	animation: lazy-skeleton-loading 2s cubic-bezier(.4, 0, .6, 1) infinite;
	background-color: hsl(0, 0%, 85%);
}

@keyframes lazy-skeleton-loading {
	50% {
    	opacity: .5;
    	background-color: hsl(0, 0%, 95%);
	}
}
/*---- skeleton ----*/

/*---- fixed skeleton ----*/
.fixed-lazy-skeleton {
	animation: fixed-lazy-skeleton-loading 2s cubic-bezier(.4, 0, .6, 1) infinite;
	background-color: hsl(0, 0%, 85%);
}

@keyframes fixed-lazy-skeleton-loading {
	50% {
    	opacity: .5;
    	background-color: hsl(0, 0%, 95%);
	}
}
/*---- fixed skeleton ----*/