@CHARSET "UTF-8";

@import url('fonts/fonts.css');

@import url('fonts/pc-icons/style.css');


h1 {
	font-family: OpenSansLight;
	color: rgb(179, 179, 179);
}

.btn-default {
	background-color: #F9F9F9;
}

.h4-integracao {
	padding-left: 42px;
	padding-bottom: 77px;
}

.success {
	color: rgb(68, 168, 68);
}

.fail {
	color: rgb(243, 17, 71);
}

.app-navbar {
	background: none;
	background-color: #4991C1;
	color: white;
	box-shadow: none;
	border: none;
}

/*#region botões do menu principal (desktop)*/
.botao-red {
	background-color: #d2322d;
	border: solid 1px #bd2d29;
	border-radius: 0px;
}

.botao-red:hover {
	background-color: #d53e3a;
}

.botao-red:hover .marqueearea-full {
	background-color: #d53e3a;
}

.botao-red .marqueearea-full {
	background-color: #d2322d;
}

.botao-purple {
	background-color: #9e00a5;
	border: solid 1px #86008c;
	border-radius: 0px;
}

.botao-purple:hover {
	background-color: #ad00b4;
}

.botao-purple:hover .marqueearea-full {
	background-color: #ad00b4;
}

.botao-purple .marqueearea-full {
	background-color: #9e00a5;
}

.botao-green {
	background-color: #57685B;
	border: solid 100px #008000;
	border-radius: 0px;
}

.botao-green:hover {
	background-color: #00a800;
}

.botao-green:hover .marqueearea-full {
	background-color: #00a800;
}

.botao-green .marqueearea-full {
	background-color: #009900;
}

.botao-blue {
	background-color: #0a57bf;
	border: solid 1px #094ca7;
	border-radius: 0px;
}

.botao-blue:hover {
	background-color: #0b5ece;
}

.botao-blue:hover .marqueearea-full {
	background-color: #0b5ece;
}

.botao-blue .marqueearea-full {
	background-color: #0a57bf;
}

.botao-blueviolet {
	background-color: #5937b3;
	border: solid 1px #4f319f;
	border-radius: 0px;
}

.botao-blueviolet:hover {
	background-color: #5f3bbf;
}

.botao-blueviolet:hover .marqueearea-full {
	background-color: #5f3bbf;
}

.botao-blueviolet .marqueearea-full {
	background-color: #5937b3;
}

.botao-lightblue {
	background-color: #4a8cf7;
	border: solid 1px #327cf6;
	border-radius: 0px;
}

.botao-lightblue:hover {
	background-color: #5995f8;
}

.botao-lightblue:hover .marqueearea-full {
	background-color: #5995f8;
}

.botao-lightblue .marqueearea-full {
	background-color: #4a8cf7;
}

.botao-lighterblue {
	background-color: #00acee;
	border: solid 1px #009ad5;
	border-radius: 0px;
}

.botao-lighterblue:hover {
	background-color: #00b7fd;
}

.botao-lighterblue:hover .marqueearea-full {
	background-color: #00b7fd;
}

.botao-lighterblue .marqueearea-full {
	background-color: #00acee;
}

.botao-msblue {
	background-color: #008299;
	border: solid 1px #006c80;
	border-radius: 0px;
}

.botao-msblue:hover {
	background-color: #008fa8;
}

.botao-msblue:hover .marqueearea-full {
	background-color: #008fa8;
}

.botao-msblue .marqueearea-full {
	background-color: #008299;
}

.botao-lightbrown {
	background-color: #db552d;
	border: solid 1px #cc4a23;
	border-radius: 0px;
}

.botao-lightbrown:hover {
	background-color: #dd603a;
}

.botao-lightbrown:hover .marqueearea-full {
	background-color: #dd603a;
}

.botao-lightbrown .marqueearea-full {
	background-color: #db552d;
}

.botao-dark {
	background-color: #30261d;
	border-radius: 0px;
}

.botao-dark:hover {
	background-color: #3a2e23;
}

.botao-dark:hover .marqueearea-full {
	background-color: #3a2e23;
}

.botao-dark .marqueearea-full {
	background-color: #30261d;
}

.botao-green {
	background-color: #139E34;
	border: solid 1px #139E34;
	border-radius: 0px;
}

.disabled {
	cursor: not-allowed !important;
	background-color: #A2A2A2 !important;
	border-color: rgba(255, 255, 255, 0) !important;
}

.li-disabled {
	cursor: no-drop;
}

.li-enabled {
	cursor: pointer;
}

.botao-green:hover {
	background-color: #25A544;
}

