@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	font-family: Roboto;
}

.container-fluid {
	background-color: #FFFFFF;
}

.container-topo {
	height: 80px;
}

.drawer-icon {
	float: left;
	background: #197AD1;
	padding: 8px;
	border: 1px solid #A4D8F3;
	border-radius: 4px;
	margin: 25px 0 0 10px;
}

.drawer-icon:hover {
	background: #0072ad;
}

.logo-fogas {
	margin-top: 30px;
	float: left;
	margin-left: 16px;
}

.app-name-text {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	color: #FFFFFF;
	font-family: Roboto;
	border-left: 1px solid #A4D8F3;
	height: 60px;
	padding-left: 20px;
}

.nomePrincipal{
	font-size: 15px;
	display: block;
}

.nomeSecundario{
	font-size: 20px;
	display: block;
}

.app-modulo-text {
	float: left;
	margin-top: 33px;
	margin-left: 15px;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 16px;
}

.container-topo-left {
	float: left;
	width: 60%;
	padding-right: 10px;
}

.container-topo-left-modal {
	float: left;
	padding-left: 15px;
}

.container-topo-right {
	float: left;
	width: 40%;
}

.app-usuario-text {
	float: right;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	margin-top: 33px; 
	margin-right: 20px;
}

.container-texto {
	background-color: #FFFFFF;
}

.mainBox {
	border: solid thin #BC2020;
}

.container-menu {
	top: 0px;
	margin: 0px;
	padding: 0px 2px 2px 3px;
	border-width: 2px;
	border-bottom: 4px #C5D5DD solid;
	width: 100%;
}

/* Filtros */
.filtro-title {
	color: #4222AB;
	font-family: Roboto;
	font-size: 15px;
	line-height: 0;
	margin-left: 10px;
}

.filtro-items {
	color: #4222AB;
	font-family: Roboto;
	font-size: 15px;
	font-weight: bold;
	line-height: 0;
	margin-right: 5px;
}

/* navbar */
.navbar-default {
	background-color: #F8F8F8;
	border-color: #E7E7E7;
}
/* title */
.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
	{
	color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #E7E7E7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: #777;
	border-bottom-color: #777;
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret
	{
	border-top-color: #333;
	border-bottom-color: #333;
}

.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret,
	.navbar-default .navbar-nav>.open>a:focus .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
	border-color: #DDD;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #CCC;
}

@media ( max-width : 299px) {
	.logo-fogas{
		display: none;
	}
	.nomePrincipal{
		font-size: 12px;
	}
	.nomeSecundario{
		font-size: 15px;
	}
	.app-name-text {
		float: none;
		border:0;
		display: inline;
	}
	.app-usuario-text {
		font-size: 12px;
		font-weight: bold;
		margin-right: 10px;
	}
	.drawer-icon {
		margin: 25px 5px 0 10px;
	}
	.container-topo-left{
		width: 90%;
	}
	.container-topo-right{
		width: 10%;
	}
	.app-usuario-text{
		display: none;
	}
}

@media (min-width: 300px) and ( max-width : 767px) {
	.logo-fogas{
		display: none;
	}
	.nomePrincipal{
		font-size: 12px;
	}
	.nomeSecundario{
		font-size: 15px;
	}
	.app-name-text {
		float: none;
		border:0;
		display: inline;
	}
	.app-usuario-text {
		font-size: 12px;
		font-weight: bold;
		margin-right: 10px;
	}
	.drawer-icon {
		margin: 25px 5px 0 10px;
	}
}

.modal-lg {
	max-width: 1200px;
}

.modal-md {
	max-width: 80%;
}

.modal-smm {
	max-width: 580px;
}

.bar_vertical {
	height: 30px;
	width: 1px;
	background-color: #BCBCBC;
	margin-left: 15px;
	margin-top: 2px;
	margin-right: 15px;
}

.bt-atualizar {
	font-size: 16px;
	line-height: 0;
	background-color: #0799E4;
	background: linear-gradient(270deg, #6FBD14 0%, #5EA40C 100%);
}

.pedido-menu-button {
	margin-left: 4px;
	margin-top: 2px;
	margin-right: 4px;
	height: 32px;
	width: 120px;
}

.monitor-de-pedido-text {
	color: #01547E;
	font-family: Roboto;
	font-size: 20px;
	font-weight: bold;
}

.pedido-filter-text {
	height: 15px;
	width: 81px;
	color: #01547E;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 0;
}

.pedido-filter {
	margin-left: 12px;
}

.pedido-filter-button {
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	height: 68px;
	width: 62px;
	background: white;
	border: 1px solid #0799E4;
}

.pedido-filter-button:hover{
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	height: 68px;
	width: 62px;
	background-color: #F6F6F6;
	border: 1px solid #0799E4;
}

.pedido-filter-button:not(:disabled):not(.disabled).active{
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 2px;
	height: 68px;
	width: 62px;
	border: 1px solid #0799E4;
	border-color: 1px solid #0799E4;
	opacity: 0.4;
	color: #212529;
}

.spacing-buton{
	margin-right: 50px; 
	margin-left: 40px;
}

.spacing-radio{
	margin-right: 2px; 
	margin-left: 15px;
}

.pedido-filter-bt-avancado {
	background-color: #0799E4;
	background: linear-gradient(270deg, #8168D2 0%, #6A4DC8 100%);
}

.pedido-filter-caminho-text {
	color: #4222AB;
	font-family: Roboto;
	font-size: 15px;
	margin-top: 8px;
}

.pedido-check {
	margin-left: 30px;
	margin-top: 15px;
	font-family: Roboto;
	font-size: 16px;
}

.label-check {
	margin-left: 0px;
	margin-top: 7px;
	float: left;
}

#menu-monitor h3 {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}

#btn_tp_1075 {
	background: #7814CC;
	color: white;	
}

#txtFiltro1075 {
	font-weight: bold;
}

