body,.button,button,input,.text{font-family:Roboto,'Helvetica Neue',Arial,sans-serif !important}
::placeholder{opacity:0.4}
.center{padding-left:50px}
.center.popup{padding-left:0; padding-right: 0;}
a{text-decoration:none;color:#007095}
a:hover{text-decoration:underline}
#content_right p a{color:#007095}
body {
	background:#f5f5f5;
}

html{
	scroll-behavior: smooth;	
}


del {
	text-decoration:line-through;
	color:#999;
}

.button, a.button, #content_right p .button, #content_right a.button, .button:visited {padding:13px 20px}
.medium.button, #content_right p .medium.button, #content_right a.medium.button, .medium.button:visited {padding:10px 15px}
.small.button, #content_right p .small.button, #content_right a.small.button, .small.button:visited {padding:3px 8px 4px}
.mini.button, #content_right p .mini.button, #content_right a.mini.button, .mini.button:visited {padding:3px 6px 2px 3px}

.button, a.button, #content_right p .button, #content_right a.button{
	border: 1px solid transparent;
	background-color:#337ab7;
	color:#fff;
	text-shadow:none;
	/*
	background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	border: 1px solid transparent;
	*/
}

.button.cinza, a.button.cinza, #content_right p .button.cinza, #content_right a.button.cinza{
	background-color:#e0e0e0;
	color:#333;
	text-shadow:none;
	/*
	text-shadow: 0 1px 0 #fff;
    background-color: #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #ccc;
	color: #333;
	*/
}

.cinza.button:hover, #content_right p .cinza.button:hover, #content_right a.cinza.button:hover {
	background-color:#ccc;
}

.button.azul, a.button.azul, #content_right p .button.azul, #content_right a.button.azul{
	background-color:#33bdef;
	color:#fff;
	text-shadow:none;
	/*
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-color: #33bdef;
	background-image: -webkit-linear-gradient(top,#33bdef 0,#019ad2 100%);
	background-image: -o-linear-gradient(top,#33bdef 0,#019ad2 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#33bdef),to(#019ad2));
	background-image: linear-gradient(to bottom,#33bdef 0,#019ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #057fd0;
	color: #fff;
	*/
}

.button.vermelho, a.button.vermelho, #content_right p .button.vermelho, #content_right a.button.vermelho{
	background:red;
	color:#fff;
	text-shadow:none;
}

.button.verde, a.button.verde, #content_right p .button.verde, #content_right a.button.verde{
	background-color:#5cb85c;
	/*
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
	*/
}

.button.outline-cinza, a.button.outline-cinza, #content_right p .button.outline-cinza, #content_right a.button.outline-cinza{
	color: #333 !important;
	border: 1px solid #adacac !important;
	background: white !important;
}

form.frm label span.l, form.frm .label span.l {
	width:220px;
	padding-top:6px;
	line-height:1.3;
	margin-right:20px;
}

form.frm label .text, form.frm .label .text, form.frm input.text, form.frm select.text{
	height: 34px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;
	box-sizing: border-box;
}
form.frm label select.text, form.frm .label select.text, form.frm select.text{
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;	
}
form.frm label textarea.text, form.frm .label textarea.text{
	height:auto;
}
form.frm label, form.frm .label{
	margin-bottom:15px;
	font-size:15px;
	color:#777;
}
form.frm label label{
	margin-bottom:5px;
}

.popup{
	width:auto;
	margin:0;
	margin-right:10px;
}

.popup_body{
	background:#fff!important;
}

acronym {
	cursor:help;
}

em{
	font-style:italic;
}

#header{
	background:#fff;
	height:auto;
	padding:10px 0;
}

#nav{
	background:#ccc;
	padding-top:5px;
	padding-bottom:6px;
	height:23px;
	color:#fff;
	overflow:hidden;
}

/* ie hacks */
* html #nav{height:24px;}
:root #nav {height:24px \0/IE9;}

/* firefox hack */
@-moz-document url-prefix() { #nav { height:25px; } } 

#nav a{
	border-radius:5px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background:#E8E8E8;
	padding:9px 12px;
	text-decoration:none;
	color:#444;
	margin-right:8px;
	float:left;
}

