.bgblack {
    background-color: black !important;
}

.bgyellow {
    background-color: #b79200 !important;
}

.bgred {
    background-color: #931700 !important;
}

#alerti {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0px;
    left: 0px;
    /**/
    z-index: 9999;
}

#alerti img {
    position: absolute;
    width: 100%;
}

#alertix {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0px;
    left: 0px;
    /*  z-index: 9999; */
}

#alertix img {
    position: absolute;

}

.giz {
    display: none;
}

.orta {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.orta1 {
    left: 0;
    right: 0;
    margin: auto;
}

.orta2 {
    top: 0;
    bottom: 0;
    margin: auto;
}