/*
 * Wordpress Admin Style v.1.0.0
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/


/*
Main Style
*/

.enotystepone { 
	float:right;
	width:50px;
	height:53px;
 	background-image:url(../images/steps/step-one.png);
	background-repeat:no-repeat;
	background-position: center center;}
	
.enotysteptwo {
	float:right;
	width:50px;
	height:52px;	
	background-image:url(../images/steps/step-two.png);
	background-repeat:no-repeat;
	background-position: center center;}
	
.enotystepthree {
	float:right;
	width:50px;
	height:52px;	
	background-image:url(../images/steps/step-three.png);
	background-repeat:no-repeat;
	background-position: center center;}
	
.enotystepfour {
	float:right;
	width:50px;
	height:52px;		
	background-image:url(../images/steps/step-four.png);
	background-repeat:no-repeat;
	background-position: center center;}
	
.enotystepfive {
	float:right;
	width:50px;
	height:52px;		
	background-image:url(../images/steps/step-five.png);
	background-repeat:no-repeat;
	background-position: center center;}	

.enoty-metabox-table tr { border-top: 1px solid #eee; }

.enoty-metabox-table th { width: 30%; }
div#enoty_metaboxmediacp.postbox th, div#enoty_metaboxmediasc.postbox th { width: 40%; }
div#enoty_metaboxmediacp.postbox th {border-right: 1px #CCC dotted;}
div#enoty_metaboxmediacp.postbox td {padding-left: 20px;}

div#enoty_select_cookies.postbox th, div#enoty_metaboxmediasc.postbox th { width: 40%; }
div#enoty_select_cookies.postbox th {border-right: 1px #CCC dotted;}
div#enoty_select_cookies.postbox td {padding-left: 20px;}

div#enoty_metaboxmediastyle.postbox th, div#enoty_metaboxmediasc.postbox th { width: 40%; }
div#enoty_metaboxmediastyle.postbox th {border-right: 1px #CCC dotted;}
div#enoty_metaboxmediastyle.postbox td {padding-left: 20px;}

.enoty-metabox-table th {
	padding: 10px 20px 10px 5px !important;
	}
	
.enoty-metabox-table td {
	vertical-align: middle !important;
	}
.enotycopysc {outline: medium none !important;}

.enoty-sc-metabox {
	background: #0678CC !important;
	width:230px !important;
	height:auto !important;
	font-size:16px !important;
	font-weight:bold !important;
	font-family:Verdana, Geneva, sans-serif !important;
	color:#fff !important;
	padding:7px !important;
	display: inline-block !important;
	text-align:center !important;
  	border: 1px solid rgba(0, 0, 0, 0.3) !important;
  	cursor:pointer !important;
	
	}

.enoty-metabox-table label span {
	line-height: 20px; 
	display: block; 
	color: #999; 
	margin: 5px 0 0 0;
	font-size:12px !important;
	font-weight:normal;
}

.enoty-metabox-table label strong {
	line-height: 20px; 
	display: block; 
	color: #000; 
	margin: 5px 0 0 0;
	font-size:12px !important;
	font-weight:bold;
}

.enoty-metabox-table input,
.enoty-metabox-table textarea {
	width: 100%; 
	margin-right: 20px; 

}

.enoty_metabox_media_shortcode input {
	width: 60%; 
	margin-right: 20px; 
	float: left;
}

.enoty-metabox-table input.file { width: 85%; }

.enoty-metabox-table input.button {
	width: auto; 
	margin-right: 0;
}


input[type=radio].css-checkbox {
							display:none;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:24px;
							height:19px; 
							display:inline-block;
							line-height:19px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:14px;
							vertical-align:middle;
							cursor:pointer;
							margin-right:20px;

						}

						input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -19px;
						}
						label.css-label {
				background-image:url(../images/cssradio.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}


.enoty-metabox-table .radio-label { margin-right: 10px; }
.enoty-metabox-table input.radio {
	width: auto; 
	margin-right: 3px;
	float: none;
}

.enoty-metabox-table input[type="text"]{
    padding: 3px;   
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
.enoty-metabox-table input[type="text"]:hover
{
    border:1px solid #cccccc;
}
.enoty-metabox-table input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}

#enoty_container {
	margin: 15px;
	width: 805px;
	position:relative;
	z-index: 0

}

#enoty_container #enotymain {
	background-color: #F5F5F5;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
padding: 4% ;

}

#enoty_container #header {
	height: 80px;
	width:auto;	
	background:#dfdfdf url(../images/gray-grad.png) repeat-x left top;
	border: 1px solid #ccc;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
