/* COLORS */
.bg-orign {
    background-color: #32b7a6;
}

.bg-target {
    background-color: #136292;
}

.btn-solid {
    color: #fff;
    background-color: #136292;
    border-color: #0f647d;
}

    .btn-solid:hover {
        color: #fff;
        background-color: #0e3c59;
    }

.login form .logo img {
    width: 300px;
}

.login > #fMain {
    position: absolute;
    height: 100%;
    width: 100%;
}

.bg-solid {
    background-color: #3d7294;
    height: 100%;
}

.bg-gradient-radial {
    background: rgba(50,183,165,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(50,183,165,1)), color-stop(100%, rgba(36,136,195,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 100%);
    background: radial-gradient(ellipse at center, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b7a5', endColorstr='#2488c3', GradientType=1 );
}

.bg-gradient-bottom-up {
    background: rgba(36,136,195,1);
    background: -moz-linear-gradient(top, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,136,195,1)), color-stop(42%, rgba(36,136,195,1)), color-stop(100%, rgba(50,183,165,1)));
    background: -webkit-linear-gradient(top, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: -o-linear-gradient(top, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: linear-gradient(to bottom, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2488c3', endColorstr='#32b7a5', GradientType=0 );
}

.bg-gradient-left-right {
    background: rgba(50,183,165,1);
    background: -moz-linear-gradient(left, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 58%, rgba(36,136,195,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50,183,165,1)), color-stop(58%, rgba(36,136,195,1)), color-stop(100%, rgba(36,136,195,1)));
    background: -webkit-linear-gradient(left, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 58%, rgba(36,136,195,1) 100%);
    background: -o-linear-gradient(left, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 58%, rgba(36,136,195,1) 100%);
    background: -ms-linear-gradient(left, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 58%, rgba(36,136,195,1) 100%);
    background: linear-gradient(to right, rgba(50,183,165,1) 0%, rgba(36,136,195,1) 58%, rgba(36,136,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b7a5', endColorstr='#2488c3', GradientType=1 );
}

.panel.bg-gradient-right-left {
    background: inherit !important;
}

    .panel.bg-gradient-right-left > .panel-heading {
        background: rgba(36,136,195,1) !important;
        background: -moz-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,136,195,1)), color-stop(42%, rgba(36,136,195,1)), color-stop(100%, rgba(50,183,165,1))) !important;
        background: -webkit-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%) !important;
        background: -o-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%) !important;
        background: -ms-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%) !important;
        background: linear-gradient(to right, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2488c3', endColorstr='#32b7a5', GradientType=1 ) !important;
        color: #FFF !important;
    }

.panel.bg-gradient-right-left {
    border-color: rgba(36,136,195,1) !important;
}

.bg-gradient-right-left {
    background: rgba(36,136,195,1);
    background: -moz-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,136,195,1)), color-stop(42%, rgba(36,136,195,1)), color-stop(100%, rgba(50,183,165,1)));
    background: -webkit-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: -o-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    background: linear-gradient(to right, rgba(36,136,195,1) 0%, rgba(36,136,195,1) 42%, rgba(50,183,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2488c3', endColorstr='#32b7a5', GradientType=1 );
}
/* ENDCOLORS */

/* HEADER */
.pace {
    z-index: 9999 !important;
}

.navbar-brand > .logo {
    display: block;
    margin-left: 25px !important;
    width: 190px !important;
}

.navbar.header {
    box-shadow: 0px 0px 8px #333;
    height: 100px;
    z-index: 1;
}

#NavBar_txtPesquisaGlobal {
    border: none !important;
}

.header-inner > span {
    width: 100%;
    overflow: hidden;
    max-width: 460px;
    display: inline-block;
    padding-top: 16px;
    text-overflow: ellipsis;
    font-size: 80%;
    /*text-align: center;*/
}

    .header-inner > span i {
        color: #333;
    }

.footer > span > i {
    margin-left: 10px;
}

.control-label.text-left {
    text-align: left !important;
}

.mce-branding.mce-label {
    display: none !important;
}
/* END EXTRA */
/* =Tamanhos
-------------------------------------------------------------- */
.input-full {
    width: 100%;
}

