body{
	background-color: #e5e5e5;
	font-family: 'Arial', sans-serif;
}

.navbar-default{
	background-color: #FFF;
	border: none;
	border-bottom: solid 1px #CCC;
	height: 55px;
}

.navbar-default .navbar-nav > li > a{
	color: #787777;
	padding: 0;
	margin: 0 20px 0 0;
	font-size: .925em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 50px;
}

.navbar-default .navbar-nav > li > a.mais:after,
ul.navbar-right a.company-logo:after,
ul.navbar-right a.icon-user:after{
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #787777;
  content: "&darr;";
  display: inline-block;
  vertical-align: top;
  text-indent: -99999px;
  height: 0;
  width: 0;
}

.navbar-default .navbar-nav > li > a.mais:after,
ul.navbar-right a.company-logo:after{
	margin-top: 22px;
	margin-left: 4px;
}

ul.navbar-right a.icon-user:after{
	margin-top: 23px;
	margin-right: 2px;
	float: right;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .active{
	color: #37474F;
}

.navbar-default .navbar-nav .active{
	font-weight: 500;
}

.navbar > .container .navbar-brand{
	text-indent: -900000px;
	background: url('../img/logo-granatum-vendas.png') no-repeat;
	width: 60px;
	height: 37px;
	margin: 22px 0 0 0;
}

.navbar-nav .active,
.navbar-default .navbar-nav > li > a:hover{
	border-bottom: 4px solid #7cb342;
}

.navbar-default .navbar-nav > li > a.mais:hover{
	border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: #FFF;
}

div.dropdown .active:after,
div.dropdown .active:before{
	border:none !important;
}

.navbar-nav.navbar-right:last-child{
	margin-right: 0;
}

ul.dropdown-menu.user, ul.dropdown-menu.config{
	padding: 0;
	margin: 12px 20px 0 0;
}

ul.dropdown-menu.user:after, ul.dropdown-menu.config:after{
	position: absolute;
	display: inline-block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	content: '';
}

.dropdown-menu{
	border: none;
}

i.fa{
	display: block;
	float: left;
	font-size: 1.3em;
	margin: 0 10px;
}

ul.dropdown-menu.user:after{
	top: -7px;
	right: 14px;
	border-bottom: 7px solid #FFF;
}

.dropdown-menu.config li a{
	min-width: 200px;
	padding: 10px;
}

ul.dropdown-menu.config:after{
	top: -7px;
	left: 8px;
	border-bottom: 7px solid #FFF;
}


.dropdown-menu.user li:first-child{
	background-color: #029cd7;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 5px 10px;
}

.dropdown-menu.user li.divider{
	padding: 0px;
	margin: 0;	
}

.dropdown-menu.user li a{
	min-width: 300px;
	padding: 10px;
	background-color: #f5f5f5;
}

.dropdown-menu.user li a:hover,
.dropdown-menu.config li a:hover{
	background-color: #e5e5e5;
}

.dropdown-menu.user, .dropdown-menu.config{
	border-radius: 0;
}

/*Logo empresa*/

a.company-logo{
	height: 50px;
	line-height: 50px;
	display: block;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

a.company-logo:hover{
	background-color: #F5F5F5;
}

a.company-logo img, .logo-print img{
	max-width: 140px;
	max-height: 42px;
	vertical-align: middle;
}

h1.logo-print{
	font-size: 1em;
	line-height: 42px;
}

h1.logo-print p{
	line-height: 10px;
}

.logo-print img{
	float: left;
	margin: 0 10px 20px 0;
}

.icon-nav{
	display: block;
	margin: 25px 0 0 0;
}

.icon-nav.icon-search, .icon-nav.icon-feedback{
	margin: 35px 20px 0 0 !important;
}

.icon-user{
	width: 65px;
	height: 50px;
	margin: 0;
}

.icon-user h5{
	margin: 0;
}

.icon-configuracoes{
	width: 40px;
	height: 20px;
	margin: 35px 0 0 0;
}

.icon-feedback{
	background: url('../img/icon-feedback.png') no-repeat;
	width: 20px;
	height: 20px;
}

.icon-search{
	background: url('../img/icon-search.png') no-repeat;
	width: 20px;
	height: 20px;
}

.icon-configuracoes{
	background: url('../img/icon-more.png') no-repeat;
}

.icon-search:hover, .icon-feedback:hover, .icon-configuracoes:hover{
	opacity: 1;
}

.icon-user{
	background: url('../img/icon-user.png') no-repeat 38% center;
	background-size: 26px;
	padding: 0 10px;
}

.icon-user:hover{
	background-color: #f5f5f5;
}

.info-user{
	padding: 20px;
	text-align: center;
}

a.company-logo,
.info-user a{
	text-decoration: none;
	color: #787777;
}

.info-user h5{
	background-color: #fff;
	border: 1px dashed #CFD8DC;
	padding: 30px;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.info-user img{
	margin: 0 0 10px 0;
	max-width: 180px;
  max-height: 72px;
}

.info-user p{
	margin: 5px 0;
}

.info-user-name{
	font-size: 1.4em;
	font-weight: bold;
}
.info-user-email{}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: transparent;
}

span.notification{
	border-radius: 100%;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 19px;
	background-color: #f03f43;
	position: absolute;
	top: 3px;
	right: 9px;
	color: #FFF;
	font-size: .635em;
	font-weight: 400;
	text-align: center;
}

.container{
	position: relative;
}

.main-content{
	background-color: #FFF;
	padding-bottom: 15px;
}

.paper{
  margin: 80px auto 40px auto;
  border: solid 1px #CCC;
  padding: 0 40px 40px 40px;
}
.paper.list{
	margin-top: 0;
}

.header-paper{
  padding: 30px 0 10px 0;
  margin: 0;
  border-bottom: solid 1px #DDD;
}

.header-paper h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #9ea1a5;
  float: left;
  margin: 5px 0 0 0;
}

.header-paper .btn-right{
  float: right;
  margin: 0 10px 0 0;
}

.header-paper div.credencial.nome h2{
	left: 81px;
	position: absolute;
	font-size: 2.2em;
}

.header-paper div.credencial.nome h2 .label{
	font-size: 30%;
	vertical-align: top;
}

.header-paper div.credencial.endereco{
	left: 83px;
	top: 35px;
	position: absolute;
	color: #9ea1a5;
}

.header-paper div.credencial.telefone h2{
	font-size: 1.8em;
	color: #9ea1a5;
}

.header-paper div.credencial.email{
	right: 18px;
	top: 34px;
	position: absolute;
	color: #9ea1a5;
}

.header-paper div.credencial.email p{
	font-size: 1.2em;
}

.header-paper .total h2, .footer-paper-total{
  color: #27ae60;
  text-align: right;
  float: none;
}

.header-paper .btn-add-pedido{
  float: right;
  margin: 4px 0 0 0;
}

.header-paper input{
  border: none;
  width: 620px;
  color: #9ea1a5;
  padding: 2px 5px;
  outline: none;
  position: absolute;
  font-size: 2em;
}

.header-paper input:hover{
  cursor: pointer;
}

.footer-paper-total h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
}

p.observacao{
  background-color: #FEFFF2;
  border:solid 1px #FFEEDA;
  padding: 10px;
  margin: 20px 0 0 0;
}

.circulo-letra {
	border-radius: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 40px;
	background-color: #9ea1a5;
	text-align: center;
	color: #fff;
	font-family: 'Roboto' , sans-serif;
	font-size: 2em;
	font-weight: 100;
	margin: 0 10px 0 0;
}

.inputFormMail{
	padding: 0 5px !important;
	font-size: 1em !important;
}