#nav a:hover, #nav a.current{
	background:#007095;
	color:#fff;
}

#nav a.logout{
	float:right;
	border:none;
	background:transparent;
	margin-right:0;
	color:#000;
}

#nav a.logout:hover{
	text-decoration:underline;
}

#content_right {
	padding:25px 0;
	float:none;
	width:auto;
}

#header,#content_right{
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;	
}

.overlay {
	opacity:0.4;
}

#content_right.popup_div {
	padding:0;
}

#content_right.popup_div h2{
	display:none;
}

#content_right.popup_div .col h2{
	display:block;
}

#content_right .col, #content_right .col2, #content_right .col3, #content_right .col4, #content_right .col7, #content_right .col8{
	background:#fff;
	padding:15px;
	box-shadow:1px 1px 3px #ccc;
	margin-bottom:25px;
}

#content_right .popup .col, #content_right .popup .col2, #content_right .popup .col3, #content_right .popup .col4, #content_right .popup .col7, #content_right .popup .col8{
	padding:0;
	box-shadow:none!important;
	margin-bottom:25px;
}

#content_right .col8, #content_right .col7, #content_right .col4, #content_right .col3, #content_right .col2{
	float:left;
	width:251px;
	margin-right:25px;
}

#content_right .col8 {
	width:98px;
}

#content_right .col7 {
	width:120px;
}

#content_right .col3 {
	width:353px;
}

#content_right .col2 {
	width:557px;
}

#content_right .popup .col2 {
	width:48%;
}

#content_right .col_last{
	margin-right:0;
}

#content_right .col h3{
	margin-top:0;
}

#content_right p, #content_right li{
	font-size:15px;
	line-height:22px;
}

#content_right .col table{
	font-size:14px;
	width:100%;
	background:#f0f0f0;
	border-spacing:0;
	border-collapse:collapse;
	border:solid #f0f0f0 1px;
}

#content_right .col table.big{
	font-size:16px;
}

#content_right .col table.mini{
	font-size:12px;
}

#content_right .col table.noborder{
	background:#fff;
	border-spacing:0;
}

#content_right .col table.stripped{
	border-collapse:collapse;
}

#content_right .col table.stripped tr{
	border-bottom:solid #e8e8e8 1px;
}

#content_right .col table.stripped tr:last-child{
	border-bottom:none;
}

#content_right .col .dtree table{
	background:transparent;
	border-spacing:0;
	border-collapse:separate;
	border:none;
}

#content_right .col table td, #content_right .col table th {
	padding:8px;
}

#content_right .col table.mini td, #content_right .col table.mini th {
	padding:4px;
}

#content_right .col .dtree table td{
	padding:0;
}

#content_right .col table td{
	background:#fff;
	color:#555;
}

#content_right .col table tr.odd td{
	background:#f9f9f9;
}

#content_right .col table tr:hover td{
	background:#f5f5f5;
}

#content_right .col .dtree table tr:hover td{
	background:transparent;
}

#content_right .col table thead{
	background:#e8e8e8;
	font-weight:bold;
}

#content_right .col table tr td.none{
	text-align:center;
	color:#999;
	font-size:20px;
}

#content_right .col table tr:hover td.none, #content_right .col table tr:hover td.nohover{
	background:#fff;
}

#content_right .dropdown{
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	font-size:13px;
	width:130px;
}

#content_right .dropdown dd, #content_right .dropdown dt, #content_right .dropdown ul {
	margin:0px;
	padding:0px;
}

#content_right .dropdown dd {
	position:relative;
}

#content_right .dropdown dt a {
	text-decoration:none;
	background:#f9f9f9 url(../_img/arrow.png) no-repeat scroll right center;
	display:block;
	padding-right:20px;
	border:1px solid #e8e8e8;
	width:113px;
	color:#000;
}

#content_right .dropdown dt a span {
	cursor:pointer;
	display:block;
	padding:10px;
	height:15px;
	overflow:hidden;
}

#content_right .dropdown dd ul {
	background:#fff none repeat scroll 0 0;
	border:solid #e8e8e8 1px;
	display:none;
	list-style:none;
	padding:5px 0px;
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	min-width:170px;
	box-shadow:1px 1px 3px #999;
	z-index:100;
	max-height: 250px;
    overflow-y: auto;
}

