/*clearfix*/

.clearfix-menu > li {
    margin-right: 10px;
    margin-left: 5px;
}

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: rgb(229, 229, 229);
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    direction: ltr;
    /*background-color: rgba(0, 0, 0, 0.1) !important;*/
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

a {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

#main {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: rgb(229, 229, 229);
}

#content {
    padding: 10px 0;
    position: relative;
    background-color: rgb(229, 229, 229);
}


body.container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}

body.container {
    border-left: 1px solid rgba(34, 38, 46, 0.4);
    border-right: 1px solid rgba(34, 38, 46, 0.4);
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.45);
}

#header {
    background-image: none;
}

    #header.header-black {
        background-color: #29303D;
    }

    #header.header-blue-gti {
        background: linear-gradient(to bottom,#0077bc,#004567) !important;
    }

.project-context > :first-child {
    color: #697B92;
    text-shadow: 0 0 1px #111318;
}

#ribbon {
    background: #e6e6e6;
}

.breadcrumb > li + li:before {
    color: #646464;
}

.project-selector {
    color: #B9B9B9;
}

.btn.btn-ribbon {
    background-color: #697486;
    background-image: -moz-linear-gradient(top, #6f7d94, #697486);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f7d94), to(#697486));
    background-image: -webkit-linear-gradient(top, #6f7d94, #697486);
    background-image: -o-linear-gradient(top, #6f7d94, #697486);
    background-image: linear-gradient(to bottom, #6f7d94, #697486);
}

.btn-header > :first-child > a {
    cursor: pointer !important;
}

    .btn-header > :first-child > a:hover {
        opacity: .9;
    }

#cancel-search-js {
    background: #fb3c4a;
    line-height: 29px !important;
}

.MsgTitle .txt-color-orangeDark {
    color: #a57225 !important;
}

.minifyme {
    background: #D7DAE2;
    border-bottom: 1px solid #818181;
    color: #7E7E7E;
}

    .minifyme:hover {
        color: #D7DAE2 !important;
    }

#show-shortcut:hover > i {
    color: #fff;
}

.superbox-list.active:before {
    color: #1b1e24;
}

nav ul b {
    font-size: 14px;
    margin-top: 0px;
}

    nav ul b .fa-plus-square-o:before {
        content: "\f104";
    }

    nav ul b .fa-minus-square-o:before {
        content: "\f107";
    }

nav ul ul {
    /*background: #363F51;*/
    background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
}

    nav ul ul li > a {
        text-shadow: 0 1px 1px #000;
        font-size: 13px;
        padding-left: 43px;
        color: #e1eaf1;
        display: block;
        font-weight: 300;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        overflow: hidden;
    }

        nav ul ul li > a:hover {
            color: #D7DCE0 !important;
            background: none;
        }

    nav ul ul ul li a {
        padding: 8px 17px 8px 54px !important;
    }

    nav ul ul ul ul li a {
        padding-left: 90px !important;
    }

    nav ul ul ul ul ul li a {
        padding-left: 90px !important;
    }

    nav ul ul ul ul ul ul li a {
        padding-left: 108px !important;
    }

nav ul li a:active {
    background: none;
}

nav ul li a:hover {
    color: #D7DCE0 !important;
}

nav ul li a {
    padding: 12px 17px 12px 16px;
}

nav > ul > li > a > i {
    font-size: 17px;
    vertical-align: 0px;
}

nav > ul > li > a b {
    right: 17px;
    /*top: 12px;*/
}

nav > ul > li > a > i:after {
    border: 1px solid #fff;
}

nav > ul > li > a:hover i {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

.header-search > input[type="text"] {
    border-color: #FFF !important;
    border-radius: 2px;
}

.header-dropdown-list a.dropdown-toggle {
    color: #333;
    text-decoration: none;
}

.login-info {
    height: auto;
}

    .login-info > span {
        padding: 5px 10px;
    }

    .login-info img {
        width: 35px;
        border-radius: 50%;
    }

    .login-info a {
        margin-top: 2px;
    }

        .login-info a span {
            max-width: 136px;
        }

        .login-info a:hover {
            color: #fff;
        }

#activity.active .badge {
    background: #0aa699 !important;
}

.ajax-dropdown {
    background: #E2E8F1;
}

.ajax-notifications {
    background: #fff;
}

img.online {
    border-left-color: #0AA699 !important;
}

.onoffswitch-inner:before {
    background-color: #36AECC !important;
}

.bg-color-red {
    background-color: #fb3c4a !important;
}

.jarviswidget-color-darken > header {
    background: #1B1E24 !important;
    border-color: #1B1E24 !important;
}

.jarviswidget-color-blueDark > header {
    background: #353D4B !important;
    border-color: #353D4B !important;
}

.jarviswidget-color-blue > header {
    background: #688F9E;
    border-color: #6A838D !important;
}

.jarviswidget-color-purple > header {
    background: #736086;
}

.jarviswidget-color-red > header {
    background: #C02631;
    border-color: #8F2129 !important;
}

.jarviswidget .bg-color-red {
    background: #C02631 !important;
}

.ui-chatbox-titlebar {
    background: #3E4553 !important;
}

    .ui-chatbox-titlebar.ui-state-focus {
        background: #1B1F27 !important;
    }

#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li:last-child {
    color: #868686;
}

#ribbon .breadcrumb a,
#ribbon .breadcrumb {
    color: #747474 !important;
}

