.mt-120 {
    margin-top: 120px;
}

.menu-itm {
    border: solid 1px;
    padding: 10px;
}

.hidden-div {
    display: none;
}
#Cont_Loading_I, .Cont_Loading_I {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #ffffff;
    opacity: 0.8;
}
#Cont_Loading {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #000 !important;
    opacity: 0.6 !important;
}
#img_loading_I, .img_loading_I {
    width: 85px;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-40px,-100px);
    -moz-transform: translate(-40px,-100px);
    -ms-transform: translate(-40px,-100px);
    -o-transform: translate(-40px,-100px);
    transform: translate(-40px,-100px);
}

.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}
