.custom_messagebox_overlay {
    //background-color    : rgba(220, 240, 175, 0.5);
    //background-color    : #ffa8cc;
    //border              : 10px solid rgba(86, 159, 247, 1);
}
.custom_messagebox {
    background-color    : #ffa8cc;
    border              : 1px solid #ffa8cc;
    border-radius       : 20px;
}
    .custom_messagebox .messagebox_title,
    .custom_messagebox .messagebox_buttons {
        //background-color    : #569ff7;
		background-color    : #ffa8cc;
		
    }
        .custom_messagebox .messagebox_buttons button {
            background-color    : white;
            border-radius       : 20px;
        }


.messagebox_content {background-color: white;}

.messagebox_buttons_button {padding: 1px 1px 1px 1px;}



/* jQuery PopupWindow */

/* Content's background */
.custom_style .popupwindow_content {
    background-color    : #f0f0f0;
}

/* Center Titlebar text */
.custom_style .popupwindow_titlebar_text {
    padding-left    : 8px;
}

/* Round buttons */
.custom_style .popupwindow_titlebar_button {
    width           : 18px;
    height          : 18px;
    margin-left     : 4px;
    border          : none;
    border-radius   : 50%;
}
    /* Button's icon on hover */
    .custom_style .popupwindow_titlebar_button svg {
        display : none; 
    }
    .custom_style .popupwindow_titlebar_button:hover svg {
        display : block; 
    }

/* Close button */
.custom_style .popupwindow_titlebar_button_close {
    background-color    : #d03020;
}
    .custom_style .popupwindow_titlebar_button_close:hover {
        background-color    : #ca3020;
        stroke              : #803020;
    }
    .custom_style .popupwindow_titlebar_button_close:active {
        background-color    : #c03020;
    }

/* Maximize button */   
.custom_style .popupwindow_titlebar_button_maximize {
    background-color    : #ffbb66;
}
    .custom_style .popupwindow_titlebar_button_maximize:hover {
        background-color    : #ee9922;
        stroke              : #885511;
    }
    .custom_style .popupwindow_titlebar_button_maximize:active {
        background-color    : #dd8811;
    }

/* Minimize button */
.custom_style .popupwindow_titlebar_button_minimize {
    background-color    : #99b055;
}
    .custom_style .popupwindow_titlebar_button_minimize:hover {
        background-color    : #77a055;
        stroke              : #223311;
    }
    .custom_style .popupwindow_titlebar_button_minimize:active {
        background-color    : #559044;
    }
	
input[data-field="name"]  {BACKGROUND-COLOR: YELLOW;}
input[data-field="inci"] {BACKGROUND-COLOR: YELLOW;}
tr[role="group"] {BACKGROUND-COLOR: #ffa8cc;}
	
	