@media only screen and (max-width: 400px) {
    .mobile-hide{ display: none !important; }
   }
   @media only screen and (max-width: 450px) {
    .mobile-hide{ display: none !important; }
   }
   @media only screen and (max-width: 400px) {
    .mobile{ display: inline !important; }
   }
   @media only screen and (min-width: 500px) {
    .desktop-hide{ display: none !important; }
   }

   
@font-face
{
    font-family: microsoft-tai-le;
    src:url('../fonts/taile.ttf')
}

/*ADD PARA A CONFIG DA DIV PRINCIPAL QUE INCORPORA OS ARQUIVOS, BY RIBAMAR COSTA FILHO
EM 30-01-19*/
.divPrincipal{
    margin-left:1%;
    margin-right:1%;
    margin-bottom:1%;
    padding-top:1%;
    padding-bottom:1%;
    border:1px solid #dbdbdd;
}

.modal-lg{
    max-width:95%;
}


/*TRECHO PARA ADICIONAR COR NA TAB DINÃMICA --------------------------------*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    color: #fff;
    background-color: #086587;
    border-color: #dee2e6 #dee2e6 #fff;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
/*FIM TRECHO PARA ADICIONAR COR NA TAB DINÃMICA ----------------------------*/





/* --------------------------------------------------- *
   PRÉ-LOADING ------------ BEGIN
*---------------------------------------------------- */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: url(../img/loader/64x/Preloader_2.gif) center no-repeat; */
	background-color: rgba(255, 255, 255, 0.5);

}
.centralizar
{
	margin-top:40vh;
	opacity:1 !important;
}
/* --------------------------------------------------- *
    PRÉ-LOADING ------------ END
 *---------------------------------------------------- */

h0
{
	font-size: 50pt;
	font-bold: false;
	font-name: cursive;
}

.quadro-dash
{
	height: 140px; 
	border-radius: 10px;	
}

.quadro-chart
{
	border-radius: 10px;	
}

.botaoeditar
{
	color: #009933;	
}

.botaoexcluir
{
	color: #ff0000;
}

.botaovisualizar
{
	color: #1aa3ff;
}


body
{
    background: #fafafa;
    font-family: microsoft-tai-le;
}

p
{
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

table tr{
font-size:12px;

}

a,
a:hover,
a:focus
{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar
{
    padding: 15px 10px;
    background: #5d811f;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar
{
    min-width: 250px;
    max-width: 250px;
    /*background: #90b94a; /*COR BASE DO MENU*/
    background:#0082B4;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active
{
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #0082B4; /*COR DO FUNDO DA ÁREA DA IMG DO MENU O LOGO DA EMSERH*/
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components
{
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover
{
    color: #FFFF;
    font-weight: bold;
    background-color: #076e93;/*COR BASE PARA O HOVER NO MENU PRINCIPAL*/

    border-left:2px solid #1676ad;
    border-right:3px solid #1676ad;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"]
{
    color: #fff;
    background: #076e93;/*COR BASE PARA MENU ABERTO*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a 
{
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0a9ed3;
}

ul.CTAs 
{
    padding: 20px;
}

ul.CTAs a 
{
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download
{
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover
{
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content 
{
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) 
{
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after 
	{
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active 
	{
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs 
	{
        display: none;
    }
    #sidebar .sidebar-header strong 
	{
        display: block;
    }
    #sidebar ul li a 
	{
        padding: 20px 10px;
    }
    #sidebar ul li a span 
	{
        font-size: 0.85em;
    }
    #sidebar ul li a i 
	{
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a 
	{
        padding: 10px !important;
    }
    #sidebar ul li a i 
	{
        font-size: 1.3em;
    }
    #sidebar 
	{
        margin-left: 0;
    }
    #sidebarCollapse span 
	{
        display: none;
    }
    .barraInformacao{
        color: #7386D5;
        color: var(--bs-blue);
      }
}
