.ve-popup { position: fixed; width: 100%; z-index: 100000; background: #ffffff; -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75); border-radius: 4px; } .ve-popup .ve-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .ve-popup.ve_popup_center { top: 50%; left: 50%; } .ve-popup.ve_popup_top-left { top: 10px; left: 10px; } .ve-popup.ve_popup_top-right { top: 10px; right: 10px; } .ve-popup.ve_popup_bottom-left { bottom: 10px; left: 10px; } .ve-popup.ve_popup_bottom-right { bottom: 10px; right: 10px; } .ve-popup .ve-popup-wrapper { position: relative; z-index: 100; } .ve-popup .popup-header { padding: 12px; background: #91c46b; border-top-left-radius: 4px; border-top-right-radius: 4px; } .ve-popup .popup-header .popup-title { margin: 0 0 0 10px; color: #ffffff; } .ve-popup .popup-content { padding: 0 15px; background: #ffffff; } .ve-popup .close-popup { color: #000; position: absolute; z-index: 1000; } .ve-popup .close-popup.close-right { right: 0; top: 0; } .ve-popup .close-popup.close-left { left: 0; top: 0; } .ve-popup .close-popup .close-icon { height: 29px; line-height: 29px; text-align: center; width: 29px; } .ve-popup .close-popup .close-icon:before { font: 20px/29px "FontAwesome"; }