/* app css stylesheet */

.user-report-table .fold {
	display: none;
}
.user-report-table .fold.open { 
	display:table-row; 
}

.user-report-table tr.incorrect:hover {
	/* background-color: rgba(214, 75, 75, 0.4)!important; */
	/* background-color: transparent!important; */
	/* pointer-events: none; */
}


.dashboard-menu {
	
}
.dashstats {
	/* display: flex;
	align-items: stretch; */
}
.dashstats > div > div {
	min-height: 400px;
	position: relative;
}


.logo {
  width: 150px;
}
.login-pf #brand {
  top: -105px;
}
#brand h1 {
  color: #000
}
.multiselect {
	width: 100%!important;
}
.select2-selection {
	border-radius: 0!important;
	border: 1px solid #bbb!important;
}
.select2-results__option--highlighted {
	background-color: #3f9c35!important;
}
.select2-results__option[aria-selected="true"] {
	background-color: #cfe7cd!important;
	color: #363636!important;
	position: relative;
}
.select2-results__option[aria-selected="true"]:after {
	/* content: "\f00c"; */
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M9 22l-10-10.598 2.798-2.859 7.149 7.473 13.144-14.016 2.909 2.806z" stroke="black"/></svg>');
	/* font-family: "pficon";
	content: "\e602"; */
	position: absolute;
	right: 16px;
	top: 5px;
	width: 20px;
	height: 20px;
}


@media (min-width: 768px) {
  .login-pf .container {
      top: 20%;
      bottom: inherit;
  }
}

.navbar-pf {
    background: #FFF;
}

.flag {
  width: 16px;
  border:1px solid #CCC;
  margin:0 2px;
}

.module-icon {
  width: 80px;
  fill: #3f9c35;
}

.not_active {
  background-color:#efefef;
}

/* Switch for modules */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  /* background-color: #3f9c35; */
  background-color: #3f9c35;
  background-image: linear-gradient(to bottom,#6ec664 0,#3f9c35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ec664', endColorstr='#ff3f9c35', GradientType=0);

}

input:focus + .slider {
  box-shadow: 0 0 1px #3f9c35;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Patternfly override */
.navbar-pf .navbar-utility>li>a {
    color: black!important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #60666e;
}

.navbar-pf .navbar-toggle {
  background-color: #60666e;
}

@media (max-width: 768px) {
  .navbar-pf .navbar-nav>li>a {
    color: #777
  }
}

.navbar-pf .navbar-nav>li {
  border-bottom: 1px solid #777;
}

.thumb {
  height: 44px;
  width: 44px;
  display: inline-block;
  float: left;
  margin-left: 10px
}

.selected-answer {
  transform: scale(1.2);
  transition: all ease 0.2s;
}

.not-selected .dls-2,
.not-selected .cls-2
{
  fill: rgb(153, 153, 153);
}

.module-card {
  border-radius: 10px;
}

.card {
  border: 1px solid grey;
  height: 300px;
  width: 220px;
}

.a-card {
  height: 450px;
  width: 100%;
}
.a-card-content {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 450px;
}

.card-content {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 300px;
}
.overlay {
  height: 300px;
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  margin-left: 20px
}

.answer {
  position: absolute;
  bottom: 10px;
  right: 68px;
}

.q-text {
  padding: 14px;
}

.a-text {
  position: absolute;
  top: 10px;
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: black;
}

.correct {
  background-color: rgba(33, 170, 8, 0.4)!important;
}

.incorrect {
  background-color: rgba(214, 75, 75, 0.4)!important;
}

textarea#question {
  border: 0;
  background: none;
  width: 200px;
  height: 300px;
  outline: none;
  resize: none;
}

#rule-table textarea, #answers-table textarea {
  width: 100%;
  height: 120px;
}

#rule-table td, #answers-table td {
    padding: 5px;
}


.ribbon {
   position: absolute;
   right: 20px;
   top: 0px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px;
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg); /* Needed for Safari */
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#ccc 0%, #999 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}


.grid {
    width: 100%;
    height: 65vh;
  }

