body {
    color: #656565;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #f5f7fa;
}

@media screen and (min-width: 992px) {
    bs-datepicker-container:has(> .calendar-overflow-container) {
        left: -60px !important;
    }
}

.card-img {
    object-fit: cover; /* Ajusta la imagen para que se ajuste al cuadro */
    height: 100%; /* Asegura que la imagen llene la altura del contenedor */
    width: 100%; /* Asegura que la imagen llene el ancho del contenedor */
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#header {
    display: block;
    height: 54px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #23b7e5;
    background-image: -moz-linear-gradient(top, #23b7e5, #51c6ea);
    background-image: -webkit-linear-gradient(top, #23b7e5, #51c6ea);
    background-image: -o-linear-gradient(top, #23b7e5, #51c6ea);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
}

#header>div {
    display: inline-block;
    vertical-align: middle;
    height: 54px;
    float: left;
}

#header>div>ul>li>a {
    height: 54px;
    display: block;
    padding: 15px 12px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#header>div>ul>li>a:hover {
    color: #117391;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.5);
}

#header>div>ul>li>.dropdown-menu:after {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    right: 25px;
    top: -8px;
    position: absolute;
    z-index: 1001;
}

#header>div>ul>li>.after3.dropdown-menu:after {
    right: 110px;
}

#main.fondo {
    background: url("../img/mybg.jpg") #ffffff;
    background-repeat: round;
    position: fixed;
    width: 100%;
    height: 100%;
}

#main .main-heading {
    margin: 0px -15px 20px;
    height: 50px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #cfdbe2;
}

#main .main-heading h5 {
    font-size: 1.5rem;
    color: #929292;
}

#main .main-heading>h5 {
    margin: 10px;
    float: left;
}

#main .main-heading .main-heading-toolbar {
    float: right;
    width: auto;
    height: 50px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0 8px;
}

#main .main-heading .main-heading-toolbar>h5 {
    color: #555;
    float: left;
    font-size: 11px;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

#main .main-heading .main-heading-toolbar>h5>span {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    display: block;
    color: #57889c;
}

a.dropdown-toggle {
    cursor: pointer;
}

a.dropdown-toggle:not([href]) {
    color: #999999;
}

a.dropdown-toggle::after {
    border: 0ch;
    content: "";
}

.quick-actions {
    width: 350px;
    padding: 0;
}

.quick-actions .quick-actions-header {
    background: #48abf7;
}

.quick-actions .quick-actions-items {
    padding: 15px 7.5px;
}

.quick-actions .quick-actions-items a {
    text-decoration: none;
}

.quick-actions .quick-actions-items .quick-actions-item {
    display: flex;
    flex-direction: column;
    color: #adadad;
    margin: 7.5px 7.5px;
    padding: 10px;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 3px;
    transition: all 0.2s;
}

.quick-actions .quick-actions-items .quick-actions-item .text {
    font-size: 12px;
    color: #7c7c7c;
}

.form-row .form-group {
    margin-bottom: 0.5rem;
}

.form-row .form-group label {
    margin-bottom: 0;
}

.form-row .form-group .custom-checkbox {
    min-height: inherit;
}

.leftpane {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 430px;
    top: 0px;
    bottom: 0;
    border-right: solid 1px #cecbcb;
    border-right: solid 3px #787878;
    background: #e2e2e2;
}

.leftpane .window {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    border: none;
    overflow: hidden;
}

.subwindow {
    display: table-row;
    width: 100%;
    height: 100%;
}

.subwindow .subwindow-scroller {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    border-bottom: solid 3px #23b7e5;
}

.rightpane {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 430px;
    right: 0;
    vertical-align: top;
    -webkit-transform: translate3d(0, 0, 0);
}

.rightpane .window {
    padding-top: 48px;
}

.rightpane .window .window-header {
    padding: 0;
    height: 48px;
    border-bottom: 1px solid #c7c7c7;
    background: #d3d3d3;
    text-align: center;
}

