﻿.splash {
    position: fixed;
    z-index: 200000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px;
}

.spinner {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 20000000;
}

.splash-loading {
    position: fixed;
    z-index: 20000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}

.register-product-child-radio {
    width: 70% !important;
}

input[type='date'].date-control:disabled {
    filter: invert(0) !important;
    border-color: #D4D4D4 !important;
}

input[type='date'].date-control:valid {
    filter: invert(0) !important;
    border-color: #D4D4D4 !important;
}

input[type='date'].form-control, input[type='date'].date-control {
    filter: invert(0) !important;
    border-color: #D4D4D4 !important;
}

    input[type='date'].date-control:focus {
        border-color: #c4c4c4 !important;
    }

/*.user-logout-btn {
    top: 72% !important;
}*/

div.optional-input, .obligatoria-input {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #989898;
    float: right;
    margin-right: -18px;
    position: absolute;
    top: 0;
    margin-left: 70px;
    right: 8px;
    background: #ffffff;
}

span.form-fill-message {
    background: #D6F1E3;
    border-radius: 8px;
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #3B3B3B;
    padding: 10px;
    position: absolute;
    top: -70px;
    right: 10px;
    width: 260px;
    text-align: left;
    border: 1px solid #94D9C1;
    box-shadow: 0 4px 8px rgba(44, 60, 47, 0.2);
}