.errorClassPL {
    position: absolute;
    opacity: 0.87;
    left: 0px;
    margin-top: 0px;
    margin-left: 0;
    display: block;
    /* width: 50%; */
    background: #ee0101;
    /* position: relative; */
    color: #fff;
    min-width: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.errorClassCarreraPL {
    max-height: 17px;
    line-height: 1;
    margin-top: -18px !important;
}

.content-lds-ring {
    text-align: center;
    position: fixed;
    left: 45%;
    top: 50%;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #E8171A transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.eventsNone {
    opacity: 0.5;
    pointer-events: none;
}