/*
    FORMAT: Ctrl + k + f
	
	background: #36393B;
    centercolumn: #595A50;
    logo orange: #D6901A;
    logo red: #E53119;
    logo brown: #A84611;    
    logo dark gray: #241710;
*/

html, body {
	font-size: 16px;
	font-family: 'Roboto Condensed','Merriweather', 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #595A50;
	height: 108vh;
	width: 100%;
	white-space: normal;
	margin: 0;
	padding: 0;
	position: relative;
	--scrollbarBG: #989788;
	--thumbBG: #444640;
	/*#888676;
	 overflow-x: hidden;*/
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Fjalla One', 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	line-height: 1.1;
}
h1, .h1 {
	font-size: 42px;
	color: #e53119;
	line-height: .8;
}
h2, .h2 {
	font-size: 26px;
}
h5, h6, .h5, .h6 {
	color: #e53118;
	font-size: 20px;
	letter-spacing: 1px;
	/*margin: 0;*/
}
h6, .h6 {
	color:#464842 ;
}
h1:last-of-type {
	margin-bottom: 35px;
}
header, footer, nav, section {
	display: block;
}
pre {
	font-size: 11px;
	border-radius: 0;
}
.hide {
	display: none;
}
.relative {
	position: relative;
}
[v-cloak] {
	display: none;
}
.noselection {
	user-select: none;
}
.selection, label {
	-webkit-touch-callout: initial;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.logo {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 60%;
	min-width: 330px;
	max-width: 800px;
	z-index: 60;
	/*margin-top: 20px; Had to remove and add a box with padding-top: 20px to remove scrollbar.*/
}
#machine-english-logo {
	display: block;
	position: relative;
	background: url('/images/Logo X12 mobile.png') no-repeat center;
	width: 345px;
	height: 100px;
	min-width: 375px;
	border: 0;
	background-size: contain;
	margin: 0 auto 30px auto;
	z-index: 60;
}
.fullHeightColumn {
	background-color: #595A50;
	min-width: 800px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}