.paper h3.step{
  color: #9ea1a5;
  font-size: 1.2em;
  margin:40px 0 20px 0;
}

.paper h3.step span{
  border-radius: 9px;
  border: solid 1px #cfcfcf;
  background-color: #e9e9e9;
  font-size: .8em!important;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  text-align: center;
  padding: 2px;
  margin:-1px 8px 0 0;
}

.recebimento-step{
	border-top: 1px dashed #999;
	margin-bottom: 10px;
}

.last-step { 
	border-top: 1px dashed #999;
	margin-bottom: 30px;
}

.status-entrega-group{
	margin-top: 20px;
}

.footer-paper{
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
}

.footer-paper .col-md-6{
	padding: 0;
}

.footer-paper .approve{
	margin-left: 20px;

}

.container.align{
  padding: 0;
}

.paper .info-client{
  padding:10px 0 0 0;
}

.date-paper h3{
  font-size: 1.1em;
  margin: 30px 0 0 0;
  color: #FF7E7E;
}

body.login{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

.page-top{
	position: relative;
	margin: 35px 0 30px 0;
}

.page-top h1{
	font-family: 'Roboto', sans-serif;
  font-weight: 100;
	border: none;
	color: #233041;
	margin: 0;
	float: left;
  font-size: 2.4em;
}

.page-top .btn{
	float: right;
	margin: 4px 0 0 0;
}

.page-top-view .btn{
	float: right;
	margin: 4px 0 0 0;
}

.page-top .btn.sincronizar-granatum {
		margin: 5px 0 0 0;
	}

.title-table h3, .card h3{
	background-color: #e5ecf5;
	padding:10px;
	font-size: 1.2em;
	color: #333;
	font-family: 'Roboto', sans-serif;
}

.row.atendimentos{
	padding: 20px 30px;
}

.row.atendimentos .col-md-12 {
	border: 1px solid #DDD;
	padding: 10px 10px 0px 10px;
}

.actions-form{
	overflow: auto;
}

.actions-form .btn{
	float: left;
	margin: 0 10px 0 0;
}

/* Filtro */

.header-new-filter{
	position: relative;
	height: 90px;
}

.new-filter{
	border:solid 1px #DDD;
	margin:40px 0 30px 0;
	padding: 10px 3px;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	background-color: #FFF;
}

.new-filter h4:hover{
	cursor: pointer;
	opacity: .6;
}

.new-filter h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #333;
	text-align: center;
}

.new-filter a{
	display: block;
	width: 30px;
	height: 30px;
	margin: 5px 10px 0 10px;
}

.new-filter a.next{
	background: url('../img/new-filter-next.png') no-repeat 90% 50%;
}

.new-filter a.previous{
	background: url('../img/new-filter-previous.png') no-repeat 0% 50%;
}

.new-filter a.next, .new-filter a.previous{
	text-indent: -900000px;
}

.new-filter a.next:hover, .new-filter a.previous:hover{
	opacity: .6;
	text-indent: -900000px;
}

.new-filter-list{
	width: 100%;
	float: left;
	background-color: #000;
	opacity: .8;
}

.new-filter-list h5{
	padding: 10px;
	background-color: #e5ecf5;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	margin: 0;
}

.new-filter-list ul{
	padding: 20px 0;
	margin: 0;
	list-style: none;
	height: 162px;
}

.new-filter-list li{
	text-align: center;
	padding: 3px 0;
}

.new-filter-list li a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none!important;
	height: inherit;
	color: #FFF;
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
}

.new-filter-list li a:hover, .new-filter-list li a.active{
	color: #099ed5;
}

p.label-buttons-report{
	position: relative;
	margin: -22px 95px 0 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

.filters{
	margin:15px 0;
}

.filters.recebimentos{
	margin:15px 0 0 0;
}

.row.recebimentos {
	margin-bottom: 20px;
}

.filter{
	background-color: #f1c40f;
	border-top: solid #e7e7e7 solid;
	border-bottom: solid #e7e7e7 solid;
	overflow: auto;
	position: relative;
	padding: 13px 0;
}

.filter h4{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.filter a{
	display: block;
	width: 20px;
	height: 25px;
	text-indent: -900000px;
}
.filter a.next, .filter a.previous{
	background:url('../img/arrows.png') no-repeat top center;
	position: absolute;
	top: 11px;
}
.filter a.previous{
	z-index: 10;
	left: 10px;
}
.filter a.next{
	right: 10px;
	background-position: center -26px;
}

.filter a.next:hover, .filter a.previous:hover{
	opacity: .6;
}

.btn-group a{
	padding: 12px;
}

.group-visualizar{
  	float: right;
  }

.btn-ordenar{
	cursor: default;
	margin-bottom: 20px;
	line-height: .3em;
}

.btn-ordenar.recebimentos{
	margin-bottom: 0;
}

.btn-ordenar:hover{
	background-color: #FFF;
}

.ordenar-pedidos {
	margin-bottom: 15px;
}

.group-visualizar .btn, .ordenar-pedidos .btn-group .btn{
  line-height: .3em !important;
}


.table > tbody > tr > td, .table-result > tbody > tr > td{
  border-top: none;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
  line-height: 1.8;
}

.table > tbody > tr > td .left-inner-addon span {
	line-height: 1.5;
}

.table-products h5{
  line-height: 2;
}

td.mes{
	background-color: #e5ecf5;
	font-size: 15px;
	color: #333;
	line-height: 1.8 !important;
}

.table > tbody > tr > td:hover{
	cursor: pointer;
}

.table > tbody > tr > th{
	border-top: none;
}

.actions a.btn{
	padding: 2px 5px;
	color: #FFF !important;
	margin-left: 10px;
}

.actions a.btn:hover{
	background-color: #777 !important;
}

.actions a.btn.vizualiza{
	background-color: #BBB;
}
.actions a.btn.edita, .actions a.btn.deleta{
	background-color: #D4D4D4;
}

.table h5.blank-slate{
  	background-color: #797979;
	width: 50%;
	height: 20px;
	border-radius: 10px;
	opacity: .4;
  }

.table h5 a{
	color: #405972;
}

.table h6{
	width: 100%;
	font-size: 1.4em;
	margin: 0;
	color: #7f8c8d;
}

.table h6.blank-slate{
  	background-color: #7f8c8d;
	width: 30%;
	height: 20px;
	border-radius: 10px;	
	float: right;
	opacity: .4;
  }

.table p{
	margin: 0;
}

.table p.blank-slate{
	background-color: #BDBDBD;
	width: 22%;
	border-radius: 10px;
	height: 13px;
	margin-top: 6px;
	opacity: .4;
}

.table span.blank-slate{
	background-color: #BDBDBD;
	width: 20%;
	height: 10px;
	border-radius: 10px;
	display: block;
	float: right;
	clear: both;
	margin:5px 0 0 0;
	opacity: .4;
}

.table td.blank-slate{
	width: 50%;
}
.table td.nome,
.table td.quantidade,
.table td.valor
{
	line-height: 16px;
	vertical-align: top;
}

.table td.nome img{
	float: left;
	margin-right: 10px;
}
.table td.nome .text{
	float: left;
	width: 86%;
}
.table td.nome small{
	float: left;
}
.table .quantidade{
	text-align: center;
}
.table .valor{
	text-align: right;
	white-space: nowrap;
}

.valor.total{
	color: #FFF;
	background-color: #16a085;
	vertical-align: middle;
}

.valor.total h3{
	margin: 0;
}

.table td.actions{
	text-align: right;
}

#ver-detalhes{
	display: none;
	text-align: center;
	background:rgba(255, 236, 138, 0.3);
	transition: background 300ms ease-in;
	z-index: 9999;
}

#ver-detalhes:hover{
	background: rgba(255, 230, 98, 0.45);
}

