i.mce-i-icon {
	font: normal 20px/1 'dashicons';
	padding: 0;
	vertical-align: top;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -2px;
	padding-right: 2px;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both; padding-bottom:0; margin-bottom:0; margin-bottom: 30;
}
a.nafs_gmap_insertlink {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 10px 5px;
    color: #333;
    text-transform: uppercase;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    background-color: #fff;
    float: none;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 15px;
    display: none; box-sizing:border-box;  clear:both; float:none; border: 1px solid #ccc; 
}

#tab-1 {
 display: block;   
}

.help {
    background: #cacaca;
    padding: 1px 10px;
    display: inline;
    font-size: 10px;
    height: 30px;
}

.nafs-form-el-wrap > label, .nafs-form-el-wrap > input {
    display: block;
    line-height: 35px;
    vertical-align: middle;
    width: 50%;
    clear: both;
}
.nafs-form-el-wrap {
    margin: 5px 0;
}
.nafs-form-el-wrap .form-input-tip {
    height: 33px;
}
.nafs-form-el-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
    width: auto !important;
    height: auto !important;
}

#TB_window {
    position: fixed;
    background-color: #fff;
    z-index: 100050;
    visibility: hidden;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    overflow: auto;
    padding: 20px 10px;
}
.widefat td, .widefat td ol, .widefat td p, .widefat td ul {
    font-size: 13px;
    line-height: 1.8em;
}
.tabs-menu .current a:focus{outline:none;}