@CHARSET "UTF-8";

body{
    background-color: transparent;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    
    
}

/*H*/
.h1, .h2, .h3, h1, h2, h3 {
  /*  margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    font-weight: 700 !important;*/
}
.h1, h1 {
    /*font-size: 24px;*/
}

.h2, h2 {
   /* font-size: 20px; */
}

/*Fim H*/

/*Customizacao do template adminLte*/
 .content-wrapper{
        margin-top: 50px;
    }
.skin-blue .main-header .navbar {
    background-color: var(--cor-principal);
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	background-color: var(--cor-principal);
}
.skin-blue .main-header .logo {
	background-color: var(--cor-principal);
	color: #fff;
	border-bottom: 0 solid transparent;
}
.skin-blue .main-header .logo:hover {
	background-color: #000;
}
.main-header .sidebar-toggle {
    color: #fff !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
	background-color: #000;
}
.main-header .logo .logo-lg {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.skin-blue .sidebar-menu > li > a {
	
	color: #fff !important;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
	color: #fff !important;
}
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
       color: var(--cor-secundaria) !important;
}
.skin-blue .main-header .navbar .nav > li > a {
	color: #fff !important;
}

.skin-blue .sidebar-menu > li > a > span{
	word-break: break-all;
  white-space: normal;
}

.modal-dialog {
	width: 700px;
}
.modal-campos, .botao-incluir {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: linear-gradient(90deg, rgba(237,237,237,1) 0%, rgba(237,237,237,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
}

.modal-campos-wrap {
	margin: -15px;
}

.botao-incluir {
	margin: 0;
	padding-bottom: 20px;
}

.bootstrap-dialog-footer-buttons {
	text-align: center;
}
.nav-tabs-custom > .nav-tabs > li.active {
	border-right: solid 1px #D8D8D8;
	border-top: none;
}
.breadcrumb {
	padding: 8px 15px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.breadcrumb > .active {
	color: var(--cor-secundaria);
	font-weight: 700;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #333;
	content: ">";
	/* font-size: 1.3em; */
	/* border: 1px solid red; */
	/* margin-bottom: -5px; */
	/* margin-bottom: 5px; */
	bottom: -5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
	border-radius: 0;
	font-weight: 700;
	font-size: 1.1em !important;
	border: none;
	padding: 0 20px;
	border-right: solid 1px #D8D8D8;
}

/* Customiza largura dos campos da tab Licenças */
.flex-row { display: flex }

.p-8 { padding: 0 8px }

.w-150 { width: 150px }

.w-100 { width: 100px }

.w-350 { width: 350px }

/*Fixar o menu lateral*/
.main-sidebar{
    position: fixed;
}
/*Customizacao do template adminLte*/



/*Painel de busca*/
.painel-busca {
	background-color: #fff;
	position: absolute;
	width: 95%;
	border-left: 2px solid var(--main-color);
	padding: 5px;
	box-shadow: 1px 2px 2px #333;
	max-height: 250px;
	overflow: auto;
	/* height: 250px; */
	z-index: 9;
	background-color: #FFFFD8;
        display: none;
}
/*Painel de busca*/


/* Menu fechado sem scrollbar */
.treeview-menu {
    background-color: #202529 !important;
    padding: 8px 0;
    min-width: 200px;
    max-height: 300px;
    overflow-y: hidden; /* Oculta o scroll inicialmente */
    transform: translateY(-8px);
    transition: transform 0.1s ease-out;



    scrollbar-width: none; /* Firefox: oculta scroll */
}

/* Quando o usuário passa o mouse: ativa scroll */
.treeview-menu:hover {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

/* Itens do menu */
.treeview-menu li {
    list-style: none;
    padding: 8px 4px;
    align-items: center;
    cursor: pointer;
}

/* Ícones */
.treeview-menu li i {
    color: #ccc;
}

/* Scrollbar estilizado para Webkit (Chrome, Edge) */
.treeview-menu:hover::-webkit-scrollbar {
    width: 6px;
}

.treeview-menu:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}





/*Mobile*/
@media only screen and (max-width : 979px) {
	.modal-dialog {
	width: 95%;
}

}

@media only screen and (max-width : 767px) {
    .content-wrapper{
        margin-top: 100px;
    }
}
/*Mobile*/


/*best APP Template Custom Begin*/
.content-wrapper {
    background-color: white;
}

.box, .box-body, .table-bordered, .table-bordered>thead>tr>th, .table-bordered>tbody>tr>td {
    border: none;
    box-shadow: none;
    vertical-align: middle;
}

td .badge {
    background-color: transparent;
    color: #333;
    padding: 5px 8px;
    padding-left: 5px;
    font-weight: normal;
    border: solid 1px orange;
    text-align: center;
    border-radius: 8px;
}

.form-filtros > .form-control, .btn-default {
    background: transparent;
    border-color: orange;
}

.btn-default {
    line-height: 1.6;
}

.btn-pesquisar {
    margin-left: 4px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.nav-tabs-custom>.nav-tabs {
	border: none;
	display: flex;
	justify-content: center;
}

.btn-success {
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	margin-left: 4px;
}

.input-group .input-group-addon {
    border: none;
    background-color: #f3f3f3;
}

#tab-contatos .btn {
	background: none;
	padding: 0;
	font-size: 14px;
}

#tab-contatos .btn i {
	padding: 10px;
}

#tab-produtos #btn-incluir-produto- {
	background: transparent;
	border: none;
	padding: 6px 0;
}

td a i.fa {
	font-size: 18px;
	letter-spacing: 8px
}

/*best APP Template Custom End*/


/*Template de busca de campos*/
.modal-content {
	border-radius: 6px;
}

.modal-campos{
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    height: 60vh;
}
.modal-campos-direito{
    background-color: #EDEDED;
    width: 30%;
    padding: 25px 20px;
}
.modal-campos-direito ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.modal-campos-direito ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.modal-campos-direito ul li a {
	width: 100%;
	padding: 10px 0;
	font-size: 13px;
	font-weight: 700;
	color: #333 !important;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
.modal-campos-direito ul li a.active{
    color: var(--cor-secundaria) !important;
}
.modal-campos-direito ul li a:hover{
    color: var(--cor-secundaria) !important;
}

.modal-campos-esquerdo{
    background-color: #fff;
    flex-grow: 3;
    padding: 12px 6px 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.table {
	max-width: 99%;
}

#output-campos::-webkit-scrollbar-track {
    background-color: white;
}
#output-campos::-webkit-scrollbar {
    width: 5px;
    background: #7A7A7A;
}
#output-campos::-webkit-scrollbar-thumb {
    background: #7A7A7A;
	border-radius: 4px;
}
/*Template de busca de campos*/

#filtros-avancados span {
	vertical-align: middle;
	font-size: 13px;
	padding: 0 5px;
}

input[type=checkbox] {
    margin: 0 0 3px 0;
    vertical-align: middle;
}

#tab-representantes button {
	background: transparent;
	padding: 0;
}

#tab-representantes button:hover {
	transform: scale(1.1)
}

/*sumernote*/
.note-editable table{
	border: 1px solid #333;
}

.note-editable table thead tr th{
	border: 1px solid #333;
}

.note-editable table tbody tr td{
	border: 1px solid #333;
}

.summenote-pagebreak {
	width: 100%;
	border: 1px dashed blue;
	display: block;
	text-align: center;
	padding: 5px;
}
/*fim sumernote*/
