﻿@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@font-face {
    font-family: 'comfortaa';
    src: url('fonts/comfortaa/Comfortaa-Bold.ttf');
    src: url('fonts/comfortaa/Comfortaa-Light.ttf');
    src: url('fonts/comfortaa/Comfortaa-Regular.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline-style:none !important;
}

/*Definição das fontes da página*/
body {
    font-family: "comfortaa", "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;
    }
}


.area-avisos {
    max-height:80px;
    overflow-y:scroll;
    line-height:2em;
}
.float-right {
    float: right !important;
}
.widget-icon {
    /*color: #3688fc;
    background-color: rgba(54,136,252,.25);*/
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}
    /*.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;
}

.sombreado {
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.sombreado-botao {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .sombreado-botao:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.card {
    background-color: #1C75BB;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
}

.icon {
    padding: 20px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
}

.icone {
    font-size: 26;
}

.titulo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    color: inherit;
}

.login-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-main-text {
    font-family: "comfortaa";
}

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-bot-50 {
    margin-bottom: 50px;
}

.marge-bot-100 {
    margin-bottom: 100px;
}

.marge-top-10 {
    margin-top: 10px;
}

.marge-top-20 {
    margin-top: 20px;
}


.marge-top-50 {
    margin-top: 50px;
}
.marge-top-100 {
    margin-top: 100px;
}

.pad-top-5{
    padding-top:5px;
}
.pad-top-10 {
    padding-top: 10px;
}
.pad-top-20 {
    padding-top: 20px;
}

/*Titulo das paginas*/
.page-header {
    margin-top: 0;
    border: 0;
}

    .page-header h1 {
        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;
    }



/*Area de botoes*/
.area-botoes {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .area-botoes .btn {
        margin-top: 5px;
    }

-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;
}

.btn-s12 {
    font-size: 12px;
}

/*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;
    }




/*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-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

/*-----------------------*/



/*--LOGIN--*/
.btn-gray {
    background-color: #5d5d5d;
    color: white;
}

    .btn-gray:hover {
        background-color: #909090;
        color: white;
    }

