/* CSS for the Multiple Wishlist module */

/***** RM-1040 - Modal styles *****/
/* Override inline dom styles from modal.js */
#modalContent {
  position: fixed !important;
  top: 12% !important;
  bottom: 12% !important;
  right: 4% !important;
  left: 4% !important;
}
div.ctools-modal-content .modal-content {
    width: 100% !important;
    padding: 0;
}
/* Limit max width to 500px */
div.ctools-modal-content {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 500px;
}
.modal-default div.ctools-modal-content .modal-header {
    background: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.ctools-modal-content a.close img {
    top: 2px;
    float: right;
    margin-left: 5px;
}
.modal-default div.ctools-modal-content .modal-header a.close {
    position: relative;
    padding: 2px 22px 2px 5px;
    background: #808080;
    outline: none;
}
.modal-default div.ctools-modal-content .modal-header a.close:after {
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(modal-close.png) no-repeat scroll center right;
    content: "";
    top: 3px;
    right: 0;
    z-index: 10;
    background-size: 100% 100%;
}
/*********RM-1605***********/
#uc-multiple-wishlist-user-delete-form div {
    font-weight: bold;
}
body.page-user-store-customers-wishlist h1.page-title {
    font-size: 1.286em;
}
body.page-user-store-customers-wishlist h1.page-title > p {
    color: #e73420;
}
/********RM-1605 End*******/