﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "\f071";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}

#ribbon .breadcrumb-toolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding: 7px 0;
    /*padding: 11px 34px 11px 0 !important;*/
    vertical-align: top;
}

    #ribbon .breadcrumb-toolbar a {
        color: #fff !important;
    }

    #ribbon .breadcrumb-toolbar .button-icon {
        min-width: 32px;
        float: left;
        position: relative;
        font-family: Arial,Helvetica,sans-serif;
        border-right: 1px solid rgba(0,0,0,.09);
    }

        #ribbon .breadcrumb-toolbar .button-icon:last-child {
            border-right: 0 none;
        }

.nrheader {
    /*background: none repeat scroll 0 0 #b5ac81 !important;*/
    background: none repeat scroll 0 0 #ac8400 !important;
    border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    color: #fafafa !important;
    border-color: #ac8400;
}

.smart-form .checkbox {
    color: #fafafa !important;
}
/* _Layout */
#header #logo-group #logo img,
/* _LoginLayout */
#header #logo-group #logo img {
    margin-top: 0px;
    height: auto;
    width: auto;
    padding-top: 0px;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    #logo img {
        /*width: 200px !important;*/
    }
}

.dt-toolbar, .dt-toolbar-footer {
    background-color: #fff !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #B5AC81;
    border-color: #B5AC81;
}


.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #B5AC81 !important;
}

.dataTable > tbody > tr.active a {
    color: #FFF !important;
}

.txt-color-gbrown {
    color: #b5ac81 !important;
}

.inlinecheckbox {
    margin-top: 28px;
}

.inbox-download-list li {
    word-wrap: break-word;
}

.input-sm {
    border-radius: 6px !important;
    background-color: rgba(0,0,0,.025);
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    background-color: rgba(0,0,0,.025);
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

/*media screen*/
.btn-success-round {
    border-radius: 6px !important;
}


.form-group {
    margin-bottom: 5px !important;
}

.form-group-pl {
    margin-bottom: 0px !important;
}

.control-label-pl {
    margin-bottom: 0px !important;
}

.page-footer {
    height: 40px;
    padding-top: 10px;
    /*border-left: 10px solid rgb(238, 238, 238);*/
    z-index: 905 !important;
    padding-left: 10px;
    border-top: none;
    background: black;
}

#left-panel {
    top: 38px;
    /*margin-top: 49px;*/
    /*margin-left: 5px;*/
    /*border-top-left-radius: 8px;*/
    padding-top: 11px;
}

#ribbon {
    min-height: 40px;
    background: #75787B;
    padding: 0 13px;
    position: relative;
    
    /*border-top-left-radius: 8px;*/
}

#header {
    display: block;
    height: 49px;
    margin: 0px;
    padding: 0px 13px 0px 0px;
    background-color: rgb(0, 0, 0) !important;
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
    background-image: none;
}

body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    background: rgb(255, 255, 255);
    direction: ltr;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif !important;
}

#content {
    /*padding: 30px 10px 10px 10px !important;To remove horizantal scroll bar on home page*/
    position: relative;
    padding-left: 14px;
}

