body {
    color: #666666;
    overflow: auto;
}
#maincontent {
    height: calc(100vh - 67px);
    flex: auto;
    overflow: auto;
}
.text-notransform {
    text-transform: none !important;
}
.visibility-collapsed {
    visibility: collapse;
}
.hover-underline:hover {
    text-decoration: underline !important;
}
.cursor-pointer:hover {
    cursor: pointer;
}
.only-hover-pointer-event:active {
    pointer-events: none;
}
.btn, a.btn:not([href]):not([tabindex]) {
    color: #FFFFFF;
}
.btn:hover, .btn:active, .btn:focus, .btn:disabled {
    color: #FFFFFF;
    background-image: linear-gradient(rgb(0,0,0,0.1), rgb(0,0,0,0.1));
    border-color: transparent;
}
.btn-red, .btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:disabled {
    background-color: #EF5350;
}
.btn-green, .btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:disabled {
    background-color: #4BCC9F;
}
.btn-yellow, .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:disabled {
    background-color: #FFD270;
}
.btn-gray, .btn-gray:hover, .btn-gray:active, .btn-gray:focus, .btn-gray:disabled {
    background-color: #8EA4C2;
}
.btn-darkgray, .btn-darkgray:hover, .btn-darkgray:active, .btn-darkgray:focus, .btn-darkgray:disabled {
    background-color: #4D4D4D;
}
.text-green {
    color: #4BCC9F;
}
.text-gray {
    color: #8EA4C2;
}
.text-blue {
    color: #14335E;
}
.bg-red {
    background-color: #EF5350;
}
.bg-green {
    background-color: #4BCC9F;
}
.bg-yellow {
    background-color: #FFD270;
}
.bg-gray {
    background-color: #8EA4C2;
}
.bg-darkgray {
    background-color: #4D4D4D;
}
label {
    color: #666666;
    font-size: 13px;
}
.form-control {
    color: #666666;
    border-color: #E2E8F0;
    margin-bottom: 2px;
}
.form-select {
    color: #666666;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238EA4C2' stroke='%238EA4C2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 8 6 -8 z'/%3E%3C/svg%3E");
    border-color: #E2E8F0;
    margin-bottom: 2px;
}
.form-select-slim {
    background-position: right .35rem center;
    padding-right: 1.5rem;
}
.form-control:focus, .form-select:focus {
    color: #666666;
    border-color: #8EA4C2;
    box-shadow: none;
}
.form-control[readonly], .form-select[readonly] {
    color: #999999;
    background-color: #FFFFFF;
    border-color: transparent;
}
input.error, select.error, textarea.error {
    border-color: #EF5350;
}
span.error {
    color: #EF5350 !important;
    font-size: 12px;
    font-style: italic;
    padding: 3px 5px;
}
.moneda-input-container {
    position: relative;
}
.moneda-input-container::before {
    content: '$';
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
}
.moneda-input-container input {
    text-align: right;
    padding-left: 25px;
}
.dropdown .list-group {
    max-height: 320px;
    border-radius: 0;
    overflow-y: auto;
}
.dropdown .notificaciones-container .list-group .list-group-item:last-child {
    border-bottom-width: 0;
}
.dropdown .notificaciones-container .list-group .list-group-item:not(:last-child) {
    margin-bottom: -1px;
}
.dropdown-menu-footer {
    border-top: 1px solid #dee2e6;
}
.dropdown .list-group .list-group-item:hover, .dropdown .list-group .list-group-item:focus, .dropdown .list-group .list-group-item.active, .notificaciones-container .list-group .list-group-item:hover, .notificaciones-container .list-group .list-group-item:focus, .notificaciones-container .list-group .list-group-item.active, .mensajes-container .list-group .list-group-item:hover, .mensajes-container .list-group .list-group-item:focus, .mensajes-container .list-group .list-group-item.active {
    background-image: linear-gradient(#8EA4C240, #8EA4C240);
    background-color: inherit;
    border-color: transparent;
}
.notificaciones-container .list-group .list-group-item .notimsj, .mensajes-container .list-group .list-group-item .nombremsj {
    color: #14335E;
    font-size: 14px;
}
.notificaciones-container .list-group .list-group-item .small, .mensajes-container .list-group .list-group-item .small {
    font-size: 11px;
}
.notificaciones-container .list-group .list-group-item:hover .notimsj, .notificaciones-container .list-group .list-group-item:focus .notimsj, .notificaciones-container .list-group .list-group-item.active .notimsj, .mensajes-container .list-group .list-group-item:hover .nombremsj, .mensajes-container .list-group .list-group-item:focus .nombremsj, .mensajes-container .list-group .list-group-item.active .nombremsj {
    color: #14335E;
    font-weight: 600;
}
.notificaciones-container .list-group-item svg {
    width: 25px;
    height: 25px;
}
.todos-chats-container {
    width: 100%;
    position: relative;
    z-index: 10;
}
.todos-chats-row {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}
.chat-container {
    height: 40px;
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border: 1px solid #0095B780;
    margin: 0 2px;
    position: relative;
    transform-origin: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.chat-container.show {
    height: 350px;
}
.chat-container.focus {
    border-color: #3B7DDD;
    box-shadow: 0 0 12px 0 #3B7DDDA0;
}
.chat-container .indicator {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 22px;
    height: 22px;
    background: #EF5350;
    padding: 1px;
    border-radius: 50%;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
    display: none;
    position: absolute;
    top: -10px;
    right: 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.chat-container.active .indicator {
    display: block;
}
.chat-container.active .chat-header {
    color: #FFFFFF;
    background-color: #14335E;
}
.chat-container.active .chat-header .close {
    color: #FFFFFF;
}
.chat-header {
    color: #14335E;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    width: 100%;
    padding: 3px 10px;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chat-header .close {
    color: #6c757d;
    font-size: 17px;
    margin: 0 0 0 auto;
}
.chat-body {
    height: 270px;
    background-color: #E2E8F080;
    padding: 5px 10px;
    overflow: scroll;
}
.chat-body .chat-msj-divider:first-child {
    margin-top: 0;
}
.chat-msj-divider {
    width: 100%;
    min-height: 1px;
    margin: 15px 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.5;
    z-index: 1;
}
.chat-msj-divider::before, .chat-msj-divider::after {
    content: '';
    width: 33%;
    height: 1px;
    background-color: #8EA4C2;
    /*position: absolute;
    z-index: -1;*/
}
.chat-body .chat-msj-container {
    width: 100%;
    display: flex;
}
.chat-body .chat-msj {
    font-size: 13px;
    min-width: 50px;
    max-width: 80%;
    color: #FFFFFF;
    padding: 3px 5px 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
}
.chat-body .chat-msj.msj-mio {
    background-color: #00D0FF;
    margin-left: auto;
}
.chat-body .chat-msj.msj-tuyo {
    background-color: #4D4D4D;
}
.chat-msj-hora {
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    right: 5px;
}
.chat-footer {
    min-height: 40px;
    height: auto;
    width: 100%;
    padding: 3px;
    border-top: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chat-footer textarea {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    resize: none;
    margin-right: 2px;
    overflow: hidden;
}
.table {
    --bs-table-color: #666666;
    --bs-table-bg: #FFFFFF;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: #f8f9fa;
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0,0,0,.038);
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color);
    text-transform: capitalize;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}
.table thead tr th{
    color: #FFFFFF;
    text-align: center;
    background-color: #8EA4C2;
    vertical-align: middle;
}
/*.table td[class*="dataTables_"]{
    text-transform: none;
}*/
.table td svg[onclick]{
    cursor: pointer;
}
.table td svg.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.table td.dark-cell{
    background-color: #E2E8F0;
}
.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #E2E8F0;
}
.tablaconceptosbody {
    max-height: 500px;
    overflow-y: auto;
    position: relative;
}
.tablaconceptosbody .tablaconceptos tr {
    background-color: #FFFFFF;
    position: relative;
}
.tablaconceptosbody .tablaconceptos tr td {
    background: transparent;
    z-index: 5;
}
.tablaconceptosbody .tablaconceptos .btnborrarfila {
    color: #FFFFFF;
    height: 20px;
    width: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #518be1;
    padding: 0;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.tablaconceptosbody .tablaconceptos tr:hover .btnborrarfila {
    display: flex;
}
.btnborrarfila span {
    line-height: 0.1;
    margin-bottom: 1px;
}
.tablaconceptosbody .tablaconceptos .btnaddfilaabajo {
    height: 20px;
    width: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 0;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.tablaconceptosbody .tablaconceptos tr:hover .btnaddfilaabajo {
    display: flex;
}
.btnaddfilaabajo span {
    line-height: 0.1;
    font-weight: bold;
}
.btnaddfilaabajo span svg {
    height: 12px;
    width: 12px;
    margin-bottom: -8px;
}
.table.editable tr td {
    position: relative;
}
.table.editable tr td input, .table.editable tr td textarea {
    width: 100%;
    height: 1.6rem;
    color: inherit;
    text-align: inherit;
    font-size: inherit;
    font-weight: inherit;
    resize: none;
    display: block;
    border: none;
}
.table.editable tr td input[type=number] {
    -moz-appearance: textfield;
}
.table.editable tr td input::-webkit-outer-spin-button, .table.editable tr td input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.table.tablaconceptos thead, .table.tablaconceptos tfoot {
    position: relative;
    /*box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);*/
    z-index: 3;
}
.table.tablaconceptos thead::after {
    height: 15px;
    background-image: linear-gradient(rgb(0,0,0,0.18), rgb(0,0,0,0));
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}
.tablaconceptos thead tr, .tablaconceptos thead tr th {
    border-bottom: none;
}
.table.tablaconceptos tbody tr td {
    font-size: 13px;
    font-weight: 400;
}
.table.tablaconceptos tfoot::before {
    height: 15px;
    background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0.18));
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
}
.table.tablaconceptos tfoot tr td {
    vertical-align: middle;
    border: 1px solid #dee2e6;
}
.table.tablaconceptos .secc-title, .table.tablaconceptos .secc-importe {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
}
.table.tablaconceptos .subsecc-title, .table.tablaconceptos .subsecc-importe {
    color: #15476B;
    font-size: 17px;
    font-weight: 600;
}
.table.tablaconceptos .subsubsecc-title, .table.tablaconceptos .subsubsecc-importe {
    color: #236A9D;
    font-size: 16px;
    font-weight: 600;
}
.table.tablaconceptos .subsubseccsub1-title, .table.tablaconceptos .subsubseccsub1-importe {
    color: #2DA3CE;
    font-size: 15px;
    font-weight: 600;
}
.table.tablaconceptos .subsubseccsub2-title, .table.tablaconceptos .subsubseccsub2-importe {
    color: #54D2F5;
    font-size: 14px;
    font-weight: 600;
}
.table.tablaconceptos .id-cell {
    width: 55px;
}
.table.tablaconceptos .unidad-cell {
    width: 75px;
}
.table.tablaconceptos .cantidad-cell {
    width: 87px;
}
.table.tablaconceptos .pu-cell {
    width: 130px;
}
.table.tablaconceptos .importe-cell {
    width: 180px;
}
.table.tablaconceptos .price-cell {
    text-align: right;
    position: relative;
}
.table.tablaconceptos .price-cell::before {
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '$';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
}
.table.dataTable {
    margin: 10px 0;
}
.table.datatable tbody tr, .table.dataTable tbody tr {
    font-size: 12px;
}
.dataTables_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
    width: 50%;
    padding-right: 15px;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate {
    width: 50%;
    text-align: right;
    padding-left: 15px;
    margin-left: auto;
}
.dataTables_wrapper .dataTables_length select {
    appearance: none;
    color: #666666;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238EA4C2' stroke='%238EA4C2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 8 6 -8 z'/%3E%3C/svg%3E");
    background-position: right 0.2rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding: 2px 1rem 2px .4rem;
    border-color: #E2E8F0;
    border-radius: 0.2rem;
}
.dataTables_wrapper .dataTables_filter input {
    appearance: none;
    color: #666666;
    border: 1px solid #E2E8F0;
    border-radius: 0.2rem;
    padding: 2px 0.3rem;
    margin-left: 5px;
}
.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus {
    color: #666666;
    border-color: #8EA4C2;
    box-shadow: none;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    color: #666666;
    background-color: #FFFFFF;
    padding: 8px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 0.2rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #8EA4C2;
    border-color: #8EA4C2;
}
.dataTables_wrapper .dataTables_scroll {
    width: 100%;
}
.dataTables_scrollHead, .dataTables_scrollHead .dataTables_scrollHeadInner, .dataTables_scrollHead .dataTables_scrollHeadInner .datatable {
    min-width: 100%;
}
.dataTables_scrollBody tfoot tr{
    height: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
}
.dataTables_scrollBody tfoot tr th, .dataTables_scrollBody tfoot tr td{
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
}

.loginbackground {
    width: 100%;
    height: 100%;
    background-color: #0B1F3B;
    background-image: url('https://alhersoft.alhersem.com/imgs/alhersoft-fondo.jpg'); /*cambiar por la ruta completa cuando se ponga en un archivo css*/
    background-position: left top;
    background-size: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.loginlogocontainer {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.loginlogo {
    width: 100%;
}
.loginformcontainer {
    width: 50%;
    height: 100%;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 35px 0 0 35px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transform-origin: right;
    transform: scale(0,1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.loginform {
    width: 40%;
    max-width: 350px;
    text-align: center;
}
.loginform label {
    color: #666666;
    font-size: 14px;
}
.loginform span {
    color: #0095B7;
    font-size: 11px;
}
.loginform span a {
    color: #8EA4C2;
}
.loginformbtn {
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #00D0FF;
    margin-top: 40px;
}
.loginformbtn:hover, .loginformbtn:active, .loginformbtn:focus {
    background-color: #00D0FF;
}
.logincopyrightcontainer {
    width: 100%;
    height: 50px;
    background-color: #0B1F3B;
    padding: 15px 25px;
    position: relative;
    z-index: 2;
}
.logincopyrighttext {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 300;
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.showitems .loginlogocontainer, .showitems .logincopyrighttext {
    left: calc(25%);
}
.showitems .loginformcontainer {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.navbar-bg {
    background-color: #E2E8F0;
    border-bottom: 2px solid #FFFFFF;
}
.dropdown-menu {
    --bs-dropdown-color: #495057;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: #495057;
    --bs-dropdown-link-hover-color: #42484e;
    --bs-dropdown-link-hover-bg: #f8f9fa;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #3b7ddd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #6c757d;
    background-color: var(--bs-dropdown-bg);
    color: var(--bs-dropdown-color);
}
.sidebar-brand {
    width: 100%;
    max-height: 65px;
    text-align: center;
    padding: 0.875rem 1.5rem;
}
.sidebarlogo {
    max-width: 85%;
    max-height: 100%;
}
.sidebardivider {
    width: 94%;
    border-top: 2px solid #08182E;
    border-bottom: 2px solid #14335E;
    margin-left: 3%;
}
.sidebar, .sidebar-content, .sidebar-link, a.sidebar-link {
    background: unset;
    background-color: #0B1F3B;
}
.sidebar-link, .sidebar-link:not([href]):not([tabindex]) {
    color: rgba(233,236,239,.5);
}
.sidebar-link:hover, .sidebar-link:not([href]):not([tabindex]):focus, .sidebar-link:not([href]):not([tabindex]):hover, .sidebar-link[aria-expanded=true], .sidebar-link[data-bs-toggle=collapse]:not(.collapsed) {
    color: #adb5bd;
    background-color: #041021;
}
.sidebar [data-bs-toggle=collapse]:after {
    border: solid;
    border-color: #00D0FF;
    border-width: 0 0.15rem 0.15rem 0;
    content: " ";
    display: inline-block;
    padding: 3.5px;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    transform: rotate(-45deg) skew(5deg, 5deg);
    transition: all .2s ease-out;
}
.sidebar [aria-expanded=true]:after, .sidebar [data-bs-toggle=collapse]:not(.collapsed):after {
    top: 1.4rem;
    transform: rotate(-315deg) skew(5deg, 5deg);
}

.sidebar-dropdown {
    background-color: #08182E;
}
.sidebar-dropdown .sidebar-link {
    background-color: transparent;
    border-left: 0;
    color: #adb5bd;
    font-size: 90%;
    font-weight: 400;
    padding: 0.625rem 1.5rem 0.625rem 4rem;
    position: relative;
}
.sidebar-dropdown .sidebar-link:before {
    content: "→";
    height: 12px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    left: 40px;
    transform: translateX(0);
    transition: all .1s ease;
}
.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before {
    transform: translateX(4px);
}
.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    background-color: #041021;
    border-left: 0;
    color: #e9ecef;
    font-weight: 400;
}
.sidebar-dropdown .sidebar-item.active .sidebar-link {
    background: transparent;
    border-left: 0;
    color: #518be1;
    font-weight: 400;
}

.main {
    background-color: #F1F5F9;
}

.sectiondivider {
    border-top: 2px solid #E2E8F0;
    margin: 15px 0;
}

.estatus-indicator {
    width: 20px;
    height: 20px;
    background-color: #8EA4C2;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
    margin: auto;
}
.estatus-indicator.active {
    background-color: #4BCC9F;
}
.estatus-indicator.suspended {
    background-color: #FFD270;
}
.estatus-indicator.inactive {
    background-color: #EF5350;
}
.estatus-tag {
    color: #FFFFFF;
    background-color: #8EA4C2;
    text-align: center;
    padding: 3px 5px;
    border-radius: 3px;
    margin: -3px -5px;
}
.estatus-tag.active {
    background-color: #4BCC9F;
}
.estatus-tag.cancelled {
    background-color: #EF5350;
}
.estatus-tag.checking {
    background-color: #FFD270;
}
.estatus-tag.send {
    background-color: #8EA4C2;
}

.contacto-detalles-contizacion {
    width: calc(20% - 6px);
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    margin: 5px 3px;
}

.file-select {
    width: 151px;
    height: 37px;
    position: relative;
    display: inline-block;
}
.file-select.filled::before {
    content: 'Cambiar archivo';
}
.file-select::before {
    background-color: inherit;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    content: '+ Cargar archivo';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.file-select:hover::before, .file-select:active::before, .file-select:focus::before, .file-select:disabled::before {
    background-image: linear-gradient(rgb(0,0,0,0.1), rgb(0,0,0,0.1));
}
.file-select input[type="file"] {
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.file-select input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
.file-select span.error {
    position: absolute;
    left: 0;
    bottom: -25px;
}
.file-select.filled span.error {
    display: none;
}

.calendario-mediano-container {
    padding: 0 15px;
    box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.5)
}
.calendario-mediano-container .flatpickr-calendar.inline .flatpickr-day {
    height: 30px;
    line-height: 30px;
}
.calendario-pequeno-container {
    padding: 0 5px;
    box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.5)
}
.calendario-pequeno-container .flatpickr-calendar.inline {
    top: 0;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-prev-month, .calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-next-month {
    line-height: 1.2em;
    height: auto;
    width: auto;
    padding: 5px;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-month {
    height: 30px;
    padding: 5px;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-current-month {
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-current-month .flatpickr-monthDropdown-months, .calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-current-month .cur-year {
    width: auto;
    font-size: 15px;
    padding: 0 2px;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-current-month .numInputWrapper {
    width: 55px;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-weekdays {
    height: auto;
    padding: 5px 0;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-weekday {
    height: auto;
    line-height: 1;
}
.calendario-pequeno-container .flatpickr-calendar.inline .flatpickr-day {
    height: 25px;
    line-height: 25px;
}

.fullcalhidden, .tablisthidden {
    position: absolute;
    z-index: -1;
}
.fc-multiMonthYear-view .fc-multimonth-title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.fotocolabcontainer {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #E2E8F0;
    margin-bottom: 10px;
}
.datoscolabcontainer {
    max-height: 400px;
    overflow: auto;
}

.card-colab-img {
    width: 160px;
    height: 160px;
    /*max-width: 80%;
    max-height: 80%;*/
    border: 5px solid #8EA4C2;
    border-radius: 50%;
    margin: 20px 0 10px 0;
}
.card-colab-nombre {
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.rfactslinechartcontainer {
    height: 350px;
}

.tagareaproyecto {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    border: 1px solid #DEE2E6;
    border-radius: 3px;
    margin: 0 2px 5px;
    overflow: hidden;
}
.tagareaauxwidth {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.filtrocontainer {
    height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filtrocontainer select {
    width: 170px;
}
.filtrocontainer.show {
    height: 75px;
    margin-left: 5px;
}

.modal {
    background-color: #00000080;
}
.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.modalalerta .modal-dialog {
    width: 450px;
    max-width: 96%;
}
.modal.modalalerta .modal-dialog .modal-content {
    overflow: hidden;
}
.modal.modalalerta .modal-dialog .modal-header {
    padding: 0.5rem 1rem;
    border: none;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.modal.modalalerta .modal-dialog .modal-body {
    background-color: #FFFFFF;
    background-image: url('https://alhersoft.alhersem.com/imgs/fondo-alerta.png'); /*cambiar por la ruta completa cuando se ponga en un archivo css*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.modal.modalalerta .modal-dialog .footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}
.modal.modalalerta .modal-dialog .footer .btn {
    width: 95px;
}
.modal button.close {
    width: auto;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.2rem;
    margin: 0;
}
.modal-content {
    max-height: calc(100vh - 3.5rem);
    overflow: auto;
}
.modal-backdrop.show {
    opacity: 0;
}
#ModalAlertaSuccess .modal-header {
    background-color: #4BCC9F;
}
#ModalAlertaDanger .modal-header {
    background-color: #EF5350;
}
#ModalAlertaWarning .modal-header {
    background-color: #FFD270;
}
#ModalAlertaInfo .modal-header {
    background-color: #8EA4C2;
}
#ModalAlertaError .modal-header {
    background-color: #4D4D4D;
}

.modal .calendario-modal-container {
    padding: 0 15px;
    box-shadow: -3px 3px 15px 0px rgba(0, 0, 0, 0.5)
}
.modal .calendario-modal-container .flatpickr-calendar.inline .flatpickr-day {
    height: 30px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .content {
        padding: 1.5rem 3rem;
    }
}
@media (min-width: 1200px) {
    .dropdown-mega-list {
        min-width: 250px;
    }
}