@import url('https://fonts.googleapis.com/css?family=Roboto');

html { 
    width: 100%; 
    height:100%; 
    overflow:hidden;
}

body { 
    width: 100%;
    height:100%;
    font-family: 'Roboto', sans-serif;
    background: transparent url('http://dev.nahar.com.br/img/fundo.png')no-repeat top center;
    background-size: auto;
}

/*
    Divs Retorno
*/

.erros{
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: auto;
    padding: 5px;
    color: #fff;
    background: #ac2925;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*
    Login
*/

.login { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -160px;
    width:320px;
    height:auto;
    
    background: rgb(125,126,125, 0.7); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(125,126,125, 0.7) 0%, rgba(14,14,14, 0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(125,126,125, 0.7) 0%,rgba(14,14,14, 0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(125,126,125, 0.7) 0%,rgba(14,14,14, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    
    color: #fff;
    text-shadow: 2px 0px 2px #000;
    
    text-transform: uppercase;
}

.login input{
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #000;
    color: #fff;
    margin-bottom: 10px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.login button{
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}


/* Dashboard */

body.dashboard{
    background-color: #ecf0f5;
    margin: 0px;
    padding: 0px;
    background-image: none;
    height: 100%;
    overflow: auto;
}

.dashboard .topo{
    height: 44px;
    line-height: 44px;
    background: #1373a9;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: fixed;
    z-index: 810;
}

.dashboard .topo .logo .menu-controle{
    float: left;
}

.dashboard .topo .logo .menu-controle{
    position: relative;
    float: left;
    padding: 8px 5px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #f27131;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dashboard .topo .logo .menu-controle .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.dashboard .topo .logo .menu-controle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.dashboard .topo .logo{
    font-size: 20px;
    color: #fff !important;
}

.dashboard .topo .logo a{
    color: #fff !important;
}

.dashboard .topo .logo a:hover{
    color: #fff !important;
    text-decoration: none;
}

.dashboard .topo .menu-suspenso{
    font-size: 16px;
    background-color: #ecf0f5;
}

.dashboard .topo .menu-suspenso .nomedousuario{
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
	background: #68b1da;
    color: #000;
}

.dashboard .topo .menu-suspenso .menu-usuario{
    display: none;
    /*position: absolute;*/
    top: 44px;
    background: #f27131;
    width: 100%;
    height: auto;
    z-index: 810;
}

.dashboard .topo .menu-suspenso .menu-usuario ul{
    list-style: none;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.dashboard .topo .menu-suspenso .menu-usuario li{
    width: 100%;
    height: 30px;
}
.dashboard .topo .menu-suspenso .menu-usuario li a{
    color: #fff;
}

.dashboard .menu{
    position: fixed;
    top: 44px;
    left: 0;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    background: #367fa9;
    color: #fff;
}

.dashboard .menu .container-fluid{
    padding: 0;
    margin-left: 10px;
}

.dashboard .menu .conteudo-menu{
    
}

.dashboard .menu .conteudo-menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.dashboard .menu .conteudo-menu ul li{
    width: 100%;
    height: auto;
    cursor: pointer;
    background: #f27131;
    border-bottom: 1px solid #fff;
}

.dashboard .menu .conteudo-menu ul li a{
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 12px 5px 12px 15px;
    display: block;
}

.dashboard .menu .conteudo-menu ul li ul{
    display: none;
    margin: 0 1px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard .menu .conteudo-menu ul li ul li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #1373a9;
    cursor: pointer;
    background: #367fa9;
}

.dashboard .menu .conteudo-menu ul li ul li:last-child {
    border-bottom: none;
}

.dashboard .conteudo{
    margin-left: 230px;
    color: #000;
    margin-top: 44px;
}

.dashboard .conteudo .aplicacao{
    margin-bottom: 30px;
}

.dashboard .conteudo .aplicacao .flxmain_table{
	display: inline;
}

.dashboard .conteudo .card-simples-texto{
    padding: 5px;
}

.dashboard .conteudo .card-simples-texto .cursor-pointer{
    cursor: pointer;
}

.dashboard .conteudo .card-simples-texto.expandir .expandir-conteudo{
    display: none;
}

.dashboard .conteudo .card-simples-texto .box{
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

.dashboard .conteudo .card-simples-texto .box .page-header{
    margin: 10px 0px 10px 10px;
    padding: 5px 0px 5px;
}

.dashboard .conteudo .card-simples-texto .box .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}

.dashboard .conteudo .card-simples-numero{
    padding: 5px;
}

.dashboard .conteudo .card-simples-numero .box{
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

.dashboard .conteudo .card-simples-numero .box .page-header{
    margin: 10px 0px 10px 10px;
    padding: 5px 0px 5px;
}

.dashboard .conteudo .card-simples-numero .box .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}

.dashboard .conteudo .card-simples-link{
    padding: 5px;
}

.dashboard .conteudo .card-simples-link a{
    color: #000;
}

.dashboard .conteudo .card-simples-link .mascara-link{
    background: #367fa9;
    width: 96%;
    height: 84%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
    position: absolute;
    top: 15px;
    text-align: center;
}

.dashboard .conteudo .card-simples-link .mascara-link i{
    margin-top: 45px;
}

.dashboard .conteudo .card-simples-link a:hover{
    color: #000;
    text-decoration: none;
}

.dashboard .conteudo .card-simples-link .box{
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

.dashboard .conteudo .card-simples-link .box .page-header{
    margin: 10px 0px 10px 10px;
    padding: 5px 0px 5px;
}

.dashboard .conteudo .card-simples-link .box .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}

.dashboard .conteudo .card-simples-relatorio-final{
    padding: 5px;
}

.dashboard .conteudo .card-simples-relatorio-final .box{
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.2);
}

.dashboard .conteudo .card-simples-relatorio-final .box .page-header{
    margin: 10px 0px 10px 10px;
    padding: 5px 0px 5px;
}

.dashboard .conteudo .card-simples-relatorio-final .box .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
}

.dashboard .conteudo .card-simples-relatorio-final .box .container-fluid {
    overflow-x: auto;
}
    
.dashboard .conteudo .card-simples-relatorio-final .box table {
    width: 100% !important;
}

/* Teste Grid Responsive */

#pinBoot {
  position: relative;
  /*max-width: 100%;
  width: 100%;*/
}

.white-panel {
  position: absolute;
  background: transparent;
}

.dashboard .conteudo .rodape{
    position: absolute;
    bottom: 0px;
    z-index: -1;
    text-align: center;
}

.dashboard .toolbar-app{
    display: none;
    position: absolute;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background: #1373a9;
    bottom: 0px;
    z-index: 820;
    width: 100%;
    color: #fff;
}

.dashboard .toolbar-app.ativo{
    display: block !important;
}

.dashboard .toolbar-app i{
    color: #fff !important;
}

/* ChangeDomains 30-08-2019 */
.changeDomains{
    width: 100%;
    padding: 0px;
    margin: 0px;
	list-style: none;
	color: #fff;
}
.changeDomains li{
	border-bottom: 1px solid #fff;
	height: 35px !important;
}

/*
    Responsivo
*/

@media (max-width: 460px) {
    .dashboard .conteudo{
        margin-left: -15px;
    }
    
    #menu{
        display: none;
    }
    
}

@media (max-width: 1300px) {
    /*
        Login
    */
    
}