.content *
{
	box-sizing: border-box;
}

html {
	min-width: 600px;
	background: #EEEEEE;
	padding: 0;
	margin: 0;
	height: 100%;
}

/* Some Reset CSS */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

body
{
	color: #333;
	text-align: left;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 100%;
}

.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.right
{
	float: right;
}

.left
{
	float: left;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

#maintitle
{
	font-family: 'Francois One', Verdana;
	font-size: 30px;
	float: left;
	margin-left: 45px;
	margin-top: 40px;
}

p { line-height: 140%; }

h1 {
	font-size: 140%;
	color: #5B5B5A;
	margin: 0;
	margin-bottom: 20px;
}

.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

a.button
{
	color: #fff !important;
	background-color: #2ea2cc;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	padding: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}

a.button-delete
{
	background-color: #cc0000;
}

a.button.active
{
	background-color: #0e527c;
}

td > a.button
{
	margin-bottom: 0;
	padding: 3px 5px;
	white-space: nowrap;
}

a.button i.fa, button i.fa
{
	margin-right: 10px;
}

.level
{
	background-color: #1fa4c9;
	color: #fff;
	padding: 3px;
	font-weight: bold;
}

input[type=submit], input[type=button], button
{
	color: #fff;
	background-color: #de710a;
	border: 1px;
	border-color: #ae4100;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	padding: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}

a.green_button
{
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #33b100;
	background: -webkit-linear-gradient(top, #33cb00, #339a00);
	background:    -moz-linear-gradient(top, #33cb00, #339a00);
	background:     -ms-linear-gradient(top, #33cb00, #339a00);
	background:      -o-linear-gradient(top, #33cb00, #339a00);
	background:      linear-gradient(top, #33cb00, #339a00);
	-pie-background:      linear-gradient(top, #33cb00, #339a00);
}


#main {
	text-align: left;
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	text-align: left;
}

#bodyarea {
	padding: 10px;
	background-color: #fff;
	float: left;
}

#topbar {
	padding-bottom: 0.5em;
	font-family: Verdana
	font-weight: bold;
	font-size: 250%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

.informal
{
	font-size: 85%;
	font-weight: normal;
}

.smaller
{
	font-size: 85%;
}

.code
{
	font-family: Courier;
	font-weight: bold;
}

.error
{
	font-weight: bold;
	color: #CC0000;
}

.notice
{
	background-color: #fff;
	border: 1px dotted #000;
	text-align: center;
	width: 400px;
	padding: 10px;
	margin: 5px;
}

.musictheory_item
{
	list-style-type: none;
	border: 1px solid #000;
	margin: 2px;
	padding: 4px;
	background-color: #fff;
	cursor: move;
	display:block;
}

.smaller td, th
{
	font-size: 90%;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

th
{
	background-color: #666666;
	color: #fff;
}

th, td
{
	padding: 3px 5px;
}


th.field
{
	background-color: #FFFFFF;
	text-align: right;
	width: 200px;
	vertical-align: top;
}

.field_description
{
	font-size: 80%;
	font-weight: normal;
}

tr.normal td
{
	background-color: #fff;
}

tr.alt td
{
	background-color: #E0E0E0;
}

hr.line
{
	border: 0;
	background-color: #000;
	height: 1px;
}

input.inputbox
{
	border: 1px solid #000;
	width: 40px;
	padding: 2px;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #666666;
	padding: 3px 5px;
}

textarea
{
	line-height: 1.3;
}

.diff del
{
	background-color: #cc0000;
}

.diff ins
{
	background-color: #00cc00;
}

.highlightim img
{
	border: 1px solid #cccccc;
}

.highlightim:hover img
{
	border: 1px solid #000;
}

table.wb
{
	border-spacing:0;
	border-collapse:collapse;
	border: 0;
}

table.wb td,table.wb th
{
	border: 1px solid #999999;
	padding: 4px;
	color: #000;
	vertical-align: top;
}

.correct_answer
{
	color:#fff;
	background-color:#0a0;
	padding:4px;
	font-weight:normal;
}

table.data_table
{
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

table.data_table td, table.data_table th
{
	padding: 5px 10px;
	color: #666666;
	border: 0;
	vertical-align: top;
}

table.data_table.wb td, table.data_table.wb th
{
	border: 1px solid #999999;
}


table.data_table th
{
	padding: 10px;
	color: #ffffff;
	font-weight: normal;
	font-family: "Unit-Regular", Arial;
	font-size: 14px;
	background-color: #747474;
	background-repeat: repeat-x;
	text-align: left;
}

table.data_table th .bold
{
	font-family: "Francois One", Arial;
}

table.data_table th a {
	color: #fff; }

table.data_table th.plain {
	background-color: #cccccc;
	background-image: none;
	color: #333333;
	font-family: "Francois One", Arial; }

table.data_table th.plain a {
	color: inherit; }

table.data_table a
{
	color: #666666;
}

fieldset
{
	border: solid 1px #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

fieldset legend
{
	font-family: 'Francois One';
	background-color: #666666;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;

}

fieldset table
{
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

fieldset table td, fieldset table th
{
	padding: 5px 10px;
	color: #666666;
	border: 0;
	vertical-align: top;
}

fieldset table th
{
	padding: 10px;
	color: #ffffff;
	font-weight: normal;
	font-family: "Unit-Regular", Arial;
	font-size: 14px;
	background-color: #747474;
	background-repeat: repeat-x;
	text-align: left;
}

table th a
{
	background-color: #666666;
	color: #fff;
	padding: 3px 5px;
	margin: 5px;
	text-decoration: none;
	border: 1px solid #BBBBBB;
	display: inline-block;
}

.warning
{
	border: 1px solid #FF6666;
	border-left: 10px solid #FF6666;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffcccc; /* Fallback Color */
}

.warning h2, .warning_alt h2
{
	font-family: 'Francois One';
	font-size: 18px;
	margin-top: 0;
}

.warning_alt
{
	border: 1px solid #666666;
	border-left: 10px solid #666666;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #cccccc; /* Fallback Color */
}

#nav, #nav ul, #nav ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#nav li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: inherit;
}
#nav li a:hover, #nav li a.active {
	color: #CCCCCC;
}
#nav li ul {
	display: none;
}
#nav li ul li a {
	padding: 5px 20px;
	background: #ececec;
	border-bottom: 1px dotted #ccc;
	color: #222222;
}

#nav li ul li ul li a{
	padding-left: 30px;
}

.content
{
	background-color: #ffffff;
	padding: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	margin-bottom: 15px;
	width: 1127px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 20px;
}

.content h1, .content h2
{
	font-weight: 600;
}

#content
{
	margin-left: 220px;
}

#wrap
{
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
}

.number
{
	position: absolute;
	right: 10px;
	top: 2px;
	background-color: #222222;
	color: #A2ACA9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tab_number
{
	background-color: #666666;
	color: #ffffff;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.4;
	margin-left: 10px;
}

.tab_number_red
{
	background-color: #cc0000;
}

ul.ellipsis li, .ellipsis
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 1040px) {
	#content {
		margin-left: 50px;
	}

	#menu {
		left: -150px;
	}
}

ul.tabs
{
	list-style-type: none;
	background-color: #DDDDDD;
	padding: 0;
	margin-bottom: 0;
	min-width: 850px;
	margin-right: 20px;
	display: inline-block;
	border-left: 1px solid #bbbbbb;
}

ul.tabs li
{
	float: left;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li:hover
{
	background-color: #666666;
	color: #fff;
}

ul.tabs li.active
{
	background-color: #fff;
	font-weight: bold;
	color: #000;
}

.edit_question_side
{
	width: calc(50% - 20px);
	float: left;
	margin-right: 20px;
}


ul.list3col { float: left; width: 100%; margin: 0 0 1em 0; }
ul.list3col li { float: left; width: 33%; }

.question_options
{
	display: none;
}

.answer_number
{
	color: #000 !important;
}

.check_question
{
	/*border-left: 10px solid #FFDC00;*/
}

.check_question:before
{
	position: absolute;
	left: -30px;
	width: 30px;
	height: 30px;
	background-color: #FFDC00;
	color: #666666;
	z-index: 10;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-family: "Font Awesome";
	content: "\f071";
}

.question_container.check_question
{
	overflow: visible;
}

.mp3_container
{
	height: 60px !important;
}

iframe.mp3_player
{
	width: 400px;
	height: 40px;
	max-width: 100%;
}

.column-layout
{
	margin-top: -1rem;
	margin-bottom: -1rem;
	margin-left: -1rem;
	margin-right: -1rem;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 0em;
}

.column-text,
.column-sources,
.column-halve,
.column-third
{
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	vertical-align: top;
	position: relative;
	display: inline-block;
}

.column-halve
{
	width: 50% !important;
}

.column-third
{
	width: 33.33% !important;
}

.column-text
{
	width: 56.25% !important;
}

.column-sources
{
	width: 43.75% !important;
}

@media print {
	#menu, #topheader
	{
		display: none;
	}

	#content
	{
		margin: 0;
		padding: 0;
	}

	.content
	{
		padding: 0;
		margin: 0;
		-webkit-box-shadow: 0;
		box-shadow: 0;
	}
}
