/* 
 * This file contains custom styles for the SmartAss web application.
 * A declaration made here will override a corresponding declaration in in 
 * standard.css. This way the SmartAss administrator can customize the 
 * appearance and also keep the changes when the application is beeing 
 * updated. Note: The application must be updated through the configuration
 * module to make sure this file isn't replaced.
 */


.choiceText,
.question .questionText {white-space: normal;}
.jstree-children:not(.jstree-container-ul) {font-size: 10pt;}
.list-description {font-size: 9pt;}

.fade-in  {
  animation-duration: 0s;
}

@media screen and (max-width: 900px) {
  .procydo-portal #page-content .search-wrapper .search-content {
      width: 100%;
	}
}
	
#videoHTML5layer::cue {
	color: red!important;
}
video::cue-region {
  color: red!important;
  font-weight: bold!important;
}

::cue {
	font-size: 18px!important;
	background-color: rgba(117, 190, 218, 0.5))!important;
}
	
/* Tar bort texten "Obligatorisk" i rankings */

.guiderating .mandatory {display: none;}

