/* ===========
   Common
 =============*/

html, body {
    height: 100%;
    color: #45484D;
    font-size: 14px;
    background: url("Images/background.png");
}

#wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

body:not(.menu-on-top).desktop-detected {
    min-height: 100% !important;
}

/*Header*/
#logo-group {
    height: 48px !important;
}

    #logo-group > #logo {
        margin-top: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }

#logo img {
    max-width: 174px !important;
    width: auto !important;
    max-height: 40px;
    cursor: pointer;
}

.header-dropdown-list .dropdown-menu {
    margin-top: 10px;
    width: 200px;
}

    .header-dropdown-list .dropdown-menu li a {
        white-space: normal;
    }

#ribbon {
    border-top: none !important;
}

.hide-menu #left-panel {
    left: -220px;
}

.hide-menu #main {
    margin-left: 0;
}

@media (max-width: 979px) {
    #main {
        width: auto !important;
    }
}

.minified nav > ul > li > ul {
    z-index: 1000 !important;
}

nav > ul li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    nav ul span.menu-item-parent {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 3px;
    }

nav > ul ul li:before {
    top: 50%;
}

.minified .login-info .dropdown-menu a * {
    display: inline;
}

/*footer*/
.page-footer a, .page-footer a:link, .page-footer-info {
    color: #c0bbb7;
}

    .page-footer-info a:hover {
        color: #fff;
    }

/* ===========
   Validation
 =============*/


.validation-summary-errors {
    display: inline-block;
    vertical-align: top;
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 10px;
    }

.smart-form input.input-validation-error,
.smart-form select.input-validation-error,
.smart-form textarea.input-validation-error {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
}


.field-validation-error {
    color: #A90329 !important;
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

.alert {
    margin-bottom: 0;
}

.alert-success, .alert-danger {
    margin-bottom: 20px;
}

.alert ul {
    display: inline-block;
    padding-left: 2px;
    vertical-align: middle;
    margin-bottom: 0;
}

    .alert ul li {
        list-style: none;
    }

/* ===========
   Dialogs
 =============*/

.ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 10px;
}


    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
        font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
        font-weight: 300;
    }

.dialogContentPlaceholder {
    display: none;
}

/* ===========
   Common
 =============*/

.tab-content {
    background: #FFF;
}

/* ===========
   slick grid (rebuilds datatable style)
 =============*/
.slick-cell {
    height: 35px !important;
    padding-left: 8px;
    vertical-align: middle;
    line-height: 35px !important;
    border: 1px solid #ddd;
    text-align: center;
}

.slick-row {
    height: 35px !important;
}

    .slick-row.even {
        background-color: #fff;
    }

    .slick-row.odd {
        background-color: #f9f9f9;
    }

.slick-header-column {
    background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    font-weight: bold;
    text-align: center;
}

.slick-header {
    border-left: 1px solid #ddd !important;
}

.slick-header-column .slick-sort-indicator {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    float: right;
}

.slick-header-sortable .slick-sort-indicator {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right !important;
}

    .slick-header-sortable .slick-sort-indicator.slick-sort-indicator-asc {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right !important;
    }

    .slick-header-sortable .slick-sort-indicator.slick-sort-indicator-desc {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right !important;
    }

/*slick grid editors*/
.slick-cell.editable > .editor-text {
    width: 100%;
    height: 100%;
    padding: 0px;
    border: 0;
    background: transparent;
}

/* ===========
   Tooltips
   TODO: rework tooltips to bootstrap instead of using custom ones
 =============*/
div.tooltip.icon {
    opacity: 1;
    z-index: auto;
}

    div.tooltip.icon > span, span.tooltip.icon > span, div.tooltip.nospan, span.tooltip.nospan {
        display: block;
        position: absolute;
        top: -50%;
        left: 50%;
        background: #000;
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -100%);
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        z-index: 2000;
        white-space: normal;
        padding: 5px 10px;
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        width: auto;
        text-align: center;
    }

        div.tooltip.icon > span:after, span.tooltip.icon > span:after {
            border-width: 5px 5px 0;
            border-color: transparent;
            border-top-color: black;
            border-style: solid;
            content: ' ';
            background: transparent;
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            top: 100%;
        }

        div.tooltip.icon:hover > span, span.tooltip.icon:hover > span, div.tooltip.nospan.open, span.tooltip.nospan.open {
            opacity: 1;
            visibility: visible;
        }

