/* ==== DEFINIÇÕES ATUAIS =========================================================================================== */
:root {
    /* ==========================================================================
       SPACING
       ========================================================================== */
    --space-0: 0;
    --space-1: 5px;
    --space-2: 10px;
    --space-3: 15px;
    --space-4: 20px;
    --space-5: 25px;
    --space-6: 30px;
    --space-7: 35px;
    --space-8: 40px;

    /* ==========================================================================
       PAGE WIDTHS
       ========================================================================== */
    --page-width-sm: 800px;
    --page-width-md: 1100px;
    --page-width-lg: 1400px;

    /* ==========================================================================
       RADII
       ========================================================================== */
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;

    /* ==========================================================================
       TYPOGRAPHY
       ========================================================================== */
    --font-family-base: "Segoe UI", "Helvetica Neue", arial, sans-serif;
    --font-size-xs: 12px;
    --font-size-sm: 13px;
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;

    /* ==========================================================================
       LINE HEIGHT
       ========================================================================== */
    --line-height-sm: 1.3;
    --line-height-md: 1.5;
    --line-height-lg: 1.6;

    /* ==========================================================================
       TEXT
       ========================================================================== */
    --text-primary: #333;
    --text-secondary: #666;
    --text-muted: #8f8f8f;
    --text-light: #fff;

    /* ==========================================================================
       BACKGROUNDS
       ========================================================================== */
    --bg-page: #f5f5f5;
    --bg-page-alt: #ececec;
    --bg-card: #fff;
    --bg-subtle: #fafafa;
    --bg-disabled: #f3f3f3;

    /* ==========================================================================
       BORDERS
       ========================================================================== */
    --border-light: #e8e8e8;
    --border-default: #ddd;
    --border-strong: #d0d0d0;

    /* ==========================================================================
       STATES
       ========================================================================== */
    --color-success: #3c763d;
    --color-warning: #8a6d3b;
    --color-error: #b94a48;
    --color-info: #31708f;
    --bg-success: #dff0d8;
    --bg-warning: #fcf8e3;
    --bg-error: #f2dede;
    --bg-info: #d9edf7;

    /* ==========================================================================
       EFFECTS
       ========================================================================== */
    --shadow-soft: 0 2px 8px rgb(0 0 0 / 6%);
    --shadow-medium: 0 4px 14px rgb(0 0 0 / 10%);
}

/* =====================================================================================================================
   LOGOS/BRANDING
===================================================================================================================== */

.logo {
    display: block;
    width: auto;
}

.logo--md {
    height: 35px;
}

/* =====================================================================================================================
   PAGE/HEADER
===================================================================================================================== */

.row.page-header {
    background-color: #FFF;
    margin: 10px 0 0;
    border-bottom: 1px solid #f5f5f5;
}

.row.page-footer {
    margin: 10px 0 0;
    padding: 5px 10px;
    border-top: 1px solid #f5f5f5;
}

.row.page-header.shadow1 {
    box-shadow: none;
}

.row.page-header.shadow2 {
    box-shadow: none;
}

.page-header {
    position: relative;
    margin: 0;
    padding: var(--space-2);
    height: 70px;
}

.page-header__logo {
    position: absolute;
    left: var(--space-2);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.page-header__main {
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    padding: 0 110px;
}

.page-header__actions {
    position: absolute;
    right: var(--space-2);
    top: 50%;
    transform: translateY(-50%);
}

.page-header__title {
    margin: 0;
    font-size: var(--font-size-xl);
    color: var(--text-primary);
    line-height: var(--line-height-sm);
    font-weight: 600;
}

.page-header__subtitle {
    margin-top: var(--space-2);
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: var(--font-size-md);
}

@media (width <= 768px) {
    .page-header {
        position: static;
        text-align: center;
    }

    .page-header__logo,
    .page-header__actions {
        position: static;
        transform: none;
        width: auto;
        justify-content: center;
        margin-bottom: var(--space-3);
    }

    .page-header__main {
        padding: 0;
    }
}


/* ==== FIM DEFINIÇÕES ATUAIS ======================================================================================= */

/* MODIFICAÇÕES NO BOOTSTRAP ORIGINAL */
.text-urgent {
    color: #4A42A9;
}

a.text-urgent:hover {
    color: #3A3484;
}

.bg-urgent {
    background-color: #E0DEF2;
}

a.bg-urgent:hover {
    background-color: #BCB9E4;
}

.table > thead > tr > td.primary,
.table > thead > tr > td.primary.sorting_1,
.table > tbody > tr > td.primary,
.table > tbody > tr > td.primary.sorting_1,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > td.primary.sorting_1,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > thead > tr.primary > td.sorting_1,
.table > thead > tr.primary > .sorting_1,
.table > tbody > tr.primary > td,
.table > tbody > tr.primary > td.sorting_1,
.table > tbody > tr.primary > .sorting_1,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.primary > td.sorting_1,
.table > tfoot > tr.primary > .sorting_1,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    background-color: #C7E3FF;
}

.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover,
.table-hover > tbody > tr.primary:hover > td,
.table-hover > tbody > tr:hover > .primary,
.table-hover > tbody > tr.primary:hover > th {
    background-color: #AFD6FD;
}

.table > thead > tr > td.urgent,
.table > tbody > tr > td.urgent,
.table > tfoot > tr > td.urgent,
.table > thead > tr > th.urgent,
.table > tbody > tr > th.urgent,
.table > tfoot > tr > th.urgent,
.table > thead > tr.urgent > td,
.table > tbody > tr.urgent > td,
.table > tfoot > tr.urgent > td,
.table > thead > tr.urgent > th,
.table > tbody > tr.urgent > th,
.table > tfoot > tr.urgent > th {
    background-color: #DFDEF2;
}

.table-hover > tbody > tr > td.urgent:hover,
.table-hover > tbody > tr > th.urgent:hover,
.table-hover > tbody > tr.urgent:hover > td,
.table-hover > tbody > tr:hover > .urgent,
.table-hover > tbody > tr.urgent:hover > th {
    background-color: #CDCCEB;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 42.5%);
}

.btn-urgent {
    color: #fff;
    background-color: #6159D9;
    border-color: #443AD4;
}

.btn-urgent:hover,
.btn-urgent:focus,
.btn-urgent.focus,
.btn-urgent:active,
.btn-urgent.active,
.open > .dropdown-toggle.btn-urgent {
    color: #fff;
    background-color: #362CC9;
    border-color: #2E25AC;
}

.btn-urgent:active,
.btn-urgent.active,
.open > .dropdown-toggle.btn-urgent {
    background-image: none;
}

.btn-urgent.disabled,
.btn-urgent[disabled],
fieldset[disabled] .btn-urgent,
.btn-urgent.disabled:hover,
.btn-urgent[disabled]:hover,
fieldset[disabled] .btn-urgent:hover,
.btn-urgent.disabled:focus,
.btn-urgent[disabled]:focus,
fieldset[disabled] .btn-urgent:focus,
.btn-urgent.disabled.focus,
.btn-urgent[disabled].focus,
fieldset[disabled] .btn-urgent.focus,
.btn-urgent.disabled:active,
.btn-urgent[disabled]:active,
fieldset[disabled] .btn-urgent:active,
.btn-urgent.disabled.active,
.btn-urgent[disabled].active,
fieldset[disabled] .btn-urgent.active {
    background-color: #584FD9;
    border-color: #443AD4;
}

.btn-urgent .badge {
    color: #584FD9;
    background-color: #fff;
}

.label-urgent {
    background-color: #584FD9;
}

.label-urgent[href]:hover,
.label-urgent[href]:focus {
    background-color: #362CC9;
}

.alert-default {
    color: #8F8F8F;
    background: #D6D6D6 linear-gradient(#EFEFEF, #E3E3E3);
    border-color: #DDD;
}

.alert-default hr {
    border-top-color: #a6e1ec;
}

.alert-default .alert-link {
    color: #245269;
}

.alert-urgent {
    color: #4A42A9;
    background-color: #E0DEF2;
    border-color: #CFCCEB;
}

.alert-urgent hr {
    border-top-color: #BCB9E4;
}

.alert-urgent .alert-link {
    color: #3A3484;
}

.progress-bar-urgent {
    background-color: #5D4FD9;
}

.progress-striped .progress-bar-urgent {
    background-image: linear-gradient(45deg, rgb(255 255 255 / 15%) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 15%) 50%, rgb(255 255 255 / 15%) 75%, transparent 75%, transparent);
}

.list-group-item-urgent {
    color: #4A42A9;
    background-color: #E0DEF2;
}

a.list-group-item-urgent {
    color: #4A42A9;
}

a.list-group-item-urgent .list-group-item-heading {
    color: inherit;
}

a.list-group-item-urgent:hover,
a.list-group-item-urgent:focus {
    color: #4A42A9;
    background-color: #CECCEB;
}

a.list-group-item-urgent.active,
a.list-group-item-urgent.active:hover,
a.list-group-item-urgent.active:focus {
    color: #fff;
    background-color: #4A42A9;
    border-color: #4A42A9;
}

.panel-success {
    border-color: #D1E3C1;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #D6E6CF;
    border-color: #CCDEBD;
}

.panel-urgent {
    border-color: #D2CCEB;
}

.panel-urgent > .panel-heading {
    color: #4A42A9;
    background-color: #E0DEF2;
    border-color: #CECCEB;
}

.panel-urgent > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #CECCEB;
}

.panel-urgent > .panel-heading .badge {
    color: #E0DEF2;
    background-color: #4A42A9;
}

.panel-urgent > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #CECCEB;
}


/* --------------------------------- OUTLINE BTN ---------------------------- */
.btn-primary-outline {
    color: #0275d8;
    background-color: transparent;
    background-image: none;
    border-color: #0275d8;
}

.btn-primary-outline:disabled {
    border: none;
}

.btn-primary-outline > .badge {
    background-color: #0275d8;
}

.btn-primary-outline:focus, .btn-primary-outline.focus,
.btn-primary-outline:active, .btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary-outline:hover > .badge {
    background-color: #FFF;
    color: #0275d8;
}

.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #43a7fd;
}

.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd;
}

/* -------------------------------------------------------------------------- */
.btn-info-outline {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

.btn-info-outline:disabled {
    border: none;
}

.btn-info-outline > .badge {
    background-color: #5bc0de;
}

.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active,
.btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline:hover > .badge {
    background-color: #FFF;
    color: #5bc0de;
}

.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #b0e1ef;
}

.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b0e1ef;
}

/* -------------------------------------------------------------------------- */
.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

.btn-success-outline:disabled {
    border: none;
}

.btn-success-outline > .badge {
    background-color: #5cb85c;
}

.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline:hover > .badge {
    background-color: #FFF;
    color: #5cb85c;
}


.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #a3d7a3;
}

.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #a3d7a3;
}

/* -------------------------------------------------------------------------- */
.btn-warning-outline {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

.btn-warning-outline:disabled {
    border: none;
}

.btn-warning-outline > .badge {
    background-color: #f0ad4e;
}

.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning-outline:hover > .badge {
    background-color: #FFF;
    color: #f0ad4e;
}

.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f8d9ac;
}

.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f8d9ac;
}

/* -------------------------------------------------------------------------- */
.btn-danger-outline {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
}

.btn-danger-outline:disabled {
    border: none;
}

.btn-danger-outline > .badge {
    background-color: #d9534f;
}

.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger-outline:hover > .badge {
    background-color: #FFF;
    color: #d9534f;
}

.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #eba5a3;
}

.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #eba5a3;
}

/* -------------------------------------------------------------------------- */
.btn-urgent-outline {
    color: #362CC9;
    background-color: transparent;
    background-image: none;
    border-color: #443AD4;
}

.btn-urgent-outline:disabled {
    border: none;
}

.btn-urgent-outline > .badge {
    background-color: #362CC9;
}

.btn-urgent-outline:focus, .btn-urgent-outline.focus, .btn-urgent-outline:active, .btn-urgent-outline.active,
.open > .btn-urgent-outline.dropdown-toggle {
    color: #fff;
    background-color: #362CC9;
    border-color: #443AD4;
}

.btn-urgent-outline:hover {
    color: #fff;
    background-color: #362CC9;
    border-color: #443AD4;
}

.btn-urgent-outline:hover > .badge {
    background-color: #FFF;
    color: #443AD4;
}

.btn-urgent-outline.disabled:focus, .btn-urgent-outline.disabled.focus, .btn-urgent-outline:disabled:focus, .btn-urgent-outline:disabled.focus {
    border-color: #443AD4;
}

.btn-urgent-outline.disabled:hover, .btn-urgent-outline:disabled:hover {
    border-color: #443AD4;
}

/* -------------------------------------------------------------------------- */
.btn-default-outline {
    color: #555;
    background-color: transparent;
    background-image: none;
    border-color: #CCC;
}

.btn-default-outline:disabled {
    border: none;
}

.btn-default-outline > .badge {
    background-color: #888;
}

.btn-default-outline:focus, .btn-default-outline.focus, .btn-default-outline:active, .btn-default-outline.active,
.open > .btn-urgent-outline.dropdown-toggle {
    color: #333;
    background-color: #DDD;
    border-color: #CCC;
}

.btn-default-outline:hover {
    color: #333;
    background-color: #DDD;
    border-color: #CCC;
}

.btn-default-outline:hover > .badge {
    background-color: #FFF;
    color: #333;
}

.btn-default-outline.disabled:focus, .btn-default-outline.disabled.focus, .btn-default-outline:disabled:focus, .btn-default-outline:disabled.focus {
    border-color: #CCC;
}

.btn-default-outline.disabled:hover, .btn-urgent-outline:disabled:hover {
    border-color: #CCC;
}

/* -------------------------------------------------------------------------- */
.btn-inverse-outline {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333;
}

.btn-inverse-outline:disabled {
    border: none;
}

.btn-inverse-outline > .badge {
    background-color: #333;
}

.btn-inverse-outline:focus, .btn-inverse-outline.focus, .btn-inverse-outline:active, .btn-inverse-outline.active,
.open > .btn-urgent-outline.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-inverse-outline:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-inverse-outline:hover > .badge {
    background-color: #FFF;
    color: #333;
}

