﻿/*
.collapse-area {
    transition: max-height 0.8s ease-out;
}*/

.collapse-area.closed {
    display: none;
}

.input-value-changed {
    font-weight: bold;
    color: darkgreen;
}

.daterangepicker td.in-range {
    background-color: #f5f2ff;
}


.daterangepicker .ranges li.active {
    background-color: #7888d6;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #7888d6;
}

input.date-range-picker[readonly] {
    background-color: #fff;
    cursor: pointer;
}

.text-grey {
    color: #E5E5E5 !important;
}

.text-yellow-gold {
    color: #E87E04 !important;
}


.text-yellow-casablanca {
    color: #F2784B !important;
}

.text-red-mint {
    color: #E43A45 !important;
}


.text-red-haze {
    color: #F36A5A !important;
}

.text-yellow {
    color: #C49F47 !important;
}

.text-yellow-crusta {
    color: #F3C200 !important;
}

.text-green-sharp {
    color: #2AB4C0 !important;
}

.text-blue-steel {
    color: #4B77BE !important;
}

.text-blue-soft {
    color: #4C87B9 !important;
}

.text-purple-studio {
    color: #8E44AD !important;
}

.text-green-seagreen {
    color: #1BA39C !important;
}

.text-red-pink {
    color: #E08283 !important;
}


.bg-grey {
    color: #E5E5E5;
}

.bg-yellow-gold {
    color: #E87E04;
}


.bg-yellow-casablanca {
    background-color: #F2784B;
}

.bg-red-mint {
    background-color: #E43A45;
}

.bg-red-haze {
    background-color: #F36A5A;
}

.bg-yellow {
    background-color: #C49F47;
}

.bg-yellow-crusta {
    background-color: #F3C200;
}

.bg-green-sharp {
    background-color: #2AB4C0;
}

.bg-blue-steel {
    background-color: #4B77BE;
}

.bg-purple-studio {
    background-color: #8E44AD;
}

.bg-green-seagreen {
    background-color: #1BA39C;
}

.bg-green-dark {
    background-color: #4DB3A2;
}

.bg-red-pink {
    background-color: #E08283;
}

.not-visible {
    visibility: hidden !important;
}

.home-notification {
    height: 65px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 5px;
}

    .home-notification .home-notification-text {
        margin-left: 15px;
        display: block;
    }

        .home-notification .home-notification-text .home-notification-title {
            font-size: 13px;
            margin-bottom: 3px;
            font-weight: bold;
        }

        .home-notification .home-notification-text .home-notification-sub {
            font-size: 12px;
            line-height: 1.7;
        }


    .home-notification .notification-avatar {
        height: 35px;
        flex: 0 0 35px;
        display: block;
        color: white;
        border-radius: 25%;
        text-align: center;
        padding-top: 9px;
    }

        .home-notification .notification-avatar .home-notification-icon {
            font-size: 16px;
        }

.notification-bg-danger {
    background-color: rgba(255,91,92,.2);
}

.notification-bg-info {
    background-color: rgba(90,141,238,.2);
}

.notification-bg-warning {
    background-color: rgba(253,172,65,.2);
}

.notification-bg-success {
    background-color: rgba(57,218,138,.2);
}

.input-with-action-icon {
    position: relative;
}

    .input-with-action-icon a {
        position: absolute;
        right: 10px;
        top: 9px;
    }

        .input-with-action-icon a i {
            font-size: 14px;
        }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #555;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 10px;
}

.item-margin-25:not(:last-child) {
    margin-bottom: 25px;
}

.small {
    font-size: 11px !important;
}

iframe {
    border: none;
}

/*.display-panel {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-width: 0;
}*/

.panel {
    /*box-shadow: none;
    -webkit-box-shadow: none;*/
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 5px;
    box-shadow: 1px 5px 12px 5px rgba(68,102,242,.05);
}

.dataTable div.details .mobile-menu {
    display: none;
}

.display-panel table.table {
    padding: 17px 10px 0 10px;
}

