/* ----------------------------------- */
/**
 * @package WP-Mobilizer
 * @link http://www.wp-mobilizer.com
 * @copyright Copyright &copy; 2014, Kilukru Media
 * @version: 1.0.8
 */
/* ----------------------------------- */

/* ----------------------------------- */
.clear{
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
	visibility: hidden;
	width: 0px;
}
/* ----------------------------------- */

/* ----------------------------------- */
/* Add separator to the submenu */
.submenu_separator{
	cursor:			: default;
	display			: block;
}

#adminmenu .submenu_separator a,
.submenu_separator a{
	display: none;
}

.submenu_separator em{
	background		: #ebebeb;
	border-bottom	: 1px solid #e2e2e2;
	border-top		: 1px solid #e2e2e2;
	display			: block;
	height			: 6px;
	overflow		: hidden;
	text-indent		: 100%;
	white-space		: nowrap;
}

.submenu_separator span{
	border-bottom	: 1px solid #e2e2e2;
	color: #9e9e9e;
	display: block;
	font-size: 10px;
	line-height: 18px;
	padding: 0 0 0 11px;
}

.submenu_separator span.empty{
	border-bottom	: 0 none;
	display: none;
}
/* ----------------------------------- */

/* ----------------------------------- */
.my_meta_control .description
{ display:none; }

.my_meta_control label span
{ display:inline; font-weight:normal; }

.my_meta_control span
{ color:#999; display:block; }

.my_meta_control textarea, .my_meta_control input[type='text']
{ margin-bottom:3px; width:99%; }

.my_meta_control textarea
{ height: 200px; }

.my_meta_control select
{ margin-bottom:3px; display:block; }
.my_meta_control h4
{ color:#999; font-size:1em; margin:15px 6px; text-transform:uppercase; }

.my_meta_control div.checkbox
{ margin: 0px 0px 5px 5px; }

.my_meta_control div.checkbox input[type='checkbox']
{ margin-right:3px; }
/* ----------------------------------- */

/* ----------------------------------- */
/* Used for the Switch effect: */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../../images/admin/switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch span.radio {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* ----------------------------------- */


/* ----------------------------------- */
.txt_yes,
.txt_no{
	color: green;
	font-size: 16px;
	font-weight: bold;
}

.txt_no{
	color: red;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
/* ----------------------------------- */


/* ----------------------------------- */
.table_listing{
	max-width: 600px;
	width: 100%;
}

.table_listing td{
	text-align: center;
	vertical-align: middle;
	width: 30px;
}

.table_listing tr:hover th,
.table_listing tr:hover td{
	background: #ececec;
}

.table_listing tr:hover th .txt_no,
.table_listing tr:hover td .txt_no{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
/* ----------------------------------- */




/* ----------------------------------- */
.dashboard_widget_block{
    text-align: center;
}
    .dashboard_widget_block h3{
        font-size: 25px;
    }
/* ----------------------------------- */


/* ----------------------------------- */
/* ICONS */
@font-face {
  font-family: 'mblzr_icomoon';
  src:url('fonts/icomoon.eot');
  src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="mblzr_icon-"], [class*=" mblzr_icon-"] {
  font-family: 'mblzr_icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mblzr_icon-heart:before {
  content: "\e600";
}
.mblzr_icon-happy:before {
  content: "\e601";
}
.mblzr_icon-smiley:before {
  content: "\e602";
}
.mblzr_icon-tongue:before {
  content: "\e603";
}
.mblzr_icon-cool:before {
  content: "\e604";
}
.mblzr_icon-cogs:before {
  content: "\e605";
}
.mblzr_icon-cog:before {
  content: "\e606";
}
.mblzr_icon-mug:before {
  content: "\e607";
}
.mblzr_icon-heart2:before {
  content: "\e608";
}
.mblzr_icon-cup:before {
  content: "\e609";
}
/* ----------------------------------- */