﻿.MultiLineTextBox{
    overflow: unset;
    resize: none;
}

.folio{
    text-transform:uppercase;
}

.form-change-password
{
    max-width: 600px;
    margin: auto;

}

.FormSearchComplaint {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}


/* Colores */
.color-background{
    background-color: #f9fafb;
}

.color-border{
    border: 2px solid #e5e5e5;
}

.color-paragraph{
    color: #8e8e8e;
}

.color-icon{
    background-color: #8e8e8e;
}

.color-font-header{
    color: #55565a;
}

.color-button-background{
    color: white;
    /*background-color: #28749a;*/
    background-color: #7A6F44;
}

.color-button-font{
    /*color: #28749a;*/
    color: #7A6F44;
    /*border: 1px solid #28749a;*/
    border: 1px solid #7A6F44;
    background-color: #f9fafb;
}

.color-button-background:hover{
    color: white;
    /*background-color: #194985;*/
    background-color: #A79546;
}

.color-button-font:hover{
    color: #A79546;
    background-color: #e5e5e5;
    border-color: #A79546;
}
.bg-sev
{
    background-color: #7A6F44 !important;
}

.bg-primary-sev
{
    background-color: #A79546 !important;
}
.bg-secondary-sev
{
    background-color: #CAB87C !important;
}
.color-sev
{
    color: #552E25 !important;
}

.color-sev:hover
{
    color: #7A6F44 !important;
}

/* Fin de colores */


/* Estilos para los grids */
.GridView {
    width: 100%;
    background-color: #f9fafb;
    margin: 5px 0 10px 0;
    box-shadow: 1px 1px 6px 1px #e5e5e5;
}

.GridView td {
    padding: 5px 15px;
    color: #8e8e8e;
    border-top: 2px solid #e5e5e5;
}

.GridView th {
    padding: 15px 15px;
    color: #55565a;
    border-bottom: 1px solid #e5e5e5;
}

.GridViewEmpty {
    width: 100%;
    background-color: #f9fafb;
}

.GridViewEmpty td {
    padding: 10px 15px;
    color: #8e8e8e;
    border-top: 2px solid #e5e5e5;
}

.GridViewEmpty th {
    color: #55565a;
    border-bottom: 1px solid #e5e5e5;
}
/* Final de los estilos para los grids */

.help-card{
    color: white;
    background-color: #55565a;
    padding: 15px;
    border-radius: 5px 5px;
}