#content_right .dropdown span.value {
	display:none;
}

#content_right .dropdown dd ul li a {
	padding:2px 5px;
	display:block;
	text-decoration:none;
	font-size:15px;
	color:#000;
}

#content_right .dropdown dd ul li a:hover {
	font-weight:bold;
}

a.tooltip{
	color:#333;
	text-decoration:none;
	font-size:15px;
	line-height:18px;
	display:block;
}

a.tooltip:hover{
	text-decoration:underline;
}


/*
cores niveis:

Azul #4169E1
Azul claro #6495ED
Verde #32CD32
Verde Claro #00FF00
Laranja  #FF7F24
Mamão #FFD700
Amarelo #FFF68F
Amarelo claro #FFFF00
Beje #CDAD00
rosa escuro #FF6A6A
rosa claro #FFC1C1
lilas escuro #CDB5CD
lilas claro #FFE1FF
*/

#content_right p.modes{
	float:right;
	margin-top:10px;
	letter-spacing:normal;
	text-align:right;
}

#content_right p.modes a {
	padding:5px;
	padding-left:25px;
	font-size:15px;
	border:solid #e8e8e8 1px;
	border-radius:5px;
	text-decoration:none;
	color:#999;
	background:#fff;
}

#content_right p.modes a.current {
	color:#666;
	font-weight:bold;
}

.search {
	color:#999;
}

.search:focus {
	color:#333;
}

#tour .text p {font-size:15px;line-height:20px;}
#tour .text ul li {font-size:15px;color:#999;line-height:18px;display:block;width:400px;z-index:999;}

