body {
    background-color: #e4e5e6;
}

body, input, button {
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: 0.1px !important;
}
.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*overflow-x: hidden;*/
    position: relative;
    /*margin: 0 auto;*/
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0.5rem !important;
    max-width: 100% !important;
}
@media (min-width: 635px) {
    .container {
        padding-right: 30px !important;
        padding-left: 30px !important;
        margin-top: 1.5rem !important;
    }
}

.btn {
    font-size: 0.875rem;
    white-space: normal;
}

.app, app-dashboard, app-root {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

.btn-pill {
    border-radius: 50em !important;
}

a.btn-danger:visited,
a.btn-success:visited,
a.btn-info:visited {
    color: #FFF !important;
}
a.btn-warning:visited {
    color: #212529 !important;
}
.btn-info {
    color: #FFFFFF !important;
}

.menuButton {
    background: #ffffff !important;
    padding: 10px !important;
    text-align: center !important;
    margin: 30px auto !important; 
}

.menuButton button{
    width:200px !important;
    height:150px !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e4e7ea #e4e7ea #c8ced3 !important;
    background-color: #fff !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #5c6873;
    background-color: #e4e5e6;
    border-color: #c8ced3 #c8ced3 #e4e5e6;
}

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #c8ced3;
}

.tab-content > .tab-pane {
    padding: 1rem;
}

.card {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 1px solid #aaa !important;
    margin-bottom: 1.5rem !important;
}

.card-header {
    background-color: #f0f3f5 !important;
    border-bottom: 1px solid #c8ced3 !important;
}

.card-header .nav-dropdown-toggle {
    position: relative !important;
}

.nav-tabs .nav-link {
    color: #73818f !important;
}

.card-footer {
    background-color: #f0f3f5 !important;
    border-top: 1px solid #c8ced3 !important;
}

nav.front-breadcrumb .breadcrumb {
    margin-bottom: 1.5rem !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    background-color: #e9ecef !important;
    border-radius: 0.25rem !important;
    position: relative !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #c8ced3 !important;
    transition: left 0.25s, right 0.25s, width 0.25s !important;
}

nav.front-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
nav.front-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #73818f;
}
nav.front-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #73818f;
    content: "/";
}

.page-link {
    color: #20a8d8 !important;
    border: 1px solid #c8ced3 !important;
}

.bg-primary {
    /*background-color: #48caf1 !important;*/
}

