.tab-vertical a {
	background: #eee;
	border: 1px solid #DFDFDF;
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tab-vertical .nav-tab:hover,
.tab-vertical .nav-tab-active {
	background: #FFF;
	border-color: #ccc;
}

.js #poststuff .tabifybox-hide,
.js .tabifybox-hide {
	display: none;
}


#tabify-settings {
	margin: 0 5px 0 300px;
}

#tabifyboxes {
	float: left;
	max-width: 1000px;
	width: 100%;
}

#tabify-submenu {
	float: left;
	margin-left: -300px;
	width: 280px;
}


.tabify_tab {
	margin-bottom: 20px;
	padding: 0px 10px 5px 10px;
}

.tabify_tab h2 {
	float: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin: 10px 0 0;
	padding: 0;
}
.tabify_control h2 {
	cursor: pointer;
}
.tabify_control h2 span {
	display: inline-block;
	margin-top: 5px;
}
.tabify_control h2 input {
	font-size: 20px;
	margin: 0;
	width: 100%;
}

#tabifyboxes #create_tab {
	margin-right: 10px;
}

.tabify-title-box {
	float: right;
	margin: 17px 5px 0px 0;
	min-height: 28px;
}

.tabify-remove-tab {
	color: #BC0B0B;
	line-height: normal;
}

.tabify-remove-accept {
	clear: both;
	display:none;
	height: 28px;
}

.tabify_control_tabs .tabify_tab {
	background: #f9f9f9;
}

.tabify_control_tabs .menu-item-handle {
	overflow: visible;
	width: auto;
}

.tabify_control_tabs ul {
	margin: 0px;
	padding: 6px 0px 0px;
}

#second-submit {
	float: right;
	margin-top: 14px;
}


/*.postbox-container .meta-box-sortables.empty-container,*/
#side-sortables.empty-container {
	border: 0px;
	height: auto;
}



.tab-vertical a {
	float: none;
}


/* = On/Off Switch
-------------------------------------------------------------- */
.switch .switch-checkbox {
	display: none;
}
.switch * {
  box-sizing: border-box;
}

.switch .switch-label {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  overflow: hidden;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  background: #888;
}

.switch .switch-label:after, .switch .switch-label:before {
	content: "";
	-webkit-transform: skew(10deg);
	      transform: skew(10deg);
	display: inline-block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.switch .switch-label:after {
  left: 100%;
  content: attr(data-tg-on);
}
.switch .switch-label:before {
	left: 0;
	content: attr(data-tg-off);
}
.switch .switch-label:active {
  background: #888;
}
.switch .switch-label:active:before {
  left: -10%;
}
.switch-checkbox:checked + .switch-label {
  background: #86d993;
}
.switch-checkbox:checked + .switch-label:before {
  left: -100%;
}
.switch-checkbox:checked + .switch-label:after {
  left: 0;
}
.switch-checkbox:checked + .switch-label:active:after {
  left: 10%;
}


/* = Gutenberg error
-------------------------------------------------------------- */
.gutenberg-error {
	display: inline-block;
	line-height: 1.4;
	padding: 5px 10px;
}


/* = Permissions
-------------------------------------------------------------- */

.button.tabify-tab-permissions {
	margin: -4px 10px 0 0;
}

.tabify-tab-permission-box {
	background: #EEE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	display: none;
	margin: 10px -10px 0;
	padding: 6px 10px 2px;
}

.tabify-tab-permission-box label {
	display: inline-block;
	margin: 0 15px 5px 0;
	min-width: 115px;
	white-space: pre;
}

/* =Javascript enabled
-------------------------------------------------------------- */

.js .menu-item-handle .item-title {
	margin-right: 0;
}

/* =Javascript disabled
-------------------------------------------------------------- */

.no-js .tabify_control_tabs .menu-item-bar .menu-item-handle:hover {
	border-color: #dfdfdf;
}

.tabify_control_tabs .item-order {
	float: right;
	margin-top:-26px;
	margin-right: 10px;
}

.tabify_control_tabs .item-order a {
	text-decoration: none;
}

/* =Media Queries
-------------------------------------------------------------- */

@media screen and ( max-width: 782px ) {
	#tabify-settings, #tabify-submenu  {
		margin-left: 0;
		width: 100%;
	}
}
