@charset "utf-8";
/* CSS Document */
/*Mask use for all type de mask */
#mask {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90000;
    background-color: #000000;
    display: none;
}

#eventbox {
    position: absolute;
    left: 0px;
    top: 0px;
    /*width:400px;
	height:200px;*/
    display: none;
    z-index: 99990;
    padding: 10px;
    background-color: #f9f9f9;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#eventbox .close {
    background-image: url("../../theme/images/close.png");
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

/*POPUO FOR MESSAGE*/
#Mess {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 900000;
    background-color: #000000;
    display: block;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    /*border: solid 1px;*/
}

#MessContainer {
    margin: 0 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 999900;
    padding: 15px;
    background-color: #e76321;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    font-size: 14px;
    line-height: 20px !important;
    color: #fff;
    /* text-align:justify; */
    text-align: left;
}

#MessContainer .Close {
    background-image: url("../../theme/images/close.png");
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

#MessContainer a {
    color: white !important;
}

#MessContainer a:hover {
    color: white !important;
}