.display-panel .form-group:not(.long-text) {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-group.long-text,
p.text {
    line-height: 22px;
}

p.tight {
    padding: 6px 0 0 0;
}


.display-panel .form-group label {
    display: block;
    font-weight: bold;
    color: #676666;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e2e2e2;
}

.display-panel .form-group div.value-row {
    margin-bottom: 7px;
}

    .display-panel .form-group div.value-row:last-child {
        margin-bottom: 0;
    }

.display-panel .form-sub-header hr {
    margin-bottom: 20px;
}

.form-sub-header.no-hr {
    margin-bottom: 7px;
}

.form-sub-header.text-level.no-hr {
    margin-bottom: 5px;
}

.form-sub-header.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .form-sub-header.flex > .header-and-description {
        display: flex;
        flex-direction: column;
    }

    .form-sub-header.flex > .operations {
        float: none;
        display: flex;
        flex-direction: row;
    }


.form-sub-header h3,
.form-sub-header h4,
.form-sub-header h5,
.form-sub-header h6,
.form-sub-header div.text {
    margin-top: 10px;
    margin-bottom: 5px;
}

.form-sub-header h3 {
    color: #000;
    display: inline-block;
    font-size: 16px;
}

.form-sub-header.second-level h4 {
    color: #716fdce0;
    display: inline-block;
    font-size: 15px;
}

.form-sub-header.third-level h5 {
    color: #8877A9;
    display: inline-block;
    font-size: 15px;
}

.form-sub-header.fourth-level h6 {
    color: #5E738B;
    display: inline-block;
    font-size: 15px;
}

.form-sub-header.text-level div.text {
    color: #555;
    display: inline-block;
    font-size: 12px;
}

.form-sub-header .operations {
    float: right;
}

    .form-sub-header .operations a + a {
        padding-left: 0;
    }

    .form-sub-header .operations a.btn-link > i {
        font-size: 16px;
        color: #525E64;
    }


.form-sub-header hr,
.form-sub-header + hr {
    margin-top: 0;
    margin-bottom: 20px;
    border-color: #ddd;
}


.form-sub-header.third-level hr,
.form-sub-header.fourth-level hr,
.form-sub-header.text-level hr,
.form-sub-header.third-level + hr,
.form-sub-header.fourth-level + hr,
.form-sub-header.text-level + hr {
    border-style: dashed;
    margin-bottom: 15px;
}

.form-sub-header hr {
    margin-top: 0;
}


.row + .form-sub-header {
    padding-top: 15px;
}


.form-sub-header p.description {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    padding-top: 0;
    color: #5c5b5d;
    line-height: 1.6;
}

.survey-question {
    white-space: normal !important;
}

.normal-white-space {
    white-space: normal;
}

form:not(.form-horizontal) label.control-label {
    display: block;
}

    form:not(.form-horizontal) label.control-label + .checkbox {
        margin-top: 20px;
    }

form.bold-label label.control-label {
    font-weight: bold;
}


div.hide-document {
    position: relative;
    bottom: 33px;
    width: 100%;
    margin: 0;
    height: 30px;
    background: #FFFFFF;
    margin: 0 auto;
}

.ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.has-iframe {
    -webkit-overflow-scrolling: touch;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

div + div.download-input-file-area,
span + div.download-input-file-area {
    margin-top: 10px;
}


.header-dashed {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.fullscreen {
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000 !important;
    width: auto !important;
}

    .fullscreen iframe,
    .fullscreen object,
    .fullscreen .panel-body {
        height: 100% !important;
    }

.no-padding {
    padding: 0 !important;
}

/* Validation Summary */
.validation-summary-valid ul {
    margin-bottom: 0;
}

/* Education */
h6.question {
    margin-bottom: 15px;
}

/* Alert*/

.alert {
    padding: 20px 20px 20px 20px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 5px;
    box-shadow: 1px 5px 12px 5px rgba(68,102,242,.05);
    font-weight: bold;
}

    .alert i {
        font-size: 16px;
    }

.alert-info {
    color: #7888d6;
    background-color: rgba(93, 120, 255, 0.1);
}

.alert-success {
    color: #0abb87;
    background-color: rgba(10, 187, 135, 0.1);
}

.alert-danger {
    color: #FF5B5C;
    background-color: rgba(255, 91, 92, 0.12);
}

.alert-warning {
    color: #ffb822;
    background-color: rgba(255, 184, 34, 0.1);
}

/* Character Picker */
.unit-button {
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    padding: 4px;
    line-height: 20px;
    font-weight: 400;
    box-sizing: content-box;
    text-align: center;
}

    .unit-button.first {
        width: 0px;
        height: 0px;
        padding: 0px;
        margin: 0px;
        border: 0;
    }

/* Colorpicker */

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

/* Tippy */
.tippy-tooltip {
    font-size: 14px !important;
}

/* Fine Uploader*/
#fine-uploader {
    margin-bottom: 20px;
}


.qq-uploader.qq-no-border {
    min-height: 200px;
    width: inherit;
    border-radius: 0;
    background-color: inherit;
    border: none;
    padding: 0;
}

.qq-upload-button {
    display: none;
}

.qq-upload-file {
    width: 250px !important;
    max-width: 250px !important;
}

.qq-upload-delete {
    background: none;
    background-color: inherit;
    color: inherit;
    border-color: inherit;
    text-shadow: none;
}

    .qq-upload-delete:hover {
        background: none;
        background-color: inherit;
    }


.notification-group-icon {
    color: #333;
}

.notification {
    margin-top: 10px;
}

    .notification:last-child {
        border-bottom: 1px solid #eee;
    }

    .notification p {
        padding: 0;
        margin-bottom: 15px;
    }

    .notification .notification-date {
        float: right;
        font-size: 11px;
    }

/*Note Details*/
.note-details p {
    padding: 0;
    margin-bottom: 4px;
}

.note-details .note-type {
    font-weight: bold;
}


    .note-details .note-type a > i {
        font-size: 13px;
    }


.note-details .note-taker {
    font-size: 10px;
}

.note-details .note-date {
    font-size: 10px;
    float: right;
}

.note-details .note-reminder {
    font-size: 10px;
}


/*Report Regions Table*/


.panel.report-template-regions-panel .panel-body {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .panel.report-template-regions-panel .panel-body table.report-template-regions-table {
        margin: 0;
    }

        .panel.report-template-regions-panel .panel-body table.report-template-regions-table h5 {
            padding: 0;
            float: none;
            margin-bottom: 0;
            font-size: 15px;
        }

        .panel.report-template-regions-panel .panel-body table.report-template-regions-table p {
            padding-top: 5px;
        }

/* Survey Table */

#survey-questions-table > tbody > tr:hover {
    background-color: #f8f8f8;
}

#survey-questions-table > tbody > tr > td {
    padding-bottom: 15px;
}


/* Proposal Table */
#proposal-content tbody + tbody.proposal-table:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

#proposal-content tbody + tbody.proposal-location:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

#proposal-content .absolute-btn-group {
    right: 20px;
    bottom: 30px;
}


#proposal-content .proposal-location .fa-map-marker {
    padding-bottom: 8px;
    font-size: 23px;
}

#proposal-content .proposal-location-operations {
    font-size: 18px;
}

#proposal-content .table > tbody > tr > td,
form .table > tbody > tr > td {
    padding-top: 6px;
    padding-bottom: 6px;
}

    form .table > tbody > tr > td.text-right:last-child {
        padding-right: 0;
    }

#proposal-content .table > tbody > tr.product-row > td {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

#proposal-content .table > tbody > tr.table-total-price-row > td {
    padding-top: 12px;
    padding-bottom: 12px;
}

#proposal-content .table > tbody.proposal-table > tr:hover,
#proposal-content .table > tbody#other-products > tr:hover {
    background-color: #f8f8f8;
}

#proposal-content .calibration-info {
    /*padding-top: 5px;*/
    font-size: 11px;
}


#proposal-content .product-point-price-text {
    margin-top: 4px;
    color: #333;
}

#proposal-content h6.proposal-location-header {
    font-size: 15px;
}

.product-row .different-proposal-currency {
    text-decoration: line-through;
    font-weight: bold;
    color: #e4983a;
}

.product-row .has-discount,
table tbody tr td .has-discount {
    text-decoration: line-through;
    font-weight: bold;
    color: #E43A45;
}

/* Dynamic Form Rows */

.dynamic-form-row:not(:last-child) {
    margin-bottom: 10px;
}

/*==== Block UI ======*/

.blockOverlay {
    background-color: transparent !important;
}

/*==== Full Calendar =====*/

.fc-list-view {
    border: none;
}

.fc-unthemed .fc-list-empty {
    background-color: inherit;
}

.fc-list-table td {
    border-width: 0;
    padding: 10px 14px;
    line-height: 1.7;
}

.fc-header-toolbar h2 {
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
    padding: 5px 0 12px 0;
}


.fc .fc-button-group > * {
    margin: inherit;
    margin-right: 4px;
}

.fc .fc-toolbar > * > * {
    margin-left: 2px;
}

.fc-state-default {
    background: none;
    background-image: none;
    background-color: none;
    box-shadow: none;
    text-shadow: none;
}

.fc button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    padding: 8px 14px 7px 14px;
    border-radius: 2px;
    height: inherit;
    margin: inherit;
    border: none;
}

.fc-prev-button,
.fc-next-button {
    line-height: 1;
    background-color: #40484C;
    color: #fff;
    margin-right: 4px;
    padding: 6px 10px;
}


.fc-state-active {
    background-color: #40484C;
    color: #fff;
}

    .fc-prev-button:hover,
    .fc-next-button:hover,
    .fc-state-active:hover {
        color: #fff;
        background-color: #7888d6;
    }

.fc-icon {
    height: inherit;
    font-size: 12px;
    font-family: "Courier New", Courier, monospace;
}

.fc-today-button {
    border: none;
}

.fc-event {
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    color: #fff;
    font-size: 10px;
    cursor: default;
    padding: 3px 0;
    margin: 2px 4px;
}

.fc-content {
    padding: 2px 2px 2px 5px;
}

.fc-day-grid-event .fc-content {
    white-space: inherit;
    overflow: visible;
}

@media (max-width: 767px) {

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden;
    }

    .fc-header-toolbar h2 {
        padding: 10px 0 2px 0;
        font-size: 15px;
    }
}

/* Navbar */

.navbar-header {
    float: none;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
}

.navbar-nav > li > a .fa {
    font-size: 15px;
}

/* Sidebar */
.hidden-sidebar .sidebar {
    display: none;
}

.sidebar .navigation li.active ul {
    display: block !important;
}

.sidebar .navigation li.active i.active-menu-indicator {
    margin-top: 3px;
}

.sidebar .navigation li ul li a {
    color: #333;
    font-size: 13px;
    font-family: 'Cuprum', sans-serif;
    font-weight: normal;
}

.navigation > li > a,
.navigation > li > ul li a {
    background: #fff;
}

    .navigation > li > a div.menu-text {
        display: inline-block;
    }



.sidebar .navigation li.active a .menu-count,
.sidebar .navigation li a.level-opened .menu-count,
.sidebar .navigation li ul li.active .menu-sub-count {
    display: none;
}

.sidebar ul li a:focus .menu-count,
.sidebar ul li a:hover .menu-count {
    color: white;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #239169;
    color: #fff;
}


.navbar-nav > li > a .caret {
    margin-left: 5px;
}

.navbar-nav > li > a#enlab-logo {
    padding: 5px 12px 0px;
}

    .navbar-nav > li > a#enlab-logo img {
        height: 23px;
    }


/* Footer */
#footer {
}

    #footer span {
        color: #EEE;
        padding: 9px 5px;
        display: block;
        font-size: 11px;
    }

        #footer span a {
            color: #EEE;
        }


/* Tabs */

.tab-content {
    background: initial;
    border: none;
    padding-top: 30px;
}


.nav-tabs > li a {
    margin: 0;
    border: 1px solid transparent !important;
    border-top-width: 2px !important;
    border-bottom: none !important;
}

.nav-tabs > li.active {
    /*border-bottom: 2px solid #fcfcfc;*/
    border-bottom: 2px solid #F5F8FA;
}


.nav-tabs > li > a {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Cuprum', sans-serif;
}

.nav-tabs > li:first-child > a {
    padding-left: 20px !important;
}

.nav-tabs > li > a > i {
    margin-right: 10px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #676767;
    background-color: inherit;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: initial;
    color: initial;
    border-top: 2px solid #7888d6 !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

/*.nav-tabs > li.active + li > a,
.nav-tabs > li + li.active > a {
    padding: 8px 12px 9px 12px;
}*/

.nav-tabs > li > a .datatable-tab-count {
    margin-left: 7px;
    color: #B55D5C;
    font-size: 14px;
}

/*.nav-tabs > li.active > a .datatable-tab-count {
    display: none;
}*/


/*.nav-tabs > li:first-child:nth-last-child(n + 5) > a,
.nav-tabs > li:first-child:nth-last-child(n + 5) ~ li > a {
    line-height: 0;
    font-size: 0;
    color: transparent;
}*/


/* Panels */

.panel.border-left-success {
    border-left: 2px solid #239169;
}

.panel.border-left-danger {
    border-left: 2px solid #D36A5F;
}

.list-panel.panel {
    margin-bottom: 15px;
}

.list-panel > .panel-body {
    padding: 8px 20px
}


.panel-body {
    padding: 15px 20px 15px 20px;
}


    .panel-body.has-chart {
        padding: 15px 0 10px 0;
    }


.panel-heading .panel-icons-group .btn-link {
    font-size: 16px;
}

.panel.checkbox-panel {
    cursor: pointer;
    transition: all 0.25s;
}

    .panel.checkbox-panel:hover {
        background-color: #f8f8f8;
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    }

    .panel.checkbox-panel .panel-body {
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .panel.checkbox-panel .panel-body table {
            margin: 0;
        }

            .panel.checkbox-panel .panel-body table h5 {
                padding: 0;
                float: none;
                margin-bottom: 0;
                margin-top: 0;
                font-size: 15px;
            }

            .panel.checkbox-panel .panel-body table .description {
                padding-top: 5px;
            }

                .panel.checkbox-panel .panel-body table .description div {
                    padding-top: 5px;
                }


/* Tables */

.table {
    border-top: none;
    table-layout: fixed;
}

    .table.fluid {
        table-layout: auto;
    }

.table-responsive {
    overflow-x: auto;
    border: none;
}



table thead.border-bottom {
    border-bottom: 1px solid #ddd;
}

    table thead.border-bottom + tbody::before {
        content: "-";
        display: block;
        line-height: 1em;
        color: transparent;
    }

.table td.has-icon .dt-icon {
    float: right;
    font-size: 15px;
}

    .table td.has-icon .dt-icon.left {
        float: left;
    }

.table td.has-multiple-icon .dt-icon {
    float: none;
    margin-right: 10px;
    font-size: 15px;
}

.table td.has-icon .dt-icon.right-margin {
    margin-right: 10px;
}

.table td.has-icon .dt-icon.left-margin {
    margin-left: 10px;
}

.table td .dt-icon.fa-balance-scale {
    width: 10px;
}

.dataTable {
    table-layout: fixed;
}

    .dataTable.auto {
        table-layout: auto;
    }


    .dataTable tr.multiple-selected {
        background-color: #edffcdb3;
    }

    .dataTable td .table-column-row {
        margin-bottom: 7px;
    }

        .dataTable td .table-column-row:last-child {
            margin-bottom: 0;
        }

    .dataTable:not(.auto) td:not(.details):not(.wrap),
    .dataTable:not(.auto) td:not(.details):not(.wrap) span {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .dataTable.auto td:not(.details):not(.wrap),
    .dataTable.auto td:not(.details):not(.wrap) span {
        white-space: nowrap;
    }


.table tfoot {
    display: table-row-group;
}

.table span.status {
    color: white;
    border-radius: 3px;
    padding: 5px 7px 5px 7px;
    font-weight: 600;
}

.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
    border-top: none;
}

.panel-body .table > thead > tr > th:first-of-type,
.panel-body .table > tbody > tr > th:first-of-type,
.panel-body .table > tfoot > tr > th:first-of-type,
.panel-body .table > thead > tr > td:first-of-type,
.panel-body .table > tbody > tr > td:first-of-type,
.panel-body .table > tfoot > tr > td:first-of-type {
    padding-left: 0;
}


.dataTable > tbody > tr:hover td {
    /*background-color: #f8f8f8 !important;*/
    background-color: #7888d612 !important;
}

.table.vertical-top > tbody > tr > td {
    vertical-align: top;
}

.table > thead > tr > th.vertical-top,
.table > tbody > tr > th.vertical-top,
.table > tfoot > tr > th.vertical-top,
.table > thead > tr > td.vertical-top,
.table > tbody > tr > td.vertical-top,
.table > tfoot > tr > td.vertical-top
/*.table.dataTable > tbody > tr > td*/ {
    vertical-align: top;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
    padding: 9px 10px;
    padding-right: 5px;
    vertical-align: middle;
}

.table.dataTable > tbody > tr > td {
    padding: 6px 10px;
    line-height: 22px;
}

.table > thead > tr > th,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 17px 10px;
    padding-right: 5px;
}

.responsible-table-panel .table > tfoot > tr > th {
    padding: 0 10px 17px;
}

.responsible-table-panel .table > thead > tr > th {
    border-radius: 5px 5px 0 0;
}

.table > tfoot > tr > th {
    border-top: none;
}


.table > thead > tr > th {
    border-bottom: none;
    color: #676666;
}


.table.dataTable > tbody > tr > td {
    border-top: none;
}

    /*.table > tbody > tr > td.details {
    vertical-align: top;
}*/
    /*.table > thead > tr > th:last-child,
    .table > tbody > tr > th:last-child,
    .table > tfoot > tr > th:last-child,
    .table > thead > tr > td:last-child,
    .table > tbody > tr > td:last-child,
    .table > tfoot > tr > td:last-child {
        padding-right: 0;
    }*/
    .table.dataTable > thead > tr > th:last-child,
    .table.dataTable > tbody > tr > th:last-child,
    .table.dataTable > tfoot > tr > th:last-child,
    .table.dataTable > thead > tr > td:last-child,
    .table.dataTable > tbody > tr > td:last-child,
    .table.dataTable > tfoot > tr > td:last-child {
        padding-right: 15px;
    }


.table.left-padding > thead > tr > th:first-child:not(.details),
.table.left-padding > tfoot > tr > th:first-child:not(.details),
.table.left-padding > tbody > tr > td:first-child:not(.details) {
    padding-left: 20px;
}

.table.customer-table > tbody > tr > td {
    padding: 12px;
}

.table.static-table > tbody > tr > td {
    padding-bottom: 12px;
    padding-top: 12px;
}


.table .align_mid {
    text-align: center;
}

.table .align_right {
    text-align: right;
}

.table > tbody + tbody {
    border-top: none;
}

.table tbody td .checkbox {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.dataTable {
    border-bottom: none;
}


    .dataTable div.details button:disabled {
        color: #E5E5E5;
    }

    .dataTable th.details,
    .dataTable td.details {
        min-width: 50px !important;
    }

    .dataTable div.details {
        /*position: relative;*/
        display: inline-block;
        vertical-align: middle;
    }

    .dataTable td.details {
        padding: 9px;
    }

        .dataTable td.details .btn,
        .dataTable th.details .btn {
            padding: 0 5px;
            border: none;
            background: transparent;
        }

            .dataTable td.details .btn:hover,
            .dataTable th.details .btn:hover {
                color: #239169;
            }

            .dataTable td.details .btn > span,
            .dataTable th.details .btn > span {
                font-size: 15px;
            }

        .dataTable td.details ul,
        .dataTable th.details ul {
            position: absolute;
            left: 10px;
        }

        .dataTable td.details .dropdown-menu {
            /*min-width: 190px;*/
            width: 195px;
        }

    .dataTable th.details .dropdown-menu {
        /*min-width: 200px;*/
        width: 210px;
    }



.datatable-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.dataTable tfoot th.has-value input[type=text],
.dataTable tfoot th.has-value a.select2-choice {
    background-color: #FFF6F6;
}

.panel .dataTables_length {
    padding: 0;
    display: inline-block;
    float: none;
}

    .panel .dataTables_length > label > span {
        margin-right: 0;
    }

/*.datatable-link:hover {
    font-weight: bold;
 
}*/

.dataTable a:hover > i.fa {
    font-weight: bold;
}

.dataTable a:hover > i.text-grey {
    font-weight: bold;
    color: #555555 !important;
}

/* Login */

.login-wrapper {
    margin-top: 40px;
}

    .login-wrapper .login-logo {
        text-align: center;
        padding-bottom: 20px;
    }

        .login-wrapper .login-logo img {
            height: 60px;
        }


/* Modal */

/*.modal-backdrop:nth-child(2n-1) {
    opacity: 0;
}*/

.modal-lg {
    width: 90%;
    max-width: 1400px;
}

.modal-footer {
    background-color: #fff;
}

.modal-open {
    overflow-y: scroll;
}

.modal-content {
    border-radius: 5px;
    padding-bottom: 10px;
}

    .modal-content .modal-body:not(.fit-content) table.table thead tr th:first-of-type,
    .modal-content .modal-body:not(.fit-content) table.table tbody tr td:first-of-type {
        padding-left: 0;
    }

    .modal-content .modal-body:not(.fit-content) table.table thead tr th:last-of-type,
    .modal-content .modal-body:not(.fit-content) table.table tbody tr td:last-of-type {
        padding-right: 0;
    }

.modal-header {
    background-color: #fafafa;
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
}

/*.modal-header h5.modal-title,
    .modal-body .form-sub-header h3 {
        max-width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

.modal-body.fit-content {
    padding-top: 15px;
}

    .modal-body.fit-content .panel {
        margin-bottom: 0;
        border: none;
    }

.modal-body.has-padding p:first-child {
    padding-top: 0;
}

.modal-body .panel {
    box-shadow: none;
}

modal-dialog h5 {
    margin-bottom: 25px;
}
/* Row Stats */
.stats li a.btn {
    width: 100%;
    background-color: #fff;
    text-align: left;
    padding-left: 20px;
    cursor: auto;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 3px;
    box-shadow: 1px 5px 12px 5px rgba(68,102,242,.05);
    margin-bottom: 5px;
}

    .stats li a.btn > span.desc {
        margin-left: 10px;
        font-size: 13px;
        color: #333;
    }

    .stats li a.btn > span.value {
        font-size: 22px;
    }


/* Animations */


.far.shake,
.fa.shake {
    -webkit-animation: shake 2s ease infinite;
    animation: shake 2s ease infinite;
}

.far.horizantal,
.fa.shake {
    -webkit-animation: horizontal 4s ease infinite;
    animation: horizontal 4s ease infinite;
}


@-webkit-keyframes shake {

    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    8% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    10% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    18% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    20% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    28% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    30% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    38% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    40% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    48% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    50% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    58% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    60% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    68% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shake {

    0% {
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    8% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    10% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    18% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    20% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    28% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    30% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    38% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    40% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    48% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    50% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    58% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    60% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    68% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    6% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    12% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    18% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    24% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    30% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    36% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    6% {
        -webkit-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    12% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    18% {
        -webkit-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    24% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

    30% {
        -webkit-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    36% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
}

/* Certificate Prepaer Page */

.certificate-point-header-area {
    padding-top: 9px;
    padding-bottom: 9px;
}


/* General */

.dropdown-menu {
    min-width: 180px;
}

.page-title .dropdown-menu {
    min-width: 195px;
}


@media (min-width: 768px) {
    /*.dropdown:not(.on-click):hover .dropdown-menu, .btn-group:not(.on-click):hover .dropdown-menu {
        display: block;
    }*/

    .dropdown-menu {
        margin-top: 0;
    }

        .dropdown-menu.margin-bottom {
            margin-top: 3px;
        }

    /*.dropdown-toggle {
        margin-top: 2px;
    }*/

    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}

.form-actions {
    margin-top: 15px;
}


.form-group {
    margin-bottom: 15px;
}

.table tbody tr td .form-group {
    margin-bottom: 0px;
}

label {
    margin-bottom: 8px;
}

.input-group-btn i.fa {
    float: none;
    margin: 0;
}

.error-wrapper h1 {
    font-size: 140px;
}


.container-fluid {
    max-width: 1800px;
    /*max-width: 100%;*/
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f1f0f0;
}

select.form-control option {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    vertical-align: baseline;
    background: transparent;
}

.stats li .btn-default {
    color: #B55D5C;
    border-color: #ccc;
}

.stats li .btn-success {
    color: #239169;
    border-color: #ccc;
}

.stats li .btn-danger {
    color: #D36A5F;
    border-color: #ccc;
}

.stats li .btn-warning {
    color: #E48561;
    border-color: #ccc;
}

td.cancelled {
    text-decoration: line-through;
    font-weight: bold;
    color: #E43A45;
}

    td.cancelled a {
        color: inherit;
    }


.supTicket ul {
    padding-left: 0;
}

body {
    background: none;
    /*background-color: #fcfcfc;*/
    background-color: #F5F8FA;
    margin: 0;
    padding: 0;
    letter-spacing: .5px;
}

.menu-count,
.menu-sub-count {
    float: right;
    color: #B55D5C;
    font-weight: bold;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo {
    float: left;
}

    .logo img {
        height: 50px;
    }

.page-container.authenticated {
    margin-top: 25px;
}

.page-content {
    margin-left: 205px;
}

.panel-title {
    padding-left: 20px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-title-header-container {
    display: flex;
    justify-content: left;
    align-items: center;
}

.page-title-text {
    flex-basis: 70%;
    min-width: 0;
}

.page-title-operations a.btn-icon > i {
    font-size: 18px;
}

.page-title ul.breadcrumb {
    padding: 0 0 0 20px;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #F5F8FA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .page-title ul.breadcrumb > li,
    .page-title ul.breadcrumb > li > a {
        --bs-text-opacity: 1;
        color: #A1A5B7 !important;
    }

.page-title h5, h1 {
    font-size: 19px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .page-title h5 > i,
    .page-title h1 > i {
        font-size: 19px;
        color: #40484C;
        display: none;
    }

.navbar-nav i {
    font-size: 15px;
}

.dropdown-menu i {
    font-size: 13px;
}

    .navbar-nav > li > a > i,
    .dropdown-menu i.far,
    .dropdown-menu i.fal,
    .dropdown-menu i.fad,
    .page-title i,
    .panel-title i,
    .navigation i.far:first-child,
    .navigation i.fal:first-child,
    .navigation i.fad:first-child {
        margin-right: 12px;
    }

i.fa-17 {
    font-size: 17px !important;
}


.validation-summary-errors ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .validation-summary-errors ul > li {
        display: block;
    }

.table-action-icon-normal {
    cursor: pointer;
    font-size: 16px;
    color: #525E64;
}

.table-action-icon {
    cursor: pointer;
    font-size: 21px;
    color: #525E64;
}

    .table-action-icon i.fa-file-alt {
        font-size: 19px;
    }

    .table-action-icon + .table-action-icon,
    .table-action-icon + a > .table-action-icon {
        padding-top: 5px;
    }

.table a:hover > span.text-grey {
    font-weight: bold;
    color: #555555 !important;
}

.bold {
    font-weight: bold;
}

.input-group-btn {
    padding-left: 20px;
    vertical-align: top;
}

    .input-group-btn.has-select .btn {
        padding: 12px 14px 9px 14px;
    }

.input-after-input {
    margin-top: 20px;
}

/* Select2 */



.select-choice-row .main-text {
    font-weight: bold;
}

.select-choice-row .mid-text {
    font-size: 11px;
    /*font-style:italic;*/
}

.select-choice-row .sub-text {
    font-size: 10px;
    /*font-style:italic;*/
}

.select2-drop-auto-width {
    border-top: none;
}

.select2-container .select2-choice abbr {
    background-color: #5c666b;
}

/*.select2-results {
    max-width: 325px;
}*/

.select2-results .select2-result-label {
    padding: 7px 10px;
}

.select2-results .select2-highlighted,
.select2-results .select2-highlighted div {
    color: #fff !important;
}

.select2-container .select2-choice > .select2-chosen {
    white-space: initial;
}

/* Froala */

.fr-view {
    padding: 0 !important;
}

.fr-toolbar {
    margin-left: -15px;
}

    .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
        width: 38px !important;
    }

    .fr-toolbar .fr-command.fr-btn.fr-dropdown::after, .fr-popup .fr-command.fr-btn.fr-dropdown::after {
        right: 0px !important;
    }

    .fr-toolbar .fr-command + .fr-command,
    .fr-toolbar .fr-dropdown-menu + .fr-command {
        margin-left: 6px !important;
    }

.fr-box .fr-toolbar.fr-top,
.fr-box .fr-wrapper {
    box-shadow: none !important;
    border-top: none;
}


.panel > .fr-box .fr-toolbar {
    border-top: none !important;
}

    .panel > .fr-box .fr-toolbar.fr-top {
        border-bottom: 1px solid #d5d5d5;
    }

.panel > .fr-top .fr-placeholder {
    display: none !important;
}

.fr-modal .fr-modal-wrapper {
    width: 75% !important;
}

.fr-popup .fr-input-line input[type=text], .fr-popup .fr-input-line textarea {
    padding: 13px 0 2px;
}


.modal-content .fr-iframe {
    margin: 0;
    border-top: none;
}


/* Font awesome Custom */


.fa-spin-hover:hover i.far {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@media only screen and (min-width: 1100px) {


    /*.panel > .fr-box .fr-iframe {
        width: 21cm !important;
        background-size: cover;
        margin: 15px auto;
        background-color: rgb(252, 252, 252);
        border-radius: 6px;
    }*/

    .modal-content .fr-iframe {
        width: 100% !important;
        background-size: cover;
        border-radius: 0;
    }
}


@media (max-width: 767px) {

    .page-title-operations {
        display:none;
    }

    .nav-tabs > li {
        float: none;
    }

        .nav-tabs > li > a {
            padding-left: 20px;
        }


    .notification .notification-date {
        float: none;
        display: block;
        margin-top: 2px;
    }


    .note-details .note-date {
        float: none;
        display: block;
        margin-top: 2px;
    }

    #proposal-content table > thead > tr > th:first-child {
        width: 200px;
    }


    .stats li span {
        margin: 5px 10px 10px 10px;
        display: block;
    }
}


/* Bootstrap */

.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-2-5 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1300px) {
    .visible-vl {
        display: none !important;
    }

    .modal-dialog #fine-uploader {
        max-height: 400px;
        overflow-y: scroll;
    }
}

@media (min-width: 1300px) {
    .modal-dialog #fine-uploader {
        max-height: 600px;
        overflow-y: scroll;
    }
}


@media (min-width: 992px) {
    .col-md-2-5 {
        width: 20%;
        float: left;
    }

    .table .has-right-element + .align_left,
    .table .align_right + .align_left,
    .table .has-right-element + .text-left {
        padding-left: 25px;
    }

    .table .align_right + .align_left {
        padding-left: 35px;
    }

    .navigation > li > a {
        border: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        letter-spacing: .5px;
        border-radius: 2px;
        box-shadow: 1px 5px 12px 5px rgba(68,102,242,.05);
        margin-bottom: 5px;
    }

        .navigation > li.active > a,
        .navigation > li.active > a.level-opened,
        .navigation > li > a.level-opened {
            margin-bottom: 0;
            border-radius: 3px 3px 0px 0px;
        }

    .navigation > li > ul {
        border: none;
        margin-bottom: 8px;
    }
}

@media (min-width: 1200px) {
    .col-lg-2-5 {
        width: 20%;
        float: left;
    }
}


@media only screen and (max-width: 991px) {

    .page-content {
        margin-left: 0;
    }

    .container-fluid .navbar-header {
        padding: 0 1px;
    }

    .responsible-table-panel {
        border: none;
        background: none;
    }

        .responsible-table-panel table {
            min-width: 100% !important;
        }

            /* Force table to not be like tables anymore */
            .responsible-table-panel table,
            .responsible-table-panel table > thead,
            .responsible-table-panel table > tfoot,
            .responsible-table-panel table > tbody,
            .responsible-table-panel table > thead > tr > th,
            .responsible-table-panel table > tfoot > tr > th,
            .responsible-table-panel table > tbody > tr > td,
            .responsible-table-panel table > tbody > tr,
            .responsible-table-panel table > tfoot > tr,
            .responsible-table-panel table > th > tr {
                display: block;
                border: none;
            }

                .responsible-table-panel table.dataTable > tbody > tr,
                .responsible-table-panel table.dataTable > tfoot > tr {
                    display: block;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    border-radius: 5px;
                    box-shadow: 1px 5px 12px 5px rgba(68,102,242,.05);
                }

        /*.responsible-table-panel tbody tr td:not(.hide-sm):last-child {
            padding-bottom:10px;
        }*/


        .responsible-table-panel .dataTables_paginate {
            float: none;
            text-align: center;
        }

            .responsible-table-panel .dataTables_paginate .first,
            .responsible-table-panel .dataTables_paginate .last {
                display: none;
            }

        .responsible-table-panel tbody td:empty,
        .responsible-table-panel tfoot th:empty,
        .responsible-table-panel .hide-sm,
        .responsible-table-panel .dataTables_length,
        .responsible-table-panel .dataTables_info,
        .responsible-table-panel td.dataTable-row-select,
        .responsible-table-panel th.details,
        .responsible-table-panel th.dataTable-row-select {
            display: none !important;
        }

        .responsible-table-panel .panel .dataTables_paginate {
            margin: 10px 0 0 0;
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        .responsible-table-panel thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .responsible-table-panel tr {
            /*border: 1px solid #ccc;*/
        }

        .responsible-table-panel table.dataTable > tfoot > tr > th,
        .responsible-table-panel table.dataTable > thead > tr > th,
        .responsible-table-panel table.dataTable > tbody > tr > td:not(.dataTables_empty),
        .responsible-table-panel tfoot th {
            /* Behave  like a "row" */
            border: none;
            border-bottom: none;
            position: relative;
            padding-left: 30%;
            white-space: normal;
            text-align: left;
            min-height: 38px;
        }

        .responsible-table-panel table.dataTable > tfoot > tr th:before,
        .responsible-table-panel table.dataTable > tbody > tr td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            left: 10px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            content: attr(data-title);
        }

        .responsible-table-panel td.details:before {
            padding-top: 10px;
        }

        /*.responsible-table-panel td.details {
                padding-left: 10px !important;
            }*/
        .responsible-table-panel td.details button {
            display: none;
        }

        .responsible-table-panel .dataTable div.details,
        .responsible-table-panel .dataTable div.details .mobile-menu {
            display: block;
        }

        .responsible-table-panel .datatable-header, .datatable-footer {
            background-color: #f5f5f5;
        }

    .stats {
        text-align: center;
        margin-bottom: 5px;
    }

        .stats li {
            width: 100%;
            padding: 0;
            margin-bottom: 15px;
        }

            .stats li .btn {
                float: none;
                display: block;
                margin: 0 5px;
            }
}
