/* Admin page styles */

.container-inline-add-slide {

	display: inline-block;
	margin-top: 15px;

}

.container-inline-add-slide .form-item .form-text {

	padding: 5px;
	width: 150px;
	margin-right: 4px;

}

.sticky-table-modules thead tr th:nth-child(2) {

	width: 20%;

}

.sticky-table-modules thead tr th:nth-child(3) {

	width: 10%;
	text-align: center;

}

.sticky-table-modules thead tr th:nth-child(4) {

	width: 20%;

}

.sticky-table-modules tbody tr td:nth-child(3) {

	text-align: center;

}

.sticky-table-slides thead th:first-child {

	width: 4%;

}

.sticky-table-slides thead th:nth-child(4),
.sticky-table-slides thead th:nth-child(5){

	width: 15%;

}

.sticky-table-slides tbody tr {

	cursor: move;

}

.sticky-table-slides td a {

	cursor: pointer;

}

.ui-sortable-helper {
    display: table;
}

div.previous, div.save, div.next {

	display: inline;

}

/* Module page styles */

#app-container {

	/*width: 768px;*/

	border: 1px solid #cecece;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background: -webkit-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* Standard syntax (must be last) */
	background-size: 100% 40%;
	background-position: center bottom;
	background-repeat: no-repeat;

}

div.col-sm-6 {

	padding: 5px;

}

#app-content {

	min-height: 400px;
	margin-bottom: 50px;
	padding: 0px 20px 20px 20px;

}

.progress, .progress-bar {

	border-radius: 0px !important;

}

.progress-bar {

	background-color: #4bbab3 !important;

}

#app-content h1 {

	color: #4bbab3;
	font-size: 18px;
	line-height: auto !important;
	text-transform: uppercase;
	margin: 20px 0;
	font-weight: bold;

}

#app-content h1 sup {

	display: auto !important;
	font-size: auto !important;

}


#app-content .section-header {

	color: #4bbab3;
	font-size: 42px;	
	padding-top: 150px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;

}


#app-content h1.larger {

	font-size: 60px;
	text-align: center;
}	


#app-content h3 {

	color: #56565a;
	font-size: 14px !important;

}

#app-content h3.green, #app-content div.green h3, #app-content h1.green, #app-content div.green h1  {

	color: #4bbab3;

}


#app-content h3.blue, #app-content div.boxed.blue h3, #app-content div.blue h3, #app-content h1.blue, #app-content div.boxed.blue h1, #app-content div.blue h1 {

	color: #10567e;
	
}


#app-content div.table {

	display: table;

}

#app-content div.table.no-margin {

	margin-bottom: 0;

}

#app-content div.table-row {

	display: table-row;

}

#app-content div.table-header {

	display: table-cell;
	background-color: #4bbab3;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px;

}

#app-content div.table-cell {

	padding: 15px 10px;
	display: table-cell;
	border-bottom: 1px solid #c9c9c9;

}

#app-content div.table-cell.grey {

	display: table-cell;
	background-color: #eeeeee;
}

#app-content div.boxed {

	border: 1px solid grey;

}

#app-content table {

	width: 100%;

}

#app-content table th {

	display: table-cell;
	background-color: #4bbab3;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px !important;

}

#app-content table td {

	padding: 15px 10px;

}

#app-content table tbody {

	border: none;

}

#app-content .table table td {

	border-bottom: 1px solid #c9c9c9;	

}

#app-content table td.grey {

	background-color: #eeeeee !important;

}

#app-content a img {

	cursor: zoom-in;

}

ul.ticks, ul.crosses {
	list-style: none;
}
ul.ticks li:before {
	content: '✓    ';
	text-align: right;
}
ul.crosses li:before {
	content: 'x     ';
}

div.green ul, div.blue ul {

    list-style: none;
    padding-left: 0;
    display: table;
    border-spacing: 5px;

}

div.green ul > li, div.blue ul > li{

	display: table-row;
	/*padding-left: 5px;*/
	line-height: 18px;

}

div.green ul li:before, div.blue ul li:before {

    content: "•\00a0";
    display: table-cell;
    text-align: right;

}

div.green ul li:before {

	color: #4bbab3;

}

div.blue ul li:before {

	color: #10567e;

}

div.green ul li ul li:before, div.blue ul li ul li:before {

    content: "-\00a0";
    display: table-cell;
    text-align: right;

}

._question, #app-content div.boxed {

	font-size: 14px;
	border-radius: 3px;
	box-shadow: 0 0 3px #c9c9c9;
	background: -webkit-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Opera 11.1 to 12.0 */
    background: linear-gradient(to top, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* Standard syntax (must be last) */
    background-size: 100% 40%;
    background-position: center bottom;
    background-repeat: no-repeat;

}

div.solid.green, div.solid.blue {

	color: #ffffff;
	border-radius: 3px;
	padding: 20px;
	border: 1px solid rgba(85, 85, 89, 1) !important;
	border-width: 5px 0 0 0 !important;

}

div.solid.green a, div.solid.blue a {

	color: #ffffff;

}

div.solid.green a:hover, div.solid.blue a:hover {

	text-decoration: underline;

}


div.solid.green {

	background-color: #4bbab3;

}

div.solid.blue {

	background-color: #10567e;

}

#app-content div.boxed {

	padding: 5px 20px 15px 20px;

}

._question, #app-content div.boxed.green {

	border-top: 3px solid #4bbab3;

}

#app-content div.boxed.blue {

	border-top: 3px solid #10567e;

}

