﻿@import url('fonts.css');

body {
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #231F20;
}

a,
p,
button,
input,
select,
option,
* {
    font-family: 'Open Sans', sans-serif;
}

a{
    text-underline-offset: 4px;
}

a {
    color: #0077cc;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Bold';
}
.p-20 {
    padding: 20px !important;
}

.btn-close-gray, btn-close-gray:hover {
    background-color: gray;
    border: gray;
    color: #fff !important;
}
/*Costom sizes*/
.icon {
    padding-left: 25px;
    background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left;
    background-size: 20px;
}
.size-60 {
    font-size: 60px;
}
.size-30{
    font-size:30px;
}
.size-16{
    font-size:16px;
}
.size-14 {
    font-size: 14px;
}
.size-18 {
    font-size: 18px;
}
.size-20 {
    font-size: 20px;
}
.size-12 {
    font-size: 12px;
}
/*Costom sizes end*/


/*Styles varios*/
.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.w-10 {
    width: 10% !important;
}

.w-5 {
    width: 5% !important;
}

.mt-30 {
    margin-top: 30px;
}
.vertical-center {
    margin: 0;
    width: 100%;
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.border-primary {
    color: #766790 !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

btn, .btn {
    font-size: 14px;
}


.strong {
    font-weight: bolder;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.deleteConfirmationModal, .cancelConfirmationModal {
    background-color: rgba(0, 0, 0, 0.16);
}
/*Style varios end*/
/*Style varios end*/

.btn-sm {
    padding: 7px 3px 0 3px !important;
    line-height: normal;
}

.btn-sm span {
    font-size: 20px;
    line-height: 0;
}
.btn-disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.6;
    background-color: lightgrey;
}

.input-disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #edf0f2;
}


/*Footer*/
main {
    flex: 1;
}
.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    height: 40px;
    margin-top: auto;
    background: #C3BEB5;
    text-align: center;
}

/*Footer end*/


/*Colors and backgrounds*/
strong{
    font-weight:bold;
}
.color-admin {
    color: #766790 !important;
}

.color-admin-2 {
    color: #545252;
}

.color-admin-3 {
    color: #A9773E !important;
}

.color-red {
    color: #ed6b6b !important;
}

.bg-admin {
    background-color: #766790 !important;
}
.bg-admin-2 {
    background-color: #534B74;
}
.bg-admin-3 {
    background-color: #c4beb6 !important;
}
.bg-admin-4 {
    background-color: #8c7856 !important;
}
.bg-admin-5 {
    background-color: #C6AA76 !important;
}

.bg-gray {
    background-color: #E5E7EB;
}


.bg-table {
    background-color: #F2F2F2;
}
.bg-white {
    background-color: white;
}

.bg-red {
    background-color: #f3b3b3 !important;
}
.bg-success {
    background-color: #009892 !important;
}

.badge {
    font-weight: 100;
    margin-right:4px;
}
/*Colors and backgrounds end*/

.btn{
    border-radius:0 !important;
}
.btn-admin, btn-admin:hover {
    color: #fff !important;
    background-color: #534B74 !important;
    border-color: #534B74 !important;
}

.btn-admin-2, btn-admin-2:hover {
    color: white !important;
    background-color: #766790 !important;
    border-color: #766790 !important;
}

.btn-admin-3, btn-admin-3:hover {
    color: white !important;
    background-color: #817462 !important;
    border-color: #817462 !important;
}

.btn-admin-2:focus {
    box-shadow: none !important;
}

.btn-outline-secondary {
    color: #ced4da;
    border-color: #ced4da;
}

.btn-outline-secondary:hover {
    background-color: #6c757d2b;
    border-color: #6c757d;
}
/*Login*/
.sidebar-login {
    position: relative;
    justify-content: center;
    background: #fff;
    border-radius: 0;
}

.img-login {
    background-image: url(../img/slide.jpg);
    min-height: 86vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 6px 6px 30px #00000040;
}
.bg-login {
    background-color: #766790 !important;
}

.center-login {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 400px;
    width: 90% !important;
}

.card-password {
    border-radius: 0.25rem !important;
    padding: 8px;
    font-size: 12px;
    line-height: 6px;
}

.img-password {
    width: 30%;
    height: auto;
}

.margin-login {
    margin-top: 10rem;
    margin-bottom:2rem;
}

.logo-img-login {
    width: auto;
    max-width: 25%;
}