.mainContent {
	z-index: 10;
	padding: 10px 40px 40px 40px;
	position: relative;
	box-sizing: border-box;
	min-width: 375px;
}
.left-back, .right-back {
	position: fixed;
	height: 100vh;
}
.left-back {
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 10;
	min-width: 186px;
	background: linear-gradient( 155deg, #131212, #343638 23%);
}
.right-back {
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 9;
	background: linear-gradient( 60deg, #464841 50%, #242521);
}
.itemBorder {
	padding: 0 20px;
}
.contentItem {
	font-size: 20px;
	color: black;
}
.headlineItem {
	font-size: 40px;
	font-weight: bold;
	color: #908F8A; /* #D6901A; #595A50*/
	text-align: center;
}
.relativeItem {
	position: relative;
	width: 200px;
	height: 200px;
	background-color: black;
	right: 100px;
	float: left;
	margin-right: -80px;
}
footer, .footer {
	position: relative;
	z-index: 50;
	height: 60px;
	width: 100%;
	text-align: center;
	color: #c2800f;  /* old #C9C7B2;*/
	font-weight: bold;
	opacity: .8;
}
.checkToggle {
	margin: 3px 5px !important;
}
.margin-bottom-small {
	margin-bottom: 10px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-bottom-big {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 20px;
}
.postscript {
	font-size: 12px;
	font-style: italic;
}
a {
	color: #a84611;  /* overrides bootstrap color*/
	text-decoration: none;
	font-weight: bold;
	opacity: .7;
}
.sub-head {
	font-weight: bold;
	color: #292a25;
}
.small-red-italics {
	font-size: 16px;
	font-style: italic;
	color: #e53119;
	letter-spacing: .2px;
}
.opacity-20 {
	opacity: .2;
}
.opacity-50 {
	opacity: .5;
}
span.divider {
	display: inline-block;
	text-align: center;
	width: 20px;
}
.bottom-space {
	margin-bottom: 30px;
}

/* =====================================================================
	Custom page scrollbar
   ===================================================================== */
body::-webkit-scrollbar {
	width: 12px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border: 2px solid var(--scrollbarBG);
	/*border-radius: 6px;*/
}

/* ============================================ */

.demo-info-meanings::-webkit-scrollbar,
.demo-info-tokens::-webkit-scrollbar,
.demo-info-symbols::-webkit-scrollbar {
	width: 8px;
}
.demo-info-meanings,
.demo-info-tokens,
.demo-info-symbols {
	scrollbar-width: thin;
	scrollbar-color: #9e9e9e #cccccc;
}
.demo-info-meanings::-webkit-scrollbar-track,
.demo-info-tokens::-webkit-scrollbar-track,
.demo-info-symbols::-webkit-scrollbar-track {
	background: #cccccc;
}
.demo-info-meanings::-webkit-scrollbar-thumb,
.demo-info-tokens::-webkit-scrollbar-thumb,
.demo-info-symbols::-webkit-scrollbar-thumb {
	background-color: #9e9e9e;
	border: 2px solid #cccccc;
	/*border-radius: 5px;	*/
}


/* =====================================================================
	Styles for basic forms
   ===================================================================== */
fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
input {
	padding: 4px;
}
.editor-label {
	margin: 1em 0 0 0;
}
.editor-field {
	margin: 0.5em 0 0 0;
}
/* =====================================================================
	Styles for validation helpers
   ===================================================================== */
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}
/* =====================================================================
	New NavBar 
   ===================================================================== */
.new-navbar {
}
.new-navbar ul {
	display: block;
	padding-inline-start: 0;
	text-align: center;
	padding-left: 9px;
}
.new-navbar ul li {
	display: inline-block;
	list-style-type: none;
}
.new-navbar ul li a {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: auto 10px;
	color: #908F8A;
	text-decoration: none;
	letter-spacing: 1px;
}
.new-navbar ul li a.active {
	color: white;
}

/*  =====================================================================
	New Tab-Navs
    ===================================================================== */

.tab-navs {
    list-style: none;
    background-color: rgba(204,204,204,1);
    background: linear-gradient( 58deg, rgb(125 125 125) 0%, rgba(204,204,204,1) 49%);
    height: 45px;
    margin-bottom: 0;
}

.tab-navs > li {
    position: relative;
    display: block;
    float: right;
    margin-bottom: -1px;
    background: linear-gradient( 220deg, rgb(255 255 255) 0%, rgba(204,204,204,1) 49%);
}

.tab-navs > li > a {
    position: relative;
    display: block;
    padding: 14px 20px 8px 20px;
    top: 1px;
    font-weight: bold;
    text-decoration: none !important;
    color: #b0321f;
    letter-spacing: .5px;
	opacity: 1;
    /* text-decoration can be removed with Bootstrap */
}

li a.activeTab {
	border-bottom: none;
	background-color: white;
	opacity: 1;
	color: #252622;
	/*	background: linear-gradient( 26deg, rgb(255 255 255) 60%, rgba(204,204,204,.7) 90%);*/
}

/*ul.nav-tabs {
	border-bottom: 2px solid #cccc;
}
nav.nav-tabs li a {
	color: black;
	border: solid 2px transparent;
	display: inline-block;
	text-align: right;
}
.nav > li > a {
	top: 1px;
}*/


/*  =====================================================================
	Carousel
    ===================================================================== */

#carousel-example-generic {	
	background: linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 7%, rgba(204,204,204,1) 93%, rgba(204,204,204,0) 100%);
	min-width: 375px;
}
.carousel-inner {
}
.item {
	height: 400px;
	margin-bottom: 50px;
	margin-top: 10px;
}
.carousel-caption {
	color: black;
	-webkit-text-shadow: none;
	text-shadow: none;
}
.carousel-control.left {
	width: 100px;
	position: absolute;
	left: 0;
	opacity: 1;
	z-index: 1005;
}
.carousel-control.right {
	width: 100px;
	position: absolute;
	right: 0;
	opacity: 1;
	z-index: 1005;
}
.carousel-center {
	text-align: center;
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 8%;
	z-index: 5;
	display: inline-block;
	opacity: .5;
}
.glyphicon-chevron-left {
	left: 20%;
}
.glyphicon-chevron-right {
	right: 20%;
}
.messageDirections {
	background-color: #241710;
	color: #C9C7B3;
	height: 30px;
	padding: 7px 10px 5px 30px;
	font-size: 12px;
	width: 250px;
}

.overflowColumn {
	width: 150%;
	margin: 0 -25%;
	background-color: #C9C7B3;
	padding: 30px;
}

.overflowColumn pre {
	background-color: #C9C7B3;
}

.topRounded {
	border-radius: 10px 10px 0 0;
}

/*  =====================================================================
	Override Bootstrap table-striped
    ===================================================================== */

/*
.table-striped > tbody > tr:nth-child(odd),
.table-striped > tbody > tr:nth-child(odd) {
	background: linear-gradient( 3deg, #d9f00b00 64%, #e3e3e3 100%),linear-gradient( 90deg, white 75%, #e4e4e4 100%);
}

.table-striped > tbody > tr:nth-child(even),
.table-striped > tbody > tr:nth-child(even) {
	background: linear-gradient( 3deg, #d9f00b00 64%, #e3e3e3 100%),linear-gradient( 90deg, white 75%, #e4e4e4 100%);
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}

.table thead > tr > th, .table tbody > tr > th,
.table tfoot > tr > th, .table thead > tr > td,
.table tbody > tr > td, .table tfoot > tr > td {
	border: none;
}
*/

/*  =====================================================================
	Graph markup: Symbols
    ===================================================================== */
.symbol {
	display: inline-block;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	width: 24px;
	height: 24px;
	border: solid 2px white;
} 
.symbol-line {
	height: 8px;
} 
.symbol-line span {
	display: inline-block;
	width: 24px;
	border-top: transparent 3px solid;
} 
.symbol-line span.active1 {
	border-top: #7b6410 3px solid; /*#b78128*/
} 
.symbol-line span.active2 {
	border-top: #bfab61 3px solid; /* old #ff9e00*/
} 
.symbol-line span.active3 {
	border-top: #dccd94 3px solid; /* old #ffd187 */
} 
.symbol-line span.active4 {
	border-top: #dccd94 3px solid;
} 
span.symbol-unresolved-pair {
	position: absolute;
	right: -4px;
	top: -5px;
	z-index: 100;
	background-color: #e53119;
	width: 6px;
	height: 6px;
	border-radius: 6px;
} 
.symbol, .symbolBackground {
	background: #cccccc;
	color: #848488;
	font-weight: bold;
} 
.symbolBackground {
	border: solid 1px #bbb;
} 
.symbolGroup {
	display: inline-block;
	background-color: red;
	height: 4px;
	margin: 3px -4px;
} 
.symbolGroup hr {
	border-top: red 3px solid;
} 
.selectedSymbol {
	color: white;
	background-color: #a1a1a1;
} 
.symbols-box {
	padding-top: 3px;
}

/* =====================================================================
	Graph markup: Tokens
   ===================================================================== */
.token-display-text {
	text-align: center;
	font-weight: bold;
	margin: 12px 10px 0px 10px;
	padding-bottom: 6px;
} 
.textTokenType, .numberTokenType, .wordTokenType, .tokenTypeComplex, .tokenTypeNone, .tokenTypeNumber, .punctuationTokenType, .tokenTypeGroup {
	text-align: center;
	color: white;
	font-size: .80em;
	line-height: 28px;
	font-weight: bold;
	padding: 0 5px;
} 
.textTokenType, .textTokenBackground {
	background-color: #9e9160; 
	color: white;
} 
.punctuationTokenType, .groupingsBackground {
	background-color: #7b6410; 
	color: white;
} 
.numberTokenType, .numberTokenBackground {
	background-color: #a84611;
	color: #fbd5d5;
} 
.wordTokenType, .wordTokenBackground {
	background-color: #d6901a;
	color: #f9efd8;
} 
.tokenTypeGroup, .tokenGroupBackground {
	background-color: #e53118;
	color: white;
} 
.tokenTypeComplex, .tokenComplexBackground {
	background-color: #b1711a;
	color: #f7dbc8;
} 
.tokenTypeMeaning, .tokenMeaningBackground {
	background-color: #443b1f;
	color: white;
} 
.tokenWarn {
	background-color: deepskyblue;
} 
.token-IsSentenceEnd {
	margin-right: 10px;
} 
.selectedToken {
	background-color: #ececec;
}

/*  =====================================================================
	Graph markup: Misc
    ===================================================================== */
.message {
	margin: 10px;
} 
.graphArea {
	padding: 20px;
	background-color: #c9c7b3;
	background: linear-gradient(180deg, #a9a791 0%, #c9c7b3 20%)
} 
.border-1 {
	/* border: red 1px solid; */
	position: relative;
	top: -8px;
	margin-bottom: 5px;
} 
.abstractions {
	display: none;
	background-color: #C9C7B3;
	padding: 20px 30px 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} 
.section {
	margin-top: 10px;
	background-color: #C9C7B3;
} 
.tokenBox {
	display: inline-block;
	margin-bottom: 10px;
	background-color: white;
	border-right: solid #f1f1f1 1px;
} 
.tokenBox:last-child {
	border-right: none;
}
.meaning-sentence-end {
	display: block;
	background-color: #7b6411;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.meaning-box {
	height: 38px;
	border: solid white 1px;
	position: relative;
}
.meaning-capsule, .pattern-capsule, .answer-capsule,
.pattern-capsule-number, .answer-capsule-number {
	position: relative;
	font-size: .8em;
	font-weight: bold;
	border-radius: 30px;
	min-height: 28px;
	overflow: hidden;
}
.meaning-capsule {
	background-color: #443b1f;
	color: #dcd9d0;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 5px 0;
	line-height: 28px;
} 
.meaning-capsule-none {
	font-size: .80em;
	padding: 5px 5px;
	margin: 5px 0px;
}
.pattern-capsule {
	background-color: #443b1f;
	background: linear-gradient( 90deg, #2c281b 5%, #443b1f 25%);
	color: #dcd9d0;
	padding: 6px 15px 4px 45px;
	margin: 0 50px 10px 0;
	border: none;
	min-height: 30px;
}
.answer-capsule {
	background-color: white;
	background: linear-gradient( 47deg, rgb(255 255 255) 22%, rgb(243 243 243) 49%);
	color: #443b1f;
	padding: 6px 45px 4px 15px;
	margin: 0 0 10px 50px;
	border: solid 1px #ccc;
}

.pattern-capsule-number,
.answer-capsule-number {
	position: absolute;
	text-align: center;
	font-size: .9em;
}
.pattern-capsule-number {
	background-color: #83774b;
	color: #ffffff;
	text-align: center;
	font-size: .9em;
	min-width: 30px;
	min-height: 30px;
	line-height: 30px;
	top: 0px;
	left: 0px;
}
.answer-capsule-number {
	background-color: white;
	color: #443b1f;
	border: solid 1px #ccc;
	position: absolute;
	text-align: center;
	font-size: .9em;
	min-width: 28px;
	min-height: 28px;
	line-height: 28px;
	top: -1px;
	right: -1px;
}

/* =====================================================================
	Hover
   ===================================================================== */
.centralColumn {
	width: 800px;
	height: 1000px;
	margin: auto;
	background-color: white;
	padding: 20px;
	position: relative;
} 
.ulList {
	border: solid 1px #ccc;
	width: 200px;
	padding: 0;
} 
.ulList li {
		list-style-type: none;
		border-bottom: solid 1px #ccc;
		padding: 5px;
} 
.ulList li::selection, .centralColumn::selection {
			display: none;
} 
.ulList li:last-child {
			border-bottom: none;
}
.pinned {
	/*none at this time*/
} 
.pinned div.pushpin {
		display: block;
} 
.pushpin {
	float: right;
	margin: 4px 4px 0 6px;
	background-color: red;
	width: 10px;
	height: 10px;
	display: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

/* =====================================================================
	Tests Page
   ===================================================================== */
.side-scroll {
	overflow-x: auto;
} 
.testFail, .testPass, .testException {
	color: Black;
	width: 100px;
	font-weight: bold;
	text-align: center;
} 
.testFail {
	background-color: #E53119 !important;
	background: linear-gradient( 42deg, #e53119 44%, #e5ac66 100%);
} 
.testPass {
	background-color: green !important;
	background: linear-gradient( 42deg, green 44%, #55cf25 100%);
} 
.testException {
	background-color: #D6901A !important;
	background: linear-gradient( 42deg, #d6901a 44%, #ffe172 100%);
} 
.resultCount {
	text-align: center;
	height: 35px;
	padding: 15px 10px;
} 
.tests-none {
	height: 200px; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold;
} 
.failColor, .exceptionColor {
	font-weight: bold;
	font-style: italic;
} 
.failColor {
	color: #E53119;
} 
.exceptionColor {
	/* darker version of #D6901A for text */
	color: #C37E09;
} 
.trafficLights {
	margin-left: -8px;
} 
.redLight, .greenLight, .amberLight, .greyLight {
	margin: 3px 3px 3px 10px;
	width: 8px;
	height: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
} 
.redLight {
	background-color: #E53119;
} 
.greenLight {
	background-color: green;
} 
.amberLight {
	background-color: #D6901A;
} 
.greyLight {
	background-color: #dcdcdc;
}
/*  ==========================================================================================
	Tests Cases table      
    ======================================================================================== */

#TestCasesTableHeader th {
	color: black;
	height: 40px;
}
/*#TestCasesTable tr:nth-child(even) {
	background: linear-gradient( 55deg, #f3f3f3 80%, #cdcdcd 100%);
}
#TestCasesTable tr:nth-child(odd) {
	background: linear-gradient( 55deg, white 75%, #cdcdcd 100%);
}*/

#TestCasesTable th, 
#TestCasesTable td {
	border: none !important;
}
#TestCasesTable {
	background-color: white;
	border-collapse: collapse;
}

/* -------------------------------------------------------------------------------- 
	linear-gradient applied on tr does not work on IPhone or IPad. It is applied for 
	each td or th, so we need to apply gradation at the td / th level  */

#TestCasesTable .th1 {
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	background: #a0a0a0;
}
#TestCasesTable .th2 {
	width: 40px;
	min-width: 40px;
	background: #a0a0a0;
}
#TestCasesTable .th3 {
	width: 40%;
	background: linear-gradient( 90deg, #a0a0a0 0%, #d7d7d7 49%);
}
#TestCasesTable .th4 {
	width: 20%;
	background: #d7d7d7;
}
#TestCasesTable .th5 {
	width: 25%;
	background: #d7d7d7;
}
#TestCasesTable .th6 {
	width: 10%;
	background: #d7d7d7;
}
/* -------------------------------------------------------------------------------- */

