﻿input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#LoadingOverlay {
    background-color: black;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-opacity: 0.2;
    opacity: 0.2;
}

.form-container .input-label-custom-flatpicker {
    font-size: .75rem;
    top: -12px;
    padding: 1px 6px;
    background: #fff;
    z-index: 20;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    border-radius: 5px;
}

.input-group-append-custom-flatpicker {
    text-align: center;
    width: 75px;
}

.flatpickr-monthDropdown-months {
    display: inline;
}

#lnkAgregarOtroBeneficiario {
    margin-top: 0;
    margin-bottom: 20px;
}
.text-red {
    color: rgb(225,83,83);
}
.btn-activo {
    border: 2px solid #008CBA !important;
}
textarea {
    resize: none;
}

input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="date"] {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 13px 16px 16px 16px;
    font-family: "CircularStd", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    color: #354759;
    border: 1px solid #9AA7B5;
    border-radius: 7px;
    color: #354759;
}

.input-control-group-calendar + .input-label {
    font-size: .75rem;
    top: -12px;
    padding: 1px 6px;
    background: #ffffff;
    z-index: 20;
    transition: all 0.35s ease-out;
    border-radius: 5px;
}

.embed-responsive-item {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;*/
    width: 100%;
    height: 28em;
    border: 0;
}