/* ############### FONTS IMPORT ############### */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/* ############### GENERAL ############### */

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
}

body.disable-scroll {
    overflow: hidden;
}

a {
    color: #8392a5;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    scroll-behavior: smooth;
}

a:hover {
    color: #3f4855;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.25;
    color: #001737;
}

h1,
.h1 {
    font-size: 2.1875rem;
}

h2,
.h2 {
    font-size: 1.75rem;
}

h3,
.h3 {
    font-size: 1.53125rem;
}

h4,
.h4 {
    font-size: 1.3125rem;
}

h5,
.h5 {
    font-size: 1.09375rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.tx-spacing--1 {
    letter-spacing: -0.5px;
}

.tx-normal {
    font-weight: 400;
}

.tx-success {
    color: #10b759;
}

.tx-color-03 {
    color: #8392a5;
}

.tx-12 {
    font-size: 12px !important;
}

.tx-14 {
    font-size: 14px !important;
}

.tx-16 {
    font-size: 16px !important;
}

.tx-18 {
    font-size: 18px !important;
}

.text-data-type {
    letter-spacing: 4px;
}

@media (max-width: 576px) {
    .text-data-type {
        letter-spacing: 2.5px;
    }
}

.text-light-blue {
    color: #8a81bd;
}

/* .text-muted {
    color: #7987a1 !important;
} */

.text-normal {
    font-weight: 400 !important;
}

.nav-with-icon .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.nav-with-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.nav-with-icon .nav-link+.nav-link {
    margin-left: 15px;
}

@media (min-width: 576px) {
    .nav-with-icon .nav-link+.nav-link {
        margin-left: 25px;
    }
}

.card {
    border: 1px solid #E2E2E2;
    border-radius: 0.25rem;
}

.card-header,
.card-footer {
    background-color: transparent;
    border-color: #E2E2E2;
}

.bd-b-0 {
    border-bottom: 0;
}

.page-title h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 28px;
}

.page-title .btn svg {
    height: 20px;
    width: 20px;
}

.page-title .btn .material-icons,
.page-title .btn .material-icons-outlined {
    font-size: 22px;
    vertical-align: middle;
    margin-top: -2px;
    stroke-width: 2.5px;

}

@media (min-width: 576px) {
    .page-title h2 {
        font-size: 32px;
    }
}

.back-arrow,
.menu-btn {
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #262626;
}

@media (min-width: 992px) {
    .menu-btn {
        display: none;
    }
}

#app {
    overflow-x: hidden;
}

/***** Select 2*******/

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 1.5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
} */

/* ############### HEADER ############### */

.navbar-header {
    align-items: stretch;
    height: 60px;
    justify-content: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
}

.navbar-header img {
    max-width: 140px;
}

@media (min-width: 576px) {
    .navbar-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    body {
        padding-top: 60px;
    }

}



.navbar-header .navbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
}

.dropdown-link {
    position: relative;
    margin-left: 15px;
}

.dropdown-link svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.25px;
    color: #1b2e4b;
}

.dropdown-link span {
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #dc3545;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 2;
    border-radius: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1031;
}

.form-control {
    color: #000;
    border-radius: 0;
    /* background-color: #eee;
    border: 2px solid #eee; */
}


.form-control:focus,
.form-control:active {
    outline: none !important;
    box-shadow: none;
    border-color: #ced4da;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #dae0e5;
    border: 1px solid #dae0e5;
}



label {
    font-weight: 500;
    margin-bottom: .2rem;
    position: relative;
}

.custom-select {
    color: #000;
    border-radius: 0;
    border-color: #ced4da;
    background-color: #fff;
}


.custom-select:focus,
.custom-select:active {
    outline: none !important;
    box-shadow: none;
    border-color: #ced4da;
    background-color: #fff;

}

.requerido,
.requerido:focus,
.requerido:active,
.autocomplete-requerido,
.autocomplete-requerido:focus,
.autocomplete-requerido:active {
    border-left: 2px solid #dc3545;
}

.requerido.ok,
.requerido.ok:focus,
.requerido.ok:active,
.autocomplete-requerido.ok,
.autocomplete-requerido.ok:focus,
.autocomplete-requerido.ok:active {
    border-left-color: green;
}

/* ############### INDEX ############### */


@media (min-width: 992px) {
    #main-content {
        padding-left: 240px;
    }
}


/* ############### RIGHT PANEL ############### */

