html {
    /*altura fixada em 100% para retirar o espaço em excesso após o footer*/
    height: 100% !important;
}

body {
    /*font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;*/
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}


.login-logo {
    width: 210px;
}

.contato-login {
    text-align: center;
    width: 50%;
    margin-top: 5px;
    margin-left: 25%;
    margin-right: 25%;
}

.logotipo-intellihub {
    width: 100px;
    /*margin-left: -100px;*/
}

.skin-blue .main-header .logo {
    background-color: #1189ca !important;
    color: #fff;
    border-bottom: 0 solid transparent;
}


.skin-blue .main-header .navbar {
    background-color: #1189ca !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #0d6b9e !important;
}


.text-success {
    color: #0dff00 !important;
}

.skin-blue .sidebar-menu > li.header {
    color: #fff;
    background: #1189ca !important;
    margin-bottom: 5px;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #5690af !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

/*.sidebar-menu>li a:hover {
	background: #5690af !important;
	margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}*/

.skin-blue .sidebar a {
    color: #fff;
}

li.treeview.menu-open a {
    background: transparent !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-radius: 5px;
}

ul.treeview-menu {
    background: transparent !important;
    color: #fff !important;
    margin-left: 5px;
    margin-right: 5px;
}


.treeview-menu > li a {
    color: #fff !important;
    margin-left: 5px;
    margin-right: 5px;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    margin-top: 5px;
}


    .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
        background: rgba(255, 255, 255, 0.3) !important;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
    }


/*---------------------------------QUADROS DO DASHBOARD----------------------------*/

.bg-aqua, .bg-green, .bg-yellow, .bg-red, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    border-radius: 10px !important;
}

.nav-tabs-custom {
    border-radius: 10px !important;
}

    .nav-tabs-custom > .nav-tabs.pull-right {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
            border-top-right-radius: 10px;
        }

    .nav-tabs-custom > .nav-tabs > li.active {
        border-top-color: transparent !important;
    }