.border {
    border: 1px solid #c8ced3 !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.nav-tabs .nav-link.active {
    color: #2f353a;
    background: #fff;
    border-color: #c8ced3;
    border-bottom-color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
}
.nav-tabs .nav-link:hover {
    cursor: pointer;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.header {
    background-color: #48caf1;
    color: #fff;
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger, .bg-dark {
    color: #fff;
}

.header-logout {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
  border-radius: 50em;
}

.app-footer {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: #23282c;
    background: #f0f3f5;
    border-top: 1px solid #c8ced3;
    text-align: center;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 0 !important;
    z-index: 1000;
    padding: 1em 0;
}
.foot-list {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
}
.foot-item+.foot-item {
    padding-left: 1rem;
}
.foot-item+.foot-item::before {
    display: inline-block;
    padding-right: 1rem;
    color: #73818f;
    content: "|";
}
.sidebar,
.aside-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #000;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #c8ced3;
}
.app-body .sidebar,
.app-body .aside-menu {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    -ms-flex-order: -1;
    order: -1;
}
html:not([dir=rtl]) .sidebar-lg-show .sidebar,
html:not([dir=rtl]) .sidebar-show .sidebar {
    margin-left: 0 !important;
    margin-top: 1.5rem !important;
    left: 0 !important;
}
html:not([dir=ltr]) .aside-menu-lg-show .aside-menu,
html:not([dir=ltr]) .aside-menu-show .aside-menu {
    margin-right: 0 !important;
    margin-top: 1.5rem !important;
    right: 0 !important;
}
html:not([dir=rtl]) .sidebar {
    margin-left: -230px;
    margin-top: 1.5rem;
}
html:not([dir=ltr]) .aside-menu {
    margin-right: -240px !important;
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    html:not([dir=rtl]) .sidebar-lg-show .sidebar,
    html:not([dir=rtl]) .sidebar-show .sidebar {
        margin-right: auto;
        margin-top: 1.5rem !important;
        left: 2rem !important;
    }
    html:not([dir=ltr]) .aside-menu-lg-show .aside-menu,
    html:not([dir=ltr]) .aside-menu-show .aside-menu {
        margin-left: auto;
        margin-top: 1.5rem !important;
        right: 2rem !important;
        position: absolute;
    }
}
.sidebar-fixed .sidebar {
    position: absolute;
    z-index: 1019;
    width: 230px;
    height: auto;
    left: 0;
}
.aside-menu-fixed .aside-menu {
    position: fixed;
    z-index: 1019;
    width: 230px;
    height: auto;
    right: 0;
}
.app-header {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 83px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #9ca7b1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.app-header,
.app-footer,
.sidebar,
.main, 
.aside-menu {
    transition: margin-left .25s,margin-right .25s,width .25s,flex .25s, -ms-flex .25s;
}
@media (max-width: 992px) {
    .sidebar,
    .aside-menu {
        position: fixed;
        z-index: 1019;
        width: 230px;
    }
}
.inner-header {
    margin: 100px auto 0;
    width: 96.3%;
    background-color: transparent !important;
}
.inner-header + .app-body {
    margin-top: 0 !important;
}
.app-body .main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    background-color: transparent !important;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 992px) {
    html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main, 
    html:not([dir=rtl]) .sidebar-show.sidebar-fixed .main, 
    html:not([dir=rtl]) .sidebar-show.sidebar-fixed .app-footer {
        margin-left: 240px;
    }
    html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .main,
    html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .main,
    html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
        margin-right: 2px;
    }
}
@media (min-width: 1200px) {
    html:not([dir=rtl]) .aside-menu-show.aside-menu-fixed .main,
    html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .main,
    html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
        margin-right: 260px;
    }
}
@media (min-width: 576px) {
    .app-body {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .app-body {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .app-body {
        width: 75% !important;
    }
}
@media (max-width: 992px) {
    .d-md-down-none {
        display: none!important;
    }
}
button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
.app-header .navbar-toggler {
    min-width: 50px;
    padding: .25rem 0;
}
@media (max-width: 991.98px) {
    .app-header .navbar-toggler {
        color: #fff;
    }
}
.app-header .navbar-toggler-icon {
    height: 23px;
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPScjNzM4MThmJyBzdHJva2Utd2lkdGg9JzIuMjUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
}
@media (max-width: 991.98px) {
    .app-header {
        position: relative;
        z-index: 1020;
        width: 100%;
        text-align: center;
        background-color: #fff;
    }
}
.app-header .navbar-brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 0.5em;
    background-color: transparent;
}
.app-header .navbar-brand .navbar-brand-minimized {
    display: none;
}
.sidebar .nav-item,
.aside-menu .nav-item {
    position: relative;
    margin: 0 0 0.5rem;
    transition: background .3s ease-in-out;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.sidebar .nav-link,
.aside-menu .nav-link {
    display: block;
    padding: .75rem 1rem;
    color: #fff;
    text-decoration: none;
    background: 0 0;
}
.sidebar .nav,
.aside-menu .nav {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
}
.ps {
    overflow: hidden!important;
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-overflow-style: none;
    overflow-anchor: none;
}
.sidebar-nav {
    transition: width .25s;
}
.sidebar .sidebar-nav,
.aside-menu .sidebar-nav {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    width: 230px;
    padding: 1rem;
    text-align: center;
}
.d-block {
    display: block!important;
}
@media (max-width: 576px) {
    .sidebar-show .main::before,
    .aside-menu-show .main::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1018;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0,0,0,.7);
        -webkit-animation: opacity .25s;
        animation: opacity .25s;
    }
    html:not([dir=rtl]) .sidebar-show.aside-menu-fixed .main,
    html:not([dir=rtl]) .sidebar-show.aside-menu-fixed .app-footer,
    html:not([dir=rtl]) .sidebar-sm-show.aside-menu-fixed .main,
    html:not([dir=rtl]) .sidebar-sm-show.aside-menu-fixed .app-footer {
        /*margin-right: 240px !important;*/
    }
    .sidebar-show .main,
    .aside-menu-show .main {
        position: relative;
    }
}
.card-header-action {
    padding: 0 .25rem;
    color: #73818f;
}
.card-header-actions {
    display: inline-block;
    float: right;
    margin-right: -.25rem;
}
.card-header .nav-dropdown-toggle::before {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-top: -5px;
    content: "";
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMSAxNCc+PHBhdGggZmlsbD0nIzczODE4ZicgZD0nTTkuMTQ4IDIuMzUybC00LjE0OCA0LjE0OCA0LjE0OCA0LjE0OHEwLjE0OCAwLjE0OCAwLjE0OCAwLjM1MnQtMC4xNDggMC4zNTJsLTEuMjk3IDEuMjk3cS0wLjE0OCAwLjE0OC0wLjM1MiAwLjE0OHQtMC4zNTItMC4xNDhsLTUuNzk3LTUuNzk3cS0wLjE0OC0wLjE0OC0wLjE0OC0wLjM1MnQwLjE0OC0wLjM1Mmw1Ljc5Ny01Ljc5N3EwLjE0OC0wLjE0OCAwLjM1Mi0wLjE0OHQwLjM1MiAwLjE0OGwxLjI5NyAxLjI5N3EwLjE0OCAwLjE0OCAwLjE0OCAwLjM1MnQtMC4xNDggMC4zNTJ6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}
.card-header .nav-dropdown.open>.nav-dropdown-toggle::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.table th, .table td {
    word-break: break-all;
    vertical-align: middle !important;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}

