﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Turnero */

#content-turnero {
    position: fixed;
    width: 350px;
    float: right;
    bottom: 0;
    right: 0;
    clear: right;
    z-index: 5;
}

#content-turnero-turno {
    background: #337ab7;
    color: white;
    font-weight: bold;
    margin-bottom: -4px;
    border-radius: 8px 0px 0px 0px;
    width: 200px;
    float: right;
    position: fixed;
    bottom: 124px;
    right: 0;
    clear: right;
    z-index: 5;
}

#content-turnero-turno span {
    padding: 5px;
    font-size: 20px;
    text-align: center;
    display: block;
}

#content-turnero-info {
    background: green;
    color: white;
    font-weight: bold;
    margin-bottom: -4px;
    border-radius: 8px 0px 0px 0px;
    width: 320px;
    float: right;
    position: fixed;
    bottom: 94px;
    right: 0;
    clear: right;
    z-index: 5;
}

#content-turnero-info span {
    float: right;
    padding: 5px;
    margin-right: 6px;
}

#content-turnero-header{
    background-color: gainsboro;
    padding: 10px;
    border-radius: 8px 0px 0px 0px;
    cursor: pointer;
}

#content-turnero-header p {
    margin: 0;
    font-weight: bold;
}

#content-turnero-header a {
    float: right;
    margin-top: -20px;
    font-weight: bold;
}

#content-turnero-accion {
    background: darkgray;
    height: 50px;
}

#content-turnero-accion button {
    margin: 7px 0px 0px 7px;
}

.circulo {
    width: 12px;
    height: 12px;
    display: flex;
    float: left;
    border-radius: 7px;
    margin: 4px 6px 0px 4px;
}

.circulo-gris {
    background-color: darkgray;
}

.circulo-verde {
    background-color: darkgreen;
}

/* Desabilitar sombra amarilla en las entradas */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
    resize: none;
}

.align-center {
    text-align: center;
}

#mayuscula {
    display: none;
}

#modal {
    overflow:hidden;
}

input[type="file"]::-webkit-file-upload-button {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    outline: none;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: #0069d9;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-datepicker-trigger, #cargando, #cargando-pro, #cargando-form {
    cursor: pointer;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    position: relative;
    width: 20px;
}

#contentFile img{
    margin-top: 9px;
}

#error, #errorFormaPago, #errorAbono, #errorContrasena, #loading, #errorNC, .ocultar, #cargando, #cargando-pro, #cargando-form {
    display: none;
}

#loading {
    display: none;
    background: rgba(255, 255, 255, 0.85);
}

#load {
    background: white;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: center;
    top: 0px;
}

.loading > div {
    margin-top: 20%;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.rojo {
    background: red;
    color: white;
    padding: 1px 5px 1px 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

.verde {
    background: green;
    color: white;
    padding: 1px 8px 1px 8px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48 !important;
}

select.input-validation-error {
    border: 1px solid #b94a48 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

 /* BUSQUEDA DINAMICA */

.busqueda {
    display: none;
    border: solid 1px #ccc;
    width: 100%;
    height: 207px;
    background: white;
    z-index: 2;
    overflow-x: auto;

}

.busqueda span {
    font-weight: bold;
}

.busqueda p {
    font-size: 10px;
    margin: 0px;
}

.busqueda ul {
    padding: 0px;
}

.busqueda ul li {
    display: flex;
    list-style: none;
    margin-top: 5px;
    padding: 5px 0px 5px 10px;
}

.busqueda ul li:hover {
    background: #337ab7;
    color: white;
    cursor: pointer;
}

.busqueda ul li div:nth-child(1) {
    margin-right: 10px;
}

/* FIN BUSQUEDA DINAMICA */


#agregarSector {
    float: right;
    margin-top: -38px;
    position: relative;
    z-index: 1;
}

#sector {
    display: none;
    position: absolute;
    margin-top: -38px;
}

#sector div:nth-child(1) {
    float: left;
    width: 170px;
}

#sector div:nth-child(2) {
    float: right;
}

.importante {
    display: block !important;
}

.bg-naranja{
    background-color: navajowhite;
}

.bg-verde {
    background-color: lightgreen;
}

#result {
    margin-top: 15px;
}

.pegar {
    color: gray;
    float: right;
    font-size: 1.5em;
    cursor: pointer;
    margin-right: 8px;
    transition: 0.2s;
}

.pegar:hover{
    color: black !important;
}

.pagoDetalle {
    font-size: 14px;
}

.btnOpcionCXC {
    display: inline-flex;
}

.btnOpcionCXC button {
    margin-right: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.exportar {
    float: right;
}