.btn-lightblue {
    background-color: #6c98bf;
    color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


    .btn-lightblue:hover {
        background-color: #81a7c8;
        color: white;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-sidenav {
    background-color: #40B1E5;
    color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


    .btn-sidenav:hover {
        background-color: #1C75BB;
        color: white;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-send {
    width: 200px;
    height: 45px;
    background-color: #40B1E5;
    color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


    .btn-send:hover {
        background-color: #399fce;
        color: white;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-cancel {
    width: 200px;
    height: 45px;
    background-color: #d8eff9;
    color: #06131e;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


    .btn-cancel:hover {
        background-color: #c5e7f7;
        color: #06131e;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-icon {
    font-size: 25px;
    margin-top: 30px;
    background-color: transparent;
    color: #ccc;
}

    .btn-icon:hover {
        background-color: transparent;
        color: #06131e;
    }

.login {
    background: white;
    -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: 40%;
    width: 80%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.logo-password {
    height: 40%;
    width: 80%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.loginHomolog {
    background: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .loginHomolog > body {
        background-color: transparent !important;
    }

    .loginHomolog .capa {
        margin: 70px 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: #40B1E5;
    padding: 12px 22px;
    font-size: 1.2em;
}

.btn-login.outline:hover, .btn-login.outline:focus, .btn-login.outline:active, .btn-login.outline.active, .open > .dropdown-toggle.btn-login {
    background-color: #1C75BB;
}

.btn-login.outline:active, .btn-login.outline.active {
    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: linear-gradient(to top left, #ff8b6b 5%,#ff6c44 100%);
    text-align: center;
    font-size: 1em;
    color: #fff;
}

.BarraHomologacaoInterna {
    width: 100%;
    min-height: 20px;
    background: linear-gradient(to top left, #ff8b6b 10%,#ff6c44 100%);
    text-align: center;
    font-size: 1em;
    color: #fff;
}

/*RECUPERAR SENHA*/


/*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;
}

    .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-pane-detalhes-clientes{
    min-height:220px;
}

.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;
}

/**
    TELA LOGIN ITRIB 
*/

.main-head {
    height: 150px;
    background: #FFF;
}

/**Barra lateral AZUL PROD*/
.sidenav {
    height: 100%;
    background-color: #1C75BB;
    /*-webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.36), 0 8px 30px 0 rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.36), 0 8px 30px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.36), 0 8px 30px 0 rgba(0, 0, 0, 0.30);
        */
}

.menuhomolog {
    background-color: #555;
}

.menuprod {
    height: 100%;
    background-color: #1C75BB;
}

/**Barra lateral PRETO HOMOLOG*/
.sidenav-homolog {
    height: 100%;
    background-color: #000;
}


.main {
    padding: 0px 0px;
}

.login-main-text {
    /*margin-top: 15%;*/
    padding-left: 60px;
    padding-right: 60px;
    color: #fff;
    padding-bottom: 10%;
}

    .login-main-text h2 {
        font-weight: 300;
        font-weight: 300;
    }

.login-footer {
    color: #fff;
}

.btn-black {
    background-color: #000 !important;
    color: #fff;
}

.btn-in {
    background-color: #40B1E5;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .btn-in:hover {
        background-color: #1C75BB;
        color: #fff;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.btn-light {
    background-color: white;
    color: black;
}

/*
ESTILO PARA ADICIONAR O SCROLL NO MODAL PARA O CONTEÚDO APRESENTADO
*/
.modal-body-comscroll {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

@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;
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-sidenav {
        margin-bottom: 20px;
    }

    .menuprod {
        width: 100%;
        height: 100%;
    }

    .login-form {
        margin-top: 20%;
        margin-bottom: 10%;
    }

    .login-main-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .titulo {
        font-size: 25px;
    }

    .logo-login {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 480px), (max-device-width: 480px) {

    .logo-login {
        padding-top: 20px;
        height: 50%;
        width: 70%;
    }

    .logo-password {
        height: 90%;
        width: 80%;
    }

    .login-texto {
        margin-top: 20px;
    }

    .full .capa {
        margin: 30px auto;
    }

    .jumbotron {
        height: 250px;
    }

        .jumbotron h1 {
            font-size: 32px;
            padding-top: 30px;
        }

        .jumbotron p {
            font-size: 24px;
        }
}

@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;
    }
}


@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }

    .logo-login {
        width: 77%;
        padding-top: 40%;
        padding-bottom: 20%;
    }

    .logo-password {
        width: 20%;
    }

    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form {
        position: fixed;
        margin-top: 18%;
        padding-left: 10%;
        padding-right: 10%;
        height:
    }

    .register-form {
        margin-top: 20%;
    }
}

@media (min-width: 768px) {
    .imagem-container {
        min-height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .login-form {
        margin-top: 30px;
        margin-bottom: 30%;
    }

    .register-form {
        margin-top: 20%;
    }

    .login-footer {
        margin-top: 30%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px), (max-device-width: 768px) {
    .page-header h1 {
        font-size: 24px;
        font-weight: 300;
    }

    .card {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0;
        margin-right: 0;
    }
}



@media screen and (max-width: 375px) {
    .login-form {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .register-form {
        margin-top: 10%;
    }

    .card {
        width: 300px;
        /*height: 350px;*/
    }

    .btn-send {
        width: 150px;
        height: 45px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {

    .login-form {
        /*margin-top: 20%;*/
        margin-bottom: 10%;
    }

    .register-form {
        margin-top: 10%;
    }

    .card {
        width: 400px;
        /*height: 350px;*/
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 3%;
        margin-right: 3%;
    }
}


@media screen and (max-width: 767px), (max-device-width: 767px) {
    .jumbotron {
        height: 260px;
    }

        .jumbotron h1 {
            font-size: 44px;
            padding-top: 30px;
        }
}