#enoty_container #header .logo {
	float: left;
	margin:17px 20px;
	background: none;
	width:auto;
}
#enoty_container #header .logo h2 {
	font-style:normal !important;
	font-weight:normal !important;
	font-size:21px !important;
}
#enoty_container #header .icon-option {
	float: right;
	height: 60px;
	width: 60px;
	background: url(../images/logo.png) no-repeat;
	margin:10px 20px;
}

#enoty_container #header .icon-option-left {
	float: left;
	height: 60px;
	width: 60px;
	background: url(../images/left-cp-icon.png) no-repeat;
	margin:0 20px 0 0;
}

#enoty_container #header .enoty-cp-title {
	width:450px;
}

body.rtl #enoty_container #header .enoty-cp-title {
	text-align: left;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

.enoinfoboxsaveorreset {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}

.enoinfoboxsaveorreset {
display:none;
	padding: 16px;
	margin: 0px 0px 15px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 10px;
	border-radius: 7px;
	padding-left: 55px;
	background: #eee;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #fffadb url(../images/Info.png) no-repeat scroll 10px 15px;
	border: 1px solid #f5d145;
	color: #9e660d;
	width: 320px;
	line-height:1.5em;
}	


.enoty-media-buttons-icon{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:text-top;
	margin:0 5px
}

.enoty-media-buttons-icon{
	background:url(../images/media-button.png) no-repeat top left
}

.enoty-media-buttons-icon-del{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:text-top;
	margin:0 5px

}

.deleteimage {
	outline: medium none !important; }
	
.deleteaudio {
	outline: medium none !important; }	

.enoty-media-buttons-icon-del{
background:url(../images/remove.png) no-repeat top left
}


.videobox {
height:190px; width:300px; margin-top:30px; border: solid 6px #fff; -moz-box-shadow: 1px 1px 3px #3b3a3b; box-shadow: 1px 1px 3px #666666; cursor: pointer;
	}	
.enotyimgpreviewbox {margin-top:15px; border: solid 3px #fff; -moz-box-shadow: 1px 1px 3px #3b3a3b; box-shadow: 1px 1px 3px #666666; float:left;}
.enotythumblist {border-radius: 50%; -moz-box-shadow: 1px 1px 3px #3b3a3b; box-shadow: 1px 1px 3px #666666; }
body.rtl .enotyimgpreviewbox {float:right;}

/* Video Preview */
span.roll {
    background:url(../images/play.png) center center no-repeat #000;
    height: 190px;
    position: absolute;
    width: 300px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}

.enoty_pattern_overlay{
	display: inline-block; 
	margin: 0 15px 15px 0;
	width: 40px;
	height: 40px;
	border: 2px solid #ccc;
	text-align: center; 
	cursor: pointer;
	border-radius: 4px;
	font-size: 11px;
}
.enoty_pattern_selected {
	border: #3385FF solid 2px;
	overflow:hidden;	
}

.enoty_pattern_box {
display:inline-block;
}


.enoty_layout_overlay{
	display: inline-block; 
	margin: 0 15px 15px 0;
	width: 93px;
	height: 63px;
	border: 2px solid #ccc;
	text-align: center; 
	cursor: pointer;
	border-radius: 4px;
	font-size: 11px;
}
.enoty_layout_selected {
	border: #3385FF solid 2px;
	overflow:hidden;	
}

.enoty_layout_box {
display:inline-block;
}


.eno_pattern_overlay{
	display: inline-block; 
	margin: 0 15px 15px 0;
	width: 40px;
	height: 40px;
	border: 2px solid #ccc;
	text-align: center; 
	cursor: pointer;
	border-radius: 4px;
	font-size: 11px;
}
.eno_pattern_selected {
	border: #3385FF solid 2px;
	overflow:hidden;	
}

.eno_pattern_box {
display:inline-block;
width:300px;
}

/* Dashboard Social Share */
ul.easymedia-social { list-style:none ;display:inline-block; cursor: pointer;}
ul.easymedia-social li { display:inline; float:left; background-repeat:no-repeat; }
ul.easymedia-social li a { display:block; width:32px; height:32px; padding-right:10px; position:relative; text-decoration:none; }
ul.easymedia-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
ul.easymedia-social li.easymedia-facebook { background-image:url("../images/socialicon/facebook.png"); }
ul.easymedia-social li.easymedia-twitter { background-image:url("../images/socialicon/twitter.png"); }
ul.easymedia-social li.easymedia-googleplus { background-image:url("../images/socialicon/googleplus.png"); }
ul.easymedia-social li.easymedia-pinterest { background-image:url("../images/socialicon/pinterest.png"); }
#easymedia-cssanime:hover li { opacity:0.2; }
#easymedia-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#easymedia-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
#easymedia-cssanime li:hover { opacity:1; }
#easymedia-cssanime li:hover a strong { opacity:1; top:-10px; }

/* Dashboard Widget Styles
-------------------------------------------------------------- */

.thesort {
	margin-right: 5px;
	top:5px;
	position:relative;
	float: left;
	cursor: move;
	width:19px;
	height:19px;
 	background-image:url("../images/sort_both.png");
	background-repeat:no-repeat;}
	
.repeatableremove {
	top:7px;
	position:relative;
	cursor: pointer;
	float: right;
	right:7px;
	width:16px;
	height:16px;
 	background-image:url("../images/delete.png");
	background-repeat:no-repeat;}
	
.custom_repeatable li {
	margin-bottom:15px; }	

.repeatable-add {
		outline: none !important;
	margin-left: 25px !important;
-webkit-border-radius: 11px !important;
-moz-border-radius: 11px !important;
border-radius: 11px !important;
	font-size:11px !important;
	}
	
#imgthumbnailprv, #enotyimgpreviewbox {
	max-width: 200px;
	display: block;	
	height: auto;
	}
#notify_image {
	display:none;
}
.addimage, .delimage {
	display:inline-block;
}

