

/* TEST - NODE */


body.path-quiz-generator .item-task-numbers,
body.node--type-test .item-task-numbers {
	counter-reset: section;
}

body.path-quiz-generator .ole-item,
body.node--type-test .ole-item {
	display: block;
	position: relative;
	    padding: 20px 0 40px 30px;
}
body.path-quiz-generator .ole-item::before,
body.node--type-test .ole-item::before {
	counter-increment: section;
	content: counter(section) ". ";
	display: block;
	position: absolute;
    top: 20px;
    left: 0;
}

body.path-quiz-generator button.check-my-reult,
body.node--type-test button.check-my-reults,
body.path-quiz-generator button.refresh-test,
body.node--type-test button.refresh-test {
	background-color: #123877; /* niebieski */
	border: 0;
	border-radius: 0;
	position: relative;
	padding: 10px 14px;
}


body.path-quiz-generator div#colorbox,
body.node--type-test div#colorbox {
	width: 60% !important;
	height: 150px !important;
	padding: 20px !important;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;

}
#cboxLoadedContent,
#cboxContent,
#cboxWrapper {
	height: 100% !important;
}

body.path-quiz-generator div#colorbox h1,
body.node--type-test div#colorbox h1 {
  display: block;
  padding: 10px 20px 10px 20px;
  height: 100% !important;
  text-align: center;
  }

#cboxWrapper {
	width: 100% !important;
}
#cboxLoadedContent,
#cboxContent {
	width: 100% !important;
	}
#cboxTopCenter,
#cboxBottomCenter{
	width: 100% !important;
	height: 0 !important;
}

#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomRight {
	width: 0 !important;
	height: 0 !important;
}



/* TEST - WIDOK */


.generator-view .views-row {
	/* background-color: #a3a3a3; */
		padding-top: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 70px;
    border-top: 1px solid #d2d2d2;
}
.generator-view .views-row::before {
	counter-increment: section;
	content: counter(section) " ";
	display: block;
	position: absolute;
    top: 32px;
    left: 0;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    height: 40px;
    background-color: #979797;
    border-radius: 50%;
}

button.check-my-reults {
	  font-size: 19px;
    line-height: 1.2;
    margin: 90px 0 20px 0;
		padding: 22px 40px;
    border-radius: 0;
    background: #123877;
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 0.5px;
    font-weight: 600;
}