._question, ._question-feedback {

	float: right;
	display: none;
	width: 49%;
	padding: 10px;

}

div.answers-container {

	width: 49%;
	display: table;
	border-spacing: 8px;

}

div.answer-container{

	display: table-row;
	
}

div.answer-container.loading {

	opacity: 0.2;

}

div.answer-container label {

	border: 2px solid #c9c9c9;

}

div.answer-container label p {

	display: table-cell;
	color: #56565a;
	padding: 0 10px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;

}

div.answer-container label p:hover {

	opacity: 0.7;

}


div.answer-container.submitted-correctly {

	color: #ffffff;
	background-color: #56565a;	

}

div.answer-container.submitted-correctly label{

	border: 2px solid #56565a;

}


div.answer-container.submitted-correctly input[type="radio"]:checked + p.answered-correctly {

	color: #ffffff;
	background-color: #56565a;

}

div.answer-container label input[type="radio"]:checked + p.answered-incorrectly {

	background-color: rgba(255, 0, 0, 0.2);	

}


div.answer-container.hidden-incorrect {

 	display: none;

}

label.radio-label.incorrect {

	border-color: red;

}


label.radio-label.correct {

	border-color: #4bbab3;

}

div.answer-container label input[type="radio"] {

	display: none;

}

div.answer-container label span.radio-letter {

	display: table-cell;
	vertical-align: middle;
	margin-left: 12px;
	color: #4bbab3;
	text-align: center;
	min-width: 43px;
	font-size: 38px;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(200,200,200,0.9);
	border-right: 2px solid #c9c9c9;
	padding-right: 10px;
	
}

div.answer-container.submitted-correctly label span.radio-letter {

	color: #ffffff;
	background-color: #56565a;

}

div.next:disabled img{

	opacity: 0.2;

}

div.next img:hover, div.previous img:hover, div.save img:hover{

	opacity: 0.7;

}


table.ticks td {

	padding: 10px;
	height: 60px;

}


/* The edu-modal styles */
.edu-modal {
    display: none; 
    position: absolute;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.edu-modal-header-container {

	display: table-row;
	width: 100%;
	border-top: 3px solid #4bbab3;

}

.edu-modal-header {

	font-size: 5px;
	background-color: #4bbab3;
	display: table-cell;
	width: 500px;
}

/* The Close Button */
.edu-close-icon {
    color: #ffffff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    background-color: #4bbab3; 
    padding: 0px 5px 3px 5px;
}


/* edu-modal Content/Box */
.edu-modal-content {
    
    border-radius: 3px;
	/*box-shadow: 0 0 3px #c9c9c9;*/
	background: -webkit-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(200,200,200,0.2), rgba(200,200,200,0)); /* Standard syntax (must be last) */
    background-size: 100% 40%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
    /*padding: 0px 10px*/;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
    display: table;
    min-height: 100px;
}

.edu-modal-content-container {

	display: table-row;

}

#edu-modal-image {

	display: table-cell;
	vertical-align: middle;	
	padding: 10px;
}

#edu-modal-image img {

	width: 150px;

}

#edu-modal-copy {

	display: table-cell;
	vertical-align: middle;
	padding: 10px;


}


.edu-modal-close:hover,
.edu-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#app-preloader {

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -41px;
	margin-top: -21px;	

}

#app-navigation {

	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 20px;
	left: 20px;

}

.testing-panel {

	border: 1px dashed #cecece; 
	padding: 20px; 
	margin-top: 20px;

}

.learning-modules .items-element {

	background-color: #F8F8F8;

}

.learning-modules .items-element .item-cell {

	padding: 20px;

}

.learning-modules .items-element .item-points {

	text-align: center;
	font-size: 12px;

}

.learning-modules .items-element .item-title {

	font-weight: bold;
	color: #2DBCB6;

}

.learning-modules .action-button {

	background-color: #fff;
	text-align: center;
	display: block;
	min-height: 45px;
	line-height: 45px;
	margin-top: 5px;
	border: 1px solid #7D7D7F;
	color: #7D7D7F !important;
	text-decoration: none !important;
	font-size: 12px;
	border-radius: 4px;	

}

.action-button.green {

	color: #2DBCB6 !important;
	border-color: #2DBCB6 !important;

}

.action-button.yellow {

	color: #EABB38 !important;
	border-color: #EABB38 !important;

}

.action-button.disabled {

	opacity: 0.5;
	cursor: default !important;

}

.result {

	background-color: #F7F7F7;
	padding: 15px;
	margin-bottom: 20px;

}

.module-result-action {

	width: 100% !important;
	border: 1px solid #807F81;
	color: #807F81 !important;
	background-color: transparent;
	padding: 8px;

}

a.green {
	
	color: #4bbab3 !important;

}

.loading-overlay {

	position: absolute;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 1000;

}

.loading-message {

	position: absolute;
	color: #fff;
	z-index: 1001;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -19px;

}

#evalform p {

	font-weight: bold;

}

#evalform hr {

	border-color: #c9c9c9;

}

#evalform .form-table th:first-child {

	width: 40%;

}

#evalform .form-table td {

	border: 1px solid #c9c9c9;
	border-width: 0 0 1px 0;

}

#evalform .form-table ._radio {

	text-align: center;
	font-size: 12px !important;
	vertical-align: middle;
}

#evalform .form-table td._radio {

	width: 10%;

}

#evalform .form-table td.error {

	color: red;
	border-color: #c9c9c9 !important;

}

#evalform p.error {

	font-weight: bold;
	color: red !important;

}

#evalform textarea {

	width: 100%;

}