.rightpane .window .window-header-toolbar {
    display: inline-block;
    float: right;
    width: auto;
    height: 48px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    cursor: pointer;
    padding: 7px 8px;
    text-align: center;
}

.form-control {
    font-size: inherit;
}

input.form-control {
    height: 2.1875rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.1875rem;
}

.custom-card {
    border-top-width: 3px;
    border-color: #cfdbe2;
}

.custom-card>.card-header {
    padding: 0;
    height: 34px;
}

.custom-card>.card-header h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

.custom-card>.card-header>h2 {
    margin-left: 10px;
    float: left;
}

.custom-card>.card-header .card-header-toolbar {
    display: inline-block;
    float: right;
    width: auto;
    height: 32px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    cursor: pointer;
    padding: 4px 8px;
    text-align: center;
}

.custom-card table.custom-table th {
    border-top: 0;
}

table.custom-table {
    color: #888;
}

table.custom-table>thead>tr>th {
    padding: 8px 10px;
    border-bottom: 1px solid #dee2e6;
}

table.custom-table>tbody>tr>td {
    padding: 8px 10px;
    border-bottom: 1px solid #dee2e6;
}

table.custom-table.custom-table-excel td {
    padding: 0px;
}

table.custom-table.custom-table-excel td .form-control {
    border-radius: inherit;
}

table.custom-table.table-sm {
    font-size: 0.775rem;
}

table.custom-table.table-sm th {
    padding: 2px;
}

table.custom-table.table-sm td {
    padding: 2px;
}

.modal {
    background-color: #42424242;
}

.modal .modal-header {
    padding: 6px 12px;
}

.modal .modal-footer {
    padding: 6px 12px;
}

.card-producto {
    width: 200px;
    height: 300px;
    margin: 15px;
    cursor: pointer;
    position: relative;
}