.pedido-filtro-painel-avancado {
	background-color: #6D51C9;
	text-align: center;
	color: #FFF;
	text-transform: capitalize;
}

.pedido-detalhes-painel {
	background-color: #005D8D;
	text-align: center !important;
	color: #FFF;
	height: 46px;
	display: inline;
	padding: 10px;
}

.pedido-detalhes-cancel-order {
	text-align: left !important;
	color: black;
	height: 46px;
	display: inline;
	padding: 10px;
}

.bar_vertical_painel {
	height: 100%;
	width: 1px;
	margin-top: 0px;
	top: 0px;
	float: right;
	background-color: #BCBCBC;
}

.pedido-detalhes-text {
	margin-right: 5px;
	color: #01547E;
	font-family: Roboto;
	font-size: 20px;
	text-align: center;
}

.via-fogaslog {
	background-color: darkblue;
	color: white;
	width: 200px;
	margin-left: 180px;
	font-family: Roboto;
	font-size: 20px;
	text-align: center;
}

.btn-nf-pedido{
	margin-left: 180px;
	opacity: 0.8;
	background-color: #3AADE9;
	border-color: #3AADE9;
	padding: .18rem 2.0rem !important;
	font-size: 14px !important;
}

.pedido-detalhes-row {
	margin-right: 5px;
	text-align: center;
	font-size: 16px;
	color: #01547E;
}

.pedido-detalhes-item {
	color: #01547E;
	font-family: Roboto;
	font-size: 14px;
}

.pedido-detalhes-desconto-fidelidade {
	color: #D13D3D;
	font-family: Roboto;
	font-size: 16px;
}

.pedido-detalhes-taxa-entrega {
	color: #33691E;
	font-family: Roboto;
	font-size: 16px;
}

.pedido-detalhes-total-pagar {
	color: #01547E;
	font-family: Roboto;
	font-size: 16px;
}

.pedido-detalhes-revenda-escolhida {
	color: #797979;
	font-family: Roboto;
}

.content-loading {
	padding: 50px;
	width: 100%;
	text-align: center;
}

.content-loading img {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
/* Load   */
.fs_load_init {
	filter: alpha(opacity = 60);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-webkit-transition: opacity 1s linear;
	-webkit-transition-property: opacity, left;
	-webkit-transition-duration: 1s, 2s;
	-moz-transition: opacity 1s linear;
	-moz-transition-property: opacity, left;
	-moz-transition-duration: 1s, 2s;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #9a9a9a;
	left: 0px;
	top: 0px;
}

@-webkit-keyframes spin { 
	0% {
	-webkit-transform: rotate(0deg);
	}

	100%{
	-webkit-transform:rotate(360deg);
	}
}

@keyframes spin { 
	0% {
		transform: rotate(0deg);
	}

	100%{
		transform:rotate(360deg);
	}
}

td.highlight {
	color: #ffffff;
	background-color: #BC2020;
}

.fs_loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.close-button-x {
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	border: 3px solid #f3f3f3;
	border-radius: 30%;
	z-index: 1;
}

.fs_load_end {
	filter: alpha(opacity = 0);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

.central-compoment {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.busque-por-n-pedido-cod-revend {
	height: 30px;
	width: 160px;
	color: #797979;
	font-family: Roboto;
	font-size: 14px;
}

table.dataTable thead th {
  background: transparent !important;
  white-space: nowrap;
  font-weight:normal;
  text-decoration: underline;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: none;
}

table.dataTable thead th.sorting{
  padding-left: 20px;
}

table.dataTable thead th.sorting_asc, th.sorting_desc {
  font-weight: bold !important;
  text-decoration: underline;
  padding-left: 20px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  left: 0.1em;
  bottom:0.7em;
  opacity: 0.1;
  content: url('http://cdn.datatables.net/plug-ins/1.10.19/integration/bootstrap/images/sort_desc.png');
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  left: 0.1em;
  bottom:0.3em;
  opacity: 0.1;
  content: url('http://cdn.datatables.net/plug-ins/1.10.19/integration/bootstrap/images/sort_asc.png');
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

.list-group-item-faturamento {    
    padding: 0 1.25rem !important;
    border: 0 !important;
}

.btn-repasse-pedido {	
	margin-top: 10px;
	margin-bottom: 3ex;
	background-color: #E67373;
	border-color: #E67373;
	padding: .18rem 2.0rem !important;
	font-size: 14px !important;
}

.table-bordered {
	border: none !important;
}

.table-bordered td.remove{
	border-right: none;
}

.table-bordered th{
	/*border-bottom: 2px solid #dee2e6 !important; 
	border-top: 1px solid #dee2e6 !important;*/
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}

.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #ffffff !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.popover {
	max-width: 100%;
	border-radius: 3px;
	border: none;
	box-shadow: 0 0 6px 1px #eee;
}

.popover-body {
	padding: 0 !important; 
}

.popover.fade.bs-popover-top.show{
	width: 76%;
	left: -10% !important;
}

.popover.fade.bs-popover-top{
	width: 76%;
	left: -10% !important;
}

.popover.fade.bs-popover-bottom.show{
	width: 76%;
	left: -10% !important;
}

.popover.fade.bs-popover-bottom{
	width: 76%;
	left: -10% !important;
}

div#containerpopover.container {
	max-width: 100%;
}

.bs-popover-auto[x-placement^="top"] .arrow, .bs-popover-top .arrow {
	top: auto;
	right: auto;
	bottom: -9px;
	left: 98.5% !important;
}

.bs-popover-auto[x-placement^="bottom"] .arrow, .bs-popover-bottom .arrow {
	top: -9px;
	right: auto;
	bottom: auto;
	left: 98.5% !important;
}

p#coldetail {
	padding-top: 1rem;
}

/*Dica*/

.dica-filter-text {
	height: 15px;
	width: 50px;
	color: #01547E;
}

.dica-menu-button {
	margin-left: 4px;
	margin-top: 2px;
	margin-right: 4px;
	height: 32px;
	width: 150px;
	padding: 0 !important;
}

.novadica-filter-text {
    height: 17px;
    color: #01547E;
    width: 228px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    letter-spacing: normal;
    line-height: 1.3;
}

.novadica-filter-button {
    margin-top: 5px;
    width: 85%;
    border: 1px solid #B2B5B6;
    text-align: left;
    height: 51px;
    padding: 13px;
}

.btn.btn-light.novadica-filter-button.active{
	background-color: #F0FFDE;
    border-color: #5BA20A;
    color: #01547E;
    font-weight: 500;
}

.btn-file{
	display:inline-block;
	position:relative;
	overflow: hidden;
}

.btn-file input[type=file]{
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    width:200px;
    height:30px;
    padding:0;
    margin:-15px 0 0 -100px;
    border:0 none;
    opacity: 0;
}

/* modal de ver avaliacao pedido*/
#closeModalOrderEvaluation {
	color: #49a5c6;
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 28px;
	font-weight: bold;
}

/*formata��o quando o mouse est� em cima do x*/
#closeModalOrderEvaluation:hover, 
#closeModalOrderEvaluation:focus {
	color: #6DC9E2;
	text-decoration: none;
	cursor: pointer;
}

/* classifica��o do cliente nos detalhes do pedido */
#classificacaoCliente {
	color: white;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	padding: 0 1ex 0 1ex;
	font-size: .90rem;
}

/* logo de telefone e whats */
#logoPhone, #logoWhats {
	-webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.8); /* FF3.5+ */
      -ms-transform: scale(0.8); /* IE9 */
       -o-transform: scale(0.8); /* Opera 10.5+ */
          transform: scale(0.8);
}

.superDivQuestion{
	width: 100%; 
	background-color: #f1faff; 
	padding: 10px; 
	border: 2px solid #c9ced0;
	margin-bottom: 10px;
}

.select_arrow_green{
  	overflow: hidden;
	position: relative;
	width: 85%;
}

.select_arrow_green:after{
    width: 0;
    height: 8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #569B05;
    position: absolute;
    top: 40%;
    right: 15px;
    content: "";
    z-index: 98;
 }

.select_arrow_green select{
    position: relative;
    z-index: 99;
    background: none !important;
    -webkit-appearance: none;
}

.hide {
	display: none;
}

/*remove os cantos arrendondados de um elemento*/
.remove-rounded-corner {
	border-radius: 0 !important;
}

.tags {
	display: inherit !important;
}

.remove {
    border: 0;
}

#alerta-loja{
	position: absolute; 
	top: 0; 
	right: 0;
	max-width: 500px;
	z-index: 9999;
	padding: 10px 20px 10px 30px;
	color: white;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.9);
	margin: 5%;
	opacity: 0;
	transition: opacity 2s;
}

#alerta-loja.mostrar{
	opacity: 1;
}

.toolbar-geral{
	display: flex;
	justify-content: space-between;
	background-color: #007bff;
}

.toolbar-direita{
	justify-content: end;
	align-items: center;
	display: flex;
	width: 30%;
}

.btn-paulao{
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 20px;
}

.btn-paulao i{
	margin: 5px;
	color: #D1E9FF;
}

.nome-usuario{
	margin: 10px;
	font-weight: bold;
	color: white;
}

.nome-usuario i{
	margin: 5px;
	color: #D1E9FF;
}