﻿.esconder {
    display: none;
}

@media (min-width:1200px) {
    .container {
        width: 100% !important;
    }
}

.iframeDiscreto {
    border: none;
    overflow: auto;
    width: 100%;
}

.hrSemMargem {
    margin-top: 0;
}

.group-box {
    border: 1px solid silver;
    border-radius: 2px;
    padding: 5px;
}

.maisFiltros {
    width: 400px !important;
    height: 200px !important;
}

.hora {
    text-align: center;
}

.moeda, .peso {
    text-align: right;
}

.tag, .tag:hover, .tag:focus {
    padding: 0 4px 0 4px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: white !important;
}

    .tag.quitado {
        background-color: green;
    }

    .tag.emaberto {
        background-color: gold;
    }

    .tag.vencido {
        background-color: #e60000;
    }

    .tag.agendado {
        background-color: orange;
    }

    .tag.cancelado {
        background-color: #3399ff;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.tCentro {
    text-align: center;
}

.navbar a[disabled] {
    color: silver;
    cursor: default;
}

.divLegendaItem {
    float: left;
    width: 10px;
    height: 6px;
    margin-right: 5px;
    margin-top: 2px;
}

.divLegenda {
    padding: 10px;
    border: 1px solid black;
    float: left;
    font-size: xx-small;
    margin-top: 95px;
}

.inativo {
    opacity: 0.5;
}

/*Tema*/
/*    
AZUL: #004F81
AZUL ESCURO: #00395E
LARANJA: #E36412
LARANJA ESCURO: #C1550F

PRIMARIA: #2C3E50
PRIMARIA ESCURA: #1A242F e #161f29
    
SECUNDARIA: #18BC9C
*/
.navbar-default {
    background-color: #E36412;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #C1550F;
    }

    .navbar-default .navbar-toggle {
        border-color: #C1550F;
    }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #004F81;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #004F81;
    }

a {
    color: #004F81;
}

    a:hover, a:focus {
        color: #E36412;
    }

body {
    color: #004F81;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #00395E;
    border-color: #00395E;
}

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background-color: #00395E;
        border-color: #00395E;
    }

.btn-primary:focus, .btn-primary.focus {
    background-color: #00395E;
    border-color: #00395E;
}

.table-hover > tbody > tr:hover {
    background-color: #ffc5a0;
}

.panel-default > .panel-heading {
    background-color: #E36412;
    border-color: #E36412;
    color: #fff;
}

.panel-default {
    border-color: #E36412;
}

.admin {
    /*implementado via JS*/
}

.print {
    display: none;
}

@media print {
    .print {
        display: initial;
    }
}

.imagem-em-tabela {
    width: 24px;
    height: 24px;
}

.cabecalho-fixo tr:first-child th {
    position: sticky;
    top: 0px;
    background: white;
}

.pagination > li > a, .pagination > li > span {
    background-color: #E36412;
    cursor: pointer !important;
    text-decoration: initial;
}

    .pagination > li > a:hover, .pagination > li > span:hover {
        background-color: #E36412;
        opacity: 0.5;
    }

    .pagination > li > a.active, .pagination > li > span.active {
        background-color: #004F81;
    }

/* ------------------------------------------ */
/*cabecalho-fixo*/
.cabecalho-fixo tr:first-child th {
    position: sticky;
    top: 0px;
    background: white;
}

.cabecalho-fixo tr:nth-child(2) th {
    position: sticky;
    background: white;
    /* a altura dessa segunda linha tem que ser ajustada pelo jquery */
}

.only-print{
    display: none;
}

@media print {
    .cabecalho-fixo tr:first-child th {
        position: initial;
        top: initial;
        background: initial;
    }

    .no-print {
        display: none;
    }

    .only-print{
        display: initial;
    }
}
/* ------------------------------------------ */
/*AZUL: #004F81
AZUL ESCURO: #00395E
LARANJA: #E36412
LARANJA ESCURO: #C1550F

PRIMARIA: #2C3E50
PRIMARIA ESCURA: #1A242F e #161f29

SECUNDARIA: #18BC9C*/
/* ------------------------------------------ */

.comentario {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #ff0000 transparent transparent;
    float: right;
}
