.row > div > label{
    text-align: left;
}

.row
{
  padding-bottom:25px;
}

.row{
  text-align:center;
}

.row-centered > div > label{
    
    font-size: 20px;
    padding: 20px;
    border: 2px solid;
    border-radius: 25px;
    text-align: center;
}

.row > div > input[type=text]{
    
    font-size: 20px;
    padding: 5px;
    border: 2px solid;
    border-radius: 25px;
    text-align: center;
}

.cuotas
{
    background-color: green !important;
    color: white !important;
}

#txtTotalCuota
{
    background-color: red;
    color: white;
}

.fondoRojo {
  background-color: red;
  color: white;
}

.fondoVerde {
  background-color: green;
  color: white;
}

.fondoNegro {
  background-color: black;
  color: white;
}

.texto12px
{
  font-size: 12px !important;
}

.texto20px
{
  font-size: 20px !important;
}

#tbRecibos tbody tr:hover td{
    background-color: #3c8dbc !important;
    color: white;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
        25%, 75% {
     opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash 
{
    -webkit-animation-name: flash;
    animation-name: flash;
}

.datepicker--cell.datepicker--cell-day
{
    /*background-color: green;
    color:black;*/
    border-radius: 25px;
}

.datepicker--cell.datepicker--cell-day.-current-{
    background-color: green;
    color: white;
    border-radius: 25px;
}

.datepicker--button{
    background-color: blueviolet;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
}

.datepicker--day-name{
    color: black;
    background-color: white;
}

.datepicker--cell.-disabled- {
    background-color: red; 
    color: white;
}

.datepicker--cell.datepicker--cell-day.-weekend-.-disabled-{
    background-color: black; 
    color: white;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("../img/cargandoLogoCOMV.gif") 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

.valid {
    font-weight: bold;
    color: green;
    background: url("../img/checked.png")  no-repeat;
    padding-left:16px;
    margin-top: 6px;
    margin-left:.3em;
}

.error {
    font-weight: bold;
    color: red;
    background: url("../img/unchecked.png")  no-repeat;
    padding-left:16px;
    margin-top: 6px;
    margin-left:.3em;
}
.ocultar
{
    display: none;
}

.ver
{
    display: block;
}

.cajaRedondeada
{
    border-radius: 67px 67px 67px 67px;
    -moz-border-radius: 67px 67px 67px 67px;
    -webkit-border-radius: 67px 67px 67px 67px;
    border: 1px solid #000000;
    background-color: #3c8dbc;
    color: white;
    font-weight: bold;
    padding: 18px;
    font-size: 16px;
    margin: 5px;
}

.paddingTop30
{
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

.ocultar2
{
    visibility: hidden;
}