.btn-inverse-outline.disabled:focus, .btn-inverse-outline.disabled.focus, .btn-inverse-outline:disabled:focus, .btn-inverse-outline:disabled.focus {
    border-color: #333;
}

.btn-inverse-outline.disabled:hover, .btn-inverse-outline:disabled:hover {
    border-color: #333;
}

/* --------------------------------- MINIMAL BTN ---------------------------- */

/* PRIMARY */
.btn-primary-minimal {
    color: #0275d8;
    background: none;
    border: none;
}

.btn.btn-primary-minimal > .badge {
    background-color: #0275d8;
}

.btn-primary-minimal:focus,
.btn-primary-minimal.focus,
.btn-primary-minimal:active,
.btn-primary-minimal.active,
.open > .btn-primary-minimal.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
}

.btn-primary-minimal:hover {
    color: #fff;
    background-color: #0275d8;
}

.btn-primary-minimal.active > .badge,
.btn-primary-minimal:hover > .badge {
    background-color: #FFF;
    color: #0275d8;
}

/* INFO */
.btn-info-minimal {
    color: #489AB3;
    background: none;
    border: none;
}

.btn.btn-info-minimal > .badge {
    background-color: #5bc0de;
}

.btn-info-minimal:focus,
.btn-info-minimal.focus,
.btn-info-minimal:active,
.btn-info-minimal.active,
.open > .btn-info-minimal.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
}

.btn-info-minimal:hover {
    color: #fff;
    background-color: #5bc0de;
}

.btn-info-minimal.active > .badge,
.btn-info-minimal:hover > .badge {
    background-color: #FFF;
    color: #5bc0de;
}

/* SUCCESS */
.btn-success-minimal {
    color: #51A351;
    background: none;
    border: none;
}

.btn.btn-success-minimal > .badge {
    background-color: #5cb85c;
}

.btn-success-minimal:focus,
.btn-success-minimal.focus,
.btn-success-minimal:active,
.btn-success-minimal.active,
.open > .btn-success-minimal.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
}

.btn-success-minimal:hover {
    color: #fff;
    background-color: #5cb85c;
}

.btn-success-minimal.active > .badge,
.btn-success-minimal:hover > .badge {
    background-color: #FFF;
    color: #51A351;
}

/* WARNING */
.btn-warning-minimal {
    color: #E3A44A;
    background: none;
    border: none;
}

.btn.btn-warning-minimal > .badge {
    background-color: #f0ad4e;
}

.btn-warning-minimal:focus,
.btn-warning-minimal.focus,
.btn-warning-minimal:active,
.btn-warning-minimal.active,
.open > .btn-warning-minimal.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
}

.btn-warning-minimal:hover {
    color: #fff;
    background-color: #f0ad4e;
}

.btn-warning-minimal.active > .badge,
.btn-warning-minimal:hover > .badge {
    background-color: #FFF;
    color: #f0ad4e;
}

/* DANGER */
.btn-danger-minimal {
    color: #d9534f;
    background: none;
    border: none;
}

.btn.btn-danger-minimal > .badge {
    background-color: #d9534f;
}

.btn-danger-minimal:focus,
.btn-danger-minimal.focus,
.btn-danger-minimal:active,
.btn-danger-minimal.active,
.open > .btn-danger-minimal.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
}

.btn-danger-minimal:hover {
    color: #fff;
    background-color: #d9534f;
}

.btn-danger-minimal.active > .badge,
.btn-danger-minimal:hover > .badge {
    background-color: #FFF;
    color: #d9534f;
}

/* URGENT */
.btn-urgent-minimal {
    color: #362CC9;
    background: none;
    border: none;
}

.btn.btn-urgent-minimal > .badge {
    background-color: #362CC9;
}

.btn-urgent-minimal:focus,
.btn-urgent-minimal.focus,
.btn-urgent-minimal:active,
.btn-urgent-minimal.active,
.open > .btn-urgent-minimal.dropdown-toggle {
    color: #fff;
    background-color: #362CC9;
}

.btn-urgent-minimal:hover {
    color: #fff;
    background-color: #362CC9;
}

.btn-urgent-minimal.active > .badge,
.btn-urgent-minimal:hover > .badge {
    background-color: #FFF;
    color: #443AD4;
}

/* DEFAULT */
.btn-default-minimal {
    color: #555;
    background: none;
    border: none;
}

.btn.btn-default-minimal > .badge {
    background-color: #AAA;
}

.btn-default-minimal:focus,
.btn-default-minimal.focus,
.btn-default-minimal:active,
.btn-default-minimal.active,
.open > .btn-default-minimal.dropdown-toggle {
    color: #333;
    background-color: #DDD;
}

.btn-default-minimal:hover {
    color: #333;
    background-color: #DDD;
}

.btn-default-minimal.active > .badge,
.btn-default-minimal:hover > .badge {
    background-color: #FFF;
    color: #333;
}


/* INVERSE */
.btn-inverse-minimal {
    color: #555;
    background: none;
    border: none;
}

.btn.btn-inverse-minimal > .badge {
    background-color: #333;
}

.btn-inverse-minimal:focus,
.btn-inverse-minimal.focus,
.btn-inverse-minimal:active,
.btn-inverse-minimal.active,
.open > .btn-inverse-minimal.dropdown-toggle {
    color: #fff;
    background-color: #333;
}

.btn-inverse-minimal:hover {
    color: #fff;
    background-color: #333;
}

.btn-inverse-minimal.active > .badge,
.btn-inverse-minimal:hover > .badge {
    background-color: #FFF;
    color: #333;
}


.modal-header.modal-header-primary {
    color: #FFF;
    background-color: #0275d8;
}

.modal-header.modal-header-info {
    color: #FFF;
    background-color: #5bc0de;
}

.modal-header.modal-header-success {
    color: #FFF;
    background-color: #5CB85C;
}

.modal-header.modal-header-warning {
    color: #FFF;
    background-color: #f0ad4e;
}

.modal-header.modal-header-danger {
    color: #FFF;
    background-color: #d9534f;
}

.modal-header.modal-header-urgent {
    color: #FFF;
    background-color: #443AD4;
}

.modal-header.modal-header-default {
    color: #FFF;
    background-color: #CCC;
}

.modal-header.modal-header-inverse {
    color: #FFF;
    background-color: #333;
}

.modal-header.modal-header-brf {
    color: #FFF;
    background: transparent linear-gradient(to right, #7F79D4, #AB3C42, #BF5A60, #F18B54) repeat scroll 0 0 !important;
}

/* BRF */
.btn-brf-minimal {
    color: #AB0812;
    background-color: transparent;
    background-image: none;
    border: none;
}

.btn.btn-brf-minimal > .badge {
    background-color: #333;
}

.btn-brf-minimal:focus,
.btn-brf-minimal.focus,
.btn-brf-minimal:active,
.btn-brf-minimal.active,
.open > .btn-brf-minimal.dropdown-toggle,
.btn-brf-minimal:hover {
    color: #fff;
    background: transparent linear-gradient(to right, #6B64D4, #AB2A32, #BF464E) repeat scroll 0 0 !important;
}

.btn-brf-minimal.active > .badge,
.btn-brf-minimal:hover > .badge {
    background-color: #FFF;
    color: #333;
}

.btn-floating {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.btn-floating:active {
    box-shadow: 0 2px 2px 1px rgb(0 0 0 / 14%), 0 3px 1px -1px rgb(0 0 0 / 20%), 0 1px 5px 1px rgb(0 0 0 / 12%);
}


/* --------------------------------- MINIMAL LABEL ---------------------------- */

/* PRIMARY */
.label-primary-minimal {
    padding: 3px 5px;
    color: #0275d8;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-primary-minimal > .badge {
    background-color: #0275d8;
}

.label-primary-minimal:focus,
.label-primary-minimal.focus,
.label-primary-minimal:active,
.label-primary-minimal.active,
.open > .label-primary-minimal.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
}

.label-primary-minimal:hover {
    color: #fff;
    background-color: #0275d8;
}

.label-primary-minimal.active > .badge,
.label-primary-minimal:hover > .badge {
    background-color: #FFF;
    color: #0275d8;
}

/* INFO */
.label-info-minimal {
    padding: 3px 5px;
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-info-minimal > .badge {
    background-color: #5bc0de;
}

.label-info-minimal:focus,
.label-info-minimal.focus,
.label-info-minimal:active,
.label-info-minimal.active,
.open > .label-info-minimal.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
}

.label-info-minimal:hover {
    color: #fff;
    background-color: #5bc0de;
}

.label-info-minimal.active > .badge,
.label-info-minimal:hover > .badge {
    background-color: #FFF;
    color: #5bc0de;
}

/* SUCCESS */
.label-success-minimal {
    padding: 3px 5px;
    color: #468847;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-success-minimal > .badge {
    background-color: #468847;
}

.label-success-minimal:focus,
.label-success-minimal.focus,
.label-success-minimal:active,
.label-success-minimal.active,
.open > .label-success-minimal.dropdown-toggle {
    color: #fff;
    background-color: #468847;
}

.label-success-minimal:hover {
    color: #fff;
    background-color: #468847;
}

.label-success-minimal.active > .badge,
.label-success-minimal:hover > .badge {
    background-color: #FFF;
    color: #468847;
}

/* WARNING */
.label-warning-minimal {
    padding: 3px 5px;
    color: #F89406;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-warning-minimal > .badge {
    background-color: #F89406;
}

.label-warning-minimal:focus,
.label-warning-minimal.focus,
.label-warning-minimal:active,
.label-warning-minimal.active,
.open > .label-warning-minimal.dropdown-toggle {
    color: #fff;
    background-color: #F89406;
}

.label-warning-minimal:hover {
    color: #fff;
    background-color: #F89406;
}

.label-warning-minimal.active > .badge,
.label-warning-minimal:hover > .badge {
    background-color: #FFF;
    color: #F89406;
}

/* DANGER */
.label-danger-minimal {
    padding: 3px 5px;
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-danger-minimal > .badge {
    background-color: #d9534f;
}

.label-danger-minimal:focus,
.label-danger-minimal.focus,
.label-danger-minimal:active,
.label-danger-minimal.active,
.open > .label-danger-minimal.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
}

.label-danger-minimal:hover {
    color: #fff;
    background-color: #d9534f;
}

.label-danger-minimal.active > .badge,
.label-danger-minimal:hover > .badge {
    background-color: #FFF;
    color: #d9534f;
}

/* URGENT */
.label-urgent-minimal {
    padding: 3px 5px;
    color: #362CC9;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-urgent-minimal > .badge {
    background-color: #362CC9;
}

.label-urgent-minimal:focus,
.label-urgent-minimal.focus,
.label-urgent-minimal:active,
.label-urgent-minimal.active,
.open > .label-urgent-minimal.dropdown-toggle {
    color: #fff;
    background-color: #362CC9;
}

.label-urgent-minimal:hover {
    color: #fff;
    background-color: #362CC9;
}

.label-urgent-minimal.active > .badge,
.label-urgent-minimal:hover > .badge {
    background-color: #FFF;
    color: #443AD4;
}

/* DEFAULT */
.label-default-minimal {
    padding: 3px 5px;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-default-minimal > .badge {
    background-color: #CCC;
}

.label-default-minimal:focus,
.label-default-minimal.focus,
.label-default-minimal:active,
.label-default-minimal.active,
.open > .label-default-minimal.dropdown-toggle {
    color: #333;
    background-color: #DDD;
}

.label.label-default-minimal:hover {
    background-color: #DDD;
    color: #333;
}

.label-default-minimal.active > .badge,
.label-default-minimal:hover > .badge {
    background-color: #FFF;
    color: #CCC;
}


/* INVERSE */
.label-inverse-minimal {
    padding: 3px 5px;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: none;
}

.label-inverse-minimal > .badge {
    background-color: #333;
}

.label-inverse-minimal:focus,
.label-inverse-minimal.focus,
.label-inverse-minimal:active,
.label-inverse-minimal.active,
.open > .label-inverse-minimal.dropdown-toggle {
    color: #fff;
    background-color: #333;
}

.label-inverse-minimal:hover {
    color: #fff;
    background-color: #333;
}

.label-inverse-minimal.active > .badge,
.label-inverse-minimal:hover > .badge {
    background-color: #FFF;
    color: #333;
}

.label.label-rounded,
li > .label.label-rounded,
ul.parametros li .label.label-rounded,
ul > li > .label.label-rounded {
    border-radius: 15px;
}

/* DANGER */
.label-danger-outline {
    padding: 3px 5px;
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border: 1px solid #d9534f;
}

.label-danger-outline > .badge {
    background-color: #d9534f;
}

.label-danger-outline:focus,
.label-danger-outline.focus,
.label-danger-outline:active,
.label-danger-outline.active,
.open > .label-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
}

.label-danger-outline:hover {
    color: #fff;
    background-color: #d9534f;
}

.label-danger-outline.active > .badge,
.label-danger-outline:hover > .badge {
    background-color: #FFF;
    color: #d9534f;
}

.label-floating {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.label-floating:active {
    box-shadow: 0 2px 2px 1px rgb(0 0 0 / 14%), 0 3px 1px -1px rgb(0 0 0 / 20%), 0 1px 5px 1px rgb(0 0 0 / 12%);
}

/* FIM DAS MODIFICAÇÕES NO BOOTSTRAP ORIGINAL */

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

/* MODIFICAÇÕES NO BOOTSTRAP CUSTOMIZADAS */

/*
    Created on : 06/07/2016, 17:05:52;
    Author     : Kaciano
*/
html body {
    font-size: 13px;
    color: #212121;
}

.form-control {
    font-size: 12px;
    height: 28px;
}

.invalida {
    color: #BF3030;
}

.valida {
    color: green;
}

a {
    color: #006400;
}

a:hover {
    color: #008000;
}

.form-control:focus {
    border-color: #16a085;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%), 0 0 8px rgb(102 175 233 / 60%);
}

table.srhtable.table-condensed tbody tr td {
    padding: 3px 6px;
}

.btn-group.btn-group-lg {
    width: 100%;
}

.btn-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
}

.btn-circle-micro {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 1px 0;
    font-size: 13px;
    line-height: 0.1;
    border-radius: 30px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 1.65;
    border-radius: 30px;
}

.btn-circle-lg {
    width: 79px;
    height: 79px;
    text-align: center;
    padding: 13px 0;
    font-size: 30px;
    line-height: 2.00;
    border-radius: 70px;
}

.rounded3 {
    border-radius: 3px;
}

.btn-group.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

table.srhtable {
    font-size: 12px;
}

table.srhtable.srhtable-small {
    font-size: 11px;
}

table.srhtable caption {
    font-size: 14px;
    font-weight: 900;
    background-color: #dedede;
    padding: 5px;
}

table.srhtable thead tr th,
table.srhtable tfoot tr td {
    background-color: #f1f1f1;
    font-weight: bold;
}

table.srhtable tbody tr.cancelado td {
    background-color: #d74340 !important;
    color: #fff;
}

table.srhtable tbody tr.cancelado td a {
    color: #FDD017;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: inherit;
}

table.srhtable tbody tr.despesa-class, table.srhtable tbody tr td.despesa-class {
    background-color: #EBE56A !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold !important;
}

table.srhtable tbody tr.resumo-class, table.srhtable tbody tr td.resumo-class {
    background-color: #A6D7EA !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.honorario-class, table.srhtable tbody tr td.honorario-class {
    background-color: #CBB9D4 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.internacao-class, table.srhtable tbody tr td.internacao-class {
    background-color: #ADE6A1 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.prorrogacao-class, table.srhtable tbody tr td.prorrogacao-class {
    background-color: #62B1D0 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.spsadt-class, table.srhtable tbody tr td.spsadt-class {
    background-color: #FFCA44 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.radio-class, table.srhtable tbody tr td.radio-class {
    background-color: #CBB9D4 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.opme-class, table.srhtable tbody tr td.opme-class {
    background-color: #CEEB3E !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.quimio-class, table.srhtable tbody tr td.quimio-class {
    background-color: #8F91A0 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr.consulta-class, table.srhtable tbody tr td.consulta-class {
    background-color: #FFE0C6 !important;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
}

table.srhtable tbody tr td span.treegrid-expander {
    display: inline;
}

.bg-red {
    background-color: #d74340 !important;
    color: #fff;
}

.tooltipster-light {
    border-radius: 5px;
    border: 2px solid #373737;
    background: #4c4c4c;
    color: #f5f5f5;
}

.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 4px 5px;
}

.bs-callout-info {
    border-left-color: #2980b9;
}

.bs-callout-info h4 {
    color: #2980b9;
}

i.edit-dtvalidade, i.save-dtvalidade {
    cursor: pointer;
}

@media print {
    @page {
        size: auto;   /* auto is the initial value */

        /* this affects the margin in the printer settings */
        margin: 20mm;
    }

    body {
        /* this affects the margin on the content before sending to printer */
        margin: 0;
    }

    a[href]::after {
        content: none !important;
    }

    table.srhtable {
        font-size: 0.8em;
    }

    table.srhtable tbody tr td span.treegrid-expander,
    table tbody tr td span.treegrid-expander {
        display: none;
    }

    .glyphicon {
        display: none;
    }

    button.print, input.print {
        display: none;
    }
}

ul.nav.nav-tabs li.active a {
    font-weight: bold;
}

.label-important,
.badge-important {
    background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #468847;
}

button.print, input.print {
    display: none;
}

/* tab color */
.nav-tabs > li > a {
    background-color: #888;
    border-color: #888;
    color: #fff;
}

.nav-tabs.nav-justified > li > a {
    margin-left: 0;
    border-left: 1px solid #AAA;
}

.nav-tabs.nav-justified > li > a:first-child {
    border-left: none;
}

.nav-tabs > li > a:hover {
    border: none;
    color: #999 !important;
}

.label-success[href],
.badge-success[href] {
    background-color: #356635;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
    background-color: #333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #cecece;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

ul.lista {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 0;
}

ul.lista li {
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
    float: left;
    display: inline;
}

ul.lista.sem-borda, ul.lista.sem-borda li {
    border: none;
}

ul.lista.double li {
    width: 50%;
}

ul.lista.triple li {
    width: 33.333%;
}

ul.lista.quad li {
    width: 25%;
}

ul.lista.six li {
    width: 16.666%;
}

.bg-inverse {
    background-color: rgb(221 221 221);
}

.default-shadow {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 12%);
}

.shadow-0 {
    filter: drop-shadow(0 2px 2px rgb(0 0 0 / 12%));
}

.shadow-1 {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
}

.shadow-2 {
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.shadow-3 {
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
}

.shadow-4 {
    box-shadow: 0 16px 28px 0 rgb(0 0 0 / 22%), 0 25px 55px 0 rgb(0 0 0 / 21%);
}

.shadow-5 {
    box-shadow: 0 27px 24px 0 rgb(0 0 0 / 20%), 0 40px 77px 0 rgb(0 0 0 / 22%);
}

/* ALTERACOES PARA TELA DE OCORRENCIAS */
#container {
    background-color: #f5f5f5;
}

#container > div.container-fluid {
    margin: 15px;
    background-color: #FFF;
}