.cor_bg { border:solid #fff 3px; float:left; display:block; width:230px; height:129px;margin:1px;margin-right:15px;margin-bottom:15px;}
.cor_bg img{width:230px;}
.imagem_atual { border-color:#000; }

.nav-left{overflow-y:auto!important;overflow-x:hidden;position:fixed;top:0;bottom:0;left:0;width:65px;background:#2e3f51;z-index:250;-ms-overflow-style:none;scrollbar-width:none}
.nav-left::-webkit-scrollbar {display: none;}
.nav-left ul{padding-bottom:5px}

.nav-logo,.nav-logomarca{position:absolute;text-indent:-9999px;margin:0 auto;}
.nav-logo{top:16px;left:20px;width:26px;height:28px;background:url(/admin/_img/logo-sie-inverse.svg) no-repeat;background-position:0 center;background-size:cover;z-index:10}
.nav-logomarca{display:none;width:85px;height:32px;left:62px;top:16px;background:url(/admin/_img/logo-sie-inverse.svg) no-repeat;background-position:-30px center;background-size:contain;z-index:9}
.nav-left nav{margin-top:80px}.nav-left ul{margin:0}.nav-left ul li{list-style:none;white-space:nowrap}.nav-left ul li a{text-align:left;display:block;width:280px;line-height:1.8;padding:8px 0;text-decoration:none;color:#fff;font-size:14px;}
.nav-menu-ul a.current,.nav-menu-ul a:hover{background-color:#1d3043}

.nav-left nav i{
	width: 65px;
	font-size: 20px;
	text-align: center;
	margin-top: 4px;
}

.nav-menu-ul .nav-lock a{position:relative}
.nav-menu-ul .nav-lock a:after {
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAATJJREFUOE+lk7FKA0EQhufP5Wa2t/AB1BcQbMXGxlK5xsZGxEJshNiJrTZiIYjYWFkEsbOxEkvBFzC1pe3t7CUZWVC4S04id9ssu/PP9w+zO6CWCy3zqRZgZnOqetbpdBaiwXg8HojIMYCvScMpgJmxqj4nSXKSpulLTMjzfA3AqYisAyjKkCmAqm6b2bxz7qIs9N4fAfgUkftZgHMAfWZ+KwtDCCtmlolIbxbgjoieAAzKQjNbJKINEdn5E1AUxepoNLoE8G5mw4oQ6JrZcpIkh2mavv7GKj0IIezFADPfxF1VN4nIROQxnifj8W4W4CGKRGSrEcB7fxArcM5dNQKoavZTQf+/gF0i6jLzdd0XDyHsE9GQmW9rm+i9XyKi6FZ5gRKsS0SZc+6jFtBksFpP4zfPtosRx9NNWgAAAABJRU5ErkJggg==");
	width:16px;
	height:16px;
	display:block;
	content:' ';
	position: absolute;
    bottom: 13px;
    right: 15px;
}


@font-face{font-family:'Glyphicons Halflings';src:url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot);src:url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}

.text-center{text-align:center}
.text-right{text-align:right}
.hide{display:none}
.help-block {margin-left:15px;color:#999}

#wUpload{max-width:auto!important;border-radius:0!important;background-color:transparent!important;border:none!important;box-shadow:none!important}
#wUpload .header,#wUpload .line,#wUpload .content .uploader h2{display:none!important}
#wUpload .content{padding:0!important;margin:0!important}
#wUpload .content .uploader{height:210px!important}
#wUpload .content .uploader .cloudComputing{margin-top:1rem!important}
#wUpload .content .uploader button{margin:3rem auto!important}

hr {margin:3rem 0;border-top:0;border-bottom:solid #e8e8e8 1px}

.slider-container{
	width:100%;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none; 
		margin: 0; 
	}


@media only screen and (max-width: 500px) {
	.button, a.button, #content_right p .button, #content_right a.button, .button:visited {padding:8px 10px;font-size:13px;}
	.medium.button, #content_right p .medium.button, #content_right a.medium.button, .medium.button:visited {padding:4px 8px;font-size:12px;}
	#content_right .col8, #content_right .col7, #content_right .col4, #content_right .col3, #content_right .col2, #content_right .col1{
		width:auto;
		margin:0;
		margin-bottom:20px;
		float:none;
	}
	.button, a.button, #content_right p .button, #content_right a.button{
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	#content_right h2, #content h2 {
		font-size:20px;
	}
	#content_right h3, #content h3{
		font-size:16px;
	}
	.nav-left nav{
		margin-top:100px;
	}
	.nav-left{
		overflow-y:auto;
	}
	.nav-left ul li a{
		font-size: 17px;
	}
	#menuLateral{
		width:350px!important;
		margin-left:-350px;
	}
	.center{
		padding-left:15px;
		padding-right:15px;
	}
	form.frm label span.l, form.frm .label span.l{
		width:auto;
		float:none;
		text-align:left;
	}
	form.frm label .text, form.frm .label .text, form.frm input.text{
		max-width:84vw;
	}
	.overlay {
		/*overflow-y:hidden;*/
	}

	.bar1, .bar2, .bar3 {
	  width: 25px;
	  height: 3px;
	  background-color: #555;
	  margin: 5px 0;
	  transition: 0.4s;
	}

	/*
	.hidden-xs{
		display:none;
	}
	*/

	table {
		display:block;
		width:100%;
		overflow-x:auto;
		-ms-overflow-style:-ms-autohiding-scrollbar;
	}

	form.frm label, form.frm .label,#content_right p, #content_right li{
		font-size:14px;
	}

	.nav-left ul li a {
		font-size: 14px;
		width: 100%;
	}

	#menuLateral {
		width: 300px !important;
	}

}

@media print {
	#content_right{
		padding:0!important;
	}
	.center{
		padding:0!important;
		max-width:auto!important;
		margin:0!important;
		margin-top:30px!important;
	}
	.noprint {
		display:none!important;
	}
	.print{
		width:auto!important;
		float:none!important;
		display:block!important;
		margin:0!important;
	}
}

input:disabled, textarea:disabled {
	cursor: not-allowed;
	background: #e8e8e8 !important;
}

.toast-item-wrapper.success {
	text-shadow: none;
	font-weight: lighter;
}

.rotate-down {
	transform: rotate(90deg);
}

.selectize-input .item{
	padding-bottom: unset !important;
	border-bottom: unset !important;
}

.frm .label{
	margin-bottom: 15px;
	font-size: 15px;
	color: #777;
	display: block;
}

.btn-container-mobile{
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
}