/**
 * NOO Framework Package.
 *
 * StyleSheet used in admin for NOO Theme
 *
 * @package    NOO Framework
 * @version    1.0.0
 * @author     Kan Nguyen <khanhnq@nootheme.com>
 * @copyright  Copyright (c) 2014, NooTheme
 * @license    http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
 * @link       http://nootheme.com
 */
/* ============================================================================= */

/* Admin Typo */
h2 small {
	font-weight: normal;
	line-height: 1;
	font-size: 14px;
}

a.noo-copyright {
	text-decoration: none;
	color: #47bfa9;
}

a.noo-copyright:hover {
	color: #369d8a;
	border-bottom: 1px dotted #369d8a;
}

/* Admin Icons */
#toplevel_page_customize div.wp-menu-image.dashicons-welcome-view-site:before {
	color: #47bfa9; /* NOO Color */
}

#toplevel_page_customize .wp-menu-image img {
	padding: 6px 0 0 0;
	opacity: 0.9;
	filter: alpha(opacity=0.9);
}

/* Image thumbnail */
.noo-thumb-wrapper img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: top;
	margin: 15px 15px 0 0;
}

/* Fix form-field error with checkbox and radio field */
.form-field input[type="checkbox"],
.form-field input[type="radio"] {
	width: 16px;
}

.form-field input[type="button"] {
	width: auto;
}

.hide-option {
	display: none !important;
	opacity: 0 !important;
	height: 0 !important;
	padding: 0 !important;
}

/* NOO form */
.noo-form-body {
	max-height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 15px;
	padding-left: 5px;
}

.noo-form-group {
	margin-top: 20px;
	line-height: 2em;
}
.level-1{
	padding-left: 20px !important;
}
.level-2{
	padding-left: 35px !important;
}

.noo-form-group:before,
.noo-form-group:after {
	content: " ";
	display: table;
}

.bar-item-group .noo-form-group,
.bar-item-group hr {
	margin-top: 10px;
}

.noo-form-footer {
	position: absolute;
	bottom: 40px;
	right: 35px;
}

.noo-form-group:after {
	clear: both;
}

.noo-form-group + hr {
	margin-top: 20px;
}

.noo-form-group > label {
	margin-top: 0;
	margin-bottom: 0;
	width: 30%;
	max-width: 200px;
	min-width: 150px;
	top: 0;
	float: left;
	font-weight: bold;
}

.rtl .noo-form-group > label {
	float: right;
}

.noo-form-group .noo-control {
	width: 65%;
	float: left;
}

.noo-form-group .field-desc {
	font-weight: normal;
}

#side-sortables .noo-form-group > label,
#side-sortables .noo-form-group .noo-control {
	width: 100%;
	max-width: none;
}

.customize-control .noo-control,
.vc-shortcode-param .noo-control {
	width: 100%;
	float: none;
}

.noo-control input[type="button"] + input[type="button"] {
	margin-left: 10px;
}

.noo-control input[type="text"],
.noo-control textarea,
.noo-control select {
	display: block;
	width: 100%;
}

.noo-control select[multiple] {
	height: 150px;
}

.noo-control input[type="radio"] {
	margin: 1px 10px 0 0;
}

.noo-control textarea {
	height: 27px;
}

.noo-control .wp-picker-container input[type="text"].noo-color-picker {
	display: inline-block;
	width: 86px;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}

.noo-control .icon-selector input,
.noo-control .icon-selector a {
	display: inline-block;
	width: 45%;
}

.noo-control input[type="text"].noo-slider {
	display: inline-block;
	width: 20%;
}

.noo-control .ui-slider.ui-slider-horizontal {
	display: inline-block;
	width: 75%;
	margin-left: 3%;
}

.noo-control small {
	line-height: 15px;
	display: block;
	color: #888;
}

.noo-control a > i {
	text-decoration: none;
	font-size: 18px;
}

.noo-mb-job-location-wrap .noo-mb-location-address {
	margin-bottom: 20px;
}

.noo-fontawesome-dialog {
	text-decoration: none;
}

#TB_overlay {
	z-index: 100000 !important;
}

#TB_window {
	z-index: 100001 !important;
}

.noo-setting-help em {
	color: #cb4b16;
}