div.tooltipleft > span, span.tooltipleft > span {
    left: -165px;
    width: 160px;
    top: -25px;
}


/* ===========
   Threshold slider
 =============*/

.ui-threshold-slider {
    padding: 35px 0 0 0;
}

    .ui-threshold-slider .ui-slider-tooltip {
        position: absolute;
        background: #8c8c8f;
        color: #FFF;
        text-align: center;
        padding: 5px 10px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: -30px;
        left: 50%;
        font-size: 12px;
        outline: none;
        box-sizing: content-box;
        white-space: nowrap;
    }

        .ui-threshold-slider .ui-slider-tooltip:after {
            content: ' ';
            display: block;
            width: 0;
            height: 0;
            left: 50%;
            position: absolute;
            bottom: -6px;
            border-style: solid;
            border-width: 7px 7.5px 0 7.5px;
            border-color: #8c8c8f transparent transparent transparent;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            outline: none;
        }


    .ui-threshold-slider .ui-slider {
        background: #FF5052;
        -ms-border-radius: 0;
        border-radius: 0;
        border: 0;
    }

        .ui-threshold-slider .ui-slider .ui-slider-handle {
            transform: translate(-50%, -50%);
            margin-left: 0;
            width: 10px;
            height: 23px;
            font-size: 0;
            outline: none;
            top: 50%;
            border: none;
            background: #8c8c8f !important;
            -ms-border-radius: 0;
            border-radius: 0;
            cursor: ew-resize;
            overflow: visible;
        }


    .ui-threshold-slider .ui-slider-range {
        background: #ffcb46;
        border-radius: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .ui-threshold-slider .ui-slider-range-right {
        float: right;
        height: 100%;
        background: #99cc68;
        border-radius: 0;
    }

    .ui-threshold-slider .ui-slider-labels {
        position: relative;
        margin-top: 10px;
        height: 1.5em;
    }

        .ui-threshold-slider .ui-slider-labels > div {
            display: inline-block;
            position: absolute;
            font-weight: bold;
            overflow: hidden;
            -moz-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .ui-threshold-slider .ui-slider-labels > div.ui-slider-label-center {
                text-align: center;
                color: #ffcb46;
            }

            .ui-threshold-slider .ui-slider-labels > div.ui-slider-label-left {
                text-align: left;
                color: #FF5052;
            }

            .ui-threshold-slider .ui-slider-labels > div.ui-slider-label-right {
                text-align: right;
                right: 0;
                color: #99cc68;
            }

    .ui-threshold-slider .ui-slider-handle.ui-state-active {
        border: 0 !important;
    }

    .ui-threshold-slider.ui-state-disabled,
    .ui-threshold-slider.ui-state-disabled .ui-slider.ui-state-disabled {
        opacity: 1;
        filter: Alpha(Opacity=100);
    }


        .ui-threshold-slider.ui-state-disabled .ui-slider .ui-slider-handle {
            cursor: default;
        }

.ui-dialog .ui-dialog-titlebar-close {
    font-size: 0px;
}

.ui-button:focus, .ui-button:hover {
    color: transparent;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin-top: 5px;
}

.sbc-combobox.ui-state-disabled .sbc-combobox-toggle {
    display: none;
}

#SBCabout, .ui-dialog-content.ui-widget-content {
    height: auto !important;
}

.smart-form .checkbox input + i:after {
    left: 0px !important;
}


/*check connectivity*/
a[href].checkConnectivity {
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif !important;
}

.checkConnectivity:before {
    font-family: 'icomoon' !important;
}

.checkConnectivity {
    padding-left: 7px;
    font-size: 14px !important;
}

    .checkConnectivity.success:before {
        color: #99cc67;
        margin-right: 0;
    }

    .checkConnectivity.failed:before {
        color: #e15052;
    }

    .checkConnectivity.notused {
        display: none;
    }

    .checkConnectivity.warn:before {
        color: #ffd800;
    }

    .checkConnectivity.loading {
        font-size: 12px !important;
    }

        .checkConnectivity.loading:after {
            margin-left: 21px;
            content: "\f013";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 1.5em;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
        }


/*smart form*/

.smart-form .tooltip.icon {
    position: relative;
    z-index: 1;
    left: 0;
    padding: 2px 8px 3px;
    background: rgba(0,0,0,0);
    cursor: inherit;
}

.smart-form input[readonly], .smart-form input[disabled], .smart-form .input.state-disabled, .smart-form .input.state-disabled input,
.smart-form input[readonly]:hover, .smart-form input[disabled]:hover {
    background-color: #eee !important;
    cursor: not-allowed;
}

.smart-form label.disabled {
    color: #BDBDBD;
}

.icon-calendar:before {
    content: "\ea62";
    color: #57889c;
    font-weight: 300;
}

#ui-datepicker-div {
    border: solid 1px #45484d;
    z-index: 14 !important;
}

.ui-datepicker-trigger {
    background: none !important;
    border: none !important;
    cursor: pointer;
}

.ui-datepicker-title {
    display: flex;
    flex-direction: column-reverse;
}

    .ui-datepicker-title > .ui-datepicker-year, .ui-datepicker-month {
        margin-left: 25% !important;
    }

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    margin-left: -14px;
    max-width: 70px;
    min-width: 4em;
    text-overflow: ellipsis;
}

.ui-datepicker-header .ui-icon {
    width: auto;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
    right: 0;
    left: auto;
}

.login-info .dropdown-toggle .fa-angle-down {
    margin-top: 5px;
}

.login-info .dropdown-menu {
    background: #403F3D;
    margin-top: -4px;
    min-width: 198px;
    margin-left: 10px;
}

.login-info .mySubscriptions {
    padding-bottom: 3px !important;
}

.login-info .dropdown-menu > li > a {
    color: #c0bbb7;
    padding: 5px 20px;
}

    .login-info .dropdown-menu > li > a > i {
        padding-right: 5px;
    }

.login-info .dropdown-menu > li a:hover {
    border: 1px solid #adadad;
    border-color: #333;
    text-decoration: none;
    color: #333;
    background-color: #fff;
}

.popupMenu span {
    margin-top: -5px;
}

.ui-autocomplete {
    z-index: 2000 !important;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
}

/*general loading indicator(gear)*/
.loading:not(.checkConnectivity) {
    padding: 15px 0 25px 10px;
    font-size: 18px;
}

    .loading:not(.checkConnectivity):before {
        content: "\f013";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.3em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

/*Hiding Status bar (DE19543) */
@media (max-width: 375px) {
    #system-status-bar.fixed-nav-bar {
        display: none;
    }
}

.leaflet-top, .leaflet-left {
    z-index: 800 !important;
}

/* File Inputs */
@-moz-document url-prefix() {
    input.form-control[type=file] {
        height: auto !important;
        padding: 3px 12px 4px 8px !important;
    }
}

.ui-menu .ui-menu-item > * {
    padding: 3px;
}

#show-shortcut img {
    border-left: none;
    max-height: 25px;
}

.overflowText {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
}

.satelliteSystem, .satelliteSystemList {
    font-size: 0;
}

    .satelliteSystem, .satelliteSystemList > * {
        font-size: 14px;
    }

span.satSystem:first-child:before {
    content: '';
}

span.satSystem:before {
    content: '+';
}

/* Loading indicator */