/*Login End*/


/*Navbar*/
.nav-item {
    margin-right: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #C7A877;
}

.dropdown-item {
    font-size:14px;
}

.dropdown-no-arrow > .dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu-account {
    left: unset !important;
    right: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-divider {
    border-top: 1px solid rgb(255 255 255 / 45%);
}

.dropdown-more-option::after{
    display:none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #C7A877 !important;
    text-decoration: underline;
}

.nav-tab-disabled {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 1px;
    background-color: #EDF0F2;
    pointer-events: none;
}

.nav-tab-disabled:not(:last-child) {
    -webkit-box-shadow: 1px 0px 0px 0px #41464b33;
    -moz-box-shadow: 1px 0px 0px 0px #41464b33;
    box-shadow: 1px 0px 0px 0px #41464b33;
}

.nav-tab-disabled > button > span {
    color: #808080ba;
}

.v-pills-disabled {
    background-color: #EDF0F2 !important;
    color: #808080ba !important;
    pointer-events: none;
}
.v-pills > button {
    border-radius: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #c4beb6;
}

.underline-list, .underline-list:hover {
    color: #404041;
    cursor: pointer;
}

/*.card {
    border-radius: 0.45rem !important;
}
.card-body{
    padding:30px;
}*/

.separator {
    width: 100%;
    height: 0;
    border-bottom: 0.5px solid #231f20b8;
    margin-top: 8px;
    display: block;
}
.separator-table {
    border-bottom: 0.2px solid #e3e0e1;
}

.nav-pills .nav-link.active span {
    color: #766790;
    background-color: transparent;
    border-bottom: 2px solid;
    padding-bottom: 3px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:transparent;
}

.nav-pills .nav-link {
    color: #000;
    font-size: 14px;
}
.tab-admin {
    border-bottom: 1.5px solid;
}

.nav-tab-admin {
    background-color: #E9E7E7;
    margin-right:0 !important;
}

.v-pills {
    background-color: #e9e7e7;
}

.v-pills .nav-link.active {
    background-color: #766790;
    border-radius: 0;
}
/*NavProfile*/
.text-user-profile {
    color: #534B74
}


.text-user-profile-50 {
    --bs-text-opacity: 1;
    color: rgb(36 75 90 / 82%) !important;
}


/*BreadCrumb*/
.breadcrumbarrow {
    --bs-breadcrumb-divider: '>';
}

.breadcrumb {
    font-size: 16px;
    margin: 20px 0px 20px 0px;
}
.breadcrumb-item > a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #000;
}

/**/
/* Profile Circle */
.navsettings {
    text-align: center;
    float: left;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 7px;
}
.fixed-circle {
    min-width: 50px;
    min-height: 50px;
    background-color: #534B74;
    border: 1px solid #cbd5e0;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.fixed-circle span {
    font-size: 25px;
    color: white; 
}

.box-shadow-profile {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/*Navbar end*/
/*Tables*/
.table-striped {
    font-size: 12px;
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #C3BEB5;
}

.table > thead {
    background-color: #766790;
    color: white;
}

.editing-row, .focus-row {
background-color: #dfdada;
}

.table-sticky-header {
    overflow-y: auto; 
    max-height: 400px;
}

.table-sticky-header > table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #766790;
}
.accordion-table-item {
    background-color: transparent;
    border: 0;
}
.accordion-table-button {
    width: auto !important;
}
.accordion-table-item > .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}
/*Table End*/

/*Forms*/
.form-label{
    font-weight:600;
}

.form-control, .form-select {
    border-radius: 0;
}

.form-floating > .form-control, .form-floating > .form-select {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid black !important;
}

.form-control:focus, .form-select:focus {
    box-shadow: none !important;
    border-color: #766790;
}

.validation-message {
    color: #dc3545;
    font-size:12px;
}

.invalid {
    border: 1px solid #dc3545;
}

.password-valid {
    color: #009892;
    padding-bottom: 10px;
}

.password-invalid {
    color: #dc3545;
    padding-bottom: 10px;
}


.form-switch .form-check-input {
    width: 2.5em;
    height: 1.4em;
    margin-right: 10px;
    margin-bottom: 18px;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: #766790;
    border-color: #766790;
}

.form-check-input {
    display:block;
    width: 2.5em;
    height: 1.4em;
    margin-right: 10px;
    margin-top: 0;
}

