:root {
    --color-1: #A7AEB7;
    --color-01: #823A2F;

    --color-2: #074227;
    --color-02: #64C5BA;    /*#01B2B7;*/
    --color-002: #64C5BA;   /*#51B5B0;*/
    --color-0002: #EDF7F5;

    --color-3:#CFE2FF;

    --color-00: #FFFFFF;
    --color-00: #FFFFFF;
}

body{
    background-color: #FFFFFF;  /*#f6f6f8;*/
}

a{
    color: var(--color-002);
}
a:hover{
    color: var(--color-1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #333333;
    font-weight: 600;
    /*letter-spacing: -.02em;*/
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    z-index: 99999; }
.preloader .spinner-border {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.navbar{
    background-color: var(--color-0002);
}
.navbar .navbar-brand img{
    height: 28px;
}
#menu-dates-graphics .nav-item {
    margin-left: -20px;
    margin-top: -5px;
}
#menu-dates-graphics .nav-link.active .badge {
    background-color: #ffc107 !important;
    color:#000000 !important;
}
#menu-dates-graphics .nav-link .badge {
    background-color: #000000;
    color:#FFFFFF !important;
}
.btnFP-Photos {
    font-size: 12px;
    margin-right: 18px;
    margin-top: 10px;
    padding: 2px 6px;
}

.section{
    padding-top: 20px;
    padding-bottom: 70px;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-1);
    z-index: 10;
}
#lblRolNav {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.nav-link {
    color: #333333 !important;
}




/*  TEXTOS */

.title-module {
    font-size: 40px;
    color: var(--color-002);
}
.text-help {
    font-size: 16px;
    color: #6c757d;
    font-weight: 400;
}
.text-subtitle {
    color: var(--color-002);
    position: relative;
    margin-bottom: 20px;
}
.text-subtitle::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: var(--color-002);
}
.text-verde {
    color: var(--color-002);
}
.text-bg-black {
    background-color: #333333;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.text-mayus {
    text-transform: uppercase;
}
.pull-right {
    float: right;
}




/*  INICIO  */

#menu-principal .administracion-item {
    text-align: center;
    padding: 20px;
    /*background-color: #F9F9F9;*/
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    min-height: 220px;
    border: 1px solid var(--color-002);
}
#menu-principal .administracion-item:hover {
    opacity: 0.5;
}
#menu-principal a {
    text-decoration: none;
}
#menu-principal .administracion-item i {
    font-size: 60px;
    /*border: 2px solid var(--color-02);*/
    /*border-radius: 50%;*/
    width: 90px;
    height: 90px;
    padding-top: 25px;
    transition: 0.4s ease-in-out 0s;
    /*background-color: var(--color-02);*/
    color: var(--color-002);
}
#menu-principal .administracion-item .item-body h3 {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Oswald', sans-serif !important;
    color: #555555;
    transition: 0.3s ease-in-out 0s;
    margin: 20px 0 2px;
}
#menu-principal .administracion-item .item-body p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    font-weight: 300;
    text-decoration: none;
}





/* MENU */

.optionMenu{
    background-color: var(--color-2);
    border: 1px solid var(--color-2);;
    border-radius: 15px;
    box-shadow: 2px 3px 3px #eee;
    cursor: pointer;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 26px;
    width: 100%;
    text-decoration: none;
    display: block;
    position: relative;
}
.optionMenu .circle {
    background-color:#fff;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
.optionMenu .circle i{
    font-size: 37px;
    line-height: 100%;
    color: var(--color-1)
}
.optionMenu .textOptionMenu {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-top: 8px;
    text-align: center;

}

.optionMenu:hover{
    background-color:var(--color-1);
    box-shadow: none !important;
    border:none;
    text-decoration: none;
}
.optionMenu:hover .circle{
    background-color: #fff;
}
.optionMenu:hover .circle i{
    color: var(--color-2);
}
.optionMenu:hover .textOptionMenu{
    color:#FFF;
}



.panel-result {
    margin-bottom: 30px !important;
    padding: 20px;
    background: #F5F5F5;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}




.space10 {
    margin-top: 10px;
}
.space20 {
    margin-top: 20px;
}
.space30 {
    margin-top: 30px;
}
.fondoBlanco {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75) !important;
    min-height: 600px;
    padding: 40px 30px 30px 30px;
    border-top: 6px solid #420F07;
    margin-bottom: 100px;
}
.form-horizontal .form-group {
    /*margin-right: -15px;
    margin-left: -15px;*/
    margin-bottom: 15px;
}
.form-iview02 .form-group label {
    /*font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-right: 5px;*/
    padding-top: 7px;
    /*text-transform: capitalize;
    text-align: left;*/
}
.form-iview02 .form-control {
    height: 40px;
}
.form-iview02 .form-control:focus {
    border: 1px solid var(--color-002) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-iview02 .accordion-button {
    display: inline !important;
    font-weight: bold;
}
.form-iview02 .form-group label.error {
    color: red;
}
/*.dataTablesSL thead tr {
    background-color: #EEEEEE !important;
    background-image: -moz-linear-gradient(center top, #e2e2e2 0px, #c9c9c9 100%) !important;
    background-image: -webkit-gradient(center top, #e2e2e2 0px, #c9c9c9 100%) !important;
}*/
.back-content-main {
    background-color: #F8F9FA;
    /*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) !important;*/
    min-height: 600px;
    padding: 40px 30px 30px 30px;
    border: 1px solid #eff2f7;
    border-top: 6px solid var(--color-002) !important;
    margin-bottom: 100px;
    border-radius: 15px;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: #FFFFFF !important;
    background-color: var(--color-002) !important;
    border-color: var(--color-002) !important;
}
.page-link {
    color: var(--color-002) !important;
}
.btn-link {
    color: #333333 !important;
}
.btn-black {
    background-color: #333333 !important;
    color: #fff !important;
}
.labelHeadGraphic {
    font-size: 12px;
}





#loading {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 30px;
    height: 100%;
    padding-top: 10%;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
}
#loading i {
    font-size: 80px;
    margin-bottom: 10px;
}
#loadingOver {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 26px;
    height: 100%;
    padding-top: 10%;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
}
#loadingOver i {
    font-size: 110px;
    margin-bottom: 10px;
    color: var(--color-3);
}
#search .mensageSearch {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-right: 100px;
    padding-top: 5px;
    text-align: right;
    font-style: italic;
}
.bg-light {
    --bs-bg-opacity: 1;
    /*background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;*/
    background-color: var(--color-002) !important;
}
.breadcrumb {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #FFFFFF;
}
.breadcrumb-item.active {
    color: #FFFFFF !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF !important;
}
hr {
    border-color: #CBCBCB !important;
}
.disabledcontrol {
    pointer-events: none;
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
    color: dimgray;
    background-color: #F1F2F3;
}
#section-variables .input-group-text {
    background-colorX: var(--color-002);
}




