
@font-face {
  font-family: 'Roboto';
  src: url(../app/font/Roboto-Medium.ttf);
}
* {
  font-family: 'Roboto';
}

body {
    background: #f4f5f8 !important;
}
body input[type=text][name=reloj] {
    width: 200px;
    border: none;
    margin: 0;
}
button {
    border: none !important;
    border-radius: 25px !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}		
input, select {
    margin-bottom: 10px;
}
.alert {
    box-shadow: 0px 1px 3px -1px #3b3b3b;
}
div#respuesta-accion {
    position: absolute;
    bottom: 5%;
    left: 15px;
    right: 15px;
    width: auto;
    text-align: center;
}
div#respuesta-acciona {
    
    bottom: 5%;
    left: 1px;
    right: 1px;
     
    text-align: center;
}

div#login .h-100 {
    height: calc(100% - 55px) !important;
}
.h-custom .row.d-flex.justify-content-center.align-items-center.h-100 {
    align-content: center;
}
div#login button {
    background: #373737;
    border: 2px solid #212121 !important;
    transition: all 0.3s;
}
div#login button:hover {
    background: #fff;
    color: #373737;
}
input#form-user {
    text-transform: uppercase;
}
div#header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
    box-shadow: 0 1px 4px #b1b1b1;
}
div#top-header {
    margin-bottom: 1px;
}
div#main-header {
    min-height: 0px;
}
div#main-header button {
    background: #fff;
    border: 1px solid #3880ff !important;
    border-radius: 5px !important;
    padding: 3px 10px !important;
    color: #3880ff;
    font-weight: bold;
    box-shadow: none !important;
    transition: all 0.3s;
}
div#main-header button:hover {
    background: #3880ff;
    color: #fff;
}
div#main-header .btn-header.on {
    background: #3880ff;
    color: #fff;
}
div#menu-movil i {
    font-size: 22px;
    margin-top: 2px;
    cursor: pointer;
}
div#main-header.movil-view {
    display: block !important;
    margin-top: 2px;
    opacity: 1;
    min-height: auto;
    max-height: inherit;
    border-top: 1px solid lightgrey;
    padding-top: 1px;
}
div#main-header.movil-view .btn-header {
    width: 100%;
    visibility: visible;
}
div#main-header.movil-view .btn-header:not(:last-child) {
    margin-bottom: 1px;
}

div#footer {
    width: 100%;
    font-size: 13px;
}
div#data-login {
    text-align: right;
}
div#data-login button {
    font-size: 13px;
    margin-top: 3px;
    margin-left: 15px;
    background: #313131;
    border: 2px solid #000000 !important;
    color: #fff;
    transition: all 0.3s;
}
div#data-login button:hover {
    background: #fff;
    color: #000000;
}

div#main {
	overflow: scroll;
    max-width: 1200px;
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    min-height: calc(100% - 192px);
}
div.window {
	position: relative;
	overflow: scroll;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.window h3 {
    color: #3880ff;
    text-shadow: 1px 1px 0px #20519d;
    margin-bottom: 25px;
}
.w-header {
    margin-bottom: 15px;
}
.form-buscador {
    display: inherit;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.form-buscador input {
    margin: 0;
    padding-right: 90px;
}
.form-nuevo {
    text-align: right !important;
}
div.content-table {
    overflow-x: auto;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}
table {
    min-width: max-content;
}
table thead th {
    border-bottom: 1px solid #9f9f9f;
}
table tbody tr td.col-numeros {
    width: 35px;
}
table .col-estatus {
    width: 100px !important;
}
table tbody tr td.btn-funciones.duo {
    width: 191px;
}
table tbody tr td.btn-funciones {
    width: 120px;
}
table tbody tr td.btn-historial {
    width: 138px !important;
}
tr.tr-info-historial {
    display: none !important;
}
tr.tr-info-historial.show-row {
    display: table-row !important;
}
tr.tr-info-historial td label:not(:last-child) {
    margin-right: 20px;
}
tr.tr-info-historial td label {
    color: #5b5b5b;
}
tr.tr-info-historial td label span {
    text-decoration: underline;
    color: #000000;
}
div.data-reporte table * {
    font-size: 14px;
}
div.data-reporte th, div.data-reporte td {
    border: 2px solid #bbbbbb !important;
}
div.data-reporte thead * {
    text-align: center;
}
div.data-reporte thead .txt-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    vertical-align: middle;
}
div.data-reporte tbody tr td:not(:first-child) {
    text-align: center;
    padding: 8px 3px;
}
div.data-reporte tr.totals.rs {
    border-top: 2px solid;
}
div.data-reporte tr.totals td:first-child, div.data-reporte tr.totals td.no-bg, div.data-reporte tr.totals.blank td {
    border: none !important;
}
div.data-reporte tr.totals td {
    background: #fff !important;
    box-shadow: none !important;
}
form label {
    display: block;
    width: 100px;
    line-height: 1.2em;
    margin-right: 5px;
}
form label span {
    color: #ef0000;
}
form .form-group {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.form-group {
    position: relative;
}
form .form-group input, form .form-group select {
    width: calc(100% - 105px) !important;
    line-height: 1.2 !important;
    box-shadow: 1px 1px 3px -1px #858585 !important;
}
form .form-group input[type=radio] {
    width: auto !important;
    margin-right: 3px;
    margin-top: 8px;
    appearance: auto !important;
}
span.money {
    position: absolute;
    line-height: 33px;
    left: 125px;
    top: 0px;
}
input.money {
    padding-left: 25px;
}
form .form-group.form-btn-actions {
    margin-top: 15px;
}
button.btn-form {
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
}
button.btn-export {
    background: #ffffff;
    border: 2px solid #32845c !important;
    color: #32845c;
    margin-bottom: 5px;
}
button.btn-export:hover {
    background: #6aaf8d;
    color: #fff;
}
button.btn-export img {
    width: 30px;
}
button.btn-new {
    background: #3880ff;
    border: 2px solid #2766d5 !important;
}
button.btn-save {
    background: #2dd36f;
    border: 2px solid #16c15a !important;
    margin-right: 10px !important;
}
button.btn-cancel {
    background: #878787;
    border: 2px solid #7b7b7b !important;
}
button.btn-update {
    background: #ffc409;
    border: 2px solid #dca703 !important;
}
button.btn-view {
    background: #b17151;
    border: 2px solid #8f5639 !important;
}
button.btn-search {
    background: #17cdd7;
    border: 2px solid #16b2bb !important;
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    border-radius: var(--bs-border-radius) !important;
    padding: 6px 20px;
}
button.btn-credito {
    background: #009fff;
    border: 2px solid #007cc7 !important;
    margin-left: 5px;
}
button.btn-end {
    background: #bd1b1b;
    border: 2px solid #791212 !important;
}
button.btn-disabled {
    background: #dbdbdb !important;
    border: 2px solid #cbcbcb !important;
}
input#usuario-nickname {
    text-transform: uppercase;
}
/* cat clientes ************** */
div#cat-clientes {
    margin: 15px 0;
}
div#cred-cliente-data div.col-md-6 div:last-child span {
    font-size: 20px;
    color: #3880ff;
    font-weight: bold;
}
/* nuevo credito *************/
div#credito-resumen {
    border-bottom: 1px solid #f4f5f8;
}
div#credito-resumen div:last-child {
    padding-bottom: 5px;
}
div#credito-historial {
    margin-bottom: 15px;
}
.cliente-seleccionado {
    margin-bottom: 15px;
}
.cliente-seleccionado span {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.end-credito {
    text-align: right;
}
button#btn-credito-end {
    font-size: 18px;
}
td.btn-funciones.cambio-pago {
    width: 210px;
}
div#w-credito div#new-credito form#form-credito .estatus-credito-cl span {
    color: #3880ff;
    font-weight: bold;
}
/* RESPONSIVO ***************/
@media screen and (max-width: 991px){
div#login img {
    max-width: 400px !important;
}    
}
@media screen and (max-width: 767px){
div#top-header {
    margin-bottom: 0 !important;
}
div#top-header h1 {
    font-size: 28px;
    text-align: center;
}
div#main-header {
    opacity: 0;
    min-height: auto;
    max-height: 0;
    transition: all 0.3s;
}
div#main-header button {
    width: 100%;
    visibility: hidden;
}  
div#menu-movil {
    display: block !important;
}
div#header div#main-header input[type=text][name=reloj] {
    display: none !important;
}
}
@media screen and (max-width: 575px){
div#login .h-100 {
    height: calc(100% - 72px) !important;
}    
div#login img {
    max-width: 380px !important;
}
div#menu-movil {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
}
div#data-login {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
}
}
@media screen and (max-width: 400px){
div#login img {
    max-width: 350px !important;
}
}
.hrLinea{
            vertical-align: middle;
            width: 2%;
            display: inline-block;
        	border: 2px solid #f4f5f8; 
           
        }
input.icolor {
    background: #dbdbdb  ;
    border: 2px solid #cbcbcb  ;
}