#notycontrolcon {
	display: block;
}

.onefunc {
	background-color: #F5F5F5  !important;
}

.onefunctext {
	background-color: #F3FCF3  !important;
}

.onefuncbull {
	background-color: #EAF4FF  !important;
}

.onefuncimg {
	background-color: #FFF8F0 !important;
}

.onefuncnsize {
	background-color: #FEFFE1 !important;
}

.enotypro {
	 background-image: url('../images/pro-version.png');
	 background-repeat: no-repeat;
	}
	
/* Scroll to Top */
.enoty-scroll-top-wrapper {
	background-image: url('../images/arrow_up.png');
	background-repeat: no-repeat;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 40px;
    height: 41px;
    right: 30px;
    bottom: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.enoty-scroll-top-wrapper:hover {
	background-image: url('../images/arrow_up_dark.png');
}
.enoty-scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

/* Notify List Layout Mode */
.enoty-layout-mode {-moz-box-shadow: 1px 1px 3px #3b3a3b; box-shadow: 1px 1px 3px #666666;}

/* Preview */
#preview-notify:hover {
	opacity: 0.7;
}

.notifyprev {
	outline: none !important;
	}
	
/* Admin Bar Notify */	
#wpadminbar .enoty-upgrade-to-pro > .ab-item{
	margin-left: 5px;
	margin-right: 5px;	
	color:#fff;
	background-color: #f44;
	background-image: -moz-linear-gradient(bottom, #0074A2, #009DD9);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#0074A2), to(#009DD9));
}

#wpadminbar .enoty-upgrade-to-pro:hover > .ab-item{
	color:#fff !important;
	background-color: #0074A2 !important;
	background-image: -moz-linear-gradient(bottom, #009DD9, #0074A2) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#009DD9), to(#0074A2)) !important;
}		
	
/* Help */
.helpicon {
	float: right;
	width: 22px;
	height: 22px;
	background-image: url('../images/help.png');
	background-repeat: no-repeat;
	background-position: center center;
	outline: none !important;
	cursor: pointer;
	}
	
.tsc_buttons2 { display:inline-block; text-decoration:none; outline:none; cursor:pointer; font:bold 12px/1em Arial, sans-serif; padding:8px 11px; color:#555; text-shadow:0 1px 0 #fff; background:#f5f5f5; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); background:-moz-linear-gradient(top, #f9f9f9, #f0f0f0); border:1px solid #dedede; border-color:#dedede #d8d8d8 #d3d3d3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;}
.tsc_buttons2:hover,
.tsc_buttons2:focus { color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9)); background:-moz-linear-gradient(top, #f9f9f9, #e9e9e9); border-color:#ccc; -webkit-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; -moz-box-shadow:0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb; box-shadow:0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;}
.tsc_buttons2:active { position:relative; top:1px; color:#555; background:#efefef; background:-webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4)); background:-moz-linear-gradient(top, #eaeaea, #f4f4f4); border-color:#c6c6c6; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd; box-shadow:0 1px 0 #fff, inset 0 0 5px #ddd;}
.tsc_buttons2.rounded { padding:8px 15px; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
input.tsc_buttons2,
button.tsc_buttons2 {  *width:auto; *overflow:visible;} /* IE7 Fix */
.tsc_buttons2 img { border:none; vertical-align:bottom;}


/*  Large buttons */
.tsc_buttons2.large { padding:12px 15px; font-size:20px; font-weight:normal; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.tsc_buttons2.large.rounded { padding:12px 22px; -webkit-border-radius:23px; -moz-border-radius:23px; border-radius:23px;}

/*  Red */
.tsc_buttons2.red { background:#e6433d; background:-webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746)); background:-moz-linear-gradient(top, #f8674b, #d54746); border-color:#d1371c #d1371c #9f220d; color:#fff; text-shadow:0 1px 1px #961a07; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;}
.tsc_buttons2.red:hover,
.tsc_buttons2.red:focus { background:#dd3a37; background:-webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b)); background:-moz-linear-gradient(top, #ff7858, #cc3a3b); border-color:#961a07; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;}
.tsc_buttons2.red:active { background:#e6433d; border-color:#961a07; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07; box-shadow:0 1px 0 #fff, inset 0 0 5px #961a07;}

/*  Black */
.tsc_buttons2.black { background:#525252; background:-webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); background:-moz-linear-gradient(top, #5e5e5e, #434343); border-color:#4c4c4c #313131 #1f1f1f; color:#fff; text-shadow:0 1px 1px #2e2e2e; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #868686; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #868686; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #868686;}
.tsc_buttons2.black:hover,
.tsc_buttons2.black:focus { background:#4b4b4b; background:-webkit-gradient(linear, left top, left bottom, from(#686868), to(#363636)); background:-moz-linear-gradient(top, #686868, #363636); border-color:#313131; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #868686; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #868686; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #868686;}
.tsc_buttons2.black:active { background:#525252; border-color:#313131; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #313131; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #313131; box-shadow:0 1px 0 #fff, inset 0 0 5px #313131;}

/*  Grey */
.tsc_buttons2.grey { background:#969696; background:-webkit-gradient(linear, left top, left bottom, from(#ababab), to(#818181)); background:-moz-linear-gradient(top, #ababab, #818181); border-color:#a0a0a0 #7c7c7c #717171; color:#fff; text-shadow:0 1px 1px #444; -webkit-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #bebebe; -moz-box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #bebebe; box-shadow:0 1px 2px #eaeaea, inset 0 1px 0 #bebebe;}
.tsc_buttons2.grey:hover,
.tsc_buttons2.grey:focus { background:#868686; background:-webkit-gradient(linear, left top, left bottom, from(#b0b0b0), to(#6f6f6f)); background:-moz-linear-gradient(top, #b0b0b0, #6f6f6f); border-color:#666 #666 #606060; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #bebebe; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #bebebe; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #bebebe;}
.tsc_buttons2.grey:active { background:#909090; border-color:#606060; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #606060; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #606060; box-shadow:0 1px 0 #fff, inset 0 0 5px #606060;}

/*  Green */
.tsc_buttons2.green { background:#7fbf4d; background:-webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f)); background:-moz-linear-gradient(top, #7fbf4d, #63a62f); border-color:#63a62f; color:#fff; text-shadow:0 1px 0 #53961e; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;}
.tsc_buttons2.green:hover,
.tsc_buttons2.green:focus { background:#76b347; background:-webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a)); background:-moz-linear-gradient(top, #86c755, #5ea12a); border-color:#53961e; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #96d865;}
.tsc_buttons2.green:active { background:#7fbf4d; border-color:#53961e; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e; box-shadow:0 1px 0 #fff, inset 0 0 5px #53961e;}

/*  Blue */
.tsc_buttons2.blue { background:#377ad0; background:-webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#377ad0)); background:-moz-linear-gradient(top, #52a8e8, #377ad0); border-color:#4081af #2e69a3 #20559a; color:#fff; text-shadow:0 1px 1px #4081af; -webkit-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb; -moz-box-shadow:0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb; box-shadow:0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb;}
.tsc_buttons2.blue:hover,
.tsc_buttons2.blue:focus { background:#206bcb; background:-webkit-gradient(linear, left top, left bottom, from(#3e9ee5), to(#206bcb)); background:-moz-linear-gradient(top, #3e9ee5, #206bcb); border-color:#2a73a6 #165899 #07428f; -webkit-box-shadow:0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9; -moz-box-shadow:0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9; box-shadow:0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;}
.tsc_buttons2.blue:active { background:#3282d3; border-color:#154c8c #154c8c #0e408e; text-shadow:0 -1px 1px #1d62ab; -webkit-box-shadow:0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5; -moz-box-shadow:0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5; box-shadow:0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5;}

/*  Orange */
.tsc_buttons2.orange { background:#ee8f1f; background:-webkit-gradient(linear, left top, left bottom, from(#f5b026), to(#f48423)); background:-moz-linear-gradient(top, #f5b026, #f48423); border-color:#e6791c #e6791c #d86f15; color:#fff; text-shadow:0 1px 1px #b85300; -webkit-box-shadow:0 1px 2px #d7e9a4, inset 0 1px 0 #f8d898; -moz-box-shadow:0 1px 2px #d7e9a4, inset 0 1px 0 #f8d898; box-shadow:0 1px 2px #d7e9a4, inset 0 1px 0 #f8d898;}
.tsc_buttons2.orange:hover,
.tsc_buttons2.orange:focus { background:#e38512; background:-webkit-gradient(linear, left top, left bottom, from(#ffbb33), to(#eb7b1a)); background:-moz-linear-gradient(top, #ffbb33, #eb7b1a); border-color:#d0680c; -webkit-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ffdf9e; -moz-box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ffdf9e; box-shadow:0 0 1px #d6d6d6, inset 0 1px 0 #ffdf9e;}
.tsc_buttons2.orange:active { background:#ee8f1f; border-color:#d0680c; -webkit-box-shadow:0 1px 0 #fff, inset 0 0 5px #d0680c; -moz-box-shadow:0 1px 0 #fff, inset 0 0 5px #d0680c; box-shadow:0 1px 0 #fff, inset 0 0 5px #d0680c;}
	
/* Notify List Styles */
td.enoty_shortcode.column-enoty_shortcode, td.enoty_preview.column-enoty_preview, td.enoty_id.column-enoty_id, td.enoty_cookie.column-enoty_cookie, td.enoty_layout.column-enoty_layout {
		vertical-align:middle;
	}
	
.scode-block {
	padding: 4px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.07)
	}
	
/* Rate Notice */	
.enoty_message {
	min-width: 800px;
	border: 1px solid #1b6394;
	padding: 5px;
	margin: 12px 0;
	background: #2484c6;
	position: relative;
	overflow: hidden;
	}
	
.enoty_message .enoty_text {
	color: #FFF;
	font-size: 15px;
	line-height: 26px;
	margin-top: 26px;
	float: left;
	width: auto;
	}
	
.enoty_message .enoty_text span {
	font-size: 12px;
	opacity: 0.8;
	}
	
.enoty_message .enoty_text span strong {
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	}
	
.enoty_message .enoty_button {
	float: right;
	border: 1px solid #14496d; 
	font-size: 14px;
	margin: 12px;
	margin-top: 19px;
	padding: 9px 0;
	color: #FFF;
	text-shadow: 0 1px 3px #2483c5;
	font-weight: bold;
	background: #17537e;
	-moz-border-radius : 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	height: 45px;
	text-align: center;
	width: 135px;
	-moz-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
	-webkit-box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
	box-shadow: 0px 1px 1px 0 #3e7aa3 inset;
	}
	
.enoty_message .enoty_button:hover,
.enoty_message .enoty_button:focus {    
	background: #2b9eed;
	color: #FFF;
	border: 1px solid #1d6ca1;
	-moz-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
	-webkit-box-shadow: 0px 1px 1px 0 #4bacf0 inset;
	box-shadow: 0px 1px 1px 0 #4bacf0 inset;
	}
	
.enoty_message .enoty_icon {
	float: left;
	margin: 14px 18px 14px 14px;
	}

body.rtl #myModalLabel {
	text-align: left;
}
	
/* Featured Plugin Styles
-------------------------------------------------------------- */
#ghozy-featured h2 { margin: 0 0 15px; }
#ghozy-featured .ghozy-extension { float: left; margin: 0 15px 15px 0; background: #FFF; border: 1px solid #DEDEDE; width: 320px; height: auto; position: relative; }
#ghozy-featured .ghozy-extension h3 { margin: 0 0 8px; font-size: 13px;  }
#ghozy-featured .ghozy-extension .button-secondary { position: relative; left: 0px; margin-bottom: 5px; }
#ghozy-featured .ghozy-browse-all { clear:both; width:100%; }
#ghozy-featured .ghozy-extension .third-party { display: none; }
#ghozy-featured .ghozy-extension .feedtop { padding: 8px; }
#ghozy-featured .feedbottom {clear: both; background-color: #FAFAFA; border-top: 1px solid #DEDEDE; overflow: hidden; }
#ghozy-featured .feeddesc { margin-bottom: 25px; padding: 0px 8px 8px 8px; }
#ghozy-featured .getitfeed { margin-left: 8px; bottom: 8px;}

body.rtl.easynotify_page_enoty_featured_plugins #ghozy-featured .ghozy-extension {
	float: right;	
}

body.rtl .getitfeed {
	left: auto;
	right: 10px;
}
	