﻿.f-txt-ovrflow {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

button[aria-expanded=true] .fa-plus {
    display: none;
}

button[aria-expanded=false] .fa-minus {
    display: none;
}

button[aria-expanded=true] .fa-search-plus {
    display: none;
}

button[aria-expanded=false] .fa-search-minus {
    display: none;
}

a[aria-expanded=true] .fa-chevron-down {
    display: none;
}

a[aria-expanded=false] .fa-chevron-right {
    display: none;
}

a[aria-expanded=true] .fa-search-plus {
    display: none;
}

a[aria-expanded=false] .fa-search-minus {
    display: none;
}

.iconActivo {
    color: green;
    width: 100%;
}

.iconBaja {
    color: red;
    width: 100%;
}

.ms-description {
    color: #777;
    font-size: .9em;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

.ms-description-ACTIVADO {
    color: #000;
    font-size: .9em;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

.ms-description-ELIMINADO {
    color: #000;
    font-size: .9em;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

.colordetails .add-on i, .colordetails .input-group-addon i {
    display: inline-block;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
}

/*@media (min-width: 768px) {
    .navbar-static-top {
        width: 96% !important;
    }
}*/

.hora {
    color: #999;
    float: right;
    font-size: 12px;
}

.horaAntelacion {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

.linea-boton {
    margin-top: 2px;
    margin-bottom: 2px;
}

.btn-separator:after {
    content: ' ';
    display: inline-block;
    /* float: left; */
    background: #ADADAD;
    margin: 0 5px;
    /* height: 10; */
    /* width: 1px; */
}

.retail {
    font-style: italic;
    text-decoration: line-through;
    text-decoration-color: red;
}

.disabledCheckBox {
    background-color: #eee;
    opacity: 1;
    cursor: not-allowed;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d2d6de;
    padding: 6px 12px;
    color: #555;
}

.percent-group {
    padding: 6px 10px;
}

.user-group {
    padding: 6px 11px;
}

/* Quita el scroller del height */
.fc-scroller {
    height: auto !important;
}

.squareGuia {
    width: 5px;
    height: 5px;
    margin: 1px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .2);
}

.modal-xl {
    width: 90% !important;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-right: 3px;
        padding-left: 3px;
        margin-right: auto;
        margin-left: auto;
    }

    .content {
        min-height: 250px;
        padding: 15px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 1px;
        padding-right: 1px;
    }

    .modal-body {
        position: relative;
        padding: 5px;
    }

    .modal-tg {
        width: 105% !important;
    }

    .breadcrumb {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-fluid h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.fc-toolbar {
    margin-bottom: 0px !important;
}

.fc-center h2 {
    padding-top: 7px;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 8px solid #FFFAFA;
    border-left: 8px solid #FFC107;
    animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s linear infinite;
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.loader {
    background: none;
    font-family: Androgyne;
    background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}*/

.file-drop-zone {
    height: auto !important;
}

.modal-content {
    border-radius: 6px;
}

.modal-header {
    border-radius: 6px 6px 0 0;
}


.select {
    /*display:none!important;*/
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2 {
    width: 100% !important;
}

.text-disable {
    color: #c1c1c1;
}

.select2-hidden-accessible {
    height: 0px !important;
}

.bg-green-gradient {
    background: #FFC107 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFC107), color-stop(1, #fdcc52)) !important;
    background: -ms-linear-gradient(bottom, #FFC107, #fdcc52) !important;
    background: -moz-linear-gradient(center bottom, #FFC107 0, #fdcc52 100%) !important;
    background: -o-linear-gradient(#FFC107, #fdcc52) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC107', endColorstr='#fdcc52', GradientType=0) !important;
    color: #fff;
}

.text-white {
    color: white !important;
}

.time-cantidad {
    float: right;
    line-height: 39px;
}

.time-valor {
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    padding: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.time-icon {
    background-color: rgb(245, 245, 245);
    border: none !important;
    color: #FFC107 !important;
    border-radius: 50%;
    display: inline-block;
    width: 39px;
    height: 39px;
}

.time-cantidad .btn.focus, .time-cantidad .btn:focus, .time-cantidad .btn:hover {
    background-color: gainsboro;
}

.kv-avatar .krajee-default.file-preview-frame, .kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar {
    display: inline-block;
}

.krajee-default.file-preview-frame .kv-file-content {
    text-align: center;
    display: inline;
    vertical-align: middle;
}

    .krajee-default.file-preview-frame .kv-file-content img {
        max-width: 100% !important;
        object-fit: cover;
    }

.kv-avatar .file-input {
    display: table-cell;
    width: 213px;
}

.clickable .file-drop-zone-title, .file-preview .clickable {
    padding: 0px;
    margin: 22px;
    border-color: rgb(170, 170, 170);
}

.logoIndex span {
    position: absolute;
    display: none;
    margin-left: 40px;
    margin-top: -40px;
}

.logoIndex img:hover {
    cursor: zoom-in;
}

.logoIndex:hover span {
    display: inline;
}

.detailLogo {
    margin-top: 35px;
}

.logoImage span {
    position: absolute;
    display: none;
    margin-left: 40px;
    margin-top: -40px;
    z-index: 999;
}

.logoImage img:hover {
    cursor: zoom-in;
}

.logoImage:hover span {
    display: inline;
}

.box.box-info {
    border-top-color: #FFC107;
}

@media (max-width: 767px) {
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 55px;
    }

    .main-sidebar, .left-side {
        padding-top: 55px;
    }
}

.afiliadocookiefactura {
    width: 250px;
    display: inline-block;
}

.afiliadocookiefacturaanexo {
    width: calc(100% - 260px);
    display: inline-grid;
}

@media (max-width: 1278px) {
    .afiliadocookiefactura,
    .afiliadocookiefacturaanexo,
    .afiliadocookiefacturacontent {
        width: 100% !important;
        display: block;
    }
}

.inlinePagination {
    display: inline-block;
}

@media (min-width: 768px) {
    .inlinePagination {
        display: inline;
    }
}

.select2-dropdown {
    z-index: 9001;
}

.note-group-select-from-files {
    display: none;
}

.note-editor .modal-body {
    padding: 0 25px;
}

.note-editor .modal-header button {
    display: none;
}

.tab_buttonAdd {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: transparent;
    color: #3c8dbc;
    outline: none;
    border: none;
}

    .tab_buttonAdd:hover {
        color: #555;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

:root {
    --primaryColor: #FFC107;
}

.donicusEmailBody {
    position: relative;
    height: calc(100vh - 40px);
    overflow: auto;
}

.donicusEmailBodyContent {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 10px * 2);
}

    .donicusEmailBodyContent td {
        white-space: unset !important;
    }

#donSearchContainer {
  position: sticky;
  top: 0px;
  background: white;
  padding: 8px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  display: none;
  z-index: 1150;
}

#donSearchBox {
  width: 200px;
  pointer-events: auto; /* Asegura que el input sea interactivo */
}

.highlight {
  background-color: yellow;
  font-weight: bold;
  padding: 2px;
}

#reservaRapida .modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

  #reservaRapida .modal-content .donDrop2 {
    position: relative !important;
  }