.check-input-lg {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
}
.small, small {
    font-size: .8em;
    font-weight: 100;
}
/*.form-control:disabled ~ .form-label, .form-control[readonly] ~ .form-label {
    background-color: transparent;
}
.form-control, .form-select {
    border-radius: 0.45rem;
    line-height: 24px;
}

.form-group small {
    position: absolute;
    margin-left: 4px;
    margin-top: 2px;
    background-color: white;
}

.form-group {
    position: relative;
}*/
/* For WebKit browsers (Chrome, Safari, Edge) */
/*input[type="date"]:disabled::-webkit-datetime-edit {
    color: transparent !important;
}*/
/* For Firefox */
/*input[type="date"]:disabled::-moz-placeholder {
    color: transparent !important;
}*/
/* General placeholder rule for modern browsers */
/*input[type="date"]:disabled::placeholder {
    color: transparent !important;
}

input[type="date"]:disabled {
    color: transparent;*/ /* Optional: Make text transparent */
/*}

.form-group > .form-label {
    bottom: 30px;
    left: 10px;
    position: relative;
    background-color: white;
    padding: 0px 4px 0px 4px;
    font-size: 1em;
    transition: 0.2s;
    pointer-events: none;
    width: auto;
}

input:focus ~ .form-label, .form-select:focus ~ .form-label {
    bottom: 50px;
    font-size: 0.8rem;
    color: dimgray;
    width: auto;
}

textarea:focus ~ .form-label {
    bottom: 70px;
    font-size: 0.8rem;
    color: dimgray;
    width: auto;
}

.form-input-focus ~ .form-label, select:has(option[value=""]:not(:checked)) ~ .form-label {
    bottom: 50px;
    font-size: 0.8rem;
    color: dimgray;
    background-color:white !important;
    width: auto;
}

.form-textarea-focus ~ .form-label {
    bottom: 70px;
    font-size: 0.8rem;
    color: dimgray;
    width: auto;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors{
    padding-bottom:10px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecefcc;
    opacity: 1;
    pointer-events: none;
}*/
/*Accordion*/
.accordion-button:not(.collapsed) {
    background-color: #ebebeb;
    color: #534B74;
}

.accordion-button:focus {
    box-shadow: none;
}
.accordion-button {
    padding: 0.6rem 1.25rem;
}

.btn-accordion {
    background-color: #817462;
    padding: 0.275rem;
    border-radius: 0.25rem;
    color: white;
    font-size: 18px;
}
btn-filter {
    padding: 0.5rem !important;
}

/*Accordion*/
/*Pagination*/
.page-item.active .page-link {
    background-color: #766790;
    border-color: #766790;
}
.page-link {
    color: #C7A877;
}
.page-link:hover {
    color: #766790;
}

/*Pagination end*/


/*MultiSelect option*/
.selector-multiple-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    margin-top: 20px;
}

.btn-multiselect, .btn-multiselect:hover {
    background-color: #534B74;
    padding: 0.375rem;
    border-radius: 0.25rem;
    color: white;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    margin: 5px 10px;
}
.select-multiple-container {
    flex: 1;
}
.select-multiple {
    border-radius: 0.45rem;
    line-height: 22px;
    width: 100%
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

    /**/
    /*Media Queries*/
@media (max-width: 992px) {

    .nav-link {
        padding: .5rem .5rem;
    }

    .v-pills {
        background-color: transparent;
    }
    /*    .navbar-brand {
        width: 50%;
    }*/
    .center-login {
        padding: 10px;
    }
    .img-password {
        width: 70%;
    }
    
    .margin-login {
        margin-top: 5rem;
    }

    .logo-img-login {
        max-width: 50%;
    }
    .mt-30{
        margin-top:0px;
    }

}

@media (max-width: 576px) {
    .center-login {
        padding: 10px;
    }

    .margin-login {
        margin-top: 10rem;
    }

    .logo-img-login {
        max-width: 50%;
    }
}

@media (min-width: 992px) {

    .margin-login {
        margin-top: 8rem;
    }

    .logo-img-login {
        max-width: 20%;
    }

    .mw-lg-10 {
        min-width: 10%;
    }

    .min-vh-lg-50 {
        min-height: 50vh;
    }
}

.select-multiple-container {
    flex: 1;
}

    .select-multiple-container select {
        border: 1px solid black
    }

.select-multiple {
    border-radius: 0.45rem;
    line-height: 22px;
    width: 100%
}