.botao-green:hover .marqueearea-full {
	background-color: #25A544;
}

.botao-green .marqueearea-full {
	background-color: #ff9900;
}

.botao-lightgray {
	background-color: #dcdcdc;
	border: solid 1px #cfcfcf;
	border-radius: 0px;
}

.botao-lightgray:hover {
	background-color: #e4e4e4;
}

.botao-lightgray:hover .marqueearea-full {
	background-color: #e4e4e4;
}

.botao-lightgray .marqueearea-full {
	background-color: #dcdcdc;
}

.botao-lightergray {
	background-color: #eeeeee;
	border: solid 1px #e1e1e1;
	border-radius: 0px;
}

.botao-lightergray:hover {
	background-color: #f6f6f6;
}

.botao-lightergray:hover .marqueearea-full {
	background-color: #f6f6f6;
}

.botao-lightergray .marqueearea-full {
	background-color: #eeeeee;
}

.botao-menu.inverted *, .botao-menu.inverted:hover * {
	color: #000000;
}

.botao-menu *, .botao-menu:hover * {
	color: #ffffff;
}

.botao-menu {
	height: 115px;
	width: 305px;
	border-radius: 0px;
	position: relative;
}

.btnconfig {
	border-radius: 0px;
	background: none;
	border: none;
	box-shadow: none;
	border-left: dotted 1px rgba(255, 255, 255, 0.35);
	float: right;
}

.btnconfig:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.navbar i {
	padding-left: 10px;
}

.brandx {
	color: white;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: small;
	font-weight: 500;
	line-height: 38px;
	font-family: OpenSansLight, verdana, helvetica, tahoma, arial;
}

.app-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #4991C1;
	width: 100%;
	height: 28px;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
	color: #ffffff;
	z-index: 1030;
}

.app-footer .versao {
	float: right;
	padding-right: 6px;
}

.ctconfig {
	margin-top: 60px;
}

.ctconfig input {
	border-radius: 0px;
}

.config {
	border: solid 1px rgb(216, 216, 216);
	padding: 15px;
	background-color: rgb(241, 241, 241);
	position: relative;
	margin-bottom: 10px;
}

.dbconfig {
	height: 212px;
}

.econfig {
	height: 212px;
}

.oconfig {
	height: 118px;
}

.titulo {
	float: left;
	background-color: #4991C1;
	color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 35px;
	text-align: center;
	white-space: nowrap;
}

.dbconfig .titulo>div {
	margin-top: 198px;
}

.econfig .titulo>div {
	margin-top: 169px;
}

.oconfig .titulo>div {
	margin-top: 67px;
}

.controles {
	margin-left: 40px;
}

.controles input {
	width: 80%;
}

.inputporta {
	width: 40px !important;
}

.btnsalvar {
	background: #DA7100;
	border-radius: 0px;
	width: 200px;
	border: none;
	box-shadow: none;
	margin-top: 20px;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-family: OpenSansLight, verdana, helvetica, tahoma, arial;
	font-weight: 500;
}

.btnsalvar:focus, .btnsalvar:hover {
	background: #FF8502;
	color: white;
}

.navbar-inner button[class *='button-'] {
	background: none;
	border-radius: 0px;
	float: right;
	color: white;
	border: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	margin-top: 2px;
}

.navbar-inner button[class *='button-']:hover {
	background: rgba(255, 255, 255, 0.1);
}

main {
	top: 50px;
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 80px;
}

.tab-content {
	height: 100%;
	overflow-y: auto;
}

