
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    www.designbootstrap.com/

    License: MIT

    opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

/*@import url(fonts.googleapis.com/css?family=Roboto|Roboto+Slab);  FREE GOOGLE FONT */

/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}*/

body {
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    font-size: 16px; /* (+) */
    height: 100%;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.container {
    width: 96%;
}

/* AJUSTES NO MENU */
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: -10px;
        margin-top: -12px;/* (+) */
    }
}

/* (+) */
.navbar-header-reduzido {
    margin-right: 0;
    margin-left: -10px;
    margin-top: 10px;/* (+) */
}

/*esse era o antigo*/
/*A imagem da tela inicial fica com muito espa�o em  no topo e bottom/*
/*.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}*/

.content-wrapper {
    margin-top: 0px;
    min-height: 660px;
    padding-bottom: 0px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    /* border-bottom: 2px solid #F0677C; */
    /*border-bottom: 2px solid #00416B;*/
    border-bottom: 2px solid #D70018;
    text-transform: uppercase;
    /* color: #F0677C; */
    /*color: #00416B;*/
    color: #D70018;
    font-size: 20px;
    margin-bottom: 40px;
}

/* --> */
/* .btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
} */ 

.progress {
    /*height: 8px;*/
    /*border-radius: 0px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor:pointer;
    background-color:#F0677C;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    /* background-color: #F0677C; */
    background-color: #0083CA;/* (+) */
    color: #fff;
    padding: 10px;
    margin-bottom: -16px;
    text-align: right;
}

/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    /* margin-top: 40px; */
    margin-top: 82px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    /* padding-top: 30px; */
    padding-top: 4px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

.user-settings-wrapper li {
    display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
    width: 200px;
    padding: 10px;
}

.user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
    text-decoration: none;
    background-color: #C36464!important;
}

.user-settings-wrapper img {
    height: 64px;
    width: 64px;
    border: 1px solid #000000;
}

.user-settings-wrapper .dropdown-menu {
    margin: 0px;
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .btn {
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .media-heading {
    padding-top: 10px;
}

/* MENU LINKS SECTION*/

.menu-section {
    /* background-color: #3D3D3D; */
    background-color: #00416B;/* (+) */
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #0083CA; 
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    /* background-color: #F0677C!important; */
    background-color: #f8c434!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #00416B!important;
}

.dropdown-menu {
    background-color: #f8c434;/* (+) */
}

.navbar-inverse {
    /* background-color: #C36464; */
    background-color: #f8c434;/* (+) */
    border-color: transparent;
}

.navbar-toggle {
    /* background-color: #F0677C; */
    background-color: #f8c434;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    /* background-color: #C36464; */
    background-color: #00416B;
}

footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
}

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
    height: 2px;
}

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
    margin-right: 10px;
    border: 1px solid #DBDBDB;
    padding: 5px;
}

.notice-board li a, li a:hover {
    text-decoration: none;
    color: #000;
}

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

.btn-social:hover {
    color: white;
    opacity: 1;
    text-decoration: none;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

.textoNomeSistema {
    font-size:20px;
    /* color:#00416B; */
    /* padding-top: 20px; */
}

.botaoVoltar {
    text-decoration:none; 
    /*  font-size:20px;*/
    color:#fff; 
}

.div-assuntos {
    min-height: 100px;
}

#alertaMensagem{
    position:absolute;
    top:0%;
    left:50%;
    margin-left:-270px;
    margin-top:-32px;
    padding-top: 10px;
    min-width:530px;
    min-height:82px;

    z-index: 9999997;
    /* transparência compatível com os navegadores comuns.*/
    /*opacity:0.65;*/
    /*-moz-opacity: 0.65;*/
    /*filter: alpha(opacity=65);*/
    /*background: black;*/
    text-align: center;
}

#alertaMensagem--some{
    display:none;
}

#alertaMensagem--aparece{
    display:block;
}

.vcenter {
    vertical-align: 4px;
}

.azul-claro {
    background-color: #2A9FD6;
    /*background-color: #0083CA;*/
}

.azul-medio {
    background-color: #00416B;
}

.azul-intenso {
    background-color: #2A9FD6;
}

.verde-claro {
    background-color: #77B300;
    /*background-color: #4AA176;*/
}

.verde-medio {
    background-color: #336E51;
}

.verde-intenso {
    background-color: #77B300;
}

.texto-verde-intenso {
    color: #04AD50;
}

.verde-claro{
    background-color: #77B300;
}

.texto-verde-claro {
    color: #77B300;
}

.amarelo-claro {
    background-color: #FFE600;
}

.amarelo-medio {
    background-color: #FFD400;
}

.amarelo-intenso {
    background-color: #FFC20E;
}

.texto-amarelo-intenso {
    color: #FFC20E;
}

.laranja-claro {
    background-color: #FF8800;
    /*background-color: #D4660B;*/
}

.laranja-medio {
    background-color: #EB4800;
}

.laranja-intenso {
    background-color: #FF8800;
}

.vermelho-claro {
    background-color: #CC0000;
    /*background-color: #A13030;*/
}

.vermelho-medio {
    background-color: #881B1B;
}

.vermelho-intenso {
    background-color: #CC0000;
}

.texto-vermelho-intenso {
    color: #CC0000;
}

.texto-vermelho-medio {
    color: #A94442;
}

.texto-azul-claro {
    color: #82B3F3;
}

.texto-preto {
    color: #000000;
}

.texto-cinza-intenso {
    color: #666666;
}

.texto-cinza-medio {
    color: #999;
}

.cinza-claro {
    background-color: #D1D3D4;
}

.cinza-medio {
    background-color: #A7A9AC;
}

.cinza-intenso {
    background-color: #2E3338;
    /*background-color: #808285;*/
}

.fundo-claro {
    background-color: #E8E8E8;
}

.fundo-medio {
    background-color: #A7A9AC;
}

.fundo-intenso {
    background-color: #222222;
}

.titulo-grafico {
    font-size: large;
    line-height: 1.3em;
}

.titulo-grafico-x {
    font-size: large;
    line-height: 1.3em;
}

.texto-letreiro {
    font-size: large;
}

.texto-letreiro-x {
    font-size: x-large;
}

.texto-letreiro-xx {
    font-size: xx-large;
}

.texto-letreiro-xxx {
    font-size: xx-large;
}

.texto-temporizador {
    font-size: 1.1em;
}

.fa-clock-o:before {
    font-size: x-large;
}

.trasparencia {
    opacity:0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
}

.legenda {
    font-size: large;
}

.por-cima{
    position: absolute;
    z-index: 9999; 
    width: 98%;
    height: 100%;
}

.texto-oculto {
    color: #F5F5F5;
}

.texto-placas {
    /*line-height: 1.8em;*/
    font-size: 5.0em;
}

.texto-tabela-1x {
    font-size: 0.7em;
}

.texto-tabela-2x {
    font-size: 0.9em;
}

.largura-coluna-1x {
    /*display:table-cell;*/
    width:10px;
    /*border:solid black 1px;*/
}

.espacamento-botoes {
    margin-left: 6px;
    margin-right: 6px;
}

.wrapper { 
    width: 100%;
    height: 70px;
    /*background:#EFEFEF;*/ 
    /*margin: auto;*/ 
    text-align: center; 
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 4px;
}

.scroll { 
    /*overflow-x: scroll;*/
    overflow-x: hidden;
    overflow-y: hidden;
    height: 70px;
    white-space:nowrap;
    margin-left: 15px;
    margin-right: 8px;
} 

.mini-card { 
    /*box-shadow: 1px 1px 10px #999;*/ 
    margin: 2px;
    max-height: 60px;
    cursor: pointer;
    display:inline-block;
    vertical-align:top;
    border-radius: 5px;
    width: 65px;
    height: 54px;
    padding-top: 10px;
    font-size: xx-large;
}

.altura-capacidade-produtiva { 
    height: 245px;
    /*height: 200px;*/
}

.altura-capacidade-produtiva-detalhe { 
    height: 450px;
    overflow-y: scroll;
}

.espacamento-info-1x {
    line-height: 2.6em;
    /*padding-top: 10px;*/
}

.espacamento-topo-1x {
    padding-top: 10px;
}

.texto-capacidade-produtiva-sub-titulo {
    font-size: 1.2em;
}

.texto-capacidade-produtiva-sub-titulo-total {
    font-size: 1.3em;
}

.caixa-capacidade-produtiva-sub-titulo-total {
    height: 40px;
}

.texto-total-geral {
    font-size: 1.4em;
}

.menu-padrinho {
    padding: 0px;
    margin-bottom: 0px;
}

.text-center .img-responsive {
    margin: 0 auto;
}

#btn-cadastre {
    cursor: pointer;
}

/* Extra Small (Landscape phones and portrait tablets)*/
@media screen and (max-width:767px){

    /*    body:after {
            content: "Extra Small (Landscape phones and portrait tablets)";
            background-color: red;
        }*/

    /*    body {
            background-color: red;
        }*/

    .texto-tabela-2x {
        font-size: 0.7em;
    }

    .altura-capacidade-produtiva {
        height: 185px;
    }

    .texto-capacidade-produtiva-sub-titulo-total {
        font-size: 1.0em;
    }

    .espacamento-info-1x {
        line-height: 0em;
        /* padding-top: 10px; */
    }

    .espacamento-info-1x {
        line-height: 2.6em;
        /* padding-top: 10px; */
    }

    .texto-capacidade-produtiva-sub-titulo {
        font-size: 0.8em;
    }

    .espacamento-topo-1x {
        padding-top: 5px;
    }

    .texto-letreiro-xx {
        font-size: 1.5em;
    }

    .titulo-grafico {
        font-size: large;
    }

    .titulo-grafico-xx {
        /*font-size: large;*/
        line-height: 1.3em;
    }

    .scroll { 
        overflow-x: scroll;
        /*overflow-x: hidden;*/
        overflow-y: hidden;
        height: 75px;
        white-space:nowrap;
        margin-left: 15px;
        margin-right: 8px;
    }

}

/* Small (portrait tablets and small desktops)*/
@media(min-width:768px) and (max-width:991px){

    /*        body:after {
                content: "Small (portrait tablets and small desktops)";
                background-color: blue;
            }*/

    /*    body {
            background-color: blue;
        }*/

    .titulo-grafico {
        font-size: x-large;
        line-height: 1.3em;
    }

    .titulo-grafico-x {
        font-size: xx-large;
    }

    .titulo-grafico-xx {
        font-size: 1.4em;
    }

    .texto-referencia {
        font-size: 1.4em;
    }

    .texto-tabela {
        font-size: 1.4em;
    }

}

/* Medium desktops and landscape tablets */
@media(min-width:992px) and (max-width:1199px){

    /*    body:after {
            content: "Medium desktops and landscape tablets";
            background-color: orange;
        }*/

    /*    body {
            background-color: orange;
        }*/

    .texto-letreiro {
        font-size: x-large;
    }

    .texto-letreiro-xxx {
        font-size: 3.0em;
    }

    .titulo-grafico-x {
        font-size: xx-large;
    }

    .titulo-grafico-xx {
        font-size: 2.0em;
    }

    .texto-referencia {
        font-size: 1.4em;
    }

    .texto-tabela {
        font-size: 1.0em;
    }


    .texto-temporizador {
        font-size: 1.4em;
    }

    .fa-clock-o:before {
        font-size: xx-large;
    }

}

/* Large (desktops and laptops)*/
@media screen and (min-width:1200px){

    /*        body:after {
                content: "Large (desktops and laptops)";
                background-color: green;
            }*/

    /*    body {
            background-color: green;
        }*/

    .texto-letreiro {
        font-size: xx-large;
    }

    .texto-letreiro-xx {
        font-size: 2.4em;
    }

    .texto-letreiro-xxx {
        font-size: 6.0em;
    }

    .titulo-grafico {
        font-size: x-large;
        line-height: 1.3em;
    }

    .titulo-grafico-x {
        font-size: xx-large;
    }

    .titulo-grafico-xx {
        font-size: 1.8em;
    }

    .texto-tabela {
        font-size: 1.2em;
    }

    .texto-referencia {
        font-size: 1.1em;
    }

    .texto-temporizador {
        font-size: 1.4em;
    }

    .fa-clock-o:before {
        font-size: xx-large;
    }

}
