.input-report {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 13px 5px;
    border-bottom: 1px solid #b2b2b2;
}



.label-report {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    }


    .label-title-reporteria{
        font-family: Poppins-Regular;
        font-size: 18px;
        color: #555;
        line-height: 1.2;
        text-align: right;
        }




.btn-greenblue {
    background: #507d94;
}

.btn-blue {
    background: #507d94;
}


.btn-greenblue:hover {
  font-size: 1.1rem;
  color:#507d94;
  background-color: white;
  border: 1px solid #507d94;
}

.btn-blue:hover{
      font-size: 1.1rem;
      color:#623c21;
      background-color: white;
      border:1px solid #623c21;
}

.btn-secondary {
    color: #fff;
    background-color: #507d94;
    border-color: #507d94;
    padding: 0 20px !important;

}

.btn-secondary:hover {
    color: #003F51;
    background-color: #fff;
    border-color: #623c21;
    padding: 0 20px !important;
}

/*.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/



.btn-reporteria {
    display: inline-block;
    line-height: 45px;
    padding: 0 18px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: inherit;
}


.btn-excel {
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9rem;
    font-family: inherit;
    background-color: #507d94;
    z-index: 9;

}


/*.btn-excel:hover {

    font-size: 1rem !important;

}*/


.btn-especial {
    display: inline-block;
    padding: 0 50px;
    line-height: 50px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
      font-size: 0.9rem;
    font-family: inherit;
    background-color: #eba900;
    z-index: 9;

}

@media (max-width: 480px) {
    .form-control {
        display: block;
        width: 100%;
        height: calc(2.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        left: -6px;
        position: relative;
        top: -2px;
    }

    .btn-secondary {
    color: #fff;
    background-color: #507d94;
    border-color: #507d94;
    padding: 0 20px !important;
    position: relative;
    top: -2px;
    left: -6px;
}
}