/* =BlockUi
-------------------------------------------------------------- */
.blockOverlay {
    z-index: 1001 !important;
}

/* =Menu
-------------------------------------------------------------- */
.page-sidebar-menu > li.active {
    border-right: 0px;
}

/* =Nav Bar .navbar
-------------------------------------------------------------- */
.navbar-brand {
    padding: 5px !important;
}

.header .navbar-nav > li.cooperativa {
    height: 45px;
}

    .header .navbar-nav > li.cooperativa > a {
        padding: 12px 5px 13px 5px;
        color: #4fb6f3;
    }

        .header .navbar-nav > li.cooperativa > a:hover {
            background: #0d77b6;
        }

/* =Tabelas
-------------------------------------------------------------- */
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
    font-weight: normal;
}

.table th {
    font-weight: 600 !important;
}

.table .radio, .table .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    padding-top: 0px !important;
}

.table-noborder-bottom {
    margin-bottom: 0px !important;
}

.table-noborder-top {
    margin-top: 0px !important;
}

.table .note {
    margin-bottom: 0px;
}

.table-responsive {
    border: 0px !important;
    overflow-x: scroll;
    overflow-y: hidden;
}

.table .icon-check {
    margin: 0 auto !important;
}

.table .TagValidacao .label.label-sm {
    display: block;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

/* =Tabelas > Colunas
-------------------------------------------------------------- */


/* =Paginação
-------------------------------------------------------------- */
.pagination {
    margin: 10px 0 0 0;
}

div.dataTables_info {
    top: 18px;
    position: relative;
}

/* =Portlet
-------------------------------------------------------------- */
.inner-portlet-filtro {
    margin-bottom: 10px !important;
}

    .inner-portlet-filtro .form-group {
        margin-bottom: 0px !important;
    }

.portlet-nomargin-bottom {
    margin-bottom: 0px !important;
}

/* =Tabs
-------------------------------------------------------------- */
.portlet-tabs > .nav-tabs > li > a {
    margin-top: 0px;
}

/* =Botões
-------------------------------------------------------------- */
.aspNetDisabled .btn-default.aspNetDisabled, fieldset.aspNetDisabled .btn-default, .btn-default.aspNetDisabled:hover, .btn-default.aspNetDisabled:hover, fieldset.aspNetDisabled .btn-default:hover, .btn-default.aspNetDisabled:focus, .btn-default.aspNetDisabled:focus, fieldset.aspNetDisabled .btn-default:focus, .btn-default.aspNetDisabled:active, .btn-default.aspNetDisabled:active, fieldset.aspNetDisabled .btn-default:active, .btn-default.aspNetDisabled.active, .btn-default.aspNetDisabled.active, fieldset.aspNetDisabled .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.select2me.aspNetDisabled, .btn.aspNetDisabled, fieldset.aspNetDisabled .btn {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* =Dropdown
-------------------------------------------------------------- */
.input-group .select2-choice, .input-group .select2-container {
    -webkit-border-radius: 0px !important;
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius: 0px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/* =Validação
-------------------------------------------------------------- */
.has-error .input-group-addon {
    border-right: 0px;
    border-left: 0px;
}

.form-actions-noborder-bottom {
    margin-top: 0px !important;
}

.icon-no-margin {
    margin: 0 !important;
}

.portlet-no-margin {
    margin-bottom: 0px;
}

.input-daterange {
    width: 100%;
}

.form-filtro .form-actions {
    margin-top: 0px;
}

/* =Central de relatório
-------------------------------------------------------------- */
#CentralRelatorio {
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 103px;
    right: -9999px;
    background: #fff;
    border-radius: 0 0 0 4px;
    padding: 18px 30px;
}

    #CentralRelatorio .portlet {
        height: 100%;
        margin-bottom: 10px;
    }

    #CentralRelatorio .SeletorRelatorio {
        border: 0;
        outline: none;
        height: 95px;
    }

    #CentralRelatorio .form-actions.right {
        margin-top: 0px;
    }

.note-sem-margem {
    margin: 0;
}

.input-group-addon {
    padding: 6px;
}

