@charset "UTF-8";

@media screen and (min-width: 979px) {
  ::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
  }
}
::-webkit-scrollbar-thumb {
  background: #cfcfcf !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c !important; 
}


/* SUMINDO COM A "PALA" QUE O SELECT2 ESTÁ DÁ QUANDO TEM O MESMO UMA PAGE */
.select2-hidden-accessible {
	display: none
}


.btn-home{
  border-radius: 3px;
  background: #1A5036;
  padding:15px;
  width:100%;
  cursor:pointer;
  float:left;
  /* margin-right:15px; */
  margin-top:10px;
}

.btn-home:hover{
  background: #1A5036;
  box-shadow: 0px 0px 3px 0px #373737;
}

#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.25)
}
#preload i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 7em;
  margin-left: 50% !important;
  margin-top: 25%;
}
#preload span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
  margin-left: 47.2%;
}
        

#preload_registros,
#preload_registros2,
#preload_registros3,
#preload_registros4,
#preload_registros5,
#preload_registros6,
#preload_registros_compradores,
#preload_registros_comprador2,
#preload_registros_compradores5,
#preload_registros_parcelas,
#preload_registros_fatura_compra,
#preload_registros_parcelas_compra
{
	text-align: center;
  color: #1A5036;
}
#preload_registros i, 
#preload_registros2 i,
#preload_registros3 i,
#preload_registros4 i,
#preload_registros5 i,
#preload_registros6 i,
#preload_registros_compradores i,
#preload_registros_comprador2 i,
#preload_registros_compradores5 i,
#preload_registros_parcelas i,
#preload_registros_fatura_compra i,
#preload_registros_parcelas_compra i {
	font-size: 3em;
}
#preload_registros span,
#preload_registros2 span,
#preload_registros3 span,
#preload_registros4 span,
#preload_registros5 span,
#preload_registros6 span,
#preload_registros_compradores span,
#preload_registros_comprador2 span,
#preload_registros_compradores5 span,
#preload_registros_parcelas span,
#preload_registros_fatura_compra span,
#preload_registros_parcelas_compra span  {
	font-size: 1.3em;
}   



.preload-registros {
	text-align: center;
	color: #00a658
}
.preload-registros i {
	font-size: 3em;
}
.preload-registros span {
	font-size: 1.3em;
}




/* BACKGROUNDS */
.bg-white {background-color: #ffffff !important}
.bg-green {background-color: #00a859 !important}
.bg-azul-claro {background-color: #4bb7da !important}
.bg-rosa-claro {background-color: #ffa49a !important}
.bg-black {background-color: #000000 !important}
.bg-laranja, .bg-orange {background-color: #ec6608 !important}
.bg-verde {background-color: #1A5036 !important}

.bg-login{
  background-color: rgba(248, 248, 248, .9) !important;
  color:#00a859 !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgba(0, 0, 0, .1)!important;
}


#left-panel {
  padding-top: 0px;
}

#logo {
  width: 65px;
}

/**** TEXTO ****/
.txt-center {text-align:center !important}


/**** FORMULARIO DE FOTO ****/
#form-foto{
  display:none;
}
    


/* LINKS DE ACESSO DA AGROB */
.agro_link {
  /* color: #00a859; */
  color: #1A5036;
}

.cor-tema,
.color-theme {
  color: #1A5036;
}




/* css para estilizar o botAo do input file  */
.btn-bs-file{
  position:relative;
}
.btn-bs-file input[type="file"]{
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width:0;
  height:0;
  outline: none;
  cursor: inherit;
}

#loading{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#loader-icon{
  width: 200px; /* Valor da Largura do elemento */
}




/*******************************/
/********* ABA FOTOS ***********/
/*******************************/

.col-fotos {
  border: 1px solid #d8d8d8;
  border-radius: 2px;

  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 4px;
  

  width: 24%;
  margin-right: .3%;
  /* height:285px; */
}

.imgAnimal { 
  margin-top: 5px !important;
}

.imgAnimal img { 
  margin-top: 5px;
  width: auto;
  max-height: 200px;

  border: 1px solid #f3f3f3;
}

#modal_del_foto_animal img {
  width: 70%;
  margin-left: 15%;
  height: auto;
  border: 1px solid #eaeaea
}

@media (max-width: 767px) {
  .col-fotos {
    margin-bottom: 6px;
    width: 98%;
  }
  #modal_del_foto_animal img {
    width: 100%;
    margin-left: 0;
  }
  #modal_del_foto_animal .modal-dialog {
    width: 100% !important
  }   
}

/* Descricao foto */
.lb-data .lb-caption {
  font-size: 1.2em;
}

.botao_acoes {
  padding: 1px 5px !important;
}
 

