﻿body {
    font-size: .8125rem;
    background-color: #f5f6f8;
}

.sitioCard {
    background-color: #fff;
    border: none;
    border-radius: .625rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

.sitioCardHeader {
    overflow: hidden;
    box-shadow: inset 0 4px 0 0 #ad1535;
    border-radius: .625rem;
    background-color: #FAFAFA !important;
    text-align: center;
}

.sitioCarBody {
    overflow: hidden;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
    border-radius: .625rem;
}

.btnLogin {
    padding-top:20px;
    padding-bottom:20px;
}

.btn.btn-pill {
    border-radius: 50px;
}

.btnIcon {
    padding-right:10px;
}

.cardTitle{
    background: #f8f9fa !important;
}

table, th {
    background-color: #f8f9fa;
}

.mainNavBar {
    box-shadow: 0 0.125rem 0.625rem rgba(90,97,105,.12);
}

.barUser {
    background-color: #f8f9fa;
}

.btnAdd {
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50px;
    margin-top: 25px;
}

.campo-requerido {
    border: 1px solid #dc3545;
}
.campo-requerido + span.select2 {
    border: 1px solid #dc3545;
}



.contraseniaIncorrecta {
    background-color: white;
    color: red;
}

.contraseniaCorrecta {
    background-color: white;
    color: limegreen;
}

.contraseniaVacia {
    background-color: white;
    color: darkslategray;
}

.menuHeader {
    background-color: #dee2e6 !important;
}

td a {
    color: #dc3545 !important;
}

.txtUsuarioRecuperarPass {
    border: 0px solid #ced4da;
    margin-left: 70px;
}

.dataTableFile {
    background-color: white;
}

.divValidacionCfd {
    text-align:center;
    font-size:18px;
}

.respuestaCorrecta {
    color: forestgreen;
    font-size: 20px;
    font-weight: bold;    
}

.respuestaIncorrecta {
    color: orangered;
    font-size: 20px;
    font-weight: bold;    
}

.respuestaValidacion {
    font-size: 20px;
    font-weight: bold;
    color: #ccc;
}

.spanMoney {
    color:red;
}


.logoInicio {
    text-align: center;
    padding-top: 5%;
}

.inicioTexto {
    text-align: center;
    color: #818ea3;
    padding-top:2%;
}

.btnAccionTable {
    color: #ad1535;
}

.btnAccionTableSecundario {
    color: #BC955C;
}



.btnAccionForma {
    background-color: #ad1535 !important;
    color: white;
}

    .btnAccionForma:hover {
        background-color: #73233b !important;
        color: white;
    }


.btnBienVenida {    
    color: white;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
    margin-bottom: .5rem !important;
}



.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    border-radius: .25rem;
}

.swal-icon--warning__body {
    color: #AB00FF !important;
}

.swal-icon--warning__dot{
    color: #AB00FF !important;
}


/* sweetalert: error 
.swal-icon--error {
    color: #AB00FF !important;
    border-color: #AB00FF !important;
}
.swal-icon--error__x-mark, .swal-icon--error__line {
    background-color: #AB00FF !important;
}
*/

/* sweetalert: info */
.swal-icon--info {
    color: #7BAEF5 !important;
    border-color: #7BAEF5 !important;
}

.swal-icon--info::before, .swal-icon--info::after {
    background-color: #7BAEF5 !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}