/* Tabs */
#theme-framework.hasPageTitle h2.nav-tab-wrapper {
    padding-top: 25px
}
#theme-framework h2.nav-tab-wrapper a.nav-tab:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Container Titles */
#theme-framework .dynamic-page-wrapper h3.first-title {
    margin-top: 2em
}

/* Breadcrumbs */
#theme-framework .nav-bar-trail {
    overflow: hidden
}
#theme-framework .nav-bar-trail li {
    float: left;
    color: #555;
    border: 1px solid #ccc;
    background: #E4E4E4;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 14px;
    position: relative;
    padding: 5px 5px 5px 15px;
}
#theme-framework .nav-bar-trail li a {
    display: inline-block;
    position: relative;
    padding: 5px 5px 5px 10px;
    margin: -5px -5px -5px -10px;
}
#theme-framework .nav-bar-trail li:last-child {
    padding-right: 10px;
}
#theme-framework .nav-bar-trail a {
    color: #464646;
    text-decoration: none;
}
#theme-framework .nav-bar-trail li:first-child {
    padding-left: 10px;
    z-index: 30;
    background: #E4E4E4;
}
#theme-framework .nav-bar-trail li:nth-child(2) {
    z-index: 20;
    background: #fafafa;
}
#theme-framework .nav-bar-trail li:nth-child(3) {
    z-index: 10;
    background: #fafafa;
}
#theme-framework .nav-bar-trail li a:before,
#theme-framework .nav-bar-trail li a:after {
    right: -8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 12px 0 12px 8px;
    top: 50%;
    margin-top: -12px;
}
#theme-framework .nav-bar-trail li a:before {
    border-left-color: #ccc;
    margin-right: -1px;
}
#theme-framework .nav-bar-trail li a:after {
    border-left-color: #E4E4E4;
}
#theme-framework .nav-bar-trail li:nth-child(2) a:after,
#theme-framework .nav-bar-trail li:nth-child(3) a:after {
    border-left-color: #fafafa;
}
#theme-framework .nav-bar-trail li:last-child a:before,
#theme-framework .nav-bar-trail li:last-child a:after {
    border-left-color: transparent;
}

/* Page description */
.pageDescription {
    margin: 0;
    padding: 1em 0;
    clear: both;
}

/* Options Builder Tables/Forms/Fields */
#theme-framework a.common-delete {
    padding: 0 1px 1px;
    margin-right: -1px;
    margin-left: -1px;
}
#theme-framework a.common-delete:hover {
    background: #C00;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#theme-framework .hr {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#theme-framework .widefat {
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}
#theme-framework .widefat td.last-td {
    width: 140px;
    white-space: nowrap;
}
#theme-framework .widefat tfoot th p {
    margin: 0;
    text-align: right;
}
#theme-framework table.form-table caption {
    font-style: normal;
    color: #929292;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}
#theme-framework table.form-table td p.description,
#theme-framework table.form-table th p.description,
#theme-framework .settings-field-caption {
    color: #999;
    font-weight: 300;
}
#theme-framework .warning em,
#theme-framework table.form-table .warning em {
    color: #c00;
    padding-top: 4px;
}
#theme-framework table.form-table .optionsColumn {
    float: left;
    margin: 10px 30px 0 0;
}
#theme-framework .input-text {
    width: 325px
}
#theme-framework textarea {
    width: 500px;
    height: 95px;
}
#theme-framework textarea.readonly {
    width: 100%;
    height: auto;
}
#theme-framework .wp-editor-container textarea.wp-editor-area {
    width: 99.9%
}
#theme-framework select {
    min-width: 250px
}
#tgmpa-plugins select {
    min-width: 111px
}
#theme-framework label.disabled {
    color: #888
}
#theme-framework .postbox .no-move {
    cursor: default
}
#theme-framework .checkbox_group {
    display: inline-block;
}
.code-editor {
    width: 500px;
    height: 320px;
}
.customize-control textarea,
.customize-control select {
    width: 100%
}

/* Development Helpers (code snippets) */
.data-function {
    background: #EFFAFF;
    border: 1px solid #C8DBE3;
    color: #517584;
    border-radius: 3px;
    padding: 3px 6px;
    margin: 3px 0;
    display: inline-block;
}

/* Popup and Dialog Defaults
====================================== */
.ui-dialog,
.ui-datepicker {
    padding: 14px;
    background: #f5f5f5;
    border: 1px solid #fff;
    box-shadow: 0 0 42px rgba(0, 0, 0, .42);
    z-index: 30;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #666;
    opacity: 0.4;
    z-index: 30;
}
.ui-widget-overlay.transparent-bg {
    background-color: transparent
}

/* dialog without modal overlay, needs style adjustment */
.colorPickerPopup,
.ui-datepicker {
    border-color: #bdbdbd
}

/* title bar */
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 0 0.9em;
    position: relative;
	background: transparent;
	border: none;
	height: auto;
	line-height: inherit;
}
.ui-dialog .ui-dialog-title {
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px rgba(255, 255, 255, .8);
}
div.ui-dialog-content,
.ui-datepicker-calendar {
    padding: 8px 6px;
    border: 1px solid #fff;
    background-color: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

/* Close button */
.ui-widget-header a {
    color: #222222
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(smoothness/images/ui-icons_222222_256x240.png);
}
.ui-icon-closethick {
    background-position: -96px -128px
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-corner-all {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.ui-widget-header a {
    color: #222222
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    margin: -16px 0 0 0;
    padding: 3px;
    height: 24px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 12px;
    background: #f5f5f5;
    border: 0px solid #f5f5f5;
}
.ui-dialog .ui-dialog-titlebar-close:before {
    content: '';
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(smoothness/images/ui-icons_454545_256x240.png)
}
.ui-dialog-titlebar-close.ui-state-hover,
.ui-widget-content .ui-dialog-titlebar-close.ui-state-hover,
.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
    border: none;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    font-weight: normal;
    color: #000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

/* Data Type Specific
====================================== */
.wp-picker-container .iris-picker,
#ui-datepicker-div.ui-datepicker,
#theme-framework .font-options-container {
	box-shadow: 0 2px 9px rgba(0, 0, 0, .25);
	border-color: #c2c2c2 #c2c2c2 #bdbdbd;
	background-color: #f5f5f5;
	border-radius: 3px;
}

/* Color Picker (WP Default) */
.wp-picker-holder {
    position: absolute;
    z-index: 100;
}
.wp-color-result {
    top: 0; /* fixes shifting on open/close */
}

/* Font Picker (custom) */
.font-options-container {
	border-width: 1px;
	border-style: solid;
	cursor:default;
	display:none;
	margin-top: 5px;
	position:absolute;
	text-align:left;
	width: 394px;
	z-index: 50;
	padding: 15px
}
.font-options-container .ui-dialog-content {
	padding: 15px 15px 0;
	margin-bottom: 15px;
}

/* Color Picker (custom) */
#colorpick-dialog {
    display: none
}
#theme-framework .color-picker-input {
    cursor: pointer
}
.control-section .color-picker-input,
#theme-framework .color-picker-input,
#colorpick-dialog #color-colorpick {
    width: 85px;
    text-align: center;
    font-size: 14px;
    padding: 6px 0px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.247059), 0 0 1px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.247059), 0 0 1px 1px rgba(255, 255, 255, 1);
    -ms-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.247059), 0 0 1px 1px rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.247059), 0 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.247059), 0 0 1px 1px rgba(255, 255, 255, 1);
}
#colorpick-dialog #color-colorpick {
    margin-bottom: 12px
}

/* Radio input */
#theme-framework input[type="checkbox"],
#theme-framework input[type="radio"] {
    margin-right: 3px;
}

/* Radio Images Buttons */
.radio-image {
    border: 1px solid #dfdfdf;
    border-width: 0;
    margin: 1px 3px 1px 1px;
    padding: 10px 8px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.radio-image:hover,
.radio-image.checked {
    border-width: 1px;
    margin: 0 2px 0 0;
}
.radio-image:hover {
    border-color: #bbb
}
.radio-image.checked {
    background: #fff
}
.radio-image p {
    margin: 0;
    padding: 0;
}
.radio-image dt {
    margin: 0;
    padding: 0;
    line-height: 0px;
}

/* Date Picker */
#ui-datepicker-div.ui-datepicker {
	display: none;
    padding: 10px;
    z-index: 999999 !important;
}
#ui-datepicker-div.ui-datepicker-calendar {
    padding: 8px 6px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    padding-bottom: 1em
}
.ui-datepicker-header .ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-header .ui-datepicker-prev {
    float: left;
}
.ui-datepicker-header .ui-datepicker-prev .ui-icon {
    background-position: -95px -50px;
}
.ui-datepicker-header .ui-datepicker-next {
    float: right;
}
.ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-position: -32px -50px;
}
#ui-datepicker-div.ui-datepicker td {
    padding: 2px
}
#ui-datepicker-div.ui-datepicker td a {
    padding: .2em .4em;
    text-decoration: none;
}
.ui-datepicker .ui-state-active,
.ui-datepicker.ui-widget-content .ui-state-active {
    border: 1px solid #21759b;
    background: #298cba;
    color: #fff;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker.ui-widget-content .ui-state-highlight {
    border: 1px solid #E9E9E9;
    background: #fff;
    font-weight: bold;
    color: #212121;
}

/* Helpers
====================================== */
.clear {
    clear: both
}
.developerMode {
    display: none
}

/* developer mode

/*
Temporary - Custom styles for user assigned data-type classes
These need to be included by the theme instead. Still working on the best way to do that.
====================================== */
#theme-framework textarea.custom-js-input,
#theme-framework textarea.custom-css-input {
    width: 90%;
    height: 300px;
    font-family: monospace;
    line-height: 1.5;
    font-size: 12px;
}
#menu-settings-column .menu-item-handle .item-title {
    margin-right: 0;
}
#menu-settings-column .menu-item-bar .menu-item-handle {
    width: 223px;
}
#menu-settings-column .menu-item-settings {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.wp-customizer .accordion-section-content {
    overflow-x: auto;
}

.wp-customizer .range-slider .noUi-target.noUi-horizontal {
    width: 90%;
    margin: 0 auto;
}

.wp-customizer .range-slider .noUi-target.noUi-vertical {
    margin-left: 10px;
    padding: 10px 0;
}

.wp-customizer .code-editor.ace_editor {
    max-width: 100%;
}
