/********************************************************** CROPPER ******************************************************************/

.container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.cropper .img-container,
.cropper .img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center
}
.cropper .img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px
}
@media (min-width: 768px) {
    .cropper .img-container {
        min-height: 516px
    }
}
.cropper .img-container>img {
    max-width: 100%
}
.cropper .docs-preview {
    margin-right: -15px
}
.cropper .img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden
}
.cropper .img-preview>img {
    max-width: 100%
}
.cropper .preview-lg {
    width: 263px;
    height: 148px
}
.cropper .preview-md {
    width: 139px;
    height: 78px
}
.cropper .preview-sm {
    width: 69px;
    height: 39px
}
.cropper .preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0
}
.cropper .docs-data>.input-group {
    margin-bottom: 10px
}
.cropper .docs-data>.input-group>label {
    min-width: 80px
}
.cropper .docs-data>.input-group>span {
    min-width: 50px
}
.cropper .docs-buttons>.btn,
.cropper .docs-buttons>.btn-group,
.cropper .docs-buttons>.form-control {
    margin-right: 5px;
    margin-bottom: 10px
}
.cropper .docs-toggles>.btn,
.cropper .docs-toggles>.btn-group,
.cropper .docs-toggles>.dropdown {
    margin-bottom: 10px
}
.cropper .docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px
}
.cropper .docs-tooltip>.icon {
    margin: 0 -3px;
    vertical-align: top
}
.cropper .tooltip-inner {
    white-space: normal
}
.cropper .btn-upload .tooltip-inner,
.cropper .btn-toggle .tooltip-inner {
    white-space: nowrap
}
.cropper .btn-toggle {
    padding: 6px
}
.cropper .btn-toggle>.docs-tooltip {
    margin: -6px;
    padding: 6px
}
.label-align {
    text-align: right
}
@media (max-width: 414px) {
    .item {
        display: block
    }
    .label-align {
        text-align: left
    }
}
@media (max-width: 400px) {
    .cropper .btn-group-crop {
        margin-right: -15px !important
    }
    .item {
        display: block
    }
    .label-align {
        text-align: left
    }
    .cropper .btn-group-crop>.btn {
        padding-left: 5px;
        padding-right: 5px
    }
    .cropper .btn-group-crop .docs-tooltip {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px
    }
}
.cropper .docs-options .dropdown-menu {
    width: 100%
}
.cropper .docs-options .dropdown-menu>li {
    padding: 3px 20px
}
.cropper .docs-options .dropdown-menu>li:hover {
    background-color: #f7f7f7
}
.cropper .docs-options .dropdown-menu>li>label {
    display: block
}
.cropper .docs-cropped .modal-body {
    text-align: center
}
.cropper .docs-cropped .modal-body>img,
.cropper .docs-cropped .modal-body>canvas {
    max-width: 100%
}
.cropper .docs-diagram .modal-dialog {
    max-width: 352px
}
.cropper .docs-cropped canvas {
    max-width: 100%
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

/********************************************************* FON CROPPER ****************************************************************/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    padding: 50px;
    height: 100%;
    width: 100%;
    background: no-repeat 50% 50% rgba( 255, 255, 255, .8 );
}

.bg-gristabla{
    background-color: rgba(42, 114, 181, 0.1);
}

.bg-gris{
    background: #fcfce4 !important;
    color: black;
}

.bg-gris3{
    border: 1px solid black;
}

.bg-primary-table {
    background-color: #2a72b5;
    color : white;
}

.bg-info-table {
    background-color: #49b6d6;
    color : white;
}