.card-producto>img.card-img {
    min-width: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f4f4f4;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

.card-producto>.card-img-tool {
    padding-left: 150px;
    top: 20px;
    position: absolute;
    width: 200px;
}

.card-producto>.card-img-tool a {
    border-radius: 50%;
    padding: 8px 10px;
    background-color: #ffffffa6;
}

.card-producto>.card-img-tool a i {
    margin-bottom: 30px;
}

.card-producto>.card-img-tool a:hover {
    background-color: #ffffff;
}

.card-producto>.card-body {
    width: 200px;
    height: 80px;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px #ccc;
    padding: 15px;
    position: relative;
}

.card-producto>.card-body .card-body-tool {
    text-align: right;
    top: -15px;
    position: absolute;
    width: 160px;
}

.card-producto>.card-body .card-body-tool a {
    border-radius: 50%;
    padding: 8px 10px;
    background-color: #65ad27;
    color: #ffffff;
}

.card-producto>.card-body span {
    display: block;
}

.card-producto:hover>.card-body {
    height: 100px;
}

.card-producto-item {
    width: 100%;
    height: 120px;
    display: inline-flex;
    margin-bottom: 10px;
}

.card-producto-item>img.card-img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #f4f4f4;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.card-producto-item>.card-body {
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.card-producto-item>.card-body .card-body-tool {
    top: 0px;
    right: -10px;
    position: absolute;
}

.card-producto-item>.card-body .card-body-tool a {
    border: solid 1px #ccc;
    border-radius: 50%;
    padding: 8px 10px;
    background-color: #ffffffa6;
    cursor: pointer;
}

.card-producto-item>.card-body .card-body-tool a i {
    margin-bottom: 30px;
}

.card-producto-item>.card-body .card-body-tool a:hover {
    color: rgba(255, 0, 0, 0.479);
}

.numpad {
    display: inline-block;
    text-align: center;
    margin: 8px;
}

.numpad button {
    font-size: 14px;
    height: 54px;
    width: 54px;
    font-weight: bold;
    vertical-align: middle;
    color: #555555;
    border-radius: 0;
    border: none;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #bfbfbf;
    cursor: pointer;
}

.numpad button:hover {
    background: #efefef;
}

.numpad button:active {
    background: #0f0f0f;
    border-color: #0f0f0f;
    color: white;
}

.numpad button.selected {
    background: #23b7e5;
    color: white;
    border-color: transparent;
}

.numpad button.button-number {
    font-size: 24px;
}

.numpad button.button-action {
    width: 186px;
}

.numpad button.button-action i {
    padding-right: 10px;
}

.numpad button.button-action-3 {
    width: 186px;
    height: 162px;
}

.order {
    background: white;
    padding-bottom: 8px;
    padding-top: 8px;
}

.order ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.order .orderlines .orderline {
    width: 100%;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.order .orderlines .orderline.selected {
    background: rgba(140, 143, 183, 0.2);
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    cursor: default;
}

.order .orderlines .orderline .product-name {
    display: inline-block;
    font-weight: bold;
    width: 80%;
}

.order .orderlines .orderline .price {
    font-weight: bold;
    float: right;
}

.order .orderlines .orderline .info-list {
    color: #888;
    margin-left: 10px;
}

.order .orderlines .orderline .info-list em {
    color: #777;
    font-weight: bold;
    font-style: normal;
}

.order .summary {
    width: 100%;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.order .summary:after {
    content: " ";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
    clear: both;
}

.order .summary .line {
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 5px;
    border-top: solid 2px;
    border-color: #777;
}

.order .summary .line .total {
    font-size: 22px;
}

.order .summary .line .total .badge {
    font-size: 22px;
}

.order .summary .line .total .subentry {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.product-list {
    padding: 10px;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
}

.product-list .product {
    position: relative;
    vertical-align: top;
    display: inline-block;
    line-height: 100px;
    font-size: 14px;
    margin: 8px !important;
    width: 122px;
    height: 115px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    border-bottom-width: 3px;
    overflow: hidden;
    cursor: pointer;
}

.product-list .product .product-img {
    position: relative;
    width: 120px;
    height: 100px;
    background: white;
    text-align: center;
}

.product-list .product .product-img img {
    max-height: 100px;
    max-width: 120px;
    vertical-align: middle;
}

.product-list .product .product-img .price-tag {
    position: absolute;
    top: 2px;
    right: 2px;
    vertical-align: top;
    color: white;
    line-height: 13px;
    background: #7f82ac;
    padding: 2px 5px;
    border-radius: 2px;
}

.product-list .product .product-name {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    top: auto;
    line-height: 14px;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient( -90deg, rgba(255, 255, 255, 0), #ffffff, #ffffff);
    background: -moz-linear-gradient( -90deg, rgba(255, 255, 255, 0), #ffffff, #ffffff);
    background: -ms-linear-gradient( -90deg, rgba(255, 255, 255, 0), #ffffff, #ffffff);
    padding: 3px;
    padding-top: 15px;
}

.timeline {
    position: relative;
}

.timeline .timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline .timeline-list:after {
    content: " ";
    background-color: #eee;
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    left: 95px;
    bottom: 0;
    z-index: 1;
}

.timeline .timeline-list>li {
    position: relative;
    margin: 0;
    padding: 8px 0;
}

.timeline .timeline-list>li:hover {
    background-color: #f4f4f4;
}

.timeline .timeline-list>li .timeline-icon {
    background: #3276b1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px;
}

.timeline .timeline-list>li .timeline-time {
    float: left;
    width: 70px;
    text-align: right;
}

.timeline .timeline-list>li .timeline-time>small {
    font-style: italic;
}

.timeline .timeline-list>li .timeline-content {
    margin-left: 123px;
}

.timeline .timeline-list>li .timeline-content>p {
    margin: 0 0 9px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-none {
    cursor: none;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-help {
    cursor: help;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-progress {
    cursor: progress;
}

.cursor-wait {
    cursor: wait;
}

.cursor-cell {
    cursor: cell;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-text {
    cursor: text;
}

.cursor-vertical-text {
    cursor: vertical-text;
}

.cursor-alias {
    cursor: alias;
}

.cursor-copy {
    cursor: copy;
}

.cursor-move {
    cursor: move;
}

.cursor-no-drop {
    cursor: no-drop;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.cursor-col-resize {
    cursor: col-resize;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-n-resize {
    cursor: n-resize;
}

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-s-resize {
    cursor: s-resize;
}

.cursor-w-resize {
    cursor: w-resize;
}

.cursor-ns-resize {
    cursor: ns-resize;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-ne-resize {
    cursor: ne-resize;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-se-resize {
    cursor: se-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-nwse-resize {
    cursor: nwse-resize;
}

@media only screen and (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .table-responsive {
        overflow: unset !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .table-responsive {
        overflow: unset !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .hidden-lg,
    .hidden-md,
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .hidden-lg,
    .hidden-md,
    .hidden-sm,
    .hidden-xs {
        display: none !important;
    }
}

tabset.custom-tabset tab {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 10px;
}

accordion.custom-accordion>accordion-group .card {
    border-top: none;
    border-bottom: none;
}

accordion.custom-accordion>accordion-group .card .card-header {
    border-bottom: none;
    border-top: 5px solid #65ad27;
    padding: 1px;
}

accordion.custom-accordion>accordion-group .card .card-header:hover button.btn {
    color: #65ad27;
}

accordion.custom-accordion>accordion-group .card .card-header button.btn {
    text-decoration: none;
    font-size: 18px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.databox {
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 0;
    margin-bottom: 30px;
    vertical-align: top;
    min-width: 130px;
}

.databox.radius-bordered {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.databox .databox-icon {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.databox .databox-icon>.fa {
    font-size: 40px;
    display: block;
    text-align: center;
}

.databox .databox-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0;
    width: 65px;
    height: 65px;
    padding: 10px;
    color: #2dc3e8;
}

.databox .databox-left[class*="bg-"] {
    color: #fff;
}

.databox .databox-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -lh-property: 0;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    height: 65px;
    color: #555;
    padding: 5px 10px;
}

.databox .databox-number {
    display: block;
    font-size: 17px;
    line-height: 26px;
    margin: 2px;
    position: relative;
    font-family: "Open Sans", "Segoe UI";
}

.databox .databox-text {
    display: block;
    font-size: 11px;
    margin: 4px 0 2px;
    position: relative;
}

.databox .databox-stat {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 2px 5px;
}

.databox .databox-stat.radius-bordered {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.databox .databox-state {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.databox .databox-state>i {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.select2 .select2-selection {
    height: 35px !important;
    border: 1px solid #ced4da !important;
}

.select2 .select2-selection .select2-selection__rendered {
    line-height: 32px !important;
}

.select2 .select2-selection .select2-selection__arrow {
    height: 32px !important;
}

.select2-container .select2-search input {
    outline: 0;
    padding: 6px 20px 5px 10px !important;
    background: linear-gradient(0deg, #fff 85%, #eee 99%) !important;
}

.select2-container .select2-results__option--highlighted {
    background-color: #015d72;
}

.skin-1 #header {
    background-color: #015d72;
    text-align: center;
    padding: 0px;
    background-image: -moz-linear-gradient(top, #015d72, #015d72);
    background-image: -webkit-linear-gradient(top, #015d72, #015d72);
    background-image: -o-linear-gradient(top, #015d72, #015d72);
}

.skin-1 #header>div>ul>li>a:hover {
    color: #e0c947;
}

.skin-1 #header .popover-menu {
    background-color: rgba(0, 0, 0, 0.589);
    max-width: 300px;
}

.skin-1 #header .popover-menu a div {
    border: none;
    background-color: #65ad27;
    min-height: 72px;
    color: #fff;
}

.skin-1 #header .popover-menu a div .text {
    min-height: 20px;
    padding-top: 5px;
    line-height: 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
}

.skin-1 #header .popover-menu a div:hover {
    background-color: #e0c947;
}

.skin-1 #header .logo-central {
    margin-top: -10px;
    width: 200px;
    height: 130px;
    background-image: url(../img/logo-central.png);
    background-repeat: no-repeat;
    background-position: center;
    float: none;
}

.skin-1 #main .main-heading h5 {
    color: #015d72;
}

.skin-1 #main .main-heading .main-heading-toolbar span {
    font-weight: bold;
    font-size: 16px;
}

.skin-1 .input-group .input-group-append a {
    padding: 4px;
    background-color: #fff;
}

.skin-1 .input-group .input-group-append a i {
    padding-top: 5px;
    width: 24px;
    height: 24px;
    border-radius: 22px;
    background-color: #65ad27;
    color: #fff;
    font-size: 12px;
}

.skin-1 .custom-card {
    border-top-width: 0px;
    border-color: #015d72;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.skin-1 .custom-card>.card-header {
    background-color: #015d72;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.skin-1 .custom-card>.card-header h2 {
    color: #fff;
}

.skin-1 .custom-card>.card-header>.card-header-toolbar button.btn {
    height: 28px;
    border-radius: 0;
    padding: 0.2rem 0.5rem;
}

.skin-1 .custom-card>.card-header>.card-header-toolbar button.btn:hover {
    box-shadow: 0px 2px 0px 0px white;
}

.skin-1 .custom-card>.card-header>.card-header-toolbar button.btn:active {
    background-color: #ffffff3a;
    border-color: #ffffff3a;
}

.skin-1 .login popover-container {
    border-bottom-width: 8px;
    border-bottom-color: #65ad27;
}

.skin-1 .login popover-container .form-group label {
    color: #015d72;
}

.skin-1 .login popover-container .form-group .input-group .input-group-text {
    color: #65ad27 !important;
}

.skin-1 .modal .modal-header {
    background-color: #65ad27;
    color: #fff;
}

.skin-1 .modal .modal-header .close {
    color: #fff;
}

.skin-1 .custom-table thead th {
    background-color: #015d72;
    color: #fff;
}

.skin-1 .table-menu {
    width: 50px;
    height: 20px;
    transition: translate 10ms;
    -webkit-transition: translate 10ms ease-in-out;
    -moz-transition: translate 10ms ease-in-out;
    -ms-transition: translate 10ms ease-in-out;
    -o-transition: translate 150ms ease-in-out;
}

.skin-1 .table-menu .element {
    display: none;
}

.skin-1 .table-menu .element-initial {
    display: inline;
}

.skin-1 .table-menu:hover {
    width: 90px;
    background-color: white;
    position: absolute;
    transform: translate(-40px, 0px);
    -ms-transform: translate(-40px, 0px);
    -moz-transform: translate(-40px, 0px);
    -webkit-transform: translate(-40px, 0px);
    -o-transform: translate(-40px, 0px);
}

.skin-1 .table-menu:hover .element {
    display: inline;
}

.skin-1 .table-menu:hover .element-initial {
    display: none;
}

.skin-1 .table-menu-dropdown-content {
    display: none;
    position: absolute;
    z-index: 100001;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.skin-1 .table-menu-dropdown-content a {
    /* color: black;
          padding: 12px 16px; */
    text-decoration: none;
    display: block;
    color: black;
}

.skin-1 .table-menu-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.skin-1 .table-menu-dropdown {
    position: relative;
    display: inline-block;
}

.skin-1 .table-menu-dropdown:hover .table-menu-dropdown-content {
    display: block;
    left: -120px;
}

.skin-1 .btn-primary {
    color: #fff;
    background-color: #015d72;
    border-color: #015d72;
}

.skin-1 .btn-default {
    color: #fff;
    background-color: #65ad27;
    border-color: #65ad27;
}

.skin-1 .btn-success {
    color: #fff;
    background-color: #65ad27;
    border-color: #65ad27;
}

.skin-1 .text-primary {
    color: #015d72 !important;
}