﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;*/
}

/* Desabilitar sombra amarilla en las entradas */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
    resize: none;
}

.tabla {
    width: 100%;
}

@media (max-width: 675px) {
  .tabla {
    overflow-x: scroll;
  }
}

#mayuscula {
    display: none;
}

input[type="file"]::-webkit-file-upload-button {
    background: #286090;
    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: #204d74;
}


#contentFile img{
    margin-top: 9px;
}

.ocultar {
   display: none;
}

#loading {
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: center;
    top: 0px;
}

.loading > div {
    margin-top: 20%;
    color: white;
    font-size: 14px;
}

.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;
}

.ui-datepicker-trigger{
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: -27px;
    margin-right: 10px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.debito {
    color: red;
    font-weight: bold;
}

.credito {
    color: green;
    font-weight: bold;
}