div.sidebar:empty,
.aside-menu:empty {
    display: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

h3 {
  color: #364e96;
  padding: 0.5em 0;
  font-size: 120%;
}
.mx-auto {
    margin: 0 auto !important;
    width: 300px;
}
table#shitoTbl tr:first-child td button {
    display: none;
}
.card .card {
    margin: 1rem !important;
    border: 1px solid #c8ced3 !important;
}
input[type="text"].form-control,
input[type="number"].form-control,
input[type="password"].form-control {
    display: inline-block;
}

.card input[type="date"].form-control,
.card input[type="time"].form-control,
.card select.form-control {
    width: auto !important;
    display: inline-block;
}
/*.form-control { width: 85%; height: calc(2rem); }*/
.card input::placeholder { text-align: left; }
.disp-inline-block { display: inline-block !important; }
.overflow-auto { overflow: auto !important; }
.overflow-y-hidden { overflow-y: hidden; }
.display-block { display: block !important; }
.underline { text-decoration: underline; }

.toggle-mark a {
    color:#003;
}
.toggle-mark a::after {
    text-decoration: none;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    float: right;
    font-weight: 900;
    color:#003;
}
.toggle-mark a.collapsed::after {
    content: "\f054";
}
.toggle-mark a:hover {
    text-decoration: none;
}
.card-accent-info {
    border: 1px solid !important;
    border-color: #39f !important;
}
.card-accent-info .card-header {
    background-color: #f0f7f9 !important;
}
.input-group > .form-control { height: calc(2.19rem + 2px) !important; width: auto; }

.bg-header-info { background-color: #38A2E1 !important; }

.page_title { line-height: 1.2; font-size: 30px; width: 100%; padding: 0 0 0.2em; margin-bottom: 0.5em; font-size: 16pt; }
@media (min-width: 635px) {
    .page_title { font-size: 30px; }
}

.app-header {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
}
.app-header .navbar-brand img {
    width: 170px;
    height: auto;
}
@media (min-width: 635px) {
    .app-header .navbar-brand img {
        max-height: 70px;
        width: 226px;
        height: auto;
    }
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}

.w-md-25 {  
    width: 100%;
}
.w-md-50 {
    width: 100%;
}
@media (min-width: 576px) {
    .w-md-25 {
        width: 70%;
    }
    .w-md-50 {
        width: 70%;
    }
}
@media (min-width: 768px) {
    .w-md-25 {
        width: 40%;
    }
    .w-md-50 {
        width: 60%;
    }
    .app-body {
        margin: 0 auto;
    }
}
@media (min-width: 962px) {
    .w-md-25 {
        width: 25%;
    }
    .w-md-50 {
        width: 50%;
    }
    .app-body {
        margin: 0 auto;
    }
}

.align-items-center {
    justify-content: flex-start;
}

header .align-items-center {
    justify-content: flex-end !important;
}

.form-check-label {
    line-height: 1.5;
}

.capaStyle {
    border-radius: 0 calc(.25rem - 1px) 0 0;
    margin: 0 0 0 auto;
    color: white;
    width: 150px;
    text-align: center;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center !important;
    justify-content: center !important;
    display: flex!important;
}
.iconStyle {
    margin: 5px 0 5px 5px;
    padding: 5px 10px;
    display: inline-block;
    color: white;
}
.itemLabel {
    text-align: left;
    width: 75%;
}
@media (max-width: 576px) {
    .capaStyle {
        width: 80px;
        font-size: 9pt;
    }
    .card-header {
        padding: 5px !important;
    }
    .itemLabel {
        padding: 5px !important;
    }
}

.capaItemStyle {
    color: white;
    width: 150px;
    text-align: center;
    font-size: 0.875rem;
    align-items: center !important;
    justify-content: center !important;
    display: block;
    padding: 3px 0;
    margin-bottom: 0.5rem;
}

.capaCartStyle {
    color: white;
    width: 150px;
    text-align: center;
    font-size: 0.875rem;
    align-items: center !important;
    justify-content: center !important;
    display: inline-block;
    float: right;
    padding: 3px 0;
}

.badge { 
    font-size: 100% !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: unset !important;
    line-height: 1.3 !important;
}
.badge strong { font-weight: 700 !important; }
.w-fit { width: fit-content !important; }

.background-label {
    background-color: #F2F2F2;
    padding: 10px 10px 8px;
    line-height: 1.2;
}

.form-control {
    width: 85%;
}

.internalError {
    margin: 1rem;
    padding: 5rem;
    background-color: #1e9cd6;
    border-radius: 1rem;
    color: white;
    text-align: center;
    line-height: 2;
}
.internalError span {
    font-size: 20pt;
    font-weight: 700;
    display: block;
}
.internalError div.msg {
    font-size: 18pt;
}
@media (max-width: 576px) {
    .internalError {
        line-height: 1.2;
        padding: 2rem;
    }
    .internalError span {
        margin-bottom: 2rem;
    }
}

iframe {
    max-width: 100%;
}