.open > .dropdown-menu,
.dropdown-menu {
    padding: 4px;
}

    .dropdown-menu > li > a,
    .dropdown-menu > li > a {
        border-radius: 4px;
        margin: 3px 0;
    }

aside,
.superbox-show,
.page-footer {
    background: #29303D;
}

.login-info span,
.login-info {
    border-bottom: none;
}

nav > ul > li > ul::before,
nav > ul ul li::before {
    border: none !important;
}

nav ul li a,
.login-info strong,
.login-info a {
    color: #FFFEFE;
}

.minified .login-info a {
    margin-top: 6px;
}

.minified .login-info img {
    width: 30px !important;
}

.minified .login-info span {
    padding: 0px 5px !important;
}

.minified nav ul li a {
    padding: 12px 17px 12px 14px;
}

.minified nav ul ul li > a:hover {
    background: #30343D !important;
}

.minified nav ul ul li > a {
    padding-left: 13px;
    padding-right: 13px !important;
}

.minified nav ul ul ul li a {
    padding-left: 33px !important;
    padding-right: 13px !important;
}

.minified nav ul ul ul ul li a {
    padding-left: 43px !important;
    padding-right: 13px !important;
}

.minified nav ul ul ul ul ul li a {
    padding-left: 53px !important;
    padding-right: 13px !important;
}

.minified nav ul ul ul ul ul ul li a {
    padding-left: 63px !important;
    padding-right: 13px !important;
}

.minified nav ul > li > ul > li > ul {
    /*background: #1B1E24;*/
    background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
}

.minified nav > ul > li {
    border-bottom: 1px solid #131416;
    border-top: 1px solid #303031;
}

    .minified nav > ul > li > a > i {
        font-size: 18px;
    }

    .minified nav > ul > li > ul {
        /*background: #1B1E24;*/
        background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
    }

        .minified nav > ul > li > ul > li {
            /*background: #22262E;*/
            background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
        }

            .minified nav > ul > li > ul > li > ul > li {
                /*background: #1B1E24;*/
                background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
            }

.jarviswidget-color-greenLight > header,
.jarviswidget .bg-color-greenLight {
    border-color: #96B447 !important;
    background: #96B447 !important;
}

.jarviswidget-color-yellow > header,
.jarviswidget .bg-color-yellow {
    border-color: #DBB727 !important;
    background: #FDD01C !important;
    color: #25241F;
}

.jarviswidget-color-pink > header,
.jarviswidget .bg-color-pink {
    background: #DB8EBB !important;
}

#left-panel {
}

.menu-on-top nav ul ul li > a {
    text-shadow: none !important;
    color: #646E75;
}

.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

.menu-on-top nav ul ul li:hover > a {
    color: #fff;
    background-color: #1b1e24;
}

.menu-on-top nav ul ul .active > a {
    color: #fff !important;
}

.menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important;
}

.menu-on-top nav > ul ul li:hover > ul {
    background: #fff;
}

.menu-on-top nav > ul > li > a:after {
    color: #FFFEFE !important;
}