.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.info-overlay {
	background-color: #FFF;
	padding: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.msg {
  opacity: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #eee;
  text-align: center;
  font-size: 24px;
  display: table;
}


.msg span {
  display: table-cell;
  vertical-align: middle;
}

.show-print {
  display: none;
}


.select_correct {
}
 .select_correct .correct {
	 background-color: white !important;
	 position: relative;
}
 .select_correct .correct:after {
	 content: '✔';
	 width: 63px;
	 height: 63px;
	 position: absolute;
	 right: 0;
	 top: 0;
	 line-height: 63px;
	 text-align: center;
	 font-size: 30px;
	 color: #235773;
}
 .select_correct .incorrect {
	 background-color: white !important;
	 position: relative;
}
 .select_correct .incorrect:after {
	 content: '✘';
	 width: 63px;
	 height: 63px;
	 position: absolute;
	 right: 0;
	 top: 0;
	 line-height: 63px;
	 text-align: center;
	 font-size: 30px;
	 color: #ed5457;
}
 .select_correct .almost {
	 background-color: white !important;
	 position: relative;
}
 .select_correct .almost:after {
	 content: '⇠';
	 width: 63px;
	 height: 63px;
	 position: absolute;
	 right: 0;
	 top: 0;
	 line-height: 63px;
	 text-align: center;
	 font-size: 30px;
	 color: #235773;
}
 .select_correct .showcorrect {
	 background-color: white !important;
	 position: relative;
}
 .select_correct .showcorrect:after {
	 content: '⇠';
	 width: 63px;
	 height: 63px;
	 position: absolute;
	 right: 63px;
	 top: 0;
	 line-height: 63px;
	 text-align: center;
	 font-size: 30px;
	 background-color: #235773;
	 color: #cfef00;
}
 .select_correct p {
	 padding: 0;
	 background-color: white;
}
 .select_correct p .completed {
	 position: relative;
	 display: block;
	 padding: 0 0 0 60px;
	 font-size: 1em;
	 line-height: 63px;
	 margin-bottom: 3px;
}
 .select_correct p .completed:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 50px;
	 height: 63px;
	 border: none;
	 border-radius: 0.2em;
	 transition: all 0.275s;
}
 .select_correct p .completed:after {
	 content: '';
	 position: absolute;
	 width: 30px;
	 height: 30px;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 18px;
	 font-size: 1em;
	 color: #cfef00;
	 box-shadow: inset 0 0 0 2px #235773;
	 border-radius: 15px;
	 line-height: 30px;
	 padding-left: 9px;
	 transition: all 0.2s;
}
 .select_correct p .completed.selected:after {
	 content: '';
	 box-shadow: inset 0 0 0 2px #235773, inset 0 0 0 4px #cfef00;
	 position: absolute;
	 width: 3I’m 0px;
	 height: 30px;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 18px;
	 font-size: 1em;
	 color: #cfef00;
	 background-color: #235773;
	 border-radius: 15px;
	 line-height: 30px;
	 padding-left: 9px;
	 transition: all 0.2s;
	 opacity: 1;
}
 .select_correct [type="checkbox"]:not(:checked), .select_correct [type="checkbox"]:checked {
	 position: absolute;
	 left: 0;
	 opacity: 0.01;
}
 .select_correct [type="checkbox"]:not(:checked) + label, .select_correct [type="checkbox"]:checked + label {
	 position: relative;
	 display: block;
	 padding: 0 0 0 60px;
	 font-size: 1em;
	 line-height: 63px;
	 cursor: pointer;
}
 .select_correct [type="checkbox"]:not(:checked) + label:before, .select_correct [type="checkbox"]:checked + label:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 50px;
	 height: 63px;
	 border: none;
	 border-radius: 0.2em;
	 -webkit-transition: all 0.275s;
	 transition: all 0.275s;
}
 .select_correct [type="checkbox"]:checked + label:after {
	 content: '';
	 box-shadow: inset 0 0 0 2px #235773, inset 0 0 0 4px #cfef00;
	 position: absolute;
	 width: 21px;
	 height: 30px;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 18px;
	 font-size: 1em;
	 color: #cfef00;
	 background-color: #235773;
	 border-radius: 15px;
	 line-height: 30px;
	 padding-left: 9px;
	 -webkit-transition: all 0.2s;
	 transition: all 0.2s;
}
 .select_correct [type="checkbox"]:not(:checked) + label:after {
	 content: '';
	 position: absolute;
	 width: 21px;
	 height: 30px;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 18px;
	 font-size: 1em;
	 color: #cfef00;
	 box-shadow: inset 0px 0px 0px 2px #235773;
	 border-radius: 15px;
	 line-height: 30px;
	 padding-left: 9px;
	 -webkit-transition: all 0.2s;
	 transition: all 0.2s;
}
 .select_correct [type="checkbox"]:disabled:not(:checked) + label:before, .select_correct [type="checkbox"]:disabled:checked + label:before {
	 cursor: not-allowed;
}
 .select_correct [type="checkbox"]:disabled:checked + label:after {
	 cursor: not-allowed;
}
 .select_correct [type="checkbox"]:disabled + label {
	 cursor: not-allowed;
}
 .select_correct [type="checkbox"]:checked:focus + label:before, .select_correct [type="checkbox"]:not(:checked):focus + label:before {
	 cursor: not-allowed;
}

.draganddrop .draggable {
	 display: inline-block;
	 margin: 5px 15px;
	 background-color: #cfef00;
	 color: #235773;
	 box-shadow: 5px 5px 10px #235773;
	 padding: 15px;
	 border-radius: 30px;
	 /* cursor: grab; */
	 transition: all 0.2s ease;
	 -moz-user-select: -moz-none !important;
	 -khtml-user-select: none;
	 -webkit-user-select: none;
	 -o-user-select: none;
	 user-select: none;
}
 .draganddrop .dropzone {
	 padding: 15px;
	 /* margin: 15px; */
	 border: 1px solid #235773;
}
 .draganddrop .dropzone * {
	 transition: all 0.2s ease;
	 -moz-user-select: -moz-none !important;
	 -khtml-user-select: none;
	 -webkit-user-select: none;
	 -o-user-select: none;
	 user-select: none;
}
 .draganddrop .dropzone h3 {
	 margin-top: 0;
}
 .draganddrop .dropzone ul[dnd-list] {
	 margin: 0px;
	 min-height: 80px;
	 padding-left: 0px;
}
 .draganddrop .dropzone ul[dnd-list] li {
	 list-style: none;
	 border: none;
	 display: block;
	 transition: all 0.2s ease;
	 -moz-user-select: -moz-none !important;
	 -khtml-user-select: none;
	 -webkit-user-select: none;
	 -o-user-select: none;
	 user-select: none;
}
 .draganddrop .dropzone ul[dnd-list] li .item {
	 width: auto;
	 margin: 5px 15px 15px 15px;
	 background-color: #cfef00;
	 color: #235773;
	 box-shadow: 5px 5px 10px #235773;
	 padding: 15px;
	 border-radius: 30px;
	 border: none;
	 /* cursor: grab; */
	 -moz-user-select: -moz-none !important;
	 -khtml-user-select: none;
	 -webkit-user-select: none;
	 -o-user-select: none;
	 user-select: none;
}
 .draganddrop .dropzone ul[dnd-list] li.correct {
	 background-color: transparent !important;
}
 .draganddrop .dropzone ul[dnd-list] li.correct .item {
	 background-color: rgba(33, 170, 8, 0.4) !important;
}
 .draganddrop .dropzone ul[dnd-list] li.incorrect {
	 background-color: transparent !important;
}
 .draganddrop .dropzone ul[dnd-list] li.incorrect .item {
	 background-color: rgba(214, 75, 75, 0.4) !important;
}
 .draganddrop .dropzone ul[dnd-list].disabled li .item {
	 cursor: not-allowed;
	 transition: all 0.2s ease;
}
