/*ICONES*/
.ico-calendario{
    background-image: url(/gcic/core/templates/v2/img/calendar.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*MARCADORES*/
.PC{background-color: #819196 !important;}
.PO{background-color: #046686 !important;}
.RL{background-color: #FF9800 !important;}
.AT{background-color: #00b1eb !important;}
.PR{background-color: #013d50 !important;}

/*Geral*/
.menor{
    font-size: 0.8em !important;
}
.esconde{
    display:none !important;
}
.inicial-maiuscula:first-letter{
    text-transform: capitalize;
}
/*Formulários*/
.form .radios input{
    margin-left: 1rem;
}
.form .radios input:first-child{
    margin-left:0;
}
.form .controle a.nova {
    background-image: url(/gcic/core/templates/v2/img/novo.png);
}
.form.leitura .controle{
    background-color: #f0f5f5;
    padding: 0.5rem;
    border-radius: 0.3rem;
    font-size: 0.8em;
}

input.nao-preenchido, select.nao-preenchido, textarea.nao-preenchido, .radios.nao-preenchido {
    background: #fcf8e3;
    border: 1px solid #faebcc;
}
/*Botões*/
.botoes > a.botao {
    background: #d2d3d4;
    color: #0d426b;
}
.botoes > a.botao-principal {
    background: #235f8e;
    color: white;

}
.botoes > a.botao:hover {
    background: #a5a5a5;
    text-decoration: none;
}
.botoes > a.botao-principal:hover {
    background: #092c47;
    text-decoration: none;
}
.botoes > a.botao:active,
.botoes > a.botao-principal:active{
    background-color: orange;
}    
/*Opções - Modal*/
.modal .form .radios input{
    margin-left: 0;
}
/*Grids*/
table.filas td{
    padding: 1rem;
    font-size: 0.9rem;
}
/*table th{
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #e6e6e5;
    border-top: 1px solid #e6e6e5;
    padding: 0.5rem 0.25rem 0.5rem 0;
    font-size: 0.9rem;
}*/
table th:first-child{
    padding: 0.25rem;
}

table td div.destaque{
    background-color: #00B1EB;
    color:#fff;
    font-weight: bold;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    margin-right: 1rem;
    display: inline-block;
}

table td div.destaque.funcionalidade{
    background-color: #666;
}

table td div.destaque.dw{
    background-color: #ffd24c;
    color: #929191;
}

table td {
    display: table-cell;
    padding: 0.25rem 1rem 0.25rem 0;
    color: #666;
}
table.scroll{
    height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}
/*Fila*/
table.filas tr td div.destaque{
    border-radius: 12px;
}
table.filas tr.mandatoria{
    /*background-color: #cce6ff;*/
}
table.filas tr.priorizada{
    background-color: #ebfff4;
}
table.filas tr.mandatoria td div.destaque{
    background-color: #ec7272;
}
table.filas tr.mandatoria td div.priorizada, 
table.filas tr td div.priorizada
{
    background-color: #2cb775;
}
table.filas tr td div.destaque.posicao{
    background-color: #00B1EB;
}
table.filas tr td div.destaque.posicao.empate{
    border:0.1rem solid #00B1EB;
    background-color: #fff;
    padding: 0.15rem 0.3rem 0.15rem 0.3rem;
    color:#00B1EB;
}
/*Cabeçalho*/
body > header > #logo{
    margin-top: 0.5rem;
    margin-left: 0.7rem;
}

/*CARD - MODAL*/
#card{
    position: fixed;
    z-index: 999999;
    top:15vh;
    left: 15vw;
    width: 70vw;
    background-color: #fff;
    display: none;
    text-align: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#card > .close{
    position: absolute;
    right: 20px;
    top:23px;
    color:#009999;
    background: transparent url("../img/close.png") 50% 50%;
    background-repeat: no-repeat;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 2rem;
    display: none;
}
@keyframes show{
    0% {display: none;}
    100%{display: block;}
}
#card:hover > .close{
    display: block;
}
#card > .close:hover{
    border: 0.2rem solid #FFF;
    width: 2.1rem;
    height: 2.1rem;
}
#card .form{
    padding: 1rem;
}
#card > .destaque{
    background-color: #0d5575;
    color: #fff;
    font-size: 1.8em;
    padding: 1.6rem;
    height: 5rem;
    text-align: center;
}
#card > .destaque:first-letter{
    text-transform: capitalize;
}
#card > .dados{
    padding: 1rem;
}
#card > .dados .row{
    display: flex;
    flex-direction:row;
    margin: 6px 0;
}
#card > .dados .row div{
    padding-right: 45px;
}
#card > .dados .row div:last-child{
    padding-right: 0;
}
#card > .dados span{
    font-size: 1.3em;
    color: #55676b;
}    
#card > .dados div{
}
#card > .dados div label{
    display: block;
    color: #777;
}
#card .sistema{
    flex-grow:7;
}
#card .demanda{
    flex-grow:1;
}
#card .demanda span{
    font-weight: bold;
    font-size: 1.4em;
}
#card .pf{
    flex-grow:1;
}
#card .periodo{
    flex-grow:1;
}
#card .homologacao{
    flex-grow:1;
}

#card .andamento{
    background-color: #999;
    display: block;
    height: 0.4rem;
    overflow: hidden;
}
#card .andamento .barra{
    background-color: #555;
    position: relative;
    width: 0%;
    display: block;
    height: 0.4rem;
}

@media (min-width: 680px) {
    #card.p {
        width: 98vw;
        left:1vw;
    }

    #card.m {
        width: 98vw;
        left:1vw;
    }

    #card.g {
        width: 98vw;
        left:1vw;
    }
}
@media (min-width: 768px) {
    #card.p {
        width: 98%;
    }

    #card.m {
        width: 98%;
    }

    #card.g {
        width: 98%;
    }
}
@media (min-width: 1024px) {
    #card.p {
        width: 40vw;
        left: 30vw;
    }

    #card.m {
        width: 70vw;
        left:15vw;
    }

    #card.g {
        width: 98vw;
        left:1vw;
    }
}
/*FOOTER*/
footer p.versao{
    font-size: 0.8rem;
    text-align: center;
    color: #cc8706;
    padding-top:0.4rem;
    position: absolute;
    width: 100%;
}
footer p.roles{
    position: absolute;
    color: #ffc266;
}

/* ---------- */

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

/* DASHBOARD ICONS */

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

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

.bk-clr-three {
    background-color: #0083ca;
}

.bk-clr-four {
    background-color: #1da4ec;/*(+)*/
/*    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;
}

.text-footer {
    line-height: 2.5em;
}