.col-md-1-5 {
    position: relative;
    width: 12.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (min-width: 768px) {
    .col-md-1-5 {
        width: 12.5%;
        max-width: 12.5%;
    }
}

@media (max-width: 767px) {
    .col-md-1-5 {
        width: 100%;
        max-width: 100%;
    }
}

.col-md-6-5 {
    position: relative;
    width: 54.16666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

@media (min-width: 768px) {
    .col-md-6-5 {
        width: 54.16666667%;
        max-width: 54.16666667%;
    }
}

@media (max-width: 767px) {
    .col-md-6-5 {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-10-5 {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-10-5 {
        width:  87.5%;
        max-width: 87.5%;
    }
}

.form-group-min{
    padding-top: 3px;
    padding-left: 3px;
}

.panel-heading-form {
    padding: 5px 15px 18px 5px;
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.mi_footer {
    position: fixed;
    bottom: 15px;
    z-index: 1020;
}

.mi_footer_centrado {
    position: fixed;
    bottom: 0;
    z-index: 1500;
    background-color: #E8ECF3;
    text-align: center;
    width: 100%;
}

.mi_footer_modal {
    position: sticky;
    bottom: 0;
    background-color: #E8ECF3;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    z-index: 1500;
}

.checkbox-container{
    position: sticky;
    display: flex;
    justify-content: center;
}

.text-XX{
    font-size: 16px;
    font-weight:600;
}

.text-X18{
    font-size: 18px;
    font-weight:600;
}

.text-X16{
    font-size: 15px;
    font-weight:600;
}

.text-X15{
    font-size: 15px;
    font-weight:600;
}

.text-X14{
    font-size: 14px;
    font-weight:600;
}

.text-X15n{
    font-size: 15px;
}

.text-X14n{
    font-size: 14px;
}

.text-X10{
    font-size: 10px;
}

.text-X11{
    font-size: 11px;
}

.text-X12{
    font-size: 12px;
}

.modal-lg {
    max-width: 90%;
}

.modal-xl {
    max-width: 85%;
}

.modal-md {
    max-width: 65%;
}

.modal-95 {
    max-width: 95%;
}


.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.img-albun-foto{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #000;
    max-height: 600px;
    max-width: 650px;
    background-color: black;
}

.img-tomar-fotos{
    max-height: 600px;
    max-width: 450px;
}

.zoomContainer {
    z-index: 9999;
}

.zoomWindow {
    z-index: 9999;
}

.open > .dropdown-menu {
    display: block;
}

.btn-clear-selection{
    position: absolute;
    right: 20px;
    background-color: white;
}

.dropdown-menu {
    z-index: 1200;
}

.form-control-table{
    height: 22px;
    padding: 1px 2px;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 10px;
    border: 1px solid #d3d8de;
    box-shadow: none;
    width: 100%;
}

.ng-table-scrollcontainer {
    width: 300px;
    overflow-x:scroll;
    margin-left:10em;
    overflow-y:visible;
}
.ng-table-fixedcolumn1 {
    position:absolute;
    width:5em;
    left:0;
    top:auto;
}
.ng-table-fixedcolumn2 {
    position:absolute;
    width:5em;
    left:5em;
    top:auto;
}
.ng-table-fixedcolumn3 {
    position:absolute;
    width:5em;
    left:10em;
    top:auto;
}

.form-sinborde  {
    border: 0;
}

input:required:invalid {
    border-color: #c00000 !important;
}

.ng-invalid-required > div > span {
    border-color: #c00000 !important;
}

.ng-invalid-required > div  {
    border-color: #c00000 !important;
}

.ng-invalid-required  {
    border-color: #c00000 !important;
}

ui-select {
    width: 100%;
}

.ng-table {
    position: relative; /* Asegúrate de que tenga un contexto de apilamiento */
    z-index: 500; /* Ajusta este valor según tus necesidades */
}

.d-flex {
    display: flex;
    align-items: end;
    flex-direction: column-reverse;
}

.chats {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 500px;
    width: 100%;
    overflow-y: scroll;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}



.fc-title {
    text-align: justify;
    white-space: normal !important; /* Permite que el texto salte de línea automáticamente */
    word-wrap: break-word !important; /* Si hay palabras largas, se romperán para ajustarse */
}

.profile-header-alertas {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    overflow-y: scroll;
    height: 150px;
    bottom: 0;
    padding: 10px;
    text-align: right;
}

.profile-header-alertas-center {
    position: absolute;
    left: 35%;
    right: 0;
    top: 0;
    height: 250px;
    width: 220px;
    bottom: 0;
    padding: 10px;
    text-align: center;
}

.ZebraDialog_Body input {
    pointer-events: auto !important;
}

.ZebraDialog_Prompt_Input {
    pointer-events: auto;
    user-select: text;
}

.myclass .ZebraDialog_Body {
    background-image: url("../plugins/Zebra_Dialog-master/dist/css/classic/prompt.png") !important;
}

.bg-rojoclaro{
    background-color: #FAE6E7 !important;
}

.bg-celeste{
    background-color: #DAEEFB;
}

.bg-amarillo{
    background-color: #EBF3C8;
}

.dropdown-lg{
    width: 800px;
}

.div-hover {
    background-color: white; /* Fondo inicial */
    transition: background-color 0.3s ease; /* Efecto suave */
}

.div-hover:hover {
    background-color: #c5e0ec; /* Fondo azul claro al pasar el mouse */
}

.div-bordetb {
    border-top: 1px solid #0e704d; /* Borde superior */
    border-bottom: 1px solid #0e704d; /* Borde inferior */
}