/*!
 * Torro Forms Version 1.0.8 (https://torro-forms.com)
 * Licensed under GNU General Public License v2 (or later) (http://www.gnu.org/licenses/gpl-2.0.html)
 */
/* ----------------------------------------------------------------------------
  1.0 - Torro Evaluations Tabs
---------------------------------------------------------------------------- */
.torro-evaluations-box.postbox .inside {
	padding: 0;
	margin: 0;
}

.torro-evaluations-box.postbox .inside:after {
	display: table;
	clear: both;
	content: "";
}

.torro-evaluations-tabs,
.torro-evaluations-content {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	min-height: 1px;
	margin: 0;
}

@media screen and (min-width: 783px) {
	.torro-evaluations-tabs {
		float: left;
		width: 20%;
	}
}

@media screen and (min-width: 783px) {
	.torro-evaluations-content {
		float: left;
		width: 80%;
	}
}

.torro-evaluations-tab {
	display: block;
	padding: 11px 12px;
	border-bottom: 1px solid #eee;
}

.torro-evaluations-tab[aria-selected="true"] {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (min-width: 783px) {
	.torro-evaluations-tab {
		border-right: 1px solid #eee;
	}
	.torro-evaluations-tab[aria-selected="true"] {
		border-right: 1px solid #fff;
	}
}

.torro-evaluations-tab-panel[aria-hidden="true"] {
	display: none;
}

.torro-evaluations-description-wrap,
.torro-evaluations-results,
.torro-evaluations-shortcode {
	padding: 11px 12px;
}

.torro-evaluations-description-wrap p.description {
	margin: 0;
}

/* ----------------------------------------------------------------------------
  2.0 - Torro Evaluations Sub-Tabs
---------------------------------------------------------------------------- */
.torro-evaluations-subtabs,
.torro-evaluations-subcontent {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	min-height: 1px;
	margin: 0;
}

.torro-evaluations-subtabs {
	border-bottom: 1px solid #eee;
}

.torro-evaluations-subtab {
	display: inline-block;
	padding: 11px 12px;
}

.torro-evaluations-subtab[aria-selected="true"] {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

.torro-evaluations-subtab-panel[aria-hidden="true"] {
	display: none;
}

/* ----------------------------------------------------------------------------
  3.0 - Global Postbox Fixes
---------------------------------------------------------------------------- */
.postbox h2 {
	padding: 8px 12px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.js .postbox .toggle-indicator:before {
	display: inline-block;
	content: "\f142";
	font: normal 20px/1 dashicons;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-decoration: none !important;

	speak: none;
}