span#foto_principal {
  position: absolute;
  top: 4.1em;
  right: -15px;
  
  width: 100px;
  opacity: .68;
  color: #ff2929;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  background: #ffff57;

  padding: 1px 1px 2px 3px;
  border: .115em solid #4b4b4b;
  
  transform:rotate(32deg);
  -webkit-transform:rotate(32deg);  
}





.selecione_imagem {
	width: 100%;
  margin: 0 auto;
  border: 1px solid #cccccc;
}

@media (min-width: 1919px) {
  .selecione_imagem {
    height: 380px;
  }
} 

@media (min-width: 768px) and (max-width: 1918px) {
	.selecione_imagem {
		margin: 0 auto;
		height: 270px;
  }   
  .input-grupo-icone {
    padding: 6px 0.33em !important;
    }     
}   


    



/*******************************/
/********* ABA VIDEOS **********/
/*******************************/
.col-videos {
  border: 1px solid #d8d8d8;
  border-radius: 2px;

  padding-top: 10px;
  margin-bottom: 4px;
  padding-bottom: 10px;
  
  width: 24%;
  margin-right: .3%;
  height:235px;    
}

.col-videos iframe {
  margin-top: 5px;
  height: auto
}

@media (max-width: 767px) {
  .col-videos {
    width: 99% !important;
    margin-bottom: 6px;
  }

  .input-grupo-icone {
    padding: 6px 8px !important;
    } 
}




#carregando-videos .progress-bar.progress-bar-primary,
#carregando-fotos .progress-bar.progress-bar-primary {
  padding-top: 15px;
  font-weight: 700;
  font-size: 1.5em;
}

#carregando-videos .progress,
#carregando-fotos .progress {
  height: 50px !important;
  margin-bottom: 10px;
}


#form_genealogia em.invalid {
  color: #ffffff;
  font-size: 11px;
}







/*******************************  
  SOBRESCRITA DO TEMPLATE
*********************************/



/* FORMS */
form label {
  margin: 0
}
.smart-form fieldset {
  padding-top: 15px;
}
/* Botões salvar/cncelar */
.btns-footer-form .btn {
  min-width: 140px !important
}
/* Alertas Forms */
.help-block, .smart-form .state-error+em {
  font-size: 11px;
  margin-top:0;
  color: #b94a48;
  margin-bottom: -4px;
}
.state-error > input,.state-error > .form-control {
  background-color: initial!important;
  border-color: #ccc!important;
}



/* EDITORES HTML */
.no-padding .note-editor {
  border: 1px solid darkgrey;
}

/* ABAS */
.nav-tabs>li.active>a {
  -webkit-box-shadow: 0 -2px 0 #1a5036;
  -moz-box-shadow: 0 -2px 0 #1a5036;
  box-shadow: 0 -2px 0 #1a5036;
}

/* MODALS */
.modal-header {
  color: #ffffff;
  background-color: #22262e;
}

.close,
button .close {
  float: right;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 1;
  color: #FFF!important;
  text-shadow:0;
  opacity: 1;
  margin-right: 15px;
}






/* CONFIGURAÇÕES > DADOS DA EMPRESA */
#logo_empresa_edit {
  /* margin-top: 8px; */
  border: 1px solid #c3c3c3;
  padding: 3px;
  border-radius: 3px;

  height: 50px;
  float: right;
}


@media (max-width: 500px) {
  #logo_empresa_edit {
    display: none;
  }
}



/* POPOVERS BOOTSTRAP */
h3.popover-title {
  font-weight: 900;
  font-size: .85em;
  color: #ffffff;
  background-color: #1a5036;
}

.popover-content {
  color: #4c4f53
}




/* LISTAGEMS */
.plus-email {
  padding:0.5em 0.6em 0.3em 0.8em
}

.plus-email:hover {
  background-color: red;
}

/* MODAL EDIT IMGS */
img.logo-empresa-edit {
  padding: 7px;
  margin-left: auto;
  margin-right: auto;
  max-height: 450px;
  border: 1px solid rgba(58, 54, 51, 0.31);
}

.foto-edit {
  width: 100%;
  padding: 7px;
  margin: 0 auto;
  max-height: 350px;
  border: 1px solid rgba(58, 54, 51, 0.31);
}

mark {
  background-color: yellow;
  color: #000000;
  padding: 0 .2em;
}

/* deixa o elemento 'invisível' */
.opacity_zero {
  opacity: 0;
}







/* CORREÇÃO DO "BUG" NAS ABAS */
.nav-tabs>li>a {
  border-bottom: 0 !important;
}



/* CORREÇÃO DO "BUG" NAS ABAS */
.nav-tabs>li>a {
  border-bottom: 0 !important;
}
li.active>a,li.active>a:focus,li.active>a:hover {
  border-bottom: 1px solid transparent !important;
}



/* INPUTS DOS MODALS */
.modal select,
.modal input {
  font-size: 11px !important;
}





