@import url(./materialdesignicons.css);

.modal {
    background: rgba(0, 0, 0, 0.3);
}

    .modal.modal-fill {
        background: rgba(255, 255, 255, 0.97);
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
h5.modal-title {
    box-sizing: border-box;
    margin-top: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.1428571428571428rem;
    font-style:normal;
}

.modal-header{
    border-bottom:none !important;
}

.modal-body {
    overflow: hidden;
}

#alertes .checked {
    background-color: #dae6f0 !important;
    border-color: #dae6f0 !important;
    border-width: 1px !important;
}


#alertes .text-alerte {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#alertes .contenu-alerte {
    display: block;
    white-space: normal;
    padding-left:25px;
}

#alertes .text-alerte[aria-expanded="true"]{
    display:inline-block;
}

#alertes .text-alerte[aria-expanded="false"] {
    display: block;
    height:2.2rem;
    overflow:hidden;
}

    #alertes .text-alerte[aria-expanded="false"] .contenu-alerte {
        height: 2.2rem;
        overflow: hidden;
    }

#alertes .text-alerte[aria-expanded="true"]::before {
    opacity: 0;
    transform: rotate(180deg);
}

#alertes .text-alerte::before {
    content: "\F415";
}

#newsTicker5 .ent_navigation {
    font-size: 18px;
    background: transparent !important; 
    padding: 0 !important;
}


#newsTicker5 .ent_navigation {
    background: #171717;
    padding: 15px;
}

#newsTicker5 .ent_navigation {
    font-size: 26px;
    background: transparent !important;
    padding: 0 !important;
}

.ent_wrapper.autohide-navigation .ent_navigation {
    opacity: 1 !important;
}


#alertes .text-alerte::before, #alertes .text-alerte::after {
    position: absolute;
    top: 15px;
    font-family: "Material Design Icons";
    transition: all 300ms linear 0s;
    font-size: 1rem;
    left: 5px;
    cursor: pointer;
}

#alertes .text-alerte[aria-expanded="true"]::after {
    opacity: 1;
}
#alertes .text-alerte[aria-expanded="false"]::after {
    opacity: 0;
}
#alertes .hide.text-alerte[aria-expanded="false"]::after, #alertes .hide.text-alerte[aria-expanded="true"]::after, #alertes .hide.text-alerte[aria-expanded="false"]::before, #alertes .hide.text-alerte[aria-expanded="true"]::before {
    opacity: 0 !important;
    cursor: default;
}

#alertes .text-alerte::after {
    content: "\F374";
}

.modal-body .text-mute{
    font-size:10px;
}
.bg-lightest{
    background-color:#f7f9fb !important;
}

.table.no-border, .table.no-border td:first-child {
    border: none !important;
    padding-left: 1rem !important; 
}

.font-size-16 {
    font-size: 0.77rem;
}

.font-size-12 {
    font-size: 0.77rem;
}
#alertes a {
    font-family: Verdana,Arial,Geneva,sans-serif !important;
}
#alertes a.text-dark:hover {
    text-decoration: none;
    color: #5a789b !important;
}
.table-responsive table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}
.table-responsive table th, .table-responsive table td {
    border-top: none !important;
}
#mtq-piv #mtq-piv-menu-mobile{
    z-index:900 !important;
}
.contenu-alerte > a.alerte-texte {
    cursor: default;
}
.panel-group a.panel-title {
    color: #5a789b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1.5;
    font-weight: bolder;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}

.theme-primary.btn-circle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border-radius: 100%;
}

.theme-primary.btn-info {
    background-color: #eee;
    border-color: #eee;
    color: #444;
}
    /*.theme-primary.btn-info:hover .mdi-web {
        background-color: #eee !important;
        border-color: #eee !important;
        color: blue !important;
    }
    .theme-primary.btn-info:hover .mdi-file-pdf {
        background-color: #eee !important;
        border-color: #eee !important;
        color: red !important;
    }*/

.theme-primary.btn-info:hover {
    background-color: #444;
    border-color: #444;
    color: #eee;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-16 {
    font-size: 1.1428571429rem;
}

.text-dark {
    color: #475f7b !important;
}

.text-mute {
    color: #5a789b !important;
}

.d-block {
    display: block !important;
}

.no-border td {
    border: none !important;
}

.modal .panel-body {
    color: #475f7b;
}

.modal-right.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.modal-right .modal-dialog {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    margin: 0;
    -webkit-transform: translate(100%, 0) !important;
    transform: translate(100%, 0) !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.modal-right .modal-content {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #d5dfea;
}

.modal-footer {
    border-top-color: #d5dfea;
    display: inline-block;
}

.model_img {
    cursor: pointer;
}

/*---mask Formatter---*/
    .sidetitle {
    font-style: italic;
    margin-left: 0.5rem;
}

    .sidetitle::before {
        content: '\2014 \00A0';
    }

.subtitle {
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
}
/*---panel---*/
.panel {
    position: relative;
    background-color: #ffffff;
    border: 0 solid transparent;
}

.panel > *:not(.panel-loading):not(.collapsing) {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.panel.is-loading > *:not(.panel-loading) {
    opacity: .3;
}

.panel.is-loading .panel-loading {
    display: block;
    opacity: 1;
}

.panel.is-dragging {
    opacity: 0.8;
    cursor: move;
}

.panel > .nav-tabs-vertical .nav-tabs {
    margin-left: -1px;
}

    .panel > .nav-tabs-vertical .nav-tabs > li > a {
        border-left: none;
        border-radius: 0;
    }

    .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
        margin-right: -1px;
    }

        .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
            border-right: none;
            border-radius: 0;
        }

.panel:hover .panel-actions .show-on-hover {
    display: inline-block;
}

.panel .panel-actions .show-on-hover {
    display: none;
}

.panel.is-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

    .panel.is-fullscreen .panel-loading {
        border-radius: 0;
    }

    .panel.is-fullscreen .panel-actions [data-toggle=collapse] {
        display: none;
    }

.panel.is-close {
    display: none;
}

.panel.is-collapse .panel-body {
    display: none;
    height: 0;
}

.panel > .alert {
    padding-left: 30px;
    padding-right: 30px;
}

.panel > .alert-dismissible {
    padding-right: 50px;
}

.panel-content > .row {
    padding-left: 30px;
    padding-right: 30px;
}

    .panel-content > .row > [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

.panel-body {
    position: relative;
    padding: 1.25rem;
}

    .panel-body .list-group-item {
        border-radius: 0;
    }

    .panel-body::after {
        display: block;
        content: "";
        clear: both;
    }

    .panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child, .panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child {
        margin-top: 0;
    }

    .panel-body > *:last-child {
        margin-bottom: 0;
    }

    .panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
        border-bottom-color: transparent;
    }

    .panel-body.scrollable-vertical {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
            padding-left: 30px;
            padding-right: 30px;
        }

        .panel-body.scrollable-vertical > .scrollable-bar {
            margin-top: 0;
            margin-bottom: 30px;
            height: calc(100% - 30px);
            transform: translateX(-26px);
        }

    .panel-body.scrollable-horizontal {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
            padding-top: 0;
            padding-bottom: 30px;
        }

        .panel-body.scrollable-horizontal > .scrollable-bar {
            margin-left: 0;
            margin-right: 30px;
            width: calc(100% - 60px);
            transform: translateY(-26px);
        }

.panel-heading {
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0.214rem;
    border-top-left-radius: 0.214rem;
}

    .panel-heading + .alert {
        border-radius: 0;
    }

    .panel-heading > .nav-tabs {
        border-bottom: none;
    }
.table-responsive.position-relative{
    height:100%;
}
.table-responsive.position-relative table{
    border-collapse:separate;
}
.panel-heading + .nav-tabs {
    margin-top: -0.715rem;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

    .panel-heading + .panel-body {
        padding-top: 0;
    }

    .panel-heading + .list-group .list-group-item:first-child {
        border-top-width: 0;
    }

.panel-heading-tab {
    padding: 10px 30px 0;
    background-color: #7a15f7;
}

    .panel-heading-tab > .nav-tabs .nav-link {
        color: #ffffff;
    }

        .panel-heading-tab > .nav-tabs .nav-link.hover {
            color: #737373;
        }

        .panel-heading-tab > .nav-tabs .nav-link:hover {
            color: #737373;
        }

        .panel-heading-tab > .nav-tabs .nav-link.active {
            color: #737373;
            background-color: #ffffff;
        }

        .panel-heading-tab > .nav-tabs .nav-link:active {
            color: #737373;
            background-color: #ffffff;
        }

.panel-footer {
    padding: 0 30px 15px;
    border-top: 1px solid transparent;
    background-color: transparent;
    border-bottom-right-radius: 0.214rem;
    border-bottom-left-radius: 0.214rem;
}

.table + .panel-footer {
    padding-top: 15px;
    border-color: #cccccc;
}

.panel-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.25rem;
    font-size: 18px;
    color: #4d4d4d;
}

    .panel-title > .icon, .panel-title > .badge {
        margin-right: 10px;
    }

    .panel-title small, .panel-title .small {
        color: #737373;
    }

        .panel-title small > a, .panel-title .small > a {
            color: inherit;
        }

    .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

    .panel-title > a {
        color: inherit;
    }

.panel-desc {
    display: block;
    padding: 5px 0 0;
    margin: 0;
    font-size: 1rem;
    color: #737373;
}

.panel-actions {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    margin: auto;
    z-index: 1;
}

@media (max-width: 575px) {

    .panel-actions {
        right: 20px;
    }
}

ul .panel-actions {
    list-style: none;
}

    ul .panel-actions > li {
        display: inline-block;
        margin-left: 8px;
    }

        ul .panel-actions > li:first-child {
            margin-left: 0;
        }

.panel-actions a.dropdown-toggle {
    text-decoration: none;
}

.panel-actions .dropdown {
    display: inline-block;
}

.panel-actions .dropdown-toggle {
    display: inline-block;
}

.panel-actions .panel-action {
    display: inline-block;
    padding: 8px 10px;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

    .panel-actions .panel-action:hover, .panel-actions .panel-action:active, .panel-actions .panel-action.active {
        color: #666666;
    }

.panel-actions .progress {
    width: 100px;
    margin: 0;
}

.panel-actions .pagination {
    margin: 0;
}

ul.panel-actions > li {
    display: inline-block;
    margin-left: 8px;
}

    ul.panel-actions > li:first-child {
        margin-left: 0;
    }

.panel-toolbar {
    padding: 5px 15px;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.panel-bordered .panel-toolbar {
    border-top-color: transparent;
}

.panel-bordered > .panel-body {
    padding-top: 30px;
}

    .panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
        margin-bottom: 30px;
        height: calc(100% - 60px);
    }

    .panel-bordered > .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
        transform: translateY(-26px);
    }

.panel-bordered > .panel-heading {
    border-bottom: 1px solid #e6e6e6;
}

    .panel-bordered > .panel-heading > .panel-title {
        padding-bottom: 20px;
    }

.panel-bordered > .panel-footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.table.no-border > tbody{
   /* height:90%;
    overflow-y:scroll;
    position:absolute;*/
}

.panel-bordered > .table > tbody:first-child > tr:first-child th, .panel-bordered > .table tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel-toolbar .btn {
    color: #999999;
    padding: 5px 10px;
}

    .panel-toolbar .btn.icon {
        width: 1em;
        text-align: center;
    }

    .panel-toolbar .btn:hover, .panel-toolbar .btn:active, .panel-toolbar .btn.active {
        color: #737373;
    }

.panel-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 0.286rem;
    opacity: .6;
}

    .panel-loading .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.panel-footer-chart {
    padding: 0;
}

.panel-control {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 575px) {

    .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .panel-body.scrollable-horizontal > .scrollable-bar {
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .panel > .alert {
        padding-left: 20px;
        padding-right: 20px;
    }

    .panel > .alert-dismissible {
        padding-right: 40px;
    }
}

.panel > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child {
        border-top-right-radius: 0.214rem;
        border-top-left-radius: 0.214rem;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

        .panel > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

    .panel > .table:last-child {
        border-bottom-right-radius: 0.214rem;
        border-bottom-left-radius: 0.214rem;
    }

        .panel > .table:last-child > thead:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-bottom-right-radius: 0.214rem;
        }

            .panel > .table:last-child > thead:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > thead:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > thead:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table:last-child > thead:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

        .panel > .table:last-child > tbody:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-bottom-right-radius: 0.214rem;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

    .panel > .table + .panel-body {
        border-top: 1px solid #cccccc;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

    .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 1px solid #cccccc;
    }

    .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
        padding-right: 30px;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

    .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

        .panel > .table-responsive > .table caption {
            padding-left: 30px 30px;
            padding-right: 30px 30px;
        }

    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 0.214rem;
        border-top-left-radius: 0.214rem;
    }

        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
                border-top-right-radius: 0.214rem;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 0.214rem;
            }

    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 0.214rem;
        border-bottom-left-radius: 0.214rem;
    }

        .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-top-right-radius: 0.214rem;
        }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
            border-bottom-left-radius: 0.214rem;
            border-bottom-right-radius: 0.214rem;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
                border-bottom-left-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
                border-bottom-right-radius: 0.214rem;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
                border-bottom-right-radius: 0.214rem;
            }

    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #cccccc;
    }

    .panel > .table-responsive > .table-bordered {
        border: 0;
    }

.table-responsive > .table-bordered thead th {
    border-bottom: 1px solid #dee2e6 !important;
}

        .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
            border-bottom: 0;
        }

        .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

    .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
        padding-right: 30px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
        padding-left: 30px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
        padding-right: 30px;
    }

.panel > .table caption {
    padding-left: 30px 30px;
    padding-right: 30px 30px;
}

.panel > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0;
    }

    .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 0.214rem;
        border-top-left-radius: 0.214rem;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 0.214rem;
        border-bottom-left-radius: 0.214rem;
    }

.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption {
        padding-left: 30px 30px;
        padding-right: 30px 30px;
    }

.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 0.214rem;
        border-top-left-radius: 0.214rem;
    }

    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 0.214rem;
        border-bottom-left-radius: 0.214rem;
    }

.panel > .panel-body + .table {
    border-top: 1px solid #cccccc;
}

.panel > .panel-body + .table-responsive {
    border-top: 1px solid #cccccc;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (max-width: 575px) {

    .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
        padding-left: 20px;
    }

    .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
        padding-right: 20px;
    }

    .panel > .list-group .list-group-item {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel-group {
    margin-bottom: 22px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0.286rem;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #cccccc;
        }

        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #cccccc;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #cccccc;
        }

.panel.panel-transparent {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

    .panel.panel-transparent > .panel-heading, .panel.panel-transparent > .panel-footer {
        border-color: transparent;
    }

.panel-default {
    border-color: #cccccc;
}

    .panel-default > .panel-heading {
        color: #737373;
        background-color: #cccccc;
        border-color: #cccccc;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #cccccc;
        }

        .panel-default > .panel-heading .badge-pill {
            color: #cccccc;
            background-color: #737373;
        }

    .panel-default .panel-title {
        color: #4d4d4d;
    }

    .panel-default .panel-action {
        color: #737373;
    }

    .panel-default .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #cccccc;
    }

.panel-dark {
    border-color: #666666;
}

    .panel-dark > .panel-heading {
        color: #ffffff;
        background-color: #666666;
        border-color: #666666;
    }

        .panel-dark > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #666666;
        }

        .panel-dark > .panel-heading .badge-pill {
            color: #666666;
            background-color: #ffffff;
        }

    .panel-dark .panel-title, .panel-dark .panel-action {
        color: #ffffff;
    }

    .panel-dark .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #666666;
    }

.panel-primary {
    border: none;
}

    .panel-primary .panel-heading {
        border: none;
    }

    .panel-primary .panel-title, .panel-primary .panel-action {
        color: #ffffff;
    }

.panel-info {
    border: none;
}

    .panel-info .panel-heading {
        border: none;
    }

    .panel-info .panel-title, .panel-info .panel-action {
        color: #ffffff;
    }

.panel-success {
    border: none;
}

    .panel-success .panel-heading {
        border: none;
    }

    .panel-success .panel-title, .panel-success .panel-action {
        color: #ffffff;
    }

.panel-warning {
    border: none;
}

    .panel-warning .panel-heading {
        border: none;
    }

    .panel-warning .panel-title, .panel-warning .panel-action {
        color: #ffffff;
    }

.panel-danger {
    border: none;
}

    .panel-danger .panel-heading {
        border: none;
    }

    .panel-danger .panel-title, .panel-danger .panel-action {
        color: #ffffff;
    }

.panel-dark {
    border: none;
}

    .panel-dark .panel-heading {
        border: none;
    }

    .panel-dark .panel-title, .panel-dark .panel-action {
        color: #ffffff;
    }

.panel-line .panel-heading {
    background: transparent;
    border: none;
    border-top: 3px solid transparent;
}

.panel-line.panel-default .panel-heading {
    color: #cccccc;
    border-top-color: #cccccc;
    background: transparent;
}

.panel-line.panel-default .panel-title, .panel-line.panel-default .panel-action {
    color: #cccccc;
}

.panel-line.panel-dark .panel-heading {
    color: #666666;
    border-top-color: #666666;
    background: transparent;
}

.panel-line.panel-dark .panel-title, .panel-line.panel-dark .panel-action {
    color: #666666;
}

@media (max-width: 767px) {

    .panel-actions {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        margin: auto;
        padding: 0 30px 15px;
        transform: none;
    }

    .panel-actions-keep {
        position: absolute;
        top: 50%;
        right: 30px;
        padding: 0;
        transform: translate(0%, -50%);
    }
}

@media (max-width: 575px) {

    .panel-actions {
        padding-left: 20px;
    }

        .panel-actions .progress {
            min-width: 80px;
        }

        .panel-actions .show-on-hover {
            display: none;
        }

    .panel-actions-keep {
        right: 15px;
    }

    .panel-title, .panel-body, .panel-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.panel-group {
    margin-bottom: 22px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0.286rem;
        box-shadow: none;
    }

        .panel-group .panel + .panel {
            margin-top: 10px;
        }

    .panel-group .panel-title {
        position: relative;
        padding: 15px 45px 15px 30px;
        font-size: 1rem;
    }

        .panel-group .panel-title:before, .panel-group .panel-title:after {
            position: absolute;
            top: 15px;
            right: 30px;
            font-family: "Material Design Icons";
            transition: all 300ms linear 0s;
        }

        .panel-group .panel-title:before {
            content: "\F415";
        }

        .panel-group .panel-title:after {
            content: "\F374";
        }

        .panel-group .panel-title[aria-expanded="false"]:before {
            opacity: .4;
        }

        .panel-group .panel-title[aria-expanded="false"]:after {
            opacity: 0;
            transform: rotate(-180deg);
        }

        .panel-group .panel-title[aria-expanded="true"]:before {
            opacity: 0;
            transform: rotate(180deg);
        }

        .panel-group .panel-title[aria-expanded="true"]:after {
            opacity: 1;
        }

        .panel-group .panel-title:hover, .panel-group .panel-title:focus {
            color: #737373;
            text-decoration: none;
        }

        .panel-group .panel-title:focus {
            outline: none;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse {
            margin: 0;
        }

            .panel-group .panel-heading + .panel-collapse > .list-group {
                border-top: 1px solid #cccccc;
            }

    .panel-group .panel-collapse .panel-body {
        padding: 15px 30px;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #cccccc;
        }

    .panel-group .panel + .panel {
        margin-top: 10px;
    }

.panel-group-continuous .panel {
    border-radius: 0;
}

    .panel-group-continuous .panel:first-child {
        border-radius: 0.286rem 0.286rem 0 0;
    }

    .panel-group-continuous .panel:last-child {
        border-radius: 0 0 0.286rem 0.286rem;
    }

    .panel-group-continuous .panel + .panel {
        margin-top: 0;
        border-top: 1px solid #cccccc;
    }

.panel-group-simple .panel {
    background: transparent;
    box-shadow: none;
}

    .panel-group-simple .panel + .panel {
        margin-top: 0;
    }

.panel-group-simple .panel-title {
    padding-left: 0;
    padding-bottom: 10px;
}

    .panel-group-simple .panel-title:before, .panel-group-simple .panel-title:after {
        right: 5px;
    }

.panel-group-simple .panel-collapse .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
