﻿@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/*Definição das fontes da página*/
body { font-family: "Helvetica Neue","Segoe UI", Helvetica, Arial, sans-serif;}
/*Altura do navbar*/
body.menu { padding-top: 50px;}
/*linha abaixo do menu*/
div.menu-divisor{ border-bottom: 4px solid #0bceff; border-top:2px solid #fff;}
/*margem do menu para os elementos*/
div.margem-superior-pagina {margin-bottom:30px;}
/*Area com espaçamento interno*/
div.area-com-espaco{padding:20px;}
/*Area com subtitulos*/
div.area-subtitulo {padding-bottom:20px;}

/*MENU INTERNO*/
/*Logomarca - interna */
.navbar-brand{padding:2px}
.navbar-brand>img {max-width:95%;width: auto;}
.glyphicon-lg{font-size:18px;}
.glyphicon-xl {font-size: 5em; font-style:normal; font-weight:100;}
@media (min-width: 320px) {
    .glyphicon-xl {font-size: 2em; font-style:normal; font-weight:100;}
}
@media (min-width: 768px) {
    .glyphicon-xl {font-size: 3em; font-style:normal; font-weight:100;}
}
@media (min-width: 980px) {
    .glyphicon-xl {font-size: 5em; font-style:normal; font-weight:100;}
}

/*.badge-notify{
   background:red;
   position:relative;
   top: -12px;
   left: -5px;
   font-size:0.8em;
}*/
.badge-danger{
    color: #fff;    
    background-color: #d9534f;
}
.badge-warning{
    color: #fff;    
    background-color: #f0ad4e;
}
.badge-success{
    color: #fff;    
    background-color: #5cb85c;
}
.badge-primary{
    color: #fff;    
    background-color: #337ab7;
}
.badge-info{
    color: #fff;    
    background-color: #5bc0de;
}

div.area-subtitulo h1,
div.area-subtitulo h2,
div.area-subtitulo h3,
div.area-subtitulo h4,
div.area-subtitulo h5,
div.area-subtitulo h6{
    color:#9e9e9f;
    font-weight: 300;    
}
div.area-subtitulo h1{font-size:2em;}
div.area-subtitulo h2{font-size:1.8em;}
div.area-subtitulo h3{font-size:1.6em;}
div.area-subtitulo h4{font-size:1.4em;}
div.area-subtitulo h5{font-size:1.2em;}
div.area-subtitulo h6{font-size:1.1em;}

label{font-weight:600;}
 h1,  h2,  h3,  h4,  h5,  h6 { font-weight: 400; }


 /*Adiciona mais espaço após a imagem (sub-titulo com imagens)*/
.media .area-imagem-subtitulo { padding-right:30px;}
.media-body p.sub-titulo{padding-top:10px;}


.bg-cinza{background-color: #f2f2f2;}
.bg-certificado{background-color: #dff0d8;}
.bg-certificado-expirado{background-color: #f2dede;}
.bg-certificado-a-expirar{background-color: #fcf8e3;}

/*margens padrão*/
.marge-10{ margin:10px; }
.marge-20{ margin:20px; }
.marge-bot-10{margin-bottom:10px;}
.marge-bot-20{margin-bottom:20px;}
.marge-top-10{margin-top:10px;}
.marge-top-20{margin-top:20px;}



/*Titulo das paginas*/
.page-header{ margin-top:0; border:0; }
.page-header h1{font-weight:300;}
@media (max-width: 767px), (max-device-width: 767px) {
    .page-header h1 {
        font-size: 24px;
        font-weight: 300;
    }
}

/*Divisor para colunas para area de grid*/
.row.vertical-divider { overflow: hidden; }
.row.vertical-divider > div[class^="col-"] { text-align: center; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.row.vertical-divider div[class^="col-"]:first-child { border-left: none; }
.row.vertical-divider div[class^="col-"]:last-child { border-right: none; }
@media (max-width: 767px), (max-device-width: 767px) {
    .row.vertical-divider > div[class^="col-"] {
      text-align: center;
      border: 0px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding-top:10px;
      padding-bottom:10px;
    }
    .row.vertical-divider div[class^="col-"]:first-child { border-top: none; }
    .row.vertical-divider div[class^="col-"]:last-child { border-bottom: none; }
}



/*Area de botoes*/
.area-botoes{margin-top:20px; margin-bottom:10px;}
.area-botoes .btn {margin-top: 5px;}
.btn-width-100{width:100px;}
.btn-width-120{width:120px;}
.btn-width-150{width:150px;}
.btn-width-180{width:180px;}
.btn-width-200{width:200px;}
.btn-width-250{width:250px;}
.btn-width-300{width:300px;}


/*caminho de pao*/
.breadcrumb {background-color:#fff; padding:0; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; margin:0;}
.breadcrumb a { color: #9e9e9f; }
.breadcrumb > .active { color: #0bceff; }
.breadcrumb > li + li:before {
     content: "\00BB";
     color: #aaa;
}

/*Imagem de destaque grande*/
.jumbotron.dashboard {background: transparent url(Imagens/jumb_01.jpg) no-repeat;
            background-position:left center; background-size:cover; 
            height:350px; border-bottom:1px solid #e6e6e6;}

.jumbotron.dashboard h1 {font-size:60px; padding-top:40px;text-shadow: 1px 1px 0px #ccc;}
.jumbotron.dashboard p {color:#4dc5f9; font-size:30px;}

@media screen and (max-width: 480px), (max-device-width: 480px) {    
    .jumbotron{height:250px;}
    .jumbotron h1 {font-size:32px; padding-top:30px;}
    .jumbotron p {font-size:24px;}
}
@media screen and (max-width: 767px), (max-device-width: 767px) {
    .jumbotron{height:260px;}
    .jumbotron h1 {font-size:44px; padding-top:30px;}    
}

/*Area de aviso e mensagem da página de erro*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-danger {
    border-left-color: #e9573e;
}

.bs-callout-danger h4 {
    color: #e9573e;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}

/*-----------------------*/



/*--LOGIN--*/

.login {
    background: url('Imagens/login-full.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.login > body{ background-color: transparent !important;}
.login .capa { margin: 70px auto;}
.capa h1,.capa p{color:#fff;}
.login-texto{ margin-top:30px;}
.logo-login{height:100px; width:129px; -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}

.logo-password {
    height: 100px;
    width: 129px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media screen and (max-width: 767px), (max-device-width: 767px) {
    .logo-login{height:75px; width:90px;}
    .logo-password {
        height: 75px;
        width: 90px;
    }   
}

@media screen and (max-width: 480px), (max-device-width: 480px) {
    .logo-login{height:60px; width:73px;}
    .logo-password {
        height: 60px;
        width: 73px;
    }
    .login-texto{ margin-top:20px;}
    .full .capa { margin: 30px auto;}
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
 {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.login-botao { margin:30px 0; }

.btn.outline {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 12px 22px; 
    border-color: #fff;
    font-size:1.2em;
    color: #fff;
}

.btn-login.outline:hover, .btn-login.outline:focus, .btn-login.outline:active, .btn-login.outline.active, .open > .dropdown-toggle.btn-login {
	color: #fff;
	border-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}
.btn-login.outline:active, .btn-login.outline.active {
	border-color: #fff;
	color: #fff;
	box-shadow: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.login-botao .btn-link{
    color:#FFF;
    font-size:1em;
    font-weight:normal;
}

.input-groupLogin {
    width: 100%;
}


#icoGrupoLogin, #icoGrupoSenha{
    background-color:#fff !important;
    color:#212121;
}


/*******/

/*CARREGANDO*/
.ImagemProcessamento { position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; margin: -39px 0 0 -44px; z-index: 99999; background: url(Imagens/load.gif) no-repeat center;}
.BackgroundProcessamento { position: absolute; top: 0; left: 0; z-index: 99998; background-color: #fff !important; width:100%;}


/*BARRA HOMOLOGAÇÃO*/
.BarraHomologacao{
    width:100%;
    min-height:20px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, .25);
    text-align:center;    
    font-size:1em;
    color:#00deff;
}
.BarraHomologacaoInterna{
    width:100%;
    min-height:20px;
    background-color: #fdffd3;
    text-align:center;    
    font-size:1em;
    color:#00deff;
}

/*NAVBAR - SUB-MENU*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*INPUT FILE*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*ICONES REDONDOS*/
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;    
    color: #FFF;
    text-align: center;  
}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;    
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}
.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}

.round.default {
    background-color: #333;
}
.round.hollow.default {
    color: #333;   
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #333;
    -moz-box-shadow: 0px 0px 0px 3px #333;
    box-shadow: 0px 0px 0px 3px #333;
}
.round.success {
    background-color: #5cb85c;
}
.round.hollow.success {
    color: #5cb85c;   
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #5cb85c;
    -moz-box-shadow: 0px 0px 0px 3px #5cb85c;
    box-shadow: 0px 0px 0px 3px #5cb85c;
}
.round.warning {
    background-color: #f0ad4e;
}
.round.hollow.warning {
    color: #f0ad4e;   
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #f0ad4e;
    -moz-box-shadow: 0px 0px 0px 3px #f0ad4e;
    box-shadow: 0px 0px 0px 3px #f0ad4e;
}
.round.danger {
    background-color: #d9534f;
}
.round.hollow.danger {
    color: #d9534f;   
    background-color: #FFF;    
    -webkit-box-shadow: 0px 0px 0px 3px #d9534f;
    -moz-box-shadow: 0px 0px 0px 3px #d9534f;
    box-shadow: 0px 0px 0px 3px #d9534f;
}

/*Imagem logo empresa - tela detalhes*/
div.areaEmpresaLogo{
    border:1px dashed #ccc;
    width:100%;
    height:210px;
    background-color: #fff;
    margin:0 auto;
    overflow:hidden;
}

div.areaEmpresaLogo > img {    
    width:auto;
    height:100%;
    display:block;
    margin:0 auto; 
}

div.areaEmpresaAddLogo{
    border:1px dashed #ccc;
    width:100%;
    height:210px;
    background: #fff url(Imagens/img_sem_logo.png) no-repeat center 40%;
    margin:0 auto;
}

div.areaEmpresaAddLogo div{    
    width:60%;
    margin-top:150px;
}

.linkAddLogo{
    color:#b4b4b4;
    text-decoration:none;
}
.linkAddLogo:hover{
    color:#0bceff;
    text-decoration:none;
}

div.areaEmpresaAddLogo:hover{
    border-color:#0bceff;
    background-image:url(Imagens/img_sem_logo_hover.png);
}

.imgLogoAdd {
    max-width: 100%;
}

.imagem-container {
  min-height: 100px;
  max-height: 295px;  
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .imagem-container {
    min-height: 150px;
  }
}

.imagem-container > img {
  max-width: 100%;
}
 

/*templates*/
.DanfeConfig:hover{
    border:0px solid #0bceff; 
}
.DanfeConfig{            
    width:100%; 
    height:200px; 
    border:0px solid #fff; 
    margin-top:20px;
    cursor:pointer;
    background-color:#fff;
}
.DanfeConfigSelecionado{
    border:0px solid #0bceff;
    width:100%; 
    height:200px;     
    margin-top:20px;
    cursor:pointer; 
    background:#fff url(Imagens/ico_selecionado.png) no-repeat center 98%;
}
.DanfeConfigEscolhido{
    border:0px solid #0bceff;
    width:100%;     
    background:#fff;
}

.DanfeConfigSelecionado > .texto-template, .DanfeConfig > .texto-template, .DanfeConfigEscolhido > .texto-template{
    margin-top:20px;
    font-weight:400;
    color:#828282;
    font-size:1.2em;
}
.DanfeConfig:hover > .texto-template{
    color:#0bceff;
}
.DanfeConfigSelecionado > .texto-template, .DanfeConfigEscolhido > .texto-template{
    color:#0bceff;
}


.borda-inferior-pontilhada{ border-bottom:1px dashed #ccc}


/*TAB PERSONALIZADA*/
.tab .nav-tabs
{
    border-color:#fff;
}

.tab .nav-tabs > li{
    margin-right: 2px;
}
.tab .nav-tabs > li > a{
    border: none;
    padding: 18px 25px;            
    /*background:#ddd;border-radius:0;*/
    color:#9d9d9d;
    
    text-transform:uppercase;

}
.tab .nav-tabs > li > a > i{
    /*font-size:14px;*/
    margin-right:10px;
}
.tab .nav-tabs > li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover{
    border: none;
    background: #0bceff;
    color:#fff;
    transition:background 0.20s linear;    
}
.tab .nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 37%;
    border: 15px solid transparent;
    border-top-color: #0bceff ;
}
.tab .tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #0bceff;
    /*border-bottom:5px solid #0bceff;*/
    padding:30px 25px;
}
@media only screen and (max-width: 480px){
    .tab > .nav-tabs li{
        width:100%;
    }
    .tab .nav-tabs > li > a{
        padding: 20px;
    }
    .tab .nav-tabs > li.active:after {
        border:none;
    }
}
