/* Main
-------------------------------------------- */
/* Core start */

/* Core end */

/* ---
-------------------------------------------- */

/* ---
-------------------------------------------- */


/* Needs to be organized
--------------------------------------------
--------------------------------------------
--------------------------------------------
-------------------------------------------- */

.xDialogPopup>.xConfirmContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 20px 18px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.xDialogPopup>.xConfirmContainer>.xBtns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-color: #f4f5f7;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
}

.xDialogPopup>.xConfirmContainer>.xContentContainer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    background-color: white;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
}