#TestCasesTable tr:nth-child(odd) .td2 {
	background: white;
}
#TestCasesTable tr:nth-child(odd) .td3 {
	background: white;
}
#TestCasesTable tr:nth-child(odd) .td4 {
	background: white;
}
#TestCasesTable tr:nth-child(odd) .td5 {
	background: linear-gradient( 90deg, white 0%, #e5e5e5 100%);
}
#TestCasesTable tr:nth-child(odd) .td6 {
	background: #e5e5e5;
}

#TestCasesTable tr:nth-child(odd) .td2 {
	background: #f3f3f3;
}
#TestCasesTable tr:nth-child(odd) .td3 {
	background: #f3f3f3;
}
#TestCasesTable tr:nth-child(odd) .td4 {
	background: #f3f3f3;
}
#TestCasesTable tr:nth-child(odd) .td5 {
	background: linear-gradient( 90deg, #f3f3f3 0%, #e7e7e7 100%);
}
#TestCasesTable tr:nth-child(odd) .td6 {
	background: #e7e7e7;
}

/* -------------------------------------------------------------------------------- */

.test-group-content {
	background-color: white;
} 
.test-group-content-div {
	background-color: #eee;
	background: linear-gradient( 180deg, rgb(188 188 188) 0%, #eee 20%);
	margin: 0 50px;
	border: 1px solid #ccc;
	border-bottom-width: 0;
} 
.test-group-button {
	background: linear-gradient( 180deg, rgb(188 188 188) 0%, white 20%);
	color: #989788;
	display: inline-block;
	padding: 15px 20px 10px 20px;
	border: solid 1px #ccc;
	border-width: 0 1px 0px 0;
	font-weight: bold;
} 
.test-group-button.selected {
	color: #e53118;
	background: white;
	border-top-color: white;
	position: relative;
	top: -1px;
	border-bottom-width: 0;
}

/*  =====================================================================
	Custom Checkbox
    ===================================================================== */
.label-box {
	display: block;
	position: relative;
	cursor: pointer;
	/*font-size: 11px;*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top: -5px;
}
/* Hide the browser's default checkbox */
.label-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 10px;
	right: 0;
	height: 15px;
	width: 15px;
	background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.label-box:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.label-box input:checked ~ .checkmark {
	background-color: #e53119;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.label-box input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.label-box .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate(45deg);
	transform: rotate( 45deg );
}

/* =====================================================================
	New Checkbox
   ===================================================================== */
.newCheck {
	border: solid 1px #808080;
	display: inline-block;
	border-radius: 15px;
	position: relative;
	background: white;
} 
.newCheckGroup {
	margin: 0 auto 20px auto;
	/*width: 550px;*/
} 
.inner {
	font-family: 'Roboto Condensed','Merriweather', 'Trebuchet MS', Verdana, Helvetica, Sans-Serif;
	padding: 2px 15px 0 15px;
	display: inline-block;
	font-size: 16px;
	border-radius: 15px;
	position: relative;
	text-align: center;
	margin: 2px 2px 2px 40px;
	transition: margin-left .2s, margin-right .2s;
} 
.isChecked .inner {
	margin: 2px 40px 2px 2px;
	transition: margin-left .2s, margin-right .2s;
} 
.tagLeft, .tagRight {
	font-family: 'Roboto Condensed','Merriweather', 'Trebuchet MS', Verdana, Helstretica, Sans-Serif;
	position: absolute;
	top: 5px;
} 
.tagLeft {
	left: 12px;
} 
.tagRight {
	right: 13px;
}

/* =====================================================================
	Demo Page
   ===================================================================== */
.demo-main {
	height: 100%;
	position: relative;
	min-width: 400px;
} 
.demo-tab-content {
	background-color: white;
	padding: 20px 30px 20px 30px;
	margin: 0;
	clear: both;
} 
.min-height {
	min-height: 340px;
} 
.demo-input {
	padding-right: 0;
	position: relative;
} 
.demo-input textarea {
	font-size: 20px;
	resize: vertical;
	border: 0;
	height: 100%;
	min-height: 150px;
	width: 100%;
	padding: 10px;
	overflow: visible !important;
	outline: none;
	background: linear-gradient( 45deg, rgba(241,241,241,1) 0%, rgba(245,245,245,.1) 56%, rgba(241,241,241,1) 92%);
} 
.demo-submit {
	font-size: 26px;
	position: absolute;
	right: 30px;
	bottom: -30px;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	border: 0;
	font-weight: bolder;
	background: #D6901A;
	color: #241710;
} 
.demo-submit:hover, .demo-submit:active, .demo-submit:focus {
	outline: none;
	box-shadow: 0 0 0 2pt #E53119;
	color: black;
} 
.demo-rules {
} 
.demo-body {
	padding: 0 15px 20px 15px;
} 
.demo-title {
	font-weight: bold;
	color: #e53118;
	margin: 0;
	padding: 15px;
} 
.demo-rulebox {
	border: solid 1px #e53118;
} 
.demo-info {
	padding-bottom: 10px;
} 
.demo-info-meanings, .demo-info-tokens, .demo-info-symbols {
	display: inline-block;
	min-width: 200px;
	width: 100%;
	vertical-align: top; /* important! https ://stackoverflow.com/questions/19366401/my-inline-block-elements-are-not-lining-up-properly*/
	overflow-x: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	background-color: white;
} 
.demo-info-meanings.open, .demo-info-tokens.open, .demo-info-symbols.open {
	height: 260px;
} 
.demo-info-item-meaning, .demo-info-item-token, .demo-info-item-symbol {
	background-color: white;
	border: none;
	display: none;
} 
.demo-info-item-meaning.selected, .demo-info-item-token.selected, .demo-info-item-symbol.selected {
	display: block;
} 
.demo-info-nested-title {
	font-weight: bold;
	color: #7b6411;
	margin-top: 10px;
	margin-bottom: 10px;
} 
.demo-flex {
	display: flex;
	justify-content: space-between;
}
.demo-flex-at-700px {
	/* takes effect in @media queries */
} 
.demo-symbol-rule, .demo-token-rule {

	vertical-align: top;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
} 

.demo-symbol-rule div, .demo-token-rule div {
	display: flex;
	justify-content: space-between;
} 

.demoLink {
	font-weight: bold;
	color: #241710;
} 

.demoLink.pass:active, .demoLink.pass:hover {
		color: green;
		text-decoration: none;

} .demoLink.fail:active, .demoLink.fail:hover {
		color: #E53119;
		text-decoration: none;

} 
.demoLink.exception:active, .demoLink.exception:hover {
		/* darker version of #D6901A for text */
		color: #C37E09;
		text-decoration: none;

} 
.demo-answer {
	background-color: white;
	min-height: 100px;
	padding-top: 20px;
} 
.demo-answer-rule, .demo-word-rule {
	display: inline-block;
	background-color: #ccc;
	padding: 5px 20px;
	border-radius: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.demo-word-token {
	display: inline-block;
	background-color: #e4e4e4;
	padding: 5px 20px;
	border-radius: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*
.demo-answer span {
	font-weight: bold;
	margin-right: 20px;
}
.demoPattern span {
	font-weight: bold;
	margin-right: 20px;
}
.demoPattern {
	width: 35%;
	padding: 20px 30px 30px 60px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.patternTitle {
	font-weight: bold;
	color: #595A50;
}*/

/* =====================================================================
	Rules Page
   ===================================================================== */
.rules-submit, .rules-submit-defaults {
	width: 90px;
	border-radius: 30px;
	border: 0;
	background: #D6901A;
	font-size: 18px;
	font-weight: bold;
} .rules-submit-defaults {
	width: 110px;
	margin-right: 5px;
} .rules-submit:hover, .rules-submit:active, .demo-submit:focus, .rules-submit-defaults:hover, .rules-submit-defaults:active, .demo-submit-defaults:focus {
	outline: none;
	box-shadow: 0 0 0 2pt #E53119;
	color: black;
}
/* =====================================================================
	DEMO For IPhone small screens 320px width
   ===================================================================== */
@media only screen and (max-width: 320px) {
	.new-navbar ul li a {
		font-size: 20px;
		/*margin: 10px;*/
	}
	.mainContent {
		padding: 10px 10px 20px 10px;
	}
	.new-navbar ul {
		padding-right: 0;
	}
	.tab-navs {
		margin-right: 10px;
	}
	.tab-navs > li > a {
		padding: 12px 10px 8px 10px;
	}
}
/* =====================================================================
	MEDIA
   ===================================================================== */
@media only screen and (max-width: 700px) 
{
	.mainContent {
		padding: 0 0 10px 0;
	}
} 
@media only screen and (max-width: 700px) 
{
	.inner.large {
		display: none;
	}
	.h1, h1 {
		font-size: 36px;
	}
	.h2, h2 {
		font-size: 22px;
	}
} 
@media only screen and (min-width: 700px) 
{
	.inner.small {
		display: none;
	}
	.demo-symbol-rule, .demo-token-rule {
		box-sizing: border-box;
		width: 44%;
		margin-right: 5%;
	}
	#machine-english-logo {
		background: url('/images/Logo X12.png') no-repeat center;
		background-size: contain;
		width: 70%;
		min-width: 550px;
		max-width: 1200px;
		margin: 0 auto;
		/*border: solid red 1px;*/
	}
	.new-navbar ul li a {
		margin: auto 20px;
	}
	.pattern-capsule {
		min-width: 300px;
		margin: 0 0 10px 0;
	}
	.answer-capsule {
		min-width: 200px;
		margin: 0 0 10px 0;
	}
	.demo-flex-at-700px {
		display: flex;
		justify-content: space-between;
	} 
} 
@media only screen and (min-width: 980px) 
{
	.demo-info-meanings, .demo-info-tokens, .demo-info-symbols {
		min-width: 200px;
		width: 48%;
	}
	.demo-symbol-rule, .demo-token-rule {
		box-sizing: border-box;
		width: 30%;
		margin-right: 3%;
	}
} 
@media only screen and (min-width: 1600px) 
{
	.demo-info-meanings, .demo-info-tokens, .demo-info-symbols {
		width: 32%;
	}
	.demo-symbol-rule, .demo-token-rule {
		box-sizing: border-box;
		width: 23%;
		margin-right: 2%;
	}
}
@media only screen and (max-width: 650px)
{
	.test-group-button {
		border-bottom-width: 1px;
		background: white;
	}
	.test-group-button.active {
		top: 0; /* When button wraps, do not push up 1px*/
	}
}
/* MEDIA Bootstrap overrides */
@media only screen and (max-width: 768px) 
{
	.table-responsive {
		border: none;
	}
}

/*
-webkit-touch-callout: initial;
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
*/