 .main-header{
 	border-top: 5px solid #f1c40f;
 }
 .sidebar-menu{
	border-top: 1px solid #f1c40f;
	margin-top: 5px;
 }
 
.products-list .img-home-proposta img, .img-proposta-lista img {
  width: 55px;
  height: 41px;
  border-radius: 10%;
}

.products-list .img-anuncio-lista img {
  width: 55px;
  height: 41px;
  border-radius: 10%;
}

.products-list .estatistica-img {
	color: #999;
	font-size: 29px;	
}

@media (min-width: 415px){
/*	.table-hover > tbody > tr:hover {
	  background-color: #3c8dbc;
	  color: #FFF;
	}
*/
}

.ellipsis span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-body>.table.tb-estoque td {
	vertical-align: middle;
}
.table-striped>tbody>tr:first-child {
	background-color: #222d32; 
	color: #fff;
	border-bottom: 2px solid #F1C40F;
}

.table-striped>tbody>tr a {
	color: #fff;
}
.box-body>.table.tb-estoque td.acao {
	width: 100px;
}

i.order {
	font-size: 20px;
	color: #f1c40f;
	padding-left: 10px;
}

.pagination>li>a.pagina-sel {
	background-color: rgb(60, 141, 188);
	color: white;
	font-weight: bold;
}

/* ICONS PARA A��O NA TABELA */

.todo-list > td .tools {
  display: none;
  float: right;
  color: #f1c40f;
  font-size: 16px;
}
.todo-list > td .tools > .fa,
.todo-list > td .tools > .glyphicon,
.todo-list > td .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list:hover .tools {
  display: inline-block;
}

.no-padding-left {
/*  padding-left: 0px !important;*/
}
.no-padding-right {
/*  padding-right: 0px !important;*/
}

/*********
MODAL MSG
*/
.confirm-modal .modal {
  padding-top: 150px;
  display: none;
  z-index: 99999;
}
/*FIM MODAL*/

/*craftpip-confirm para evitar conflito*/

.jconfirm .jconfirm-box div.content {
	min-height: 0;
}
/*FIM craftpip-confirm*/

/* BOTAO ORDENAR */
.btn-order {
  padding: 4px 12px;
}

/* MORRIS CHART - CURSOR*/
path{cursor:pointer;}
/*fim chart*/

/*REVISTA*/
.revista-list {
	list-style: none;
  margin: 0;
  padding: 0;
}
.revista-list>li {
  min-height: 133px;
  /*width: 20%;*/
      float: left;
    padding: 10px;
    text-align: center;
}
.revista-list>li>div>img {
	max-width: 94%;
}
.revista-list-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*MAIS VISITADOS*/
.users-list>li {
  min-height: 133px;
  width: 16%;
}
.users-list-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*fim*/

/**************
Overlay - loading upfotos
*/
.overlay-fotos{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
}

.loading{
	background: transparent url('../imagens/loading-sm.gif') no-repeat scroll right center content-box !important;
}
/*fim*/

/*
.combo-ordenar{float:right;width:160px;margin-bottom:.5rem;position:relative}
.combo-ordenar>.campo-select{background:#fff;width:100%;display:table;padding-left:5px;border:solid 1px #dedede}
.combo-ordenar>.campo-select:hover{border-color:#bbb}
.combo-ordenar>.campo-select:hover>.fa.fa-chevron-down{border-left-color:#bbb}
.combo-ordenar>.campo-select>.vlr{font-size:13px;color:#393f40;line-height:1.6rem;font-weight:lighter}
.combo-ordenar>.campo-select>.fa.fa-chevron-down{color:#393f40;padding:.3rem;background:#eee;float:right;border-left:solid 1px #eee}
.combo-ordenar>.campo-options{background:#fff;position:absolute;left:0;top:27px;width:100%;z-index:1;display:none}
.combo-ordenar>.campo-options.aberto{display:block}
.combo-ordenar .lista-options{list-style-type:none;margin-bottom:0;border:solid 1px #dedede}
.combo-ordenar .lista-options>li{font-size:13px;color:#393f40;line-height:1.6rem;padding:2px 5px;border-bottom:solid 1px #dedede}
.combo-ordenar .lista-options>li:last-child{border:none}
.combo-ordenar .lista-options>ul{padding: 0; margin: 0}
.combo-ordenar .lista-options>li:hover,.combo-ordenar .lista-options>li.ativo{background:#f7f7f7}
*/
@media (max-width: 415px){
    .box-header .box-tools .div-order{
        display: none;
    }
}


/* LISTA ANUNCIOS */

.img-anuncio-lista {
  width: 135px;
  height: 101px;
  border-radius: 5%;
}
.box{
	/* margin-bottom: 0; */
	box-shadow: 0 1px 1px rgba(0,0,0,0);
}
.td-row-cell {/*ajusta tamanho para nao dar barra rolagem //movimentar ao passar o dedo*/
		margin-right: -8px;
}
.no-cell { display : none}
.on-cell { display : none}
@media (min-width: 1024px){
	.no-cell { display : block }
}
@media (max-width: 1023px){
	.on-cell { display : block }
	.img-anuncio-lista {
	  width: 100%;
	  height: 100%;
	  border-radius: 5%;
	}
}
@media (max-width: 320px){
	h3 { font-size : 17px }
	.td-row-cell {/*ajusta tamanho para nao movimentar ao passar o dedo*/
		margin-right: 0px;
		margin-left: -30px;
	}
}

/* ESTATISTICA HOME */

.users-list>li>img {
	max-width: 94%;
}

.hand{
	cursor: pointer;
}

/* ICONES INTEGRAÇÃO */
.int-icone{
	float: left;
	width: 28px;
	height:28px;
	cursor: pointer;
	filter: grayscale(100%);
}

i.int-icone{
	margin-left: 10px;
	line-height: 28px;
}

.int-icone-ativo, i.int-icone{
	filter: grayscale(0);
}

.info-estoque {
	border-right: 1px #f4f4f4 solid;
}

.item-integracao{
	padding-left:0px !important;
	padding-right:0px !important;
	margin-bottom: 7px;
}

@media (max-width: 767px){
	.row-integracao{
		margin-top: 20px
	}
	
	.item-integracao{
    text-align: center;
    width: 100%;	
    float: left;
    padding-left: 15px!important;
    margin-bottom: 10px;
	}
	
	.info-estoque {
		border-right: none;
	}
	
	 .box-body{
		padding-top: 0!important;	
	}
	
	.box-footer{
		padding-bottom: 0
	}
	
	.box-solid{
		margin-bottom: 5px
	}
	
	.info-estoque .form-group{
		margin: 15px 0 0 0;
	}
	
	.info-estoque .form-group p {
		margin-bottom: 0;
	
	}
	
	.int-icone {
    /*float: none;
    display: inline-block;*/
	}

}