.form-control {
    padding: 6px;
    resize: none;
}

.radius-r {
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.row-header {
    margin: 0 0 20px 0;
}

    .row-header h4 {
        margin-top: 0px;
        line-height: 27px;
    }

    .row-header h5 {
        margin-bottom: 0px;
        line-height: 21px;
    }


.portlet-filtro {
    margin: 0 0 10px 0;
}


/* Geral */
.clearfix {
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.align-right {
    text-align: right;
}

/* Digitação de boletim */
.data-atendimento-form .data {
    width: 92px;
    float: left;
    margin-right: 10px;
}

.data-atendimento-form .hora {
    width: 52px;
    float: left;
    margin-right: 10px;
}

.data-atendimento-form .input-checkbox {
    margin-top: 6px;
    display: inline-block;
}

.grid-sumario {
    background: #eeeeee;
    padding: 20px 20px 10px 20px;
    width: 300px;
    float: right;
    margin: 0 10px 10px 0;
}

    .grid-sumario .grid-sumario-grupo {
        margin: 0 0 10px 0;
        text-align: right;
    }

        .grid-sumario .grid-sumario-grupo label {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 0px;
            position: relative;
            top: 3px;
        }

        .grid-sumario .grid-sumario-grupo .form-control {
            display: inline-block;
            width: 120px;
            text-align: right;
        }

            .grid-sumario .grid-sumario-grupo .form-control[disabled], .grid-sumario .grid-sumario-grupo .form-control[readonly] {
                background: #fff !important;
            }

.checkbox-sem-label {
    margin-top: 30px;
    padding-left: 0px;
}
/* */

.totalizador-grid {
    padding: 20px;
    background: #eee;
}

.row-last .form-group {
    margin-bottom: 0px;
}

.last {
    margin-bottom: 0;
}

.fc-header {
    display: none;
}

.uc-off {
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.TextCenter {
    text-align: center !important;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-full .select2-container {
    width: 100%;
}


/* Autocomplete */
.autocomplete-suggestions {
    background: #0b679e;
    color: #fff;
    padding: 5px;
}

    .autocomplete-suggestions .autocomplete-suggestion {
        cursor: pointer;
    }

/* Grids */
.table .SituacaoBoletimReadOnly {
    width: 170px;
    min-width: 170px;
    max-width: 250px;
}

.table .SituacaoAihReadOnly {
    font-weight: bold;
    min-width: 70px;
    max-width: 150px;
}

.table .SituacaoLaudoReadOnly {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}


.table .Uppercase {
    text-transform: uppercase;
}

.table .Full {
    width: 50%;
    min-width: 250px;
}

.table .DataDDMMYY {
    width: 80px;
    text-align: center;
}

.table .DataDDMMYYHHmmss {
    width: 110px;
    text-align: center;
}

.table .TipoBoletim {
    width: 80px;
    text-align: center;
}

.table .CodigoBoletim {
    width: 80px;
    text-align: center;
}

.table .Botao {
    width: 22px;
    text-align: center;
}

.table .CodigoRemessa {
    width: 65px;
    text-align: center;
}

.table .TextAlignCenter {
    text-align: center;
}

.table .sequencial {
    width: 1px;
}

.table .servico .select2-chosen {
    white-space: normal !important;
}

.table .input-valor-grid {
}

.table .via {
}

.table .col-index {
    width: 30px;
    text-align: center;
}

.table .col-qtd {
    width: 50px;
    text-align: center;
}

    .table .col-qtd input {
        text-align: center;
    }

.table .col-valor {
    width: 110px;
}

.table .col-deletar {
    width: 34px;
}

.table .col-via {
    width: 130px;
}

.table .col-tecnica {
    width: 130px;
}

.table .col-descricao-rodape {
    text-align: right;
    font-weight: bold;
}

.table tfoot td {
    background: #eeeeee;
}

    .table tfoot td .form-control {
        background: #fff !important;
    }

.table .CodigoServico {
    width: 90px;
    text-align: center;
}

.table .CodigoCID {
    width: 90px;
    text-align: center;
}

.table .DescricaoPorte {
    width: 50px;
    text-align: center;
}

.table .ValorServico {
    width: 90px;
    text-align: center;
}

.table .TotalGuias {
    width: 90px;
    text-align: center;
}

.table.table-font-small {
    font-size: 11px;
}

.table .Entrega {
    width: 100px;
    text-align: center;
}

.table .label-block {
    display: block;
}

.title-pesquisa {
    height: auto !important;
    padding: 5px !important;
}

/* Modal de acompanhamento */
.modal-acompanhamento h4.tempo-de-vida .icon-time {
    position: relative;
    top: -1px;
    margin-right: 0px;
}

.modal-acompanhamento h4.tempo-de-vida strong {
    font-weight: bold !important;
}

.modal-acompanhamento .dataTable th {
    color: #fff;
    background: #0b679e;
    font-weight: normal !important;
}

.modal-acompanhamento .dataTable .DataDDMMYYHHmmss {
    width: 150px;
    text-align: left;
}

.modal-acompanhamento h4.valores {
    font-weight: bold !important;
}

/* Modal de recebimento */
.modal-recebimento-historico .dataTable th {
    color: #fff;
    background: #0b679e;
    font-weight: normal !important;
}

.modal-recebimento-historico .recebido {
    color: #3CC051;
}

.modal-recebimento-historico .em-aberto {
    color: #FCB322;
}

.modal-recebimento-historico .pendente {
    color: #ED4E2A;
}

.modal-recebimento-historico .acatado {
    color: #ED4E2A;
}

.modal-recebimento-historico .produzido {
    color: #37B7F3;
}

.modal-recebimento-historico .referencia {
    text-transform: uppercase;
    font-weight: bold;
}

.modal-recebimento-historico .foot td {
    background-color: #EEEEEE;
    font-weight: bold;
}

.modal-cadastro .modal-body {
    padding: 0 !important;
}

.modal-cadastro .note {
    margin: 0 !important;
}

.modal-cadastro .modal-header .close {
    display: none !important;
}

/* Dashboard */
.stat-block {
    position: relative;
    text-align: center;
}

    .stat-block .valor {
        font-weight: bold !important;
    }

    .stat-block.glosado {
        background: #d12610;
    }

        .stat-block.glosado .details .title {
            color: #fff;
        }

        .stat-block.glosado .details .numbers {
            color: #fff;
        }

    .stat-block.acatado {
        background: #d12610;
    }

        .stat-block.acatado .details .title {
            color: #fff;
        }

        .stat-block.acatado .details .numbers {
            color: #fff;
        }

    .stat-block.em-aberto {
        background: #fcb322;
    }

        .stat-block.em-aberto .details .title {
            color: #fff;
        }

        .stat-block.em-aberto .details .numbers {
            color: #fff;
        }

    .stat-block.recebido {
        background: #52e136;
    }

        .stat-block.recebido .details .title {
            color: #fff;
        }

        .stat-block.recebido .details .numbers {
            color: #fff;
        }

    .stat-block.faturado {
        background: #37b7f3;
    }

        .stat-block.faturado .details .title {
            color: #fff;
        }

        .stat-block.faturado .details .numbers {
            color: #fff;
        }

/* Digitação */
.form-section-no-top {
    margin-top: 0px;
}

/* Gera Relatório */
.ReportViewer {
    margin-left: auto;
    margin-right: auto;
}

.nomargin-bottom {
    margin-bottom: 0px !important;
}

.nopadding-bottom {
    padding-bottom: 0px !important;
}

.modal-recebimento-historico {
    width: 700px;
}

#dashboard .portlet .table {
    margin: 0;
}

#dashboard .dashboard-resumo-boletins th {
    text-align: center !important;
}

#dashboard a.alert-danger {
    text-decoration: none;
    color: #b94a48;
    font-size: 18px;
}

    #dashboard a.alert-danger .icon-exclamation-sign {
        font-size: 18px;
    }

