﻿body {
	background-color: #fff;
}
.academy-pager-row{
	position: fixed;
	width: 93%;
	height: 60px;
	padding: 5px;
	bottom: 0px;
}

.academy-btn {
	width: 100px;
}

.example-code {
	width: 100%;
	height: 500px;
	margin-top: 2px;
	position: relative;
}

.teach-verify-test-code {
	width: 100%;
	height: 350px;
	margin-top: 2px;
	position: relative;	
}

.teach-verify-test-textarea-code {
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
}

.code-toolbar {
	z-index: 10;
	position: absolute;
	background: #DDD;
	padding: 3px;
	border: 1px solid #CCC;
	border-radius: 4px;
	right: 15px;
	margin: 2px;
}

.code-toolbar > a {
	margin: 0;
	content: " ";
	border: 1px solid #CCC;
	border-radius: 4px !important;
	background: none;	
	padding: 5px;
	box-sizing: border-box;
	width: 28px;
	height: 28px;
	background: #FFF;
}
.code-toolbar > a > span {
	background-origin: border-box;
	content: " ";
	width: 16px;
	height: 16px;
	display: inline-block;
}

.code-toolbar > a.copy-clipboard > span {
	background-image: url('/Content/packages/ckeditor/plugins/icons.png');
	background-position: 0 -362px;
	background-repeat: no-repeat;
	background-size: auto;
}

.code-toolbar > a.edit-in-dotnetfiddle > span {
	background-image: url('/Content/images/logo_small_black.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 1px;
}

.code-toolbar > a:not(:last-child) {
	margin-right: 4px;
}

.textarea-code {
	width: 100%;
	height: 70%;
	border: 1px solid #CCC;
}

.textarea-output {
	background: #fff;
	border: 1px solid #CCC;
	padding: 8px 10px;
	outline: none;
	overflow-y: auto;
}

.textarea-output {
	width: 100%;
	resize: none;
	height: 29%;
	margin-top: 2px;
}

.output, 
.input {
	font-size: 1em !important;
	line-height: 1;
	font-family: monospace !important;
	outline-color: transparent;
}

.input:active {
	outline-color: transparent;
}

.output {
	white-space: nowrap;
}

.input {
	font-weight: bold;
}

.code-block {
	display: none;
}

.academy-pg-indicator {
	font-weight: bold;
	line-height: 34px;
}

.academy-filter {
	margin-bottom: 30px;
}

.codesnippet {
	position: relative;
	/*padding: 4px;*/
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	min-height: 42px;
}

.codesnippet .cm-s-codesnippet {
	min-height: 40px !important;
}
.codesnippet .cm-s-codesnippet .CodeMirror-gutters {
	min-height: 40px !important;
}


.list-group .list-group { 
	border-radius: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group .list-group > .list-group-item {
	border-radius: 0;
}

.list-group .list-group > .list-group-item:not(.controls):not(.header):not(.holder) { 		
	border-bottom: 0;
	padding-left: 30px;
}

.list-group .list-group > .list-group-item:not(.header):not(.holder) {
	font-size: 85%;
	padding-top: 8px;
	padding-bottom: 8px;
}

.list-group .list-group > .list-group-item.controls {
	border-bottom: 0;
	padding-left: 30px;
}
		
.list-group-item.controls {
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-group-item.controls > .btn-xs {
	font-size: 10px;
}

.list-group-item.holder .glyphicon {
	float: right;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	/*z-index: 999; ????*/
	z-index: 3;
	cursor: pointer;
}

.list-group-item.holder {
	display: block;
	position: relative;
	padding: 0;
	margin-top: -1px;
}

*:not(.list-group)>.list-group>.list-group-item.holder:last-child {
	padding-bottom: 1px;
}

.list-group-item.holder>.list-group-item {
	border: 0;
	border-radius: 0;
}

*:not(.list-group)>.list-group-item.holder:first-child>.list-group-item:not(.header) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

*:not(.list-group)>.list-group-item.holder:last-child>.list-group-item {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

table.dataTable tr.odd td.sorting_1 {
	background-color: #F1F1F1;
}

table.dataTable tr.even td.sorting_1 {
	background-color: #FAFAFA;
}

.tutorial-started {
	color: darkorange;
}

.tutorial-completed {
	color: green;
}

.tutorial-accepted {
	color: green;
}

.tutorial-created {
	color: darkorange;
}

.counters .counter {
	display: inline-block;
	margin-right: 10px;
}

.counters .counter:last-child {
	margin-right: 0;
}

.small {
	font-size: 12px;
}

table > tfoot tr:last-child > td {
	border-top: 1px solid #333;
}

/*.ms-sel-ctn {
	padding-right: 0px;
}*/

.academy-tutorial-tag {
	width: 250px;
}

.copy-clipboard {
	border: none;
	margin: 4px;
	top: 0;
}

.edit-in-dotnetfiddle {
	background-image: url('/Content/images/icon_24.png');
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	margin-left: 5px;
	border: none;
	margin: 4px;
	top: 0;
}

.clipboard-status {
	display: inline-block;
	top: 0;
	position: initial;
	float: left;
	line-height: 24px;
	background: none;
	width: auto;
	font-size: 15px;
	margin: 4px;
	font-weight: normal;
	color: #888;
}

.modal-dialog {
	padding-top: 15%;
}

/*.ms-sel-ctn {
	overflow: hidden;
}*/

.list-group .list-group .list-group-item:not(.holder):not(.header) {
	padding-left: 30px;
}

#toc, #concept-content, .concept-content-holder {
	font-size: 13px;
}

.learn-list-table {
	border-bottom: 1px solid black;
	margin-bottom: 5px !important;
}

.learn-list-table tr.odd {
	background-color: white !important;
}

.academy-desktop-hide {
	display: none;
}

.academy-desktop-pager {
	margin-top: 20px;
}

#toc-mobile {
	display: none;
}
