/* 
 * elegantPURL Lite CSS
 *
 * @package   elegantPURL Lite
 * @author    Chris Lema (cflema@gmail.com) and Justin Kussow (jdkussow@gmail.com)
 * @copyright Copyright (c)2011 ALL RIGHTS RESERVED
*/

.epc-message {
    display: none;
    color: #333333;
    font-family: tahoma;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: none;
    padding: 12px;
    z-index: 1001; /* this places our warning on top of the blockui overlay */
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
#epc-error {
    border-color: #D8000C;
    background-color: #FFBABA;
}
#epc-success {
    border-color: #4F8A10;
    background-color: #DFF2BF;
}
#epc-warning {
    position: relative;
    top: 0;
    background-color: #FFFFE0;
    border-color: #E6DB55;
}

#epurl-dataform {
    list-style: none;
}
#epurl-dataform li { }
#epurl-dataform li label {    
    float: left;
    text-align: right;
    width: 130px;
    margin-top: 5px;
    margin-right: 8px;
}
#epurl-dataform li .ep_input {
    padding-left: 140px;
    padding-right: 114px;
}
#epurl-dataform li .ep_input input[type=text],
#epurl-dataform li .ep_input select {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#epurl-dataform li .ep_input select.loading {
    font-style: italic;
}
#epurl-dataform li .ep_input select.error {
    color: red;
}
#epurl-dataform li .ep_input button {
    float: right;
    margin-right: -110px;
    margin-top: -25px;
}
#epurl-dataform li .ep_img_preview {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}
#epurl-dataform li .ep_img_preview img {
    width: 100%; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-radius: 4px;
    -mozilla-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    float: left;
    padding: 4px;    
}
#epurl-dataform li .ep_img_preview .ep_remove { 
    background: url("../includes/images/ico-delete.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    bottom: -4px;
    display: block;
    float: left;
    height: 16px;
    left: -4px;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
}

.epc-tbl tr td {
    padding-top: 8px;
    padding-bottom: 4px;
}
.epc-tbl button { width: 50px; }
.epc-tbl .ep-button-hide { display: none;}
.epc-tbl input[type=text] {
    margin: 0;
    padding: 3px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.epc-tbl .epc-actions { width: 54px; }
#ep-campaign a { cursor: pointer; }

#ep-campaign { }
#ep-campaign .epc-navigation { 
    margin-bottom: -1px;
    margin-left: 20px;
    overflow: hidden;
    width: 100%;
}
#ep-campaign .epc-nav { 
    height: 28px;
    margin-bottom: 0;
    list-style-type: none;
}
#ep-campaign .epc-menu-item { 
    float: left;
    width: auto;   
    border-width: 1px;
    border-style: solid;
    border-top-left-radius: 3px; 
    -moz-border-top-left-radius: 3px; 
    -webkit-border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    -moz-border-top-right-radius: 3px; 
    -webkit-border-top-right-radius: 3px;     
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #DFDFDF;    
    color: #AAAAAA;
    margin: 0 6px 0 0;
    padding: 4px 0 6px 0;
}
#ep-campaign .epc-menu-item.epc-menu-item-active {
    border-width: 1px;    
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom-color: #F9F9F9;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
#ep-campaign .epc-menu-link {
    cursor: pointer;
    color: #AAAAAA;
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 14px;
    padding: 0 14px;
}
#ep-campaign .epc-menu-link:hover, 
#ep-campaign .epc-menu-link:active, 
#ep-campaign .epc-menu-link:focus {
    color: #D54E21;
}
#ep-campaign .epc-menu-item.epc-menu-item-active .epc-menu-link {
    color: #464646;
    cursor: default;
}
#ep-campaign .epc-body {
    margin-bottom: 20px;
    border-color: #DFDFDF;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-style: solid;
    border-width: 1px;
}
#ep-campaign .epc-body .epcb-header {
    background-color: #F1F1F1;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
    border-bottom: 1px solid #DFDFDF;
    padding: 0 10px;
    height: 20px;
}
#ep-campaign .epc-body .epcb-content {
    border-style: solid;
    border-width: 1px 0;
    padding: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-color: #DFDFDF;
    border-top-color: #FFFFFF;
    display: none;
}
#ep-campaign .epc-body .epcb-content.epcb-content-active {
    display: block;
}
#epc-members-tbl tbody:hover,
#epc-members-tbl tbody:hover {
    cursor: pointer;
}
#epc-members-tbl tbody tr:hover,
#epc-members-tbl tbody tr:active {
    background-color: #E4E4E4;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);    
}
#ep_email_subject {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;     
}
.ep-send {
    padding: 5px 20px;
    width: 100px;
    float: right;
}

/* Popup styling */
.ui-dialog.epurl-ui-dialog {
	z-index: 999999;
}
.ui-dialog-title {
    color: #F3F0EB;
    font-weight: 700;
}
#epurlMemberDetailsPopup.ui-dialog-content {
    padding: 5px;
}
#epmdPopupError {
    display: none;
    background: #FFEBE8;
    border: #CC0000 1px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 12px;
    z-index: 1001; /* this places our warning on top of the blockui overlay */
    position: absolute;
    top: 30px;
    left: 12px;
    right: 12px;
}
#epmdPopupError p {
    color: #333333;
    font-family: tahoma;
    font-size: 13px;
}
#epmdPopupCore {
    background-color: #FFFFFF;
    padding: 20px;
    overflow: auto;
    position: absolute;
    top: 5px;
    left: 8px;
    right: 8px;
    bottom: 40px;
}
#epmdPopupFooter {
    color: #F3F0EB;
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
#epmdPopupFooter button {
    width: 55px;
}
#epmdPopupFooter #epmdFooterLeft {
    float: left;
}
#epmdPopupFooter #epmdFooterRight {
    float: right;
}
#epmdDelete {   
    background: none;
    background-color: #BF0B12;
    background-image: url("../includes/images/alert-overlay.png") !important;     
    color: #FFFFFF !important; 
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
    border: 1px solid rgba(0,0,0,.25); 
    border-bottom-color: rgba(0,0,0,.35);
}
#epmdDelete:hover {
    opacity:0.9;
    border-color: #666666;
}
#epmdDelete:active {
    top: 1px;
}

#epmdPopupNotForm .epmdrow { 
    width: 100%;
    margin-bottom: 8px;
}
#epmdPopupNotForm .epmdrow a {
    color: #21759B;
}
#epmdPopupNotForm .epmdrow label {
    font-size: 14px;
    font-weight: 700;
    color: #555555;
}
#epmdPopupNotForm .epmdrow label em {
    color: #BF0B12;
    font-style: normal;
}
#epmdPopupNotForm .epmdrow input {
    width: 100%;    
    margin: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#epmdPopupNotForm .epmdrow input.error {
    border: 2px solid red;
    margin: 0;    
}
#epmdPopupNotForm .epmdrow label.error {
    height: 0;
}
#_epmd_field_landing_page_warning {
    display: none;
    color: red !important;
    font-size: 11px;
}
#_epmd_field_landing_page.error {
    color: red !important;
}
#normal-sortables .postbox #epc-member-import .submit {
    float: none;
}