.input-group-addon {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.dataTables_filter .form-control {
    -webkit-border-top-right-radius: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -moz-border-radius-topright: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dataTables_length .form-control {
    border-radius: 6px !important;
    /* height:31px !important;*/
}

.table>tbody>tr>td {
    padding: 0.2em 0.3em;
}

form div.dataTables_scrollBody {
    max-height: 37em;
}

.dt-toolbar {
    padding: 0 !important;
}

@media (max-width: 979px) {
    .ipadhelp {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 979px) {
    .btn-header a {
        margin-top: 10px !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 24px !important;
        border-radius: 2px !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-weight: 700 !important;
    }

    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 10px !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 24px !important;
        border-radius: 2px !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-weight: 700 !important;
    }
}

.input-error {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
}

.input-success {
}

.treeactive {
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    width: 100% !important;
    background-color: #b5ac81 !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #logo-group {
        width: 140px !important;
    }
}

.toolbarbutton-disable {
    color: #696969 !important;
    cursor: default;
}

.btn {
    border-radius: 6px;
    /* -webkit-border-radius: 2px; */
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

nav > ul > li > ul > li > a, nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px !important;
    padding-bottom: 4px !important;
}

.bootstrap-tagsinput {
    border: none 0 !important;
}

.fc-today {
    background-color: #99D9EA !important;
}

.fc-border-separate tbody td {
    cursor: pointer !important;
}

    .fc-border-separate tbody td:hover {
        background-color: #DDD9C5;
    }

.ui-dialog .ui-dialog-titlebar {
    padding: 10px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -10px !important;
    margin-right: 4px !important;
}

.input-control[disabled], .input-control[readonly], .form-control[disabled], .form-control[readonly] {
    cursor: not-allowed !important;
    background-color: #eee !important;
    opacity: 1 !important;
}

/*to make tree control compact START*/
.tree li.parent_li > span {
    padding: 1px 7px !important;
}

.tree ul ul {
    padding-top: 1px !important;
}

.tree li {
    padding: 1px 5px !important;
}
/*to make tree control compact END*/


/*these css are using for set scroll on popup Start*/
.modal-body-scroll-lg {
    max-height: 600px;
    overflow-y: auto;
}

.modal-body-scroll-y {
    max-height: 420px;
    overflow-y: auto;
}

.modal-body-grid-scroll-y {
    max-height: 270px;
    overflow-y: auto;
}

.model-body-scroll-x {
    overflow-x: auto;
}
/*these css are using for set scroll on popup END*/
.fc-event-vert.fc-event-end, .fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    cursor: pointer;
}

.fc-event {
    background-color: transparent !important;
    border-left: none !important;
}

.fc-event-time, .fc-event-title {
    font-weight: bold;
    font-size: 20pt !important;
}

.fc-event-inner {
    text-align: center !important;
}

.textoFull ul {
    padding-left: 15px !important;
}

/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.ti_tx,
.mi_tx,
.mer_tx {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

.time,
.mins,
.meridian {
    width: 45px;
    float: left;
    margin: 0;
    font-size: 15px;
    color: #2d2e2e;
    font-family: arial;
}

.timePickerPrev,
.timePickerNext {
    cursor: pointer;
    padding: 15px;
    width: 28%;
    /*border: 1px solid #ccc;*/
    margin: auto;
    background: url(../img/arrow.png) no-repeat;
    border-radius: 5px;
}

    .timePickerPrev:hover,
    .timePickerNext:hover {
        background-color: #ccc;
    }

.timePickerNext {
    background-position: 50% 125%;
}

.timePickerPrev {
    background-position: 50% -30%;
}

.time_pick {
    position: relative;
}

.timepicker_wrap {
    padding: 5px;
    border-radius: 5px;
    z-index: 998;
    display: none;
    box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
    background: #f6f6f6;
    border: 1px solid #ccc;
    float: left;
    position: absolute;
    top: 27px;
    left: 0;
}

.arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../img/top_arr.png) no-repeat;
    width: 18px;
    height: 10px;
    z-index: 999;
}

input.timepicki-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    float: none;
    margin: 0;
    text-align: center;
    width: 58%;
    min-width:45px !important;
}

a.reset_time {
    float: left;
    margin-top: 5px;
    color: #000;
}

/*To resolve right aligned text cuttoff issue in IE-10 but it will remove cross button inside input box*/
/*::-ms-clear {display:none;}*/
html[data-useragent*='MSIE 10.0'] ::-ms-clear {
    display: none;
}


.brcrumb {
    color: #ccc;
}

    .brcrumb:hover {
        color: #fff;
    }

