.svg_gallery_logo{
	background-image: url("../image/round.png") !important;
	background-repeat:no-repeat;
	background-size:32px;
}

.ace-monokai .ace_gutter {background: #2F3129;color: #8F908A}.ace-monokai .ace_print-margin {width: 1px;background: #555651}.ace-monokai .ace-clouds{background-color: #272822 !important;color: #F8F8F2 !important}.ace-monokai .ace_cursor {color: #F8F8F0}.ace-monokai .ace_marker-layer .ace_selection {background: #49483E}.ace-monokai.ace_multiselect .ace_selection.ace_start {box-shadow: 0 0 3px 0px #272822;}.ace-monokai .ace_marker-layer .ace_step {background: rgb(102, 82, 0)}.ace-monokai .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid #49483E}.ace-monokai .ace_marker-layer .ace_active-line {background: #202020}.ace-monokai .ace_gutter-active-line {background-color: #272727}.ace-monokai .ace_marker-layer .ace_selected-word {border: 1px solid #49483E}.ace-monokai .ace_invisible {color: #52524d}.ace-monokai .ace_entity.ace_name.ace_tag,.ace-monokai .ace_keyword,.ace-monokai .ace_meta.ace_tag,.ace-monokai .ace_storage {color: #F92672}.ace-monokai .ace_punctuation,.ace-monokai .ace_punctuation.ace_tag {color: #fff}.ace-monokai .ace_constant.ace_character,.ace-monokai .ace_constant.ace_language,.ace-monokai .ace_constant.ace_numeric,.ace-monokai .ace_constant.ace_other {color: #AE81FF}.ace-monokai .ace_invalid {color: #F8F8F0;background-color: #F92672}.ace-monokai .ace_invalid.ace_deprecated {color: #F8F8F0;background-color: #AE81FF}.ace-monokai .ace_support.ace_constant,.ace-monokai .ace_support.ace_function {color: #66D9EF}.ace-monokai .ace_fold {background-color: #A6E22E;border-color: #F8F8F2}.ace-monokai .ace_storage.ace_type,.ace-monokai .ace_support.ace_class,.ace-monokai .ace_support.ace_type {font-style: italic;color: #66D9EF}.ace-monokai .ace_entity.ace_name.ace_function,.ace-monokai .ace_entity.ace_other,.ace-monokai .ace_entity.ace_other.ace_attribute-name,.ace-monokai .ace_variable {color: #A6E22E}.ace-monokai .ace_variable.ace_parameter {font-style: italic;color: #FD971F}.ace-monokai .ace_string {color: #E6DB74}.ace-monokai .ace_comment {color: #75715E}.ace-monokai .ace_indent-guide {background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0FD0ZXBzd/wPAAjVAoxeSgNeAAAAAElFTkSuQmCC) right repeat-y}

.svc_not_active_container {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20px;
    left: 0;
    right: 0;
}
.svc_not_active_mess {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 22px;
    color: #a70404;
}
.sblog_setting_container {
    margin-top: -4px;
	display: table;
	position:relative;
	width: 100%;
}
.sav_next_admin_form{
	z-index: 99;
    position: relative;
    top: 5px;
}
.winpm_blur_tr td .winpm_blur_section {
    width: 100%;
    opacity: 0.6;
    display: block;
}
.winpm_blur_tr td{ position:relative;}
.winpm_blur_tr td .winpm_blur_section {
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: white;
}
span.winpm_pro_link {
    position: absolute;
    bottom: 0;
    left: 0;
}
.winpm_pro_link a {
    text-decoration: none;
    background: #c10505;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 6px;
    border-radius: 2px;
}
.winpm_blur_tr{cursor: no-drop;position: relative;}
.anew_slider_setting tr {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}
.anew_slider_setting tr:last-child{
	border-bottom: none;
}
.sav_next_admin_form input[type="number"]{
	width:80px !important;
	padding: 10px 0px 10px 19px !important;
}
.sav_next_admin_form input[type="text"],
.sav_next_admin_form input[type="number"]{
	border: 2px solid #d7e5ee;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 354px;
    color: #444f5b;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 19px;
    transition: all .2s ease;
	height: auto;
}
.sav_next_admin_form select{
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-sizing: border-box;
    color: #444f5b;
    font-size: 13px!important;
    font-weight: 400;
    background: #ececec;
    border-radius: 3px;
    height: 32px!important;
    outline: none;
    line-height: 20px;
    padding: 6px 16px;
    transition: all .1s ease;
    border: none;
    cursor: pointer;
	width: 200px;
}

.sav_next_admin_top{
	background:rgb(214, 53, 214);
	background: -webkit-linear-gradient(left, rgb(94, 141, 199) 0%, rgb(49, 194, 189) 100%);
	background: -moz-linear-gradient(left, rgb(94, 141, 199) 0%, rgb(49, 194, 189) 100%);
	background: -ms-linear-gradient(left, rgb(94, 141, 199) 0%, rgb(49, 194, 189) 100%);	
	position: absolute;
    z-index: 9;
    left: -20px;
    overflow: hidden;
    top: 0px;
    right: 0;
	border: 0;
	padding-bottom: 52px;
}
.ace-monokai .ace_editor{
	height: 200px !important;
    width: 610px !important;
	font-size: 13px !important;
	margin-bottom: 0 !important;
}
.sblog_setting_container p.description {
    display: inline-block;
    width: 100%;
	color: #808d9b;
	margin-top: 7px;
}
.sblog_setting_container .wp-picker-container,.sblog_setting_container .sblog-font-size{ float:left;}

.onoffswitch {
	position: relative; width: 65px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 0px solid #ececec; border-radius: 20px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 26px; padding: 0; line-height: 26px;
	font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	background: #02c23c;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	background-color: #ececec; color: #808d9b;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 15px; margin: 5px;
	background: #FFFFFF;
	position: absolute; top: 0px; bottom: 0;
	right: 37px;
	border: 0px solid #999999; border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 2px;
    top: 0px; 
}
.onoffswitch .onoffswitch-checkbox {
	width: 94%;
	height: 30px;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 20px;
	opacity: 0;
	z-index: 1;
}

.sblog-dashboard-div{ width:80px; margin:8px; float:left;line-height: 0;}
.sblog-dashboard-container{ width:100%; display:inline-block;padding-bottom: 5px;}
.saragna_profile,.saragna_profile:hover{
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 7px;
    background: #0085ba;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px 0 0 0;
}