/* edited by Matej @ 19.08.2020 - 12:15 */

.feedback {
	display: inline;
	color: #211699;
}

#resultsModal {
	background: rgb(128, 128, 128);
	color: rgb(255, 255, 255);
	padding: 3px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	border: 1px solid rgb(128, 128, 128);
}

#resultsModal:hover {
	background: rgb(200, 200, 200);
	color: rgb(255, 255, 255);
	padding: 3px;
	text-align: center;
	width: 200px;
	cursor: pointer;
	border: 1px solid gray;
}

#outer-dropelement {
	display: inline;
}

.drop-element {
	background-color: #ccc;
	display: inline-block;
	margin: 2px;
	padding: 2px;
	width: 145px;
	transition: background-color 0.3s;
}

.drop-active {
	border-color: #aaa;
}

.drag-drop {
	display: inline-block;
	min-width: 40px;
	padding: 3px;
	color: #fff;
	border: solid 2px #fff;
	transition: background-color 0.3s;
	touch-action: none;
}

.drag-drop.can-drop {
	color: #000;
}

#sortable1, #sortable2 {
	border: 1px solid #eee;
	width: 50%;
	min-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}

#sortable1 li, #sortable2 li {
	padding: 5px;
	font-size: 1.2em;
	overflow: hidden;
	border: 1px solid black;
	height: 80px;
}

#sortable2 {
	text-align: right;
}

.drag-pairs{
	border: 1px solid #eee;
	width: 50%;
	min-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}
.drag-pairs li{
	padding: 5px;
	font-size: 1.2em;
	overflow: hidden;
	border: 1px solid black;
	height: 80px;
}

.drag-right-side{
	text-align: right;
}

/**

li.ui-state-default:nth-child(even) {
    background-color: #dddddd;
}
**/

#correctAnswerField li {
	padding: 5px;
	font-size: 1.2em;
}

.sortgroup {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	margin-bottom: 5px;
}

.sortheader {
	width: 100%;
	min-height: 30px;
	border: 1px solid black;
}

.dropgroup {
	width: 100%;
	height: auto !important;
	min-height: 150px;
	background-color: #ccc;
	border: 1px solid black;
}

.sortableOrder {
	border: 1px solid #eee;
	/*width: 100%;*/
	min-height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
}

.sortableOrder li {
	/*padding: 5px;
	font-size: 1.2em;*/
}

.element-correct {
	color: #000;
	background-color: #00ff00;
}

.element-notcorrect {
	color: #000;
	background-color: #ff0000;
}

.quiz-button {
	margin: 3px;
	padding: 5px;
}

.question-element-hide {
	display: none!important;
}

.add-answer {
	margin-bottom: 23px;
}
.hidetext {
	text-indent: -9000em;
}

.can-drop-style{
	border-style: solid;
	border-width:2px;
	border-color:rgb(116, 124, 133);
}

.dd-solution{
	text-align: center;
}

.dropzone-holder{
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 68px;
}
.answers-holder{
	position: relative;
	min-height: 68px;
}

.dos-dropzone-while-element-dragging-style {
	z-index: 1;
}

.custom-control-input:not(:checked):not(:focus):not(:disabled)~.custom-control-label::before {
	color: #fff;
	background-color: #fff;
	border: #adb5bd solid 1px;
}

/** klasa koju prospekt treba dodati (već je postojeća, pa samo treba selectore dodati na pravo mjesto u main.css) */
[data-question-type="Povlačenje riječi"] .dropzone .dd-solution:active,
[data-question-type="Povlačenje riječi"] .dropzone .dd-solution:hover,
[data-question-type="Povlačenje riječi"] .dropzone .dd-solution[data-dragged-group-value]{
	color: #fff;
}