#home_div {
    padding-bottom: 60px;
}

.alert {
    margin-top: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn-disabled {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: .775rem;
    border-radius: 0.2rem;
}

/* Animate.css duration */
:root {
    --animate-duration: 600ms;
    --animate-delay: 1000ms;
    --animate-repeat: 1
}

.login-container-wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.login-container-content {
    display: table-cell;
    vertical-align: middle !important;
}

/* Chat box */
.chat-container {
    z-index: 1000;
    position: fixed;
    background-color: rgb(245, 245, 245);
    border: 1px solid #e7eaec;
    width: 230px;
    height: 320px;
    border-radius: 4px;
    /* bottom: -283px; */
}

.chat-container.contact-list {
    right: 20px;
}

.chat-container .header {
    background: #2F4050;
    padding: 8px 15px;
    font-weight: bold;
    color: #fff;
}

.contact-list .content {
    position: relative;
    overflow: hidden;
}

.chat-container.chat-window {
    right: 270px;
}

.chat-window .author-name {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 11px;
}

.chat-window .chat-date {
    opacity: 0.6;
    font-size: 10px;
    font-weight: normal;
}

.chat-window .chat-message {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 14px;
    max-width: 80%;
    background: #f3f3f4;
    margin-bottom: 10px;
}

.chat-window .chat-message.received {
    text-align: left;
    clear: both;
}

.chat-window .chat-message.received .message {
    float: left;
    background: #1ab394;
    color: #fff;
}

.chat-window .chat-message.sent {
    text-align: right;
    clear: both;
}

.chat-window .chat-message.sent .message {
    float: right;
    background: #1ab394;
    color: #fff;
}

.colorpicker-input-addon {
    height: 100%;
}

/* #region PLANILLAS */
.filtros-aplicados-container {
    font-size: 0.75rem;
}

.planilla-error {
    background-color: rgba(255, 0, 0, 0.7);
}

.colRevisado select {
    width: 34px;
}

.div_busqueda {
    position: relative;
}

.div_busqueda .div_busqueda_lista {
    display: none;
    left: 0px;
    top: 28px;
    position: absolute;
    background-color: white;
    border: solid 1px #ccc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 4px;
    width: 300px;
    box-shadow: 1px 2px 3px #e1e1e1;
    z-index: 1050;
    overflow-y: scroll;
    height: 105px;
}

.div_busqueda .div_busqueda_lista[name="list_clientes"] {
    height: 105px;
}

.div_busqueda .div_busqueda_lista[name="list_zonas"] {
    height: 72px;
}

.div_busqueda .div_busqueda_lista>ul {
    display: block;
    margin: 0;
    padding: 0;
}

.div_busqueda .div_busqueda_lista>ul li {
    display: block;
    margin: 2px;
    cursor: pointer;
    padding: 2px;
}

.div_busqueda .div_busqueda_lista>ul li:hover {
    background-color: #e1e1e1;
}

.div_busqueda .contenedor_input {
    position: relative;
}

.div_busqueda .contenedor_input>input {
    padding-right: 20px;
}

.div_busqueda .contenedor_input>i {
    position: absolute;
    right: 6px;
    top: 8px;
    display: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}

.div_busqueda .contenedor_input>i:hover {
    color: #F00;
}

.float-div {
    display: none;
    position: absolute;
    bottom: 19px;
    background: white;
    border-radius: 6px;
    width: 160px;
    padding: 5px;
    border: solid 1px #999;
    z-index: 1050;
}

.float-div.segunda-fila {
    bottom: 0px;
}

.float-div i {
    position: absolute;
    bottom: 74px;
    color: #999;
    left: calc(50%);
    right: 0;
    font-size: 24px;
}

.float-div.segunda-fila i {
    bottom: 58px;
    left: calc(50% - 31px);
}

.float-div .float-input {
    border: none;
    resize: none;
    overflow-y: hidden;
    height: 64px;
    width: 100%;
}

.float-div.segunda-fila .float-input {
    height: 48px;
}

/* #endregion Planillas */

.form-control {
    padding: 4px 6px;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 100%);
}

