/* ---------------------------------------- */
/* ACT STYLE                                */
/* ---------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}

#printableArea {
    background-color: #ffffff;
}

div.navbar {
	min-height: 40px;
}

.container-fluid {
	width: 1170px;
}

div.navbar.navbar-inner::before, .navbar-inner::after {
	display: table;
	line-height: 0;
	content: "";
}
div.navbar.navbar .btn-navbar {
	display: none;
}
div.navbar.navbar .brand {
	display: block;
	float: left;
	padding: 5px 20px 5px 20px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
}
div.navbar.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0px 10px 0 0;
}
div.navbar.navbar .nav > li {
	float: left;
}
div.navbar.navbar .nav a {
	color: #ffffff !important; 
}

div.navbar.navbar a {
	text-decoration: none;
	color: #ffffff !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent !important;
}

.navbar-inverse .navbar-inner {
	background: #02294f; /* Old browsers */
	background: -moz-linear-gradient(top, #02294f 0%, #032446 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02294f), color-stop(100%,#032446)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #02294f 0%,#032446 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #02294f 0%,#032446 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #02294f 0%,#032446 100%); /* IE10+ */
	background: linear-gradient(to bottom, #02294f 0%,#032446 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02294f', endColorstr='#032446',GradientType=0 ); /* IE6-9 */
}

#form-search {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 0px;
}
.navbar input[type=search] {
	height: 31px;
	width: 240px;
	color: #ffffff;
	background-color: #028383;
	border-color: #111111;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	padding: 4px 14px;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.navbar input[type=search]::placeholder {
	color: #ffffff;
	opacity: 0.5;
}
.navbar input[type=search]:focus::placeholder {
	color: #999999;
}
.navbar input[type=search]:focus {
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #ffffff;
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
		
.navbar-inverse .nav .active > a,
.navbar-inverse .nav:not(.pull-right) a:hover {
	background-color: #028383 !important;
}

.act-link {
	margin: 0px !important;
	padding: 0px !important;
}
.act-logo {
	margin-top: 5px;
	height: 30px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.home-link {
	font-size: 16px;
}

a:focus {
  outline: 0 !important;
}

/* ---------------------------------------- */
/* TEST STYLES                              */
/* ---------------------------------------- */

input[type="text"], textarea {
	color: #333;
}

#test-text-textarea {
	width:100%;
	height:100%; 
	box-sizing: border-box;         /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box;    /* For Firefox                          */
	-webkit-box-sizing: border-box; /* For Safari                           */
}

.acttest-view .test-text {
	width: 100%;
  background: #D9D9D9;
  padding: 0.5em 10px;
  border-radius: 10px;
  font-size: 14pt;
}

.test-text-editor, .multiple-choice-test-editor, .assignment-test-editor, 
.blank-words-test-editor, .category, .item {
	margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-radius: 10px;
}

.word, .blank, .blank-words-right, .sorting-test-items {
	border-radius: 10px;	
  font-size: 13pt;
}
.sorting-test-categories {
	font-size: 13pt;
}

.test-text-editor { background: #C2E0E0; }
.multiple-choice-test-editor { background: #D9D9D9; }
.assignment-test-editor { background: #E4E4E4; }
.blank-words-test-editor { background: #C2E0E0; }

#blank-words-editable-div { padding: 0.5em 10px; background: white;	width: 89%; min-height: 20px; }

.top-radius-div {
	display: inline-block; 
	width: 100%; 
  	background: #E4E4E4;
  	padding: 0.5em 10px;
  	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
}

body,html { height: 100%; }

.status-succes-text { color: green; }
.status-fail-text { color: red; }

.multiple-choice-test-status, .sorting-test-status, .blank-words-status{
	display: inline-block; 
	width: 100%; 
  	background: #C2E0E0;
  	padding: 0.5em 10px;
  	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
}
.multiple-choice-test { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;display: inline-block; position: relative; height: 100%; width: 100%; }
.questions { display: inline-block; width: 50%; height: 100%; background: #E4E4E4; float: left; }
.answers { display: inline-block; width: 50%; height: 100%; background: #E4E4E4; float: right; }
.radio.inline { padding-top: 0px; }

.multiple-choice-test .questions { width: auto !important; display: table !important; table-layout: auto; }
.multiple-choice-test .answers { width: 0% !important; }
.multiple-choice-test .question-row { display: table-row !important; }
.multiple-choice-test .question-row > div { display: table-cell !important; }
.multiple-choice-test .question-row > div:first-child { width: auto; }
.multiple-choice-test .question-row .answer-col { width: auto; padding-left: 30px; }

.category-sorting-test { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;display: inline-block; position: relative; height: 100%; width: 100%; }
.item { height: auto; padding: 4px 0.5em; float: left; margin: 5px 5px 5px 5px; background: white; }
.category { width: 90%; padding: 0.5em; float: left; margin: 10px; background: #f5f5f5; }
.sorting-test-categories { display: inline-block; width: 50%; height: 80%; background: #E4E4E4; float: left; }
.sorting-test-categories h4 { margin: 8px 4px; }
.sorting-test-items { display: inline-block; width: 47%; height: 80%; background: #D9D9D9; padding: 5px; float: right; }
.sorting-test-items .item > div { line-height: 1.25; }

.blank-words-test { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;display: inline-block; position: relative; height: 100%; width: 100%; }
.word { float: left; height: 24px; padding: 0px 0.2em; margin: 2px 2px 2px 2px; background: white;}
.blank { display: inline; width: 150px; background: #f5f5f5; padding: 4px;}
.blank-words-left { width: 100%; background: #E4E4E4; float: left; font-size: 13pt; }
.blank-words-right { width: 98%; background: #D9D9D9; padding: 5px; float: right; }
.text-hidden { color: red; }
.dropped { display: inline; float: inherit; }

#printableArea #username {
	width: 240px;
	padding: 2px 4px;
}

/* ---------------------------------------- */
/* RESPONSIVE                               */
/* ---------------------------------------- */

/* Header */

/* Test Header */

.pull-right.username {
	padding-top: 8px;
}

/* Texts */

h4 {
	line-height: 1.25;
}

.test-text {
	margin-bottom: 25px;
	line-height: 1.25;
}
.test-wrapper {
	margin-bottom: 15px;
}

.question-row p {
	font-size: 13pt;
}

/* Phones */
@media (max-width: 768px) {
	
	.inner-content h1 {
			font-size: 19.5pt !important;
	}
	
	.inner-content h2 {
			font-size: 16pt !important;
	}
	
	.inner-content h4,
	.test-text,
	.test-wrapper * {
		font-size: 12pt !important;
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-inner {
        padding-bottom: 45px !important;
    }
  
	.nav:not(.pull-right) {
		top: 45px !important;
	}
	
	.navbar-form.navbar-right {
		position: absolute !important;
		top: 4px !important;
		right: 0px !important;
	}
	
	.nav.pull-right {
		position: absolute !important;
		top: 4px !important;
		left: 10px !important;
	}
	
}

@media (max-width: 620px) {
	#printableArea #username {
		width: 160px !important;
	}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 992px) {
	
	.inner-content h1 {
		font-size: 20.5pt !important;
	}
	
	.inner-content h2 {
		font-size: 17pt !important;
	}
	
	.pull-right.username {
		padding-top: 8px;
	}
	
	.inner-content h4,
	.test-text,
	.test-wrapper * {
		font-size: 11.5pt !important;
	}
	
}






