

body.wp-admin #poststuff h2 
{  
	background-color: #DDD; 
	border-bottom: 2px solid #777; 
}

.wpmc_page_title,
.acf-settings-wrap H2	
{
	color: #EE4C26;
    font-size: 26px;
    font-weight: bold;
}


.wpmc_template_macro
{
	font-family: courier new, monospaced;
	font-style: normal;
	font-weight: bold;
	color: #00f;	
}



/* Display - Common style */

.wpmc_display_shadow {
	-webkit-box-shadow: 0px 0px 10px #111;
	   -moz-box-shadow: 0px 0px 10px #111;   
	        box-shadow: 0px 0px 10px #111;	
}


.wpmc_display 
{
	max-width: 95%; 
	
	position: fixed;
	z-index: 99999;
	
	box-sizing: border-box;	
		
	background-color: white;	
	padding: 10px;
	
	display: none;	
}

.wpmc_display_close_icon 
{
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    z-index: 10;
    border-radius: 50%;
	background-color: white;
}

.wpmc_display_close_icon img 
{
    position: absolute;
    top: 0px;
    left: 0px;    
}



/* Display: FIXED HEADER */
.wpmc_display_fixed_header 
{
	max-width: 100%; 
	width    : 100%;
	 
    left: 0 !important;
	top:  0 !important; 
	
	transition: top 1s;   
}



/* Display: FIXED FOOTER */
.wpmc_display_fixed_footer
{ 
	max-width: 100%; 
	width    : 100%;
	 
    left:   0 !important;
	bottom: 0 !important;

	transition: height 1s;   
}

.wpmc_display_fixed_header .wpmc_display_close_icon,
.wpmc_display_fixed_footer .wpmc_display_close_icon 
{   
    top:   1px !important;
    right: 1px !important;
}



/* Display: POPUP (top left, top right, bottom left, bottom right, center) */
.wpmc_display_popup 
{
	top:  50%;
	left: 50%;	
}

.wpmc_display_popup_top_left  
{ 
	top: 16px;
	left: 5px;
	
	transition: left 1s;   
}

.wpmc_display_popup_top_right  
{ 
	top: 16px;
	right: 5px;
	    
	transition: right 1s;   
}

.wpmc_display_popup_bottom_left  
{ 
	left: 5px;    
	top: 100%;
	
	transition: left 1s;   
}

.wpmc_display_popup_bottom_right  
{ 
	right: 5px;    
	top: 100%;
	
	transition: right 1s;   
}

.wpmc_display_popup_center 
{
	top: 50%;
	left: 50%;	
}


.wpmc_card_shadow
{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}



/* Ribbons */
.wpmc-ribbon {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
	
}

.wpmc-ribbon-none 
{
	display: none;	
}

.wpmc-ribbon-left  {  left: -5px; top: -5px; }
.wpmc-ribbon-right { right: -5px; top: -5px; }


 
 
.wpmc-ribbon span 
{
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase; 
  text-align: center;
  line-height: 20px;
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
}

.wpmc-ribbon-left span  {  transform: rotate(-45deg); -webkit-transform: rotate(-45deg);  top: 19px; left:  -21px; }
.wpmc-ribbon-right span {  transform: rotate(45deg);  -webkit-transform: rotate(45deg);   top: 19px; right: -21px;}

.wpmc-ribbon span::before 
{
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.wpmc-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent; 
  border-bottom: 3px solid transparent;  
}


/* ribbon colors */
.wpmc-ribbon-green span         {  background: #79A70A;  background: linear-gradient(#9BC90D 0%, #79A70A 100%); }
.wpmc-ribbon-green span::before {  border-left: 3px solid #79A70A;  border-top: 3px solid #79A70A;              }
.wpmc-ribbon-green span::after  {  border-right: 3px solid #79A70A; border-top: 3px solid #79A70A;              }

.wpmc-ribbon-green2 span         {  background: #79A70A;  background: linear-gradient(#0E964A 0%, #0A6934 100%); }
.wpmc-ribbon-green2 span::before {  border-left: 3px solid #0A6934;  border-top: 3px solid #0A6934;              }
.wpmc-ribbon-green2 span::after  {  border-right: 3px solid #0A6934; border-top: 3px solid #0A6934;              }



.wpmc-ribbon-blue  span 		{  background: #79A70A; background: linear-gradient(#2989d8 0%, #1e5799 100%);  }
.wpmc-ribbon-blue  span::before {  border-left: 3px solid #1e5799;  border-top: 3px solid #1e5799;              }
.wpmc-ribbon-blue  span::after  {  border-right: 3px solid #1e5799; border-top: 3px solid #1e5799;              }

.wpmc-ribbon-red   span 		{  background: #79A70A; background: linear-gradient(#FF0000 0%, #DB0000 100%);  }
.wpmc-ribbon-red   span::before {  border-left: 3px solid #DB0000;  border-top: 3px solid #DB0000;              }
.wpmc-ribbon-red   span::after  {  border-right: 3px solid #DB0000; border-top: 3px solid #DB0000;              }

.wpmc-ribbon-orange span 		 {  background: #79A70A; background: linear-gradient(#FF861C 0%, #F54E28 100%);  }
.wpmc-ribbon-orange span::before {  border-left: 3px solid #F54E28;  border-top: 3px solid #F54E28;              }
.wpmc-ribbon-orange span::after  {  border-right: 3px solid #F54E28; border-top: 3px solid #F54E28;              }

.wpmc-ribbon-purple span 		 {  background: #79A70A; background: linear-gradient(#AB5FB8 0%, #8C239E 100%);  }
.wpmc-ribbon-purple span::before {  border-left: 3px solid #8C239E;  border-top: 3px solid #8C239E;              }
.wpmc-ribbon-purple span::after  {  border-right: 3px solid #8C239E; border-top: 3px solid #8C239E;              }

.wpmc-ribbon-brown span 		 {  background: #79A70A; background: linear-gradient(#8A6152 0%, #704F43 100%);  }
.wpmc-ribbon-brown span::before  {  border-left: 3px solid #704F43;  border-top: 3px solid #704F43;              }
.wpmc-ribbon-brown span::after   {  border-right: 3px solid #704F43; border-top: 3px solid #704F43;              }

.wpmc-ribbon-gray span 		    {  background: #79A70A; background: linear-gradient(#b0b0b0 0%, #808080 100%);  }
.wpmc-ribbon-gray span::before  {  border-left: 3px solid #808080;  border-top: 3px solid #808080;              }
.wpmc-ribbon-gray span::after   {  border-right: 3px solid #808080; border-top: 3px solid #808080;              }


.wpmc_rating
{
	display: inline-block !important;
	text-align: center;
	line-height: 1;	
	padding: 0;
	margin: 2px 0px;
}

.wpmc_rating_star
{
    display: inline-block !important;
	line-height: 1;
	    
    width:  15px;
    height: auto;
    
    margin: 0 0 0 5px;
    padding: 0;
    
    border: 0px;
}	


i.mce-i-wpmc-tinymce-icon 
{
	background: url('../images/wpmc-40x40.png');
	background-size: cover;
}



.wpmc-affiliate-network-name
{
	font-weight: bold;
	color: #0185b9;
}

.wpmc-pro-version-info
{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ccc;
	padding: 20px;
	color: #333;
	background-color: #daf3dd;
}

.wpmoneyclick-pro .wpmc-pro-version-info
{
	display: none;
}


.wpmc-content-edit-button
{
	font-family: sans-serif !important;
	font-size: 11px !important;
	height: 25px !important;
	margin-top: -2px !important;
	margin-bottom: 5px !important;
}