/* INPUT MODAL ANIMAIS */
.input_img {
  position: absolute;
  cursor: pointer;
  height: 86% !important;
  width: 93% !important;
  opacity: 0;
  /* background: #eeeeee */
}






.td_foto_animal {
  position: relative; 
 }

.num_fotos_animal {
  font-size: 9px;
  padding: 3px;
  border: 1px solid #fff;
 
  background-color: #777;
  position: absolute;

  right: 9%;
  top: 6%;
}



/************************************
            TRANSMISSAO
*************************************/
@media(min-width: 1919px) {
#form_transmissao #video_transmissao iframe {
  max-height: 486px;
  width:81%;
  }
}

@media(min-width: 768px) and (max-width:1918px) {
 #form_transmissao #video_transmissao iframe {
		max-height: 400px;
		width: 100%;
	}
}   

@media(max-width:767px) {
  #form_transmissao #video_transmissao iframe {
		max-height: 210px;
		width: 100%;
	}
}

/***************************************
  HOVER COM FUNDO VERDE DAS LISTAGENS
****************************************/
.list-hover:hover,
.table-hover-list.table-hover>tbody>tr:hover {
  background-color: #D3D3D3;
  color: #000;
  /* cursor: pointer; */
}
.table-hover-list.table-hover>tbody>tr:hover td {
  color: #000 !important;
}
.table-hover-list.table-hover>tbody>tr:hover td .text-warning,
.table-hover-list.table-hover>tbody>tr:hover td .text-success,
.table-hover-list.table-hover>tbody>tr:hover td .text-danger,
.table-hover-list.table-hover>tbody>tr:hover td .text-muted {
	color: #2f70a8 
}
.cursor-pointer:hover {
  cursor: pointer;
}
/****************************************************************************
  classe que aplica o mesmo efeito do funco verde nas listagens, sem o hover
*****************************************************************************/
.bg-green-trs {
  background-color: #0bb586 !important;
  color: #ffffff;
}
.bg-green-trs td {
  color: #ffffff !important;
}
.bg-green-trs .text-warning,
.bg-green-trs .text-success,
.bg-green-trs .text-danger,
.bg-green-trs .text-muted {
  color: #2f70a8  !important
}
/****************************************************************************
  
*****************************************************************************/
/* tira o cursor pointer de uma tr específica */
.table-hover-list.table-hover>tbody>tr:hover {
  cursor: auto;
}
/* aplica um verde diferente de bg específica */
.hover_light_green:hover {
  background-color: #00dca0
}













.labels_list {font-size:60%}

.label_black_white {border:1px solid #ffffff; color:#ffffff; background-color: #000000}
.label_white_black {border:1px solid #000000; color:#000000; background-color: #ffffff}
.label_red_white   {border:1px solid red !important; color:red !important}
.label_grey_white  {border:1px solid #777777 !important; color:#777777 !important}
.label_orange_white  {border:1px solid orange; color:orange}
.label_purple_white  {border:1px solid purple; color:purple}






table.table_numbers {
  border-collapse: collapse !important;
  margin-left: calc(50% - 45px);
}
table.table_numbers tr td,
table.table_numbers tr th {
  padding-left: 5px;
  font-size: 10px;
}





.input_destaque {
  border: 1px #000000 solid;
  background-color: #dedede;
  color: #000000;
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}



/* SOBRESCRITA DO TAM DA FONTE DO 3º NÍVEL DO MENU LATERAL */
#left-panel nav ul ul ul li a {
	font-size: 12px
}


.dataTables_empty {
  background-color: #1A5036;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #fff;
}
.dataTables_empty i {
  font-size: 1.6em; 
}
.projects-table>tbody>tr>td {
  padding: 10px 5px !important;
}





/**** NOME E LOGO À DIREITA DO BREADCRUMB ****/
@media (min-width: 768px) {
	#nome_logo_empresa {
		display: block;

		float:right;
		height: 10px;
		margin-top:11px;
	}
	#nome_logo_empresa span {
		color: #ccc;
		font-weight:600;
		margin-right: 10px;
	}
	#nome_logo_empresa>a>img {
		height: 20px;
		margin-top: -1px;
    border: 1px solid #6d6a68;
    padding: 2px;
  }
  
  #nome_logo_empresa span:hover  {
		color: #ffffff
	}
}






form:hover .dados-lote {
  height:60px !important
}

.dados-lote{
  width: 324px;
  height: 60px;
  width: 100%;
  padding: 0 10px 0 10px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7); 
  bottom: 38px;
  opacity: 0.0;
  transition: height 0.5s ease-in-out;
}

.excluir_foto {
  cursor: pointer;
  opacity: 0;
  position:absolute;
  right:10px;
  top:10px;
  font-size:30px;
  padding: 8px 10px;
  border-radius: 50%;
  color:rgba(0, 0, 0, 0.7);

}

.excluir_foto:hover {
  color:#00a859;    
  background: #ffffff;
  border-radius: 50%;
}   


form:hover .dados-lote {
  opacity: 1;
  height:45px !important;

	
  transition: height 0.5s ease-in-out;
   transition: opacity 0.58s ease-in-out;
}

.dados-lote{
  width: 324px;
  height: 0;
  width: 100%;
  padding: 0 10px 0 10px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7); 
  bottom: 38px;
  opacity: 0;
}




.excluir_foto {
  cursor: pointer;
  opacity: 0;
  position:absolute;
  right:10px;
  top:10px;
  font-size:30px;
  padding: 8px 10px;
  border-radius: 50%;
  color:rgba(0, 0, 0, 0.7);
  border: 2px solid transparent
}
.excluir_foto:hover {
  color:#00a859;  
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #00a859;  
}




form:hover .excluir_foto {
  opacity: 1;
}





/* ALERT DE CONFIRMAÇAO  DE LANCES */
.btn-notificacao-sim {
	color: #ffffff !important;
	background-color: rgb(0, 168, 89) !important;
	outline: none !important;
}
.btn-notificacao-sim:hover {
	background-color: #008044 !important;
}

.btn-notificacao-sim2 {
	color: #ffffff !important;
	background-color: rgb(199, 145, 33) !important;
	outline: none !important;
}
.btn-notificacao-sim2:hover {
	background-color: #9b711a !important;
}


.btn-notificacao-nao {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	outline: none !important;
}
.btn-notificacao-nao:hover {
	background-color: rgba(0, 0, 0, 1) !important;
}

#div_login {
	display:block
}

#iframe_correios,
#iframe_rel_catalogo_lotes,
#iframe_rel_lista_pedidos,
#iframe_rel_arrematantes,
#iframe_rel_lotes,
#iframe_catologo_completo,
#embed_etiquetas,
#iframe_liberacao_lotes,
#iframe_relatorio_vendedor,
#iframe_retirada_lotes,
#iframe_ordem_entrada,
#iframe_mapa_leilao,
#boleto_gerado,
#dados_relatorio,
#relatorio_compra,
#visualizar_relatorio,
#visualizar_pdf {
  min-height: 500px;
  width: 100%;
  border: 0
}


/* IMAGEM DO CARD DO ANIMAL */
.img-hover-pb:hover {
  cursor: pointer;
  filter: grayscale(85%);
}


#col_contratos {
	position: absolute;
	width: 96%;
}


/* REESCREVENDO O LAYOUT DO CHECKBOX DO TEMPLATE */
/* OBS.: CLASSE .checkbox-toggle-custom ADICIONADA  */
.smart-form .toggle.checkbox-toggle-custom i {
  width: 55px;
  height: 25px;
  border-radius: 3px;
}
.toggle.checkbox-toggle-custom {
  /* padding-right: 61px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600 */

  padding-right: 61px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.toggle.checkbox-toggle-custom i:after { /* texto SIM/NAO */
  top: 5px;
  font-style: normal;
  font-size: 10px;
}

/*

bolinha
.toggle.checkbox-toggle-custom input:checked+i:before { 
  right: 8px;
}

*/


.toggle.checkbox-toggle-custom i:before {
  top: 7px;
}




/* reescrevendo input do tipo data */
.input-group input[type=date] {
	width: 97.5% !important
}



/* posicão do checkbox (coloquei a classe 'ajust') */
label.checkbox.ajust {
  margin-right: 5px !important;
  min-width:calc(25% - 5px);
}
/* posicão do ícone do checkbox (coloquei a classe 'ajust') */
label.checkbox.ajust > input+i:after {
  top: -2px !important;
  left: 0px !important;
}


#table_lotes_leilao tr>td {
  vertical-align: middle;
}
#table_lotes_leilao tr>td:nth-child(3) {
  text-align: center
}
@media (min-width: 768px) {
	#table_lotes_leilao_filter input {
		margin-left: 0;
		min-width: 300px;
		margin-bottom: 5px
	}
}

.pessoas2_dropdown {
  background-color: #ffffff;
  border: 1px solid #ccc;
  position: absolute;
  display: none;
  border-top: 0;
  z-index: 666;
  width: 95%;
}







.panel-body-border-gren {
  border: 1px solid #568a89;
  border-top: 0;
  margin-bottom: 3px
}




#accordion_lotes_leilao .panel.panel-default  {
  position: relative;
}
#accordion_lotes_leilao a i.fa-angle-up,
#accordion_lotes_leilao a i.fa-angle-down {
  position: absolute;
  font-size: 50px;
  right: 2.5rem;
  top: 3.5rem;
}
#accordion_lotes_leilao .dt-toolbar {
  padding: 0
}
#accordion_lotes_leilao input[type='search'] {
  margin-left: 0
}

#accordion-contratos a i.fa-angle-up,
#accordion-contratos a i.fa-angle-down {
  color: white;
  font-size:25px;   
}   

#accordion-vendedores .panel.panel-default  {
  position: relative;
}


.angle-vendedores {
  position: absolute;
  font-size: 30px !important;
  top: 25px;
  right:25px;
} 

.collapse_a {
  padding: 2px 15px 0px 15px !important;
}

.painel-soma-fechamento-leilao {

  padding:15px !important;

}

.color-comprador {
  color: #305d8c !important;
}

.bg-panel-comprador {
  background-color: #d6dde7;
}   

.pd-20 { padding-bottom:20px !important};


.font-size-20 {
  font-size: 20px !important; 
}



.pulsa {
  -webkit-animation: color_change2 .6s infinite alternate;
  -moz-animation: color_change2 .6s infinite alternate;
  -ms-animation: color_change2 .6s infinite alternate;
  -o-animation: color_change2 .6s infinite alternate;
  animation: color_change2 .6s infinite alternate;
}

@-moz-keyframes color_change2 {
  from { color: #00a859; }
	to { color: #dd3b4b; }
}
@-ms-keyframes color_change2 {
	from { color: #00a859; }
	to { color: #dd3b4b; }
}
@-o-keyframes color_change2 {
	from { color: #00a859; }
	to { color: #dd3b4b; }
}
@keyframes color_change2 {
	from { color: #00a859; }
	to { color: #dd3b4b; }
}


.color-titulo {
background-color:#403f3d !important;
color:#00a859;
}   

.color-titulo:hover {
  background-color:#403f3ded !important;

}   



.hr-bottom {
  margin: 10px 0 0;
  border-bottom: 1px solid rgba(132, 180, 157, 0.75)
}

.mt-110 {
  margin-top: 110px !important;
}



#table_log_updates>tbody>tr>td {
  padding: 4px;
}





/************************************************************/
/* SOBRESCRITA DOS BOTÕES PRYMARY DO BOOTSTRAP */
.btn-primary {
  background-color: #1A5036;
  border-color: #16442e
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #1A5036;
  border-color: #16442e
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
  background-color: #113624;
  border-color: #0d261a
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
  background-color: #143a27;
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #1A5036;
  border-color: #16442e
}

.btn-primary .badge {
  color: #1a5036;
  background-color: #fff
}
/************************************************************/





















.font-bold
{
  font-weight: 600 !important;
}


.item-categoria,
.item-cpf {
  color: #ffffff;
  font-size: 10px;
  background-color: #191d29;
  padding-left: 3px !important;
  padding-right: 3px !important;
  border-radius: 3px;
  float: right;
  position: relative;
  font-weight: 600;
}







.area-clicavel-accordion-lotes {
  border: 1px solid #5b5e63;
  padding-bottom: 10px;
  /* padding-top: 2px; */
}
.area-clicavel-accordion-lotes:hover {
  border: 1px solid #d6d6d6;
}

/* alert iziToast Form Venda */
#acoes_venda .iziToast-buttons {
  width: 100%
}


/*
  FORÇANDO UMA BARRA DE ROLAGEM PARA OS MODALS
  ESTE APARECERÁ SOMENTE EM MONITORES MENORES
*/

/* width */
#modal_venda::-webkit-scrollbar {
  width: 14px !important;
}
/* Handle */
#modal_venda::-webkit-scrollbar-thumb {
  background: #b0b0b0 !important;
}
/* Handle on hover */
#modal_venda::-webkit-scrollbar-thumb:hover {
  background: #505050 !important; 
}
#modal_venda {
  overflow-y: visible
}


/* width */
#modal_fechamento_compra::-webkit-scrollbar {
  width: 14px !important;
}
/* Handle */
#modal_fechamento_compra::-webkit-scrollbar-thumb {
  background: #b0b0b0 !important;
}
/* Handle on hover */
#modal_fechamento_compra::-webkit-scrollbar-thumb:hover {
  background: #505050 !important; 
}
#modal_fechamento_compra {
  overflow-y: visible
}



/* width */
#modal_vendedores_lote::-webkit-scrollbar {
  width: 14px !important;
}
/* Handle */
#modal_vendedores_lote::-webkit-scrollbar-thumb {
  background: #b0b0b0 !important;
}
/* Handle on hover */
#modal_vendedores_lote::-webkit-scrollbar-thumb:hover {
  background: #505050 !important; 
}
#modal_vendedores_lote {
  overflow-y: visible
}




/* width */
#modal_lotes_evento::-webkit-scrollbar {
  width: 12px !important;
}
/* Handle */
#modal_lotes_evento::-webkit-scrollbar-thumb {
  background: #c6ccc9 !important;
}
/* Handle on hover */
#modal_lotes_evento::-webkit-scrollbar-thumb:hover {
  background: #505050 !important; 
}
#modal_lotes_evento {
  overflow-y: visible
}






/* width */
#modal_gera_boletos_pjbank::-webkit-scrollbar {
  width: 14px !important;
}
/* Handle */
#modal_gera_boletos_pjbank::-webkit-scrollbar-thumb {
  background: #b0b0b0 !important;
}
/* Handle on hover */
#modal_gera_boletos_pjbank::-webkit-scrollbar-thumb:hover {
  background: #505050 !important; 
}
#modal_gera_boletos_pjbank {
  overflow-y: visible
}



/* width */
.modal-scroll::-webkit-scrollbar {
  width: 12px !important;
}
/* Handle */
.modal-scroll::-webkit-scrollbar-thumb {
  background: #505050 !important;
}
/* Handle on hover */
.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: #c3c3c3 !important; 
}
.modal-scroll {
  overflow-y: visible
}




#cancel_preload {
	position: absolute;
	top: -350px;
	right: 15px;

	color: #ffffff !important;
	font-size: 50px !important
}




/* ******************** */

.faixa-foto-lote {
  font-size: .9em;
  font-weight: 600;
  
  padding: 2px;
  color: #ffffff;
  background-color: #777777;
  width: calc(94%);

  position: absolute;
  bottom: 0px;

  opacity: .3;
  cursor: pointer;
}



.img-lote-change {
  cursor: pointer;
  border: 1px solid #cccccc;
}

.col-img-lote:hover .faixa-foto-lote {
  opacity: .9 !important;
  padding: 13px 5px;
  font-size: 1.3em;
}


.faixa-foto-lote:hover {
  opacity: 1 !important;
  background-color: #343434;
}

.col-img-lote:hover img {
  opacity: .5 !important
}





.excluir_foto_lote {
  cursor: pointer;
  opacity: .2;
  position:absolute;
  right: 20px;
  top:5px;
  font-size:30px;
  padding: 8px 12px;
  border-radius: 50%;
  color:rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(0, 0, 0, 0.7);
  z-index: 999999;


}

.excluir_foto_lote:hover {
  color:red;  
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid red;  
}



.excluir_foto_lote_mini {
  opacity: .5;
  font-size:15px;
  padding: 8px 9px;
  border-radius: 50%;
  color:rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  z-index: 9999999 !important;
}

.excluir_foto_lote_mini:hover {
  color:#F44336;  
  opacity: 1;
  font-size:18px;
  padding: 8px 10px;
  background: #ffffff;
  border: 2px solid #F44336;  
}


.excluir_animal_add {
	position: absolute;
	cursor: pointer;
	right: 18px;
	top: 22px;
	opacity: .3 !important
}
.excluir_animal_add:hover {
	opacity: 1 !important
}




.btn_add_fotos_lote {
  top: 65px !important;
}
.btn_add_fotos_lote:hover {
  color:#2196F3;  
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #2196F3;  
}




.col-img-lote:hover .excluir_foto_lote {
  opacity: 1;
}




/* NEW FECHAMENTO */

.bg-silver:hover,
.bg-silver {
  background-color: #c0c0c0 !important;
  /* background-color: #daffe5 !important; */
  font-weight: 600;
}

.bg-footer-table {
  background-color: #e1e1e1;
}



.custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}



@media (max-width: 1500px) {
  .help-videos iframe {
    height: 200px
  }
}




.malha-load-foto-lote {
  position: absolute;
  top: -2px;
  width: 94%;
  height: 76%;

  color: #3e3e3e;
  text-align: center !important;
  background-color: rgba(204, 204, 204, 0.5);
  padding-top: 55px;
  opacity: 0
}

.img_add_lote:hover .malha-load-foto-lote {
opacity: 1;
}





.msg-cobranca {
  width: 80%;
  color: #ffffff;
  position: relative;
  border-radius: 3px;
  margin-top: 3px;
  margin-bottom: 4px;
  padding: 6px 10px 0;
  border: 1px solid #15a05f;
}


.msg-cobranca .title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0
}
.msg-cobranca .hora {
  text-align: right;
}

.msg-cobranca.left {
  border: 1px solid #848484;
  background-color: #848484;
  margin-left: 12px;
}
.msg-cobranca.right {
  
  border: 1px solid #a1a1a1;
  background-color: #a1a1a1;
  margin-left: calc(20% - 12px);	
}
#div_msgs_cobranca {
  border: 1px solid #efefef;
  overflow: auto;
  height: 600px;
}


.msg-cobranca > i {
  top: -16.7px;
  font-size: 45px;
  position: absolute;
}
.msg-cobranca.left > i {
  left: -13px;
  color: #848484;
}
.msg-cobranca.right > i {
  right: -12px;
  color: #a1a1a1;
}
#form_msg_cobranca textarea {
  border: 1px solid #888888;
  border-radius: 3px;
  padding: 8px;
}







.bg-pink-table {
  background-color: #feb6d5;
}
.bg-blue-table {
  background-color: #b8e5f7;
}

.table-test-gen>thead>tr>th {
  border-right: 2px solid #ffff;
  /* border-bottom: none; */
}

.table-test-gen {
	background-color: #ffffff;
	border: 3px solid #cccccc;
	margin-bottom: 30px;
}

.barra-tabela { 
  padding-top: 9px;
  padding-bottom: 9px;
  display: none;
}




#sparks li {
	padding: 10px
}



#custom_scroll {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
#custom_scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#custom_scroll::-webkit-scrollbar-thumb {
  background: #98a3ad !important;
}
#custom_scroll::-webkit-scrollbar-thumb:hover {
  background: #50565b !important; 
}


.orange,
.laranja {
  color: #ec6608
}


.dropdown-menu {
  font-size: 11px;
}
.dropdown-menu>li>a{
  white-space: inherit;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #22262e
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #22262e;
}



.smart-style-1 .btn-header>:first-child>a {
  background: #f8f8f8;
  border: 1px solid #22262e38;
  color: #22262e!important;
  cursor: pointer!important;
}


nav ul .active > a {
  color: #1A5036 !important;
  font-weight: 600 !important;
}


.width-120px {
  width: 120px;
}

label.check-container input:checked ~ .checkmark {
  background-color: #1A5036 !important;
}





.smart-style-3 nav>ul>li>a>i {
  color: #000000;
}


.smart-style-3 nav ul li.active>a {
  color: #de7c36 !important;
}



.table-padrao td,
.table-padrao th {
	text-align: center;
	vertical-align: middle !important;
}



.sandbox-clicksing {
  color: #1b2936;
  padding: 1px 5px;
  font-weight: 600;
  border-radius: 2px;
  background-color: #ffe000;
}


#lista_lotes iframe {
	width: 100%;
	height: 220PX;
}



.select2-results li.select2-result-with-children>.select2-result-label {
	color: #22262e;
}
.select2-results .select2-highlighted {
	background: #22262e;
}



.dropzone .dz-preview .dz-progress {
  left: 45%;
  border: 2px solid rgba(0,0,0,.8);
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  margin-top: 12.4%;
  font-size: 90%;
}

.dropzone {
  min-height: 120px;
  border-radius: 3px ;;
  padding: 3px;
}

.dropzone .dz-preview .dz-image {
  border-radius: 4px;
}

.dropzone .dz-preview {
  margin: 0;
}




#modal_documentos .row {
  margin: 2px;
}
#modal_documentos .col-sm-6,
#modal_documentos .col-sm-4 {
  padding-left: 1px;
  padding-right: 1px;
}
.img_docs_modal {
  width: 100%;
  border: 1px solid #cccccc;
}
#modal_documentos iframe {
  min-height: 650px;
  width: 100%;
  border: 0;
}

.vertical-text {
  /* writing-mode: tb-rl; */
  writing-mode: vertical-lr;

  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform:rotate(180deg);
  transform: rotate(180deg);

  white-space:nowrap;
}


.br_row_local_cvl {
  background-color: #e8e8e8;
}
.br_row_local_cvl:hover {
  background-color: #adadad !important;
}
::placeholder {
  opacity: .5; 
}
.inline-block {
	display: inline-block !important;
}
.bg-yellow-2 {
  background-color: #fffc9e !important;
}


/* TENTATIVA DE AUMENTAR O ESPAÇAMENTO VERTICAM ENTRE OS CAMPOS - LAYOUT NOVO */
form.smart-form .row > div {
  margin-bottom: 5px;
}


.form-group {
  margin-bottom: 0;
}
.select2-results {
	max-height: 300px;
}


#modal_notas_contratos .chat-body {
  height: 430px !important;
  padding: 0 !important;
}
#modal_notas_contratos .chat-footer {
  padding-bottom: 0;
}
#modal_notas_contratos .smart-style-1 img.online {
  border-left: none;
  border-left-color: #c8c8c8 !important;
}
#modal_notas_contratos .chat-body li.message img.online {
  padding: 3px;
  max-width: 35px;
  border: 1px solid #c8c8c8;
}

/* REESCREVENDO ALGUNS STYLES DO SMART-FORM */
.smart-custom {
  color:#666
}
.smart-custom fieldset {
  display: block;
  padding: 15px 14px 5px;
  border: none;
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.smart-custom header {
  display: block;
  padding: 15px 13px;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, .1);
  background: rgba(248, 248, 248, .9);
}
.smart-custom header {
  padding: 15px 13px;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, .1);
  background: rgba(248, 248, 248, .9);
}
.smart-custom .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 95%;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.smart-custom .table-infos {
  margin-bottom: 26px;
}
/* CUSTOM PAGINA DE HISTÓRICO */
@media screen and (min-width: 992px) {
  .smart-custom fieldset{
    /* height: 67vh;
    overflow-y:auto; */
  }

  .smart-custom .table-infos {
    overflow-y: scroll;
    max-height: 57vh;
    margin-bottom: 0px;
  }

  .table-infos table > tfoot{
    position: sticky;
    bottom: -2px;
  }

}

/* CUSTOMIZANDO FORM DE DOCUMENTOS PARA DROP DE ARQUIVOS */
.custom-dropzone-form.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
  margin: 0px;
  font-size: 100%;
}
.custom-dropzone-form.dropzone{
  min-height: 107px;
}
.custom-dropzone-form{
  background: #e1e1e142;
  border: 1px solid #1A5036;
  border-style: dashed;
  border-radius: 10px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-dropzone-form.com-arquivo{
  background: transparent;
  border: none;
}
.custom-dropzone-form .dz-button{
  background: transparent;
  border: hidden;
}
.custom-dropzone-form .dz-image{
  height: 107px;
  width: 107px;
}
.custom-dropzone-form .dz-error .dz-error-mark {
  display: none;
}

.form-update.custom-dropzone-form.dropzone .dz-preview {
  margin: 0px;
  margin-bottom: 10px;
}
.form-update.custom-dropzone-form.dropzone .dz-message{
  margin-bottom: 14px;
}

.smart-style-1.menu-on-top nav>ul ul li:hover>ul {
  max-height: 500px;
  overflow: auto;
}


/* BOX */
.small-box-xs > .inner {
  padding: 5px;
}

.small-box-xs h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 4px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box-xs p {
  font-size: 11px;
  margin: 0 0 7px !important;
}

.small-box-xs p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}

.small-box-xs h3,
.small-box-xs p {
  z-index: 5;
}

.small-box-xs .icon {
  transition: all 0.3s linear;
  position: absolute;
  top: 6px;
  right: 9px;
  z-index: 0;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box-xs:hover .icon {
  font-size: 30px;
}

@media (max-width: 767px) {
  .small-box-xs {
    text-align: center;
  }
  .small-box-xs .icon {
    display: none;
  }
  .small-box-xs p {
    font-size: 12px;
  }
}

.small-box-xs {
  border-radius: 3px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  height: 54px;
}

.small-box-xs h4 {
  font-size: 14px;
  font-weight: bold;
  /* margin: 0 0 5px 0; */
  white-space: nowrap;
  padding: 0;
}

.small-box-xs .text h4 {
  font-size: 18px !important;
}

.bg-box-verde {
  background-color: #ddddddd6;
  color: #212121;
  border: 1px solid #e5e5e5;
  border-left: 2px solid green;
}

.bg-box-azul {
  background-color: #ecececd6;
  color: #212121;
  border: 1px solid #cfcfcf;
  border-left: 2px solid #0d6efd;
}




#div_notificacoes_diarias h4{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 17px !important;
}

.popover .popover-body .popover-banner{
  max-height: 150px;
  width: auto; /* Isso garante que a largura da imagem seja ajustada automaticamente */
}

div:has(> .loading-css){
  position: relative!important;
}
div:has(> .loading-css:not(.loading-css[style="display: none;"])) > *:not(.loading-css){
  filter: blur(2px);
}

.loading-css {
  backdrop-filter: blur(2px);
  color: #018043;
  position: absolute;
  top: 50%;
  left: 47%;
  height: auto;
  width: auto;
  z-index: 900;
}

.fc .fc-toolbar-title {
  margin: 20px;
}


.fc .fc-button {
  padding: 0 .6em;
}


.btn-home-acesso{
  padding: 5px;
  width: 100%;
  cursor: pointer;
  float: left;
  margin-top: 7px;
}

.btn-home-acesso i {
  font-size: 20px;
  color: #000;
}

.btn-home-acesso p {
  font-size: 12px;
  color: #000;
}


.btn-light {
  border-color: #ccc;
}

.btn:hover {
  color: #000;
  background-color: #d3d4d5;
  border-color: #c6c7c8;
}

#calendar a {
	color: black;
}

#calendar .fc-daygrid-event-harness {
	color: white
}



.comissao-estilizada {
  background-color: #f9f9f9;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

.valor-comissao {
  font-weight: bold;
  font-size: 14px;
}


.summary {
  border: 1px solid #dee2e6; /* Borda sutil */
  padding: 10px; /* Espaçamento interno */
  border-radius: 5px; /* Bordas arredondadas */
  background-color: #e5e5e5; /* Fundo suave */
  display: flex; /* Usar flexbox */
  flex-wrap: wrap; /* Permitir quebra de linha em telas menores */
  justify-content: space-between; /* Espaçar igualmente os itens */
  align-items: center; /* Centralizar verticalmente */
}
.summary div {
  flex: 1; /* Permitir que os itens ocupem espaço igual */
  margin-right: 10px; /* Margem lateral para espaçamento */
  font-size: 12px;
}
.summary div:last-child {
  margin-right: 0; /* Remove margem do último item */
}