#rightpanel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 400px;
    max-width: 100%;
    background: #fff;
    /* padding: 20px; */
    border-left: 1px solid #E2E2E2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1033;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%), 0 2px 16px rgb(0 0 0 / 10%);
    overflow: hidden;
}

#rightpanel .inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px;
}

#rightpanel::-webkit-scrollbar {
    width: 0;
}

#rightpanel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* rightpanel tabs bottom */

#rightpanel .tabs-bottom {
    height: 94%;
    height: calc(100% - 60px);
}

#rightpanel .nav-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #e2e2e2;
    align-items: center;
}

.nav-bottom .nav-link i {
    display: block;
}

.nav-bottom .nav-link {
    color: #bbb;
}

.nav-bottom .nav-link.active {
    color: #001737;
}

/** rightpanel tabs line **/

#rightpanel .nav-line {
    border-bottom: 5px solid rgb(226, 226, 226);
    margin-right: -20px;
    margin-left: -20px;
}

#rightpanel .nav-line .nav-link {
    color: #262626;
    padding: 14px 12px;
    font-weight: 500;
}

#rightpanel .nav-line .nav-link:hover {
    color: #262626;
}

#rightpanel .nav-line .nav-link.active {
    position: relative;
}

#rightpanel .nav-line .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #262626;
}

/* nav tabs */
.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* customs tabs */
.custom-nav {
    border-bottom: 1px solid #E2E2E2;
}

.custom-nav .nav-link {
    padding: 18px 0;
    margin-right: 16px;
    color: #545454;
}

.custom-nav .nav-link.active {
    border-bottom: 3px solid #000000;
    color: #000;
    font-weight: 500;
}

/* ############### LEFT MENU ############### */

#leftmenu {
    position: fixed;
    left: -240px;
    top: 0;
    height: 100%;
    width: 240px;
    overflow: auto;
    border-right: 1px solid #E2E2E2;
    padding-bottom: 32px;
    padding-top: 25px;
    background-color: white;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1032;
}

@media (min-width: 992px) {
    #leftmenu {
        left: 0;
        top: 60px;
        z-index: 1;
    }
}

#leftmenu.show {
    left: 0;
}

/* 
#leftmenu .inner {
    margin-top: 60px;
}

@media (min-width: 992px) {
    #leftmenu .inner {
        margin-top: 40px;
    }
} */

#leftmenu .menu-title {
    margin: 32px 32px 12px 32px;
    font-size: 18px;
}

#leftmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#leftmenu ul li {
    padding: 5px 0;
    line-height: 20px;
}


#leftmenu ul li a {
    display: flex;
    flex-direction: row;
    height: 32px;
    align-items: center;
    border-left: 4px solid transparent;
    padding-left: 28px;
    text-decoration: none;
    font-size: 18px;
    color: rgb(84, 84, 84);
}



#leftmenu ul>ul li a {
    padding-left: 60px;
}

.link {
    cursor: pointer;
}

#leftmenu ul li.active a,
#leftmenu ul li.active .material-icons,
#leftmenu ul li.active .material-icons-outlined {
    border-color: #4fbebe;
    color: #4fbebe;
}

/* #leftmenu ul li.niveldos a,
#leftmenu ul li.niveldos .material-icons,
#leftmenu ul li.niveldos .material-icons-outlined {
    border-color: transparent;
} */

#leftmenu .material-icons,
#leftmenu .material-icons-outlined {
    font-size: 20px;
    color: rgb(175, 175, 175);
    margin-right: 12px;
    display: none;
}

#leftmenu a:hover .material-icons,
#leftmenu a:hover .material-icons-outlined {
    color: #4fbebe;
}

#leftmenu ul li a:hover {
    color: #4fbebe;
}

.close-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #262626;
}

.close-menu svg {
    margin: 20px 20px 0;
    cursor: pointer;
}

@media (min-width: 992px) {
    .close-menu {
        display: none;
    }
}

/* .navbar-toggler {
    border: none;
    margin-right: 5px;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
} */

#leftmenu .custom-select {
    max-width: 200px;
    font-size: 0.875rem;
    color: #001737;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    margin-left: 18px;
    border-color: transparent;
}

#leftmenu .custom-select:hover {
    background-color: #eee;
    border-color: #eee;
}

/* ############### bUTTONS ############### */

.btn,
.ui-datepicker-buttonpane button,
.sp-container button {
    border-radius: 0;
}

.btn:focus,
.ui-datepicker-buttonpane button:focus,
.sp-container button:focus,
.btn:active,
.ui-datepicker-buttonpane button:active,
.sp-container button:active {
    box-shadow: none;
}