.user-googleplus-wrap,
.user-twitter-wrap,
.user-facebook-wrap {
	display: none;
}

.tab-content iframe {
	height: 300px !important;
}

.noo-plupload-preview a > i {
	margin-top: 3px;
}

table.wp-list-table .column-name {
	width: inherit;
}

.noo-admin-gallery-wrap {
	position: relative;
}

.noo-admin-gallery-wrap img {
	max-width: 150px;
}

.noo-admin-gallery-wrap .image-upload-thumb {
	float: left;
	margin-right: 20px;
	position: relative;
}

.noo-admin-gallery-wrap a.delete-uploaded {
	width: 20px;
	height: 20px;
	background: url("images/btn-delete-image.png");
	top: 0;
	right: 0;
	position: absolute;
}

.iconpicker-popover.popover {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	max-width: none;
	padding: 5px 15px;
	text-align: left;
	width: 230px;
	background: #f7f7f7;
	z-index: 99999
}

.iconpicker-popover.popover.top, .iconpicker-popover.popover.topLeft, .iconpicker-popover.popover.topLeftCorner, .iconpicker-popover.popover.topRight, .iconpicker-popover.popover.topRightCorner {
	margin-top: -10px
}

.iconpicker-popover.popover.right, .iconpicker-popover.popover.rightBottom, .iconpicker-popover.popover.rightTop {
	margin-left: 10px
}

.iconpicker-popover.popover.bottom, .iconpicker-popover.popover.bottomLeft, .iconpicker-popover.popover.bottomLeftCorner, .iconpicker-popover.popover.bottomRight, .iconpicker-popover.popover.bottomRightCorner {
	margin-top: 10px
}

.iconpicker-popover.popover.left, .iconpicker-popover.popover.leftBottom, .iconpicker-popover.popover.leftTop {
	margin-left: -10px
}

.iconpicker-popover.popover.inline {
	margin: 0 0 12px;
	position: relative;
	display: inline-block;
	opacity: 1;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	max-width: 100%;
	box-shadow: none;
	z-index: auto;
	vertical-align: top
}

.iconpicker-popover.popover.inline > .arrow {
	display: none
}

.dropdown-menu .iconpicker-popover.inline {
	margin: 0;
	border: none
}

.dropdown-menu.iconpicker-container {
	padding: 0
}

.iconpicker-popover.popover .popover-title {
	padding: 10px 0;
	font-size: 13px;
	line-height: 15px;
	border-bottom: 1px solid #ebebeb;
	background-color: #f7f7f7
}

.iconpicker-popover.popover .popover-title input[type=search].iconpicker-search {
	margin: 0 0 2px;
	width: 100%
}

.iconpicker-popover.popover .popover-title-text ~ input[type=search].iconpicker-search {
	margin-top: 12px
}

.iconpicker-popover.popover .popover-content {
	padding: 0;
	text-align: center
}

.iconpicker-popover .popover-footer {
	float: none;
	clear: both;
	padding: 12px;
	text-align: right;
	margin: 0;
	border-top: 1px solid #ebebeb;
	background-color: #f7f7f7
}

.iconpicker-popover .popover-footer:after, .iconpicker-popover .popover-footer:before {
	content: " ";
	display: table
}

.iconpicker-popover .popover-footer:after {
	clear: both
}

.iconpicker-popover .popover-footer .iconpicker-btn {
	margin-left: 10px
}

.iconpicker-popover .popover-footer input[type=search].iconpicker-search {
	margin-bottom: 12px
}

.iconpicker-popover.popover > .arrow, .iconpicker-popover.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.iconpicker-popover.popover > .arrow {
	border-width: 11px
}

.iconpicker-popover.popover > .arrow:after {
	border-width: 10px;
	content: ""
}

.iconpicker-popover.popover.top > .arrow, .iconpicker-popover.popover.topLeft > .arrow, .iconpicker-popover.popover.topRight > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: -11px
}

.iconpicker-popover.popover.top > .arrow:after, .iconpicker-popover.popover.topLeft > .arrow:after, .iconpicker-popover.popover.topRight > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.iconpicker-popover.popover.topLeft > .arrow {
	left: 8px;
	margin-left: 0
}

.iconpicker-popover.popover.topRight > .arrow {
	left: auto;
	right: 8px;
	margin-left: 0
}

.iconpicker-popover.popover.right > .arrow, .iconpicker-popover.popover.rightBottom > .arrow, .iconpicker-popover.popover.rightTop > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.iconpicker-popover.popover.right > .arrow:after, .iconpicker-popover.popover.rightBottom > .arrow:after, .iconpicker-popover.popover.rightTop > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.iconpicker-popover.popover.rightTop > .arrow {
	top: auto;
	bottom: 8px;
	margin-top: 0
}

.iconpicker-popover.popover.rightBottom > .arrow {
	top: 8px;
	margin-top: 0
}

.iconpicker-popover.popover.bottom > .arrow, .iconpicker-popover.popover.bottomLeft > .arrow, .iconpicker-popover.popover.bottomRight > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.iconpicker-popover.popover.bottom > .arrow:after, .iconpicker-popover.popover.bottomLeft > .arrow:after, .iconpicker-popover.popover.bottomRight > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.iconpicker-popover.popover.bottomLeft > .arrow {
	left: 8px;
	margin-left: 0
}

.iconpicker-popover.popover.bottomRight > .arrow {
	left: auto;
	right: 8px;
	margin-left: 0
}

.iconpicker-popover.popover.left > .arrow, .iconpicker-popover.popover.leftBottom > .arrow, .iconpicker-popover.popover.leftTop > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.iconpicker, .iconpicker .iconpicker-items {
	position: relative;
	margin: 0;
	overflow: hidden
}

.iconpicker-popover.popover.left > .arrow:after, .iconpicker-popover.popover.leftBottom > .arrow:after, .iconpicker-popover.popover.leftTop > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.iconpicker-popover.popover.leftBottom > .arrow {
	top: 8px;
	margin-top: 0
}

.iconpicker-popover.popover.leftTop > .arrow {
	top: auto;
	bottom: 8px;
	margin-top: 0
}

.iconpicker {
	text-align: left;
	text-shadow: none;
	line-height: 0;
	display: block
}

.iconpicker .iconpicker-items:after, .iconpicker .iconpicker-items:before, .iconpicker:after, .iconpicker:before {
	content: " ";
	display: table
}

.iconpicker * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative
}

.iconpicker:after {
	clear: both
}

.iconpicker .iconpicker-items {
	clear: both;
	float: none;
	padding: 12px 0 0 12px;
	background: #fff;
	overflow-y: auto;
	min-height: 49px;
	max-height: 246px
}

.iconpicker .iconpicker-items:after {
	clear: both
}

.iconpicker .iconpicker-item {
	float: left;
	width: 14px;
	height: 14px;
	padding: 12px;
	margin: 0 12px 12px 0;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	font-size: 14px;
	box-shadow: 0 0 0 1px #ddd;
	color: inherit
}

.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
	background-color: #eee
}

.iconpicker .iconpicker-item.iconpicker-selected {
	color: red
}

.iconpicker-component {
	cursor: pointer
}

.noo-iconpicker .input-group-addon {
	background: #ddd;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-left: -5px
}

.noo-iconpicker .noo-iconpicker-input {
	padding: 6px 10px
}

.noo-setting-wrap-primary-field select {
	height: 33px;
	width: auto
}

.noo-setting-wrap-primary-field button {
	clear: both;
	display: block !important
}

.noo-2-col {
	width: 215px;
	float: left
}

.noo-2-col:nth-child(2n):after {
	clear: both;
	display: table;
	content: ''
}

.clearfix {
	display: table;
	clear: both
}

.column-icon {
	width: 30px;
	text-align: center;
}
.wpbc-help-message .description code{
	margin-bottom: 10px!important;
	display: inline-block;
}

.theme-browser .theme .theme-actions, .theme-browser .theme.active .theme-actions {
	bottom: -25px;
	top: inherit;
}

div.button.icon-picker {
	font-size: 18px;
    height: 26px;
    width: 26px;
    line-height: 26px;
}

.select2-container {
	min-width: 180px;
}

table.wp-list-table .column-image {
    width: 52px;
    text-align: center;
    white-space: nowrap;
}

table.wp-list-table td.column-image img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    vertical-align: middle;
}