/*GENERAL*/
.eps_type_text {
height: 30px !important;
}

    #minor-publishing,
	#submitdiv h3,
	#submitdiv > .handlediv
	{
    display:none;
    }
	
	.eps_input_date {
	height: 20px !important;
	width: 85px;
	font-size: 11px;
	}
	
	.fixedbutton {
	position: fixed !important;
	bottom: 35px;
	right: 20px;
	width: 279px;
	z-index: 999;
	}
	
	#epsshortcode_container {
	width: 100%;
	font-weight: bold;
	}
	
/*ON OFF*/
.onoffswitch {
    position: relative; 
	width: 160px;
    -webkit-user-select:none;
	-moz-user-select:none; 
	-ms-user-select: none;
	margin: 0 auto 10px auto;
/* 	float: right; */
}

.onoffswitch-checkbox {
    display: none !important;
}

.onoffswitch-label {
    display: block; overflow:
	hidden; cursor: pointer;
    border: 2px solid #efefef;
	border-radius: 5px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 43px; padding: 0; line-height: 43px;
    font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ENABLED";
    padding-left: 10px;
    background-color: #228f04; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "DISABLED";
    padding-right: 10px;
    background-color: #A31212; color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 39px; margin: 0px;
    border: 2px solid #efefef; border-radius: 5px;
	background: #DBDEDC url('img/off.png') no-repeat center center;
    position: absolute; top: 0; bottom: 0; right: 117px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background: #DBDEDC url('img/on.png') no-repeat center center;
    right: 0px; 
}
/*
**************************************************************************************************************
**************************************************************************************************************
Elements
**************************************************************************************************************
**************************************************************************************************************
*/
.img_in_admin {

}

.rmv_img {
position: absolute;
/* margin-left: 70px; */
background: #ffffff;
color: #900000;
font-weight: bold;
cursor: pointer;
border: 1px solid #ffffff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #dddddd) );
background:-moz-linear-gradient( center top, #eeeeee 5%, #dddddd 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd');
}

.rmv_img:hover {
background: #900000;
color: #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f02468), color-stop(1, #900000) );
background:-moz-linear-gradient( center top, #f02468 5%, #900000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f02468', endColorstr='#900000');
}

/*
**************************************************************************************************************
**************************************************************************************************************
SETTINGS
**************************************************************************************************************
**************************************************************************************************************
*/

#eps_theme, .eps_style_class {
width: 100% !important;
}

.contstylemenu {
display: inline-block;
font-weight: bold;
font-size: 15px;
margin: 10px 0 0;
}

/*
**************************************************************************************************************
**************************************************************************************************************
FIELDS SETTINGS
**************************************************************************************************************
**************************************************************************************************************
*/
.thfieldcss, .btnfieldcss {
	position: absolute;
	right: 25px;
}

.thfieldcss img{
margin-top: 5px !important;
cursor: pointer;
}

.btnfieldcss img {
margin-top: 30px !important;
cursor: pointer;
}

.effieldcss  img, .list_td  img{
cursor: pointer;
}

.effieldcss, .list_td {
float: right;
position: relative;
right: 3px;
top: 2px;
}

.settingsbox, .bottom_box {
	position: absolute;
	z-index: 9;	
	border: 1px solid #ffffff;
	padding: 0 5px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	box-shadow:0 5px 10px 2px #808080; 
	-moz-box-shadow:0 5px 10px 2px #808080; 
	-webkit-box-shadow:0 5px 10px 2px #808080; 
}
.main_tinybox {
display: none;
background: #3cbaf0;
}

.settingsbox {
	width: 250px;
}

.bottom_box {
	width: 510px;
	right: -255px;
}

.settingsbox input, .settingsbox select , .bottom_box input, .bottom_box select {
	width: 120px;
	height: 20px;
	font-size: 11px;
	padding: 0;
}

.settingsbox select, .bottom_box select {
	padding: 0;
}

.settingsbox input, .bottom_box input {
	padding: 0 0 0 5px;
}

.main_tinybox input[type="checkbox"] {
	margin: initial;
}

.settingsbox input[type="checkbox"], .bottom_box input[type="checkbox"] {
	margin-right: 2px;
	width: initial;
}

.bottom_box input[type="checkbox"] {
	margin-top: 1px;
}

.stleft, .stright, .stcenter {
width: 123px;
}

.stleft {
float:left;
}

.stright {
float:right;
}

.stcenter {
margin: 5px auto 10px; 
text-align: center; 
}

.shdo {
display: inline-block;
margin-top:5px;
padding: 3px 0 3px 5px ;
background: #5f8cd4;
width: 95%;
}
.shdo2 {
}

.set_tr {
background: #dddddd;
}

.li_div{
float: left;
}

.eps_limg_button {
background: url("./img/upload.png") no-repeat center center;
color: #fff;
z-index:0;
width: 65px;
display:inline-block;
overflow: hidden;
}

.li_div, .eps_limg_button  {
margin: 5px 5px 0 0;
}

#eps_li_image_text {
margin-top: 2px;
}

.settop_right, .settop_left {
width: 250px;
} 

.settop_left {
float: left;
}

.settop_right {
float: right;
}

.leading_text, .leading_text_first {
background: #5f8cd4;
display:inline-block;
font-weight:bold;
padding: 2.5px 0;
text-align: center; 
width: 100%;
}

.leading_text_first {
margin: 5px 0 0;
}

.email_form_area {
margin: 5px 0;
padding: 5px;
border: 1px solid #dddddd;
}