.brcrumb-main {
    padding: 0px 15px;
    margin-bottom: 18px;
    list-style: none;
    background: none;
    border-radius: 2px;
    position: fixed;
    top: 62px;
    z-index: 999999;
    float: left;
    width: 100%;
    display: inline-block;
}

.input-sm {
    margin-bottom: 4px;
}

.aside1 {
    height:100%;
    background:#555555; /*Default*/
    background: linear-gradient(to right,#555555 93%,#2a2725 100%);
}

nav ul li a {
    color: #fff !important;
    
}

nav ul ul {
    background:#2a2725; /*Default*/
    background: linear-gradient(to right,rgba(129,126,126,.5) 96%,#2a2725 100%) !important;
}

.jarviswidget .widget-body {
    min-height: 50px;
    position: relative;
    padding-bottom: 0;
}

.login-info a {
    margin-top: 5px !important;
}

.neverShowCol {
    display: none !important;
}

.checkboxHeightAdjust {
    height: 30px;
}

.tooltip {
    z-index: 10000 !important;
}

.tooltip-inner {
    /*background-color: #006D50 !important;*/
    background-color: white !important;
    border-radius: 5px;
    text-align: left;
    max-width: 300px !important;
    font-size: 12px !important;
    color: black !important;
    border: 1px solid black;
    font-weight: normal !important;
}

.tooltip-arrow {
    /*border-top-color: #006D50 !important;*/
    border-top-color: black !important;
}

.calday {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    /*width:20px;*/
    color: black; /*#01A9DB;*/
}

.dropdown-menu-dashboard {
    left: 30px !important;
    /* min-width: 130px !important;*/
    /*padding: 0 0 5px 0 !important;*/
    border-radius: 4px;
    background-color: #F0f0f0;
}

    .dropdown-menu-dashboard > li > a:focus, .dropdown-menu-dashboard > li > a:hover {
        /*width: 110px !important;*/
        padding: 3px 0 3px 20px !important;
        background-color: #b5ac81 !important;
        color: rgb(51, 51, 51) !important;
    }

.bg-color-black {
    background-color: #555555 !important;
}

.bg-color-red {
    background-color: red !important;
}

.login-user-info {
    display: block;
    font-size: 12px;
    height: 41px;
    color: #fff !important;
    border: solid transparent;
    border-width: 1px 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    width: 100%;
    /*margin: 0 !important;*/
    background-color: #53565a !important;
    border-bottom: 2px solid #76bc43;
    box-shadow: 1px 0px 3px #333333;
}

    .login-user-info a span {
        text-transform: capitalize;
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        color: #fff !important;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }


    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ccc;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.remove-cus-pointer {
    pointer-events: none;
}

.column-hide {
    display: none;
}

nav ul ul li > a {
    font-size: 13px !important;
}

/*For Insured tree div in NewPaymentBatchProc view*/
.modal-body-grid-scroll-ypay {
    max-height: 150px;
    overflow-y: auto;
}

#legend {
    /*width: 100%;*/
    margin: 1.5em 0;
}

    #legend .title {
        display: inline-block;
        margin-bottom: 0.5em;
        line-height: 1.2em;
        padding: 0 1em;
    }

    #legend .color-sample {
        display: block;
        float: left;
        width: 20px;
  height: 20px;
        border: 2px solid;
        border-radius: 0.3em;
        margin-right: 0.5em;
    }
/*.form-control {
height:30px !important;}*/

.section-caption-first {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.section-caption {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
}

.section-caption-line {
    width: 100%;
    height: 3px;
    background-color: gray;
    margin-bottom: 5px;
}

/* NRC-2398 Dropdown menu setting for mobile */
/* NRC- 3083 modified for HealthTech EDI Processing name */
.dropdown-menu > li > a {
    display: block !important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    color: #333;
    white-space: nowrap;
    margin-top: 0 !important;
    height: 24px !important;
    /*width: 158px !important;*/
    width: 100% !important;
}

@media (max-width: 767px){

    /*.taskpad{margin-top:10px;}*/
}
@media only screen  
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

    .DTTT {
        display: none !important;
    }
    
}
  .bg-color-brown{
            background-color: #B5AC81;
    }

  /*For staking font awsome icon below right corner*/
  .awesomeEntity, .awesomeAction {
        color: white; 
    }
    .awesomeEntity {
        /*text-shadow: 2px 3px 5px black;*/
    }
    .awesomeAction {        
        font-size: 90%;
        margin: 10% 0px 0px 21%;
        /*text-shadow: -1px 0 black, 0 2px 3px black, 2px 0 3px black, 0 -1px black;*/
    }

    /* awesomeBlue */
    span.awesomeBlue i {
        /*color: #2E5888;*/
    }
    span.awesomeBlue i.awesomeAction {
        text-shadow: -1px 0 white, 0 2px 3px black, 2px 0 3px black, 0 -1px white;
    }

#left-panel {
    z-index: 100!important;
}
#divSmallBoxes {
    position: fixed;
    right: -5px;
    top: 70px;
    z-index: 9999;
    width: 420px;
}

.icon-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

.glyphicon.edit, .edit:not(.jarviswidget-toggle-btn) .glyphicon {
    color: #78BE20;
    font-size: 17px;
    padding: 0 5px;
}

.btn-header > :first-child > a, .btn-header > :first-child > a:active, .btn-header > :first-child > a:hover {
    background-color: transparent;
    color: white;
    background-image: none;
    border: none;
    cursor: pointer !important;
}


.icon-white { color: white; }


.btn-outline-with-shadows .btn:not(.btn-default) {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    background: transparent;
    border-width: thin;
    font-weight: 600;
}

.btn-outline-with-shadows .btn-success {
    color: #ac8400;
    border-color: #ac8400;
}

.btn-outline-with-shadows .btn-success:hover {
    background: #ac8400;
    color: #fff;
}


.btn-outline-with-shadows .btn-default-outline {
    color: #53565a;
    border-color: #53565a;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}


.btn-outline-with-shadows .btn-default-outline:hover {
    background: #53565a;
    color: #fff;
}

.btn-outline-with-shadows .btn-primary {
    color: #00677f;
    border-color: #00677f;
}


.btn-outline-with-shadows .btn-primary:hover {
    background: #00677f;
    color: #fff;
}


.btn-outline-with-shadows .btn-danger {
    color: #dc4405;
    border-color: #dc4405;
}


.btn-outline-with-shadows .btn-danger:hover {
    background: #dc4405;
    color: #fff;
}


.left-panel-background {
    background-image: url("../img/ventiv/66.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.left-panel-overlay {
/*    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.80) 30%, rgba(0,0,0,0.65) 100%);
    height: 100%;
*/}


.ventiv-policy-logo-rev {
    background: url("../img/ventiv/Ventiv-Policy-portal-rev.svg");
    background-size: 100%;
    width: 225px;
    height: 44px;
    background-repeat: no-repeat;
    margin: 9px;
}


#logo {
    margin: 0px;
}

#extr-page #main, .jarviswidget > div {
    background-color: #fafafa!important;
}

#extr-page #header {
    background-color: #000000!important;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #fff;
}


#ribbon, .nr-ribbon {
    min-height: 40px;
    background: rgb(51, 51, 51);
    padding: 0 13px;
    position: relative;
    background: #53565a;
    border-bottom: 2px solid #76bc43;
    box-shadow: 1px 0px 3px #333333;
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: transparent
}

.dd-item > button:before, .dataTable tbody .details-control:before {
    color: #DC4405;
}

.dd-item > button[data-action=collapse]:before,  .dataTable tbody .shown .details-control:before {
    color: #b5ac81 !important;
}

.dataTables_scrollBody {
    overflow-x: scroll !important;
}