body.logged .only-for-not-logged-darwin-users {
  display: none;
}
body.not_logged .only-for-logged-darwin-users {
  display: none;
}
body.ldap .userbox .edit-profile {
  display: none !important;
}
body .ui-dialog {
  z-index: 10000 !important;
}
[data-load-url] {
  cursor: pointer;
}
.video-player,
.audio-player {
  max-width: 100%;
  border: none;
}
.video-player video,
.video-player audio,
.audio-player video,
.audio-player audio {
  max-width: 100%;
  display: none;
}
.required-field {
  float: right;
}
.required-field:after {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #31708f;
  margin-left: 2px;
  content: "*";
  position: absolute;
}
.required-fields-explanation {
  float: right;
  color: #31708f;
}
.required-fields-explanation .required-field {
  float: none;
}
.required-fields-explanation .required-field:after {
  position: static;
}
label.error,
label.custom_error {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 7px 6px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  overflow: hidden;
  z-index: 2;
  display: none;
}
label.error:before,
label.custom_error:before {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  content: "i";
  font-family: Times;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #a94442;
  border-radius: 7px;
  text-indent: 0px;
  opacity: 0.7;
}
label.error:hover:before,
label.custom_error:hover:before {
  opacity: 1;
}
label.error.alert,
label.custom_error.alert {
  margin: 0 0 10px 0;
  position: static;
  width: auto;
  padding: 12px 15px;
  height: auto;
  text-indent: 10px;
}
label.error.alert:before,
label.custom_error.alert:before {
  float: left;
}
label.options_item label.error,
label.options_item label.custom_error {
  cursor: default;
  right: 0;
}
#_loading_email,
#_loading_ident {
  position: absolute;
  top: 7px;
  right: 21px;
  z-index: 2;
}
div.criteria-selector {
  padding-top: 6px;
}
.criteria-selector-tools a,
.filter-item-tools a {
  margin: 1px 1px 0 0;
  padding: 1px;
  color: #999999;
  font-weight: normal;
}
.criteria-selector-tools a:hover,
.filter-item-tools a:hover {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}
.criteria-selector-tools a span,
.filter-item-tools a span {
  font-size: 80%;
}
.criteria-selector-tools a:before,
.filter-item-tools a:before {
  margin-right: 2px;
  vertical-align: bottom;
}
div.criteria-selector-with-degree {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: flow-root;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0;
}
div.criteria-selector-with-degree label.checkbox {
  display: block;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-criterion {
  clear: both;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-repeat: repeat-x;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: -1px 0 -1px 0;
  padding: 4px 8px 3px;
  cursor: pointer;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-criterion:hover {
  background-image: none;
  background-color: #E9E9E9;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-criterion.opened {
  border-bottom: none;
  background-image: none;
  background-color: #FFFFFF;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label {
  border: 1px solid #E3E3E3;
  background-color: #F9F9F9;
  border-radius: 4px;
  display: block;
  float: left;
  width: 46.5%;
  margin: 2px 0 6px 7px;
  padding: 3px 4px 2px;
  min-height: 22px;
  overflow: hidden;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label select {
  float: right;
  position: relative;
  z-index: 1;
  width: 100px;
  margin: 0 !important;
  padding: 1px;
  height: 22px;
  font-size: 13px;
  display: none;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label input.degree {
  width: 80px;
  float: right;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label label {
  display: block;
  min-height: 10px;
  overflow: hidden;
  padding: 1px 0;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label label input.small_button {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  float: left;
  margin: 0px 7px 0px 0px !important;
  vertical-align: bottom;
  width: 20px !important;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 !important;
  background-image: none;
  background-position: -286px 2px;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label:hover input.small_button {
  background-color: #e6e6e6;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label.selected {
  border: 1px solid #CCCCCC;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-repeat: repeat-x;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label.selected select {
  display: block;
}
div.criteria-selector-with-degree .criteria-selector-with-degree-label.selected input.small_button {
  background-image: url('/web/assets/img/glyphicons-halflings.png');
}
div.criteria-selector-tree {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  min-height: 27px;
  margin: 0 0 10px 0;
}
div.criteria-selector-tree .criteria-selector-tree-label {
  border-top: 1px solid #CCCCCC;
  margin-top: -1px;
  background-color: #F7F7F7;
  color: #444444;
}
div.criteria-selector-tree .criteria-selector-tree-label:first-child {
  border-radius: 4px 4px 0 0;
}
div.criteria-selector-tree .criteria-selector-tree-label:last-child {
  border-radius: 0 0 4px 4px;
}
div.criteria-selector-tree .criteria-selector-tree-label label {
  display: block;
  float: none;
  overflow: hidden;
  margin: 0;
  font-weight: normal;
  line-height: normal;
  padding: 4px 4px 5px 4px;
  cursor: pointer;
}
div.criteria-selector-tree .criteria-selector-tree-label label input.small_button {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  float: left;
  margin: 0px 7px 0px 0px !important;
  vertical-align: bottom;
  width: 20px !important;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 !important;
  background-image: none;
  background-position: -286px 2px;
}
div.criteria-selector-tree .criteria-selector-tree-label label .description {
  padding: 2px 0 4px;
  font-size: 95%;
  font-weight: normal;
  line-height: 1.3em;
  color: #666666;
}
div.criteria-selector-tree .criteria-selector-tree-label.level2 {
  background-color: #fafafa;
  border-color: #e0e0e0;
}
div.criteria-selector-tree .criteria-selector-tree-label.level2 label {
  padding-left: 27px;
}
div.criteria-selector-tree .criteria-selector-tree-label.level3 {
  background-color: #fcfcfc;
  border-color: #e2e2e2;
}
div.criteria-selector-tree .criteria-selector-tree-label.level3 label {
  padding-left: 54px;
}
div.criteria-selector-tree .criteria-selector-tree-label.level4 {
  background-color: #ffffff;
  border-color: #e5e5e5;
}
div.criteria-selector-tree .criteria-selector-tree-label.level4 label {
  padding-left: 81px;
}
div.criteria-selector-tree .criteria-selector-tree-label.level5 {
  background-color: #ffffff;
  border-color: #e7e7e7;
}
div.criteria-selector-tree .criteria-selector-tree-label.level5 label {
  padding-left: 108px;
}
div.criteria-selector-tree .criteria-selector-tree-label:hover {
  background-image: none;
  background-color: #EFEFEF;
}
div.criteria-selector-tree .criteria-selector-tree-label:hover input.small_button {
  background-color: #e6e6e6;
}
div.criteria-selector-tree .criteria-selector-tree-label.selected {
  color: #222222;
}
div.criteria-selector-tree .criteria-selector-tree-label.selected input.small_button {
  background-image: url('/web/assets/img/glyphicons-halflings.png');
}
div.criteria-selector-tree .criteria-selector-tree-label.subtype-1 label {
  font-weight: bold;
}
div.criteria-selector-tree .criteria-selector-tree-label.subtype-1 .small_button {
  display: none;
}
.buttons-selector-tools {
  font-weight: normal;
  line-height: 18px;
}
.buttons-selector-tools a {
  display: inline-flex;
  margin: 1px 1px 0 0;
  padding: 1px;
  color: #999999;
  cursor: pointer;
}
.buttons-selector-tools a:hover {
  color: #333333;
  text-decoration: none;
}
.buttons-selector-tools a span {
  font-size: 80%;
}
.buttons-selector-tools a:before {
  margin-right: 2px;
  vertical-align: bottom;
}
.list-toolbar {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-toolbar input,
.list-toolbar select {
  margin: 0;
}
.list-toolbar .list-info {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-toolbar .list-info .rows-total .loading {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.list-toolbar .list-actions {
  text-align: right;
}
.list-toolbar .list-actions .form-control {
  width: 80% !important;
}
.list-toolbar .list-actions .chosen-container {
  width: 80% !important;
  text-align: left;
}
@media (max-width: 767px) {
  .list-toolbar .list-actions {
    text-align: left;
  }
  .list-toolbar .list-actions > button,
  .list-toolbar .list-actions .search-wrapper {
    margin: 4px 0 0;
  }
}
.list-toolbar .search-wrapper {
  position: relative;
  display: inline-block;
  min-width: 350px;
  max-width: 650px;
  width: 65%;
  text-align: left;
  vertical-align: top;
}
.list-toolbar .search-wrapper .search-info {
  background: url('/web/assets/img/search.png') no-repeat 9px 6px transparent;
  padding: 7px 10px 6px 33px;
  height: 33px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
}
.list-toolbar .search-wrapper .search-info .search-info-content {
  width: calc(100% - 20px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-toolbar .search-wrapper .search-info .caret {
  float: right;
  margin: 8px 0 0;
}
.list-toolbar .search-wrapper .search-info:hover {
  background-color: #f9fafc;
}
.list-toolbar .search-wrapper .search-form {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  padding: 5px 20px;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.list-toolbar .search-wrapper .search-form button.close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-weight: normal;
  font-size: 26px;
}
.list-toolbar .search-wrapper .search-form .row-fluid {
  margin: 16px 0;
}
.list-toolbar .search-wrapper .search-form .row-fluid .span3 {
  line-height: 30px;
}
.list-toolbar .search-wrapper .search-form .row-fluid input,
.list-toolbar .search-wrapper .search-form .row-fluid select {
  margin: 0;
}
.list-toolbar .search-wrapper .search-form .row-fluid select {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  padding: 0;
}
.list-toolbar .search-wrapper .search-form .row-fluid > div > input {
  width: 161px;
  max-width: 100%;
}
.list-toolbar .search-wrapper .search-form .row-fluid > div > input.input-large {
  width: 286px;
  max-width: calc(100% - 14px) !important;
}
@media (max-width: 980px) {
  .list-toolbar .search-wrapper .search-form .row-fluid > div > input {
    width: calc(95% - 14px) !important;
  }
  .list-toolbar .search-wrapper .search-form .row-fluid > div > input.input-large {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .list-toolbar .search-wrapper .search-form .row-fluid > div > input {
    width: calc(100% - 14px) !important;
  }
  .list-toolbar .search-wrapper .search-form .row-fluid > div > input.input-large {
    width: 100% !important;
  }
}
.list-toolbar .search-wrapper .search-form .row-fluid > div > .chosen-container {
  width: 300px !important;
  max-width: 100%;
}
@media (max-width: 980px) {
  .list-toolbar .search-wrapper .search-form .row-fluid > div > .chosen-container {
    width: 95% !important;
  }
}
@media (max-width: 767px) {
  .list-toolbar .search-wrapper .search-form .row-fluid > div > .chosen-container {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .list-toolbar .search-wrapper .search-form .row-fluid {
    margin: 10px 0;
  }
  .list-toolbar .search-wrapper .search-form .row-fluid:last-child {
    margin-top: 20px;
  }
  .list-toolbar .search-wrapper .search-form .row-fluid > div {
    min-height: 24px;
  }
}
.list-title {
  margin: 10px 0 10px 0;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #CCC;
}
.list-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flow-root;
}
.list-list .list-cell {
  width: 31.5%;
  height: 200px;
  float: left;
  margin: 0 2.5% 3% 0;
  background-color: #cdd7d8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.list-list .list-cell:nth-child(3n) {
  margin-right: 0;
}
.list-list .list-cell:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  opacity: 0.38;
  z-index: 0;
}
.list-list .list-cell.unavailable {
  opacity: 0.7;
  cursor: not-allowed;
}
.list-list .list-cell .data-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.list-list .list-cell .data-wrapper a.title,
.list-list .list-cell .data-wrapper .favorite_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  overflow: hidden;
  line-height: 1.15em;
  margin: 4px 10px;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
.list-list .list-cell .data-wrapper .favorite_title {
  margin-bottom: 36px;
}
.list-list .list-cell .data-wrapper .price,
.list-list .list-cell .data-wrapper .order {
  color: #FFF;
}
.list-list .list-cell .data-wrapper .price {
  line-height: 25px;
  float: left;
  display: flex;
  margin: 5px 10px;
}
.list-list .list-cell .data-wrapper .price .price-from {
  font-size: 80%;
  margin-right: 6px;
  padding-top: 1px;
}
.list-list .list-cell .data-wrapper .price .price-import {
  font-weight: bold;
}
.list-list .list-cell .data-wrapper .order {
  float: right;
}
.list-list .list-cell .data-wrapper span.order {
  line-height: 25px;
  font-size: 12px;
}
.list-list .list-cell .data-wrapper a.order {
  color: #333;
  margin: 3px 10px;
}
.list-list .list-cell .data-wrapper .favorite-button .glyphicon-heart-empty {
  color: #FFFFFF;
}
.list-list .list-cell .data-wrapper .hightlight_commodity {
  background-color: #00AC94;
  right: 0px;
  top: 0px;
  position: absolute;
  padding: 5px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: initial;
}
.list-list .list-cell.list-cell-small {
  width: 13.37%;
  max-width: 165px;
  height: 175px;
  overflow: hidden;
  margin: 0 1.05% 1.05% 0;
  border-radius: 4px;
}
.list-list .list-cell.list-cell-small:nth-child(7n) {
  margin-right: 0;
}
.list-list .list-cell.list-cell-small:before {
  border-radius: 3px;
  opacity: 0.15;
}
.list-list .list-cell.list-cell-small a.title {
  font-size: 14px;
  margin: 0;
  padding: 163px 10px 12px 10px;
}
.list-list .list-cell.list-cell-small a.title[data-nolink="1"] {
  cursor: default;
}
.list-list .list-cell.list-cell-small a.title:hover,
.list-list .list-cell.list-cell-small a.title:focus {
  text-decoration: none;
}
.list-list .list-cell.list-cell-small:hover:before,
.list-list .list-cell.list-cell-small:focus:before {
  opacity: 0.05;
}
.list-list .list-cell.list-cell-enriched {
  width: 100%;
  margin-right: 0;
  border: 1px solid #DDDDDD;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.list-list .list-cell.list-cell-enriched .image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 300px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.list-list .list-cell.list-cell-enriched .image-wrapper .favorite-button,
.list-list .list-cell.list-cell-enriched .image-wrapper .price {
  position: absolute;
  bottom: 15px;
  color: #FFFFFF;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
  font-weight: bold;
}
.list-list .list-cell.list-cell-enriched .image-wrapper .favorite-button {
  left: 20px;
}
.list-list .list-cell.list-cell-enriched .image-wrapper .price {
  right: 20px;
  font-size: 18px;
}
.list-list .list-cell.list-cell-enriched .data-wrapper {
  width: 300px;
  top: 0;
  left: auto;
  padding: 20px 30px;
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.list-list .list-cell.list-cell-enriched .data-wrapper a.title,
.list-list .list-cell.list-cell-enriched .data-wrapper .favorite_title {
  text-align: left;
  color: #333333;
  text-shadow: none;
  margin: 0 0 0.5em 0;
}
.list-list .list-cell.list-cell-enriched .data-wrapper .riches {
  color: #666666;
}
.list-list .list-cell.list-cell-enriched .data-wrapper .riches .region {
  font-weight: bold;
}
.list-list .list-cell.list-cell-enriched .data-wrapper .riches .labels-equipment .label {
  display: none;
}
.list-list .list-cell.list-cell-enriched .data-wrapper .btn.order {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 0;
}
.list-list .list-cell.list-cell-extended {
  height: 530px;
  background: none;
}
.list-list .list-cell.list-cell-extended:before {
  content: none;
}
.list-list .list-cell.list-cell-extended .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
}
.list-list .list-cell.list-cell-extended .btn-add-to-cart {
  margin-top: 24px;
  float: right;
}
.list-list .list-cell.list-cell-extended .showcase-price {
  margin-top: 24px;
  float: right;
  padding: 5px 12px;
}
.list-list .list-cell.list-cell-extended .labels {
  display: inline-block;
  margin-top: 24px;
  height: 32px;
  overflow: hidden;
  max-width: calc(100% - 120px);
}
.list-list .list-cell.list-cell-extended .labels .label {
  cursor: default;
}
.list-list .list-cell.list-cell-extended .labels .label + .label {
  margin-left: 4px;
}
.list-list .list-cell.list-cell-extended .title {
  height: 96px;
  margin-top: 21px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-list .list-cell.list-cell-extended .summary-description {
  height: 96px;
  margin-top: 14px;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-list .extend-search,
.list-list .loading {
  display: block;
  margin: 0 auto;
  clear: both;
}
.list-list .loading {
  width: 100% !important;
}
.list-list > ul {
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1200px) {
  .list-list .list-cell.list-cell-small {
    width: 15.75%;
    height: 165px;
  }
  .list-list .list-cell.list-cell-small:nth-child(7n) {
    margin-right: 1.05%;
  }
  .list-list .list-cell.list-cell-small:nth-child(6n) {
    margin-right: 0;
  }
  .list-list .list-cell.list-cell-small a.title {
    padding-top: 150px;
    padding-bottom: 15px;
  }
}
@media (max-width: 979px) {
  .list-list {
    width: 100%;
  }
  .list-list .list-cell.list-cell-small {
    width: 19.15%;
    height: 155px;
  }
  .list-list .list-cell.list-cell-small:nth-child(6n) {
    margin-right: 1.05%;
  }
  .list-list .list-cell.list-cell-small:nth-child(5n) {
    margin-right: 0;
  }
  .list-list .list-cell.list-cell-small a.title {
    padding-top: 90%;
    padding-bottom: 10%;
  }
}
@media (max-width: 767px) {
  .list-list .list-cell {
    width: 48%;
    margin-right: 3.99%;
  }
  .list-list .list-cell:nth-child(3n) {
    margin-right: 4%;
  }
  .list-list .list-cell:nth-child(2n) {
    margin-right: 0;
  }
  .list-list .list-cell.list-cell-small {
    width: 139px;
    height: 155px;
    margin: 0 10px 10px 0 !important;
  }
}
@media (max-width: 480px) {
  .list-list .list-cell {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .list-list .list-cell:nth-child(3n) {
    margin-right: 0;
  }
}
.buttons-selector {
  list-style-type: none;
  margin: 0;
}
.buttons-selector > .selector-item {
  width: 89px;
  height: 95px;
  float: left;
  margin: 0 4px 4px 0;
  background-color: #F5F6F7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.75;
}
.buttons-selector > .selector-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 0;
  border-radius: 3px;
}
.buttons-selector > .selector-item .data-wrapper {
  display: block;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.1em;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 5px #000000;
  padding: 3px 6px;
  position: absolute;
  bottom: 0;
}
.buttons-selector > .selector-item:hover {
  opacity: 1;
}
.buttons-selector > .selector-item:hover:before {
  background: transparent;
  opacity: 0.9;
}
.buttons-selector > .selector-item[data-item-selected="1"] {
  opacity: 1;
}
.buttons-selector > .selector-item[data-item-selected="1"]:before {
  background: transparent;
  border: 3px solid #337ab7;
  opacity: 0.9;
}
.buttons-selector[data-selector-blocked="1"] .selector-item {
  cursor: default;
}
.buttons-selector[data-selector-blocked="1"] .selector-item:hover {
  opacity: 0.5;
}
.buttons-selector[data-selector-blocked="1"] .selector-item[data-item-selected="1"]:hover {
  opacity: 1;
}
.breadcrumb-flow {
  padding: 10px 15px;
  margin-bottom: 24px;
  border-radius: 3px;
  background-color: #F5F6F7;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
}
.breadcrumb-flow:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #AAAAAA;
  z-index: 1;
}
.breadcrumb-flow .flow-step {
  position: relative;
  display: inline-block;
  color: #AAAAAA;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  padding: 4px 8px;
  background-color: #F5F6F7;
  z-index: 2;
}
.breadcrumb-flow .flow-step:before {
  border: 2px solid #AAAAAA;
  background-color: #FFFFFF;
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50%;
  float: left;
  margin-right: 6px;
}
.breadcrumb-flow .flow-step.active {
  color: #333333;
}
.breadcrumb-flow .flow-step.active:before {
  border: 3px solid #333333;
  font-weight: bold;
}
.breadcrumb-flow .flow-step.done {
  color: #333333;
}
.breadcrumb-flow .flow-step.done:before {
  border: 3px solid #333333;
  content: "\2714";
  font-weight: bold;
}
.breadcrumb-flow .flow-step.already-done:before {
  content: "\2714";
}
.breadcrumb-flow .flow-step:first-child {
  float: left;
  padding-left: 4px;
}
.breadcrumb-flow .flow-step:last-child {
  float: right;
  padding-right: 4px;
}
.breadcrumb-flow.has-personal-data .flow-step:first-child {
  padding-left: 5%;
  padding-right: 2%;
}
.breadcrumb-flow.has-personal-data .flow-step:last-child {
  padding-left: 2%;
  padding-right: 5%;
}
@media (max-width: 991px) {
  .breadcrumb-flow:before {
    display: none;
  }
  .breadcrumb-flow .flow-step {
    float: none !important;
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
  }
  .breadcrumb-flow .flow-step:before {
    text-align: center;
    margin-right: 12px;
  }
}
.favorite-button {
  float: right;
  font-size: 26px;
  padding: 7px;
  cursor: pointer;
}
.favorite-button .glyphicon-heart-empty,
.favorite-button i.far {
  display: block;
}
.favorite-button .glyphicon-heart,
.favorite-button i.fas {
  display: none;
}
.favorite-button .alert {
  display: none;
  position: absolute;
  margin-top: 4px;
  font-size: 14px;
  z-index: 10;
}
.favorite-button:hover .glyphicon-heart-empty,
.favorite-button:hover .glyphicon-heart,
.favorite-button:hover i.far,
.favorite-button:hover i.fas {
  opacity: 0.7;
}
.favorite-button:hover .alert {
  display: block;
}
.favorite-button.on {
  color: #d42421;
}
.favorite-button.on .glyphicon-heart-empty,
.favorite-button.on i.far {
  display: none;
}
.favorite-button.on .glyphicon-heart,
.favorite-button.on i.fas {
  display: block;
}
div.article-list ul.article-list li,
div.article-list ul.catalog-list li,
div.article-catalog ul.article-list li,
div.article-catalog ul.catalog-list li,
div.education-catalog ul.article-list li,
div.education-catalog ul.catalog-list li {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 24px;
  padding-bottom: 56px;
}
div.article-list ul.article-list li a.image,
div.article-list ul.catalog-list li a.image,
div.article-catalog ul.article-list li a.image,
div.article-catalog ul.catalog-list li a.image,
div.education-catalog ul.article-list li a.image,
div.education-catalog ul.catalog-list li a.image {
  padding-right: 24px;
  display: block;
}
div.article-list ul.article-list li a.image div.image,
div.article-list ul.catalog-list li a.image div.image,
div.article-catalog ul.article-list li a.image div.image,
div.article-catalog ul.catalog-list li a.image div.image,
div.education-catalog ul.article-list li a.image div.image,
div.education-catalog ul.catalog-list li a.image div.image {
  width: 100%;
  height: 140px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
}
div.article-list ul.article-list li img.img-responsive,
div.article-list ul.catalog-list li img.img-responsive,
div.article-catalog ul.article-list li img.img-responsive,
div.article-catalog ul.catalog-list li img.img-responsive,
div.education-catalog ul.article-list li img.img-responsive,
div.education-catalog ul.catalog-list li img.img-responsive {
  margin: 0 auto 24px;
}
div.article-list ul.article-list li h3.title,
div.article-list ul.catalog-list li h3.title,
div.article-catalog ul.article-list li h3.title,
div.article-catalog ul.catalog-list li h3.title,
div.education-catalog ul.article-list li h3.title,
div.education-catalog ul.catalog-list li h3.title {
  margin-top: 0;
}
div.article-list ul.article-list li .date,
div.article-list ul.catalog-list li .date,
div.article-catalog ul.article-list li .date,
div.article-catalog ul.catalog-list li .date,
div.education-catalog ul.article-list li .date,
div.education-catalog ul.catalog-list li .date {
  color: #868686;
  margin-bottom: 1rem;
}
div.article-list ul.article-list li.no-rows,
div.article-list ul.catalog-list li.no-rows,
div.article-catalog ul.article-list li.no-rows,
div.article-catalog ul.catalog-list li.no-rows,
div.education-catalog ul.article-list li.no-rows,
div.education-catalog ul.catalog-list li.no-rows {
  border-bottom: none;
}
div.article-list ul.article-list li.portlet_list_son_compact,
div.article-list ul.catalog-list li.portlet_list_son_compact,
div.article-catalog ul.article-list li.portlet_list_son_compact,
div.article-catalog ul.catalog-list li.portlet_list_son_compact,
div.education-catalog ul.article-list li.portlet_list_son_compact,
div.education-catalog ul.catalog-list li.portlet_list_son_compact {
  padding-top: 12px;
  padding-bottom: 32px;
}
div.article-list ul.article-list li.portlet_list_son_compact a.image,
div.article-list ul.catalog-list li.portlet_list_son_compact a.image,
div.article-catalog ul.article-list li.portlet_list_son_compact a.image,
div.article-catalog ul.catalog-list li.portlet_list_son_compact a.image,
div.education-catalog ul.article-list li.portlet_list_son_compact a.image,
div.education-catalog ul.catalog-list li.portlet_list_son_compact a.image {
  padding-right: 12px;
}
div.article-list ul.article-list li.portlet_list_son_compact a.image div.image,
div.article-list ul.catalog-list li.portlet_list_son_compact a.image div.image,
div.article-catalog ul.article-list li.portlet_list_son_compact a.image div.image,
div.article-catalog ul.catalog-list li.portlet_list_son_compact a.image div.image,
div.education-catalog ul.article-list li.portlet_list_son_compact a.image div.image,
div.education-catalog ul.catalog-list li.portlet_list_son_compact a.image div.image {
  height: 100px;
}
.article-list-carousel .carousel .carousel-inner .item > img {
  width: 100%;
  height: 400px;
}
.article-list-carousel .carousel .carousel-inner .item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
}
.article-list-carousel .carousel .carousel-inner .item .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.4;
}
.article-list-carousel .carousel .carousel-inner .item a,
.article-list-carousel .carousel .carousel-inner .item a:hover {
  color: #FFFFFF;
}
.article-view > img.img-responsive {
  width: 100%;
  margin: 0 auto 24px;
}
.article-view .buttons-wrapper {
  text-align: right;
}
.article-view .buttons-wrapper .like-button,
.article-view .buttons-wrapper .favorite-button,
.article-view .buttons-wrapper .share-button {
  float: none;
  display: inline-block;
  margin-left: 24px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
.article-view .buttons-wrapper .like-button:hover,
.article-view .buttons-wrapper .favorite-button:hover,
.article-view .buttons-wrapper .share-button:hover {
  opacity: .7;
}
.commodity-list-search .last-places-flag {
  position: absolute;
  margin: 8px 0 0 10px;
  display: none;
}
.commodity-list-search .data-wrapper {
  text-align: left !important;
}
.commodity-list-search-box {
  clear: both;
}
.commodity-list-search-box .list-title {
  display: inline-block;
  width: 75%;
}
.commodity-list-search-box .list-list {
  float: left;
  width: 75%;
  margin: 0;
  padding-left: 2em;
}
.commodity-list-search-box .list-search {
  float: left;
  width: 25%;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group {
  margin: 10px 0;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .control-label {
  font-size: 14px;
  font-weight: 700;
  color: #444444;
  line-height: 1.3em;
  padding: 0 0 3px 0;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls {
  margin: 0;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls input[type="text"],
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls input[type="number"] {
  box-sizing: border-box;
  display: block;
  height: 36px;
  width: 100%;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls .criteria-label {
  display: none;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls .criteria-selector {
  padding-top: 0;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls label {
  padding: 0 0 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
  cursor: pointer;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls label input[type="checkbox"] {
  width: auto;
}
.commodity-list-search-box .ui-slider {
  margin: 0 12px 0 10px;
}
@media (max-width: 979px) {
  .commodity-list-search-box .list-title,
  .commodity-list-search-box .list-list {
    position: static;
    display: block;
    width: auto;
    margin: 0;
  }
}
.commodity-list-search-top .list-list .list-cell .data-wrapper .order.no-places-available {
  display: none;
}
.commodity-view a.back-link {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10.5%;
  padding: 6px 1%;
}
.commodity-view .view-view {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.commodity-view .view-view .row.addthis {
  margin-top: 6px;
}
.commodity-view .view-view .row.addthis .addthis_toolbox {
  float: right;
}
.commodity-view .view-view .addthis-wrapper {
  text-align: right;
}
.commodity-view .view-view .row.title {
  margin: 10px 0 0 0;
}
.commodity-view .view-view .course-mode {
  text-align: right;
}
.commodity-view .view-view h3.title {
  margin: 0 0 20px 0;
  padding: 8px 0 0 0;
  line-height: 1.1em;
  display: inline-block;
  max-width: calc(100% - 350px);
}
.commodity-view .view-view a.add_to_cart {
  float: right;
  margin-left: 20px;
  font-size: 18px;
  padding: 10px 20px;
}
.commodity-view .view-view div.price {
  float: right;
  font-size: 18px;
  padding: 11px 10px;
}
.commodity-view .view-view div.price .price-from {
  font-size: 80%;
  margin-right: 6px;
  padding-top: 1px;
}
.commodity-view .view-view div.price .price-import {
  font-weight: bold;
}
.commodity-view .view-view .last-places-flag {
  float: right;
  margin: 11px 20px;
  padding: 4px 8px;
  font-size: 13px;
  display: none;
}
.commodity-view .view-view #galleria {
  height: 550px;
  margin-bottom: 30px;
  overflow: hidden;
}
.commodity-view .view-view #galleria .galleria-container .galleria-stage {
  bottom: 115px;
}
.commodity-view .view-view #galleria .galleria-container .galleria-thumbnails-container {
  height: 90px;
}
.commodity-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.commodity-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right {
  display: none;
}
.commodity-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list {
  margin: 0;
}
.commodity-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image {
  width: 120px;
  height: 90px;
  margin-right: 20px;
}
.commodity-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image span.iframe {
  background-image: url('/image/video_player.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 120px;
  height: 90px;
}
.commodity-view .view-view .nav-tabs {
  margin-bottom: 16px;
}
.commodity-view .view-view .tab-content {
  margin-bottom: 40px;
}
.commodity-view .view-view .tab-content .tab-pane.scroll-subtabs {
  position: relative;
  overflow: hidden;
}
.commodity-view .view-view .tab-content .tab-pane.scroll-subtabs .nav-pills.nav-subtabs {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.commodity-view .view-view .tab-content .tab-pane.scroll-subtabs .nav-pills.nav-subtabs > li a.subtab-btn {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.commodity-view .view-view .tab-content .tab-pane.scroll-subtabs .nav-pills.nav-subtabs > li a.subtab-btn:focus,
.commodity-view .view-view .tab-content .tab-pane.scroll-subtabs .nav-pills.nav-subtabs > li a.subtab-btn:active,
.commodity-view .view-view .tab-content .tab-pane.scroll-subtabs .nav-pills.nav-subtabs > li a.subtab-btn:hove {
  background-color: transparent;
  color: #337ab7;
}
.commodity-view .view-view .commodity-opinions-counter {
  float: left;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  background-color: #DDDDDD;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.5%;
}
.commodity-view .view-view #commodity_opinions_carousel {
  margin: 20px 0 40px 50px;
}
.commodity-view .view-view #commodity_opinions_carousel .commodity-opinion-respondent {
  padding: 0 80px;
}
.commodity-view .view-view #commodity_opinions_carousel .date {
  display: none;
}
.commodity-view .view-view #commodity_opinions_carousel .user,
.commodity-view .view-view #commodity_opinions_carousel .rating,
.commodity-view .view-view #commodity_opinions_carousel .comment {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.commodity-view .view-view #commodity_opinions_carousel .user,
.commodity-view .view-view #commodity_opinions_carousel .rating {
  width: 24%;
  min-width: 100px;
}
.commodity-view .view-view #commodity_opinions_carousel .comment {
  width: 49%;
  min-width: 200px;
}
.commodity-view .view-view .commodity-equipment .commodity-equipment-label {
  display: inline-block;
  width: 45%;
  margin: 0 4.9% 4px 0;
  vertical-align: top;
  max-width: 300px;
  min-width: 200px;
}
.commodity-view .view-view .commodity-equipment .commodity-equipment-label .ico {
  display: inline-block;
  float: left;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 12px 12px 0;
}
.commodity-view .view-view .commodity-equipment .commodity-equipment-label .lbl {
  margin: 8px 0 0 40px;
}
.commodity-view .view-view .commodity-equipment div.entities h5 {
  margin-bottom: 15px;
}
.commodity-view .view-view .commodity-equipment div.entities div.entity {
  margin-bottom: 10px;
}
.commodity-view .view-view .commodity-equipment div.entities div.entity .entity-title {
  font-weight: bold;
}
.commodity-view .view-view .commodity-equipment div.entities div.entity .entity-gallery {
  min-height: 100px;
  margin: 5px 0 0 0;
}
.commodity-view .view-view .commodity-equipment div.entities div.entity .entity-gallery img {
  height: 100px;
  margin: 0 10px 10px 0;
}
.commodity-view .view-view .commodity-location .commodity-location-company,
.commodity-view .view-view .commodity-location .commodity-location-address,
.commodity-view .view-view .commodity-location .commodity-location-description,
.commodity-view .view-view .commodity-location .commodity-location-phone,
.commodity-view .view-view .commodity-location .commodity-location-email,
.commodity-view .view-view .commodity-location .commodity-location-gps {
  margin-bottom: 7px;
}
.commodity-view .view-view .commodity-location .commodity-location-company .ico,
.commodity-view .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view .view-view .commodity-location .commodity-location-company .company,
.commodity-view .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view .view-view .commodity-location .commodity-location-company .address,
.commodity-view .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-company .town,
.commodity-view .view-view .commodity-location .commodity-location-company .province,
.commodity-view .view-view .commodity-location .commodity-location-company .country,
.commodity-view .view-view .commodity-location .commodity-location-company .description,
.commodity-view .view-view .commodity-location .commodity-location-company .phone,
.commodity-view .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view .view-view .commodity-location .commodity-location-company .email,
.commodity-view .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view .view-view .commodity-location .commodity-location-address .ico,
.commodity-view .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view .view-view .commodity-location .commodity-location-address .company,
.commodity-view .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view .view-view .commodity-location .commodity-location-address .address,
.commodity-view .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-address .town,
.commodity-view .view-view .commodity-location .commodity-location-address .province,
.commodity-view .view-view .commodity-location .commodity-location-address .country,
.commodity-view .view-view .commodity-location .commodity-location-address .description,
.commodity-view .view-view .commodity-location .commodity-location-address .phone,
.commodity-view .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view .view-view .commodity-location .commodity-location-address .email,
.commodity-view .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view .view-view .commodity-location .commodity-location-description .ico,
.commodity-view .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view .view-view .commodity-location .commodity-location-description .company,
.commodity-view .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view .view-view .commodity-location .commodity-location-description .address,
.commodity-view .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-description .town,
.commodity-view .view-view .commodity-location .commodity-location-description .province,
.commodity-view .view-view .commodity-location .commodity-location-description .country,
.commodity-view .view-view .commodity-location .commodity-location-description .description,
.commodity-view .view-view .commodity-location .commodity-location-description .phone,
.commodity-view .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view .view-view .commodity-location .commodity-location-description .email,
.commodity-view .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view .view-view .commodity-location .commodity-location-phone .company,
.commodity-view .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view .view-view .commodity-location .commodity-location-phone .address,
.commodity-view .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-phone .town,
.commodity-view .view-view .commodity-location .commodity-location-phone .province,
.commodity-view .view-view .commodity-location .commodity-location-phone .country,
.commodity-view .view-view .commodity-location .commodity-location-phone .description,
.commodity-view .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view .view-view .commodity-location .commodity-location-phone .email,
.commodity-view .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view .view-view .commodity-location .commodity-location-email .ico,
.commodity-view .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view .view-view .commodity-location .commodity-location-email .company,
.commodity-view .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view .view-view .commodity-location .commodity-location-email .address,
.commodity-view .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-email .town,
.commodity-view .view-view .commodity-location .commodity-location-email .province,
.commodity-view .view-view .commodity-location .commodity-location-email .country,
.commodity-view .view-view .commodity-location .commodity-location-email .description,
.commodity-view .view-view .commodity-location .commodity-location-email .phone,
.commodity-view .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view .view-view .commodity-location .commodity-location-email .email,
.commodity-view .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view .view-view .commodity-location .commodity-location-gps .company,
.commodity-view .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view .view-view .commodity-location .commodity-location-gps .address,
.commodity-view .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-gps .town,
.commodity-view .view-view .commodity-location .commodity-location-gps .province,
.commodity-view .view-view .commodity-location .commodity-location-gps .country,
.commodity-view .view-view .commodity-location .commodity-location-gps .description,
.commodity-view .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view .view-view .commodity-location .commodity-location-gps .email,
.commodity-view .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view .view-view .commodity-location .commodity-location-gps .longitude {
  display: inline-block;
  vertical-align: middle;
}
.commodity-view .view-view .commodity-location .commodity-location-company .ico,
.commodity-view .view-view .commodity-location .commodity-location-address .ico,
.commodity-view .view-view .commodity-location .commodity-location-description .ico,
.commodity-view .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view .view-view .commodity-location .commodity-location-email .ico,
.commodity-view .view-view .commodity-location .commodity-location-gps .ico {
  width: 26px;
  margin-right: 5px;
}
.commodity-view .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view .view-view .commodity-location .commodity-location-gps .ico:before {
  font-size: 26px;
  line-height: 26px;
  color: #ABABAB;
}
.commodity-view .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view .view-view .commodity-location .commodity-location-company .address,
.commodity-view .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-company .phone,
.commodity-view .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view .view-view .commodity-location .commodity-location-company .email,
.commodity-view .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view .view-view .commodity-location .commodity-location-address .address,
.commodity-view .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-address .phone,
.commodity-view .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view .view-view .commodity-location .commodity-location-address .email,
.commodity-view .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view .view-view .commodity-location .commodity-location-description .address,
.commodity-view .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-description .phone,
.commodity-view .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view .view-view .commodity-location .commodity-location-description .email,
.commodity-view .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view .view-view .commodity-location .commodity-location-phone .address,
.commodity-view .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view .view-view .commodity-location .commodity-location-phone .email,
.commodity-view .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view .view-view .commodity-location .commodity-location-email .address,
.commodity-view .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-email .phone,
.commodity-view .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view .view-view .commodity-location .commodity-location-email .email,
.commodity-view .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view .view-view .commodity-location .commodity-location-gps .address,
.commodity-view .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view .view-view .commodity-location .commodity-location-gps .email,
.commodity-view .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view .view-view .commodity-location .commodity-location-gps .longitude {
  margin-right: 8px;
}
.commodity-view .view-view .commodity-location .commodity-location-company .ico:before {
  content: "\24B8";
  margin-left: 2px;
}
.commodity-view .view-view .commodity-location .commodity-location-address .ico:before {
  content: "\2709";
}
.commodity-view .view-view .commodity-location .commodity-location-description .ico:before {
  content: "\2691";
  margin-left: 2px;
}
.commodity-view .view-view .commodity-location .commodity-location-phone .ico:before {
  content: "\260E";
}
.commodity-view .view-view .commodity-location .commodity-location-email .ico:before {
  content: "\0040";
}
.commodity-view .view-view .commodity-location .commodity-location-gps .ico:before {
  content: "\2691";
  margin-left: 4px;
}
.commodity-view .view-view .commodity-location iframe {
  margin-top: 7px;
}
.commodity-view .view-view .commodity-gift-voucher .commodity-gift-voucher-price {
  margin: 20px 0;
}
.commodity-view .view-view .commodity-opinions .commodity-opinion-respondent {
  margin-bottom: 30px;
}
.commodity-view .view-view .commodity-opinions .commodity-opinion-respondent .user {
  font-weight: bold;
}
.commodity-view .view-view .commodity-opinions .commodity-opinion-respondent .date {
  float: right;
}
.commodity-view .view-view .commodity-opinions .commodity-opinion-respondent .rating {
  color: #FFFFFF;
}
.commodity-view .view-view .commodity-opinions .commodity-opinion-respondent .comment {
  border-top: 1px solid #DDDDDD;
  margin-top: 5px;
  padding-top: 10px;
}
.commodity-view .view-view .commodity-contact-form {
  clear: both;
  margin: 20px 0 20px 0;
  padding: 10px 15px;
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.commodity-view .view-view .commodity-contact-form .form-ico {
  float: left;
  width: 48px;
  height: 40px;
}
.commodity-view .view-view .commodity-contact-form .form-ico:before {
  content: "\0040";
  font-size: 37px;
  line-height: 31px;
}
.commodity-view .view-view .commodity-contact-form .form-title {
  font-size: 120%;
}
.commodity-view .view-view .commodity-contact-form:hover {
  background-color: #555555;
}
.commodity-view .view-view #commodity_availability #availability_calendar {
  float: left;
  margin: 0 40px 20px 0;
}
.commodity-view .view-view #commodity_availability #availability_calendar .loading {
  display: block;
}
.commodity-view .view-view #commodity_availability #availability_info .loading {
  display: block;
  float: left;
  margin: 4px 0 0 0;
}
.commodity-view .view-view #commodity_availability #availability_info .table {
  width: auto;
  min-width: 250px;
}
.commodity-view .view-view #commodity_availability #availability_info .table tr td:nth-child(1n) {
  text-align: left;
}
.commodity-view .view-view #commodity_availability #availability_info .table tr td:nth-child(2n) {
  text-align: right;
  padding-left: 40px;
}
.commodity-view .view-view #commodity_availability #availability_info .table tr.header td {
  font-weight: bold;
}
@media (max-width: 979px) {
  .commodity-view a.back-link {
    width: auto;
    margin-bottom: 20px;
  }
  .commodity-view .view-view {
    display: block;
    width: auto;
  }
}
.commodity-add-to-cart .gift-voucher {
  float: right;
  margin: 10px 10px 10px 30px;
  padding: 11px 17px 13px 17px;
  background-color: #666666;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-ico {
  float: left;
  width: 37px;
  height: 22px;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-ico:before {
  content: "\2605";
  font-size: 34px;
  font-weight: normal;
  line-height: 22px;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-title {
  font-size: 125%;
  line-height: 22px;
  margin: 1px 0 6px;
}
.commodity-add-to-cart .gift-voucher:hover {
  background-color: #444444;
}
.commodity-add-to-cart .commodity-banner {
  min-height: 129px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
  padding-right: 16px;
}
.commodity-add-to-cart .commodity-banner .no_image {
  display: none;
}
.commodity-add-to-cart .commodity-banner .image {
  float: left;
  width: 25%;
  height: 130px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px 0 0 4px;
  margin: -1px 3.3% 0 -1px;
}
.commodity-add-to-cart .commodity-banner h4 {
  margin: 20px 0 0 0;
  line-height: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.commodity-add-to-cart .commodity-banner .description-short,
.commodity-add-to-cart .commodity-banner .description {
  max-height: 42px;
  overflow: hidden;
}
.commodity-add-to-cart .commodity-banner .details-wrapper .details-item {
  display: inline-block;
  width: 30%;
  margin: 8px 1% 0 0;
}
.commodity-add-to-cart .commodity-banner .details-wrapper .details-item .lbl {
  font-weight: bold;
}
.commodity-add-to-cart .item-banner {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
  margin: -10px 0 20px;
  padding: 10px 20px 10px 16px;
}
.commodity-add-to-cart .item-banner .price {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.commodity-add-to-cart .item-banner .details .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
.commodity-add-to-cart .step-info {
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
  border-radius: 4px;
  margin: 20px 0;
  min-height: 22px;
  padding: 10px 20px 10px 16px;
  cursor: pointer;
  display: none;
}
.commodity-add-to-cart .step-info .ico {
  float: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 3px;
  width: 20px;
  margin-right: 10px;
}
.commodity-add-to-cart .step-info .text,
.commodity-add-to-cart .step-info .price {
  display: inline;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.commodity-add-to-cart .step-info .text div,
.commodity-add-to-cart .step-info .price div {
  display: inline;
  margin-left: 6px;
}
.commodity-add-to-cart .step-info .price {
  text-align: right;
}
.commodity-add-to-cart .step-info .price:before {
  content: ", ";
}
.commodity-add-to-cart .step-info .options {
  display: flow-root;
}
.commodity-add-to-cart .step-info .options .option {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.commodity-add-to-cart .step-info .options .option .option-text,
.commodity-add-to-cart .step-info .options .option .option-price {
  display: inline;
}
.commodity-add-to-cart .step-info .options .option .option-price:before {
  content: ", ";
}
.commodity-add-to-cart .step-info#step-info-1 .ico:before {
  content: "1";
}
.commodity-add-to-cart .step-info#step-info-2 .ico:before {
  content: "2";
}
.commodity-add-to-cart .step-info:before {
  content: "\270E";
  float: right;
  font-size: 24px;
  line-height: 24px;
}
.commodity-add-to-cart .step-info:hover,
.commodity-add-to-cart .step-info.selected {
  border: 1px solid #DDDDDD;
  border-color: #CFD5D8 #B7C1C5 #B7C1C5 #CFD5D8;
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#E7EDF3,#D9E1E7);
}
.commodity-add-to-cart .step-info.selected {
  border-radius: 4px 4px 0 0;
  cursor: default;
}
.commodity-add-to-cart .step-info.selected:before {
  opacity: 0;
}
.commodity-add-to-cart .step {
  display: none;
  margin-bottom: 40px;
  padding: 0 10px;
}
.commodity-add-to-cart .step .title {
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 12px;
}
.commodity-add-to-cart .step .description {
  margin-bottom: 12px;
}
.commodity-add-to-cart .step#step-1 .entities > h5 {
  cursor: pointer;
  display: inline-block;
  padding: 5px 9px 3px;
  float: right;
  border: 1px solid #CCCCCC;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #EFEFEF;
  font-size: 13px;
  line-height: normal;
  margin: 0 10px 10px 0;
  font-weight: normal;
  color: #666666;
}
.commodity-add-to-cart .step#step-1 .entities > h5:hover {
  background-color: #E0E0E0;
}
.commodity-add-to-cart .step#step-1 .entities > h5.selected {
  display: none;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list {
  display: none;
  margin-top: 10px;
  font-size: 95%;
  line-height: 1.3em;
  clear: both;
  padding: 6px 12px 16px;
  border: 1px solid #D7D7D7;
  background-color: #EFEFEF;
  border-radius: 4px;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.btn-close {
  float: right;
  cursor: pointer;
  opacity: 0.3;
  padding: 0 6px;
  margin: -1px -9px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.btn-close:before {
  content: "×";
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.btn-close:hover {
  opacity: 0.7;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.entity {
  margin-top: 10px;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.entity .entity-title {
  font-weight: bold;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.entity .entity-gallery {
  min-height: 90px;
  margin: 5px 0 0 0;
}
.commodity-add-to-cart .step#step-1 .entities .entities-list div.entity .entity-gallery img {
  height: 90px;
  margin: 0 10px 10px 0;
}
.commodity-add-to-cart .step#step-1 #generate_map {
  margin-top: 1em;
}
.commodity-add-to-cart .step#step-3 {
  margin-bottom: 20px;
}
.commodity-add-to-cart .step#step-3 .title {
  font-size: 20px;
  padding-top: 8px;
  border: none;
}
.commodity-add-to-cart .step#step-3 .budget {
  margin: 20px auto 20px;
  max-width: 500px;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row {
  padding: 0 2px;
  border-top: 1px solid #DDDDDD;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row > div {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 10px;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row > div.text {
  width: 74.75%;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row > div.price {
  text-align: right;
  width: 19.75%;
  margin-left: 4%;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row.room {
  font-weight: bold;
  border-top: none;
  padding: 10px 0 6px;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row.main {
  border-top: 1px solid #999999;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row.total {
  font-weight: 700;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row:first-child {
  border-top: none;
}
.commodity-add-to-cart .step#step-3 .budget .budget-row:last-child {
  border-top: 1px solid #999999;
  margin-top: 10px;
}
.commodity-add-to-cart .step#step-3 #btn_checkout {
  margin: 0;
}
.commodity-add-to-cart .step .availability-search,
.commodity-add-to-cart .step .availability-results {
  vertical-align: top;
  margin-top: 25px;
}
.commodity-add-to-cart .step .availability-search .availability-search-title,
.commodity-add-to-cart .step .availability-search .availability-results-title,
.commodity-add-to-cart .step .availability-results .availability-search-title,
.commodity-add-to-cart .step .availability-results .availability-results-title {
  font-weight: bold;
  margin-bottom: 4px;
}
.commodity-add-to-cart .step .availability-search .availability-search-description,
.commodity-add-to-cart .step .availability-search .availability-results-description,
.commodity-add-to-cart .step .availability-results .availability-search-description,
.commodity-add-to-cart .step .availability-results .availability-results-description {
  margin-bottom: 4px;
}
.commodity-add-to-cart .step .availability-search label.error {
  display: none;
  color: #a94442;
  font-size: 80%;
  line-height: normal;
}
.commodity-add-to-cart .step .availability-search .availability-search-pax,
.commodity-add-to-cart .step .availability-search .availability-search-dates {
  display: inline-block;
  float: left;
  height: 225px;
}
.commodity-add-to-cart .step .availability-search .availability-search-pax {
  width: 25%;
  margin-right: 3.5%;
}
.commodity-add-to-cart .step .availability-search .availability-search-pax .availability-search-pax-title {
  font-weight: bold;
  font-size: 85%;
  border-bottom: 1px solid #888888;
  margin-bottom: 12px;
}
.commodity-add-to-cart .step .availability-search .availability-search-dates {
  width: 27%;
  margin-right: 3.5%;
}
.commodity-add-to-cart .step .availability-search .availability-search-dates .availability-search-dates-title {
  font-weight: bold;
  font-size: 85%;
  border-bottom: 1px solid #888888;
  margin-bottom: 12px;
}
.commodity-add-to-cart .step .availability-search .availability-search-dates .field-row .field-control {
  width: 69%;
}
.commodity-add-to-cart .step .availability-search .field-row .field-label,
.commodity-add-to-cart .step .availability-search .field-row .field-control {
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 10px 0;
}
.commodity-add-to-cart .step .availability-search .field-row .field-label .form-control,
.commodity-add-to-cart .step .availability-search .field-row .field-control .form-control {
  width: 84%;
  margin: 0;
}
.commodity-add-to-cart .step .availability-search .field-row .field-label .form-control.warning,
.commodity-add-to-cart .step .availability-search .field-row .field-control .form-control.warning {
  color: #8a6d3b;
  background-color: #dac7a8;
}
.commodity-add-to-cart .step .availability-search .field-row .field-label {
  width: 59%;
  line-height: normal;
}
.commodity-add-to-cart .step .availability-search .field-row .field-label .years {
  display: block;
  font-size: 80%;
  line-height: normal;
  color: #868686;
  margin-bottom: -3px;
}
.commodity-add-to-cart .step .availability-search .field-row .field-control {
  width: 39%;
}
.commodity-add-to-cart .step .availability-search .field-row label.radio {
  padding-left: 20px;
  margin-bottom: 7px;
}
.commodity-add-to-cart .step .availability-search .field-row label.radio span.option-info {
  line-height: 17px;
  margin-top: 5px;
  margin-left: 4px;
  display: inline-block;
}
.commodity-add-to-cart .step .availability-search .field-row label.radio span.option-info:before {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  content: "i";
  font-family: Times;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #31708f;
  border-radius: 50%;
  vertical-align: top;
}
.commodity-add-to-cart .step .availability-search .field-row label.radio span.course-already-in-cart-with-self-enrollment:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  content: "i";
  font-family: Times;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: #31708f;
  border-radius: 50%;
  margin-left: 2px;
  vertical-align: top;
  margin-top: 1px;
}
.commodity-add-to-cart .step .availability-search .field-row label.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}
.commodity-add-to-cart .step .availability-search .field-row-info {
  margin-top: 8px;
  color: #868686;
  font-size: 90%;
  font-style: italic;
}
.commodity-add-to-cart .step .availability-search .field-row-info.warning {
  padding: 0 3px;
  color: #8a6d3b;
  background-color: #dac7a8;
  border-radius: 3px;
}
.commodity-add-to-cart .step .availability-search .consumer-data {
  margin-top: 0;
  padding-left: 20px;
  display: none;
}
.commodity-add-to-cart .step .availability-search .consumer-data #_self_enrollment_no label.error {
  display: none;
  margin: -4px 0 3px 3px;
}
.commodity-add-to-cart .step .availability-search .consumer-data #_self_enrollment_no input[type="text"] {
  width: calc(100% - 14px);
}
.commodity-add-to-cart .step .availability-search #btn_check_availability {
  margin: 15px 0 0 0;
  width: 100%;
  padding: 6px 12px;
  display: none;
}
.commodity-add-to-cart .step .availability-search.empty {
  color: #31708f;
}
.commodity-add-to-cart .step .availability-search.empty input[type="number"] {
  color: #31708f;
}
.commodity-add-to-cart .step .availability-search #availability_calendar {
  float: left;
  margin-right: 4%;
}
.commodity-add-to-cart .step .availability-search #availability_calendar .available a {
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EFEFEF);
  border: 1px solid #CCCCCC;
  border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
  color: #555555;
}
.commodity-add-to-cart .step .availability-search #availability_calendar td.ui-datepicker-week-end {
  background-color: #EFEFEF;
}
.commodity-add-to-cart .step .availability-search #availability_calendar .unavailable span {
  text-decoration: line-through;
}
.commodity-add-to-cart .step .availability-search #availability_calendar .ui-datepicker-current-day a,
.commodity-add-to-cart .step .availability-search #availability_calendar .available a:hover {
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#E7EDF3,#D9E1E7);
  border-color: #CFD5D8 #B7C1C5 #B7C1C5 #CFD5D8;
  color: #333333;
}
.commodity-add-to-cart .step .availability-search #availability_calendar .ui-datepicker-current-day a {
  font-weight: bold;
}
.commodity-add-to-cart .step .availability-search #availability_calendar.empty .ui-datepicker-inline {
  border-color: #31708f;
}
.commodity-add-to-cart .step .availability-search #availability_calendar.empty .ui-datepicker-inline .ui-widget-header,
.commodity-add-to-cart .step .availability-search #availability_calendar.empty .ui-datepicker-inline a.ui-state-default {
  color: #31708f;
}
.commodity-add-to-cart .step .availability-search #availability_calendar.empty .ui-datepicker-inline .ui-datepicker-current-day {
  opacity: 0.75;
}
.commodity-add-to-cart .step .availability-search #availability_calendar.empty .ui-datepicker-inline .ui-datepicker-current-day span.ui-state-default {
  color: #b94a48;
  font-weight: bold;
}
.commodity-add-to-cart .step .availability-results #availability_list,
.commodity-add-to-cart .step .availability-results .availability-list {
  height: 217px;
  overflow-y: auto;
  background-color: #EFEFEF;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 4px;
}
.commodity-add-to-cart .step .availability-results #availability_list.empty,
.commodity-add-to-cart .step .availability-results .availability-list.empty {
  border-color: #31708f;
  background-color: #E5EBF5;
}
.commodity-add-to-cart .step .availability-results #availability_list.empty:hover,
.commodity-add-to-cart .step .availability-results .availability-list.empty:hover {
  background-color: #EBEFF7;
}
.commodity-add-to-cart .step .availability-results #availability_list .loading,
.commodity-add-to-cart .step .availability-results .availability-list .loading {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  border-width: .36em;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item {
  width: auto;
  padding: 3px 6px;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EFEFEF);
  border: 1px solid #CCCCCC;
  margin-bottom: 3px;
  border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
  border-radius: 2px;
  color: #555555;
  cursor: pointer;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item span.options_mandatory:before,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item span.options_mandatory:before {
  content: " (*)";
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item:last-child,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item:last-child {
  margin-bottom: 4px;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .checkbox,
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .price,
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .details,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .checkbox,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .price,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .details {
  margin: 5px;
  padding: 0;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .details,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .details {
  margin-left: 28px;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .price,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .price {
  float: right;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .checkbox,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .checkbox {
  float: left;
  margin-right: 8px;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .checkbox .glyphicon,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .checkbox .glyphicon {
  opacity: 0.13;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item.selected,
.commodity-add-to-cart .step .availability-results #availability_list .availability_item:hover,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.selected,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item:hover {
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#E7EDF3,#D9E1E7);
  border-color: #CFD5D8 #B7C1C5 #B7C1C5 #CFD5D8;
  color: #333333;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item.selected .tit,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.selected .tit {
  font-weight: bold;
  color: #444444;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item.selected,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.selected {
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#E7EDF3,#D9E1E7);
  border-color: #CFD5D8 #B7C1C5 #B7C1C5 #CFD5D8;
  cursor: default;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item.selected .glyphicon,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.selected .glyphicon {
  opacity: 1;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item.solution .details,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.solution .details {
  line-height: 1.22em;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item.solution.selected .tit,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.solution.selected .tit {
  font-weight: normal;
  color: #333333;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact {
  width: auto;
  padding: 3px 6px;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EFEFEF);
  border: 1px solid #CCCCCC;
  margin-bottom: 3px;
  border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
  border-radius: 2px;
  color: #555555;
  cursor: default;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact span.options_mandatory:before,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact span.options_mandatory:before {
  content: " (*)";
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact:last-child,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact:last-child {
  margin-bottom: 4px;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .checkbox,
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .price,
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .details,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .checkbox,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .price,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .details {
  margin: 5px;
  padding: 0;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .details,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .details {
  margin-left: 28px;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .price,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .price {
  float: right;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .checkbox,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .checkbox {
  float: left;
  margin-right: 8px;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact.selected,
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact:hover,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact.selected,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact:hover {
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#f3e7e9,#e7d9db);
  border-color: #d8cfd2 #c5b7bc #c5b7ba #d8cfd2;
  color: #333333;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact.selected .tit,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact.selected .tit {
  font-weight: bold;
  color: #444444;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact.selected,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact.selected {
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#f3e7e9,#e7d9db);
  border-color: #d8cfd2 #c5b7bc #c5b7ba #d8cfd2;
  cursor: default;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact.solution .details,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact.solution .details {
  line-height: 1.22em;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact.solution.selected .tit,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact.solution.selected .tit {
  font-weight: normal;
  color: #333333;
}
.commodity-add-to-cart .step .commodity-gift-voucher-description {
  margin-bottom: 20px;
}
.commodity-add-to-cart .step .commodity-gift-voucher-conditions {
  color: #444444;
  padding-right: 20px;
  margin-bottom: 20px;
}
.commodity-add-to-cart .step .gift_voucher_addressee {
  margin: 30px 0 0 0;
}
.commodity-add-to-cart .step .item-options {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.commodity-add-to-cart .step .item-options .loading {
  display: block;
  float: none;
  left: 50%;
  position: relative;
  margin-left: -12px;
}
.commodity-add-to-cart .step .item-options h5 {
  border-bottom: 1px solid #999999;
  margin-top: 0;
}
.commodity-add-to-cart .step .item-options table {
  width: 98%;
}
.commodity-add-to-cart .step .item-options table td {
  padding: 5px 4px;
  vertical-align: top;
  font-size: 13px;
  line-height: normal;
}
.commodity-add-to-cart .step .item-options table td input[type="checkbox"] {
  margin: 0;
}
.commodity-add-to-cart .step .item-options table td select.commodity_option_pax {
  width: auto;
  height: auto;
  padding: 1px 2px;
  margin: -2px 0 0 0;
  font-size: 13px;
}
.commodity-add-to-cart .step .item-options table td label {
  font-size: 13px;
  line-height: normal;
}
.commodity-add-to-cart .step .item-options table td label span.mandatory:before {
  content: "(*) ";
}
.commodity-add-to-cart .step .item-options table td.more_info {
  text-align: right;
  white-space: nowrap;
  padding: 4px;
}
.commodity-add-to-cart .step .item-options table td.more_info .btn-mini {
  padding: 2px 6px;
  line-height: 12px;
}
.commodity-add-to-cart .step .item-options table td.pax {
  white-space: nowrap;
}
.commodity-add-to-cart .step .item-options table td.price {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .commodity-add-to-cart .step .item-options table td.price {
    width: 100px;
  }
}
.commodity-add-to-cart .step .item-options .instance {
  display: inline-block;
  width: calc(96% - 3px);
  margin-bottom: 15px;
  padding: 5px 2% 15px;
  background-color: #F6F6F6;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}
.commodity-add-to-cart .step .item-options .instance h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-label,
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-control {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 6px 0;
}
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-label .form-control,
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-control .form-control {
  width: 84%;
  margin: 0;
}
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-label {
  width: 59%;
  line-height: normal;
  vertical-align: top;
  padding-top: 5px;
  min-height: 28px;
}
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-label .years {
  display: block;
  font-size: 80%;
  color: #868686;
  margin-bottom: -4px;
}
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-control {
  width: 39%;
}
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-control label.error {
  font-size: 80%;
  line-height: normal;
}
@media (max-width: 840px) {
  .commodity-add-to-cart .step .availability-search {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .commodity-add-to-cart .step .availability-search .availability-search-pax {
    width: 40%;
    margin-right: 5%;
  }
  .commodity-add-to-cart .step .availability-search .availability-search-dates {
    display: inline-block;
    width: 246px !important;
    margin-right: 0;
  }
  .commodity-add-to-cart .step .availability-results {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 540px) {
  .commodity-add-to-cart .step .availability-search {
    height: auto;
    display: inline-block !important;
  }
  .commodity-add-to-cart .step .availability-search .availability-search-pax {
    width: 100%;
    margin-right: 0;
    height: auto !important;
    margin-bottom: 30px;
  }
  .commodity-add-to-cart .step .availability-search .availability-search-pax .field-row {
    width: 250px;
  }
  .commodity-add-to-cart .step .availability-search .availability-search-dates {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    padding-left: 0 !important;
    border-left: none !important;
  }
}
.commodity-add-to-cart .options-mandatory-legend {
  margin: 0 10px 0 18px;
  display: none;
  font-style: italic;
  line-height: 1.3em;
  color: #444444;
}
.commodity-add-to-cart .options-mandatory-legend:before {
  position: absolute;
  content: "*";
  margin-left: -8px;
}
.commodity-add-to-cart .waiting-list-title {
  margin: 60px 10% 0 10%;
  text-align: center;
  font-size: 18px;
}
.commodity-add-to-cart .commodity-waiting-list-form {
  clear: both;
  margin: 60px 20% 100px 20%;
  padding: 10px 15px;
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.commodity-add-to-cart .commodity-waiting-list-form .form-ico {
  float: left;
  width: 48px;
  height: 40px;
}
.commodity-add-to-cart .commodity-waiting-list-form .form-ico:before {
  content: "\270D";
  font-size: 37px;
  line-height: 31px;
}
.commodity-add-to-cart .commodity-waiting-list-form .form-title {
  font-size: 120%;
}
.commodity-add-to-cart .commodity-waiting-list-form:hover {
  background-color: #555555;
}
.commodity-add-to-cart .commodity-contact-form {
  clear: both;
  margin: 40px 0 0 0;
  padding: 10px 15px;
  background-color: #999999;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.commodity-add-to-cart .commodity-contact-form .form-ico {
  float: left;
  width: 48px;
  height: 40px;
}
.commodity-add-to-cart .commodity-contact-form .form-ico:before {
  content: "\0040";
  font-size: 37px;
  line-height: 31px;
}
.commodity-add-to-cart .commodity-contact-form .form-title {
  font-size: 120%;
}
.commodity-add-to-cart .commodity-contact-form:hover {
  background-color: #555555;
}
@media (max-width: 840px) {
  .commodity-add-to-cart .commodity-contact-form {
    margin-left: 0;
  }
}
.commodity-add-to-cart btn.disabled,
.commodity-add-to-cart btn[disabled] {
  cursor: not-allowed;
}
.commodity-add-to-cart.commodity-add-to-cart-atomic .step .availability-search .availability-search-pax,
.commodity-add-to-cart.commodity-add-to-cart-atomic .step .availability-search .availability-search-dates {
  height: 256px;
}
.commodity-add-to-cart.commodity-add-to-cart-loose .step .availability-search .availability-search-dates {
  padding-left: 3%;
  border-left: 1px solid #DDDDDD;
  width: 25%;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-search {
  display: flex;
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
  background: #F6F6F6;
  border-radius: 6px 6px 0 0;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-search .field-row {
  margin-top: 0;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-search .availability-search-pax,
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-search .availability-search-dates {
  height: auto;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-search .availability-search-dates {
  padding-left: 3%;
  border-left: 1px solid #DDDDDD;
  width: 68%;
  margin-right: 0;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-search .availability-search-dates .field-row {
  width: 40%;
  display: inline-block;
  margin-right: 9%;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results {
  clear: both;
  margin-top: 15px;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .commodity {
  margin-bottom: 15px;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .commodity-banner {
  border-radius: 0;
  margin-bottom: 0;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .commodity-banner .image {
  border-radius: 0;
  margin: 0 3% 0 0;
  height: 90px;
  width: 18%;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .commodity-banner h4 {
  margin-top: 23px;
  margin-right: 45%;
  max-height: 70px;
  white-space: normal;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .commodity-banner .description {
  display: none;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .availability-list {
  float: right;
  width: 40%;
  height: 80px;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  padding: 5px 7px;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .availability-list .availability_item:last-child {
  margin-bottom: 0;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .availability-list .loading {
  float: none;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .availability-list.just-one {
  height: 70px;
  margin-top: 9px;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .availability-list.empty .availability_item {
  border-color: #31708f;
  background-color: #E5EBF5;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .availability-results .availability-list.empty:hover {
  background-color: transparent;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .pack-price {
  text-align: right;
  margin-right: 24px;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .step .pack-price .lbl,
.commodity-add-to-cart.commodity-add-to-cart-pack .step .pack-price .price {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: bold;
}
.commodity-add-to-cart.commodity-add-to-cart-pack .commodity-contact-form {
  margin-top: 30px;
}
.commodity-promotion .modal-body {
  padding-bottom: 40px;
}
.commodity-promotion .modal-body .commodity-banner {
  min-height: 90px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
}
.commodity-promotion .modal-body .commodity-banner .no_image {
  display: none;
}
.commodity-promotion .modal-body .commodity-banner .image {
  float: left;
  width: 25%;
  height: 92px;
  background-size: cover;
  background-position: center center;
  border-radius: px 0 0 4px;
  margin: -1px 3.3% 0 -1px;
}
.commodity-promotion .modal-body .commodity-banner h4 {
  margin: 20px 0 0 0;
  line-height: 1.3em;
}
.commodity-promotion .modal-body .commodity-banner .description-short,
.commodity-promotion .modal-body .commodity-banner .description {
  display: none;
}
.commodity-promotion .modal-body .row-fluid {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .commodity-search input.form-control {
    width: 176px;
  }
}
.highlights-wrapper {
  margin-bottom: 1em;
}
.highlights-wrapper .highlight {
  color: #ffffff;
  background-color: #337ab7;
  display: inline-block;
  font-size: .8em;
  line-height: 1em;
  font-weight: bold;
  padding: .2em .5em;
  margin-right: .2em;
}
.competence-test-popup .modal-footer {
  display: none;
}
.competence-test .exercise-wrapper {
  max-width: 95%;
}
.competence-test .exercise-wrapper .statement {
  margin-bottom: 1.5em;
}
.competence-test .exercise-wrapper .item-wrapper {
  padding: 6px 8px;
  border-radius: 3px;
}
.competence-test .exercise-wrapper .item-wrapper label {
  margin: 0;
}
.competence-test .exercise-wrapper .item-wrapper .item-text {
  display: inline-block;
}
.competence-test .exercise-wrapper .item-wrapper:hover {
  background-color: #F4F4F4;
}
.competence-test .exercise-wrapper .item-wrapper + .item-wrapper {
  margin-top: 1em;
}
.competence-test .exercise-wrapper img {
  max-width: 200px;
}
.competence-test .btn-start-test,
.competence-test .btn-continue-test {
  margin: 2em 0;
}
.competence-test .loading {
  margin: 4em 0 4em;
}
.competence-test .progress-status {
  margin-top: 2em;
}
.competence-test .progress-status legend {
  font-size: 16px;
  line-height: 28px;
}
.competence-test .progress-status .progress {
  margin-bottom: 0.5em;
}
.competence-test .competence-test-clock {
  display: inline-block;
  padding: 14px;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.competence-test .competence-test-clock.timeout {
  color: #B94A48;
}
.competence-test .competence-test-clock div {
  display: inline-block;
}
.competence-test .competence-test-clock div.time-remaining {
  margin-right: 16px;
  font-weight: bold;
}
.competence-test .competence-test-clock div span.lbl {
  margin-right: 4px;
}
.competence-test .competence-test-clock div span.val {
  margin-right: 12px;
}
.competence-test .evaluation {
  margin-bottom: 2em;
  margin-left: 3em;
}
.competence-test .evaluation .competence .lbl,
.competence-test .evaluation .competence .val,
.competence-test .evaluation .degree .lbl,
.competence-test .evaluation .degree .val,
.competence-test .evaluation .score .lbl,
.competence-test .evaluation .score .val {
  display: inline-block;
}
.competence-test .evaluation .competence .lbl,
.competence-test .evaluation .degree .lbl,
.competence-test .evaluation .score .lbl {
  margin-right: 4px;
}
.competence-test .evaluation .competence {
  margin-top: 1.2em;
  font-size: 16px;
  font-weight: bold;
}
.competence-test .evaluation .competence .lbl {
  display: none;
}
.competence-test .evaluation .score {
  display: none;
}
.competence-test .modal.hide {
  display: none;
}
.competence-dictionary .accordion-heading a {
  text-decoration: none;
}
.competence-dictionary .accordion-heading a:hover,
.competence-dictionary .accordion-heading a.open {
  background-color: #F7F7F7;
}
.competence-dictionary .accordion-heading a.open {
  font-weight: 700;
}
.competence-dictionary .accordion-inner {
  padding: 9px 15px 18px;
}
.competence-dictionary .degree-title {
  margin-top: 10px;
  font-weight: 700;
}
.education-classroom .classroom-header {
  min-height: 60px;
  position: relative;
}
.education-classroom .classroom-header .image {
  width: 90px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.education-classroom .classroom-header .title {
  margin-top: 0;
  padding-top: 12px;
  margin-left: 120px;
}
.education-classroom .workgroup-professor-summary .buttons-wrapper,
.education-classroom .inscription-student-summary .buttons-wrapper {
  text-align: right;
  margin: 10px 0;
}
.education-classroom .classroom-info-view .classroom-image .image {
  width: 100%;
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
  background-color: #efefef;
  margin-bottom: 30px;
}
.education-classroom .inscription-student-summary .achievement-wrapper {
  position: absolute;
  right: 15px;
  display: none;
}
.education-classroom .inscription-student-summary .achievement-wrapper .achievement-tick-wrapper {
  float: right;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  margin-right: 10px;
}
.education-classroom .inscription-student-summary .achievement-wrapper .achievement-tick-wrapper .achievement-tick:before {
  position: absolute;
  content: "\2714";
  font-size: 33px;
  font-weight: bold;
  line-height: 20px;
  color: #F9F9F9;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.education-classroom .inscription-student-summary .achievement-wrapper .achievement-details-wrapper {
  float: right;
}
.education-classroom .inscription-student-summary .achievement-wrapper.achievement-ok {
  display: block;
}
.education-classroom .inscription-student-summary .achievement-wrapper.achievement-ok .achievement-tick:before {
  color: #444444;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.education-classroom .inscription-student-summary .accomplishment-wrapper {
  position: absolute;
  right: 15px;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-bar-wrapper {
  position: relative;
  width: 18px;
  height: 60px;
  background-color: #DDDDDD;
  float: right;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-bar-wrapper .accomplishment-bar {
  position: absolute;
  bottom: 0;
  width: 16px;
  min-height: 2%;
  margin: 1px;
  background-color: #31708f;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper.achievement-ok {
  display: none;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-values {
  position: absolute;
  right: 26px;
  bottom: 0;
  white-space: nowrap;
  font-size: 90%;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-values .accomplishment {
  color: #31708f;
  font-weight: bold;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-values .time {
  color: #999999;
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-values .time:before {
  content: "(";
}
.education-classroom .inscription-student-summary .accomplishment-wrapper .accomplishment-values .time:after {
  content: " h.)";
}
.education-classroom .inscription-student-summary .dl-horizontal .date-deadline {
  cursor: help;
}
.education-classroom .inscription-student-summary .dl-horizontal .date-deadline:before {
  content: "*";
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
}
@media (max-width: 979px) {
  .education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen {
    float: none;
  }
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen .number,
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen .lbl {
  display: none;
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen .number:before {
  content: "(";
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen .lbl:after {
  content: ")";
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen.has-messages {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen.has-messages:hover {
  background: #bd362f;
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen.has-messages .number,
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen.has-messages .lbl {
  display: inline;
}
.education-classroom .inscription-student-summary .buttons-wrapper .diploma {
  opacity: 0.6;
  display: none;
}
.education-classroom .inscription-student-summary .buttons-wrapper .diploma.diploma-available,
.education-classroom .inscription-student-summary .buttons-wrapper .diploma.diploma-downloaded {
  opacity: 1;
  display: none;
}
.education-classroom .alert.not-alive-but-accessible {
  margin-top: 16px;
}
.education-classroom .nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.education-classroom .process-view .process-texts-wrapper .process-introduction,
.education-classroom .process-view .process-texts-wrapper .process-motivating-message {
  margin-bottom: 20px;
}
.education-classroom .process-view .process-texts-wrapper .process-motivating-message {
  font-size: 17.5px;
  font-weight: bold;
}
.education-classroom .process-view .process-phases-list .main-activities,
.education-classroom .process-view .process-phases-list .auxiliary-activities {
  position: relative;
}
.education-classroom .process-view .process-phases-list .main-activities {
  margin-bottom: 2em;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic {
  padding-top: 8px;
  padding-bottom: 16px;
  min-height: 140px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic.accomplishment-100 {
  background-color: #FBFBFB;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .accomplishment-wrapper {
  float: right;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  margin-right: 10px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .accomplishment-wrapper .accomplishment:before {
  position: absolute;
  content: "\2714";
  font-size: 33px;
  line-height: 20px;
  font-weight: bold;
  color: #F5F5F5;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .accomplishment-wrapper.accomplishment-100 .accomplishment:before {
  color: #444444;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper {
  display: none;
  opacity: 0.9;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper .state-bar {
  background: #C6C6C6;
  border-radius: 2px;
  overflow: hidden;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper .state-bar .bar {
  background-color: #0088cc;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper .state-txt {
  font-size: 12px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.accomplishment-100 {
  display: none;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-vertical {
  position: absolute;
  right: 25px;
  margin-top: 10px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-vertical .state-bar {
  float: right;
  width: 15px;
  height: 40px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-vertical .state-bar .bar {
  position: relative;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-vertical .state-txt {
  transform: rotate(-90deg);
  position: absolute;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-vertical .state-txt span {
  display: none;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-horizontal {
  margin-bottom: 16px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-horizontal .state-bar {
  position: relative;
  width: 30%;
  height: 16px;
  max-width: 100%;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-horizontal .state-bar .state-txt {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  left: 0;
  right: 0;
  line-height: 16px;
  z-index: 1;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .state-wrapper.state-wrapper-horizontal .state-bar .bar {
  height: 16px;
  min-width: 1%;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .summary {
  margin-bottom: 12px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container {
  position: relative;
  display: inline-block;
  width: calc(100% + 10px);
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container > li {
  width: calc(25% - 10px);
}
@media (max-width: 768px) {
  .education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container > li {
    width: calc(100% - 10px);
  }
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper {
  padding: 10px;
  width: 100%;
  margin: 15px 15px 10px 0;
  background-color: #EEEEEE;
  border-radius: 4px;
  cursor: pointer;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  right: 10px;
  top: 50%;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper.selected:after {
  content: "";
  position: absolute;
  margin-top: 10px;
  margin-left: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #EAEAEA transparent;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper.selected:before {
  content: "\f0de";
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 7px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage {
  position: relative;
  width: 100%;
  z-index: 100;
  border-radius: 50%;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle {
  position: absolute;
  fill: none;
  stroke: #f5f5f5;
  stroke-width: 10px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar {
  stroke: #337ab7;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-0 {
  stroke: #E5E5E5;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-25 {
  stroke: #ceddce;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-50 {
  stroke: #9dba9e;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-75 {
  stroke: #6d986e;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-100 {
  stroke: #3c763d;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage .goal-score {
  position: absolute;
  top: calc(50% - 14px);
  left: 5%;
  right: 5%;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  z-index: 400;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-box .circular-percentage .goal-score span {
  font-size: .5em;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .goal-title {
  height: 80px;
  overflow: hidden;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .objectives-container {
  position: absolute;
  z-index: 200;
  background-color: #EAEAEA;
  border-radius: 5px;
  left: 10px;
  right: 5px;
  margin-top: 25px;
  padding: 10px 12px;
  cursor: default;
  opacity: 0.97;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .objectives-container > li {
  width: calc(25% - 10px);
}
@media (max-width: 480px) {
  .education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .objectives-container > li {
    width: calc(50% - 10px);
  }
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .objectives-container .objective-wrapper {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 10px 0;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .objectives-container .objective-wrapper .progress {
  height: 12px;
  margin-bottom: 10px;
}
.education-classroom .process-view .process-phases-list .main-activities .phase-fic .goals-container .goal-wrapper .objectives-container .objective-wrapper .objective-title {
  height: 48px;
  overflow: hidden;
}
.education-classroom .process-view .process-phases-list .main-activities .admin-menu {
  float: right;
  margin-left: 8px;
}
.education-classroom .process-view .process-phases-list .main-activities .admin-menu ul.dropdown-menu {
  right: 0;
  left: auto;
}
.education-classroom .process-view .process-phases-list .main-activities .admin-menu ul.dropdown-menu li span.ico {
  margin-right: 5px;
}
.education-classroom .process-view .process-phases-list .main-activities .admin-menu button.btn {
  padding: 0;
}
.education-classroom .schedule-wrapper .fc-widget-header {
  line-height: 3.5em;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-button {
  padding: 5px 10px;
  height: 33px;
  line-height: 21px;
}
.education-classroom .schedule-wrapper .schedule-calendar .btn-action-new {
  margin-left: 4px;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-view-container {
  border-right: 1px solid #CCCCCC;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-header-title h2 {
  text-transform: uppercase;
}
.education-classroom .schedule-wrapper .schedule-calendar h2 {
  font-size: 23px;
  color: #333333;
  font-weight: normal;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-time span {
  color: #DDDDDD !important;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-time span.on-the-hour {
  color: #333333 !important;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-state-disabled {
  display: none;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event {
  cursor: pointer;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event .fc-event-inner i {
  margin-right: 4px;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event .fc-event-time {
  display: none;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event:hover {
  opacity: 0.7;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event.class-system {
  background-color: #5c5c5c;
  border-color: #545454;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event.class-personal {
  background-color: #356836;
  border-color: #305e31;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event.class-workgroup {
  background-color: #2c6480;
  border-color: #285b74;
}
.education-classroom .schedule-wrapper .schedule-calendar .course-title {
  font-size: 1.5em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.education-classroom .schedule-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #000000;
  opacity: 0.4;
}
.education-classroom .schedule-loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: 12px;
  display: block;
  background: none;
}
.education-classroom .schedule-loading input {
  background: none;
  color: none;
  border: none;
  opacity: 0.01;
}
.education-classroom .group-chat-wrapper .list-messages {
  margin-bottom: 40px;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 40px;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message .contents {
  margin-bottom: 16px;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message .date {
  margin-bottom: 5px;
  font-size: 12px;
  color: #555555;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message .date span.text {
  font-weight: bold;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message.inactive {
  font-style: italic;
  opacity: 0.6;
}
.education-classroom .group-chat-wrapper .list-messages .chat-message.inactive:hover {
  opacity: 1;
}
.education-classroom .group-chat-wrapper .btn-new-message-wrapper {
  margin-top: 56px;
}
.education-classroom .group-chat-wrapper .btn-new-message-wrapper.top {
  margin-top: 24px;
}
.education-classroom .member-context-menu {
  position: absolute;
  display: none;
  z-index: 1000;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border-radius: 4px;
  min-width: 200px;
}
.education-classroom .member-context-menu div.list-group {
  margin: 0;
}
.education-classroom .member-context-menu div.list-group .list-group-item {
  padding: 8px 15px;
}
.education-classroom .member-context-menu div.list-group .list-group-header {
  background-color: #EEEEEE;
  font-weight: bold;
  padding: 9px 15px;
}
.education-classroom .member-context-menu div.list-group .dropdown a.dropdown-toggle,
.education-classroom .member-context-menu div.list-group .dropup a.dropdown-toggle {
  position: relative;
  display: block;
  padding: 8px 15px;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  color: #555555;
  text-decoration: none;
}
.education-classroom .member-context-menu div.list-group .dropdown a.dropdown-toggle .caret,
.education-classroom .member-context-menu div.list-group .dropup a.dropdown-toggle .caret {
  float: right;
  margin-top: 9px;
}
.education-classroom .member-context-menu div.list-group .dropdown a.dropdown-toggle:hover,
.education-classroom .member-context-menu div.list-group .dropup a.dropdown-toggle:hover {
  background-color: #f5f5f5;
}
.education-classroom .member-context-menu div.list-group .dropdown:last-child a.dropdown-toggle,
.education-classroom .member-context-menu div.list-group .dropup:last-child a.dropdown-toggle {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.education-classroom .member-context-menu div.list-group .dropdown .dropdown-menu,
.education-classroom .member-context-menu div.list-group .dropup .dropdown-menu {
  margin-top: -1px;
  margin-left: 10px;
  min-width: 200px;
}
.education-classroom .member-context-menu div.list-group .dropdown.dropup .dropdown-menu,
.education-classroom .member-context-menu div.list-group .dropup.dropup .dropdown-menu {
  margin-top: 2px;
  margin-bottom: -1px;
}
.education-classroom .members-toolbar .search-order a.dropdown-toggle {
  margin-left: 8px;
  font-size: 90%;
}
.education-classroom .members-toolbar .search-order a.dropdown-toggle:before {
  content: "\25B2";
  margin-right: 3px;
}
.education-classroom .members-toolbar .search-order .dropdown-menu li a.selected {
  font-weight: bold;
}
.education-classroom .members-toolbar .search-order .dropdown-menu li.disabled a {
  color: #777777;
}
.education-classroom .members-list li .inscription-unseen {
  position: absolute;
  min-width: 22px;
  text-align: center;
  z-index: 10;
  border-radius: 7px 7px 7px 0;
  padding: 1px 6px;
  font-weight: bold;
  line-height: 20px;
  top: 3%;
  right: 5%;
  cursor: pointer;
  color: #31708f;
  background-color: #bfdbe9;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  opacity: 0.8;
}
.education-classroom .members-list li .inscription-unseen:hover {
  color: #bfdbe9;
  background-color: #31708f;
}
.education-classroom .members-list li .inscription-unseen.has-messages {
  font-size: 15px;
  line-height: 21px;
  color: #f5e6e6;
  background-color: #a94442;
  opacity: 1;
}
.education-classroom .members-list li .inscription-unseen.has-messages:hover {
  color: #a94442;
  background-color: #f5e6e6;
}
.education-classroom .members-list li.online-member .inscription-unseen {
  color: #bdddbd;
  background-color: #3c763d;
  opacity: 1;
}
.education-classroom .members-list li.online-member .inscription-unseen:hover {
  color: #3c763d;
  background-color: #c2e0c2;
}
.education-classroom .members-list li.online-member .inscription-unseen.has-messages {
  font-size: 15px;
  line-height: 21px;
  color: #c2e0c2;
  background-color: #3c763d;
}
.education-classroom .members-list li.online-member .inscription-unseen.has-messages:hover {
  color: #3c763d;
  background-color: #c2e0c2;
}
.education-classroom .members-list li .inscription-accomplishment {
  position: absolute;
  top: 3%;
  left: 5%;
  border-radius: 4px;
  padding: 1px 5px;
  line-height: 20px;
  color: #333;
  background-color: #EEE;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  opacity: 1;
  font-weight: normal;
  z-index: 20;
}
.education-classroom .members-list li .inscription-accomplishment.accomplishment-0 {
  background-color: #a94442;
  color: #f5e6e6;
}
.education-classroom .members-list li .inscription-accomplishment.accomplishment-10,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-20,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-30,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-40,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-50,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-60,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-70,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-80,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-90 {
  background-color: #8a6d3b;
  color: #e9decc;
}
.education-classroom .members-list li .inscription-accomplishment.accomplishment-100 {
  background-color: #31708f;
  color: #c5deeb;
}
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa {
  border-top: 1px solid #DDDDDD;
  color: #FFFFFF;
  margin: 3px 0;
  padding-top: 6px;
  display: none;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa div {
  clear: both;
}
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa div span.lbl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
  display: block;
  float: left;
  margin-left: 1px;
}
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa div span.lbl:after {
  content: ":";
}
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa div span.val {
  float: right;
  margin-right: 1px;
}
.education-classroom .members-list li .inscription-accomplishment:hover {
  right: 5%;
  cursor: default;
  color: #c7ac7d;
}
.education-classroom .members-list li .inscription-accomplishment:hover.accomplishment-0 {
  color: #d69695;
}
.education-classroom .members-list li .inscription-accomplishment:hover.accomplishment-100 {
  color: #71b0ce;
}
.education-classroom .members-list li .inscription-accomplishment:hover .inscription-aaa {
  display: inline-block;
  width: 100%;
}
.education-classroom.education-classroom-members {
  position: relative;
}
.education-classroom.education-classroom-members .members-list li.absent-member:after {
  background-color: #a94442;
  border-radius: 50%;
  content: "\23F8";
  color: #a94442;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  float: right;
  margin: 10px;
  width: 34px;
  height: 34px;
}
.education-classroom.education-classroom-tracking {
  position: relative;
}
.education-classroom.education-classroom-tracking .list-toolbar {
  padding-top: 0;
}
.education-classroom.education-classroom-tracking .search-wrapper .search-info {
  min-height: 30px;
}
.education-classroom.education-classroom-tracking .search-wrapper .search-form {
  padding-top: 20px;
}
.education-classroom.education-classroom-tracking .search-wrapper .search-form button.close {
  z-index: 10;
}
.education-classroom .classification-title {
  position: fixed;
  top: 60px;
  background-color: #686868;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: -100px;
  left: 50%;
  width: 180px;
  text-align: center;
  webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
@media (max-width: 980px) {
  .education-classroom .classification-title {
    top: 0;
  }
}
.education-classroom .trackings-list .list-sheet {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.education-classroom .trackings-list .list-sheet .time,
.education-classroom .trackings-list .list-sheet .main,
.education-classroom .trackings-list .list-sheet .details {
  display: block;
  float: left;
  min-height: 170px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.education-classroom .trackings-list .list-sheet .time {
  width: 100px;
  background-size: contain !important;
}
.education-classroom .trackings-list .list-sheet .time ul.person_sections {
  float: right;
  margin-top: 1px;
}
.education-classroom .trackings-list .list-sheet .time ul.person_sections li {
  width: 86px;
  height: 94px;
  max-width: none;
  opacity: 1;
  margin: 0;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}
.education-classroom .trackings-list .list-sheet .time ul.person_sections li:before {
  border-radius: 3px 0 0 3px;
  opacity: 0.1;
}
.education-classroom .trackings-list .list-sheet .time ul.person_sections li:hover:before {
  opacity: 0.05;
}
.education-classroom .trackings-list .list-sheet .main {
  width: calc(100% - 405px);
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px dotted #CCCCCC;
  border-top: none;
  border-bottom: none;
  vertical-align: top;
}
.education-classroom .trackings-list .list-sheet .main > .btn {
  float: right;
  margin: 5px 0 5px 10px;
}
.education-classroom .trackings-list .list-sheet .main .data-wrapper {
  font-size: 21px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
}
.education-classroom .trackings-list .list-sheet .main .type {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
}
.education-classroom .trackings-list .list-sheet .main .type .btn {
  border: none;
}
.education-classroom .trackings-list .list-sheet .main .contents {
  margin-bottom: 10px;
}
.education-classroom .trackings-list .list-sheet .main button.btn-involved-toggle {
  margin: 5px 0 10px;
}
.education-classroom .trackings-list .list-sheet .main button.btn-involved-toggle i {
  margin-right: 2px;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections {
  margin-top: 20px;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections.too-many {
  margin-top: 5px;
  margin-right: 180px;
  display: none;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections li {
  width: 62px;
  height: 65px;
  opacity: 1;
  cursor: pointer;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections li:before {
  opacity: 0.1;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections li:hover:before {
  opacity: 0;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections li .data-wrapper {
  font-size: 70%;
}
.education-classroom .trackings-list .list-sheet .main ul.person_sections li[data-nolink="1"] {
  cursor: default;
}
.education-classroom .trackings-list .list-sheet .details {
  width: 225px;
  padding-left: 20px;
  vertical-align: top;
  font-size: 85%;
  line-height: normal;
  letter-spacing: -0.02em;
}
.education-classroom .trackings-list .list-sheet .details div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.education-classroom .trackings-list .list-sheet .details div i {
  vertical-align: top;
  margin-right: 4px;
}
.education-classroom .trackings-list .list-sheet.time-08 .time,
.education-classroom .trackings-list .list-sheet.time-09 .time,
.education-classroom .trackings-list .list-sheet.time-10 .time,
.education-classroom .trackings-list .list-sheet.time-11 .time,
.education-classroom .trackings-list .list-sheet.time-12 .time,
.education-classroom .trackings-list .list-sheet.time-13 .time,
.education-classroom .trackings-list .list-sheet.time-14 .time {
  background: url('/web/assets/img/morning.png') no-repeat top right transparent;
}
.education-classroom .trackings-list .list-sheet.time-08 .main,
.education-classroom .trackings-list .list-sheet.time-09 .main,
.education-classroom .trackings-list .list-sheet.time-10 .main,
.education-classroom .trackings-list .list-sheet.time-11 .main,
.education-classroom .trackings-list .list-sheet.time-12 .main,
.education-classroom .trackings-list .list-sheet.time-13 .main,
.education-classroom .trackings-list .list-sheet.time-14 .main {
  border-color: #dbad0e;
}
.education-classroom .trackings-list .list-sheet.time-15 .time,
.education-classroom .trackings-list .list-sheet.time-16 .time,
.education-classroom .trackings-list .list-sheet.time-17 .time,
.education-classroom .trackings-list .list-sheet.time-18 .time,
.education-classroom .trackings-list .list-sheet.time-19 .time,
.education-classroom .trackings-list .list-sheet.time-20 .time,
.education-classroom .trackings-list .list-sheet.time-21 .time {
  background: url('/web/assets/img/afternoon.png') no-repeat top right transparent;
}
.education-classroom .trackings-list .list-sheet.time-15 .main,
.education-classroom .trackings-list .list-sheet.time-16 .main,
.education-classroom .trackings-list .list-sheet.time-17 .main,
.education-classroom .trackings-list .list-sheet.time-18 .main,
.education-classroom .trackings-list .list-sheet.time-19 .main,
.education-classroom .trackings-list .list-sheet.time-20 .main,
.education-classroom .trackings-list .list-sheet.time-21 .main {
  border-color: #e64b0e;
}
.education-classroom .trackings-list .list-sheet.time-22 .time,
.education-classroom .trackings-list .list-sheet.time-23 .time,
.education-classroom .trackings-list .list-sheet.time-00 .time,
.education-classroom .trackings-list .list-sheet.time-01 .time,
.education-classroom .trackings-list .list-sheet.time-02 .time,
.education-classroom .trackings-list .list-sheet.time-03 .time,
.education-classroom .trackings-list .list-sheet.time-04 .time,
.education-classroom .trackings-list .list-sheet.time-05 .time,
.education-classroom .trackings-list .list-sheet.time-06 .time,
.education-classroom .trackings-list .list-sheet.time-07 .time {
  background: url('/web/assets/img/night.png') no-repeat top right transparent;
}
.education-classroom .trackings-list .list-sheet.time-22 .main,
.education-classroom .trackings-list .list-sheet.time-23 .main,
.education-classroom .trackings-list .list-sheet.time-00 .main,
.education-classroom .trackings-list .list-sheet.time-01 .main,
.education-classroom .trackings-list .list-sheet.time-02 .main,
.education-classroom .trackings-list .list-sheet.time-03 .main,
.education-classroom .trackings-list .list-sheet.time-04 .main,
.education-classroom .trackings-list .list-sheet.time-05 .main,
.education-classroom .trackings-list .list-sheet.time-06 .main,
.education-classroom .trackings-list .list-sheet.time-07 .main {
  border-color: #0c60a7;
}
.education-classroom .trackings-list .list-sheet.list-sheet-classification {
  margin-top: 10px;
  margin-bottom: 0;
}
.education-classroom .trackings-list .list-sheet.list-sheet-classification ul li {
  width: 60px;
  height: 65px;
  opacity: 1;
  margin-right: 10px;
}
.education-classroom .trackings-list .list-sheet.list-sheet-classification ul li:before {
  opacity: 0;
}
.education-classroom .trackings-list .list-sheet.list-sheet-classification ul li .data-wrapper {
  display: none;
}
.education-classroom .trackings-list .list-sheet.list-sheet-classification h3 {
  margin-bottom: 0;
}
.education-classroom .trackings-list .list-sheet.classified {
  margin-top: 0;
  margin-bottom: 3px;
}
.education-classroom .trackings-list .list-sheet.classified .time,
.education-classroom .trackings-list .list-sheet.classified .main,
.education-classroom .trackings-list .list-sheet.classified .details {
  min-height: 60px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.education-classroom .trackings-list .list-sheet.classified .time .person_sections {
  display: none;
}
.education-classroom .trackings-list .list-sheet.classified .main .type {
  margin-bottom: 6px;
}
.education-classroom .trackings-list .list-sheet.classified .main .contents {
  margin-top: 6px;
  margin-bottom: 4px;
}
.education-classroom .trackings-list .list-sheet.classified .details .date {
  margin-top: 5px;
  margin-bottom: 5px;
}
.education-classroom .trackings-list .list-sheet.classified .details .date .date-ini,
.education-classroom .trackings-list .list-sheet.classified .details .date .date-end {
  display: none;
}
.education-classroom .trackings-list .list-sheet.classified .details .date .date-ini-forced,
.education-classroom .trackings-list .list-sheet.classified .details .date .time-ini {
  display: inline;
  font-weight: 600;
}
.education-classroom .trackings-list .list-sheet.classified .details .teacher {
  margin-bottom: 5px;
}
.education-classroom .trackings-list .list-sheet.classified:hover {
  background-color: #fbfbfc;
  border-radius: 3px;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .time,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details {
  min-height: 103px;
  padding-top: 0;
  padding-bottom: 0;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details {
  border-top: none;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .time .person_sections {
  display: block;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .time .person_sections li {
  width: 80px;
  height: 88px;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main .type {
  margin-top: 6px;
  opacity: 0.9;
  margin-right: 35px;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main .contents {
  margin-bottom: 35px;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details .date .date-ini,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details .date .date-end {
  display: inline;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details .date .time-ini {
  font-weight: normal;
}
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details .teacher {
  margin-bottom: 5px;
}
.education-classroom .trackings-list .list-sheet.classified-minified {
  margin-top: -7px;
  margin-bottom: 3px;
}
.education-classroom .trackings-list .list-sheet.classified-minified .time,
.education-classroom .trackings-list .list-sheet.classified-minified .main,
.education-classroom .trackings-list .list-sheet.classified-minified .details {
  min-height: 50px;
}
.education-classroom .trackings-list .list-sheet.classified-minified .time {
  background: none !important;
}
.education-classroom .trackings-list .list-sheet.classified-minified .main,
.education-classroom .trackings-list .list-sheet.classified-minified .details {
  border-top: 1px dotted #DBDBDB;
}
.education-classroom .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .main {
  border-top: none;
}
.education-classroom .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details {
  border-top: none;
}
.education-classroom .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details .date,
.education-classroom .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details .teacher {
  display: none;
}
.education-classroom .trackings-list .loading {
  margin-top: 20px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .education-classroom .trackings-list .list-sheet .time {
    width: 75px;
  }
  .education-classroom .trackings-list .list-sheet .time ul.person_sections li {
    width: 65px;
    height: 71px;
  }
  .education-classroom .trackings-list .list-sheet .main {
    width: calc(100% - 230px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .education-classroom .trackings-list .list-sheet .main ul.person_sections li {
    width: 60px;
    height: 63px;
  }
  .education-classroom .trackings-list .list-sheet .details {
    width: 105px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .education-classroom .trackings-list .list-sheet .time {
    width: 105px;
    padding: 0;
    float: right;
    min-height: auto;
    background: none !important;
  }
  .education-classroom .trackings-list .list-sheet .time ul.person_sections {
    float: none;
    margin-top: 0;
    margin: 9px 0 5px;
    display: inline-block;
  }
  .education-classroom .trackings-list .list-sheet .time ul.person_sections li {
    width: 105px;
    height: 110px;
    max-width: 105px;
    border-radius: 3px;
  }
  .education-classroom .trackings-list .list-sheet .main {
    width: calc(100% - 140px);
    border-left: none;
    padding-left: 0;
  }
}
.education-classroom .status-tasks-wrapper .progress-wrapper {
  margin-top: 18px;
  margin-bottom: 18px;
}
.education-classroom .status-tasks-wrapper .progress-rail {
  height: 18px;
  background-color: #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
.education-classroom .status-tasks-wrapper .progress-rail .progress-bar {
  height: 18px;
  background-color: #337ab7;
  min-width: 5px;
}
.phase-professor-summary {
  margin-bottom: 14px;
  padding: 5px 12px;
  font-size: 95%;
}
.phase-professor-summary .summary-data {
  display: inline;
}
.phase-professor-summary .summary-data + .summary-data:before {
  content: "·";
  font-weight: bold;
  margin-left: 6px;
  margin-right: 10px;
}
.education-classroom .phase-header .phases-list-container,
.phase-wrapper .phase-header .phases-list-container {
  color: red;
}
.education-classroom .phase-header .phases-list-container .dropdown-menu li[data-level='2'],
.phase-wrapper .phase-header .phases-list-container .dropdown-menu li[data-level='2'] {
  margin-left: 20px;
}
.education-classroom .phase-header .phases-list-container .dropdown-menu li[data-level='2'] a:before,
.phase-wrapper .phase-header .phases-list-container .dropdown-menu li[data-level='2'] a:before {
  content: "\2022";
  position: absolute;
  margin-left: -10px;
}
.education-classroom .phase-header .process-phase-next,
.phase-wrapper .phase-header .process-phase-next {
  margin-left: 4px;
}
.education-classroom .phase-header .phase-view-info,
.phase-wrapper .phase-header .phase-view-info {
  display: none;
}
.education-classroom .activities-list-link,
.phase-wrapper .activities-list-link {
  display: none;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block {
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 12px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block:last-child,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block:last-child {
  margin-bottom: 0;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper {
  margin-bottom: 24px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .btn-more-info,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .btn-more-info {
  float: right;
  margin-left: 3px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper h4.title,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper h4.title {
  margin-top: 0;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .summary,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .contents,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .summary,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .contents {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity {
  margin-bottom: 12px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity:last-child,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity:last-child {
  margin-bottom: 0;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .btn-group,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .btn-more-info,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .btn-group,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .btn-more-info {
  float: right;
  margin-left: 3px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity h5.title,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity h5.title {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .summary,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .contents,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .summary,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .contents {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-form .form-btn-open-form,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-form .scorm-btn-open-material,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-form .form-btn-open-form,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-form .scorm-btn-open-material {
  margin-bottom: 0.5em;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-score,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-score {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
  display: none;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-score:before,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-score:before {
  content: "(";
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-score:after,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-score:after {
  content: "%)";
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table th.lesson_status,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table td.lesson_status,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table th.score,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table td.score,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table th.total_time,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table td.total_time,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table th.lesson_status,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table td.lesson_status,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table th.score,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table td.score,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table th.total_time,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-scorm .scorm-table td.total_time {
  display: none;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-medias .btn-delete,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-medias .btn-delete {
  padding: 3px 8px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-medias .btn-delete span.lbl,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-medias .btn-delete span.lbl {
  display: none;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-medias .btn-delete .glyphicon,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-medias .btn-delete .glyphicon {
  margin-right: 0;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .info-tutor,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .info-tutor {
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .info-tutor .image,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .info-tutor .image {
  width: 32px;
  height: 32px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .info-tutor span,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .info-tutor span {
  display: inline-block;
  vertical-align: middle;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn {
  width: 100%;
  white-space: normal;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn .number-and-lbl-wrapper,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn .number-and-lbl-wrapper {
  display: none;
  font-size: 85%;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn .number:before,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn .number:before {
  content: "(";
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn .lbl:after,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn .lbl:after {
  content: ")";
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn.has-messages,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn.has-messages {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn.has-messages:hover,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn.has-messages:hover {
  background: #bd362f;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn.has-messages .number-and-lbl-wrapper,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-chat-with-the-tutor .btn.has-messages .number-and-lbl-wrapper {
  display: block;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-info .date-ini,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-info .date-separator,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-danger .date-ini,
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-danger .date-separator,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-info .date-ini,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-info .date-separator,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-danger .date-ini,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity .auxiliary-activity-tasks-summary .list-group-item-danger .date-separator {
  display: none;
}
.education-classroom .auxiliary-activities .education-classroom-auxiliary-activity + .education-classroom-auxiliary-activity,
.phase-wrapper .auxiliary-activities .education-classroom-auxiliary-activity + .education-classroom-auxiliary-activity {
  border-top: 1px solid #DDDDDD;
  padding-top: 12px;
}
.education-search .form-wrapper form {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.education-search .form-wrapper form .search-item {
  float: left;
  width: calc(25% - 4px);
  margin-right: 4px;
}
.education-search .form-wrapper form .search-item:last-child {
  margin-right: 0;
}
.education-search .form-wrapper form .search-item input,
.education-search .form-wrapper form .search-item button {
  margin: 0;
}
.education-search .form-wrapper form .search-item .chosen-container,
.education-search .form-wrapper form .search-item input,
.education-search .form-wrapper form .search-item button {
  width: 100% !important;
}
@media (max-width: 767px) {
  .education-search .form-wrapper form .search-item {
    width: calc(50% - 4px);
    margin-bottom: 1%;
  }
}
@media (max-width: 480px) {
  .education-search .form-wrapper form .search-item {
    width: 100%;
  }
}
.education-criterion-index .label-wrapper {
  padding: 5px 0;
}
.education-criterion-index .total-wrapper {
  padding: 5px 0;
  font-weight: bold;
  border-top: 1px solid #DDDDDD;
  margin-top: 5px;
}
.education-view .view-view .header-wrapper {
  min-height: 140px;
  margin-bottom: 20px;
}
.education-view .view-view .header-wrapper .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 140px;
  height: 140px;
  position: absolute;
}
.education-view .view-view .header-wrapper .data-wrapper {
  margin-left: 160px;
}
.education-view .view-view .header-wrapper .data-wrapper h2.title {
  line-height: 1.25em;
}
.education-view .view-view .header-wrapper .data-wrapper .inscriptions-wrapper {
  margin-bottom: 10px;
}
.education-view .view-view .header-wrapper .data-wrapper .buttons-wrapper div.no-calls,
.education-view .view-view .header-wrapper .data-wrapper .buttons-wrapper div.no-alive,
.education-view .view-view .header-wrapper .data-wrapper .buttons-wrapper div.no-places-available,
.education-view .view-view .header-wrapper .data-wrapper .buttons-wrapper div.no-inscription-availability,
.education-view .view-view .header-wrapper .data-wrapper .buttons-wrapper div.no-person-attributes {
  display: inline;
  vertical-align: middle;
}
.education-view .view-view .header-wrapper .online-mode-action {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
  background-color: #3c763d;
  color: #ffffff;
}
.education-view .view-view #galleria {
  height: 550px;
  margin-bottom: 30px;
  overflow: hidden;
}
.education-view .view-view #galleria .galleria-container .galleria-stage {
  bottom: 115px;
}
.education-view .view-view #galleria .galleria-container .galleria-thumbnails-container {
  height: 90px;
}
.education-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.education-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right {
  display: none;
}
.education-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list {
  margin: 0;
}
.education-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image {
  width: 120px;
  height: 90px;
  margin-right: 20px;
}
.education-view .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image span.iframe {
  background-image: url('/image/video_player.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 120px;
  height: 90px;
}
.education-view .view-view .tab-content {
  min-height: 200px;
  margin-bottom: 40px;
}
.education-view .view-view .tab-content .field-wrapper {
  margin-bottom: 20px;
}
.education-view .view-view .tab-content .field-wrapper .field-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.education-view .view-view .tab-content .trackings {
  position: relative;
}
.education-view .view-view .tab-content .trackings .trackings-header {
  font-weight: bold;
  margin-top: 10px;
}
.education-view .view-view .tab-content .trackings .trackings-item {
  padding-left: 14px;
}
.education-view .view-view .tab-content .trackings .trackings-item:before {
  position: absolute;
  content: "\2022";
  left: 2px;
}
.education-view .view-view .inscriptions-wrapper {
  display: inline-block;
}
.education-view .view-view .inscriptions-wrapper h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.education-view .view-view .inscriptions-wrapper.num-inscriptions-1 {
  padding: 8px 35px 8px 14px;
}
.education-view .view-view .inscriptions-wrapper.num-inscriptions-1 h5 {
  float: left;
  margin-right: 4px;
}
.education-view .view-view .inscriptions-wrapper.num-inscriptions-1 h5,
.education-view .view-view .inscriptions-wrapper.num-inscriptions-1 p {
  display: inline;
  margin: 0;
}
.education-view-popup .modal-header {
  min-height: 70px;
}
.education-view-popup .modal-header .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
}
.education-view-popup .modal-header h3 {
  margin-left: 80px;
  line-height: 1.3em;
}
.education-view-popup .modal-body #galleria {
  height: 550px;
}
.education-enrollment .modal-body {
  padding: 13px 35px 20px 35px;
}
.education-enrollment .modal-body .education-content-banner {
  margin-bottom: 30px;
}
.education-enrollment .modal-body .education-content-banner .image,
.education-enrollment .modal-body .education-content-banner .data {
  display: inline-block;
  vertical-align: top;
}
.education-enrollment .modal-body .education-content-banner .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 160px;
  height: 100px;
  margin-right: 15px;
}
.education-enrollment .modal-body .education-content-banner .data {
  width: calc(100% - 190px);
}
.education-enrollment .modal-body .education-content-banner .data h3 {
  margin: 0.1em 0 0;
}
.education-enrollment .modal-body .education-content-banner .data .datum {
  display: inline-block;
  width: 40%;
  margin-top: 6px;
}
.education-enrollment .modal-body .education-content-banner .data .datum .lbl {
  font-weight: bold;
}
.education-enrollment .modal-body fieldset {
  margin: 17px 0 30px 0;
}
.education-enrollment .modal-body fieldset .call-list .call {
  position: relative;
  display: inline-block;
  width: calc(100% - 61px);
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
  padding: 12px 20px 12px 39px;
  cursor: pointer;
  font-size: larger;
}
.education-enrollment .modal-body fieldset .call-list .call:first-child {
  border-radius: 4px 4px 0 0;
}
.education-enrollment .modal-body fieldset .call-list .call:last-child {
  border-bottom: 1px solid #DDDDDD;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.education-enrollment .modal-body fieldset .call-list .call:before {
  position: absolute;
  content: "\25FC";
  left: 15px;
  color: #333333;
  opacity: 0.15;
  line-height: 24px;
}
.education-enrollment .modal-body fieldset .call-list .call.selected,
.education-enrollment .modal-body fieldset .call-list .call:hover {
  background-color: #D4DFE6;
  background-image: linear-gradient(to bottom,#E7EDF3,#D9E1E7);
  border-color: #CFD5D8 #B7C1C5 #B7C1C5 #CFD5D8;
  color: #333333;
}
.education-enrollment .modal-body fieldset .call-list .call.selected {
  font-weight: bold;
}
.education-enrollment .modal-body fieldset .call-list .call.selected:before {
  content: "\2714";
  left: 12px;
  opacity: 1;
  line-height: 24px;
}
.education-enrollment .modal-body fieldset .call-list .call.locked {
  color: #999999;
  cursor: default;
}
.education-enrollment .modal-body fieldset .call-list .call.locked:hover {
  opacity: 0.7;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
  border-color: #DDDDDD;
  color: #999999;
}
.education-enrollment .modal-body fieldset .call-list .call .language:before {
  content: " - ";
}
.education-enrollment .modal-body fieldset .call-list .call .locked-info,
.education-enrollment .modal-body fieldset .call-list .call .waiting-list-info,
.education-enrollment .modal-body fieldset .call-list .call .requires-authorization-info {
  float: right;
  margin-left: 8px;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .education-enrollment .modal-body fieldset .call-list .call .locked-info,
  .education-enrollment .modal-body fieldset .call-list .call .waiting-list-info,
  .education-enrollment .modal-body fieldset .call-list .call .requires-authorization-info {
    float: none;
    display: block;
    margin-left: 0px;
    font-size: 16px;
  }
}
.education-enrollment .modal-body fieldset .call-list .call .locked-info {
  color: #999999;
}
.education-enrollment .modal-body fieldset .call-list .call .waiting-list-info {
  color: #a94442;
}
.education-enrollment .modal-body fieldset .call-list .call .requires-authorization-info {
  color: #31708f;
}
@media (max-width: 767px) {
  .education-enrollment .modal-body fieldset .call-list .call {
    min-height: 40px;
  }
  .education-enrollment .modal-body fieldset .call-list .call .waiting-list-info,
  .education-enrollment .modal-body fieldset .call-list .call .requires-authorization-info {
    margin-top: 4px;
  }
  .education-enrollment .modal-body fieldset .call-list .call .waiting-list-info + .requires-authorization-info {
    margin-top: 0px;
  }
}
.education-enrollment .modal-body fieldset .posters-wrapper {
  margin: 15px 20px 0 20px;
}
.education-enrollment .modal-body fieldset .posters-wrapper .locked-poster {
  margin-top: 2px;
  color: #999999;
  font-style: italic;
}
.education-enrollment .modal-body fieldset .posters-wrapper .waiting-list-poster {
  margin-top: 2px;
  color: #a94442;
  font-style: italic;
}
.education-enrollment .modal-body fieldset .posters-wrapper .requires-authorization-poster {
  margin-top: 2px;
  color: #31708f;
  font-style: italic;
}
.education-enrollment .modal-body fieldset label.alert-error[for="conditions_chk"] {
  display: none;
  margin-bottom: 15px;
}
.education-enrollment .modal-body fieldset .conditions-txt {
  max-height: 140px;
  overflow: auto;
  padding-right: 30px;
  margin-bottom: 10px;
  font-size: 95%;
}
.education-enrollment .modal-body fieldset #conditions_chk {
  float: left;
  margin-right: 8px;
  position: relative;
}
.education-enrollment .modal-body .error.alert {
  margin-top: -14px;
}
.education-enrollment .modal-body .formalized-enrollment-wrapper {
  margin: 40px;
}
.education-enrollment .modal-body .formalized-enrollment-wrapper p.title {
  font-size: large;
}
.education-enrollment .modal-body .formalized-enrollment-wrapper p.title .icon-ok {
  background-color: #3c763d;
  border-radius: 3px;
  border: 4px solid #3c763d;
  vertical-align: bottom;
}
.education-enrollment .modal-body .formalized-enrollment-wrapper .dl-horizontal {
  margin-top: 20px;
}
.education-enrollment .modal-body .formalized-enrollment-wrapper .dl-horizontal dd {
  margin-bottom: 5px;
}
.education-catalog .catalog-sheet .datum-wrapper .datum .lbl {
  display: none;
}
.education-catalog .catalog-sheet .datum-wrapper .datum i {
  color: #777777;
}
.education-catalog .catalog-sheet .buttons-wrapper {
  text-align: right;
}
.education-catalog .catalog-sheet.inscription-done {
  position: relative;
}
.education-catalog .catalog-sheet.inscription-done:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f02e";
  font-size: 1em;
  position: absolute;
  top: 0;
  right: 1em;
  display: block;
  font-size: 2.5em;
  color: #337ab7;
  z-index: 1;
}
.education-catalog .catalog-sheet-thumbnail.recommended .col-md-3 {
  overflow: hidden;
}
.education-catalog .catalog-sheet-thumbnail.recommended .col-md-3 .recommended-label {
  position: absolute;
  width: 23em;
  height: 2.4em;
  background-color: #337ab7;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(22deg);
  color: #ffffff;
  right: -4em;
  top: 1.5em;
  padding-top: .2em;
  box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
  font-size: .8em;
}
@media (max-width: 600px) {
  .education-catalog .catalog-sheet-thumbnail.recommended .col-md-3 .recommended-label {
    font-size: .8em;
  }
}
.popup-web-evaluation-new_section .objectives-introduction,
.popup-web-evaluation-edit .objectives-introduction {
  margin-bottom: 20px;
}
.popup-web-evaluation-new_section .goal-description,
.popup-web-evaluation-edit .goal-description {
  margin-bottom: 20px;
}
.popup-web-evaluation-new_section .desired-value,
.popup-web-evaluation-edit .desired-value {
  display: none;
}
.popup-web-evaluation-new_section .objective-wrapper h4,
.popup-web-evaluation-edit .objective-wrapper h4 {
  margin-bottom: 4px;
}
.popup-web-evaluation-new_section .objective-wrapper p,
.popup-web-evaluation-edit .objective-wrapper p {
  font-weight: normal;
}
.form-view .form-view-header {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.form-view .form-view-header .form-header-buttons {
  float: right;
  text-align: right;
  max-width: 50%;
  min-width: 200px;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .form-view .form-view-header .form-header-buttons {
    float: none;
    max-width: none;
  }
}
.form-view .form-view-header .attempts {
  float: right;
  font-size: 98%;
  line-height: normal;
  margin-top: 8px;
}
.form-view .form-view-header .attempts .list-group {
  margin-bottom: 0;
}
.form-view .evaluation-link {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
  text-decoration: none;
  line-height: normal;
}
.form-view .evaluation-link i {
  float: left;
  margin-right: 6px;
}
.form-view .evaluation-link:hover {
  background-color: #333333;
  cursor: pointer;
}
.form-view .evaluation-wrapper {
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
  margin-bottom: 40px;
}
.form-view .evaluation-wrapper h4 {
  margin-top: 1.2em;
  margin-bottom: 0.9em;
}
.form-view .evaluation-wrapper textarea {
  width: calc(99% - 12px);
  min-height: 100px;
}
.form-view .evaluation-wrapper .evaluation {
  padding-bottom: 32px;
  line-height: 1.5em;
}
.form-view .form-view-body {
  display: inline-block;
  width: 100%;
}
.form-view .nav-tabs {
  margin-bottom: 16px;
}
.form-view a.attachment,
.form-view .btn-attachment {
  margin-right: 4px;
}
.form-view a.attachment {
  padding: 6px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: inline-block;
  max-width: calc(100% - 250px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  background-color: #FFFFFF;
}
.form-view .form-set {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .form-view .form-set {
    margin-left: auto;
  }
}
.form-view .form-set-head {
  clear: both;
}
.form-view .form-set-atom {
  display: none;
}
.form-view .form-set-sons,
.form-view .form-set-plus,
.form-view .form-set-minus {
  float: left;
  margin-top: 8px;
}
.form-view .form-set-sons {
  width: calc(100% - 40px);
  min-height: 25px;
  margin-right: 5px;
  margin-bottom: 8px;
  padding-right: 4px;
  border-right: 1px solid #DDDDDD;
  clear: left;
}
.form-view .form-set-sons:last-of-type {
  min-height: 50px;
}
.form-view .form-set-sons input[type="text"],
.form-view .form-set-sons textarea {
  max-width: calc(100% - 20px);
}
.form-view .form-set-minus + .form-set-plus {
  margin-top: 4px;
}
.form-view .medias-export {
  margin: 20px;
  text-align: center;
  font-size: 13px;
}
.form-view .medias-export select {
  font-size: 13px;
  height: auto;
  padding: 3px;
  vertical-align: baseline;
}
.goal-person .goal-list li.goal {
  padding: 14px 4px 22px 4px;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
}
.goal-person .goal-list li.goal:first-child {
  border-top: 1px solid #DDDDDD;
}
.goal-person .goal-list li.goal:hover,
.goal-person .goal-list li.goal.opened {
  background-color: #FBFBFB;
}
.goal-person .goal-list li.goal .goal-score,
.goal-person .goal-list li.goal .buttons-wrapper {
  margin-left: 20px;
}
.goal-person .goal-list li.goal .goal-description,
.goal-person .goal-list li.goal .objective-list {
  display: none;
}
.goal-person .goal-list li.goal .goal-description .desired-value,
.goal-person .goal-list li.goal .objective-list .desired-value {
  display: none;
}
.goal-person .goal-list li.goal .goal-description .objective-score,
.goal-person .goal-list li.goal .objective-list .objective-score {
  margin-left: 8px;
}
.goal-person .goal-list li.goal .goal-description .objective-score:before,
.goal-person .goal-list li.goal .objective-list .objective-score:before {
  content: "(";
}
.goal-person .goal-list li.goal .goal-description .objective-score:after,
.goal-person .goal-list li.goal .objective-list .objective-score:after {
  content: ")";
}
.goal-person .goal-list li.workgroup {
  padding: 22px 4px 14px 4px;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 991px) {
  .goal-person .navbar .btn.goal-create .lbl,
  .goal-person .navbar .btn.goal-add .lbl {
    display: none;
  }
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper {
  padding: 0;
  min-height: 20px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper .glyphicon {
  float: right;
  font-size: 17.5px;
  margin-top: 13px;
  margin-right: 10px;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper label {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper label input {
  position: static;
  margin-left: 0;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper label:hover {
  background-color: #f5f5f5;
}
.popup-web-goal-add_person_section_goal_section_goal .goal-list-wrapper .goal-wrapper .objective-list-wrapper {
  display: none;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives {
  margin-top: 32px;
  margin-left: 12px;
  margin-right: 2px;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objectives-introduction {
  margin-bottom: 20px;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 21px;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper .desired_value_info {
  font-style: italic;
  font-size: 90%;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper .tooltip {
  min-width: 200px;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper .tooltip .tooltip-inner {
  text-align: left;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper.deactivated {
  opacity: 0.5;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper.deactivated .objective-deactivate {
  display: none;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper.deactivated .objective-activate {
  display: block;
}
.popup-web-goal-new_person_section_goal_section_goal .objectives .objective-wrapper.deactivated .objective-description {
  display: none;
}
.total-goals-score-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.total-goals-score-container .goal-wrapper {
  width: 100%;
}
.total-goals-score-container .goal-wrapper .goal-box {
  position: relative;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  overflow: hidden;
  display: table;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage {
  position: relative;
  width: 100%;
  z-index: 100;
  border-radius: 50%;
  display: table-cell;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle {
  fill: none;
  stroke: #dcdcdc;
  stroke-width: 15px;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar {
  stroke: #337ab7;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.full-circle {
  stroke: #337ab7;
  opacity: 0.7;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage .goal-score {
  position: absolute;
  top: calc(50% - 12px);
  left: 5%;
  right: 5%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 400;
}
.total-goals-score-container .goal-wrapper .goal-box .circular-percentage .goal-score span {
  font-size: .5em;
}
.inscription-diploma .information {
  margin-bottom: 20px;
}
.inscription-diploma .milestones dt,
.inscription-diploma .milestones dd {
  margin-bottom: 10px;
}
.inscription-diploma .milestones .achieved-value {
  display: inline-block;
  width: 35px;
  text-align: right;
}
.inscription-diploma .milestones .glyphicon-ok,
.inscription-diploma .milestones .glyphicon-remove {
  margin: -2px 6px 2px;
  border-radius: 3px;
  color: #FFFFFF;
}
.inscription-diploma .milestones .glyphicon-ok {
  background-color: #3c763d;
  border: 3px solid #3c763d;
  display: none;
}
.inscription-diploma .milestones .glyphicon-remove {
  background-color: #a94442;
  border: 3px solid #a94442;
}
.inscription-diploma .milestones .milestone-value {
  color: #999999;
  font-style: italic;
}
.inscription-diploma .milestones .achieved .glyphicon-ok {
  display: inline-block;
}
.inscription-diploma .milestones .achieved .glyphicon-remove {
  display: none;
}
.inscription-diploma label.alert-error {
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: default;
}
.inscription-diploma .conditions-txt {
  max-height: 140px;
  overflow: auto;
  padding-right: 30px;
  margin-bottom: 10px;
  font-size: 95%;
  line-height: 1.3em;
}
.inscription-diploma .conditions-checkbox-wrapper #conditions_chk {
  float: left;
  margin-right: 8px;
  position: relative;
}
.inscription-diploma .conditions-checkbox-wrapper label.disabled[for="conditions_chk"] {
  cursor: default;
}
.inscription-diploma .conditions-checkbox-wrapper .done {
  font-style: italic;
}
.inscription-diploma .btn-primary {
  margin-top: 10px;
  margin-bottom: 20px;
}
div.inscription-list .navbar-form {
  display: none;
}
div.inscription-list ul.inscription-list {
  text-align: center;
}
div.inscription-list ul.inscription-list li {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 24px;
  padding-bottom: 56px;
  width: calc(33.33% - 10px);
  text-align: right;
}
div.inscription-list ul.inscription-list li a.image {
  display: block;
  margin-bottom: 24px;
}
div.inscription-list ul.inscription-list li a.image div.image {
  width: 100%;
  height: 140px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
}
div.inscription-list ul.inscription-list li img.img-responsive {
  margin: 0 auto 24px;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper {
  position: absolute;
  right: 0;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-bar-wrapper {
  position: relative;
  width: 18px;
  height: 150px;
  background-color: #DDDDDD;
  float: right;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-bar-wrapper .accomplishment-bar {
  position: absolute;
  bottom: 0;
  width: 16px;
  min-height: 2%;
  margin: 1px;
  background-color: #31708f;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-values {
  position: absolute;
  right: 26px;
  bottom: 0;
  white-space: nowrap;
  font-size: 90%;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-values .accomplishment {
  color: #31708f;
  font-weight: bold;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-values .time {
  color: #999999;
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-values .time:before {
  content: "(";
}
div.inscription-list ul.inscription-list li .accomplishment-wrapper .accomplishment-values .time:after {
  content: " h.)";
}
div.inscription-list ul.inscription-list li h3.title {
  margin-top: 0;
  text-align: left;
  height: 2.2em;
  font-size: 1.2em;
  line-height: 1.1em;
}
div.inscription-list ul.inscription-list li.no-rows {
  border-bottom: none;
}
div.inscription-list ul.inscription-list li .btn-info i {
  display: none;
}
div.inscription-list .status-tasks-wrapper .progress-wrapper {
  margin-top: 18px;
  margin-bottom: 18px;
}
div.inscription-list .status-tasks-wrapper .progress-rail {
  height: 18px;
  background-color: #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
div.inscription-list .status-tasks-wrapper .progress-rail .progress-bar {
  height: 18px;
  background-color: #337ab7;
  min-width: 5px;
}
.job-list .search-wrapper,
.application-list .search-wrapper {
  position: relative;
  margin: 8px 0;
  text-align: left;
}
.job-list .search-wrapper .search-info,
.application-list .search-wrapper .search-info {
  cursor: pointer;
}
.job-list .search-wrapper .search-info .caret,
.application-list .search-wrapper .search-info .caret {
  margin-top: 0.5em;
}
.job-list .search-wrapper .search-info .glyphicon,
.application-list .search-wrapper .search-info .glyphicon {
  float: left;
  margin-top: 1px;
}
.job-list .search-wrapper .search-info .search-info-content,
.application-list .search-wrapper .search-info .search-info-content {
  min-width: 350px;
  max-width: 500px;
  margin-left: 20px;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-list .search-wrapper .search-form,
.application-list .search-wrapper .search-form {
  position: absolute;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 30px 35px 10px;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.job-list .search-wrapper .search-form .close,
.application-list .search-wrapper .search-form .close {
  position: absolute;
  top: 8px;
  right: 10px;
}
.job-list table td.matching,
.application-list table td.matching {
  white-space: nowrap;
}
.job-list table tr.system_application_section_state_invited td.state a,
.application-list table tr.system_application_section_state_invited td.state a {
  color: #3c763d;
  text-decoration: none;
}
.job-list table tr.system_application_section_state_not_interested td.state a,
.application-list table tr.system_application_section_state_not_interested td.state a {
  color: #a94442;
}
.job-list .job-offers-list,
.application-list .job-offers-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-list .job-offers-list .job-offer-son,
.application-list .job-offers-list .job-offer-son {
  padding: 1em;
  border: 1px solid #ebebeb;
  margin-bottom: 1em;
  position: relative;
}
.job-list .job-offers-list .job-offer-son .job-image,
.application-list .job-offers-list .job-offer-son .job-image {
  border: 1px solid #ebebeb;
  display: block;
}
.job-list .job-offers-list .job-offer-son .job-image .no-image,
.application-list .job-offers-list .job-offer-son .job-image .no-image {
  background-color: #ebebeb;
  padding-bottom: 100%;
  color: #ffffff;
}
.job-list .job-offers-list .job-offer-son .job-image .no-image:after,
.application-list .job-offers-list .job-offer-son .job-image .no-image:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0b1";
  position: absolute;
  font-size: 4em;
  line-height: 1em;
  left: calc(50% - .5em);
  top: calc(50% - .5em);
  font-weight: 900;
}
.job-list .job-offers-list .job-offer-son .job-offer-description,
.application-list .job-offers-list .job-offer-son .job-offer-description {
  margin-top: 1em;
}
.job-list .job-offers-list .job-offer-son .matching,
.application-list .job-offers-list .job-offer-son .matching {
  position: absolute;
  top: 1em;
  right: 1em;
}
@media (max-width: 767px) {
  .job-list .search-wrapper,
  .application-list .search-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .job-list .search-wrapper .search-info-content,
  .application-list .search-wrapper .search-info-content {
    min-width: 100px;
  }
}
.job-list-top .matching-stars {
  margin-top: 6px;
  margin-bottom: 2px;
}
.job-view table.main-table {
  margin: 20px 0;
}
.job-view table.main-table > tbody > tr > td {
  vertical-align: top;
}
.job-view table.main-table > tbody > tr > td > h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.job-view table.main-table > tbody > tr > td .general-block .block-title {
  font-weight: bold;
}
.job-view table.main-table > tbody > tr > td .general-block .block-description {
  margin-bottom: 10px;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) {
  padding: 40px 30px 0;
  width: 33%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .user-image {
  width: 200px;
  height: 130px;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) h4 {
  padding: 10px 0;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item {
  margin-bottom: 8px;
  min-height: 25px;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico {
  position: absolute;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico:before {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  background-color: #FFFFFF;
  color: #333333;
  content: " ";
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.telephone:before {
  content: "\260E";
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.email:before {
  content: "@";
  font-weight: bold;
  line-height: 20px;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.organization:before {
  content: "\00A9";
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.address:before {
  content: "\2709";
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .text {
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 4px;
  margin-left: 32px;
  color: #FFFFFF;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .text a {
  color: #FFFFFF;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree {
  margin-bottom: 15px;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .text,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .text,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  color: #FFFFFF;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper {
  margin-top: 3px;
  height: 8px;
  background-color: #666666;
  overflow: hidden;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar {
  height: 8px;
  background-color: #FFFFFF;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-1 {
  width: 25%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-2 {
  width: 50%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-3 {
  width: 75%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-4 {
  width: 100%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-1,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-1 {
  width: 16%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-2,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-2 {
  width: 33%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-3,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-3 {
  width: 50%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-4,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-4 {
  width: 66%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-5,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-5,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-5,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-5,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-5,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-5 {
  width: 83%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-6,
.job-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-6,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-6,
.job-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-6,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-6,
.job-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-6 {
  width: 100%;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .languages-observations {
  font-size: 12px;
  line-height: 1.3em;
  color: #FFFFFF;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .general-info {
  margin-top: 3px;
}
.job-view table.main-table > tbody > tr > td:nth-child(1) .general-info span.lbl {
  font-weight: 700;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) {
  padding: 40px 0;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .title {
  margin: 0 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) > h4 {
  background-color: #2d3036;
  padding: 10px 45px 10px 40px;
  margin-bottom: 25px;
  border-radius: 0 4px 4px 0;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-wrapper {
  margin: 0 40px;
  margin-bottom: 45px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-wrapper .btn.link_infojobs {
  display: none;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper {
  margin: 11px 40px 5px 40px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required {
  margin-top: 30px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 0;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert.alert-info,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert.alert-info,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert.alert-info {
  background-color: #e6f3f9;
  border-color: #cce7ec;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert.alert-info h4,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert.alert-info h4,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert.alert-info h4 {
  margin-top: 30px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-stars,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-stars,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-stars {
  margin: 0.4em 0 1em 0;
  min-width: 130px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-requirements-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-requirements-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-requirements-wrapper {
  display: inline-block;
  margin: 10px 0 20px;
  display: none;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-requirements-wrapper h5,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-requirements-wrapper h5,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-requirements-wrapper h5 {
  margin: 0 0 5px 0;
  border-bottom: 1px solid #666666;
  padding-bottom: 3px;
  font-size: 13px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-requirements-wrapper .requirement,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-requirements-wrapper .requirement,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-requirements-wrapper .requirement {
  margin: 3px 0 0 0;
  font-size: 90%;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-requirements-wrapper .requirement img,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-requirements-wrapper .requirement img,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-requirements-wrapper .requirement img {
  float: right;
  margin: 4px 6px 0 28px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-chart-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-chart-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-chart-wrapper {
  margin: 20px 10px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-chart-wrapper #matching_chart,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-chart-wrapper #matching_chart,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-chart-wrapper #matching_chart {
  margin: 0 auto;
  width: 100%;
  max-height: 300px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-table-button,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-table-button,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-table-button {
  cursor: pointer;
  margin-bottom: 20px;
  text-align: right;
  font-size: 80%;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-table-button:hover,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-table-button:hover,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-table-button:hover {
  text-decoration: underline;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-table-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-table-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-table-wrapper {
  display: none;
  font-size: 80%;
  padding: 30px 0 20px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-table-wrapper table.grid,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-table-wrapper table.grid,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-table-wrapper table.grid {
  margin: 0 auto;
  width: auto;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-table-wrapper table.grid > tbody > tr > td,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-table-wrapper table.grid > tbody > tr > td,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-table-wrapper table.grid > tbody > tr > td {
  padding: 4px 0;
  border-bottom: 1px solid #C1DDEC;
  line-height: 1.2em;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .matching-table-wrapper table.grid > tbody > tr > td a,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .matching-table-wrapper table.grid > tbody > tr > td a,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .matching-table-wrapper table.grid > tbody > tr > td a {
  text-decoration: none;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .cv-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .cv-wrapper,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .cv-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .btn,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .btn,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .btn {
  margin: 1em 0;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert ul,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert ul,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert ul {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert ul li,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert ul li,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert ul li {
  margin-bottom: 0.25em;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen {
  margin: 0.7em 0 1em 0;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen .number,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen .lbl,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen .number,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen .lbl,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen .number,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen .lbl {
  display: none;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen .number:before,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen .number:before,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen .number:before {
  content: "(";
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen .lbl:after,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen .lbl:after,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen .lbl:after {
  content: ")";
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen.has-messages,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen.has-messages,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen.has-messages {
  text-shadow: 0 1px 1px rgba(156,29,29,0.75);
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen.has-messages:hover,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen.has-messages:hover,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen.has-messages:hover {
  text-shadow: none;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen.has-messages .number,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .application-unseen.has-messages .lbl,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen.has-messages .number,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .application-unseen.has-messages .lbl,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen.has-messages .number,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.registration-required .alert .application-unseen.has-messages .lbl {
  display: inline;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info {
  margin-top: 3px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info span.lbl {
  font-weight: 700;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper {
  margin: 0 40px;
  margin-bottom: 45px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li {
  margin-bottom: 5px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li span.lbl {
  font-weight: 700;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-block {
  margin: 0 40px;
  margin-bottom: 45px;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) dl.goals dt,
.job-view table.main-table > tbody > tr > td:nth-child(2) dl.goals dd,
.job-view table.main-table > tbody > tr > td:nth-child(2) dl.goals ul,
.job-view table.main-table > tbody > tr > td:nth-child(2) dl.goals li {
  line-height: 1.5em;
}
.job-view table.main-table > tbody > tr:nth-child(1) > td:nth-child(1) {
  background-color: #2d3036;
  color: #EEEEEE;
  border-radius: 4px 4px 0 0;
}
.job-view table.main-table > tbody > tr:nth-child(2) > td:nth-child(1) {
  padding: 40px 31px 40px 30px;
  background-color: #2d3036;
  color: #FFFFFF;
}
.job-view table.main-table > tbody > tr:last-child > td:nth-child(1) {
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .job-view table.main-table > tbody > tr > td {
    display: block;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(1) {
    width: auto;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(1) .user-image.avatar {
    display: none;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) {
    padding: 15px 0;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) .title {
    margin: 0 30px;
    text-align: center;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper {
    text-align: center;
    max-width: 80%;
    margin: 11px auto 5px auto !important;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info {
    display: inline;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info + .general-info {
    margin-left: 4px;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application ul,
  .job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted ul {
    list-style-type: none;
    margin-left: 0;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) h4 {
    padding: 10px 30px 10px 30px;
  }
  .job-view table.main-table > tbody > tr > td:nth-child(2) .general-wrapper,
  .job-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper {
    margin: 0 30px 35px 30px;
  }
  .job-view table.main-table > tbody > tr:nth-child(1) > td:nth-child(1) {
    padding: 15px 30px 0;
    background-color: #FFFFFF;
  }
}
.media-list-workgroup .btn-delete {
  float: right;
  margin-left: 4px;
}
.media-list-workgroup .btn-delete .glyphicon {
  margin-right: 3px;
}
.media-list-carousel.portlet_list_carousel_multiple_son .media-box {
  position: relative;
  width: calc(100% / 4);
  float: left;
  text-align: center;
  overflow: hidden;
}
.media-list-carousel.portlet_list_carousel_multiple_son .media-box img {
  width: 100%;
  height: auto;
}
.media-list-carousel.portlet_list_carousel_multiple_son.carousel-num-2 .media-box {
  width: calc(100% / 2);
}
.media-list-carousel.portlet_list_carousel_multiple_son.carousel-num-3 .media-box {
  width: calc(100% / 3);
}
.media-list-carousel.portlet_list_carousel_multiple_son.carousel-num-5 .media-box {
  width: calc(100% / 5);
}
.media-list-carousel.portlet_list_carousel_multiple_son.carousel-num-6 .media-box {
  width: calc(100% / 6);
}
.media-list-carousel.portlet_list_carousel_multiple_son.carousel-num-7 .media-box {
  width: calc(100% / 7);
}
.media-list-carousel.portlet_list_carousel_multiple_son.carousel-num-8 .media-box {
  width: calc(100% / 8);
}
@media (max-width: 767px) {
  .media-list-carousel .carousel-indicators,
  .media-list-carousel .carousel-caption p {
    display: none;
  }
}
.mentor-view table.main-table {
  margin: 20px 0;
}
.mentor-view table.main-table > tbody > tr > td {
  vertical-align: top;
  text-align: left;
}
.mentor-view table.main-table > tbody > tr > td h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) {
  padding: 40px 30px;
  width: 33%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .user-image {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) h4 {
  padding: 10px 0;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item {
  margin-bottom: 8px;
  min-height: 25px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico {
  position: absolute;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico:before {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  background-color: #FFFFFF;
  color: #333333;
  content: " ";
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.telephone:before {
  content: "\260E";
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.email:before {
  content: "@";
  font-weight: bold;
  line-height: 20px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .ico.address:before {
  content: "\2709";
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .text {
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 4px;
  margin-left: 32px;
  color: #FFFFFF;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .contact-item .text a {
  color: #FFFFFF;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree {
  margin-bottom: 15px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .text,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .text,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  color: #FFFFFF;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper {
  margin-top: 3px;
  height: 8px;
  background-color: #666666;
  overflow: hidden;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar {
  height: 8px;
  background-color: #FFFFFF;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-1 {
  width: 25%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-2 {
  width: 50%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-3 {
  width: 75%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-4 {
  width: 100%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-1,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-1 {
  width: 16%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-2,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-2 {
  width: 33%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-3,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-3 {
  width: 50%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-4,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-4 {
  width: 66%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-5,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-5,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-5,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-5,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-5,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-5 {
  width: 83%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-6,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-6,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-6,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-6,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-6,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-6 {
  width: 100%;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .languages-observations,
.mentor-view table.main-table > tbody > tr > td:nth-child(1) .competences-description {
  font-size: 12px;
  line-height: 1.3em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) {
  padding: 40px 0;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .fullname {
  margin: 0 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .fullname .surname1,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .fullname .surname2 {
  color: #333333;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) h4 {
  background-color: #333333;
  padding: 10px 45px 10px 40px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .languages-observations,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .competences-description {
  font-size: 12px;
  line-height: 1.3em;
  margin: 0 40px;
  margin-bottom: 35px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item {
  margin: 0 40px;
  min-height: 75px;
  margin-bottom: 35px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item .image-logo,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item .image-logo {
  float: right;
  margin: 0 0 20px 40px;
  width: 110px;
  height: 75px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item div.date-ini,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item div.date-end,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item div.date-ini,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item div.date-end {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item div.date-ini.date-ini:after,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item div.date-end.date-ini:after,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item div.date-ini.date-ini:after,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item div.date-end.date-ini:after {
  content: "-";
  padding: 0 4px 0 4px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item h5,
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item h5 {
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper {
  margin: 0 40px;
  margin-bottom: 35px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li {
  margin-bottom: 5px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li span.lbl {
  font-weight: 700;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper {
  margin: 0 20px 0 40px;
  margin-bottom: 35px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section {
  vertical-align: top;
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section a {
  text-decoration: none;
  color: #AAAAAA;
  opacity: 1;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section a:hover {
  opacity: 0.8;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section .image {
  width: 140px;
  height: 140px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
  line-height: 140px;
}
.mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section .image.document {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.mentor-view table.main-table > tbody > tr:nth-child(1) > td:nth-child(1) {
  background-color: #C9C9C9;
}
.mentor-view table.main-table > tbody > tr:nth-child(2) > td:nth-child(1) {
  padding: 40px 31px 40px 30px;
  background-color: #333333;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .mentor-view table.main-table > tbody > tr > td {
    display: block;
  }
  .mentor-view table.main-table > tbody > tr > td:nth-child(1) {
    width: auto;
  }
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) {
    padding: 15px 0;
  }
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) .fullname {
    margin: 0 30px;
    text-align: center;
  }
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) h4 {
    padding: 10px 30px 10px 30px;
  }
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) .experience-item,
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) .education-item,
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) .other-data-wrapper,
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper {
    margin: 0 30px 35px 30px;
  }
  .mentor-view table.main-table > tbody > tr > td:nth-child(2) .gallery-wrapper {
    margin: 0 10px 35px 30px;
  }
  .mentor-view table.main-table > tbody > tr:nth-child(1) > td:nth-child(1) {
    padding: 15px 30px 0;
    background-color: #FFFFFF;
  }
}
.message-list .btn-add-comment {
  margin: 2em 0;
  text-align: right;
}
.message-list .message-list {
  margin-bottom: 1em;
}
.message-list .message-list .message {
  margin-top: 3em;
}
.message-list .message-list .message .message-details {
  display: inline-block;
  background-color: #F4F4F4;
  padding: 6px 12px;
  border-radius: 4px;
  width: 100%;
  margin: 1.2em 0 0;
}
.message-list .message-list .message .message-details div {
  float: left;
}
.message-list .message-list .message .message-details div + div:before {
  content: "·";
  font-weight: bold;
  margin-left: 12px;
  margin-right: 12px;
}
.message-list .message-list .message .message-details .btn,
.message-list .message-list .message .message-details .buttons-wrapper {
  float: right;
}
.message-list .message-list .message .message-details .buttons-wrapper .like-button {
  font-size: 14px;
}
.message-list .message-list .message .message-details .buttons-wrapper:before {
  content: "";
  margin: 0;
}
.message-list .message-list .message .message-details .btn-link {
  margin-left: 1em;
}
.message-list .message-list .message .message-details .btn-link i {
  margin-right: 1em;
  display: none;
}
.message-list .message-list .message.inactive {
  font-style: italic;
  opacity: 0.6;
}
.message-list .message-list .message.inactive:hover {
  opacity: 1;
}
.message-list .message-list .message-indent {
  padding-left: 35px;
  position: relative;
}
.message-list .message-list .message-indent:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f324";
  font-size: 1em;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 980px) {
  .message-list .message-list .message .message-details div {
    float: none;
  }
  .message-list .message-list .message .message-details div + div:before {
    content: none;
  }
  .message-list .message-list .message .message-details .btn {
    float: none;
  }
}
.message-list .chat-container .chat-message-list {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 6px 2.2% 26px 2%;
  border-radius: 4px 4px 0 0;
  margin: 0 0 5px;
  min-height: 400px;
  max-height: 600px;
  overflow: auto;
}
.message-list .chat-container .chat-message-list .chat-message-time {
  font-size: 90%;
  text-align: center;
  margin: 6px 0 8px 0;
}
.message-list .chat-container .chat-message-list .chat-message-time span {
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  background-color: #666666;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 7px 14px;
  text-transform: uppercase;
  opacity: 0.8;
  line-height: normal;
}
.message-list .chat-container .chat-message-list .chat-message-row {
  text-align: left;
}
.message-list .chat-container .chat-message-list .chat-message-row .image.system {
  display: none;
}
.message-list .chat-container .chat-message-list .chat-message-row .chat-message {
  text-align: left;
  display: inline-block;
  width: 70%;
  line-height: 1.3em;
  border-radius: 4px;
  background-color: #FAFAFA;
  margin-bottom: 8px;
  padding: 8px 8px 0 8px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}
.message-list .chat-container .chat-message-list .chat-message-row .chat-message .image {
  width: 40px;
  height: 40px;
  float: left;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  display: none;
}
.message-list .chat-container .chat-message-list .chat-message-row .chat-message .text {
  margin-bottom: 8px;
  padding-top: 2px;
}
.message-list .chat-container .chat-message-list .chat-message-row .chat-message .text .user {
  font-weight: bold;
}
.message-list .chat-container .chat-message-list .chat-message-row.chat-message-row-user {
  text-align: right;
}
.message-list .chat-container .chat-message-list .chat-message-row.chat-message-row-user .chat-message {
  background-color: #d9edf7;
}
.message-list .chat-container .chat-message-list .chat-message-row.chat-message-row-user .chat-message .user {
  display: none;
}
.message-list .chat-container .chat-new-message-container {
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
  padding: 7px 0px 7px 10px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.message-list .chat-container .chat-new-message-container form {
  margin: 0;
}
.message-list .chat-container .chat-new-message-container form .image {
  width: 46px;
  height: 46px;
  margin-right: 5px;
  margin-top: 0px;
  float: left;
  background-size: cover;
  background-position: center;
  border: 1px solid #CCCCCC;
  opacity: 0.9;
}
.message-list .chat-container .chat-new-message-container form textarea {
  width: calc(100% - 187px);
  height: 46px;
  padding: 4px 6px;
  margin: 0;
  float: left;
}
.message-list .chat-container .chat-new-message-container form .chat-new-message-form-btn {
  width: 120px;
  height: 46px;
  padding: 4px 6px;
  margin: 0 0 0 6px;
}
.person-academic-record .table tr.inscription.has-process {
  cursor: pointer;
}
.person-academic-record .table tr.inscription.has-process.selected td {
  background-color: #d0e5ef;
}
.person-academic-record .table tr.inscription-process {
  display: none;
}
.person-academic-record .table th,
.person-academic-record .table td {
  text-align: center;
  padding: 8px 6px;
}
.person-academic-record .table th:first-child,
.person-academic-record .table td:first-child {
  text-align: left;
}
.person-academic-record .table th {
  white-space: nowrap;
  font-size: 95%;
  letter-spacing: -0.02em;
}
.person-academic-record .table th div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 65px;
}
.person-academic-record .table td.action .action-title {
  font-weight: bold;
}
.person-academic-record .table th.diploma,
.person-academic-record .table td.diploma {
  min-width: 25px;
}
.person-academic-record .table th.diploma a.diploma,
.person-academic-record .table td.diploma a.diploma {
  padding: 5px 8px 4px;
}
.person-academic-record .table tr.phase {
  display: none;
}
.person-academic-record .table tr.phase:nth-child(even) > td {
  background-color: #F9F9F9;
}
.person-academic-record .table tr.phase:nth-child(even):hover > td {
  background-color: #F5F5F5;
}
.person-academic-record .table tr.phase td {
  padding: 7px 8px;
  font-size: 95%;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 979px) {
  .person-academic-record .table.academic-record thead th.total-hours,
  .person-academic-record .table.academic-record thead th.presential-hours,
  .person-academic-record .table.academic-record thead th.online-hours,
  .person-academic-record .table.academic-record thead th.time,
  .person-academic-record .table.academic-record thead th.attendance,
  .person-academic-record .table.academic-record thead td.total-hours,
  .person-academic-record .table.academic-record thead td.presential-hours,
  .person-academic-record .table.academic-record thead td.online-hours,
  .person-academic-record .table.academic-record thead td.time,
  .person-academic-record .table.academic-record thead td.attendance,
  .person-academic-record .table.academic-record tbody th.total-hours,
  .person-academic-record .table.academic-record tbody th.presential-hours,
  .person-academic-record .table.academic-record tbody th.online-hours,
  .person-academic-record .table.academic-record tbody th.time,
  .person-academic-record .table.academic-record tbody th.attendance,
  .person-academic-record .table.academic-record tbody td.total-hours,
  .person-academic-record .table.academic-record tbody td.presential-hours,
  .person-academic-record .table.academic-record tbody td.online-hours,
  .person-academic-record .table.academic-record tbody td.time,
  .person-academic-record .table.academic-record tbody td.attendance {
    display: none;
  }
  .person-academic-record .table.academic-record thead th.connection,
  .person-academic-record .table.academic-record thead th.evaluation,
  .person-academic-record .table.academic-record thead th.accomplishment,
  .person-academic-record .table.academic-record thead th.achievement,
  .person-academic-record .table.academic-record thead th.diploma,
  .person-academic-record .table.academic-record thead td.connection,
  .person-academic-record .table.academic-record thead td.evaluation,
  .person-academic-record .table.academic-record thead td.accomplishment,
  .person-academic-record .table.academic-record thead td.achievement,
  .person-academic-record .table.academic-record thead td.diploma,
  .person-academic-record .table.academic-record tbody th.connection,
  .person-academic-record .table.academic-record tbody th.evaluation,
  .person-academic-record .table.academic-record tbody th.accomplishment,
  .person-academic-record .table.academic-record tbody th.achievement,
  .person-academic-record .table.academic-record tbody th.diploma,
  .person-academic-record .table.academic-record tbody td.connection,
  .person-academic-record .table.academic-record tbody td.evaluation,
  .person-academic-record .table.academic-record tbody td.accomplishment,
  .person-academic-record .table.academic-record tbody td.achievement,
  .person-academic-record .table.academic-record tbody td.diploma {
    min-width: 30px;
  }
}
@media (max-width: 767px) {
  .person-academic-record .table.academic-record thead th.total-hours,
  .person-academic-record .table.academic-record thead th.presential-hours,
  .person-academic-record .table.academic-record thead th.online-hours,
  .person-academic-record .table.academic-record thead th.time,
  .person-academic-record .table.academic-record thead th.attendance,
  .person-academic-record .table.academic-record thead th.connection,
  .person-academic-record .table.academic-record thead th.evaluation,
  .person-academic-record .table.academic-record thead th.accomplishment,
  .person-academic-record .table.academic-record thead td.total-hours,
  .person-academic-record .table.academic-record thead td.presential-hours,
  .person-academic-record .table.academic-record thead td.online-hours,
  .person-academic-record .table.academic-record thead td.time,
  .person-academic-record .table.academic-record thead td.attendance,
  .person-academic-record .table.academic-record thead td.connection,
  .person-academic-record .table.academic-record thead td.evaluation,
  .person-academic-record .table.academic-record thead td.accomplishment,
  .person-academic-record .table.academic-record tbody th.total-hours,
  .person-academic-record .table.academic-record tbody th.presential-hours,
  .person-academic-record .table.academic-record tbody th.online-hours,
  .person-academic-record .table.academic-record tbody th.time,
  .person-academic-record .table.academic-record tbody th.attendance,
  .person-academic-record .table.academic-record tbody th.connection,
  .person-academic-record .table.academic-record tbody th.evaluation,
  .person-academic-record .table.academic-record tbody th.accomplishment,
  .person-academic-record .table.academic-record tbody td.total-hours,
  .person-academic-record .table.academic-record tbody td.presential-hours,
  .person-academic-record .table.academic-record tbody td.online-hours,
  .person-academic-record .table.academic-record tbody td.time,
  .person-academic-record .table.academic-record tbody td.attendance,
  .person-academic-record .table.academic-record tbody td.connection,
  .person-academic-record .table.academic-record tbody td.evaluation,
  .person-academic-record .table.academic-record tbody td.accomplishment {
    display: none;
  }
  .person-academic-record .table.academic-record thead th.achievement,
  .person-academic-record .table.academic-record thead th.diploma,
  .person-academic-record .table.academic-record thead td.achievement,
  .person-academic-record .table.academic-record thead td.diploma,
  .person-academic-record .table.academic-record tbody th.achievement,
  .person-academic-record .table.academic-record tbody th.diploma,
  .person-academic-record .table.academic-record tbody td.achievement,
  .person-academic-record .table.academic-record tbody td.diploma {
    min-width: 40px;
  }
}
.phase-wrapper .professor-inscriptions-wrapper {
  margin: 40px 0;
}
.phase-wrapper .professor-inscriptions-wrapper tr th,
.phase-wrapper .professor-inscriptions-wrapper tr td {
  text-align: center;
}
.phase-wrapper .professor-inscriptions-wrapper tr th:first-child,
.phase-wrapper .professor-inscriptions-wrapper tr td:first-child {
  text-align: left;
}
.phase-wrapper .professor-inscriptions-wrapper .ico-control {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EEEEEE;
}
.phase-wrapper .professor-inscriptions-wrapper .ico-control.ok {
  background-color: #3c763d;
}
.phase-wrapper .professor-inscriptions-wrapper .ico-control.ko {
  background-color: #a94442;
}
@media (max-width: 767px) {
  .phase-wrapper .professor-inscriptions-wrapper {
    margin: 40px 0;
  }
}
.phase-wrapper .phase-videoconferencing .recordings-wrapper {
  margin-top: 32px;
}
.phase-wrapper .phase-videoconferencing .recordings-wrapper table img {
  max-width: 70px;
  max-height: 70px;
  border: 1px solid #DDDDDD;
}
.phase-wrapper .phase-forum .forum-title,
.phase-wrapper .phase-forum .forum-description {
  display: none;
}
.phase-wrapper .phase-wiki iframe {
  border: none;
}
.phase-wrapper .phase-doc form {
  margin-top: 20px;
}
.phase-wrapper .phase-doc form #phase_doc_file {
  margin-top: 20px;
  min-height: 400px;
}
.phase-wrapper .phase-doc form .div-paragraph {
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
}
.phase-wrapper .phase-doc form .div-paragraph input[type="checkbox"] {
  position: absolute;
  margin: 18px 0 0 6px !important;
}
.phase-wrapper .phase-doc form .div-paragraph .textarea-wrapper {
  margin: 10px 10px 10px 33px;
}
.phase-wrapper .phase-doc form .div-paragraph .textarea-wrapper textarea {
  height: 150px;
}
.phase-wrapper .phase-doc form .div-paragraph.div-paragraph-on {
  background-color: #acd1e3;
}
.phase-wrapper .phase-doc .buttons-wrapper {
  margin-top: 20px;
  text-align: center;
}
.phase-wrapper .phase-doc .forum-title,
.phase-wrapper .phase-doc .forum-description {
  display: none;
}
.phase-wrapper .phase-tutorial {
  margin-top: 20px;
}
.phase-wrapper .phase-tutorial table tr th,
.phase-wrapper .phase-tutorial table tr td {
  text-align: center;
}
.phase-wrapper .phase-tutorial table tr th:first-child,
.phase-wrapper .phase-tutorial table tr th:last-child,
.phase-wrapper .phase-tutorial table tr td:first-child,
.phase-wrapper .phase-tutorial table tr td:last-child {
  text-align: left;
}
.phase-wrapper .phase-tutorial .ico-control {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EEEEEE;
}
.phase-wrapper .phase-tutorial .ico-control.ok {
  background-color: #3c763d;
}
.phase-wrapper .phase-tutorial .ico-control.ko {
  background-color: #a94442;
}
.phase-wrapper .phase-scorm {
  margin-top: 20px;
}
.phase-wrapper .phase-scorm .scorm-title {
  display: none;
}
.phase-wrapper .phase-scorm .progress-wrapper {
  margin-bottom: 1em;
}
.phase-wrapper .phase-scorm .progress-wrapper .progress {
  margin-bottom: 0;
}
.phase-wrapper .phase-scorm .progress-details li.status {
  display: none;
}
.phase-wrapper .phase-scorm .scorm-open-material {
  margin: 1.2em 0;
}
.phase-wrapper .phase-scorm ul.launcher {
  list-style: none;
  margin: 0;
  padding: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #F8F8F8;
}
.phase-wrapper .phase-scorm ul.launcher li.title h4 {
  margin-top: 0.5em;
}
.phase-wrapper .phase-scorm ul.launcher li.details {
  float: right;
  margin-bottom: 20px;
  padding-top: 5px;
  display: none;
}
.phase-wrapper .phase-scorm ul.launcher li.details div {
  display: inline-block;
  margin: 0 10px 0 10px;
}
.phase-wrapper .phase-scorm #process-phase-scorm-modal .modal-body {
  word-wrap: break-word;
}
.phase-wrapper .phase-scorm #process-phase-scorm-modal .modal-body .dl-horizontal dt {
  width: 280px;
}
.phase-wrapper .phase-scorm #process-phase-scorm-modal .modal-body .dl-horizontal dd {
  margin-left: 300px;
}
@media (max-width: 979px) {
  .phase-wrapper .phase-scorm ul.launcher li.details {
    float: none;
    padding-top: 0;
  }
  .phase-wrapper .phase-scorm ul.launcher li.details div {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 480px) {
  .phase-wrapper .phase-scorm ul.launcher li.details div {
    display: block;
    margin: 0 0 3px 0;
  }
}
.phase-wrapper .phase-poll {
  margin-top: 20px;
}
.phase-wrapper .phase-poll .form-view-header h4 {
  display: none;
}
.phase-wrapper .phase-competences {
  margin-top: 20px;
}
.phase-wrapper .phase-competences .user-competence-add-evaluation {
  margin-bottom: 40px;
}
.phase-wrapper .phase-competences .user-competence-status .chart-legend a.dictionary-link {
  float: left;
}
.phase-wrapper .phase-competences .user-competence-status .chart-legend a.dictionary-link i {
  margin-right: 5px;
}
.phase-wrapper .phase-medias {
  margin-top: 20px;
}
.goals-wrapper .title {
  text-transform: capitalize;
}
.goals-container {
  position: relative;
  display: inline-block;
  width: calc(100% + 10px);
}
.goals-container > li {
  width: calc(50% - 2px);
}
@media (max-width: 480px) {
  .goals-container > li {
    width: calc(100% - 2px);
  }
}
.goals-container .goal-wrapper {
  padding: 10px;
  width: 100%;
  margin: 15px 15px 10px 0;
  background-color: #e4e4e4;
  border-radius: 4px;
  cursor: pointer;
}
.goals-container .goal-wrapper:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dd";
  font-size: 14px;
  line-height: 14px;
  margin-left: 45%;
}
.goals-container .goal-wrapper.selected:before {
  content: "\f0de";
}
.goals-container .goal-wrapper.selected:after {
  content: "";
  position: absolute;
  margin-top: 10px;
  margin-left: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #EAEAEA transparent;
}
.goals-container .goal-wrapper .goal-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table;
}
.goals-container .goal-wrapper .goal-box .circular-percentage {
  position: relative;
  width: 80px;
  z-index: 100;
  border-radius: 50%;
  display: table-cell;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar {
  stroke: #337ab7;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-0 {
  stroke: #E5E5E5;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-25 {
  stroke: #ceddce;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-50 {
  stroke: #9dba9e;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-75 {
  stroke: #6d986e;
}
.goals-container .goal-wrapper .goal-box .circular-percentage svg.circle-progress circle.circular-progress-bar.score-class-100 {
  stroke: #3c763d;
}
.goals-container .goal-wrapper .goal-box .circular-percentage:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.goals-container .goal-wrapper .goal-box .circular-percentage .goal-score {
  position: absolute;
  top: calc(50% - 14px);
  left: 5%;
  right: 5%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 400;
}
.goals-container .goal-wrapper .goal-box .circular-percentage .goal-score span {
  font-size: .5em;
}
.goals-container .goal-wrapper .goal-title {
  height: 80px;
  overflow: hidden;
  display: table-cell;
  font-weight: bold;
  width: calc(80% - 110px);;
  padding-left: 15px;
  vertical-align: middle;
}
.goals-container .goal-wrapper .objectives-container {
  position: absolute;
  z-index: 200;
  background-color: rgba(200,200,200,0.4);
  border-radius: 5px;
  left: 10px;
  right: 5px;
  margin-top: 25px;
  padding: 10px 12px;
  cursor: default;
  box-shadow: -2px 2px 4px rgba(0,0,0,0.3);
}
.goals-container .goal-wrapper .objectives-container > li {
  width: calc(25% - 10px);
}
@media (max-width: 480px) {
  .goals-container .goal-wrapper .objectives-container > li {
    width: calc(50% - 10px);
  }
}
.goals-container .goal-wrapper .objectives-container .objective-wrapper {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 10px 0;
}
.goals-container .goal-wrapper .objectives-container .objective-wrapper .progress {
  height: 12px;
  margin-bottom: 10px;
}
.goals-container .goal-wrapper .objectives-container .objective-wrapper .objective-title {
  height: 2em;
  line-height: 1em;
  overflow: hidden;
}
.process-block-view .phase-fic {
  padding-top: 8px;
  padding-bottom: 16px;
}
.process-block-view .phase-fic.accomplishment-100 {
  background-color: #FBFBFB;
}
.process-block-view .phase-fic .accomplishment-wrapper {
  float: right;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  margin-right: 10px;
}
.process-block-view .phase-fic .accomplishment-wrapper .accomplishment:before {
  position: absolute;
  content: "\2714";
  font-size: 33px;
  line-height: 20px;
  font-weight: bold;
  color: #F5F5F5;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.process-block-view .phase-fic .accomplishment-wrapper.accomplishment-100 .accomplishment:before {
  color: #444444;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.25);
}
.process-block-view .phase-fic .state-wrapper {
  display: none;
  opacity: 0.9;
}
.process-block-view .phase-fic .state-wrapper .state-bar {
  background: #C6C6C6;
  border-radius: 2px;
  overflow: hidden;
}
.process-block-view .phase-fic .state-wrapper .state-bar .bar {
  background-color: #0088cc;
}
.process-block-view .phase-fic .state-wrapper .state-txt {
  font-size: 12px;
}
.process-block-view .phase-fic .state-wrapper.accomplishment-100 {
  display: none;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-vertical {
  position: absolute;
  right: 25px;
  margin-top: 10px;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-vertical .state-bar {
  float: right;
  width: 15px;
  height: 40px;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-vertical .state-bar .bar {
  position: relative;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-vertical .state-txt {
  transform: rotate(-90deg);
  position: absolute;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-vertical .state-txt span {
  display: none;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-horizontal {
  margin-bottom: 16px;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-horizontal .state-bar {
  position: relative;
  width: 30%;
  height: 16px;
  min-width: 200px;
  max-width: 100%;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-horizontal .state-bar .state-txt {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  left: 0;
  right: 0;
  line-height: 16px;
  z-index: 1;
}
.process-block-view .phase-fic .state-wrapper.state-wrapper-horizontal .state-bar .bar {
  height: 16px;
  min-width: 1%;
}
.process-block-view .phase-fic .summary {
  margin-bottom: 12px;
}
.process-block-view .phase-fic .admin-menu {
  float: right;
  margin-left: 8px;
}
.process-block-view .phase-fic .admin-menu ul.dropdown-menu {
  right: 0;
  left: auto;
}
.process-block-view .phase-fic .admin-menu ul.dropdown-menu li span.ico {
  margin-right: 5px;
}
.process-block-view .phase-fic .admin-menu button.btn {
  padding: 0;
}
.process-subgroups .list-wrapper {
  display: inline-block;
}
.process-subgroups .list-group {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.process-subgroups .list-group .list-group-item {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
}
.process-subgroups .list-group .list-group-item a,
.process-subgroups .list-group .list-group-item input {
  margin-right: 10px;
}
.process-subgroups .list-group .list-group-item a {
  display: inline-block;
  min-width: 166px;
  max-width: 100%;
}
.process-subgroups .list-group .list-group-item input {
  width: 170px;
  float: left;
}
.process-subgroups .list-group .list-group-item.active a {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .process-subgroups .list-group .list-group-item a {
    min-width: 156px;
  }
  .process-subgroups .list-group .list-group-item input {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .process-subgroups .list-group .list-group-item a {
    min-width: 176px;
  }
  .process-subgroups .list-group .list-group-item input {
    width: 180px;
  }
}
.process-subgroups .btn-new-wrapper {
  margin-bottom: 20px;
}
.process-subgroups select {
  height: 400px;
  padding: 0;
}
.process-subgroups select option {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 6px;
  padding-bottom: 5px;
}
.process-subgroups select#members option {
  display: none;
}
.process-subgroups select#members option.selected {
  display: block;
}
.process-subgroups select#others option.selected {
  display: none;
}
.process-subgroups .arrows-wrapper {
  text-align: center;
}
.process-subgroups .arrows-wrapper .btn-join {
  margin-top: 40px;
}
.process-subgroups .arrows-wrapper .btn-detach {
  margin-top: 8px;
}
.process-excluded-activities table.excluded-activities {
  margin: 1em 10% 2em;
  width: 80%;
}
.process-excluded-activities table.excluded-activities tr th,
.process-excluded-activities table.excluded-activities tr td {
  line-height: 23px;
}
.process-excluded-activities table.excluded-activities tr th:nth-child(2),
.process-excluded-activities table.excluded-activities tr td:nth-child(2),
.process-excluded-activities table.excluded-activities tr th:last-child,
.process-excluded-activities table.excluded-activities tr td:last-child {
  text-align: center;
}
.process-excluded-activities table.excluded-activities tr th:last-child {
  min-width: 22%;
}
.process-excluded-activities table.excluded-activities img {
  margin-right: 0.5em;
}
.process-excluded-activities table.excluded-activities div.checkbox {
  margin: 0;
}
.process-excluded-activities table.excluded-activities div.checkbox label {
  display: block;
}
.process-excluded-activities table.excluded-activities div.checkbox label input[type="checkbox"] {
  cursor: pointer;
}
.process-excluded-activities table.excluded-activities span.label {
  opacity: 0.9;
}
.process-excluded-activities table.excluded-activities tr[data-slug="block"] td {
  background-color: #FBFBFB;
}
.process-excluded-activities table.excluded-activities tr[data-level="2"] td:first-child {
  padding-left: 2.5em;
}
.process-excluded-activities table.excluded-activities tr.excluded td {
  color: #a94442;
  background-color: #f5e6e6;
}
.process-chats .chats-wrapper .chat .person {
  line-height: 1.3em;
  border-bottom: 1px solid #999999;
}
.process-chats .chats-wrapper .chat .messages {
  margin-bottom: 30px;
}
.process-chats .chats-wrapper .chat .messages .no-messages {
  margin: 5px 0;
}
.process-chats .chats-wrapper .chat .messages .message {
  margin: 5px 0 5px 0;
  padding: 2px 1px 8px 1px;
  border-bottom: 1px dotted #CCCCCC;
}
.process-chats .chats-wrapper .chat .messages .message .message-header {
  font-size: 100%;
}
.process-chats .chats-wrapper .chat .messages .message .message-header .username {
  font-weight: bold;
}
.process-chats .chats-wrapper .chat .messages .message .message-header .date:before {
  content: " (";
}
.process-chats .chats-wrapper .chat .messages .message .message-header .date:after {
  content: ")";
}
.process-chats .chats-wrapper.for-printing .alert {
  display: none;
}
.phase-list-contributions .list-contributions-menu {
  margin-bottom: 1em;
}
.phase-list-contributions .no-rows {
  padding: 2em 0;
}
.phase-list-contributions .div-buttons-add {
  margin: 1em 0 2em;
}
.phase-list-contributions .inactive {
  font-style: italic;
  opacity: 0.5;
}
.phase-list-contributions tr.folder td {
  font-weight: bold;
}
.phase-list-contributions .tree-level-0 {
  padding-left: 0px;
}
.phase-list-contributions .tree-level-1 {
  padding-left: 35px;
}
.phase-list-contributions .tree-level-2 {
  padding-left: 70px;
}
.phase-list-contributions .tree-level-3 {
  padding-left: 105px;
}
.phase-list-contributions .tree-level-4 {
  padding-left: 140px;
}
.phase-list-contributions .tree-level-5 {
  padding-left: 175px;
}
.phase-list-contributions .list-contributions table.table tbody tr > td:first-child .tree-level-1:before,
.phase-list-contributions .list-contributions table.table tbody tr > td:first-child .tree-level-2:before,
.phase-list-contributions .list-contributions table.table tbody tr > td:first-child .tree-level-3:before,
.phase-list-contributions .list-contributions table.table tbody tr > td:first-child .tree-level-4:before,
.phase-list-contributions .list-contributions table.table tbody tr > td:first-child .tree-level-5:before {
  content: "\231E";
  position: absolute;
  margin-left: -24px;
  font-size: 33px;
  margin-top: -8px;
  color: #999999;
  line-height: 22px;
}
.phase-list-contributions.phase-list-contributions-scheme .linkable {
  cursor: pointer;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list {
  padding: 0;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row {
  border-top: 1px solid #DDDDDD;
  padding-top: 12px;
  padding-bottom: 12px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row .vote-off {
  margin-top: 10px;
  margin-bottom: 2px;
  min-height: 30px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent > .row {
  border-top: 1px solid #EEEEEE;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent > .row > div:first-child {
  padding-left: 35px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent > .row > div:first-child:before {
  content: "\231E";
  position: absolute;
  margin-left: -24px;
  font-size: 33px;
  margin-top: -8px;
  color: #999999;
  line-height: 22px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 70px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 105px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 140px;
}
.phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 175px;
}
@media (max-width: 980px) {
  .phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent > .row > div {
    padding-left: 35px;
  }
  .phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent > .row > div {
    padding-left: 70px;
  }
  .phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent .row-div-indent > .row > div {
    padding-left: 105px;
  }
  .phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div {
    padding-left: 140px;
  }
  .phase-list-contributions.phase-list-contributions-votes .votes-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div {
    padding-left: 175px;
  }
}
.phase-list-contributions.phase-list-contributions-votes h4.contribution-title,
.phase-list-contributions.phase-list-contributions-votes h4.folder-title {
  margin-top: 2px;
  margin-bottom: 2px;
}
.phase-list-contributions.phase-list-contributions-votes h4.folder-title {
  font-weight: bold;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields {
  margin: 6px 0 12px;
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #F4F4F4;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-separator {
  border-top: 1px solid #DDDDDD;
  margin: 4px 0;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-header {
  float: right;
  width: 100px;
  padding: 6px 0;
  font-weight: bold;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-label {
  padding: 6px 0;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-data {
  float: right;
  width: 100px;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-data .star {
  margin-top: 5px;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-data .voting-boolean {
  margin-top: 9px;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-data .voting-points {
  height: 24px;
  margin-top: 2px;
  padding: 3px 6px;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-data .voting-results {
  height: 24px;
  margin-top: 3px;
  padding: 3px 6px;
  text-align: right;
}
.phase-list-contributions.phase-list-contributions-votes .voting-fields .voting-fields-data-results {
  width: 100px;
}
.phase-list-contributions.phase-list-contributions-votes .form-buttons {
  text-align: center;
  margin: 1.5em;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list {
  padding: 0;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row {
  border-top: 1px solid #DDDDDD;
  padding-top: 12px;
  padding-bottom: 12px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent > .row {
  border-top: 1px solid #EEEEEE;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent > .row > div:first-child {
  padding-left: 35px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent > .row > div:first-child:before {
  content: "\231E";
  position: absolute;
  margin-left: -24px;
  font-size: 33px;
  margin-top: -8px;
  color: #999999;
  line-height: 22px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 70px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 105px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 140px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 175px;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .info-div {
  display: none;
  margin: 6px 0 24px;
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background-color: #F4F4F4;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .info-div .user-list {
  margin-bottom: 0;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .info-div .user-list li {
  line-height: 24px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phase-list-contributions.phase-list-contributions-inscriptions .inscriptions-list .info-div .user-list li .image {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  border-radius: 3px;
}
.phase-list-contributions.phase-list-contributions-inscriptions h4.contribution-title,
.phase-list-contributions.phase-list-contributions-inscriptions h4.folder-title {
  margin-top: 2px;
  margin-bottom: 2px;
}
.phase-list-contributions.phase-list-contributions-inscriptions h4.folder-title {
  font-weight: bold;
}
.phase-list-contributions.phase-list-contributions-inscriptions .form-buttons {
  text-align: center;
  margin: 1.5em;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list {
  padding: 0;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row {
  border-top: 1px solid #DDDDDD;
  padding-top: 12px;
  padding-bottom: 12px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent > .row {
  border-top: 1px solid #EEEEEE;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent > .row > div:first-child {
  padding-left: 35px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent > .row > div:first-child:before {
  content: "\231E";
  position: absolute;
  margin-left: -24px;
  font-size: 33px;
  margin-top: -8px;
  color: #999999;
  line-height: 22px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 70px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 105px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 140px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .row-div-indent .row-div-indent .row-div-indent .row-div-indent .row-div-indent > .row > div:first-child {
  padding-left: 175px;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .info-div-wrapper {
  display: inline-block;
  width: 100%;
  display: none;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .info-div {
  float: right;
  width: 75%;
  text-align: left;
  margin: 6px 0 12px;
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background-color: #F4F4F4;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .info-div .user-list {
  margin-bottom: 0;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .info-div .user-list li {
  line-height: 24px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phase-list-contributions.phase-list-contributions-tracking .tracking-list .info-div .user-list li .image {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  border-radius: 3px;
}
.phase-list-contributions.phase-list-contributions-tracking h4.contribution-title,
.phase-list-contributions.phase-list-contributions-tracking h4.folder-title {
  margin-top: 2px;
  margin-bottom: 2px;
}
.phase-list-contributions.phase-list-contributions-tracking h4.folder-title {
  font-weight: bold;
}
.phase-list-contributions.phase-list-contributions-tracking .status {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin-right: 4px;
  display: none;
}
.phase-list-contributions.phase-list-contributions-tracking .status_received {
  background-image: url('/web/assets/img/received.png');
}
.phase-list-contributions.phase-list-contributions-tracking .status_considered {
  background-image: url('/web/assets/img/considered.png');
}
.phase-list-contributions.phase-list-contributions-tracking .status_ongoing {
  background-image: url('/web/assets/img/ongoing.png');
}
.phase-list-contributions.phase-list-contributions-tracking .status_finished {
  background-image: url('/web/assets/img/finished.png');
}
.phase-list-contributions.phase-list-contributions-tracking .status_discarded {
  background-image: url('/web/assets/img/discarded.png');
}
.phase-list-contributions.phase-list-contributions-tracking .status-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .members {
  margin-top: 4px;
  font-size: 13px;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .members .user-list li {
  display: inline-block;
  margin: 0 4px 4px 0;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .menu-actions-contribution {
  float: right;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .btn-save-contribution,
.phase-list-contributions.phase-list-contributions-tracking .info-div .btn-cancel-contribution {
  display: none;
  margin-bottom: 3px;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .reply-box {
  margin-bottom: 8px;
  padding: 6px 10px;
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  line-height: 1.3em;
  width: calc(100% - 40px);
  border-radius: 4px;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div textarea.reply-box {
  background-color: #FFFFFF;
  display: none;
  margin-bottom: 3px;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div select.percent-complete {
  display: none;
  width: 80px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .start-date-finish-date-row {
  font-size: 13px;
  display: none;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row {
  font-size: 13px;
  margin-top: 3px;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row .status-item {
  display: inline-block;
  color: #999999;
  border: 1px solid #CCCCCC;
  padding: 1px 5px 0;
  margin-bottom: 2px;
  border-radius: 2px;
  opacity: 0;
  min-width: 80px;
  text-align: center;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row .status-item-on {
  color: #333333;
  background-color: #E3E3E3;
  opacity: 1;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row .status-item-current {
  color: #333333;
  background-color: #999999;
  border-color: #888888;
  color: #FFFFFF;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row .status-item-percent {
  display: inline-block;
  width: 80px;
  color: #FFFFFF;
  border: 1px solid #888888;
  padding: 0;
  margin-bottom: 2px;
  border-radius: 2px;
  opacity: 1;
  background-color: #999999;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row .status-item-percent .status-item-percent-label {
  width: 80px;
  text-align: center;
  font-weight: bold;
}
.phase-list-contributions.phase-list-contributions-tracking .info-div .status-row .status-item-percent .status-item-percent-bar {
  background-color: #999999;
  padding: 1px 0 0;
}
#process_contribution_view .contribution-header,
#process_contribution_view .contribution-body {
  margin-bottom: 20px;
}
#process_contribution_view .contribution-header dl,
#process_contribution_view .contribution-body dl {
  margin-top: 32px;
}
#process_contribution_view .contribution-header dl dd + dt,
#process_contribution_view .contribution-body dl dd + dt {
  margin-top: 24px;
}
#process_contribution_view .contribution-header .label,
#process_contribution_view .contribution-body .label {
  font-size: 95%;
  margin: 2px 0;
  line-height: 1.2em;
  display: inline-block;
}
#process_new_contribution .id_criterion-wrapper .criteria-label {
  display: none;
}
#process_new_contribution .id_criterion-wrapper div.checkbox {
  float: left;
  width: 142px;
}
#process_new_contribution .id_criterion-wrapper div.checkbox label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 8px;
}
.professor-workgroups {
  margin-bottom: 56px;
}
.professor-workgroups li.catalog-sheet-thumbnail {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 6px;
  padding-bottom: 14px;
}
.professor-workgroups li.catalog-sheet-thumbnail div.image {
  width: 95%;
  height: 140px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.professor-workgroups li.catalog-sheet-thumbnail div.image.no-image {
  background-color: #ebebeb;
  position: relative;
}
.professor-workgroups li.catalog-sheet-thumbnail div.image.no-image:before {
  content: "\f19d";
  font-family: "Font Awesome 5 Pro";
  font-size: 70px;
  color: #ffffff;
  font-weight: 900;
  position: absolute;
  margin-top: 1em;
  left: calc(50% - 35px);
  transform: rotate(-25deg);
}
.professor-workgroups li.catalog-sheet-thumbnail.resident div.image.no-image:before {
  content: "\f1ad";
  transform: none;
  font-weight: 400;
}
.professor-workgroups li.catalog-sheet-thumbnail .inscriptions-active {
  margin-bottom: 17px;
}
.professor-workgroups li.catalog-sheet-thumbnail .classroom-link {
  text-align: right;
}
.professor-workgroups table th,
.professor-workgroups table td {
  min-width: 50px;
  max-width: 25%;
  text-align: left;
}
.professor-workgroups table th.total-hours,
.professor-workgroups table th.presential-hours,
.professor-workgroups table th.online-hours,
.professor-workgroups table th.assigned-hours,
.professor-workgroups table th.inscriptions,
.professor-workgroups table th.inscriptions-active,
.professor-workgroups table td.total-hours,
.professor-workgroups table td.presential-hours,
.professor-workgroups table td.online-hours,
.professor-workgroups table td.assigned-hours,
.professor-workgroups table td.inscriptions,
.professor-workgroups table td.inscriptions-active {
  text-align: center;
}
.professor-workgroups table td.call {
  white-space: nowrap;
}
.iframe-web-record-list .record-list {
  padding: 0 2px;
}
.iframe-web-record-list .record-list > .row {
  padding-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.iframe-web-record-list .record-list > .row .gallery-wrapper {
  clear: both;
}
.iframe-web-record-list .record-list > .row .image {
  margin-right: 20px;
  height: 80px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.iframe-web-record-list .record-list > .row .image.undefined {
  background-color: #EEEEEE;
}
.iframe-web-record-list .record-list > .row .btn {
  opacity: 0.5;
}
.iframe-web-record-list .record-list > .row:hover .btn {
  opacity: 1;
}
.record-new-person-experience #date_ini_month,
.record-new-person-experience #date_end_month,
.record-new-person-education #date_ini_month,
.record-new-person-education #date_end_month {
  width: 60px;
}
.record-new-person-experience #date_ini_year,
.record-new-person-experience #date_end_year,
.record-new-person-education #date_ini_year,
.record-new-person-education #date_end_year {
  width: 100px;
}
.record-new-person-experience #date_ini_month,
.record-new-person-experience #date_end_month,
.record-new-person-experience #date_ini_year,
.record-new-person-experience #date_end_year,
.record-new-person-experience .date-separator,
.record-new-person-experience .date-info,
.record-new-person-education #date_ini_month,
.record-new-person-education #date_end_month,
.record-new-person-education #date_ini_year,
.record-new-person-education #date_end_year,
.record-new-person-education .date-separator,
.record-new-person-education .date-info {
  display: inline-block;
}
.record-new-person-experience .date-end-present,
.record-new-person-education .date-end-present {
  margin-left: 20px;
}
.record-new-person-experience .image-logo,
.record-new-person-education .image-logo {
  position: relative;
  max-width: 90px;
  float: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.sale-cart ul.cart-list {
  list-style-type: none;
  margin: 0;
  min-height: 75px;
  max-width: calc(100% - 200px);
}
.sale-cart ul.cart-list li {
  border-bottom: 1px solid #DDDDDD;
  padding: 12px 2px 12px 2px;
  line-height: normal;
}
.sale-cart ul.cart-list li.item {
  padding: 12px 2px 12px 190px;
  min-height: 120px;
}
.sale-cart ul.cart-list li a.edit,
.sale-cart ul.cart-list li a.delete,
.sale-cart ul.cart-list li a.pack-view,
.sale-cart ul.cart-list li a.unavailable,
.sale-cart ul.cart-list li a.add-item-comment,
.sale-cart ul.cart-list li a.edit-item-comment,
.sale-cart ul.cart-list li a.save-item-comment,
.sale-cart ul.cart-list li a.cancel-item-comment {
  display: inline-block;
  margin: 12px 3px 0 0;
  padding: 5px 6px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
}
.sale-cart ul.cart-list li a.edit:hover,
.sale-cart ul.cart-list li a.delete:hover,
.sale-cart ul.cart-list li a.pack-view:hover,
.sale-cart ul.cart-list li a.unavailable:hover,
.sale-cart ul.cart-list li a.add-item-comment:hover,
.sale-cart ul.cart-list li a.edit-item-comment:hover,
.sale-cart ul.cart-list li a.save-item-comment:hover,
.sale-cart ul.cart-list li a.cancel-item-comment:hover {
  background-color: #333333;
  cursor: pointer;
  text-decoration: none;
}
.sale-cart ul.cart-list li .item-comment-wrapper {
  margin: 6px 0 0;
}
.sale-cart ul.cart-list li .item-comment-wrapper input.comment {
  display: none;
  width: calc(100% - 140px);
  font-size: 13px;
  margin: 0;
  height: 17px;
  padding: 2px 4px 1px;
  vertical-align: bottom;
}
.sale-cart ul.cart-list li .item-comment-wrapper div.comment {
  display: inline-block;
  min-width: 120px;
  max-width: calc(100% - 140px);
  font-size: 13px;
  margin: 0;
  height: 17px;
  padding: 3px 14px 0px 4px;
  border: 1px solid #DDDDDD;
  background-color: #c5deeb;
  vertical-align: bottom;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sale-cart ul.cart-list li .item-comment-wrapper a.add-item-comment,
.sale-cart ul.cart-list li .item-comment-wrapper a.edit-item-comment,
.sale-cart ul.cart-list li .item-comment-wrapper a.save-item-comment,
.sale-cart ul.cart-list li .item-comment-wrapper a.cancel-item-comment {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 6px;
  margin: 0;
}
.sale-cart ul.cart-list li .item-comment-wrapper a.add-item-comment {
  padding: 4px 8px 3px 6px;
}
.sale-cart ul.cart-list li .item-comment-wrapper a.add-item-comment i.icon-comment {
  margin-right: 4px;
}
.sale-cart ul.cart-list li a.unavailable {
  background-color: #c0605e;
}
.sale-cart ul.cart-list li a.unavailable:hover {
  background-color: #a94442;
}
.sale-cart ul.cart-list li .image {
  background-color: #F5F6F7;
  position: absolute;
  width: 170px;
  height: 119px;
  margin-left: -190px;
  background-size: cover;
  background-position: center center;
}
.sale-cart ul.cart-list li .price {
  float: right;
  margin-left: 15px;
}
.sale-cart ul.cart-list li .description {
  font-size: 90%;
  color: #555555;
  margin-top: 6px;
  margin-right: 15px;
}
.sale-cart ul.cart-list li .consumer {
  font-size: 85%;
  color: #555555;
  margin-top: 2px;
  margin-right: 15px;
}
.sale-cart ul.cart-list li .pax,
.sale-cart ul.cart-list li .item-options,
.sale-cart ul.cart-list li .item-coupon {
  font-size: 85%;
  color: #555555;
  margin-top: 4px;
  margin-right: 15px;
}
.sale-cart ul.cart-list li .item-coupon {
  color: #31708f;
}
.sale-cart ul.cart-list li:hover {
  color: #111111;
}
.sale-cart ul.cart-list li:hover .description,
.sale-cart ul.cart-list li:hover .consumer,
.sale-cart ul.cart-list li:hover .pax {
  color: #444444;
}
.sale-cart ul.cart-list li.loading {
  display: block;
  border-bottom: none;
  margin-left: 0;
}
.sale-cart ul.cart-list li.no-rows {
  opacity: 0.9;
  border-bottom: none;
}
.sale-cart ul.cart-list li.pack-item {
  font-size: 95%;
  color: #333333;
  border-top: 1px dotted #FFFFFF;
  margin-top: -1px;
  padding: 7px 2px 9px 15px;
  display: none;
}
.sale-cart ul.cart-list li.pack-item .concept,
.sale-cart ul.cart-list li.pack-item .description,
.sale-cart ul.cart-list li.pack-item .pax {
  margin-top: 0px;
}
.sale-cart ul.cart-list li.pack-item .description,
.sale-cart ul.cart-list li.pack-item .pax {
  font-size: 90%;
  display: inline;
}
.sale-cart ul.cart-list li.pack-item .concept:before {
  position: absolute;
  content: "\2022";
  margin-left: -10px;
}
.sale-cart ul.cart-list li.pack-item .description:after {
  content: ", ";
}
.sale-cart ul.cart-list li.pack-item a.edit,
.sale-cart ul.cart-list li.pack-item a.delete,
.sale-cart ul.cart-list li.pack-item a.pack-view,
.sale-cart ul.cart-list li.pack-item a.unavailable {
  margin-top: 6px;
  display: block;
  width: 14px;
}
.sale-cart ul.cart-list li.unavailable a,
.sale-cart ul.cart-list li.unavailable .price,
.sale-cart ul.cart-list li.unavailable .concept,
.sale-cart ul.cart-list li.unavailable .description,
.sale-cart ul.cart-list li.unavailable .consumer,
.sale-cart ul.cart-list li.unavailable .pax {
  color: #a94442;
}
.sale-cart ul.cart-list li.total {
  border-bottom: none;
}
.sale-cart .btn.disabled {
  cursor: not-allowed;
  display: none;
}
.sale-cart #btn_checkout {
  float: right;
  margin-top: 8px;
}
.sale-cart #btn_checkout_bottom {
  margin-top: 15px;
}
.sale-cart a.empty {
  display: none;
  margin: 5px 0 0 0;
  font-size: 90%;
}
.sale-cart .map-wrapper {
  margin: 1em 0 1em 0;
}
.sale-cart .map-wrapper .map {
  height: 350px;
}
.sale-cart .map-wrapper .map h1 {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0;
}
.sale-cart.sale-cart-box ul.cart-list {
  max-width: 100%;
}
.sale-cart.sale-cart-box ul.cart-list li {
  padding: 8px 2px 12px 2px;
}
.sale-cart.sale-cart-box ul.cart-list li.loading {
  position: absolute;
  background-color: #FFFFFF;
  opacity: 0.8;
  min-height: 64px;
  z-index: 100;
}
.sale-cart.sale-cart-box ul.cart-list li .image {
  position: relative;
  float: left;
  width: 35px;
  height: 33px;
  margin: 0 8px 4px 0;
  display: none;
}
.sale-cart.sale-cart-box #btn_checkout {
  float: none;
  margin: 20px 0 10px 0;
  white-space: normal;
}
.sale-cart.sale-cart-box .map-wrapper {
  margin: 0.5em 0 1em 0;
}
.sale-cart.sale-cart-box .map-wrapper .map {
  height: 250px;
}
@media (max-width: 767px) {
  .sale-cart ul.cart-list {
    max-width: calc(100% - 100px);
  }
  .sale-cart ul.cart-list li.item {
    padding-left: 2px;
  }
  .sale-cart ul.cart-list li.item .image {
    display: none;
  }
}
@media (max-width: 480px) {
  .sale-cart ul.cart-list {
    max-width: 100%;
  }
}
.sale-checkout #btn_finalize_top {
  float: right;
  margin: 10px 0 0 20px;
}
.sale-checkout #btn_finalize_bottom {
  float: right;
  margin: 20px 0 20px 20px;
}
.sale-checkout #btn_print {
  float: right;
  margin: 10px 0 0 20px;
}
.sale-checkout .error {
  color: #a94442;
}
.sale-checkout .error.main-error {
  display: none;
  margin: -14px 0 10px 0;
  position: static;
  width: auto;
  padding: 12px 15px;
  height: auto;
  text-indent: 10px;
}
.sale-checkout .error.main-error:before {
  float: left;
}
.sale-checkout .loading {
  width: 48px;
  height: 48px;
  float: right;
}
.sale-checkout fieldset {
  margin-top: 60px;
}
.sale-checkout fieldset legend {
  border-top: 1px solid #DDDDDD;
  border-bottom: none;
  padding-top: 17px;
}
.sale-checkout fieldset.purchase-amount {
  margin-top: 0;
}
.sale-checkout fieldset.purchase-amount legend {
  border-top: none;
  padding-top: 5px;
}
.sale-checkout fieldset.purchase-amount .unavailable-items-msg {
  max-width: 311px;
  display: none;
  margin-bottom: 25px;
}
.sale-checkout fieldset.purchase-amount .unavailable-items-msg button {
  margin: 10px 0 6px 0;
}
.sale-checkout fieldset.purchase-amount ul.budget {
  list-style-type: none;
  margin: 0;
  max-width: 360px;
  font-size: 115%;
}
.sale-checkout fieldset.purchase-amount ul.budget li {
  padding: 5px 1px;
  line-height: normal;
}
.sale-checkout fieldset.purchase-amount ul.budget li .price {
  float: right;
}
.sale-checkout fieldset.purchase-amount ul.budget li .concept,
.sale-checkout fieldset.purchase-amount ul.budget li .description,
.sale-checkout fieldset.purchase-amount ul.budget li .consumer,
.sale-checkout fieldset.purchase-amount ul.budget li .pax,
.sale-checkout fieldset.purchase-amount ul.budget li .item-options,
.sale-checkout fieldset.purchase-amount ul.budget li .item-coupon {
  margin-right: 80px;
}
.sale-checkout fieldset.purchase-amount ul.budget li .concept,
.sale-checkout fieldset.purchase-amount ul.budget li .price {
  color: #444444;
}
.sale-checkout fieldset.purchase-amount ul.budget li .description,
.sale-checkout fieldset.purchase-amount ul.budget li .consumer,
.sale-checkout fieldset.purchase-amount ul.budget li .pax,
.sale-checkout fieldset.purchase-amount ul.budget li .item-options,
.sale-checkout fieldset.purchase-amount ul.budget li .item-coupon {
  font-size: 80%;
  margin-top: 2px;
}
.sale-checkout fieldset.purchase-amount ul.budget li .item-coupon {
  color: #31708f;
}
.sale-checkout fieldset.purchase-amount ul.budget li.goods {
  padding-top: 0;
  padding-bottom: 10px;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item {
  padding: 10px 0;
  border-top: 1px solid #CCCCCC;
  display: none;
  color: #7E7E7E;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item {
  color: #333333;
  border-top: 1px dotted #CCCCCC;
  margin-top: -1px;
  padding: 7px 2px 9px 15px;
  display: none;
  line-height: 1.05em;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .price {
  display: none;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .concept,
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .description,
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .pax {
  margin-top: 0px;
  font-size: 13px;
  margin-right: 0px;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .description,
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .pax {
  display: inline;
  color: #7E7E7E;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .concept:before {
  position: absolute;
  content: "\2022";
  margin-left: -10px;
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.pack-item .description:after {
  content: ", ";
}
.sale-checkout fieldset.purchase-amount ul.budget li.item.unavailable .price,
.sale-checkout fieldset.purchase-amount ul.budget li.item.unavailable .concept,
.sale-checkout fieldset.purchase-amount ul.budget li.item.unavailable .description,
.sale-checkout fieldset.purchase-amount ul.budget li.item.unavailable .consumer,
.sale-checkout fieldset.purchase-amount ul.budget li.item.unavailable .pax {
  color: #a94442;
}
.sale-checkout fieldset.purchase-amount ul.budget li.subtotal {
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  display: none;
}
.sale-checkout fieldset.purchase-amount ul.budget li.vat {
  padding-bottom: 10px;
  display: none;
}
.sale-checkout fieldset.purchase-amount ul.budget li.total {
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  font-size: 120%;
  font-weight: bold;
}
.sale-checkout fieldset.purchase-amount a.toggle-cart,
.sale-checkout fieldset.purchase-amount a.edit-cart,
.sale-checkout fieldset.purchase-amount a.use-coupon {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 90%;
  line-height: normal;
}
.sale-checkout fieldset.purchase-amount a.toggle-cart i,
.sale-checkout fieldset.purchase-amount a.edit-cart i,
.sale-checkout fieldset.purchase-amount a.use-coupon i {
  float: left;
  margin-right: 6px;
}
.sale-checkout fieldset.purchase-amount a.toggle-cart:hover,
.sale-checkout fieldset.purchase-amount a.edit-cart:hover,
.sale-checkout fieldset.purchase-amount a.use-coupon:hover {
  background-color: #333333;
  cursor: pointer;
}
.sale-checkout fieldset.promotional-discount {
  display: none;
  margin-top: 20px;
}
.sale-checkout fieldset.promotional-discount legend {
  border-top: 0;
  font-size: 19px;
  margin-bottom: 6px;
}
.sale-checkout fieldset.promotional-discount #coupon {
  margin: 0;
}
.sale-checkout fieldset.promotional-discount #coupon_info {
  margin-top: 5px;
}
.sale-checkout fieldset.promotional-discount #coupon_info .loading {
  display: block;
  float: left;
  margin-top: 6px;
}
.sale-checkout fieldset.promotional-discount #coupon_info .alert {
  display: inline-block;
}
.sale-checkout fieldset.billing-information #billing_data_chosen {
  max-width: 400px;
}
.sale-checkout fieldset.billing-information #billing_data_complete_info {
  border: none;
  background-color: transparent;
  color: transparent;
  width: 1px;
  opacity: 0.01;
}
.sale-checkout fieldset.billing-information #billing_data_view {
  margin: 16px 0 0 4px;
}
.sale-checkout fieldset.billing-information #billing_data_view .loading {
  display: block;
  margin-left: 0;
  float: none;
}
.sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper {
  float: left;
  display: inline-block;
}
.sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper .name {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3em;
}
.sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper.incomplete-info {
  padding: 5px 6px;
  color: #a94442;
  background-color: #f5e6e6;
  border-radius: 3px;
  max-width: calc(100% - 360px);
}
@media (max-width: 767px) {
  .sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper.incomplete-info {
    max-width: calc(100% - 260px);
  }
}
@media (max-width: 540px) {
  .sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper.incomplete-info {
    max-width: calc(100% - 160px);
  }
}
.sale-checkout fieldset.billing-information #billing_data_view a.edit {
  float: left;
  display: inline-block;
  margin: 2px 0 0 15px;
  padding: 5px 6px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
  line-height: 16px;
}
.sale-checkout fieldset.billing-information #billing_data_view a.edit:hover {
  background-color: #333333;
  cursor: pointer;
}
.sale-checkout fieldset.billing-information #billing_data_view .info-missing-data {
  float: left;
  margin-left: 4px;
  padding: 5px 6px;
  color: #a94442;
  max-width: 290px;
}
@media (max-width: 767px) {
  .sale-checkout fieldset.billing-information #billing_data_view .info-missing-data {
    max-width: 190px;
  }
}
@media (max-width: 540px) {
  .sale-checkout fieldset.billing-information #billing_data_view .info-missing-data {
    max-width: 90px;
  }
}
.sale-checkout fieldset.billing-information a.add-billing-data {
  display: inline-block;
  margin: 20px 0 0 4px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
  text-decoration: none;
  line-height: normal;
}
.sale-checkout fieldset.billing-information a.add-billing-data i {
  float: left;
  margin-right: 6px;
}
.sale-checkout fieldset.billing-information a.add-billing-data:hover {
  background-color: #333333;
  cursor: pointer;
}
.sale-checkout fieldset.billing-information #billing_data_edit {
  width: 65%;
}
.sale-checkout fieldset.billing-information #billing_data_edit .loading {
  display: block;
  margin-left: 0;
  float: none;
}
.sale-checkout fieldset.billing-information #billing_data_edit .control-group {
  width: 45%;
  margin-right: 4%;
  float: left;
}
.sale-checkout fieldset.billing-information #billing_data_edit .control-group input[type="text"] {
  margin: 0;
}
.sale-checkout fieldset.billing-information #billing_data_edit .control-group input[type="text"].required,
.sale-checkout fieldset.billing-information #billing_data_edit .control-group .chosen-container-single.required .chosen-single {
  border-color: #a94442;
}
.sale-checkout fieldset.billing-information #billing_data_edit .control-group.type,
.sale-checkout fieldset.billing-information #billing_data_edit .control-group.address,
.sale-checkout fieldset.billing-information #billing_data_edit .control-group.email {
  width: 90%;
  margin-right: 8%;
  float: none;
}
.sale-checkout fieldset.billing-information #billing_data_edit .row-footer {
  margin-top: 20px;
}
.sale-checkout fieldset.billing-information #billing_data_edit .row-footer #_loading_billing_data_edit {
  display: none;
}
.sale-checkout fieldset.billing-information #billing_data_edit .row-footer .required_fields_explanation {
  font-size: 90%;
  color: #7E7E7E;
  display: inline;
  margin-left: 10px;
  position: absolute;
}
.sale-checkout fieldset.billing-information div.billing-information-option {
  margin-bottom: 8px;
}
.sale-checkout fieldset.billing-information div.billing-information-option > input {
  float: left;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info {
  margin-left: 22px;
  display: block;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info > label {
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3em;
  color: #7E7E7E;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details {
  display: none;
  color: #333333;
  margin-bottom: 20px;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other dl {
  margin: 8px 0 15px 0;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other dl dt {
  width: 100px;
  text-align: left;
  padding-top: 6px;
  font-weight: normal;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other dl dd {
  margin-left: 120px;
}
@media (max-width: 767px) {
  .sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other dl {
    margin: 8px 0 11px 0;
  }
  .sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other dl dt {
    float: none;
    width: auto;
    clear: none;
    padding-top: 0;
    padding-bottom: 3px;
  }
  .sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other dl dd {
    margin-left: 0;
  }
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other .input {
  width: 160px;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other .chosen {
  width: 174px;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other #other_ident_type_chosen {
  display: none;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other .other-database-name {
  display: none;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other .other-database-name #other_database_name {
  width: 338px;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other .other-edit {
  display: none;
}
.sale-checkout fieldset.billing-information div.billing-information-option .billing-information-info div.details#other .other-address {
  display: none;
}
.sale-checkout fieldset.billing-information div.billing-information-option:hover label {
  color: #31708f;
}
.sale-checkout fieldset.billing-information div.billing-information-option.selected label {
  color: #333333;
}
.sale-checkout fieldset.payment-method div.payment-method-option {
  margin-bottom: 8px;
}
.sale-checkout fieldset.payment-method div.payment-method-option > input {
  float: left;
}
.sale-checkout fieldset.payment-method div.payment-method-option .payment-method-info {
  margin-left: 22px;
  display: block;
}
.sale-checkout fieldset.payment-method div.payment-method-option .payment-method-info label {
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3em;
  color: #7E7E7E;
}
.sale-checkout fieldset.payment-method div.payment-method-option .payment-method-info span.ico-info {
  font-family: Times;
  font-weight: bold;
  margin: 1px 0 0 1px;
  display: inline-block;
  vertical-align: top;
  background-color: #AAAAAA;
  color: #FFFFFF;
  border-radius: 50%;
  width: 14px;
  text-align: center;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  cursor: pointer;
}
.sale-checkout fieldset.payment-method div.payment-method-option .payment-method-info div.description {
  display: none;
  background-color: #F1F2F3;
  color: #444444;
  padding: 10px 14px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.sale-checkout fieldset.payment-method div.payment-method-option:hover label {
  color: #31708f;
}
.sale-checkout fieldset.payment-method div.payment-method-option.selected label {
  color: #333333;
}
.sale-checkout fieldset.terms_and_conditions label.checkbox {
  display: block;
  line-height: normal;
}
.sale-checkout fieldset.terms_and_conditions .conditions_txt {
  font-size: 90%;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #F7F8F9;
  margin-bottom: 10px;
  padding: 4px 8px;
  max-height: 205px;
  overflow-y: auto;
}
.sale-checkout fieldset.pos-payment-summary {
  margin-top: 0;
}
.sale-checkout fieldset.pos-payment-summary legend {
  border-top: none;
  padding-top: 5px;
}
.sale-checkout fieldset.pos-payment-monitor {
  margin: 40px 0;
}
.sale-checkout fieldset.pos-payment-monitor .checkout-pos-chapter .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sale-checkout fieldset.pos-payment-monitor .checkout-pos-chapter .description {
  margin-bottom: 20px;
}
.sale-checkout fieldset.pos-payment-monitor .checkout-pos-chapter .btn {
  margin-bottom: 20px;
}
.sale-checkout fieldset.pos-payment-monitor #checkout_pos_ok,
.sale-checkout fieldset.pos-payment-monitor #checkout_pos_ko,
.sale-checkout fieldset.pos-payment-monitor #checkout_pos_ko_nounblock {
  display: none;
}
.sale-checkout fieldset.pos-payment-monitor #checkout_pos_ok .btn {
  display: none;
}
.sale-checkout fieldset.purchase-completed {
  margin-top: 0;
}
.sale-checkout fieldset.purchase-completed legend {
  border-top: none;
  padding-top: 5px;
}
.sale-checkout fieldset.purchase-completed .checkout-feedback {
  margin: 0 0 30px;
}
.sale-checkout fieldset.purchase-completed p.purchase-id {
  font-size: 115%;
  display: inline-block;
  margin-bottom: 45px;
}
.sale-checkout fieldset.purchase-completed p.purchase-id span.id {
  font-weight: bold;
}
.sale-checkout fieldset.purchase-completed ul.sale {
  list-style-type: none;
  margin: 0;
  max-width: 360px;
  font-size: 115%;
}
.sale-checkout fieldset.purchase-completed ul.sale li {
  padding: 5px 1px;
  line-height: normal;
}
.sale-checkout fieldset.purchase-completed ul.sale li .price {
  float: right;
}
.sale-checkout fieldset.purchase-completed ul.sale li .concept,
.sale-checkout fieldset.purchase-completed ul.sale li .description,
.sale-checkout fieldset.purchase-completed ul.sale li .consumer,
.sale-checkout fieldset.purchase-completed ul.sale li .pax,
.sale-checkout fieldset.purchase-completed ul.sale li .item-options,
.sale-checkout fieldset.purchase-completed ul.sale li .item-coupon {
  margin-right: 80px;
}
.sale-checkout fieldset.purchase-completed ul.sale li .concept,
.sale-checkout fieldset.purchase-completed ul.sale li .price {
  color: #444444;
}
.sale-checkout fieldset.purchase-completed ul.sale li .description,
.sale-checkout fieldset.purchase-completed ul.sale li .consumer,
.sale-checkout fieldset.purchase-completed ul.sale li .pax,
.sale-checkout fieldset.purchase-completed ul.sale li .item-options,
.sale-checkout fieldset.purchase-completed ul.sale li .item-coupon {
  font-size: 80%;
  margin-top: 2px;
}
.sale-checkout fieldset.purchase-completed ul.sale li .item-coupon {
  color: #31708f;
}
.sale-checkout fieldset.purchase-completed ul.sale li.goods {
  padding-top: 0;
  padding-bottom: 10px;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item {
  padding: 10px 0;
  border-top: 1px solid #CCCCCC;
  display: none;
  color: #7E7E7E;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item {
  color: #333333;
  border-top: 1px dotted #CCCCCC;
  margin-top: -1px;
  padding: 7px 2px 9px 15px;
  display: none;
  line-height: 1.05em;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .price {
  display: none;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .concept,
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .description,
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .pax {
  margin-top: 0px;
  font-size: 13px;
  margin-right: 0px;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .description,
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .pax {
  display: inline;
  color: #7E7E7E;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .concept:before {
  position: absolute;
  content: "\2022";
  margin-left: -10px;
}
.sale-checkout fieldset.purchase-completed ul.sale li.item.pack-item .description:after {
  content: ", ";
}
.sale-checkout fieldset.purchase-completed ul.sale li.subtotal {
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  display: none;
}
.sale-checkout fieldset.purchase-completed ul.sale li.vat {
  padding-bottom: 10px;
  display: none;
}
.sale-checkout fieldset.purchase-completed ul.sale li.total {
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  font-size: 120%;
  font-weight: bold;
}
.sale-checkout fieldset.purchase-completed a.toggle-cart {
  display: inline-block;
  margin: 20px 0 30px 0;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 90%;
  line-height: normal;
}
.sale-checkout fieldset.purchase-completed a.toggle-cart i {
  float: left;
  margin-right: 6px;
}
.sale-checkout fieldset.purchase-completed a.toggle-cart:hover {
  background-color: #333333;
  cursor: pointer;
}
.sale-checkout fieldset.purchase-completed .go-to-homepage-wrapper,
.sale-checkout fieldset.purchase-completed .campus-access-wrapper {
  margin-top: 30px;
}
.site-menu .nav.navbar-nav li a i {
  margin-right: 4px;
}
.task-person .nav-tabs {
  margin-bottom: 16px;
}
.task-person .task-timeline .vis-item {
  transition: .1s;
}
.task-person .task-timeline .vis-item.task-state-discarded {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
}
.task-person .task-timeline .vis-item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.task-person .task-timeline .task-tooltip {
  max-width: 400px;
  max-height: 300px;
  overflow: hidden;
  white-space: normal;
}
.task-person .task-timeline .progress {
  height: 18px;
  border-radius: 0;
  margin-bottom: 0;
}
.task-person .task-timeline .progress .progress-bar {
  font-size: 11px;
  line-height: 16px;
}
.task-person .task-list li.task {
  padding-bottom: 6px;
}
.task-person .task-list li.plan {
  padding-top: 8px;
  padding-bottom: 6px;
}
.task-person .task-list li.task + li.plan {
  padding-top: 16px;
}
.task-person .task-list li.task > div .date,
.task-person .task-list li.task > div .title,
.task-person .task-list li.task > div .progress {
  margin-top: 8px;
  margin-bottom: 8px;
}
.task-person .task-list li.task > div input[type="checkbox"] {
  cursor: pointer;
}
.task-person .task-list li.task > div .date-resolution {
  display: inline-block;
  cursor: pointer;
}
.task-person .task-list li.task > div .date-resolution:after {
  content: "\270E";
  margin-left: 4px;
}
.task-person .task-list li.task > div .date-resolution.disabled {
  opacity: 0.6;
  cursor: default;
}
.task-person .task-list li.task > div .date-resolution.disabled:after {
  display: none;
}
.task-person .task-list li.task + li.task {
  border-top: 1px solid #EEEEEE;
  padding-top: 6px;
}
.task-person .date-resolution-editor #date_resolution_datepicker {
  width: 80%;
}
@media (max-width: 1199px) {
  .task-person .navbar .btn.task-create .lbl,
  .task-person .navbar .btn.task-add .lbl,
  .task-person .navbar .btn.task-recommended .lbl {
    display: none;
  }
}
#task_new_person_section_task_section_task.task-state-finished fieldset.updated-estimation {
  opacity: 0.5;
}
.results-tasks-wrapper .progress-wrapper {
  margin-bottom: 18px;
}
.results-tasks-wrapper .progress-wrapper h5 {
  font-size: 1.2em;
  margin-bottom: 7px;
}
.results-tasks-wrapper .progress-rail {
  height: 18px;
  background-color: #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
.results-tasks-wrapper .progress-rail .progress-bar {
  height: 18px;
  background-color: #cccccc;
  min-width: 5px;
}
.tracking-agenda #tracking_sections_iframe {
  height: 675px;
}
.tracking-agenda #tracking_sections_iframe_box {
  height: 430px;
}
.tracking-agenda-iframe > table,
.tracking-agenda-iframe table#_list {
  width: 100%;
}
.tracking-agenda-iframe .big-title {
  font-weight: bold;
}
.tracking-agenda-iframe input#prev {
  border-radius: 4px 0 0 4px;
}
.tracking-agenda-iframe input#next {
  border-radius: 0 4px 4px 0;
}
.tracking-agenda-iframe .fc-widget-content:hover {
  cursor: pointer;
  background: #acd1e3;
  position: relative;
  color: #31708f;
}
.tracking-agenda-iframe .fc-widget-content:hover:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  right: 0;
  content: "\271A";
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  color: #31708f;
}
.tracking-agenda-iframe .fc-header-title h2 {
  text-transform: uppercase;
  font-size: 23px;
  color: #333333;
  font-weight: normal;
}
.tracking-agenda-iframe .fc-button {
  padding: 5px 10px;
  height: 30px;
  line-height: 18px;
}
.tracking-agenda-iframe .fc-day:hover:before {
  line-height: 42px;
  font-size: 42px;
  margin-top: -20px;
}
.tracking-agenda-iframe .fc-event {
  cursor: pointer;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
}
.tracking-agenda-iframe .fc-event .fc-event-inner i {
  margin-right: 4px;
}
.tracking-agenda-iframe .fc-event .fc-event-time {
  display: none;
}
.tracking-agenda-iframe .fc-event:hover {
  opacity: 0.7;
}
.tracking-agenda-iframe .fc-event.class-system {
  background-color: #5c5c5c;
  border-color: #545454;
}
.tracking-agenda-iframe .fc-event.class-personal {
  background-color: #356836;
  border-color: #305e31;
}
.tracking-agenda-iframe .fc-event.class-workgroup {
  background-color: #2c6480;
  border-color: #285b74;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-header-left,
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-header-right,
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-button-today {
  display: none;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-header-title h2 {
  font-size: 14px;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box tr.agenda-header > td {
  padding-bottom: 6px;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .big-title {
  text-align: left;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .nav-buttons .btn {
  width: 40px;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .views-buttons,
.tracking-agenda-iframe.tracking-agenda-iframe-box .nav-buttons #today {
  display: none;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc {
  font-size: 12px;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-event {
  max-height: 17px;
  line-height: 16px;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-event .fc-event-time {
  display: none;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box .fc-day:hover:before {
  font-size: 20px;
  margin-top: -20px;
}
.tracking-agenda-iframe,
.schedule-wrapper {
  position: relative;
}
.tracking-agenda-iframe .fc-header,
.schedule-wrapper .fc-header {
  margin-top: 25px;
}
.tracking-agenda-iframe .fc-header td,
.schedule-wrapper .fc-header td {
  vertical-align: bottom !important;
}
.tracking-agenda-iframe .fc-event,
.schedule-wrapper .fc-event {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.15);
}
.tracking-agenda-iframe #calendar_filter_wrapper,
.schedule-wrapper #calendar_filter_wrapper {
  position: absolute;
  width: 94%;
  top: 0;
  z-index: 100;
  opacity: 1;
  margin: 0 3% 0 3%;
  background-color: transparent;
  color: #444466 !important;
  font-size: 15px !important;
}
.tracking-agenda-iframe #calendar_filter_wrapper a,
.schedule-wrapper #calendar_filter_wrapper a {
  color: #444466 !important;
  font-size: 15px !important;
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-button,
.schedule-wrapper #calendar_filter_wrapper .filter-button {
  position: absolute;
  display: block;
  top: -25px;
  left: 50%;
  margin: 0 0 0 -87px;
  padding: 3px 80px;
  background-color: #666666;
  color: #FFFFFF;
  border: none;
  border-radius: 0 0 4px 4px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  opacity: 1;
  cursor: pointer;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.15);
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-button.filters-on,
.schedule-wrapper #calendar_filter_wrapper .filter-button.filters-on {
  background-color: #a94442;
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-items,
.schedule-wrapper #calendar_filter_wrapper .filter-items {
  display: none;
  padding-top: 5px;
  border: 1px solid #CCCCEE;
  border-radius: 0 0 12px 12px;
  background-color: #EAEAFE;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,0.15), 0 3px 14px 2px rgba(0,0,0,0.15), 0 5px 5px -3px rgba(0,0,0,0.15);
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-items .filter-item,
.schedule-wrapper #calendar_filter_wrapper .filter-items .filter-item {
  margin: 10px 0;
  font-size: 12px;
  border-bottom: 1px solid #CCCCEE;
  padding-bottom: 10px;
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-items .filter-item label,
.schedule-wrapper #calendar_filter_wrapper .filter-items .filter-item label {
  cursor: pointer;
  margin-right: 20px;
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-items .filter-item label input[type="checkbox"],
.schedule-wrapper #calendar_filter_wrapper .filter-items .filter-item label input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
}
.tracking-agenda-iframe #calendar_filter_wrapper .filter-items .filter-item:last-child,
.schedule-wrapper #calendar_filter_wrapper .filter-items .filter-item:last-child {
  border-bottom: none;
}
.tracking-agenda-iframe #calendar_filter_wrapper.open .filter-items,
.schedule-wrapper #calendar_filter_wrapper.open .filter-items {
  display: block;
}
.tracking-agenda-iframe.tracking-agenda-iframe-box #calendar_filter_wrapper,
.schedule-wrapper.tracking-agenda-iframe-box #calendar_filter_wrapper {
  display: none;
}
.tracking-new-section #date_ini_datepicker,
.tracking-new-section #date_end_datepicker {
  display: inline;
  width: 140px;
  vertical-align: bottom;
}
.tracking-new-section #date_ini_datepicker.show-only-date,
.tracking-new-section #date_end_datepicker.show-only-date {
  width: 100px;
}
.tracking-new-section .date-end-wrapper {
  display: inline;
  margin-left: 40px;
}
.tracking-new-section .date-end-wrapper #date_end_datepicker {
  display: none;
}
.tracking-new-section .date-end-wrapper.on #date_end_datepicker {
  display: inline;
}
.tracking-new-section .members-wrapper .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.tracking-new-section .members-wrapper .form-group label.error {
  top: auto;
  margin-top: 0;
}
.tracking-new-section .members-wrapper .control-label {
  width: 100%;
  text-align: left;
  padding-bottom: 1px;
  margin-bottom: 8px;
  border-bottom: 1px solid #EEEEEE;
}
.tracking-new-section .members-wrapper .control-label .buttons-selector-tools {
  display: inline;
  margin-left: 4px;
}
.tracking-new-section .members-wrapper #_members {
  padding-left: 0;
}
.tracking-new-section .members-wrapper #_members li.absent-member:after {
  background-color: #a94442;
  border-radius: 50%;
  content: "\23F8";
  color: #a94442;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  float: right;
  margin: 6px;
  width: 24px;
  height: 24px;
}
.tracking-new-section .members-wrapper #_num_members {
  position: absolute;
  width: 1px;
  height: 1px;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  opacity: 0.00001;
}
.tracking-new-section #btn-delete {
  float: left;
}
.popup-web-user-edit_web .image {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
}
.popup-web-user-edit_web #experiences_wrapper,
.popup-web-user-edit_web #educations_wrapper {
  margin-bottom: 20px;
}
.popup-web-user-edit_web #_person_languages {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-bottom: 5px;
}
.popup-web-user-edit_web #_person_languages tr.item {
  border: 1px solid #E3E3E3;
  background-color: #F9F9F9;
  width: 48%;
  border-radius: 3px;
  float: left;
  margin: 5px 0 0 6px;
  overflow: hidden;
}
.popup-web-user-edit_web #_person_languages tr.item.selected {
  border: 1px solid #ccc;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-repeat: repeat-x;
}
.popup-web-user-edit_web #_person_languages tr.item.selected .check_button,
.popup-web-user-edit_web #_person_languages tr.item.selected .small_button_pressed,
.popup-web-user-edit_web #_person_languages tr.item.selected .small_button_checked {
  color: #CCCCCC;
  font-size: 1px;
  background-image: url('/web/assets/img/glyphicons-halflings.png');
  opacity: 0.9;
}
.popup-web-user-edit_web #_person_languages tr.item.selected .check_button:hover,
.popup-web-user-edit_web #_person_languages tr.item.selected .small_button_pressed:hover,
.popup-web-user-edit_web #_person_languages tr.item.selected .small_button_checked:hover {
  opacity: 1;
}
.popup-web-user-edit_web #_person_languages tr.item td {
  padding: 2px 3px;
}
.popup-web-user-edit_web #_person_languages tr.item td.level_td {
  font-size: 12px;
}
.popup-web-user-edit_web #_person_languages tr.item td.level_td span {
  margin-right: 4px;
  margin-top: 2px;
  float: left;
}
.popup-web-user-edit_web #_person_languages tr.item td .check_button {
  width: 20px !important;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin: 1px !important;
  padding: 0 !important;
  background-image: none;
  background-position: -286px 2px;
  border: 1px solid #CCCCCC;
}
.popup-web-user-edit_web #_person_languages tr.item td:nth-child(2) {
  width: 125px !important;
}
.popup-web-user-edit_web #_person_languages tr.item td .language-name {
  cursor: pointer;
}
.popup-web-user-edit_web #_person_languages tr.item td .level {
  width: 56px;
  margin: 0;
  padding: 1px;
  height: 22px;
  font-size: 13px;
}
.popup-web-user-edit_web #_media_sections {
  padding-top: 7px;
  min-height: 40px;
}
.popup-web-user-edit_web #_media_sections legend .small_button {
  margin: 0 0 2px 4px !important;
  font-size: 14px;
  padding: 0px 6px;
  width: auto !important;
  min-width: 22px;
  height: 22px;
}
.popup-web-user-edit_web #_media_sections .file_list .media_section {
  margin: 0 2px 2px 0;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);
  background-repeat: repeat-x;
  padding: 1px 3px;
  border-radius: 3px;
}
.popup-web-user-edit_web #_media_sections .file_list .media_section a {
  text-decoration: underline;
  padding: 0 6px 0 2px;
}
.popup-web-user-edit_web #_media_sections .file_list .media_section a:hover {
  text-decoration: none;
}
.popup-web-user-edit_web #_media_sections .file_list .media_section .small_button {
  float: right;
  margin: 1px 0 0 3px !important;
  padding: 0px 3px;
  width: 18px !important;
  height: 18px;
  background: none;
  border: none;
  font-size: 1px;
  background: url('/web/assets/img/glyphicons-halflings.png') no-repeat -310px 2px transparent;
  opacity: 0.5;
}
.popup-web-user-edit_web #_media_sections .file_list .media_section .small_button:hover {
  opacity: 0.9;
}
.popup-web-user-edit_web #_media_sections .file_list#_media_sections_cv .media_section {
  padding: 4px;
  margin: 0 6px 6px 0;
}
.popup-web-user-edit_web #_media_sections .file_list#_media_sections_cv .media_section .image {
  display: none;
}
.popup-web-user-edit_web #_media_sections .file_list#_media_sections_cv .media_section a {
  display: block;
  word-break: break-all;
}
.popup-web-user-edit_web #_media_sections .file_list#_media_sections_gallery .media_section {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.popup-web-user-edit_web #_media_sections .file_list#_media_sections_gallery .media_section .image {
  width: 169px;
  height: 129px;
  margin: 2px 0;
  background-color: #F3F3F3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.popup-web-user-edit_web #_media_sections .file_list#_media_sections_gallery .media_section a {
  overflow: hidden;
  white-space: nowrap;
  width: 145px;
  display: block;
  text-overflow: ellipsis;
}
.popup-web-user-edit_web #keywords {
  margin-bottom: 20px;
}
.popup-web-user-edit_web #_candidate_profile_sections {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  border-bottom: none;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item {
  border-bottom: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  margin-bottom: -1px;
  cursor: pointer;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item[data-slug="subcommunity"] {
  display: none;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item[data-slug="common"] div.enum,
.popup-web-user-edit_web #_candidate_profile_sections tr.item[data-slug="common"] div.active {
  display: none;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item:hover {
  background-color: #EFEFEF;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td {
  padding: 2px;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td.cell:first-child {
  padding-left: 2px !important;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td.cell:last-child {
  display: none;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td a {
  color: #333333;
  text-decoration: none;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active {
  width: 18px !important;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 !important;
  background-image: none;
  background-position: -286px 2px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum:hover,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active:hover {
  background-color: #e6e6e6;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum.active,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum.small_button_pressed,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum.small_button_checked,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active.active,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active.small_button_pressed,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active.small_button_checked {
  background-image: url('/web/assets/img/glyphicons-halflings.png');
  font-size: 1px;
  opacity: 0.9;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum.active:hover,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum.small_button_pressed:hover,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.enum.small_button_checked:hover,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active.active:hover,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active.small_button_pressed:hover,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td div.active.small_button_checked:hover {
  opacity: 1;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td .small_button_disabled {
  width: 22px !important;
  height: 22px;
  margin: 0 !important;
  opacity: 0.01;
  cursor: default;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td select {
  width: 150px;
  margin: 0;
  padding: 1px;
  height: 22px;
  font-size: 13px;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td table.inner {
  margin-left: -40px;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td table.inner div.minus,
.popup-web-user-edit_web #_candidate_profile_sections tr.item td table.inner div.plus {
  border: 1px solid #BBBBBB;
  background-color: #F7F8F9;
  border-radius: 3px;
  font-size: 11px;
  margin-left: 6px;
  padding: 0px;
  color: #777777;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  width: 10px;
  height: 11px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td table.inner div.minus:before {
  content: "-";
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td table.inner div.plus {
  background-color: #F1F2F3;
  color: #555555;
}
.popup-web-user-edit_web #_candidate_profile_sections tr.item td table.inner div.plus:before {
  content: "+";
}
.user-academic-record .table tr.inscription.has-process {
  cursor: pointer;
}
.user-academic-record .table tr.inscription.has-process.selected td,
.user-academic-record .table tr.inscription.has-process:hover td {
  background-color: #F5F5F5;
}
.user-academic-record .table tr.inscription-process {
  display: none;
  visibility: hidden;
}
.user-academic-record .table tr.inscription-process .process-route {
  display: none;
}
.user-academic-record .table th,
.user-academic-record .table td {
  text-align: center;
  padding: 8px 6px;
}
.user-academic-record .table th:first-child,
.user-academic-record .table td:first-child {
  text-align: left;
}
.user-academic-record .table th {
  white-space: nowrap;
  font-size: 95%;
  letter-spacing: -0.02em;
}
.user-academic-record .table th.achievement {
  min-width: 26px;
}
.user-academic-record .table th div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 65px;
}
.user-academic-record .table td.action .action-title {
  font-weight: bold;
}
.user-academic-record .table th.diploma,
.user-academic-record .table td.diploma {
  min-width: 25px;
}
.user-academic-record .table th.diploma a.diploma,
.user-academic-record .table td.diploma a.diploma {
  padding: 5px 8px 4px;
}
.user-academic-record .table tr.phase {
  display: none;
}
.user-academic-record .table tr.phase:nth-child(even) > td {
  background-color: #F9F9F9;
}
.user-academic-record .table tr.phase td {
  padding: 7px 8px;
  font-size: 95%;
  border-top: 1px solid #eeeeee;
  font-weight: normal;
}
@media (max-width: 979px) {
  .user-academic-record .table.academic-record thead th.total-hours,
  .user-academic-record .table.academic-record thead th.presential-hours,
  .user-academic-record .table.academic-record thead th.online-hours,
  .user-academic-record .table.academic-record thead th.time,
  .user-academic-record .table.academic-record thead th.attendance,
  .user-academic-record .table.academic-record thead td.total-hours,
  .user-academic-record .table.academic-record thead td.presential-hours,
  .user-academic-record .table.academic-record thead td.online-hours,
  .user-academic-record .table.academic-record thead td.time,
  .user-academic-record .table.academic-record thead td.attendance,
  .user-academic-record .table.academic-record tbody th.total-hours,
  .user-academic-record .table.academic-record tbody th.presential-hours,
  .user-academic-record .table.academic-record tbody th.online-hours,
  .user-academic-record .table.academic-record tbody th.time,
  .user-academic-record .table.academic-record tbody th.attendance,
  .user-academic-record .table.academic-record tbody td.total-hours,
  .user-academic-record .table.academic-record tbody td.presential-hours,
  .user-academic-record .table.academic-record tbody td.online-hours,
  .user-academic-record .table.academic-record tbody td.time,
  .user-academic-record .table.academic-record tbody td.attendance {
    display: none;
  }
  .user-academic-record .table.academic-record thead th.connection,
  .user-academic-record .table.academic-record thead th.evaluation,
  .user-academic-record .table.academic-record thead th.accomplishment,
  .user-academic-record .table.academic-record thead th.achievement,
  .user-academic-record .table.academic-record thead th.diploma,
  .user-academic-record .table.academic-record thead td.connection,
  .user-academic-record .table.academic-record thead td.evaluation,
  .user-academic-record .table.academic-record thead td.accomplishment,
  .user-academic-record .table.academic-record thead td.achievement,
  .user-academic-record .table.academic-record thead td.diploma,
  .user-academic-record .table.academic-record tbody th.connection,
  .user-academic-record .table.academic-record tbody th.evaluation,
  .user-academic-record .table.academic-record tbody th.accomplishment,
  .user-academic-record .table.academic-record tbody th.achievement,
  .user-academic-record .table.academic-record tbody th.diploma,
  .user-academic-record .table.academic-record tbody td.connection,
  .user-academic-record .table.academic-record tbody td.evaluation,
  .user-academic-record .table.academic-record tbody td.accomplishment,
  .user-academic-record .table.academic-record tbody td.achievement,
  .user-academic-record .table.academic-record tbody td.diploma {
    min-width: 30px;
  }
}
@media (max-width: 767px) {
  .user-academic-record .table.academic-record thead th.total-hours,
  .user-academic-record .table.academic-record thead th.presential-hours,
  .user-academic-record .table.academic-record thead th.online-hours,
  .user-academic-record .table.academic-record thead th.time,
  .user-academic-record .table.academic-record thead th.attendance,
  .user-academic-record .table.academic-record thead th.connection,
  .user-academic-record .table.academic-record thead th.evaluation,
  .user-academic-record .table.academic-record thead th.accomplishment,
  .user-academic-record .table.academic-record thead td.total-hours,
  .user-academic-record .table.academic-record thead td.presential-hours,
  .user-academic-record .table.academic-record thead td.online-hours,
  .user-academic-record .table.academic-record thead td.time,
  .user-academic-record .table.academic-record thead td.attendance,
  .user-academic-record .table.academic-record thead td.connection,
  .user-academic-record .table.academic-record thead td.evaluation,
  .user-academic-record .table.academic-record thead td.accomplishment,
  .user-academic-record .table.academic-record tbody th.total-hours,
  .user-academic-record .table.academic-record tbody th.presential-hours,
  .user-academic-record .table.academic-record tbody th.online-hours,
  .user-academic-record .table.academic-record tbody th.time,
  .user-academic-record .table.academic-record tbody th.attendance,
  .user-academic-record .table.academic-record tbody th.connection,
  .user-academic-record .table.academic-record tbody th.evaluation,
  .user-academic-record .table.academic-record tbody th.accomplishment,
  .user-academic-record .table.academic-record tbody td.total-hours,
  .user-academic-record .table.academic-record tbody td.presential-hours,
  .user-academic-record .table.academic-record tbody td.online-hours,
  .user-academic-record .table.academic-record tbody td.time,
  .user-academic-record .table.academic-record tbody td.attendance,
  .user-academic-record .table.academic-record tbody td.connection,
  .user-academic-record .table.academic-record tbody td.evaluation,
  .user-academic-record .table.academic-record tbody td.accomplishment {
    display: none;
  }
  .user-academic-record .table.academic-record thead th.achievement,
  .user-academic-record .table.academic-record thead th.diploma,
  .user-academic-record .table.academic-record thead td.achievement,
  .user-academic-record .table.academic-record thead td.diploma,
  .user-academic-record .table.academic-record tbody th.achievement,
  .user-academic-record .table.academic-record tbody th.diploma,
  .user-academic-record .table.academic-record tbody td.achievement,
  .user-academic-record .table.academic-record tbody td.diploma {
    min-width: 40px;
  }
}
.user-competence-add-evaluation .add_evaluation_select {
  width: auto;
  float: left;
  min-width: 25%;
  max-width: calc(100% - 150px);
  margin-bottom: 0;
  margin-right: 0.5em;
}
.user-competence-add-evaluation .btn {
  margin-right: 0.5em;
}
.user-competence-evaluate .table-evaluate tr th.degree,
.user-competence-evaluate .table-evaluate tr td.degree {
  white-space: nowrap;
}
.user-competence-evaluate .table-evaluate tr th label,
.user-competence-evaluate .table-evaluate tr td label {
  display: inline-block;
  min-width: 65px;
  cursor: pointer;
}
.user-competence-evaluate .table-evaluate tr th label input[type=radio],
.user-competence-evaluate .table-evaluate tr td label input[type=radio] {
  margin: 0 4px 0 0;
  cursor: pointer;
}
.user-competence-status #_competency_level_select {
  max-width: calc(100% - 150px);
  width: auto;
  float: left;
}
.user-competence-status .nav {
  float: right;
}
.user-competence-status .nav .btn {
  opacity: 0;
  float: right;
  margin-left: 0.5em;
  z-index: 2;
}
.user-competence-status #_competency_level_label {
  text-align: center;
  line-height: normal;
  font-size: 110%;
  font-weight: bold;
  margin: 20px 0 10px;
}
.user-competence-status .chart-loading {
  float: right;
  margin: 0.5em;
}
.user-competence-status .chart-legend {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-competence-status .chart-legend .item {
  display: inline-block;
  line-height: 16px;
  margin: 0 4px;
  font-size: 85%;
}
.user-competence-status .chart-legend .item .square {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin: 0 5px;
}
.user-competence-status .chart-legend .candidate-evaluation {
  color: #0084CB;
  background-color: #80c2e5;
  border: 2px solid #41a0d3;
}
.user-competence-status .chart-legend .mentor-evaluation {
  color: #F7D500;
  background-color: #fae666;
  border: 2px solid #f5d92d;
}
.user-competence-status .chart-legend .self-test {
  color: #3BAD55;
  background-color: #3bad55;
  border: 2px solid #109618;
}
.user-competence-status .chart-legend .profile-evaluation {
  color: #999999;
  background-color: #ebebeb;
  border: 2px solid #dcdcdc;
}
.user-unseen {
  cursor: pointer;
}
.user-unseen.has-messages {
  display: inline-block;
  border-radius: 7px 7px 7px 0;
  padding: 4px 14px;
  font-weight: bold;
  color: #f5e6e6;
  background-color: #a94442;
}
.user-unseen.has-messages:hover {
  color: #a94442;
  background-color: #f5e6e6;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.user-unseen .user-unseen-summary li a {
  padding: 3px 15px;
}
.user-unseen .user-unseen-summary li a i {
  margin-right: 7px;
}
.user-unseen .user-unseen-summary li.loading {
  padding-top: 4px;
  padding-bottom: 4px;
}
.user-unseen .user-unseen-summary li.loading:before {
  width: 3rem;
  height: 3rem;
  border-width: .35em;
}
.user-userbox h2 {
  margin-bottom: 2rem;
}
.user-userbox .user-wrapper .image-wrapper,
.user-userbox .user-wrapper h4 {
  display: table-cell;
  vertical-align: middle;
}
.user-userbox .user-wrapper .image {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-color: #EEEEEE;
  background-size: cover;
  background-position: center;
}
.user-userbox .list-group {
  margin-top: 1rem;
}
.user-userbox .list-group .list-group-item .glyphicon {
  margin-right: 6px;
  vertical-align: text-top;
}
.user-userbox-page {
  max-width: 400px;
  margin: 1rem auto;
  padding: 1rem;
  background-color: #e4e4e4;
  border-radius: 1rem;
}
.user-userbox-page .btn-primary {
  margin: 0 auto;
  display: block;
}
.user-userbox-page .list-group {
  margin-top: 2.5rem;
}
.user-userbox-page .list-group .list-group-item {
  font-size: 0.8em;
  padding: 6px 9px;
  text-align: center;
}
@media (max-width: 991px) {
  .portlets-row-middle-left {
    margin-bottom: 4rem;
  }
  .portlets-row-middle-right {
    margin-top: 4rem;
  }
}
#layout-user-unseen-wrapper .user-unseen {
  display: none;
  margin-top: 12px;
}
#layout-user-unseen-wrapper .user-unseen.has-messages {
  display: inline-block;
}
#layout-user-unseen-wrapper .user-unseen .dropdown-menu {
  left: 14px;
  margin-top: 1rem;
}
#layout-user-userbox-wrapper[data-dropdown="1"] {
  position: relative;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox {
  max-width: 225px;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-button {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-button:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 3px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-button .image-wrapper {
  float: left;
  display: block;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-button .image-wrapper .image {
  margin-right: 12px;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-button h4 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-content {
  min-width: 180px;
  max-width: 225px;
  position: absolute;
  z-index: 10;
  display: none;
  padding: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-content form + .list-group {
  margin-top: 18px;
  margin-bottom: 0;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox .dropdown-content form + .list-group .list-group-item {
  padding: 8px 10px;
}
#layout-user-userbox-wrapper[data-dropdown="1"] .user-userbox.logged .dropdown-content {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
#layout-user-userbox-wrapper[data-dropdown="1"].open .dropdown-button:before {
  border-top: none;
  border-bottom: 4px solid;
}
#layout-user-userbox-wrapper[data-dropdown="1"].open .dropdown-content {
  display: block;
}
.popup-web .modal-body {
  min-height: 150px;
}
.popup-web .nav-tabs {
  margin-bottom: 16px;
}
body.popup-web {
  background-color: transparent;
}
body.popup-web iframe {
  min-height: 300px;
  border: 0;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  background-color: transparent;
}
body.popup-web .mce-edit-area iframe {
  min-height: 100px;
}
.popup,
.popup-web-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
}
.popup:before,
.popup-web-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.popup:after,
.popup-web-wrapper:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  left: 50%;
  margin-left: -4rem;
  margin-top: 15%;
  border: .75em solid #FFFFFF;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  opacity: 0.6;
  border-top-color: #5cb85c;
  border-right-color: #5bc0de;
  border-bottom-color: #f0ad4e;
  border-left-color: #d9534f;
  opacity: 0.7;
}
.popup iframe,
.popup-web-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  overflow-y: visible;
  background-color: transparent;
  opacity: 0.1;
}
.popup.loaded:after,
.popup-web-wrapper.loaded:after {
  display: none;
}
.popup.loaded iframe,
.popup-web-wrapper.loaded iframe {
  opacity: 1;
}
.popup-admin-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background-image: url('/web/assets/img/loading_48_EFEFEF_333333.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.popup-admin-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.popup-admin-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  overflow-y: visible;
  background-color: transparent;
  opacity: 1;
}
.dropdown-with-submenu a.dropdown-toggle {
  cursor: default;
}
.dropdown-with-submenu:hover {
  background-color: #F5F5F5;
}
.dropdown-submenu {
  list-style: none;
  padding-left: 20px;
  min-width: 160px;
}
.dropdown-submenu li:before {
  display: block;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-left-color: #999999;
  margin-top: 9px;
  margin-left: 10px;
}
.dropdown-submenu li a {
  color: #333333;
  display: block;
  padding: 3px 22px;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-submenu li.active > a {
  font-weight: bold;
}
@media (min-width: 1220px) {
  .modal-xl {
    width: 1200px;
  }
}
@media (max-width: 1219px) {
  .modal-xl {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .navbar-inverse .dropdown-submenu li:before {
    border-left-color: #666666;
  }
  .navbar-inverse .dropdown-submenu li a {
    color: #9D9D9D;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li.dropdown-with-submenu:hover,
  .navbar-inverse .dropdown-with-submenu:hover {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li.dropdown-with-submenu:hover li:before,
  .navbar-inverse .dropdown-with-submenu:hover li:before {
    border-left-color: #EEEEEE;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li.dropdown-with-submenu:hover a.dropdown-toggle,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li.dropdown-with-submenu:hover a,
  .navbar-inverse .dropdown-with-submenu:hover a.dropdown-toggle,
  .navbar-inverse .dropdown-with-submenu:hover a {
    color: #FFFFFF;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
div.loading {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  opacity: 0.6;
}
div.loading.loading-l {
  width: 3.2rem;
  height: 3.2rem;
  border: .36em solid currentColor;
  border-right-color: transparent;
}
li.loading,
p.loading,
td.loading {
  text-align: center;
}
li.loading:before,
p.loading:before,
td.loading:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: text-bottom;
  border: .45em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  opacity: 0.6;
}
li.loading.loading-over,
p.loading.loading-over,
td.loading.loading-over {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.page-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
}
.page-loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.page-loading:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  top: 40%;
  left: 50%;
  margin-top: -4rem;
  margin-left: -4rem;
  border: .75em solid #FFFFFF;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  border-top-color: #5cb85c;
  border-right-color: #5bc0de;
  border-bottom-color: #f0ad4e;
  border-left-color: #d9534f;
  opacity: 0.7;
}
.hide-me,
div.hide-me {
  display: none;
}
.show-me-forced {
  display: block !important;
}
.script-time-control .header-wrapper {
  padding: .5em 0;
  font-size: 18px;
  border-bottom: 1px solid #cecece;
}
.script-time-control .header-wrapper .workplace {
  margin-bottom: 5px;
}
.script-time-control .header-wrapper .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cecece;
  background-size: cover;
}
.script-time-control .wizard {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .script-time-control .wizard {
    text-align: center;
  }
}
.script-time-control .wizard >.row {
  padding-bottom: 40px;
  border-bottom: solid 1px #cecece;
}
.script-time-control .wizard .wizard-type-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: -16px;
}
.script-time-control .wizard .wizard-type-wrapper > label {
  display: none;
}
.script-time-control .wizard .wizard-type-wrapper .type-text {
  margin: 0 auto 10px;
  color: #CCCCCC;
  font-size: 12px;
  text-align: center;
}
.script-time-control .wizard .wizard-type-wrapper .type-text.checked {
  color: #ff3601;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch input {
  width: 60px;
  height: 30px;
  margin: 0;
  position: relative;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch input[disabled] {
  cursor: not-allowed;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch .type-slider {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EEEEEE;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch .type-slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  top: 2px;
  left: 4px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch input:checked + .type-slider {
  background-color: #ff3601;
}
.script-time-control .wizard .wizard-type-wrapper .type-switch input:checked + .type-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
@media (max-width: 767px) {
  .script-time-control .wizard .wizard-type-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.script-time-control .wizard #wizard_date_ini {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 2px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .script-time-control .wizard #wizard_date_ini {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.script-time-control .wizard .wizard-time-separator {
  display: none;
}
@media (max-width: 767px) {
  .script-time-control .wizard .wizard-time-separator {
    display: block;
    height: 10px;
  }
  .script-time-control .wizard .wizard-time-separator.last {
    height: 20px;
  }
}
.script-time-control .wizard .wizard-time {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 75px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.script-time-control .wizard .wizard-time:before,
.script-time-control .wizard .wizard-time:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 2px;
  width: 10px;
}
.script-time-control .wizard .wizard-time:before {
  -webkit-box-shadow: -2px 0 4px -2px #999999;
  box-shadow: -2px 0 4px -2px #999999;
  left: 0;
  margin-left: -3px;
}
.script-time-control .wizard .wizard-time:after {
  -webkit-box-shadow: 2px 0 4px -2px #999999;
  box-shadow: 2px 0 4px -2px #999999;
  right: 0;
  margin-right: -3px;
}
.script-time-control .wizard .wizard-time .hour-wrapper,
.script-time-control .wizard .wizard-time .minute-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 75px;
  overflow: hidden;
}
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller {
  position: relative;
  width: 80px;
  height: 75px;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour-plus,
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute-plus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour-plus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute-plus {
  position: -webkit-sticky;
  position: sticky;
  width: 40px;
  height: 25px;
  z-index: 2;
  cursor: pointer;
  background-color: red;
}
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour-minus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour-minus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute-minus {
  top: 0;
  background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 1%,rgba(255,255,255,0.8) 53%,rgba(255,255,255,0.4) 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 1%,rgba(255,255,255,0.8) 53%,rgba(255,255,255,0.4) 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ffffff 1%,rgba(255,255,255,0.8) 53%,rgba(255,255,255,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#66ffffff',GradientType=0);
}
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour-plus,
.script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute-plus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour-plus,
.script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour-plus,
.script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute-plus {
  top: 50px;
  background: -moz-linear-gradient(top,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 1%,rgba(255,255,255,0.8) 46%,#ffffff 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 1%,rgba(255,255,255,0.8) 46%,#ffffff 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 1%,rgba(255,255,255,0.8) 46%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff',endColorstr='#ffffff',GradientType=0);
}
.script-time-control .wizard .wizard-time .hour-wrapper .hour,
.script-time-control .wizard .wizard-time .hour-wrapper .minute,
.script-time-control .wizard .wizard-time .minute-wrapper .hour,
.script-time-control .wizard .wizard-time .minute-wrapper .minute {
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.script-time-control .wizard .wizard-time .time-spacer {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .script-time-control .wizard .wizard-time .hour-wrapper,
  .script-time-control .wizard .wizard-time .minute-wrapper {
    width: 80px;
  }
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller {
    width: 130px;
  }
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour-minus,
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour-plus,
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute-minus,
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute-plus,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour-minus,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour-plus,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute-minus,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute-plus,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour-minus,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour-plus,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute-minus,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute-plus,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour-minus,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour-plus,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute-minus,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute-plus {
    width: 80px;
  }
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .hour,
  .script-time-control .wizard .wizard-time .hour-wrapper .hour-scroller .minute,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .hour,
  .script-time-control .wizard .wizard-time .hour-wrapper .minute-scroller .minute,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .hour,
  .script-time-control .wizard .wizard-time .minute-wrapper .hour-scroller .minute,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .hour,
  .script-time-control .wizard .wizard-time .minute-wrapper .minute-scroller .minute {
    width: 80px;
  }
}
.script-time-control .wizard input#wizard_time_ini,
.script-time-control .wizard input#wizard_time_end {
  width: 60px;
  float: right;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
}
.script-time-control .wizard div#wizard_time_ini {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  border: 1px dashed #999999;
  border-radius: 7px;
  padding: 10px;
  color: #999999;
  letter-spacing: 2px;
  margin-right: 20px;
}
.script-time-control .wizard div#wizard_time_ini:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  border-bottom: 1px dashed #999999;
  right: 0;
  top: 18px;
  margin-right: -18px;
}
.script-time-control .wizard div#wizard_time_end {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  border: 1px dashed #999999;
  border-radius: 7px;
  padding: 10px;
  color: #999999;
  letter-spacing: 2px;
  margin: 0 20px;
  width: 65px;
}
.script-time-control .wizard div#wizard_time_end:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  border-bottom: 1px dashed #999999;
  left: 0;
  top: 18px;
  margin-left: -18px;
}
.script-time-control .wizard #wizard_date_end {
  display: none;
}
.script-time-control .wizard .btn-wizard-start {
  vertical-align: middle;
  background: none;
  border: none;
  background-color: #00a674;
  color: #ffffff;
  border-radius: 22px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
  font-weight: 700;
  margin: 12px 0;
  padding: 12px 30px 12px 20px;
  letter-spacing: 1px;
  font-size: 18px;
  display: inline-block;
}
.script-time-control .wizard .btn-wizard-start:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border-left: 18px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  float: left;
  margin-right: 20px;
}
.script-time-control .wizard .btn-wizard-start:hover {
  opacity: 0.7;
}
.script-time-control .wizard div.buttons {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.script-time-control .wizard div.buttons .btn-wizard-stop {
  vertical-align: middle;
  background: none;
  border: none;
  background-color: #fe3501;
  border-radius: 22px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
  font-weight: 700;
  margin: 12px 0;
  padding: 12px 30px 12px 20px;
  letter-spacing: 1px;
  font-size: 18px;
  color: #ffffff;
}
.script-time-control .wizard div.buttons .btn-wizard-stop:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  float: left;
  margin-right: 20px;
}
.script-time-control .wizard div.buttons .btn-wizard-stop:hover {
  opacity: 0.7;
}
.script-time-control .wizard div.buttons .btn-wizard-cancel {
  vertical-align: middle;
  background: none;
  border: none;
  background-color: #111111;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
  font-weight: normal;
  margin: 12px 0 12px 4px;
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  color: #ffffff;
}
.script-time-control .wizard div.buttons .btn-wizard-cancel:before {
  font-size: 17px;
  content: "\2716";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 31px;
}
.script-time-control .wizard div.buttons .btn-wizard-cancel:hover {
  opacity: 0.7;
}
.script-time-control .wizard.started .wizard-type-wrapper .type-text.checked {
  color: #CCCCCC;
}
.script-time-control .wizard.started .wizard-type-wrapper .type-switch input:checked + .type-slider {
  background-color: #EEEEEE;
}
.script-time-control .time-control-today-wrapper {
  display: none;
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}
.script-time-control .time-control-today-wrapper div {
  display: inline-block;
  border: 1px dashed #999999;
  padding: 10px 20px;
}
.script-time-control #time_control_log {
  padding: 8px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 40px;
}
.script-time-control #time_control_log span.label {
  margin: 2px;
}
.script-time-control ul#time_control_tabs {
  margin: 40px 0 14px;
}
.script-time-control ul#time_control_tabs a {
  padding: 6px 9px;
  font-size: 12px;
}
.script-time-control #time_control_edition .list-wrapper >ul {
  padding: 0;
}
.script-time-control .list-info-wrapper {
  max-width: 100%;
  margin-bottom: 50px;
}
.script-time-control .list-info-wrapper .row-info {
  border-bottom: 1px solid #C4C4C4;
  padding: 6px 4px;
}
.script-time-control .list-info-wrapper .row-info .period,
.script-time-control .list-info-wrapper .row-info .hours {
  display: inline-block;
  vertical-align: top;
}
.script-time-control .list-info-wrapper .row-info .period {
  width: calc(100% - 120px);
}
.script-time-control .list-info-wrapper .row-info .hours {
  width: 100px;
}
.script-time-control .list-info-wrapper .row-info.header {
  padding-top: 10px;
  font-weight: bold;
  background-color: #F5F5F5;
  line-height: 22px;
}
.script-time-control .list-wrapper #add {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 12px;
  padding: .5em 1em;
}
.script-time-control .list-wrapper ul {
  list-style-type: none;
  margin: 0;
  clear: both;
  padding: 0;
}
.script-time-control .list-wrapper ul li {
  border-bottom: 1px solid #C4C4C4;
  padding: 6px 4px;
  position: relative;
}
.script-time-control .list-wrapper ul li .buttons {
  position: absolute;
  right: 4px;
}
.script-time-control .list-wrapper ul li > div {
  width: 18%;
  display: inline-block;
  margin: 0 1% 0 0;
  vertical-align: top;
}
.script-time-control .list-wrapper ul li > div.hours {
  width: 5%;
}
.script-time-control .list-wrapper ul li > div.type {
  width: 10%;
}
.script-time-control .list-wrapper ul li > div.task {
  width: 35%;
}
.script-time-control .list-wrapper ul li > div.task #textarea-contents {
  resize: none;
  width: 100%;
}
.script-time-control .list-wrapper ul li > div input {
  max-width: calc(100% - 14px);
}
.script-time-control .list-wrapper ul li > div input#date_ini_datepicker,
.script-time-control .list-wrapper ul li > div input#date_end_datepicker {
  width: 112px;
}
.script-time-control .list-wrapper ul li > div label.radio {
  margin-right: 8px;
}
.script-time-control .list-wrapper ul li.header {
  padding-top: 10px;
  font-weight: bold;
  background-color: #F5F5F5;
  position: relative;
}
.script-time-control .list-wrapper ul li.header div {
  padding-top: 2px;
}
.script-time-control .list-wrapper ul li.edit-row {
  position: relative;
}
.script-time-control .list-wrapper ul li.edit-row button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: .5em .7em;
  border: none;
}
.script-time-control .list-wrapper ul li.edit-row:hover {
  background-color: #EEEEEE;
  cursor: pointer;
}
.script-time-control .list-wrapper ul li.edit-row:hover button {
  opacity: 1;
}
.script-time-control .list-wrapper ul li.edit-row.locked {
  opacity: 0.6;
}
.script-time-control .list-wrapper ul li.edit-row.locked:hover {
  cursor: default;
}
.script-time-control .list-wrapper ul li.new-row {
  padding: 5px 4px;
  display: none;
}
.script-time-control .list-wrapper ul li.new-row input[type="text"] {
  padding: 1px 4px;
}
.script-time-control .list-wrapper ul li.new-row.saving {
  background-color: #ddeedd;
}
.script-time-control .list-wrapper ul li.new-row.error {
  background-color: #e6dac5;
}
.script-time-control .list-wrapper ul li .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
@media (max-width: 980px) {
  .script-time-control .list-wrapper .hours {
    display: none;
  }
}
@media (max-width: 767px) {
  .script-time-control .list-wrapper ul li div.type label.radio {
    overflow: hidden;
    margin-right: 4px;
  }
}
@media (max-width: 480px) {
  .script-time-control .list-wrapper ul li div.type {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.script-time-control .projects-wrapper {
  background-color: #efefef;
  padding: 1em 2em;
  margin: 1em 0 0;
}
.script-time-control .projects-wrapper .projects-list {
  padding: 0;
  list-style: none;
}
.script-time-control .projects-wrapper .projects-list li {
  display: inline-block;
  margin: 0 .5em .5em 0;
}
.script-time-control .projects-wrapper .projects-list li:last-child {
  margin-right: 0;
}
.script-time-control .projects-wrapper .projects-list li .project-section {
  display: block;
  padding: 0.2em 1em;
  background-color: #337ab7;
  color: #ffffff;
  text-decoration: none;
}
.script-time-control .projects-wrapper .projects-list li .project-section.active {
  background-color: #a94442;
}
.script-time-control .task-wrapper {
  padding: .5em 2em 2em;
  border-top: 1px dashed #999999;
  background-color: #efefef;
}
.script-time-control .project-selector-wrapper .btn-group.bootstrap-select {
  width: 70% !important;
}
.script-time-control .project-selector-wrapper #projects-act {
  width: 29%;
}
.education-schedule-weekly .schedule_wrapper {
  margin-top: 1em;
}
.education-schedule-weekly .schedule_wrapper .fc-widget-header {
  line-height: 3.5em;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-prev-button,
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-next-button {
  display: none;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-prev-button:before {
  font-size: 75%;
  margin-right: 8px;
  content: "\25C4";
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-next-button:after {
  font-size: 75%;
  margin-left: 8px;
  content: "\25B6";
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-view-container {
  border-right: 1px solid #CCCCCC;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar h2 {
  font-size: 21px;
  color: #333333;
  font-weight: normal;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-state-disabled {
  display: none;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-event {
  cursor: pointer;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-event:hover {
  opacity: 0.7;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-content {
  display: table;
  width: 100%;
  height: 100%;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .fc-content .fc-title {
  display: table-cell;
  vertical-align: middle;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .course-title {
  font-size: 1.5em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .school_class_full {
  background-image: repeating-linear-gradient(45deg,rgba(255,255,255,0.1),rgba(255,255,255,0.1) 10px,rgba(0,0,0,0.1) 10px,rgba(0,0,0,0.1) 20px);
}
.education-schedule-weekly .schedule_wrapper .schedule_calendar .person_section:before {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 1px;
  right: 1px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid rgba(0,0,0,0.75);
  border-radius: 7px;
  content: "\2713";
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}
.education-schedule-weekly .schedule_legend {
  margin: 20px 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .education-schedule-weekly .schedule_legend {
    text-align: left;
    font-size: 13px;
  }
}
.education-schedule-weekly .schedule_legend .legend-item {
  display: inline-block;
  margin: 0 10px 10px 10px;
  text-align: left;
}
.education-schedule-weekly .schedule_legend .legend-item .legend-box {
  display: block;
  float: left;
  width: 90px;
  height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #DDDDDD;
}
.education-schedule-weekly .schedule_legend .legend-item .legend-label {
  display: inline-block;
  line-height: 30px;
  margin-left: 8px;
}
.education-schedule-weekly .schedule_legend .legend-item.legend-item-person .legend-box {
  position: relative;
}
.education-schedule-weekly .schedule_legend .legend-item.legend-item-person .legend-box:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f058";
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  right: 5px;
  top: 5px;
}
.education-schedule-weekly .schedule_legend .legend-item.legend-item-full .legend-box {
  background-image: repeating-linear-gradient(45deg,rgba(255,255,255,0.1),rgba(255,255,255,0.1) 10px,rgba(0,0,0,0.1) 10px,rgba(0,0,0,0.1) 20px);
}
.user-register-newsletter .content .loading {
  display: none;
}
.user-register-newsletter .content label.checkbox {
  padding-left: 20px;
}
.user-register-newsletter .content label.checkbox a {
  font-size: .8em;
  font-weight: normal;
}
.user-register-newsletter .done {
  display: none;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 0 0 4px 4px;
}
.user-register-newsletter .done .subscribed,
.user-register-newsletter .done .unsubscribed,
.user-register-newsletter .done .subscription_requested {
  display: none;
}
.manual-qr-validation {
  max-width: 600px;
  padding: 0 1em 2em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #ebebeb;
  margin: 0 auto;
}
.manual-qr-validation input[type="text"] {
  padding: 1.5em;
  border: 1px solid #cccccc;
  margin: 1em 0 2em;
}
.tickets-control-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #cccccc;
  margin-top: 2em;
}
.tickets-control-wrapper h2 {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  padding: .5em 0 .5em 1em;
}
.tickets-control-wrapper .validator-qr-info {
  text-align: left;
  padding-bottom: .5em;
  border-bottom: 1px solid #cccccc;
}
.tickets-control-wrapper .validator-qr-info h3 {
  font-size: 1.2em;
}
.tickets-control-wrapper .validator-qr-info .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.tickets-control-wrapper .validator-qr-info .image:before {
  position: relative;
  content: "";
  padding-bottom: 100%;
  display: block;
}
.tickets-control-wrapper .validator-qr-info .sale-price {
  text-align: right;
  font-weight: bold;
  padding-right: 2em;
}
.tickets-control-wrapper .validator-qr-info .item-budget-info {
  padding: 1em;
}
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-subtotal,
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-vat,
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-total {
  text-align: right;
  font-weight: bold;
}
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-subtotal span,
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-vat span,
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-total span {
  font-weight: normal;
}
.tickets-control-wrapper .validator-qr-info .item-budget-info .price-total {
  font-size: 1.2em;
  padding-top: 1em;
}
.tickets-control-wrapper .validator-qr-info .sale-options {
  margin-top: 1em;
}
.tickets-control-wrapper .validator-qr-info .sale-options p {
  margin: 0;
}
.tickets-control-wrapper .validator-qr-info .sale-options .sale-options-list {
  list-style: none;
}
.tickets-control-wrapper .validator-qr-message {
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 1.2em;
}
.tickets-control-wrapper .validator-qr-result {
  font-size: 6em;
  max-width: 4em;
  margin: 0 auto 20px;
}
.tickets-control-wrapper .validator-qr-result .lbl {
  display: none;
}
.tickets-control-wrapper .validator-qr-result.alert-danger {
  border-color: #a94442;
}
.tickets-control-wrapper .validator-qr-result.alert-warning {
  border-color: #8a6d3b;
}
.tickets-control-wrapper .validator-qr-result.alert-success {
  border-color: #3c763d;
}
.video-js .vjs-control-bar {
  font-size: 151%;
}
.video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%,-50%);
  width: 80px !important;
  height: 50px !important;
}
.vjs-audio {
  padding-top: 45px !important;
  margin-top: 20px !important;
}
.vjs-audio .vjs-big-play-button {
  display: none;
}
.vjs-audio .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.vjs-audio .vjs-control-bar .vjs-fullscreen-control {
  display: none;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.criteria-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.criteria-wrapper .btn-criteria {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  margin-right: 1.5em;
}
.criteria-wrapper .btn-criteria i {
  margin-right: .5em;
  font-size: 1.2em;
}
.criteria-wrapper .btn-criteria.selected {
  color: #337ab7;
}