#dashboard .dashboard-resumo-boletins .detalhe .Valor {
    text-align: center;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background :#FFF;
}

.modal-GestaoDocumentacao {
    width: 800px;
}

.modal-boletim-list {
    width: 800px;
}

    .modal-boletim-list .table {
        margin-bottom: 0px;
    }

    .modal-boletim-list .modal-body {
        padding-bottom: 5px;
    }

.modal-acompanhamento {
    width: 700px;
}

    .modal-acompanhamento .badge {
        font-size: 14px !important;
        padding: 8px 8px;
        height: auto;
    }

.header .navbar-nav > li.dropdown.user .dropdown-toggle {
    padding: 13px 4px 12px 9px !important;
}

.checkbox-destaque {
    background-color: red;
    color: #fff;
    padding: 4px;
    margin: 10px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
}

    .checkbox-destaque label {
        margin: 0;
    }

.group-with-selector input {
    border-radius: 0px;
}

.close-modal {
    position: absolute;
    width: 30px;
    right: -15px;
    top: -20px;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    border-radius: 50%;
    font-size: 16px;
}

.Checkbox {
    width: 16px;
}

.Button {
    width: 16px;
}

.consultasrealizadas .Date {
    width: 85px;
}

.consultasrealizadas .Hour {
    width: 50px;
}

