/* Custom */
.hidden {
    display: none !important
}

.parsley-errors-list {
    position: absolute;
}

.parsley-errors-list.filled {
    margin-top: 41px;
    margin-left: -35px;
    list-style: none;
    font-size: 12px;
    font-weight: bolder;
    color: #c90001;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

.popup_window {
    position: fixed;
    background-color: #fff;
    color: #000000;
    padding: 0;
    display: none;
    z-index: 999;
}

.wrapper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1976;
}

.wrapper_loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
    width: 110px;
    height: 110px;
}

.level-icon {
    max-width: 27px;
    max-height: 27px;
}

.alertify .ajs-header {
    text-align: left;
}

.sub-page.top-container {
    padding: 25px 0 25px;
}

.label {
    border: 1px solid #000
}

.label-warning {
    background-color: #cbb956
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #b6a338
}

/*.odometer-digit {*/

/*}*/

/*.odometer-formatting-mark {*/

/*}*/

.slotMachineNoTransition {
    transition: none !important;
}

.slotMachineBlurFast {
    filter: blur(5px);
}

.slotMachineBlurMedium {
    filter: blur(3px);
}

.slotMachineBlurSlow {
    filter: blur(2px);
}

.slotMachineBlurTurtle {
    filter: blur(1px);
}

.slotMachineGradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 1)), color-stop(75%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    mask: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='0' height='0'><mask id='slotMachineFadeMask' maskUnits='objectBoundingBox' maskContentUnits='objectBoundingBox'><linearGradient id='slotMachineFadeGradient' gradientUnits='objectBoundingBox' x='0' y='0'><stop stop-color='white' stop-opacity='0' offset='0'></stop><stop stop-color='white' stop-opacity='1' offset='0.25'></stop><stop stop-color='white' stop-opacity='1' offset='0.75'></stop><stop stop-color='white' stop-opacity='0' offset='1'></stop></linearGradient><rect x='0' y='-1' width='1' height='1' transform='rotate(90)' fill='url(#slotMachineFadeMask)'></rect></mask></svg>#slotMachineFadeMask");
}

.attend-stamp {
    width: 100%;
}