.btn svg,
.ui-datepicker-buttonpane button svg,
.sp-container button svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5px;
    margin-top: -2px;
}

.btn.active-primary,
.ui-datepicker-buttonpane button.active-primary,
.sp-container button.active-primary,
.btn.active-primary:hover,
.ui-datepicker-buttonpane button.active-primary:hover,
.sp-container button.active-primary:hover,
.btn.active-primary:focus,
.ui-datepicker-buttonpane button.active-primary:focus,
.sp-container button.active-primary:focus {
    background-color: #fff;
    border-color: #0168fa;
    color: #0168fa;
}

.btn-sm,
.btn-group-sm>.btn,
.ui-datepicker-buttonpane .btn-group-sm>button,
.sp-container .btn-group-sm>button,
.ui-datepicker-buttonpane button {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-xs {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.25rem;
}

.btn-lg,
.btn-group-lg>.btn,
.ui-datepicker-buttonpane .btn-group-lg>button,
.sp-container .btn-group-lg>button {
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.btn-light {
    background-color: #eee;
    border-color: #eee;
    color: #000;
}

.btn-light:hover,
.btn-light:focus {
    background-color: #e2e2e2;
    border-color: #e2e2e2;
}

.btn-outline-light {
    border-color: #b4bdce;
    color: #7987a1;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: #b4bdce;
    border-color: #b4bdce;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    background-color: #cdd4e0;
    border-color: #b4bdce;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #c0ccda;
    color: rgba(27, 46, 75, 0.7);
}

.btn-white:hover,
.btn-white:focus {
    border-color: #8392a5;
    color: #1b2e4b;
}

.btn-white:active,
.btn-white.active {
    background-color: #f5f6fa;
}

.btn-icon {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn,
.sp-container .btn-group-sm>button.btn-icon,
.ui-datepicker-buttonpane button.btn-icon {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-icon.btn-xs {
    padding-left: 6px;
    padding-right: 6px;
}

.btn-icon svg {
    margin: 0;
}

.btn-brand-01 {
    background-color: #015de1;
    border-color: #015de1;
    color: #fff;
}

.btn-brand-01:hover,
.btn-brand-01:focus {
    background-color: #0153c7;
    border-color: #0153c7;
    color: #fff;
}

.btn-brand-02 {
    background-color: #042893;
    border-color: #042893;
    color: #fff;
}

.btn-brand-02:hover,
.btn-brand-02:focus {
    background-color: #063cdd;
    border-color: #063cdd;
    color: #fff;
}

.btn-outline-facebook {
    background-color: transparent;
    border-color: #4064ac;
    color: #4064ac;
}

.btn-outline-facebook:hover,
.btn-outline-facebook:focus {
    background-color: #4064ac;
    border-color: #4064ac;
    color: #fff;
}

.btn-outline-twitter {
    background-color: transparent;
    border-color: #00a7e6;
    color: #00a7e6;
}

.btn-outline-twitter:hover,
.btn-outline-twitter:focus {
    background-color: #00a7e6;
    border-color: #00a7e6;
    color: #fff;
}

.btn-uppercase {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.75;
}

.btn-uppercase.btn-sm,
.btn-group-sm>.btn-uppercase.btn,
.sp-container .btn-group-sm>button.btn-uppercase,
.ui-datepicker-buttonpane button.btn-uppercase {
    font-size: 11px;
    line-height: 1.773;
}

.btn-uppercase.btn-xs {
    font-size: 10px;
    line-height: 1.8;
}


@media(max-width: 768px) {
    button.full-width {
        width: 100%;
    }
}

/* ############### Rows ############### */

.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}

.row-sm>div {
    padding-left: 10px;
    padding-right: 10px;
}

.row-xs {
    margin-left: -5px;
    margin-right: -5px;
}

.row-xs>div {
    padding-left: 5px;
    padding-right: 5px;
}

.row-xxs {
    margin-left: -1px;
    margin-right: -1px;
}

.row-xxs>div {
    padding-left: 1px;
    padding-right: 1px;
}

@media (min-width: 576px) {
    .row-xs--sm {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-xs--sm>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-sm--sm {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-sm--sm>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row--sm {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row--sm>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .row-xs--md {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-xs--md>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-sm--md {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-sm--md>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row--md {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row--md>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .row-xs--lg {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-xs--lg>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-sm--lg {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-sm--lg>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row--lg {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row--lg>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .row-xs--xl {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-xs--xl>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-sm--xl {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-sm--xl>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row--xl {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row--xl>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/************* Loader **************************/

#loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #4fbebe;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin .5s;
    -webkit-animation: spin .5s linear infinite;
    position: absolute;
    top: 20px;
    left: 20px;
    visibility: visible;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

optgroup[label] {
    color: #4fbebe;
    font-weight: 300;
    font-style: inherit;
    text-shadow: none
}

optgroup[label] option {
    color: #000;
    font-style: inherit;
    text-shadow: none
}


/***************  data table *******************/

.dataTables_wrapper {
    margin-top: 25px;
}

table.dataTable tbody {
    color: rgb(84, 84, 84);
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0;
    outline: none;
    width: 240px;
    max-width: 90vw;
    background: url(../img/search.png) no-repeat left 0.4rem center/16px 16px;
    padding-left: 30px;
    margin-bottom: 20px
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fafafa;
}

table.dataTable thead th,
table.table-sm thead th {
    letter-spacing: 2px;
    white-space: nowrap;
    font-weight: 500;
    padding: 10px 18px 10px 10px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
}

.DTFC_LeftBodyLiner,
.DTFC_RightBodyLiner {
    border-bottom: 1px solid transparent;
}


table.dataTable tbody td.edit {
    cursor: pointer;
    text-align: center;
    width: 40px;

}
table.dataTable tbody td.edit a{
 display: block;

}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even:hover {
    background-color: #fff;
}
@media all and (max-width: 600px) and (orientation:landscape) 
{

    
}

table.dataTable tbody td.send {
    cursor: pointer;

}

table.dataTable tbody td.edit img {
    width: 22px;
    height: 22px;
}

.dt-button {
    float: left;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
}

@media (max-width: 576px) {
    .dt-buttons {
        text-align: center;

    }

    .dt-button {
        float: none;
        margin-bottom: 5px;

    }
}




/***************  sweet Alert *******************/
.swal2-popup {

    border-radius: 0 !important;
    width: 30em !important;
    padding: 1em !important;
    font-size: .85rem !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 0 !important;
    background-color: #4fbebe !important;
    font-weight: 400 !important;

}

.swal2-styled.swal2-cancel {
    border-radius: 0 !important;
    background-color: #dc3545 !important;
    font-weight: 400 !important;

}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/*********** pg-calendar ****************/
.calender-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1031;
}

.calendar-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1032;
    overflow: hidden;
}

.calendar-bottom>div {
    margin-bottom: -100%;

}

.calendar-bottom>div.show {
    margin-bottom: 0;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pignose-calendar {
    width: 100%;
    max-width: 400px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pignose-calendar .pignose-calendar-top {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pignose-calendar .pignose-calendar-unit {
    float: left;
    display: block;
    height: 3em;
    width: 14.28%;
    text-align: center;
    line-height: 2.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pignose-calendar .pignose-calendar-header {
    font-weight: 500;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: #4fbebe;
    font-weight: normal;
    /* -webkit-box-shadow: none;
     box-shadow:none; */
}

.pignose-calendar .pignose-calendar-body {
    padding-top: 0;
}

.form-control.calendar[readonly] {
    background-color: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.form-control.calendar.requerido[readonly] {
    background-color: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.form-control.calendar.requerido[readonly],
.form-control.calendar.requerido[readonly]:focus,
.form-control.calendar.requerido[readonly]:active {
    border-left: 2px solid #dc3545;
}

.form-control.calendar.requerido[readonly].ok,
.form-control.calendar.requerido[readonly].ok:focus,
.form-control.calendar.requerido[readonly].ok:active {
    border-left-color: green;
}


/* Fab Icons */

.adminActions {
    position: fixed;
    bottom: 35px;
    right: 35px;
}

.adminButton {
    height: 60px;
    width: 60px;
    background-color: rgba(67, 83, 143, .8);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.adminButton i {
    font-size: 22px;
}

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.adminButtons a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a:hover {
    transform: scale(1.05);
}

.adminButtons a:nth-child(1) {
    background-color: #ff5722;
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(2) {
    background-color: #03a9f4;
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(3) {
    background-color: #f44336;
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(4) {
    background-color: #4CAF50;
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.adminActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adminToggle {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked~.adminButtons a {
    opacity: 1;
    visibility: visible;
}

@media print {
    @page {
        /* size: A4 portrait; */
        /* margin: 1cm; */
    }

    ::-webkit-scrollbar {
        display: none;
    }
}