#container .form-control {
    margin-top: 0;
    margin-bottom: 0;
}

#container .input-sm {
    height: 32px;
    font-size: 11px;
}

@media screen and (width <= 300px) {
    #container {
        background-color: #f5f5f5;
    }
}

/* FIM ALTERACOES PARA TELA DE OCORRENCIAS */

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #E4F1F7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #CFE7F3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fbf1bd;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faeeb2;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.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;
}

.ui-autocomplete-loading {
    background: url('/img/indicator.gif') no-repeat right center
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #FFF;
    background: linear-gradient(#707070, #5e5e5e);
    background: #5e5e5e \9;
    border: 1px solid #5e5e5e;
    border-bottom: 4px solid #5e5e5e;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background: #C2C2C2;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: #707070;
}

.nav-pills > li > a {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-weight: bold;
    color: rgb(240 240 240);
    background: linear-gradient(#C2C2C2, #AFAFAF);
    background: #AFAFAF \9;
    border: 1px solid #AFAFAF;
    border-bottom: 4px solid #AFAFAF;
}

/* .modal-transparent */
.modal-transparent {
    background: transparent;
}

.modal-transparent .modal-content {
    background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
    background: #fff;
}

.modal-backdrop.modal-backdrop-transparent.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
    background: transparent;
}

.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #fff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    width: 100%;
}

@media (width >= 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (width >= 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (width >= 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }

    form.form-vertical .form-group span.form-control-feedback {
        top: 21px;
        right: 10px;
    }

    .multiselect-container.dropdown-menu {
        font-size: 10px;
    }
}

.panel-brf {
    border-color: #ebccd1;
}

.panel-brf > .panel-heading {
    color: #f5f5f5;
    background: #AB0812 linear-gradient(to right, #443AD4, #AB0812, #BF212B, #F15C0D);
    border-color: #ebccd1;
}

.panel-brf > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-brf > .panel-heading .badge {
    color: #EEDADE;
    background-color: #a94442;
}

.panel-brf > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.panel-inverse {
    border-color: #555;
}

.panel-inverse > .panel-heading {
    color: #f5f5f5;
    background-color: #666;
    border-color: #555;
}

.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #666;
}

.panel-inverse > .panel-heading .badge {
    color: #555;
    background-color: #f5f5f5;
}

.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #666;
}

.panel.panel-square {
    border-radius: 0 !important;
}

.panel.panel-square > .panel-heading {
    border-radius: 0 !important;
}

.panel.panel-square > .panel-footer {
    border-radius: 0 !important;
}

.btn-inverse {
    color: #e6e6e6;
    background-color: #333;
    border-color: #222;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    color: #e6e6e6;
    background-color: #333;
    border-color: #222;
}

.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
    background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    color: #333;
    border-color: #fff;
    background-color: #ccc;
}

.btn-inverse .badge {
    color: #333;
    background-color: #fff;
}


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

@media print {
    .panel.flat-panel {
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .panel.flat-panel > .panel-heading {
        border: none;
    }

    .panel.flat-panel > .panel-body {
        border: none;
    }

    .panel.flat-panel > .list-group,
    .panel.flat-panel > .table,
    .panel.flat-panel > .table-responsive {
        border: none;
    }

    .panel.flat-panel > .panel-footer {
        border: none;
    }
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-primary > .panel-heading,
.flat-panel.panel-primary > .panel-footer,
.flat-panel > .panel-heading-primary,
.flat-panel > .panel-footer-primary {
    border-color: #286091;
}

.flat-panel.panel-primary > .panel-heading > a {
    color: #f5f5f5;
}

.flat-panel.panel-primary > .panel-body,
.flat-panel.panel-primary > .list-group,
.flat-panel.panel-primary > .table,
.flat-panel.panel-primary > .table-responsive {
    border-color: #337AB7;
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-success > .panel-heading,
.flat-panel.panel-success > .panel-footer,
.flat-panel > .panel-heading-success,
.flat-panel > .panel-footer-success {
    border-color: #B4C5A8;
}

.flat-panel.panel-success > .panel-heading > a {
    color: #60943C;
}

.flat-panel.panel-success > .panel-body,
.flat-panel.panel-success > .list-group,
.flat-panel.panel-success > .table,
.flat-panel.panel-success > .table-responsive {
    border-color: #D6E6CF;
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-info > .panel-heading,
.flat-panel.panel-info > .panel-footer,
.flat-panel > .panel-heading-info,
.flat-panel > .panel-footer-info {
    border-color: #A9D1D9;
}

.flat-panel.panel-info > .panel-heading > a {
    color: #719AA3;
}

.flat-panel.panel-info > .panel-body,
.flat-panel.panel-info > .list-group,
.flat-panel.panel-info > .table,
.flat-panel.panel-info > .table-responsive {
    border-color: #D9EDF7;
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-warning > .panel-heading,
.flat-panel.panel-warning > .panel-footer,
.flat-panel > .panel-heading-info,
.flat-panel > .panel-footer-info {
    border-color: #E1D3B7;
}

.flat-panel.panel-warning > .panel-heading > a {
    color: #BB8C2D;
}

.flat-panel.panel-warning > .panel-body,
.flat-panel.panel-warning > .list-group,
.flat-panel.panel-warning > .table,
.flat-panel.panel-warning > .table-responsive {
    border-color: #FAF2CC;
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-danger > .panel-heading,
.flat-panel.panel-danger > .panel-footer,
.flat-panel > .panel-heading-danger,
.flat-panel > .panel-footer-danger {
    border-color: #D1A6AB;
}

.flat-panel.panel-danger > .panel-heading > a {
    color: #9B3A45;
}

.flat-panel.panel-danger > .panel-body,
.flat-panel.panel-danger > .list-group,
.flat-panel.panel-danger > .table,
.flat-panel.panel-danger > .table-responsive {
    border-color: #EEDBDB;
}


/* -------------------------------------------------------------------------- */
.flat-panel.panel-urgent > .panel-heading,
.flat-panel.panel-urgent > .panel-footer,
.flat-panel > .panel-heading-urgent,
.flat-panel > .panel-footer-urgent {
    border-color: #B7B6D1;
}

.flat-panel.panel-urgent > .panel-heading > a {
    color: #5B58A2;
}

.flat-panel.panel-urgent > .panel-body,
.flat-panel.panel-urgent > .list-group,
.flat-panel.panel-urgent > .table,
.flat-panel.panel-urgent > .table-responsive {
    border-color: #E0DEF2;
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-brf > .panel-heading,
.flat-panel.panel-brf > .panel-footer,
.flat-panel > .panel-heading-brf,
.flat-panel > .panel-footer-brf {
    border-left-color: #352EA8;
    border-right-color: #D1480C;
}

.flat-panel.panel-brf > .panel-heading > a {
    color: #EFEFEF;
}

.flat-panel.panel-brf > .panel-body,
.flat-panel.panel-brf > .list-group,
.flat-panel.panel-brf > .table,
.flat-panel.panel-brf > .table-responsive {
    border-left-color: #4E43F8;
    border-right-color: #F05B0D;
}

/* -------------------------------------------------------------------------- */
.flat-panel.panel-inverse > .panel-heading,
.flat-panel.panel-inverse > .panel-footer,
.flat-panel > .panel-heading-inverse,
.flat-panel > .panel-footer-inverse {
    border-color: #3A3A3A;
}

.flat-panel.panel-inverse > .panel-heading > a {
    color: #f5f5f5;
}

.flat-panel.panel-inverse > .panel-body,
.flat-panel.panel-inverse > .list-group,
.flat-panel.panel-inverse > .table,
.flat-panel.panel-inverse > .table-responsive {
    border-color: #666;
}

.panel.simplified-panel {
    border: 1px solid #E5E5E5;
    box-shadow: none;
}

.panel.simplified-panel > .panel-heading,
.panel.simplified-panel .panel-heading.panel-heading-inner {
    border: none;
    padding: 5px 10px;
    border-bottom: 3px solid #BBB;
}

.panel.simplified-panel > .panel-body,
.panel.simplified-panel .panel-body.panel-body-inner {
    border: none;
}

.panel.simplified-panel > .list-group,
.panel.simplified-panel > table,
.panel.simplified-panel > .table,
.panel.simplified-panel > .table-responsive,
.panel.simplified-panel .table-responsive.table-responsive-inner {
    border: none;
}

.panel.simplified-panel > .panel-footer,
.panel.simplified-panel .panel-footer.panel-footer-inner {
    border: none;
    padding: 5px 10px;
    border-top: 2px solid #BBB;
}

.panel.simplified-panel > .panel-body + .panel-heading,
.panel.simplified-panel > .panel-heading + .panel-heading,
.panel.simplified-panel > .panel-heading + .table-responsive,
.panel.simplified-panel > .panel-heading + .panel-footer,
.panel.simplified-panel > .table + .panel-footer,
.panel.simplified-panel > .panel-footer + .panel-footer,
.panel.simplified-panel > .panel-footer + .panel-heading {
    border-top: 1px solid rgb(0 0 0 / 7%);
}

.panel.simplified-panel > .panel-body > .panel-heading,
.panel.simplified-panel > .panel-body > .panel-footer {
    float: left;
    width: 100%;
}

@media print {
    .panel.simplified-panel {
        border: none;
        box-shadow: none
    }

    .panel.simplified-panel > .panel-heading {
        border: none;
    }

    .panel.simplified-panel > .panel-body {
        border: none;
    }

    .panel.simplified-panel > .list-group,
    .panel.simplified-panel > .table,
    .panel.simplified-panel > .table-responsive {
        border: none;
    }

    .panel.simplified-panel > .panel-footer {
        border: none;
    }
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-default > .panel-heading,
.simplified-panel > .panel-heading-default {
    background: none;
}

.simplified-panel.panel-default .panel-heading.active,
.simplified-panel .panel-heading-default.active {
    background: #F0F0F0;
}

.simplified-panel.panel-default > .panel-heading > a:hover,
.simplified-panel > .panel-heading-default > a:hover {
    color: #444;
}

.simplified-panel.panel-default > .panel-heading,
.simplified-panel > .panel-heading-default,
.simplified-panel.panel-default > .panel-footer,
.simplified-panel > .panel-footer-default {
    border-color: #DFDFDF;
    background: none;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-primary > .panel-heading,
.simplified-panel.panel-primary > .panel-footer,
.simplified-panel > .panel-heading-primary,
.simplified-panel > .panel-footer-primary {
    border-color: #286090;
    background: none;
}

.simplified-panel.panel-primary > .panel-heading:hover,
.simplified-panel .panel-heading-primary:hover,
.simplified-panel.panel-primary .panel-heading.active,
.simplified-panel .panel-heading-primary.active {
    background: #DDE7F0;
    color: #255987;
}

.simplified-panel.panel-primary > .panel-heading > a:hover,
.simplified-panel > .panel-heading-primary > a:hover {
    color: #286091;
}

.simplified-panel.panel-primary > .panel-heading {
    color: #286091;
}

.simplified-panel.panel-primary > .panel-body,
.simplified-panel.panel-primary > .list-group,
.simplified-panel.panel-primary > .table,
.simplified-panel.panel-primary > .table-responsive {
    border-color: #337AB7;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-success > .panel-heading,
.simplified-panel.panel-success > .panel-footer,
.simplified-panel > .panel-heading-success,
.simplified-panel > .panel-footer-success {
    border-color: #B4C5A8;
    background: none;
}

.simplified-panel.panel-success > .panel-heading:hover,
.simplified-panel .panel-heading-success:hover,
.simplified-panel.panel-success .panel-heading.active,
.simplified-panel .panel-heading-success.active {
    background: #DCE6D6;
    color: #598A38;
}

.simplified-panel.panel-success > .panel-heading > a:hover,
.simplified-panel > .panel-heading-success > a:hover {
    color: #60943C;
}

.simplified-panel.panel-success > .panel-heading {
    color: #60943C;
}

.simplified-panel.panel-success > .panel-body,
.simplified-panel.panel-success > .list-group,
.simplified-panel.panel-success > .table,
.simplified-panel.panel-success > .table-responsive {
    border-color: #D6E6CF;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-info > .panel-heading,
.simplified-panel.panel-info > .panel-footer,
.simplified-panel > .panel-heading-info,
.simplified-panel > .panel-footer-info {
    border-color: #A9D1D9;
    background: none;
}

.simplified-panel.panel-info > .panel-heading:hover,
.simplified-panel .panel-heading-info:hover,
.simplified-panel.panel-info .panel-heading.active,
.simplified-panel .panel-heading-info.active {
    background: #E2EDEF;
    color: #6A9199;
}

.simplified-panel.panel-info > .panel-heading > a:hover,
.simplified-panel > .panel-heading-info > a:hover {
    color: #719AA3;
}

.simplified-panel.panel-info > .panel-heading {
    color: #719AA3;
}

.simplified-panel.panel-info > .panel-body,
.simplified-panel.panel-info > .list-group,
.simplified-panel.panel-info > .table,
.simplified-panel.panel-info > .table-responsive {
    border-color: #D9EDF7;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-warning > .panel-heading,
.simplified-panel.panel-warning > .panel-footer,
.simplified-panel > .panel-heading-info,
.simplified-panel > .panel-footer-info {
    border-color: #E1D3B7;
    background: none;
}

.simplified-panel.panel-warning > .panel-heading:hover,
.simplified-panel .panel-heading-warning:hover,
.simplified-panel.panel-warning .panel-heading.active,
.simplified-panel .panel-heading-warning.active {
    background: #F0EADF;
    color: #B0842A;
}

.simplified-panel.panel-warning > .panel-heading > a:hover,
.simplified-panel > .panel-heading-warning > a:hover {
    color: #BB8C2D;
}

.simplified-panel.panel-warning > .panel-heading {
    color: #BB8C2D;
}

.simplified-panel.panel-warning > .panel-body,
.simplified-panel.panel-warning > .list-group,
.simplified-panel.panel-warning > .table,
.simplified-panel.panel-warning > .table-responsive {
    border-color: #FAF2CC;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-danger > .panel-heading,
.simplified-panel.panel-danger > .panel-footer,
.simplified-panel > .panel-heading-danger,
.simplified-panel > .panel-footer-danger {
    border-color: #D1A6AB;
    background: none;
}

.simplified-panel.panel-danger > .panel-heading:hover,
.simplified-panel .panel-heading-danger:hover,
.simplified-panel.panel-danger .panel-heading.active,
.simplified-panel .panel-heading-danger.active {
    background: #EEDBDD;
    color: #913640;
}

.simplified-panel.panel-danger > .panel-heading > a:hover,
.simplified-panel > .panel-heading-danger > a:hover {
    color: #9B3A45;
}

.simplified-panel.panel-danger > .panel-heading {
    color: #9B3A45;
}

.simplified-panel.panel-danger > .panel-body,
.simplified-panel.panel-danger > .list-group,
.simplified-panel.panel-danger > .table,
.simplified-panel.panel-danger > .table-responsive {
    border-color: #EEDBDB;
}


/* -------------------------------------------------------------------------- */
.simplified-panel.panel-urgent > .panel-heading,
.simplified-panel.panel-urgent > .panel-footer,
.simplified-panel > .panel-heading-urgent,
.simplified-panel > .panel-footer-urgent {
    border-color: #B7B6D1;
    background: none;
}

.simplified-panel.panel-urgent > .panel-heading:hover,
.simplified-panel .panel-heading-urgent:hover,
.simplified-panel.panel-urgent .panel-heading.active,
.simplified-panel .panel-heading-urgent.active {
    background: #E2E2F2;
    color: #514F91;
}

.simplified-panel.panel-urgent > .panel-heading > a:hover,
.simplified-panel > .panel-heading-urgent > a:hover {
    color: #5B58A2;
}

.simplified-panel.panel-urgent > .panel-heading {
    color: #5B58A2;
}

.simplified-panel.panel-urgent > .panel-body,
.simplified-panel.panel-urgent > .list-group,
.simplified-panel.panel-urgent > .table,
.simplified-panel.panel-urgent > .table-responsive {
    border-color: #E0DEF2;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-brf > .panel-heading,
.simplified-panel.panel-brf > .panel-footer,
.simplified-panel > .panel-heading-brf,
.simplified-panel > .panel-footer-brf {
    border-color: #AF1806;
    background: none;
}

.simplified-panel.panel-brf > .panel-heading:hover,
.simplified-panel .panel-heading-brf:hover,
.simplified-panel.panel-brf .panel-heading.active,
.simplified-panel .panel-heading-brf.active {
    background: transparent linear-gradient(to right, #DDDBF3, #F3DBDB, #F3DBDB, #F1E3D9) repeat scroll 0 0;
    color: #AF1806;
}

.simplified-panel.panel-brf > .panel-heading > a:hover,
.simplified-panel > .panel-heading-brf > a:hover {
    color: #AF1806;
}

.simplified-panel.panel-brf > .panel-heading {
    color: #AF1806;
}

.simplified-panel.panel-brf > .panel-body,
.simplified-panel.panel-brf > .list-group,
.simplified-panel.panel-brf > .table,
.simplified-panel.panel-brf > .table-responsive {
    border-color: #AF1806;
}

/* -------------------------------------------------------------------------- */
.simplified-panel.panel-inverse > .panel-heading,
.simplified-panel.panel-inverse > .panel-footer,
.simplified-panel > .panel-heading-inverse,
.simplified-panel > .panel-footer-inverse {
    border-color: #3A3A3A;
    background: none;
}

.simplified-panel.panel-inverse > .panel-heading {
    color: #333;
}

.simplified-panel.panel-inverse > .panel-body,
.simplified-panel.panel-inverse > .list-group,
.simplified-panel.panel-inverse > .table,
.simplified-panel.panel-inverse > .table-responsive {
    border-color: #666;
}

.panel > .panel-heading.panel-heading-default,
.panel .panel-heading.panel-heading-default.panel-heading-inner {
    color: #333;
    background: #f5f5f5;
    border-color: #ddd;
}

.panel > .panel-heading.panel-heading-primary,
.panel .panel-heading.panel-heading-primary.panel-heading-inner {
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.panel > .panel-heading.panel-heading-success,
.panel .panel-heading.panel-heading-success.panel-heading-inner {
    color: #3c763d;
    background: #dff0d8;
    border-color: #d6e9c6;
}

.panel > .panel-heading.panel-heading-info,
.panel .panel-heading.panel-heading-info.panel-heading-inner {
    color: #31708f;
    background: #d9edf7;
    border-color: #bce8f1;
}

.panel > .panel-heading.panel-heading-warning,
.panel .panel-heading.panel-heading-warning.panel-heading-inner {
    color: #8a6d3b;
    background: #fcf8e3;
    border-color: #faebcc;
}

.panel > .panel-heading.panel-heading-danger,
.panel .panel-heading.panel-heading-danger.panel-heading-inner {
    color: #a94442;
    background: #f2dede;
    border-color: #ebccd1;
}

.panel > .panel-heading.panel-heading-urgent,
.panel .panel-heading.panel-heading-urgent.panel-heading-inner {
    color: #4A42A9;
    background: #E0DEF2;
    border-color: #CECCEB;
}

.panel > .panel-heading.panel-heading-inverse,
.panel .panel-heading.panel-heading-inverse.panel-heading-inner {
    color: #f5f5f5;
    background: #666;
    border-color: #555;
}

.panel.simplified-panel > .panel-heading.panel-heading-primary,
.panel.simplified-panel .panel-heading.panel-heading-primary.panel-heading-inner,
.panel.simplified-panel > .panel-heading.panel-heading-success,
.panel.simplified-panel .panel-heading.panel-heading-success.panel-heading-inner,
.panel.simplified-panel > .panel-heading.panel-heading-info,
.panel.simplified-panel .panel-heading.panel-heading-info.panel-heading-inner,
.panel.simplified-panel > .panel-heading.panel-heading-warning,
.panel.simplified-panel .panel-heading.panel-heading-warning.panel-heading-inner,
.panel.simplified-panel > .panel-heading.panel-heading-danger,
.panel.simplified-panel .panel-heading.panel-heading-danger.panel-heading-inner,
.panel.simplified-panel > .panel-heading.panel-heading-urgent,
.panel.simplified-panel .panel-heading.panel-heading-urgent.panel-heading-inner,
.panel.simplified-panel > .panel-heading.panel-heading-inverse,
.panel.simplified-panel .panel-heading.panel-heading-inverse.panel-heading-inner {
    background: none;
}

.panel.simplified-panel > .panel-heading.panel-heading-primary,
.panel.simplified-panel .panel-heading.panel-heading-primary.panel-heading-inner {
    color: #337ab7;
}

.panel.simplified-panel > .panel-heading.panel-heading-inverse,
.panel.simplified-panel .panel-heading.panel-heading-inverse.panel-heading-inner {
    color: #333;
}

.panel.simplified-panel > .panel-heading.panel-heading-brf,
.panel.simplified-panel .panel-heading.panel-heading-brf.panel-heading-inner {
    color: #F28100;
}

.nav-tabs.nav-justified > li > a:hover {
    color: #555 !important;
    background-color: #DDD;
}

.nav-tabs.nav-justified > li.active > a:hover {
    color: #555 !important;
    background-color: #DDD;
}

.nav-tabs.nav-justified > li.active > a > span.badge {
    background-color: #F28100;
}

/* BRF TABS */
.nav-tabs-brf,
.nav-tabs-brf.nav-justified {
    font-weight: bold !important;
    background: transparent linear-gradient(to right, #7F79D4, #AB3C43, #BF5A60, #F18B54) repeat scroll 0 0 !important;
}

.nav-tabs-brf > li > a,
.nav-tabs-brf.nav-justified > li > a {
    color: #F0F0F0;
    text-shadow: 1px 1px 1px #333;
    background-color: rgb(200 200 200 / 20%) !important;
    border: 1px solid rgb(136 0 0 / 20%) !important;
    padding: 7px;
    font-size: 11px;
}

.nav-tabs-brf > li > a:hover,
.nav-tabs-brf.nav-justified > li > a:hover {
    color: #FFF !important;
    background-color: rgb(200 200 200 / 50%) !important;
}

.nav-tabs-brf > li.active > a,
.nav-tabs-brf.nav-justified > li.active > a {
    color: #FFF !important;
    background-color: rgb(200 200 200 / 60%) !important;
}

.nav-tabs-brf > li.active > a:hover,
.nav-tabs-brf.nav-justified > li.active > a:hover {
    color: #FFF !important;
    background-color: rgb(200 200 200 / 70%) !important;
}

/* PAINEL PARA DATATABLES, NÃO MODIFICAR EM HIPOTESE ALGUMA! É ŚERIO! */
.panel-table {
    float: left;
    width: 100%;
}

.panel-table > .panel-body,
.panel-table > .panel-heading,
.panel-table > .panel-footer {
    float: left;
    width: 100%;
}

.panel-table > .panel-heading,
.panel-table > .panel-footer {
    padding: 5px;
}

.panel-table > .panel-body {
    padding: 0;
}

.panel-table > .panel-body > .dataTables_scroll {
    border: none;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.panel-table > .panel-body > .dataTables_scroll .table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}

/* SIMPLE TABS */
.nav-tabs.simple-nav-tabs,
.nav-tabs.simple-nav-tabs.nav-justified,
.simple-nav-tabs .nav-tabs,
.simple-nav-tabs .nav-tabs.nav-justified {
    background: transparent;
}

.nav-tabs.simple-nav-tabs > li > a,
.nav-tabs.simple-nav-tabs.nav-justified > li > a,
.simple-nav-tabs .nav-tabs > li > a,
.simple-nav-tabs .nav-tabs.nav-justified > li > a {
    border-radius: 0;
    color: #555;
    background-color: #F0F0F0;
    border: none;
    border-bottom: 2px solid #DDD;
    padding: 7px;
    font-size: 12px;
    font-weight: bold;
}

.nav-tabs.simple-nav-tabs > li > a > .badge,
.nav-tabs.simple-nav-tabs.nav-justified > li > a > .badge,
.simple-nav-tabs .nav-tabs > li > a > .badge,
.simple-nav-tabs .nav-tabs.nav-justified > li > a > .badge {
    background-color: #444;
}

.nav-tabs.simple-nav-tabs > li > a:hover,
.nav-tabs.simple-nav-tabs.nav-justified > li > a:hover,
.simple-nav-tabs .nav-tabs > li > a:hover,
.simple-nav-tabs .nav-tabs.nav-justified > li > a:hover {
    color: #333;
    border: none;
    border-bottom: 2px solid #AB0C0C;
    background-color: #EAEAEA;
}

.nav-tabs.simple-nav-tabs.sub-nav > li > a:hover,
.nav-tabs.simple-nav-tabs.sub-nav.nav-justified > li > a:hover,
.simple-nav-tabs.sub-nav .nav-tabs > li > a:hover,
.simple-nav-tabs.sub-nav .nav-tabs.nav-justified > li > a:hover {
    color: #333;
    border: none;
    border-bottom: 2px solid #6E6E6E;
    background-color: #EAEAEA;
}

.nav-tabs.simple-nav-tabs > li > a:hover > .badge,
.nav-tabs.simple-nav-tabs.nav-justified > li > a:hover > .badge,
.simple-nav-tabs .nav-tabs > li > a:hover > .badge,
.simple-nav-tabs .nav-tabs.nav-justified > li > a:hover > .badge {
    background-color: #AB0C0C;
}


.nav-tabs.simple-nav-tabs.sub-nav > li > a:hover > .badge,
.nav-tabs.simple-nav-tabs.sub-nav.nav-justified > li > a:hover > .badge,
.simple-nav-tabs.sub-nav .nav-tabs > li > a:hover > .badge,
.simple-nav-tabs.sub-nav .nav-tabs.nav-justified > li > a:hover > .badge {
    background-color: #595959;
}

.nav-tabs.simple-nav-tabs > li.active > a,
.nav-tabs.simple-nav-tabs.nav-justified > li.active > a,
.simple-nav-tabs .nav-tabs > li.active > a,
.simple-nav-tabs .nav-tabs.nav-justified > li.active > a {
    color: #444;
    border: none;
    border-bottom: 2px solid #930707;
    background-color: #E5E5E5;
}

.nav-tabs.simple-nav-tabs.sub-nav > li.active > a,
.nav-tabs.simple-nav-tabs.sub-nav.nav-justified > li.active > a,
.simple-nav-tabs.sub-nav .nav-tabs > li.active > a,
.simple-nav-tabs.sub-nav .nav-tabs.nav-justified > li.active > a {
    border-bottom: 2px solid #838383;
}

.nav-tabs.simple-nav-tabs > li.active > a:hover,
.nav-tabs.simple-nav-tabs.nav-justified > li.active > a:hover,
.simple-nav-tabs .nav-tabs > li.active > a:hover,
.simple-nav-tabs .nav-tabs.nav-justified > li.active > a:hover {
    color: #555;
    border: none;
    border-bottom: 2px solid #AB0C0C;
    background-color: #DDD;
}

.nav-tabs.simple-nav-tabs.sub-nav > li.active > a:hover,
.nav-tabs.simple-nav-tabs.sub-nav.nav-justified > li.active > a:hover,
.simple-nav-tabs.sub-nav .nav-tabs > li.active > a:hover,
.simple-nav-tabs.sub-nav .nav-tabs.nav-justified > li.active > a:hover {
    border-bottom: 2px solid #0C0C0C;
}

.nav-tabs.simple-nav-tabs > li.active > a > .badge,
.nav-tabs.simple-nav-tabs.nav-justified > li.active > a > .badge,
.simple-nav-tabs .nav-tabs > li.active > a > .badge,
.simple-nav-tabs .nav-tabs.nav-justified > li.active > a > .badge {
    background-color: #AB0C0C;
}


.nav-tabs.simple-nav-tabs.sub-nav > li.active > a > .badge,
.nav-tabs.simple-nav-tabs.sub-nav.nav-justified > li.active > a > .badge,
.simple-nav-tabs.sub-nav .nav-tabs > li.active > a > .badge,
.simple-nav-tabs.sub-nav .nav-tabs.nav-justified > li.active > a > .badge {
    background-color: #0C0C0C;
}

.nav-tabs.simple-nav-tabs > li.active > a:hover > .badge,
.nav-tabs.simple-nav-tabs.nav-justified > li.active > a:hover > .badge,
.simple-nav-tabs .nav-tabs > li.active > a:hover > .badge,
.simple-nav-tabs .nav-tabs.nav-justified > li.active > a:hover > .badge {
    background-color: #AB0C0C;
}

.nav-tabs.simple-nav-tabs.sub-nav > li.active > a:hover > .badge,
.nav-tabs.simple-nav-tabs.sub-nav.nav-justified > li.active > a:hover > .badge,
.simple-nav-tabs.sub-nav .nav-tabs > li.active > a:hover > .badge,
.simple-nav-tabs.sub-nav .nav-tabs.nav-justified > li.active > a:hover > .badge {
    background-color: #0C0C0C;
}

.panel > .panel-heading.panel-tabs {
    padding: 0;
}

.panel .panel-heading.panel-heading-slim,
.panel .panel-footer.panel-footer-slim {
    padding: 5px;
    float: left;
    width: 100%;
}

/* FIM MODIFICAÇÕES NO BOOTSTRAP CUSTOMIZADAS */

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

/* PADRONIZACAO DE LAYOUT */

/*
  ESTILO PADRAO DE PAGINAS DE SELECAO, RELATORIOS E OUTRAS COSITAS MAS
  CRIADO POR KACIANO PEREGRINO DA ALVORADA SERTANEJA DE JESUS GHELERE, OU KACIUS
*/
body {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
}

body > .container,
body > .container-fluid {
    background-color: #FFF;
    margin: 10px;
    padding: 0;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

body > .container {
    margin: 10px auto;
}

.pagination {
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: auto;
}

label {
    font-size: 12px;
}

select.input-sm {
    height: 28px;
}

button.multiselect.btn-sm {
    line-height: 18px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
}

.dropdown-menu {
    padding: 5px;
}

.dropdown-menu > li label {
    font-size: 11px;
    align-content: center;
}

.btn.btn-sm {
    height: 28px;
}

.btn.btn-xs {
    height: 20px;
}

#dtini {
    font-size: 12px;
    border: 1px solid #CCC;
}

#dtfim {
    font-size: 12px;
    border: 1px solid #CCC;
}

#ui-datepicker-div {
    font-size: 12px;
}

#cdfun .large {
    width: auto;
}

.container-fluid.shadow0 {
    box-shadow: none;
}

.container-fluid.shadow1 {
    box-shadow: none;
}

.container-fluid.shadow2 {
    box-shadow: none;
}

.wrapper {
    background-color: #FFF;
    margin: 10px;
}

.wraper {
    background-color: #FFF;
    margin: 0 5px;
}

.wraper.shadow0 {
    box-shadow: none;
}

.wraper.shadow1 {
    box-shadow: none;
}

.wraper.shadow2 {
    box-shadow: none;
}

.wraper > form {
    padding: 10px 20px 0;
}

.wraper > .pseudo-form {
    padding: 10px 5px 0;
    float: left;
    width: 100%;
}

.wraper > form > .flat-panel {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.wraper > .mensagens {
    font-weight: bold;
    border-radius: 0;
    margin: 10px 20px;
}

.grid, #grid_guias {
    margin: 10px;
}

#grid_guias {
    background-color: #FFF;
}

#grid_guias.shadow2 {
    box-shadow: none;
}

#grid_guias > table {
    border: 1px solid #CCC;
}

.grid {
    margin: 10px;
}

#status_busca {
    margin-left: 10px;
    display: none;
}

#status_busca img {
    width: 28px;
    height: 28px;
}

.form-group {
    margin-top: 6px;
    margin-bottom: 6px;
}

.form-group-sm {
    margin-top: 0;
    margin-bottom: 0;
}

.parametros-busca {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.parametros {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.parametros li {
    float: left;
    margin: 10px 1px;
    padding: 0;
    display: inline-block;
}

ul.parametros li .label {
    border-radius: 0;
    padding: 2px 5px;
}

.shadow0 {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 25%), 0 2px 2px 0 rgb(0 0 0 / 25%);
}

.shadow1 {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
}

.shadow2 {
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.shadow3 {
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
}

.shadow4 {
    box-shadow: 0 16px 28px 0 rgb(0 0 0 / 22%), 0 25px 55px 0 rgb(0 0 0 / 21%);
}

.shadow5 {
    box-shadow: 0 27px 24px 0 rgb(0 0 0 / 20%), 0 40px 77px 0 rgb(0 0 0 / 22%);
}

@media print {
    body > .container,
    body > .container-fluid {
        margin: 0;
    }

    .table {
        font-size: 12px;
        border: 1px solid #CCC;
        width: 100%;
    }

    .table thead {
        color: white;
        background-color: #104a75;
    }

    .table th {
        border: 1px solid #CCC;
    }

    .date {
        width: 120px;
        height: 28px;
    }

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus,
    .btn-group > .btn:active,
    .btn-group-vertical > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn.active {
        z-index: auto;
    }

    #list_wrapper .row {
        display: none;
    }
}

.checkbox.custom {
    float: left;
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 0 20px;
}

input[type="checkbox"].custom {
    margin-left: 0;
    padding: 0;
}

input[type="checkbox"].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label,
input[type="checkbox"].css-checkbox + label.css-label-red,
input[type="checkbox"].css-checkbox + label.css-label-yellow,
input[type="checkbox"].css-checkbox + label.css-label-blue,
input[type="checkbox"].css-checkbox + label.css-label-purple {
    padding-left: 22px;
    height: 65px;
    width: 65px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    transition: all .2s ease-out;
}

input[type="checkbox"].css-checkbox + label.css-label:hover,
input[type="checkbox"].css-checkbox + label.css-label-red:hover,
input[type="checkbox"].css-checkbox + label.css-label-yellow:hover,
input[type="checkbox"].css-checkbox + label.css-label-blue:hover,
input[type="checkbox"].css-checkbox + label.css-label-purple:hover {
    opacity: 0.5;
}

input[type="checkbox"].css-checkbox:checked + label.css-label,
input[type="checkbox"].css-checkbox:checked + label.css-label-red,
input[type="checkbox"].css-checkbox:checked + label.css-label-yellow,
input[type="checkbox"].css-checkbox:checked + label.css-label-blue,
input[type="checkbox"].css-checkbox:checked + label.css-label-purple {
    background-position: 0 -66px;
}

tr[role="row"].danger > td {
    color: darkred;
}

/* AJUSTE NAS TABELAS */
.table {
    font-size: 10px;
    width: 100%;
}

.table thead {
    background-color: #f5f5f5;
}

.table tfoot {
    background-color: #f5f5f5;
}

.table thead tr td {
    font-weight: bold;
}

.table.table-lg-text {
    font-size: 13px;
}

/* table.dataTable thead th, */
table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 2px solid #CCC;
}

.dataTables_scroll, .dataTables_wrapper .table {
    border: 1px solid #DDD;
}

table.dataTable thead th,
table.table thead th {
    border-right: 1px solid #CCC;
}

table.dataTable thead th:last-child,
table.table thead th:last-child {
    border-right: none;
}

table.dataTable > tbody > tr.subheader, table > tbody > tr.subheader, table > tbody > tr.subheader:hover {
    background-color: #f5f5f5;
}

table.dataTable > tbody > tr.subheader th, table > tbody > tr.subheader th {
    border-right: 1px solid #DDD;
}

table.dataTable > tbody > tr.subheader > th:last-child, table > tbody > tr.subheader > th:last-child {
    border-right: none;
}

a#ocultar {
    float: right;
}

a#ocultar > i {
    font-style: inherit;
}

a[rel="procedimentos"] {
    margin: 0;
    text-align: center;
    display: block;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    padding: 5px;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    background: #646464;
    color: #D6D6D6;
}

.pagination > li > a,
.pagination > li > span {
    background: #D6D6D6;
    color: #808080;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #646464;
    border-color: #ACACAC;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    border: none;
}

.right .dataTables_info {
    float: right;
    text-align: right;
    padding: 5px;
}

.dataTables_wrapper .dataTables_length,
div.dataTables_paginate ul.pagination {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.modal-content {
    float: left;
    width: 100%;
    overflow: hidden; /* this is important to prevent visual leaks */
}

.modal-body {
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.modal-footer {
    margin-top: 0;
    float: left;
    width: 100%;
    padding: 10px;
}

.btn.btn-cell {
    width: 100%;
    display: block;
    font-size: 11px;
}

/* AJUSTE NO AUTOCOMPLETE PARA APARECER NO MODAL */
li.ui-menu-item {
    font-size: 10px !important;
    min-width: 200px;
    z-index: 9;
}

.ui-autocomplete-input {
    z-index: 1;
    position: relative;
}

.ui-autocomplete {
    max-height: 200px;
    overflow: hidden scroll;
    position: absolute;
    z-index: 1510 !important;
}

.popover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 50%);
}

.bs-callout {
    border-left: 3px solid #CCC;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    float: left;
    box-sizing: border-box;
}

.bs-callout.bs-callout-marginless {
    margin-top: 0;
    margin-bottom: 0;
}

.bs-callout.bs-callout-full {
    width: 100%;
}

.bs-callout.row {
    float: none;
}

.bs-callout.bs-callout-default {
    border-left-color: #CCC;
}

.bs-callout.bs-callout-primary {
    border-left-color: #337ab7;
}

.bs-callout.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout.bs-callout-danger {
    border-left-color: #d9534f;
}

.center-data {
    text-align: center;
}

.informativo {
    background: #E2E3E6;
    border-color: #BABECA;
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    padding: 10px 15px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.informativo a,
.informativo h5 a {
    font-weight: bold;
}

.informativo-warning {
    padding: 10px;
    background-color: #FFF7C7;
    color: #C5B244;
    border-color: #D7C97A;
}

.informativo-clear {
    padding: 10px;
    background-color: #f5f5f5;
    color: #434343;
    border-left-color: #AAA;
}

.informativo-danger {
    padding: 10px;
    background-color: #FFC7C7;
    color: #C54444;
    border-color: #D77A7A;
}

.informativo-warning a,
.informativo-warning h5 a {
    color: #C5B244 !important;
}

.informativo-danger a,
.informativo-danger h5 a {
    color: #B53E3E !important;
}

.informativo-urgent {
    padding: 10px;
    background-color: #C7C7FF;
    color: #4444C5;
    border-color: #7A7AD7;
}

.informativo-urgent a,
.informativo-urgent h5 a {
    color: #3E3EB5 !important;
}

.informativo-success {
    padding: 10px !important;
    background-color: #DBF0DE;
    color: #56B568;
    border-color: #7AD78B;
}

.informativo-primary {
    padding: 10px;
    background: linear-gradient(#DBE6F0, #D4E3F0);
    color: #5E92C5;
    border-color: #7AA9D7;
}

.informativo-primary a,
.informativo-primary h5 a {
    color: #5686B5 !important;
}

.informativo-info {
    padding: 10px;
    background-color: #D5E9F5;
    color: #4B87AB;
    border-color: #699CBA;
}

.informativo > legend {
    font-size: 14px;
    border-bottom: 1px solid #BABECA;
    margin-bottom: 5px;
}

.informativo-info a,
.informativo-info h5 a {
    color: #447B9C !important;
}

.btn-group.btn-group-fill {
    width: 100% !important;
}

.btn-group.btn-group-fill .button-small,
.btn-group.btn-group-fill .button-small.min {
    width: 50% !important;
}

.col-thin {
    padding-right: 2px;
    padding-left: 2px;
}

.btn-group.btn-group-sm {
    vertical-align: top;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 3px 10px;
}

.matricula {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0;
    padding: 0;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: none;
}

.dropdown-menu > li > a {
    padding-bottom: 4px;
}

.dropdown-menu > li > a > label > input {
 margin: 1px;
}

.multiselect-container>li>a>label>input[type=checkbox],
.multiselect-container>li>a>label>input[type=radio] {
    accent-color: #A81211;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-repeat: repeat-x;
    background-color: #FFF;
    color: black;
}

.scrolled-100 {
    max-height: 100px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.scrolled-200 {
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.scrolled-300 {
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.scrolled-400 {
    max-height: 400px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.scrolled-500 {
    max-height: 500px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.scrolled-600 {
    max-height: 600px;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.list-group-item.danger {
    border-left: 3px solid #f5f5f5 !important;
}

.list-group-item.danger:hover {
    border-left: 3px solid #D35050 !important;
    background-color: #F4F4F4;
}

.list-group.list-group-sm {
    font-size: 10px;
    max-height: 350px;
    -ms-overflow-y: auto;
    overflow-y: auto;
}

.list-group.list-group-sm > li.list-group-item {
    padding: 5px 10px;
}

.list-group.list-group-sm > li.list-group-item p {
    margin: 2px 0;
}

ul.tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tag-list li {
    float: left;
    margin: 5px;
    padding: 0;
    display: inline-block;
}

ul.tag-list li .label a {
    color: #FFF;
}

.input-group.input-group-tag a {
    color: #555;
}

a.tag-control {
    display: block;
}

.label.label-lg {
    font-size: 100%;
    vertical-align: middle;
}

.label.label-md {
    font-size: 85%;
    vertical-align: middle;
}

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #373737;
    background: #4c4c4c;
    color: #f5f5f5;
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 4px 5px;
}

/* EFEITO RIPPLE */
.btn {
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    background: #DCDCDC;
    border-radius: 100%;
    opacity: .6;
    transform: scale(0);
    visibility: hidden;
}

@keyframes ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.btn:not(:active)::after {
    animation: ripple 1s ease-out;
}

.btn:focus::after {
    visibility: visible;
}

/* FIM EFEITO RIPPLE */

.table > .invisible-header tr > th {
    height: 0;
    line-height: 0;
    padding: 0;
    border-bottom-width: 0;
}

.table > thead > tr > td.primary.active,
.table > thead > tr > td.primary.active.sorting_1,
.table > tbody > tr > td.primary.active,
.table > tbody > tr > td.primary.active.sorting_1,
.table > tfoot > tr > td.primary.active,
.table > tfoot > tr > td.primary.active.sorting_1,
.table > thead > tr > th.primary.active,
.table > tbody > tr > th.primary.active,
.table > tfoot > tr > th.primary.active,
.table > thead > tr.primary.active > td,
.table > thead > tr.primary.active > td.sorting_1,
.table > thead > tr.primary.active > .sorting_1,
.table > tbody > tr.primary.active > td,
.table > tbody > tr.primary.active > td.sorting_1,
.table > tbody > tr.primary.active > .sorting_1,
.table > tfoot > tr.primary.active > td,
.table > tfoot > tr.primary.active > td.sorting_1,
.table > tfoot > tr.primary.active > .sorting_1,
.table > thead > tr.primary.active > th,
.table > tbody > tr.primary.active > th,
.table > tfoot > tr.primary.active > th {
    background-color: #207DDB;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.primary:hover,
.table-hover > tbody > tr.active > th.primary:hover,
.table-hover > tbody > tr.primary.active:hover > td,
.table-hover > tbody > tr.active:hover > .primary,
.table-hover > tbody > tr.primary.active:hover > th {
    background-color: #2588EB;
    color: #FFF;
}

.table > thead > tr.active > td.urgent,
.table > tbody > tr.active > td.urgent,
.table > tfoot > tr.active > td.urgent,
.table > thead > tr.active > th.urgent,
.table > tbody > tr.active > th.urgent,
.table > tfoot > tr.active > th.urgent,
.table > thead > tr.urgent.active > td,
.table > tbody > tr.urgent.active > td,
.table > tfoot > tr.urgent.active > td,
.table > thead > tr.urgent.active > th,
.table > tbody > tr.urgent.active > th,
.table > tfoot > tr.urgent.active > th {
    background-color: #5F59C6;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.urgent:hover,
.table-hover > tbody > tr.active > th.urgent:hover,
.table-hover > tbody > tr.active.urgent:hover > td,
.table-hover > tbody > tr.active:hover > .urgent,
.table-hover > tbody > tr.urgent.active:hover > th {
    background-color: #6B63EA;
    color: #FFF;
}

.table > thead > tr.active > td.success,
.table > tbody > tr.active > td.success,
.table > tfoot > tr.active > td.success,
.table > thead > tr.active > th.success,
.table > tbody > tr.active > th.success,
.table > tfoot > tr.active > th.success,
.table > thead > tr.active.success > td,
.table > tbody > tr.active.success > td,
.table > tfoot > tr.active.success > td,
.table > thead > tr.active.success > th,
.table > tbody > tr.active.success > th,
.table > tfoot > tr.active.success > th {
    background-color: #4FA02F;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.success:hover,
.table-hover > tbody > tr.active > th.success:hover,
.table-hover > tbody > tr.active.success:hover > td,
.table-hover > tbody > tr.active:hover > .success,
.table-hover > tbody > tr.active.success:hover > th {
    background-color: #5CA53F;
    color: #FFF;
}

.table > thead > tr.active > td.info,
.table > tbody > tr.active > td.info,
.table > tfoot > tr.active > td.info,
.table > thead > tr.active > th.info,
.table > tbody > tr.active > th.info,
.table > tfoot > tr.active > th.info,
.table > thead > tr.active.info > td,
.table > tbody > tr.active.info > td,
.table > tfoot > tr.active.info > td,
.table > thead > tr.active.info > th,
.table > tbody > tr.active.info > th,
.table > tfoot > tr.active.info > th {
    background-color: #56A4CB;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.info:hover,
.table-hover > tbody > tr.active > th.info:hover,
.table-hover > tbody > tr.active.info:hover > td,
.table-hover > tbody > tr.active:hover > .info,
.table-hover > tbody > tr.active.info:hover > th {
    background-color: #59AED9;
    color: #FFF;
}

.table > thead > tr.active > td.warning,
.table > tbody > tr.active > td.warning,
.table > tfoot > tr.active > td.warning,
.table > thead > tr.active > th.warning,
.table > tbody > tr.active > th.warning,
.table > tfoot > tr.active > th.warning,
.table > thead > tr.active.warning > td,
.table > tbody > tr.active.warning > td,
.table > tfoot > tr.active.warning > td,
.table > thead > tr.active.warning > th,
.table > tbody > tr.active.warning > th,
.table > tfoot > tr.active.warning > th {
    background-color: #BEA139;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.warning:hover,
.table-hover > tbody > tr.active > th.warning:hover,
.table-hover > tbody > tr.active.warning:hover > td,
.table-hover > tbody > tr.active:hover > .warning,
.table-hover > tbody > tr.active.warning:hover > th {
    background-color: #C6AB48;
    color: #FFF;
}

.table > thead > tr.active > td.danger,
.table > tbody > tr.active > td.danger,
.table > tfoot > tr.active > td.danger,
.table > thead > tr.active > th.danger,
.table > tbody > tr.active > th.danger,
.table > tfoot > tr.active > th.danger,
.table > thead > tr.active.danger > td,
.table > tbody > tr.active.danger > td,
.table > tfoot > tr.active.danger > td,
.table > thead > tr.active.danger > th,
.table > tbody > tr.active.danger > th,
.table > tfoot > tr.active.danger > th {
    background-color: #BD3A3A;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.danger:hover,
.table-hover > tbody > tr.active > th.danger:hover,
.table-hover > tbody > tr.active.danger:hover > td,
.table-hover > tbody > tr.active:hover > .danger,
.table-hover > tbody > tr.active.danger:hover > th {
    background-color: #D24343;
    color: #FFF;
}

.table > thead > tr.active > td.inverse,
.table > tbody > tr.active > td.inverse,
.table > tfoot > tr.active > td.inverse,
.table > thead > tr.active > th.inverse,
.table > tbody > tr.active > th.inverse,
.table > tfoot > tr.active > th.inverse,
.table > thead > tr.active.inverse > td,
.table > tbody > tr.active.inverse > td,
.table > tfoot > tr.active.inverse > td,
.table > thead > tr.active.inverse > th,
.table > tbody > tr.active.inverse > th,
.table > tfoot > tr.active.inverse > th {
    background-color: #444;
    color: #FFF;
}

.table-hover > tbody > tr.active > td.inverse:hover,
.table-hover > tbody > tr.active > th.inverse:hover,
.table-hover > tbody > tr.active.inverse:hover > td,
.table-hover > tbody > tr.active:hover > .inverse,
.table-hover > tbody > tr.active.inverse:hover > th {
    background-color: #555;
    color: #FFF;
}

.table > thead > tr.active > td,
.table > thead > tr.active > th {
    font-weight: bold;
}


/* SLIDE PANEL */
.slide-panel {
    float: left;
    position: absolute;
    z-index: 1055;
    width: 99.9%;
    height:10px;
    background-color: transparent;
}

.slide-panel > .slide-content > .inner-panel {
    width: 100%;
    float: left;
    display: none;
    background-color: #FFF;
    border-top: 3px solid #AAA;
    border-bottom: 3px solid #AAA;
    margin-bottom: 0;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-default {
    border-top: 3px solid #AAA;
    border-bottom: 3px solid #AAA;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-primary {
    border-top: 3px solid #536985;
    border-bottom: 3px solid #536985;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-info {
    border-top: 3px solid #538185;
    border-bottom: 3px solid #538185;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-success {
    border-top: 3px solid #568553;
    border-bottom: 3px solid #568553;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-warning {
    border-top: 3px solid #B4AC5B;
    border-bottom: 3px solid #B4AC5B;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-danger {
    border-top: 3px solid #B45B5C;
    border-bottom: 3px solid #B45B5C;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-urgent {
    border-top: 3px solid #7C5BB4;
    border-bottom: 3px solid #7C5BB4;
}

.slide-panel > .slide-content > .inner-panel.inner-panel-inverse {
    border-top: 3px solid #444;
    border-bottom: 3px solid #444;
}

.slide-panel > .slide-content > .inner-panel .panel {
    margin-bottom: 0;
}

.slide-panel > .tab-bar {
    float: left;
    width: 100%;
    background-color: transparent;
}

.slide-panel > .tab-bar > .tabs {
    width: auto;
    float: right;
    right: 0;
}

.slide-panel > .tab-bar .tab {
    float: left;
    width: 150px;
    padding: 5px 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #CCC;
    background-color: #f5f5f5;
    color: #666;
    line-height: 14px;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    margin-right: 3px;
}

.slide-panel > .tab-bar .tab.default {
    border: 1px solid #CCC;
    background-color: #f5f5f5;
    color: #666;
}

.slide-panel > .tab-bar .tab.primary {
    border: 1px solid #5B7DB4;
    background-color: #A1BCE6;
    color: #3A5073;
}

.slide-panel > .tab-bar .tab.info {
    border: 1px solid #5BB3B4;
    background-color: #94D2D3;
    color: #3A7273;
}

.slide-panel > .tab-bar .tab.success {
    border: 1px solid #5BB45C;
    background-color: #8FCC90;
    color: #3A733B;
}

.slide-panel > .tab-bar .tab.warning {
    border: 1px solid #B4B45B;
    background-color: #DCDC9A;
    color: #73733A;
}

.slide-panel > .tab-bar .tab.danger {
    border: 1px solid #B4625B;
    background-color: #E6A7A1;
    color: #733F3A;
}

.slide-panel > .tab-bar .tab.urgent {
    border: 1px solid #7C5BB4;
    background-color: #BBA1E6;
    color: #4F3A73;
}

.slide-panel > .tab-bar .tab.inverse {
    border: 1px solid #444;
    background-color: #555;
    color: #E1E1E1;
}

/* Timeline */
.timeline {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #CCC;

    /* CHANGE */
    left: 12%; /* CHANGE */
    margin-left: -10px;
}

.timeline > li {
    position: relative;
}

/* The date/time */
.timeline > li .timeline_time {
    display: block;
    width: 15%; /* CHANGE */
    padding-right: 100px;
    position: absolute;
}

.timeline > li .timeline_time span {
    display: block;
    text-align: right;
}

.timeline > li .timeline_time span:first-child {
    font-size: 0.9em;
    color: #555;
}

.timeline > li .timeline_time span:last-child {
    font-size: 2.9em;
    color: #444;
}

.timeline > li:nth-child(odd) .timeline_time span:last-child {
    color: #666;
}

/* Right content */
.timeline > li .timeline_label {
    /* CHANGE */
    margin: 0 0 15px 17%; /* CHANGE */
    background: #CCC;
    color: #222;
    padding: 0.7em 1.5em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 0;
    font-family: arial, serif;
}

.timeline > li:nth-child(odd) .timeline_label {
    background: #DDD;
}

/* #AEEEAD #95D494 */
.timeline > li .timeline_label.success {
    background: #AEEEAD;
}

.timeline > li:nth-child(odd) .timeline_label.success {
    background: #95D494;
}

.timeline > li .timeline_label.success::after {
    border-right-color: #AEEEAD;
}

.timeline > li:nth-child(odd) .timeline_label.success::after {
    border-right-color: #95D494;
}

/* #AEDBE8 #BFE9F5 */
.timeline > li .timeline_label.info {
    background: #AEDBE8;
}

.timeline > li:nth-child(odd) .timeline_label.info {
    background: #BFE9F5;
}

.timeline > li .timeline_label.info::after {
    border-right-color: #AEDBE8;
}

.timeline > li:nth-child(odd) .timeline_label.info::after {
    border-right-color: #BFE9F5;
}

/* #98BCFF #AFCEFF */
.timeline > li .timeline_label.primary {
    background: #98BCFF;
}

.timeline > li:nth-child(odd) .timeline_label.primary {
    background: #AFCEFF;
}

.timeline > li .timeline_label.primary::after {
    border-right-color: #98BCFF;
}

.timeline > li:nth-child(odd) .timeline_label.primary::after {
    border-right-color: #AFCEFF;
}

/* #FFDDAA #FFD291 */
.timeline > li .timeline_label.warning {
    background: #FDA;
}

.timeline > li:nth-child(odd) .timeline_label.warning {
    background: #FFD291;
}

.timeline > li .timeline_label.warning::after {
    border-right-color: #FDA;
}

.timeline > li:nth-child(odd) .timeline_label.warning::after {
    border-right-color: #FFD291;
}

/* #FFA9A6 #FF908C */
.timeline > li .timeline_label.danger {
    background: #FFA9A6;
}

.timeline > li:nth-child(odd) .timeline_label.danger {
    background: #FF908C;
}

.timeline > li .timeline_label.danger::after {
    border-right-color: #FFA9A6;
}

.timeline > li:nth-child(odd) .timeline_label.danger::after {
    border-right-color: #FF908C;
}

/* #A59FF5 #938CFA */
.timeline > li .timeline_label.urgent {
    background: #A59FF5;
}

.timeline > li:nth-child(odd) .timeline_label.urgent {
    background: #938CFA;
}

.timeline > li .timeline_label.urgent::after {
    border-right-color: #A59FF5;
}

.timeline > li:nth-child(odd) .timeline_label.urgent::after {
    border-right-color: #938CFA;
}

/* Padrão */
.timeline > li .timeline_label.default {
    background: #CCC;
}

.timeline > li:nth-child(odd) .timeline_label.default {
    background: #DDD;
}

.timeline > li .timeline_label.default::after {
    border-right-color: #CCC;
}

.timeline > li:nth-child(odd) .timeline_label.default::after {
    border-right-color: #DDD;
}


.timeline > li .timeline_label h2 {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
}

/* The triangle */
.timeline > li .timeline_label::after {
    right: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid transparent;
    border-right-color: #CCC;
    top: 10px;
}

.timeline > li:nth-child(odd) .timeline_label::after {
    border-right-color: #DDD;
}

/* The icons */
.timeline > li .timeline_icon {
    width: 40px;
    height: 40px;
    font-family: ecoico, serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #AAA;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #CCC;
    text-align: center;

    /* CHANGE */
    left: 12%; /* CHANGE */
    top: 0;
    margin: 0 0 0 -25px;
}

.timeline > li .timeline_icon.success {
    background: #5cb85c;
}

.timeline > li .timeline_icon.info {
    background: #5bc0de;
}

.timeline > li .timeline_icon.primary {
    background: #337ab7;
}

.timeline > li .timeline_icon.warning {
    background: #f0ad4e;
}

.timeline > li .timeline_icon.danger {
    background: #d9534f;
}

.timeline > li .timeline_icon.urgent {
    background: #584FD9;
}

.timeline > li .timeline_icon.default {
    background: #CCC;
}

.timeline_icon-phone::before {
    content: "\e000";
}

.timeline_icon-screen::before {
    content: "\e001";
}

.timeline_icon-mail::before {
    content: "\e002";
}

.timeline_icon-earth::before {
    content: "\e003";
}

/* Example Media Queries */
@media screen and (width <= 78.375em) {
    .timeline > li .timeline_time span:last-child {
        font-size: 1.2em;
    }
}

@media screen and (width <= 70.375em) {
    .timeline > li .timeline_time span:last-child {
        font-size: 1em;
    }
}

@media screen and (width <= 67.375em) {
    .timeline > li .timeline_time span:last-child {
        font-size: 0.8em;
    }
}

@media screen and (width <= 47.2em) {
    .timeline::before {
        display: none;
    }

    .timeline > li .timeline_time {
        width: 100%;
        position: relative;
        padding: 0 0 20px;
    }

    .timeline > li .timeline_time span {
        text-align: left;
    }

    .timeline > li .timeline_label {
        margin: 0 0 30px;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .timeline > li .timeline_label::after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #CCC;
        top: -20px;
    }

    .timeline > li:nth-child(odd) .timeline_label::after {
        border-right-color: transparent;
        border-bottom-color: #DDD;
    }

    /* #b6ffb5 #95D494 */
    .timeline > li .timeline_label.success::after {
        border-bottom-color: #b6ffb5;
    }

    .timeline > li:nth-child(odd) .timeline_label.success::after {
        border-bottom-color: #95D494;
    }

    /* #B0ECFF #BFE9F5 */
    .timeline > li .timeline_label.info::after {
        border-bottom-color: #B0ECFF;
    }

    .timeline > li:nth-child(odd) .timeline_label.info::after {
        border-bottom-color: #BFE9F5;
    }

    /* #98BCFF #AFCEFF */
    .timeline > li .timeline_label.primary::after {
        border-bottom-color: #B0ECFF;
    }

    .timeline > li:nth-child(odd) .timeline_label.primary::after {
        border-bottom-color: #AFCEFF;
    }

    /* #FFDDAA #FFD291 */
    .timeline > li .timeline_label.warning::after {
        border-bottom-color: #FDA;
    }

    .timeline > li:nth-child(odd) .timeline_label.warning::after {
        border-bottom-color: #FFD291;
    }

    /* #FFA9A6 #FF908C */
    .timeline > li .timeline_label.danger::after {
        border-bottom-color: #FFA9A6;
    }

    .timeline > li:nth-child(odd) .timeline_label.danger::after {
        border-bottom-color: #FF908C;
    }

    /* #A59FF5 #938CFA */
    .timeline > li .timeline_label.urgent::after {
        border-bottom-color: #A59FF5;
    }

    .timeline > li:nth-child(odd) .timeline_label.urgent::after {
        border-bottom-color: #938CFA;
    }

    .timeline > li .timeline_label.default::after {
        border-bottom-color: #CCC;
    }

    .timeline > li:nth-child(odd) .timeline_label.default::after {
        border-bottom-color: #DDD;
    }

    .timeline > li .timeline_icon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0;
    }
}

/* FIM Timeline */

/* GHOST BUTTONS */
.btn-default.btn-ghost {
    background: rgb(230 230 230 / 30%);
    color: rgb(51 51 51 / 30%);
    border-color: rgb(204 204 204 / 30%);
}

.btn-default.btn-ghost:hover {
    background: rgb(230 230 230 / 100%);
    color: rgb(51 51 51 / 100%);
    border-color: rgb(204 204 204 / 100%);
}

.btn-primary.btn-ghost {
    background: rgb(51 122 183 / 20%);
    color: rgb(51 51 51 / 20%);
    border-color: rgb(46 109 164 / 20%);
}

.btn-primary.btn-ghost:hover {
    background: rgb(51 122 183 / 100%);
    color: #FFF;
    border-color: rgb(46 109 164 / 100%);
}

.btn-info.btn-ghost {
    background: rgb(91 192 222 / 20%);
    color: rgb(51 51 51 / 20%);
    border-color: rgb(70 184 218 / 20%);
}

.btn-info.btn-ghost:hover {
    background: rgb(91 192 222 / 100%);
    color: #FFF;
    border-color: rgb(70 184 218 / 100%);
}

.btn-success.btn-ghost {
    background: rgb(92 184 92 / 20%);
    color: rgb(51 51 51 / 20%);
    border-color: rgb(76 174 76 / 20%);
}

.btn-success.btn-ghost:hover {
    background: rgb(92 184 92 / 100%);
    color: #FFF;
    border-color: rgb(76 174 76 / 100%);
}

.btn-warning.btn-ghost {
    background: rgb(240 173 78 / 20%);
    color: rgb(51 51 51 / 20%);
    border-color: rgb(238 162 54 / 20%);
}

.btn-warning.btn-ghost:hover {
    background: rgb(240 173 78 / 100%);
    color: #FFF;
    border-color: rgb(238 162 54 / 100%);
}

.btn-danger.btn-ghost {
    background: rgb(217 83 79 / 20%);
    color: rgb(51 51 51 / 20%);
    border-color: rgb(212 63 58 / 20%);
}

.btn-danger.btn-ghost:hover {
    background: rgb(217 83 79 / 100%);
    color: #FFF;
    border-color: rgb(212 63 58 / 100%);
}

.btn-urgent.btn-ghost {
    background: rgb(88 79 217 / 20%);
    color: rgb(51 51 51 / 20%);
    border-color: rgb(68 58 212 / 20%);
}

.btn-urgent.btn-ghost:hover {
    background: rgb(88 79 217 / 100%);
    color: #FFF;
    border-color: rgb(68 58 212 / 100%);
}


/* corner-ribbons */

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

/* Different positions */

.corner-ribbon.top-left {
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 0;
    right: 0;
    left: auto;
    transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    inset: auto 0 0 auto;
    transform: rotate(-45deg);
}

/* Ribbon Colors */
.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.inverse {
    background: #333;
}

.corner-ribbon.default {
    background: #999;
}

.corner-ribbon.primary {
    background: #39d;
}

.corner-ribbon.success {
    background: #5BD562;
}

.corner-ribbon.info {
    background: #3DB8B2;
}

.corner-ribbon.urgent {
    background: #8A55BB;
}

.corner-ribbon.danger {
    background: #B13529;
}

.corner-ribbon.warning {
    background: #E89A4C;
}


.navbar.navbar-brf {
    background: transparent linear-gradient(to right, #7F79D4, #AB3C42, #BF5A60, #F18B54) repeat scroll 0 0 !important;
}

.navbar.navbar-brf a {
    color: #f5f5f5;
}

.navbar.navbar-brf a:hover {
    background-color: transparent;
    font-weight: bold;
    text-shadow: 0 1px 1px 1px rgb(255 255 255 / 50%);
}

.btn.btn-auto-height {
    height: auto;
}

.navbar.simplified-navbar {
    font-size: 13px;
    background-color: #DDD;
    border-width: 0;
    border-radius: 0;
}

.navbar.simplified-navbar .navbar-nav > li > a {
    color: rgb(102 102 102 / 100%);
    background-color: rgb(248 248 248 / 0%);
    border-bottom: 2px solid #BBB;
}

.navbar.simplified-navbar .navbar-nav > li > a:hover,
.navbar.simplified-navbar .navbar-nav > li > a:focus {
    color: rgb(102 102 102 / 100%);
    background-color: #CCC;
    border-bottom: 2px solid #AB0812;
}

.navbar.simplified-navbar .navbar-nav > .active > a,
.navbar.simplified-navbar .navbar-nav > .active > a:hover,
.navbar.simplified-navbar .navbar-nav > .active > a:focus {
    font-weight: bold;
    color: rgb(242 242 242 / 100%);
    background-color: #BBB;
    border-bottom: 2px solid #8F0B13;
}

.navbar.simplified-navbar .navbar-toggle {
    border-color: #999;
}

.navbar.simplified-navbar .navbar-toggle:hover,
.navbar.simplified-navbar .navbar-toggle:focus {
    background-color: #999;
}

.navbar.simplified-navbar .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar.simplified-navbar .navbar-toggle:hover .icon-bar,
.navbar.simplified-navbar .navbar-toggle:focus .icon-bar {
    background-color: #ccc;
}

.sided-panels .panel {
    width: 50%;
}

.thirded-panels .panel {
    width: 33.33%;
}

@media screen and (width <= 47.2em) {
    .sided-panels .panel {
        width: 100%;
    }

    .thirded-panels .panel {
        width: 100%;
    }
}

.table.table-simplified {
    width: 100%;
    background-color: #FFF;
    font-size: 10px;
}

.panel > .table-simplified:first-child {
    border-top-left-radius: 4px;
}

.panel > .table-simplified:last-child {
    border-bottom-left-radius: 4px;
}

.table.table-simplified thead,
.table.table-simplified tbody {
    background-color: inherit;
    width: 100%;
}

.table.table-simplified thead {
    border-bottom: 2px solid #f5f5f5;
}

.table.table-simplified thead th,
.table.table-simplified thead td {
    font-weight: bold;
}

.table .table-simplified tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

.table.table-simplified thead th,
.table.table-simplified thead td,
.table.table-simplified tbody th,
.table.table-simplified tbody td {
    border-right: none;
    border-left: none;
    padding: 3px 5px;
}

.table.table-simplified tbody td:nth-child(even) {
    background-color: #F8F8F8;
}

.table.table-simplified.table-hover tbody tr:hover td:nth-child(even) {
    background-color: #EFEFEF;
}

.table.table-simplified tbody .info td:nth-child(even) {
    background-color: #CFE7F3;
}

.table.table-simplified.table-hover tbody tr.info:hover td:nth-child(even) {
    background-color: #C5E0EE;
}

.table.table-simplified tbody .success td:nth-child(even) {
    background-color: #D0E9C6;
}

.table.table-simplified.table-hover tbody tr.success:hover td:nth-child(even) {
    background-color: #C4E1B8;
}

.table.table-simplified tbody tr.warning td:nth-child(even) {
    background-color: #F5EEC9;
}

.table.table-simplified.table-hover tbody tr.warning:hover td:nth-child(even) {
    background-color: #F3EBC2;
}

.table.table-simplified tbody tr.danger td:nth-child(even),
.table.table-simplified tbody tr.danger.info td:nth-child(even),
.table.table-simplified tbody tr.danger.warning td:nth-child(even) {
    background-color: #FFE6E6;
}

.table.table-simplified.table-hover tbody tr.danger:hover td:nth-child(even),
.table.table-simplified.table-hover tbody tr.danger.info:hover td:nth-child(even),
.table.table-simplified.table-hover tbody tr.danger.warning:hover td:nth-child(even) {
    background-color: #FFDEDE;
}

.table.table-simplified > tbody + tbody {
    border-top: 1px solid #ddd;
}


.table.table-simplified a {
    color: #444;
}

.table.table-simplified a:not(.btn):active,
.table.table-simplified a:not(.btn):hover {
    color: #666;
}

.table.table-simplified a.text-primary:hover,
.table.table-simplified a.text-primary:focus {
    color: #286090;
}

.table.table-simplified .text-success {
    color: #3c763d;
}

.table.table-simplified a.text-success:hover,
.table.table-simplified a.text-success:focus {
    color: #2b542c;
}

.table.table-simplified .text-info {
    color: #31708f;
}

.table.table-simplified a.text-info:hover,
.table.table-simplified a.text-info:focus {
    color: #245269;
}

.table.table-simplified .text-warning {
    color: #8a6d3b;
}

.table.table-simplified a.text-warning:hover,
.table.table-simplified a.text-warning:focus {
    color: #66512c;
}

.table.table-simplified a.text-danger:hover,
.table.table-simplified a.text-danger:focus {
    color: #843534;
}

.table.table-simplified .text-danger {
    color: #a94442;
}

.table.table-simplified .text-urgent {
    color: #4A42A9;
}

.table.table-simplified a.text-urgent:hover {
    color: #3A3484;
}

.table > thead > tr > td.extreme-warning,
.table > tbody > tr > td.extreme-warning,
.table > tfoot > tr > td.extreme-warning,
.table > thead > tr > th.extreme-warning,
.table > tbody > tr > th.extreme-warning,
.table > tfoot > tr > th.extreme-warning,
.table > thead > tr.primary > td.extreme-warning,
.table > tbody > tr.primary > td.extreme-warning,
.table > tfoot > tr.primary > td.extreme-warning,
.table > thead > tr.primary > th.extreme-warning,
.table > tbody > tr.primary > th.extreme-warning,
.table > tfoot > tr.primary > th.extreme-warning,
.table > thead > tr.info > td.extreme-warning,
.table > tbody > tr.info > td.extreme-warning,
.table > tfoot > tr.info > td.extreme-warning,
.table > thead > tr.info > th.extreme-warning,
.table > tbody > tr.info > th.extreme-warning,
.table > tfoot > tr.info > th.extreme-warning,
.table > thead > tr.success > td.extreme-warning,
.table > tbody > tr.success > td.extreme-warning,
.table > tfoot > tr.success > td.extreme-warning,
.table > thead > tr.success > th.extreme-warning,
.table > tbody > tr.success > th.extreme-warning,
.table > tfoot > tr.success > th.extreme-warning,
.table > thead > tr.warning > td.extreme-warning,
.table > tbody > tr.warning > td.extreme-warning,
.table > tfoot > tr.warning > td.extreme-warning,
.table > thead > tr.warning > th.extreme-warning,
.table > tbody > tr.warning > th.extreme-warning,
.table > tfoot > tr.warning > th.extreme-warning,
.table > thead > tr.danger > td.extreme-warning,
.table > tbody > tr.danger > td.extreme-warning,
.table > tfoot > tr.danger > td.extreme-warning,
.table > thead > tr.danger > th.extreme-warning,
.table > tbody > tr.danger > th.extreme-warning,
.table > tfoot > tr.danger > th.extreme-warning,
.table > thead > tr.urgent > td.extreme-warning,
.table > tbody > tr.urgent > td.extreme-warning,
.table > tfoot > tr.urgent > td.extreme-warning,
.table > thead > tr.urgent > th.extreme-warning,
.table > tbody > tr.urgent > th.extreme-warning,
.table > tfoot > tr.urgent > th.extreme-warning,
.table > thead > tr.extreme-warning > td,
.table > tbody > tr.extreme-warning > td,
.table > tfoot > tr.extreme-warning > td,
.table > thead > tr.extreme-warning > th,
.table > tbody > tr.extreme-warning > th,
.table > tfoot > tr.extreme-warning > th {
    background-color: #DABE47;
    color: #333;
    font-weight: bold;
}

.table > thead > tr > td.extreme-danger,
.table > tbody > tr > td.extreme-danger,
.table > tfoot > tr > td.extreme-danger,
.table > thead > tr > th.extreme-danger,
.table > tbody > tr > th.extreme-danger,
.table > tfoot > tr > th.extreme-danger,
.table > thead > tr.primary > td.extreme-danger,
.table > tbody > tr.primary > td.extreme-danger,
.table > tfoot > tr.primary > td.extreme-danger,
.table > thead > tr.primary > th.extreme-danger,
.table > tbody > tr.primary > th.extreme-danger,
.table > tfoot > tr.primary > th.extreme-danger,
.table > thead > tr.info > td.extreme-danger,
.table > tbody > tr.info > td.extreme-danger,
.table > tfoot > tr.info > td.extreme-danger,
.table > thead > tr.info > th.extreme-danger,
.table > tbody > tr.info > th.extreme-danger,
.table > tfoot > tr.info > th.extreme-danger,
.table > thead > tr.success > td.extreme-danger,
.table > tbody > tr.success > td.extreme-danger,
.table > tfoot > tr.success > td.extreme-danger,
.table > thead > tr.success > th.extreme-danger,
.table > tbody > tr.success > th.extreme-danger,
.table > tfoot > tr.success > th.extreme-danger,
.table > thead > tr.warning > td.extreme-danger,
.table > tbody > tr.warning > td.extreme-danger,
.table > tfoot > tr.warning > td.extreme-danger,
.table > thead > tr.warning > th.extreme-danger,
.table > tbody > tr.warning > th.extreme-danger,
.table > tfoot > tr.warning > th.extreme-danger,
.table > thead > tr.danger > td.extreme-danger,
.table > tbody > tr.danger > td.extreme-danger,
.table > tfoot > tr.danger > td.extreme-danger,
.table > thead > tr.danger > th.extreme-danger,
.table > tbody > tr.danger > th.extreme-danger,
.table > tfoot > tr.danger > th.extreme-danger,
.table > thead > tr.urgent > td.extreme-danger,
.table > tbody > tr.urgent > td.extreme-danger,
.table > tfoot > tr.urgent > td.extreme-danger,
.table > thead > tr.urgent > th.extreme-danger,
.table > tbody > tr.urgent > th.extreme-danger,
.table > tfoot > tr.urgent > th.extreme-danger,
.table > thead > tr.extreme-danger > td,
.table > tbody > tr.extreme-danger > td,
.table > tfoot > tr.extreme-danger > td,
.table > thead > tr.extreme-danger > th,
.table > tbody > tr.extreme-danger > th,
.table > tfoot > tr.extreme-danger > th {
    background-color: #DA4C47;
    color: #FFF;
    font-weight: bold;
}

.table > thead > tr > td.extreme-danger a,
.table > tbody > tr > td.extreme-danger a,
.table > tfoot > tr > td.extreme-danger a,
.table > thead > tr > th.extreme-danger a,
.table > tbody > tr > th.extreme-danger a,
.table > tfoot > tr > th.extreme-danger a {
    color: #FFF;
}

tr.heading,
tr.heading:hover,
tr.heading:active,
tr.heading:focus {
    color: #FFF;
    font-size: 11px;
}

tr.heading .badge {
    color: #555;
    background-color: #FFF;
}

tr.heading.heading-default,
tr.heading.heading-default:hover,
tr.heading.heading-default:active,
tr.heading.heading-default:focus {
    background-color: #777;
}

tr.heading.heading-info,
tr.heading.heading-info:hover,
tr.heading.heading-info:active,
tr.heading.heading-info:focus {
    background-color: #3A87AD;
}

tr.heading.heading-primary,
tr.heading.heading-primary:hover,
tr.heading.heading-primary:active,
tr.heading.heading-primary:focus {
    background-color: #337AB7;
}

tr.heading.heading-success,
tr.heading.heading-success:hover,
tr.heading.heading-success:active,
tr.heading.heading-success:focus {
    background-color: #468847;
}

tr.heading.heading-danger,
tr.heading.heading-danger:hover,
tr.heading.heading-danger:active,
tr.heading.heading-danger:focus {
    background-color: #D9534F;
}

tr.heading.heading-warning,
tr.heading.heading-warning:hover,
tr.heading.heading-warning:active,
tr.heading.heading-warning:focus {
    background-color: #F89406;
}

tr.heading.heading-urgent,
tr.heading.heading-urgent:hover,
tr.heading.heading-urgent:active,
tr.heading.heading-urgent:focus {
    background-color: #584FD9;
}

.btn.btn-rounded {
    border-radius: 15px;
}


.has-error > label {
    color: #a94442;
}

.has-error .multiSelect .btn {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%);
}

.has-error .multiSelect .btn:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%), 0 0 6px #ce8483;
}

/* --------BEGINNING OF STYLESHEET-------- */

/* ----- Switch ----- */

.switch {
    background-color: transparent;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0 0.25em;
    padding: 3px;
    position: relative;
    vertical-align: top;
    width: 64px;
}

.switch-input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.switch-input:focus ~ .switch-handle {
    box-shadow: 0 0 4px 1px #de2f2f, 0 1px 3px 0 rgb(0 0 0 / 40%);
}

.switch-group {
    display: inline-block;
    width: 100%;
}

.switch-block.full-width {
    width: 100%;
}

.switch-block.full-width .switch {
    float: right;
}

.switch-block .switch-label {
    padding: 5px 0;
}

/* No Label */
.switch.no-label {
    width: 40px;
}

.switch.no-label > .switch-input:checked ~ .switch-handle {
    left: 20px;
}

.switch.no-label > .switch-trough {
    font-size: 0;
}

/* ----- Switch Trough ----- */

.switch-trough {
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 12%), inset 0 0 2px rgb(0 0 0 / 15%);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: inherit;
    position: relative;
    text-transform: uppercase;
    transition: 0.15s ease-out;
    transition-property: opacity;
}


.switch-trough::before, .switch-trough::after {
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    transition: inherit;
}

.switch-trough::before {
    color: #aaa;
    content: attr(data-off);
    right: 11px;
    text-shadow: 0 1px rgb(255 255 255 / 50%);
}

.switch-trough::after {
    color: white;
    content: attr(data-on);
    left: 11px;
    opacity: 0;
    text-shadow: 0 1px rgb(0 0 0 / 20%);
}

/* ----- Switch Handle ----- */

.switch-handle {
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 40%);
    height: 22px;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: left 0.15s ease-out;
    width: 22px;
}

.switch-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}


/* ----- Checked Switch ----- */

.switch-input:checked ~ .switch-trough {
    background: #cf3a39;
}

.switch-input:checked ~ .switch-trough::before {
    opacity: 0;
}

.switch-input:checked ~ .switch-trough::after {
    opacity: 1;
}

.switch-input:checked ~ .switch-handle {
    left: 44px;
}


.list {
    margin: 0;
}

.list li {
    margin-top: 3px;
}

.list-inline {
    margin: 0;
}

.list-inline li {
    display: inline-block;
    margin: 3px;
}

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

/* LAYOUT SIMPLIFICADO */
.simple-layout .container,
.simple-layout .container-fluid {
    border: none;
    background-color: transparent;
}

.simple-layout .page-header {
    background-color: transparent;
    border-color: #ccc;
}

.simple-layout .wraper {
    background-color: transparent;
}

/* FIM LAYOUT SIMPLIFICADO */

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

.pointer {
    cursor: pointer;
}