.consultasrealizadas .table {
    font-size: 12px;
}

    .consultasrealizadas .table td, .consultasrealizadas .table th {
        vertical-align: middle;
        padding: 5px;
    }

.consultasrealizadas .form-actions.fluid {
    padding: 20px;
}

.consultasrealizadas .label-confirmacao {
    padding-top: 10px;
}

.consultasrealizadas textarea.form-control {
    resize: none;
    height: 120px;
}

.header .navbar-brand {
    padding: 5px !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.header .navbar-brand img {
    margin-left: 3px;
    margin-top: 8px;
}

.header .pull-right > span {
    display: block;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.page-sidebar-menu > li.active {
    border-right: 0px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.modal .tab-content {
    border-bottom: 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.modal .nav-tabs {
    margin-bottom: 0px !important;
}

    .modal .nav-tabs > li {
        margin: 0 !important;
    }

        .modal .nav-tabs > li > a {
            border-top: 0 !important;
            border-bottom: 0 !important;
            border-radius: 0 !important;
            margin: 0 !important;
        }

        .modal .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background: #ddd;
        }

.modal table.table {
    margin-bottom: 0px !important;
}

body.waitingForReport {
    background-color: #0b679e;
}

    body.waitingForReport .container {
        max-width: 960px;
        margin: 0 auto;
    }

    body.waitingForReport .box {
        border: solid 3px #ddd;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
        padding: 30px;
        margin: 40px;
        background-color: #fff;
        color: #666;
        font-family: 'Open Sans',sans-serif;
    }


/* Sidebar */
.page-sidebar-menu .title small {
    font-size: 50%;
    margin-top: 10px;
    vertical-align: text-top;
    display: inline;
}


.list-with-trash li {
    position: relative;
}

    .list-with-trash li a {
        position: absolute;
        top: 5px;
        right: 10px;
        text-align: center;
    }

        .list-with-trash li a i {
            margin: 0px !important;
        }

        .list-with-trash li a.btn-xs {
            padding: 2px;
        }


.mce-tinymce {
    margin-bottom: 20px !important;
}

/* NOVO DASHBOARD INICIAL */

.wdashboard .page-content {
    background-color: transparent !important;
}

    .wdashboard .page-content .page-title {
        color: #fff;
        text-align: center;
    }

    .wdashboard .page-content .page-breadcrumb {
        background-color: rgba(255,255,255,0.0) !important;
        text-align: center;
        border: none !important;
    }

        .wdashboard .page-content .page-breadcrumb * {
            color: #fff !important;
        }

.wdashboard #divResumoExtra {
    display: none !important;
}

.wdashboard #cphPageContent_upFiltro .panel:first-child {
    background-color: rgba(255,255,255,0.5) !important;
}

.d-none {
    display: none !important;
}


.fc-time {
    display: none;
}

.container-striped .row:nth-child(2n+1) {
    background-color: #fcfcfc;
    padding-bottom: 8px;
}
.container-striped .row  {
    padding-bottom: 8px;
}
.container-striped .row > .col-md-6:first-child {
   border-right:1px solid #ddd;
}
    .container-striped .row:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }