/*
* Datatables fix, override header width.
*/

.ic {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.ic-expand-circle-right {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12.675 12L9.6 15.075L11 16.5l4.5-4.5L11 7.5L9.6 8.925zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}
.ic-expand-circle-down-rounded {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 12.675L9.625 10.3q-.275-.275-.687-.275t-.713.275q-.3.3-.3.713t.3.712L11.3 14.8q.3.3.7.3t.7-.3l3.1-3.1q.3-.3.287-.7t-.312-.7q-.3-.275-.7-.288t-.7.288zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
}

.dataTables_scroll .dataTables_scrollHead table {
    width: 100% !important;
}
.dataTables_scrollHeadInner
{
    width: 100% !important;
}
/*Fix placeholder select2*/
.select2-search, .select2-search__field
{
    width: 100% !important;
}
.bg-sc-1 { background-color: #2196F3 !important }
.bg-sc-2 { background-color: #777 !important }
.bg-sc-3 { background-color: #4CAF50 !important }
.bg-sc-4 { background-color: #E91E63 !important }
.bg-sc-5 { background-color: #E91E63 !important }
.bg-sc-6 { background-color: #26A69A !important }
.bg-sc-7 { background-color: #26A69A !important }
.bg-sc-9,.absence { background-color: #FF5722 !important }
.bg-sc-pendent { background-color: #324148!important }

.bg-article-type-Composto { background-color: #4CAF50 !important }
.bg-article-type-Simples { background-color: #2196F3 !important }

.selected-vacation {
  color: #fff !important;
}
.vacation-pending-day{
  background-color: #d9d029 !important;
}
.vacation-approved-day{
  background-color: #1ca32c !important;
}
.vacation-marked_for_removal-day{
  background-color: #f22dd7 !important;
}
.vacation-rejected-day{
  background-color: #F44336 !important;
}
.day-is-holiday{
  background-color: #878383 !important;
  color: #fff;
}
.w-max-content {
    width: max-content;
}
.w-fit-content {
    width: fit-content;
}
.w-100 {
    width: 100%;
}
.white-space-normal {
    white-space: normal;
}
.text-start {
    text-align: start;
}
.text-underline {
    text-decoration: underline;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}

@media (max-width: 1300px) {
    .navbar-nav-link {
        padding: 0.5rem 0.5rem !important;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 20px;
  }
  .panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }
  .panel-footer {
    padding: 7px 20px;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 2px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 2px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 2px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 2px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body,
  .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
  }
  .panel-default {
    border-color: #ddd;
  }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #fcfcfc;
    border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
    color: #fcfcfc;
    background-color: #333333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #2196F3;
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2196F3;
  }
  .panel-primary > .panel-heading .badge {
    color: #2196F3;
    background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2196F3;
  }
  .panel-success {
    border-color: #4CAF50;
  }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #4CAF50;
  }
  .panel-success > .panel-heading .badge {
    color: #4CAF50;
    background-color: #fff;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4CAF50;
  }
  .panel-info {
    border-color: #00BCD4;
  }
  .panel-info > .panel-heading {
    color: #fff;
    background-color: #00BCD4;
    border-color: #00BCD4;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00BCD4;
  }
  .panel-info > .panel-heading .badge {
    color: #00BCD4;
    background-color: #fff;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00BCD4;
  }
  .panel-warning {
    border-color: #FF5722;
  }
  .panel-warning > .panel-heading {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FF5722;
  }
  .panel-warning > .panel-heading .badge {
    color: #FF5722;
    background-color: #fff;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FF5722;
  }
  .panel-danger {
    border-color: #F44336;
  }
  .panel-danger > .panel-heading {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #F44336;
  }
  .panel-danger > .panel-heading .badge {
    color: #F44336;
    background-color: #fff;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F44336;
  }
/* ------------------------------------------------------------------------------
*
*  # Panels component
*
*  Overrides for panels bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.panel {
    margin-bottom: 20px;
    border-color: #ddd;
    color: #333333;
  }
  .panel.has-scroll {
    max-width: 100%;
    overflow-x: auto;
  }
  .panel.has-bg-image {
    background-image: url(../images/backgrounds/panel_bg.png);
  }
  .panel-flat > .panel-heading + .table,
  .panel-flat > .panel-heading + .table-responsive {
    border-top: 1px solid #ddd;
  }
  .panel[class*=bg-] > .panel-heading {
    border-color: rgba(255, 255, 255, 0.2);
  }
  @media (max-width: 768px) {
    .panel[class*=bg-] > .panel-heading {
      background-color: inherit;
    }
  }
  .panel[class*=bg-].panel-flat > .panel-heading {
    border-bottom-color: transparent;
  }
  .panel[class*=bg-] .panel-title {
    color: #fff;
  }
  .panel[class*=bg-] .table thead td,
  .panel[class*=bg-] .table tbody td,
  .panel[class*=bg-] .table thead th,
  .panel[class*=bg-] .table tbody th {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .panel[class*=bg-] .text-muted,
  .panel[class*=bg-] .help-block,
  .panel[class*=bg-] .help-inline {
    color: rgba(255, 255, 255, 0.8);
  }
  .panel[class*=border-top-] {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .panel[class*=border-bottom-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .panel[class*=border-left-] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .panel[class*=border-right-] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .panel-body {
    position: relative;
  }
  .panel-flat > .panel-heading + .panel-body {
    padding-top: 0;
  }
  .panel-body + .panel-body,
  .panel-body + .table,
  .panel-body + .table-responsive,
  .panel-body.has-top-border {
    border-top: 1px solid #ddd;
  }
  .panel[class*=bg-] .panel-body + .panel-body,
  .panel[class*=bg-] .panel-body + .table,
  .panel[class*=bg-] .panel-body + .table-responsive,
  .panel[class*=bg-] .panel-body.has-top-border {
    border-top-color: rgba(255, 255, 255, 0.5);
  }
  .panel-body-accent {
    background-color: #fcfcfc;
  }
  .panel[class*=bg-] .panel-body-accent {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .panel-heading {
    position: relative;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-bordered > .panel-heading {
    margin: 0;
  }
  .panel-flat > .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  .panel-flat > .panel-heading > .panel-title {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .panel-flat[class*=bg-] > .panel-heading {
    background-color: inherit;
  }
  .panel-heading[class*=bg-],
  .panel-primary .panel-heading,
  .panel-danger .panel-heading,
  .panel-success .panel-heading,
  .panel-warning .panel-heading,
  .panel-info .panel-heading {
    margin: -1px -1px 0 -1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .panel-white > .panel-heading {
    background-color: #fff;
    border-bottom-color: #ddd;
  }
  .panel-title {
    position: relative;
    font-size: 13px;
  }
  .panel-title.text-size-mini {
    font-size: 11px;
  }
  .panel-title.text-size-small {
    font-size: 12px;
  }
  .panel-title.text-size-large {
    font-size: 14px;
  }
  a.panel-title {
    display: block;
  }
  .panel-title img {
    max-height: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .panel-title > small:not(.display-block),
  .panel-title > .small:not(.display-block) {
    margin-left: 5px;
  }
  h1.panel-title,
  .h1.panel-title {
    font-size: 25px;
  }
  h2.panel-title,
  .h2.panel-title {
    font-size: 23px;
  }
  h3.panel-title,
  .h3.panel-title {
    font-size: 21px;
  }
  h4.panel-title,
  .h4.panel-title {
    font-size: 19px;
  }
  h5.panel-title,
  .h5.panel-title {
    font-size: 17px;
  }
  h6.panel-title,
  .h6.panel-title {
    font-size: 15px;
  }
  .icons-list a[data-action] {
    vertical-align: middle;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .icons-list a[data-action]:after {
    font-family: 'icomoon';
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icons-list a[data-action="collapse"]:after {
    content: '\e9c1';
  }
  .icons-list a[data-action="reload"]:after {
    content: '\e9fb';
  }
  .icons-list a[data-action="close"]:after {
    content: '\e9b6';
  }
  .icons-list a[data-action="move"]:after {
    content: '\e986';
  }
  .icons-list a[data-action="modal"]:after {
    content: '\e9eb';
  }
  .panel-footer {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel-footer:after {
    content: '';
    display: table;
    clear: both;
  }
  .panel-footer-transparent {
    background-color: transparent;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .panel-footer-condensed {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .panel-footer-bordered {
    background-color: #fff;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .panel-group-control .panel-title > a {
    padding-left: 26px;
    display: inline-block;
  }
  .panel-group-control .panel-title > a:before {
    content: '\e9b7';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .panel-group-control .panel-title > a.collapsed:before {
    content: '\e9b8';
  }
  .panel-group-control.panel-group-control-right .panel-title > a {
    padding-left: 0;
    padding-right: 26px;
  }
  .panel-group-control.panel-group-control-right .panel-title > a:before {
    left: auto;
    right: 0;
  }
  .panel-primary {
    border-color: #ddd;
  }
  .panel-primary.panel-bordered {
    border-color: #2196F3;
  }
  .panel-success {
    border-color: #ddd;
  }
  .panel-success.panel-bordered {
    border-color: #4CAF50;
  }
  .panel-info {
    border-color: #ddd;
  }
  .panel-info.panel-bordered {
    border-color: #00BCD4;
  }
  .panel-warning {
    border-color: #ddd;
  }
  .panel-warning.panel-bordered {
    border-color: #FF5722;
  }
  .panel-danger {
    border-color: #ddd;
  }
  .panel-danger.panel-bordered {
    border-color: #F44336;
  }
  .badge-ranking-A {
    background-color: #4CAF50;
    color: #fff;
  }
  .badge-ranking-B {
    background-color: #ffe504;
    color: #fff;
  }
  .badge-ranking-C {
    background-color: #f87927;
    color: #fff;
  }
  .badge-ranking-D {
    background-color: #cb400d;
    color: #fff;
  }