.form-select {
    padding: 4px 24px 4px 6px;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 100%);
}

.planilla-popup {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 15;
    margin: 0px;
    box-shadow: 0px 0px 5px 5px grey;
    background-color: white;
}

.planilla-popup>div.ibox-content {
    background-color: rgba(45, 145, 35, 50%);
}

.showonhover-container {
    display: none;
    position: fixed;
    z-index: 10;
}

td:hover .showonhover-container, .showonhover-container:hover {
    display: inline-block;
}

.hover-left {
    margin-left: -40px;
}

.hover-right {
    margin-left: 0px;
    margin-top: -5px;
}

.colMedio>.hover-right {
    margin-left: 30px;
    margin-top: -30px;
}

.colMedio>.asignada-nombre {
    font-size: 10px;
    display: block;
}

.modal-body .fp {
    font-size: 15px;
    /* text-decoration: underline #F00; */
    font-weight: bold;
    background-color: #Fdd;
    text-align: center;
    padding: 6px;
    margin: 6px auto;
    border: solid 1px #f00;
    border-radius: 6px;
    display: block;
    /* margin: auto; */
}

.modal-body .fh {
    display: inline-table;
    background-color: #f5d663;
    padding: 4px;
    margin: 4px;
    width: 120px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #f8ac59;
    color: #f1960f;
    font-weight: 700;
}

.table-sort-asc {
    background-color: #198754 !important; /* verde */
    color: white !important;
}

.table-sort-desc {
    background-color: #0d6efd !important; /* azul */
    color: white !important;
}

/* SHAREPOINT */

.shp-container {
    display: block;
    margin: 2%;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    text-align: left;
    padding: 2%;
    width: 28%;
}

.shp-container .ibox-tools {
    top: 7px;
}

.shp-container .tagsItem {
    width: 100%;
    border: none;
    box-shadow: none;
}

.botones-derecha {
    text-align: right;
    padding-right: 0px;
}

#formAgregar .bootstrap-tagsinput {
    width: 100%;
}

.shp-container textarea.bg-red {
    background-color: rgba(255, 0, 0, 0.5);
}

/* CLIENTES */

.eliminarCampo {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
    text-align: center;
    color: #f00;
    line-height: 30px;
    cursor: pointer;
}

/*
.star-rating {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 1.5em;
}

.star-rating.checked {
    color: orange;
}
*/

.rate-container {
    float: left;
    margin-top: -10px;
}

.rate-container:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate-container:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate-container:not(:checked)>label:before {
    content: '★ ';
}

.rate-container>input:checked~label {
    color: #ffc700;
}

.rate-container:not(:checked)>label:hover,
.rate-container:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate-container>input:checked+label:hover,
.rate-container>input:checked+label:hover~label,
.rate-container>input:checked~label:hover,
.rate-container>input:checked~label:hover~label,
.rate-container>label:hover~input:checked~label {
    color: #c59b08;
}

.gold-star {
    color: gold;
}

/* CLAVES */
.claves-fila input {
    border: none;
}

.claves-fila .button_container {
    display: inline;
    color: #383838;
    margin-right: 10px;
    cursor: pointer;
}

.moduleContainer {
    position: relative;
}

.moduleEditContainer {
    display: none;
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 12px;
}

.moduleContainer:hover .moduleEditContainer, .moduleEditContainer:hover {
    display: inline-block;
}

.table td.break-line, .table th.break-line {
    white-space: pre;
}

.table td.break-spaces, .table th.break-spaces {
    white-space: break-spaces;
}

/* #region MENU */
#toggle-menu-btn-interno {
    width: 20px;
    height: 40px;
    top: 50px;
    cursor: pointer;
    z-index: 1000;
    background-color: #293846
}

#toggle-menu-btn-externo {
    width: 20px;
    height: 35px;
    top: 23px;
    cursor: pointer;
}

.btn-limpiar-filtros {
    height: 10px;
    width: 10px;
}