.footer{
	color: #27ae60;
}

.footer h3{
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.footer h3.blank-slate{
	background-color: #27ae60;
	width: 50%;
	height: 20px !important;
	border-radius: 10px;
	height: 13px;
	margin-top: 6px;
	float: right;
	opacity: .4;
}

.footer p.blank-slate{
	float: right;
	clear: both;
	margin-top: 5px;
	background-color: #999;
	border-radius: 10px;
	width: 30%;
	height: 15px;
	opacity: .4;
}

.footer-blank-slate{
	height: 100px
}

#nenhumProduto, .recebimento-vazio {
	border: 1px dashed #CCC;
	text-align: center;
	color: #999;
	background-color: #F1f1f1;
	padding: 20px 0 10px 0;
	margin: 0 0 15px 0;
}

.recebimento-vazio a.btn{
	margin: 0 0 20px 0;
}

.clientes p.lead{
	margin:10px 0 0 0;
}

#msgNenhumProduto {
	border: 1px solid #ccc;
	padding: 18px 10px ;
	margin: -16px 0 10px 0;
	background-color: #f1c40f;
	display: none;
	overflow: auto;
	color: #354247;
}

#msgNenhumProduto a{
	color: #354247;
	text-decoration: underline;
}

#msgNenhumProduto a.btn{
	text-decoration: none;
	color: #FFF;
}

#msgNenhumCliente {
	border: 1px solid #ccc;
	padding: 18px 10px ;
	background-color: #f1c40f;
	display: none;
	overflow: auto;
	color: #354247;
}

#msgNenhumCliente a{
	color: #354247;
	text-decoration: underline;
}

#msgNenhumCliente a.btn{
	text-decoration: none;
	color: #FFF;
}

#msgNenhumCliente .input-error input {
	border: 1px solid #e74c3c;
}

#msgNenhumCliente .input-error p {
	color: #e74c3c;
	font-size: 13px;
}

#tabelaProdutos .btn-danger{
	float: right;
}

.result-nill{
	text-align: center;
}

.result-nill h3{
	margin: 20px 0;
}

.result-nill h3 span{
	color: #1abc9c;
}

.navbar-fixed-top{
	z-index: 200;
}

.alert{
	padding: 15px 97px;
	position: absolute;
	z-index: 300;
	width: 100%;
	top: 0;
	border-radius: 0;
}

.table{
  margin-bottom:40px;
}

.total_pedido{
	text-align: right;
	font-size: 20px;
	padding:20px 0;
	color: #27ae60;
}

td.quantidade{
	text-align: center;
}

td.icon-remove{
	width: 60px;
}

input.quantidade{
	width: 55px;
	float: left;
	text-align:center;
}

.controls{
	width: 155px; 
}

.controls a, .controls input{
	float: left;
}

#headerProdutos{
	background-color: #ecf0f1;
	font-weight: bold;
}

.clientes.form, .produtos.form, .forma-pagamento.form{
	margin: 20px 0 0 0;
}

.data-pedido, .data-orcamento {
	margin-top: 31px;
	right: 11px;
	position: absolute;
}

.data label{
  clear: both;
  display: block;
}

.data input {
	width: 150px;
  float: left;

}

div.input.checkbox input{
	margin-left: 0;
}

div.input div.tip {
  clear: both;
  font-size: 11px;
  color: #777;
  font-style: italic;
  padding-top: 4px;
}

.data img{
	margin: 13px 0 0 -31px;
  opacity: .3;
}

.data img:hover{
	cursor: pointer;
}

#grafico > svg { 
	width: 100% !important; 
	z-index: 3;
	position: absolute;
}

#graphResult {
	/*margin-top: 80px;*/
}

.dataAtualGraph {
	float: left;
	margin-top: -249px;
	margin-left: 50%;
	background: url(../img/indicator-grafh.png) no-repeat top center;
	height: 210px;
	width: 14px;
	position: absolute;
	z-index: 1;
}

/***** MORRIS */
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}


.blank-state-pages, 
.blank-slate-zero{
	font-family: 'Roboto', sans-serif;
	padding: 30px;
	color: #FFF;
	position: absolute;
	background: rgba(159, 202, 60, 0.76);
	width: 50%;
	margin-left: 26%;
	position: absolute;
	z-index: 20;
	min-height: 90px;
}
.blank-state-pages {
	top: -187px;
	right: 20px;
	padding: 20px;
	min-height: 0;
}

.blank-state-pages.orcamento{
	right: 20px;
}

.blank-slate-zero.pedido{
  top: -175px;
  right: 0px;
}
.blank-slate-zero.orcamento{
  top: -175px;
  right: 0px;
}
.blank-slate-zero.products{
	top: -11px;
	right: 20px;
}
.blank-slate-zero.clients{
	top: -11px;
	right: -1px;
}
.blank-slate-zero.providers{
	top: -11px;
	right: -1px;
}

.blank-state-pages:after {
	position: absolute;
	left: 94%;
	top: -32%;
	content: " ";
	height: 0;
	width: 0;
	border-bottom: 15px solid rgba(159, 202, 60, 0.76);
	border-right: 10px solid transparent;
	margin-top: 10px;
	border-left: 10px solid transparent;
}

.blank-slate-zero:after{
	position: absolute;
	right: 20px;
	top: -21px;
	content: " ";
	height: 0;
	width: 0;
	border-bottom: 12px solid rgba(159, 202, 60, 0.76);
	border-left: 12px solid transparent;
	margin-top: 10px;
	border-right: 12px solid transparent;	
}

.blank-slate-zero.recebimentos{
  top: 258px;
}

.blank-slate-zero.recebimentos:after{
  border:none;
}

.blank-state-pages img{
  margin:0 0 10px 0;
}

.blank-state-pages a{
  display: block;
  color: #f65158;
  text-decoration: underline;
  font-size: 1.2em
}

.blank-state-pages h2{
  font-size: 1.6em;
}

.blank-state-pages h3{
  margin: 20px 0;
  font-size: 1.4em;
}

.blank-state-pages h5{
  font-size: 1.2em;
  font-weight: 100;
  color:#FFF;
  text-align: center;
}

.blank-state-first{
	background-color: rgb(26, 188, 156);
	text-align: center;
	color: #FFF;
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 20px 0 0 0;
}

.blank-state-first h2{
	font-size: 3em;
	margin: 30px 0;
}

.blank-state-first h3{
	margin: 20px 0 30px 0;
}

.blank-slate-zero {
	position: absolute;
	z-index: 10;
}

.seta-blank-slate-zero {
	margin-top: -199px;
  	margin-left: 320px;
  	position: absolute;
}

.seta-blank-slate-zero.fornecedores {
	margin-left: 310px;
}

.blank-slate-zero h5{
  margin: 0 0 20px 0;
	font-size: 2.4em;
	padding: 0;
	font-weight: 100;
}

.blank-slate-zero p{
 text-align: left;
 padding: 0 10px;
 font-weight: 300;
 font-size: 1.2em
}

.blank-slate-zero ul{
	margin:20px 0 0 0;
	font-weight: 300;
}

.obrigatorio, .nao-obrigatorio{
	padding: 18px 0 0 60px;
}

.action-save{
	padding: 0 0 0 80px;

}

.obrigatorio{
	border-left: solid 2px #f7a4a8;
}

.nao-obrigatorio{
	border-left: solid 2px #CCC;
}

.msg-obrigatorio h4, .msg-nao-obrigatorio h4{
	margin: 65px 0 0 0;
	text-align: right;
}

.msg-obrigatorio h4{
	color: #f65a5b;
}

.msg-nao-obrigatorio h4{
	color: #333;
}

.blank-state-client{
	padding: 80px 0 0 0;
}

.blank-state-client h2{
	font-size: 2.6em;
	text-align: center;
	color: #686868;
	width: 600px;
	margin: 0 auto;
}

.blank-state-client form{
	margin: 0 0 0 170px;
}

.blank-state-client .line-client{
	margin:30px 0;
}

.data-lista, .data-lista-dia, .data-lista-mes{
	float: left;
}

.data-lista {
	border-right: 1px solid #CCC;
	margin: 3px 10px 0 0;
	width: 50px;
	color: #333;
	text-transform: uppercase;
}

.data-lista-dia {
	font-size: 14px;
	line-height: 14px;
	width: 36px;
	text-align: center;
}

.data-lista-mes {
	font-size: 13px;
	line-height: 15px;
	width: 36px;
	text-align: center;
}

.data-lista-ano{
	text-align: center;
	background: #999;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	font-size: 0.8em;
}

.status-pedido {
	width: 65px;
	color: #999;
	float: left;
	height: 40px;
	padding: 5px 0 0 0;
}

.status-pedido.view-pedido{
	margin: 0 10px 0 6px;
}

.icon-status {
	border-radius: 50%;
	float: left;
	height: 25px;
	width: 25px;
	background-color: #C5C5C5;
	text-align: center;
	line-height: 25px;
	font-size: .9em;
	color: #fff;
	margin: 0 3px;
}

.icon-status.entregue, .icon-status.recebido {
	background-color: #27ae60;
}

.icon-status.entregue:hover, .icon-status.recebido:hover{
	background-color: #1D8B4C;
}

.icon-status.recebido-parcialmente, .icon-status.recebimento.aguardando {
	background-color: #E0B800;
}

.icon-status.recebido-parcialmente:hover, .icon-status.recebimento.aguardando:hover {
	background-color: #C4A309;
}

.icon-status:hover {
	background-color: #ABABAB;
}

.icon-truck{
	background: #C5C5C5 url('../img/icon-truck.png') no-repeat center;
	background-size: 60%;
}


.icon-realizado{
	background: #257cf3 url('../img/icon-realizado.png') no-repeat center;
	background-size: 50%;
}

.row.dados-recebimento{
	padding: 20px;
	background-color: #ecf0f1;
	margin: 0 0 10px 0;
}

.row.dados-recebimento strong{
	font-size: 1.2em;
}

.action-recebimentos {
	text-align: right;
}

.icon-recebimento {
	font-size: 1.2em;
	float: left;
	margin: 5px 0px;
}

.glyphicon-time.icon-recebimento{
	color: #D0BD66;
}

.glyphicon-time.icon-recebimento.atrasado{
	color: #D27474;
}

.icon-status.recebimento.atrasado, .icon-status.entrega.atrasado{
	background-color: #D27474;
}

.glyphicon-ok-sign.icon-recebimento{
	color: #55B2A1;
}

.error-404{
	text-align: center;
	padding: 30px;
}

.error-404 h2{
	color: #f65157;
}

.error-404 h3{
	font-size: 1.2em;
	margin: 20px 0;
}

.error-404 img{
	margin: 20px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 26px;    
}
.left-inner-addon span {
    
    position: absolute;
    padding: 7px 3px 3px 7px;
    pointer-events: none;
}

.desconto h6{
	text-align: right;
	font-size: 1.3em;
}

.total-desconto {
	text-align: right;
	line-height: 0;
	color: #999;
}

#PedidoBusca::-webkit-input-placeholder {
   color: #999;
}

#PedidoBusca:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

#PedidoBusca::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

#PedidoBusca:-ms-input-placeholder {  
   color: #999;  
}

.alert-beta {
	padding: 14px 10px 10px 20px;
	background-color: #F5ECC8;
	margin-top: 15px;
	border-left: 10px solid #E7CC5C;
}

.alert-beta h3{
	font-size: 26px;
}

.alert-beta p {
	margin-top: 10px;
	font-size: 16px;
}

.pricing h3{
	text-align: center;
	height: 120px;
	padding-top: 23px;
	background-color: #16a085;
	color: #FFF;
	line-height: 40px;
	font-size: 33px;
	margin-bottom: 30px;
}

.pricing h3 small{
	color: #FFF;
	font-size: 18px;
}

.plan{
	border-radius: 6px;
	list-style: none;
	padding: 0 0 20px;
	margin: 0 0 15px;
	background: #fff;
	text-align: center;
}

.plan li.plan-name{
	background-color: #1abc9c;
	color: #fff;
	border-radius: 6px 6px 0 0;
	padding: 15px;
	font-size: 24px;
	line-height: 24px;
}

.plan li.plan-desc{
	padding: 20px 15px;
	font-size: 15px;
	border-top: 1px solid #D3D3D3;
}

.plan-price{
	font-size: 23px;
	color: #2980b9;
	padding: 10px;
}

.plan-price span{
	font-size: 13px;
	color: #999;
	padding: 10px;
}

.nav-sugestao{
	color: #e67e22 !important;
}

.nav-sugestao:hover{
	color: #EED4BC !important;
}

.navbar-header {
	border-right: 1px solid #CCC;
	margin-right: 20px;
	height: 55px;
}

div.navbar-header span.label {
	margin-top: 3px;
	float: left;
	margin-left: -6px;
}

.plan li strong{
	color: #2980b9;
	font-size: 16px;
}

.send-email{
	float: right;
	height: 36px;
	width: 250px;
}

.send-email input{
	border: none;
	width: 250px;
	height: 34px;
	text-align: right;
	color: #999;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all 2s ease;
	transition: all .5s ease;
	background-color: #CCC;
  font-size: 1em;
}

.send-email input:hover{
	cursor: pointer;
	background-color: #ecf0f1;
}

.send-email p{
	display: none;
	float: right;
	width: 510px;
	margin-top: 2px;
	color: #2B2B2B;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}

#overlay {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 2;
    display: none;
}

#formSendMail{
	z-index: 3;
}

#corpoEmail{
	left: -140px;
	margin-top: 0px;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 700px;
	z-index: 3;
	display: none;
}

#corpoEmail .title{
	padding: 15px;
	background-color: #333;
	color: #FFF;
}

#corpoEmail p.campos{
	padding: 10px;
	border-top: 1px solid #ccc;
	margin: 0;
}

#corpoEmail #mensagem {
	margin: 0px;
	width: 700px;
	height: 140px;
	color: #9ea1a5;
	border: none;
	outline: none;
	resize: none;
	padding: 10px;
	overflow: scroll;
}

#corpoEmail #mensagem:focus, #corpoEmail input:focus {
	color: #000;
}

#corpoEmail .actionEmail {
	padding: 15px;
	border-top: 1px solid #ccc;
	background-color: #e5e5e5;
	display: flex;
}

.nicEdit-panelContain {
	border: none !important;
	width: 190px !important;
	background-color: #e5e5e5 !important;
	padding: 5px;
}

#envia-pedido {
	float:right;
	margin-right: 10px;
}

#aprova-orcamento{
	float: right;
}

.modal-body .row{
	margin-bottom: 20px;
}

.android-footer{
  
  padding: 20px;
  padding-bottom: 20px;
}

.android-button {
  position: absolute;
}

.contato{
  font-size: 1.3em;
}

.form-control.valor-recebido{
	height: 46px;
}

.form.forgot{
	text-align: center;
	margin: -20px auto;
	width: 350px;
}

