@charset "UTF-8";
/*
 * =================================================
 *  
 * Main SASS file for the OpenOLAT default theme
 *   
 * @author gnaegi,  www.frentix.com
 * @date April 2014
 *
 * please read themes.README to create your own themes!
 *
 *  =================================================
 */
/*!
 * ========================================================
 *  <a href="http://www.openolat.org">
 *  OpenOLAT - Online Learning and Training</a><br>
 *  <p>
 *  Licensed under the Apache License, Version 2.0 (the "License"); <br>
 *  you may not use this file except in compliance with the License.<br>
 *  You may obtain a copy of the License at the
 *  <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
 *  <p>
 *  Unless required by applicable law or agreed to in writing,<br>
 *  software distributed under the License is distributed on an "AS IS" BASIS, <br>
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br>
 *  See the License for the specific language governing permissions and <br>
 *  limitations under the License.
 *  <p>
 *  Initial code contributed and copyrighted by<br>
 *  09.04.2014 by frentix GmbH, http://www.frentix.com
 *  <p>
 *
 *
 *  @author gnaegi, www.frentix.com
 *  @date April. 2014
 * ========================================================
**/
/*
 * =================================================
 *   
 * OpenOLAT theme configuration file
 *
 * @author gnaegi,  www.frentix.com
 * @date April 2014
 *
 * To create your own theme, please read themes.README!
 * =================================================
 * 
 * Configure OpenOLAT and boostrap variables in this file. 
 * All variables with the o- prefix are OpenOLAT specific variables, 
 * the other variabels are from bootstrap. 
 * 
 * When you modify any variable here, make sure you run 
 * the scrip src/main/webapp/static/themes/compiletheme.sh
 * 
 * See src/main/webapp/static/bootstrap/3.1.1/stylesheets/bootstrap/_variables.scss
 * or http://getbootstrap.com/customize/#less-variables
 * or http://getbootstrap.com/css/#less-variables
 */
/* ---- Bootstrap specific configurations ----
	Add your custom font sizes and other bootstrap overrides here. 
	Full spec here: http://getbootstrap.com/customize/
*/
/* bootstrap default is very white, use just a little bit more than just white */
/* lighter than default bootstrap */
/* 	Add standard bootstrap variables to the mix */
/* ---- OpenOLAT specific configurations ---- */
/* Content styles used in iFrame e-learning content and in HTML editor */
/* The max width the header/navbar/main/footer can possibly have. */
/* Main content area. The outer area is left and right outside the content area (only visible in large screen).  */
/* Page main navigation for sites, tabs and tools */
/* inverse style
$o-navbar-border-color				: $navbar-inverse-border ;
$o-navbar-bg						: $navbar-inverse-bg ;
$o-navbar-color						: $navbar-inverse-color ;
$o-navbar-link-color				: $navbar-inverse-link-color ;
$o-navbar-link-hover-color			: $navbar-inverse-link-hover-color ;
$o-navbar-link-hover-bg 			: $navbar-inverse-link-hover-bg ;
$o-navbar-link-active-color 		: $navbar-inverse-link-active-color ;
$o-navbar-link-active-bg 			: $navbar-inverse-link-active-bg ;
$o-navbar-link-disabled-color 		: $navbar-inverse-link-disabled-color ;
$o-navbar-link-disabled-bg 			: $navbar-inverse-link-disabled-bg ;
$o-navbar-tools-permanent-color		: $navbar-inverse-link-color;
$o-navbar-toggle-border-color		: $navbar-inverse-toggle-border-color ;
$o-navbar-toggle-hover-bg			: $navbar-inverse-toggle-hover-bg ;
$o-navbar-toggle-icon-bar-bg		: $navbar-inverse-toggle-icon-bar-bg ;
$o-navbar-brand-color				: $navbar-inverse-brand-color ;
$o-navbar-brand-hover-color			: $navbar-inverse-brand-hover-color ;
$o-navbar-brand-hover-bg			: $navbar-inverse-brand-hover-bg ;
*/
/* More button and dropdown menu */
/* Right off-canvas menu, part of navbar */
/* Page footer */
/* Toolbar in course, editor etc */
/* Left side menu tree */
/* Tabbed pane component */
/* Auto completer input field */
/* Chart library configuration for visualized statistics */
/* Toggle sliders */
/* Dirty button */
/* Login page */
/* left, center or right */
/* image CC by Thomas Leuthard https://www.flickr.com/photos/thomasleuthard/8587724648/ */
/* Course and catalog site */
/* same as button default border */
/* same as h1 default size: 36px */
/* Repository */
/* blue */
/* yellow */
/* green-light */
/* green */
/* brown */
/* gray */
/* black */
/* Curriculum in course site */
/* Course editor and runtime */
/* Learning path */
/* yellow */
/* Curriculum */
/* Basic rendering configuration */
/* Default styles for each level */
/* Level 0 specific styling */
/* Level 1 specific rendering */
/* Level 2 specific rendering */
/* Level 3 specific rendering */
/* Render all curriculum elements with courses in multi columnn layout? If no set to 1 */
/* Element type specific styles */
/* Type course program */
/* Type semester as part of a course program */
/* Type module within a semester */
/* Type single course */
/* Asssessment */
/* Portfolio v2 */
/* Editor */
/* QTI2 eAssessment */
/* Video module */
/* Lecture module */
/* Chat and other floating window */
/* Instant messaging and chat */
/* Forum module */
/* Evaluation forms */
/* Quality management */
/* Portlets site */
/* Full text search results */
/* Message boxes */
/* Context help buttons */
/* Form context help, aka help text */
/* Date component */
/* Highscore component */
/* Process step component */
/* Radial progress component */
/* more 3-style 
$o-radial-progress-circle-bg			: $progress-bg !default;
$o-radial-progress-shadow				: 6px 6px 10px rgba(0,0,0,0.1) !default;
*/
/* Drawing (border cannot be change without modifications of the jquery plugin and hotspot interaction) */
/* Placeholder panels */
/* Citations */
/* Sliders */
/* Labels */
/* QPool */
/* Email */
/* other configurations */
/* danger color */
/* Files and Folders */
/*
 * =================================================
 * Import of all submodules and includes, can be reused
 * by other themes. Normally you do not have to modify
 * this file.
 * =================================================
 */
/* Bootstrap classes. Override bootstrap variables in your _config.scss file */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .o_form .o_filepreview img, .o_feed .o_media {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, .o_cal .fc-header-title h2, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small, .o_cal .fc-header-title h2 small,
  h4 .small,
  .o_cal .fc-header-title h2 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .o_cal .fc-header-title h2, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, .o_cal .fc-header-title h2 small,
  h4 .small,
  .o_cal .fc-header-title h2 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .o_cal .fc-header-title h2, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn, .form-group-sm .form-control {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn, .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .o_navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .o_navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static, .o_navbar-form .form-control-static {
    display: inline-block; }
  .form-inline .input-group, .o_navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .o_navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .o_navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .o_navbar-form .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control, .o_navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .o_navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .o_navbar-form .radio,
  .form-inline .checkbox,
  .o_navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .o_navbar-form .radio label,
    .form-inline .checkbox label,
    .o_navbar-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .o_navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .o_navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .o_navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fcfcfc;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e3e3e3;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fcfcfc;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fcfcfc;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

/* we use font-awesome instead
@import "../../../bootstrap/stylesheets/bootstrap/glyphicons"; 
*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }
.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fcfcfc;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fcfcfc;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fcfcfc;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fcfcfc;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron, .o_repo_details .o_lead {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1, .o_repo_details .o_lead h1,
  .jumbotron .h1,
  .o_repo_details .o_lead .h1 {
    color: inherit; }
  .jumbotron p, .o_repo_details .o_lead p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr, .o_repo_details .o_lead > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container .o_repo_details .o_lead, .o_repo_details .container .o_lead, .container-fluid .jumbotron, .container-fluid .o_repo_details .o_lead, .o_repo_details .container-fluid .o_lead {
    border-radius: 6px; }
  .jumbotron .container, .o_repo_details .o_lead .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron, .o_repo_details .o_lead {
      padding: 48px 0; }
      .container .jumbotron, .container .o_repo_details .o_lead, .o_repo_details .container .o_lead, .container-fluid .jumbotron, .container-fluid .o_repo_details .o_lead, .o_repo_details .container-fluid .o_lead {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1, .o_repo_details .o_lead h1,
      .jumbotron .h1,
      .o_repo_details .o_lead .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .alert .o_cal .fc-header-title h2, .o_cal .fc-header-title .alert h2 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fcfcfc;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fcfcfc;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table, .panel-collapse > .table,
.panel-collapse > .table-responsive > .table,
.panel-collapse > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption, .panel-collapse > .table caption,
  .panel-collapse > .table-responsive > .table caption,
  .panel-collapse > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child, .panel-collapse > .table:first-child,
.panel-collapse > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel-collapse > .table:first-child > thead:first-child > tr:first-child,
  .panel-collapse > .table:first-child > tbody:first-child > tr:first-child,
  .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel-collapse > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel-collapse > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel-collapse > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel-collapse > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel-collapse > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel-collapse > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel-collapse > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel-collapse > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel-collapse > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child, .panel-collapse > .table:last-child,
.panel-collapse > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel-collapse > .table:last-child > tbody:last-child > tr:last-child,
  .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child,
  .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel-collapse > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel-collapse > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel-collapse > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel-collapse > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel-collapse > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel-collapse > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body, .panel-collapse > .panel-body + .table,
.panel-collapse > .panel-body + .table-responsive,
.panel-collapse > .table + .panel-body,
.panel-collapse > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td, .panel-collapse > .table > tbody:first-child > tr:first-child th,
.panel-collapse > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered, .panel-collapse > .table-bordered,
.panel-collapse > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel-collapse > .table-bordered > thead > tr > th:first-child,
  .panel-collapse > .table-bordered > thead > tr > td:first-child,
  .panel-collapse > .table-bordered > tbody > tr > th:first-child,
  .panel-collapse > .table-bordered > tbody > tr > td:first-child,
  .panel-collapse > .table-bordered > tfoot > tr > th:first-child,
  .panel-collapse > .table-bordered > tfoot > tr > td:first-child,
  .panel-collapse > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel-collapse > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel-collapse > .table-bordered > thead > tr > th:last-child,
  .panel-collapse > .table-bordered > thead > tr > td:last-child,
  .panel-collapse > .table-bordered > tbody > tr > th:last-child,
  .panel-collapse > .table-bordered > tbody > tr > td:last-child,
  .panel-collapse > .table-bordered > tfoot > tr > th:last-child,
  .panel-collapse > .table-bordered > tfoot > tr > td:last-child,
  .panel-collapse > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel-collapse > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel-collapse > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel-collapse > .table-bordered > thead > tr:first-child > td,
  .panel-collapse > .table-bordered > thead > tr:first-child > th,
  .panel-collapse > .table-bordered > tbody > tr:first-child > td,
  .panel-collapse > .table-bordered > tbody > tr:first-child > th,
  .panel-collapse > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel-collapse > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel-collapse > .table-bordered > tbody > tr:last-child > td,
  .panel-collapse > .table-bordered > tbody > tr:last-child > th,
  .panel-collapse > .table-bordered > tfoot > tr:last-child > td,
  .panel-collapse > .table-bordered > tfoot > tr:last-child > th,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel-collapse > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel-collapse > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel-collapse > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive, .panel-collapse > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* override */
body .modal {
  position: absolute;
  overflow: visible; }

body div.tooltip-inner {
  max-width: 400px; }

body div.popover {
  max-width: 450px; }
  body div.popover input {
    max-width: 100%; }

body .modal-body.alert {
  border-radius: 0; }

body .progress {
  margin-bottom: 0; }

/* extend panel to contain multiple separated bodies */
.panel-body:nth-child(n+2) {
  border-top: 1px solid #ddd; }

/* collapsible panels must have pointer cursor to indicate clickable space*/
.panel .panel-heading[data-toggle="collapse"] {
  cursor: pointer; }

/* make our statically created popup and our spinner works with Bootstrap 3.3.1 */
#o_ajax_busy_backdrop {
  bottom: 0;
  z-index: 1020; }

/* fix misplaced error icon */
.form-control-feedback {
  top: 10px; }

.form-horizontal .has-feedback .form-control-feedback {
  top: 10px; }

.btn.btn-primary.o_disabled {
  color: #fff !important; }

body .progress-bar[aria-valuenow="1"], body .progress-bar[aria-valuenow="2"] {
  min-width: 1px; }

/* typically in course rights table*/
td.text-left > div.form-inline > label.checkbox-inline > input[type='checkbox'], td.text-left > div.o_navbar-form > label.checkbox-inline > input[type='checkbox'] {
  position: relative; }

/* http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685 */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
/* 
	iOS: prevent browser zoom when selecting a form (iOS zooms when input element font size < 16px but does not zoom back)
	https://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
	https://stackoverflow.com/questions/30102792/css-media-query-target-only-ios-devices
*/
@media screen and (max-width: 768px) {
  @supports (-webkit-overflow-scrolling: touch) {
    .form-control,
    .ui-widget input, .ui-widget select, .ui-widget textarea {
      font-size: 16px; } } }
/* -------- OpenOLAT modules -------- */
/* openolat font */
@font-face {
  font-family: 'openolat';
  src: url("../light/fonts/openolat/openolat.eot?4yacgg");
  src: url("../light/fonts/openolat/openolat.woff") format("woff"), url("../light/fonts/openolat/openolat.ttf") format("truetype"), url("../light/fonts/openolat/openolat.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* defines extra fonts used as icons */
/* Load font-awesome library as we use font styles for the default icons */
/* we use fonts as icon base. In case you want to use bitmap icons instead, 
 * create your own o_icon class and add icons that correspond with the 
 * font-awesome icon names 
 */
/* Immport everything but the icons definitions as we define only the icons we actually use.
   Don't use extend here to not make CSS explode */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../font-awesome/fonts/fontawesome-webfont.eot");
  src: url("../../font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"), url("../../font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("../../font-awesome/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.o_icon, .o_progress_failed .inset:after, .o_progress_passed .inset:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.o_icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.o_icon-2x {
  font-size: 2em; }

.o_icon-3x {
  font-size: 3em; }

.o_icon-4x {
  font-size: 4em; }

.o_icon-5x {
  font-size: 5em; }

.o_icon-fw {
  width: 1.28571em;
  text-align: center; }

.o_icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .o_icon-ul > li {
    position: relative; }

.o_icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .o_icon-li.o_icon-lg {
    left: -1.85714em; }

.o_icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.o_icon-pull-left {
  float: left; }

.o_icon-pull-right {
  float: right; }

.o_icon.o_icon-pull-left, .o_progress_failed .o_icon-pull-left.inset:after, .o_progress_passed .o_icon-pull-left.inset:after {
  margin-right: .3em; }
.o_icon.o_icon-pull-right, .o_progress_failed .o_icon-pull-right.inset:after, .o_progress_passed .o_icon-pull-right.inset:after {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.o_icon.pull-left, .o_progress_failed .pull-left.inset:after, .o_progress_passed .pull-left.inset:after {
  margin-right: .3em; }
.o_icon.pull-right, .o_progress_failed .pull-right.inset:after, .o_progress_passed .pull-right.inset:after {
  margin-left: .3em; }

.o_icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.o_icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.o_icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.o_icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.o_icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.o_icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.o_icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .o_icon-rotate-90,
:root .o_icon-rotate-180,
:root .o_icon-rotate-270,
:root .o_icon-flip-horizontal,
:root .o_icon-flip-vertical {
  filter: none; }

.o_icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.o_icon-stack-1x, .o_icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.o_icon-stack-1x {
  line-height: inherit; }

.o_icon-stack-2x {
  font-size: 2em; }

.o_icon-inverse {
  color: #fff; }

/* OpenOLAT Icons */
.o_icon_absence:before {
  content: ""; }

.o_icon_absence_authorized:before {
  content: "";
  color: #5cb85c; }

.o_icon_absence_leave:before {
  content: ""; }

.o_icon_absence_unauthorized:before {
  content: "";
  color: #d9534f; }

.o_icon_accepted:before {
  content: ""; }

.o_icon_accessibility:before {
  content: ""; }

.o_icon_actions:before {
  content: ""; }

.o_icon_activate:before {
  content: ""; }

.o_icon_add_html:before {
  content: ""; }

.o_icon_align_left:before {
  content: ""; }

.o_icon_align_middle:before {
  content: ""; }

.o_icon_align_right:before {
  content: ""; }

.o_icon_archive_tool:before {
  content: ""; }

.o_icon_assessment_mode:before {
  content: ""; }

.o_icon_assessment_tool:before {
  content: ""; }

.o_icon_assignment:before {
  content: "";
  color: #d9534f; }

.o_icon_attempt_limit:before {
  content: ""; }

.o_icon_accept:before {
  content: "";
  color: #5cb85c; }

.o_icon_add:before {
  content: ""; }

.o_icon_add_member:before {
  content: ""; }

.o_icon_add_search:before {
  content: ""; }

.o_icon_audio:before {
  content: ""; }

.o_icon_back:before {
  content: ""; }

.o_icon_back_history:before {
  content: ""; }

.o_icon_banned:before {
  content: "";
  color: #d9534f; }

.o_icon_bold:before {
  content: ""; }

.o_icon_booking:before {
  content: ""; }

.o_icon_bookmark:before {
  content: "";
  color: #bc2d0c; }

.o_icon_bookmark_add:before {
  content: "";
  color: #bc2d0c; }

.o_icon_bookmark_header:before {
  content: ""; }

.o_icon_browse:before {
  content: ""; }

.o_icon_brush:before {
  content: ""; }

.o_icon_browsercheck:before {
  content: ""; }

.o_icon_busy:before {
  content: ""; }

.o_icon_calendar:before {
  content: ""; }

.o_icon_calendar_enabled:before {
  content: ""; }

.o_icon_calendar_disabled:before {
  content: ""; }

.o_icon_calendar:before {
  content: ""; }

.o_icon_calendar_sync:before {
  content: ""; }

.o_icon_cancelled:before {
  content: ""; }

.o_icon_caret:before {
  content: ""; }

.o_icon_caret_right:before {
  content: ""; }

.o_icon_catalog:before {
  content: ""; }

.o_icon_catalog_sub:before {
  content: ""; }

.o_icon_certificate:before {
  content: ""; }

.o_icon_chat:before {
  content: ""; }

.o_icon_check:before {
  content: ""; }

.o_icon_check_off:before {
  content: ""; }

.o_icon_check_on:before {
  content: ""; }

.o_icon_checkbox:before {
  content: ""; }

.o_icon_checkbox_checked:before {
  content: ""; }

.o_icon_circle:before {
  content: ""; }

.o_icon_circle_color:before {
  content: ""; }

.o_icon_citation:before {
  content: ""; }

.o_icon_cleanup:before {
  content: ""; }

.o_icon_clear_all:before {
  content: ""; }

.o_icon_close:before {
  content: ""; }

.o_icon_close_resource:before {
  content: ""; }

.o_icon_close_tab:before {
  content: ""; }

.o_icon_close_tool:before {
  content: ""; }

.o_icon_close_tree:before {
  content: ""; }

.o_icon_close_togglebox:before, .o_togglebox_wrapper .o_opener.o_in i:before, .o_search_result .o_opener.o_in i:before {
  content: ""; }

.o_icon_code:before {
  content: ""; }

.o_icon_coach:before {
  content: ""; }

.o_icon_color_picker:before {
  content: ""; }

.o_icon_column:before {
  content: ""; }

.o_icon_columns:before {
  content: ""; }

.o_icon_container:before {
  content: ""; }

.o_icon_copy:before {
  content: ""; }

.o_icon_course_previous:before {
  content: ""; }

.o_icon_course_next:before {
  content: ""; }

.o_icon_courseareas:before {
  content: ""; }

.o_icon_coursedb:before {
  content: ""; }

.o_icon_courseeditor:before {
  content: ""; }

.o_icon_coursefolder:before {
  content: ""; }

.o_icon_courserun:before {
  content: ""; }

.o_icon_comments:before {
  content: ""; }

.o_icon_comments_none:before {
  content: ""; }

.o_icon_compress:before {
  content: ""; }

.o_icon_compulsory:before {
  content: ""; }

.o_icon_content_popup:before {
  content: ""; }

.o_icon_correct_answer:before {
  content: "";
  color: #5cb85c; }

.o_icon_correct_response:before {
  content: "";
  color: #5cb85c; }

.o_icon_correction:before {
  content: ""; }

.o_icon_curriculum_element:before {
  content: ""; }

.o_icon_customize:before {
  content: ""; }

.o_icon_deactivate:before {
  content: ""; }

.o_icon_delete_item:before {
  content: ""; }

.o_icon_delete:before {
  content: "";
  color: #A87E7E; }

.o_icon_deleted:before {
  content: ""; }

.o_icon_details:before {
  content: ""; }

.o_icon_description:before {
  content: ""; }

.o_icon_dev:before {
  content: ""; }

.o_icon_disabled:before {
  content: ""; }

.o_icon_dispensation_authorized:before {
  content: "";
  color: #5cb85c; }

.o_icon_dispensation_unauthorized:before {
  content: "";
  color: #f0ad4e; }

.o_icon_download:before {
  content: ""; }

.o_icon_edit:before {
  content: ""; }

.o_icon_edit_file:before {
  content: ""; }

.o_icon_edit_metadata:before {
  content: ""; }

.o_icon_element_after:before {
  content: ""; }

.o_icon_element_before:before {
  content: ""; }

.o_icon_enabled:before {
  content: ""; }

.o_icon_enlarge:before {
  content: ""; }

.o_icon_eportfolio_add:before {
  content: ""; }

.o_icon_eportfolio_link:before {
  content: ""; }

.o_icon_eraser:before {
  content: ""; }

.o_icon_error:before {
  content: "";
  color: #d9534f; }

.o_icon_exclamation:before {
  content: ""; }

.o_icon_expand:before {
  content: ""; }

.o_icon_expenditure:before {
  content: ""; }

.o_icon_export:before {
  content: ""; }

.o_icon_extend:before {
  content: ""; }

.o_icon_external_link:before {
  content: ""; }

.o_icon_extra_time:before {
  content: ""; }

.o_icon_failed:before {
  content: ""; }

.o_icon_files:before {
  content: ""; }

.o_icon_fileupload:before {
  content: ""; }

.o_icon_filter:before {
  content: ""; }

.o_icon_graduate:before {
  content: ""; }

.o_icon_group:before, .o_BusinessGroup_icon:before {
  content: ""; }

.o_icon_header:before {
  content: ""; }

.o_icon_help:before {
  content: "";
  cursor: help; }

.o_icon_home:before {
  content: ""; }

.o_icon_image:before {
  content: ""; }

.o_icon_impress:before {
  content: ""; }

.o_icon_important:before {
  content: "";
  color: #f0ad4e; }

.o_icon_import:before {
  content: ""; }

.o_icon_incorrect_response:before {
  content: "";
  color: #d9534f; }

.o_icon_info:before {
  content: "";
  color: #5bc0de; }

.o_icon_info_msg:before {
  content: "";
  color: #d9534f; }

.o_icon_info_resource:before {
  content: ""; }

.o_icon_inheritance_root:before {
  content: ""; }

.o_icon_inheritance_inherited:before {
  content: ""; }

.o_icon_inheritance_none:before {
  content: ""; }

.o_icon_inline_editable:before {
  content: ""; }

.o_icon_institution:before {
  content: ""; }

.o_icon_italic:before {
  content: ""; }

.o_icon_landingpage:before {
  content: ""; }

.o_icon_language:before {
  content: ""; }

.o_icon_layout:before {
  content: ""; }

.o_icon_learning_path:before {
  content: ""; }

.o_icon_lecture:before {
  content: ""; }

.o_icon_left:before {
  content: ""; }

.o_icon_levels:before {
  content: ""; }

.o_icon_line:before {
  content: ""; }

.o_icon_link:before {
  content: ""; }

.o_icon_link_extern:before {
  content: ""; }

.o_icon_list:before {
  content: ""; }

.o_icon_list_num:before {
  content: ""; }

.o_icon_lifecycle:before {
  content: ""; }

.o_icon_lifecycle_date:before {
  content: ""; }

.o_icon_locked:before {
  content: ""; }

.o_icon_log:before {
  content: ""; }

.o_icon_login:before {
  content: ""; }

.o_icon_logout:before {
  content: ""; }

.o_icon_mandatory:before {
  content: "";
  color: #f0ad4e; }

.o_icon_managed:before {
  content: "";
  color: #777777; }

.o_icon_manual:before {
  content: "";
  cursor: help; }

.o_icon_mail:before {
  content: ""; }

.o_icon_math:before {
  content: "\03a3"; }

.o_icon_media:before {
  content: ""; }

.o_icon_mediacenter:before {
  content: ""; }

.o_icon_membersmanagement:before {
  content: ""; }

.o_icon_menuhandel:before {
  content: ""; }

.o_icon_message:before {
  content: ""; }

.o_icon_mobile:before {
  content: ""; }

.o_icon_move:before {
  content: ""; }

.o_icon_order:before {
  content: ""; }

.o_icon_overriden:before {
  content: ""; }

.o_icon_move_down:before {
  content: ""; }

.o_icon_move_left:before {
  content: ""; }

.o_icon_move_right:before {
  content: ""; }

.o_icon_move_up:before {
  content: ""; }

.o_icon_ms_done:before {
  content: ""; }

.o_icon_ms_pending:before {
  content: ""; }

.o_icon_new:before {
  content: "";
  color: #5cb85c; }

.o_icon_new_document:before {
  content: ""; }

.o_icon_new_folder:before {
  content: ""; }

.o_icon_new_portfolio:before {
  content: ""; }

.o_icon_news:before {
  content: ""; }

.o_icon_next:before {
  content: ""; }

.o_icon_next_step:before {
  content: ""; }

.o_icon_next_page:before {
  content: ""; }

.o_icon_next_toolbar:before {
  content: ""; }

.o_icon_node_after:before {
  content: ""; }

.o_icon_node_before:before {
  content: ""; }

.o_icon_node_under:before {
  content: ""; }

.o_icon_node_up_down:before {
  content: ""; }

.o_icon_notes:before {
  content: ""; }

.o_icon_notice_authorized:before {
  content: "";
  color: #5cb85c; }

.o_icon_notice_unauthorized:before {
  content: "";
  color: #f0ad4e; }

.o_icon_notification:before {
  content: ""; }

.o_icon_number_of:before {
  content: ""; }

.o_icon_ok:before {
  content: "";
  color: #5cb85c; }

.o_icon_open_tree:before {
  content: ""; }

.o_icon_open_togglebox:before, .o_togglebox_wrapper .o_opener i:before, .o_search_result .o_opener i:before {
  content: ""; }

.o_icon_openolat:before, .o_icon_provider_olat:before {
  content: "\E600";
  font-family: openolat;
  font-size: 10px; }

.o_icon_options:before {
  content: ""; }

.o_icon_origin:before {
  content: ""; }

.o_icon_others:before {
  content: ""; }

.o_icon_owner:before {
  content: ""; }

.o_icon_pageing:before {
  content: ""; }

.o_icon_paragraph:before {
  content: ""; }

.o_icon_passed:before {
  content: ""; }

.o_icon_password:before {
  content: ""; }

.o_icon_pending:before {
  content: ""; }

.o_icon_phone:before {
  content: ""; }

.o_icon_post:before {
  content: ""; }

.o_icon_presence:before {
  content: ""; }

.o_icon_preview:before {
  content: ""; }

.o_icon_previous:before {
  content: ""; }

.o_icon_previous_page:before {
  content: ""; }

.o_icon_previous_step:before {
  content: ""; }

.o_icon_previous_toolbar:before {
  content: ""; }

.o_icon_print:before {
  content: ""; }

.o_icon_private:before {
  content: ""; }

.o_icon_progress_success:before {
  content: "";
  color: #e5efe5; }

.o_icon_progress_danger:before {
  content: "";
  color: #efe5e5; }

.o_icon_provider_adfs:before {
  content: ""; }

.o_icon_provider_facebook:before {
  content: ""; }

.o_icon_provider_google:before {
  content: ""; }

.o_icon_provider_guest:before {
  content: ""; }

.o_icon_provider_ldap:before {
  content: ""; }

.o_icon_provider_linkedin:before {
  content: ""; }

.o_icon_provider_oauth:before {
  content: ""; }

.o_icon_provider_openid:before {
  content: ""; }

.o_icon_provider_performx:before {
  content: ""; }

.o_icon_provider_shibboleth:before {
  content: ""; }

.o_icon_provider_tequila:before {
  content: ""; }

.o_icon_provider_twitter:before {
  content: ""; }

.o_icon_publish:before {
  content: ""; }

.o_icon_pull:before {
  content: ""; }

.o_icon_quota:before {
  content: ""; }

.o_icon_qrcode:before {
  content: ""; }

.o_icon_quickview:before {
  content: ""; }

.o_icon_radio_off:before {
  content: ""; }

.o_icon_radio_on:before {
  content: ""; }

.o_icon_rating_on:before, .o_rating .o_rating_items.o_enabled .o_icon:hover:before {
  content: ""; }

.o_icon_rating_off:before {
  content: ""; }

.o_icon_read:before {
  content: ""; }

.o_icon_readonly:before {
  content: "";
  color: red; }

.o_icon_readwrite:before {
  content: ""; }

.o_icon_recalculate:before {
  content: ""; }

.o_icon_recycle:before {
  content: ""; }

.o_icon_rectangle:before {
  content: ""; }

.o_icon_redo:before {
  content: ""; }

.o_icon_refresh:before {
  content: ""; }

.o_icon_reject:before {
  content: "";
  color: #d9534f; }

.o_icon_rejected:before {
  content: ""; }

.o_icon_reminder:before {
  content: ""; }

.o_icon_remove:before {
  content: ""; }

.o_icon_remove_filters:before {
  content: ""; }

.o_icon_reopen:before {
  content: ""; }

.o_icon_replace:before {
  content: ""; }

.o_icon_reply:before {
  content: ""; }

.o_icon_reply_with_quote:before {
  content: ""; }

.o_icon_report:before {
  content: ""; }

.o_icon_reset:before {
  content: ""; }

.o_icon_response_feedback:before {
  content: ""; }

.o_icon_restore:before {
  content: ""; }

.o_icon_results_visible:before {
  content: ""; }

.o_icon_results_hidden:before {
  content: ""; }

.o_icon_reviewer:before {
  content: ""; }

.o_icon_right:before {
  content: ""; }

.o_icon_rss:before {
  content: ""; }

.o_icon_rss_unsubscribe:before {
  content: "";
  color: #996633; }

.o_icon_role:before {
  content: ""; }

.o_icon_rubric:before {
  content: ""; }

.o_icon_rubric_insufficient:before {
  content: "";
  color: #d9534f; }

.o_icon_rubric_sufficient:before {
  content: "";
  color: #5cb85c; }

.o_icon_rubric_neutral:before {
  content: "";
  color: #f0ad4e; }

.o_icon_save:before {
  content: ""; }

.o_icon_search:before {
  content: ""; }

.o_icon_select:before {
  content: ""; }

.o_icon_send:before {
  content: ""; }

.o_icon_settings:before {
  content: ""; }

.o_icon_share:before {
  content: ""; }

.o_icon_show_more:before {
  content: ""; }

.o_icon_show_less:before {
  content: ""; }

.o_icon_show_send:before {
  content: ""; }

.o_icon_shuffle:before {
  content: ""; }

.o_icon_sign_out:before {
  content: ""; }

.o_icon_slide_down:before {
  content: ""; }

.o_icon_slide_up:before {
  content: ""; }

.o_icon_spacer:before {
  content: ""; }

.o_icon_split:before {
  content: ""; }

.o_icon_sort:before {
  content: ""; }

.o_icon_sort_asc:before {
  content: ""; }

.o_icon_sort_desc:before {
  content: ""; }

.o_icon_sort_amount_asc:before {
  content: ""; }

.o_icon_sort_amount_desc:before {
  content: ""; }

.o_icon_sort_menu:before {
  content: ""; }

.o_icon_start:before {
  content: ""; }

.o_icon_status_available:before {
  content: "";
  color: #006633; }

.o_icon_status_chat:before {
  content: ""; }

.o_icon_status_dnd:before {
  content: "";
  color: #CCCC33; }

.o_icon_status_unavailable:before {
  content: "";
  color: #996633; }

.o_icon_status_not_ready:before {
  content: ""; }

.o_icon_status_not_started:before {
  content: ""; }

.o_icon_status_in_progress:before {
  content: ""; }

.o_icon_status_in_review:before {
  content: ""; }

.o_icon_status_done:before {
  content: ""; }

.o_icon_status_undone:before {
  content: ""; }

.o_icon_statistics_tool:before {
  content: ""; }

.o_icon_submit:before {
  content: ""; }

.o_icon_table:before {
  content: ""; }

.o_icon_table_custom:before {
  content: ""; }

.o_icon_table_large:before {
  content: ""; }

.o_icon_tags:before {
  content: ""; }

.o_icon_textinput:before {
  content: ""; }

.o_icon_time:before {
  content: ""; }

.o_icon_timelimit:before {
  content: ""; }

.o_icon_timelimit_start:before {
  content: ""; }

.o_icon_timelimit_half:before {
  content: ""; }

.o_icon_timelimit_end:before {
  content: ""; }

.o_icon_timetable:before {
  content: ""; }

.o_icon_toggle:before {
  content: ""; }

.o_icon_toggle_on:before {
  content: ""; }

.o_icon_toggle_off:before {
  content: ""; }

.o_icon_to_read:before {
  content: ""; }

.o_icon_tool:before {
  content: ""; }

.o_icon_tool_pdf:before {
  content: ""; }

.o_icon_tools:before {
  content: ""; }

.o_icon_top:before {
  content: ""; }

.o_icon_translation_item:before {
  content: ""; }

.o_icon_translation_package:before {
  content: ""; }

.o_icon_unlocked:before {
  content: ""; }

.o_icon_undo:before {
  content: ""; }

.o_icon_user:before {
  content: ""; }

.o_icon_user_vip:before {
  content: ""; }

.o_icon_user_anonymous:before {
  content: ""; }

.o_icon_update:before {
  content: ""; }

.o_icon_upload:before {
  content: ""; }

.o_icon_version:before {
  content: ""; }

.o_icon_video:before {
  content: ""; }

.o_icon_visitingcard.o_icon_waiting:before {
  content: ""; }

.o_icon_warn:before {
  content: "";
  color: #f0ad4e; }

.o_icon_width_expand:before {
  content: ""; }

.o_icon_width_collapse:before {
  content: ""; }

.o_icon_wizard:before {
  content: ""; }

.o_icon_xing:before {
  content: "";
  color: #cfdc00; }

/* repository type icons */
.o_BinderTemplate_icon:before {
  content: ""; }

.o_CourseModule_icon:before, .o_course_icon:before {
  content: ""; }

.o_EPStructuredMapTemplate_icon:before {
  content: ""; }

.o_FileResource-BLOG_icon:before {
  content: ""; }

.o_FileResource-IMSCP_icon:before {
  content: ""; }

.o_FileResource-FORM_icon:before {
  content: ""; }

.o_FileResource-PODCAST_icon:before {
  content: ""; }

.o_FileResource-SHAREDFOLDER:before {
  content: ""; }

.o_FileResource-SCORMCP_icon:before {
  content: ""; }

.o_FileResource-SURVEY_icon:before {
  content: ""; }

.o_FileResource-TEST_icon:before {
  content: ""; }

.o_FileResource-IMSQTI21_icon:before {
  content: ""; }

.o_FileResource-WIKI_icon:before {
  content: ""; }

.o_FileResource-SHAREDFOLDER_icon:before {
  content: ""; }

.o_FileResource-GLOSSARY_icon:before {
  content: ""; }

.o_FileResource-PDF_icon:before {
  content: ""; }

.o_FileResource-XLS_icon:before {
  content: ""; }

.o_FileResource-PPT_icon:before {
  content: ""; }

.o_FileResource-DOC_icon:before {
  content: ""; }

.o_FileResource-ANIM_icon:before {
  content: ""; }

.o_FileResource-IMAGE_icon:before {
  content: ""; }

.o_FileResource-SOUND_icon:before {
  content: ""; }

.o_FileResource-MOVIE_icon:before {
  content: ""; }

.o_FileResource-FILE_icon:before {
  content: ""; }

.o_FileResource-VIDEO_icon:before {
  content: ""; }

.o_CourseModule_icon_closed:before {
  content: ""; }

/* Repository status icon */
.o_icon_repo_status_preparation:before {
  content: ""; }

.o_icon_repo_status_review:before {
  content: ""; }

.o_icon_repo_status_coachpublished:before {
  content: ""; }

.o_icon_repo_status_published:before {
  content: ""; }

.o_icon_repo_status_closed:before {
  content: ""; }

.o_icon_repo_status_trash:before {
  content: ""; }

.o_icon_repo_status_deleted:before {
  content: ""; }

/* course element icons */
.o_sp_icon:before {
  content: ""; }

.o_st_icon:before {
  content: ""; }

.o_tu_icon:before {
  content: ""; }

.o_bc_icon:before {
  content: ""; }

.o_lti_icon:before {
  content: ""; }

.o_cp_icon:before {
  content: ""; }

.o_cp_item:before {
  content: ""; }

.o_scorm_icon:before {
  content: ""; }

.o_en_icon:before {
  content: ""; }

.o_fo_icon:before {
  content: ""; }

.o_co_icon:before {
  content: ""; }

.o_infomsg_icon:before {
  content: ""; }

.o_cal_icon:before {
  content: ""; }

.o_wiki_icon:before {
  content: ""; }

.o_podcast_icon:before {
  content: ""; }

.o_pf_icon:before {
  content: ""; }

.o_blog_icon:before {
  content: ""; }

.o_ep_icon:before {
  content: ""; }

.o_ep_icon_v1:before {
  content: ""; }

.o_iqtest_icon:before {
  content: ""; }

.o_iqself_icon:before {
  content: ""; }

.o_iqsurv_icon:before {
  content: ""; }

.o_survey_icon:before {
  content: ""; }

.o_qtiassessment_icon:before {
  content: ""; }

.o_ta_icon:before {
  content: ""; }

.o_gta_icon:before {
  content: ""; }

.o_ms_icon:before {
  content: ""; }

.o_dialog_icon:before {
  content: ""; }

.o_projectbroker_icon:before {
  content: ""; }

.o_ll_icon:before {
  content: ""; }

.o_den_icon:before {
  content: ""; }

.o_cmembers_icon:before {
  content: ""; }

.o_cl_icon:before {
  content: ""; }

.o_vc_icon:before {
  content: ""; }

.o_video_icon:before {
  content: ""; }

.o_vitero_icon:before {
  content: ""; }

.o_openmeetings_icon:before {
  content: ""; }

.o_gotomeeting_icon:before {
  content: ""; }

.o_card2brain_icon:before {
  content: "\E800";
  font-family: openolat;
  font-size: 120%; }

.o_edubase_icon:before {
  content: "\E885";
  font-family: openolat; }

.o_livestream_icon:before {
  content: ""; }

.o_unkown_icon:before {
  content: ""; }

/* portal icons */
.o_portlet_infomsg_icon:before {
  content: ""; }

.o_portlet_quickstart_icon:before {
  content: ""; }

.o_portlet_bookmark_icon:before {
  content: ""; }

.o_portlet_groups_icon:before {
  content: ""; }

.o_portlet_notes_icon:before {
  content: ""; }

.o_portlet_noti_icon:before {
  content: ""; }

.o_portlet_eff_icon:before {
  content: ""; }

.o_portlet_repository_student_icon:before {
  content: ""; }

.o_portlet_repository_teacher_icon:before {
  content: ""; }

.o_portlet_iframe_icon:before {
  content: ""; }

.o_portlet_sysinfo_icon:before {
  content: ""; }

.o_portlet_dyk_icon:before {
  content: ""; }

.o_portlet_infomessages_icon:before {
  content: ""; }

.o_portlet_cal_icon:before {
  content: ""; }

.o_portlet_institutions_icon:before {
  content: ""; }

.o_portlet_links_icon:before {
  content: ""; }

.o_portlet_shibboleth_icon:before {
  content: ""; }

/* question pool */
.o_icon_qpool:before {
  content: ""; }

.o_icon_pool_private:before {
  content: ""; }

.o_icon_pool_public:before {
  content: ""; }

.o_icon_pool_my_items:before {
  content: ""; }

.o_icon_pool_favorits:before {
  content: ""; }

.o_icon_pool_collection:before {
  content: ""; }

.o_icon_pool_pool:before {
  content: ""; }

.o_icon_pool_share:before {
  content: ""; }

.o_icon_qitem_commands:before {
  content: ""; }

.o_icon_qitem_convert:before {
  content: ""; }

.o_icon_qitem_copy:before {
  content: ""; }

.o_icon_qitem_delete:before {
  content: ""; }

.o_icon_qitem_draft:before {
  content: ""; }

.o_icon_qitem_endOfLife:before {
  content: ""; }

.o_icon_qitem_finalVersion:before {
  content: ""; }

.o_icon_qitem_export:before {
  content: ""; }

.o_icon_qitem_hide_metadata:before {
  content: ""; }

.o_icon_qitem_import:before {
  content: ""; }

.o_icon_qitem_new:before {
  content: ""; }

.o_icon_qitem_review:before {
  content: ""; }

.o_icon_qitem_revised:before {
  content: ""; }

.o_icon_qitem_share:before {
  content: ""; }

.o_icon_qitem_show_metadata:before {
  content: ""; }

.o_icon_qitem_status:before {
  content: ""; }

/* notification icons */
.o_forum_message_icon:before {
  content: ""; }

.o_calendar_icon:before {
  content: ""; }

/* portfolio icons */
.o_icon_pf_section_draft:before {
  content: "";
  color: #f0ad4e; }

.o_icon_pf_section_progress:before {
  content: "";
  color: #f0ad4e; }

.o_icon_pf_section_submitted:before {
  content: "";
  color: #337ab7; }

.o_icon_pf_section_closed:before {
  content: "";
  color: #5cb85c; }

.o_icon_pf_binder:before {
  content: ""; }

.o_icon_pf_entry:before {
  content: ""; }

.o_icon_pf_entry_draft:before {
  content: "";
  color: #f0ad4e; }

.o_icon_pf_entry_published:before {
  content: "";
  color: #337ab7; }

.o_icon_pf_entry_revision:before {
  content: "";
  color: #d9534f; }

.o_icon_pf_entry_closed:before {
  content: "";
  color: #5cb85c; }

.o_icon_pf_entry_deleted:before {
  content: "";
  color: #000; }

.o_icon_pf_history:before {
  content: ""; }

.o_icon_pf_my_shares:before {
  content: ""; }

.o_icon_pf_new_entry:before {
  content: ""; }

.o_icon_pf_quick_links:before {
  content: ""; }

.o_icon_pf_page:before {
  content: ""; }

.o_icon_pf_section:before {
  content: ""; }

.o_icon_pf_shared_with_me:before {
  content: ""; }

.o_icon_pf_trash:before {
  content: ""; }

/* forum course element */
.o_forum_status_thread_icon:before {
  content: ""; }

.o_forum_status_sticky_closed_icon:before {
  content: ""; }

.o_forum_status_sticky_icon:before {
  content: ""; }

.o_forum_status_closed_icon:before {
  content: "";
  color: #a94442; }

.o_forum_status_opened_icon:before {
  content: "";
  color: #3c763d; }

.o_forum_status_hidden_icon:before {
  content: "";
  color: #a94442; }

.o_forum_status_visible_icon:before {
  content: "";
  color: #3c763d; }

.o_forum_all_icon:before {
  content: ""; }

.o_forum_all_flat_icon:before {
  content: ""; }

.o_forum_one_icon:before {
  content: ""; }

.o_forum_marked_icon:before {
  content: ""; }

.o_forum_new_icon:before {
  content: ""; }

/* tests icons */
.o_mi_qpool_import:before {
  content: ""; }

.o_mi_qtidrawing:before {
  content: ""; }

.o_mi_qtisection:before {
  content: ""; }

.o_mi_qtisc:before {
  content: ""; }

.o_mi_qtimatch:before {
  content: ""; }

.o_mi_qtimatch_draganddrop:before {
  content: ""; }

.o_mi_qtimatch_truefalse:before {
  content: ""; }

.o_mi_qtimc:before {
  content: ""; }

.o_mi_qtikprim:before {
  content: ""; }

.o_mi_qtifib:before {
  content: ""; }

.o_mi_qtinumerical:before {
  content: ""; }

.o_mi_qtihotspot:before {
  content: ""; }

.o_mi_qtihottext:before {
  content: ""; }

.o_mi_qtiessay:before {
  content: ""; }

.o_mi_qtiunkown:before {
  content: ""; }

.o_mi_qtiupload:before {
  content: ""; }

.o_as_mode_leadtime:before {
  content: ""; }

.o_as_mode_assessment:before {
  content: ""; }

.o_as_mode_followup:before {
  content: ""; }

.o_as_mode_closed:before {
  content: '-'; }

.o_as_mode_stop:before {
  content: ""; }

.o_icon_qti_notPresented:before {
  content: "";
  color: #dddddd; }

.o_icon_qti_notAnswered:before {
  content: "";
  color: #f0ad4e; }

.o_icon_qti_answered:before {
  content: "";
  color: #5cb85c; }

.o_icon_qti_ended:before {
  content: "";
  color: #5bc0de; }

.o_icon_qti_invalid:before {
  content: "";
  color: #d9534f; }

.o_icon_qti_review:before {
  content: "";
  color: #5bc0de; }

.o_icon_qti_reviewNotSeen:before,
.o_icon_qti_reviewNotAnswered:before,
.o_icon_qti_reviewInvalid:before {
  content: "";
  color: #5bc0de; }

.o_icon_qti_end_testpart:before {
  content: ""; }

.o_icon_qti_close_test:before {
  content: ""; }

.o_icon_qti_cancel:before {
  content: ""; }

.o_icon_qti_suspend:before {
  content: ""; }

.o_icon_qti_close_results:before {
  content: ""; }

.o_icon_qti_hint:before {
  content: ""; }

.o_icon_qti_summary_notAnswered:before {
  content: "";
  color: #f0ad4e; }

.o_icon_qti_summary_ended:before {
  content: "";
  color: #d9534f; }

.o_icon_qti_summary_correct:before {
  content: "";
  color: #5cb85c; }

/* lectures */
.o_lectures_current:before {
  content: "";
  color: #f0ad4e; }

.o_lectures_next:before {
  content: ""; }

.o_lectures_pending:before {
  content: "";
  color: #d9534f; }

.o_lectures_closed:before {
  content: ""; }

.o_lectures_rollcall_ok:before {
  content: "";
  color: #5cb85c; }

.o_lectures_rollcall_warning:before {
  content: "";
  color: #f0ad4e; }

.o_lectures_rollcall_danger:before {
  content: "";
  color: #d9534f; }

.o_lectures_rollcall_free:before {
  content: "";
  color: #969696; }

.o_lectures_rollcall_notice:before {
  content: "";
  color: #969696; }

.o_lectures_rollcall_pending:before {
  content: "";
  color: #b8b8b8; }

.o_lectures_attended:before {
  content: "";
  color: #5cb85c; }

.o_lectures_authorized:before {
  content: "";
  color: #f0ad4e; }

.o_lectures_absent:before {
  content: "";
  color: #d9534f; }

.o_absences_col_warning:before {
  content: ""; }

.o_absences_col_alert:before {
  content: ""; }

/* taxonomy */
.o_icon_taxonomy:before {
  content: ""; }

.o_icon_taxonomy_level:before {
  content: ""; }

.o_icon_taxonomy_level_leaf:before {
  content: ""; }

.o_icon_taxonomy_templates:before {
  content: ""; }

.o_icon_taxonomy_levels:before {
  content: ""; }

/* coaching */
.o_black_led:before {
  content: "";
  color: #337ab7; }

.o_green_led:before {
  content: "";
  color: #5cb85c; }

.o_yellow_led:before {
  content: "";
  color: #f0ad4e; }

.o_red_led:before {
  content: "";
  color: #d9534f; }

/* grading */
.o_grader_active:before {
  content: "";
  color: #5cb85c; }

.o_grader_inactive:before {
  content: "";
  color: #d9534f; }

.o_grader_absence:before {
  content: "";
  color: #f0ad4e; }

.o_grad_assignment_unassigned:before {
  content: "";
  color: #d9534f; }

.o_grad_assignment_assigned:before {
  content: ""; }

.o_grad_assignment_inprocess:before {
  content: ""; }

.o_grad_assignment_done:before {
  content: ""; }

/* user */
.o_icon_identity_permanent:before {
  content: ""; }

.o_icon_identity_pending:before {
  content: ""; }

.o_icon_identity_login_denied:before {
  content: ""; }

.o_icon_identity_deleted:before {
  content: ""; }

/* Access control icons */
.o_ac_token_icon:before {
  content: ""; }

.o_ac_free_icon:before {
  content: ""; }

.o_ac_group_icon:before {
  content: ""; }

.o_ac_membersonly_icon:before {
  content: ""; }

.o_ac_guests_icon:before {
  content: ""; }

.o_ac_paypal_icon:before {
  content: ""; }

.o_ac_status_canceled_icon:before {
  content: "";
  color: #f0ad4e; }

.o_ac_status_error_icon:before {
  content: "";
  color: #d9534f; }

.o_ac_status_new_icon:before {
  content: "";
  color: #337ab7; }

.o_ac_status_success_icon:before {
  content: "";
  color: #5cb85c; }

.o_ac_status_waiting_icon:before {
  content: "";
  color: #337ab7; }

.o_ac_order_status_new_icon:before {
  content: "";
  color: #337ab7; }

.o_ac_order_status_prepayment_icon:before {
  content: "";
  color: #5bc0de; }

.o_ac_order_status_payed_icon:before {
  content: "";
  color: #5cb85c; }

.o_ac_order_status_canceled_icon:before {
  content: "";
  color: #f0ad4e; }

.o_ac_order_status_error_icon:before {
  content: "";
  color: #d9534f; }

.o_ac_order_status_warning_icon:before {
  content: "";
  color: #f0ad4e; }

/* Menu tree status icons for course editor and SCORM module */
.o_scorm_org:before {
  content: ""; }

.o_scorm_item:before {
  content: ""; }

.o_scorm_completed:before, .o_scorm_passed:before {
  content: ""; }

.o_scorm_failed:before {
  content: ""; }

.o_scorm_incomplete:before {
  content: ""; }

.o_scorm_not_attempted:before {
  background: none; }

.o_midpub:before {
  content: ""; }

.o_midwarn:before {
  content: ""; }

.o_midlock:before {
  content: ""; }

.o_miderr:before {
  content: ""; }

.o_middel:before {
  content: ""; }

i.o_lp_not_accessible:before {
  content: ""; }

i.o_lp_ready:before {
  content: ""; }

i.o_lp_in_progress:before {
  content: ""; }

i.o_lp_done:before {
  content: ""; }

/* File type icons */
/* first the default that is used as base class. will be overriden by following classes */
.o_filetype_file:before,
.o_filetype_ico:before {
  content: ""; }

.o_filetype_folder:before {
  content: ""; }

.o_filetype_folder_open:before {
  content: ""; }

/* filesystem icons, mark important to override ext definitions */
.o_filetype_zip:before,
.o_filetype_gz:before,
.o_filetype_tar:before,
.o_filetype_tgz:before {
  content: ""; }

.o_filetype_css:before,
.o_filetype_js:before,
.o_filetype_java:before,
.o_filetype_numbers:before,
.o_filetype_ods:before,
.o_filetype_xml:before,
.o_filetype_xsl:before {
  content: ""; }

.o_filetype_bat_icon:before,
.o_filetype_bat:before,
.o_filetype_exe:before,
.o_filetype_app:before,
.o_filetype_sh:before {
  content: ""; }

.o_filetype_xls:before,
.o_filetype_xlsx:before {
  content: ""; }

.o_filetype_png:before,
.o_filetype_tiff:before,
.o_filetype_webp:before,
.o_filetype_gif:before,
.o_filetype_ico:before,
.o_filetype_jpeg:before,
.o_filetype_bmp:before,
.o_filetype_odg:before,
.o_filetype_eps:before,
.o_filetype_jpg:before {
  content: ""; }

.o_filetype_psd:before,
.o_filetype_avi:before,
.o_filetype_dvi:before,
.o_filetype_mp4:before,
.o_filetype_m4v:before,
.o_filetype_webm:before,
.o_filetype_ogg:before,
.o_filetype_video:before,
.o_filetype_mov:before,
.o_filetype_mpeg:before,
.o_filetype_mpg:before,
.o_filetype_qt:before,
.o_filetype_ra:before,
.o_filetype_ram:before,
.o_filetype_swf:before,
.o_filetype_flv:before {
  content: ""; }

.o_filetype_midi:before,
.o_filetype_audio:before,
.o_filetype_mp3:before,
.o_filetype_m3u:before,
.o_filetype_wav:before {
  content: ""; }

.o_filetype_ps:before,
.o_filetype_pdf:before {
  content: ""; }

.o_filetype_key:before,
.o_filetype_odp:before,
.o_filetype_ppt:before,
.o_filetype_pptx:before {
  content: ""; }

.o_filetype_odf:before,
.o_filetype_rtf:before,
.o_filetype_readme:before,
.o_filetype_README:before,
.o_filetype_log:before,
.o_filetype_txt:before,
.o_filetype_htm:before,
.o_filetype_html:before {
  content: ""; }

.o_filetype_odt:before,
.o_filetype_pages:before,
.o_filetype_doc:before,
.o_filetype_docx:before {
  content: ""; }

/* social share icons */
.o_icon_share_social:before {
  content: ""; }

.o_icon_apple:before {
  content: ""; }

.o_icon_facebook:before {
  content: ""; }

.o_icon_twitter:before {
  content: ""; }

.o_icon_google:before {
  content: ""; }

.o_icon_delicious:before {
  content: ""; }

.o_icon_digg:before {
  content: ""; }

.o_icon_mailto:before {
  content: ""; }

.o_icon_link:before {
  content: ""; }

.o_icon_yahoo:before {
  content: ""; }

/* evaluation form and survey course node*/
.o_icon_eva_disclaimer:before {
  content: ""; }

.o_icon_eva_end_show:before {
  content: ""; }

.o_icon_eva_end_hide:before {
  content: ""; }

.o_icon_eva_export:before {
  content: ""; }

.o_icon_eva_pdf:before {
  content: ""; }

.o_icon_eva_print:before {
  content: ""; }

.o_icon_eva_session_info:before {
  content: ""; }

.o_icon_eva_mc:before {
  content: ""; }

.o_icon_eva_sc:before {
  content: ""; }

.o_icon_eva_sc:before {
  content: ""; }

.o_icon_surv_reset:before {
  content: ""; }

/* Quality management */
.o_icon_qual_ana_hide_filter:before {
  content: ""; }

.o_icon_qual_ana_pres_edit:before {
  content: ""; }

.o_icon_qual_ana_export:before {
  content: ""; }

.o_icon_qual_ana_pres_delete:before {
  content: ""; }

.o_icon_qual_ana_pdf:before {
  content: ""; }

.o_icon_qual_ana_print:before {
  content: ""; }

.o_icon_qual_ana_show_filter:before {
  content: ""; }

.o_icon_qual_ana_trend:before {
  content: ""; }

.o_icon_qual_ana_trend_arrow:before {
  content: ""; }

.o_icon_qual_dc_create:before {
  content: ""; }

.o_icon_qual_dc_delete:before {
  content: ""; }

.o_icon_qual_dc_finished:before {
  content: ""; }

.o_icon_qual_dc_preparation:before {
  content: ""; }

.o_icon_qual_dc_ready:before {
  content: ""; }

.o_icon_qual_dc_running:before {
  content: ""; }

.o_icon_qual_exec_future:before {
  content: ""; }

.o_icon_qual_exec_over:before {
  content: ""; }

.o_icon_qual_exec_participating:before {
  content: ""; }

.o_icon_qual_exec_participated:before {
  content: ""; }

.o_icon_qual_exec_ready:before {
  content: ""; }

.o_icon_qual_gen_ce_add:before {
  content: ""; }

.o_icon_qual_gen_create:before {
  content: ""; }

.o_icon_qual_gen_delete:before {
  content: ""; }

.o_icon_qual_gen_disabled:before {
  content: ""; }

.o_icon_qual_gen_enabled:before {
  content: ""; }

.o_icon_qual_gen_re_add:before {
  content: ""; }

.o_icon_qual_part_user_add:before {
  content: ""; }

.o_icon_qual_part_user_add_course:before {
  content: ""; }

.o_icon_qual_part_user_add_curele:before {
  content: ""; }

.o_icon_qual_part_execute:before {
  content: ""; }

/* Licenses */
.o_icon_lic_add:before {
  content: ""; }

.o_icon_lic_public_domain:before {
  content: "\E810";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_cc0:before {
  content: "\E811";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_by:before {
  content: "\E812";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_by_sa:before {
  content: "\E813";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_by_nd:before {
  content: "\E814";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_by_nc:before {
  content: "\E815";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_by_nc_sa:before {
  content: "\E817";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_by_nc_nd:before {
  content: "\E819";
  font-family: openolat;
  font-size: 120%; }

.o_icon_lic_all_rights_reserved:before {
  content: ""; }

.o_icon_lic_freetext:before {
  content: ""; }

.o_icon_lic_general:before {
  content: ""; }

.o_icon_lic_youtube:before {
  content: ""; }

/* do not move link icons */
a.o_icon:hover, .o_progress_failed a.inset:hover:after, .o_progress_passed a.inset:hover:after, a.o_icon:focus, .o_progress_failed a.inset:focus:after, .o_progress_passed a.inset:focus:after {
  text-decoration: none; }

/* must be second include - provides classes used as extensions */
/* ---------- smilies / emoticons used in tinymce, content.scss and else where ------------------------ */
img.o_emoticons_angel {
  background: url(../light/images/emoticons/smiley-angel.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_angry {
  background: url(../light/images/emoticons/smiley-mad.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_blushing {
  background: url(../light/images/emoticons/smiley-red.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_confused {
  background: url(../light/images/emoticons/smiley-confuse.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_cool {
  background: url(../light/images/emoticons/smiley-cool.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_cry {
  background: url(../light/images/emoticons/smiley-cry.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_devil {
  background: url(../light/images/emoticons/smiley-evil.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_grin {
  background: url(../light/images/emoticons/smiley-grin.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_kiss {
  background: url(../light/images/emoticons/smiley-kiss.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_ohoh {
  background: url(../light/images/emoticons/smiley-eek.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_sad {
  background: url(../light/images/emoticons/smiley-sad.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_sick {
  background: url(../light/images/emoticons/smiley-sad-blue.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_smile {
  background: url(../light/images/emoticons/smiley.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_tongue {
  background: url(../light/images/emoticons/smiley-razz.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_ugly {
  background: url(../light/images/emoticons/smiley-money.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_weird {
  background: url(../light/images/emoticons/smiley-nerd.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_wink {
  background: url(../light/images/emoticons/smiley-wink.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_worried {
  background: url(../light/images/emoticons/smiley-roll-blue.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_up {
  background: url(../light/images/emoticons/thumb-up.png);
  width: 16px;
  height: 16px; }

img.o_emoticons_down {
  background: url(../light/images/emoticons/thumb.png);
  width: 16px;
  height: 16px; }

/* redundant style from font-awesome to support sass extend mechansism */
/* ------------------------------------------------------------- */
/* block and wrapper styles mainling for spacing and positioning */
/* ------------------------------------------------------------- */
/* a block of content that should have margins like a paragraph */
.o_block_bottom, .o_block, .o_button_group, .o_block_with_datecomp .o_content, .o_course_run .o_toc .o_entry, .o_header_with_buttons, .o_search_result {
  margin-bottom: 1em; }

.o_block_top, .o_block, .o_button_group, .o_block_with_datecomp .o_content, .o_course_run .o_toc .o_entry {
  margin-top: 1em; }

.o_block_small_bottom, .o_block_small {
  margin-bottom: 0.5em; }

.o_block_small_top, .o_block_small {
  margin-top: 0.5em; }

.o_block_large_bottom, .o_block_large, .o_block_with_datecomp, .o_page_content .o_image.o_image_align_left, .o_page_content .o_video.o_image_align_left, .o_page_content_editor .o_image.o_image_align_left, .o_page_content_editor .o_video.o_image_align_left, .o_page_content .o_image.o_image_align_right, .o_page_content .o_video.o_image_align_right, .o_page_content_editor .o_image.o_image_align_right, .o_page_content_editor .o_video.o_image_align_right, .o_page_content .o_image.o_image_align_middle, .o_page_content .o_video.o_image_align_middle, .o_page_content_editor .o_image.o_image_align_middle, .o_page_content_editor .o_video.o_image_align_middle, .o_page_content .o_image.o_image_size_style_fill, .o_page_content .o_video.o_image_size_style_fill, .o_page_content_editor .o_image.o_image_size_style_fill, .o_page_content_editor .o_video.o_image_size_style_fill, .o_pf_content .o_cit, .o_pf_content .o_text, .o_pf_content .o_file,
.gu-mirror .o_cit,
.gu-mirror .o_text,
.gu-mirror .o_file, .o_pf_content .o_forum,
.gu-mirror .o_forum, .o_pf_content .o_efficiencystatement, .o_pf_content .o_feed, .o_pf_content .o_wiki,
.gu-mirror .o_efficiencystatement,
.gu-mirror .o_feed,
.gu-mirror .o_wiki, .o_login .o_login_footer_wrapper, .o_portlet {
  margin-bottom: 2em; }

.o_block_large_top, .o_block_large, .o_block_with_datecomp, .o_page_content .o_image.o_image_align_left, .o_page_content .o_video.o_image_align_left, .o_page_content_editor .o_image.o_image_align_left, .o_page_content_editor .o_video.o_image_align_left, .o_page_content .o_image.o_image_align_right, .o_page_content .o_video.o_image_align_right, .o_page_content_editor .o_image.o_image_align_right, .o_page_content_editor .o_video.o_image_align_right, .o_page_content .o_image.o_image_align_middle, .o_page_content .o_video.o_image_align_middle, .o_page_content_editor .o_image.o_image_align_middle, .o_page_content_editor .o_video.o_image_align_middle, .o_page_content .o_image.o_image_size_style_fill, .o_page_content .o_video.o_image_size_style_fill, .o_page_content_editor .o_image.o_image_size_style_fill, .o_page_content_editor .o_video.o_image_size_style_fill, .o_pf_content .o_cit, .o_pf_content .o_text, .o_pf_content .o_file,
.gu-mirror .o_cit,
.gu-mirror .o_text,
.gu-mirror .o_file, .o_pf_content .o_forum,
.gu-mirror .o_forum, .o_pf_content .o_efficiencystatement, .o_pf_content .o_feed, .o_pf_content .o_wiki,
.gu-mirror .o_efficiencystatement,
.gu-mirror .o_feed,
.gu-mirror .o_wiki, .o_login .o_login_footer_wrapper, .o_portlet {
  margin-top: 2em; }

.o_block_move_up {
  margin-top: -1em; }

.o_block_move_up_small {
  margin-top: -0.5em; }

.o_block_move_up_large {
  margin-top: -2em; }

.o_block_inline, .o_block_inline_left, .o_block_inline_both, .o_block_inline_right {
  display: inline-block;
  vertical-align: top; }

.o_block_inline_left, .o_block_inline_both {
  margin-left: 0.5em; }

.o_block_inline_right, .o_block_inline_both {
  margin-right: 0.5em; }

/* vertical and horizontal centered block: add wrappern and place content in wrapper */
.o_block_centered_wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.o_block_centered_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* content block with a full-scale background image (fat media style) */
.o_block_imagebg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .o_block_imagebg span {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8); }
  .o_block_imagebg h1, .o_block_imagebg h2, .o_block_imagebg h3, .o_block_imagebg h4, .o_block_imagebg .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_block_imagebg h2, .o_block_imagebg h5,
  .o_block_imagebg p {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block; }
    .o_block_imagebg h1:after, .o_block_imagebg h2:after, .o_block_imagebg h3:after, .o_block_imagebg h4:after, .o_block_imagebg .o_cal .fc-header-title h2:after, .o_cal .fc-header-title .o_block_imagebg h2:after, .o_block_imagebg h5:after,
    .o_block_imagebg p:after {
      content: ' ';
      display: block; }

/* overflowing content that should have scrollbar when content overflows available space */
.o_scrollblock, div.b_scrollblock {
  /* this must stay on "auto", change to "hidden" and the everything goes to hell */
  overflow-x: auto;
  overflow-y: hidden;
  /* allow scrolling of wrapped iframe on mobile devices */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }

/* block for multiple buttons, center aligned (default) and right aligned when in header wrapper */
.o_button_group {
  text-align: center; }
  .o_button_group a, .o_button_group input, .o_button_group button, .o_button_group .btn-group {
    margin-right: 5px;
    margin-bottom: 0.5em; }
    .o_button_group a:last-child, .o_button_group input:last-child, .o_button_group button:last-child, .o_button_group .btn-group:last-child {
      margin-right: 0; }
  .o_button_group .btn-group a, .o_button_group .btn-group input, .o_button_group .btn-group button {
    margin-right: 0;
    margin-bottom: 0; }
  .o_button_group .dropdown-menu {
    text-align: left; }

/* use together with o_button_group to have buttons left or right aligned */
.o_button_group_left {
  text-align: left; }

.o_button_group_right {
  text-align: right; }

.o_button_group_top {
  margin-top: 0; }

/* use as wrapper when buttons should be right aligned next to a title */
.o_header_with_buttons {
  /* optimize for header spacing */ }
  .o_header_with_buttons:before, .o_header_with_buttons:after {
    content: " ";
    display: table; }
  .o_header_with_buttons:after {
    clear: both; }
  .o_header_with_buttons h1, .o_header_with_buttons h2, .o_header_with_buttons h3, .o_header_with_buttons h4, .o_header_with_buttons .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_header_with_buttons h2, .o_header_with_buttons h5, .o_header_with_buttons h6 {
    display: inline-block; }
  .o_header_with_buttons .o_button_group {
    margin-bottom: 0;
    float: right; }
  .o_header_with_buttons h1 + .o_button_group {
    margin-top: 28px; }
  .o_header_with_buttons h2 + .o_button_group {
    margin-top: 24px; }
  .o_header_with_buttons h3 + .o_button_group {
    margin-top: 20px; }
  .o_header_with_buttons h4 + .o_button_group, .o_header_with_buttons .o_cal .fc-header-title h2 + .o_button_group, .o_cal .fc-header-title .o_header_with_buttons h2 + .o_button_group {
    margin-top: 10px; }
  .o_header_with_buttons h5 + .o_button_group {
    margin-top: 6.66667px; }
  .o_header_with_buttons h6 + .o_button_group {
    margin-top: 5px; }

/* special case for no-margin headers in content area */
#o_main_center .o_header_with_buttons h2 + .o_button_group {
  margin-top: 0; }

.panel-heading.o_header_with_buttons {
  margin-bottom: 0; }

/* minimized text-style buttons */
.o_button_textstyle:before {
  content: '['; }
.o_button_textstyle:after {
  content: ']'; }

.panel-imagebg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .panel-imagebg.panel-default > .panel-heading {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: transparent; }
  .panel-imagebg .panel-body span {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8); }

/* Placeholder panel, used to indicate that there is something to be added */
.panel-placeholder {
  border-width: 2px;
  border-style: dashed;
  border-color: #ccc;
  border-radius: 10px;
  background-color: #fcfcfc; }
  .panel-placeholder .panel-body {
    padding: 10px; }
    .panel-placeholder .panel-body:nth-child(n+2) {
      border-top: none; }
    .panel-placeholder .panel-body h3:nth-child(1),
    .panel-placeholder .panel-body h4:nth-child(1),
    .panel-placeholder .panel-body .o_cal .fc-header-title h2:nth-child(1),
    .o_cal .fc-header-title .panel-placeholder .panel-body h2:nth-child(1),
    .panel-placeholder .panel-body h5:nth-child(1) {
      margin-top: 0; }
    .panel-placeholder .panel-body .o_button_group {
      margin-bottom: 0; }
  .panel-placeholder .panel-heading {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-width: 2px;
    border-style: dashed;
    border-color: #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #888;
    font-weight: bold; }
  .panel-placeholder .panel-footer {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-width: 2px;
    border-style: dashed;
    border-color: #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none; }

/* ---------------------------------------------------------- */
/* general content styles for fonts, links and other elements */
/* ---------------------------------------------------------- */
/* font sizes */
.o_xsmall, .b_xsmall, p.b_xsmall, div.b_xsmall {
  font-size: 11px; }

.o_small, .b_small, p.b_small, div.b_small, .o_comments .o_comment_wrapper h5, .o_comments .o_comment_wrapper .o_comment, .o_bc_meta, .tooltip, .o_htmleditor .o_metadata .o_lastmodified, .o_noti, .o_block_with_datecomp .o_meta, .o_togglebox_wrapper div.o_togglebox_content .o_hide, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_state, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_score, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_bookings .o_label, .o_course_run .o_toc .o_entry, .o_assessment_test_results .o_qti_to_overview {
  font-size: 12px; }

.o_large, .b_large, p.b_large, div.b_large {
  font-size: 18px; }

.o_xlarge, .b_xlarge, p.b_xlarge, div.b_xlarge {
  font-size: 20px; }

/* disabled elements */
.o_disabled, .b_disabled, p.b_disabled, div.b_disabled {
  color: #777777 !important;
  cursor: default; }
  .o_disabled:hover, .b_disabled:hover {
    color: #777777 !important; }

/* dimmed text */
.o_dimmed, .b_dimmed, p.b_dimmed, div.b_dimmed {
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* selected text */
.o_selected, .b_selected, p.b_selected, div.b_selected {
  font-weight: bold; }

/* deleted text */
.o_deleted, .b_deleted, p.b_deleted, div.b_deleted {
  text-decoration: line-through; }

/* highlight a row on hover event */
.o_highlight_on_hover:hover {
  background-color: #f5f5f5; }

/* clickable elements that should indicate this with a cursor change */
.o_clickable {
  cursor: pointer; }

/* colors (used in repo and else where) //FIXME: FG refactor to something meaningfull*/
.o_ochre {
  color: #c8a959; }

.o_blue {
  color: #12223F; }

/* add to links that should not be decorated (system links) */
.o_undecorated:hover, .o_undecorated:focus, .o_disabled:hover, .b_disabled:hover, #o_main_wrapper #o_toplink:hover, #o_footer_powered a:hover, #o_share a:hover, #o_share_social_container a:hover, .o_toolbar .o_tools_container a:hover, .o_button_toggle:hover, .o_im_message_group .o_im_from:hover, .o_noti .o_label:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_social .o_comments:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title a:hover, .o_catalog .o_level .o_meta .o_title a:hover, .o_catalog .o_sublevels .o_sublevel .o_meta .o_title a:hover, .o_repo_details .o_social .o_comments:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:hover, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title a:hover, .o_login .o_login_register:hover, .o_disabled:focus, .b_disabled:focus, #o_main_wrapper #o_toplink:focus, #o_footer_powered a:focus, #o_share a:focus, #o_share_social_container a:focus, .o_toolbar .o_tools_container a:focus, .o_button_toggle:focus, .o_im_message_group .o_im_from:focus, .o_noti .o_label:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_social .o_comments:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title a:focus, .o_catalog .o_level .o_meta .o_title a:focus, .o_catalog .o_sublevels .o_sublevel .o_meta .o_title a:focus, .o_repo_details .o_social .o_comments:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:focus, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title a:focus, .o_login .o_login_register:focus {
  text-decoration: none; }

/* link or other copy&paste code blocks that might be to long for the screen (creates a scrollbar) */
.o_copy_code, .b_copy_code, p.b_copy_code, div.b_copy_code, code, pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }
  .o_copy_code input, .o_copy_code textarea, .b_copy_code input, code input, pre input, .b_copy_code textarea, code textarea, pre textarea {
    border: 0;
    width: 90%;
    background: transparent; }

/* text that should be on one line, e.g. in tables */
.o_nowrap, .b_copy_code, p.b_copy_code, div.b_copy_code, code {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* titles with subtitles */
.o_titled_wrapper .o_content {
  margin-top: 20px; }

/* media classes for video and image component */
.o_video, .o_video video, .b_video, .o_video_wrapper {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-width: 100%; }

.o_image, .o_image img, img, .b_image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-width: 100%; }

/* figures with captions */
.o_figure_caption_bottom {
  display: inline-block;
  min-width: 50%; }
  .o_figure_caption_bottom figure {
    display: table; }

/* vertical centered helper */
.o_image_vertical_center_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
  .o_image_vertical_center_helper + .o_image img {
    vertical-align: middle; }

/* Hyphenated text */
.o_with_hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/* Offline page */
.o_page_margins {
  padding: 25px; }

/* Drag&Drop cursor */
.o_dragable, .o_page_fragment_edit .o_page_tools_dd:before, .o_page_drop {
  cursor: move;
  /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grab;
  /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grab;
  /* Firefox 1.5-26 */
  cursor: grab;
  /* W3C standards syntax, should come least */ }
  .o_dragable:active, .o_page_fragment_edit .o_page_tools_dd:active:before, .o_page_drop:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }

.o_draging, .gu-mirror {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }
  .o_draging:active, .gu-mirror:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing; }

/* misc */
.o_hidden {
  visibility: hidden; }

h1 {
  color: #337ab7; }

h2 {
  color: #337ab7; }

h3 {
  color: #337ab7; }

h4, .o_cal .fc-header-title h2 {
  color: #337ab7; }

h5 {
  color: #337ab7; }

h5 {
  color: #337ab7; }

fieldset legend {
  color: #333333; }

/* content styles that can be embedded in content iframe but also appear inline, e.g. in a forum post */
/* The content block is a wrapper added to inline content which is generated by the user.
   It is treated as "content" in contrast to other elements which are "application" elements.
   Use this block to override application styles
*/
.o_user_content_block {
  /* In some cases links in content area don't have same color as in app */ }
  .o_user_content_block a {
    color: #337ab7;
    text-decoration: none; }
    .o_user_content_block a:hover, .o_user_content_block a:focus {
      color: #23527c;
      text-decoration: underline; }

/* content boxes */
.b_border_box, p.b_border_box, div.b_border_box {
  border: 1px solid #777777;
  padding: 1em;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* nice table formatting */
table td {
  line-height: 1.42857;
  vertical-align: top; }
table.b_default td, table.b_default th {
  padding: 8px;
  vertical-align: top; }
table.b_grid {
  width: 99.5%;
  background: transparent;
  border-collapse: separate; }
  table.b_grid td, table.b_grid th {
    padding: 8px;
    border: 1px solid #777777; }
  table.b_grid thead td, table.b_grid th {
    background: #eeeeee;
    font-weight: bold; }
table.b_border {
  width: 99.5%;
  background: transparent;
  border-collapse: collapse; }
  table.b_border td, table.b_border th {
    padding: 8px;
    border: 1px solid #777777; }
  table.b_border thead td, table.b_border th {
    background: #eeeeee;
    font-weight: bold; }
table.b_borderless {
  width: 99.5%;
  background: transparent;
  border-collapse: separate; }
  table.b_borderless td, table.b_borderless th {
    padding: 8px;
    border: 0 !important; }
  table.b_borderless thead td, table.b_borderless th {
    font-weight: bold; }
table.b_full {
  width: 99.5%; }
table.b_middle {
  background: transparent; }
  table.b_middle td {
    vertical-align: middle; }
table.b_gray {
  border-collapse: collapse; }
  table.b_gray td, table.b_gray th {
    padding: 8px;
    background: #eeeeee;
    border: 1px solid #fbfbfb; }
  table.b_gray thead td, table.b_gray th {
    background: #d5d5d5;
    font-weight: bold; }
  table.b_gray tbody tr:nth-child(even) td {
    background: #fbfbfb;
    border: 1px solid #eeeeee; }
  table.b_gray.b_no_stripes tbody tr:nth-child(even) td {
    background: #eeeeee;
    border: 1px solid #fbfbfb; }
  @media print {
    table.b_gray td, table.b_gray th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #eeeeee !important; }
    table.b_gray thead td, table.b_gray th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #d5d5d5 !important; }
    table.b_gray tbody tr:nth-child(even) td {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #fbfbfb !important; } }
table.b_blue {
  border-collapse: collapse; }
  table.b_blue td, table.b_blue th {
    padding: 8px;
    background: #d9edf7;
    border: 1px solid #eef7fb; }
  table.b_blue thead td, table.b_blue th {
    background: #afd9ee;
    font-weight: bold; }
  table.b_blue tbody tr:nth-child(even) td {
    background: #eef7fb;
    border: 1px solid #d9edf7; }
  table.b_blue.b_no_stripes tbody tr:nth-child(even) td {
    background: #d9edf7;
    border: 1px solid #eef7fb; }
  @media print {
    table.b_blue td, table.b_blue th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #d9edf7 !important; }
    table.b_blue thead td, table.b_blue th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #afd9ee !important; }
    table.b_blue tbody tr:nth-child(even) td {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #eef7fb !important; } }
table.b_green {
  border-collapse: collapse; }
  table.b_green td, table.b_green th {
    padding: 8px;
    background: #dff0d8;
    border: 1px solid #eef7ea; }
  table.b_green thead td, table.b_green th {
    background: #c1e2b3;
    font-weight: bold; }
  table.b_green tbody tr:nth-child(even) td {
    background: #eef7ea;
    border: 1px solid #dff0d8; }
  table.b_green.b_no_stripes tbody tr:nth-child(even) td {
    background: #dff0d8;
    border: 1px solid #eef7ea; }
  @media print {
    table.b_green td, table.b_green th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #dff0d8 !important; }
    table.b_green thead td, table.b_green th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #c1e2b3 !important; }
    table.b_green tbody tr:nth-child(even) td {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #eef7ea !important; } }
table.b_yellow {
  border-collapse: collapse; }
  table.b_yellow td, table.b_yellow th {
    padding: 8px;
    background: #fcf8e3;
    border: 1px solid #fefefa; }
  table.b_yellow thead td, table.b_yellow th {
    background: #f7ecb5;
    font-weight: bold; }
  table.b_yellow tbody tr:nth-child(even) td {
    background: #fefefa;
    border: 1px solid #fcf8e3; }
  table.b_yellow.b_no_stripes tbody tr:nth-child(even) td {
    background: #fcf8e3;
    border: 1px solid #fefefa; }
  @media print {
    table.b_yellow td, table.b_yellow th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #fcf8e3 !important; }
    table.b_yellow thead td, table.b_yellow th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #f7ecb5 !important; }
    table.b_yellow tbody tr:nth-child(even) td {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #fefefa !important; } }
table.b_red {
  border-collapse: collapse; }
  table.b_red td, table.b_red th {
    padding: 8px;
    background: #f2dede;
    border: 1px solid #f9f0f0; }
  table.b_red thead td, table.b_red th {
    background: #e4b9b9;
    font-weight: bold; }
  table.b_red tbody tr:nth-child(even) td {
    background: #f9f0f0;
    border: 1px solid #f2dede; }
  table.b_red.b_no_stripes tbody tr:nth-child(even) td {
    background: #f2dede;
    border: 1px solid #f9f0f0; }
  @media print {
    table.b_red td, table.b_red th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #f2dede !important; }
    table.b_red thead td, table.b_red th {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #e4b9b9 !important; }
    table.b_red tbody tr:nth-child(even) td {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #f9f0f0 !important; } }

table.a_responsive {
  width: auto !important; }

@media (max-width: 768px) {
  .a_responsive td {
    display: block; } }
/* font styles  */
/* font sizes relative to parent object */
/* text alignment: normal flow in a LTR language is left, in a RTL language it is right */
.b_align_normal {
  text-align: left; }

.b_align_center {
  text-align: center; }

.b_align_inverse {
  text-align: right; }

.b_align_justified {
  text-align: justify; }

/* special links */
a.b_link_extern {
  color: #337ab7;
  /* need seomething for tiny */ }
  a.b_link_extern:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5em;
    content: ""; }

a.b_link_mailto {
  color: #337ab7;
  /* need seomething for tiny */ }
  a.b_link_mailto:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5em;
    content: ""; }

a.b_link_forward {
  color: #337ab7;
  /* need seomething for tiny */ }
  a.b_link_forward:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5em;
    content: ""; }

/* image and video styles */
img {
  /* responsive fixes */ }

img.b_float_left {
  float: left;
  margin: 0 2em 2em 0; }

img.b_float_left_clear {
  clear: both;
  margin: 0 2em 2em 0;
  display: block; }

img.b_float_right {
  float: right;
  margin: 0 0 2em 2em; }

img.b_float_right_clear {
  clear: both;
  display: block;
  margin: 0 0 2em auto; }

img.b_float_left_clear_nomargin {
  float: left;
  display: block;
  margin: 0 0 0 0; }

img.b_centered {
  clear: both;
  display: block;
  margin: 0 auto 2em auto; }

img.b_circle {
  border-radius: 50%; }

img.b_with_border {
  border: 1px solid #ddd;
  padding: 3px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.b_image {
  /* responsive fixes */ }

.b_video {
  /* responsive fixes */ }

/* headers and captions for images or tables */
p.b_figure_title {
  margin: 20px 0 5px 0;
  font-size: 85%;
  font-family: inherit; }

p.b_figure_caption {
  clear: both;
  margin: 5px 0 20px 0; }

/* Captions for table and figures */
caption,
figcaption,
.o_caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
  font-style: italic; }

/* float clear classes */
.b_clear_float, p.b_clear_float, div.b_clear_float {
  clear: both; }

/* movie player */
/* tinymce specific css classes for alignment, figures etc.*/
/*
	See https://www.tinymce.com/docs/advanced/boilerplate-content-css/
*/
/* Image captions using the HTML5 figure element */
figure.align-left {
  float: left; }

figure.align-right {
  float: right; }

figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0; }

figure.image img {
  margin: 8px 8px 0 8px; }

figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center; }

/*
 Alignment using classes rather than inline styles
 check out the "formats" option
*/
img.align-left {
  float: left; }

img.align-right {
  float: right; }

/* Basic styles for Table of Contents plugin (toc) */
.mce-toc {
  border: 1px solid gray; }

.mce-toc h2 {
  margin: 4px; }

.mce-toc li {
  list-style-type: none; }

/* END tiny defaults, now add OpenOLAT overrides and extensions */
/* add missing tiny styles */
figure.image.align-center {
  display: block;
  text-align: center; }
figure.image.align-left {
  float: none;
  display: block;
  text-align: left; }
  figure.image.align-left figcaption {
    text-align: left; }
figure.image.align-right {
  float: none;
  display: block;
  text-align: right; }
  figure.image.align-right figcaption {
    text-align: right; }

/* remove img styles when used within a figure element generated by tinymce */
figure.image {
  margin: 2em 0 2em 0;
  border: 0;
  background: none; }
  figure.image img.b_float_left, figure.image img.b_float_left_clear, figure.image img.b_float_right, figure.image img.b_float_right_clear, figure.image img.b_float_left_clear_nomargin, figure.image img.b_centered {
    float: none;
    display: inline-block;
    margin: 0; }
  figure.image figcaption {
    font-size: 90%;
    font-style: italic; }

                                  /* add all styles that are created by html editor but can also be rendered in
										main window, not in iframe (e.g. forum post, blog entry) */
/* based on code found here: 
https://medium.com/@andsens/radial-progress-indicator-using-css-a917b80c43f9
http://jsfiddle.net/andsens/mLA7X/
https://gist.github.com/digitalbreed/84a19db69244b22519e03550ba010a25
*/
/* Standard size */
.radial-progress, .o_coursetable.o_rendertype_classic .o_progress .radial-progress {
  margin: 10px;
  width: 120px;
  height: 120px;
  background-color: #eee;
  border-radius: 50%;
  font-size: 21.6px;
  /* fix display issues in print and behave like an image tag*/
  display: inline-block;
  position: relative; }
  .radial-progress .circle, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle {
    display: block; }
    .radial-progress .circle .mask, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .mask, .radial-progress .circle .fill, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .fill, .radial-progress .circle .shadow, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .shadow {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 50%; }
    .radial-progress .circle .shadow, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .shadow {
      box-shadow: none inset; }
    .radial-progress .circle .mask, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .mask, .radial-progress .circle .fill, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .fill {
      -webkit-backface-visibility: hidden;
      transition: -webkit-transform 1s;
      transition: -ms-transform 1s;
      transition: transform 1s;
      border-radius: 50%; }
    .radial-progress .circle .mask, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .mask {
      clip: rect(0px, 120px, 120px, 60px); }
      .radial-progress .circle .mask .fill {
        clip: rect(0px, 60px, 120px, 0px);
        background-color: #337ab7; }
  .radial-progress .inset, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    font-size: 80px;
    /* for bgIcon */
    line-height: 80px;
    text-align: center; }
    .radial-progress .inset .bgIcon, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset .bgIcon {
      position: absolute;
      top: 5px;
      left: -5px;
      opacity: 0;
      transition: opacity 0;
      transition-delay: 1s; }
  .radial-progress .percentage, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .percentage {
    height: 80%;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    display: table;
    /* for vertical alignment */
    line-height: 1; }
    .radial-progress .percentage .centeredWrapper, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .percentage .centeredWrapper {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .radial-progress .percentage .centeredWrapper .number {
        display: block;
        margin-right: -0.4em;
        font-weight: 800;
        color: #337ab7; }
      .radial-progress .percentage .centeredWrapper .addon {
        display: block;
        color: #777777;
        margin-top: 0.2em;
        margin-bottom: -0.4em; }
        .radial-progress .percentage .centeredWrapper .addon > span {
          display: block;
          font-size: 0.6em;
          font-weight: bold; }
        .radial-progress .percentage .centeredWrapper .addon > span + span {
          display: block;
          margin-top: 2px;
          font-size: 0.5em; }
  .radial-progress[data-progress="0"] .circle .mask.full, .radial-progress[data-progress="0"] .circle .fill {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .radial-progress[data-progress="0"] .circle .fill.fix {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .radial-progress[data-progress="1"] .circle .mask.full, .radial-progress[data-progress="1"] .circle .fill {
    -webkit-transform: rotate(1.8deg);
    -ms-transform: rotate(1.8deg);
    transform: rotate(1.8deg); }
  .radial-progress[data-progress="1"] .circle .fill.fix {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg); }
  .radial-progress[data-progress="2"] .circle .mask.full, .radial-progress[data-progress="2"] .circle .fill {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg); }
  .radial-progress[data-progress="2"] .circle .fill.fix {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg); }
  .radial-progress[data-progress="3"] .circle .mask.full, .radial-progress[data-progress="3"] .circle .fill {
    -webkit-transform: rotate(5.4deg);
    -ms-transform: rotate(5.4deg);
    transform: rotate(5.4deg); }
  .radial-progress[data-progress="3"] .circle .fill.fix {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg); }
  .radial-progress[data-progress="4"] .circle .mask.full, .radial-progress[data-progress="4"] .circle .fill {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg); }
  .radial-progress[data-progress="4"] .circle .fill.fix {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg); }
  .radial-progress[data-progress="5"] .circle .mask.full, .radial-progress[data-progress="5"] .circle .fill {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg); }
  .radial-progress[data-progress="5"] .circle .fill.fix {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg); }
  .radial-progress[data-progress="6"] .circle .mask.full, .radial-progress[data-progress="6"] .circle .fill {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg); }
  .radial-progress[data-progress="6"] .circle .fill.fix {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg); }
  .radial-progress[data-progress="7"] .circle .mask.full, .radial-progress[data-progress="7"] .circle .fill {
    -webkit-transform: rotate(12.6deg);
    -ms-transform: rotate(12.6deg);
    transform: rotate(12.6deg); }
  .radial-progress[data-progress="7"] .circle .fill.fix {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg); }
  .radial-progress[data-progress="8"] .circle .mask.full, .radial-progress[data-progress="8"] .circle .fill {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg); }
  .radial-progress[data-progress="8"] .circle .fill.fix {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg); }
  .radial-progress[data-progress="9"] .circle .mask.full, .radial-progress[data-progress="9"] .circle .fill {
    -webkit-transform: rotate(16.2deg);
    -ms-transform: rotate(16.2deg);
    transform: rotate(16.2deg); }
  .radial-progress[data-progress="9"] .circle .fill.fix {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg); }
  .radial-progress[data-progress="10"] .circle .mask.full, .radial-progress[data-progress="10"] .circle .fill {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg); }
  .radial-progress[data-progress="10"] .circle .fill.fix {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg); }
  .radial-progress[data-progress="11"] .circle .mask.full, .radial-progress[data-progress="11"] .circle .fill {
    -webkit-transform: rotate(19.8deg);
    -ms-transform: rotate(19.8deg);
    transform: rotate(19.8deg); }
  .radial-progress[data-progress="11"] .circle .fill.fix {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg); }
  .radial-progress[data-progress="12"] .circle .mask.full, .radial-progress[data-progress="12"] .circle .fill {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg); }
  .radial-progress[data-progress="12"] .circle .fill.fix {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg); }
  .radial-progress[data-progress="13"] .circle .mask.full, .radial-progress[data-progress="13"] .circle .fill {
    -webkit-transform: rotate(23.4deg);
    -ms-transform: rotate(23.4deg);
    transform: rotate(23.4deg); }
  .radial-progress[data-progress="13"] .circle .fill.fix {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg); }
  .radial-progress[data-progress="14"] .circle .mask.full, .radial-progress[data-progress="14"] .circle .fill {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg); }
  .radial-progress[data-progress="14"] .circle .fill.fix {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg); }
  .radial-progress[data-progress="15"] .circle .mask.full, .radial-progress[data-progress="15"] .circle .fill {
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg); }
  .radial-progress[data-progress="15"] .circle .fill.fix {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg); }
  .radial-progress[data-progress="16"] .circle .mask.full, .radial-progress[data-progress="16"] .circle .fill {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg); }
  .radial-progress[data-progress="16"] .circle .fill.fix {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg); }
  .radial-progress[data-progress="17"] .circle .mask.full, .radial-progress[data-progress="17"] .circle .fill {
    -webkit-transform: rotate(30.6deg);
    -ms-transform: rotate(30.6deg);
    transform: rotate(30.6deg); }
  .radial-progress[data-progress="17"] .circle .fill.fix {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg); }
  .radial-progress[data-progress="18"] .circle .mask.full, .radial-progress[data-progress="18"] .circle .fill {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg); }
  .radial-progress[data-progress="18"] .circle .fill.fix {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg); }
  .radial-progress[data-progress="19"] .circle .mask.full, .radial-progress[data-progress="19"] .circle .fill {
    -webkit-transform: rotate(34.2deg);
    -ms-transform: rotate(34.2deg);
    transform: rotate(34.2deg); }
  .radial-progress[data-progress="19"] .circle .fill.fix {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg); }
  .radial-progress[data-progress="20"] .circle .mask.full, .radial-progress[data-progress="20"] .circle .fill {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg); }
  .radial-progress[data-progress="20"] .circle .fill.fix {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg); }
  .radial-progress[data-progress="21"] .circle .mask.full, .radial-progress[data-progress="21"] .circle .fill {
    -webkit-transform: rotate(37.8deg);
    -ms-transform: rotate(37.8deg);
    transform: rotate(37.8deg); }
  .radial-progress[data-progress="21"] .circle .fill.fix {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg); }
  .radial-progress[data-progress="22"] .circle .mask.full, .radial-progress[data-progress="22"] .circle .fill {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg); }
  .radial-progress[data-progress="22"] .circle .fill.fix {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg); }
  .radial-progress[data-progress="23"] .circle .mask.full, .radial-progress[data-progress="23"] .circle .fill {
    -webkit-transform: rotate(41.4deg);
    -ms-transform: rotate(41.4deg);
    transform: rotate(41.4deg); }
  .radial-progress[data-progress="23"] .circle .fill.fix {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg); }
  .radial-progress[data-progress="24"] .circle .mask.full, .radial-progress[data-progress="24"] .circle .fill {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg); }
  .radial-progress[data-progress="24"] .circle .fill.fix {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg); }
  .radial-progress[data-progress="25"] .circle .mask.full, .radial-progress[data-progress="25"] .circle .fill {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .radial-progress[data-progress="25"] .circle .fill.fix {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .radial-progress[data-progress="26"] .circle .mask.full, .radial-progress[data-progress="26"] .circle .fill {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg); }
  .radial-progress[data-progress="26"] .circle .fill.fix {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg); }
  .radial-progress[data-progress="27"] .circle .mask.full, .radial-progress[data-progress="27"] .circle .fill {
    -webkit-transform: rotate(48.6deg);
    -ms-transform: rotate(48.6deg);
    transform: rotate(48.6deg); }
  .radial-progress[data-progress="27"] .circle .fill.fix {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg); }
  .radial-progress[data-progress="28"] .circle .mask.full, .radial-progress[data-progress="28"] .circle .fill {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg); }
  .radial-progress[data-progress="28"] .circle .fill.fix {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg); }
  .radial-progress[data-progress="29"] .circle .mask.full, .radial-progress[data-progress="29"] .circle .fill {
    -webkit-transform: rotate(52.2deg);
    -ms-transform: rotate(52.2deg);
    transform: rotate(52.2deg); }
  .radial-progress[data-progress="29"] .circle .fill.fix {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg); }
  .radial-progress[data-progress="30"] .circle .mask.full, .radial-progress[data-progress="30"] .circle .fill {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg); }
  .radial-progress[data-progress="30"] .circle .fill.fix {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg); }
  .radial-progress[data-progress="31"] .circle .mask.full, .radial-progress[data-progress="31"] .circle .fill {
    -webkit-transform: rotate(55.8deg);
    -ms-transform: rotate(55.8deg);
    transform: rotate(55.8deg); }
  .radial-progress[data-progress="31"] .circle .fill.fix {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg); }
  .radial-progress[data-progress="32"] .circle .mask.full, .radial-progress[data-progress="32"] .circle .fill {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg); }
  .radial-progress[data-progress="32"] .circle .fill.fix {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg); }
  .radial-progress[data-progress="33"] .circle .mask.full, .radial-progress[data-progress="33"] .circle .fill {
    -webkit-transform: rotate(59.4deg);
    -ms-transform: rotate(59.4deg);
    transform: rotate(59.4deg); }
  .radial-progress[data-progress="33"] .circle .fill.fix {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg); }
  .radial-progress[data-progress="34"] .circle .mask.full, .radial-progress[data-progress="34"] .circle .fill {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg); }
  .radial-progress[data-progress="34"] .circle .fill.fix {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg); }
  .radial-progress[data-progress="35"] .circle .mask.full, .radial-progress[data-progress="35"] .circle .fill {
    -webkit-transform: rotate(63deg);
    -ms-transform: rotate(63deg);
    transform: rotate(63deg); }
  .radial-progress[data-progress="35"] .circle .fill.fix {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg); }
  .radial-progress[data-progress="36"] .circle .mask.full, .radial-progress[data-progress="36"] .circle .fill {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg); }
  .radial-progress[data-progress="36"] .circle .fill.fix {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg); }
  .radial-progress[data-progress="37"] .circle .mask.full, .radial-progress[data-progress="37"] .circle .fill {
    -webkit-transform: rotate(66.6deg);
    -ms-transform: rotate(66.6deg);
    transform: rotate(66.6deg); }
  .radial-progress[data-progress="37"] .circle .fill.fix {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg); }
  .radial-progress[data-progress="38"] .circle .mask.full, .radial-progress[data-progress="38"] .circle .fill {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg); }
  .radial-progress[data-progress="38"] .circle .fill.fix {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg); }
  .radial-progress[data-progress="39"] .circle .mask.full, .radial-progress[data-progress="39"] .circle .fill {
    -webkit-transform: rotate(70.2deg);
    -ms-transform: rotate(70.2deg);
    transform: rotate(70.2deg); }
  .radial-progress[data-progress="39"] .circle .fill.fix {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg); }
  .radial-progress[data-progress="40"] .circle .mask.full, .radial-progress[data-progress="40"] .circle .fill {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg); }
  .radial-progress[data-progress="40"] .circle .fill.fix {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg); }
  .radial-progress[data-progress="41"] .circle .mask.full, .radial-progress[data-progress="41"] .circle .fill {
    -webkit-transform: rotate(73.8deg);
    -ms-transform: rotate(73.8deg);
    transform: rotate(73.8deg); }
  .radial-progress[data-progress="41"] .circle .fill.fix {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg); }
  .radial-progress[data-progress="42"] .circle .mask.full, .radial-progress[data-progress="42"] .circle .fill {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg); }
  .radial-progress[data-progress="42"] .circle .fill.fix {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg); }
  .radial-progress[data-progress="43"] .circle .mask.full, .radial-progress[data-progress="43"] .circle .fill {
    -webkit-transform: rotate(77.4deg);
    -ms-transform: rotate(77.4deg);
    transform: rotate(77.4deg); }
  .radial-progress[data-progress="43"] .circle .fill.fix {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg); }
  .radial-progress[data-progress="44"] .circle .mask.full, .radial-progress[data-progress="44"] .circle .fill {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg); }
  .radial-progress[data-progress="44"] .circle .fill.fix {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg); }
  .radial-progress[data-progress="45"] .circle .mask.full, .radial-progress[data-progress="45"] .circle .fill {
    -webkit-transform: rotate(81deg);
    -ms-transform: rotate(81deg);
    transform: rotate(81deg); }
  .radial-progress[data-progress="45"] .circle .fill.fix {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg); }
  .radial-progress[data-progress="46"] .circle .mask.full, .radial-progress[data-progress="46"] .circle .fill {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg); }
  .radial-progress[data-progress="46"] .circle .fill.fix {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg); }
  .radial-progress[data-progress="47"] .circle .mask.full, .radial-progress[data-progress="47"] .circle .fill {
    -webkit-transform: rotate(84.6deg);
    -ms-transform: rotate(84.6deg);
    transform: rotate(84.6deg); }
  .radial-progress[data-progress="47"] .circle .fill.fix {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg); }
  .radial-progress[data-progress="48"] .circle .mask.full, .radial-progress[data-progress="48"] .circle .fill {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg); }
  .radial-progress[data-progress="48"] .circle .fill.fix {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg); }
  .radial-progress[data-progress="49"] .circle .mask.full, .radial-progress[data-progress="49"] .circle .fill {
    -webkit-transform: rotate(88.2deg);
    -ms-transform: rotate(88.2deg);
    transform: rotate(88.2deg); }
  .radial-progress[data-progress="49"] .circle .fill.fix {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg); }
  .radial-progress[data-progress="50"] .circle .mask.full, .radial-progress[data-progress="50"] .circle .fill {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .radial-progress[data-progress="50"] .circle .fill.fix {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .radial-progress[data-progress="51"] .circle .mask.full, .radial-progress[data-progress="51"] .circle .fill {
    -webkit-transform: rotate(91.8deg);
    -ms-transform: rotate(91.8deg);
    transform: rotate(91.8deg); }
  .radial-progress[data-progress="51"] .circle .fill.fix {
    -webkit-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    transform: rotate(183.6deg); }
  .radial-progress[data-progress="52"] .circle .mask.full, .radial-progress[data-progress="52"] .circle .fill {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg); }
  .radial-progress[data-progress="52"] .circle .fill.fix {
    -webkit-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    transform: rotate(187.2deg); }
  .radial-progress[data-progress="53"] .circle .mask.full, .radial-progress[data-progress="53"] .circle .fill {
    -webkit-transform: rotate(95.4deg);
    -ms-transform: rotate(95.4deg);
    transform: rotate(95.4deg); }
  .radial-progress[data-progress="53"] .circle .fill.fix {
    -webkit-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    transform: rotate(190.8deg); }
  .radial-progress[data-progress="54"] .circle .mask.full, .radial-progress[data-progress="54"] .circle .fill {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg); }
  .radial-progress[data-progress="54"] .circle .fill.fix {
    -webkit-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    transform: rotate(194.4deg); }
  .radial-progress[data-progress="55"] .circle .mask.full, .radial-progress[data-progress="55"] .circle .fill {
    -webkit-transform: rotate(99deg);
    -ms-transform: rotate(99deg);
    transform: rotate(99deg); }
  .radial-progress[data-progress="55"] .circle .fill.fix {
    -webkit-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    transform: rotate(198deg); }
  .radial-progress[data-progress="56"] .circle .mask.full, .radial-progress[data-progress="56"] .circle .fill {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg); }
  .radial-progress[data-progress="56"] .circle .fill.fix {
    -webkit-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    transform: rotate(201.6deg); }
  .radial-progress[data-progress="57"] .circle .mask.full, .radial-progress[data-progress="57"] .circle .fill {
    -webkit-transform: rotate(102.6deg);
    -ms-transform: rotate(102.6deg);
    transform: rotate(102.6deg); }
  .radial-progress[data-progress="57"] .circle .fill.fix {
    -webkit-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    transform: rotate(205.2deg); }
  .radial-progress[data-progress="58"] .circle .mask.full, .radial-progress[data-progress="58"] .circle .fill {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg); }
  .radial-progress[data-progress="58"] .circle .fill.fix {
    -webkit-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    transform: rotate(208.8deg); }
  .radial-progress[data-progress="59"] .circle .mask.full, .radial-progress[data-progress="59"] .circle .fill {
    -webkit-transform: rotate(106.2deg);
    -ms-transform: rotate(106.2deg);
    transform: rotate(106.2deg); }
  .radial-progress[data-progress="59"] .circle .fill.fix {
    -webkit-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    transform: rotate(212.4deg); }
  .radial-progress[data-progress="60"] .circle .mask.full, .radial-progress[data-progress="60"] .circle .fill {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg); }
  .radial-progress[data-progress="60"] .circle .fill.fix {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg); }
  .radial-progress[data-progress="61"] .circle .mask.full, .radial-progress[data-progress="61"] .circle .fill {
    -webkit-transform: rotate(109.8deg);
    -ms-transform: rotate(109.8deg);
    transform: rotate(109.8deg); }
  .radial-progress[data-progress="61"] .circle .fill.fix {
    -webkit-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    transform: rotate(219.6deg); }
  .radial-progress[data-progress="62"] .circle .mask.full, .radial-progress[data-progress="62"] .circle .fill {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg); }
  .radial-progress[data-progress="62"] .circle .fill.fix {
    -webkit-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    transform: rotate(223.2deg); }
  .radial-progress[data-progress="63"] .circle .mask.full, .radial-progress[data-progress="63"] .circle .fill {
    -webkit-transform: rotate(113.4deg);
    -ms-transform: rotate(113.4deg);
    transform: rotate(113.4deg); }
  .radial-progress[data-progress="63"] .circle .fill.fix {
    -webkit-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    transform: rotate(226.8deg); }
  .radial-progress[data-progress="64"] .circle .mask.full, .radial-progress[data-progress="64"] .circle .fill {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg); }
  .radial-progress[data-progress="64"] .circle .fill.fix {
    -webkit-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    transform: rotate(230.4deg); }
  .radial-progress[data-progress="65"] .circle .mask.full, .radial-progress[data-progress="65"] .circle .fill {
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg); }
  .radial-progress[data-progress="65"] .circle .fill.fix {
    -webkit-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    transform: rotate(234deg); }
  .radial-progress[data-progress="66"] .circle .mask.full, .radial-progress[data-progress="66"] .circle .fill {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg); }
  .radial-progress[data-progress="66"] .circle .fill.fix {
    -webkit-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    transform: rotate(237.6deg); }
  .radial-progress[data-progress="67"] .circle .mask.full, .radial-progress[data-progress="67"] .circle .fill {
    -webkit-transform: rotate(120.6deg);
    -ms-transform: rotate(120.6deg);
    transform: rotate(120.6deg); }
  .radial-progress[data-progress="67"] .circle .fill.fix {
    -webkit-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    transform: rotate(241.2deg); }
  .radial-progress[data-progress="68"] .circle .mask.full, .radial-progress[data-progress="68"] .circle .fill {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg); }
  .radial-progress[data-progress="68"] .circle .fill.fix {
    -webkit-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    transform: rotate(244.8deg); }
  .radial-progress[data-progress="69"] .circle .mask.full, .radial-progress[data-progress="69"] .circle .fill {
    -webkit-transform: rotate(124.2deg);
    -ms-transform: rotate(124.2deg);
    transform: rotate(124.2deg); }
  .radial-progress[data-progress="69"] .circle .fill.fix {
    -webkit-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    transform: rotate(248.4deg); }
  .radial-progress[data-progress="70"] .circle .mask.full, .radial-progress[data-progress="70"] .circle .fill {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg); }
  .radial-progress[data-progress="70"] .circle .fill.fix {
    -webkit-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg); }
  .radial-progress[data-progress="71"] .circle .mask.full, .radial-progress[data-progress="71"] .circle .fill {
    -webkit-transform: rotate(127.8deg);
    -ms-transform: rotate(127.8deg);
    transform: rotate(127.8deg); }
  .radial-progress[data-progress="71"] .circle .fill.fix {
    -webkit-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    transform: rotate(255.6deg); }
  .radial-progress[data-progress="72"] .circle .mask.full, .radial-progress[data-progress="72"] .circle .fill {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg); }
  .radial-progress[data-progress="72"] .circle .fill.fix {
    -webkit-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    transform: rotate(259.2deg); }
  .radial-progress[data-progress="73"] .circle .mask.full, .radial-progress[data-progress="73"] .circle .fill {
    -webkit-transform: rotate(131.4deg);
    -ms-transform: rotate(131.4deg);
    transform: rotate(131.4deg); }
  .radial-progress[data-progress="73"] .circle .fill.fix {
    -webkit-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    transform: rotate(262.8deg); }
  .radial-progress[data-progress="74"] .circle .mask.full, .radial-progress[data-progress="74"] .circle .fill {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg); }
  .radial-progress[data-progress="74"] .circle .fill.fix {
    -webkit-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    transform: rotate(266.4deg); }
  .radial-progress[data-progress="75"] .circle .mask.full, .radial-progress[data-progress="75"] .circle .fill {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .radial-progress[data-progress="75"] .circle .fill.fix {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .radial-progress[data-progress="76"] .circle .mask.full, .radial-progress[data-progress="76"] .circle .fill {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg); }
  .radial-progress[data-progress="76"] .circle .fill.fix {
    -webkit-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    transform: rotate(273.6deg); }
  .radial-progress[data-progress="77"] .circle .mask.full, .radial-progress[data-progress="77"] .circle .fill {
    -webkit-transform: rotate(138.6deg);
    -ms-transform: rotate(138.6deg);
    transform: rotate(138.6deg); }
  .radial-progress[data-progress="77"] .circle .fill.fix {
    -webkit-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    transform: rotate(277.2deg); }
  .radial-progress[data-progress="78"] .circle .mask.full, .radial-progress[data-progress="78"] .circle .fill {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg); }
  .radial-progress[data-progress="78"] .circle .fill.fix {
    -webkit-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    transform: rotate(280.8deg); }
  .radial-progress[data-progress="79"] .circle .mask.full, .radial-progress[data-progress="79"] .circle .fill {
    -webkit-transform: rotate(142.2deg);
    -ms-transform: rotate(142.2deg);
    transform: rotate(142.2deg); }
  .radial-progress[data-progress="79"] .circle .fill.fix {
    -webkit-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    transform: rotate(284.4deg); }
  .radial-progress[data-progress="80"] .circle .mask.full, .radial-progress[data-progress="80"] .circle .fill {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg); }
  .radial-progress[data-progress="80"] .circle .fill.fix {
    -webkit-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg); }
  .radial-progress[data-progress="81"] .circle .mask.full, .radial-progress[data-progress="81"] .circle .fill {
    -webkit-transform: rotate(145.8deg);
    -ms-transform: rotate(145.8deg);
    transform: rotate(145.8deg); }
  .radial-progress[data-progress="81"] .circle .fill.fix {
    -webkit-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    transform: rotate(291.6deg); }
  .radial-progress[data-progress="82"] .circle .mask.full, .radial-progress[data-progress="82"] .circle .fill {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg); }
  .radial-progress[data-progress="82"] .circle .fill.fix {
    -webkit-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    transform: rotate(295.2deg); }
  .radial-progress[data-progress="83"] .circle .mask.full, .radial-progress[data-progress="83"] .circle .fill {
    -webkit-transform: rotate(149.4deg);
    -ms-transform: rotate(149.4deg);
    transform: rotate(149.4deg); }
  .radial-progress[data-progress="83"] .circle .fill.fix {
    -webkit-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    transform: rotate(298.8deg); }
  .radial-progress[data-progress="84"] .circle .mask.full, .radial-progress[data-progress="84"] .circle .fill {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg); }
  .radial-progress[data-progress="84"] .circle .fill.fix {
    -webkit-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    transform: rotate(302.4deg); }
  .radial-progress[data-progress="85"] .circle .mask.full, .radial-progress[data-progress="85"] .circle .fill {
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg); }
  .radial-progress[data-progress="85"] .circle .fill.fix {
    -webkit-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    transform: rotate(306deg); }
  .radial-progress[data-progress="86"] .circle .mask.full, .radial-progress[data-progress="86"] .circle .fill {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg); }
  .radial-progress[data-progress="86"] .circle .fill.fix {
    -webkit-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    transform: rotate(309.6deg); }
  .radial-progress[data-progress="87"] .circle .mask.full, .radial-progress[data-progress="87"] .circle .fill {
    -webkit-transform: rotate(156.6deg);
    -ms-transform: rotate(156.6deg);
    transform: rotate(156.6deg); }
  .radial-progress[data-progress="87"] .circle .fill.fix {
    -webkit-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    transform: rotate(313.2deg); }
  .radial-progress[data-progress="88"] .circle .mask.full, .radial-progress[data-progress="88"] .circle .fill {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg); }
  .radial-progress[data-progress="88"] .circle .fill.fix {
    -webkit-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    transform: rotate(316.8deg); }
  .radial-progress[data-progress="89"] .circle .mask.full, .radial-progress[data-progress="89"] .circle .fill {
    -webkit-transform: rotate(160.2deg);
    -ms-transform: rotate(160.2deg);
    transform: rotate(160.2deg); }
  .radial-progress[data-progress="89"] .circle .fill.fix {
    -webkit-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    transform: rotate(320.4deg); }
  .radial-progress[data-progress="90"] .circle .mask.full, .radial-progress[data-progress="90"] .circle .fill {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg); }
  .radial-progress[data-progress="90"] .circle .fill.fix {
    -webkit-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg); }
  .radial-progress[data-progress="91"] .circle .mask.full, .radial-progress[data-progress="91"] .circle .fill {
    -webkit-transform: rotate(163.8deg);
    -ms-transform: rotate(163.8deg);
    transform: rotate(163.8deg); }
  .radial-progress[data-progress="91"] .circle .fill.fix {
    -webkit-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    transform: rotate(327.6deg); }
  .radial-progress[data-progress="92"] .circle .mask.full, .radial-progress[data-progress="92"] .circle .fill {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg); }
  .radial-progress[data-progress="92"] .circle .fill.fix {
    -webkit-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    transform: rotate(331.2deg); }
  .radial-progress[data-progress="93"] .circle .mask.full, .radial-progress[data-progress="93"] .circle .fill {
    -webkit-transform: rotate(167.4deg);
    -ms-transform: rotate(167.4deg);
    transform: rotate(167.4deg); }
  .radial-progress[data-progress="93"] .circle .fill.fix {
    -webkit-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    transform: rotate(334.8deg); }
  .radial-progress[data-progress="94"] .circle .mask.full, .radial-progress[data-progress="94"] .circle .fill {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg); }
  .radial-progress[data-progress="94"] .circle .fill.fix {
    -webkit-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    transform: rotate(338.4deg); }
  .radial-progress[data-progress="95"] .circle .mask.full, .radial-progress[data-progress="95"] .circle .fill {
    -webkit-transform: rotate(171deg);
    -ms-transform: rotate(171deg);
    transform: rotate(171deg); }
  .radial-progress[data-progress="95"] .circle .fill.fix {
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg); }
  .radial-progress[data-progress="96"] .circle .mask.full, .radial-progress[data-progress="96"] .circle .fill {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg); }
  .radial-progress[data-progress="96"] .circle .fill.fix {
    -webkit-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    transform: rotate(345.6deg); }
  .radial-progress[data-progress="97"] .circle .mask.full, .radial-progress[data-progress="97"] .circle .fill {
    -webkit-transform: rotate(174.6deg);
    -ms-transform: rotate(174.6deg);
    transform: rotate(174.6deg); }
  .radial-progress[data-progress="97"] .circle .fill.fix {
    -webkit-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    transform: rotate(349.2deg); }
  .radial-progress[data-progress="98"] .circle .mask.full, .radial-progress[data-progress="98"] .circle .fill {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg); }
  .radial-progress[data-progress="98"] .circle .fill.fix {
    -webkit-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    transform: rotate(352.8deg); }
  .radial-progress[data-progress="99"] .circle .mask.full, .radial-progress[data-progress="99"] .circle .fill {
    -webkit-transform: rotate(178.2deg);
    -ms-transform: rotate(178.2deg);
    transform: rotate(178.2deg); }
  .radial-progress[data-progress="99"] .circle .fill.fix {
    -webkit-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    transform: rotate(356.4deg); }
  .radial-progress[data-progress="100"] .circle .mask.full, .radial-progress[data-progress="100"] .circle .fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .radial-progress[data-progress="100"] .circle .fill.fix {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  .radial-progress:not([data-progress="0"]) .inset .bgIcon {
    opacity: 1; }
  .radial-progress + .o_progress_label_wrapper, .o_coursetable.o_rendertype_classic .o_progress .radial-progress + .o_progress_label_wrapper {
    /* when renderend outside of progressbar */
    margin-left: 0.5em; }

/* small variant */
.radial-progress-sm {
  width: 60px;
  height: 60px;
  font-size: 14.4px; }
  .radial-progress-sm .circle .mask {
    clip: rect(0px, 60px, 60px, 30px); }
    .radial-progress-sm .circle .mask .fill {
      clip: rect(0px, 30px, 60px, 0px); }
  .radial-progress-sm .inset {
    width: 45px;
    height: 45px;
    margin-left: 7.5px;
    margin-top: 7.5px;
    font-size: 80px;
    /* for bgIcon */
    line-height: 35px;
    font-size: 40px; }
    .radial-progress-sm .inset .bgIcon {
      position: absolute;
      top: 5px; }

/* large variant */
.radial-progress-lg {
  width: 180px;
  height: 180px;
  font-size: 32.4px; }
  .radial-progress-lg .circle .mask {
    clip: rect(0px, 180px, 180px, 90px); }
    .radial-progress-lg .circle .mask .fill {
      clip: rect(0px, 90px, 180px, 0px); }
  .radial-progress-lg .inset {
    width: 135px;
    height: 135px;
    margin-left: 22.5px;
    margin-top: 22.5px;
    font-size: 115px;
    line-height: 125px; }
    .radial-progress-lg .inset .bgIcon {
      position: absolute;
      top: 5px; }

/* inline variant */
.radial-progress-inline, .o_coursetable.o_rendertype_classic .o_progress .radial-progress {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: bottom;
  display: inline-block; }
  .radial-progress-inline .circle .mask, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .mask {
    clip: rect(0px, 20px, 20px, 10px); }
    .radial-progress-inline .circle .mask .fill, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .circle .mask .fill {
      clip: rect(0px, 10px, 20px, 0px); }
  .radial-progress-inline .inset, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset {
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-top: 3px; }
    .radial-progress-inline .inset .bgIcon, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset .bgIcon {
      display: none; }

/* pie style without inset*/
.radial-progress-pie .percentage .centeredWrapper .number,
.radial-progress-pie .percentage .centeredWrapper .o_progress_label {
  color: #fff;
  text-shadow: 1px 1px 2px #000000; }

/* color variants */
.radial-progress-success .circle .mask .fill, .radial-progress-success .circle .fill {
  background-color: #5cb85c; }
.radial-progress-success .inset .percentage .number span {
  color: #5cb85c; }

.radial-progress-info .circle .mask .fill, .radial-progress-info .circle .fill {
  background-color: #5bc0de; }
.radial-progress-info .inset .percentage .number span {
  color: #5bc0de; }

.radial-progress-danger .circle .mask .fill, .radial-progress-danger .circle .fill {
  background-color: #d9534f; }
.radial-progress-danger .inset .percentage .number span {
  color: #d9534f; }

.radial-progress-warning .circle .mask .fill, .radial-progress-warning .circle .fill {
  background-color: #f0ad4e; }
.radial-progress-warning .inset .percentage .number span {
  color: #f0ad4e; }

/* toolbar variant */
.o_toolbar .o_tool .o_progress {
  width: 37px;
  height: 33px;
  position: relative;
  display: inline-block;
  overflow: visible;
  /* fix overflow rule from toolbar.scss */ }
  .o_toolbar .o_tool .o_progress .radial-progress {
    width: 45px;
    height: 45px;
    font-size: 12px;
    position: absolute;
    top: -5px;
    left: 0;
    margin: 0; }
    .o_toolbar .o_tool .o_progress .radial-progress .circle .mask {
      clip: rect(0px, 45px, 45px, 22.5px); }
      .o_toolbar .o_tool .o_progress .radial-progress .circle .mask .fill {
        clip: rect(0px, 22.5px, 45px, 0px); }
    .o_toolbar .o_tool .o_progress .radial-progress .inset {
      width: 37px;
      height: 37px;
      margin-left: 4px;
      margin-top: 4px;
      font-size: 37px;
      line-height: 37px;
      background: #f8f8f8; }
    .o_toolbar .o_tool .o_progress .radial-progress .percentage .centeredWrapper .number {
      color: #777;
      margin-right: -0.3em; }
    .o_toolbar .o_tool .o_progress .radial-progress .percentage .centeredWrapper .addon {
      margin-top: -0.1em;
      margin-bottom: -0.3em; }
      .o_toolbar .o_tool .o_progress .radial-progress .percentage .centeredWrapper .addon > span {
        font-size: 0.8em;
        font-weight: normal; }
    .o_toolbar .o_tool .o_progress .radial-progress .percentage .o_progress_label {
      display: none; }

@media (max-width: 991px) {
  .o_toolbar .o_tool .o_progress,
  .o_coursetable.o_rendertype_custom .o_completion .o_progress {
    width: 35px;
    height: 31px; }
    .o_toolbar .o_tool .o_progress .radial-progress,
    .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress {
      width: 41px;
      height: 41px;
      font-size: 11px;
      top: -3px; }
      .o_toolbar .o_tool .o_progress .radial-progress .circle .mask,
      .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .circle .mask {
        clip: rect(0px, 41px, 41px, 20.5px); }
        .o_toolbar .o_tool .o_progress .radial-progress .circle .mask .fill,
        .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .circle .mask .fill {
          clip: rect(0px, 20.5px, 41px, 0px); }
      .o_toolbar .o_tool .o_progress .radial-progress .inset,
      .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .inset {
        width: 35px;
        height: 35px;
        margin-left: 3px;
        margin-top: 3px;
        font-size: 35px;
        line-height: 35px; }

  /* fix positioning in course listing */
  .o_coursetable.o_rendertype_custom .o_completion .o_progress {
    display: inline-block; }
    .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress {
      position: relative;
      top: 0;
      left: -4px;
      margin: 0; } }
@media (max-width: 767px) {
  .o_toolbar .o_tool .o_progress,
  .o_coursetable.o_rendertype_custom .o_completion .o_progress {
    width: 22px;
    height: 22px; }
    .o_toolbar .o_tool .o_progress .radial-progress,
    .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress {
      width: 26px;
      height: 26px;
      top: -2px; }
      .o_toolbar .o_tool .o_progress .radial-progress .circle .mask,
      .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .circle .mask {
        clip: rect(0px, 26px, 26px, 13px); }
        .o_toolbar .o_tool .o_progress .radial-progress .circle .mask .fill,
        .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .circle .mask .fill {
          clip: rect(0px, 13px, 26px, 0px); }
      .o_toolbar .o_tool .o_progress .radial-progress .inset,
      .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .inset {
        width: 20px;
        height: 20px;
        margin-left: 3px;
        margin-top: 3px; }
        .o_toolbar .o_tool .o_progress .radial-progress .inset:after,
        .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .inset:after {
          display: none; }
      .o_toolbar .o_tool .o_progress .radial-progress .percentage,
      .o_coursetable.o_rendertype_custom .o_completion .o_progress .radial-progress .percentage {
        display: none; } }
/* special rendering in course list table */
.o_coursetable.o_rendertype_classic .o_progress .radial-progress {
  /* remove unwanted stuff */ }
  .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset:after {
    display: none; }
  .o_coursetable.o_rendertype_classic .o_progress .radial-progress .percentage {
    position: relative;
    left: 28px; }
    .o_coursetable.o_rendertype_classic .o_progress .radial-progress .percentage .number {
      font-size: 14px;
      line-height: 1.42857;
      font-weight: normal;
      color: #333333; }
    .o_coursetable.o_rendertype_classic .o_progress .radial-progress .percentage .addon {
      display: none; }

/* Styles with background images triggered by element css class */
.o_progress_failed .radial-progress-inline .inset, .o_progress_failed .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset, .o_coursetable.o_rendertype_classic .o_progress .o_progress_failed .radial-progress .inset, .o_progress_passed .radial-progress-inline .inset, .o_progress_passed .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset, .o_coursetable.o_rendertype_classic .o_progress .o_progress_passed .radial-progress .inset {
  display: none; }
.o_progress_failed .radial-progress-toolbar .inset, .o_progress_passed .radial-progress-toolbar .inset {
  font-size: 37px;
  line-height: 37px; }

.o_progress_failed .inset:after {
  content: "";
  color: #efe5e5; }

.o_progress_passed .inset:after {
  content: "";
  color: #e5efe5; }

/* general layout */
html {
  position: relative;
  min-height: 100%; }

body {
  /* body not relative, content must be relative to HTML! */
  min-height: 100%;
  margin-bottom: 80px; }

#o_main_wrapper {
  background: #fff;
  z-index: 3; }
  #o_main_wrapper #o_main_container {
    background: #fff; }
    #o_main_wrapper #o_main_container #o_main_left {
      float: left;
      z-index: 2;
      position: relative;
      background: #fff; }
      #o_main_wrapper #o_main_container #o_main_left #o_main_left_content {
        padding: 0 0 0 15px;
        /* no hight - used to calcualte inner content height in OPOL.adjustHeight() function */ }
      #o_main_wrapper #o_main_container #o_main_left #o_main_left_toggle {
        position: absolute;
        display: none;
        right: 0;
        top: 70px;
        margin-right: -30px;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        width: 30px;
        height: 35px;
        z-index: 3;
        border: 1px solid #ddd;
        border-left: none;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background-color: #fbfbfb;
        -webkit-box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.15);
        color: #337ab7; }
      #o_main_wrapper #o_main_container #o_main_left.o_offcanvas {
        background: #fbfbfb;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
        min-width: 250px; }
        #o_main_wrapper #o_main_container #o_main_left.o_offcanvas #o_main_left_content {
          padding: 0 0 0 0; }
    #o_main_wrapper #o_main_container #o_main_right {
      float: right;
      z-index: 2;
      position: relative;
      background: inherit; }
      #o_main_wrapper #o_main_container #o_main_right #o_main_right_content {
        padding: 0 15px 0 0;
        /* no hight - used to calcualte inner content height in OPOL.adjustHeight() function */ }
    #o_main_wrapper #o_main_container #o_main_center {
      position: relative;
      z-index: 1;
      background: inherit; }
      #o_main_wrapper #o_main_container #o_main_center h2:first-child {
        margin-top: 0; }
      @media screen and (max-width: 767px) {
        #o_main_wrapper #o_main_container #o_main_center {
          margin-left: 0 !important; } }
      #o_main_wrapper #o_main_container #o_main_center #o_main_center_content {
        padding: 0 15px;
        /* no hight - used to calculate inner content height in OPOL.adjustHeight() function */ }
        #o_main_wrapper #o_main_container #o_main_center #o_main_center_content #o_main_center_content_inner {
          /* space to top link */
          padding-bottom: 15px; }
  #o_main_wrapper #o_toplink {
    position: absolute;
    bottom: 0;
    right: 15px;
    text-align: center;
    z-index: 3; }
  @media (max-width: 767px) {
    #o_main_wrapper #o_main_container #o_main_center #o_main_center_content {
      padding: 15px; } }

/* special wrapper classes for preview and back main containers */
#o_back_wrapper,
#o_preview_wrapper {
  margin-top: 10px; }
  #o_back_wrapper.o_toolbar .o_breadcrumb .breadcrumb,
  #o_preview_wrapper.o_toolbar .o_breadcrumb .breadcrumb {
    font-size: 14px; }

/* special wrapper for MessageWindowController */
body.o_message #o_main_center_content_inner {
  min-height: 150px;
  max-width: 500px;
  padding: 15px;
  margin: 60px auto; }

#o_footer_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: #f5f5f5;
  color: #999;
  line-height: 16px;
  font-size: 12px; }
  #o_footer_wrapper a {
    color: #999; }
    #o_footer_wrapper a:hover {
      color: #000; }

#o_footer_container {
  position: relative;
  padding-top: 10px;
  min-height: 70px;
  background: #f5f5f5;
  z-index: 1; }

#o_footer_user {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1; }
  #o_footer_user #o_counter {
    white-space: nowrap; }
  #o_footer_user #o_username {
    white-space: nowrap;
    margin-right: 1em; }

#o_footer_version {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: right;
  z-index: 1;
  /* align left on mobile, stacked view */ }
  @media (max-width: 767px) {
    #o_footer_version {
      padding-top: 10px;
      text-align: left; } }

#o_footer_powered {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
  /* make powerd-by buttons a bit less colorful to not distract user from learning */ }
  #o_footer_powered img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 120px; }
    #o_footer_powered img:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

#o_footer_impressum {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: -1; }
  #o_footer_impressum i {
    display: none; }

#o_footer_textline {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  z-index: -1; }

/*  social links (FB, twitter, google) from SocialModule.java */
#o_share {
  margin-top: 10px; }
  #o_share a {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  #o_share a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#o_share a, #o_share_social_container a {
  color: #999;
  margin: 0 0.25em 0 0; }
#o_share a:hover, #o_share_social_container a:hover {
  color: #000; }

/* hide images and stuff on mobile */
@media (max-width: 767px) {
  #o_counter, #o_footer_version, #o_share {
    display: none; }

  #o_footer_impressum {
    top: 30px;
    text-align: left; }

  #o_footer_textline {
    top: 50px;
    text-align: left; }

  #o_footer_powered {
    top: 10px; }
    #o_footer_powered a:after {
      content: "\221E";
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: bold;
      font-size: 14px; }
    #o_footer_powered img {
      display: none; } }
#o_navbar_wrapper {
  z-index: 4;
  border-top: 1px solid #e7e7e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  #o_navbar_wrapper #o_navbar_container {
    position: relative; }

a.o_disabled.navbar-text {
  margin: 0; }

.o_navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8; }
  .o_navbar:before, .o_navbar:after {
    content: " ";
    display: table; }
  .o_navbar:after {
    clear: both; }
  .o_navbar .o_navbar_tabs li {
    max-width: 150px; }
    .o_navbar .o_navbar_tabs li a {
      padding-right: 30px; }
      .o_navbar .o_navbar_tabs li a:first-child span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .o_navbar .o_navbar_tabs .o_icon-fw {
    position: absolute;
    top: 15px;
    left: 0.5em;
    padding-top: 3px;
    width: 1em;
    height: 1em;
    display: none; }
  .o_navbar .o_navbar_tabs .o_navbar_tab_close {
    position: absolute;
    top: 15px;
    right: 0.5em;
    padding: 0;
    width: 1em;
    height: 1em; }
    .o_navbar .o_navbar_tabs .o_navbar_tab_close i:before {
      color: #d9534f; }
    .o_navbar .o_navbar_tabs .o_navbar_tab_close:hover i:before {
      color: #c9302c; }
  .o_navbar .o_custom_navbar-brand {
    background-position: 5px 0;
    background-repeat: no-repeat;
    height: 50px;
    width: 120px; }
  .o_navbar #o_navbar_langchooser {
    color: #777;
    padding: 7px 15px; }
    .o_navbar #o_navbar_langchooser form span + div {
      display: inline; }
  .o_navbar #o_navbar_tools_permanent #o_navbar_print a, .o_navbar #o_navbar_tools_permanent #o_navbar_impress a, .o_navbar #o_navbar_tools_permanent #o_navbar_help a {
    color: #777;
    padding-right: 0; }
  .o_navbar #o_navbar_tools_permanent #o_navbar_login a {
    color: #f0ad4e; }
  .o_navbar .o_navbar_tools > #o_navbar_tools_permanent > li > a > span {
    display: none; }
  @media (min-width: 768px) {
    .o_navbar .o_navbar_tools li.o_portrait > a > span {
      display: inline; } }
  .o_navbar #o_navbar_tools_personal .o_navbar_tool a, .o_navbar #o_navbar_tools_permanent .o_navbar_tool a {
    padding-right: 5px; }
  .o_navbar #o_navbar_tools_personal #o_navbar_my_menu a, .o_navbar #o_navbar_tools_permanent #o_navbar_my_menu a {
    padding-left: 45px; }
  .o_navbar #o_navbar_tools_personal #o_navbar_my_menu .dropdown-menu a, .o_navbar #o_navbar_tools_permanent #o_navbar_my_menu .dropdown-menu a {
    display: none;
    padding-left: 15px; }
  .o_navbar #o_navbar_tools_personal #o_navbar_my_menu .o_portrait, .o_navbar #o_navbar_tools_permanent #o_navbar_my_menu .o_portrait {
    position: absolute;
    left: 7px;
    top: 10px; }
  .o_navbar #o_navbar_tools_personal .o_logout, .o_navbar #o_navbar_tools_permanent .o_logout {
    color: #d9534f; }
  .o_navbar.o_navbar-offcanvas .o_navbar_tab_close {
    top: 10px;
    right: 10px; }
  .o_navbar.o_navbar-offcanvas .o_navbar-right {
    /* override dropdown styles */ }
    .o_navbar.o_navbar-offcanvas .o_navbar-right a {
      padding: 3px 20px;
      color: #9d9d9d; }
      .o_navbar.o_navbar-offcanvas .o_navbar-right a:hover, .o_navbar.o_navbar-offcanvas .o_navbar-right a:focus {
        color: #fff;
        background-color: transparent; }
      .o_navbar.o_navbar-offcanvas .o_navbar-right a.o_logout {
        color: #d9534f; }
        .o_navbar.o_navbar-offcanvas .o_navbar-right a.o_logout:hover, .o_navbar.o_navbar-offcanvas .o_navbar-right a.o_logout:focus {
          color: #c9302c; }
      .o_navbar.o_navbar-offcanvas .o_navbar-right a .o_icon-lg {
        font-size: 1.0em;
        vertical-align: baseline; }
    .o_navbar.o_navbar-offcanvas .o_navbar-right .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: none; }
    .o_navbar.o_navbar-offcanvas .o_navbar-right .dropdown-header {
      padding-left: 15px; }
    .o_navbar.o_navbar-offcanvas .o_navbar-right .dropdown-toggle {
      display: none; }
    .o_navbar.o_navbar-offcanvas .o_navbar-right .dropdown-menu {
      box-shadow: none;
      position: relative;
      top: 0;
      left: 0;
      display: block;
      float: none;
      background-color: #222;
      color: #9d9d9d;
      font-size: 14px;
      border: none; }
      .o_navbar.o_navbar-offcanvas .o_navbar-right .dropdown-menu .divider {
        background: none; }
  .o_navbar.o_navbar-offcanvas .o_navbar-nav a {
    color: #9d9d9d;
    text-shadow: none; }
    .o_navbar.o_navbar-offcanvas .o_navbar-nav a:hover, .o_navbar.o_navbar-offcanvas .o_navbar-nav a:focus {
      background-color: transparent;
      color: #fff; }
  .o_navbar.o_navbar-offcanvas .o_navbar-nav .active a, .o_navbar.o_navbar-offcanvas .o_navbar-nav .active a:hover, .o_navbar.o_navbar-offcanvas .o_navbar-nav .active a:focus {
    background-color: #090909;
    color: #fff; }
  .o_navbar.o_navbar-offcanvas .o_navbar-nav .o_navbar-link {
    color: #9d9d9d; }
    .o_navbar.o_navbar-offcanvas .o_navbar-nav .o_navbar-link:hover {
      color: #fff; }
  .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
    .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > li > a:hover, .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent; }
  .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > .active > a, .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > .active > a:hover, .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > .disabled > a, .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > .disabled > a:hover, .o_navbar.o_navbar-offcanvas .o_navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }

/* hide texts for some topnav icons, but not in on login screen */
#o_navbar_impress a span, #o_navbar_search_opener a span {
  display: none; }

body.o_dmz #o_navbar_print a span, body.o_dmz #o_navbar_impress a span, body.o_dmz #o_navbar_help a span, body.o_dmz #o_navbar_search_opener a span {
  display: inline; }

.o_navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch; }
  .o_navbar-collapse:before, .o_navbar-collapse:after {
    content: " ";
    display: table; }
  .o_navbar-collapse:after {
    clear: both; }
  .o_navbar-collapse.o_collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

.o_navbar-offcanvas .o_navbar-collapse {
  width: auto;
  box-shadow: none;
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px; }

.o_navbar-brand {
  /* put your brand logo and link here, use theme.js to change the href */
  float: left;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  color: #777; }
  .o_navbar-brand:hover, .o_navbar-brand:focus {
    text-decoration: none;
    color: #5e5e5e;
    background-color: transparent; }

.o_navbar-toggle {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: transparent;
  background-image: none; }
  .o_navbar-toggle:hover, .o_navbar-toggle:focus {
    outline: none;
    background-color: #ddd; }
  .o_navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888; }
  .o_navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }

#o_navbar_left-toggle {
  float: left; }

#o_navbar_right-toggle {
  float: right; }

.o_navbar-link {
  color: #777; }
  .o_navbar-link:hover {
    color: #333; }

.o_navbar-nav {
  margin: 7.5px -15px; }
  .o_navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #777; }
    .o_navbar-nav > li > a:hover, .o_navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .o_navbar-nav > .active > a, .o_navbar-nav > .active > a:hover, .o_navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .o_navbar-nav > .disabled > a, .o_navbar-nav > .disabled > a:hover, .o_navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .o_navbar-nav > .open > a, .o_navbar-nav > .open > a:hover, .o_navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }

.o_collapse .o_navbar-nav {
  float: left;
  margin: 0; }
  .o_collapse .o_navbar-nav > li {
    float: left; }
    .o_collapse .o_navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px; }
  .o_collapse .o_navbar-nav.o_navbar-right:last-child {
    margin-right: -15px; }

.o_collapse.o_navbar-collapse .o_navbar-left {
  float: left !important; }
.o_collapse.o_navbar-collapse .o_navbar-right {
  float: right !important; }

.o_navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .o_navbar-form .form-group {
      margin-bottom: 5px; } }

.o_collapse .o_navbar-form {
  width: auto;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .o_collapse .o_navbar-form.o_navbar-right:last-child {
    margin-right: -15px; }

.o_navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.o_navbar-fixed-bottom .o_navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.o_navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .o_navbar-btn.btn-sm, .btn-group-sm > .o_navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .o_navbar-btn.btn-xs, .btn-group-xs > .o_navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.o_navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #777; }

.o_collapse .o_navbar-text {
  float: left;
  margin-left: 15px;
  margin-right: 15px; }
  .o_collapse .o_navbar-text.o_navbar-right:last-child {
    margin-right: 0; }

/* styles for 'more' button and dropdown */
.o_dropdown_tab {
  position: relative; }
  .o_dropdown_tab > a:first-child {
    padding-right: 30px; }
    .o_dropdown_tab > a:first-child .o_icon-fw {
      display: none;
      position: absolute;
      top: 0;
      left: 10px;
      padding-top: 3px;
      line-height: 20px; }
    .o_dropdown_tab > a:first-child span {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .o_dropdown_tab .o_navbar_tab_close {
    position: absolute;
    top: 0px;
    right: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #d9534f;
    background-color: inherit; }
    .o_dropdown_tab .o_navbar_tab_close:focus, .o_dropdown_tab .o_navbar_tab_close:hover {
      color: #c9302c;
      background-color: inherit; }

#o_navbar_more .dropdown-menu .divider:last-child {
  display: none; }

@media (min-width: 768px) {
  #o_navbar_more .dropdown-menu {
    max-width: 300px; } }
@media (max-width: 767px) {
  #o_navbar_more > li {
    position: inherit; }
  #o_navbar_more .dropdown-menu {
    left: 0px;
    right: 0px; }
    #o_navbar_more .dropdown-menu a, #o_navbar_more .dropdown-menu i {
      line-height: 30px; }
    #o_navbar_more .dropdown-menu .o_navbar_tab_close {
      line-height: inherit; } }
/* --- */
/* navbar in popup window */
.o_body_popup #o_topnav_printview {
  display: inline-block; }
.o_body_popup #o_topnav_close {
  float: right; }
  .o_body_popup #o_topnav_close span {
    display: block; }
.o_body_popup #o_navbar_tools_permanent li > a {
  background-color: transparent; }

.o_toolbar {
  position: relative;
  margin-bottom: 25px;
  margin-top: -10px;
  border: 1px solid #e7e7e7; }
  .o_toolbar:before, .o_toolbar:after {
    content: " ";
    display: table; }
  .o_toolbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .o_toolbar {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; } }
  .o_toolbar.o_toolbar_with_segments {
    margin-bottom: 35px; }
  .o_toolbar .o_breadcrumb:before, .o_toolbar .o_breadcrumb:after {
    content: " ";
    display: table; }
  .o_toolbar .o_breadcrumb:after {
    clear: both; }
  .o_toolbar .o_breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 5px 9px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 0;
    background: #f5f5f5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
    .o_toolbar .o_breadcrumb .breadcrumb .o_breadcrumb_close {
      float: right;
      position: relative;
      margin: 0 0 0 15px;
      vertical-align: middle; }
      .o_toolbar .o_breadcrumb .breadcrumb .o_breadcrumb_close a {
        line-height: 15px;
        color: #d9534f; }
        .o_toolbar .o_breadcrumb .breadcrumb .o_breadcrumb_close a:hover {
          color: #b52b27; }
        .o_toolbar .o_breadcrumb .breadcrumb .o_breadcrumb_close a i {
          font-size: 16px; }
        .o_toolbar .o_breadcrumb .breadcrumb .o_breadcrumb_close a span {
          display: none; }
      .o_toolbar .o_breadcrumb .breadcrumb .o_breadcrumb_close:before {
        content: none; }
  .o_toolbar .o_tools_container {
    text-align: center;
    min-height: 37px;
    position: relative;
    background-color: #f8f8f8;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .o_toolbar .o_tools_container:before, .o_toolbar .o_tools_container:after {
      content: " ";
      display: table; }
    .o_toolbar .o_tools_container:after {
      clear: both; }
    @media (max-width: 991px) {
      .o_toolbar .o_tools_container {
        min-height: 35px; } }
    @media (max-width: 767px) {
      .o_toolbar .o_tools_container {
        min-height: 22px;
        text-align: left; } }
    .o_toolbar .o_tools_container span.o_tool_text {
      color: #777;
      display: inline-block; }
    .o_toolbar .o_tools_container a {
      color: #777;
      display: inline-block; }
      .o_toolbar .o_tools_container a:hover {
        color: #333; }
      .o_toolbar .o_tools_container a.o_disabled {
        color: #aaaaaa !important; }
        .o_toolbar .o_tools_container a.o_disabled:hover {
          color: #aaaaaa !important; }
      .o_toolbar .o_tools_container a.active {
        color: #337ab7;
        background-color: transparent; }
    .o_toolbar .o_tools_container a.btn-primary {
      color: #fff; }
    .o_toolbar .o_tools_container .dropdown-menu a {
      display: block; }
      .o_toolbar .o_tools_container .dropdown-menu a.active {
        color: #337ab7;
        background-color: transparent; }
  .o_toolbar .o_breadcrumb + .o_tools_container {
    border-top: 1px solid #e7e7e7; }
  .o_toolbar .o_tools {
    margin-top: 8px;
    margin-bottom: 5px; }
  .o_toolbar .o_tool, .o_toolbar .o_text {
    position: relative;
    margin: 0 10px;
    /* context help button */ }
    .o_toolbar .o_tool:first-child, .o_toolbar .o_text:first-child {
      margin-left: 0; }
    .o_toolbar .o_tool:last-child, .o_toolbar .o_text:last-child {
      margin-right: 0; }
    .o_toolbar .o_tool a i, .o_toolbar .o_tool .o_disabled i, .o_toolbar .o_text a i, .o_toolbar .o_text .o_disabled i {
      font-size: 18px; }
    .o_toolbar .o_tool a span, .o_toolbar .o_tool .o_disabled span, .o_toolbar .o_text a span, .o_toolbar .o_text .o_disabled span {
      display: block;
      font-size: 12px; }
      .o_toolbar .o_tool a span.badge, .o_toolbar .o_tool .o_disabled span.badge, .o_toolbar .o_text a span.badge, .o_toolbar .o_text .o_disabled span.badge {
        position: absolute;
        right: 50%;
        top: -18px;
        margin-right: -12px;
        font-size: 13px; }
    @media (min-width: 767px) and (max-width: 991px) {
      .o_toolbar .o_tool a i, .o_toolbar .o_tool .o_disabled i, .o_toolbar .o_text a i, .o_toolbar .o_text .o_disabled i {
        font-size: 16px; }
      .o_toolbar .o_tool a span, .o_toolbar .o_tool .o_disabled span, .o_toolbar .o_text a span, .o_toolbar .o_text .o_disabled span {
        font-size: 11px; }
        .o_toolbar .o_tool a span.badge, .o_toolbar .o_tool .o_disabled span.badge, .o_toolbar .o_text a span.badge, .o_toolbar .o_text .o_disabled span.badge {
          top: -16.5px;
          margin-right: -11px;
          font-size: 12px; } }
    @media (max-width: 767px) {
      .o_toolbar .o_tool a i, .o_toolbar .o_tool .o_disabled i, .o_toolbar .o_text a i, .o_toolbar .o_text .o_disabled i {
        font-size: 20px; }
      .o_toolbar .o_tool a span, .o_toolbar .o_tool .o_disabled span, .o_toolbar .o_text a span, .o_toolbar .o_text .o_disabled span {
        display: none; }
        .o_toolbar .o_tool a span.badge, .o_toolbar .o_tool .o_disabled span.badge, .o_toolbar .o_text a span.badge, .o_toolbar .o_text .o_disabled span.badge {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          margin-right: 0; } }
    .o_toolbar .o_tool .o_chelp, .o_toolbar .o_text .o_chelp {
      position: relative;
      top: -1em;
      vertical-align: top;
      color: #fff; }
  .o_toolbar .o_tool_next, .o_toolbar .o_tool_previous {
    padding: 0;
    margin-top: 5px;
    border: 1px solid #ccc;
    background-color: #eeeeee; }
    .o_toolbar .o_tool_next a, .o_toolbar .o_tool_previous a {
      color: #777; }
      .o_toolbar .o_tool_next a:hover, .o_toolbar .o_tool_previous a:hover {
        color: #333; }
      .o_toolbar .o_tool_next a.o_disabled, .o_toolbar .o_tool_previous a.o_disabled {
        color: #aaaaaa !important; }
        .o_toolbar .o_tool_next a.o_disabled:hover, .o_toolbar .o_tool_previous a.o_disabled:hover {
          color: #aaaaaa !important; }
    .o_toolbar .o_tool_next i, .o_toolbar .o_tool_previous i {
      font-size: 21px; }
    @media (min-width: 767px) and (max-width: 991px) {
      .o_toolbar .o_tool_next, .o_toolbar .o_tool_previous {
        margin-top: 4px; }
        .o_toolbar .o_tool_next i, .o_toolbar .o_tool_previous i {
          font-size: 18px; } }
    @media (max-width: 767px) {
      .o_toolbar .o_tool_next, .o_toolbar .o_tool_previous {
        margin-top: 0; }
        .o_toolbar .o_tool_next i, .o_toolbar .o_tool_previous i {
          font-size: 20px; } }
  .o_toolbar .o_tool_previous {
    margin-left: 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 0; }
  .o_toolbar .o_tool_next {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .o_toolbar .o_tool_dropdown {
    margin: 0 10px;
    /* drop down with status style rendering */
    /* dropdown element in toolbar */ }
    .o_toolbar .o_tool_dropdown:first-child {
      margin-left: 0; }
    .o_toolbar .o_tool_dropdown:last-child {
      margin-right: 0; }
    .o_toolbar .o_tool_dropdown a.dropdown-toggle {
      position: relative; }
      .o_toolbar .o_tool_dropdown a.dropdown-toggle i {
        font-size: 18px; }
      .o_toolbar .o_tool_dropdown a.dropdown-toggle span.o_label {
        display: block;
        font-size: 12px;
        text-align: center; }
      .o_toolbar .o_tool_dropdown a.dropdown-toggle .o_icon_caret {
        position: absolute;
        right: 50%;
        top: 4px;
        margin-right: -20px;
        font-size: 14px; }
      @media (min-width: 767px) and (max-width: 991px) {
        .o_toolbar .o_tool_dropdown a.dropdown-toggle i {
          font-size: 16px; }
        .o_toolbar .o_tool_dropdown a.dropdown-toggle span.o_label, .o_toolbar .o_tool_dropdown a.dropdown-toggle .o_icon_caret {
          font-size: 11px; }
        .o_toolbar .o_tool_dropdown a.dropdown-toggle .o_icon_caret {
          top: 4px;
          margin-right: -18px;
          font-size: 12px; } }
      @media (max-width: 767px) {
        .o_toolbar .o_tool_dropdown a.dropdown-toggle {
          padding: 0 10px 0 5px; }
          .o_toolbar .o_tool_dropdown a.dropdown-toggle i {
            font-size: 20px; }
          .o_toolbar .o_tool_dropdown a.dropdown-toggle span.o_label {
            display: none; } }
    .o_toolbar .o_tool_dropdown .dropdown-menu {
      text-align: left; }
    .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled,
    .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light {
      line-height: 16px;
      font-size: 70% !important;
      padding: 0 18px 0 4px;
      position: relative;
      top: -2px; }
      .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled i,
      .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light i {
        font-size: 12px !important;
        margin: 0 0 3px 0; }
      .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled + .o_icon_caret,
      .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light + .o_icon_caret {
        position: absolute;
        right: 5px;
        top: 2px;
        margin-right: 0; }
      @media (min-width: 767px) and (max-width: 991px) {
        .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled,
        .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light {
          line-height: 14px; }
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled i,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light i {
            font-size: 10px !important; }
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled + .o_icon_caret,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light + .o_icon_caret {
            right: 5px;
            top: 2px;
            margin-right: 0;
            font-size: 12px; } }
      @media (max-width: 767px) {
        .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled,
        .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light {
          padding: 0 18px 0 4px; }
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled i,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light i {
            font-size: 20px; }
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled + .o_icon_caret,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light + .o_icon_caret {
            right: 15px;
            top: 2px;
            margin-right: 0; }
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled span.o_inner_text,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled span.o_label,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light span.o_inner_text,
          .o_toolbar .o_tool_dropdown .o_inner_wrapper.o_labeled_light span.o_label {
            display: none; } }
    .o_toolbar .o_tool_dropdown .dropdown-toggle.o_with_labeled .o_inner_wrapper.o_labeled + .o_icon_caret {
      color: #fff !important; }
    .o_toolbar .o_tool_dropdown .dropdown-menu.o_with_labeled {
      padding: 0;
      margin: 0; }
      .o_toolbar .o_tool_dropdown .dropdown-menu.o_with_labeled .o_labeled {
        text-align: left; }
      .o_toolbar .o_tool_dropdown .dropdown-menu.o_with_labeled > li > a {
        padding: 5px 5px;
        margin: 1px; }
  .o_toolbar .o_tools_left {
    float: left; }
  .o_toolbar .o_tools_right {
    float: right; }
  .o_toolbar .o_tools_right_edge {
    float: right; }
  .o_toolbar .o_tools_center {
    float: both;
    margin-left: auto;
    margin-right: auto; }
  .o_toolbar .o_tools_segments {
    margin: 0 auto -1.1em auto; }
  .o_toolbar .o_tools_segments.o_tools_segments_alone {
    margin-top: 1.5em; }
  @media (max-width: 991px) {
    .o_toolbar .o_tools {
      margin-top: 6px;
      margin-bottom: 4px; }
    .o_toolbar .o_tools.o_tools_segments {
      margin: 0 auto -1.1em auto; }
    .o_toolbar .o_tools_segments.o_tools_segments_alone {
      margin-top: 1.5em; }
    .o_toolbar .o_tool span {
      max-width: 10em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .o_toolbar .o_tools_segments .o_tool span {
      display: block; }
    .o_toolbar .o_tool, .o_toolbar .o_text, .o_toolbar .o_tool_dropdown {
      margin: 0 5px; } }
  @media (max-width: 767px) {
    .o_toolbar .o_tools {
      margin-top: 6px;
      margin-bottom: 4px; }
      .o_toolbar .o_tools .o_chelp {
        top: 0;
        vertical-align: top; }
    .o_toolbar .o_tools.o_tools_segments {
      margin: 0 auto -1.1em auto;
      text-align: center;
      /* override the override from o_tools_container */ }
    .o_toolbar .o_tools_segments.o_tools_segments_alone {
      margin-top: 1.5em; }
    .o_toolbar .o_tools_center {
      float: left; }
    .o_toolbar .o_tool, .o_toolbar .o_text, .o_toolbar .o_tool_dropdown {
      margin: 0 0;
      position: static; }
    .o_toolbar .o_tool_dropdown .dropdown-menu {
      left: 0px;
      right: 0px; }
      .o_toolbar .o_tool_dropdown .dropdown-menu a, .o_toolbar .o_tool_dropdown .dropdown-menu i {
        line-height: 30px; }
      .o_toolbar .o_tool_dropdown .dropdown-menu .o_navbar_tab_close {
        line-height: inherit; } }

#o_main_container .o_toolbar_message {
  display: table;
  margin: 0 auto 25px auto; }
  #o_main_container .o_toolbar_message.o_warning {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #8a6d3b;
    border-radius: 3px; }

/* render toolbar with zebra effect in edit mode */
.o_edit_mode .o_toolbar {
  /* in QTI 1.2 there is a toolbar below the toolbar - only render the first one in edit mode style */ }
  .o_edit_mode .o_toolbar .o_tools_container {
    background: repeating-linear-gradient(300deg, #fff0d9, #fff0d9 10px, #fcfcfc 10px, #fcfcfc 20px); }
  .o_edit_mode .o_toolbar .o_edit_mode .o_tools_container {
    background: #f8f8f8; }

body {
  overflow-x: hidden; }

/* containers that are either overlayed or moved away */
.o_container_offcanvas {
  position: relative;
  max-width: 1324px; }

/* Button to enable / disable the max-width of the page */
#o_container_page_width_toggler {
  position: absolute;
  /* position in middle of top nav: half of top nav height down and half of button height up again */
  top: 25px;
  margin-top: -0.75em;
  right: 10px;
  z-index: 5;
  display: none; }

@media (min-width: 1364px) {
  #o_container_page_width_toggler {
    display: block; }
    #o_container_page_width_toggler #o_go_standard_width {
      display: none; }
    #o_container_page_width_toggler #o_go_full_width {
      display: block; }

  body.o_width_full .o_container_offcanvas {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px; }
  body.o_width_full #o_container_page_width_toggler #o_go_standard_width {
    display: block; }
  body.o_width_full #o_container_page_width_toggler #o_go_full_width {
    display: none; } }
body.o_dmz #o_container_page_width_toggler {
  display: none !important; }

/* 	
	Offcanvas is an absolute container positioned box outside the viewport. 
	In closed state the element is hidden. To make the offcanvas appear
	translations are performed using JavaScript. See navbar.js 
   	Navbar.showRight(), Navbar.hideRight() and Navbar.toggleRight() 
*/
#o_offcanvas_right {
  position: absolute;
  top: 0;
  right: -250px;
  width: 250px;
  padding: 15px 15px;
  background-color: #222;
  color: #9d9d9d;
  border: 1px solid #090909;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  min-height: 100%;
  z-index: 10;
  display: none; }
  #o_offcanvas_right:before, #o_offcanvas_right:after {
    content: " ";
    display: table; }
  #o_offcanvas_right:after {
    clear: both; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }
    .row-offcanvas-right .sidebar-offcanvas {
      right: -50%;
      /* 6 columns */ }
    .row-offcanvas-right.active {
      right: 50%;
      /* 6 columns */ }

  .row-offcanvas-left {
    left: 0; }
    .row-offcanvas-left .sidebar-offcanvas {
      left: -50%;
      /* 6 columns */ }
    .row-offcanvas-left.active {
      left: 50%;
      /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */ } }
/* components */
/* Info and other dialog boxes, displayed inline in content */
.o_info, .b_info, p.b_info, div.b_info, .o_form .o_info, .o_togglebox_wrapper div.o_togglebox_content, div.o_qti_item_itemfeedback, .o_assessmentitem_wrapper .modalFeedback .o_info {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #777777;
  background-color: #eeeeee; }
  .o_info h2, .o_info h3, .o_info h4, .o_info .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_info h2, .o_info h5, .b_info h2, .o_form .o_info h2, .o_togglebox_wrapper div.o_togglebox_content h2, div.o_qti_item_itemfeedback h2, .o_assessmentitem_wrapper .modalFeedback .o_info h2, .b_info h3, .o_form .o_info h3, .o_togglebox_wrapper div.o_togglebox_content h3, div.o_qti_item_itemfeedback h3, .o_assessmentitem_wrapper .modalFeedback .o_info h3, .b_info h4, .o_form .o_info h4, .o_togglebox_wrapper div.o_togglebox_content h4, div.o_qti_item_itemfeedback h4, .o_assessmentitem_wrapper .modalFeedback .o_info h4, .b_info .o_cal .fc-header-title h2, .o_cal .fc-header-title .b_info h2, .o_form .o_info .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_form .o_info h2, .o_togglebox_wrapper div.o_togglebox_content .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_togglebox_wrapper div.o_togglebox_content h2, div.o_qti_item_itemfeedback .o_cal .fc-header-title h2, .o_cal .fc-header-title div.o_qti_item_itemfeedback h2, .o_assessmentitem_wrapper .modalFeedback .o_info .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessmentitem_wrapper .modalFeedback .o_info h2, .b_info h5, .o_form .o_info h5, .o_togglebox_wrapper div.o_togglebox_content h5, div.o_qti_item_itemfeedback h5, .o_assessmentitem_wrapper .modalFeedback .o_info h5 {
    color: #777777; }

.o_note, .b_note, p.b_note, div.b_note, .o_form .o_desc, .o_course_run .o_statusinfo, .o_course_stats .o_desc, .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #31708f;
  background-color: #d9edf7; }
  .o_note h2, .o_note h3, .o_note h4, .o_note .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_note h2, .o_note h5, .b_note h2, .o_form .o_desc h2, .o_course_run .o_statusinfo h2, .o_course_stats .o_desc h2, .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback h2, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h2, .b_note h3, .o_form .o_desc h3, .o_course_run .o_statusinfo h3, .o_course_stats .o_desc h3, .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback h3, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h3, .b_note h4, .o_form .o_desc h4, .o_course_run .o_statusinfo h4, .o_course_stats .o_desc h4, .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback h4, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h4, .b_note .o_cal .fc-header-title h2, .o_cal .fc-header-title .b_note h2, .o_form .o_desc .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_form .o_desc h2, .o_course_run .o_statusinfo .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_course_run .o_statusinfo h2, .o_course_stats .o_desc .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_course_stats .o_desc h2, .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback h2, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h2, .b_note h5, .o_form .o_desc h5, .o_course_run .o_statusinfo h5, .o_course_stats .o_desc h5, .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback h5, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h5 {
    color: #31708f; }

.o_important, .b_important, p.b_important, div.b_important, .o_bc_empty, .o_course_run .o_no_scoreinfo {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #F4D000;
  background-color: #FFF1A4; }
  .o_important h2, .o_important h3, .o_important h4, .o_important .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_important h2, .o_important h5, .b_important h2, .o_bc_empty h2, .o_course_run .o_no_scoreinfo h2, .b_important h3, .o_bc_empty h3, .o_course_run .o_no_scoreinfo h3, .b_important h4, .o_bc_empty h4, .o_course_run .o_no_scoreinfo h4, .b_important .o_cal .fc-header-title h2, .o_cal .fc-header-title .b_important h2, .o_bc_empty .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_bc_empty h2, .o_course_run .o_no_scoreinfo .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_course_run .o_no_scoreinfo h2, .b_important h5, .o_bc_empty h5, .o_course_run .o_no_scoreinfo h5 {
    color: #F4D000; }

.o_success, .b_success, p.b_success, div.b_success, .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #3c763d;
  background-color: #dff0d8; }
  .o_success h2, .o_success h3, .o_success h4, .o_success .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_success h2, .o_success h5, .b_success h2, .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback h2, .b_success h3, .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback h3, .b_success h4, .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback h4, .b_success .o_cal .fc-header-title h2, .o_cal .fc-header-title .b_success h2, .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback h2, .b_success h5, .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback h5 {
    color: #3c763d; }

.o_warning, .b_warning, p.b_warning, div.b_warning, .o_instruction, .o_form .o_warning, p.o_gta_reopen_warning {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #8a6d3b;
  background-color: #fcf8e3; }
  .o_warning h2, .o_warning h3, .o_warning h4, .o_warning .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_warning h2, .o_warning h5, .b_warning h2, .o_instruction h2, .o_form .o_warning h2, p.o_gta_reopen_warning h2, .b_warning h3, .o_instruction h3, .o_form .o_warning h3, p.o_gta_reopen_warning h3, .b_warning h4, .o_instruction h4, .o_form .o_warning h4, p.o_gta_reopen_warning h4, .b_warning .o_cal .fc-header-title h2, .o_cal .fc-header-title .b_warning h2, .o_instruction .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_instruction h2, .o_form .o_warning .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_form .o_warning h2, p.o_gta_reopen_warning .o_cal .fc-header-title h2, .o_cal .fc-header-title p.o_gta_reopen_warning h2, .b_warning h5, .o_instruction h5, .o_form .o_warning h5, p.o_gta_reopen_warning h5 {
    color: #8a6d3b; }

.o_error, .b_error, p.b_error, div.b_error, .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #a94442;
  background-color: #f2dede; }
  .o_error h2, .o_error h3, .o_error h4, .o_error .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_error h2, .o_error h5, .b_error h2, .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback h2, .b_error h3, .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback h3, .b_error h4, .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback h4, .b_error .o_cal .fc-header-title h2, .o_cal .fc-header-title .b_error h2, .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback h2, .b_error h5, .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback h5 {
    color: #a94442; }

.o_instruction {
  margin-top: 0px;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.o_instruction > .o_button_group {
  margin-bottom: 0px; }

/* Callout window (implemented with bootstrap popover, see CloseableCalloutWindowController for JS part */
div.o_callout_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0); }

/* Info messages appear on top of page and auto-disapear, alerts are modal and must be accepted manually */
.o_alert_info {
  position: fixed;
  top: -100%;
  left: 0;
  display: none;
  z-index: 2000;
  /* modal is 1050 */
  width: 100%;
  text-align: center; }
  .o_alert_info .alert {
    position: relative;
    width: auto;
    margin: 0 auto;
    text-align: left;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15); }
    .o_alert_info .alert .o_alert_close {
      float: right;
      color: #777777; }
      .o_alert_info .alert .o_alert_close:hover {
        color: #555555; }
    @media (min-width: 768px) {
      .o_alert_info .alert {
        width: 600px; } }

/* Sticky info (admins can create stick-messages that will show for all users) */
#o_msg_sticky, #o_msg_sticky_preview {
  position: relative;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  padding: 10px 16px 10px 60px;
  min-height: 40px;
  margin: -20px 0 20px 0; }
  #o_msg_sticky .o_icon_info_msg, #o_msg_sticky_preview .o_icon_info_msg {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 40px; }
  #o_msg_sticky.o_msg_sticky_fullscreen, #o_msg_sticky_preview.o_msg_sticky_fullscreen {
    margin-top: 0; }

/* extend bootstrap modal classes for extra large modal views that should us entire available space, e.g. in wizards */
@media (min-width: 768px) {
  .modal .o_modal_fullwidth {
    width: 90%; } }
@media (min-width: 992px) {
  .modal .o_modal_fullwidth {
    width: 80%; } }
.modal .modal-header h4, .modal .modal-header .o_cal .fc-header-title h2, .o_cal .fc-header-title .modal .modal-header h2 {
  color: #337ab7;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1; }

.o_tree {
  position: relative;
  display: block;
  background-color: none;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  /* fix left padding when root node is not visible, move everything a bit to the right */ }
  .o_tree a {
    color: #777;
    background-color: none; }
    .o_tree a:hover, .o_tree a:focus {
      color: #333; }
  .o_tree .o_tree_link {
    background-color: none; }
    .o_tree .o_tree_link:hover, .o_tree .o_tree_link:focus {
      background-color: #f8f8f8; }
    .o_tree .o_tree_link:first-child {
      background-color: transparent; }
    .o_tree .o_tree_link:last-child:hover, .o_tree .o_tree_link:last-child:focus {
      background-color: #f8f8f8; }
  .o_tree .o_insertion_point > a > span {
    padding: 5px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .o_tree .o_insertion_source > a > span.o_tree_item, .o_tree .o_insertion_source > a > span.o_dnd_item {
    border-bottom: solid #f90 4px;
    background-color: #fefbf6; }
  .o_tree ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .o_tree ul li {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
    .o_tree ul li div {
      position: relative;
      border-bottom: 1px solid #ddd; }
    .o_tree ul li div.popover {
      position: absolute;
      left: auto;
      right: 0; }
    .o_tree ul li div a.o_tree_oc_l0 {
      position: absolute;
      top: 10px;
      left: -4px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l0, .o_tree ul .o_tree_level_close.b_tree_oc_l0 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l1 {
      position: absolute;
      top: 10px;
      left: 11px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l1, .o_tree ul .o_tree_level_close.b_tree_oc_l1 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l2 {
      position: absolute;
      top: 10px;
      left: 26px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l2, .o_tree ul .o_tree_level_close.b_tree_oc_l2 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l3 {
      position: absolute;
      top: 10px;
      left: 41px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l3, .o_tree ul .o_tree_level_close.b_tree_oc_l3 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l4 {
      position: absolute;
      top: 10px;
      left: 56px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l4, .o_tree ul .o_tree_level_close.b_tree_oc_l4 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l5 {
      position: absolute;
      top: 10px;
      left: 71px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l5, .o_tree ul .o_tree_level_close.b_tree_oc_l5 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l6 {
      position: absolute;
      top: 10px;
      left: 86px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l6, .o_tree ul .o_tree_level_close.b_tree_oc_l6 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l7 {
      position: absolute;
      top: 10px;
      left: 101px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l7, .o_tree ul .o_tree_level_close.b_tree_oc_l7 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l8 {
      position: absolute;
      top: 10px;
      left: 116px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l8, .o_tree ul .o_tree_level_close.b_tree_oc_l8 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l9 {
      position: absolute;
      top: 10px;
      left: 131px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l9, .o_tree ul .o_tree_level_close.b_tree_oc_l9 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l10 {
      position: absolute;
      top: 10px;
      left: 146px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l10, .o_tree ul .o_tree_level_close.b_tree_oc_l10 {
      z-index: 10; }
    .o_tree ul li div a.o_tree_oc_l11 {
      position: absolute;
      top: 10px;
      left: 161px;
      z-index: 9; }
    .o_tree ul .o_tree_level_open.b_tree_oc_l11, .o_tree ul .o_tree_level_close.b_tree_oc_l11 {
      z-index: 10; }
    .o_tree ul li div span.o_tree_l0 {
      display: block;
      padding: 10px 2px 10px 10px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l1 {
      display: block;
      padding: 10px 2px 10px 25px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l2 {
      display: block;
      padding: 10px 2px 10px 40px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l3 {
      display: block;
      padding: 10px 2px 10px 55px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l4 {
      display: block;
      padding: 10px 2px 10px 70px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l5 {
      display: block;
      padding: 10px 2px 10px 85px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l6 {
      display: block;
      padding: 10px 2px 10px 100px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l7 {
      display: block;
      padding: 10px 2px 10px 115px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l8 {
      display: block;
      padding: 10px 2px 10px 130px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l9 {
      display: block;
      padding: 10px 2px 10px 145px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l10 {
      display: block;
      padding: 10px 2px 10px 160px;
      z-index: 9; }
    .o_tree ul li div span.o_tree_l11 {
      display: block;
      padding: 10px 2px 10px 175px;
      z-index: 9; }
    .o_tree ul span.o_tree_leaf {
      display: none; }
    .o_tree ul span.o_tree_link > input[type=checkbox] {
      margin-right: 5px; }
    .o_tree ul li .badge {
      position: absolute;
      font-size: 70%; }
      .o_tree ul li .badge:before {
        content: none; }
      .o_tree ul li .badge.o_badge_1 {
        top: 3px;
        right: 1px; }
      .o_tree ul li .badge.o_badge_2 {
        bottom: 3px;
        right: 1px; }
      .o_tree ul li .badge.o_badge_3 {
        top: 3px;
        right: 25px; }
      .o_tree ul li .badge.o_badge_4 {
        bottom: 3px;
        right: 25px; }
    .o_tree ul li div.o_dnd_sibling {
      margin: 0;
      padding: 0;
      border-bottom: none; }
    .o_tree ul li .active.o_tree_link {
      background-color: none;
      font-weight: bold; }
      .o_tree ul li .active.o_tree_link a {
        color: #337ab7; }
      .o_tree ul li .active.o_tree_link:hover, .o_tree ul li .active.o_tree_link:focus {
        background-color: #eeeeee; }
        .o_tree ul li .active.o_tree_link:hover a, .o_tree ul li .active.o_tree_link:focus a {
          color: #23527c; }
    .o_tree ul li .active_parent.o_tree_link {
      font-weight: bold; }
      .o_tree ul li .active_parent.o_tree_link a {
        color: #777; }
        .o_tree ul li .active_parent.o_tree_link a:hover, .o_tree ul li .active_parent.o_tree_link a:focus {
          color: #333; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l0 {
    left: 6px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l1 {
    left: 21px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l2 {
    left: 36px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l3 {
    left: 51px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l4 {
    left: 66px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l5 {
    left: 81px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l6 {
    left: 96px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l7 {
    left: 111px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l8 {
    left: 126px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l9 {
    left: 141px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l10 {
    left: 156px; }
  .o_tree.o_tree_root_hidden ul li div .o_tree_oc_l11 {
    left: 171px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l0 {
    padding: 10px 2px 10px 20px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l1 {
    padding: 10px 2px 10px 35px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l2 {
    padding: 10px 2px 10px 50px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l3 {
    padding: 10px 2px 10px 65px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l4 {
    padding: 10px 2px 10px 80px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l5 {
    padding: 10px 2px 10px 95px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l6 {
    padding: 10px 2px 10px 110px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l7 {
    padding: 10px 2px 10px 125px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l8 {
    padding: 10px 2px 10px 140px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l9 {
    padding: 10px 2px 10px 155px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l10 {
    padding: 10px 2px 10px 170px; }
  .o_tree.o_tree_root_hidden ul li div span.o_tree_l11 {
    padding: 10px 2px 10px 185px; }
  .o_tree .o_dnd_item {
    cursor: move;
    z-index: 100; }
  .o_tree .o_dnd_proxy {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #f0ad4e;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .o_tree .o_dnd_item.o_dnd_over {
    background-color: #ffff60; }
  .o_tree .o_dnd_sibling {
    height: 7px;
    width: 100%; }
  .o_tree .o_dnd_sibling.o_dnd_over {
    background: transparent url(../light/images/arrow_dd.png) top left no-repeat; }
  .o_tree .o_dnd_l1 {
    margin-left: 0 !important; }
  .o_tree .o_dnd_l2 {
    margin-left: 1em !important; }
  .o_tree .o_dnd_l3 {
    margin-left: 2em !important; }
  .o_tree .o_dnd_l4 {
    margin-left: 3em !important; }
  .o_tree .o_dnd_l5 {
    margin-left: 4em !important; }
  .o_tree .o_dnd_l6 {
    margin-left: 5em !important; }
  .o_tree .o_dnd_l7 {
    margin-left: 6em !important; }
  .o_tree .o_dnd_l8 {
    margin-left: 7em !important; }
  .o_tree .o_dnd_l9 {
    margin-left: 8em !important; }
  .o_tree .o_dnd_l10 {
    margin-left: 9em !important; }
  .o_tree .o_dnd_l11 {
    margin-left: 10em !important; }

.o_tree.o_tree_insert_tool span.o_tree_link a {
  display: block; }

.o_offcanvas .o_tree {
  border: 0; }

.o_selection_tree {
  position: relative;
  display: block;
  background-color: none;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  font-size: 14px; }
  .o_selection_tree ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .o_selection_tree li {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .o_selection_tree li div {
    position: relative;
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd; }
  .o_selection_tree li > div > span.o_tree_l0, .o_selection_tree li > div > div.checkbox.o_tree_l0, .o_selection_tree li > div > div.radio.o_tree_l0 {
    display: block;
    padding: 10px 2px 10px 10px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l1, .o_selection_tree li > div > div.checkbox.o_tree_l1, .o_selection_tree li > div > div.radio.o_tree_l1 {
    display: block;
    padding: 10px 2px 10px 25px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l2, .o_selection_tree li > div > div.checkbox.o_tree_l2, .o_selection_tree li > div > div.radio.o_tree_l2 {
    display: block;
    padding: 10px 2px 10px 40px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l3, .o_selection_tree li > div > div.checkbox.o_tree_l3, .o_selection_tree li > div > div.radio.o_tree_l3 {
    display: block;
    padding: 10px 2px 10px 55px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l4, .o_selection_tree li > div > div.checkbox.o_tree_l4, .o_selection_tree li > div > div.radio.o_tree_l4 {
    display: block;
    padding: 10px 2px 10px 70px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l5, .o_selection_tree li > div > div.checkbox.o_tree_l5, .o_selection_tree li > div > div.radio.o_tree_l5 {
    display: block;
    padding: 10px 2px 10px 85px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l6, .o_selection_tree li > div > div.checkbox.o_tree_l6, .o_selection_tree li > div > div.radio.o_tree_l6 {
    display: block;
    padding: 10px 2px 10px 100px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l7, .o_selection_tree li > div > div.checkbox.o_tree_l7, .o_selection_tree li > div > div.radio.o_tree_l7 {
    display: block;
    padding: 10px 2px 10px 115px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l8, .o_selection_tree li > div > div.checkbox.o_tree_l8, .o_selection_tree li > div > div.radio.o_tree_l8 {
    display: block;
    padding: 10px 2px 10px 130px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l9, .o_selection_tree li > div > div.checkbox.o_tree_l9, .o_selection_tree li > div > div.radio.o_tree_l9 {
    display: block;
    padding: 10px 2px 10px 145px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l10, .o_selection_tree li > div > div.checkbox.o_tree_l10, .o_selection_tree li > div > div.radio.o_tree_l10 {
    display: block;
    padding: 10px 2px 10px 160px;
    z-index: 9; }
  .o_selection_tree li > div > span.o_tree_l11, .o_selection_tree li > div > div.checkbox.o_tree_l11, .o_selection_tree li > div > div.radio.o_tree_l11 {
    display: block;
    padding: 10px 2px 10px 175px;
    z-index: 9; }

.o_breadcrumb {
  position: relative;
  /* close link, used mostly in breadcrumb wrapped in toolbar */ }
  .o_breadcrumb .o_breadcrumb_close {
    float: right;
    position: relative;
    margin: 0 0 0 15px;
    vertical-align: middle; }
    .o_breadcrumb .o_breadcrumb_close a {
      line-height: 15px;
      color: #d9534f; }
      .o_breadcrumb .o_breadcrumb_close a:hover {
        color: #b52b27; }
      .o_breadcrumb .o_breadcrumb_close a i {
        font-size: 16px; }
      .o_breadcrumb .o_breadcrumb_close a span {
        display: none; }
    .o_breadcrumb .o_breadcrumb_close:before {
      content: none; }

.o_form {
  /* as of 10.4 the mandatory icon is left from the label to make place for the help o_form_chelp */
  /* context help for input element, right from label */
  /* example, positioned below the input field */
  /* date chooser */
  /* file chooser */
  /* hide error icon for file element - clash with file element controls */
  /* disabled text areas are rendered in div's for improved printing and layouting features */ }
  .o_form .o_icon_mandatory {
    margin-right: 0.25em; }
  .o_form .o_form_chelp {
    padding-left: 0.25em;
    margin-right: -1.25em; }
  .o_form .o_form_example {
    font-size: 90%; }
  .o_form .o_error {
    margin-top: 1px;
    margin-bottom: 0;
    padding: 10px; }
  .o_form hr.o_spacer_noline {
    border-top: 1px solid transparent; }
  .o_form hr.o_spacer.form,
  .o_form hr.o_spacer_noline.form {
    /* there is already enough space in the form by the wrapper divs */
    margin-top: 0px;
    margin-bottom: 0px; }
  .o_form .form-group.o_omit_margin {
    margin-bottom: 0; }
  .o_form .o_date {
    position: relative;
    padding-right: 34px; }
  .o_form .o_date.form-inline .form-group, .o_form .o_date.o_navbar-form .form-group {
    margin-left: 0; }
  .o_form .o_date.form-inline .form-group.o_second_date, .o_form .o_date.o_navbar-form .form-group.o_second_date, .o_form .o_date.form-inline .o_date_ms.form-group, .o_form .o_date.o_navbar-form .o_date_ms.form-group, .o_form .o_date.form-inline .form-group.o_date_separator, .o_form .o_date.o_navbar-form .form-group.o_date_separator {
    margin-left: 25px; }
  .o_form .btn-group .o_date {
    display: inline-block; }
  .o_form input.o_date_ms {
    width: 3em; }
  .o_form .has-feedback .o_date.form-inline .form-control.o_date_ms, .o_form .has-feedback .o_date.o_navbar-form .form-control.o_date_ms {
    padding-right: 0; }
  .o_form .o_form_element.form-inline .o_form_element.form-group, .o_form .o_form_element.o_navbar-form .o_form_element.form-group {
    margin-left: 25px; }
  .o_form .input-group.o_date_picker {
    width: 11em; }
  .o_form .has-feedback .o_date_picker .form-control {
    padding-right: 0; }
  .o_form .o_filepreview {
    margin-bottom: 10px; }
  .o_form .o_fileinput {
    cursor: pointer;
    position: relative;
    /* the fake chooser is what the user sees. this is on layer 1, only for display */
    /* real file chooser is transparent but on layer 2, click events trigger realchooser, not fakechooser */ }
    .o_form .o_fileinput .o_fakechooser {
      position: relative;
      z-index: 1; }
    .o_form .o_fileinput .o_realchooser {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      opacity: 0;
      filter: alpha(opacity=0);
      /* this is the magic: visually don't show the input element, but nevertheless catch click events */ }
    .o_form .o_fileinput .o_realchooser.o_chooser_with_delete {
      right: 38px; }
  .o_form .o_fileElement.has-error .o_icon_error.form-control-feedback {
    display: none; }
  .o_form .form-control.textarea.o_fixed_font_with {
    resize: vertical !important;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .o_form .form-control.textarea_disabled.o_fixed_font_with {
    white-space: pre-wrap;
    height: auto;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    color: #555555 !important;
    background: #fafafa; }
  .o_form .form-control.textarea_disabled {
    resize: both;
    overflow: auto;
    white-space: pre-wrap;
    background: #fafafa; }

.o_form_inline_mandatory_compact i {
  width: 20px; }
.o_form_inline_mandatory_compact select.form-control {
  width: calc(100% - 25px); }

/* day chooser with previous next */
.o_day_chooser .o_day_previous {
  display: inline-block; }
  .o_day_chooser .o_day_previous a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0; }
.o_day_chooser .o_day_date {
  display: inline-block;
  border-radius: 0; }
  .o_day_chooser .o_day_date input, .o_day_chooser .o_day_date .input-group-addon {
    border-radius: 0; }
.o_day_chooser .o_day_next {
  display: inline-block; }
  .o_day_chooser .o_day_next a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0; }

/* centered form labels are still left aligned */
.o_centered_form {
  text-align: center; }
  .o_centered_form fieldset.o_form {
    display: inline-block;
    text-align: left; }

/* choice element */
.o_choice_checkrow,
.o_choice_textrow {
  vertical-align: text-top;
  padding-bottom: 2px; }

.o_choice_textrow {
  padding-left: 1em; }

.o_togglecheck a {
  white-space: nowrap; }

.o_catalog .o_catalog_delete_img {
  position: relative;
  top: -0.5em; }

.o_button_dirty {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .o_button_dirty:hover, .o_button_dirty:focus, .o_button_dirty.focus, .o_button_dirty:active, .o_button_dirty.active, .open > .o_button_dirty.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .o_button_dirty:active, .o_button_dirty.active, .open > .o_button_dirty.dropdown-toggle {
    background-image: none; }
  .o_button_dirty.disabled, .o_button_dirty.disabled:hover, .o_button_dirty.disabled:focus, .o_button_dirty.disabled.focus, .o_button_dirty.disabled:active, .o_button_dirty.disabled.active, .o_button_dirty[disabled], .o_button_dirty[disabled]:hover, .o_button_dirty[disabled]:focus, .o_button_dirty[disabled].focus, .o_button_dirty[disabled]:active, .o_button_dirty[disabled].active, fieldset[disabled] .o_button_dirty, fieldset[disabled] .o_button_dirty:hover, fieldset[disabled] .o_button_dirty:focus, fieldset[disabled] .o_button_dirty.focus, fieldset[disabled] .o_button_dirty:active, fieldset[disabled] .o_button_dirty.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .o_button_dirty .badge {
    color: #f0ad4e;
    background-color: #fff; }

/* TOGGLE SLIDERS */
.o_button_toggle {
  border: 1px solid #777777;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background: #eeeeee;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  font-size: 16px;
  text-align: left;
  padding: 0 0.5em 0 1px;
  margin: 0; }
  .o_button_toggle i {
    color: #777777;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.25); }
  .o_button_toggle span {
    line-height: 16px;
    vertical-align: top;
    font-size: 60%;
    color: #777777;
    text-transform: uppercase; }
  .o_button_toggle.o_on {
    text-align: right;
    padding: 0 1px 0 0.5em; }
    .o_button_toggle.o_on i {
      color: #337ab7;
      text-shadow: -1px 0 2px rgba(0, 0, 0, 0.25); }

.o_table_wrapper {
  /* make table always responsive, meaning span entire width with scrollbar in case of overflow
     note: bootstrapt table-responsive does the same but only for small viewports 
   */
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }
  .o_table_wrapper.o_table_flexi .o_table_body {
    margin-top: 20px; }
  .o_table_wrapper.o_table_flexi .table {
    margin-top: 20px; }
    .o_table_wrapper.o_table_flexi .table td ul {
      margin: 0; }
  .o_table_wrapper.o_table_flexi.o_table_no_margin .table {
    margin: 0; }
  .o_table_wrapper.o_table_flexi tfoot {
    border-top: solid #ddd 2px; }
  .o_table_wrapper.o_table_flexi .o_multiselect {
    width: 20px; }
  .o_table_wrapper.o_table_edit table tbody {
    border-top: solid #f90 4px;
    background-color: #fefbf6; }
  .o_table_wrapper .o_table_search {
    max-width: 50em; }
  .o_table_wrapper .o_table_footer .o_table_checkall > a {
    font-weight: normal;
    margin-right: 10px; }
  .o_table_wrapper .o_table_footer .o_table_checkall.input-sm, .o_table_wrapper .o_table_footer .input-group-sm > .o_table_checkall.form-control,
  .o_table_wrapper .o_table_footer .input-group-sm > .o_table_checkall.input-group-addon,
  .o_table_wrapper .o_table_footer .input-group-sm > .input-group-btn > .o_table_checkall.btn {
    padding: 5px 6px; }
  .o_table_wrapper .o_table_footer .o_table_pagination {
    text-align: center; }
  .o_table_wrapper .o_table_rows_infos {
    float: left;
    padding-left: 0;
    padding-right: 20px;
    margin: 20px 0; }
  .o_table_wrapper .o_row_selected td {
    background-color: #dff0d8 !important; }
  .o_table_wrapper .o_table {
    margin-bottom: 0; }
  .o_table_wrapper .o_marked {
    font-weight: bold; }
  .o_table_wrapper .table {
    margin-bottom: 0; }
  .o_table_wrapper th a, .o_table_wrapper th a:hover {
    color: #333333;
    text-decoration: none; }

.o_table_search a.btn.o_reset_quick_search {
  width: 38px;
  margin-left: -38px;
  z-index: 5;
  color: grey; }
.o_table_search > label {
  display: inline; }

.o_breadcrumb.o_table_flexi_breadcrumb ol.breadcrumb {
  margin: 5px 0 0 0; }

div.o_table_flexi div.o_table_flexi_leaf {
  margin-left: 1.55em; }

div.o_table_flexi div.o_table_flexi_l0 {
  padding-left: 0px; }

div.o_table_flexi div.o_table_flexi_l1 {
  padding-left: 15px; }

div.o_table_flexi div.o_table_flexi_l2 {
  padding-left: 30px; }

div.o_table_flexi div.o_table_flexi_l3 {
  padding-left: 45px; }

div.o_table_flexi div.o_table_flexi_l4 {
  padding-left: 60px; }

div.o_table_flexi div.o_table_flexi_l5 {
  padding-left: 75px; }

div.o_table_flexi div.o_table_flexi_l6 {
  padding-left: 90px; }

div.o_table_flexi div.o_table_flexi_l7 {
  padding-left: 105px; }

div.o_table_flexi div.o_table_flexi_l8 {
  padding-left: 120px; }

div.o_table_flexi div.o_table_flexi_l9 {
  padding-left: 135px; }

div.o_table_flexi div.o_table_flexi_l10 {
  padding-left: 150px; }

div.o_table_flexi div.o_table_flexi_l11 {
  padding-left: 165px; }

@media (max-width: 767px) {
  .o_table_wrapper .o_table_rows_infos {
    clear: both; } }
a.o_orderby, a.o_orderby:hover {
  color: #333333;
  text-decoration: none; }
  a.o_orderby.o_orderby_asc, a.o_orderby.o_orderby_desc, a.o_orderby:hover.o_orderby_asc, a.o_orderby:hover.o_orderby_desc {
    border-bottom: 1px solid #ddd; }

.o_table_row_count {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: middle; }

.o_table_row_details td {
  background-color: white !important; }

.o_table_config {
  font-size: 12px; }

.o_table_buttons {
  text-align: center; }
  .o_table_buttons input {
    margin-right: 1em; }
    .o_table_buttons input:last-child {
      margin-right: 0; }

.o_table_tools {
  margin-left: 6px; }

.o_table_tools_indications, .o_table_tools_indications_filter_only {
  margin-left: 10px;
  padding-top: 3px;
  font-size: 80%; }
  .o_table_tools_indications a, .o_table_tools_indications_filter_only a {
    color: #d9534f; }

.o_table_toolbar_left .o_table_tools_indications {
  text-align: right; }

.o_table_count {
  max-width: 20em;
  float: left;
  padding: 0 15px; }

.o_table_filter .control-label {
  margin-right: 0.5em; }
  .o_table_filter .control-label:after {
    content: ':'; }
.o_table_filter > div {
  display: inline-block; }
  .o_table_filter > div label {
    font-weight: normal; }

table tr.o_no_border td,
table tr.o_no_border th {
  border-top: 0; }

/* bootstrap extensions */
.o_info .table-bordered td, o_note .table-bordered td, o_important .table-bordered td, o_warning .table-bordered td, o_error .table-bordered td {
  border-color: #333333; }

/* table embedded in panels */
.panel .o_table_layout {
  border-top: 1px solid #ddd;
  padding-top: 6px; }
.panel .o_table_count {
  padding: 0 15px; }

.o_table_header_fw {
  width: 40px; }

/* Instant Messaging components in navbar */
#o_navbar_imclient .o_im_messages {
  float: left; }
#o_navbar_imclient #o_im_message,
#o_navbar_imclient #o_im_status,
#o_navbar_imclient #o_im_summary {
  float: left;
  position: relative;
  padding: 15px 3px; }
#o_navbar_imclient #o_im_status, #o_navbar_imclient #o_im_message {
  padding-left: 15px; }
#o_navbar_imclient #o_im_summary .badge {
  color: #fff;
  background-color: #777777; }
#o_navbar_imclient #o_im_status li > a > span {
  display: inline; }
#o_navbar_imclient #o_im_status div.o_chelp_wrapper {
  right: 0.5em; }
#o_navbar_imclient #o_im_message a:hover,
#o_navbar_imclient #o_im_message a:focus {
  text-decoration: none; }
#o_navbar_imclient #o_im_message .o_icon_message {
  color: #d9534f; }
  #o_navbar_imclient #o_im_message .o_icon_message:hover {
    color: #f4c37d; }

.o_im_load_history {
  margin-bottom: 6px; }
  .o_im_load_history .o_label {
    font-size: 12px;
    padding-right: 0.5em;
    line-height: 1.5em;
    color: #777777; }

.o_im_chat_history {
  height: 170px;
  font-size: 90%;
  border: 1px solid #eeeeee;
  /* scrollbar */
  margin: 0 0 1em 0;
  overflow: scroll;
  overflow-x: auto; }

/* message group for all following messages of a single user. a new message group starts 
   when someone else replies */
.o_im_message_group {
  padding: 3px 3px 3px 40px;
  min-height: 40px;
  position: relative;
  border-top: 1px solid #eee;
  background: #fff; }
  .o_im_message_group.o_odd {
    background: #F4F4F4; }
  .o_im_message_group .o_portrait {
    position: absolute;
    top: 3px;
    left: 3px; }
  .o_im_message_group .o_im_from {
    color: #777777;
    font-size: 12px;
    font-weight: bold; }
    .o_im_message_group .o_im_from:hover {
      color: #5e5e5e; }
  .o_im_message_group div.o_im_body {
    padding: 3px 0 3px 0;
    font-size: 12px; }
    .o_im_message_group div.o_im_body .o_date {
      float: right;
      color: #777777;
      font-size: 9px; }

.o_groupchat_roster {
  font-size: 12px; }
  .o_groupchat_roster li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333; }
    .o_groupchat_roster li.o_vip {
      color: #3c763d; }
    .o_groupchat_roster li.o_anonymous {
      color: #31708f; }

.o_im_buddieslist .o_im_buddieslist_toggler .btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.o_im_buddieslist ul {
  font-size: 12px; }
  .o_im_buddieslist ul ul {
    padding-left: 1em; }
  .o_im_buddieslist ul a {
    color: #337ab7; }
    .o_im_buddieslist ul a:hover {
      color: #23527c; }

.o_flag {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 100%; }

option.o_with_flag {
  padding-left: 23px;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: 2px 50%; }

.o_flag_en {
  background-image: url("../light/images/flags/gb.png"); }

.o_flag_de {
  background-image: url("../light/images/flags/de.png"); }

.o_flag_fr {
  background-image: url("../light/images/flags/fr.png"); }

.o_flag_it {
  background-image: url("../light/images/flags/it.png"); }

.o_flag_es {
  background-image: url("../light/images/flags/es.png"); }

.o_flag_da {
  background-image: url("../light/images/flags/dk.png"); }

.o_flag_cs {
  background-image: url("../light/images/flags/cz.png"); }

.o_flag_el {
  background-image: url("../light/images/flags/gr.png"); }

.o_flag_ee {
  background-image: url("../light/images/flags/ee.png"); }

.o_flag_ru {
  background-image: url("../light/images/flags/ru.png"); }

.o_flag_pl {
  background-image: url("../light/images/flags/pl.png"); }

.o_flag_zh_CN {
  background-image: url("../light/images/flags/cn.png"); }

.o_flag_zh_TW {
  background-image: url("../light/images/flags/tw.png"); }

.o_flag_lt {
  background-image: url("../light/images/flags/lt.png"); }

.o_flag_fa {
  background-image: url("../light/images/flags/ir.png"); }

.o_flag_pt_PT {
  background-image: url("../light/images/flags/pt.png"); }

.o_flag_pt_BR {
  background-image: url("../light/images/flags/br.png"); }

.o_flag_tr {
  background-image: url("../light/images/flags/tr.png"); }

.o_flag_hu {
  background-image: url("../light/images/flags/hu.png"); }

.o_flag_sq {
  background-image: url("../light/images/flags/al.png"); }

.o_flag_in {
  background-image: url("../light/images/flags/id.png"); }

.o_flag_ar {
  background-image: url("../light/images/flags/eg.png"); }

.o_flag_rm {
  background-image: url("../light/images/flags/rm.png"); }

.o_flag_af {
  background-image: url("../light/images/flags/za.png"); }

.o_flag_vi {
  background-image: url("../light/images/flags/vn.png"); }

.o_flag_mn {
  background-image: url("../light/images/flags/mn.png"); }

.o_flag_iw {
  background-image: url("../light/images/flags/il.png"); }

.o_flag_ko {
  background-image: url("../light/images/flags/kr.png"); }

.o_flag_nl_NL {
  background-image: url("../light/images/flags/nl.png"); }

.o_flag_jp {
  background-image: url("../light/images/flags/jp.png"); }

.o_flag_nb_NO {
  background-image: url("../light/images/flags/no.png"); }

.o_flag_et_EE {
  background-image: url("../light/images/flags/ee.png"); }

.o_flag_bg {
  background-image: url("../light/images/flags/bg.png"); }

.o_flag_hi_IN_ASIA {
  background-image: url("../light/images/flags/in.png"); }

.o_flag_ar_LB {
  background-image: url("../light/images/flags/lb.png"); }

.o_flag_gl_ES {
  background-image: url("../light/images/flags/galicia.png"); }

.o_flag_sk {
  background-image: url("../light/images/flags/sk.png"); }

.o_rating .o_rating_title {
  font-size: 12px; }
.o_rating .o_rating_items {
  white-space: nowrap; }
  .o_rating .o_rating_items .o_icon, .o_rating .o_rating_items .o_progress_failed .inset:after, .o_progress_failed .o_rating .o_rating_items .inset:after, .o_rating .o_rating_items .o_progress_passed .inset:after, .o_progress_passed .o_rating .o_rating_items .inset:after {
    color: #f0ad4e; }
  .o_rating .o_rating_items .o_legend {
    margin-left: 1em;
    font-size: 12px;
    line-height: normal; }
.o_rating.o_rating_personal .o_rating_items .o_icon, .o_rating.o_rating_personal .o_rating_items .o_progress_failed .inset:after, .o_progress_failed .o_rating.o_rating_personal .o_rating_items .inset:after, .o_rating.o_rating_personal .o_rating_items .o_progress_passed .inset:after, .o_progress_passed .o_rating.o_rating_personal .o_rating_items .inset:after {
  color: #337ab7; }
.o_rating .o_rating_explanation {
  font-size: 12px;
  color: #777777; }
@media (max-width: 991px) {
  .o_rating .o_rating_title, .o_rating .o_rating_explanation {
    display: none; } }

.o_comments .o_comment_wrapper {
  /* a reply to a comment */ }
  .o_comments .o_comment_wrapper .o_avatar {
    float: left;
    margin: 0 1em 0 0; }
  .o_comments .o_comment_wrapper .o_reply, .o_comments .o_comment_wrapper .o_delete {
    float: right; }
  .o_comments .o_comment_wrapper .o_comment_wrapper {
    margin-left: 16px; }

.o_ratings_and_comments .o_rating_wrapper {
  vertical-align: middle;
  display: inline-block; }
.o_ratings_and_comments a.o_comments {
  margin-left: 10px;
  position: relative;
  top: 0.1em;
  /* fix line correlation to stars */ }
.o_ratings_and_comments div.o_notifications {
  float: right; }

/* charts (crispEdges) */
.d3chart .bar {
  shape-rendering: crispEdges; }
.d3chart .bar_default_light {
  fill: #64a0d3; }
.d3chart .bar_default, .d3chart .bubble_default {
  fill: #337ab7; }
.d3chart .bar_default_dark {
  fill: #23527c; }
.d3chart .axis {
  font: 12px sans-serif; }
.d3chart .axis path, .d3chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.o_forum_peekview .o_quote_wrapper, .o_forum_peekview .b_quote_wrapper {
  /* keep b_* for legacy posts */
  display: none; }

.o_forum_thread_sticky {
  font-weight: bold; }

.o_forum_switch {
  font-size: 12px; }

.o_forum_toolbar {
  margin-bottom: 6px;
  float: left; }

.o_forum_fulltextsearch {
  float: right; }

@media (max-width: 767px) {
  .o_forum_fulltextsearch {
    float: left; }

  .o_forum_toolbar .o_forum_tool span {
    display: none; } }
.o_forum {
  /* add space for move-thread menu, otherwise menu cut (layer problem of pulldown */
  padding-bottom: 50px; }
  .o_forum .o_mark, .o_forum .o_ep_collect {
    float: right;
    position: relative;
    width: 2em;
    margin-left: 12px; }
  .o_forum .o_portrait {
    float: left;
    margin-right: 16px; }
  .o_forum .o_portrait_avatar {
    width: 70px;
    height: 70px; }
  .o_forum .o_newindicator {
    font-size: 10px;
    color: #5cb85c;
    text-transform: uppercase;
    padding-left: 1em;
    vertical-align: text-top;
    white-space: nowrap; }
  .o_forum .o_author, .o_forum .o_date {
    display: inline-block;
    color: #777777; }
  .o_forum .o_date {
    font-size: 12px; }
  .o_forum .o_modified {
    color: #8a6d3b;
    font-size: 12px;
    font-style: italic; }
  .o_forum .o_forum_message {
    margin-bottom: 20px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .o_forum .o_forum_message_new {
    -webkit-box-shadow: 0 1px 10px rgba(92, 184, 92, 0.3);
    box-shadow: 0 1px 10px rgba(92, 184, 92, 0.3); }
  .o_forum .o_forum_message_highlight {
    -webkit-box-shadow: 0 1px 10px rgba(240, 173, 78, 0.5);
    box-shadow: 0 1px 10px rgba(240, 173, 78, 0.5); }
  .o_forum .o_forum_message_header {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .o_forum .o_forum_message_title {
    margin-top: 0; }
  .o_forum .o_forum_message_body {
    padding: 10px 15px; }
  .o_forum .o_forum_message_attachments {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 12px;
    background-color: #f7f7f9; }
  .o_forum .o_attachment {
    position: relative;
    max-width: 250px;
    vertical-align: top;
    margin: 6px 12px 10px 0; }
    .o_forum .o_attachment img {
      margin-top: 6px; }
  .o_forum .o_filename {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .o_forum .o_icon_enlarge {
    position: absolute;
    left: 1em;
    bottom: 1em;
    text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    .o_forum .o_attachments {
      font-size: 10px; }
    .o_forum .o_attachment {
      max-width: 200px; }
      .o_forum .o_attachment img {
        max-width: 150px; }
    .o_forum .o_filename {
      max-width: 200px; } }
  @media (max-width: 767px) {
    .o_forum .o_attachments {
      font-size: 9px; }
    .o_forum .o_attachment {
      max-width: 150px; }
      .o_forum .o_attachment img {
        max-width: 100px; }
    .o_forum .o_filename {
      max-width: 150px; } }

/* quotes need b_* legacy styling, part of already saved messages */
.o_quote_wrapper, .b_quote_wrapper {
  position: relative;
  margin: 10px 0; }

.o_quote_author, .b_quote_author {
  color: #777777;
  font-size: 12px; }
  .o_quote_author:before, .b_quote_author:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 21px;
    padding-right: 0.5em; }

blockquote.o_quote, blockquote.b_quote {
  color: #555555;
  font-size: 12px;
  margin-top: 6px;
  padding: 0 12px; }

/* HELP, context sensitive */
a.o_chelp {
  display: inline-block;
  padding: 1px 3px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  border-radius: 2px;
  cursor: help;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  a.o_chelp:active, a.o_chelp:hover, a.o_chelp:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2a6598;
    border-color: #204d74; }
  a.o_chelp i {
    font-size: 10px !important; }

.o_chelp_wrapper {
  position: relative;
  float: right;
  display: inline-block;
  line-height: normal;
  margin-bottom: 10px;
  margin-left: 10px; }

/* context help for input element in forms, right from label and context help tooltips */
.o_form_chelp,
.o_chelp_tooltip {
  color: #737373; }

/* drawing */
.o_draw_circle {
  border: 2px solid #337ab7;
  border-radius: 50%;
  position: absolute !important;
  box-sizing: border-box; }

.o_draw_rectangle {
  border: 2px solid #337ab7;
  position: absolute !important;
  box-sizing: border-box; }

/* iframe display controller - used to deliver all course contents */
.o_iframedisplay iframe {
  width: 100%; }

/* Make the parent raltive to apply the absoluteof the children */
.o_content_cloneable {
  position: relative; }

/* normally content is wrapped in a single page which uses an iframedisplay */
.o_singlepage .o_edit {
  position: absolute;
  top: 0;
  right: 25px; }

/* the clone controller is used to pop content out of the window into another window. */
.o_content_popup {
  position: absolute;
  top: 0;
  right: 0; }

/* content packaging module */
.o_module_cp_wrapper {
  position: relative; }
  .o_module_cp_wrapper .o_tools {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    vertical-align: middle; }
    .o_module_cp_wrapper .o_tools .o_search_wrapper {
      display: inline-block;
      position: relative;
      top: -2px;
      /* remove space around search icon */ }
      .o_module_cp_wrapper .o_tools .o_search_wrapper .form-group {
        margin-bottom: 0; }
      .o_module_cp_wrapper .o_tools .o_search_wrapper .form-control-static {
        padding-top: 0;
        padding-bottom: 0; }

/* drop down menus made with OO modal dialog and not bootstrap dropdown */
ul.o_dropdown {
  /* revert padding from popover */
  margin: -5px -14px; }
  ul.o_dropdown .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  ul.o_dropdown > li > a {
    display: block;
    padding: 5px 14px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    background: #fcfcfc;
    white-space: nowrap; }
    ul.o_dropdown > li > a:hover, ul.o_dropdown > li > a:focus {
      text-decoration: none;
      color: #262626;
      background-color: #f5f5f5; }
  ul.o_dropdown > li > i.o_icon_check {
    display: inline-block;
    padding-left: 14px; }
  ul.o_dropdown > li > i.o_icon_check + a {
    display: inline-block;
    padding-left: 5px; }

/* SCORM module */
.badge {
  /* badge color */ }
  .badge.o_scorm_completed {
    background-color: #3c763d; }
  .badge.o_scorm_failed {
    background-color: #a94442; }
  .badge.o_scorm_incomplete {
    background-color: #8a6d3b; }
  .badge.o_scorm_not_attempted {
    background: none; }

/* briefcase (folder) module */
.o_bc_meta h5, .o_bc_meta .o_author, .o_bc_meta .o_comment, .tooltip h5, .tooltip .o_author, .tooltip .o_comment {
  color: #fff;
  margin: 5px 0; }
.o_bc_meta .o_thumbnail, .tooltip .o_thumbnail {
  width: 200px;
  height: 200px;
  display: inline-block;
  /* render centered if title larger than image */
  background-color: #fff;
  margin: 0 -5px;
  /* remove ugly border */ }

/* HTML editor */
.o_htmleditor .o_metadata {
  /* match tinymce style */
  border: 1px solid #999;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 0;
  background: #eee;
  position: relative;
  top: 1px;
  padding: 5px; }
  .o_htmleditor .o_metadata #o_filename {
    float: left; }
  .o_htmleditor .o_metadata .o_lastmodified {
    float: right;
    color: #777777;
    line-height: 1.42857; }
.o_htmleditor #o_save {
  margin-top: 10px;
  text-align: center; }
  .o_htmleditor #o_save input {
    margin-right: 1em; }
    .o_htmleditor #o_save input:last-child {
      margin-right: 0; }

/* notifications and subscription */
.o_notifications_news_wrapper .o_notifications_news_subscription {
  margin: 10px 0; }
  .o_notifications_news_wrapper .o_notifications_news_subscription h4 i, .o_notifications_news_wrapper .o_notifications_news_subscription .o_cal .fc-header-title h2 i, .o_cal .fc-header-title .o_notifications_news_wrapper .o_notifications_news_subscription h2 i {
    display: none; }
  .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_context {
    color: #777777; }
  .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content {
    margin-left: 1.5em;
    position: relative; }
    .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content .o_icon, .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content .o_progress_failed .inset:after, .o_progress_failed .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content .inset:after, .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content .o_progress_passed .inset:after, .o_progress_passed .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content .inset:after {
      position: absolute;
      left: -1.5em;
      line-height: 1.5em;
      top: 0; }
    .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_content .o_date {
      color: #777777; }
  .o_notifications_news_wrapper .o_notifications_news_subscription .o_notifications_news_url {
    margin-left: 1.5em; }

.o_noti {
  margin: 6px 0 6px 12px;
  float: right;
  color: #777777; }
  .o_noti .o_label {
    color: #777777;
    cursor: help; }
  @media (max-width: 767px) {
    .o_noti .o_label span {
      display: none; } }

.panel-body .o_noti {
  /* override default margin */
  margin: 0; }

/* Portrait image */
.o_portrait {
  display: inline-block; }
  .o_portrait img {
    border-radius: 50%;
    border: none;
    background-color: #eeeeee;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }

.o_portrait_name {
  margin-top: 6px; }

.o_block_inline .o_portait, .o_block_inline .o_portrait_name, .o_block_inline .o_portrait_image, .o_block_inline_right .o_portait, .o_block_inline_right .o_portrait_name, .o_block_inline_right .o_portrait_image, .o_block_inline_left .o_portait, .o_block_inline_left .o_portrait_name, .o_block_inline_left .o_portrait_image, .o_block_inline_both .o_portait, .o_block_inline_both .o_portrait_name, .o_block_inline_both .o_portrait_image {
  display: inline-block; }

/* Dummy user portrait (avatar) display - portrait sizes must match with DisplayPortraitManager.WIDTH_PORTRAIT_SMALLDisplayPortraitManager.WIDTH_PORTRAIT_BIG

Dummy is used for registered users which have no personal avatar image. 
- dummy is used if gender is not known
- dummy_female is used for femal users
- dummy_male is used for male users

Anonymous is used for guest users and in anonymous chat / forum postings

The "important!" avoids hiding the image by bootstrap.
*/
.o_portrait_avatar,
.o_portrait_dummy,
.o_portrait_dummy_female_big,
.o_portrait_dummy_male_big,
.o_portrait_anonymous {
  width: 100px;
  height: 100px; }

.o_portrait_dummy {
  background-image: url("../light/images/portrait/dummy.png") !important; }

.o_portrait_dummy_female_big {
  background-image: url("../light/images/portrait/dummy_female_big.png") !important; }

.o_portrait_dummy_male_big {
  background-image: url("../light/images/portrait/dummy_male_big.png") !important; }

.o_portrait_anonymous {
  background-image: url("../light/images/portrait/anonymous.png") !important; }

.o_portrait_avatar_small,
.o_portrait_dummy_small,
.o_portrait_dummy_female_small,
.o_portrait_dummy_male_small,
.o_portrait_anonymous_small {
  width: 30px;
  height: 30px; }

.o_portrait_dummy_small {
  background-image: url("../light/images/portrait/dummy_small.png") !important; }

.o_portrait_dummy_female_small {
  background-image: url("../light/images/portrait/dummy_female_small.png") !important; }

.o_portrait_dummy_male_small {
  background-image: url("../light/images/portrait/dummy_male_small.png") !important; }

.o_portrait_anonymous_small {
  background-image: url("../light/images/portrait/anonymous_small.png") !important; }

/* Date component, used in info course element, blog etc */
.o_datecomp {
  position: relative;
  width: 40px;
  height: 52px;
  border: 1px solid #555555;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle; }
  .o_datecomp div.o_year {
    position: absolute;
    left: 0;
    width: 100%;
    top: -20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px; }
  .o_datecomp div.o_month {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #337ab7;
    color: #fff; }
  .o_datecomp div.o_day {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-top: 1px solid #555555;
    background-color: #fff;
    color: #333333; }

.o_block_with_datecomp {
  /* large to have space for year */ }
  .o_block_with_datecomp .o_head {
    position: relative;
    padding-left: 52px; }
  .o_block_with_datecomp .o_datecomp {
    position: absolute;
    top: 0.2em;
    left: 0; }
  .o_block_with_datecomp .o_title {
    margin-top: 0; }
  .o_block_with_datecomp .o_meta {
    color: #777777; }
  .o_block_with_datecomp .o_content {
    border-left: 5px solid #eeeeee;
    padding: 0 20px; }
  .o_block_with_datecomp .o_block_footer {
    padding-left: 25px; }

/* Efficiency statement and certificates */
ul.o_certificates li {
  padding: 5px 0; }
  ul.o_certificates li a.o_sel_certificate_delete {
    padding-left: 2em; }

/* Calendar */
.o_cal_toptoolbar {
  margin-bottom: 6px; }
  .o_cal_toptoolbar .o_cal_toptoolbar_help {
    float: left;
    margin-right: 12px; }
  .o_cal_toptoolbar .o_noti {
    margin-top: 0; }

/* Feed (Blog/Podcast */
.o_feed .o_date, .o_feed .o_author {
  color: #777777; }
.o_feed .o_subscription a {
  margin-right: 1.5em; }
.o_feed .o_subscription .form-group {
  margin-bottom: 5px; }
.o_feed .o_subscription .form-control {
  border: 0;
  background: none;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
.o_feed .o_blog_posts .o_ratings_and_comments .o_rating_wrapper {
  float: left; }
  .o_feed .o_blog_posts .o_ratings_and_comments .o_rating_wrapper .o_rating_title, .o_feed .o_blog_posts .o_ratings_and_comments .o_rating_wrapper .o_rating_explanation, .o_feed .o_blog_posts .o_ratings_and_comments .o_rating_wrapper .o_legend {
    display: none; }
.o_feed .o_blog_posts .o_ratings_and_comments a.o_comments span {
  display: none; }
.o_feed .o_content:before, .o_feed .o_content:after {
  content: " ";
  display: table; }
.o_feed .o_content:after {
  clear: both; }
.o_feed .o_enclosure {
  clear: both; }

/* Glossary */
.o_glossary .o_register {
  text-align: center; }
.o_glossary .o_meta {
  font-size: 90%;
  color: #777777;
  font-style: italic; }
.o_glossary dl dt:first-letter {
  font-size: 21px; }
.o_glossary dl dt small {
  color: #777777; }

.o_tm_glossary {
  border-bottom: 1px dotted #666699 !important; }

.o_tm_yellow {
  background-color: #FFFF66; }

.o_tm_blue {
  background-color: #33FFFF; }

.o_tm_red {
  background-color: #FF3333; }

.o_tm_green {
  background-color: #99FF00; }

/* Coaching */
.o_coaching div#o_main_toolbar.o_toolbar {
  margin-top: 0px; }

.o_eff_statement_details .o_user_infos {
  margin-top: 20px; }

/* Assessment */
div.o_assessment_user_type_filter {
  display: inline-block;
  padding: 0.5em;
  border: 1px solid #eeeeee;
  border-radius: 4px; }
  div.o_assessment_user_type_filter div.form-inline, div.o_assessment_user_type_filter div.o_navbar-form {
    margin-left: 5px;
    display: inline-block; }

div.panel.o_assessment_modes .o_table_body {
  margin-top: 0; }
div.panel.o_assessment_modes .o_table_wrapper {
  margin-bottom: 5px; }

div.o_assessment_mode_row {
  padding: 0 15px; }
  div.o_assessment_mode_row.o_assessment_today {
    padding: 0 20px 0 12px;
    border-left: 3px solid #3c763d;
    background-color: #dff0d8; }
  div.o_assessment_mode_row.o_assessment_end_soon.o_assessment_today {
    padding: 0 20px 0 12px;
    border-left: 3px solid #a94442;
    background-color: #f2dede; }

/* vitero */
.vitero_iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 60em; }

/* Reminders rules */
.o_reminder_rule {
  padding: 5px 0; }

/* Segmented view wrapper */
.o_segments.btn-group a span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis; }

.o_segments_content {
  margin-top: 20px; }

.o_segments.o_segments_linked .btn, .o_segments.o_segments_linked .btn:hover, .o_segments.o_segments_linked .btn:active, .o_segments.o_segments_linked .btn:focus {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none; }
.o_segments.o_segments_linked .btn-primary {
  color: #000;
  font-size: 24px;
  background: none; }
.o_segments.o_segments_linked .btn-default, .o_segments.o_segments_linked .btn-default:hover, .o_segments.o_segments_linked .btn-default:active, .o_segments.o_segments_linked .btn-default:focus {
  color: #337ab7;
  background: none; }
.o_segments.o_segments_linked .o_segment_separator {
  color: #000; }

/* Tabbed pane component */
.o_tabbed_pane .o_tabbed_pane_content {
  padding: 20px 0 6px 0; }

/* toogle box, based on bootstrap collapse plugin */
.o_togglebox_wrapper .o_opener {
  position: relative;
  left: -0.5em; }
.o_togglebox_wrapper div.o_togglebox_content {
  position: relative;
  margin: 0; }
  .o_togglebox_wrapper div.o_togglebox_content .o_hide {
    position: absolute;
    bottom: 0.5em;
    right: 1em; }

/* the old toolbox */
.o_toolboxes ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em; }

/* QR-Code container */
.o_qrcode {
  width: 256px;
  height: 256px; }

/* busy screen */
#o_ajax_busy {
  position: absolute;
  left: 50%;
  top: 20em;
  margin-left: -2.5em;
  height: 5em;
  width: 5em;
  color: #fff;
  z-index: 1201;
  /* modal backdrop set to 1200 */
  display: none; }

#o_body.o_ajax_busy {
  cursor: busy; }

/* error screen */
.o_exception .o_visual {
  position: relative;
  /* image CC by Nomadic Lass https://www.flickr.com/photos/nomadic_lass/5329061838/ */
  background-image: url("../light/images/lion-500x333.jpg");
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  width: 500px;
  height: 333px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 0 10px 16px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .o_exception .o_visual {
      width: 375px;
      height: 249px; } }
  @media (min-width: 500px) and (max-width: 767px) {
    .o_exception .o_visual {
      width: 250px;
      height: 166px; } }
  @media (max-width: 500px) {
    .o_exception .o_visual {
      background-size: cover; } }
.o_exception .jumbotron h1, .o_exception .o_repo_details .o_lead h1, .o_repo_details .o_exception .o_lead h1 {
  color: #d9534f; }

/* list */
ul.o_assessment_docs {
  margin-bottom: 0; }

ul.o_assessment_docs > li {
  margin-bottom: 0.33em; }

ul.o_assessment_docs > li:last-child {
  margin-bottom: 0em; }

/* personal mail box tool */
.o_mail_message .o_mail_meta {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 5px 10px; }
  .o_mail_message .o_mail_meta h3 {
    margin-top: 0; }
.o_mail_message .o_mail_date,
.o_mail_message .o_mail_from,
.o_mail_message .o_mail_recipients {
  color: #777777;
  font-size: 90%; }
  .o_mail_message .o_mail_date .o_label,
  .o_mail_message .o_mail_from .o_label,
  .o_mail_message .o_mail_recipients .o_label {
    font-weight: bold;
    margin-right: 1em; }
  .o_mail_message .o_mail_date .o_group span,
  .o_mail_message .o_mail_from .o_group span,
  .o_mail_message .o_mail_recipients .o_group span {
    font-weight: bold; }
    .o_mail_message .o_mail_date .o_group span:after,
    .o_mail_message .o_mail_from .o_group span:after,
    .o_mail_message .o_mail_recipients .o_group span:after {
      content: ':';
      margin-right: 0.5em; }
  .o_mail_message .o_mail_date i,
  .o_mail_message .o_mail_from i,
  .o_mail_message .o_mail_recipients i {
    margin-left: 1em; }
  .o_mail_message .o_mail_date ul.list-inline,
  .o_mail_message .o_mail_from ul.list-inline,
  .o_mail_message .o_mail_recipients ul.list-inline {
    display: inline; }
    .o_mail_message .o_mail_date ul.list-inline li,
    .o_mail_message .o_mail_from ul.list-inline li,
    .o_mail_message .o_mail_recipients ul.list-inline li {
      padding-right: 0;
      padding-left: 0; }
.o_mail_message .o_more {
  margin-left: 1em; }
.o_mail_message .o_showAllLink {
  float: right;
  font-size: 80%; }

/* indicator on progress bar */
.progress .o_progress_marker {
  position: absolute;
  height: 100%;
  top: 0;
  width: 3px;
  background: red; }

.o_progress.o_progress_inline {
  display: inline-block;
  white-space: nowrap; }
  .o_progress.o_progress_inline .progress {
    vertical-align: bottom; }
.o_progress .o_progress_label,
.o_progress .o_progress_info {
  display: inline-block;
  vertical-align: top; }
.o_progress .o_progress_info {
  margin-left: 0.5em; }
.o_progress .progress {
  position: relative;
  display: inline-block;
  text-shadow: 1px 1px 2px #000000;
  font-size: 12px;
  line-height: 20px;
  color: #fff; }
  .o_progress .progress .o_progress_label_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0.4em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .o_progress .progress:not(.o_progress-sm) + .o_progress_label_wrapper {
    /* when renderend outside of progressbar */
    margin-left: 0.5em; }
.o_progress .o_progress-lg {
  height: 40px; }
  .o_progress .o_progress-lg .o_progress_label_wrapper {
    padding-left: 1em;
    line-height: 40px; }
.o_progress .o_progress-sm {
  vertical-align: bottom;
  height: 5px; }
  .o_progress .o_progress-sm + span {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 80%; }

/* web documents */
.o_web_content {
  padding-bottom: 15px; }

/* label */
.o_labeled_light,
a.o_labeled_light,
.o_labeled,
a.o_labeled {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 75%;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 5px;
  background-color: #777;
  color: #fff;
  position: relative; }

.o_labeled_light,
a.o_labeled_light {
  font-weight: bold;
  background-color: #f8f8f8; }

/* Multiselect dropdown element */
.o_ms_button {
  max-width: 100%;
  width: 100%;
  display: flex; }
  .o_ms_button span:not(.o_ms_carret) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .o_ms_button .o_ms_carret {
    margin: auto 0 auto auto; }

.o_ms_list {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
  top: unset; }

/* disclaimer formatting */
.o_disclaimer .o_disclaimer_content {
  max-height: 50vh;
  overflow: auto;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background: #fbfbfb;
  padding: 10px;
  border: 1px solid #c2c2c2; }

/* files and folders */
.o_files_size_okay {
  color: #61E868; }

.o_files_size_warning {
  color: #FFB100; }

.o_files_size_large {
  color: #E82A0C; }

.tt-input {
  width: 400px; }

.tt-menu {
  width: 400px;
  margin-top: 6px;
  padding: 0 0 0;
  color: #555555;
  background-color: #fcfcfc;
  /* same border style as in bootstrap form */
  border: 1px solid #66afe9;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6); }

.tt-suggestion {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857; }

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #337ab7; }

.tt-suggestion p {
  margin: 0; }

.tt-menu div.o_icon_error:before {
  content: ''; }

.o_search_link_extended, .o_search_link_simple {
  margin-top: 12px;
  display: inline-block; }

.o_search_results_stats {
  color: #777777;
  padding-left: 1.5em; }

.o_search_highlight {
  margin-left: 12px;
  font-size: 12px; }

.o_search_result_title h4, .o_search_result_title .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_search_result_title h2 {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 6px; }
  .o_search_result_title h4 .o_icon-fw, .o_search_result_title .o_cal .fc-header-title h2 .o_icon-fw, .o_cal .fc-header-title .o_search_result_title h2 .o_icon-fw {
    text-align: left; }

.o_search_result_highlight {
  font-weight: bold;
  background-color: transparent; }

.o_search_result_context {
  display: inline-block;
  /* license on same line after context */
  color: #3c763d;
  margin-right: 1em; }

.o_search_result_license {
  display: inline-block;
  /* license on same line after context */
  color: #777777; }

.o_search_result_excerpt {
  color: #555555; }

.o_search_result .o_opener {
  font-size: 12px; }
  .o_search_result .o_opener i {
    width: 1em; }

.o_search_result_details .o_togglebox_wrapper.o_block {
  margin-top: 0;
  margin-bottom: 0; }
.o_search_result_details .o_togglebox_wrapper .o_togglebox_content {
  color: #777777;
  font-size: 12px;
  background: #fff;
  padding: 6px 12px; }
.o_search_result_details .o_togglebox_wrapper .o_search_result_license i {
  font-size: 20px; }
@media (max-width: 767px) {
  .o_search_result_details {
    display: none; } }

/*
 * Based on the very good Fuel UX (http://exacttarget.github.io/fuelux) wizard style
 */
.wizard {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  .wizard ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 4000px; }
    .wizard ul li {
      float: left;
      margin: 0;
      padding: 0 20px 0 30px;
      height: 46px;
      line-height: 46px;
      position: relative;
      background: #ededed;
      color: #333333;
      font-size: 16px;
      cursor: default; }
      .wizard ul li .chevron {
        border: 24px solid transparent;
        border-left: 14px solid #d4d4d4;
        border-right: 0;
        display: block;
        position: absolute;
        right: -14px;
        top: 0;
        z-index: 1; }
      .wizard ul li .chevron:before {
        border: 24px solid transparent;
        border-left: 14px solid #ededed;
        border-right: 0;
        content: "";
        display: block;
        position: absolute;
        right: 1px;
        top: -24px; }
      .wizard ul li.active {
        background: #f1f6fc;
        color: #333333; }
        .wizard ul li.active .chevron:before {
          border-left: 14px solid #f1f6fc; }
      .wizard ul li .badge {
        margin-right: 8px; }
    .wizard ul li:first-child {
      border-radius: 4px 0 0 4px;
      padding-left: 20px; }

.o_process {
  position: relative;
  padding-left: 25px; }
  .o_process .o_step {
    position: relative;
    height: auto;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px; }
  .o_process .o_bar {
    position: absolute;
    top: 10px;
    left: 8px;
    height: 100%;
    border-left: 4px solid #777777; }
    .o_process .o_bar:after {
      position: absolute;
      top: 0;
      left: -10px;
      height: 16px;
      width: 16px;
      border: 4px solid #777777;
      border-radius: 16px;
      background: #fff;
      content: " "; }
  .o_process .o_title {
    margin-top: -1px;
    color: #777777 !important; }
    .o_process .o_title:before {
      /* ok or hand icon */
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -24px; }
    .o_process .o_title a:before {
      /* toggle icon */
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      width: 1em; }
    .o_process .o_title a.collapsed:before {
      /* toggle icon */
      content: ""; }
  .o_process .o_step.o_active .o_bar,
  .o_process .o_step.o_active .o_bar:after {
    border-color: #337ab7; }
  .o_process .o_step.o_active .o_title {
    color: #337ab7 !important; }
    .o_process .o_step.o_active .o_title:before {
      content: "";
      color: #337ab7; }
  .o_process .o_step.o_done .o_bar,
  .o_process .o_step.o_done .o_bar:after {
    border-color: #5094ce; }
  .o_process .o_step.o_done .o_title {
    color: #5094ce !important; }
    .o_process .o_step.o_done .o_title:before {
      content: "";
      color: #5cb85c; }
  .o_process .o_meta {
    color: #777777;
    font-size: 12px;
    margin-top: -0.5em; }

/* sites specific styles */
/* width of calendar color indicator */
/* calender colors for events: must be the last thing in the file !! */
.o_cal_orange {
  background: #ffc266;
  border-color: #ff9900;
  color: #5D5D5D; }

.o_cal_orange .o_cal_wv_event_header {
  background: #ff9900; }

.o_cal_orange a {
  color: #5D5D5D !important; }

.o_cal_class.o_cal_orange {
  border-left: 20px solid #ffc266; }

.o_cal_green {
  background: #66c266;
  border-color: #009900;
  color: #FFF; }

.o_cal_green .o_cal_wv_event_header {
  background: #009900; }

.o_cal_green a {
  color: #FFF !important; }

.o_cal_class.o_cal_green {
  border-left: 20px solid #66c266; }

.o_cal_blue {
  background: #4d6e9f;
  border-color: #2e5894;
  color: #FFF; }

.o_cal_blue .o_cal_wv_event_header {
  background: #2e5894; }

.o_cal_blue a {
  color: #FFF !important; }

.o_cal_class.o_cal_blue {
  border-left: 20px solid #4d6e9f; }

.o_cal_yellow {
  background: #ffe066;
  border-color: #ffcc00;
  color: #5D5D5D; }

.o_cal_yellow .o_cal_wv_event_header {
  background: #ffcc00; }

.o_cal_yellow a {
  color: #5D5D5D !important; }

.o_cal_class.o_cal_yellow {
  border-left: 20px solid #ffe066; }

.o_cal_red {
  background: #c26666;
  border-color: #990000;
  color: #FFF; }

.o_cal_red .o_cal_wv_event_header {
  background: #990000; }

.o_cal_red a {
  color: #FFF !important; }

.o_cal_class.o_cal_red {
  border-left: 20px solid #c26666; }

.o_cal_rebeccapurple {
  background: #663399;
  border-color: #663399;
  color: #FFF; }

.o_cal_rebeccapurple .o_cal_wv_event_header {
  background: #663399; }

.o_cal_rebeccapurple a {
  color: #FFF !important; }

.o_cal_class.o_cal_rebeccapurple {
  border-left: 20px solid #663399; }

.o_cal_fuchsia {
  background: #FF00FF;
  border-color: #dd00dd;
  color: #FFF; }

.o_cal_fuchsia .o_cal_wv_event_header {
  background: #FF00FF; }

.o_cal_fuchsia a {
  color: #FFF !important; }

.o_cal_class.o_cal_fuchsia {
  border-left: 20px solid #FF00FF; }

.o_cal_olive {
  background: #808000;
  border-color: #636300;
  color: #FFF; }

.o_cal_olive .o_cal_wv_event_header {
  background: #808000; }

.o_cal_olive a {
  color: #FFF !important; }

.o_cal_class.o_cal_olive {
  border-left: 20px solid #808000; }

.o_cal_navy {
  background: #000080;
  border-color: #000057;
  color: #FFF; }

.o_cal_navy .o_cal_wv_event_header {
  background: #000080; }

.o_cal_navy a {
  color: #FFF !important; }

.o_cal_class.o_cal_navy {
  border-left: 20px solid #000080; }

.o_cal_maroon {
  background: #800000;
  border-color: #740000;
  color: #FFF; }

.o_cal_maroon .o_cal_wv_event_header {
  background: #800000; }

.o_cal_maroon a {
  color: #FFF !important; }

.o_cal_class.o_cal_maroon {
  border-left: 20px solid #800000; }

.o_cal_lime {
  background: #00FF00;
  border-color: #00e200;
  color: #004d00; }

.o_cal_lime .o_cal_wv_event_header {
  background: #00FF00; }

.o_cal_lime a {
  color: #004d00 !important; }

.o_cal_class.o_cal_lime {
  border-left: 20px solid #00FF00; }

.o_cal_grey {
  background: #DDDAAA;
  border-color: #5D5D5D;
  color: #FFF; }

.o_cal_grey .o_cal_wv_event_header {
  background: #5D5D5D; }

.o_cal_grey a {
  color: #FFF !important; }

.o_cal_class.o_cal_grey {
  border-left: 20px solid #DDDAAA; }

.o_sel_calendar_print_chooser {
  padding-right: 4em; }

.o_cal_config_enabled, .o_cal_config_disabled {
  position: relative;
  float: left;
  display: inline; }

.o_cal_config_calendar {
  margin: 0 5px;
  padding: 1px 6px 1px 4px;
  position: relative;
  width: 200px;
  overflow: hidden;
  float: left;
  display: inline; }

.o_cal_config_color {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px; }

.o_cal_colorchooser_selected:before {
  content: ""; }

#o_cal_colorchooser div {
  border: 1px solid #337ab7;
  margin: 5px;
  display: inline-block; }
#o_cal_colorchooser div:hover {
  border: 1px solid #333; }
#o_cal_colorchooser a {
  width: 20px;
  height: 20px;
  display: inline-block; }

.o_cal_embedded_course_container .o_content_popup {
  top: 0; }

.o_cal_wv_event_tooltip_content .o_cal_description {
  background-color: #f8f8f8;
  padding: 10px 7px;
  margin: 10px -7px; }
.o_cal_wv_event_tooltip_content .o_cal_tooltip_buttons {
  text-align: center;
  margin-top: 20px; }

.o_cal_event_managed .fc-content:after {
  margin-right: 2px;
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.o_cal_event_not_managed .fc-content:after {
  margin-right: 2px;
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.o_cal_event_livestream .fc-content:after {
  margin-right: 2px;
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.o_cal_event_managed.o_cal_event_livestream .fc-content:after {
  margin-right: 2px;
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " "; }

.o_cal_event_not_managed.o_cal_event_livestream .fc-content:after {
  margin-right: 2px;
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " "; }

/* 
 * fullcalendar bootstrapify
 */
.fc-button {
  color: #333;
  background-color: #fcfcfc;
  border-color: #ccc; }
  .fc-button:hover, .fc-button:focus, .fc-button.focus, .fc-button:active, .fc-button.active, .open > .fc-button.dropdown-toggle {
    color: #333;
    background-color: #e3e3e3;
    border-color: #adadad; }
  .fc-button:active, .fc-button.active, .open > .fc-button.dropdown-toggle {
    background-image: none; }
  .fc-button.disabled, .fc-button.disabled:hover, .fc-button.disabled:focus, .fc-button.disabled.focus, .fc-button.disabled:active, .fc-button.disabled.active, .fc-button[disabled], .fc-button[disabled]:hover, .fc-button[disabled]:focus, .fc-button[disabled].focus, .fc-button[disabled]:active, .fc-button[disabled].active, fieldset[disabled] .fc-button, fieldset[disabled] .fc-button:hover, fieldset[disabled] .fc-button:focus, fieldset[disabled] .fc-button.focus, fieldset[disabled] .fc-button:active, fieldset[disabled] .fc-button.active {
    background-color: #fcfcfc;
    border-color: #ccc; }
  .fc-button .badge {
    color: #fcfcfc;
    background-color: #333; }
  .fc-button.fc-state-default {
    text-shadow: none; }
  .fc-button.fc-state-active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .fc-button.fc-state-active:hover, .fc-button.fc-state-active:focus, .fc-button.fc-state-active.focus, .fc-button.fc-state-active:active, .fc-button.fc-state-active.active, .open > .fc-button.fc-state-active.dropdown-toggle {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
    .fc-button.fc-state-active:active, .fc-button.fc-state-active.active, .open > .fc-button.fc-state-active.dropdown-toggle {
      background-image: none; }
    .fc-button.fc-state-active.disabled, .fc-button.fc-state-active.disabled:hover, .fc-button.fc-state-active.disabled:focus, .fc-button.fc-state-active.disabled.focus, .fc-button.fc-state-active.disabled:active, .fc-button.fc-state-active.disabled.active, .fc-button.fc-state-active[disabled], .fc-button.fc-state-active[disabled]:hover, .fc-button.fc-state-active[disabled]:focus, .fc-button.fc-state-active[disabled].focus, .fc-button.fc-state-active[disabled]:active, .fc-button.fc-state-active[disabled].active, fieldset[disabled] .fc-button.fc-state-active, fieldset[disabled] .fc-button.fc-state-active:hover, fieldset[disabled] .fc-button.fc-state-active:focus, fieldset[disabled] .fc-button.fc-state-active.focus, fieldset[disabled] .fc-button.fc-state-active:active, fieldset[disabled] .fc-button.fc-state-active.active {
      background-color: #337ab7;
      border-color: #2e6da4; }
    .fc-button.fc-state-active .badge {
      color: #337ab7;
      background-color: #fff; }

.fc-listYear-button:before, .fc-listMonth-button:before, .fc-listWeek-button:before, .fc-listDay-button:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 80%;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

table.fc-list-table .fc-list-item {
  background-color: white;
  color: #5D5D5D !important; }
  table.fc-list-table .fc-list-item a, table.fc-list-table .fc-list-item span {
    color: #5D5D5D !important; }

/*
 * Print view
 */
body.o_cal_print {
  /* show calendar color as a border (background color is not printed) */
  /* the calendar legend - color info */ }
  body.o_cal_print fieldset {
    border: none;
    margin-bottom: 2em; }
  body.o_cal_print legend {
    font-size: 2em;
    font-weight: bold; }
    body.o_cal_print legend span {
      display: block;
      font-size: 14px;
      font-weight: normal; }
  body.o_cal_print ul.o_cal_wv_list {
    list-style-type: none;
    padding: 0; }
    body.o_cal_print ul.o_cal_wv_list > li {
      page-break-inside: avoid;
      margin-bottom: 2em; }
    body.o_cal_print ul.o_cal_wv_list .o_cal_date {
      font-size: 1.25em;
      font-weight: bold;
      padding: 0.5em 0 0.5em 0; }
    body.o_cal_print ul.o_cal_wv_list ul.o_cal_events {
      list-style-type: none;
      padding: 0.5em 0 0 0; }
      body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event {
        position: relative;
        left: 30px;
        page-break-inside: avoid;
        clear: both;
        margin-bottom: 1.5em;
        padding-right: 30px; }
        body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_time {
          float: left;
          font-weight: bold;
          margin-right: 1em; }
        body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_subject {
          font-weight: bold; }
          body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_subject p {
            margin: 0; }
        body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_location,
        body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_description,
        body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_freebusy {
          clear: both; }
        body.o_cal_print ul.o_cal_wv_list ul.o_cal_events li.o_cal_event .o_cal_freebusy {
          font-style: italic; }
  body.o_cal_print .o_cal_class {
    position: absolute;
    left: -30px;
    width: 20px; }
  body.o_cal_print #o_cal_config legend {
    font-size: 1.25em; }
  body.o_cal_print #o_cal_config .o_cal_config_calendar {
    margin: 0;
    padding: 0; }
  body.o_cal_print #o_cal_config .o_cal_config_calendar {
    position: relative;
    left: 30px;
    float: none;
    padding-right: 30px; }

.o_page_content_editor {
  padding-bottom: 2em; }
  .o_page_content_editor .o_toolbar {
    border: none; }

.o_page_content_editor .o_page_part,
.gu-mirror {
  border: 2px solid transparent;
  /* visually compensate for border 
  margin-left: -$o-panel-placeholder-border-width;
  margin-right: -$o-panel-placeholder-border-width;
  */ }
  .o_page_content_editor .o_page_part:hover,
  .gu-mirror:hover {
    border: 2px dotted #78acd9; }

.o_page_fragment_edit {
  position: relative;
  display: grid;
  /* hide overlapping menu items when in drag&drop mode for better drop zone visibility */ }
  .o_page_fragment_edit .o_page_tools_above {
    height: 25px;
    width: 100%;
    background: #78acd9;
    position: absolute;
    z-index: 3;
    left: 0;
    top: -25px;
    box-shadow: 3px -8px 10px 0px rgba(0, 0, 0, 0.2); }
    .o_page_fragment_edit .o_page_tools_above .o_page_add_above {
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 26px;
      top: -19px;
      height: 19px;
      background-color: #78acd9;
      border-radius: 10px 10px 0 0; }
      .o_page_fragment_edit .o_page_tools_above .o_page_add_above .o_icon, .o_page_fragment_edit .o_page_tools_above .o_page_add_above .o_progress_failed .inset:after, .o_progress_failed .o_page_fragment_edit .o_page_tools_above .o_page_add_above .inset:after, .o_page_fragment_edit .o_page_tools_above .o_page_add_above .o_progress_passed .inset:after, .o_progress_passed .o_page_fragment_edit .o_page_tools_above .o_page_add_above .inset:after {
        color: #fff;
        background-color: #78acd9; }
    .o_page_fragment_edit .o_page_tools_above .o_sel_add_element_above {
      display: inline-block;
      padding: 3px 5px 0 7px; }
    .o_page_fragment_edit .o_page_tools_above .o_page_others_above {
      padding-right: 25px;
      line-height: 25px;
      vertical-align: middle; }
      .o_page_fragment_edit .o_page_tools_above .o_page_others_above .o_page_type {
        display: none; }
      .o_page_fragment_edit .o_page_tools_above .o_page_others_above a {
        float: right;
        color: #fff;
        padding-right: 1em; }
        .o_page_fragment_edit .o_page_tools_above .o_page_others_above a:hover {
          color: #e6e6e6; }
  .o_page_fragment_edit .o_page_tools {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background: #78acd9; }
  .o_page_fragment_edit .o_page_tools_dd {
    /* d&d handle: dotted surface */ }
    .o_page_fragment_edit .o_page_tools_dd:before {
      content: ' ';
      width: 25px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border: 3px #78acd9 solid;
      border-bottom: 28px #78acd9 solid;
      background-image: -webkit-repeating-radial-gradient(center center, white, white 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, white, white 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, white, white 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, white, white 1px, transparent 1px, transparent 100%);
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px; }
    .o_page_fragment_edit .o_page_tools_dd a {
      position: absolute;
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      vertical-align: middle;
      background: #78acd9;
      color: #fff; }
      .o_page_fragment_edit .o_page_tools_dd a:hover {
        color: #e6e6e6; }
      .o_page_fragment_edit .o_page_tools_dd a.o_disabled {
        color: rgba(255, 255, 255, 0.5) !important; }
        .o_page_fragment_edit .o_page_tools_dd a.o_disabled:hover {
          color: rgba(255, 255, 255, 0.5) !important; }
      .o_page_fragment_edit .o_page_tools_dd a.o_sel_move_up_element {
        z-index: 4;
        top: -25px; }
      .o_page_fragment_edit .o_page_tools_dd a.o_sel_move_down_element {
        bottom: 0; }
  .o_page_fragment_edit .o_page_part.o_page_edit {
    padding-right: 23px;
    /* space for d&d handel */
    border: 2px solid #78acd9;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: white; }
    .o_page_fragment_edit .o_page_part.o_page_edit:hover {
      border: 2px solid #78acd9; }
    .o_page_fragment_edit .o_page_part.o_page_edit .o_page_edit_toolbar {
      position: absolute;
      z-index: 5;
      left: 5px;
      top: -25px;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      vertical-align: middle; }
      .o_page_fragment_edit .o_page_part.o_page_edit .o_page_edit_toolbar a {
        color: #fff; }
        .o_page_fragment_edit .o_page_part.o_page_edit .o_page_edit_toolbar a:hover {
          color: #e6e6e6; }
        .o_page_fragment_edit .o_page_part.o_page_edit .o_page_edit_toolbar a.o_disabled {
          color: rgba(255, 255, 255, 0.5) !important; }
          .o_page_fragment_edit .o_page_part.o_page_edit .o_page_edit_toolbar a.o_disabled:hover {
            color: rgba(255, 255, 255, 0.5) !important; }
    .o_page_fragment_edit .o_page_part.o_page_edit .o_page_edit_title .o_page_edit_toolbar li {
      font-weight: bold; }
    .o_page_fragment_edit .o_page_part.o_page_edit .o_richtext_mce textarea {
      border: 0; }
  .o_page_fragment_edit .o_page_add_below {
    position: absolute;
    z-index: 3;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 26px;
    bottom: -20px;
    height: 22px;
    background-color: #78acd9;
    border-radius: 0 0 10px 10px; }
    .o_page_fragment_edit .o_page_add_below .o_icon, .o_page_fragment_edit .o_page_add_below .o_progress_failed .inset:after, .o_progress_failed .o_page_fragment_edit .o_page_add_below .inset:after, .o_page_fragment_edit .o_page_add_below .o_progress_passed .inset:after, .o_progress_passed .o_page_fragment_edit .o_page_add_below .inset:after {
      color: #fff;
      background-color: #78acd9; }
    .o_page_fragment_edit .o_page_add_below .o_sel_add_element_below {
      display: inline-block;
      padding: 0 5px 5px 5px;
      margin: 0px 0px 0px 2px; }
  .o_page_fragment_edit.gu-mirror .o_page_add_below,
  .o_page_fragment_edit.gu-mirror .o_page_add_above, .o_page_fragment_edit.gu-transit .o_page_add_below,
  .o_page_fragment_edit.gu-transit .o_page_add_above {
    display: none; }

.o_page_container_slot.col-md-3 .o_page_others_above a span, .o_page_container_slot.col-md-4 .o_page_others_above a span {
  display: none; }
.o_page_container_slot.col-md-3 .o_page_edit_toolbar ul > li, .o_page_container_slot.col-md-4 .o_page_edit_toolbar ul > li {
  padding-right: 0; }

div.o_page_content_editor .gu-mirror, .o_page_content_editor .gu-transit {
  box-shadow: none; }

.o_page_container {
  box-sizing: border-box;
  padding: 10px; }

.o_page_container {
  background-color: transparent; }

.o_page_container .o_page_container {
  background-color: transparent; }

.o_page_container .o_page_container .o_page_container {
  background-color: transparent; }

.o_page_container_slot {
  box-sizing: border-box;
  margin: 0 -1px -1px 0;
  padding: 10px; }

.o_page_container .o_page_container_slot {
  border: 2px dotted #eeeeee; }
.o_page_container:hover .o_page_container_slot {
  /* bug in web-kit: does not work when draging from outside */
  border: 2px dotted #ef00ef; }

.o_page_add_in_container_grp {
  margin-bottom: 0; }

/* d&d styles */
.o_page_part.o_page_part_view, .o_page_fragment_edit {
  touch-action: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.o_page_part.oo-accepted,
.o_page_part.oo-accepted-top,
.o_page_content_editor.o_page_drop.oo-accepted,
.o_page_content_editor.o_page_drop.oo-accepted-top {
  border: 2px dotted #e80c96; }

.o_page_part.o_page_drop.oo-accepted:after,
.o_page_container_slot.o_page_drop.oo-accepted .o_page_container_slot-inner:after,
.o_page_content_editor.o_page_drop.oo-accepted:after {
  display: block;
  height: 25px;
  margin: 10px;
  border: 2px dotted #a0a0b0;
  border-radius: 5px;
  content: ''; }

.o_page_part.o_page_drop.oo-accepted-top:before,
.o_page_container_slot.o_page_drop.oo-accepted-top .o_page_container_slot-inner:before,
.o_page_content_editor.o_page_drop.oo-accepted-top:before {
  display: block;
  height: 25px;
  margin: 10px 10px 10px 10px;
  border: 2px dotted #a0a0b0;
  border-radius: 5px;
  content: ''; }

.o_page_part.oo-dragging {
  opacity: 0.4;
  background-color: white;
  border: 2px dotted #e80c96;
  box-shadow: 0px 0px 20px #aaa; }

.gu-transit {
  border: 2px dotted #e80c96;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40); }

.gu-mirror {
  border: 2px dotted #78acd9;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.o_page_add_callout a span {
  display: none; }
.o_page_add_callout ul.list-inline {
  margin-bottom: 0; }

.o_page_table_edition .o_table_title, .o_page_table_edition .o_table_caption {
  padding: 5px; }

/* Editor elements with side options on right side */
.o_page_with_side_options_wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row; }

.o_page_side_options_target {
  background-color: #f9f9f9;
  flex-grow: 4; }

.o_page_side_options {
  flex-grow: 0;
  background-color: #78acd9;
  border-left: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  padding: 5px;
  z-index: 2; }

@media (max-width: 767px) {
  .o_page_with_side_options_wrapper {
    flex-direction: column-reverse; } }
/* Image */
.o_page_content .o_image, .o_page_content .o_video, .o_page_content_editor .o_image, .o_page_content_editor .o_video {
  width: 100%;
  /* image alignment */
  /* image size */
  /* Image styles */ }
  .o_page_content .o_image img, .o_page_content .o_video img, .o_page_content_editor .o_image img, .o_page_content_editor .o_video img {
    border: 1px #f8f8f8 solid;
    border-radius: 10px; }
  .o_page_content .o_image .o_artefact_metadata, .o_page_content .o_video .o_artefact_metadata, .o_page_content_editor .o_image .o_artefact_metadata, .o_page_content_editor .o_video .o_artefact_metadata {
    text-align: left; }
  .o_page_content .o_image.o_image_align_left, .o_page_content .o_video.o_image_align_left, .o_page_content_editor .o_image.o_image_align_left, .o_page_content_editor .o_video.o_image_align_left {
    float: left; }
    .o_page_content .o_image.o_image_align_left + .o_image_clear, .o_page_content .o_video.o_image_align_left + .o_image_clear, .o_page_content_editor .o_image.o_image_align_left + .o_image_clear, .o_page_content_editor .o_video.o_image_align_left + .o_image_clear {
      clear: both; }
  .o_page_content .o_image.o_image_align_right, .o_page_content .o_video.o_image_align_right, .o_page_content_editor .o_image.o_image_align_right, .o_page_content_editor .o_video.o_image_align_right {
    float: right; }
    .o_page_content .o_image.o_image_align_right + .o_image_clear, .o_page_content .o_video.o_image_align_right + .o_image_clear, .o_page_content_editor .o_image.o_image_align_right + .o_image_clear, .o_page_content_editor .o_video.o_image_align_right + .o_image_clear {
      clear: both; }
  .o_page_content .o_image.o_image_align_middle, .o_page_content .o_video.o_image_align_middle, .o_page_content_editor .o_image.o_image_align_middle, .o_page_content_editor .o_video.o_image_align_middle {
    clear: both;
    margin-left: 50%;
    text-align: center;
    transform: translate(-50%, 0%); }
  .o_page_content .o_image.o_image_align_leftfloat, .o_page_content .o_video.o_image_align_leftfloat, .o_page_content_editor .o_image.o_image_align_leftfloat, .o_page_content_editor .o_video.o_image_align_leftfloat {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px; }
  .o_page_content .o_image.o_image_align_rightfloat, .o_page_content .o_video.o_image_align_rightfloat, .o_page_content_editor .o_image.o_image_align_rightfloat, .o_page_content_editor .o_video.o_image_align_rightfloat {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px; }
  .o_page_content .o_image.o_image_size_style_small, .o_page_content .o_video.o_image_size_style_small, .o_page_content_editor .o_image.o_image_size_style_small, .o_page_content_editor .o_video.o_image_size_style_small {
    width: 25%; }
    .o_page_content .o_image.o_image_size_style_small img, .o_page_content .o_video.o_image_size_style_small img, .o_page_content_editor .o_image.o_image_size_style_small img, .o_page_content_editor .o_video.o_image_size_style_small img {
      width: 100%; }
  .o_page_content .o_image.o_image_size_style_medium, .o_page_content .o_video.o_image_size_style_medium, .o_page_content_editor .o_image.o_image_size_style_medium, .o_page_content_editor .o_video.o_image_size_style_medium {
    width: 40%; }
    .o_page_content .o_image.o_image_size_style_medium img, .o_page_content .o_video.o_image_size_style_medium img, .o_page_content_editor .o_image.o_image_size_style_medium img, .o_page_content_editor .o_video.o_image_size_style_medium img {
      width: 100%; }
  .o_page_content .o_image.o_image_size_style_large, .o_page_content .o_video.o_image_size_style_large, .o_page_content_editor .o_image.o_image_size_style_large, .o_page_content_editor .o_video.o_image_size_style_large {
    width: 60%; }
    .o_page_content .o_image.o_image_size_style_large img, .o_page_content .o_video.o_image_size_style_large img, .o_page_content_editor .o_image.o_image_size_style_large img, .o_page_content_editor .o_video.o_image_size_style_large img {
      width: 100%; }
  .o_page_content .o_image.o_image_size_style_fill, .o_page_content .o_video.o_image_size_style_fill, .o_page_content_editor .o_image.o_image_size_style_fill, .o_page_content_editor .o_video.o_image_size_style_fill {
    width: 100%;
    float: none !important;
    display: block; }
    .o_page_content .o_image.o_image_size_style_fill .o_figure_caption_bottom, .o_page_content .o_video.o_image_size_style_fill .o_figure_caption_bottom, .o_page_content_editor .o_image.o_image_size_style_fill .o_figure_caption_bottom, .o_page_content_editor .o_video.o_image_size_style_fill .o_figure_caption_bottom {
      display: block; }
    .o_page_content .o_image.o_image_size_style_fill img, .o_page_content .o_video.o_image_size_style_fill img, .o_page_content_editor .o_image.o_image_size_style_fill img, .o_page_content_editor .o_video.o_image_size_style_fill img {
      width: 100%;
      display: block; }
  .o_page_content .o_image img.o_image_classic, .o_page_content .o_video img.o_image_classic, .o_page_content_editor .o_image img.o_image_classic, .o_page_content_editor .o_video img.o_image_classic {
    /* not styled */
    padding: 0;
    border: 0;
    border-radius: 0; }
  .o_page_content .o_image img.o_image_border, .o_page_content .o_video img.o_image_border, .o_page_content_editor .o_image img.o_image_border, .o_page_content_editor .o_video img.o_image_border {
    padding: 3px;
    border: solid 1px #CCC; }
  .o_page_content .o_image img.o_image_shadow, .o_page_content .o_video img.o_image_shadow, .o_page_content_editor .o_image img.o_image_shadow, .o_page_content_editor .o_video img.o_image_shadow {
    padding: 0;
    border: 0;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .o_page_content .o_image img.o_image_frame, .o_page_content .o_video img.o_image_frame, .o_page_content_editor .o_image img.o_image_frame, .o_page_content_editor .o_video img.o_image_frame {
    /* see https://designshack.net/articles/css/4-fun-css-image-effects-you-can-copy-and-paste/ */
    padding: 0;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6), 0px 0px 0px 10px #f6f3f8, 0px 0px 0px 14px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6), 0px 0px 0px 10px #f6f3f8, 0px 0px 0px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6), 0px 0px 0px 10px #f6f3f8, 0px 0px 0px 14px rgba(0, 0, 0, 0.2);
    margin: 15px; }
  .o_page_content .o_image img.o_image_polaroid, .o_page_content .o_video img.o_image_polaroid, .o_page_content_editor .o_image img.o_image_polaroid, .o_page_content_editor .o_video img.o_image_polaroid {
    padding: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px 10px 45px 10px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  .o_page_content .o_image img.o_image_round, .o_page_content .o_video img.o_image_round, .o_page_content_editor .o_image img.o_image_round, .o_page_content_editor .o_video img.o_image_round {
    padding: 3px;
    border: solid 1px #CCC;
    border-radius: 50%; }
  .o_page_content .o_image .o_image_title_dark, .o_page_content .o_video .o_image_title_dark, .o_page_content_editor .o_image .o_image_title_dark, .o_page_content_editor .o_video .o_image_title_dark {
    color: #000; }
  .o_page_content .o_image .o_image_title_bright, .o_page_content .o_video .o_image_title_bright, .o_page_content_editor .o_image .o_image_title_bright, .o_page_content_editor .o_video .o_image_title_bright {
    color: #f9f9f9; }
  .o_page_content .o_image .o_image_title, .o_page_content .o_video .o_image_title, .o_page_content_editor .o_image .o_image_title, .o_page_content_editor .o_video .o_image_title {
    position: relative; }
    .o_page_content .o_image .o_image_title .o_image_title_top,
    .o_page_content .o_image .o_image_title .o_image_title_centered,
    .o_page_content .o_image .o_image_title .o_image_title_bottom, .o_page_content .o_video .o_image_title .o_image_title_top,
    .o_page_content .o_video .o_image_title .o_image_title_centered,
    .o_page_content .o_video .o_image_title .o_image_title_bottom, .o_page_content_editor .o_image .o_image_title .o_image_title_top,
    .o_page_content_editor .o_image .o_image_title .o_image_title_centered,
    .o_page_content_editor .o_image .o_image_title .o_image_title_bottom, .o_page_content_editor .o_video .o_image_title .o_image_title_top,
    .o_page_content_editor .o_video .o_image_title .o_image_title_centered,
    .o_page_content_editor .o_video .o_image_title .o_image_title_bottom {
      position: absolute;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%); }
    .o_page_content .o_image .o_image_title .o_image_title_top, .o_page_content .o_video .o_image_title .o_image_title_top, .o_page_content_editor .o_image .o_image_title .o_image_title_top, .o_page_content_editor .o_video .o_image_title .o_image_title_top {
      top: 10%; }
    .o_page_content .o_image .o_image_title .o_image_title_centered, .o_page_content .o_video .o_image_title .o_image_title_centered, .o_page_content_editor .o_image .o_image_title .o_image_title_centered, .o_page_content_editor .o_video .o_image_title .o_image_title_centered {
      top: 50%; }
    .o_page_content .o_image .o_image_title .o_image_title_bottom, .o_page_content .o_video .o_image_title .o_image_title_bottom, .o_page_content_editor .o_image .o_image_title .o_image_title_bottom, .o_page_content_editor .o_video .o_image_title .o_image_title_bottom {
      bottom: 10%; }
  .o_page_content .o_image.o_image_size_style_none .o_image_title_top,
  .o_page_content .o_image.o_image_size_style_none .o_image_title_centered,
  .o_page_content .o_image.o_image_size_style_none .o_image_title_bottom, .o_page_content .o_video.o_image_size_style_none .o_image_title_top,
  .o_page_content .o_video.o_image_size_style_none .o_image_title_centered,
  .o_page_content .o_video.o_image_size_style_none .o_image_title_bottom, .o_page_content_editor .o_image.o_image_size_style_none .o_image_title_top,
  .o_page_content_editor .o_image.o_image_size_style_none .o_image_title_centered,
  .o_page_content_editor .o_image.o_image_size_style_none .o_image_title_bottom, .o_page_content_editor .o_video.o_image_size_style_none .o_image_title_top,
  .o_page_content_editor .o_video.o_image_size_style_none .o_image_title_centered,
  .o_page_content_editor .o_video.o_image_size_style_none .o_image_title_bottom {
    font-size: 24px; }
  .o_page_content .o_image.o_image_size_style_small .o_image_title_top,
  .o_page_content .o_image.o_image_size_style_small .o_image_title_centered,
  .o_page_content .o_image.o_image_size_style_small .o_image_title_bottom, .o_page_content .o_video.o_image_size_style_small .o_image_title_top,
  .o_page_content .o_video.o_image_size_style_small .o_image_title_centered,
  .o_page_content .o_video.o_image_size_style_small .o_image_title_bottom, .o_page_content_editor .o_image.o_image_size_style_small .o_image_title_top,
  .o_page_content_editor .o_image.o_image_size_style_small .o_image_title_centered,
  .o_page_content_editor .o_image.o_image_size_style_small .o_image_title_bottom, .o_page_content_editor .o_video.o_image_size_style_small .o_image_title_top,
  .o_page_content_editor .o_video.o_image_size_style_small .o_image_title_centered,
  .o_page_content_editor .o_video.o_image_size_style_small .o_image_title_bottom {
    font-size: 18px; }
  .o_page_content .o_image.o_image_size_style_medium .o_image_title_top,
  .o_page_content .o_image.o_image_size_style_medium .o_image_title_centered,
  .o_page_content .o_image.o_image_size_style_medium .o_image_title_bottom, .o_page_content .o_video.o_image_size_style_medium .o_image_title_top,
  .o_page_content .o_video.o_image_size_style_medium .o_image_title_centered,
  .o_page_content .o_video.o_image_size_style_medium .o_image_title_bottom, .o_page_content_editor .o_image.o_image_size_style_medium .o_image_title_top,
  .o_page_content_editor .o_image.o_image_size_style_medium .o_image_title_centered,
  .o_page_content_editor .o_image.o_image_size_style_medium .o_image_title_bottom, .o_page_content_editor .o_video.o_image_size_style_medium .o_image_title_top,
  .o_page_content_editor .o_video.o_image_size_style_medium .o_image_title_centered,
  .o_page_content_editor .o_video.o_image_size_style_medium .o_image_title_bottom {
    font-size: 32px; }
  .o_page_content .o_image.o_image_size_style_large .o_image_title_top,
  .o_page_content .o_image.o_image_size_style_large .o_image_title_centered,
  .o_page_content .o_image.o_image_size_style_large .o_image_title_bottom, .o_page_content .o_video.o_image_size_style_large .o_image_title_top,
  .o_page_content .o_video.o_image_size_style_large .o_image_title_centered,
  .o_page_content .o_video.o_image_size_style_large .o_image_title_bottom, .o_page_content_editor .o_image.o_image_size_style_large .o_image_title_top,
  .o_page_content_editor .o_image.o_image_size_style_large .o_image_title_centered,
  .o_page_content_editor .o_image.o_image_size_style_large .o_image_title_bottom, .o_page_content_editor .o_video.o_image_size_style_large .o_image_title_top,
  .o_page_content_editor .o_video.o_image_size_style_large .o_image_title_centered,
  .o_page_content_editor .o_video.o_image_size_style_large .o_image_title_bottom {
    font-size: 40px; }
  .o_page_content .o_image.o_image_size_style_fill .o_image_title_top,
  .o_page_content .o_image.o_image_size_style_fill .o_image_title_centered,
  .o_page_content .o_image.o_image_size_style_fill .o_image_title_bottom, .o_page_content .o_video.o_image_size_style_fill .o_image_title_top,
  .o_page_content .o_video.o_image_size_style_fill .o_image_title_centered,
  .o_page_content .o_video.o_image_size_style_fill .o_image_title_bottom, .o_page_content_editor .o_image.o_image_size_style_fill .o_image_title_top,
  .o_page_content_editor .o_image.o_image_size_style_fill .o_image_title_centered,
  .o_page_content_editor .o_image.o_image_size_style_fill .o_image_title_bottom, .o_page_content_editor .o_video.o_image_size_style_fill .o_image_title_top,
  .o_page_content_editor .o_video.o_image_size_style_fill .o_image_title_centered,
  .o_page_content_editor .o_video.o_image_size_style_fill .o_image_title_bottom {
    font-size: 56px; }

.o_page_add_contents {
  clear: both;
  margin-top: 30px; }

.o_ce_html_raw.o_html_col2, .o_ce_html_paragraph.o_html_col2 {
  column-count: 2;
  column-gap: 1em; }
.o_ce_html_raw.o_html_col3, .o_ce_html_paragraph.o_html_col3 {
  column-count: 3;
  column-gap: 1em; }
.o_ce_html_raw.o_html_col4, .o_ce_html_paragraph.o_html_col4 {
  column-count: 4;
  column-gap: 1em; }

table.o_ce_table caption {
  caption-side: bottom; }

.o_ce_add_main_btns {
  margin-top: 0; }

.o_ce_add {
  border: none;
  margin-bottom: 0px; }
  .o_ce_add .o_ce_tools {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    .o_ce_add .o_ce_tools .o_ce_tool {
      padding: 0px;
      margin: 0px;
      width: 33%; }
      .o_ce_add .o_ce_tools .o_ce_tool a {
        padding: 6px 3px;
        margin: 0px;
        display: block;
        width: 100%;
        height: 100%; }
        .o_ce_add .o_ce_tools .o_ce_tool a:hover {
          padding: 5px 2px;
          border: 1px solid #e7e7e7;
          border-radius: 4px; }

.o_ce_add_list .o_ce_add_list_item {
  border-style: none;
  padding: 0px;
  margin: 0px -15px; }
  .o_ce_add_list .o_ce_add_list_item a {
    padding: 5px 25px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%; }
    .o_ce_add_list .o_ce_add_list_item a:hover {
      text-decoration: none;
      background-color: #f5f5f5; }

/* custom layout */
.o_visual {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 120px;
  width: 180px;
  vertical-align: middle; }
  @media (min-width: 768px) and (max-width: 991px) {
    .o_visual {
      height: 80px;
      width: 120px; } }
  @media (max-width: 767px) {
    .o_visual {
      height: 50px;
      width: 75px; } }
  .o_visual img {
    width: 100%;
    height: auto; }
  .o_visual .o_visual_not_available {
    width: 100%;
    height: 100%;
    background-image: url("../light/images/no_preview.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }

.o_coursetable.o_rendertype_custom .o_table_row {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fcfcfc;
  margin-bottom: 10px; }
  .o_coursetable.o_rendertype_custom .o_table_row .o_visual {
    box-sizing: content-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_visual .o_visual_not_available {
      background-color: #fcfcfc; }
  .o_coursetable.o_rendertype_custom .o_table_row .o_access {
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 180px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    padding-top: 0.25em; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_completion {
      text-align: center; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_state, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_score {
      padding: 0 1em;
      height: 20px;
      line-height: 20px;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_score {
      position: relative;
      left: 2px; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_score .o_label {
        color: #777777; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_social {
      position: absolute;
      width: 100%;
      bottom: 32px;
      height: 20px;
      padding-left: 1em; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_social .o_rating .o_rating_title, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_social .o_rating o_rating_legend, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_social .o_rating .o_rating_explanation {
        display: none; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_bookings {
      padding: 0 0 0 1em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #777777; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_bookings .o_label {
        margin-bottom: 0.8em;
        font-weight: bold; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details {
      position: absolute;
      display: block;
      bottom: 0;
      width: 90px;
      height: 30px;
      line-height: 30px;
      text-align: center; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book {
      right: 0;
      border-bottom-right-radius: 4px; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.dropdown-toggle {
        background-image: none; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled], .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:hover, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.active {
        background-color: #337ab7;
        border-color: #2e6da4; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start .badge {
        color: #337ab7;
        background-color: #fff; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book {
      color: #fff;
      background-color: #f0ad4e;
      border-color: #eea236; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.dropdown-toggle {
        background-image: none; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.disabled, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.disabled:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.disabled:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.disabled.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.disabled:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.disabled.active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book[disabled], .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book[disabled]:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book[disabled]:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book[disabled].focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book[disabled]:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book[disabled].active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:hover, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book:active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book.active {
        background-color: #f0ad4e;
        border-color: #eea236; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book .badge {
        color: #f0ad4e;
        background-color: #fff; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details {
      right: 90px;
      color: #fff;
      background-color: #5cb85c;
      border-color: #4cae4c; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.dropdown-toggle {
        background-image: none; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.disabled, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.disabled:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.disabled:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.disabled.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.disabled:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.disabled.active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details[disabled], .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details[disabled]:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details[disabled]:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details[disabled].focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details[disabled]:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details[disabled].active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:hover, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details:active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details.active {
        background-color: #5cb85c;
        border-color: #4cae4c; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details .badge {
        color: #5cb85c;
        background-color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .o_coursetable.o_rendertype_custom .o_table_row .o_access {
        height: 80px;
        width: 120px; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_score, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_comments, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_label {
          display: none; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_book, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details {
          width: 60px; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_details {
          right: 60px; } }
    @media (max-width: 767px) {
      .o_coursetable.o_rendertype_custom .o_table_row .o_access {
        display: none; } }
  .o_coursetable.o_rendertype_custom .o_table_row .o_meta {
    height: 120px;
    margin: 0 180px 0 180px;
    position: relative;
    padding: 1em 0.5em 0.25em 1em;
    background: #fcfcfc;
    border-left: 1px solid #ccc;
    overflow: hidden; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title {
      margin: 0;
      /* box moves down otherwhise, replaced with padding */
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title a {
        display: block;
        color: #337ab7; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title a:hover {
          color: #286090; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_author {
      margin-top: 0.5em;
      line-height: normal;
      font-size: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #3c763d;
      background: #fcfcfc; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_lifecycle {
      position: absolute;
      top: 5px;
      right: 40px;
      z-index: 2px;
      background: #fcfcfc;
      padding: 0 3px 3px 3px;
      border-radius: 0px 0px 3px 3px;
      font-size: 90%;
      line-height: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #777777; }
      .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_lifecycle.o_active {
        color: #3c763d; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_lifecycle.o_active:hover {
          color: #2b542c; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_desc {
      margin-top: 0.5em;
      background: #fcfcfc; }
    .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_bookmark {
      position: absolute;
      top: -1px;
      right: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .o_coursetable.o_rendertype_custom .o_table_row .o_meta {
        height: 80px;
        margin: 0 120px; } }
    @media (max-width: 767px) {
      .o_coursetable.o_rendertype_custom .o_table_row .o_meta {
        height: 50px;
        margin: 0 0 0 75px;
        padding: 0 0 0 1em; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title {
          line-height: 50px; }
          .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title a {
            border-right: 37px solid transparent;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_author, .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_bookmark, .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_lifecycle, .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_desc {
          display: none; } }
    .o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_go_xs {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 1em;
      height: 50px;
      width: 37px;
      line-height: 50px;
      color: #fff;
      background-color: #337ab7;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
.o_coursetable.o_rendertype_classic .o_rating_explanation {
  display: none; }
.o_coursetable.o_rendertype_classic .o_start, .o_coursetable.o_rendertype_classic .o_book {
  white-space: nowrap; }
.o_coursetable.o_rendertype_classic .o_repoentry_type {
  color: #555555; }
.o_coursetable.o_rendertype_classic .o_repoentry_ac {
  color: #555555; }
  .o_coursetable.o_rendertype_classic .o_repoentry_ac ul {
    display: inline-block; }

/* the course catalog */
.o_catalog {
  /* multi-column layout for list and compact styles */ }
  .o_catalog .o_level {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .o_catalog .o_level .o_visual {
      height: 180px; }
    .o_catalog .o_level .o_meta {
      position: relative;
      min-height: 180px;
      height: 180px;
      overflow: hidden;
      /* overflow via JS OPOL.Ellipsis */
      margin: 0 0 0 180px;
      padding: 1em 0.5em 0.5em 2em; }
      .o_catalog .o_level .o_meta .o_title {
        margin: 0;
        /* box moves down otherwhise, replaced with padding */ }
        .o_catalog .o_level .o_meta .o_title a {
          display: block;
          color: #337ab7; }
          .o_catalog .o_level .o_meta .o_title a:hover {
            color: #286090; }
      .o_catalog .o_level .o_meta .o_desc {
        padding: 1em 0 0.5em 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .o_catalog .o_level .o_visual {
        height: 120px; }
      .o_catalog .o_level .o_meta {
        min-height: 120px;
        height: 120px;
        margin: 0 0 0 120px; } }
    @media (max-width: 767px) {
      .o_catalog .o_level .o_visual {
        height: 75px; }
      .o_catalog .o_level .o_meta {
        min-height: 75px;
        height: 75px;
        margin: 0 0 0 75px;
        padding: 0 0 0 1em; }
        .o_catalog .o_level .o_meta .o_title {
          line-height: 75px; }
        .o_catalog .o_level .o_meta .o_desc {
          display: none; } }
  .o_catalog .o_sublevels_list .o_sublevel {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
    .o_catalog .o_sublevels_list .o_sublevel .o_visual {
      height: 75px;
      width: 75px; }
      .o_catalog .o_sublevels_list .o_sublevel .o_visual span.o_visual_not_available {
        width: 100%;
        height: 100%;
        display: block; }
    .o_catalog .o_sublevels_list .o_sublevel .o_title {
      margin: 0; }
    .o_catalog .o_sublevels_list .o_sublevel .o_meta {
      border-left: 1px solid #ccc;
      min-height: 75px;
      height: 75px;
      margin: 0 0 0 75px;
      padding: 0 0 0 1em;
      overflow: hidden; }
      .o_catalog .o_sublevels_list .o_sublevel .o_meta .o_title {
        line-height: 75px; }
      .o_catalog .o_sublevels_list .o_sublevel .o_meta .o_desc {
        display: none; }
      .o_catalog .o_sublevels_list .o_sublevel .o_meta h4.o_title > a, .o_catalog .o_sublevels_list .o_sublevel .o_meta .o_cal .fc-header-title h2.o_title > a, .o_cal .fc-header-title .o_catalog .o_sublevels_list .o_sublevel .o_meta h2.o_title > a {
        font-family: inherit;
        font-weight: inherit; }
        .o_catalog .o_sublevels_list .o_sublevel .o_meta h4.o_title > a > i, .o_catalog .o_sublevels_list .o_sublevel .o_meta .o_cal .fc-header-title h2.o_title > a > i, .o_cal .fc-header-title .o_catalog .o_sublevels_list .o_sublevel .o_meta h2.o_title > a > i {
          display: none; }
  .o_catalog .o_sublevels_list .o_sublevel.o_fill_sublevels {
    border: 1px solid transparent; }
    .o_catalog .o_sublevels_list .o_sublevel.o_fill_sublevels .o_meta {
      border-left: 1px solid transparent; }
  .o_catalog .o_sublevels {
    position: relative;
    margin-bottom: 20px; }
    .o_catalog .o_sublevels:before, .o_catalog .o_sublevels:after {
      content: " ";
      display: table; }
    .o_catalog .o_sublevels:after {
      clear: both; }
    .o_catalog .o_sublevels .o_sublevel {
      position: relative;
      float: left;
      margin: 0 20px 20px 0;
      width: 180px; }
      .o_catalog .o_sublevels .o_sublevel:last-child {
        margin-right: 0; }
      .o_catalog .o_sublevels .o_sublevel .o_visual {
        border: 1px solid #ccc;
        position: relative;
        height: 180px; }
        .o_catalog .o_sublevels .o_sublevel .o_visual span.o_visual_not_available {
          width: 100%;
          height: 100%;
          display: block; }
      .o_catalog .o_sublevels .o_sublevel .o_meta {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border: 1px solid #ccc;
        border-top: 0;
        background-color: rgba(255, 255, 255, 0.8); }
        .o_catalog .o_sublevels .o_sublevel .o_meta .o_title {
          margin: 0;
          /* box moves down otherwhise, replaced with padding */
          text-align: center;
          line-height: 2em;
          height: 2em;
          width: 100%;
          overflow: hidden;
          /* overflow via JS OPOL.Ellipsis */ }
          .o_catalog .o_sublevels .o_sublevel .o_meta .o_title a {
            display: block;
            color: #337ab7;
            font-family: inherit;
            font-weight: inherit; }
            .o_catalog .o_sublevels .o_sublevel .o_meta .o_title a:hover {
              color: #286090; }
            .o_catalog .o_sublevels .o_sublevel .o_meta .o_title a > i {
              display: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        .o_catalog .o_sublevels .o_sublevel {
          width: 120px;
          margin: 0 10px 10px 0; }
          .o_catalog .o_sublevels .o_sublevel .o_visual {
            height: 120px; }
          .o_catalog .o_sublevels .o_sublevel .o_title {
            font-size: 90%; } }
      @media (max-width: 767px) {
        .o_catalog .o_sublevels .o_sublevel {
          width: 120px;
          margin: 0 1px 1px 0; }
          .o_catalog .o_sublevels .o_sublevel .o_visual {
            height: 120px;
            width: 120px; }
          .o_catalog .o_sublevels .o_sublevel .o_title {
            font-size: 90%; } }
  @media (min-width: 768px) {
    .o_catalog .o_sublevels_list, .o_catalog .o_sublevels_compact {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -ms-column-count: 2;
      -o-column-count: 2;
      column-count: 2;
      columns: 2; } }

.o_repo_details {
  position: relative; }
  .o_repo_details .o_lead {
    margin-bottom: 10px; }
    .o_repo_details .o_lead .o_author {
      margin-top: 0.5em;
      margin-bottom: 1em;
      font-size: 120%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #3c763d; }
    .o_repo_details .o_lead .o_media {
      float: right;
      margin-left: 2em;
      margin-bottom: 2em;
      /* reset when no description is there to render left aligned */ }
      .o_repo_details .o_lead .o_media.o_desc_empty {
        float: none;
        margin-left: 0;
        margin-bottom: 0; }
    .o_repo_details .o_lead h1 {
      font-size: 37px; }
      .o_repo_details .o_lead h1 i {
        display: none; }
  .o_repo_details .o_overview i {
    margin-right: 0.5em; }
  .o_repo_details .o_overview div {
    margin-bottom: 0.25em; }
  .o_repo_details .o_start_wrapper {
    clear: both;
    margin: 2em 0 -10px 0;
    text-align: right; }
    .o_repo_details .o_start_wrapper .o_start_inner {
      display: inline-block; }
  .o_repo_details .o_start, .o_repo_details .o_book {
    max-width: 400px;
    display: inline-block; }
  .o_repo_details .o_social:before, .o_repo_details .o_social:after {
    content: " ";
    display: table; }
  .o_repo_details .o_social:after {
    clear: both; }
  .o_repo_details .o_social .o_rating_wrapper {
    float: left; }
  .o_repo_details .o_social .o_comments {
    margin-left: 1em; }
  @media (max-width: 767px) {
    .o_repo_details .o_lead p {
      font-size: 16px; }
    .o_repo_details .o_lead .o_media {
      margin-left: 0;
      float: none;
      text-align: center; }
    .o_repo_details .o_start_wrapper {
      text-align: center; }
      .o_repo_details .o_start_wrapper .o_start_inner {
        display: block; }
    .o_repo_details .o_start, .o_repo_details .o_book {
      max-width: 100%;
      display: block; } }
  @media (max-width: 613px) {
    .o_repo_details .o_subcolumn {
      width: 100%; } }

.o_meta .o_closed {
  padding: 2px 5px;
  margin: 5px 0; }

.o_overview .o_closed {
  padding: 12px 15px;
  margin: 15px 0; }

.o_ac_configuration span.o_ac_infos {
  font-weight: normal;
  color: grey; }
.o_ac_configuration div.o_ac_method {
  background-color: #efefef;
  padding: 5px;
  border-radius: 3px; }
.o_ac_configuration div.o_ac_methods.form-group {
  padding-bottom: 0;
  margin-bottom: 0; }

.o_repo_with_explanation {
  padding-bottom: 0;
  margin-bottom: 0; }

.o_repo_explanation {
  color: #f0ad4e; }

tr.o_entry_closed, tr.o_entry_closed td, tr.o_entry_closed td span,
tr.o_entry_unpublished, tr.o_entry_unpublished td, tr.o_entry_unpublished td span {
  text-decoration: line-through; }

/* status element in dropdown menu */
a.o_repo_tools_status {
  cursor: pointer;
  margin: 0 2px 2px 2px;
  text-align: left; }

/* Status full style, e.g. in toolbar */
.o_labeled.o_repo_status_preparation,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_preparation {
  background-color: #4a6785;
  border-color: #4a6785;
  color: #fff; }
.o_labeled.o_repo_status_review,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_review {
  background-color: #FCCA46;
  border-color: #FCCA46;
  color: #fff; }
.o_labeled.o_repo_status_coachpublished,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_coachpublished {
  background-color: #1DC63F;
  border-color: #1DC63F;
  color: #fff; }
.o_labeled.o_repo_status_published,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_published {
  background-color: #14892c;
  border-color: #14892c;
  color: #fff; }
.o_labeled.o_repo_status_closed,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_closed {
  background-color: #99583D;
  border-color: #99583D;
  color: #fff; }
.o_labeled.o_repo_status_trash,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_trash {
  background-color: #5A5958;
  border-color: #5A5958;
  color: #fff; }
.o_labeled.o_repo_status_deleted,
.o_toolbar .o_tools_container a.o_labeled.o_repo_status_deleted {
  background-color: #888;
  border-color: #888;
  color: #fff; }
.o_labeled.o_repo_role,
.o_toolbar .o_tools_container a.o_labeled.o_repo_role {
  background-color: #777;
  border-color: #777;
  color: #fff; }

/* hover effect for menu pulldowns in toolbar */
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_preparation {
  background-color: #384e64; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_review {
  background-color: #fbbc14; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_coachpublished {
  background-color: #169a31; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_published {
  background-color: #0e5c1e; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_closed {
  background-color: #75432e; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_trash {
  background-color: #40403f; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_status_deleted {
  background-color: #6f6f6f; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_repo_role {
  background-color: #919191;
  border-color: #919191; }

/* Status light style, mainly for in-table renderings */
.o_labeled_light.o_repo_status_preparation,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_preparation {
  border-color: #4a6785;
  color: #4a6785; }
.o_labeled_light.o_repo_status_review,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_review {
  border-color: #FCCA46;
  color: #FCCA46; }
.o_labeled_light.o_repo_status_coachpublished,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_coachpublished {
  border-color: #1DC63F;
  color: #1DC63F; }
.o_labeled_light.o_repo_status_published,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_published {
  border-color: #14892c;
  color: #14892c; }
.o_labeled_light.o_repo_status_closed,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_closed {
  border-color: #99583D;
  color: #99583D; }
.o_labeled_light.o_repo_status_trash,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_trash {
  border-color: #5A5958;
  color: #5A5958; }
.o_labeled_light.o_repo_status_deleted,
.o_toolbar .o_tools_container a.o_labeled_light.o_repo_status_deleted {
  border-color: #888;
  color: #888; }

.badge {
  /* badge color */ }
  .badge.o_midpub {
    background-color: #3c763d; }
  .badge.o_midwarn {
    background-color: #8a6d3b; }
  .badge.o_midlock {
    background-color: #31708f; }
  .badge.o_miderr {
    background-color: #a94442; }
  .badge.o_middel {
    background-color: #777777; }

.o_course_editor_legend .badge {
  font-size: 80%; }
  .o_course_editor_legend .badge:before {
    content: none; }

.o_course_edit_overview_table tr.o_deleted, .o_course_edit_overview_table tr.o_deleted td, .o_course_edit_overview_table tr.o_deleted td span, .o_course_edit_overview_table tr.o_deleted td a {
  color: #aaaaaa; }

/* learning path tree rendering */
.o_lp_tree.o_tree {
  /* RESET default tree style */
  /* No hover effects  */
  /* Opener more right than default to make room for path */
  /* No icons 	*/
  /* Add box and alpha transparent backgrounds to visualize menu level */
  border: 1px solid #e7e7e7;
  /* Path is rendered for each list element. It consists of a path indicator and the step indicator.
   * The step indicator is an icon that represents the status of the step */
  /* Create the path renderings for each status with this mixin */
  /* Learning path status default */
  /* learning path status specific coloring */
  /* Path stops on last element */
  /* Nodes that are not in a sequence have different path rendering */ }
  .o_lp_tree.o_tree ul li div {
    border-bottom: none; }
  .o_lp_tree.o_tree .o_tree_link:last-child:hover,
  .o_lp_tree.o_tree .o_tree_link:last-child:focus {
    background-color: transparent; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l0 {
    left: 8px; }
  .o_lp_tree.o_tree li div span.o_tree_l0 {
    padding: 10px 2px 10px 2px;
    margin-left: 22px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l1 {
    left: 23px; }
  .o_lp_tree.o_tree li div span.o_tree_l1 {
    padding: 10px 2px 10px 2px;
    margin-left: 37px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l2 {
    left: 38px; }
  .o_lp_tree.o_tree li div span.o_tree_l2 {
    padding: 10px 2px 10px 2px;
    margin-left: 52px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l3 {
    left: 53px; }
  .o_lp_tree.o_tree li div span.o_tree_l3 {
    padding: 10px 2px 10px 2px;
    margin-left: 67px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l4 {
    left: 68px; }
  .o_lp_tree.o_tree li div span.o_tree_l4 {
    padding: 10px 2px 10px 2px;
    margin-left: 82px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l5 {
    left: 83px; }
  .o_lp_tree.o_tree li div span.o_tree_l5 {
    padding: 10px 2px 10px 2px;
    margin-left: 97px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l6 {
    left: 98px; }
  .o_lp_tree.o_tree li div span.o_tree_l6 {
    padding: 10px 2px 10px 2px;
    margin-left: 112px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l7 {
    left: 113px; }
  .o_lp_tree.o_tree li div span.o_tree_l7 {
    padding: 10px 2px 10px 2px;
    margin-left: 127px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l8 {
    left: 128px; }
  .o_lp_tree.o_tree li div span.o_tree_l8 {
    padding: 10px 2px 10px 2px;
    margin-left: 142px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l9 {
    left: 143px; }
  .o_lp_tree.o_tree li div span.o_tree_l9 {
    padding: 10px 2px 10px 2px;
    margin-left: 157px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l10 {
    left: 158px; }
  .o_lp_tree.o_tree li div span.o_tree_l10 {
    padding: 10px 2px 10px 2px;
    margin-left: 172px;
    z-index: 9; }
  .o_lp_tree.o_tree li div a.o_tree_oc_l11 {
    left: 173px; }
  .o_lp_tree.o_tree li div span.o_tree_l11 {
    padding: 10px 2px 10px 2px;
    margin-left: 187px;
    z-index: 9; }
  .o_lp_tree.o_tree .o_tree_link > a > i.o_icon, .o_lp_tree.o_tree .o_progress_failed .o_tree_link > a > i.inset:after, .o_progress_failed .o_lp_tree.o_tree .o_tree_link > a > i.inset:after, .o_lp_tree.o_tree .o_progress_passed .o_tree_link > a > i.inset:after, .o_progress_passed .o_lp_tree.o_tree .o_tree_link > a > i.inset:after {
    display: none; }
  .o_lp_tree.o_tree li.children_visible {
    background: rgba(0, 0, 0, 0.025); }
  .o_lp_tree.o_tree li {
    position: relative;
    /* path indicator */
    /* step indicator */ }
    .o_lp_tree.o_tree li:before {
      content: ' ';
      position: absolute;
      top: 25px;
      left: 8px;
      height: 29px;
      width: 2px; }
    .o_lp_tree.o_tree li:after {
      position: absolute;
      top: 13px;
      left: 3px;
      height: 12px;
      width: 12px;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .o_lp_tree.o_tree li:before {
    border-left: 2px solid #888; }
  .o_lp_tree.o_tree li:after {
    content: "";
    color: #888; }
  .o_lp_tree.o_tree li.o_lp_not_accessible:before {
    border-left: 2px dotted #919191; }
  .o_lp_tree.o_tree li.o_lp_not_accessible:after {
    content: "";
    color: #919191; }
  .o_lp_tree.o_tree li.o_lp_ready:before {
    border-left: 2px dotted #919191; }
  .o_lp_tree.o_tree li.o_lp_ready:after {
    content: "";
    color: #FCCA46; }
  .o_lp_tree.o_tree li.o_lp_in_progress:before {
    border-left: 2px solid #FCCA46; }
  .o_lp_tree.o_tree li.o_lp_in_progress:after {
    content: "";
    color: #FCCA46; }
  .o_lp_tree.o_tree li.o_lp_done:before {
    border-left: 2px solid #3c763d; }
  .o_lp_tree.o_tree li.o_lp_done:after {
    content: "";
    color: #3c763d; }
  .o_lp_tree.o_tree li.o_last_node:before {
    border: none; }
  .o_lp_tree.o_tree li.o_lp_not_in_sequence:not(:last-child):not(.o_last_node):before,
  .o_lp_tree.o_tree li.o_lp_contains_no_sequence.children_visible:not(.o_last_node):before,
  .o_lp_tree.o_tree li.o_lp_contains_no_sequence.children_visible:not(.o_last_node) li.o_lp_not_in_sequence:not(.o_last_node):before {
    border-left: 2px solid #888; }

.o_lp_list i.o_status.o_lp_not_accessible::before {
  color: #919191;
  content: ""; }
.o_lp_list i.o_status.o_lp_ready::before {
  color: #919191;
  content: ""; }
.o_lp_list i.o_status.o_lp_in_progress::before {
  color: #FCCA46;
  content: ""; }
.o_lp_list i.o_status.o_lp_done::before {
  color: #3c763d;
  content: ""; }

.o_lp_identity .o_user_infos {
  margin-top: 20px; }

/* progress bar in tools */
.o_course_progress {
  position: absolute;
  left: 0;
  width: 100%; }
  .o_course_progress .progress {
    height: 3px;
    line-height: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* position without toolbar / breadcrumb */
.o_course_progress {
  top: -37px; }
  @media (max-width: 991px) {
    .o_course_progress {
      top: -37px; } }
  @media (max-width: 767px) {
    .o_course_progress {
      top: -37px; } }

/* position without breadcrumb but with toolbar */
.o_with_toolbar .o_course_progress {
  top: 23px; }
  @media (max-width: 991px) {
    .o_with_toolbar .o_course_progress {
      top: 17px; } }
  @media (max-width: 767px) {
    .o_with_toolbar .o_course_progress {
      top: 5px; } }

/* position without toolbar but with breadcrumb */
.o_with_breadcrumb .o_course_progress {
  top: -2px; }
  @media (max-width: 991px) {
    .o_with_breadcrumb .o_course_progress {
      top: -2px; } }
  @media (max-width: 767px) {
    .o_with_breadcrumb .o_course_progress {
      top: -2px; } }

/* position with breadcrumb and with toolbar */
.o_with_breadcrumb.o_with_toolbar .o_course_progress {
  top: 49px; }
  @media (max-width: 991px) {
    .o_with_breadcrumb.o_with_toolbar .o_course_progress {
      top: 44px; } }
  @media (max-width: 767px) {
    .o_with_breadcrumb.o_with_toolbar .o_course_progress {
      top: 32px; } }

.gugs > .o_course_progress {
  top: 10px; }

/* score info status classes */
.o_passed {
  color: #3c763d;
  font-weight: bold; }
  .o_passed a:hover {
    color: #2b542c; }
  .o_passed th {
    color: #333333; }

.o_failed {
  color: #a94442;
  font-weight: bold; }
  .o_failed a:hover {
    color: #66512c; }
  .o_failed th {
    color: #333333; }

.o_unknown {
  color: #8a6d3b;
  font-weight: bold; }
  .o_unknown a:hover {
    color: #66512c; }
  .o_unknown th {
    color: #333333; }

.o_noinfo {
  color: #777777; }

/* general course run classes */
.o_course_run .o_toc .o_entry .o_shorttitle {
  border-bottom: 1px solid #777777; }
.o_course_run .o_toc .o_entry .o_displaytitle {
  margin-top: 5px;
  color: #777777; }
.o_course_run .o_toc .o_entry .o_objectives {
  margin-top: 10px;
  font-style: italic; }
.o_course_run .o_in_review {
  font-style: italic;
  position: relative; }
.o_course_run.o_titled_wrapper > h2 i {
  display: none; }
.o_course_run .o_cal_toptoolbar {
  margin-right: 26px; }
.o_course_run .o_titled_wrapper .o_cal_toptoolbar {
  margin-right: 0px; }

/* override transparent background for tree menu */
.o_tree.o_course_menu div.o_tree_l0 > a:first-child {
  background-color: none; }

/* structure course element */
.o_st_peekview ul li {
  margin-bottom: 0.5em; }

/* checklist course element */
.o_cl_line {
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .o_cl_line.o_even {
    background-color: #f9f9f9; }

/* link list course element */
.o_ll_container h5 {
  margin-bottom: 5px; }
  .o_ll_container h5 a.o_desc {
    color: #337ab7; }
    .o_ll_container h5 a.o_desc small {
      display: none; }
    .o_ll_container h5 a.o_desc:hover {
      color: #286090;
      text-decoration: none; }
      .o_ll_container h5 a.o_desc:hover small {
        color: #5e5e5e;
        display: inline; }
.o_ll_container div.o_comment {
  color: #777777; }

/* pagination */
.o_course_pagination {
  position: absolute;
  /* make it look like beeing part of the toolbar */
  top: -26px;
  right: 15px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 2px;
  display: flex;
  justify-content: flex-end; }
  .o_course_pagination :not(:first-child) {
    margin-left: 5px; }
  .o_course_pagination .o_previous a,
  .o_course_pagination .o_next a {
    width: 50px; }
  .o_course_pagination .o_confirm a.o_course_pagination_status_done {
    color: #3c763d; }
  .o_course_pagination .btn-xs, .o_course_pagination .btn-group-xs > .btn {
    padding: 0px 4px; }

/* statistics */
/* member list course element */
.o_cmembers .o_cmember {
  margin: 12px 0;
  display: table; }
  .o_cmembers .o_cmember .o_portrait {
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
    min-width: 60px; }
    .o_cmembers .o_cmember .o_portrait img {
      width: 50px;
      height: 50px; }
  .o_cmembers .o_cmember .o_cmember_info_wrapper {
    display: table-cell;
    vertical-align: middle;
    color: #777777; }
    .o_cmembers .o_cmember .o_cmember_info_wrapper .o_mail {
      margin-left: 6px; }
  .o_cmembers .o_cmember .o_curriculum_displayname, .o_cmembers .o_cmember .o_curriculum_root_el_identifier, .o_cmembers .o_cmember .o_curriculum_root_el_displayname {
    font-size: 12px; }
.o_cmembers .o_cmember a.o_mail {
  display: none; }
.o_cmembers .o_cmember:hover a.o_mail {
  display: inline; }

.o_cmembers_print {
  /* print font styles */
  color: #000; }
  .o_cmembers_print #o_print_brand {
    position: absolute;
    top: 1cm;
    right: 1cm;
    width: 5cm;
    height: 4cm; }
    .o_cmembers_print #o_print_brand img {
      width: 100%; }
  .o_cmembers_print .o_portrait {
    width: 100px;
    height: 100px;
    position: relative; }
    .o_cmembers_print .o_portrait img {
      border-radius: 0px;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .o_cmembers_print .o_cmember {
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 20px; }
    .o_cmembers_print .o_cmember .o_cmember_info_wrapper {
      word-wrap: break-word; }
    .o_cmembers_print .o_cmember .o_prop.o_zipCode {
      float: left;
      padding-right: 0.5em; }
  .o_cmembers_print h1 {
    font-size: 18pt;
    color: #000; }
  .o_cmembers_print h3 {
    font-size: 14pt;
    margin-top: 5px;
    font-weight: normal;
    color: #000; }
  .o_cmembers_print h4, .o_cmembers_print .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_cmembers_print h2 {
    font-size: 11pt;
    font-weight: strong;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .o_cmembers_print .o_cmember_info_wrapper {
    font-size: 7pt;
    color: #000; }
    .o_cmembers_print .o_cmember_info_wrapper strong {
      font-size: 8pt; }

.tag.label.label-info {
  margin-right: 3px; }

.input-group.o_tag_inputgroup .form-control {
  height: auto; }

/* Assessment tool */
div.o_correction_navigation {
  /* position selbox in center, previous left and next right of it */ }
  div.o_correction_navigation .o_correction_navigation_back {
    float: left;
    line-height: 32px;
    /* same height as buttons */ }
  div.o_correction_navigation .o_correction_navigation_previous {
    position: absolute;
    right: 50%;
    margin-right: 102px; }
  div.o_correction_navigation #o_cocurrent_item_SELBOX {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 50%;
    margin-left: -100px; }
  div.o_correction_navigation .o_correction_navigation_next {
    position: absolute;
    left: 50%;
    margin-left: 102px; }
  @media (max-width: 767px) {
    div.o_correction_navigation .o_correction_navigation_previous span,
    div.o_correction_navigation .o_correction_navigation_next span {
      display: none; } }

/* Manual scoring */
.o_ms_stack_panel .o_toolbar {
  margin-top: 0px; }

.o_ms_bold {
  font-weight: bold; }

.o_ms_legend {
  padding: 5px; }
  .o_ms_legend li {
    display: block;
    font-size: 90%; }
  .o_ms_legend .ident {
    font-weight: bold; }

/** live stream course element */
.o_browser_ie10 .o_paella_wrapper iframe, .o_browser_ie11 .o_paella_wrapper iframe {
  display: none; }
.o_browser_ie10 .o_paella_wrapper .o_paella_error, .o_browser_ie11 .o_paella_wrapper .o_paella_error {
  display: block; }

.o_paella_wrapper iframe {
  width: 100%;
  height: 400px; }
  @media (max-width: 768px) {
    .o_paella_wrapper iframe {
      height: 300px; } }
.o_paella_wrapper .o_paella_error {
  display: none; }

/* debug 
$o-curriculum-level-steps-enabled				: true;
$o-curriculum-entry-image-enabled				: true;
$o-curriculum-style-program-bg					: #C2E8AE;
$o-curriculum-style-program-border				: 1px solid darken($o-curriculum-l0-bg,30%);
$o-curriculum-style-semester-title-bg			: #AEE8BF;
$o-curriculum-style-module-bg					: #CCFFCC;
$o-curriculum-entry-bg							: #CCFFCC;
*/
.o_curriculum_el_listing tr.o_curriculum_element_inactive, .o_curriculum_el_listing tr.o_curriculum_element_inactive td, .o_curriculum_el_listing tr.o_curriculum_element_inactive td span, .o_curriculum_el_listing tr.o_curriculum_element_inactive td a {
  color: #777; }
.o_curriculum_el_listing tr.o_curriculum_element_unfiltered, .o_curriculum_el_listing tr.o_curriculum_element_unfiltered td, .o_curriculum_el_listing tr.o_curriculum_element_unfiltered td span, .o_curriculum_el_listing tr.o_curriculum_element_unfiltered td a {
  color: #aaaaaa; }
.o_curriculum_el_listing tr.o_curriculum_element_deleted, .o_curriculum_el_listing tr.o_curriculum_element_deleted td, .o_curriculum_el_listing tr.o_curriculum_element_deleted td span, .o_curriculum_el_listing tr.o_curriculum_element_deleted td a {
  color: #777;
  text-decoration: line-through; }

.o_curriculumtable {
  /* Default table style rendering */
  /* Custom fancy style rendering */ }
  .o_curriculumtable tr.o_curriculum_element_l0 td:nth-thild(first) {
    padding-left: 0px; }
  .o_curriculumtable tr.o_curriculum_element_l1 td:nth-thild(first) {
    padding-left: 15px; }
  .o_curriculumtable tr.o_curriculum_element_l2 td:nth-thild(first) {
    padding-left: 30px; }
  .o_curriculumtable tr.o_curriculum_element_l3 td:nth-thild(first) {
    padding-left: 45px; }
  .o_curriculumtable tr.o_curriculum_element_l4 td:nth-thild(first) {
    padding-left: 60px; }
  .o_curriculumtable tr.o_curriculum_element_l5 td:nth-thild(first) {
    padding-left: 75px; }
  .o_curriculumtable tr.o_curriculum_element_l6 td:nth-thild(first) {
    padding-left: 90px; }
  .o_curriculumtable tr.o_curriculum_element_l7 td:nth-thild(first) {
    padding-left: 105px; }
  .o_curriculumtable tr.o_curriculum_element_l8 td:nth-thild(first) {
    padding-left: 120px; }
  .o_curriculumtable tr.o_curriculum_element_l9 td:nth-thild(first) {
    padding-left: 135px; }
  .o_curriculumtable tr.o_curriculum_element_l10 td:nth-thild(first) {
    padding-left: 150px; }
  .o_curriculumtable tr.o_curriculum_element_l11 td:nth-thild(first) {
    padding-left: 165px; }
  .o_curriculumtable tr.o_curriculum_element_inactive, .o_curriculumtable tr.o_curriculum_element_inactive td, .o_curriculumtable tr.o_curriculum_element_inactive td span {
    color: #777; }
  .o_curriculumtable tr.o_curriculum_element_deleted, .o_curriculumtable tr.o_curriculum_element_deleted td, .o_curriculumtable tr.o_curriculum_element_deleted td span {
    color: #777;
    text-decoration: line-through; }
  .o_curriculumtable.o_rendertype_custom {
    /* not embedded as container, revert container styles */ }
    .o_curriculumtable.o_rendertype_custom .container-fluid {
      padding-left: 0;
      padding-right: 0; }
    .o_curriculumtable.o_rendertype_custom .o_table_row {
      position: relative;
      vertical-align: top;
      margin: 10px 0 5px 0;
      /* inner row wrapper. Use this to apply border, background etc for a level, not the outer row itself */
      /* Curriculum Element specific styling */
      /* Repository Entry specific styling */
      /* hide things on mobile */
      /* Overrides: */
      /* 1) Level based overrides */
      /* Render Levels in tree / hierarchy style when enabled */
      /* 2) Row type specific overrides
      /* special rendering: row is a curriculum element (with 0 or >= 2 repository entries) */
      /* special rendering: row is a repository entry of a curriculum that has => repository entires linked */
      /* special rendering: row is a curriculum element with exactly 1 linked repository entry */
      /* 3) Special rendering based on Curriculum Level Types CSS classes. Here are some styles for some presets, implement your own custom types */ }
      .o_curriculumtable.o_rendertype_custom .o_table_row:before, .o_curriculumtable.o_rendertype_custom .o_table_row:after {
        content: " ";
        display: table; }
      .o_curriculumtable.o_rendertype_custom .o_table_row:after {
        clear: both; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_row_inner_wrapper {
        background: none;
        border: none;
        position: relative; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_ext_id {
        display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_hierarchy_info {
        display: none;
        position: absolute;
        top: 0;
        right: 30px;
        font-size: 70%;
        z-index: 5;
        background: gold; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_element_title {
        margin-top: 0;
        margin-bottom: 0;
        background: transparent;
        /* default */ }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_element_title small {
          white-space: nowrap; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_lifecycle, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_calendars {
        padding-left: 6px;
        color: #777777; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_lifecycle.o_active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_calendars.o_active {
          color: #3c763d; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_lifecycle.o_active:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_calendars.o_active:hover {
            color: #2b542c; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_element_desc {
        padding: 6px 6px 16px 6px; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_element_empty {
        font-style: italic;
        padding: 12px 6px; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry {
        position: relative;
        padding-left: 132px; }
        @media (max-width: 767px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry {
            min-height: 50px;
            padding-left: 87px; } }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_visual {
        left: 0;
        border: none;
        background-color: #fff;
        /* only medium and small size, never large */
        max-height: 80px;
        max-width: 120px; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_row_inner_wrapper {
        min-height: 80px; }
        @media (max-width: 767px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_row_inner_wrapper {
            min-height: 50px; } }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry {
        min-height: 80px; }
        @media (max-width: 767px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry {
            min-height: 50px; } }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry_meta .o_author, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry_meta .o_location, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry_meta .o_lifecycle {
        color: #3c763d; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry_desc {
        display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state {
        position: absolute;
        right: 0;
        bottom: 30px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state .o_failed {
          font-weight: normal; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state .o_state, .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state .o_score {
          display: inline-block; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state .o_state + .o_score:before {
          content: ', '; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state .o_completion {
          display: inline-block; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_bookmark {
        position: absolute;
        top: -1px;
        right: 2px; }
      .o_curriculumtable.o_rendertype_custom .o_table_row .o_access {
        position: absolute;
        bottom: 0;
        right: 0;
        overflow: hidden;
        width: 180px;
        height: 30px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details {
          position: absolute;
          display: block;
          bottom: 0;
          width: 90px;
          height: 30px;
          line-height: 30px;
          text-align: center; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start {
          right: 0;
          color: #fff;
          background-color: #337ab7;
          border-color: #2e6da4; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.active, .open > .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.dropdown-toggle {
            color: #fff;
            background-color: #286090;
            border-color: #204d74; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.active, .open > .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.dropdown-toggle {
            background-image: none; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled], .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].active, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:hover, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:focus, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.focus, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:active, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.active {
            background-color: #337ab7;
            border-color: #2e6da4; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start .badge {
            color: #337ab7;
            background-color: #fff; }
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details {
          right: 90px;
          color: #fff;
          background-color: #5cb85c;
          border-color: #4cae4c; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.active, .open > .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.dropdown-toggle {
            color: #fff;
            background-color: #449d44;
            border-color: #398439; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.active, .open > .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.dropdown-toggle {
            background-image: none; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.disabled, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.disabled:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.disabled:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.disabled.focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.disabled:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.disabled.active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details[disabled], .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details[disabled]:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details[disabled]:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details[disabled].focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details[disabled]:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details[disabled].active, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:hover, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:focus, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.focus, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details:active, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details.active {
            background-color: #5cb85c;
            border-color: #4cae4c; }
          .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_details .badge {
            color: #5cb85c;
            background-color: #fff; }
      @media (max-width: 767px) {
        .o_curriculumtable.o_rendertype_custom .o_table_row .o_author, .o_curriculumtable.o_rendertype_custom .o_table_row .o_bookmark, .o_curriculumtable.o_rendertype_custom .o_table_row .o_lifecycle, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_entry_desc, .o_curriculumtable.o_rendertype_custom .o_table_row .o_curriculum_element_desc, .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state, .o_curriculumtable.o_rendertype_custom .o_table_row .o_details {
          display: none; } }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l0 {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l0 .o_row_inner_wrapper {
          background: #f6f6f6;
          border: 1px solid #eee; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l0 .o_curriculum_element_title {
          background: transparent;
          padding: 12px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l0 .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l0 .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: transparent; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l1 {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l1 .o_row_inner_wrapper {
          background: none;
          border: none; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l1 .o_curriculum_element_title {
          background: #ebebeb;
          padding: 12px 6px 6px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l1 .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: #ebebeb; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l1 .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: #ebebeb; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l1 .o_curriculum_element_desc {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l2 {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l2 .o_row_inner_wrapper {
          background: none;
          border: none; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l2 .o_curriculum_element_title {
          background: transparent;
          padding: 12px 6px 6px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l2 .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l2 .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l2 .o_curriculum_element_desc {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l3 {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l3 .o_row_inner_wrapper {
          background: none;
          border: none; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l3 .o_curriculum_element_title {
          background: transparent;
          padding: 12px 6px 6px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l3 .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l3 .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_element_l3 .o_curriculum_element_desc {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry {
        display: inline-block;
        width: 50%;
        border-right: 12px solid transparent;
        /* reset o-make-responsive-inline-block() when there are many children or on small screen*/
        /* add background if required and a minimum height for nicer visual appearance */
        margin-top: 0 !important; }
        @media (max-width: 991px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry {
            display: block;
            width: 100%;
            border-right: 0 !important; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry.o_with_multi_repository_entries {
          display: block;
          width: 100%;
          border-right: 0 !important; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry .o_row_inner_wrapper {
          background: #f6f6f6;
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry .o_row_inner_wrapper {
              min-height: 50px; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry .o_curriculum_entry {
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_repository_entry .o_curriculum_entry {
              min-height: 50px; } }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element {
        display: inline-block;
        width: 50%;
        border-right: 12px solid transparent;
        /* reset o-make-responsive-inline-block() when there are many children or on small screen*/
        /* add background if required and a minimum height for nicer visual appearance */ }
        @media (max-width: 991px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element {
            display: block;
            width: 100%;
            border-right: 0 !important; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element.o_with_multi_repository_entries {
          display: block;
          width: 100%;
          border-right: 0 !important; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element .o_row_inner_wrapper {
          background: #f6f6f6;
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element .o_row_inner_wrapper {
              min-height: 50px; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element .o_curriculum_entry {
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element .o_curriculum_entry {
              min-height: 50px; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_mixed_element .o_curriculum_entry_title {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_program {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_program .o_row_inner_wrapper {
          background: #f6f6f6;
          border: 1px solid #eee; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_program .o_curriculum_element_title {
          background: transparent;
          padding: 12px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_program .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_program .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: transparent; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_semester {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_semester .o_row_inner_wrapper {
          background: none;
          border: none; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_semester .o_curriculum_element_title {
          background: #ebebeb;
          padding: 12px 6px 6px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_semester .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: #ebebeb; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_semester .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: #ebebeb; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_semester .o_curriculum_element_desc {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_row_inner_wrapper {
          background: #f6f6f6;
          border: none; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_curriculum_element_title {
          background: transparent;
          padding: 12px 6px 6px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_curriculum_element_desc {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module {
        display: inline-block;
        width: 50%;
        border-right: 12px solid transparent;
        /* reset o-make-responsive-inline-block() when there are many children or on small screen*/
        /* add background if required and a minimum height for nicer visual appearance */ }
        @media (max-width: 991px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module {
            display: block;
            width: 100%;
            border-right: 0 !important; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module.o_with_multi_repository_entries {
          display: block;
          width: 100%;
          border-right: 0 !important; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_row_inner_wrapper {
          background: #f6f6f6;
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_row_inner_wrapper {
              min-height: 50px; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_curriculum_entry {
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_module .o_curriculum_entry {
              min-height: 50px; } }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course {
        margin: 10px 0 5px 0; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_row_inner_wrapper {
          background: none;
          border: none; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_curriculum_element_title {
          background: transparent;
          padding: 12px 6px 6px 6px; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_curriculum_lifecycle {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_curriculum_calendars {
          padding: 6px 6px 12px 6px;
          background: transparent; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_curriculum_element_desc {
          display: none; }
      .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course {
        display: inline-block;
        width: 50%;
        border-right: 12px solid transparent;
        /* reset o-make-responsive-inline-block() when there are many children or on small screen*/
        /* add background if required and a minimum height for nicer visual appearance */ }
        @media (max-width: 991px) {
          .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course {
            display: block;
            width: 100%;
            border-right: 0 !important; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course.o_with_multi_repository_entries {
          display: block;
          width: 100%;
          border-right: 0 !important; }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_row_inner_wrapper {
          background: none;
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_row_inner_wrapper {
              min-height: 50px; } }
        .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_curriculum_entry {
          min-height: 80px; }
          @media (max-width: 767px) {
            .o_curriculumtable.o_rendertype_custom .o_table_row.o_curriculum_course .o_curriculum_entry {
              min-height: 50px; } }

@media print {
  .o_curriculumtable.o_rendertype_custom .o_table_row .o_user_state {
    position: relative;
    bottom: 0; }
  .o_curriculumtable.o_rendertype_custom .o_table_row .o_access {
    display: none; } }
table.table.o_qti_item_kprim > thead > tr > th, table.table.o_qti_item_kprim > tbody > tr > td {
  border: none; }

td.o_qti_item_kprim_input, th.o_qti_item_kprim_input {
  text-align: center; }
  td.o_qti_item_kprim_input .radio, th.o_qti_item_kprim_input .radio {
    display: inline; }

td.o_qti_item_kprim_text {
  width: 80%; }

/* space in menu between sections */
div.o_qti_menu_section, div.o_qti_menu_section_clickable, div.o_qti_menu_section_active {
  margin-top: 10px; }

div.o_qti_menu_item a, div.o_qti_menu_section a {
  text-decoration: none; }

div.o_qti_menu_item {
  padding: .1em; }

div.o_qti_menu_item_active {
  padding: .1em;
  font-weight: bold; }

div.o_qti_item_itemfeedback {
  background-color: #ffffff;
  border-color: #000000; }

div.o_qti_item_choice_option_flow {
  display: inline-block;
  padding: .5em;
  border: 1px solid transparent; }

.d3chart .bar_green {
  fill: #5cb85c; }
.d3chart .bar_red {
  fill: #d9534f; }
.d3chart .bar_grey {
  fill: lightgrey; }
.d3chart circle.bubble_green {
  fill: #5cb85c; }

div.o_qti_statistics {
  /* table style that floats to a two column table when enough space available */ }
  div.o_qti_statistics ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 90%; }
    div.o_qti_statistics ul strong {
      font-weight: normal; }
    div.o_qti_statistics ul li {
      padding-left: 48px;
      margin-left: 0;
      margin-bottom: 10px; }
      div.o_qti_statistics ul li.o_qti_statistics-ncorrect:before {
        font-size: 125%;
        content: '\2A2F\00A0\00A0'; }
      div.o_qti_statistics ul li.o_qti_statistics-correct:before {
        font-size: 125%;
        content: '\2713\00A0\00A0'; }
      div.o_qti_statistics ul li.o_qti_statistics-kplus:before {
        font-size: 125%;
        content: '\2713\00A0\2A2F\00A0\00A0'; }
      div.o_qti_statistics ul li.o_qti_statistics-kminus:before {
        font-size: 125%;
        content: '\2A2F\00A0\2713\00A0\00A0'; }
      div.o_qti_statistics ul li img {
        vertical-align: top; }
  div.o_qti_statistics table.o_qti_statistics_figures tr {
    float: left; }
  div.o_qti_statistics table.o_qti_statistics_figures tr:nth-child(2n+1) {
    clear: left;
    padding-right: 20px; }
  div.o_qti_statistics table.o_qti_statistics_figures td {
    width: 200px;
    padding-left: 0;
    vertical-align: bottom; }
  div.o_qti_statistics table.o_qti_statistics_figures td + td {
    width: 100px; }
  div.o_qti_statistics .o_qti_statistics_answer {
    background: #F5F5F5;
    padding: 1px 2px;
    width: 90%; }
  div.o_qti_statistics div.o_qti_statistics_legend {
    padding-top: 10px;
    width: 470px;
    border: 1px solid #ddd;
    border-radius: 4px; }
    div.o_qti_statistics div.o_qti_statistics_legend ul li .bar_green {
      background-color: #9dd53a; }
    div.o_qti_statistics div.o_qti_statistics_legend ul li .bar_red {
      background-color: #f85032; }
    div.o_qti_statistics div.o_qti_statistics_legend ul li .bar_grey {
      background-color: lightgrey; }

div.o_qti_metadatas .panel-body {
  border-top: none; }

.o_qti_menu_item_attempts:after, .o_qti_menu_item_attempts_marked:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.o_qti_menu_item_attempts:after {
  content: ""; }

.o_qti_menu_item_attempts_marked:after {
  content: "";
  color: #337ab7; }

/* Instead of media print because Firefox doesn't take some rules in account */
.o_qti_print div.o_qti_statistics {
  width: 680px; }

@media print {
  div.o_qti_statistics {
    width: 680px; } }
ul.sessionControl {
  list-style: none;
  margin: 1em;
  text-align: center; }
  ul.sessionControl li {
    display: inline;
    padding: 0.2em; }

/* Associations */
.association {
  margin: 20px 20px 20px 40px;
  background: transparent url("../light/images/association_bg.png") repeat-x center center; }

.o_associate_item {
  padding: 5px;
  margin: 0 15px 10px 0;
  border: 2px solid #999; }
  .o_associate_item.oo-selected {
    border: 2px solid #337ab7; }
  .o_associate_item.oo-choosed {
    border: none !important; }
  .o_associate_item.oo-drag {
    border: 2px solid #337ab7 !important; }

.association_box {
  border: 3px dotted #999; }
  .association_box.oo-filled {
    border: 3px solid #999; }

.association_box {
  background-color: white; }

.prompt {
  font-weight: bold; }

/* Drawing */
.sketch {
  position: relative; }

#tmp_canvas {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: crosshair; }

.sketch, .sketch > canvas {
  touch-action: none;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

#colors {
  /* .white .o_icon:before { color:#FFFFFF; } */ }
  #colors .black .o_icon:before {
    color: #000000; }
  #colors .blue .o_icon:before {
    color: #0000FF; }
  #colors .green .o_icon:before {
    color: #008000; }
  #colors .yellow .o_icon:before {
    color: #FFFF00; }
  #colors .red .o_icon:before {
    color: #FF0000; }
  #colors .purple .o_icon:before {
    color: #800080; }

/* Graphic gap match */
.o_gap_item {
  padding: 5px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center center; }
  .o_gap_item.oo-choosed {
    position: relative;
    left: auto;
    top: auto;
    padding: 3px;
    margin: 0; }
  .o_gap_item.oo-selected {
    border: 3px solid #337ab7; }

.o_item_container_help, .o_items_container_help {
  font-size: 90%;
  font-style: italic;
  color: #777777;
  padding: 5px; }

/* Position object */
.items_container {
  padding: 15px; }
  .items_container .o_item {
    float: left; }

/* Hotspot */
#o_qti_hotspots_edit {
  min-height: 100px;
  min-width: 400px;
  background-repeat: no-repeat; }
  #o_qti_hotspots_edit.o_qti_hotspot-standard .o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-standard .o_draw_rectangle {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #6E6E6E; }
  #o_qti_hotspots_edit.o_qti_hotspot-standard .o_qti_hotspot_correct.o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-standard .o_qti_hotspot_correct.o_draw_rectangle {
    background-color: rgba(45, 0, 255, 0.5);
    border-color: #0000ff; }
  #o_qti_hotspots_edit.o_qti_hotspot-light .o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-light .o_draw_rectangle {
    background-color: rgba(221, 221, 221, 0);
    border-color: #7E7E7E; }
  #o_qti_hotspots_edit.o_qti_hotspot-light .o_qti_hotspot_correct.o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-light .o_qti_hotspot_correct.o_draw_rectangle {
    background-color: rgba(51, 122, 183, 0.05);
    border-color: #337ab7; }
  #o_qti_hotspots_edit.o_qti_hotspot-inverted .o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-inverted .o_draw_rectangle {
    background-color: rgba(110, 110, 110, 0.5);
    border-color: #3E3E3E; }
  #o_qti_hotspots_edit.o_qti_hotspot-inverted .o_qti_hotspot_correct.o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-inverted .o_qti_hotspot_correct.o_draw_rectangle {
    background-color: rgba(222, 222, 222, 0.2);
    border-color: #CECECE; }
  #o_qti_hotspots_edit.o_qti_hotspot-green .o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-green .o_draw_rectangle {
    background-color: rgba(142, 142, 142, 0.25);
    border-color: #CECECE; }
  #o_qti_hotspots_edit.o_qti_hotspot-green .o_qti_hotspot_correct.o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-green .o_qti_hotspot_correct.o_draw_rectangle {
    background-color: rgba(134, 195, 81, 0.5);
    border-color: #518b33; }
  #o_qti_hotspots_edit.o_qti_hotspot-purple .o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-purple .o_draw_rectangle {
    background-color: rgba(142, 142, 142, 0.33);
    border-color: #CECECE; }
  #o_qti_hotspots_edit.o_qti_hotspot-purple .o_qti_hotspot_correct.o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-purple .o_qti_hotspot_correct.o_draw_rectangle {
    background-color: rgba(234, 168, 255, 0.5);
    border-color: #ab47cb; }

div.hotspotInteraction {
  overflow-x: auto; }

img.o_hotspot_responsive[usemap] {
  max-width: 100%;
  width: auto;
  height: auto; }

/* Gap text / FIB */
.form-inline.o_qti_gaptext_add_first_alternative, .o_qti_gaptext_add_first_alternative.o_navbar-form {
  padding: 9px 0 3px 0; }

.form-inline.o_qti_gaptext_add_alternative, .o_qti_gaptext_add_alternative.o_navbar-form {
  margin-bottom: 3px; }

.o_qti_gaptext_alternatives {
  background-color: #eeeeee;
  color: #555555;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 2px 5px; }

span.o_qti_gaptext_score_alternative {
  padding-left: 2em;
  color: #555555; }

/* Essay extended text */
.o_qti_item_body .extendedTextInteraction {
  margin: 15px 0; }
  .o_qti_item_body .extendedTextInteraction textarea {
    /* fix missing resize handle in Safe Exam Browser */
    resize: vertical !important;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .o_qti_item_body .extendedTextInteraction pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  .o_qti_item_body .extendedTextInteraction .o_qti_essay_last_save {
    padding: 2px 2px;
    font-style: italic;
    font-size: 90%;
    text-align: right; }

.extendedTextInteraction div.form-control.textarea_disabled {
  white-space: pre-wrap;
  height: auto;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #555555 !important; }

#o_qti_run_title {
  margin: 0 15px 0.5em 15px; }
  #o_qti_run_title h3 {
    margin: 15px 0 0 0; }

#o_qti_run_infos {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #f8f8f8;
  padding: 10px 0;
  margin: 0 15px 1em 15px; }
  #o_qti_run_infos .progress {
    background-color: #eee; }
  #o_qti_run_infos #o_qti_scoreinfo .progress-bar {
    background-color: #337ab7; }
    .progress-striped #o_qti_run_infos #o_qti_scoreinfo .progress-bar {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  #o_qti_run_infos #o_qti_questioninfo .progress-bar {
    background-color: #337ab7; }
    .progress-striped #o_qti_run_infos #o_qti_questioninfo .progress-bar {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  #o_qti_run_infos #o_qti_run_scoreinfo,
  #o_qti_run_infos #o_qti_run_scoreprogress {
    white-space: nowrap; }

/* prevent the toggle to obscure the title of the question */
#o_main_wrapper #o_main_container #o_qti_run #o_main_left #o_main_left_toggle {
  top: 50px; }

#o_qti_results_infos {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #f8f8f8;
  padding: 10px 0;
  margin: 0 0 1em 0; }
  #o_qti_results_infos .progress {
    background-color: #eee; }
  #o_qti_results_infos #o_qti_run_scoreinfo,
  #o_qti_results_infos #o_qti_run_scoreprogress {
    white-space: nowrap; }

#o_qti_assessment_test_timer {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 10px;
  margin: 0 15px 1em 15px; }
  #o_qti_assessment_test_timer.o_10_minutes {
    background-color: #fcf8e3; }
  #o_qti_assessment_test_timer.o_5_minutes {
    background-color: #f2dede; }
  #o_qti_assessment_test_timer.o_panic {
    background-color: #ce8383; }
  #o_qti_assessment_test_timer.o_15_seconds {
    background-color: #fcf8e3; }
  #o_qti_assessment_test_timer.o_panic {
    background-color: #f2dede; }
  #o_qti_assessment_test_timer .o_qti_times_up {
    padding-left: 2em;
    font-weight: bold; }
  #o_qti_assessment_test_timer .o_qti_times_message {
    padding-left: 2em;
    font-weight: bold; }

/* Drawing */
.o_draw_circle.o_qti_hotspot_correct, .o_draw_rectangle.o_qti_hotspot_correct {
  background-color: rgba(229, 255, 204, 0.6); }

#width_range_ui, #opacity_range_ui {
  width: 120px; }

.o_slider_width_range, .o_slider_opacity_range {
  margin: 3px 10px 0 0; }

.o_qti_hotspot_label {
  padding-left: 48%; }

.o_assessmentsection_rubrics_wrapper {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 0 0.5em 0; }

.o_assessmentsection_rubrics_correction_wrapper {
  background: #f8f8f8;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 5px 10px; }

.o_info.o_assessmentsection_rubrics {
  margin: 5px -10px;
  position: relative;
  display: block; }
  .o_info.o_assessmentsection_rubrics.o_hide {
    display: none; }
  .o_info.o_assessmentsection_rubrics a.o_hide {
    position: absolute;
    bottom: 0.5em;
    right: 1em; }

.o_assessmentitem h1 {
  margin-bottom: 0; }
.o_assessmentitem div.badResponse, .o_assessmentitem span.badResponse {
  color: #d9534f;
  font-weight: bold; }
.o_assessmentitem input.badResponse {
  border: 1px solid #d9534f; }
.o_assessmentitem .infoControl input {
  margin-right: 0.5em; }
.o_assessmentitem .infoControl .infoControlContent {
  display: none; }
.o_assessmentitem .sliderInteraction {
  margin: 1em; }
  .o_assessmentitem .sliderInteraction .sliderVertical .sliderValue {
    margin: 1em 0; }
  .o_assessmentitem .sliderInteraction .sliderVertical .sliderWidget {
    height: 200px; }
  .o_assessmentitem .sliderInteraction .sliderHorizontal .sliderValue {
    text-align: center; }
.o_assessmentitem div.orderInteraction div.highlight {
  border: 1px solid #d9534f; }
.o_assessmentitem div.orderInteraction div.box.vertical {
  width: 50%;
  float: left;
  position: relative;
  padding: 0;
  margin-top: 5px; }
  .o_assessmentitem div.orderInteraction div.box.vertical ul {
    min-height: 200px; }
.o_assessmentitem div.orderInteraction div.box.horizontal ul {
  min-height: 50px;
  width: 100%; }
.o_assessmentitem div.orderInteraction div.box.source {
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #f8f8f8; }
.o_assessmentitem div.orderInteraction div.box.source.horizontal {
  padding: 5px 10px 15px 10px; }
.o_assessmentitem div.orderInteraction div.box.target ul {
  border: 2px solid #5bc0de;
  border-radius: 4px;
  background: #d9edf7; }
  .o_assessmentitem div.orderInteraction div.box.target ul.oo-accepted {
    border-color: #1f7e9a; }
.o_assessmentitem div.orderInteraction div.box.target.vertical {
  padding: 6px 0 0 10px; }
  .o_assessmentitem div.orderInteraction div.box.target.vertical ul {
    padding: 10px; }
.o_assessmentitem div.orderInteraction div.box.target.horizontal {
  padding-top: 10px; }
  .o_assessmentitem div.orderInteraction div.box.target.horizontal ul {
    padding: 10px 10px 0 10px; }
.o_assessmentitem div.orderInteraction div.box.horizontal ul li {
  float: left;
  width: auto;
  margin-right: 10px;
  min-width: 50px; }
.o_assessmentitem div.orderInteraction div.box span.info {
  color: #666;
  font-style: italic;
  font-size: smaller; }
.o_assessmentitem div.orderInteraction ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.o_assessmentitem .hottext {
  position: relative;
  margin: -2px 0.15em -2px 0.15em;
  white-space: nowrap; }
  .o_assessmentitem .hottext input {
    margin: 0 3px 0 2px;
    position: absolute;
    top: 0.1em;
    left: 0.05em; }
    .o_assessmentitem .hottext input + label {
      display: inline;
      padding: 0 0.1em 0 1.2em;
      background: #f8f8f8;
      border: 1px solid #e7e7e7;
      border-radius: 2px;
      color: #333333;
      font-weight: normal;
      white-space: normal; }
    .o_assessmentitem .hottext input:checked + label {
      color: #333333;
      background: #d9edf7;
      border: 1px solid #bce8f1; }
.o_assessmentitem .gap {
  font-weight: bold;
  border: 1px dashed #000; }
.o_assessmentitem .textEntryInteraction input, .o_assessmentitem .textEntryInteraction span.o_input_value {
  margin: -1px 2px;
  line-height: 90%;
  vertical-align: middle;
  font-size: 13.72px;
  line-height: 1.5;
  /* smaller than #itemBody */
  border: 1px solid #999;
  background: #fff;
  padding: 1px 1px;
  color: #333333;
  max-width: 100%;
  /* format fields with values in it in separate style */ }
  .o_assessmentitem .textEntryInteraction input:valid, .o_assessmentitem .textEntryInteraction input:disabled, .o_assessmentitem .textEntryInteraction input.o_input_value_wrapper, .o_assessmentitem .textEntryInteraction span.o_input_value:valid, .o_assessmentitem .textEntryInteraction span.o_input_value:disabled, .o_assessmentitem .textEntryInteraction span.o_input_value.o_input_value_wrapper {
    color: #333333;
    -webkit-text-fill-color: #333333;
    background: #d9edf7;
    border: 1px solid #bce8f1; }

li.o_assessmentitem_order_item {
  padding: 10px;
  margin-bottom: 10px;
  border: 2px dashed #999;
  border-radius: 4px;
  background-color: #ffffff;
  background: #fcf8e3;
  list-style-type: none; }
  li.o_assessmentitem_order_item:before, li.o_assessmentitem_order_item:after {
    content: " ";
    display: table; }
  li.o_assessmentitem_order_item:after {
    clear: both; }

body > li.o_assessmentitem_order_item {
  display: block; }

/* item display wrapper to distinguish from the item tree */
.o_assessmentitem_wrapper .itemTitle {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 4px 4px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  line-height: 1.5em;
  position: relative; }
  .o_assessmentitem_wrapper .itemTitle .o_qti_item_max_score {
    position: absolute;
    left: 49%; }
.o_assessmentitem_wrapper .o_qti_item_body {
  min-height: 200px;
  margin: 0;
  padding: 5px 10px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: 1.8;
  /* larger than .textEntryInteraction input */ }
.o_assessmentitem_wrapper .o_assessment_item_not_final.o_warning {
  margin: 0; }
.o_assessmentitem_wrapper .modalFeedback {
  /* need to redeclare o_info since modalFeedback class is on same element */
  /* remove margins to stack into item box*/ }
  .o_assessmentitem_wrapper .modalFeedback h4:first-of-type, .o_assessmentitem_wrapper .modalFeedback .o_cal .fc-header-title h2:first-of-type, .o_cal .fc-header-title .o_assessmentitem_wrapper .modalFeedback h2:first-of-type {
    padding-left: 10px;
    margin-top: 0; }
  .o_assessmentitem_wrapper .modalFeedback .o_info {
    margin-bottom: 0;
    margin-top: 0; }
  .o_assessmentitem_wrapper .modalFeedback .o_info.o_correct_modal_feedback {
    margin-bottom: 0;
    margin-top: 0; }
  .o_assessmentitem_wrapper .modalFeedback .o_info.o_incorrect_modal_feedback {
    margin-bottom: 0;
    margin-top: 0; }
  .o_assessmentitem_wrapper .modalFeedback .o_info.o_empty_modal_feedback {
    margin-bottom: 0;
    margin-top: 0; }
  .o_assessmentitem_wrapper .modalFeedback .o_togglebox_wrapper {
    margin-bottom: 0;
    margin-top: 0; }
    .o_assessmentitem_wrapper .modalFeedback .o_togglebox_wrapper h4, .o_assessmentitem_wrapper .modalFeedback .o_togglebox_wrapper .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessmentitem_wrapper .modalFeedback .o_togglebox_wrapper h2 {
      border-left: 1px solid #e7e7e7;
      border-right: 1px solid #e7e7e7;
      padding-bottom: 5px;
      margin-bottom: 0; }

.o_assessmentitem_wrapper ul.o_testpartnavigation, .o_qti_menu_buttonstyle ul.o_testpartnavigation {
  list-style: none;
  padding: 0;
  margin: 0; }
.o_assessmentitem_wrapper li.o_assessmentitem, .o_qti_menu_buttonstyle li.o_assessmentitem {
  margin-bottom: 2px; }
.o_assessmentitem_wrapper .o_assessmentitem_status, .o_qti_menu_buttonstyle .o_assessmentitem_status {
  float: right;
  display: block;
  padding: 0.3em;
  margin-left: 1em;
  border-radius: 0.3em;
  border-width: 1px;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #fff; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.ended, .o_qti_menu_buttonstyle .o_assessmentitem_status.ended {
    background-color: #5bc0de; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.invalid, .o_qti_menu_buttonstyle .o_assessmentitem_status.invalid {
    background-color: #d9534f; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.answered, .o_qti_menu_buttonstyle .o_assessmentitem_status.answered {
    background-color: #5cb85c; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.notAnswered, .o_qti_menu_buttonstyle .o_assessmentitem_status.notAnswered {
    background-color: #f0ad4e; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.notPresented, .o_qti_menu_buttonstyle .o_assessmentitem_status.notPresented {
    background-color: #dddddd; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.review, .o_qti_menu_buttonstyle .o_assessmentitem_status.review {
    background-color: #5bc0de; }
  .o_assessmentitem_wrapper .o_assessmentitem_status.reviewNotAllowed, .o_assessmentitem_wrapper .o_assessmentitem_status.reviewInvalid, .o_assessmentitem_wrapper .o_assessmentitem_status.reviewNotAnswered, .o_assessmentitem_wrapper .o_assessmentitem_status.reviewNotSeen, .o_qti_menu_buttonstyle .o_assessmentitem_status.reviewNotAllowed, .o_qti_menu_buttonstyle .o_assessmentitem_status.reviewInvalid, .o_qti_menu_buttonstyle .o_assessmentitem_status.reviewNotAnswered, .o_qti_menu_buttonstyle .o_assessmentitem_status.reviewNotSeen {
    background-color: #5bc0de;
    opacity: 0.7; }
  .o_assessmentitem_wrapper .o_assessmentitem_status i:before, .o_qti_menu_buttonstyle .o_assessmentitem_status i:before {
    color: #fff; }

.o_assessmentitem_controls {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 4px 4px;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 5px 10px;
  /* button icons */ }
  .o_assessmentitem_controls button, .o_assessmentitem_controls a {
    margin-bottom: 0; }
  .o_assessmentitem_controls .o_sel_assessment_item_submit span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  .o_assessmentitem_controls .o_sel_next_question span:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-left: 0.5em; }
  .o_assessmentitem_controls .o_sel_question_menu span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  .o_assessmentitem_controls .o_sel_end_testpart span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  .o_assessmentitem_controls .o_sel_back_test_feedback span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  .o_assessmentitem_controls .o_sel_show_solution span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  .o_assessmentitem_controls .o_sel_solution_hide span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 0.5em; }
  .o_assessmentitem_controls .o_sel_skip_question span:before, .o_assessmentitem_controls .o_sel_back_question span:before, .o_assessmentitem_controls .o_sel_retry_question span:before {
    padding-right: 0.5em;
    margin-bottom: 0; }

.o_assessmentitem_control_view_solution {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  margin: 0;
  padding: 5px 10px; }

/* manual correction workflow */
.o_assessmentitem_scoring {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px; }

.o_assessmentitem_scoring_buttons {
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 5px 10px; }

.o_assessmentitem_scoring_override_window {
  width: 300px; }

.itemPrompt {
  margin: 1.5em 0;
  font-style: italic;
  color: #666666; }

.o_qti_item_body {
  margin: 1em 0; }

.o_sel_assessment_item_hint {
  margin-top: 1em; }

.o_assessment_test_results .o_sel_assessment_item_hint {
  display: none; }

/* Choice interaction */
tr.choiceinteraction td.control {
  padding: 0.5em; }
tr.choiceinteraction td.choiceInteraction {
  padding: 0.5em; }

.choiceInteraction label {
  font-weight: normal; }

.choiceInteraction input + i {
  background-color: red; }

.choiceInteraction div.o_qti_item_choice_option_flow {
  display: inline-block;
  padding: .5em;
  border: 1px solid transparent; }
  .choiceInteraction div.o_qti_item_choice_option_flow label span {
    font-weight: normal; }
  .choiceInteraction div.o_qti_item_choice_option_flow label span > p {
    display: inline-block; }

.choiceInteraction.choiceright table tr td.choiceInteraction {
  background-color: #e7e7e7;
  border-bottom: 3px solid white; }

/* Match interaction */
.matchInteraction.choiceright table tr td.o_qti_item_kprim_text {
  background-color: #e7e7e7;
  border-bottom: 3px solid white; }

table.o_qti_item_kprim td.o_qti_item_kprim_input_correct {
  background-color: #eaf6ea; }
table.o_qti_item_kprim td.o_qti_item_kprim_input_wrong {
  background-color: #fdf7f7; }
table.o_qti_item_kprim td.o_qti_item_kprim_input_correct, table.o_qti_item_kprim td.o_qti_item_kprim_input_wrong,
table.o_qti_item_kprim th.o_qti_item_kprim_input_correct, table.o_qti_item_kprim th.o_qti_item_kprim_input_wrong {
  width: 11%; }
table.o_qti_item_kprim td.o_qti_item_kprim_text, table.o_qti_item_kprim th.o_qti_item_kprim_text {
  width: 88%; }

.matchInteraction input[type='text'] {
  display: inline;
  width: auto; }
.matchInteraction div.bar_green {
  background-color: #5cb85c; }
.matchInteraction div.bar_red {
  background-color: #d9534f; }

/* Match interaction drag & drop */
.source-left, .target-left, .source-right, .target-right {
  width: 50%;
  float: left;
  position: relative;
  padding: 0;
  margin-top: 5px; }

.o_match_dnd_sources {
  padding: 10px 10px 0 10px;
  min-height: 60px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #f8f8f8; }
  .o_match_dnd_sources.oo-accepted {
    border-color: #1f7e9a; }

.o_match_dnd_source {
  padding: 10px;
  margin-bottom: 10px;
  border: 2px dashed #999;
  border-radius: 4px;
  background-color: #ffffff;
  background: #fcf8e3;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  .o_match_dnd_source:before, .o_match_dnd_source:after {
    content: " ";
    display: table; }
  .o_match_dnd_source:after {
    clear: both; }
  .o_match_dnd_source.oo-selected {
    border: 2px dashed #f0ad4e;
    background: #fae3c4; }
  .o_match_dnd_source.oo-drag {
    border: 2px dashed #f0ad4e !important; }

.source-bottom .o_match_dnd_source, .source-top .o_match_dnd_source {
  margin: 0 0 10px 0; }

.o_match_dnd_targets .oo-accepted {
  border: 2px solid #1f7e9a;
  border-radius: 4px; }

.o_match_dnd_target {
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 10px;
  border: 2px solid #5bc0de;
  border-radius: 4px;
  background: #d9edf7; }
  .o_match_dnd_target:before, .o_match_dnd_target:after {
    content: " ";
    display: table; }
  .o_match_dnd_target:after {
    clear: both; }
  .o_match_dnd_target .o_match_dnd_target_drop_zone {
    margin: 0;
    padding: 5px 0 0 15px;
    min-height: 30px; }
    .o_match_dnd_target .o_match_dnd_target_drop_zone .o_match_dnd_source {
      border: 2px dashed #777; }

.target-bottom .o_match_dnd_target, .target-top .o_match_dnd_target {
  margin: 0 0 10px 0; }
  .target-bottom .o_match_dnd_target .o_match_dnd_target_drop_zone, .target-top .o_match_dnd_target .o_match_dnd_target_drop_zone {
    padding-left: 0px; }
    .target-bottom .o_match_dnd_target .o_match_dnd_target_drop_zone .o_match_dnd_source, .target-top .o_match_dnd_target .o_match_dnd_target_drop_zone .o_match_dnd_source {
      padding-left: 15px; }

/* Match true/false */
.table.o_match_true_false_edit th.o_sel_match_target_0, .table.o_match_true_false_edit th.o_sel_match_target_1, .table.o_match_true_false_edit th.o_sel_match_target_2 {
  width: 12%; }

.match_true_false input[type="checkbox"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  appearance: radio; }
.match_true_false .table > tbody > tr > td.o_match_true_false_unanswered,
.match_true_false .table > tbody > tr > td.o_match_true_false_right,
.match_true_false .table > tbody > tr > td.o_match_true_false_wrong {
  vertical-align: middle;
  width: 11%; }
.match_true_false th.o_match_true_false_unanswered,
.match_true_false th.o_match_true_false_right,
.match_true_false th.o_match_true_false_wrong {
  width: 11%; }
.match_true_false td.o_match_true_false_answer,
.match_true_false th.o_match_true_false_answer {
  width: 67%; }
.match_true_false td.o_match_true_false_unanswered {
  background-color: #fbfbfb; }
.match_true_false td.o_match_true_false_right {
  background-color: #eaf6ea; }
.match_true_false td.o_match_true_false_wrong {
  background-color: #fdf7f7; }

/* MathEntryInteraction styling for MathAssess */
.o_assessmentitem .mathEntryInteraction {
  border: 1px solid #ddedfc;
  background-color: #edf1f6;
  background: linear-gradient(to top, #edf1f6 0%, #f6f9fb 100%);
  border-radius: 0.4em;
  padding: 1em;
  margin: 0.5em 0; }
  .o_assessmentitem .mathEntryInteraction .inputPanel {
    line-height: 1em;
    text-align: left; }
    .o_assessmentitem .mathEntryInteraction .inputPanel input {
      margin: 0;
      padding: 0; }
  .o_assessmentitem .mathEntryInteraction .previewPanel {
    text-align: center; }

.o_assessmentitem .mathEntryInteraction.horizontal {
  min-height: 5em;
  width: 40em; }
  .o_assessmentitem .mathEntryInteraction.horizontal .inputPanel {
    width: 45%;
    float: left;
    margin: 2em 0; }
  .o_assessmentitem .mathEntryInteraction.horizontal .previewPanel {
    width: 50%;
    margin-left: 40%; }

.o_assessmentitem .mathEntryInteraction.vertical {
  min-height: 6em; }
  .o_assessmentitem .mathEntryInteraction.vertical .inputPanel {
    padding: 0 5em; }
  .o_assessmentitem .mathEntryInteraction.vertical .inputPanel:before {
    content: 'Input Maths: '; }
  .o_assessmentitem .mathEntryInteraction.vertical .previewPanel {
    margin-top: 2em;
    min-height: 4em; }

.o_assessmentitem div.upConversionAjaxControlMessage {
  width: auto;
  text-align: center;
  display: inline;
  padding: 0.5em 0 0.5em 20px; }
.o_assessmentitem div.success {
  background: #5cb85c; }
.o_assessmentitem div.failure {
  background-color: #f0ad4e; }
.o_assessmentitem div.error {
  background-color: #d9534f; }
.o_assessmentitem div.upConversionAjaxControlPreview {
  margin: 0.5em 0;
  font-size: 110%; }

/* Help for Math Input */
.o_assessmentitem table.inputHelp {
  border-collapse: collapse;
  width: 100%;
  font-size: 90%; }
  .o_assessmentitem table.inputHelp th {
    border: 1px solid #999999;
    padding: 0.2em 0.5em;
    background-color: #cad8e5; }
  .o_assessmentitem table.inputHelp td {
    color: #999999;
    border: 1px solid #999999;
    padding: 0.2em 0.5em; }
  .o_assessmentitem table.inputHelp kbd {
    color: black;
    font-size: 100%;
    line-height: 100%; }
  .o_assessmentitem table.inputHelp .longComma {
    margin-right: 0.5em; }

/* Correct solution feedback */
.o_togglebox_wrapper #modal-correct-solution div.o_togglebox_content {
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

/* Candidate comment */
.o_candidatecomment {
  padding: 0;
  margin: 2em 0 1em 0;
  border: none; }
  .o_candidatecomment legend {
    font-size: 110%;
    font-weight: bold;
    color: #777777;
    margin-bottom: 0;
    border-bottom: 0; }
  .o_candidatecomment div.o_item_container_help {
    margin: 0;
    padding: 0; }
  .o_candidatecomment textarea {
    display: block;
    color: #777777; }

.o_qti_menu_menustyle ul.o_testpartnavigation {
  list-style: none;
  padding: 0;
  margin: 0; }
  .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentsection {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background: #f8f8f8;
    padding: 0 1em 0.5em 1em;
    margin: 0 0 0.5em 0; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentsection header {
      margin: 0 0 1em 0; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentsection header div.rubric {
      font-style: italic; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentsection ul.o_testpartnavigation_inner {
      list-style: none;
      padding: 0;
      margin: 0; }
  .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem {
    padding: 0.1em 0;
    /* old badge style rendering
    .o_assessmentitem_status {
    	float: right;
    	display: block;
    	padding: 0.3em;
    	border-radius: 0.3em;
    	border-width: 1px;
    	font-size: 0.8em;
    	color: #fff;
    	span { 
    		display: inline;
    	}
    	i { 
    		display: none;
    	}
    	&.ended {
    	  background-color: $o-qti-status-ended-color;
    	}
    	&.invalid {
    	  background-color: $o-qti-status-invalid-color;
    	}
    	&.answered {
    	  background-color: $o-qti-status-answered-color;
    	}
    	&.notAnswered {
    	  background-color: $o-qti-status-notAnswered-color;
    	}
    	&.notPresented {
    		background-color: $o-qti-status-notPresented-color;
    	}
    	&.review {
    		background-color: $o-qti-status-review-color;
    	}
    	&.reviewNotAllowed, 
    	&.reviewInvalid, 
    	&.reviewNotAnswered, 
    	&.reviewNotSeen {
    		background-color: $o-qti-status-review-color;
    		opacity: 0.7;
    	}
    }
    */ }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem a {
      color: #777;
      overflow-wrap: break-word; }
      .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem a:hover, .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem a:focus {
        color: #333;
        overflow-wrap: break-word; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem.active a {
      color: #337ab7;
      font-weight: bold;
      overflow-wrap: break-word; }
      .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem.active a:hover, .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem.active a:focus {
        color: #23527c;
        background-color: #eeeeee;
        overflow-wrap: break-word; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem span {
      vertical-align: middle; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem .o_assessmentitem_status {
      display: inline;
      position: relative;
      left: -0.3em;
      background: transparent;
      border: 0; }
      .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem .o_assessmentitem_status span {
        /* hide status description */
        display: none; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem .o_assessmentitem_attempts {
      float: right;
      display: block;
      padding: 0.3em;
      border-radius: 2px;
      background-color: #fafafa;
      color: #777777;
      font-size: 0.7em; }
      .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem .o_assessmentitem_attempts.o_assessmentitem_attempts_limited {
        color: #f0ad4e; }
      .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem .o_assessmentitem_attempts.o_assessmentitem_attempts_nomore {
        color: #5bc0de; }
    .o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem .o_assessmentitem_marks {
      float: right;
      display: inline-block;
      font-size: 0.8em;
      position: relative;
      top: 0.3em;
      right: -0.5em; }
  .o_qti_menu_menustyle ul.o_testpartnavigation .o_assessmentitem .questionTitle {
    margin-right: 1em;
    overflow-wrap: break-word; }

/* Test feedback after test */
.testFeedback h1:first-of-type {
  margin-top: 0; }

/* Test Item Presentation */
ul.testPartDrilldown {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.testPartDrilldown li.o_assessmentsection {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background: #f8f8f8;
    padding: 0 1em 0.5em 1em; }
    ul.testPartDrilldown li.o_assessmentsection header {
      margin: 0 0 1em 0; }
      ul.testPartDrilldown li.o_assessmentsection header div.rubric {
        font-style: italic; }
    ul.testPartDrilldown li.o_assessmentsection ul.testPartDrilldownInner {
      list-style: none;
      padding: 0;
      margin: 0; }
  ul.testPartDrilldown li.currentItem {
    border: 1px solid #e7e7e7;
    border-radius: 0.5em;
    padding: 0 1em;
    margin-top: 1em; }

.testItemControl {
  margin-top: 0.5em; }

/* Statistics */
/* Override the same for QTI 1.2 */
ul.o_qti_statistics_answers li span.o_qti_statistics_answer {
  background: #F5F5F5;
  padding: 1px 3px;
  width: 90%;
  display: inline-block; }

/* Results reporting / detailed assessment results */
.o_assessment_test_results {
  /* align tables in assessment results to have same column width */ }
  .o_assessment_test_results .o_qti_assessment_title {
    border-bottom: 1px solid #ddd; }
  .o_assessment_test_results table th {
    width: 40%; }
  .o_assessment_test_results .o_qti_sectionsummary .o_qti_section {
    text-align: center; }
    .o_assessment_test_results .o_qti_sectionsummary .o_qti_section .o_qti_section_sublisting {
      padding: 0 10%;
      min-height: 3em; }
  .o_assessment_test_results .o_qti_sections .o_qti_section {
    margin-top: 40px; }
    .o_assessment_test_results .o_qti_sections .o_qti_section h3 {
      margin-bottom: 20px; }
    .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_id {
      display: none; }
    .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment {
      margin: 0;
      padding: 5px 10px 10px 5px;
      border-top: 1px solid #ddd;
      broder-bottom: 1px solid #ddd; }
      .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h4, .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_assessment_test_results .o_qti_sections .o_qti_section .o_qti_items .o_qti_item .o_qti_item_comment h2 {
        font-size: 100%;
        font-weight: bold;
        color: inherit; }
  .o_assessment_test_results .o_qti_to_overview {
    text-align: right; }

/* Editor */
.o_sel_assessment_item_feedbacks {
  min-height: 250px; }

.o_alternative_question_types h4 select, .o_alternative_question_types .o_cal .fc-header-title h2 select, .o_cal .fc-header-title .o_alternative_question_types h2 select {
  display: inline-block;
  width: auto; }

@media print {
  canvas, div.hotspotInteraction > div > div {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }

  .choiceInteraction label {
    font-weight: normal; }

  .choiceinteraction input[type="radio"][disabled],
  .choiceinteraction input[type="checkbox"][disabled],
  .matchInteraction input[type="radio"][disabled],
  .matchInteraction input[type="checkbox"][disabled] {
    display: none; }

  .choiceinteraction input + i,
  .matchInteraction input + i {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .choiceInteraction input[type="radio"][disabled] + i:before,
  .matchInteraction input[type="radio"][disabled] + i:before,
  .matchInteraction.match_true_false input[type="checkbox"][disabled] + i:before {
    content: ""; }

  .choiceInteraction input[type="radio"][disabled]:checked + i:before,
  .matchInteraction input[type="radio"][disabled]:checked + i:before,
  .matchInteraction.match_true_false input[type="checkbox"][disabled]:checked + i:before {
    content: ""; }

  .choiceInteraction input[type="checkbox"][disabled] + i:before,
  .matchInteraction input[type="checkbox"][disabled] + i:before {
    content: ""; }

  .choiceInteraction input[type="checkbox"][disabled]:checked + i:before,
  .matchInteraction input[type="checkbox"][disabled]:checked + i:before {
    content: ""; } }
#o_dev_tool #o_dev_tool_mode {
  width: 1em;
  height: 1em;
  float: left;
  border: 1px solid #000;
  margin-right: 5px; }

/* styles for GUI debu mode */
a.o_dev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4000;
  background: #f0ad4e;
  border: 1px solid #d59645;
  border-top: none;
  border-left: none;
  border-radius: 0 0 4px 0;
  color: #fff; }
  a.o_dev:hover {
    color: #d9534f; }

/* GUI debug wrapper and info box */
.o_dev_w {
  margin: 1px;
  /* handel to initiate the info hover */
  /* wrapper for the component */
  /* marker when hovering over a component */ }
  .o_dev_w .o_dev_h {
    color: #000;
    font-size: 8px;
    line-height: 10px;
    margin: 0; }
    .o_dev_w .o_dev_h span {
      background: #f4c37d;
      border: 1px solid #f0ad4e;
      border-bottom: 0; }
  .o_dev_w .o_dev_c {
    position: relative;
    border: 1px dotted #eeeeee;
    /* info box */ }
    .o_dev_w .o_dev_c .o_dev_i {
      position: absolute;
      top: 0px;
      left: 24px;
      height: auto;
      width: auto;
      padding: 5px;
      border: 1px solid black;
      display: none;
      margin: 0px;
      z-index: 999;
      font-size: 11px;
      background-color: #BBF; }
  .o_dev_w.o_dev_m > .o_dev_c {
    border: 1px solid #f0ad4e;
    margin: 0px;
    background-color: #f8e9d4; }

.o_wikimod_nav {
  /* room for popup icon */
  margin-right: 20px; }
  .o_wikimod_nav .o_noti {
    margin: 0; }
  .o_wikimod_nav .o_portfolio_collector {
    /* fix awkward positioning */
    position: relative;
    top: -5px; }

.o_wikimod_editform_wrapper {
  margin-top: 30px; }

.o_wiki-file-deleted {
  text-decoration: line-through; }

/* styles from wiki.css, see src/main/webapp/static/cp_offline_menu_mat/wiki.css */
div.o_wiki_wrapper a.wikiimg {
  text-decoration: none;
  color: inherit;
  font-weight: inherit; }
div.o_wiki_wrapper div.imgcaption {
  padding: 0.3em 0em 0.2em 0.3em; }
div.o_wiki_wrapper div.imgleft {
  clear: left;
  float: left;
  margin: 0.3em 0.3em 0.3em 0em; }
div.o_wiki_wrapper div.imgright {
  clear: right;
  float: right;
  margin: 0.3em 0em 0.3em 0.3em; }
div.o_wiki_wrapper div.imgcenter {
  clear: both;
  overflow: hidden;
  text-align: center;
  margin: 0.3em 0em 0.3em 0em; }
div.o_wiki_wrapper div.imgthumb {
  border: 1px solid #bbbbbb;
  padding: 0.3em; }
div.o_wiki_wrapper table.gallery {
  border: 1px solid #ccc;
  margin: 2px;
  padding: 2px;
  background-color: white; }
div.o_wiki_wrapper table.gallery tr {
  vertical-align: middle; }
div.o_wiki_wrapper table.gallery td {
  background-color: #f9f9f9;
  border: solid 2px white;
  text-align: center;
  vertical-align: middle;
  width: 150px; }
div.o_wiki_wrapper img.gallery {
  border: 1px solid #bbbbbb;
  padding: 0.3em; }
div.o_wiki_wrapper a.edit {
  font-style: italic;
  color: red; }
div.o_wiki_wrapper a.externallink:before {
  padding-right: 2px; }
  div.o_wiki_wrapper a.externallink:before:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0.5em;
    content: ""; }

.o_ep_icon_map:before {
  content: ""; }

.o_ep_icon_collection:before {
  content: ""; }

.o_ep_icon_page:before {
  content: ""; }

.o_ep_icon_struct:before {
  content: ""; }

.o_ep_icon_liveblog:before {
  content: ""; }

.o_artefact_closed:before {
  content: ""; }

.o_portfolio_toc .o_ep_link {
  float: right;
  margin-right: 0px; }
.o_portfolio_toc .o_ep_commentlink {
  float: right;
  margin-right: 10%; }
.o_portfolio_toc li.level1 {
  font-size: 1.2em;
  margin: 1.2em 0 0.2em 0;
  border-bottom: 1px solid #ddd; }
.o_portfolio_toc li.level2 {
  padding-left: 20px;
  font-size: 1.1em;
  border-bottom: 1px dotted #ddd; }
.o_portfolio_toc li.level3 {
  padding-left: 40px; }

.o_eportfolio_page .o_eportfolio_structure > h5 {
  border-bottom: 1px solid #ddd;
  margin-top: 1.2em; }

.o_eportfolio_maps .panel {
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  box-shadow: 3px 3px 4px rgba(20, 20, 20, 0.4); }
.o_eportfolio_maps .panel-heading {
  padding: 5px 10px; }
.o_eportfolio_maps h4, .o_eportfolio_maps .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps h2 {
  padding: 11px 15px;
  background: rgba(255, 255, 230, 0.7) none;
  border-radius: 6px; }
.o_eportfolio_maps .table > tbody > tr > td {
  border-top: none; }
.o_eportfolio_maps .panel-body {
  border-top: none; }
.o_eportfolio_maps .panel > .panel-body + .table {
  border-top: none; }

.panel-footer .o_ep_options {
  display: inline-block; }

.o_eportfolio_map {
  padding: 0 20px 2px 3px;
  border-radius: 6px 10px 6px 0;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif; }

.o_map_header {
  padding-left: 5px; }

.o_eportfolio_map ul.nav-tabs li:not(.active) a {
  background-color: rgba(240, 240, 240, 0.7);
  border-radius: 4px 4px 0 0; }

.o_eportfolio_edit {
  border-radius: 4px 4px 0 0; }

.o_ep_actualpage, .o_eportfolio_edit {
  padding: 15px;
  background-color: #fff; }

.o_ep_content {
  margin-top: 15px; }

.o_ep_filter .o_date.form-inline .form-group, .o_ep_filter .o_date.o_navbar-form .form-group {
  margin-left: 8px; }

.o_eportfolio_share_policy_wrapper {
  border: 1px solid #ddd;
  border-radius: 4px; }

.o_eportfolio_share_header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5; }

.o_eportfolio_share_policy {
  padding: 10px 15px; }

.o_map-default {
  background: #fafafa;
  background: #fafafa -webkit-gradient(linear, 37% 20%, 53% 100%, from(#fafafa), to(#efefef));
  background: #fafafa -moz-linear-gradient(43% 71% 101deg, #efefef, #fafafa);
  background: #fafafa -o-linear-gradient(#fafafa, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#efefef');
  border: 1px solid #efefef;
  border-left: 3px solid rgba(188, 188, 188, 0.8); }

.o_eportfolio_maps .o_map-default h4, .o_eportfolio_maps .o_map-default .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-default h2 {
  color: #444;
  background: none; }
.o_eportfolio_maps .o_map-default .panel-body, .o_eportfolio_maps .o_map-default td, .o_eportfolio_maps .o_map-default a {
  color: #000; }

.o_map-comic {
  background: #a2c3e8 none;
  font-family: 'Comic Sans MS', 'Comic Sans', fantasy;
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_map-leather {
  background-color: #957352;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0.7)), color-stop(100%, rgba(193, 193, 193, 0.5))), url("../light/images/portfolio/white-leather-tile.jpg");
  background-image: -webkit-linear-gradient(top, rgba(248, 248, 248, 0.7), rgba(193, 193, 193, 0.5)), url("../light/images/portfolio/white-leather-tile.jpg");
  background-image: -moz-linear-gradient(top, rgba(248, 248, 248, 0.7), rgba(193, 193, 193, 0.5)), url("../light/images/portfolio/white-leather-tile.jpg");
  background-image: -ms-linear-gradient(top, rgba(248, 248, 248, 0.7), rgba(193, 193, 193, 0.5)), url("../light/images/portfolio/white-leather-tile.jpg");
  background-image: -o-linear-gradient(top, rgba(248, 248, 248, 0.7), rgba(193, 193, 193, 0.5)), url("../light/images/portfolio/white-leather-tile.jpg");
  background-image: linear-gradient(top, rgba(248, 248, 248, 0.7), rgba(193, 193, 193, 0.5)), url("../light/images/portfolio/white-leather-tile.jpg");
  font-family: Palatino, Georgia, serif;
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-leather h4, .o_eportfolio_maps .o_map-leather .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-leather h2 {
  background: rgba(243, 230, 225, 0.3) none; }
.o_eportfolio_maps .o_map-leather .panel-body, .o_eportfolio_maps .o_map-leather td {
  color: #333; }
.o_eportfolio_maps .o_map-leather a {
  color: #fad9a4; }

.o_eportfolio_map.o_map-leather .o_map_header h4, .o_eportfolio_map.o_map-leather .o_map_header .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_map.o_map-leather .o_map_header h2, .o_eportfolio_map.o_map-leather .o_map_header p, .o_eportfolio_map.o_map-leather .o_map_header a, .o_eportfolio_map.o_map-leather .o_map_header span, .o_eportfolio_map.o_map-leather .o_map_header label {
  color: #333; }

.o_map-epmst-green {
  background-color: #ECF69A;
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-green h4, .o_eportfolio_maps .o_map-epmst-green .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-green h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-green .panel-body, .o_eportfolio_maps .o_map-epmst-green td, .o_eportfolio_maps .o_map-epmst-green a {
  color: #000; }

.o_map-epmst-green2 {
  background: #99E44D;
  background: #99E44D -webkit-gradient(linear, 37% 20%, 53% 100%, from(#99E44D), to(#CBF1A5));
  background: #99E44D -moz-linear-gradient(43% 71% 101deg, #CBF1A5, #99E44D);
  background: #99E44D -o-linear-gradient(#99E44D, #CBF1A5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99E44D', EndColorStr='#CBF1A5');
  border: 1px solid #bbb;
  border-left: 3px solid rgba(136, 136, 136, 0.8); }

.o_eportfolio_maps .o_map-epmst-green2 h4, .o_eportfolio_maps .o_map-epmst-green2 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-green2 h2 {
  color: #555; }
.o_eportfolio_maps .o_map-epmst-green2 .panel-body, .o_eportfolio_maps .o_map-epmst-green2 td, .o_eportfolio_maps .o_map-epmst-green2 a {
  color: #000; }

.o_map-epmst-green3 {
  background: #DFF0C1;
  background: #DFF0C1 -webkit-gradient(linear, 37% 20%, 53% 100%, from(#DFF0C1), to(#A0D346));
  background: #DFF0C1 -moz-linear-gradient(43% 71% 101deg, #A0D346, #DFF0C1);
  background: #DFF0C1 -o-linear-gradient(#DFF0C1, #A0D346);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DFF0C1', EndColorStr='#A0D346');
  border: 1px solid #bbb;
  border-left: 3px solid rgba(136, 136, 136, 0.8); }

.o_eportfolio_maps .o_map-epmst-green3 h4, .o_eportfolio_maps .o_map-epmst-green3 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-green3 h2 {
  color: #555; }
.o_eportfolio_maps .o_map-epmst-green3 .panel-body, .o_eportfolio_maps .o_map-epmst-green3 td, .o_eportfolio_maps .o_map-epmst-green3 a {
  color: #000; }

.o_map-epmst-green4 {
  background-color: #D7DBB5;
  border: 1px solid #bbb;
  border-left: 3px solid rgba(136, 136, 136, 0.8); }

.o_eportfolio_maps .o_map-epmst-green4 h4, .o_eportfolio_maps .o_map-epmst-green4 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-green4 h2 {
  color: #555; }
.o_eportfolio_maps .o_map-epmst-green4 .panel-body, .o_eportfolio_maps .o_map-epmst-green4 td, .o_eportfolio_maps .o_map-epmst-green4 a {
  color: #000; }

.o_map-epmst-red {
  background: #FFBA71;
  background: #FFBA71 -webkit-gradient(linear, 37% 20%, 53% 100%, from(#FFBA71), to(#FFBA99));
  background: #FFBA71 -moz-linear-gradient(43% 71% 101deg, #FFBA99, #FFBA71);
  background: #FFBA71 -o-linear-gradient(#FFBA71, #FFBA99);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFBA71', EndColorStr='#FFBA99');
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-red h4, .o_eportfolio_maps .o_map-epmst-red .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-red h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-red .panel-body, .o_eportfolio_maps .o_map-epmst-red td, .o_eportfolio_maps .o_map-epmst-red a {
  color: #000; }

.o_map-epmst-red2 {
  background: #FF9772;
  background: #FF9772 -webkit-gradient(linear, 37% 20%, 53% 100%, from(#FF9772), to(#FF9780));
  background: #FF9772 -moz-linear-gradient(43% 71% 101deg, #FF9780, #FF9772);
  background: #FF9772 -o-linear-gradient(#FF9772, #FF9780);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9772', EndColorStr='#FF9780');
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-red2 h4, .o_eportfolio_maps .o_map-epmst-red2 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-red2 h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-red2 .panel-body, .o_eportfolio_maps .o_map-epmst-red2 td, .o_eportfolio_maps .o_map-epmst-red2 a {
  color: #000; }

.o_map-epmst-red3 {
  background: #E8AFBB;
  background: #E8AFBB -webkit-gradient(linear, 37% 20%, 53% 100%, from(#E8AFBB), to(#E8AFA0));
  background: #E8AFBB -moz-linear-gradient(43% 71% 101deg, #E8AFA0, #E8AFBB);
  background: #E8AFBB -o-linear-gradient(#E8AFBB, #E8AFA0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E8AFBB', EndColorStr='#E8AFA0');
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-red3 h4, .o_eportfolio_maps .o_map-epmst-red3 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-red3 h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-red3 .panel-body, .o_eportfolio_maps .o_map-epmst-red3 td, .o_eportfolio_maps .o_map-epmst-red3 a {
  color: #000; }

.o_map-epmst-red4 {
  background: #FFA800;
  background: #FFA800 -webkit-gradient(linear, 37% 20%, 53% 100%, from(#FFA800), to(#FFAF00));
  background: #FFA800 -moz-linear-gradient(43% 71% 101deg, #FFAF00, #FFA800);
  background: #FFA800 -o-linear-gradient(#FFA800, #FFAF00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFA800', EndColorStr='#FFAF00');
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-red4 h4, .o_eportfolio_maps .o_map-epmst-red4 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-red4 h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-red4 .panel-body, .o_eportfolio_maps .o_map-epmst-red4 td, .o_eportfolio_maps .o_map-epmst-red4 a {
  color: #000; }

.o_map-epmst-blue {
  background: #00D2F8;
  background: #00D2F8 -webkit-gradient(linear, 37% 20%, 53% 100%, from(#00D2F8), to(#4A9EAD));
  background: #00D2F8 -moz-linear-gradient(43% 71% 101deg, #4A9EAD, #00D2F8);
  background: #00D2F8 -o-linear-gradient(#00D2F8, #4A9EAD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00D2F8', EndColorStr='#4A9EAD');
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-blue h4, .o_eportfolio_maps .o_map-epmst-blue .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-blue h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-blue .panel-body, .o_eportfolio_maps .o_map-epmst-blue td, .o_eportfolio_maps .o_map-epmst-blue a {
  color: #000; }

.o_map-epmst-blue2 {
  background-color: #C4F6FF;
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-blue2 h4, .o_eportfolio_maps .o_map-epmst-blue2 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-blue2 h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-blue2 .panel-body, .o_eportfolio_maps .o_map-epmst-blue2 td, .o_eportfolio_maps .o_map-epmst-blue2 a {
  color: #000; }

.o_map-epmst-blue3 {
  background-color: #B3E2F7;
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-blue3 {
  box-shadow: 3px 3px 4px rgba(20, 20, 20, 0.4); }
  .o_eportfolio_maps .o_map-epmst-blue3 h4, .o_eportfolio_maps .o_map-epmst-blue3 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-blue3 h2 {
    color: #444; }
  .o_eportfolio_maps .o_map-epmst-blue3 .panel-body, .o_eportfolio_maps .o_map-epmst-blue3 td, .o_eportfolio_maps .o_map-epmst-blue3 a {
    color: #000; }

.o_map-epmst-blue4 {
  background: #DEE7F7;
  background: #DEE7F7 -webkit-gradient(linear, 37% 20%, 53% 100%, from(#DEE7F7), to(#C1E9FD));
  background: #DEE7F7 -moz-linear-gradient(43% 71% 101deg, #C1E9FD, #DEE7F7);
  background: #DEE7F7 -o-linear-gradient(#DEE7F7, #C1E9FD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DEE7F7', EndColorStr='#C1E9FD');
  border: 1px solid #888;
  border-left: 3px solid rgba(85, 85, 85, 0.8); }

.o_eportfolio_maps .o_map-epmst-blue4 h4, .o_eportfolio_maps .o_map-epmst-blue4 .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_eportfolio_maps .o_map-epmst-blue4 h2 {
  color: #444; }
.o_eportfolio_maps .o_map-epmst-blue4 .panel-body, .o_eportfolio_maps .o_map-epmst-blue4 td, .o_eportfolio_maps .o_map-epmst-blue4 a {
  color: #000; }

.o_portfolio div#o_main_toolbar.o_toolbar {
  margin-top: 0px; }

.o_portfolio_home .o_portfolio_my li, .o_portfolio_home .o_portfolio_shared li {
  margin: 2em 1em 2em 0;
  text-align: center;
  vertical-align: top; }
.o_portfolio_home .o_portfolio_my li.o_pf_trash_entry, .o_portfolio_home .o_portfolio_shared li.o_pf_trash_entry {
  border-right: 5px dashed #eee;
  padding-right: 2em; }
.o_portfolio_home .o_portfolio_my li a, .o_portfolio_home .o_portfolio_shared li a {
  display: block;
  width: 9em; }
.o_portfolio_home .o_portfolio_my li a i, .o_portfolio_home .o_portfolio_shared li a i {
  display: inline-block;
  font-size: 4em; }
.o_portfolio_home .o_portfolio_my li a span, .o_portfolio_home .o_portfolio_shared li a span {
  display: block;
  margin-top: 0.8em; }
@media (max-width: 1199px) {
  .o_portfolio_home .o_portfolio_my, .o_portfolio_home .o_portfolio_shared {
    font-size: 90%; } }
@media (max-width: 767px) {
  .o_portfolio_home .o_portfolio_my, .o_portfolio_home .o_portfolio_shared {
    font-size: 80%; }
    .o_portfolio_home .o_portfolio_my li.o_pf_trash_entry, .o_portfolio_home .o_portfolio_shared li.o_pf_trash_entry {
      border-right: none;
      padding-right: 0; } }
.o_portfolio_home #o_my_last_binders .o_table_body {
  margin-top: 0;
  padding-left: 0; }
.o_portfolio_home #o_my_last_pages .o_table_body {
  margin-top: 0; }
.o_portfolio_home #o_my_last_pages .o_table_toolbar {
  display: none; }
.o_portfolio_home #o_my_last_pages .o_portfolio_page {
  margin-top: 0;
  margin-bottom: 1em; }

.o_section_lead, .o_page_lead, .o_assignment_lead {
  padding: 10px 10px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border-radius: 3px;
  border: 1px #d9d9d9 solid; }

.o_section_ended .o_section_lead {
  border-color: #eba5a3;
  background-color: #f4cecd; }

/* media positioning and sizes */
.o_media.o_media_right, .o_media.o_media_right_large {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em; }
.o_media.o_media_left, .o_media.o_media_left_large {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em; }
.o_media.o_media_left, .o_media.o_media_right {
  max-height: 200px;
  max-width: 50%; }
  .o_media.o_media_left img, .o_media.o_media_right img {
    max-height: 200px; }
.o_media.o_media_right_large, .o_media.o_media_left_large {
  max-height: 300px;
  max-width: 75%; }
  .o_media.o_media_right_large img, .o_media.o_media_left_large img {
    max-height: 300px; }
.o_media img {
  border-radius: 3px;
  border: 1px #d9d9d9 solid;
  background: #fff;
  height: auto;
  /* expand to fit */
  width: auto; }

@media (max-width: 767px) {
  .o_page_lead .o_media.o_media_right, .o_page_lead .o_media.o_media_right_large {
    margin-left: 1em;
    margin-bottom: 1em; }
  .o_page_lead .o_media.o_media_left, .o_page_lead .o_media.o_media_left_large {
    margin-right: 1em;
    margin-bottom: 1em; }
  .o_page_lead .o_media.o_media_left, .o_page_lead .o_media.o_media_right {
    max-height: 120px;
    max-width: 30%; }
    .o_page_lead .o_media.o_media_left img, .o_page_lead .o_media.o_media_right img {
      max-height: 120px; }
  .o_page_lead .o_media.o_media_right_large, .o_page_lead .o_media.o_media_left_large {
    max-height: 180px;
    max-width: 50%; }
    .o_page_lead .o_media.o_media_right_large img, .o_page_lead .o_media.o_media_left_large img {
      max-height: 180px; } }
.o_page_lead {
  padding: 20px;
  /* inline image formatting */ }
  .o_page_lead h2 {
    margin-bottom: 5px; }
  .o_page_lead .o_portfolio_page_meta {
    margin-bottom: 5px; }
  .o_page_lead .o_page_summary {
    font-size: 18px; }
  .o_page_lead .o_media.o_desc_empty {
    /* when no content is there, show larger image and centered */
    max-height: 300px;
    text-align: center; }
    .o_page_lead .o_media.o_desc_empty img {
      max-height: 300px; }
  .o_page_lead .o_portfolio_status_block {
    border-top: 1px solid #d9d9d9;
    padding-top: 1em;
    margin-bottom: -1em;
    /* push at bottom of lead block */ }
  .o_page_lead .o_edit_page_meta {
    padding-right: 2em; }
  .o_page_lead .o_portfolio_status {
    display: inline-block;
    padding-right: 2em; }
  .o_page_lead.o_block_imagebg .o_portfolio_status {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8); }

.o_portfolio_status_block p.o_section_ended {
  font-size: 120%; }

.o_page_assignment {
  font-size: 12px; }
  .o_page_assignment.o_togglebox_wrapper div.o_togglebox_content {
    margin: 10px 0 20px 0;
    padding: 20px;
    border-left: 3px solid #d9534f;
    background-color: #f2dede; }
  .o_page_assignment .o_page_assignement_info {
    position: relative;
    left: -1em; }

.o_page_export .o_page_assignment .o_opener, .o_binder_export .o_page_assignment .o_opener {
  visibility: hidden; }

.o_page_export .o_page_assignment .o_closer, .o_binder_export .o_page_assignment .o_closer {
  display: none; }

.o_portfolio_listing.o_rendertype_custom .o_table_body.container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
.o_portfolio_listing.o_rendertype_custom .o_portfolio_entry {
  position: relative;
  display: inline-block;
  height: 230px;
  width: 400px;
  vertical-align: top;
  margin-right: 10px; }
  .o_portfolio_listing.o_rendertype_custom .o_portfolio_entry ul {
    padding-left: 2em; }
  .o_portfolio_listing.o_rendertype_custom .o_portfolio_entry .oo-accepted {
    box-shadow: 10px 10px 10px pink; }
  .o_portfolio_listing.o_rendertype_custom .o_portfolio_entry .o_binder_tools a {
    color: #333333; }
.o_portfolio_listing.o_rendertype_custom .panel-imagebg .panel-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .o_portfolio_listing.o_rendertype_custom .panel-imagebg .panel-body ul li {
    padding: 2px; }

/* binder with assignments (binders created from course element */
.o_binder.o_portfolio_assignments .panel-heading,
.o_binder.o_portfolio_assignments .panel-body {
  border-left: 3px solid #d9534f; }

/* an assignment in template edit mode*/
.panel-default.o_portfolio_assignments .panel-heading,
.panel-default.o_portfolio_assignments .panel-body {
  border-left: 3px solid #d9534f; }

/* an assignment entry */
.o_portfolio_page .o_portfolio_assignments .o_portfolio_page_body {
  border-left: 3px solid #d9534f; }
  .o_portfolio_page .o_portfolio_assignments .o_portfolio_page_body .o_portfolio_page_meta_wrapper,
  .o_portfolio_page .o_portfolio_assignments .o_portfolio_page_body .o_portfolio_page_summary {
    padding-left: 10px; }

.o_portfolio_page_summary .o_media.o_media_right, .o_portfolio_page_summary .o_media.o_media_right_large {
  margin-left: 1em;
  margin-bottom: 1em; }
.o_portfolio_page_summary .o_media.o_media_left, .o_portfolio_page_summary .o_media.o_media_left_large {
  margin-right: 1em;
  margin-bottom: 1em; }
.o_portfolio_page_summary .o_media.o_media_left, .o_portfolio_page_summary .o_media.o_media_right {
  max-height: 150px; }
  .o_portfolio_page_summary .o_media.o_media_left img, .o_portfolio_page_summary .o_media.o_media_right img {
    max-height: 150px; }
.o_portfolio_page_summary .o_media.o_media_right_large, .o_portfolio_page_summary .o_media.o_media_left_large {
  max-height: 230px; }
  .o_portfolio_page_summary .o_media.o_media_right_large img, .o_portfolio_page_summary .o_media.o_media_left_large img {
    max-height: 230px; }

.o_portfolio_categories {
  /* the categories edit form */ }
  .o_portfolio_categories .tag {
    font-size: 80%;
    font-weight: normal; }
  .o_portfolio_categories div, .o_portfolio_categories form {
    display: inline-block; }

.o_portfolio_categories_edit .bootstrap-tagsinput {
  margin-bottom: 0;
  padding: 0px 4px; }

.o_portfolio_last_modified + .o_portfolio_categories,
.o_portfolio_page_meta + .o_portfolio_categories {
  margin-left: 1em; }

.o_rendertype_classic .o_pf_page, .o_rendertype_classic .o_pf_assignment {
  padding-left: 1em; }

.o_portfolio_timeline .o_timeline_up {
  text-align: center; }
.o_portfolio_timeline .o_timeline_down {
  text-align: center; }
.o_portfolio_timeline .axis path,
.o_portfolio_timeline .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }
.o_portfolio_timeline .x.axis line, .o_portfolio_timeline .x.axis path {
  display: none; }
.o_portfolio_timeline path.o_timeline_curve {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges; }
.o_portfolio_timeline .y.axis .tick line, .o_portfolio_timeline .y.axis path.domain {
  stroke: #ddd; }
.o_portfolio_timeline text {
  fill: #888;
  stroke: none;
  font-size: 10px; }
.o_portfolio_timeline .dot.o_pf_status_draft {
  fill: #f0ad4e; }
.o_portfolio_timeline .dot.o_pf_status_published {
  fill: #337ab7; }
.o_portfolio_timeline .dot.o_pf_status_inrevision {
  fill: #d9534f; }
.o_portfolio_timeline .dot.o_pf_status_closed {
  fill: #5cb85c; }
.o_portfolio_timeline .dot.o_pf_status_deleted {
  fill: #000; }

.o_pf_comments {
  margin-top: 3em; }

.o_pf_content .o_cit, .o_pf_content .o_text, .o_pf_content .o_file,
.gu-mirror .o_cit,
.gu-mirror .o_text,
.gu-mirror .o_file {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 10px; }
.o_pf_content .o_forum,
.gu-mirror .o_forum {
  border: 1px #f8f8f8 solid;
  padding: 10px;
  border-radius: 10px; }
.o_pf_content .o_efficiencystatement, .o_pf_content .o_feed, .o_pf_content .o_forum, .o_pf_content .o_wiki,
.gu-mirror .o_efficiencystatement,
.gu-mirror .o_feed,
.gu-mirror .o_forum,
.gu-mirror .o_wiki {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 10px; }
  .o_pf_content .o_efficiencystatement h3, .o_pf_content .o_efficiencystatement .h3, .o_pf_content .o_feed h3, .o_pf_content .o_feed .h3, .o_pf_content .o_forum h3, .o_pf_content .o_forum .h3, .o_pf_content .o_wiki h3, .o_pf_content .o_wiki .h3,
  .gu-mirror .o_efficiencystatement h3,
  .gu-mirror .o_efficiencystatement .h3,
  .gu-mirror .o_feed h3,
  .gu-mirror .o_feed .h3,
  .gu-mirror .o_forum h3,
  .gu-mirror .o_forum .h3,
  .gu-mirror .o_wiki h3,
  .gu-mirror .o_wiki .h3 {
    font-size: 14px; }
  .o_pf_content .o_efficiencystatement .row, .o_pf_content .o_feed .row, .o_pf_content .o_forum .row, .o_pf_content .o_wiki .row,
  .gu-mirror .o_efficiencystatement .row,
  .gu-mirror .o_feed .row,
  .gu-mirror .o_forum .row,
  .gu-mirror .o_wiki .row {
    margin: 0; }
  .o_pf_content .o_efficiencystatement .o_block_with_datecomp, .o_pf_content .o_feed .o_block_with_datecomp, .o_pf_content .o_forum .o_block_with_datecomp, .o_pf_content .o_wiki .o_block_with_datecomp,
  .gu-mirror .o_efficiencystatement .o_block_with_datecomp,
  .gu-mirror .o_feed .o_block_with_datecomp,
  .gu-mirror .o_forum .o_block_with_datecomp,
  .gu-mirror .o_wiki .o_block_with_datecomp {
    margin-top: 0.5em;
    margin-bottom: 0; }

.o_pf_video_placeholder {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  display: table;
  min-width: 400px;
  text-align: center;
  padding: 40px 10px; }
  .o_pf_video_placeholder i {
    display: table-cell;
    vertical-align: middle; }

.o_binder_page_listing .o_portfolio_page_links {
  background-color: #f8f8f8;
  border-radius: 4px; }
  .o_binder_page_listing .o_portfolio_page_links .o_portfolio_comment {
    float: right; }

.o_portfolio_toc .o_portfolio_toc_section {
  position: relative;
  padding-right: 80px; }
.o_portfolio_toc .o_portfolio_section_meta {
  margin-top: -0.5em; }
.o_portfolio_toc .o_section_actions {
  position: absolute;
  top: -10px;
  right: 0; }
  .o_portfolio_toc .o_section_actions .o_section_move_up_and_down,
  .o_portfolio_toc .o_section_actions .o_section_dropdown {
    vertical-align: middle;
    display: inline-block; }
.o_portfolio_toc a.o_comment {
  color: #777777;
  margin-left: 1em; }
.o_portfolio_toc .o_section ul {
  padding-left: 1em;
  line-height: 24px; }

.o_portfolio div span.badge {
  padding: 3px 7px; }
.o_portfolio div .o_portfolio_entry_draft {
  background-color: #f0ad4e; }
.o_portfolio div .o_portfolio_published {
  background-color: #337ab7; }
.o_portfolio div .o_portfolio_entry_revision {
  background-color: #d9534f; }
.o_portfolio div .o_portfolio_entry_closed {
  background-color: #5cb85c; }
.o_portfolio div .o_portfolio_entry_deleted {
  background-color: #000; }
.o_portfolio div .o_portfolio_entry_incoming {
  background-color: #5cb85c; }
.o_portfolio div .o_portfolio_entry_inprocess {
  background-color: #c8c8c8; }
.o_portfolio div .o_portfolio_entry_done {
  background-color: #5cb85c; }
.o_portfolio div .o_popover, .o_portfolio div .popover:hover {
  color: #333333;
  text-decoration: none; }

.o_portfolio_content .o_portfolio_toc.o_portfolio_toc_withtimeline {
  width: 70%;
  float: left; }
.o_portfolio_content .o_portfolio_timeline {
  width: 29%;
  float: right; }

.o_portfolio_content .o_portfolio_toc.o_portfolio_withtimeline, .o_portfolio_content .o_portfolio_entries.o_portfolio_withtimeline {
  width: 70%;
  float: left; }
.o_portfolio_content .o_portfolio_timeline {
  width: 29%;
  float: right; }

/* page mini view */
.o_portfolio_page {
  background: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 4px; }

.o_portfolio_page_meta_wrapper {
  background-position: left top;
  background-repeat: no-repeat; }

.o_portfolio_rights table .o_portfolio_section td:first-child {
  padding-left: 1.5em; }
.o_portfolio_rights table .o_portfolio_page td:first-child {
  padding-left: 2.5em; }

.o_portfolio_publication table {
  padding-bottom: 10px; }
  .o_portfolio_publication table td {
    padding: 5px 5px 5px 0; }
.o_portfolio_publication .o_portfolio_ac {
  font-size: 90%; }
  .o_portfolio_publication .o_portfolio_ac table td:nth-of-type(2) {
    width: 200px;
    white-space: nowrap; }
  .o_portfolio_publication .o_portfolio_ac table td:nth-of-type(3) {
    width: 40px;
    white-space: nowrap; }
.o_portfolio_publication ul ul {
  margin-left: 2em;
  margin-bottom: 5px; }
.o_portfolio_publication ul li {
  background: #fbfbfb;
  padding: 3px;
  margin-bottom: 2px; }
  .o_portfolio_publication ul li li {
    background: #f2f2f2; }
    .o_portfolio_publication ul li li li {
      background: #eee; }
    .o_portfolio_publication ul li li .table {
      margin-bottom: 0px; }

@media (max-width: 767px) {
  /* hide timeline on small screen, even when configured to be visible */
  .o_portfolio_content .o_portfolio_toc.o_portfolio_withtimeline, .o_portfolio_content .o_portfolio_entries.o_portfolio_withtimeline {
    width: 100%;
    float: none; }
  .o_portfolio_content .o_sel_timeline_off, .o_portfolio_content .o_sel_timeline_on, .o_portfolio_content .o_portfolio_timeline {
    display: none; }
  .o_portfolio_content .o_portfolio_content .o_portfolio_toc.o_portfolio_withtimeline {
    width: 100%;
    float: none; } }
.o_portfolio_media_browser .o_portfolio_medias {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px; }
  .o_portfolio_media_browser .o_portfolio_medias:before, .o_portfolio_media_browser .o_portfolio_medias:after {
    content: " ";
    display: table; }
  .o_portfolio_media_browser .o_portfolio_medias:after {
    clear: both; }
  .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    width: 180px; }
    .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media:last-child {
      margin-right: 0; }
    .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual {
      border: 1px solid #337ab7;
      position: relative;
      height: 180px;
      width: 180px; }
      .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual span.o_visual_not_available {
        width: 100%;
        height: 100%;
        display: block; }
    .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.o_icon span.o_visual_not_available, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_failed .o_visual.inset:after span.o_visual_not_available, .o_progress_failed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after span.o_visual_not_available, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_passed .o_visual.inset:after span.o_visual_not_available, .o_progress_passed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after span.o_visual_not_available {
      background-image: none; }
    .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.o_icon, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_failed .o_visual.inset:after, .o_progress_failed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_passed .o_visual.inset:after, .o_progress_passed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after {
      font-size: 6em;
      text-align: center;
      color: #eeeeee;
      line-height: 140px; }
    .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border: 1px solid #337ab7;
      border-top: 0;
      background-color: rgba(255, 255, 255, 0.8); }
      .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title {
        margin: 0;
        /* box moves down otherwhise, replaced with padding */
        text-align: center;
        line-height: 2em;
        height: 2em;
        width: 100%;
        overflow: hidden;
        /* overflow via JS OPOL.Ellipsis */ }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title a {
          display: block;
          color: #337ab7;
          font-family: inherit;
          font-weight: inherit; }
          .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title a:hover {
            color: #286090; }
          .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title a > i {
            display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media {
        width: 80px;
        margin: 0 10px 10px 0; }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual {
          height: 80px;
          width: 80px; }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.o_icon, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_failed .o_visual.inset:after, .o_progress_failed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_passed .o_visual.inset:after, .o_progress_passed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after {
          font-size: 2.5em;
          line-height: 55px; }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_title {
          font-size: 90%; } }
    @media (max-width: 767px) {
      .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media {
        width: 80px;
        margin: 0 1px 1px 0; }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual {
          height: 80px;
          width: 80px; }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.o_icon, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_failed .o_visual.inset:after, .o_progress_failed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after, .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_progress_passed .o_visual.inset:after, .o_progress_passed .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual.inset:after {
          font-size: 2.5em;
          line-height: 55px; }
        .o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_title {
          font-size: 90%; } }

.o_portfolio_status_legend {
  margin-top: 3em; }
  .o_portfolio_status_legend h6 {
    margin-bottom: 5px; }

/* shift header sizes, OO starts with H2 */
.o_ed_htitle h1, .o_ed_htitle .h1 {
  font-size: 30px; }
.o_ed_htitle h2, .o_ed_htitle .h2 {
  font-size: 24px; }
.o_ed_htitle h3, .o_ed_htitle .h3 {
  font-size: 18px; }
.o_ed_htitle h4, .o_ed_htitle .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_ed_htitle h2, .o_ed_htitle .h4 {
  font-size: 14px; }
.o_ed_htitle h5, .o_ed_htitle .h5 {
  font-size: 12px; }
.o_ed_htitle h6, .o_ed_htitle .h6 {
  font-size: 12px; }

/* Print styles */
@media print {
  .o_binder h1 {
    font-size: 43.2px;
    margin-top: 10cm; }

  .o_portfolio_section {
    margin-bottom: 1cm; }
    .o_portfolio_section h3:first-of-type {
      font-size: 36px; }

  .o_page_lead {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    background-color: none;
    padding: 0;
    margin-bottom: 10px; }
    .o_page_lead .o_portfolio_status_block {
      border-top: 0;
      margin-bottom: 0;
      /* push at bottom of lead block */ }
    .o_page_lead .o_media img {
      border: 0; }
    .o_page_lead .o_portfolio_categories {
      display: block;
      margin-left: 0; }
    .o_page_lead .o_portfolio_status_block {
      padding-top: 0; }
    .o_page_lead .o_page_summary {
      margin-top: 1em;
      font-style: italic; }

  .o_pf_content .o_cit, .o_pf_content .o_text, .o_pf_content .o_file,
  .o_pf_content .o_forum,
  .o_pf_content .o_image, .o_pf_content .o_video,
  .o_pf_content .o_efficiencystatement, .o_pf_content .o_feed, .o_pf_content .o_forum, .o_pf_content .o_wiki {
    padding: 0;
    border-radius: 0;
    border: 0; }
    .o_pf_content .o_cit .o_desc p, .o_pf_content .o_text .o_desc p, .o_pf_content .o_file .o_desc p,
    .o_pf_content .o_forum .o_desc p,
    .o_pf_content .o_image .o_desc p, .o_pf_content .o_video .o_desc p,
    .o_pf_content .o_efficiencystatement .o_desc p, .o_pf_content .o_feed .o_desc p, .o_pf_content .o_forum .o_desc p, .o_pf_content .o_wiki .o_desc p {
      margin: 0; }

  .o_efficiencystatement table {
    font-size: 90%; }

  .o_artefact_metadata {
    page-break-inside: avoid;
    border: 0;
    border-left: 5px solid #eee;
    padding-left: 10px;
    font-size: 80%; }
    .o_artefact_metadata table td, .o_artefact_metadata table th {
      border: 0 !important;
      padding: 2px !important; }
    .o_artefact_metadata table th:first-of-type {
      width: 20%; }

  .o_pf_video_placeholder {
    background-color: #f8f8f8 !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .o_pf_video_placeholder.visible-print-block {
      display: table !important; } }
.o_evaluation_form .o_evaluation_block {
  margin-top: 2em;
  margin-bottom: 2em; }
.o_evaluation_form .o_rubric_name {
  font-weight: bold;
  margin-bottom: 1em; }
.o_evaluation_form .o_evaluation_step_labels {
  margin-bottom: 1em;
  font-weight: bold; }
  .o_evaluation_form .o_evaluation_step_labels div, .o_evaluation_form .o_evaluation_step_labels span {
    display: inline-block;
    text-align: center;
    align-self: flex-end;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
.o_evaluation_form .o_slider_wrapper {
  height: 33px;
  overflow: hidden; }
.o_evaluation_form .o_slider {
  margin-bottom: 1em; }
  .o_evaluation_form .o_slider label {
    padding: 0; }
  .o_evaluation_form .o_slider input {
    padding: 0;
    margin: 0;
    position: relative; }
.o_evaluation_form .o_slider.hover {
  background-color: #f5f5f5; }
.o_evaluation_form .o_evaluation_continous .o_evaluation_no_response div.radio {
  padding: 0;
  margin: 0; }
.o_evaluation_form .o_evaluation_discrete_radio .o_slider .o_evaluation_steps {
  display: flex;
  justify-content: space-between; }
  .o_evaluation_form .o_evaluation_discrete_radio .o_slider .o_evaluation_steps label {
    padding: 0;
    margin: 0;
    text-align: center; }
  .o_evaluation_form .o_evaluation_discrete_radio .o_slider .o_evaluation_steps .radio {
    background-color: #f9f9f9;
    padding: 0px;
    margin-top: 0px;
    text-align: center; }
    .o_evaluation_form .o_evaluation_discrete_radio .o_slider .o_evaluation_steps .radio:hover {
      background-color: #f5f5f5; }
.o_evaluation_form .o_evaluation_discrete_radio .o_slider .o_evaluation_no_response div.radio {
  margin-top: 2px; }
.o_evaluation_form .o_evaluation_discrete_radio .o_evaluation_step_labels {
  display: flex;
  justify-content: space-between; }
.o_evaluation_form .o_slider .ui-slider.ui-slider-horizontal.ui-widget-content {
  margin-top: 0.3em;
  margin-bottom: 10px; }
.o_evaluation_form .o_evaluation_left_label {
  text-align: right;
  font-weight: normal; }
.o_evaluation_form .o_evaluation_left_label.o_evaluation_left_label_la {
  text-align: left;
  padding-left: 0px;
  font-weight: normal; }
.o_evaluation_form .o_evaluation_right_label {
  text-align: left;
  font-weight: normal; }
.o_evaluation_form .o_evaluation_text_legend {
  margin-bottom: 1em; }
.o_evaluation_form .o_evaluation_legend {
  padding-left: 0.5em;
  margin-bottom: 0.5em; }
.o_evaluation_form .o_evaluation_fileupload {
  margin-bottom: 2em; }
.o_evaluation_form .o_evaluation_mc_other {
  margin-top: -10px;
  margin-left: 10px;
  margin-right: 10px; }
.o_evaluation_form .o_evaluation_rubric_diagrams .o_slider {
  margin-left: 15px;
  margin-right: 15px; }
.o_evaluation_form .o_evaluation_rubric_diagrams .o_end_label {
  text-align: right;
  padding-right: 20px; }
.o_evaluation_form .o_evaluation_rubric_diagrams .o_continous .x .tick {
  visibility: hidden; }
.o_evaluation_form .o_ed_rubrictablehandler .table {
  margin-top: 5px; }
.o_evaluation_form .svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  vertical-align: top;
  overflow: hidden; }
.o_evaluation_form .svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0; }

.d3chart .o_eva_bar {
  fill: #337ab7; }
.d3chart .o_rubric_sufficient {
  fill: #5cb85c; }
.d3chart .o_rubric_neutral {
  fill: #f0ad4e; }
.d3chart .o_rubric_insufficient {
  fill: #d9534f; }
.d3chart .o_rubric_unrated {
  fill: #337ab7; }

.o_qual_hm_legend {
  padding: 5px; }
  .o_qual_hm_legend li {
    font-size: 90%; }
  .o_qual_hm_legend .ident {
    font-weight: bold; }

.o_evaluation_discrete_slider .o_evaluation_step_labels {
  position: relative; }
  .o_evaluation_discrete_slider .o_evaluation_step_labels div:first-child {
    position: absolute;
    left: 0px;
    text-align: left; }
  .o_evaluation_discrete_slider .o_evaluation_step_labels div {
    display: inline-block;
    text-align: center; }
  .o_evaluation_discrete_slider .o_evaluation_step_labels div:last-child {
    position: absolute;
    right: 0px;
    text-align: right; }

.o_slider_overview {
  width: 100%;
  height: 20px;
  position: relative; }
  .o_slider_overview .o_slider_overview_line {
    top: 5px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 11px;
    border: 1px solid #999;
    border-radius: 4px; }
  .o_slider_overview .o_slider_overview_point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #337ab7; }

.o_evaluation_editor_form {
  margin: 10px 10px 0 10px; }
  .o_evaluation_editor_form .o_slider_editor {
    margin-top: 10px; }
    @media (max-width: 992px) {
      .o_evaluation_editor_form .o_slider_editor {
        margin-bottom: 20px; } }
  @media (max-width: 992px) {
    .o_evaluation_editor_form .o_evaluation_step_label {
      text-align: unset;
      margin-bottom: 5px;
      padding-top: unset; } }
  .o_evaluation_editor_form .o_evaluation_step_labels {
    display: inline-block; }
    .o_evaluation_editor_form .o_evaluation_step_labels input {
      width: 100%; }
  .o_evaluation_editor_form .o_slider_descrete_radio {
    display: flex;
    justify-content: space-between; }
    .o_evaluation_editor_form .o_slider_descrete_radio .radio {
      background-color: #f9f9f9;
      padding: 0px;
      margin-top: 0px;
      text-align: center; }
      .o_evaluation_editor_form .o_slider_descrete_radio .radio:hover {
        background-color: #f5f5f5; }
  @media (max-width: 992px) {
    .o_evaluation_editor_form input[type="text"] {
      margin-bottom: 5px; } }
  .o_evaluation_editor_form .o_slider_continous {
    padding-top: 10px;
    padding-bottom: -10px; }
  .o_evaluation_editor_form .o_slider_descrete {
    padding-top: 5px;
    padding-bottom: -5px; }
  .o_evaluation_editor_form .o_evaluation_example {
    font-size: 90%; }
  .o_evaluation_editor_form .o_slider_top {
    margin-top: 23px; }
  .o_evaluation_editor_form .o_slider_buttons .pull-right div:not(:first-child) {
    display: inline-block; }
  .o_evaluation_editor_form .o_slider_buttons .pull-right .btn {
    margin-top: -3px; }
  .o_evaluation_editor_form .o_slider_weight {
    max-width: 40px; }

@media (max-width: 768px) {
  .o_evaluation_form .o_evaluation_left_label {
    text-align: left;
    margin-bottom: 0.5em; }
  .o_evaluation_form .o_evaluation_right_label {
    text-align: right; }
  .o_evaluation_form .o_evaluation_no_response {
    text-align: left; }
    .o_evaluation_form .o_evaluation_no_response .o_evaluation_no_resp_value {
      font-weight: bold; }
  .o_evaluation_form .o_slider {
    margin-bottom: 2em; }
    .o_evaluation_form .o_slider div {
      padding-left: 0; }
    .o_evaluation_form .o_slider .o_evaluation_no_response {
      margin-top: 0.7em; } }
@media (min-width: 768px) {
  .o_evaluation_form .o_evaluation_no_resp_value {
    display: none; } }
/* Print styles */
@media print {
  .o_evaluation_discrete_radio .o_slider .o_evaluation_steps div.radio {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: #f9f9f9 !important; }

  .o_icon_rubric_insufficient::before {
    color: #d9534f !important; }

  .o_icon_rubric_neutral::before {
    color: #f0ad4e !important; }

  .o_icon_rubric_sufficient::before {
    color: #5cb85c !important; } }
.o_eva_report_print #o_print_brand {
  position: absolute;
  top: 1cm;
  right: 1cm;
  width: 5cm;
  height: 4cm; }
  .o_eva_report_print #o_print_brand img {
    width: 100%; }
.o_eva_report_print .o_eva_content {
  margin-top: 4em; }
.o_eva_report_print .o_eva_overview .panel table {
  margin: 0px 0px 1px 0px; }
.o_eva_report_print .o_evaluation_duration,
.o_eva_report_print .o_participated_users {
  display: none; }

.o_surv_run.withCmds .o_eva_report {
  margin-top: -44px; }

.o_eva_report .o_eva_overview .o_eva_rubric .table {
  margin-top: 5px; }
.o_eva_report .o_ed_rubrictablehandler .o_table_footer {
  font-weight: bold; }
.o_eva_report .o_rubric_avg {
  font-weight: bold;
  white-sprace: nowrap; }
.o_eva_report .o_rubric_table .o_table_wrapper {
  margin-bottom: 10px; }
.o_eva_report .o_rubric_table_legend {
  display: block; }
  .o_eva_report .o_rubric_table_legend .ident {
    font-weight: bold; }
  .o_eva_report .o_rubric_table_legend .list-inline {
    margin-bottom: 0px; }
.o_eva_report .o_rubric_table_legend.o_last {
  margin-bottom: 15px; }

.o_evaluation_execution .o_evaluation_anonymous_info {
  display: inherit; }

.o_qual_main {
  /* --- Data collection dc_status in configuration view --- */
  /* --- Data collection status in data collection list --- */
  /* --- Status in executor participation list --- */ }
  .o_qual_main .o_labeled.o_qual_dc_status_preparation,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled.o_qual_dc_status_preparation {
    background-color: #4a6785;
    border-color: #4a6785;
    color: #fff; }
  .o_qual_main .o_labeled.o_qual_dc_status_ready,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled.o_qual_dc_status_ready {
    background-color: #ffd351;
    border-color: #ffd351;
    color: #fff; }
  .o_qual_main .o_labeled.o_qual_dc_status_running,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled.o_qual_dc_status_running {
    background-color: #993333;
    border-color: #993333;
    color: #fff; }
  .o_qual_main .o_labeled.o_qual_dc_status_finished,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled.o_qual_dc_status_finished {
    background-color: #14892c;
    border-color: #14892c;
    color: #fff; }
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled:hover.o_qual_dc_status_preparation {
    background-color: #384e64; }
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled:hover.o_qual_dc_status_ready {
    background-color: #ffc61e; }
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled:hover.o_qual_dc_status_running {
    background-color: #732626; }
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled:hover.o_qual_dc_status_finished {
    background-color: #0e5c1e; }
  .o_qual_main .o_qual_dc_list tbody tr td:nth-child(1) {
    padding-top: 3px; }
  .o_qual_main .o_labeled_light.o_qual_dc_status_preparation_light,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled_light.o_qual_dc_status_preparation_light {
    border-color: #4a6785;
    color: #4a6785; }
  .o_qual_main .o_labeled_light.o_qual_dc_status_ready_light,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled_light.o_qual_dc_status_ready_light {
    border-color: #ffd351;
    color: #333; }
  .o_qual_main .o_labeled_light.o_qual_dc_status_running_light,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled_light.o_qual_dc_status_running_light {
    border-color: #993333;
    color: #993333; }
  .o_qual_main .o_labeled_light.o_qual_dc_status_finished_light,
  .o_qual_main .o_toolbar .o_tools_container a.o_labeled_light.o_qual_dc_status_finished_light {
    border-color: #14892c;
    color: #14892c; }
  .o_qual_main .o_qual_exec_list tbody tr td:nth-child(1) {
    padding-top: 3px; }
  .o_qual_main .o_qual_exec_status_future_light {
    border-color: #4a6785;
    color: #4a6785; }
  .o_qual_main .o_qual_exec_status_ready_light {
    border-color: #ffd351;
    color: #333; }
  .o_qual_main .o_qual_exec_status_participating_light {
    border-color: #993333;
    color: #993333; }
  .o_qual_main .o_qual_exec_status_participated_light {
    border-color: #14892c;
    color: #14892c; }
  .o_qual_main .o_qual_exec_status_over_light {
    border-color: #aaa;
    color: #aaa; }

.o_qual_execute_header .o_qual_context_table, .o_qual_report_header .o_qual_context_table {
  margin-bottom: 0; }
  .o_qual_execute_header .o_qual_context_table th, .o_qual_report_header .o_qual_context_table th {
    width: 40%;
    border-top: none;
    padding: 4px 8px; }
  .o_qual_execute_header .o_qual_context_table td, .o_qual_report_header .o_qual_context_table td {
    width: 60%;
    border-top: none;
    padding: 4px 8px; }

.o_qual_ana_table .o_table_body {
  padding: 0; }

.o_qual_ana_filter .o_date_range {
  margin-bottom: 0px; }
  .o_qual_ana_filter .o_date_range .control-label {
    margin-bottom: 5px; }
  .o_qual_ana_filter .o_date_range .o_date {
    margin-bottom: 15px;
    padding-right: 12px; }
  .o_qual_ana_filter .o_date_range .o_date_range_from {
    padding-right: 12px; }
  .o_qual_ana_filter .o_date_range .o_date_range_to {
    padding-right: 0px; }

.o_qual_hm_basecolor {
  background-color: #337ab7; }

.o_qual_hm .o_circle_container {
  display: flex; }
.o_qual_hm .o_circle_box {
  display: flex;
  align-items: center;
  justify-content: center; }
.o_qual_hm .o_circle {
  border-radius: 50%; }
  .o_qual_hm .o_circle.o_rubric_insufficient {
    background-color: #d9534f !important; }
  .o_qual_hm .o_circle.o_rubric_neutral {
    background-color: #f0ad4e !important; }
  .o_qual_hm .o_circle.o_rubric_sufficient {
    background-color: #5cb85c !important; }
.o_qual_hm .o_avg {
  display: flex;
  align-items: center;
  margin-left: 5px; }

.o_qual_trend_invisible {
  visibility: hidden; }

.o_qual_trend .o_qual_ana_trend_up {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg); }
.o_qual_trend .o_qual_ana_trend_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }
.o_qual_trend .o_rubric_insufficient {
  color: #d9534f; }
.o_qual_trend .o_rubric_neutral {
  color: #f0ad4e; }
.o_qual_trend .o_rubric_sufficient {
  color: #5cb85c; }
.o_qual_trend .o_qual_ana_unrated {
  color: #337ab7; }

.o_qual_filtered_print #o_print_brand {
  position: absolute;
  top: 1cm;
  right: 1cm;
  width: 5cm;
  height: 4cm; }
  .o_qual_filtered_print #o_print_brand img {
    width: 100%; }
.o_qual_filtered_print .o_qual_content {
  margin-top: 4em; }
.o_qual_filtered_print .o_groupby_config,
.o_qual_filtered_print .o_slider_trend_config,
.o_qual_filtered_print .o_qual_hm tr td:last-child,
.o_qual_filtered_print .o_qual_hm tr th:last-child {
  display: none; }

.o_evaluation_bar_chart_legend {
  padding: 5px; }
  .o_evaluation_bar_chart_legend li {
    font-size: 90%; }
  .o_evaluation_bar_chart_legend .ident {
    font-weight: bold; }

@media (max-width: 768px) {
  .o_hm_group_select {
    padding-bottom: 12px; }

  .o_hm_panel_body {
    margin-bottom: -12px; } }
@media (min-width: 768px) {
  .o_hm_trend_row {
    padding-top: 12px; } }
@media print {
  .o_qual_hm .o_circle {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .o_qual_hm .o_circle.o_rubric_insufficient {
      background-color: #d9534f !important; }
    .o_qual_hm .o_circle.o_rubric_neutral {
      background-color: #f0ad4e !important; }
    .o_qual_hm .o_circle.o_rubric_sufficient {
      background-color: #5cb85c !important; }
    .o_qual_hm .o_circle.o_qual_hm_basecolor {
      background-color: #337ab7 !important; }

  .o_qual_trend {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    .o_qual_trend .o_rubric_insufficient::before {
      color: #d9534f !important; }
    .o_qual_trend .o_rubric_neutral::before {
      color: #f0ad4e !important; }
    .o_qual_trend .o_rubric_sufficient::before {
      color: #5cb85c !important; }
    .o_qual_trend .o_qual_ana_unrated::before {
      color: #337ab7 !important; } }
.o_cit {
  position: relative;
  margin: 10px 0;
  /* Web style formatting */
  /* Section below the generated item listing with static infos */ }
  .o_cit blockquote.o_quote {
    color: #555555;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0;
    padding: 0 12px;
    /* override bootstrap default */
    font-style: italic;
    padding: 5px 5px 0;
    border: 0; }
    .o_cit blockquote.o_quote p:last-child:after {
      content: '1)';
      top: -0.5em;
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline; }
  .o_cit .o_cit_bibinfo {
    font-size: 90%;
    margin-left: 1em;
    position: relative; }
    .o_cit .o_cit_bibinfo > div:first-child:before {
      content: '1)';
      position: absolute;
      top: 0.5em;
      left: -1em;
      font-size: 75%;
      line-height: 0;
      vertical-align: baseline; }
  .o_cit .title,
  .o_cit .url,
  .o_cit .authors,
  .o_cit .pages,
  .o_cit .date,
  .o_cit .dateAdded,
  .o_cit .place,
  .o_cit .institution,
  .o_cit .issue,
  .o_cit .publisher,
  .o_cit .publicationTitle,
  .o_cit .edition,
  .o_cit .series,
  .o_cit .volume {
    margin-right: 0.5em; }
  .o_cit .title {
    font-style: italic; }
  .o_cit .publicationTitle {
    color: black; }
  .o_cit .links {
    padding-left: 2em; }
  .o_cit .notes {
    padding-left: 2em;
    color: grey; }
  .o_cit .note {
    font-style: italic; }
  .o_cit .note p:first-child {
    margin-top: 0; }
  .o_cit .note p:first-child {
    margin-bottom: 0; }
  .o_cit .listing.web .item {
    padding-left: 0;
    text-indent: 0; }
  .o_cit .listing.web .title {
    display: block;
    font-weight: bold;
    font-style: normal; }
  .o_cit .listing.web .publicationTitle {
    display: block;
    font-style: italic; }
  .o_cit .listing.web .url {
    display: block; }
  .o_cit .listing.web .links {
    padding-left: 0; }
  .o_cit .listing.web .notes {
    padding-left: 0; }
  .o_cit .general-info {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px; }
  .o_cit .copyright {
    display: none; }

/* Print styles */
@media print {
  .o_cit blockquote.o_quote {
    page-break-inside: avoid; } }
.o_video_poster {
  position: relative;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #eee; }

.o_video_poster_select {
  text-align: center; }
  .o_video_poster_select .o_video_poster {
    margin: 5px; }
    .o_video_poster_select .o_video_poster a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .o_video_poster_select .o_video_poster a span {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        line-height: 3em;
        background: #f8f8f8;
        opacity: 0.8; }
      .o_video_poster_select .o_video_poster a:hover {
        border: 1px solid #bbb; }
        .o_video_poster_select .o_video_poster a:hover span {
          opacity: 0.9; }

.o_video_peekview {
  text-align: center; }

.o_video_listing .o_table_body.container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
.o_video_listing .o_video_entry {
  position: relative;
  display: inline-block;
  height: 230px;
  width: 250px;
  vertical-align: top;
  margin-right: 10px; }
.o_video_listing .o_video_poster {
  width: 250px;
  max-width: 100%;
  height: 140px;
  border: 1px solid #eee; }
.o_video_listing .o_timecode {
  position: absolute;
  bottom: 2px;
  right: 3px;
  padding: 3px 4px;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 12px; }
.o_video_listing .o_meta {
  padding: 2px;
  font-size: 11px; }
  .o_video_listing .o_meta h5 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.o_video_listing .o_date {
  margin-left: 10px;
  display: inline-block; }
  .o_video_listing .o_date:before {
    content: '\002022';
    margin-right: 10px;
    display: inline-block; }

.o_video_run h1 {
  font-size: 1.8rem;
  font-weight: normal; }
.o_video_run .o_author {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: normal;
  font-size: 90%;
  color: #3c763d; }
.o_video_run .o_ratings_and_comments {
  margin-top: 2em;
  border-top: 1px solid #eee;
  padding-top: 1em; }

.o_video_chapter_editor .o_table_wrapper.o_table_flexi .table, .o_video_marker_editor .o_table_wrapper.o_table_flexi .table {
  margin-top: 0; }

.o_video_marker_editor .o_video_question.mejs__overlay {
  overflow: scroll; }

.o_video_question.mejs__overlay.o_video_large_question {
  align-items: flex-start;
  padding: 1em 1em 0 1em;
  z-index: 5; }
  .o_video_question.mejs__overlay.o_video_large_question #o_qti_container {
    border: 1px solid #eeeeee; }

.o_video_marker {
  position: absolute;
  background-color: #efefef;
  opacity: 0.85;
  border-left: 3px solid #5bc0de;
  padding: 5px; }
  .o_video_marker.o_video_marker_gray {
    border-left-color: #333333; }
  .o_video_marker.o_video_marker_blue {
    border-left-color: #bce8f1; }
  .o_video_marker.o_video_marker_green {
    border-left-color: #5cb85c; }
  .o_video_marker.o_video_marker_yellow {
    border-left-color: #f0ad4e; }
  .o_video_marker.o_video_marker_red {
    border-left-color: #d9534f; }

.o_video_question.mejs__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }
.o_video_question #itemBody, .o_video_question .modalFeedback {
  background-color: white;
  opacity: 1.0; }
.o_video_question .o_assessmentitem_wrapper .o_qti_item_body {
  min-height: 50px; }
.o_video_question #o_qti_assessment_test_timer {
  border: none;
  padding: 5px;
  margin: 0; }
.o_video_question #o_qti_progress .progress {
  height: 10px; }
.o_video_question #o_qti_container {
  background-color: white;
  padding: 5px;
  border-radius: 3px; }
.o_video_question .o_sel_additional_feedback {
  float: left;
  font-size: 26px; }
  .o_video_question .o_sel_additional_feedback .o_icon_passed {
    color: #5cb85c; }
  .o_video_question .o_sel_additional_feedback .o_icon_failed {
    color: #d9534f; }

.mejs__time-rail .o_video_marker_gray {
  background: #333333; }
.mejs__time-rail .o_video_marker_blue {
  background: #bce8f1; }
.mejs__time-rail .o_video_marker_green {
  background: #5cb85c; }
.mejs__time-rail .o_video_marker_yellow {
  background: #f0ad4e; }
.mejs__time-rail .o_video_marker_red {
  background: #d9534f; }

/* beautify source chooser plugin, remove radio button */
.mejs__controls .mejs__sourcechooser-button > button {
  background: transparent;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.mejs__controls .mejs__sourcechooser-button > button:before {
  content: "";
  color: white;
  font-size: 18px; }

.mejs__controls .mejs__sourcechooser-button .mejs__sourcechooser-selector {
  visibility: visible !important;
  width: 170px;
  padding-left: 10px; }
  .mejs__controls .mejs__sourcechooser-button .mejs__sourcechooser-selector ul li label {
    font-weight: normal;
    font-size: 10px;
    width: 140px; }
    .mejs__controls .mejs__sourcechooser-button .mejs__sourcechooser-selector ul li label:hover {
      color: #eee; }
    .mejs__controls .mejs__sourcechooser-button .mejs__sourcechooser-selector ul li label .type {
      display: none; }
  .mejs__controls .mejs__sourcechooser-button .mejs__sourcechooser-selector ul li input {
    /* hide ugly input radio button */
    visibility: hidden;
    margin: 0;
    width: 0; }
    .mejs__controls .mejs__sourcechooser-button .mejs__sourcechooser-selector ul li input:checked + label {
      color: #d9534f; }

/* beautify track plugin, remove radio button */
.mejs__controls .mejs__captions-button .mejs__captions-selector {
  right: -26px; }
  .mejs__controls .mejs__captions-button .mejs__captions-selector ul li label {
    font-weight: normal;
    font-size: 10px; }
    .mejs__controls .mejs__captions-button .mejs__captions-selector ul li label:hover {
      color: #eee; }
    .mejs__controls .mejs__captions-button .mejs__captions-selector ul li label .type {
      display: none; }
  .mejs__controls .mejs__captions-button .mejs__captions-selector ul li input {
    /* hide ugly input radio button */
    visibility: hidden;
    margin: 0;
    width: 0; }
    .mejs__controls .mejs__captions-button .mejs__captions-selector ul li input:checked + label {
      color: #d9534f; }

/* beautify speed plugin */
.mejs__button.mejs__speed-button {
  width: 36px; }

.mejs__controls .mejs__speed-button > button {
  background: transparent;
  width: 36px;
  margin: 11px 0 0 0;
  font-size: 11px;
  line-height: normal;
  color: #ffffff; }

.mejs__controls .mejs__speed-button .mejs__speed-selector {
  height: 150px;
  top: auto;
  bottom: 40px; }
  .mejs__controls .mejs__speed-button .mejs__speed-selector ul li label {
    font-weight: normal;
    font-size: 10px; }

/* fix overflow of chapters when not enough space */
.mejs__chapters .mejs__chapter .mejs__chapter-block .ch-title,
.mejs__chapters .mejs__chapter .mejs__chapter-block .ch-time {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.mejs__time-marker {
  background-color: #5bc0de; }

.o_userbulk_changedcell {
  font-style: italic;
  font-weight: bold; }

/* question pool */
.o_qpool_source_status {
  text-align: center; }

.o_qitem_author {
  white-space: nowrap; }

/* status element in dropdown menu */
a.o_qpool_status {
  margin: 0 2px 2px 2px;
  text-align: left; }

/* Status */
.o_labeled.o_qpool_status_draft,
.o_toolbar .o_tools_container a.o_labeled.o_qpool_status_draft {
  background-color: #4a6785;
  border-color: #4a6785;
  color: #fff; }
.o_labeled.o_qpool_status_review,
.o_toolbar .o_tools_container a.o_labeled.o_qpool_status_review {
  background-color: #ffd351;
  border-color: #ffd351;
  color: #fff; }
.o_labeled.o_qpool_status_revised,
.o_toolbar .o_tools_container a.o_labeled.o_qpool_status_revised {
  background-color: #993333;
  border-color: #993333;
  color: #fff; }
.o_labeled.o_qpool_status_finalVersion,
.o_toolbar .o_tools_container a.o_labeled.o_qpool_status_finalVersion {
  background-color: #14892c;
  border-color: #14892c;
  color: #fff; }
.o_labeled.o_qpool_status_endOfLife,
.o_toolbar .o_tools_container a.o_labeled.o_qpool_status_endOfLife {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff; }

.o_toolbar .o_tools_container a.o_labeled:hover.o_qpool_status_draft {
  background-color: #384e64; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_qpool_status_review {
  background-color: #ffc61e; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_qpool_status_revised {
  background-color: #732626; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_qpool_status_finalVersion {
  background-color: #0e5c1e; }
.o_toolbar .o_tools_container a.o_labeled:hover.o_qpool_status_endOfLife {
  background-color: #919191; }

/* Status light */
.o_labeled_light.o_qpool_status_draft_light,
.o_toolbar .o_tools_container a.o_labeled_light.o_qpool_status_draft_light {
  border-color: #4a6785;
  color: #4a6785; }
.o_labeled_light.o_qpool_status_review_light,
.o_toolbar .o_tools_container a.o_labeled_light.o_qpool_status_review_light {
  border-color: #ffd351;
  color: #333; }
.o_labeled_light.o_qpool_status_revised_light,
.o_toolbar .o_tools_container a.o_labeled_light.o_qpool_status_revised_light {
  border-color: #993333;
  color: #993333; }
.o_labeled_light.o_qpool_status_finalVersion_light,
.o_toolbar .o_tools_container a.o_labeled_light.o_qpool_status_finalVersion_light {
  border-color: #14892c;
  color: #14892c; }
.o_labeled_light.o_qpool_status_endOfLife_light,
.o_toolbar .o_tools_container a.o_labeled_light.o_qpool_status_endOfLife_light {
  border-color: #aaa;
  color: #aaa; }

/* Status arrows */
.btn-arrow-right.o_qpool_qitem_draft {
  background: #f8f8f8;
  border-bottom-color: #4a6785;
  border-bottom-width: 3px; }

.btn-arrow-right.o_qpool_qitem_review {
  background: #f8f8f8;
  border-bottom-color: #ffd351;
  border-bottom-width: 3px; }

.btn-arrow-right.o_qpool_qitem_revised {
  background: #f8f8f8;
  border-bottom-color: #993333;
  border-bottom-width: 3px; }

.btn-arrow-right.o_qpool_qitem_final {
  background: #f8f8f8;
  border-bottom-color: #14892c;
  border-bottom-width: 3px; }

.btn-arrow-right.o_qpool_qitem_end_of_life {
  background: #f8f8f8;
  border-bottom-color: #aaa;
  border-bottom-width: 3px; }

.btn-arrow-right.o_qpool_status_slected {
  background-color: #e7e7e7;
  color: #555; }

.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 5px; }

.btn-arrow-right {
  padding-left: 36px; }

.btn-arrow-left {
  padding-right: 36px; }

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 5px;
  /* move it down because of rounded corners */
  width: 22.627417px;
  /* same as height */
  height: 22.627417px;
  /* button_inner_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 4px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px; }

.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.btn-arrow-left:before,
.btn-arrow-left:after {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg); }

.btn-arrow-right:before,
.btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -11px; }

.btn-arrow-right:after,
.btn-arrow-left:after {
  /* align the "after" square to the right */
  right: -11px; }

.btn-arrow-right:after,
.btn-arrow-left:before {
  /* bring arrow pointers to front */
  z-index: 1; }

.btn-arrow-right:before,
.btn-arrow-left:after {
  /* hide arrow tails background */
  background-color: white; }

body.o_dmz {
  background: transparent; }
  body.o_dmz #o_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* reduce box size for background image to not include header and footer */
    border-top: 50px solid transparent;
    border-bottom: 70px solid transparent;
    /* background gradient depending on login box positioning */
    /* Full screen background image */
    background: url("../light/images/learn-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* overlay gradient to make login form better readable */
    /* IE 9 fallback for gradient */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
    body.o_dmz #o_bg:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0.2%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.8) 100%);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  body.o_dmz #o_toplink {
    display: none; }
  body.o_dmz #o_main_wrapper, body.o_dmz #o_main_wrapper #o_main_container {
    background: transparent; }
  body.o_dmz label > select {
    font-weight: normal; }

.o_login {
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: right;
  /* header and lead message */
  /* content of messages and the login box itself are always left aligned */ }
  .o_login .o_login_intro {
    padding-left: 10%; }
  .o_login .o_login_intro h1 {
    margin-bottom: 40px;
    color: #337ab7; }
  .o_login .o_login_intro .lead {
    color: #333333; }
    .o_login .o_login_intro .lead h1, .o_login .o_login_intro .lead h2, .o_login .o_login_intro .lead h3, .o_login .o_login_intro .lead h4, .o_login .o_login_intro .lead .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_login .o_login_intro .lead h2, .o_login .o_login_intro .lead h5 {
      margin-bottom: 20px;
      color: #337ab7; }
  .o_login .o_login_messages,
  .o_login .o_login_box {
    display: inline-block;
    width: 400px;
    text-align: left; }
  .o_login .o_login_messages .o_infomessage_wrapper {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px; }
    .o_login .o_login_messages .o_infomessage_wrapper .o_info, .o_login .o_login_messages .o_infomessage_wrapper .o_warning, .o_login .o_login_messages .o_infomessage_wrapper .o_note {
      /* remove unnecessary space */
      margin: 0; }
  .o_login .o_login_box {
    padding-top: 10px; }
  .o_login .o_login_providers {
    margin-bottom: 6px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3); }
    .o_login .o_login_providers a span {
      display: block;
      font-size: 9px;
      padding-top: 6px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .o_login .o_login_providers .o_icon_provider_olat {
      font-size: 1em; }
  .o_login .o_login_provider {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.3); }
  .o_login .o_login_form {
    position: relative;
    padding: 10px 12px;
    /* Remove to much color form login screen */ }
    .o_login .o_login_form .o_login_pwd {
      position: absolute;
      bottom: 2em;
      right: 12px; }
    .o_login .o_login_form .o_form .o_desc {
      margin: 0 0 30px 0;
      padding: 0;
      border-left: 0;
      background-color: transparent; }
  .o_login .o_login_register {
    display: block;
    line-height: 2em;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    border-radius: 4px;
    margin-top: 16px;
    padding: 10px 12px; }
    .o_login .o_login_register:hover, .o_login .o_login_register:focus, .o_login .o_login_register.focus, .o_login .o_login_register:active, .o_login .o_login_register.active, .open > .o_login .o_login_register.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    .o_login .o_login_register:active, .o_login .o_login_register.active, .open > .o_login .o_login_register.dropdown-toggle {
      background-image: none; }
    .o_login .o_login_register.disabled, .o_login .o_login_register.disabled:hover, .o_login .o_login_register.disabled:focus, .o_login .o_login_register.disabled.focus, .o_login .o_login_register.disabled:active, .o_login .o_login_register.disabled.active, .o_login .o_login_register[disabled], .o_login .o_login_register[disabled]:hover, .o_login .o_login_register[disabled]:focus, .o_login .o_login_register[disabled].focus, .o_login .o_login_register[disabled]:active, .o_login .o_login_register[disabled].active, fieldset[disabled] .o_login .o_login_register, fieldset[disabled] .o_login .o_login_register:hover, fieldset[disabled] .o_login .o_login_register:focus, fieldset[disabled] .o_login .o_login_register.focus, fieldset[disabled] .o_login .o_login_register:active, fieldset[disabled] .o_login .o_login_register.active {
      background-color: #5bc0de;
      border-color: #46b8da; }
    .o_login .o_login_register .badge {
      color: #5bc0de;
      background-color: #fff; }
    .o_login .o_login_register small {
      font-size: 14px; }
  .o_login .o_login_social {
    position: relative;
    padding: 10px 12px; }
    .o_login .o_login_social li {
      padding: 10px 12px; }
    .o_login .o_login_social li > a {
      display: block;
      line-height: 2em;
      text-align: center;
      font-size: 18px;
      border-radius: 4px;
      padding: 10px 12px; }
    .o_login .o_login_social .btn-default.o_sel_auth_facebook {
      color: #fff;
      background-color: #4568b2;
      border-color: #3e5da0; }
      .o_login .o_login_social .btn-default.o_sel_auth_facebook:hover, .o_login .o_login_social .btn-default.o_sel_auth_facebook:focus, .o_login .o_login_social .btn-default.o_sel_auth_facebook.focus, .o_login .o_login_social .btn-default.o_sel_auth_facebook:active, .o_login .o_login_social .btn-default.o_sel_auth_facebook.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_facebook.dropdown-toggle {
        color: #fff;
        background-color: #37538d;
        border-color: #2d4374; }
      .o_login .o_login_social .btn-default.o_sel_auth_facebook:active, .o_login .o_login_social .btn-default.o_sel_auth_facebook.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_facebook.dropdown-toggle {
        background-image: none; }
      .o_login .o_login_social .btn-default.o_sel_auth_facebook.disabled, .o_login .o_login_social .btn-default.o_sel_auth_facebook.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_facebook.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_facebook.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_facebook.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_facebook.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_facebook[disabled], .o_login .o_login_social .btn-default.o_sel_auth_facebook[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_facebook[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_facebook[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_facebook[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_facebook[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_facebook, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_facebook:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_facebook:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_facebook.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_facebook:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_facebook.active {
        background-color: #4568b2;
        border-color: #3e5da0; }
      .o_login .o_login_social .btn-default.o_sel_auth_facebook .badge {
        color: #4568b2;
        background-color: #fff; }
    .o_login .o_login_social .btn-default.o_sel_auth_twitter {
      color: #fff;
      background-color: #2cc5ff;
      border-color: #13beff; }
      .o_login .o_login_social .btn-default.o_sel_auth_twitter:hover, .o_login .o_login_social .btn-default.o_sel_auth_twitter:focus, .o_login .o_login_social .btn-default.o_sel_auth_twitter.focus, .o_login .o_login_social .btn-default.o_sel_auth_twitter:active, .o_login .o_login_social .btn-default.o_sel_auth_twitter.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_twitter.dropdown-toggle {
        color: #fff;
        background-color: #00b4f8;
        border-color: #009ad4; }
      .o_login .o_login_social .btn-default.o_sel_auth_twitter:active, .o_login .o_login_social .btn-default.o_sel_auth_twitter.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_twitter.dropdown-toggle {
        background-image: none; }
      .o_login .o_login_social .btn-default.o_sel_auth_twitter.disabled, .o_login .o_login_social .btn-default.o_sel_auth_twitter.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_twitter.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_twitter.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_twitter.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_twitter.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_twitter[disabled], .o_login .o_login_social .btn-default.o_sel_auth_twitter[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_twitter[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_twitter[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_twitter[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_twitter[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_twitter, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_twitter:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_twitter:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_twitter.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_twitter:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_twitter.active {
        background-color: #2cc5ff;
        border-color: #13beff; }
      .o_login .o_login_social .btn-default.o_sel_auth_twitter .badge {
        color: #2cc5ff;
        background-color: #fff; }
    .o_login .o_login_social .btn-default.o_sel_auth_google {
      color: #fff;
      background-color: #e15f4f;
      border-color: #dd4b39; }
      .o_login .o_login_social .btn-default.o_sel_auth_google:hover, .o_login .o_login_social .btn-default.o_sel_auth_google:focus, .o_login .o_login_social .btn-default.o_sel_auth_google.focus, .o_login .o_login_social .btn-default.o_sel_auth_google:active, .o_login .o_login_social .btn-default.o_sel_auth_google.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_google.dropdown-toggle {
        color: #fff;
        background-color: #d83825;
        border-color: #ba3120; }
      .o_login .o_login_social .btn-default.o_sel_auth_google:active, .o_login .o_login_social .btn-default.o_sel_auth_google.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_google.dropdown-toggle {
        background-image: none; }
      .o_login .o_login_social .btn-default.o_sel_auth_google.disabled, .o_login .o_login_social .btn-default.o_sel_auth_google.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_google.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_google.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_google.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_google.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_google[disabled], .o_login .o_login_social .btn-default.o_sel_auth_google[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_google[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_google[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_google[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_google[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_google, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_google:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_google:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_google.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_google:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_google.active {
        background-color: #e15f4f;
        border-color: #dd4b39; }
      .o_login .o_login_social .btn-default.o_sel_auth_google .badge {
        color: #e15f4f;
        background-color: #fff; }
    .o_login .o_login_social .btn-default.o_sel_auth_linkedin {
      color: #fff;
      background-color: #0181bd;
      border-color: #0170a4; }
      .o_login .o_login_social .btn-default.o_sel_auth_linkedin:hover, .o_login .o_login_social .btn-default.o_sel_auth_linkedin:focus, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.focus, .o_login .o_login_social .btn-default.o_sel_auth_linkedin:active, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_linkedin.dropdown-toggle {
        color: #fff;
        background-color: #015e8a;
        border-color: #014667; }
      .o_login .o_login_social .btn-default.o_sel_auth_linkedin:active, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_linkedin.dropdown-toggle {
        background-image: none; }
      .o_login .o_login_social .btn-default.o_sel_auth_linkedin.disabled, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_linkedin.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_linkedin[disabled], .o_login .o_login_social .btn-default.o_sel_auth_linkedin[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_linkedin[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_linkedin[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_linkedin[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_linkedin[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_linkedin, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_linkedin:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_linkedin:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_linkedin.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_linkedin:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_linkedin.active {
        background-color: #0181bd;
        border-color: #0170a4; }
      .o_login .o_login_social .btn-default.o_sel_auth_linkedin .badge {
        color: #0181bd;
        background-color: #fff; }
    .o_login .o_login_social .btn-default.o_sel_auth_adfs {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4; }
      .o_login .o_login_social .btn-default.o_sel_auth_adfs:hover, .o_login .o_login_social .btn-default.o_sel_auth_adfs:focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs.focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs:active, .o_login .o_login_social .btn-default.o_sel_auth_adfs.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_adfs.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74; }
      .o_login .o_login_social .btn-default.o_sel_auth_adfs:active, .o_login .o_login_social .btn-default.o_sel_auth_adfs.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_adfs.dropdown-toggle {
        background-image: none; }
      .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled], .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs.active {
        background-color: #337ab7;
        border-color: #2e6da4; }
      .o_login .o_login_social .btn-default.o_sel_auth_adfs .badge {
        color: #337ab7;
        background-color: #fff; }
    .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4; }
      .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:hover, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74; }
      .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.active, .open > .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.dropdown-toggle {
        background-image: none; }
      .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled], .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.active {
        background-color: #337ab7;
        border-color: #2e6da4; }
      .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect .badge {
        color: #337ab7;
        background-color: #fff; }

.o_old_browser {
  display: none; }

.o_browser_ie10 .o_old_browser {
  display: block; }

@media (max-width: 767px) {
  body.o_dmz #o_bg {
    background: none;
    display: none; }

  .o_login {
    padding: 0; }
    .o_login .o_login_intro {
      padding: 0;
      text-align: left; }
    .o_login .o_login_box_wrapper {
      text-align: center;
      padding: 0; }
    .o_login .o_login_box {
      padding-left: 0;
      padding-right: 0; }
      .o_login .o_login_box .o_login_providers, .o_login .o_login_box .o_login_provider {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .o_login .o_login_messages,
    .o_login .o_login_box {
      width: 100%;
      display: block; } }
.o_home_main h1 {
  text-align: center; }
.o_home_main .o_icon_rss {
  line-height: 20px;
  vertical-align: middle; }

.o_showall {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
  margin-top: 10px; }

.o_portlet {
  position: relative;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  /* tools when in edit mode */
  /* a shim that is below the tools and above the portlet content when in edit mode */ }
  .o_portlet .o_header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 12px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .o_portlet .o_content {
    padding: 6px 12px; }
  .o_portlet .o_portlet_table {
    margin: -12px;
    margin-bottom: -6px;
    margin-top: 0; }
  .o_portlet .o_table_empty.o_info {
    padding: 6px; }
  .o_portlet .o_toolbox {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #faebcc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 6px 12px; }
    .o_portlet .o_toolbox div {
      display: inline; }
  .o_portlet .o_edit_shim {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #fcf8e3;
    opacity: 0.8; }

.o_inactive .o_header a {
  float: right;
  margin-left: 12px;
  margin-top: 10px; }

/* portlet specific styles */
.o_portlet_dyk_q {
  margin-top: 5px;
  font-style: italic; }

.o_portlet_dyk_a {
  margin: 5px 0; }

.o_portlet_dyk_next {
  margin: 5px 0;
  text-align: right; }

.o_library_icon:before {
  content: ""; }

.o_library ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0; }
.o_library ul ul {
  margin: 0; }

.o_library_overview .o_library_newest_files ul li {
  float: left;
  margin-right: 15px; }

.o_library_catalog_title h2, .o_library_catalog_title h3, .o_library_catalog_title h4, .o_library_catalog_title .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_library_catalog_title h2 {
  margin-top: 0; }

.o_library_item {
  margin-bottom: 10px;
  position: relative; }
  .o_library_item .o_library_visual, .o_library_item .o_library_extra, .o_library_item .o_library_meta {
    margin-top: 15px; }
  .o_library_item .o_library_visual {
    float: left;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd; }
    .o_library_item .o_library_visual .o_thumbnail_available, .o_library_item .o_library_visual .o_thumbnail_unavailable {
      background-size: 146px auto;
      width: 150px !important;
      height: 150px !important;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .o_library_item .o_library_visual .o_thumbnail_available:before, .o_library_item .o_library_visual .o_thumbnail_unavailable:before {
        content: none; }
    .o_library_item .o_library_visual .o_thumbnail_available {
      background-size: 146px auto; }
    .o_library_item .o_library_visual .o_thumbnail_unavailable {
      display: none; }
  .o_library_item .o_library_extra {
    float: right;
    width: 200px; }
  .o_library_item .o_library_meta {
    clear: both; }
    .o_library_item .o_library_meta .o_library_desc {
      padding-bottom: 10px; }
    .o_library_item .o_library_meta small {
      display: block;
      word-wrap: break-word; }
  .o_library_item h4, .o_library_item .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_library_item h2 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal; }
  .o_library_item .btn {
    display: block;
    margin-bottom: 0.5em; }
  .o_library_item .o_comments {
    display: inline-block; }
  .o_library_item .table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-bottom: 0; }
  .o_library_item p.o_library_show_more {
    text-align: right;
    margin: 0;
    padding-top: 20px; }
  .o_library_item .o_library_more {
    padding-top: 20px;
    display: none; }

.o_library_folder {
  margin-top: -20px; }

.o_library .o_ratings_and_comments .o_rating_title, .o_library .o_ratings_and_comments .o_rating_explanation {
  display: none; }

@media (min-width: 768px) {
  .o_library_item .o_library_meta {
    clear: none;
    margin-left: 150px;
    margin-right: 200px;
    padding: 0 10px; }
  .o_library_item .o_library_more {
    display: none; }
    .o_library_item .o_library_more table tbody {
      vertical-align: top; }
    .o_library_item .o_library_more table tr, .o_library_item .o_library_more table th, .o_library_item .o_library_more table td {
      display: inline-block; }
    .o_library_item .o_library_more table tr {
      width: 49%; }
    .o_library_item .o_library_more table th {
      width: 30%; }
    .o_library_item .o_library_more table td {
      width: 70%; } }
/* compact view without thumbnail */
.o_library_item_compact .o_library_extra {
  width: auto; }
.o_library_item_compact .o_library_meta {
  padding: 0 10px 0 0;
  margin: 0;
  overflow: hidden; }
.o_library_item_compact .btn {
  display: inline-block; }
.o_library_item_compact h4, .o_library_item_compact .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_library_item_compact h2 {
  overflow: hidden;
  margin-right: 70px; }
  .o_library_item_compact h4 a, .o_library_item_compact .o_cal .fc-header-title h2 a, .o_cal .fc-header-title .o_library_item_compact h2 a {
    text-overflow: ellipsis;
    white-space: nowrap; }
.o_library_item_compact p.o_library_show_more {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0; }

/* inline translation tool */
span.o_translation_i18nitem {
  position: relative !important; }

span.o_translation_i18nitem a.o_translation_i18nitem_launcher {
  position: absolute !important;
  z-index: 100 !important;
  width: 18px !important;
  height: 20px !important;
  top: 0 !important;
  left: 5px !important;
  background: #fff;
  border: 1px solid #337ab7 !important;
  border-radius: 3px;
  text-align: center;
  padding: 0 !important; }

.o_user_infos {
  position: relative; }
  .o_user_infos .o_user_portrait {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100px;
    height: 100px; }
  .o_user_infos .o_user_infos_inner {
    margin: 0 30px 0 100px; }
  .o_user_infos .o_user_infos_inner table {
    margin: 0 30px 15px 30px; }

.o_useradmin .o_user_infos .o_user_infos_inner {
  margin-right: 45px; }

div.o_skype_button {
  display: inline-block; }
  div.o_skype_button p {
    margin: 0 0 0 0; }
    div.o_skype_button p a img {
      margin: 0 !important;
      vertical-align: middle !important; }

.o_useradmin div#o_main_toolbar.o_toolbar {
  margin-top: 0px; }

.o_members_pagination {
  text-align: center; }

/* Additional user logo on business card */
.o_bcard_logo {
  margin-left: 10px;
  height: 66px; }

/* when profile and logo is shown, put user name on new line */
.o_bcard_title_with_logo {
  clear: both;
  padding: 20px 0 0 0; }

/* User profile image */
.o_visitingcard_image,
.o_visitingcard_logo {
  height: 66px; }

/* hide visiting card logo, no icon found yet */
.o_visitingcard .o_icon_visitingcard {
  display: none; }

.o_visitingcard .o_portrait_avatar,
.o_visitingcard .o_portrait_dummy,
.o_visitingcard .o_portrait_dummy_female_big,
.o_visitingcard .o_portrait_dummy_male_big,
.o_visitingcard .o_portrait_anonymous {
  width: 66px;
  height: 66px;
  margin-right: 10px; }

@media (max-width: 767px) {
  .o_visitingcard .o_portrait_avatar,
  .o_visitingcard .o_portrait_dummy,
  .o_visitingcard .o_portrait_dummy_female_big,
  .o_visitingcard .o_portrait_dummy_male_big,
  .o_visitingcard .o_portrait_anonymous {
    width: 50px;
    height: 50px;
    margin: 5px 5px 0 0; }

  .o_visitingcard_image,
  .o_visitingcard_logo {
    height: 50px; }

  /* Additional logo is also smaller */
  .o_visitingcard_logo,
  .o_bcard_logo {
    height: 50px;
    margin: 5px 0 0 5px; }
    .o_visitingcard_logo img,
    .o_bcard_logo img {
      /* tricky: scale to match new max height */
      position: relative;
      transform: scale(0.75758);
      /* scale to fit to new box size... */
      top: -8px;
      /* .. and move 8px down (16px divided by 2 for top and bottom) */ } }
/* iphone 6 */
@media (max-width: 414px) {
  .o_visitingcard_logo img {
    max-width: 260px; } }
/* iphone 6 */
@media (max-width: 375px) {
  .o_visitingcard_logo img {
    max-width: 220px; } }
/* iphone 4/5 */
@media (max-width: 320px) {
  .o_visitingcard_logo img {
    max-width: 180px; }

  .o_bcard_logo img {
    max-width: 150px; } }
.o_gta_coach_selection .o_noti {
  display: inline-block;
  float: none;
  margin: 0; }
.o_gta_coach_selection .o_gta_coach_selection_bar {
  position: relative; }
  .o_gta_coach_selection .o_gta_coach_selection_bar .o_noti {
    position: absolute;
    top: 3px;
    right: 0; }

p.o_gta_reopen_warning {
  margin-top: -20px; }

.o_lecture_authorized_absence div.form-inline, .o_lecture_authorized_absence div.o_navbar-form {
  display: inline; }

.o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table {
  margin-top: 0;
  /* make cells with fixed width as small as possible */ }
  .o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table thead th.o_col_date,
  .o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table thead th.o_col_startTime,
  .o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table thead th.o_col_endTime,
  .o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table thead th.o_col_details,
  .o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table thead th.o_col_tools {
    width: 1%; }
.o_lectures_teacher_overview .o_lectures_current_wrapper {
  border: 1px solid transparent;
  background: #f8f8f8;
  border-radius: 4px;
  margin: 10px -10px 20px -10px;
  padding: 10px; }
  .o_lectures_teacher_overview .o_lectures_current_wrapper .o_button_group {
    margin-bottom: 0; }
.o_lectures_teacher_overview .o_lectures_teacher_search .o_form .o_date {
  padding-right: 10px;
  position: relative; }
.o_lectures_teacher_overview .o_lectures_teacher_search div.o_chelp_wrapper_and_buttons {
  position: absolute;
  top: 0;
  right: 0; }

.o_header_with_buttons .o_day_chooser {
  position: relative;
  float: right; }

.o_lectures_rollcall legend {
  margin-bottom: 10px; }
.o_lectures_rollcall .o_desc,
.o_lectures_rollcall .o_preparation {
  margin: 0; }

.o_rollcall_next_previous_group {
  text-align: center; }
  .o_rollcall_next_previous_group a.o_sel_close {
    float: left; }
    .o_rollcall_next_previous_group a.o_sel_close span {
      display: none; }
  .o_rollcall_next_previous_group .form-control {
    display: inline;
    width: auto; }
  @media (max-width: 767px) {
    .o_rollcall_next_previous_group a span {
      display: none; } }

.o_lecture_free {
  color: #777777; }

.o_rollcall_portrait > div {
  margin: 0 auto 10px auto;
  width: 100px; }

.o_lectures div#o_main_toolbar.o_toolbar {
  margin-top: 0px; }

/* peekview */
.o_edubase_pv {
  overflow: hidden;
  padding-top: 10px; }

.o_edubase_pv_fig {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin-right: 3%; }

/* runview */
.o_edubase_run_enabled .o_edubase_page {
  font-size: 12px;
  color: #777777; }

.o_edubase_run_disabled .o_edubase_booksection {
  margin-right: 3%;
  margin-bottom: 3%;
  width: 177px;
  display: inline-table; }

.o_edubase_run_disabled .o_edubase_page {
  font-size: 12px;
  color: #777777; }

/* edit book section list */
.o_edubase_bs_buttons {
  padding-top: 10px; }

.o_edubase_bs_book_id {
  margin-top: -2px; }

.o_edubase_bs_details {
  margin-left: -20px; }

.o_edubase_bs_details_label {
  visibility: hidden; }

.o_edubase_bs_cover object {
  margin-left: 10px;
  margin-top: 10px;
  height: 120px; }

.o_edubase_bs_cover img {
  margin-left: 10px;
  margin-top: 10px;
  height: 120px; }

.o_edubase_edit_books .o_icon_error {
  visibility: hidden; }

.o_edubase_edit_books .o_icon_help {
  margin-bottom: 0px; }

.o_edubase_edit_books .row {
  margin-bottom: 5px; }

.o_edusharing_container.o_in_iframe .edusharing_metadata_wrapper {
  margin-top: 5px; }
.o_edusharing_container.o_in_iframe .edusharing_metadata.open {
  position: unset;
  margin: 0;
  padding: 0; }
  .o_edusharing_container.o_in_iframe .edusharing_metadata.open:before {
    content: unset;
    border: unset;
    top: unset;
    position: unset;
    left: unset;
    width: unset;
    height: unset; }
.o_edusharing_container.o_hide_license .license {
  display: none; }
.o_edusharing_container.o_hide_infos .edusharing_metadata_wrapper {
  display: none; }

.o_edusharing_left {
  display: block;
  float: left;
  margin: 5px 5px 5px 0; }

.o_edusharing_right {
  display: block;
  float: right;
  margin: 5px 0 5px 5px; }

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

.o_edusharing_none {
  display: block;
  float: none;
  margin: 5px 0; }

/**
* see https://github.com/edu-sharing/plugin-moodle/blob/master/filter/edusharing/styles.css
*/
.eduContainer {
  width: 180px;
  color: transparent;
  /*do not change*/ }

.edusharing_spinner_inner {
  width: 30px;
  height: 50px;
  display: inline-block; }

.edusharing_spinner1 {
  background: url("../light/images/edusharing/hex1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s infinite ease-in;
  -moz-animation: spin 2s infinite ease-in;
  -ms-animation: spin 2s infinite ease-in;
  -o-animation: spin 2s infinite ease-in;
  animation: spin 2s infinite ease-in;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.edusharing_spinner2 {
  background: url("../light/images/edusharing/hex2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s infinite ease-in;
  -moz-animation: spin 2s infinite ease-in;
  -ms-animation: spin 2s infinite ease-in;
  -o-animation: spin 2s infinite ease-in;
  animation: spin 2s infinite ease-in;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.edusharing_spinner3 {
  background: url("../light/images/edusharing/hex3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s infinite ease-in;
  -moz-animation: spin 2s infinite ease-in;
  -ms-animation: spin 2s infinite ease-in;
  -o-animation: spin 2s infinite ease-in;
  animation: spin 2s infinite ease-in;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@-webkit-keyframes spin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
@-moz-keyframes spin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
@-ms-keyframes spin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
@-o-keyframes spin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
@keyframes spin {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5) rotate(90deg); }
  100% {
    transform: scale(1); } }
body.o_doceditor_body {
  margin-bottom: 0px; }
  body.o_doceditor_body .o_container_offcanvas {
    max-width: 100%; }
  body.o_doceditor_body .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px; }
  body.o_doceditor_body #o_toplink {
    display: none; }

.o_doceditor {
  margin-top: 10px;
  /**  Collabora Online and OnlyOffice and Office 365  **/ }
  .o_doceditor .o_doceditor_config .nav button {
    margin-top: 3px; }
  .o_doceditor .navbar-collapse {
    border-top: 0 !important; }
  .o_doceditor .navbar-collapse.collapse {
    display: block !important; }
  .o_doceditor .navbar-nav {
    margin: 0; }
  .o_doceditor .navbar-nav > li, .o_doceditor .navbar-nav {
    float: left !important; }
  .o_doceditor .navbar-right {
    float: right !important; }
  .o_doceditor .navbar-nav > li > .dropdown-menu {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    position: absolute;
    right: 0;
    left: auto; }
  .o_doceditor .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important; }
  .o_doceditor .o_collabora iframe, .o_doceditor .o_onlyoffice iframe, .o_doceditor .o_office365 iframe {
    width: 100%;
    height: calc(100vh - 61px);
    height: calc(var(--doceditorvh, 1vh) * 100 - 61px);
    margin-top: 10px;
    border-width: 0px; }
  .o_doceditor.o_web_document .o_collabora iframe, .o_doceditor.o_web_document .o_onlyoffice iframe, .o_doceditor.o_web_document .o_office365 iframe {
    width: 100%;
    height: calc(100vh - 321px);
    height: calc(var(--doceditorvh, 1vh) * 100 - 321px);
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 1px; }
  .o_doceditor.o_web_document_edit .o_collabora iframe, .o_doceditor.o_web_document_edit .o_onlyoffice iframe, .o_doceditor.o_web_document_edit .o_office365 iframe {
    width: 100%;
    height: calc(100vh - 276px);
    height: calc(var(--doceditorvh, 1vh) * 100 - 276px);
    margin-top: 10px;
    margin-bottom: 25px;
    border-width: 1px; }
  .o_doceditor .o_file_editor,
  .o_doceditor .o_doceditor_data_transfer {
    margin-right: 15px;
    margin-left: 15px; }

.o_web_content .o_doceditor {
  margin-top: 0px; }

.o_taxonomy div#o_main_toolbar.o_toolbar {
  margin-top: 0px; }

.o_taxonomy_listing.o_rendertype_custom .o_table_body.container-fluid {
  padding-right: 0px;
  padding-left: 0px; }
.o_taxonomy_listing.o_rendertype_custom .o_taxonomy_row {
  position: relative;
  display: inline-block;
  height: 225px;
  width: 450px;
  vertical-align: top;
  margin-right: 10px; }
  .o_taxonomy_listing.o_rendertype_custom .o_taxonomy_row ul {
    padding-left: 2em; }

/*
 * Overwrite jquery ui dialog and datepicker
 */
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%; }

.ui-widget-header {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  background: #fff;
  font-weight: bold; }

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon,
.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon,
.ui-state-active .ui-icon, .ui-state-highlight .ui-icon, .ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background: none;
  background-image: none; }

.ui-dialog {
  -webkit-box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 8px -1px rgba(0, 0, 0, 0.35);
  background-color: #fefefe; }
  .ui-dialog .ui-widget-header .ui-dialog-title {
    color: #337ab7;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1; }
  .ui-dialog .ui-widget-header .ui-dialog-titlebar-close:before {
    content: "" !important; }
  .ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .ui-dialog .ui-widget-header .ui-dialog-titlebar-close span {
      display: none; }
  .ui-dialog .ui-widget-header .ui-button.ui-corner-all {
    border: none !important;
    background: #fff !important;
    float: right; }
  .ui-dialog .ui-widget-content {
    border-color: #fff;
    padding: 5px;
    overflow: auto;
    background: white !important; }
  .ui-dialog .ui-dialog-titlebar {
    padding: 4px 7px 4px 7px;
    background-color: #eee !important; }

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

.ui-dialog.ui-widget-content {
  border: 1px solid transparent; }

.ui-dialog.o_modal-ui {
  /* in any case, never make dialog smaller than browser window */
  max-width: 100vw;
  max-height: 100vh;
  /* on small screens set dimensions to take entire screen  */ }
  .ui-dialog.o_modal-ui div.ui-dialog-buttonpane {
    display: none; }
  @media (max-width: 767px) {
    .ui-dialog.o_modal-ui {
      height: 100vh !important;
      width: 100vw !important; }
      .ui-dialog.o_modal-ui div.ui-dialog-content {
        height: 90vh !important; } }

/*
 * slider
 */
.ui-slider.ui-slider-horizontal.ui-widget-content {
  border-color: #aaa;
  background: #f9f9f9; }
  .ui-slider.ui-slider-horizontal.ui-widget-content.ui-state-disabled {
    opacity: 0.65; }

.o_has_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
  border: 1px solid #337ab7;
  background-image: none;
  background-color: #337ab7; }

.o_no_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
  border: 3px solid #337ab7;
  background-image: none; }

/*
 * datepicker
 */
.ui-datepicker {
  z-index: 2000 !important;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15); }
  .ui-datepicker .ui-widget-header .ui-corner-all, .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-corner-all {
    border: none !important;
    background: #fff !important; }
  .ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:before {
    content: "";
    font-weight: normal;
    color: black; }
  .ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:before {
    content: "";
    font-weight: normal;
    color: black; }
  .ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-e, .ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    font-family: 'FontAwesome';
    display: inline-block;
    background-image: none;
    background-position: 0 0;
    font-weight: normal;
    text-indent: 0;
    color: white; }
  .ui-datepicker .ui-widget-header .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-widget-header .ui-datepicker .ui-datepicker-next-hover {
    top: 2px; }
  .ui-datepicker .ui-state-default {
    background: #eee; }
  .ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight {
    border: 1px solid #2e6da4;
    background: #337ab7;
    color: #fff; }

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

.ui-datepicker.ui-widget-content {
  border: 1px solid transparent; }

/*
 * Some class for the movie plugin for tiny mce
 */
label.mce-label {
  display: inline;
  max-width: 150px;
  margin-bottom: 0;
  font-weight: normal; }

.o_richtext_mce_without_path .mce-statusbar {
  border: none; }
.o_richtext_mce_without_path .mce-path {
  display: none !important; }
.o_richtext_mce_without_path .mce-menubtn.mce-fixed-width span {
  width: auto; }

.o_richtext_mce > .o_richtext_mce_modes {
  text-align: right;
  padding-right: 4px; }
  .o_richtext_mce > .o_richtext_mce_modes a {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

i.mce-ico.mce-i-media, i.mce-ico.mce-i-movie, i.mce-ico.mce-i-help, i.mce-ico.mce-i-gaptext, i.mce-ico.mce-i-gapnumerical, i.mce-ico.mce-i-hottext, i.mce-ico.mce-i-edit {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

i.mce-ico.mce-i-media:before {
  content: ""; }

i.mce-ico.mce-i-movie:before {
  content: ""; }

i.mce-ico.mce-i-gaptext:before {
  content: ""; }

i.mce-ico.mce-i-gapnumerical:before {
  content: ""; }

i.mce-ico.mce-i-hottext:before {
  content: ""; }

i.mce-ico.mce-i-math:before {
  content: '\03A3'; }

i.mce-ico.mce-i-edit:before {
  content: ""; }

i.mce-ico.mce-i-help {
  width: 9px;
  height: 9px;
  padding-top: 1px; }

i.mce-ico.mce-i-help:before {
  content: "";
  color: white; }

.mce-tabs span.o_chelp_wrapper {
  float: right;
  margin: 5px; }

.mce-wordcount:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: ""; }

.mce-danger .mce-wordcount:after {
  color: #d9534f;
  content: ""; }

.mce-statusbar.mce-danger {
  background-color: #f2dede; }

.mce-textbox.mce-danger {
  border-color: #ce8383;
  background-color: #f2dede; }

@media (max-width: 470px) {
  .mce-foot .mce-container-body.mce-abs-layout {
    left: -337px; } }
/*
 * Overwrite some class of typehead needed by the flexi table
 */
div.o_table_search > span.twitter-typeahead {
  padding-top: 5px; }

.tag.label.label-info {
  margin-right: 3px; }

/*
*  =================================================
*  
*   Rules for OpenOLAT print layout. Mostly to hide things in print view. 
*   
*   @author gnaegi,  www.frentix.com
*   @date April 2014
*
*  =================================================
*/
@media print {
  /* don't print URL's on href, ugly bootstrap default */
  a[href]:after {
    content: ""; }

  /* Hide general elements */
  #o_header_wrapper,
  #o_offcanvas_right,
  #o_navbar_wrapper,
  #o_footer_wrapper,
  #o_toplink,
  #o_main_left,
  #o_main_right,
  #o_main_toolbar,
  #jsMath_PrintWarning,
  .o_segments,
  .o_table_toolbar,
  .o_breadcrumb,
  .o_bookmark,
  .o_noti,
  .o_opener,
  .o_hide,
  .o_noprint {
    display: none !important; }

  /* Do not use bootstrap size width. It is too small for landscape layout */
  .o_container_offcanvas {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px; }

  /* Page breaks */
  .o_print_break_avoid {
    page-break-inside: avoid; }

  .o_print_break_before {
    page-break-before: always; }

  .o_print_break_after {
    clear: both;
    page-break-after: always; }

  /* Hide buttons in forms and print text area with full content */
  .btn {
    display: none; }

  .o_form {
    /* textarea: can not blow up for now, browsers ignore the height */ }
    .o_form textarea,
    .o_form .form-control.textarea_disabled {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #fff !important;
      height: auto !important;
      color: #000 !important;
      resize: none; }

  /* Hide comments form */
  #o_comment_form_link,
  .o_comments form {
    display: none !important; }

  /* Hide avatar - can not print background css images */
  .o_avatar {
    display: none; }

  /* Hide backgrounds */
  body.o_dmz {
    background: white !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }

  /* When printing dialogs, hide everything below */
  .modal-content {
    border: 0; }

  .modal-header {
    display: none; }

  .modal-body {
    padding: 0; }

  .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }

  /* Print background colors in progress bar */
  .progress {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.5); }

  .progress-bar {
    -webkit-print-color-adjust: exact;
    background-color: #000 !important;
    /* fallback for non-webkit browsers */
    border: 10px solid #000; }

  /* Print backgrounds on sliders */
  .ui-slider.ui-slider-horizontal.ui-widget-content {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background: #f9f9f9 !important; }
    .ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
      -webkit-print-color-adjust: exact;
      color-adjust: exact; }

  .o_has_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
    background-color: #337ab7 !important; }

  .o_no_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
    border: none !important; }

  /* Print background colors in radial progress bar */
  .radial-progress, .o_coursetable.o_rendertype_classic .o_progress .radial-progress {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: #eee !important; }
    .radial-progress .circle .mask .fill {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background-color: #000 !important; }
    .radial-progress .inset, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background-color: #fff !important; }
      .radial-progress .inset .bgIcon, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset .bgIcon {
        opacity: 0.3;
        transition: opacity 0.3; }
      .radial-progress .inset .bgIcon:before, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset .bgIcon:before, .radial-progress .inset .o_icon_progress_danger:before, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset .o_icon_progress_danger:before, .radial-progress .inset .o_icon_progress_success:before, .o_coursetable.o_rendertype_classic .o_progress .radial-progress .inset .o_icon_progress_success:before {
        opacity: 0.3;
        transition: opacity 0.3;
        color: #777 !important; }
    .radial-progress:not([data-progress="0"]) .inset .bgIcon {
      opacity: 0.3;
      transition: opacity 0.3;
      color: #777 !important; }

  body {
    margin: 0;
    /* 	Make everything a bit smaller. 
    	OO Layout is designed for mobile-first, thus everything is a bit large for printing 
    	might not work on FF, but hey, better than nothing
    */
    zoom: 0.6; }

  table, figure, figure {
    page-break-inside: avoid; }

  h1, h2, h3, h4, .o_cal .fc-header-title h2, h5, h6 {
    page-break-after: avoid; }

  /* disclaimer formatting */
  .o_disclaimer .o_disclaimer_content {
    max-height: none; } }
.o_highscore .o_position {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold; }
  .o_highscore .o_position h2 {
    /* apply only for webkit capable browsers (Safari, Edge, Chrome) */
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .o_highscore .o_position h2 {
        background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline; }
        .o_highscore .o_position h2:after {
          content: "\A";
          white-space: pre; } }
.o_highscore .o_position_relative {
  font-size: 1em;
  font-weight: normal; }
.o_highscore .o_podium {
  position: relative;
  vertical-align: bottom;
  height: 300px;
  margin-bottom: 50px; }
.o_highscore .o_rank {
  width: 30%;
  position: absolute;
  bottom: 0;
  text-shadow: rgba(102, 102, 102, 0.5) 0 -1px 0, rgba(255, 255, 255, 0.6) 0 2px 1px; }
  .o_highscore .o_rank:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  .o_highscore .o_rank .o_name {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 1em;
    text-shadow: none; }
  .o_highscore .o_rank .o_score {
    color: #777777;
    font-size: 90%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -20px;
    text-shadow: none; }
  .o_highscore .o_rank .o_singleportrait {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -125px; }
  .o_highscore .o_rank .o_rank_portraits {
    position: relative;
    left: 0;
    top: -210px;
    height: 180px;
    width: 200px;
    text-align: center;
    vertical-align: bottom;
    display: table-cell; }
    .o_highscore .o_rank .o_rank_portraits ul {
      display: inline-block; }
    .o_highscore .o_rank .o_rank_portraits .o_portrait {
      margin: 5px; }
.o_highscore .o_first {
  height: 150px;
  left: 30%;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #FFD700;
  background: -moz-linear-gradient(top, #fff7cc 0%, #ffdf33 50%, #FFD700 51%, #ffe766 100%);
  background: -webkit-linear-gradient(top, #fff7cc 0%, #ffdf33 50%, #FFD700 51%, #ffe766 100%);
  background: linear-gradient(top, #fff7cc 0%, #ffdf33 50%, #FFD700 51%, #ffe766 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$basecolor', endColorstr='lighten($basecolor,20%)',GradientType=0 ); }
  .o_highscore .o_first:before {
    content: "1";
    font-size: 700%;
    line-height: 150px;
    color: #666; }
.o_highscore .o_second {
  height: 100px;
  left: 0;
  background: #C0C0C0;
  background: -moz-linear-gradient(top, white 0%, #dadada 50%, #C0C0C0 51%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #dadada 50%, #C0C0C0 51%, #f3f3f3 100%);
  background: linear-gradient(top, white 0%, #dadada 50%, #C0C0C0 51%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$basecolor', endColorstr='lighten($basecolor,20%)',GradientType=0 );
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-top-left-radius: 4px; }
  .o_highscore .o_second:before {
    content: "2";
    font-size: 500%;
    line-height: 100px;
    color: #666; }
.o_highscore .o_third {
  height: 80px;
  left: 60%;
  background: #cd7f32;
  background: -moz-linear-gradient(top, #f5e5d6 0%, #d7995b 50%, #cd7f32 51%, #e1b284 100%);
  background: -webkit-linear-gradient(top, #f5e5d6 0%, #d7995b 50%, #cd7f32 51%, #e1b284 100%);
  background: linear-gradient(top, #f5e5d6 0%, #d7995b 50%, #cd7f32 51%, #e1b284 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$basecolor', endColorstr='lighten($basecolor,20%)',GradientType=0 );
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-top-right-radius: 4px; }
  .o_highscore .o_third:before {
    content: "3";
    font-size: 300%;
    line-height: 80px;
    color: #666; }
.o_highscore .o_histogram {
  position: relative;
  bottom: -40px;
  margin-bottom: 40px; }
  .o_highscore .o_histogram .d3chart {
    width: 100%;
    padding-top: 50px;
    height: 300px; }
    .o_highscore .o_histogram .d3chart text {
      fill: #888; }
    .o_highscore .o_histogram .d3chart .axis path, .o_highscore .o_histogram .d3chart .axis line {
      stroke: #888; }
    .o_highscore .o_histogram .d3chart .o_myself {
      fill: #337ab7; }
      .o_highscore .o_histogram .d3chart .o_myself:hover {
        fill: #5094ce; }
    .o_highscore .o_histogram .d3chart .o_other {
      fill: #777777; }
      .o_highscore .o_histogram .d3chart .o_other:hover {
        fill: #919191; }
    .o_highscore .o_histogram .d3chart .o_empty {
      fill: black; }

/* Align both tables the same way */
.o_listing .o_table_wrapper.o_table_flexi .table {
  margin-top: 0; }
.o_listing table th:nth-of-type(1), .o_listing table th :nth-of-type(2) {
  width: 5em; }

#o_footer_powered {
  display: none; }

#o_footer_version {
  display: none; }

.o_navbar_dmz_help_menu {
  display: none !important; }

i.o_icon.o_icon-2x.o_icon_provider_olat::before {
  content: "";
  font-size: 2em;
  font-family: FontAwesome; }

.btn-primary {
  color: #fff;
  background-color: #AE0823 !important;
  border-color: #AE0823 !important; }

.o_login .o_login_intro h1 {
  color: #AE0823 !important; }

.btn-link {
  color: #AE0823; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #AE0823; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #AE0823; }

.bg-primary {
  background-color: #AE0823; }

a {
  color: #8A0808; }

a:hover, a:focus {
  color: #8A0808; }

.text-primary {
  color: #AE0823; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #AE0823; }

.pagination > li > span {
  color: #AE0823; }

.pagination > .active > span:focus {
  background-color: #AE0823;
  border-color: #AE0823; }

.label-primary {
  background-color: #AE0823; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #AE0823; }

a.thumbnail.active {
  border-color: #AE0823; }

.progress-bar {
  background-color: #AE0823; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #AE0823;
  border-color: #AE0823; }

.panel-primary {
  border-color: #AE0823; }

.panel-primary > .panel-heading {
  background-color: #AE0823;
  border-color: #AE0823; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #AE0823; }

.panel-primary > .panel-heading .badge {
  color: #AE0823; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #AE0823; }

.o_icon_pf_section_submitted:before {
  content: "";
  color: #AE0823; }

h1 {
  color: #AE0823; }

h2 {
  color: #AE0823; }

h3 {
  color: #AE0823; }

h4, .o_cal .fc-header-title h2, .o_cal .fc-header-title h2 {
  color: #AE0823; }

h5 {
  color: #AE0823; }

h5 {
  color: #AE0823; }

.o_user_content_block a {
  color: #AE0823; }

a.b_link_extern {
  color: #AE0823; }

a.b_link_mailto {
  color: #AE0823; }

a.b_link_forward {
  color: #AE0823; }

.radial-progress .circle .mask .fill {
  background-color: #AE0823; }

.radial-progress .percentage .centeredWrapper .number {
  color: #AE0823; }

#o_main_wrapper #o_main_container #o_main_left #o_main_left_toggle {
  color: #AE0823; }

.o_toolbar .o_tools_container a.active {
  color: #AE0823; }

.o_toolbar .o_tools_container .dropdown-menu a.active {
  color: #AE0823; }

.modal .modal-header h4, .modal .modal-header .o_cal .fc-header-title h2, .o_cal .fc-header-title .modal .modal-header h2, .modal .modal-header .o_cal .fc-header-title h2, .o_cal .fc-header-title .modal .modal-header h2 {
  color: #AE0823; }

.o_tree ul li .active.o_tree_link a {
  color: #AE0823; }

.o_button_toggle.o_on i {
  color: #AE0823; }

.o_im_buddieslist ul a {
  color: #AE0823; }

.o_rating.o_rating_personal .o_rating_items .o_icon, .o_rating.o_rating_personal .o_rating_items .o_progress_failed .inset:after, .o_progress_failed .o_rating.o_rating_personal .o_rating_items .inset:after, .o_rating.o_rating_personal .o_rating_items .o_progress_passed .inset:after, .o_progress_passed .o_rating.o_rating_personal .o_rating_items .inset:after, .o_rating.o_rating_personal .o_rating_items .o_progress_failed .inset:after, .o_progress_failed .o_rating.o_rating_personal .o_rating_items .inset:after, .o_rating.o_rating_personal .o_rating_items .o_progress_passed .inset:after, .o_progress_passed .o_rating.o_rating_personal .o_rating_items .inset:after {
  color: #AE0823; }

.d3chart .bar_default, .d3chart .bubble_default {
  fill: #AE0823; }

a.o_chelp {
  background-color: #AE0823;
  border: 1px solid #8A0808; }

.o_datecomp div.o_month {
  background-color: #AE0823; }

.o_segments.o_segments_linked .btn-default, .o_segments.o_segments_linked .btn-default:hover, .o_segments.o_segments_linked .btn-default:active, .o_segments.o_segments_linked .btn-default:focus {
  color: #AE0823; }

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  background-color: #AE0823; }

.o_process .o_step.o_active .o_bar:after {
  border-color: #AE0823; }

.o_process .o_step.o_active .o_title {
  color: #AE0823 !important; }

.o_process .o_step.o_active .o_title:before {
  color: #AE0823; }

#o_cal_colorchooser div {
  border: 1px solid #AE0823; }

.fc-button.fc-state-active {
  background-color: #AE0823;
  border-color: #8A0808; }

.fc-button.fc-state-active:hover, .fc-button.fc-state-active:focus, .fc-button.fc-state-active.focus, .fc-button.fc-state-active:active, .fc-button.fc-state-active.active, .open > .fc-button.fc-state-active.dropdown-toggle {
  background-color: #AE0823;
  border-color: #8A0808; }

.fc-button.fc-state-active.disabled, .fc-button.fc-state-active.disabled:hover, .fc-button.fc-state-active.disabled:focus, .fc-button.fc-state-active.disabled.focus, .fc-button.fc-state-active.disabled:active, .fc-button.fc-state-active.disabled.active, .fc-button.fc-state-active[disabled], .fc-button.fc-state-active[disabled]:hover, .fc-button.fc-state-active[disabled]:focus, .fc-button.fc-state-active[disabled].focus, .fc-button.fc-state-active[disabled]:active, .fc-button.fc-state-active[disabled].active, fieldset[disabled] .fc-button.fc-state-active, fieldset[disabled] .fc-button.fc-state-active:hover, fieldset[disabled] .fc-button.fc-state-active:focus, fieldset[disabled] .fc-button.fc-state-active.focus, fieldset[disabled] .fc-button.fc-state-active:active, fieldset[disabled] .fc-button.fc-state-active.active {
  background-color: #AE0823;
  border-color: #8A0808; }

.fc-button.fc-state-active .badge {
  color: #AE0823; }

.o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.dropdown-toggle {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.active, .open > .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.dropdown-toggle {
  background-image: none; }

.o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled], .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:hover, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].focus, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:active, .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:hover, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.focus, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start:active, fieldset[disabled] .o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start.active {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_coursetable.o_rendertype_custom .o_table_row .o_access .o_start .badge {
  color: #AE0823; }

.o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_title a {
  color: #AE0823; }

.o_coursetable.o_rendertype_custom .o_table_row .o_meta .o_go_xs {
  background-color: #AE0823; }

.o_catalog .o_level .o_meta .o_title a {
  color: #AE0823; }

.o_catalog .o_sublevels .o_sublevel .o_meta .o_title a {
  color: #AE0823; }

.o_ll_container h5 a.o_desc {
  color: #AE0823; }

.o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.disabled.active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled], .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:hover, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].focus, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled]:active, .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start[disabled].active, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:hover, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:focus, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.focus, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start:active, fieldset[disabled] .o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start.active {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_curriculumtable.o_rendertype_custom .o_table_row .o_access .o_start .badge {
  color: #AE0823; }

.o_qti_menu_item_attempts_marked:after {
  color: #AE0823; }

.o_associate_item.oo-selected {
  border: 2px solid #AE0823; }

.o_associate_item.oo-drag {
  border: 2px solid #AE0823 !important; }

.o_gap_item.oo-selected {
  border: 3px solid #AE0823; }

#o_qti_hotspots_edit.o_qti_hotspot-light .o_qti_hotspot_correct.o_draw_circle, #o_qti_hotspots_edit.o_qti_hotspot-light .o_qti_hotspot_correct.o_draw_rectangle {
  background-color: #770000;
  border-color: #AE0823; }

#o_qti_run_infos #o_qti_scoreinfo .progress-bar {
  background-color: #AE0823; }

#o_qti_run_infos #o_qti_questioninfo .progress-bar {
  background-color: #AE0823; }

.o_qti_menu_menustyle ul.o_testpartnavigation li.o_assessmentitem.active a {
  color: #AE0823; }

.o_portfolio_timeline .dot.o_pf_status_published {
  fill: #AE0823; }

.o_portfolio div .o_portfolio_published {
  background-color: #AE0823; }

.o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_visual {
  border: 1px solid #AE0823; }

.o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta {
  border: 1px solid #AE0823;
  background-color: rgba(255, 255, 255, 0.8); }

.o_portfolio_media_browser .o_portfolio_medias .o_portfolio_media .o_meta .o_title a {
  color: #AE0823; }

.d3chart .o_eva_bar {
  fill: #AE0823; }

.d3chart .o_rubric_unrated {
  fill: #AE0823; }

.o_slider_overview .o_slider_overview_point {
  background-color: #AE0823; }

.o_qual_hm_basecolor {
  background-color: #AE0823; }

.o_qual_trend .o_qual_ana_unrated {
  color: #AE0823; }

@media print {
  .o_qual_hm .o_circle.o_qual_hm_basecolor {
    background-color: #AE0823 !important; }

  .o_qual_trend .o_qual_ana_unrated::before {
    color: #AE0823 !important; } }
.o_login .o_login_intro h1 {
  color: #AE0823; }

.o_login .o_login_intro .lead h1, .o_login .o_login_intro .lead h2, .o_login .o_login_intro .lead h3, .o_login .o_login_intro .lead h4, .o_login .o_login_intro .lead .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_login .o_login_intro .lead h2, .o_login .o_login_intro .lead .o_cal .fc-header-title h2, .o_cal .fc-header-title .o_login .o_login_intro .lead h2, .o_login .o_login_intro .lead h5 {
  color: #AE0823; }

.o_login .o_login_social .btn-default.o_sel_auth_adfs {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_adfs.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled], .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_adfs[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_adfs.active {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_login .o_login_social .btn-default.o_sel_auth_adfs .badge {
  color: #AE0823; }

.o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled:hover, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled:focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled.focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled:active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.disabled.active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled], .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled]:hover, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled]:focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled].focus, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled]:active, .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect[disabled].active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:hover, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.focus, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect:active, fieldset[disabled] .o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect.active {
  background-color: #AE0823;
  border-color: #8A0808; }

.o_login .o_login_social .btn-default.o_sel_auth_OpenIDConnect .badge {
  color: #AE0823; }

span.o_translation_i18nitem a.o_translation_i18nitem_launcher {
  border: 1px solid #AE0823 !important; }

.ui-dialog .ui-widget-header .ui-dialog-title {
  color: #AE0823; }

.o_has_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
  border: 1px solid #AE0823;
  background-color: #AE0823; }

.o_no_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
  border: 3px solid #AE0823; }

.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight {
  border: 1px solid #8A0808;
  background: #AE0823; }

.o_has_value.ui-slider.ui-slider-horizontal.ui-widget-content .ui-slider-handle {
  background-color: #AE0823 !important; }

.o_highscore .o_histogram .d3chart .o_myself {
  fill: #AE0823; }

.form-control:focus {
  border-color: rgba(231, 89, 89, 0.678);
  box-shadow: rgba(231, 89, 89, 0.678); }

span:hover {
  color: black !important; }

.o_catalog .o_sublevels .o_sublevel .o_meta .o_title a:hover {
  color: black !important; }

/* empty */

/*# sourceMappingURL=theme.css.map */
