
#divResumen {
    font-size: 12px !important;
    overflow-x: auto !important;
    overflow-y: scroll !important;
    max-width: 98% !important;
}

small {
    font-size: 0.6rem !important;
}

hr {
    width: 100% !important;
    background-color: rgb(114, 114, 114) !important;
}

.primary {
    color: #007bff !important;
}

.grisclaro {
    color: #989898 !important;
}

.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-black:hover {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
}

.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
    box-shadow: 0 0 0 0.2rem rgba(27, 27, 27, 0.5);
}

.fondologin {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/fondo_mash.jpeg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/fondo_mash.jpeg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/fondo_mash.jpeg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/fondo_mash.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logofoot {
	width: 60px;
}

.pull-right {
    float: right!important
}

.formcontrol {
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.page-break {
    page-break-after: always;
}

table, tr, td {
    font-size: 12px !important;
}