.form.forgot p{
	margin-top: 20px
}

.form.forgot .btn-green{
	text-decoration: none;
}

.table > tbody > tr > td.feedbacks {
  border: 1px solid #DDD;
  padding: 0;
}

.table > tbody > tr > td.feedbacks h2 {
  font-weight: 700;
  font-size: 14px;
  padding: 13px;
  background: #DDD;
  margin: 0;
}

.table > tbody > tr > td.feedbacks div.feedback-mensagem {
  border-color: #FFF;
  padding: 4px 8px;
  border-top: 1px solid #DDD;
}

.table > tbody > tr > td.feedbacks div.feedback-mensagem span {
  margin: 0 10px 0 15px;
  font-size: 12px;
}

.date-done{
  color: #9ea1a5;
}

.sidebar hr{
	border-top: solid #DDD 1px;
}

.card{
	padding: 10px 0 0 0;
}

.card .col-md-2{
	position: inherit !important;
	overflow: auto;
}

.card h3{
	margin:10px 0 20px 0;
}

.card .icon-status{
	width: 35px;
	height: 35px;
	line-height: 45px;
	font-size: 1.4em;
	cursor: pointer;
}

.card .user-picture{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #77B1A9;
	color: white;
	text-align: center;
	font-size: 1.5em;
}

.card .icon-status, .card .user-picture{
	margin: 10px;
}

h4.notes{
	margin: 30px 0 0 0 ;
	color: #A8B1B8;
}

.col-md-1.visible-print-inline-block, .col-md-2.visible-print-inline-block, .col-md-3.visible-print-inline-block{
  display: block !important;
}

/*Cliente*/

.header-client{
	border-bottom: solid 1px #DDD;
	padding: 40px 0 20px 0;
}

.header-client p{
	padding: 0 0 0 55px;
}

.header-client span.label{
	margin: 0 0 0 55px;
}

.header-client h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 2.6em;
	margin: 0 0 10px 0;
	float: left; 
}

.info{
	padding:5px 0 20px 0;
	border-bottom: solid 1px #DDD;
	text-align: center;
}

.info h3{
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	color: #999;
}

.info h3 span{
	color: #333;
}

.dashboard{
	margin: 40px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #DDD;
}

.dashboard div:first-child .dados{
	border-left:none;
}

.dashboard{
	text-align: center;
}

.dashboard .col-md-4 span, .dashboard .col-md-3 span{
	color: #939393;
}

.dashboard .dados, .dashboard .col-md-4 span{
	cursor: pointer;
}

.col-md-3.orcamentos .dados:hover, .col-md-3.pedidos .dados:hover{
	cursor: pointer;
	color: #CCC;
}

.dados{
	padding: 0 20px;
	box-sizing: border-box;
	min-height: 84px;
	webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-left: solid 1px #DDD;
}

.dados h3{
	font-weight: bold;
	font-size: 1em;
	color: #6d6d70;
	text-transform: uppercase;
	min-height: 30px;
	display: block;
	margin: 0;
	line-height: 1.1em;
}

.dados h3 span{
	display: block;
	color: #939393;
	text-transform: none;
	font-weight: normal;
	font-size: 60%;
	text-transform: uppercase;
}

.dados p{
	font-family: 'Roboto', sans-serif;
	font-size: 2.2em;
	font-weight: 100;
	white-space: nowrap;
}

.dados p:hover{
	opacity: .4;
}

.title-list{
	margin: 40px 0 20px 0;
}

.title-list h2{
	font-size: 1.8em;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color:#909090;
	margin: 0;
}

.simple-list{
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

.simple-list .valor{
	color: #27ae60;
}

.simple-list thead{
	border-bottom: 2px solid #CCC;
}

.simple-list thead tr{
	height: 49px;
	color: #909090;
	font-size: 1.1em;
	font-family: roboto;
	font-weight: 300;
}

.simple-list a:hover{
	color: #175C98;
	text-decoration: none;
}

.simple-list.products .linha-produto {
	position: relative;
	z-index: 10;
}
.simple-list.products .linha-produto .fornecedor a {
	position: relative;
	z-index: 11;
}
.simple-list.products .linha-produto .image-thumb {
	width: 100px;
}
/*
.simple-list.products > tbody > tr > td { 
	width: 100px; 
}
*/



.card-pedido, .card-user{
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
	padding: 20px;
	margin: 0px 0 30px 0;
	background-color: #FAFAFA;
}

.card-user .circulo-letra{
	margin: 5px 10px 0 0;	
	height: 32px;
	line-height: 32px;
	width: 32px;
	font-size: 1.4em;
}

.card-user h4{
	font-family: 'Roboto', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
}

.card-user p.preco-produto, .card-user p.fornecedor-produto{
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	margin: 10px 0 0 0;
}

.card-user p.preco-produto{
	color: #27ae60;
}

.card-footer{
	padding: 0 20px 0 60px;
}

.card-user p{
	margin: 5px 20px 0 0 ;
	float: left;
}

.card-pedido h4, .card-pedido h6.total{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 100;
}

.card-pedido h5{
	font-size: 1.1em;
	min-height: 43px;
	line-height: 23px;
	margin: 30px 0;
}

.card-pedido h5 span{
	display: block;
	font-weight: bold;
}

.card-pedido h5.realizado{
	/*background: url(../img/icon-pedido-realizado.png) no-repeat;*/
}

.card-pedido h6.total{
	color: #27ae60;
	width: 100%;
	text-align: right;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}

.card-pedido .icon-status{
	width: 43px;
	height: 43px;
}

.numero-recebimento{
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.numero-recebimento.atrasados{
	background-color: red;
}

.numero-recebimento.areceber{
	background-color: orange;
}

.numero-recebimento.recebidos{
	background-color: green;
}

.group-recebimentos{
	float: left;
	margin: -43px 0 0 0;
}

h2.dados-recebimento{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 100;
}

.filter-activity{
}

.filter-activity .container{
	padding: 30px 40px;
	background-color: #f5f5f5;
	border: solid 1px #CCC;
	border-bottom: none;
}

.column-delivery{
	border: solid 1px #CCC;
	margin:40px 0 0 0;
	font-family: 'Roboto', sans-serif;
	color: #5d5d5d;
	background-color: #f5f5f5;
}

.header-activity{
	border-bottom: solid 1px #CCC;
	background-color: #FFF;
	padding: 30px 15px 20px 15px;
	min-height: 107px; 
}

.header-activity h3{
	font-weight: 400;
	margin: 0;
}

.header-activity h3 span a{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: .4em;
	text-transform: uppercase;
	color: #f05252;
}

.header-activity .atividade-entrega-dia, .header-activity .atividade-recebimento-dia {
	float: left;
	cursor: pointer;
}

.header-activity .atividade-entrega-atrasada, .header-activity .atividade-recebimento-atrasada{
	font-size: 1em;
	margin-left: 5px;
	float: left;
	color: #f05252;
	cursor: pointer;
}

.header-activity .atividade-entrega-atrasada:hover, 
.header-activity .atividade-entrega-dia:hover,
.header-activity .atividade-recebimento-dia:hover, 
.header-activity .atividade-recebimento-atrasada:hover {
	text-decoration: underline;
}

.title-active{
	font-size: 2em !important;
	margin-top: 0;
}

.title-disable{
	font-size: .8em !important;
	margin-top: 15px !important;
}

.header-activity p{
	margin: 35px 0 0 0;
	clear: left;
	color: #999;
}

.header-activity p span{
	font-weight: 500;
	color: #333;
}

.header-activity p span:hover{
	cursor: pointer;
	text-decoration: underline;
}

.content-activity{
	padding: 0 30px;
}

.content-activity .row{
		border-bottom: solid 1px #CCC;
		margin: 10px 0;
}

.content-activity:last-child .row{
	border-bottom: none;
}

.content-activity .row > div{
	padding: 0;
}

.content-activity h4{
	font-weight: 100;
	font-size: 1.4em;
	margin: 15px 0 0 0;
}

.content-activity h5{
	font-size: 1.1em;
	padding: 10px 0 5px 0;
	font-weight: normal;
}

.content-activity .valor{
	color: #20cf72;
}

.content-activity .address{
	font-family: 'Arial', sans-serif;
	font-size: .9em;
	color: #8E8E8E;
}

.content-activity .product-activity-item{
	font-size: 1em;
	font-weight: 500;
	background: #E0E0E0 url(../img/arrow-product.png) no-repeat 98% 50%;
	padding: 10px 25px 10px 10px;
	margin: 0 0 30px 0;
}

.content-activity .product-activity-item.open{
	background: #E0E0E0 url(../img/arrow-product-open.png) no-repeat 98% 50%;
}

.content-activity .product-activity-item:hover{
	cursor: pointer;
	background-color: #E4E4E4;
}

.title-activity h2{
	font-family: 'Roboto', sans-serif;
	font-size: 3.4em;
	font-weight: 100;
	color: #909090;
	margin-bottom: 0;
	background: url(../img/arrow-filter-default-date.png) no-repeat right;
	padding: 0 30px 0 0;
}

.title-activity p{
	font-size: 1em;
	color: #999;
	clear: both;
}

.title-activity h2, .title-activity p{
	float: left;
}

#buscarDadosReceita {
	margin-top: 15px;
}

.bar{
	position: relative;
	width: 80%;
	border-top: solid 1px #CCC;
	top: 41px;
	z-index: 1;
	left: 45px;
}

ul.filter-default{
	padding: 0;
	margin: 30px 0 0 20px;
	position: relative;
	z-index: 10;
}

.filter-default li{
	float: left;
	list-style: none;
	text-align: center;
	margin: 0 14px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #aaabac;
	/*transition: all .2s ease-in-out;*/
}

.filter-default li span.circle{
	width: 20px;
	height: 20px;
	border: solid 1px #9fca3c;
	display: block;
	border-radius: 50%;
	background-color: #f5f5f5;
	margin: 0 auto 10px auto;
}


.filter-default li:hover{
	color: #099ed5;
}
.filter-default li span.circle:hover{
	border-color: #099ed5;
}

.filter-default li span.dia-semana{
	display: block;
	width: 40px;
	font-size: .6em;
}

.filter-default li.active, .filter-default li.active span{
	color: #099ed5;
}

.filter-activity .arrow{
	width: 19px;
	height: 18px;
	position: absolute;
	top: 32px;
}

.filter-activity .arrow.left{
	left: 15px;
	background: url(../img/arrow-filter-default-left.png) no-repeat;	
}

.filter-activity .arrow.right{
	right: 10px;
	background: url(../img/arrow-filter-default-right.png) no-repeat;	
}

.filter-activity .arrow.left:hover, .filter-activity .arrow.right:hover, #timeline li:hover{
	cursor: pointer;
}