.menu-on-top aside {
    background: #14161B;
}

    .menu-on-top aside#left-panel {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid #222;
        border-top: 1px solid #333;
    }

        .menu-on-top aside#left-panel nav > ul > li {
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
        }

            .menu-on-top aside#left-panel nav > ul > li > a {
                text-shadow: none !important;
                font-size: 13px;
                padding: 10px 9px !important;
            }

            .menu-on-top aside#left-panel nav > ul > li > ul {
                background: #3a3633;
            }

            .menu-on-top aside#left-panel nav > ul > li:hover {
                border-right-color: #fff;
                border-left-color: #ffffff;
                background: #36AECC;
                background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(216, 215, 215, 0.19) 66%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.13)), color-stop(66%, rgba(229, 229, 229, 0.13)));
                background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.11) 0%, rgba(229, 229, 229, 0.13) 66%);
                background: -o-linear-gradient(top, rgba(255, 255, 255, 0.13) 0%, rgba(229, 229, 229, 0.13) 66%);
                background: -ms-linear-gradient(top, rgba(215, 218, 226, 0.13) 0%, rgba(215, 218, 226, 0.13) 66%);
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0.13), rgba(225, 226, 228, 0.13) 66%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04070C', endColorstr='#2E3E57', GradientType=0);
            }

                .menu-on-top aside#left-panel nav > ul > li:hover > a {
                    color: #F1F1F1 !important;
                    border-left: 1px solid #fff;
                    border-right: 1px solid #fff;
                    padding-left: 8px !important;
                    padding-right: 8px !important;
                }

.menu-on-top nav ul ul li a,
.menu-on-top nav ul ul ul li a {
    color: #D8DEE5;
}

    .menu-on-top nav ul ul li a:hover,
    .menu-on-top nav ul ul ul li a:hover {
        color: #fff;
        background-color: #1b1e24 !important;
    }

.menu-on-top nav ul ul,
.menu-on-top nav ul ul ul {
    /*background: #2e3e57 !important;*/
    background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
    border: 1px solid transparent;
    padding: 6px 0px 0px 0px;
}

    .menu-on-top nav > ul > li > a:after,
    .menu-on-top nav > ul ul > li a:after,
    .menu-on-top nav ul ul li:hover > a:after,
    .menu-on-top nav > ul ul > li a:hover:after {
        color: #D5D5D5;
    }

    .menu-on-top nav ul ul li:hover > a:after,
    .menu-on-top nav > ul ul > li a:hover:after {
        color: #fff;
    }

.menu-on-top nav > ul ul > li a:only-child:after,
.menu-on-top nav > ul > li > a:only-child:after {
    content: "" !important;
}

.menu-on-top nav ul ul li.active > a:hover,
.menu-on-top nav ul ul li.active:hover > a {
    color: #fff !important;
}

.navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .navbar-collapse.collapse {
        padding-bottom: 1px;
    }

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/*
 * STYLE 1 Responsive
 */
@media (max-width: 979px) and (min-width: 768px) {
    #hide-menu i {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
    #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #sparks {
        background: #fff;
    }

    #cancel-search-js,
    .search-mobile .header-search > button {
        border-radius: 3px;
    }
}

.form-horizontal .form-group {
    margin-bottom: 4px !important;
}

.form header {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
}

fieldset {
    margin-top: 20px;
}

    fieldset legend {
        border-bottom: 1px dotted #DE2513 !important;
    }

/* TREE */
.label-gti {
    text-decoration: none;
    background-color: rgba(187, 186, 186, 0.62);
}

.label-gti {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px dotted #080707;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    -moz-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
}

    .label-gti a {
        color: #121212;
        text-decoration: none;
    }


.fa-gti-plus-circle:before {
    color: rgb(16, 14, 103);
    content: "\f055";
}


.fa-gti-minus-circle:before {
    color: rgb(16, 14, 103);
    content: "\f056";
}

.jarviswidget-header-table {
    height: 3px !important;
    background: #767A7C !important;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.profile-pic > img {
    top: 2px !important;
}


/*
    SECAO PARA O LAYOUT NOVO
*/

/*
 * LEFT PANEL
 */
#left-panel {
    position: absolute !important;
    left: 0px !important;
    z-index: 904 !important;
}

.menu-top-principal {
    margin-top: 25px;
    z-index: 1;
}

.botton1 {
    padding-bottom: 10px;
}

.botton2 {
    padding-bottom: 12px;
}

.botton3 {
    padding-bottom: 14px;
}

.botton3 {
    padding-bottom: 16px;
}

.botton4 {
    padding-bottom: 18px;
}

.botton5 {
    padding-bottom: 20px;
}

/*Criar um espaco ao lado esquedo do botao */
html > /**/ body .btn-left1 {
    margin-left: 10px;
}

html > /**/ body .btn-left2 {
    margin-left: 20px;
}

html > /**/ body .btn-left3 {
    margin-left: 30px;
}

html > /**/ body .btn-left4 {
    margin-left: 40px;
}

html > /**/ body .btn-left5 {
    margin-left: 50px;
}

/*Alinhamento para a esquerda*/