.modal-header {
    /*background-color: var(--color-0002);*/
}






.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #F9F9F9;
}
table.dataTable thead th {

}
table.dataTable tbody td {
    cursor: pointer;
}
.dataTablesSL thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #212529 !important;
    color: #FFFFFF;
    /*border: 1px solid #ddd;*/
}
.dataTablesSL tbody tr td {
    font-size: 14px;
}
.dataTablesSL tbody tr.selected{
    background-color: var(--color-01) !important;
    color: #fff !important;
}
.dataTablesSL .text-help {
    font-size: 14px !important;
}
.dataTablesSL .btn-sm {
    --bs-btn-padding-y: 0.15rem !important;
    --bs-btn-padding-x: 0.4rem !important;
    --bs-btn-font-size: 0.775rem !important;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: red !important;
    color: #fff !important;
}
#tblServiciosAgenda thead tr {
    display: none;
}
#tblServiciosAgenda tbody tr td {
    font-size: 14px;
}
#tblServicios tbody tr td, #tblClientes tbody tr td {
    font-size: 14px;
    cursor: pointer;
}
.dataTablesSL thead .btn {
    color: #FFFFFF !important;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.dataTablesSL thead .btn:hover {
    text-decoration: underline;
}



.card {
    margin-bottom: 80px;
    border-top: 6px solid var(--color-002) !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #eff2f7;
    border-radius: 0.75rem; }
.card > hr {
    margin-right: 0;
    margin-left: 0; }
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px); }
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.75rem - 1px);
    border-bottom-left-radius: calc(0.75rem - 1px); }
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
    flex: 1 1 auto;
    padding: 1.75rem 1.75rem;
}
.card-title {
    margin-bottom: 0;
    font-size: 36px;
    color: var(--color-002);
}
.card-subtitle {
    margin-top: 3px;
    margin-bottom: 0;
    font-weight: 500;
}
.card-title-modal {
    margin-bottom: 0;
    font-size: 14px !important;
    color: #333333;
}
.card-text-modal {
    font-size: 12px !important;
}
.card-text:last-child {
    margin-bottom: 0; }

.card-link:hover {
    text-decoration: none; }

.card-link + .card-link {
    margin-left: 1.75rem; }

.card-header {
    padding: 0.875rem 1.75rem;
    margin-bottom: 0;
    /*background-color: transparent;*/
    border-bottom: 1px solid #eff2f7;

    /*padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);*/
    color: var(--bs-card-cap-color);
    background-color: rgb(33,37,41, 0.03);
    border-bottom: 1px solid rgba(0,0,0,0.0175);
}
.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0; }

.card-footer {
    padding: 0.875rem 1.75rem;
    background-color: transparent;
    border-top: 1px solid #eff2f7; }
.card-footer:last-child {
    border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px); }

.card-header-tabs {
    margin-right: -0.875rem;
    margin-bottom: -0.875rem;
    margin-left: -0.875rem;
    border-bottom: 0; }
.card-header-tabs .nav-link.active {
    background-color: #ffffff;
    border-bottom-color: #ffffff; }

.card-header-pills {
    margin-right: -0.875rem;
    margin-left: -0.875rem; }

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.75rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%; }

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px); }

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.75rem - 1px);
    border-bottom-left-radius: calc(0.75rem - 1px); }

.card-group > .card {
    margin-bottom: 0.75rem;
}








::-webkit-input-placeholder { /* Chrome */
    color: #dee2e6 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #dee2e6 !important;
}
::-moz-placeholder, ::-ms-input-placeholder { /* Firefox 19+ */
    color: #dee2e6 !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #dee2e6 !important;
    opacity: 1;
}







@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap; }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0; }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0; }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0; }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0; }
}

.section-heading {
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .section-heading {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .section-heading {
        margin-bottom: 3rem;
    }
}





.text-center .after-50::after {
    right: 0;
    margin: auto;
}
.after-50::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
}
.primary-after::after {
    background-color: var(--color-1);
}
.after-50 {
    position: relative;
}



@media (max-width: 992px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }
