    .dataTables_wrapper {
        background: #eee;
        border: 2px solid;
    }

    div.DTTT_container {
        margin: 0;
        float: left;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }

    button.DTTT_button.disabled,
    div.DTTT_button.disabled,
    a.DTTT_button.disabled {
        opacity: 0.2;
        cursor: default;
    }

    button.DTTT_button,
    div.DTTT_button,
    a.DTTT_button {
        margin-top: 0px !important;
        /*    margin-bottom: 10px;*/
    }

    div.ColVis {
        float: right !important;
        margin: 10px;
    }

    div.ColVis button {
        background: #fff !important;
        color: #4d4d4c !important;
        border: 2px solid #50B849 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        font-size: 0.9em !important;
        transition: 0.3s all;
        margin: 0px !important;
        padding: 0px 8px !important;
        height: 28px;
        outline: none;
    }

    div.ColVis button:hover {
        background: #50B849 !important;
        color: #fff !important;
    }

    ul.ColVis_collection {
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
        background: #50b849;
        border: 4px solid #50b849;
    }

    ul.ColVis_collection li {
        border: 0;
        margin: 0;
        box-shadow: none;
        background: #fff;
        border-radius: 0;
    }

    .ColVis_Button:hover,
    ul.ColVis_collection li:hover {
        border: 0;
        text-decoration: none !important;
        box-shadow: none;
        background: transparent;
    }

    .dataTables_wrapper .dataTables_info {
        clear: none !important;
    }

    table thead tr {
        background: #4d4d4c;
        text-align: left;
        font-size: 14px;
        color: #fff;
    }

    table.dataTable.no-footer {
        border-bottom: 0px solid #efefef !important;
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px !important;
        border-bottom: 0 !important;
    }

    table.dataTable tbody tr {
        font-size: 12px;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px !important;
    }

    /*table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 0px !important;
}*/

    table.dataTable.stripe tbody tr.odd,
    table.dataTable.display tbody tr.odd {
        background-color: #fff;
    }

    table.dataTable tbody tr.selected {
        background-color: #D2FCCF !important;
    }

    /*table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #D2FCCF !important;
}*/

    table.dataTable.hover tbody tr:hover,
    table.dataTable.hover tbody tr.odd:hover,
    table.dataTable.hover tbody tr.even:hover,
    table.dataTable.display tbody tr:hover,
    table.dataTable.display tbody tr.odd:hover,
    table.dataTable.display tbody tr.even:hover {
        background-color: #f9f9f9;
    }

    .btnDataGrid {
        background: #fff !important;
        color: #4d4d4c !important;
        border: 2px solid #50B849 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        text-decoration: none !important;
        font-size: 0.9em !important;
        transition: 0.3s all;
        /*padding: 6px !important;*/
    }

    .btnDataGrid:hover {
        background: #50B849 !important;
        color: #fff !important;
    }

    .btnDataGrid span {
        padding-left: 3px;
    }

    .dataTables_wrapper .dataTables_filter {
        margin: 0;
        padding: 10px 0;
        /*position: relative;*/
        float: right;
        margin-right: 10px;
    }

    .dataTables_wrapper .dataTables_filter label {
        position: relative;
        color: #999 !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        background: #fff;
        border: 2px solid #999 !important;
        outline: none;
    }

    .dataTables_wrapper .dataTables_length {
        margin: 10px;
    }

    .dataTables_wrapper .dataTables_length select {
        height: 28px;
        border-radius: 0 !important;
        border: 2px solid #999 !important;
    }

    .dataTables_wrapper .dataTables_info {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        padding: 0 !important;
        height: 30px;
        line-height: 30px;
    }

    .dataTables_wrapper .dataTables_paginate {
        padding: 0;
        margin: 10px;
        height: 28px;
        background: #ddd;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: 2px solid #ddd !important;
        padding: 0.25em 0.5em;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 2px solid #4d4d4c !important;
        background: #4d4d4c !important;
        color: #fff !important;
        font-weight: bold;
        /*    border: 2px solid #999 !important;    */
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background: transparent !important;
        border: 2px solid #ddd !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: transparent !important;
        border: 2px solid #ddd !important;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 6px 10px !important;
        line-height: 21px;
        vertical-align: middle;
        /* gambi */
    }

    table.dataTable tbody th,
    table.dataTable tbody td select {
        height: 21px;
        border-radius: 0 !important;
        border: 2px solid #999 !important;
        font-size: 13px;
    }

    div.ColVis_collectionBackground {
        background-color: black;
        opacity: 0 !important;
    }


    /* STATUS */
    .desativado {
        color: #ccc;
    }

    .AguardandoPag {
        color: #f90;
    }

    .cancelado {
        color: #f00;
    }

    .bloqueado {
        color: #ff0;
    }

    .iniciado {
        color: #2948E6;
    }

    .pago {
        color: #54a021;
    }

    .vencido {
        color: #c42f1a;
    }

    .analise {
        color: #54849a;
    }

    .dataTables_wrapper .dataTables_filter input {
        padding: 2px 5px 2px 25px;
        border: 2px solid #333 !important;
        font-weight: normal;
        height: 26px;
    }

    .dataTables_filter i {
        position: absolute;
        left: 7px;
        top: 1px;
    }

    .dataTables_filter {
        text-align: right;
    }

    table.dataTable tr.child ul {
        width: 100%;
        background: #fff;
        cursor: default;
    }

    table.dataTable tr.child ul li {
        border-bottom: 1px solid #efefef;
        padding: 6px 0;
        white-space: nowrap;
        margin: 0;
        line-height: 14px;
        font-size: 14px;
    }

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
        top: 50%;
        margin-top: -8px;
        left: 6px !important;
        /* width: 16px; */

        /* 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; */
        font-weight: bold;
        font-size: 21px;
    }

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
        margin-top: -8px;
        top: 50% !important;
        left: 6px !important;
        display: block;
        position: absolute;
        color: #333;
        border: 0px;
        border-radius: 0;
        text-align: left;
        line-height: 14px;
        box-shadow: none;
        box-sizing: content-box;
        content: '+';
        background-color: transparent;
        font-weight: bold;
        font-size: 21px;
    }

    table.dataTable.dtr-inline.collapsed tbody td:first-child,
    table.dataTable.dtr-inline.collapsed tbody th:first-child {
        padding-left: 22px !important;
    }

    table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
        background-color: transparent;
    }

    .dataTables_wrapper .dataTables_length .reload {
        float: left;
        height: 28px;
        border-radius: 0 !important;
        border: 2px solid #999 !important;
        margin-right: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .dataTables_wrapper .dataTables_length .reload:hover {
        border: 2px solid #999 !important;
        background: #999 !important;
    }

    .dataTables_wrapper .dataTables_length .reload:hover:before {
        color: #fff;
    }

    .dataTables_wrapper .dataTables_length .reload:before {
        color: #999;
        padding: 5px;
        line-height: 24px;
    }