html > /**/ body .left1 {
    margin-left: 10px;
}

html > /**/ body .left2 {
    margin-left: 20px;
}

html > /**/ body .left3 {
    margin-left: 30px;
}

html > /**/ body .left4 {
    margin-left: 40px;
}

html > /**/ body .left5 {
    margin-left: 50px;
}

html > /**/ body .left6 {
    margin-left: 60px;
}

html > /**/ body .left7 {
    margin-left: 70px;
}

html > /**/ body .left8 {
    margin-left: 80px;
}

html > /**/ body .left9 {
    margin-left: 90px;
}

html > /**/ body .left100 {
    margin-left: 100px;
}

html > body .left445 {
    margin-left: 445px;
}


.jarviswidget > header {
    height: 5px !important;
    padding: 0 !important;
    line-height: 40px !important;
}

.jarviswidget > header {
    color: #767A7C !important;
    border: 1px solid #C2C2C2 !important;
    /*background: #345490 !important;*/
    background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
}

aside#left-panel {
    background: linear-gradient(to bottom,#F99D96,#DE2513) !important;
}

hr.espaco {
    border: 1px solid #EFF0F0;
    margin-top: 5px;
}

/*TODO: criar este css em um arquivo: custom-css-cadastro*/
select#helper-versao {
    margin-top: 30px !important;
}

.content-background {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    float: left !important;
    font-size: 17px !important;
    height: 50px !important;
    line-height: 18px !important;
    padding: 5px 13px !important;
}

    .navbar-brand > h1 {
        letter-spacing: -1px !important;
        font-size: 24px !important;
        margin: 6px 0 !important;
    }

        .navbar-brand > h1 > span {
            font-size: 20px !important;
            font-weight: bolder;
        }

.navbar-helper-buttons {
    margin-top: 5px;
}

.navbar-helper-clearfix {
    padding-left: 5px;
    padding-right: 20px;
}

/*
    MEDIA QUERIES CUSTOM
*/

@media (max-width: 1228px) {
    html > body .left445 {
        margin-left: 350px;
    }
}

@media (min-width:750px) and (max-width: 1064px) {
    html > body .left445 {
        margin-left: 16px;
    }
}

@media (min-width:1080px) and (max-width: 1306px) and (max-width: 1312px) {
    html > body .left445 {
        margin-left: 370px;
    }
}

@media (min-width:380px) and (max-width: 480px) {
    html > body .left445 {
        margin-left: 12px;
    }
}

@media (min-width:480px) and (max-width: 699px) {
    html > body .left445 {
        margin-left: 12px;
    }
}


.nav > li > a.btn-helper {
    border: 1px solid rgba(224, 224, 224, 1);
    line-height: 20px;
}

/*
    Loader h4
*/
.loader {
    top: 5em;
    left: 32%;
    position: absolute;
    display: block;
    text-align: left;
    font-size: xx-large;
}

    .loader.engine {
        left: 40%;
    }
/*
    LOGO
*/

#logo {
    display: inline-block;
    width: 175px;
    margin-top: 13px;
}

    #logo img {
        width: 110px;
        height: 40px;
        padding-left: 3px;
        margin-top: 0;
        margin-left: 12px;
    }

    /*Para a tela de login*/
    #logo.logo-login img {
        margin-left: 145px;
        margin-top: -5px;
    }





/* All dropdowns animation*/
.open > .dropdown-menu {
    -webkit-animation-name: "fadeIn";
    -moz-animation-name: "fadeIn";
    -o-animation-name: "fadeIn";
    animation-name: "fadeIn";
}