.tab-content>.active {
	border: solid 1px #1D9E74;
	border-top: solid 2px #1D9E74;
	height: 100%;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs>li>a {
	border-radius: 0px;
}

.nav-tabs>.active>a {
	background-color: #1D9E74 !important;
	border-color: #1D9E74 !important;
	color: white !important;
}

.navbar-nav.navbar-right {
	margin-right: 0px !important;
}

/* Inicio dropdown*/
.navbar .nav>li>a {
	float: none;
	padding: 10px 15px 10px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	text-shadow: none;
}

.navbar .nav li.dropdown .dropdown-toggle .caret {
	border-bottom-color: #fff !important;
	border-top-color: #fff !important;
}

.navbar .nav li.dropdown.open .dropdown-toggle .caret {
	border-bottom-color: #555 !important;
	border-top-color: #555 !important;
}

.navbar .nav>li>a:HOVER {
	color: #c1dce7;
}

.nav .dropdown-toggle:hover .caret {
	opacity: 0.6;
	filter: alpha(opacity =                             100)
}

.navbar .nav li.dropdown>a:hover .caret {
	border-top-color: #C1DCE7;
	border-bottom-color: #C1DCE7;
}
/*Fim dropdown*/
.portal-tabpane {
	padding: 10px;
	overflow-x: hidden;
}

.portal-tabpane .acoes {
	border: solid 1px rgb(230, 230, 230);
	background: rgb(243, 243, 243);
	width: 220px;
	height: 100%;
	float: left;
	padding: 5px;
}

.portal-tabpane .acoes>.action-container {
	border: solid 1px #04744F;
	background: white;
	height: 95px;
	margin-bottom: 10px;
}

.portal-tabpane .acoes>.action-container .title {
	background: #04744F;
	color: white;
	height: 45px;
	padding-top: 12px;
	padding-left: 10px;
}

.portal-tabpane .acoes>.action-container .title>span {
	float: right;
	padding-right: 13px;
}

.portal-tabpane .acoes>.action-container.down {
	border-color: #D12525;
}

.portal-tabpane .acoes>.action-container.down .title {
	background: #D12525;
}

.switch-container {
	text-align: center;
	padding-top: 11px;
}

.action-container .switch-left {
	background: #04744F !important;
}

.action-container .switch-right {
	background: #D12525 !important;
	color: white !important;
}

.portal-tabpane .acoes>.action-container.inverse {
	border-color: #D12525;
}

.portal-tabpane .acoes>.action-container.inverse .title {
	background: #D12525;
}

.portal-tabpane .acoes>.action-container.inverse.down {
	border-color: #04744F;
}

.portal-tabpane .acoes>.action-container.inverse.down .title {
	background: #04744F;
}

.action-container.inverse .switch-left {
	background: #D12525 !important;
}

.action-container.inverse .switch-right {
	background: #04744F !important;
	color: white !important;
}

.portal-tabpane .acoes>.action-container.low-severity {
	border-color: #D18525;
}

.portal-tabpane .acoes>.action-container.low-severity .title {
	background-color: #D18525;
}

.action-container.inverse.low-severity .switch-left {
	background: #D18525 !important;
}

.portal-tabpane .dados {
	float: right;
	width: 100%;
	margin-right: -230px;
	padding-right: 230px;
	position: relative;
}

.portal-tabpane .dados table {
	width: 100%;
}

.portal-tabpane .dados table caption {
	padding: 7px;
	background: rgb(0, 167, 219);
	color: white;
}

/* 
.portal-tabpane.dados table>tbody>tr>td:nth-last-child(1){text-align:right;}
 */
.action-container * {
	-webkit-transition: background-color 500ms ease, border-color 500ms ease;
	-moz-transition: background-color 500ms ease, border-color 500ms ease;
	-o-transition: background-color 500ms ease, border-color 500ms ease;
	transition: background-color 500ms ease, border-color 500ms ease;
}

.refresh-button {
	display: block;
	bottom: 47px;
	right: 23px;
	position: fixed;
}

.config-options>ul {
	/*-moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;*/
	list-style: none;
}

.config-options>ul>li {
	/*-moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;*/
	float: left;
	margin-right: 20px;
}

.buttontitle {
	position: absolute;
	bottom: 0px;
	left: 6px;
}

.botao-menu>i {
	font-size: 4em;
	line-height: 150%;
}

.config-options>ul>li>a {
	margin-bottom: 15px;
}

.config-options, .config-page {
	position: absolute;
}

.config-option.menu-item {
	position: absolute;
	left: 30%;
}

main>h1 {
	margin-top: 46px;
	/* margin-bottom: 70px; */
	margin-left: 37px;
	font-size: 50px;
	color: black;
}

.section-title {
	margin: 15px;
	color: rgb(213, 213, 213);
	border-bottom: solid 1px rgb(213, 213, 213);
	font-size: 20px;
	font-weight: bold;
}

.form-group.without-label {
	padding-top: 24px;
}

acronym {
	border-bottom: dotted 1px rgb(165, 165, 255);
	cursor: help;
}

/*
** INICIO DO MENU
*/
.menu ul {
	margin: 0 0 0 0;
}
/*
** FIM DO MENU
*/
main {
	background: rgb(247, 251, 254);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	margin-top: 38px;
}

.nav-bar-previous {
	
}

.view-description {
	margin-top: -70px;
	margin-bottom: 70px;
	margin-left: -34px;
	color: gray;
	display: block;
}

.fright {
	float: right;
	width: 200px;
}

.listcheckbox {
	border: 1px solid rgb(214, 209, 209);
	max-height: 300px;
	margin-top: 10px;
	overflow: auto;
}

.listcheckbox ul {
	margin-left: -35px;
	margin-top: 5px;
	list-style: none;
}

/*
** KEYBOARD
******************/
.wrap {
	display: block;
	margin: 0 auto;
	width: 200px;
}

.ui-keyboard {
	
}

.alinhar-top-div {
	padding-top: 10px;
}

.checkout-warning {
	background-color: rgba(255, 184, 0, 0.02);
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #EEC800;
}

.checkout-sucesso {
	background-color: rgba(255, 255, 255, 0.68);
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #45BE2E;
}

.checkout-warning-two {
	border: 1px solid rgba(255, 0, 0, 1);
	margin: 30px 0 0;
	padding: 8px 35px 8px 14px;
	text-align: center;
	background-repeat: repeat-x;
	color: #000000;
	background-color: rgba(255, 32, 32, 0.03);
	border-color: rgba(255, 0, 0, 0.27);
}

.div-top {
	padding-top: 12px;
	margin-top: 17px;
	border-color: rgba(0, 0, 0, 0.07) rgba(255, 255, 255, 0)
		rgba(255, 255, 255, 0);
	border-style: solid;
}

.div-style {
	margin-top: 10px;
}

.label-font {
	font-style: italic;
	font-weight: 100 !important;
}

.li-left {
	margin-left: 25px;
}

.div-salvando-configuracao {
	height: 160px;
	padding: 4%;
	padding-left: 34%;
	padding-right: 30%;
	background-color: #FFF;
}

.div-barra-rolagem {
	overflow: scroll;
	height: 368px;
	border-color: rgba(0, 0, 0, 0.06);
	border-style: solid;
	border-radius: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.div-status {
	padding-left: 20px;
}

.div-status.true {
	color: #1BCA84;
}

.div-status.false {
	color: #CF2020;
}

.body {
	background-color: rgba(255, 255, 255, 0.83);
	padding: 20px;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(19, 82, 163, 0.39);
}

.div-center {
	text-align: center;
}

.button-size {
	height: 65px;
	width: 28%;
}

.center {
	margin: 20px;
}

.process-bar {
	margin: 20px;
}

.container.margin {
	margin-bottom: 6%;
}

.div-filias {
	border-style: solid;
	border-radius: 6px;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0);
}

.div-sincronizar:ACTIVE {
	background-color: #326692;
	top: 3px
}

.div-sincronizar-disable {
	background-color: #BEBEBE;
	text-align: center;
	height: 75px;
	padding-top: 25px;
	color: #fff;
	margin-bottom: 10px;
}

.label-erro-detalhes {
	color: rgb(134, 26, 26);
	padding-left: 32px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.leaf-loanding {
	padding-top: 25px;
	position: fixed;
	right: 0;
}

body {
	background-color: rgb(247, 251, 254);
}

.sincronizacao {
	overflow: auto;
	height: 390px;
}

.container-sincronizar {
	margin-top: -59px;
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

.checkbox-menu {
	margin: 3px 25px 0px;
}

.botao-sincronizar {
	height: 85px;
	width: 253px;
}

ul.button-actions {
	list-style: none;
}

.button-actions .item-sincronizar-integral {
	margin-bottom: 10px;
	margin-right: 56px;
	margin-top: 10px;
}

.button-actions .item-sincronizar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.input-group-addon-label {
    color: #fff;
    background: #848484;
}

.input-group-addon-header {
    color: #636363;
}


.div-botoes-cotacoes {
	float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.div-botoes-cotacoes > button {
	margin-left: 10px;
}


/*DIV FLOAT*/ 
.div-mapping-wrap {
	position: relative;
}

.div-mapping-wrap .div-float {
	 
}

.div-mapping-wrap .div-float.fixed {
	position: fixed;
	top: 28px;
	z-index: 9999;
	background-color: #ffffff;
	border: 2px solid #669bbd;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 35px;
	left: 0;
	width : 100%;
	-webkit-box-shadow: -2px 2px 25px 0px rgba(160,192,214,1);
	-moz-box-shadow: -2px 2px 25px 0px rgba(160,192,214,1);
	box-shadow: -2px 2px 25px 0px rgba(160,192,214,1);
}

.div-functions {
	margin-top: 60px;
}

/*FIM DIV FLOAT*/ 

.feedback {
	position: fixed;
	top:  0%;
	left: 0%;
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	width:  100%;
	border: solid 1px black;
	color:white;
	z-index: 9999999;
}
 
.feedback-loading {
	position: fixed;
	top:  50%;
	left: 50%;
	color:#6da7cd;
}