.tab-content > .active {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.tab-content > .active {
    display: block;
}

.box.box-success {
    border-top-color: #00a65a;
    border-radius: 10px !important;
}


.box.box-solid {
    border-top: 0;
    border-radius: 10px !important;
}


.box-footer {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.box.box-info {
    border-top-color: transparent !important;
}

.box {
    border-radius: 10px;
}
/*--------------------------------SOMBRA DA SIDEBAR--------------------------------*/
.main-sidebar {
    -webkit-box-shadow: 5px 3px 5px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 5px 3px 5px rgba(50, 50, 50, 0.2);
    box-shadow: 5px 3px 5px rgba(50, 50, 50, 0.2);
}

/*-------------------------------PERFIL DO USUARIO---------------------------------*/
.skin-blue .main-header li.user-header {
    background-color: #1189ca;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #fff;
}


.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
/*------------------------------BOTÃO PERFIL--------------------------------------*/
.btn.btn-flat {
    background-color: #007BFF !important;
    color: #fff;
    border-radius: 5px !important;
}

.btn.btn-primary {
    background-color: #007BFF !important;
    border: 1px solid #007BFF !important;
    border-radius: 5px !important;
}

.main-footer {
    position: relative;
    bottom: 0;
    left: 0;
    /*width: 100%;*/
}

button {
    background-color: #007BFF !important;
    border: 1px solid #007BFF !important;
    border-radius: 5px !important;
}

/*-----------------------------RODAPE---------------------------------------------*/
.logotipo-rodape {
    display: block;
    width: 210px;
}

.legenda {
    display: block;
    position: absolute;
    overflow: hidden;
    padding-left: 250px;
    margin-top: -25px;
}

/*-----------------------------TELA LOGIN----------------------------------------*/

.box-login {
    width: 30%;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-login-logo {
    margin-top: 50px;
}

.campos {
    width: 80%;
    /*margin: 0% 30%;*/
    max-width: 600px;
}

.campos-fundo {
    background: white;
    border: 1px solid #c2c2c2;
    height: 36px;
    margin-bottom: 10px;
}

.campos-preenchimento {
    width: 10%;
    display: inline;
}

.icone {
    display: inline;
    margin-left: 15px;
}

.campo-form {
    width: 90%;
    display: inline-flex;
}

/*#email{
	width: 100%;
	margin-bottom: 15px;
	border: none;
}

#senha{
	width: 100%;
	margin-bottom: 15px;
	border: none;
}*/

.login.btn.btn-flat {
    width: 100px;
}


/*-----------------------------------RESPONSIVO------------------------------------*/

/*@media screen and (max-width: 500px){


.contato-login{
	text-align: center;
	width: 70%;
	margin-top: 5px;
	margin-left: 15%;
	margin-right: 15%;
}

.logotipo-intellihub{
	width:100px;
	margin-left: 0px;
}


.logotipo-rodape{
	margin-left:30%;
	margin-right: 30%;
	width: 40%; 
}
.legenda{
	padding-left: 20%;
	margin-top: 10px;
	position: relative;
}
.content-wrapper{
	width: 100%;
}
.login-content{
	width: 100%;
}
.box-login{
	width: 90% !important;
	margin-left: 5%;
	margin-right: 5%;

}
.box-login-logo img{
	margin-top: 10px;
	width: 60% !important;
}
.campos{
	width: 80%;
}
.campo-form{
	width: 80%;
	display: inline-block;
}
#email{
	width: 80%;
}
#senha{
	width: 80%;
}
}


@media screen and (min-width: 690px){

.skin-blue .main-header .navbar .sidebar-toggle {
    display: none;
}

.box-login{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

.campos{
	width: 80%;
}
.campo-form{
	width: 80%;
	display: inline-block;
}
#email{
	width: 80%;
}
#senha{
	width: 80%;
}
}

@media screen and (min-width: 1024px){



.box-login{
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
}

.campos{
	width: 80%;
}
.campo-form{
	width: 80%;
	display: inline-block;
}
#email{
	width: 80%;
}
#senha{
	width: 80%;
}
}*/

#LogTable {
    width: 100% !important;
}

#LogTable_wrapper > .row {
    /*background-color: aqua;*/
    margin: 20px !important;
}

h1 {
    margin-left: 30px;
    color: #007BFF;
    /*font-family: Verdana;*/
    font-weight: bold;
    font-size: 12pt;
}

/*.table > thead > tr > th {
	border-bottom: 3px solid #007BFF !important;
}*/

/*.table > tfoot > tr > td {
	border-top: 3px solid #007BFF !important;
}*/
table.dataTable tr.odd {
    background-color: white !important;
}

table.dataTable tr.even {
    background-color: #efefef !important;
}

table.dataTable tr.odd:hover {
    background-color: #cccccc !important;
}

table.dataTable tr.even:hover {
    background-color: #cccccc !important;
}

/*paginate_button page-item active*/
paginate_button {
    background-color: #007BFF !important;
}

.log-textarea {
    height: 5em;
    width: 100%;
    padding: 3px;
    transition: all 0.5s ease;
    /*resize: none;*/
}

    .log-textarea:focus {
        height: 30em;
    }


.log-textarea-min {
    height: 5em;
    width: 100%;
    padding: 3px;
    transition: all 0.5s ease;
    /*resize: none;*/
}

    .log-textarea-min:focus {
        height: 10em;
    }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #007BFF !important;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    margin-top: 10px !important;
    margin-right: 15px !important;
}

.nav-item nav-link::after hover {
    color: #e400fe
}

.nav-treeview {
    display: none;
}

.nav-item.active .nav-treeview {
    display: block;
}

.nav-treeview .nav-link.sub-item {
    font-size: 0.9rem;
}

.main-item {
    display: flex !important;
    align-items: center; /* Alinha verticalmente os itens dentro do link */
    justify-content: space-between; /* Garante que o conteúdo e o ícone estejam nos extremos opostos */
}

.nav-link {
    display: flex;
    align-items: center; /* Alinha verticalmente os itens dentro do link */
}

    /* Estilo para o ícone de seta para baixo */
    .nav-link .menu-toggle {
        font-size: 0.75rem; /* Tamanho reduzido do ícone */
        transition: transform 0.3s ease; /* Suaviza a rotação ao expandir/fechar o menu */
    }

/* Mostra os subitens quando o menu está ativo */
.nav-item.has-treeview.active .nav-treeview {
    display: block;
}

/* Roda o ícone quando o menu está aberto */
.nav-item.has-treeview.active .menu-toggle {
    transform: rotate(180deg);
}

.nav-link.active {
    background-color: #007bff !important;
    color: white !important;
}

.nav-item.has-treeview.open > .nav-link {
    background-color: #007bff !important;
    color: white !important;
}

.nav-item.has-treeview.open > .nav-treeview {
    background-color: #007bff !important;
    color: white !important;
}

.nav-pills > li.active > a {
    background-color: #007bff !important;
}

.nav-treeview .nav-link.active {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #333 !important;
}

.nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #343a40 !important;
}