.filter-period{
	display: none;
	position: absolute;
	top: 0;	
	z-index: 5;
}

#combo-calendar:hover {
	cursor: pointer;
	opacity: .4;
}

.combo-calendar-title{
	font-size: 2.3em;
}

.voltar-data-atual{
	color: #999;
	font-size: .8em;
	right: 13px;
	position: absolute;
}

.voltar-data-atual:hover{
	color: #099ed5;
	text-decoration: underline;
}

.filter-activity .container{
	min-height: 162px;
}

.form-error {
	border: 1px solid rgb(234, 116, 116);
}
.error-message{
	clear: both;
	font-size: 12px;
	padding: 0;
	color: rgb(234, 116, 116);
}
.table small, .ui-menu-item small{
	color: #999;
	font-size: 65%;
}

/*INPUT FILE*/
/*[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
[type=file] + label {
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  width: 150px;
  margin: 0;
  left: 0;
  position: relative;
}
[type=file] + label {
  text-align: center;
  left: 7.35em;
  top: 0.5em;

  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
[type=file] + label:hover {
  background: #3399ff;
}*/

/* Credit Card Form */

.usable-creditcard-form {
    padding: 0px;
}
.usable-creditcard-form .wrapper {
    height: 74px;
    width: 300px;
    position: relative;

}


.usable-creditcard-form .input-group {
    position: relative;
    top: 300px;
    float: left !important;
}
.usable-creditcard-form .input-group.nmb_a {
    top: 0px;
    left: 0px;
}
.usable-creditcard-form .input-group.nmb_b {
    top: 0px;
    right: 0px;
}

.usable-creditcard-form .input-group.nmb_c, .usable-creditcard-form .input-group.nmb_d {

    top: 37px;
    left: 0px;
}

.usable-creditcard-form input {
    background: none;
    display: block;
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding-left: 35px;
    border: none;
}
.usable-creditcard-form .input-group .icon {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #CCC;
    left: 8px;
    top: 62px;
}


.usable-creditcard-form input::-webkit-input-placeholder {
    text-transform: none;
}
.usable-creditcard-form .input-group.nmb_d input {
    /*border-top: 1px solid #ECECEC;*/
}

.usable-creditcard-form .input-group.nmb_c input {
    text-transform: uppercase;
}
.usable-creditcard-form .accept {
    color: #999;
    font-size: 11px;
    margin-bottom: 5px;
}
.usable-creditcard-form .footer {
    margin-top: 3px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.usable-creditcard-form .footer img {
    padding: 0px;
    margin: 0px;
}
.usable-creditcard-form .iugu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Do not forget to store your images in a secure server */
.usable-creditcard-form .input-group .icon.ccic-name {
    background: url("../img/iugu-ccic-name.png") no-repeat;
}
.usable-creditcard-form .input-group .icon.ccic-exp {
    background: url("../img/iugu-ccic-exp.png") no-repeat;
}
.usable-creditcard-form .input-group .icon.ccic-brand {
    background: url("../img/iugu-ccic-brands.png") no-repeat;
}
.usable-creditcard-form .input-group .icon.ccic-cvv { background: url("../img/iugu-ccic-cvv.png") no-repeat; }

.usable-creditcard-form .input-group .icon.ccic-cvv,
.usable-creditcard-form .input-group .icon.ccic-brand
{
    -webkit-transition:background-position .2s ease-in;
    -moz-transition:background-position .2s ease-in;
    -o-transition:background-position .2s ease-in;
    transition:background-position .2s ease-in;
}

.amex .usable-creditcard-form .input-group .icon.ccic-cvv {
    background-position: 0px -22px;
}

.amex .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -110px;
}

.visa .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -22px;
}

.diners .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -88px;
}

.mastercard .usable-creditcard-form .input-group .icon.ccic-brand {
    background-position: 0px -66px;
}

/* Non Credit Card Form - Token Area */
.token-area {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dotted #CCC;
    display: block;
    padding: 20px;
    background: #EFEFEF;
}

.precos-e-planos{
	font-family: 'Roboto', sans-serif;
}


.precos-e-planos h2, .precos-e-planos h3{
	font-size: 1.8em;
	font-weight: 300;
}

.precos-e-planos h2{
	margin: 40px 0;
}

.precos-e-planos h3{
	margin: 0;
}

.plano h4{
	margin: 10px 0 0 0;
}

.precos-e-planos table{
	margin:40px 0 0 0;
}

.plano{
	text-align: center;
	background-color: #f7f7f7;
	margin: 20px 0 0 0;
	width: 310px;
}

.header-plano{
	background-color: #2ecc71;
	color: #FFF;
	padding: 20px;
}

.vencimento-plano p{
	font-family: roboto;
	font-size: 1em;
	font-weight: 300;
	background-color: #00672B;
	padding: 10px;
	margin-bottom: 0;
	color: #FFF;
}

.vencimento-plano p.atrasado{
	background-color: #D40000;
}

.plano ul{
	font-weight: 400;
	padding: 20px;
	margin: 0 0 0 40px;
	color: #666;
	font-size: 1.1em;
	text-align: left;
}

.plano li{
	list-style-image: url('../img/check.png');
	padding: 8px 0;
}

.plano h4{
	font-size: 4em;
	color: #FFF;
	position: relative;
	font-weight: 100;
}

.plano h4 span{
	font-size: .3em;
	font-weight: 100;
}

.pay-form{
	margin: 20px 0 0 0;
}

.pay-form .row{
	margin: 0;
}

.pay-form label{
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	color: #999;
	font-weight: 400;
	font-size: 1.2em;
}

.pay-form input{
	border: none;
	border-bottom: solid 1px #CCC;
	box-shadow: none;
	border-radius: 0;
	width: 90%
}

.pay-form .row.actions{
	margin: 80px 0 0 0;
}

.pay-form .row.actions img{
	margin: 15px 0 0 0;
	float: right;
}

.alert-configurar-forma-pagamento {
	right: 0;
	z-index: 201;
	position: fixed;
	margin-top: 30px;
	background-color: #FFF371;
	padding: 5px 10px;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 90%;
}

.alert-configurar-forma-pagamento.red {
 	background-color: #FF8383;
 	color: #FFF;
}

.alert-configurar-forma-pagamento.red a {
 	color: rgb(7, 51, 157);
 	text-decoration: underline;
}

.contato-pagamento {
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.contato-pagamento h2{
	margin: 20px 0 0 0;
}

.contato-pagamento h4 {
	font-size: 1.5em;
}

.block-screen{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.contato-atendimento {
	margin-top: 50px;
}

.contato-atendimento p{
	margin: 0;
	font-size: .9em;
}

.form label.eula{
	font-size: 1em;
}

.form label.eula .error-message{
	position: absolute;
	margin: 8px 0 0 0;
}

.produtos{
	margin: 40px 0 0 0;
	font-family: 'Roboto', sans-serif;
}

.produtos h2{
	font-weight: 300;
	font-size: 2.8em;
	color: #909090;
	margin-top: 0;
}

.produtos p.valor{
	font-size: 1.4em;
	color: #27ae60;
}

.boleto-field{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	line-height: 0.8em;
	margin-bottom: 15px;
}

.boleto-field p.label-field{
	font-size: .7em;
	color: #727272;
	text-transform: uppercase;
}

.boleto-field p small{
	font-size: 70%;
}

.barcode{
	text-align: center;
	line-height: 0.5em;
	margin-top: -35px;
}

.barcode p{
	margin-bottom: 1px;
}

h3.title-payment-form{
	margin: 20px 0;
}

.payment-form-description p {
	margin: 20px 0;
}


/********************************************************************************************************************************************/
@media (min-width: 1200px) {
	.col-lg-3 .btn-lg{
		padding: 12px 15px;
		font-size: 15px;
	}
}

@media only screen and (max-width : 768px) {
	
	.navbar > .container .navbar-brand, .navbar-default .navbar-toggle{
		margin: 20px;
	}

	.navbar-default .navbar-nav > li > a{
		margin: 0 0 0 20px;
	}

	.navbar-default .navbar-collapse{
		background-color: #FFF;
	}

	.navbar-default .navbar-nav .active:after {
		display: none;
	}
	.navbar-default .navbar-nav .active:before {
		display: none;
	}

	.container > .navbar-collapse {
		background-color: #2b3d52;
	}

  .container > .navbar-collapse li a {
    color: #FFF;
  }

  .container > .navbar-collapse li a.active {
    color: #1bc09c;
  }

  .navbar-collapse .open .dropdown-menu:after{
      display: none !important;
    }

   .navbar-right li a.icon-feedback, .navbar-right li a.icon-user{
    margin: 20px 0 30px 10px !important;
   }

	 /*Lista Pedidos*/
  
  .data-lista{
    border-right: none;
    margin: 3px 10px 0 0;
    width: 100%;
    color: #999;
  }

  .data-lista-dia {
    font-size: 1em;
    line-height: normal;
    width: auto;
    text-align: left;
    overflow: auto;
    margin: 0 5px 0 0;
  }

  .data-lista-mes, .data-lista-ano {
    font-size: 1em;
    line-height: normal;
    width: auto;
    text-align: left;
  }

  .data-lista-ano{
	text-align: center;
	background: none;
	color: #999;
	border-radius: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
}

  .group-visualizar{
  	float: none;
  }

  span.actionLinks{
    display: block !important;
  }

 /* .table h5{
  	font-size: 1em;
  }*/

  .table h6{
  	font-size: 1.4em;
  }

  .table th {
  	font-size: .9em
  }

  .table td.actions a.btn{
  	font-size: .8em;
  }

  .table p{
  	font-size: .7em;
  }

  .table td.actions{
  	width: 70px !important;
  }

  .actions a.btn{
  	padding: 2px 0 !important;
  	min-width: 65px;
  	color: #FFF !important;
  }

  .actions a.btn.vizualiza{
  	background-color: #BBB;
  }
  .actions a.btn.edita, .actions a.btn.deleta{
  	background-color: #E2E2E2;
  }

  .footer h3 {
  	font-size: 1.2em;
  	margin-top: 0;
  }

  .total-desconto{
  	font-size: .9em;
  }

  .page-top{
  	padding: 50px 0 30px 0;
  	margin: 0;
  }

  .page-top h1{
  	font-size: 1.4em;
  	margin-top: 8px;
  	margin-left: 10px;
  }


	.page-top .btn {
		margin: 5px 10px 0 0;
	}

	.btn.sincronizar-granatum{
		float: none;
	}

  /*Envia pedido*/

  #corpoEmail {
  	left: 0;
  	width: 100%;
  }

  #corpoEmail #mensagem{
  	width: 100%;
  }

  .send-email{
  	width: 211px;
  }

  .send-email input{
  	width: 212px;
  }

  /*Login*/
  .form.signup{
  	width: auto !important;
  }

  /*Filtros*/

  .new-filter h4{
  	font-size: 1em;
  }

  .dados{
  	border: none;
  }

  .title-list h2{
  	font-size: 1.4em;
  	margin: 8px 0 0 0;
  }

  /*Tabela de resultado*/
  .title-table h3{
  	font-size: 1em;
  }

  .table h6{
  	font-size: .9em !important;
  }

  .table-result a.btn{
  	font-size: .8em;
  	padding: 4px 7px;
  }

  /*Tabela de produtos*/
  #tabelaProdutos{
  	font-size: .8em;
  }

  #tabelaProdutos .btn{
  	font-size: .8em;
  	padding: 6px;
  }

  input.quantidade{
  	width: 35px;
  	height: 30px;
  	font-size: 1em;
  }

  #tabelaProdutos .btn-danger{
  	font-size: .8em;
  }

  .desconto h6{
		font-size: 1em;
	}

	.total_pedido{
		padding: 0;
	}

	.total_pedido h3{
		font-size: .9em;
	}

	.footer .btn{
		padding: 4px 5px;
	}

	.codigo-sequencial{
		font-size: 2em;
	}

	.sb-search{
		display: none;
	}

	.navbar-right{
		float: left;
		font-family: 'Roboto', sans-serif;
		width: 100%;
	}

	/*Blank Slate*/

	.blank-state-pages, .blank-slate-zero{
	  margin:0;
	  padding: 0;
	  background-size: contain;
	  width: 100%;
	  min-height: 150px;
	}

	.blank-state-pages, .blank-slate-zero{
		top: 0;
		left: 0;
	}

	.blank-slate-zero{
		background-size: 350px 300px !important;
	}

	.blank-state-pages:after, .blank-slate-zero:after{
		border: none;
	}

	.blank-state-pages h5{
	  font-size: 1.2em;
	  margin-top: 55px;
	  text-align: center;
	  padding: 0 50px;
	}

	.blank-slate-zero p{
		padding: 0 30px;
		font-size: .9em;
		margin-top: -16px;
	}

	.blank-slate-zero ul{
		font-size: .9em;
		padding: 0 60px;
	}

	.blank-slate-zero{
		width: 100%;
	}

	.blank-slate-zero h5{
		font-size: 1.4em;
		padding: 10px 30px;
		margin-top: 17px;

	}

	.seta-blank-slate-zero{
		margin-top: -139px;
		margin-left: 18%;
		width: 50%;
		position: absolute;
		-ms-transform: rotate(-40deg);
		-webkit-transform: rotate(-40deg);
		-moz-transform: rotate(-40deg);
		-o-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}

	.message-blank-slate-zero{
		width: 63%;
		margin-top: -40px;
		margin-right: 23%;
	}

	.header-paper h2, .header-paper input, .header-paper .total h2{
		font-size: 1.1em;
	}

	.header-paper input{
		width: 80%;
		padding: 0px 5px;
	}

	.date-paper h3{
	  font-size: .8em;
	}

	#msgNenhumCliente {
		border: 1px solid #ccc;
		padding: 18px 10px;
		background-color: #f1c40f;
		display: none;
		color: #354247;
		margin-top: -65px;
		position: absolute;
		width: 91%;
		z-index: 10;
	}

	.form-control{
		margin-bottom: 5px;
	}

	#corpoEmail p.campos{
		padding: 10px;
		border-top: 1px solid #ccc;
		margin: 0;
	}

	.sb-search{
		right: 16px;
		margin: 5px 0 0 0;
	}

	.sb-search-open{
		width: 100% !important;
	}

	.circulo-letra{
		border-radius: 50%;
		float: left;
		height: 35px;
		width: 35px;
		background-color: #9ea1a5;
		text-align: center;
		line-height: 35px;
		font-size: 1.2em;
		color: #fff;
		margin-top: 10px;
	}

	.data-pedido, .data-orcamento {
		margin-top: 0;
		position: relative;
		right: 0;
	}

	.ordenar-pedidos{
	  margin-bottom: 0;
	}

  .contato{
  	font-size: 1em;
  }

  .row.dados-recebimento{
    padding: 5px;
  }

  .action-recebimentos{
    text-align: left;
  }

  .icon-recebimento {
    font-size: 1.5em;
    margin: 40px 0 0 0;
  }

  .date-done{
    clear: both;
    font-size: .8em;
  }

  .status-pedido.view-pedido{
    margin: -10px 10px 0 6px;  
  }

  .header-paper{
    border-bottom: none;
  }

  .header-paper a.print{
    display: none;
  }

  .header-paper .col-md-8{
    padding: 0;
    height: 30px;
  }

  .icon-status, .user-picture{
  	display: none;
  }

  .paper{
  	margin-top: 40px;
  }

  .card{
  	padding: 20px 0;
  }

  .title-activity h2, .combo-calendar-title{
  	font-size: 1.4em;
  }

  .filter-period{
  	z-index: 11;
  }

  .filter-activity .container{
  	padding: 10px 20px;
  }

  .bar{
  	width: 88%;
  	left: 15px;
  }

  .arrow{
  	background-size: 90%;
  }

  .filter-default li {
	font-size: .9em;
  }

  .filter-default li span.circle{
  	width: 16px;
		height: 16px;
		margin: 0 auto 5px auto;
  }

  .icon-nav{
		display: block;
		text-indent: 0px;
		margin: 25px 0 0 0;
	}

  .icon-configuracoes{
		background: none;
	}

	.icon-feedback{
		margin:0 0 0 20px;
	}

	.contato-atendimento {
		margin-top: 50px;
	}

	.contato-atendimento img {
		width: 80%;
	}

	.contato-atendimento h4{
		font-size: 1em;
	}

	.contato-atendimento p{
		margin: 0;
		font-size: .8em;
	}

	#plataform-application-choose {
	    position: relative;
	}

	.dropdown-configuracoes{
		position: relative;
		left: 8px;

		color: #787777;
		padding: 22px 0 0 0;
		margin: 0 20px 0 0;
		font-size: 1.1em;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
	}

	.dropdown-configuracoes a{
		margin:0 0 0 12px;
	}

	ul.dropdown-menu.config li {
		height: 40px;
	}

	#btnUplogo,
	.info-user img{
		display: none;
	}

	ul.navbar-right a.icon-user:after{
		margin-top: 34px;
	}

}

.aviso-boleto-pago {
	margin-top: 20px;
	padding: 10px;
}

.ns-box.ns-growl {
	z-index: 9999;
}

.pesquisa-satisfacao{
	padding: 0 20px 20px 20px;
	overflow: auto;
}

.pesquisa-satisfacao h2{
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 20px 0;
}

.pesquisa-satisfacao h3{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.pesquisa-satisfacao	a{
	display: block;
	float: left;
	margin: 20px 3px 0 0;
	padding: 12px 0;
	width: 45px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}

.pesquisa-satisfacao	a:hover{
	text-decoration: none;
}

.pesquisa-satisfacao	a:last-child{
		margin-right: 0;
	}

.pesquisa-satisfacao .nota0{
	background-color: #d6041b;
}

.pesquisa-satisfacao .nota1{
	background-color: #ed0023;
}

.pesquisa-satisfacao .nota2{
	background-color: #fb2533;
}

.pesquisa-satisfacao .nota3{
	background-color: #fb8b11;
}

.pesquisa-satisfacao .nota4{
	background-color: #fc9932;
}

.pesquisa-satisfacao .nota5{
	background-color: #fcd032;
}

.pesquisa-satisfacao .nota6{
	background-color: #fac605;
}

.pesquisa-satisfacao .nota7{
	background-color: #98ce37;
}

.pesquisa-satisfacao .nota8{
	background-color: #86b92b;
}

.pesquisa-satisfacao .nota9{
	background-color: #669E01;
}

.pesquisa-satisfacao .nota10{
	background-color: #5A8C00;
}

h4.contacts{
	line-height: 38px;
}

.help-block{
	text-align: center;
	font-size: 1.1em;
	margin: 60px 0 0 0;
}

.btn-uplogo{
	float: left;
	margin: 10px 0;
	width: 100%;
	font-size: 1.2em;
}

.image-select div.error-message{
	line-height: 51px;
	text-align: center;
	font-size: 1.1em;
}
#ui-datepicker-div {
	z-index: 100000 !important;
}
.table.simple-list .date {
	width: 150px;
}
.table.simple-list .date .glyphicon {
	font-size: 12px;
}
.paginator {
	color: #000;
}
.paginator #busy-indicator {
	padding: 5px;
	background:rgba(255, 236, 138, 0.3);
}

/* Adendo ao bootstrap */
.paginator p {
	color: #AAA;
	display: inline-block;
	margin-right: 15px;
}
.paginator .pagination {
	margin: 0;
	float: right;
}