/* Block Post Type */

.postbox-container #block-settings .hndle span:before,
#adminmenu #menu-posts-block div.wp-menu-image:before {
	font: normal 20px/1 'blockicons' !important;
}

.icon16.icon-block:before,
#adminmenu .menu-icon-block div.wp-menu-image:before {
	content: '\f100';
	margin-top: 1px;
}

#block-settings .hndle span:before {
	color: #888;
}

#block-settings .hndle span:before {
	content: '\f100';
	display: inline-block;
	font: normal 20px/1 'blockicons';
	speak: none;
	left: -1px;
	padding: 0 5px 0 0;
	position: relative;
	top: 0;
	text-decoration: none !important;
	vertical-align: top;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#block-settings .inside .icon-more-info:before {
	content: '\f101';
	display: inline-block;
	font: normal 20px/1 'blockicons';
	speak: none;
	text-decoration: none !important;
	vertical-align: middle;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#block-settings .inside .icon-more-info {
	color: #888;
	cursor: help;
}

#block-settings .inside .icon-more-info:hover {
	color: #1e8cbe;
}

.widget[id*="isw_block_widget"] .widget-top .widget-title h4:before {
	content: '\f100';
	display: inline-block;
	font: normal 20px/1 'blockicons';
	text-decoration: none !important;
	speak: none;
	position: absolute;
	top: 12px;
	left: 15px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget[id*="isw_block_widget"] .widget-top .widget-title {
	padding-left: 25px;
}

.widget[id*="isw_block_widget"] .widget-language-spinner {
	background-image: url('../../../../wp-admin/images/spinner.gif') ;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	display: none;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 16px;
	height: 16px;
	margin: -2px 2px 0;
	vertical-align: middle;
}

/*On / Off Switch Support*/

.onoffswitch {
    position: relative; width: 56px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none!important;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 3px;
}
.onoffswitch-inner {
    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 {
    float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 12px; color: white;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #7AD03A; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 1px solid #999999; border-radius: 3px;
    position: absolute; top: 0; bottom: 0; right: 36px;
    -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; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