.open > .dropdown-menu {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.active + .ajax-dropdown {
    -webkit-animation-name: "fadeIn";
    -moz-animation-name: "fadeIn";
    -o-animation-name: "fadeIn";
    animation-name: "fadeIn";
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*css para o detalhamento do Grid*/
.details-control {
    background: url('../../Images/exclamation.jpg') no-repeat center center;
    cursor: pointer;
    background-size: 30%;
}

.details-warning {
    background: url('../../Images/exclamationY.jpg') no-repeat center center;
    cursor: pointer;
    background-size: 30%;
}

.details-blocked {
    background: url('../../Images/blocked.png') no-repeat center center;
    cursor: pointer;
    background-size: 30%;
}

.details-success {
    background: url('../../Images/check_success.png') no-repeat center center;
    cursor: pointer;
    background-size: 30%;
}



/* datatables */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    /*
   * Header and footer styles
   */
    /*
   * Body styles
   */
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none;
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc {
        cursor: pointer;
        *cursor: hand;
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right;
    }

    table.dataTable thead .sorting {
        background-image: url("../../images/sort_both.png");
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../../images/sort_asc.png");
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../../images/sort_desc.png");
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../../images/sort_asc_disabled.png");
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../../images/sort_desc_disabled.png");
    }

    table.dataTable tbody tr {
        background-color: #ffffff;
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9;
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px;
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #ddd;
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none;
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9;
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #abb9d3;
        }

    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: whitesmoke;
    }

        table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
            background-color: #a9b7d1;
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #f9f9f9;
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad4;
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1;
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3;
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b3cd;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a7b5ce;
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b6d0;
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #f9f9f9;
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fbfbfb;
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fdfdfd;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad4;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #adbbd6;
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8;
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea;
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ebebeb;
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #eeeeee;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a1aec7;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a2afc8;
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a4b2cb;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111;
    }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap;
    }
    /* Responsive datatables*/
    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }

        table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
        table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
            top: 8px;
            left: 4px;
            height: 16px;
            width: 16px;
            display: block;
            position: absolute;
            color: white;
            border: 2px solid white;
            border-radius: 16px;
            text-align: center;
            line-height: 14px;
            box-shadow: 0 0 3px #444;
            box-sizing: content-box;
            content: '+';
            background-color: #31b131;
        }

        table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
        table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
            display: none;
        }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
        content: '-';
        background-color: #d33333;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
        display: none;
    }

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
        padding-left: 27px;
    }

        table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
        table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
            top: 5px;
            left: 4px;
            height: 14px;
            width: 14px;
            border-radius: 14px;
            line-height: 12px;
        }

    table.dataTable.dtr-column > tbody > tr > td.control,
    table.dataTable.dtr-column > tbody > tr > th.control {
        position: relative;
        cursor: pointer;
    }

        table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
            display: inline-block;
            box-sizing: border-box;
            border-top: 2px solid white !important;
            border-left: 2px solid white !important;
            border-bottom: 2px solid white !important;
            border-right: 2px solid white !important;
        }

        table.dataTable.dtr-column > tbody > tr > td.control:before,
        table.dataTable.dtr-column > tbody > tr > th.control:before {
            content: '+' !important; /* Ícone padrão para expandir */
            display: block;
            position: absolute;
            top: 50%; /* Centraliza verticalmente */
            left: 4px; /* Ajusta distância da borda esquerda */
            transform: translateY(-50%); /* Centraliza no meio */
            width: 25px;
            height: 25px;
            line-height: 20px;
            text-align: center;
            font-size: 14px;
            border: 2px solid #fff;
            border-radius: 50%;
            background-color: #31b131; /* Cor verde para expandir */
            color: #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
            cursor: pointer;
        }

    table.dataTable.dtr-column > tbody > tr.parent td.control:before,
    table.dataTable.dtr-column > tbody > tr.parent th.control:before {
        content: '-' !important; /* Ícone para colapsar */
        background-color: #d33333; /* Cor vermelha para colapsar */
    }

    /* Estilo para o botão ao clicar */
    table.dataTable.dtr-column > tbody > tr.parent td.control:active:before,
    table.dataTable.dtr-column > tbody > tr.parent th.control:active:before {
        background-color: #a33a33; /* Cor mais escura quando clicado */
    }

    table.dataTable > tbody > tr.child {
        padding: 0.5em 1em;
    }

        table.dataTable > tbody > tr.child:hover {
            background: transparent !important;
        }

        table.dataTable > tbody > tr.child ul {
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            table.dataTable > tbody > tr.child ul li {
                border-bottom: 1px solid #efefef;
                padding: 0.5em 0;
            }

                table.dataTable > tbody > tr.child ul li:first-child {
                    padding-top: 0;
                }

                table.dataTable > tbody > tr.child ul li:last-child {
                    border-bottom: none;
                }

        table.dataTable > tbody > tr.child span.dtr-title {
            display: inline-block;
            min-width: 75px;
            font-weight: bold;
        }

.text-color-black,
textarea.text-color-black {
    color: black;
}

.vresize {
    resize: vertical;
}

.error + label.error {
}

#mensagem a:link,
#mensagem a:focus,
#mensagem a:active,
#mensagem a:visited,
.mensagem a:link,
.mensagem a:focus,
.mensagem a:active,
.mensagem a:visited {
    color: white;
    text-decoration: none;
}

#mensagem a:hover,
.mensagem a:hover {
    color: white;
    text-decoration: underline;
}