.eps_tabs {
list-style-type: none;
background: #eeeeee;
padding: 5px;
margin: 5px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.eps_tabs li{
display: inline-block;
margin: 0 0 0 5px;
color: #5f8cd4;
cursor: pointer;
}

.eps_tabs li:hover{
color: #900000;
}

.opened {
background: #3cbaf0;
padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.opened-1 {
background: #900000;
padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.opened-2 {
background: #0f9942;
padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.arrow_wrapper {
position: relative;
}

.arrow_down {
display: none;
position: absolute;
width: 0px;
margin: 0 auto;
left: 0;
right: 0;
}

.hover_css, .eps_helptab {
display: none;
}

.li_close {
position: relative;
bottom: 1px;
float:right;
background:#bababa;
color:#900000 !important;
padding:1px 6px;
border-radius:75px;
font-weight: bold;
}

.li_close:hover {
background:#808080;
color:#ffffff !important;
}

.eps_spinner, .epsimg_spinner, .epsheight_spinner {
width: 95px !important;
height: 17px !important;
}
span.ui-spinner {
background: #dddddd !important;
border: none !important;
}
.ui-spinner-button {
z-index: 98 !important;
}

.li_input {
float: left;
}

.li_preview {
position: absolute;
right: 30px;
margin-top: 7px;
}

.liimg_preview {
height: 20px;
width: 20px;
}

.li_checkbox {
position: absolute;
margin-top: 7px !important;
margin-left: 35px !important;
}
/*
**************************************************************************************************************
**************************************************************************************************************
HIERARCHY
**************************************************************************************************************
**************************************************************************************************************
*/

.specify_ptypes {
/* font-weight: bold; */
font-family: Arial;
text-decoration: none;
}

.plus_minus {
padding: 0 3px;
margin-right: 5px;
color: #ffffff;
font-weight: bold;
background: #990000;
font-size: 10px;
}

.p_types{
margin:10px 0;
background: #ebebed;
padding: 10px 5px;
display: none;
font-size: 11px;
}

.p_types li{
margin-bottom:0;
}

.item_1{
line-height:0;
}

.p_types input[type="checkbox"] {
  /* All browsers except webkit*/
  transform: scale(0.78);
  /* Webkit browsers*/
  -webkit-transform: scale(0.78);
  
  margin-top: 0.5px;
}

.taxo_names {
margin:0 0 15px 20px;
display: none;
}

.ptype_name {
margin: 0 0 10px 0;
display: inline-block;
}

.tax_of_pt, .tax_items, .posts_items, .authors_items {
font-style: italic;
font-weight: bold;
}

.tax_of_pt {
display: block;
color: #ffffff;
margin: 0 0 10px 0;
background: #0d168f;
padding: 3px 10px;
}

.tax_items, .sp_posts, .sp_authors{
padding: 0 10px;
}

.posts_items, .authors_items {
margin-left: 20px;
}

.tax_items {
background: #e3e02d;
text-decoration: underline;
}

.sp_posts {
background: #95caf5;
}

.sp_authors {
background: #95f5ad;
}

.posts_items , .authors_items {
cursor: pointer;
}

.cate_names {
display: none;
margin: 0 0 15px 30px;
}

.hndle {
font-size: 18px !important;
text-transform: uppercase;
}

.epshtop {
margin-top: 0 !important;
}

.epsh30, .epsh31, .epshtop {
background: #eeeeee !important;
color: #000000;
margin-bottom: 5px !important;
}

.epsh30, .epsh31 {
margin-top: 10px !important;
}

.epschkbox {
margin-bottom: -5px !important;
/* position: relative; */
}


#eps_img_wrapper {
height: 22px;
}

.eps_img_button {
background: url("./img/upload.png") no-repeat;
color: #fff;
z-index:0;
height: 28px;
width: 65px;
display:inline-block;
margin-top: 2px !important;
}

.eps_image, .eps_liimage, .eps_lihvrimage {
opacity: 0; 
z-index:2;
color: transparent;
width: 65px;
height: 22px !important;
/* display:none; */
}

#eps_image_text {
z-index:0;
height: 21px !important;
margin-bottom: 4px !important;
font-size: 10px;
}

#clear_dates {
line-height: 20px !important;
}

.td_right {
width:70% !important;
}

.iris-picker {
position: absolute !important;
z-index: 99 !important;
}

.enablebtntextshadow {
display: none;
}

#eps_btn_style {
display: none;
}

.button_field_value {
width:125px;
height:40px;
padding: 5px;
text-align:center;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-family: Arial;
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-shadow: 1px 1px 1px #5b5b5b;
background: #e5e5e5;
background: -moz-linear-gradient(top, #e5e5e5 5%, #aaaaaa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e5e5e5), color-stop(100%, #aaaaaa ));
background: -webkit-linear-gradient(top, #e5e5e5 5%, #aaaaaa 100%);
background: -o-linear-gradient(top, #e5e5e5 5%, #aaaaaa 100%);
background: linear-gradient(to bottom, #e5e5e5 5%, #aaaaaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5e5e5", endColorstr="#aaaaaa",GradientType=0 );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#aaaaaa',GradientType=0 )" !important;
}
.button_field_value:hover {
background: -moz-linear-gradient(top, #aaaaaa 5%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #aaaaaa), color-stop(100%, #e5e5e5 ));
background: -webkit-linear-gradient(top, #aaaaaa 5%, #e5e5e5 100%);
background: -o-linear-gradient(top, #aaaaaa 5%, #e5e5e5 100%);
background: linear-gradient(to bottom, #aaaaaa 5%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aaaaaa", endColorstr="#e5e5e5",GradientType=0 ) !important;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#e5e5e5',GradientType=0 )" !important;
}
.button_field_value:active {
	position:relative;
	top:1px;
}