.question {
	border: 0;
	border-bottom: 1px;
	border-style: solid;
	border-color: black;
}

.questiontext {
	margin: 4px;
}

.question-page {
	display: none;
}
.question-page.question-page-current {
	display: block;
}
#testactivity-navigator-previous {
	float: left;
}
#testactivity-navigator-next {
	float: right;
}

.teacher {
	margin: 5px;
	display: inline-block;
}

.drop {
	width:40%;
	vertical-align: top;
	display: inline-block;
	margin-left: 20px;
}

.drop-containers {
	width: auto;
	height: auto;
	border: 1px solid;
	display: block;
	background: #eee;
	color: #555555;
	margin: 10px;
	padding: 10px;
	list-style-type: none;
}

.contentQuestionVideo .questionVideo {
     max-width: 780px;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
}

#container {
	position: relative;
}

.ui-corner-all {
	border-radius: 4px;
}

.questiontype_draganddrop .items,.draggable-helper {
	width: 40%;
	display: inline-block;
	list-style-type: none;
}

.questiontype_draganddrop .items>div,.draggable-helper>div {
	width: auto;
	height: auto;
	border: 1px solid;
	background: #fff;
	color: #555555;
	margin: 10px;
	padding: 10px;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 450px; }
#sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }
#ui-sortable-default li{ background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6; border: 1px solid #D3D3D3; color: #555555; font-weight: normal;}

.ico_course { max-width: 200px;}

.question_sortable .answer{
	border: 1px solid;
	background: #fff;
	color: #555;
	margin: 10px;
	padding: 10px;
}


.course-type-list {
  margin: 0;
  list-style: none;
  display: flex;
  min-height: 150px;
}
.course-type-list ul {
  list-style: none;
  margin: 10px;
}
.course-type-list > li {
  position: relative;
  width: 25%;
  display: inline-flex;
  vertical-align: top;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d3d8da;
  border-radius: 5px;
  margin: 10px;
  max-width: 200px;
}
.course-type-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 50px;
  position: relative;
}

.course-type-list > li a img {
  position: absolute;
  top: 15px;
  max-height: 60px;
}
.course-type-list > li a.default-course-type-image:before {
  content: "";
  position: absolute;
  top: 15px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  background-image: url(../icons/ico_course_default.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  left: calc(50% - 30px);
}
.course-type-list > li:first-child a:before {
  content: "";
  position: absolute;
  top: 15px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  background: url(../icons/ico_course_white.svg) no-repeat center;
  background-size: 40px;
}
.course-type-list > li .tooltip-button {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: transparent;
  bottom: 5px;
  right: 5px;
  z-index: 9;
  cursor: pointer;
}
.course-type-list > li .tooltip-button:before, .course-type-list > li .tooltip-button:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  display: block;
  background: #999;
  right: 5px;
  top: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.course-type-list > li .tooltip-button:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.course-type-list > li .tooltip-button.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.course-type-list > li .tooltip-text {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 101%;
  background: #ffffff;
  margin-top: -5px !important;
  border: 1px solid #d3d8da;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.course-type-list > li a{
	padding-top:80px;
	padding-bottom:10px;	
}

.chrome .course-type-list > li a, 
.firefox .course-type-list > li a{
	padding-top:60px;
	padding-bottom:0px;	
}


.changeeditingmode-portlet .aui-button-holder img {
    z-index: 3;
    background: transparent;
    top: 0;
    width: 41px;
    display: none;
}



.generic-pop-up {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000; 
 }
.generic-pop-up .pop-up-content {
	 position: relative;
	 top: 0 !important;
	 left: 0 !important;
	 width: 100%;
	 max-width: 650px;
	 background: white;
	 padding: 40px;
	 z-index: 9999;
	 margin: 0 20px;
	 max-height: 90vh;
	 overflow-y: auto; 
}
.generic-pop-up .pop-up-content::-webkit-scrollbar {
	display: none;
}
.generic-pop-up .pop-up-content .aui-button-holder {
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}
.generic-pop-up .pop-up-content .aui-button-holder input {
	width: auto;
	padding: 10px 25px;
}
.generic-pop-up .pop-up-content h2 {
	margin: 0; 
}
.generic-pop-up .pop-up-content .instructions {
	position: relative;
}
.generic-pop-up .pop-up-content .instructions .help {
	position: absolute;
	top: 0;
	right: 0; 
}