.indicatorShadow,
.indicatorGlobal,
.indicatorGlobal .indicator,
.indicatorOverlay .indicator,
.indicatorMinimal .indicator,
.indicatorModal .indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 840;
}

.indicatorGlobal {
    z-index: 1040;
}

.indicatorGlobal {
    position: fixed;
}

    .indicatorGlobal .indicator,
    .indicatorOverlay .indicator,
    .indicatorMinimal .indicator,
    .indicatorModal .indicator {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 850;
    }

    .indicatorMinimal .indicator {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .indicatorGlobal .indicator {
        z-index: 1050;
    }

.indicatorOverlay .indicator {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.indicatorGlobal .indicatorContent,
.indicatorOverlay .indicatorContent,
.indicatorModal .indicatorContent {
    position: relative;
    background-color: #fff;
    outline: 0;
    text-align: center;
    padding: 10px;
}

.indicatorGlobal .indicatorContent, .indicatorOverlay .indicatorContent {
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
}

.indicatorModal .indicatorContent {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.indicatorGlobal .indicatorIcon,
.indicatorOverlay .indicatorIcon,
.indicatorModal .indicatorIcon {
    margin: 0 auto;
}

.indicatorShadow {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.indicatorModal .indicatorShadow {
    background: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.withIndicator.indicatorLoading .modal-footer,
.modal.withIndicator.indicatorLoading .indicatorModalBody {
    display: none;
}

.modal.withIndicator .modal-content {
    display: flex;
    flex-direction: column;
}

.modal.withIndicator .modal-body {
    flex-grow: 1;
}

.modal.withIndicator .modal-dialog, .modal.withIndicator .modal-content {
    transition: all 300ms;
}

.modal.withIndicator .modal-body {
    overflow: auto;
}

.modal.withIndicator.indicatorLoading .modal-content {
    max-height: 300px;
    min-height: 150px;
}

.withIndicator.indicatorLoading .indicatorMinimalBody {
    opacity: 0;
}

.modal.withIndicator .modal-content {
    height: auto;
    max-height: 100%;
}

.fullPageModal .modal-dialog {
    width: 95%;
    height: 90%;
}

.fullPageModal .modal-body {
    overflow: auto;
}

.multi-row-navbar .indicatorInline .indicatorIcon i {
    font-size: 1.3em;
    line-height: .75em;
    vertical-align: -15%;
}

/* Indicator sizing rules */
.indicatorGlobal .indicatorContent,
.indicatorOverlay .indicatorContent,
.indicatorModal .indicatorContent,
.modal.withIndicator.indicatorLoading .modal-dialog {
    width: 90%;
}

.modal.withIndicator.indicatorLoading .modal-dialog {
    margin: 10px auto;
}

@media (min-width: 768px) {
    .indicatorGlobal .indicatorContent,
    .indicatorOverlay .indicatorContent,
    .indicatorModal .indicatorContent,
    .modal.withIndicator.indicatorLoading .modal-dialog {
        width: 50%;
        flex-grow: 1;
    }

    .modal.withIndicator.indicatorLoading .modal-dialog {
        margin: 30px auto;
    }
}

body.fillPage #main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body.fillPage #ribbon {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

body.fillPage #content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body.fitContent #content {
    padding: 0;
}

p.xposErrorList { text-align: left; }

#mobileSiteDetails .pictureThumbnail, td.mobilePageImage img {
    background: #ededed;
}

td.mobilePageImage img {
    max-width: 64px;
}

/*autocomplete*/
.tt-dropdown-menu {
    width: 100%;
}

.tt-suggestion {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.tt-suggestion:hover {
    color: #ffffff;
    background-color: #0081c2;
}
    .tt-suggestion:hover a {
        color: #ffffff;
    }

div.dataTables_filter .form-control {
    height :32px;
}

.note {
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif !important;
}

table.dataTable {
    font-size: 12px;
    margin-bottom: 0 !important;
    border-bottom: none;
}

table.dataTable thead>tr>th input, table.dataTable tfoot>tr>th input {
    width: 19px !important;
}

.dt-toolbar-footer {
    border: 1px solid #ccc;
}

.dt-toolbar {
    padding: 6px 7px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.dataTable thead th td {
    border-bottom: none;
}

.dt-toolbar .dataTables_filter input,
.dt-toolbar .dataTables_filter select {
    height: 32px;
    width: 196px;
}

.dt-toolbar .dataTables_filter select {
    text-align: left;
    text-align-last: left;
}

.dt-toolbar .filter > * {
    float: none !important;
}

.dataTables_filter label,
.dt-toolbar .filter,
.dt-toolbar .searchByType {
    display: flex;
    float: none;
    align-items: center;
}

.dataTables_filter label {
    margin-bottom: 0;
}

.dt-toolbar .filter > *,
.dt-toolbar .searchByType > * {
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.dt-toolbar .searchByType label {
    white-space: nowrap;
}

.tableActions > * {
    margin-left: 5px;
}

.dt-select {
    text-align: center;
    color: #404040;
}


th.actionColumn,
th.dt-select {
    width: 1px;
}

.dt-select .checkbox,
.dt-select .radio {
    padding-left: 0;
}

.dt-select .checkbox i,
.dt-select .radio i {
    position: initial;
    margin-right: 0;
}

tr.selected .dt-select i {
    border-color: #3276B1;
}

tr.selected .dt-select .checkbox i:after {
    content: '\f00c';
    position: absolute;
    top: 1px;
    opacity: 1;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center;
}

tr.selected .dt-select .radio i {
    color: #3276B1;
}

    tr.selected .dt-select .radio i:after {
        content: "\ee76";
        position: absolute;
        left: -1px;
        font: 400 22px/19px icomoon;
    }

.dataTable th {
    vertical-align: middle !important;
    border-bottom: 0 !important;
}

.dt-toolbar-footer {
    display: flex;
}

    .dt-toolbar-footer > * {
        flex-grow: 1;
    }

    .dt-toolbar-footer .dataTables_info .startNo,
    .dt-toolbar-footer .dataTables_info .endNo {
        color: #404040 !important;
    }


    .dt-toolbar-footer .dataTables_info .total {
        color: #3276b1 !important;
    }

.dataTables_info, .select-info {
    display: inline-block;
    padding-top: 9px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #969696;
    margin-right: 5px;
}

.select-item {
    display: inline-block;
}

.dt-toolbar-footer .clearSelection {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #3276b1 !important;
    background: #FFF !important;
    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);
    padding: 5px 10px !important;
    border: 1px solid #ddd;
    font-weight: normal;
    font-style: normal;
    margin-left: 5px;
    font-size: 12px;
    margin-top: -5px;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_processing {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1000;
    padding: 20px;
    color: #000;
    text-align: left;
}

    .dataTables_processing:before {
        content: ' ';
        position: absolute;
        top: 10px;
        left: 10px;
        width: 300px;
        background: #FFF;
        height: 42px;
        z-index: -1;
        color: #333;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        padding: 10px 5px 10px 35px;
    }

.actionColumn.disabled a {
    pointer-events: none;
    cursor: default;
}

.dataTables_length label {
    color: #969696 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    font-style: italic;
    margin: 4px 0 4px 5px;
}

.dataTables_length select {
    height: 24px;
    font-size: 13px;
    padding: 2px;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #d3d3d3;
}

.tabs-container .tab-pane .dataTables_wrapper {
    padding: 25px 14px 5px;
}

/* Indicates the successful of bulk action*/
.bulkActionConfirmation {
    color: #99cc68;
    font-weight: bold;
}

#bulkActionPreview {
    display: none;
}

/* To get the vertical scrollbar for the bulk action preview section */
#bulkActionPreview {
    max-height: 70vh;
    overflow-y: auto;
}

.bulkActionPreviewStatus .show, .bulkActionStatus .show {
    display: inline
}

.bulkActionPreviewStatus .hide, .bulkActionStatus .hide {
    display: none
}
