a {
  cursor: pointer;
}
.loading {
  width: 64px;
  height: 64px;
  background-image: url('/web/assets/img/loading_64_FFFFFF_0088CC.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  margin-left: 50%;
}
.loading.cover {
  position: absolute;
  background-color: #FFFFFF;
  opacity: 0.8;
  min-height: 64px;
  background-position: center 25px;
  z-index: 100;
}
.gallery-loading {
  display: block !important;
  opacity: 0.01;
}
.no-rows {
  color: #696969;
  background-color: #F5F5F5;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  padding: 8px 35px 8px 14px;
  text-align: center;
}
.uneditable-input,
.uneditable-textarea {
  color: #777777;
}
.modal {
  display: grid;
}
.modal.hide {
  display: none;
}
.modal .modal-header {
  border-radius: 6px 6px 0 0;
}
.modal.modal-xxs {
  width: 480px;
  margin-left: -240px;
}
.modal.modal-xs {
  width: 640px;
  margin-left: -320px;
}
.modal.modal-xl {
  width: 1200px;
  margin-left: -600px;
}
.modal.modal-xxl {
  width: 1300px;
  margin-left: -650px;
}
@media (max-width: 1200px) {
  .modal.modal-xl {
    width: 970px;
    margin-left: -480px;
  }
}
.popup-web form {
  margin-bottom: 0;
}
.modal-header h3 {
  min-height: 30px;
}
.modal-body > *:first-child {
  margin-top: 9px;
}
.modal-body > *:last-child {
  margin-bottom: 98px;
}
.modal-footer .loading {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.modal-footer #btn-delete {
  float: left;
}
tr.loading {
  display: table-row;
}
tr.loading td.loading {
  background-color: #FFFFFF !important;
  display: table-cell;
}
.control-group.row-error {
  background-color: #f8eeee;
  border-radius: 3px;
  color: #b94a48;
}
.control-group.row-error input {
  color: #b94a48;
}
div.criteria-selector {
  padding-top: 6px;
}
.criteria-selector-tools a {
  display: inline-flex;
  margin: 1px 1px 0 0;
  padding: 1px;
  color: #999999;
}
.criteria-selector-tools a:hover {
  color: #333333;
}
.criteria-selector-tools a span {
  font-size: 80%;
}
.criteria-selector-tools a:before {
  margin-right: 2px;
  vertical-align: bottom;
}
.criteria-selector-tools a.criteria-selector-select-all:before {
  content: "\2611";
}
.criteria-selector-tools a.criteria-selector-clear:before {
  content: "\2610";
}
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;
  overflow: hidden;
  padding: 1px 0;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
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;
  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 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;
}
.buttons-selector-tools a.buttons-selector-select-all:before {
  content: "\2611";
}
.buttons-selector-tools a.buttons-selector-clear:before {
  content: "\2610";
}
.enums > div {
  border-radius: 0;
}
.enums > div:first-child {
  border-radius: 4px 0 0 4px;
}
.enums > div:last-child {
  border-radius: 0 4px 4px 0;
}
.table-div {
  text-align: left;
}
.table-div .row-div {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 8px 0 8px 11px;
}
.table-div .row-div-header {
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  border-radius: 2px 2px 0 0;
}
.table-div .row-div-indent {
  margin-left: 13px;
  border-top: 1px solid #DDDDDD;
}
.table-div .row-div-indent .row-div {
  border-right: none;
}
.table-div .row-div-hover {
  background-color: #DDDDDD;
}
.table-div .col-div {
  display: inline-block;
  float: right;
}
.table-div .col-div-0 {
  float: none;
}
.table-div .col-div-30 {
  width: 30px;
}
.table-div .col-div-50 {
  width: 50px;
}
.table-div .col-div-90 {
  width: 90px;
}
.table-div .col-div-110 {
  width: 110px;
}
.table-div .col-div-115 {
  width: 115px;
}
.table-div .col-div-150 {
  width: 150px;
}
.table-div .col-div-180 {
  width: 180px;
}
.table-div a {
  cursor: pointer;
}
.table-div .ico-folder {
  display: inline-block;
  height: 14px;
  width: 11px;
}
.table-div .folder {
  display: inline-block;
  padding: 0 0 10px 2px;
  font-weight: bold;
}
.table-div .info-div {
  margin: 12px 12px 6px 0;
}
#cookiespocily-wrapper {
  width: 100%;
  background: #000;
  opacity: 0.8;
  color: #FFFFFF;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}
#cookiespocily-wrapper .text {
  margin: 20px 25px;
}
#cookiespocily-wrapper .btn {
  float: right;
  margin: 20px 25px !important;
  font-size: 10px;
  padding: 2px 5px;
  line-height: normal;
  font-weight: bold;
}
.clean-search {
  display: inline-block;
  margin-top: 1em;
}
#captcha_error .attachment-note {
  margin-top: 1em;
  font-weight: bold;
}
.catalog .catalog-toolbar .catalog-actions input {
  margin-bottom: 0;
}
.catalog .catalog-list {
  margin-left: 0;
}
.catalog .catalog-list .catalog-sheet {
  list-style-type: none;
  display: flow-root;
  min-height: 50px;
  padding: 5px 1px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.catalog .catalog-list .loading {
  display: block;
}
.list-search {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  margin-right: 2.5%;
  padding: 10px 1% 0;
  background-color: #F5F6F7;
  border-radius: 4px;
}
.list-search h4 {
  margin-top: 0px;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #CCC;
}
.list-search .control-label {
  width: 33%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-search .controls {
  margin-left: 36%;
}
.list-search .controls input {
  width: 85%;
}
@media (max-width: 979px) {
  .list-search {
    display: block;
    width: auto;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .list-search .control-group {
    display: inline-block;
    width: 28%;
    margin-right: 5%;
  }
  .list-search .control-group._button {
    display: block;
  }
}
@media (max-width: 767px) {
  .list-search .control-group {
    width: 40%;
    margin-right: 5%;
  }
}
@media (max-width: 480px) {
  .list-search .control-group {
    display: block;
    width: auto;
    margin-right: 0%;
  }
  .list-search .control-group .control-label {
    float: left;
  }
}
.list-toolbar {
  border-bottom: 1px solid #E0E0E0;
  margin-top: -12px;
  margin-bottom: 10px;
  padding: 0 1px 8px 1px;
  width: calc(100% - 2px);
}
.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 .chosen-container {
  width: 200px !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: 4px 10px 4px 33px;
  height: 20px;
  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;
  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 .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 {
  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 .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.list-cell-small {
  width: 13.37%;
  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-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 .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: 80px;
  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;
  width: calc(100% - 12px);
}
.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 #3a87ad;
  width: calc(100% - 6px);
  height: 89px;
  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;
}
.portlet .portlet-body {
  overflow: visible;
}
.portlet .portlet-body .portlet-content > div.paragraph {
  margin-bottom: 20px;
}
.btn .icon-black,
.btn-root .icon-black {
  display: inline-block;
}
.btn .icon-white,
.btn-root .icon-white {
  display: none;
}
.btn-primary .icon-black,
.btn-info .icon-black,
.btn-success .icon-black,
.btn-warning .icon-black,
.btn-danger .icon-black,
.btn-inverse .icon-black {
  display: none;
}
.btn-primary .icon-white,
.btn-info .icon-white,
.btn-success .icon-white,
.btn-warning .icon-white,
.btn-danger .icon-white,
.btn-inverse .icon-white {
  display: inline-block;
}
.system-chat .chat-container .chat-message-list {
  min-height: 300px;
  max-height: 600px;
  overflow: auto;
}
.system-chat .chat-container .chat-message-list .chat-message-time {
  font-size: smaller;
  color: #666666;
  text-align: center;
  padding-bottom: 7px;
}
.system-chat .chat-container .chat-message-list .chat-message-row {
  text-align: left;
}
.system-chat .chat-container .chat-message-list .chat-message-row .user-image.system {
  display: none;
}
.system-chat .chat-container .chat-message-list .chat-message-row .chat-message {
  text-align: left;
  display: inline-block;
  width: 70%;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background-color: #FAFAFA;
  margin-bottom: 8px;
  padding: 8px 11px 0 11px;
}
.system-chat .chat-container .chat-message-list .chat-message-row .chat-message .text {
  margin-bottom: 8px;
  padding-top: 2px;
}
.user-chats .chats-selector-wrapper {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  margin: 0 0 5px;
  padding: 6px 10px;
  border-radius: 4px;
}
.user-chats .chats-selector-wrapper span {
  vertical-align: middle;
}
.user-chats .chats-selector-wrapper select {
  margin: 0;
  min-width: 300px;
}
.user-chats .chats-selector-wrapper .new-messages {
  margin: 0;
  padding: 5px 12px;
  float: right;
  display: none;
  cursor: pointer;
  max-width: 10%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.user-chats .chat-wrapper {
  display: none;
}
.user-chats .chat-wrapper .list {
  background-color: #DDDDDD;
  margin: 0 0 5px;
  height: 400px;
  overflow-y: auto;
  padding: 6px 10px;
  border-radius: 4px 4px 0 0;
}
.user-chats .chat-wrapper .list .loading {
  display: block;
  margin: 4px 0 0 0;
  border: 8px solid #FFFFFF;
  border-radius: 3px;
  -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);
}
.user-chats .chat-wrapper .list .loading:before {
  float: left;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #FFFFFF transparent transparent;
  margin-left: -15px;
  margin-top: 5px;
}
.user-chats .chat-wrapper .list .no-messages {
  opacity: 0.5;
  font-style: italic;
}
.user-chats .chat-wrapper .list .time {
  font-size: 90%;
  text-align: center;
  margin: 16px 0 0 0;
  padding-bottom: 4px;
}
.user-chats .chat-wrapper .list .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;
}
.user-chats .chat-wrapper .list .list-row {
  clear: both;
  margin: 12px auto 0 0;
}
.user-chats .chat-wrapper .list .list-row:last-child {
  margin-bottom: 20px !important;
}
.user-chats .chat-wrapper .list .list-row .user-image {
  position: relative;
  margin: 1px;
  border-radius: 4px;
}
.user-chats .chat-wrapper .list .list-row .message {
  max-width: 65%;
  min-width: 15%;
  -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: #FFFFFF;
  border-radius: 4px;
  padding: 8px 6px 2px 8px;
  margin-left: 10px;
  display: inline-block;
}
.user-chats .chat-wrapper .list .list-row .message .user {
  font-weight: bold;
}
.user-chats .chat-wrapper .list .list-row .message .user:after {
  content: "";
  display: inline-block;
  width: 30px;
}
.user-chats .chat-wrapper .list .list-row .message .text {
  margin-right: 54px;
}
.user-chats .chat-wrapper .list .list-row .message .date {
  text-align: right;
  font-size: 80%;
  line-height: normal;
  margin-top: -8px;
  opacity: 0.5;
}
.user-chats .chat-wrapper .list .list-row .message:before {
  float: left;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #FFFFFF transparent transparent;
  margin-left: -15px;
  margin-top: 5px;
}
.user-chats .chat-wrapper .list .list-row.list-row-user {
  margin: 12px 0 0 auto;
  text-align: right;
}
.user-chats .chat-wrapper .list .list-row.list-row-user .user-image {
  float: right;
}
.user-chats .chat-wrapper .list .list-row.list-row-user .message {
  margin-right: 10px;
  margin-left: auto;
  text-align: left;
  background-color: #d9edf7;
}
.user-chats .chat-wrapper .list .list-row.list-row-user .message:before {
  float: right;
  margin-left: 0;
  margin-right: -13px;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #d9edf7;
}
.user-chats .chat-wrapper .list .list-row.same-user {
  margin-top: 2px;
}
.user-chats .chat-wrapper .list .list-row.same-user .message {
  margin-left: 52px;
  margin-right: 52px;
}
.user-chats .chat-wrapper .list .list-row.same-user .message:before {
  display: none;
}
.user-chats .chat-wrapper .new-messages {
  position: absolute;
  right: 46px;
  margin-top: -83px;
  font-size: 120%;
  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: #3a87ad;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 16px 21px;
  opacity: 0.7;
  display: none;
}
.user-chats .chat-wrapper .new-messages:hover {
  opacity: 1;
  cursor: pointer;
}
.user-chats .chat-wrapper .new-message {
  background-color: #DDDDDD;
  padding: 6px 10px;
  border-radius: 0 0 4px 4px;
  text-align: right;
}
.user-chats .chat-wrapper .new-message form {
  margin: 0;
  padding: 0;
}
.user-chats .chat-wrapper .new-message form textarea,
.user-chats .chat-wrapper .new-message form button {
  margin: 0;
}
.user-chats .chat-wrapper .new-message form textarea.force-disabled,
.user-chats .chat-wrapper .new-message form button.force-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.user-chats .chat-wrapper .new-message form textarea {
  width: calc(100% - 140px);
  height: 40px;
  float: left;
}
.user-chats .chat-wrapper .new-message form button {
  width: 120px;
  height: 50px;
}
#user-chats-layout-wrapper {
  position: relative;
  min-height: 50px;
}
#user-chats-layout-wrapper .user-chats {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
}
.user-competence-status h4:first-child {
  margin-top: 0;
}
.user-competence-status #_competency_level_select {
  max-width: calc(100% - 150px);
}
.user-competence-status .nav {
  display: inline;
}
.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 {
  height: 300px;
  background-color: #F7F8F9;
}
.user-competence-status .chart-loading {
  position: absolute;
  width: 100%;
  height: 24px;
  margin-top: 15px;
  margin-left: -10px;
  background-image: url('/web/assets/img/loading_24_FFFFFF_333333.gif');
  background-repeat: no-repeat;
  background-position: right;
}
.user-competence-status .chart-legend {
  margin: 20px 60px 20px;
  text-align: right;
}
.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: 10px;
  height: 10px;
  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-competence-add-evaluation h4:first-child {
  margin-top: 0;
}
.user-competence-add-evaluation .add_evaluation_select {
  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:last-child,
.user-competence-evaluate .table-evaluate tr td:last-child {
  display: none;
}
.user-competence-evaluate .table-evaluate tr th label,
.user-competence-evaluate .table-evaluate tr td label {
  display: inline-block;
  min-width: 65px;
}
.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;
}
.user-unseen {
  cursor: pointer;
}
.user-unseen.has-messages {
  display: inline-block;
  border-radius: 7px 7px 7px 0;
  padding: 4px 14px;
  font-weight: bold;
  color: #fbf5f5;
  background-color: #b94a48;
}
.user-unseen.has-messages:hover {
  color: #b94a48;
  background-color: #fbf5f5;
  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-register-newsletter .start-link {
  background-color: #DDDDDD;
  border-radius: 4px;
  padding: 12px 10px;
  text-align: center;
  cursor: pointer;
}
.user-register-newsletter .start-link:hover {
  background-color: #CCCCCC;
}
.user-register-newsletter .start-link .ico {
  display: inline;
  vertical-align: sub;
  margin: 0 2px 0 -7px;
}
.user-register-newsletter .start-link .ico:before {
  content: "\2709";
  font-size: 30px;
}
.user-register-newsletter .start-link .text {
  display: inline;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.4em;
}
.user-register-newsletter .start-link.opened {
  border-radius: 4px 4px 0 0;
  background-color: #DDDDDD;
}
.user-register-newsletter .content {
  display: none;
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 0 0 4px 4px;
}
.user-register-newsletter .content .paragraph {
  margin-bottom: 20px;
}
.user-register-newsletter .content form label {
  display: block;
  line-height: normal;
  margin: 0 0 5px 0;
  cursor: pointer;
}
.user-register-newsletter .content form input[type="text"] {
  width: 92.5%;
  max-width: 250px;
}
.user-register-newsletter .content form label.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.user-register-newsletter .content form button[type="submit"] {
  margin-top: 7px;
}
.user-register-newsletter .content form label.error {
  color: #b94a48;
  margin-bottom: 20px;
  display: none;
}
.user-register-newsletter .content .loading {
  position: relative;
  left: 50%;
  margin-left: -12px;
  background-image: url('/web/assets/img/loading_24_F5F5F5_333333.gif');
}
.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;
}
.user-register-newsletter .modal {
  display: none;
}
.user-register-newsletter .modal-body {
  min-height: 200px;
}
.user-register-newsletter .modal-body .content {
  display: block;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 0;
}
.user-register-newsletter .modal-body .content button[type="submit"] {
  margin-top: 15px;
}
.user-register-newsletter .modal-body .content .loading {
  background-image: url('/web/assets/img/loading_24_FFFFFF_333333.gif');
  left: 0;
  margin-left: 0;
}
.user-register-newsletter .modal-body .done {
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 0;
}
.application-list {
  min-height: 425px;
}
.application-list .list-toolbar {
  margin-top: 0;
}
.application-list .list-toolbar .search-wrapper {
  width: 75%;
}
.application-list table td a {
  display: block;
  text-decoration: underline;
  color: #333333;
}
.application-list table td a:hover {
  text-decoration: none;
}
.application-list table tr.system_application_section_state_accepted td,
.application-list table tr.system_application_section_state_validated td {
  background-color: #eff7f0;
  color: #468847;
}
.application-list table tr.system_application_section_state_accepted td a,
.application-list table tr.system_application_section_state_validated td a {
  color: #468847;
}
.application-list table tr.system_application_section_state_accepted:hover td,
.application-list table tr.system_application_section_state_validated:hover td {
  background-color: #e9f4e9;
}
.application-list table tr.system_application_section_state_rejected td {
  background-color: #fbf5f5;
  color: #b94a48;
}
.application-list table tr.system_application_section_state_rejected td a {
  color: #b94a48;
}
.application-list table tr.system_application_section_state_rejected:hover td {
  background-color: #f8eeee;
}
.career-list {
  font-size: 0;
}
.career-list .career-thumbnails .career-level-wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 96px) / 4);
  margin-right: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #F9F9F9;
  font-size: 14px;
  text-align: center;
  padding: 16px 8px;
  box-sizing: border-box;
}
.career-list .career-thumbnails .career-level-wrapper:last-child {
  margin-right: 0;
}
.career-list .career-thumbnails .career-level-wrapper .level-label {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.career-list .career-thumbnails .career-level-wrapper .level {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  padding: 10px;
}
.career-list .career-thumbnails .career-level-wrapper .button-wrapper {
  min-height: 30px;
  margin-top: 10px;
}
.career-list .career-thumbnails .career-level-wrapper .button-wrapper span {
  padding: 6px 14px;
  background-color: #333333;
  color: #FFFFFF;
  border-radius: 3px;
}
.career-list .career-thumbnails .career-level-wrapper .button-wrapper .btn {
  display: inline-block;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.career-list .career-thumbnails .career-level-wrapper.system_career_state_in_progress,
.career-list .career-thumbnails .career-level-wrapper.system_career_state_submitted {
  background-color: #e2eff5;
  border-color: #c9e1ed;
}
.career-list .career-thumbnails .career-level-wrapper.system_career_state_in_progress .button-wrapper span,
.career-list .career-thumbnails .career-level-wrapper.system_career_state_submitted .button-wrapper span {
  background-color: #3a87ad;
}
.career-list .career-thumbnails .career-level-wrapper.system_career_state_accepted {
  background-color: #d5e9d5;
  border-color: #bfdebf;
}
.career-list .career-thumbnails .career-level-wrapper.system_career_state_accepted .button-wrapper span {
  background-color: #468847;
}
.career-list .career-list {
  margin-top: 48px;
  font-size: 14px;
}
.career-list .career-list .accordion-group {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 16px;
}
.career-list .career-list .accordion-group .accordion-heading {
  background-color: #F9F9F9;
}
.career-list .career-list .accordion-group .accordion-heading a.accordion-toggle {
  text-decoration: none;
  font-size: 24px;
  line-height: 24px;
  padding: 14px 15px;
  font-weight: 600;
}
.career-list .career-list .accordion-group .accordion-heading a.accordion-toggle .label {
  margin-left: 8px;
  vertical-align: middle;
  padding: 3px 8px;
  display: none;
}
.career-list .career-list .accordion-group .accordion-heading a.accordion-toggle:after {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-bottom: 8px solid #666666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  margin: 5px 3px;
}
.career-list .career-list .accordion-group .accordion-heading a.accordion-toggle.collapsed:after {
  border-bottom: none;
  border-top: 8px solid #666666;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper {
  padding-top: 12px;
  margin-left: 32px;
  margin-right: 24px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper + .block-wrapper {
  margin-top: 32px;
  border-top: 1px dashed #999999;
  padding-top: 24px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .score-block {
  float: right;
  padding: 12px 5px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  color: #999999;
  text-align: right;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .score-block.approved .score-wrapper {
  color: #468847;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner h4 {
  margin-top: 14px;
  margin-bottom: 4px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table {
  width: 100%;
  max-width: 700px;
  margin: 24px auto 56px 0;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td {
  width: 15%;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td .done {
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  position: absolute;
  width: 11px;
  height: 11px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td .done.done-ok {
  background-color: #468847;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td .done.done-ko {
  background-color: #b94a48;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td:first-child {
  width: 40%;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td:last-child {
  width: 30%;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .block-wrapper > table tr td:last-child a {
  cursor: pointer;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .tabbable {
  margin-top: 24px;
  margin-bottom: 24px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .tabbable .nav {
  margin-bottom: 0;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .tabbable .tab-pane > div {
  position: relative;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .tabbable .tab-pane .loading.cover {
  display: block;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .tabbable .tab-pane iframe {
  width: calc(100% - 2px);
  height: 350px;
  border: 1px solid #DDDDDD;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .description,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .description {
  margin: 10px 0 20px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .description .total-points,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .description .total-points {
  font-weight: 600;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-chart-wrapper,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .career-chart-wrapper {
  margin-top: 2em;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-chart-wrapper .disparity-info,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .career-chart-wrapper .disparity-info {
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0.5em;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-chart-wrapper .disparity-info span:before,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .career-chart-wrapper .disparity-info span:before {
  content: "*";
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .terms-and-conditions-text,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .terms-and-conditions-text {
  height: 130px;
  font-size: 95%;
  line-height: 1.5em;
  white-space: normal;
  overflow: auto;
  margin-bottom: 0;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top span.error,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom span.error {
  background-color: #b94a48;
  padding: 4px 10px;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-top: 3px;
  font-weight: bold;
  text-shadow: none;
  margin-bottom: 8px;
  display: none;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .btn-submit-request,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom .btn-submit-request {
  margin-top: 20px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top {
  margin-top: 16px;
  margin-bottom: 32px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen {
  float: right;
  line-height: 17px;
  padding: 3px 9px;
  vertical-align: top;
  margin-bottom: 6px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen {
    max-width: 140px;
  }
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen .number,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen .lbl {
  display: none;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen .number:before {
  content: "(";
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen .lbl:after {
  content: ")";
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen.has-messages {
  color: #fbf5f5;
  background: #b94a48;
  text-shadow: 0 1px 1px rgba(156,29,29,0.75);
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen.has-messages:hover {
  color: #b94a48;
  background: #fbf5f5;
  text-shadow: none;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen.has-messages .number,
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen.has-messages .lbl {
  display: inline;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen.has-messages .icon-black {
  display: none;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .career-unseen.has-messages .icon-white {
  display: inline-block;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top h4 {
  margin-top: 4px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-top .description {
  margin-bottom: 10px;
}
.career-list .career-list .accordion-group .accordion-body .accordion-inner .career-control-bottom {
  margin-top: 56px;
}
.career-list .career-list .accordion-group.system_career_state_in_progress,
.career-list .career-list .accordion-group.system_career_state_submitted {
  border-color: #c9e1ed;
}
.career-list .career-list .accordion-group.system_career_state_in_progress .accordion-heading,
.career-list .career-list .accordion-group.system_career_state_submitted .accordion-heading {
  background-color: #e2eff5;
}
.career-list .career-list .accordion-group.system_career_state_in_progress .accordion-heading a.accordion-toggle .label,
.career-list .career-list .accordion-group.system_career_state_submitted .accordion-heading a.accordion-toggle .label {
  background-color: #3a87ad;
}
.career-list .career-list .accordion-group.system_career_state_accepted {
  border-color: #bfdebf;
}
.career-list .career-list .accordion-group.system_career_state_accepted .accordion-heading {
  background-color: #d5e9d5;
}
.career-list .career-list .accordion-group.system_career_state_accepted .accordion-heading a.accordion-toggle .label {
  background-color: #468847;
}
@media (max-width: 480px) {
  .career-list .career-thumbnails .career-level-wrapper {
    display: block;
    width: auto;
    padding: 10px;
    margin: 0 0 16px 0;
  }
  .career-list .career-thumbnails .career-level-wrapper:last-child {
    margin-bottom: 0;
  }
  .career-list .career-thumbnails .career-level-wrapper .level {
    padding: 0;
  }
  .career-list .career-thumbnails .career-level-wrapper .button-wrapper {
    min-height: 0;
    margin-top: 0;
  }
  .career-list .career-list .accordion-group .accordion-body .accordion-inner > table {
    width: 100%;
  }
}
.career-new-section .content-wrapper {
  margin-top: 20px;
}
.career-new-section .content-wrapper #referrer_chosen {
  width: 284px !important;
}
.career-new-section .content-wrapper .terms-and-conditions-text {
  height: 130px;
  font-size: 95%;
  line-height: 1.5em;
  white-space: normal;
  overflow: auto;
}
@media (max-width: 767px) {
  .career-new-section .content-wrapper #referrer_chosen {
    width: 100% !important;
  }
}
.career-head,
.career-referrer {
  min-height: 300px;
}
.career-head .career-wrapper,
.career-referrer .career-wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.career-head .career-wrapper .person-wrapper,
.career-referrer .career-wrapper .person-wrapper {
  position: absolute;
  width: 42%;
}
.career-head .career-wrapper .person-wrapper .person-image,
.career-referrer .career-wrapper .person-wrapper .person-image {
  width: 33%;
  height: 130px;
  margin: 0 16px 34px 0;
  border-radius: 4px;
  float: left;
  background-color: #cdd7d8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/web/assets/img/user-image.jpg');
  position: relative;
}
.career-head .career-wrapper .person-wrapper .person-image:before,
.career-referrer .career-wrapper .person-wrapper .person-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.02;
  z-index: 0;
  border-radius: 3px;
}
.career-head .career-wrapper .person-wrapper .person-fullname,
.career-referrer .career-wrapper .person-wrapper .person-fullname {
  font-size: 17.5px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.career-head .career-wrapper .person-wrapper .person-workplace,
.career-referrer .career-wrapper .person-wrapper .person-workplace {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 3px;
}
.career-head .career-wrapper .person-wrapper .career-date,
.career-referrer .career-wrapper .person-wrapper .career-date {
  font-size: 12px;
}
.career-head .career-wrapper .person-wrapper .career-chart-wrapper,
.career-referrer .career-wrapper .person-wrapper .career-chart-wrapper {
  margin: 0 0 0 5%;
}
.career-head .career-wrapper .forms-wrapper,
.career-referrer .career-wrapper .forms-wrapper {
  margin-left: 47%;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .form-title,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .form-title {
  font-weight: 600;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .done,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .done {
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  float: right;
  margin: 2px 12px 2px 20px;
  width: 11px;
  height: 11px;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .done.done-ok,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .done.done-ok {
  background-color: #468847;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .done.done-ko,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .done.done-ko {
  background-color: #b94a48;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .table,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .table {
  margin-top: 12px;
  margin-bottom: 12px;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .table td,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .table td {
  padding: 6px 3px;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .table td:nth-child(1),
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .table td:nth-child(1) {
  width: 42%;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper .table td:nth-child(2),
.career-referrer .career-wrapper .forms-wrapper .form-wrapper .table td:nth-child(2) {
  width: 10%;
}
.career-head .career-wrapper .forms-wrapper .form-wrapper + .form-wrapper,
.career-referrer .career-wrapper .forms-wrapper .form-wrapper + .form-wrapper {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #EEEEEE;
}
@media (max-width: 1200px) {
  .career-head .career-wrapper .person-wrapper .person-image,
  .career-referrer .career-wrapper .person-wrapper .person-image {
    height: 107px;
  }
}
@media (max-width: 979px) {
  .career-head .career-wrapper .person-wrapper .person-image,
  .career-referrer .career-wrapper .person-wrapper .person-image {
    width: 73px;
    height: 79px;
    float: none;
  }
}
@media (max-width: 480px) {
  .career-head .career-wrapper .person-wrapper,
  .career-referrer .career-wrapper .person-wrapper {
    position: static;
    width: 100%;
    min-height: 94px;
  }
  .career-head .career-wrapper .person-wrapper .person-image,
  .career-referrer .career-wrapper .person-wrapper .person-image {
    width: 73px;
    height: 78px;
    float: left;
  }
  .career-head .career-wrapper .forms-wrapper,
  .career-referrer .career-wrapper .forms-wrapper {
    margin-left: 0;
  }
  .career-head .career-wrapper .forms-wrapper .form-wrapper,
  .career-referrer .career-wrapper .forms-wrapper .form-wrapper {
    border-top: 1px solid #EEEEEE;
  }
}
.career-teams {
  margin-bottom: 4em;
}
.career-teams .row-fluid.header {
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
.career-teams .row-fluid.header > div {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 3px;
}
.career-teams .row-fluid.item-person-section {
  border-bottom: 1px solid #EEEEEE;
}
.career-teams .row-fluid.item-person-section:hover {
  background-color: #FBFBFB;
}
.career-teams .row-fluid.item-person-section.has-career:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}
.career-teams .row-fluid.item-person-section .caret {
  position: absolute;
  margin-left: -18px;
  margin-top: 14px;
}
.career-teams .row-fluid.item-person-section.opened {
  border-bottom: none;
}
.career-teams .row-fluid.item-person-section.opened:hover {
  background-image: linear-gradient(to bottom,#F5F5F5,#FFFFFF);
}
.career-teams .row-fluid.item-person-section.opened .fullname {
  font-weight: bold;
}
.career-teams .row-fluid.item-person-section.opened .caret {
  border-top: none;
  border-bottom: 4px solid #000000;
}
.career-teams .row-fluid.item-person-section > div {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 3px;
}
.career-teams .career-details {
  border-bottom: 1px solid #EEEEEE;
  display: none;
  padding-top: 2em;
  padding-bottom: 3em;
  background-image: linear-gradient(#FFFFFF 0%,#FFFFFF 85%,#F5F5F5 100%);
}
.career-teams .career-details .person-image {
  width: 90%;
  max-width: 180px;
  margin-top: 20px;
  margin-left: 10%;
  height: 180px;
  border-radius: 4px;
  background-color: #cdd7d8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/web/assets/img/user-image.jpg');
  position: relative;
}
.career-teams .career-details .person-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.02;
  z-index: 0;
  border-radius: 4px;
}
.career-teams .career-details .career-thumbnail {
  width: 90%;
  max-width: 180px;
  margin-top: 20px;
  height: 178px;
  text-align: center;
  border: 1px solid #BBBBBB;
}
.career-teams .career-details .career-thumbnail .level-label {
  height: 20px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
}
.career-teams .career-details .career-thumbnail .career-level {
  height: 116px;
  line-height: 106px;
  font-size: 80px;
  font-weight: bold;
}
.career-teams .career-details .career-thumbnail .career-date {
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  background-color: #BBBBBB;
  font-weight: bold;
}
.career-teams .career-details .no-rows {
  margin-top: 20px;
  padding: 16px;
}
@media (max-width: 767px) {
  .career-teams .row-fluid.header {
    border-bottom-width: 2px;
  }
  .career-teams .row-fluid.header .span3 {
    display: none;
  }
  .career-teams .row-fluid.item-person-section {
    position: relative;
  }
  .career-teams .row-fluid.item-person-section .fullname {
    font-weight: bold;
  }
  .career-teams .row-fluid.item-person-section .span3.date,
  .career-teams .row-fluid.item-person-section .span3.level {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 1em;
  }
  .career-teams .row-fluid.item-person-section .span3.level:before {
    content: " - ";
  }
  .career-teams .row-fluid.item-person-section .caret {
    top: 0;
    right: 18px;
    margin-left: 0;
  }
  .career-teams .row-fluid.career-details {
    padding-top: 0;
  }
  .career-teams .row-fluid.career-details .span3 {
    float: left;
    width: 50%;
    padding-bottom: 2em;
  }
  .career-teams .row-fluid.career-details .career-chart-wrapper {
    margin: 0 5%;
  }
}
.commodity-add-to-cart .gift-voucher {
  float: right;
  height: 48px;
  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-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: #b94a48;
  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 .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 .input,
.commodity-add-to-cart .step .availability-search .field-row .field-control .input {
  width: 84%;
  margin: 0;
}
.commodity-add-to-cart .step .availability-search .field-row .field-label .input.warning,
.commodity-add-to-cart .step .availability-search .field-row .field-control .input.warning {
  color: #c09853;
  background-color: #f3ebdd;
}
.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: #3a87ad;
  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: #3a87ad;
  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: #c09853;
  background-color: #f3ebdd;
  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: #3a87ad;
}
.commodity-add-to-cart .step .availability-search.empty input[type="number"] {
  color: #3a87ad;
}
.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: #3a87ad;
}
.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: #3a87ad;
}
.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: #3a87ad;
  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;
  background-image: url('/web/assets/img/loading_48_EFEFEF_333333.gif');
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.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 .icon-white,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .checkbox .icon-white {
  display: none;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item .checkbox .icon-black,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item .checkbox .icon-black {
  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 .icon-black,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item.selected .icon-black {
  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 .checkbox .icon-white,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .checkbox .icon-white {
  display: none;
}
.commodity-add-to-cart .step .availability-results #availability_list .availability_item_locked_compact .checkbox .icon-black,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact .checkbox .icon-black {
  opacity: 0.13;
}
.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.selected .icon-black,
.commodity-add-to-cart .step .availability-results .availability-list .availability_item_locked_compact.selected .icon-black {
  opacity: 1;
}
.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 16.5%;
}
.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 .input,
.commodity-add-to-cart .step .item-options .instance .pax-types .field-row .field-control .input {
  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;
  }
  .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;
    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 .availability-search-pax {
    width: 100%;
    margin-right: 0;
  }
  .commodity-add-to-cart .step .availability-search .availability-search-pax .field-row {
    width: 250px;
  }
}
.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: #3a87ad;
  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;
}
.commodity-list-search .last-places-flag {
  position: absolute;
  margin: 8px 0 0 10px;
  display: none;
}
.commodity-list-search-box .list-title {
  display: inline-block;
  width: 77%;
  position: absolute;
}
.commodity-list-search-box .list-list {
  display: inline-block;
  width: 77%;
  margin: 53px 0 0 0;
  vertical-align: top;
}
.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;
}
.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;
  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;
  margin: 4px 7px 0px 3px;
}
.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-quest .commodity-quest-explanation {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.commodity-quest .register-login-message {
  margin-bottom: 20px;
}
.commodity-quest .register-login-quest .well .control-group {
  margin-bottom: 6px;
}
.commodity-quest .register-login-quest .continue-anonymously {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.commodity-quest .quest-form .criteria-selector {
  padding-top: 0;
}
.commodity-quest .quest-form label.checkbox {
  display: inline-block;
  vertical-align: top;
}
.commodity-quest .quest-form .span12 label.checkbox {
  width: 27%;
  margin-right: 3.5%;
}
.commodity-quest .quest-form .span6 label.checkbox {
  width: 40%;
  margin-right: 3.5%;
}
@media (max-width: 767px) {
  .commodity-quest .quest-form .span12 label.checkbox,
  .commodity-quest .quest-form .span6 label.checkbox {
    width: 40%;
    margin-right: 3.5%;
  }
}
.commodity-view-course a.back-link,
.commodity-view-activity a.back-link,
.commodity-view-hotel a.back-link,
.commodity-view-lodging a.back-link,
.commodity-view-pack a.back-link {
  display: inline-block;
  float: left;
  width: 10%;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10.5%;
  padding: 6px 1%;
}
.commodity-view-course .view-view,
.commodity-view-activity .view-view,
.commodity-view-hotel .view-view,
.commodity-view-lodging .view-view,
.commodity-view-pack .view-view {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.commodity-view-course .view-view .row.addthis,
.commodity-view-activity .view-view .row.addthis,
.commodity-view-hotel .view-view .row.addthis,
.commodity-view-lodging .view-view .row.addthis,
.commodity-view-pack .view-view .row.addthis {
  margin-top: 6px;
}
.commodity-view-course .view-view .row.addthis .addthis_toolbox,
.commodity-view-activity .view-view .row.addthis .addthis_toolbox,
.commodity-view-hotel .view-view .row.addthis .addthis_toolbox,
.commodity-view-lodging .view-view .row.addthis .addthis_toolbox,
.commodity-view-pack .view-view .row.addthis .addthis_toolbox {
  float: right;
}
.commodity-view-course .view-view .row.title,
.commodity-view-activity .view-view .row.title,
.commodity-view-hotel .view-view .row.title,
.commodity-view-lodging .view-view .row.title,
.commodity-view-pack .view-view .row.title {
  margin: 10px 0 0 0;
}
.commodity-view-course .view-view h3.title,
.commodity-view-activity .view-view h3.title,
.commodity-view-hotel .view-view h3.title,
.commodity-view-lodging .view-view h3.title,
.commodity-view-pack .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-course .view-view a.add_to_cart,
.commodity-view-activity .view-view a.add_to_cart,
.commodity-view-hotel .view-view a.add_to_cart,
.commodity-view-lodging .view-view a.add_to_cart,
.commodity-view-pack .view-view a.add_to_cart {
  float: right;
  margin-left: 20px;
  font-size: 18px;
  padding: 10px 20px;
}
.commodity-view-course .view-view div.price,
.commodity-view-activity .view-view div.price,
.commodity-view-hotel .view-view div.price,
.commodity-view-lodging .view-view div.price,
.commodity-view-pack .view-view div.price {
  float: right;
  font-size: 18px;
  padding: 11px 10px;
}
.commodity-view-course .view-view div.price .price-from,
.commodity-view-activity .view-view div.price .price-from,
.commodity-view-hotel .view-view div.price .price-from,
.commodity-view-lodging .view-view div.price .price-from,
.commodity-view-pack .view-view div.price .price-from {
  font-size: 80%;
  margin-right: 6px;
  padding-top: 1px;
}
.commodity-view-course .view-view div.price .price-import,
.commodity-view-activity .view-view div.price .price-import,
.commodity-view-hotel .view-view div.price .price-import,
.commodity-view-lodging .view-view div.price .price-import,
.commodity-view-pack .view-view div.price .price-import {
  font-weight: bold;
}
.commodity-view-course .view-view .last-places-flag,
.commodity-view-activity .view-view .last-places-flag,
.commodity-view-hotel .view-view .last-places-flag,
.commodity-view-lodging .view-view .last-places-flag,
.commodity-view-pack .view-view .last-places-flag {
  float: right;
  margin: 11px 20px;
  padding: 4px 8px;
  font-size: 13px;
  display: none;
}
.commodity-view-course .view-view #galleria,
.commodity-view-activity .view-view #galleria,
.commodity-view-hotel .view-view #galleria,
.commodity-view-lodging .view-view #galleria,
.commodity-view-pack .view-view #galleria {
  height: 550px;
  margin-bottom: 30px;
  overflow: hidden;
}
.commodity-view-course .view-view #galleria .galleria-container .galleria-stage,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-stage,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-stage,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-stage,
.commodity-view-pack .view-view #galleria .galleria-container .galleria-stage {
  bottom: 115px;
}
.commodity-view-course .view-view #galleria .galleria-container .galleria-thumbnails-container,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-thumbnails-container,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-thumbnails-container,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-thumbnails-container,
.commodity-view-pack .view-view #galleria .galleria-container .galleria-thumbnails-container {
  height: 90px;
}
.commodity-view-course .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.commodity-view-course .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right,
.commodity-view-pack .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left,
.commodity-view-pack .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right {
  display: none;
}
.commodity-view-course .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list,
.commodity-view-pack .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list {
  margin: 0;
}
.commodity-view-course .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image,
.commodity-view-pack .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image {
  width: 120px;
  height: 90px;
  margin-right: 20px;
}
.commodity-view-course .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image span.iframe,
.commodity-view-activity .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image span.iframe,
.commodity-view-hotel .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image span.iframe,
.commodity-view-lodging .view-view #galleria .galleria-container .galleria-thumbnails-container .galleria-image span.iframe,
.commodity-view-pack .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-course .view-view .tab-content,
.commodity-view-activity .view-view .tab-content,
.commodity-view-hotel .view-view .tab-content,
.commodity-view-lodging .view-view .tab-content,
.commodity-view-pack .view-view .tab-content {
  margin-bottom: 40px;
}
.commodity-view-course .view-view .commodity-opinions-counter,
.commodity-view-activity .view-view .commodity-opinions-counter,
.commodity-view-hotel .view-view .commodity-opinions-counter,
.commodity-view-lodging .view-view .commodity-opinions-counter,
.commodity-view-pack .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-course .view-view #commodity_opinions_carousel,
.commodity-view-activity .view-view #commodity_opinions_carousel,
.commodity-view-hotel .view-view #commodity_opinions_carousel,
.commodity-view-lodging .view-view #commodity_opinions_carousel,
.commodity-view-pack .view-view #commodity_opinions_carousel {
  margin: 20px 0 40px 50px;
}
.commodity-view-course .view-view #commodity_opinions_carousel .commodity-opinion-respondent,
.commodity-view-activity .view-view #commodity_opinions_carousel .commodity-opinion-respondent,
.commodity-view-hotel .view-view #commodity_opinions_carousel .commodity-opinion-respondent,
.commodity-view-lodging .view-view #commodity_opinions_carousel .commodity-opinion-respondent,
.commodity-view-pack .view-view #commodity_opinions_carousel .commodity-opinion-respondent {
  padding: 0 80px;
}
.commodity-view-course .view-view #commodity_opinions_carousel .date,
.commodity-view-activity .view-view #commodity_opinions_carousel .date,
.commodity-view-hotel .view-view #commodity_opinions_carousel .date,
.commodity-view-lodging .view-view #commodity_opinions_carousel .date,
.commodity-view-pack .view-view #commodity_opinions_carousel .date {
  display: none;
}
.commodity-view-course .view-view #commodity_opinions_carousel .user,
.commodity-view-course .view-view #commodity_opinions_carousel .rating,
.commodity-view-course .view-view #commodity_opinions_carousel .comment,
.commodity-view-activity .view-view #commodity_opinions_carousel .user,
.commodity-view-activity .view-view #commodity_opinions_carousel .rating,
.commodity-view-activity .view-view #commodity_opinions_carousel .comment,
.commodity-view-hotel .view-view #commodity_opinions_carousel .user,
.commodity-view-hotel .view-view #commodity_opinions_carousel .rating,
.commodity-view-hotel .view-view #commodity_opinions_carousel .comment,
.commodity-view-lodging .view-view #commodity_opinions_carousel .user,
.commodity-view-lodging .view-view #commodity_opinions_carousel .rating,
.commodity-view-lodging .view-view #commodity_opinions_carousel .comment,
.commodity-view-pack .view-view #commodity_opinions_carousel .user,
.commodity-view-pack .view-view #commodity_opinions_carousel .rating,
.commodity-view-pack .view-view #commodity_opinions_carousel .comment {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.commodity-view-course .view-view #commodity_opinions_carousel .user,
.commodity-view-course .view-view #commodity_opinions_carousel .rating,
.commodity-view-activity .view-view #commodity_opinions_carousel .user,
.commodity-view-activity .view-view #commodity_opinions_carousel .rating,
.commodity-view-hotel .view-view #commodity_opinions_carousel .user,
.commodity-view-hotel .view-view #commodity_opinions_carousel .rating,
.commodity-view-lodging .view-view #commodity_opinions_carousel .user,
.commodity-view-lodging .view-view #commodity_opinions_carousel .rating,
.commodity-view-pack .view-view #commodity_opinions_carousel .user,
.commodity-view-pack .view-view #commodity_opinions_carousel .rating {
  width: 24%;
  min-width: 100px;
}
.commodity-view-course .view-view #commodity_opinions_carousel .comment,
.commodity-view-activity .view-view #commodity_opinions_carousel .comment,
.commodity-view-hotel .view-view #commodity_opinions_carousel .comment,
.commodity-view-lodging .view-view #commodity_opinions_carousel .comment,
.commodity-view-pack .view-view #commodity_opinions_carousel .comment {
  width: 49%;
  min-width: 200px;
}
.commodity-view-course .view-view .commodity-equipment .commodity-equipment-label,
.commodity-view-activity .view-view .commodity-equipment .commodity-equipment-label,
.commodity-view-hotel .view-view .commodity-equipment .commodity-equipment-label,
.commodity-view-lodging .view-view .commodity-equipment .commodity-equipment-label,
.commodity-view-pack .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-course .view-view .commodity-equipment .commodity-equipment-label .ico,
.commodity-view-activity .view-view .commodity-equipment .commodity-equipment-label .ico,
.commodity-view-hotel .view-view .commodity-equipment .commodity-equipment-label .ico,
.commodity-view-lodging .view-view .commodity-equipment .commodity-equipment-label .ico,
.commodity-view-pack .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-course .view-view .commodity-equipment .commodity-equipment-label .lbl,
.commodity-view-activity .view-view .commodity-equipment .commodity-equipment-label .lbl,
.commodity-view-hotel .view-view .commodity-equipment .commodity-equipment-label .lbl,
.commodity-view-lodging .view-view .commodity-equipment .commodity-equipment-label .lbl,
.commodity-view-pack .view-view .commodity-equipment .commodity-equipment-label .lbl {
  margin: 8px 0 0 40px;
}
.commodity-view-course .view-view .commodity-equipment div.entities h5,
.commodity-view-activity .view-view .commodity-equipment div.entities h5,
.commodity-view-hotel .view-view .commodity-equipment div.entities h5,
.commodity-view-lodging .view-view .commodity-equipment div.entities h5,
.commodity-view-pack .view-view .commodity-equipment div.entities h5 {
  margin-bottom: 15px;
}
.commodity-view-course .view-view .commodity-equipment div.entities div.entity,
.commodity-view-activity .view-view .commodity-equipment div.entities div.entity,
.commodity-view-hotel .view-view .commodity-equipment div.entities div.entity,
.commodity-view-lodging .view-view .commodity-equipment div.entities div.entity,
.commodity-view-pack .view-view .commodity-equipment div.entities div.entity {
  margin-bottom: 10px;
}
.commodity-view-course .view-view .commodity-equipment div.entities div.entity .entity-title,
.commodity-view-activity .view-view .commodity-equipment div.entities div.entity .entity-title,
.commodity-view-hotel .view-view .commodity-equipment div.entities div.entity .entity-title,
.commodity-view-lodging .view-view .commodity-equipment div.entities div.entity .entity-title,
.commodity-view-pack .view-view .commodity-equipment div.entities div.entity .entity-title {
  font-weight: bold;
}
.commodity-view-course .view-view .commodity-equipment div.entities div.entity .entity-gallery,
.commodity-view-activity .view-view .commodity-equipment div.entities div.entity .entity-gallery,
.commodity-view-hotel .view-view .commodity-equipment div.entities div.entity .entity-gallery,
.commodity-view-lodging .view-view .commodity-equipment div.entities div.entity .entity-gallery,
.commodity-view-pack .view-view .commodity-equipment div.entities div.entity .entity-gallery {
  min-height: 100px;
  margin: 5px 0 0 0;
}
.commodity-view-course .view-view .commodity-equipment div.entities div.entity .entity-gallery img,
.commodity-view-activity .view-view .commodity-equipment div.entities div.entity .entity-gallery img,
.commodity-view-hotel .view-view .commodity-equipment div.entities div.entity .entity-gallery img,
.commodity-view-lodging .view-view .commodity-equipment div.entities div.entity .entity-gallery img,
.commodity-view-pack .view-view .commodity-equipment div.entities div.entity .entity-gallery img {
  height: 100px;
  margin: 0 10px 10px 0;
}
.commodity-view-course .view-view .commodity-location .commodity-location-company,
.commodity-view-course .view-view .commodity-location .commodity-location-address,
.commodity-view-course .view-view .commodity-location .commodity-location-description,
.commodity-view-course .view-view .commodity-location .commodity-location-phone,
.commodity-view-course .view-view .commodity-location .commodity-location-email,
.commodity-view-course .view-view .commodity-location .commodity-location-gps,
.commodity-view-activity .view-view .commodity-location .commodity-location-company,
.commodity-view-activity .view-view .commodity-location .commodity-location-address,
.commodity-view-activity .view-view .commodity-location .commodity-location-description,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-email,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps,
.commodity-view-pack .view-view .commodity-location .commodity-location-company,
.commodity-view-pack .view-view .commodity-location .commodity-location-address,
.commodity-view-pack .view-view .commodity-location .commodity-location-description,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-email,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps {
  margin-bottom: 7px;
}
.commodity-view-course .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-company .company,
.commodity-view-course .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-company .address,
.commodity-view-course .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-company .town,
.commodity-view-course .view-view .commodity-location .commodity-location-company .province,
.commodity-view-course .view-view .commodity-location .commodity-location-company .country,
.commodity-view-course .view-view .commodity-location .commodity-location-company .description,
.commodity-view-course .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-company .email,
.commodity-view-course .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-address .company,
.commodity-view-course .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-address .address,
.commodity-view-course .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-address .town,
.commodity-view-course .view-view .commodity-location .commodity-location-address .province,
.commodity-view-course .view-view .commodity-location .commodity-location-address .country,
.commodity-view-course .view-view .commodity-location .commodity-location-address .description,
.commodity-view-course .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-address .email,
.commodity-view-course .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-description .company,
.commodity-view-course .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-description .address,
.commodity-view-course .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-description .town,
.commodity-view-course .view-view .commodity-location .commodity-location-description .province,
.commodity-view-course .view-view .commodity-location .commodity-location-description .country,
.commodity-view-course .view-view .commodity-location .commodity-location-description .description,
.commodity-view-course .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-description .email,
.commodity-view-course .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .company,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .town,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .province,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .country,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .description,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-email .company,
.commodity-view-course .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-email .address,
.commodity-view-course .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-email .town,
.commodity-view-course .view-view .commodity-location .commodity-location-email .province,
.commodity-view-course .view-view .commodity-location .commodity-location-email .country,
.commodity-view-course .view-view .commodity-location .commodity-location-email .description,
.commodity-view-course .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-email .email,
.commodity-view-course .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .company,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .town,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .province,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .country,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .description,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .company,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .town,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .province,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .country,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .description,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .company,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .town,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .province,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .country,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .description,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .company,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .town,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .province,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .country,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .description,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .company,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .town,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .province,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .country,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .description,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .company,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .town,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .province,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .country,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .description,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .company,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .town,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .province,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .country,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .description,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .town,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .province,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .country,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .town,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .province,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .country,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .town,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .province,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .country,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .town,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .province,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .country,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .town,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .province,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .country,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .company,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .town,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .province,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .country,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .description,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .town,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .province,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .country,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .town,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .province,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .country,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .town,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .province,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .country,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .town,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .province,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .country,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .town,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .province,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .country,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .company,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .town,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .province,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .country,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .description,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .company,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .town,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .province,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .country,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .description,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .company,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .town,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .province,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .country,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .description,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .company,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .town,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .province,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .country,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .description,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .company,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .town,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .province,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .country,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .description,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .company,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .town,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .province,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .country,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .description,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .company,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .town,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .province,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .country,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .description,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .longitude {
  display: inline-block;
  vertical-align: middle;
}
.commodity-view-course .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .ico,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .ico {
  width: 26px;
  margin-right: 5px;
}
.commodity-view-course .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-course .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-course .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-course .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .ico:before {
  font-size: 26px;
  line-height: 26px;
  color: #ABABAB;
}
.commodity-view-course .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-company .address,
.commodity-view-course .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-company .email,
.commodity-view-course .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-address .address,
.commodity-view-course .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-address .email,
.commodity-view-course .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-description .address,
.commodity-view-course .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-description .email,
.commodity-view-course .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-email .address,
.commodity-view-course .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-email .email,
.commodity-view-course .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-course .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .longitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .lbl,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .road_type,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .address,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .postal-code,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .phone,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .mobile,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .email,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .latitude,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .longitude {
  margin-right: 8px;
}
.commodity-view-course .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-company .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-company .ico:before {
  content: "\24B8";
  margin-left: 2px;
}
.commodity-view-course .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-address .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-address .ico:before {
  content: "\2709";
}
.commodity-view-course .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-description .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-description .ico:before {
  content: "\2691";
  margin-left: 2px;
}
.commodity-view-course .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-phone .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-phone .ico:before {
  content: "\260E";
}
.commodity-view-course .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-email .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-email .ico:before {
  content: "\0040";
}
.commodity-view-course .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-activity .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-hotel .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-lodging .view-view .commodity-location .commodity-location-gps .ico:before,
.commodity-view-pack .view-view .commodity-location .commodity-location-gps .ico:before {
  content: "\2691";
  margin-left: 4px;
}
.commodity-view-course .view-view .commodity-location iframe,
.commodity-view-activity .view-view .commodity-location iframe,
.commodity-view-hotel .view-view .commodity-location iframe,
.commodity-view-lodging .view-view .commodity-location iframe,
.commodity-view-pack .view-view .commodity-location iframe {
  margin-top: 7px;
}
.commodity-view-course .view-view .commodity-gift-voucher .commodity-gift-voucher-price,
.commodity-view-activity .view-view .commodity-gift-voucher .commodity-gift-voucher-price,
.commodity-view-hotel .view-view .commodity-gift-voucher .commodity-gift-voucher-price,
.commodity-view-lodging .view-view .commodity-gift-voucher .commodity-gift-voucher-price,
.commodity-view-pack .view-view .commodity-gift-voucher .commodity-gift-voucher-price {
  margin: 20px 0;
}
.commodity-view-course .view-view .commodity-opinions .commodity-opinion-respondent,
.commodity-view-activity .view-view .commodity-opinions .commodity-opinion-respondent,
.commodity-view-hotel .view-view .commodity-opinions .commodity-opinion-respondent,
.commodity-view-lodging .view-view .commodity-opinions .commodity-opinion-respondent,
.commodity-view-pack .view-view .commodity-opinions .commodity-opinion-respondent {
  margin-bottom: 30px;
}
.commodity-view-course .view-view .commodity-opinions .commodity-opinion-respondent .user,
.commodity-view-activity .view-view .commodity-opinions .commodity-opinion-respondent .user,
.commodity-view-hotel .view-view .commodity-opinions .commodity-opinion-respondent .user,
.commodity-view-lodging .view-view .commodity-opinions .commodity-opinion-respondent .user,
.commodity-view-pack .view-view .commodity-opinions .commodity-opinion-respondent .user {
  font-weight: bold;
}
.commodity-view-course .view-view .commodity-opinions .commodity-opinion-respondent .date,
.commodity-view-activity .view-view .commodity-opinions .commodity-opinion-respondent .date,
.commodity-view-hotel .view-view .commodity-opinions .commodity-opinion-respondent .date,
.commodity-view-lodging .view-view .commodity-opinions .commodity-opinion-respondent .date,
.commodity-view-pack .view-view .commodity-opinions .commodity-opinion-respondent .date {
  float: right;
}
.commodity-view-course .view-view .commodity-opinions .commodity-opinion-respondent .rating,
.commodity-view-activity .view-view .commodity-opinions .commodity-opinion-respondent .rating,
.commodity-view-hotel .view-view .commodity-opinions .commodity-opinion-respondent .rating,
.commodity-view-lodging .view-view .commodity-opinions .commodity-opinion-respondent .rating,
.commodity-view-pack .view-view .commodity-opinions .commodity-opinion-respondent .rating {
  color: #FFFFFF;
}
.commodity-view-course .view-view .commodity-opinions .commodity-opinion-respondent .comment,
.commodity-view-activity .view-view .commodity-opinions .commodity-opinion-respondent .comment,
.commodity-view-hotel .view-view .commodity-opinions .commodity-opinion-respondent .comment,
.commodity-view-lodging .view-view .commodity-opinions .commodity-opinion-respondent .comment,
.commodity-view-pack .view-view .commodity-opinions .commodity-opinion-respondent .comment {
  border-top: 1px solid #DDDDDD;
  margin-top: 5px;
  padding-top: 10px;
}
.commodity-view-course .view-view .commodity-contact-form,
.commodity-view-activity .view-view .commodity-contact-form,
.commodity-view-hotel .view-view .commodity-contact-form,
.commodity-view-lodging .view-view .commodity-contact-form,
.commodity-view-pack .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-course .view-view .commodity-contact-form .form-ico,
.commodity-view-activity .view-view .commodity-contact-form .form-ico,
.commodity-view-hotel .view-view .commodity-contact-form .form-ico,
.commodity-view-lodging .view-view .commodity-contact-form .form-ico,
.commodity-view-pack .view-view .commodity-contact-form .form-ico {
  float: left;
  width: 48px;
  height: 40px;
}
.commodity-view-course .view-view .commodity-contact-form .form-ico:before,
.commodity-view-activity .view-view .commodity-contact-form .form-ico:before,
.commodity-view-hotel .view-view .commodity-contact-form .form-ico:before,
.commodity-view-lodging .view-view .commodity-contact-form .form-ico:before,
.commodity-view-pack .view-view .commodity-contact-form .form-ico:before {
  content: "\0040";
  font-size: 37px;
  line-height: 31px;
}
.commodity-view-course .view-view .commodity-contact-form .form-title,
.commodity-view-activity .view-view .commodity-contact-form .form-title,
.commodity-view-hotel .view-view .commodity-contact-form .form-title,
.commodity-view-lodging .view-view .commodity-contact-form .form-title,
.commodity-view-pack .view-view .commodity-contact-form .form-title {
  font-size: 120%;
}
.commodity-view-course .view-view .commodity-contact-form:hover,
.commodity-view-activity .view-view .commodity-contact-form:hover,
.commodity-view-hotel .view-view .commodity-contact-form:hover,
.commodity-view-lodging .view-view .commodity-contact-form:hover,
.commodity-view-pack .view-view .commodity-contact-form:hover {
  background-color: #555555;
}
.commodity-view-course .view-view #commodity_availability #availability_calendar,
.commodity-view-activity .view-view #commodity_availability #availability_calendar,
.commodity-view-hotel .view-view #commodity_availability #availability_calendar,
.commodity-view-lodging .view-view #commodity_availability #availability_calendar,
.commodity-view-pack .view-view #commodity_availability #availability_calendar {
  float: left;
  margin: 0 40px 20px 0;
}
.commodity-view-course .view-view #commodity_availability #availability_calendar .loading,
.commodity-view-activity .view-view #commodity_availability #availability_calendar .loading,
.commodity-view-hotel .view-view #commodity_availability #availability_calendar .loading,
.commodity-view-lodging .view-view #commodity_availability #availability_calendar .loading,
.commodity-view-pack .view-view #commodity_availability #availability_calendar .loading {
  display: block;
}
.commodity-view-course .view-view #commodity_availability #availability_info .loading,
.commodity-view-activity .view-view #commodity_availability #availability_info .loading,
.commodity-view-hotel .view-view #commodity_availability #availability_info .loading,
.commodity-view-lodging .view-view #commodity_availability #availability_info .loading,
.commodity-view-pack .view-view #commodity_availability #availability_info .loading {
  display: block;
  float: left;
  margin: 4px 0 0 0;
}
.commodity-view-course .view-view #commodity_availability #availability_info .table,
.commodity-view-activity .view-view #commodity_availability #availability_info .table,
.commodity-view-hotel .view-view #commodity_availability #availability_info .table,
.commodity-view-lodging .view-view #commodity_availability #availability_info .table,
.commodity-view-pack .view-view #commodity_availability #availability_info .table {
  width: auto;
  min-width: 250px;
}
.commodity-view-course .view-view #commodity_availability #availability_info .table tr td:nth-child(1n),
.commodity-view-activity .view-view #commodity_availability #availability_info .table tr td:nth-child(1n),
.commodity-view-hotel .view-view #commodity_availability #availability_info .table tr td:nth-child(1n),
.commodity-view-lodging .view-view #commodity_availability #availability_info .table tr td:nth-child(1n),
.commodity-view-pack .view-view #commodity_availability #availability_info .table tr td:nth-child(1n) {
  text-align: left;
}
.commodity-view-course .view-view #commodity_availability #availability_info .table tr td:nth-child(2n),
.commodity-view-activity .view-view #commodity_availability #availability_info .table tr td:nth-child(2n),
.commodity-view-hotel .view-view #commodity_availability #availability_info .table tr td:nth-child(2n),
.commodity-view-lodging .view-view #commodity_availability #availability_info .table tr td:nth-child(2n),
.commodity-view-pack .view-view #commodity_availability #availability_info .table tr td:nth-child(2n) {
  text-align: right;
  padding-left: 40px;
}
.commodity-view-course .view-view #commodity_availability #availability_info .table tr.header td,
.commodity-view-activity .view-view #commodity_availability #availability_info .table tr.header td,
.commodity-view-hotel .view-view #commodity_availability #availability_info .table tr.header td,
.commodity-view-lodging .view-view #commodity_availability #availability_info .table tr.header td,
.commodity-view-pack .view-view #commodity_availability #availability_info .table tr.header td {
  font-weight: bold;
}
@media (max-width: 979px) {
  .commodity-view-course a.back-link,
  .commodity-view-activity a.back-link,
  .commodity-view-hotel a.back-link,
  .commodity-view-lodging a.back-link,
  .commodity-view-pack a.back-link {
    width: auto;
    margin-bottom: 20px;
  }
  .commodity-view-course .view-view,
  .commodity-view-activity .view-view,
  .commodity-view-hotel .view-view,
  .commodity-view-lodging .view-view,
  .commodity-view-pack .view-view {
    display: block;
    width: auto;
  }
}
.article-catalog .catalog-title {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 8px;
}
.article-catalog .catalog-title-all-articles {
  display: none;
}
.article-catalog .catalog-toolbar {
  min-height: 30px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0 1px 8px 1px;
}
.article-catalog .catalog-toolbar .catalog-actions {
  float: right;
}
.article-catalog .catalog-toolbar .catalog-actions input {
  margin-bottom: 0;
}
.article-catalog .catalog-toolbar .catalog-info {
  line-height: 30px;
}
.article-catalog .catalog-list .catalog-sheet {
  padding: 16px 1px;
  border-bottom: 1px solid #DDDDDD;
}
.article-catalog .catalog-list .catalog-sheet .image,
.article-catalog .catalog-list .catalog-sheet .data {
  display: inline-block;
  vertical-align: top;
}
.article-catalog .catalog-list .catalog-sheet .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 175px;
  height: 175px;
  margin-right: 20px;
}
.article-catalog .catalog-list .catalog-sheet .data {
  width: calc(100% - 202px);
}
.article-catalog .catalog-list .catalog-sheet .data > a > h3 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.article-catalog .catalog-list .catalog-sheet .data > a > h3[data-load-url]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.article-catalog .catalog-list .catalog-sheet .data .date {
  color: #777777;
  margin-bottom: 5px;
}
.article-catalog .catalog-list .catalog-sheet .data .read-full-story {
  display: none;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail {
  display: inline-block;
  width: calc(32.28% - 22px);
  overflow: hidden;
  margin: 0 1.5% 1.5% 0;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px;
  vertical-align: top;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail:nth-child(3n) {
  margin-right: 0;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .image,
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data {
  display: block;
  width: auto;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .image {
  margin-right: 0;
  margin-bottom: 10px;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data h3 {
  font-size: 18px;
  height: 48px;
  overflow: hidden;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .summary {
  display: none;
}
.article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .read-full-story {
  display: none;
}
@media (max-width: 480px) {
  .article-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.article-catalog .catalog-list .loading {
  left: 50%;
  margin-left: -32px;
  position: relative;
}
.article-search .form-wrapper form {
  margin: 0;
}
.article-search .form-wrapper form .search-item {
  display: inline-block;
  width: calc(25% - 4px);
  margin-right: 0.1%;
}
.article-search .form-wrapper form .search-item:last-child {
  margin-right: 0;
}
.article-search .form-wrapper form .search-item input,
.article-search .form-wrapper form .search-item button {
  margin: 0;
}
.article-search .form-wrapper form .search-item input {
  width: 100% !important;
  max-width: calc(100% - 14px);
}
.article-search .form-wrapper form .search-item .chosen-container,
.article-search .form-wrapper form .search-item button {
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 767px) {
  .article-search .form-wrapper form .search-item {
    width: calc(50% - 4px);
    margin-bottom: 1%;
  }
}
@media (max-width: 480px) {
  .article-search .form-wrapper form .search-item {
    width: 100%;
  }
}
.article-search .form-wrapper form .search-item.checkbox,
.article-search .form-wrapper form .search-item.radio {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 8px 0;
}
.article-search .form-wrapper form .search-item.checkbox label.radio,
.article-search .form-wrapper form .search-item.checkbox label.checkbox,
.article-search .form-wrapper form .search-item.radio label.radio,
.article-search .form-wrapper form .search-item.radio label.checkbox {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 8px 8px 0;
}
.article-search .form-wrapper form .search-item.checkbox label.radio input,
.article-search .form-wrapper form .search-item.checkbox label.checkbox input,
.article-search .form-wrapper form .search-item.radio label.radio input,
.article-search .form-wrapper form .search-item.radio label.checkbox input {
  width: 20px !important;
  margin: 4px 4px 0 0;
}
div.article-list {
  min-height: 375px;
}
div.article-list .list-toolbar {
  margin-bottom: 0;
  border-bottom: none;
}
div.article-list .list-toolbar .list-info {
  opacity: 0;
}
div.article-list ul.article-list {
  margin: 0;
  list-style-type: none;
}
div.article-list ul.article-list .article {
  border-top: 1px solid #DDDDDD;
  padding-top: 24px;
  padding-bottom: 56px;
}
div.article-list ul.article-list .article .first {
  position: absolute;
}
div.article-list ul.article-list .article .first .article-image {
  width: 125px;
  height: 125px;
  background-position: center;
  background-size: cover;
}
div.article-list ul.article-list .article h3.title,
div.article-list ul.article-list .article .date,
div.article-list ul.article-list .article .summary,
div.article-list ul.article-list .article .user {
  margin-left: 150px;
}
div.article-list ul.article-list .article h3.title {
  margin-top: 0;
  margin-bottom: 5px;
}
div.article-list ul.article-list .article .date {
  color: #777777;
  margin-bottom: 5px;
}
div.article-list ul.article-list .article .user {
  display: none;
}
div.article-list ul.article-list .loading {
  display: block;
}
div.article-list .btn-add-article {
  display: none;
}
.article-list-thumbnails {
  min-height: 375px;
}
.article-list-thumbnails .list-toolbar {
  margin-bottom: 0;
  border-bottom: none;
}
.article-list-thumbnails .list-toolbar .list-info {
  opacity: 0;
}
.article-list-thumbnails ul.article-list {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.article-list-thumbnails ul.article-list li {
  float: left;
  vertical-align: top;
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 32px;
}
.article-list-thumbnails ul.article-list li:nth-child(3n) {
  margin-right: 0;
}
.article-list-thumbnails ul.article-list li .article {
  padding-bottom: 24px;
  background-color: #F9F9F9;
}
.article-list-thumbnails ul.article-list li .article > h3 {
  margin: 24px 24px 5px 24px;
  height: 64px;
  overflow: hidden;
}
.article-list-thumbnails ul.article-list li .article > .image {
  height: 250px;
  background-color: #F2F2F2;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1200px) {
  .article-list-thumbnails ul.article-list li .article > .image {
    height: 200px;
  }
}
.article-list-thumbnails ul.article-list li .article > .date {
  color: #777777;
  margin: 0 24px 10px 24px;
}
.article-list-thumbnails ul.article-list li .article > .summary,
.article-list-thumbnails ul.article-list li .article > .summary-contents {
  margin: 0 24px;
  height: 60px;
  overflow: hidden;
}
.article-list-thumbnails ul.article-list .no-rows,
.article-list-thumbnails ul.article-list .loading {
  display: block;
  float: none;
  margin: 0 auto;
  width: auto;
  clear: both;
}
@media (max-width: 1200px) {
  .article-list-thumbnails ul.article-list li .article > h3 {
    height: 96px;
  }
  .article-list-thumbnails ul.article-list li .article > .summary,
  .article-list-thumbnails ul.article-list li .article > .summary-contents {
    height: 80px;
  }
}
@media (max-width: 980px) {
  .article-list-thumbnails ul.article-list li .article > h3 {
    height: 96px;
  }
  .article-list-thumbnails ul.article-list li .article > .summary,
  .article-list-thumbnails ul.article-list li .article > .summary-contents {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .article-list-thumbnails ul.article-list li {
    width: calc((100% - 32px) / 2);
    margin-right: 32px;
  }
  .article-list-thumbnails ul.article-list li:nth-child(3n) {
    margin-right: 32px;
  }
  .article-list-thumbnails ul.article-list li:nth-child(2n) {
    margin-right: 0;
  }
  .article-list-thumbnails ul.article-list li .article > h3 {
    height: 96px;
  }
  .article-list-thumbnails ul.article-list li .article > .summary,
  .article-list-thumbnails ul.article-list li .article > .summary-contents {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .article-list-thumbnails ul.article-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    float: none;
  }
  .article-list-thumbnails ul.article-list li:nth-child(3n) {
    margin-right: 0;
  }
  .article-list-thumbnails ul.article-list li:nth-child(2n) {
    margin-right: 0;
  }
  .article-list-thumbnails ul.article-list li .article > h3 {
    height: auto;
  }
  .article-list-thumbnails ul.article-list li .article > .summary,
  .article-list-thumbnails ul.article-list li .article > .summary-contents {
    height: auto;
  }
}
.article-view {
  display: inline-block;
  width: 100%;
}
.article-view h2.title {
  margin-top: 0;
  margin-bottom: 16px;
}
.article-view .article-header ul.data {
  margin: 0;
  list-style-type: none;
  display: inline-block;
  color: #777777;
  margin-bottom: 10px;
}
.article-view .article-body .article-author {
  display: none;
}
.article-list-carousel {
  margin: 0 70px 30px;
  height: 120px;
}
.article-list-carousel .carousel-indicators {
  display: none;
}
.article-list-carousel .carousel-control.left:before,
.article-list-carousel .carousel-control.right:before {
  font-size: 30px;
  line-height: 39px;
  vertical-align: top;
}
.article-list-carousel .carousel-control.left {
  left: -60px;
}
.article-list-carousel .carousel-control.left:before {
  content: "<";
}
.article-list-carousel .carousel-control.right {
  right: -60px;
}
.article-list-carousel .carousel-control.right:before {
  content: ">";
}
.article-list-carousel .article {
  height: 120px;
  margin: 0;
}
.article-list-carousel .article .first {
  position: absolute;
}
.article-list-carousel .article .first .article-image {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-list-carousel .article .title,
.article-list-carousel .article .summary,
.article-list-carousel .article .user {
  margin-left: 120px;
}
.article-list-carousel .article .title {
  font-size: 18px;
  line-height: 1.3em;
}
.article-list-carousel .article .user {
  display: none;
}
.article-list-carousel.portlet_list_carousel_multiple_son {
  height: 300px;
  margin: 2% 70px 4%;
}
.article-list-carousel.portlet_list_carousel_multiple_son .article-box {
  width: 16.6%;
  height: 300px;
  overflow: hidden;
  float: left;
  padding: 1%;
  border: 1px solid #EEEEEE;
}
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article {
  height: auto;
}
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article .first {
  position: relative;
}
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article .first .article-image {
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article .title,
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article .summary,
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article .user {
  margin-left: 0;
}
.article-list-carousel.portlet_list_carousel_multiple_son .article-box .article .title {
  font-size: 14px;
}
.article-list-carousel.portlet_list_carousel_multiple_son .spacer {
  width: 1.5%;
  height: 300px;
  float: left;
}
.article-view .article-chart-wrapper,
.article .article-body .article-chart-wrapper,
.profile-list-user .article-chart-wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.article-view .article-chart-wrapper .article-chart,
.article .article-body .article-chart-wrapper .article-chart,
.profile-list-user .article-chart-wrapper .article-chart {
  display: inline-block;
  width: 20%;
  padding: 1%;
  background-color: #EEEEEE;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin: 0 1%;
  vertical-align: top;
}
.article-view .article-chart-wrapper .article-chart.row1,
.article .article-body .article-chart-wrapper .article-chart.row1,
.profile-list-user .article-chart-wrapper .article-chart.row1 {
  width: 50%;
  padding: 11px 5px 16px;
}
.article-view .article-chart-wrapper .article-chart.row2,
.article .article-body .article-chart-wrapper .article-chart.row2,
.profile-list-user .article-chart-wrapper .article-chart.row2 {
  width: 40%;
  padding: 11px 5px 15px;
}
.article-view .article-chart-wrapper .vertical-spacer,
.article .article-body .article-chart-wrapper .vertical-spacer,
.profile-list-user .article-chart-wrapper .vertical-spacer {
  clear: both;
  height: 12px;
  overflow: hidden;
}
.article-view .article-chart-wrapper .vertical-spacer .vertical-line,
.article .article-body .article-chart-wrapper .vertical-spacer .vertical-line,
.profile-list-user .article-chart-wrapper .vertical-spacer .vertical-line {
  display: inline-block;
  width: 1px;
  height: 24px;
  border-left: 1px solid #CFCFCF;
}
.article-view .article-chart-wrapper .vertical-spacer.row1,
.article .article-body .article-chart-wrapper .vertical-spacer.row1,
.profile-list-user .article-chart-wrapper .vertical-spacer.row1 {
  height: 24px;
}
.article-view .article-chart-wrapper .vertical-spacer.row1 .vertical-line,
.article .article-body .article-chart-wrapper .vertical-spacer.row1 .vertical-line,
.profile-list-user .article-chart-wrapper .vertical-spacer.row1 .vertical-line {
  height: 24px;
}
.article-view .article-chart-wrapper .horizontal-spacer,
.article .article-body .article-chart-wrapper .horizontal-spacer,
.profile-list-user .article-chart-wrapper .horizontal-spacer {
  clear: both;
  height: 25px;
  overflow: hidden;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line {
  display: inline-block;
  height: 24px;
  border: 1px solid #CFCFCF;
  border-bottom: none;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line.cols1,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line.cols1,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line.cols1 {
  border: none;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line.cols2,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line.cols2,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line.cols2 {
  width: 24%;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line.cols3,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line.cols3,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line.cols3 {
  width: 48%;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line.cols4,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line.cols4,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line.cols4 {
  width: 73%;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra {
  display: inline-block;
  height: 24px;
  border-right: 1px solid #CFCFCF;
  float: left;
  margin-left: -1px;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra.cols3,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra.cols3,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra.cols3 {
  width: 50%;
}
.article-view .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra.cols4,
.article .article-body .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra.cols4,
.profile-list-user .article-chart-wrapper .horizontal-spacer .horizontal-line .vertical-line-extra.cols4 {
  width: 33.5%;
}
.last-articles .image.before-title {
  display: none;
}
.commodity-schedule-weekly .schedule_wrapper {
  margin: 0 0 1%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.commodity-schedule-weekly .schedule_wrapper .fc-widget-header {
  line-height: 3.5em;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-prev-button,
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-next-button {
  display: none;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-prev-button:before {
  font-size: 75%;
  margin-right: 8px;
  content: "\25C4";
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-next-button:after {
  font-size: 75%;
  margin-left: 8px;
  content: "\25B6";
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-view-container {
  border-right: 1px solid #CCCCCC;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar h2 {
  font-size: 21px;
  color: #333333;
  font-weight: normal;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-state-disabled {
  display: none;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-event {
  cursor: pointer;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-event:hover {
  opacity: 0.7;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-content {
  display: table;
  width: 100%;
  height: 100%;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .fc-content .fc-title {
  display: table-cell;
  vertical-align: middle;
}
.commodity-schedule-weekly .schedule_wrapper .schedule_calendar .course-title {
  font-size: 1.5em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.commodity-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);
}
.commodity-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;
}
.commodity-schedule-weekly .schedule_legend {
  margin: 20px 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .commodity-schedule-weekly .schedule_legend {
    text-align: left;
    font-size: 13px;
  }
}
.commodity-schedule-weekly .schedule_legend .legend-item {
  display: inline-block;
  margin: 0 10px 10px 10px;
  text-align: left;
}
.commodity-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;
}
.commodity-schedule-weekly .schedule_legend .legend-item .legend-label {
  display: inline-block;
  line-height: 30px;
  margin-left: 8px;
}
.commodity-schedule-weekly .schedule_legend .legend-item.legend-item-person .legend-box:before {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: 71px;
  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;
}
.commodity-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);
}
.commodity-schedule-weekly .schedule_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #000000;
  opacity: 0.4;
}
.commodity-schedule-weekly .schedule_loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  display: block;
  background: none;
}
.commodity-schedule-weekly .schedule_loading input {
  background: none;
  color: none;
  border: none;
  opacity: 0.01;
}
.commodity-view-timeline .modal-body {
  padding-top: 10px;
  padding-bottom: 20px;
}
.commodity-view-timeline .modal-body .div-details {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  .commodity-view-timeline .modal-body .div-details {
    text-align: center;
  }
}
.commodity-view-timeline .modal-body .div-image {
  text-align: center;
}
.commodity-view-timeline .modal-body p {
  margin: 8px 0;
}
.commodity-view-timeline .modal-body button,
.commodity-view-timeline .modal-body h5 {
  margin-top: 20px;
}
.competence-test-popup .modal-footer {
  display: none;
}
.competence-test .loading {
  float: none;
  background-image: url('/web/assets/img/loading_24_FFFFFF_333333.gif');
  margin: 25px 0 53px;
}
.competence-test .progress_status {
  margin-top: 2em;
}
.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 .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-catalog .catalog-title {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 8px;
}
.education-catalog .catalog-title-all-articles {
  display: none;
}
.education-catalog .catalog-toolbar {
  min-height: 30px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0 1px 8px 1px;
}
.education-catalog .catalog-toolbar .catalog-actions {
  float: right;
}
.education-catalog .catalog-toolbar .catalog-actions input {
  margin-bottom: 0;
}
.education-catalog .catalog-toolbar .catalog-info {
  line-height: 30px;
}
.education-catalog .catalog-list .catalog-sheet {
  padding: 16px 1px;
  border-bottom: 1px solid #DDDDDD;
}
.education-catalog .catalog-list .catalog-sheet .image,
.education-catalog .catalog-list .catalog-sheet .data {
  display: inline-block;
  vertical-align: top;
}
.education-catalog .catalog-list .catalog-sheet .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 175px;
  height: 175px;
  margin-right: 20px;
}
.education-catalog .catalog-list .catalog-sheet .data {
  width: calc(100% - 202px);
}
.education-catalog .catalog-list .catalog-sheet .data > h3 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.education-catalog .catalog-list .catalog-sheet .data > h3[data-load-url]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.education-catalog .catalog-list .catalog-sheet .data .datum-wrapper {
  margin-bottom: 10px;
}
.education-catalog .catalog-list .catalog-sheet .data .datum-wrapper .datum {
  margin-bottom: 2px;
}
.education-catalog .catalog-list .catalog-sheet .data .datum-wrapper .datum .lbl {
  font-weight: bold;
}
.education-catalog .catalog-list .catalog-sheet .data .datum-wrapper .datum.datum-dates .txt + .txt:before {
  content: ", ";
}
.education-catalog .catalog-list .catalog-sheet .data .inscriptions-wrapper {
  display: inline-block;
  margin-bottom: 10px;
}
.education-catalog .catalog-list .catalog-sheet .data .inscriptions-wrapper h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.education-catalog .catalog-list .catalog-sheet .data .inscriptions-wrapper.num-inscriptions-1 h5,
.education-catalog .catalog-list .catalog-sheet .data .inscriptions-wrapper.num-inscriptions-1 p {
  margin: 0;
}
.education-catalog .catalog-list .catalog-sheet .data .buttons-wrapper button {
  margin-bottom: 0;
}
.education-catalog .catalog-list .catalog-sheet .data .buttons-wrapper div.no-calls,
.education-catalog .catalog-list .catalog-sheet .data .buttons-wrapper div.no-alive,
.education-catalog .catalog-list .catalog-sheet .data .buttons-wrapper div.no-places-available,
.education-catalog .catalog-list .catalog-sheet .data .buttons-wrapper div.no-inscription-availability,
.education-catalog .catalog-list .catalog-sheet .data .buttons-wrapper div.no-person-attributes {
  display: inline;
  margin-left: 8px;
  vertical-align: middle;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail {
  display: inline-block;
  width: calc(32.28% - 22px);
  overflow: hidden;
  margin: 0 1.5% 1.5% 0;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px;
  vertical-align: top;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail:nth-child(3n) {
  margin-right: 0;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .image,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data {
  display: block;
  width: auto;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .image {
  margin-right: 0;
  margin-bottom: 10px;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data h3 {
  font-size: 14px;
  height: 36px;
  overflow: hidden;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper {
  min-height: 66px;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper a.btn,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper button.btn,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-calls,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-alive,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-places-available,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-inscription-availability,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-person-attributes {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin: 0;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper a.btn,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper button.btn {
  letter-spacing: 0.3em;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-calls,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-alive,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-places-available,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-inscription-availability,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-person-attributes {
  background-color: #EEEEEE;
  color: #666666;
  border-radius: 3px;
  padding: 4px 0;
}
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper button.btn,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-calls,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-alive,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-places-available,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-inscription-availability,
.education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail .data .buttons-wrapper div.no-person-attributes {
  margin-top: 8px;
}
@media (max-width: 480px) {
  .education-catalog .catalog-list .catalog-sheet.catalog-sheet-thumbnail {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.education-search .form-wrapper form {
  margin: 0;
}
.education-search .form-wrapper form .search-item {
  display: inline-block;
  width: calc(25% - 4px);
  margin-right: 0.1%;
}
.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 input {
  width: 100% !important;
  max-width: calc(100% - 14px);
}
.education-search .form-wrapper form .search-item .chosen-container,
.education-search .form-wrapper form .search-item button {
  width: 100% !important;
  max-width: 100%;
}
@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 .nav-links-wrapper {
  text-align: right;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 10px 0;
  padding: 0 1px 8px 1px;
  width: calc(100% - 2px);
  min-height: 30px;
}
.education-view .nav-links-wrapper .back-link {
  float: left;
}
.education-view .view-view {
  vertical-align: top;
}
.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 #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";
  font-size: 90%;
  left: 16px;
  color: #333333;
  opacity: 0.15;
}
.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";
  font-size: x-large;
  left: 12px;
  opacity: 1;
}
.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: #b94a48;
}
.education-enrollment .modal-body fieldset .call-list .call .requires-authorization-info {
  color: #3a87ad;
}
@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: #b94a48;
  font-style: italic;
}
.education-enrollment .modal-body fieldset .posters-wrapper .requires-authorization-poster {
  margin-top: 2px;
  color: #3a87ad;
  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;
}
.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: #468847;
  border-radius: 3px;
  border: 4px solid #468847;
  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-classroom .classroom-header {
  min-height: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.education-classroom .classroom-header .image {
  position: absolute;
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 90px;
  height: 60px;
}
.education-classroom .classroom-header .title {
  margin-top: 0;
  margin-left: 110px;
  padding-top: 10px;
}
.education-classroom .workgroup-professor-summary,
.education-classroom .inscription-student-summary {
  padding-top: 10px;
  border-radius: 0 0 5px 5px;
  background-color: #f5f5f5;
}
.education-classroom .workgroup-professor-summary .buttons-wrapper,
.education-classroom .inscription-student-summary .buttons-wrapper {
  text-align: center;
  margin: 10px 15px 0 15px;
  padding: 7px;
  border-top: 1px dotted #DDDDDD;
}
.education-classroom .workgroup-professor-summary .dl-horizontal {
  margin: 0;
}
.education-classroom .inscription-student-summary {
  min-height: 100px;
}
.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: 100px;
  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: #3a87ad;
}
.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: #3a87ad;
  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 {
  margin: 0;
}
.education-classroom .inscription-student-summary .dl-horizontal .date-deadline {
  cursor: help;
}
.education-classroom .inscription-student-summary .dl-horizontal .date-deadline:before {
  content: "*";
}
@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 .icon-black {
  display: none;
}
.education-classroom .inscription-student-summary .buttons-wrapper .inscription-unseen.has-messages .icon-white {
  display: inline-block;
}
.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;
}
.education-classroom .inscription-student-summary .buttons-wrapper .diploma.diploma-available,
.education-classroom .inscription-student-summary .buttons-wrapper .diploma.diploma-downloaded {
  opacity: 1;
}
.education-classroom .nav {
  margin-top: 20px;
}
.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 .admin-menu {
  float: right;
  margin-left: 8px;
  margin-bottom: 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 .auxiliary-activities {
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block {
  margin-bottom: 12px;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block:last-child {
  margin-bottom: 0;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper {
  margin-bottom: 24px;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .btn-more-info {
  float: right;
  margin-left: 3px;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper h4.title {
  margin-top: 0;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .summary,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-block .block-data-wrapper .contents {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity {
  margin-bottom: 12px;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity:last-child {
  margin-bottom: 0;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .btn-group,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .btn-more-info {
  float: right;
  margin-left: 3px;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity h5.title {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .summary,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .contents {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .form-btn-open-form,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-btn-open-material {
  margin-bottom: 0.5em;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-score {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
  display: none;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-score:before {
  content: "(";
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-score:after {
  content: "%)";
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-table th.lesson_status,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-table td.lesson_status,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-table th.score,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-table td.score,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-table th.total_time,
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity .scorm-table td.total_time {
  display: none;
}
.education-classroom .process-view .process-phases-list .auxiliary-activities .education-classroom-auxiliary-activity + .education-classroom-auxiliary-activity {
  border-top: 1px solid #DDDDDD;
  padding-top: 12px;
}
.education-classroom .schedule-wrapper {
  padding: 0 0 1%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.education-classroom .schedule-wrapper .fc-widget-header {
  line-height: 3.5em;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-prev-button:before,
.education-classroom .schedule-wrapper .schedule-calendar .fc-next-button:after {
  font-size: 75%;
  vertical-align: middle;
  color: #555555;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-prev-button:before {
  margin-right: 8px;
  content: "\25C4";
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-next-button:after {
  margin-left: 8px;
  content: "\25B6";
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-view-container {
  border-right: 1px solid #CCCCCC;
}
.education-classroom .schedule-wrapper .schedule-calendar h2 {
  font-size: 21px;
  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-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: #3f7b40;
  border-color: #3a703b;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-event.class-workgroup {
  background-color: #357b9e;
  border-color: #317292;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-content {
  display: table;
  width: 100%;
  height: 100%;
}
.education-classroom .schedule-wrapper .schedule-calendar .fc-content .fc-title {
  display: table-cell;
  vertical-align: middle;
}
.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;
}
.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 .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-block .form-block-head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.form-view .form-input + .form-block,
.form-view .form-block + .form-block {
  margin-top: 30px;
}
.form-view .item-wrapper {
  margin-bottom: 20px;
  clear: both;
}
.form-view .item-wrapper .item-label {
  margin-bottom: 3px;
}
.form-view .item-wrapper .item-input .description.item-correction {
  float: none;
  font-style: italic;
  color: gray;
  vertical-align: middle;
}
.form-view .item-wrapper .item-input .description.item-correction.score-max {
  color: green;
}
.form-view .item-wrapper .item-input .description.item-correction.score-0 {
  color: red;
}
.form-view input,
.form-view select,
.form-view textarea {
  margin-bottom: 0;
}
.form-view .options_item {
  margin-top: 3px;
}
.form-view a.attachment,
.form-view .btn-attachment {
  margin-right: 4px;
  z-index: 1;
}
.form-view a.attachment {
  padding: 4px 6px;
  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;
  z-index: 1;
  background-color: #FFFFFF;
}
.form-view input[type="file"] {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0.01;
  position: absolute;
  left: 0;
  z-index: -1;
}
.form-view label.error {
  background-color: #b94a48;
  padding: 3px 6px;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 0.85em;
  line-height: 1.1em;
  margin-top: 3px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.form-view .item-error-placement {
  display: inline-block;
  margin-left: 5px;
  min-width: 1px;
  min-height: 1px;
}
.form-view .item-error-placement label.error {
  margin: 0;
}
.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;
}
.form-view,
.form-view-popup {
  background-color: CC0000;
}
.form-view .sale-banner,
.form-view-popup .sale-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);
  padding: 20px 30px;
}
.form-view .sale-banner h4,
.form-view-popup .sale-banner h4 {
  margin: 5px 0 0 0;
  line-height: 1.3em;
}
.form-view .commodity-banner,
.form-view-popup .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);
}
.form-view .commodity-banner .no_image,
.form-view-popup .commodity-banner .no_image {
  display: none;
}
.form-view .commodity-banner .image,
.form-view-popup .commodity-banner .image {
  float: left;
  width: 25%;
  height: 92px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px 0 0 4px;
  margin: -1px 3.3% 0 -1px;
}
.form-view .commodity-banner h4,
.form-view-popup .commodity-banner h4 {
  margin: 20px 0 0 0;
  line-height: 1.3em;
}
.form-view .commodity-banner .description-short,
.form-view .commodity-banner .description,
.form-view-popup .commodity-banner .description-short,
.form-view-popup .commodity-banner .description {
  max-height: 42px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .form-view .assesstment-already-done,
  .form-view-popup .assesstment-already-done {
    margin-top: 30px;
    min-height: 200px;
  }
}
.form-respondents-view .tripartita-block dt,
.form-respondents-view .tripartita-block dd {
  min-height: 20px;
}
.inscription-list .list-toolbar {
  display: none;
}
.inscription-list .list-list .inscription-sheet {
  list-style-type: none;
  display: flow-root;
  min-height: 50px;
  padding: 16px 1px;
  border-bottom: 1px solid #DDDDDD;
}
.inscription-list .list-list .inscription-sheet .image,
.inscription-list .list-list .inscription-sheet .data {
  display: inline-block;
  vertical-align: top;
}
.inscription-list .list-list .inscription-sheet .image {
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 175px;
  height: 175px;
  margin-right: 20px;
}
.inscription-list .list-list .inscription-sheet .data {
  position: relative;
  width: calc(100% - 202px);
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper {
  position: absolute;
  right: 0;
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-bar-wrapper {
  position: relative;
  width: 18px;
  height: 175px;
  background-color: #DDDDDD;
  float: right;
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-bar-wrapper .accomplishment-bar {
  position: absolute;
  bottom: 0;
  width: 16px;
  min-height: 2%;
  margin: 1px;
  background-color: #3a87ad;
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-values {
  position: absolute;
  right: 26px;
  bottom: 0;
  white-space: nowrap;
  font-size: 90%;
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-values .accomplishment {
  color: #3a87ad;
  font-weight: bold;
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-values .time {
  color: #999999;
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-values .time:before {
  content: "(";
}
.inscription-list .list-list .inscription-sheet .data .accomplishment-wrapper .accomplishment-values .time:after {
  content: " h.)";
}
.inscription-list .list-list .inscription-sheet .data > h3 {
  margin-top: 0;
  line-height: 1.3em;
}
.inscription-list .list-list .inscription-sheet .data .dl-horizontal .date-deadline {
  cursor: help;
}
.inscription-list .list-list .inscription-sheet .data .dl-horizontal .date-deadline:before {
  content: "*";
}
.inscription-list .list-list .inscription-sheet .data .dl-horizontal .state-request {
  color: #b94a48;
  font-weight: bold;
}
.inscription-list .list-list .inscription-sheet .data .dl-horizontal .state-pending {
  color: #3a87ad;
  font-weight: bold;
}
.inscription-diploma .milestones dt,
.inscription-diploma .milestones dd {
  margin-bottom: 10px;
}
.inscription-diploma .milestones .achieved-value {
  display: inline-block;
  width: 35px;
  text-align: right;
  font-weight: bold;
}
.inscription-diploma .milestones .icon-ok,
.inscription-diploma .milestones .icon-remove {
  margin: -2px 6px 2px;
  border-radius: 3px;
}
.inscription-diploma .milestones .icon-ok {
  background-color: #468847;
  border: 4px solid #468847;
  display: none;
}
.inscription-diploma .milestones .icon-remove {
  background-color: #b94a48;
  border: 4px solid #b94a48;
}
.inscription-diploma .milestones .milestone-value {
  color: #666666;
}
.inscription-diploma .milestones .milestone-value .value {
  font-weight: bold;
}
.inscription-diploma .milestones .achieved .icon-ok {
  display: inline-block;
}
.inscription-diploma .milestones .achieved .icon-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;
}
.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;
}
.job-list {
  min-height: 425px;
}
.job-list .list-toolbar {
  margin-top: 0;
}
.job-list .list-toolbar .search-wrapper {
  width: 75%;
}
.job-list table td a {
  display: block;
}
.job-view {
  position: relative;
}
.job-view .btn-download-pdf {
  position: absolute;
  right: 0;
}
.job-view .nav-links-wrapper {
  text-align: right;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 10px 0;
  padding: 0 1px 8px 1px;
  width: calc(100% - 2px);
  min-height: 30px;
}
.job-view .nav-links-wrapper.nav-links-wrapper-bottom {
  margin: 10px 0 0 0;
  padding: 8px 1px 0 1px;
  border-bottom: none;
  border-top: 1px solid #E0E0E0;
}
.job-view .nav-links-wrapper .back-link {
  float: left;
}
.job-view .nav-links-wrapper .nav-index {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #cce7ec;
  border-radius: 4px;
  color: #3a87ad;
  vertical-align: middle;
  background-color: #e6f3f9;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  font-weight: 600;
  margin: 0 1px;
}
.job-view table.main-table {
  width: 100%;
}
.job-view table.main-table > tbody > tr > td {
  vertical-align: top;
  text-align: left;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  text-decoration: none;
}
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.submit-application .alert .btn-primary,
.job-view table.main-table > tbody > tr > td:nth-child(2) .general-info-wrapper.application-submitted .alert .btn-primary {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  color: #fbf5f5;
  background: #b94a48;
  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 {
  color: #b94a48;
  background: #fbf5f5;
  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 {
  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 .nav-links-wrapper.nav-links-wrapper-top {
    margin-bottom: 1em;
  }
  .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-carousel.portlet_list_carousel_multiple_son .carousel-control,
.media-carousel.portlet_list_carousel_multiple_son .carousel-indicators {
  display: none;
}
.media-carousel.portlet_list_carousel_multiple_son .media-box {
  width: 20%;
  height: auto;
  padding: 10px 1%;
  float: left;
  text-align: center;
}
.media-carousel.portlet_list_carousel_multiple_son .media-box img {
  width: auto;
  height: auto;
}
.media-carousel.portlet_list_carousel_multiple_son .spacer {
  width: 4%;
  height: 100px;
  float: left;
}
.media-list .btn-administrate,
.media-list .btn-add-document {
  float: right;
  margin-left: 4px;
}
.media-list .folder {
  padding: 3px 0;
}
.media-list .folder .folder_sign {
  font-size: 20px;
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px 0;
}
.media-list .folder .ico {
  float: left;
}
.media-list .folder .open_folder {
  margin: 7px 12px;
  display: inline-block;
  cursor: pointer;
}
.media-list .folder .open_folder:hover {
  text-decoration: underline;
}
.media-list .folder .loading {
  margin-bottom: -3px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.media-list .folder .button_hide {
  display: none;
}
.media-list .table-sons {
  display: none;
  position: static;
  width: 100%;
}
.media-list .table-sons .table-condensed {
  margin-bottom: 10px;
  margin-left: 10px;
}
.media-list .table-sons>tbody>tr:not(:first-child)>td {
  padding-left: 50px;
}
.media-list .table-sons>tbody>tr:first-child>td {
  padding-left: 45px;
}
.media-list-workgroup .table .ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  margin-right: 3px;
  border: 1px solid #DDDDDD;
}
.media-list-workgroup .table .ico i {
  vertical-align: middle;
  margin-left: 2px;
}
.media-list-workgroup .table .ico.ico-filetype-image {
  border: none;
  width: 26px;
  height: 26px;
}
.media-list-workgroup .table .ico.ico-filetype-image i {
  display: none;
}
.media-list-workgroup .table a {
  vertical-align: middle;
}
.media-list-workgroup .table a.btn-delete {
  float: right;
  opacity: 0;
}
.media-list-workgroup .table .media-item:hover a.btn-delete {
  opacity: 1;
}
.media-list-workgroup .table .media-item:hover.deleting td {
  background-color: #f1dcdc;
}
.media-new-media-simple .modal-body {
  padding: 30px 15px 45px;
}
.media-new-media-simple .modal-body .lbl {
  margin-right: 4px;
}
.mentor-view {
  position: relative;
}
.mentor-view .btn-download-pdf {
  position: absolute;
  top: 0;
  right: 0;
}
.mentor-view table:nth-child(1) {
  width: 100%;
}
.mentor-view table:nth-child(1) > tbody > tr > td {
  vertical-align: top;
  text-align: left;
}
.mentor-view table:nth-child(1) > tbody > tr > td h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) {
  padding: 40px 30px;
  width: 33%;
}
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(1) h4 {
  padding: 10px 0;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item {
  margin-bottom: 8px;
  min-height: 25px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico {
  position: absolute;
}
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.telephone:before {
  content: "\260E";
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.email:before {
  content: "@";
  font-weight: bold;
  line-height: 20px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.address:before {
  content: "\2709";
}
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .text a {
  color: #FFFFFF;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree {
  margin-bottom: 15px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .text,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .text,
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper {
  margin-top: 3px;
  height: 8px;
  background-color: #666666;
  overflow: hidden;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar {
  height: 8px;
  background-color: #FFFFFF;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-1 {
  width: 25%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-2 {
  width: 50%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-3 {
  width: 75%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .degree-bar.degree-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .degree-bar.degree-4 {
  width: 100%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-1 {
  width: 16%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-2 {
  width: 33%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-3,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-3 {
  width: 50%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-4,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-4 {
  width: 66%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-5,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-5,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-5,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-5,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-5,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-5 {
  width: 83%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-6,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-6,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-6,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-6,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .degree-wrapper .level-bar.level-6,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competence-with-degree .level-wrapper .level-bar.level-6 {
  width: 100%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .languages-observations,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .competences-description {
  font-size: 12px;
  line-height: 1.3em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) {
  padding: 40px 0;
}
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(2) .fullname .surname1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .fullname .surname2 {
  color: #333333;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) h4 {
  background-color: #333333;
  padding: 10px 45px 10px 40px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .languages-observations,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .competences-description {
  font-size: 12px;
  line-height: 1.3em;
  margin: 0 40px;
  margin-bottom: 35px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item {
  margin: 0 40px;
  min-height: 75px;
  margin-bottom: 35px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item .image-logo,
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item div.date-ini,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item div.date-end,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item div.date-ini,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item div.date-end {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item div.date-ini.date-ini:after,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item div.date-end.date-ini:after,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item div.date-ini.date-ini:after,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item div.date-end.date-ini:after {
  content: "-";
  padding: 0 4px 0 4px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item h5,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item h5 {
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper {
  margin: 0 40px;
  margin-bottom: 35px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li {
  margin-bottom: 5px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li span.lbl {
  font-weight: 700;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper {
  margin: 0 20px 0 40px;
  margin-bottom: 35px;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section {
  vertical-align: top;
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section a {
  text-decoration: none;
  color: #AAAAAA;
  opacity: 1;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section a:hover {
  opacity: 0.8;
}
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper .media_section .image.document {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.mentor-view table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) {
  background-color: #C9C9C9;
}
.mentor-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td {
    display: block;
  }
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) {
    width: auto;
  }
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) {
    padding: 15px 0;
  }
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .fullname {
    margin: 0 30px;
    text-align: center;
  }
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) h4 {
    padding: 10px 30px 10px 30px;
  }
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .experience-item,
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .education-item,
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper,
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper {
    margin: 0 30px 35px 30px;
  }
  .mentor-view table:nth-child(1) > tbody > tr > td:nth-child(2) .gallery-wrapper {
    margin: 0 10px 35px 30px;
  }
  .mentor-view table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) {
    padding: 15px 30px 0;
    background-color: #FFFFFF;
  }
}
.phase-header .process-image,
.process-phases-list-tit .process-image {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.phase-header {
  margin-bottom: 20px;
}
.phase-header .process-details-wrapper {
  margin: 0 0 15px 0;
  padding: 12px 12px 6px 12px;
  border: 1px solid #E7E7E7;
  border-radius: 4px 4px 0 0;
  background-color: #F6F6F6;
}
.phase-header .process-details-wrapper .process-image {
  float: left;
}
.phase-header .process-details-wrapper .process-details.there-is-an-image {
  margin-left: 72px;
  min-height: 66px;
}
.phase-header .process-details-wrapper .process-title {
  margin: 0 0 4px 0;
  line-height: 1.3em;
}
.phase-header .process-details-wrapper .workgroup-details {
  margin-bottom: 6px;
  display: inline-block;
  background-color: #A5A5A5;
  border-radius: 3px;
  padding: 1px 8px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
  border: 1px solid #9C9C9C;
}
.phase-header .process-details-wrapper .workgroup-details .inscription-group {
  margin-right: 9px;
}
.phase-header .process-details-wrapper .workgroup-details .inscription-dates {
  border-left: 1px solid #FFFFFF;
  padding-left: 9px;
}
.phase-header .process-details-wrapper .workgroup-details .inscription-teacher {
  border-left: 1px solid #3a87ad;
  padding-left: 9px;
}
.phase-header .process-details-wrapper .workgroup-details.workgroup-teacher {
  padding: 1px 7px 1px 6px;
  vertical-align: bottom;
  background-color: #c9e1ed;
  color: #3a87ad;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #acd1e3;
}
.phase-header .process-details-wrapper .inscription-unseen {
  float: right;
  line-height: 17px;
  padding: 3px 9px;
  vertical-align: top;
  margin-bottom: 6px;
}
@media (max-width: 979px) {
  .phase-header .process-details-wrapper .inscription-unseen {
    float: none;
  }
}
.phase-header .process-details-wrapper .inscription-unseen .number,
.phase-header .process-details-wrapper .inscription-unseen .lbl {
  display: none;
}
.phase-header .process-details-wrapper .inscription-unseen .number:before {
  content: "(";
}
.phase-header .process-details-wrapper .inscription-unseen .lbl:after {
  content: ")";
}
.phase-header .process-details-wrapper .inscription-unseen.has-messages {
  color: #fbf5f5;
  background: #b94a48;
  text-shadow: 0 1px 1px rgba(156,29,29,0.75);
}
.phase-header .process-details-wrapper .inscription-unseen.has-messages:hover {
  color: #b94a48;
  background: #fbf5f5;
  text-shadow: none;
}
.phase-header .process-details-wrapper .inscription-unseen.has-messages .number,
.phase-header .process-details-wrapper .inscription-unseen.has-messages .lbl {
  display: inline;
}
.phase-header .phases-list-container .dropdown > .dropdown-toggle span {
  padding-right: 7px;
}
.phase-header .phases-list-container .dropdown > .dropdown-toggle i {
  padding-right: 4px;
}
.phase-header .phases-list-container .dropdown > .dropdown-menu a,
.phase-header .phases-list-container .dropdown > .dropdown-menu div {
  padding: 3px 32px 3px 20px;
}
.phase-header .phases-list-container .dropdown > .dropdown-menu div.off {
  cursor: default;
  opacity: 0.5;
}
.phase-header .phases-list-container .dropdown > .dropdown-menu li[data-slug="block"] {
  text-transform: uppercase;
}
.phase-header .phases-list-container .dropdown > .dropdown-menu li[data-level="2"] a,
.phase-header .phases-list-container .dropdown > .dropdown-menu li[data-level="2"] div {
  padding-left: 32px;
}
.phase-header .phase-fic .more-info {
  float: right;
}
.phase-header .phase-fic .more-info a.btn {
  display: inline-block;
}
.phase-wrapper a.process-phase-next {
  display: none;
  padding: 4px 12px;
}
.phase-wrapper a.process-phase-next span.arrow {
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #444444;
  margin: 0 0 0 8px;
}
.phase-wrapper a.process-phase-next.process-phase-next-first {
  margin: 0 5px;
}
.phase-wrapper a.process-phase-next.process-phase-next-second {
  float: right;
  margin: 20px 5px;
}
div.modal-body div.contribution {
  margin: 10px 2.5%;
}
div.modal-body div.contribution .contribution-header h2 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
}
div.modal-body div.contribution .contribution-body .contents {
  margin: 20px 0;
}
div.modal-body div.contribution .contribution-body dl dt {
  text-align: left;
  margin-bottom: 10px;
}
div.modal-body div.contribution .contribution-body dl dt .texto {
  margin-bottom: 0;
  width: 100%;
}
div.modal-body div.contribution .contribution-body dl dd {
  margin-bottom: 10px;
}
div.modal-body div.contribution .contribution-body dl dd .texto {
  margin: 0 0 15px;
  width: 100%;
}
div.modal-body div.contribution .contribution-footer {
  display: none;
}
.phase-list-contributions .list-contributions-menu {
  margin-bottom: 20px;
}
.phase-list-contributions .div-buttons-add {
  margin-top: 20px;
}
.phase-list-contributions a.inactive {
  color: #b94a48 !important;
}
.phase-list-contributions a.inactive:hover {
  text-decoration: none;
  cursor: pointer;
}
.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: 20px;
}
.phase-list-contributions .tree-level-2 {
  padding-left: 40px;
}
.phase-list-contributions .tree-level-3 {
  padding-left: 60px;
}
.phase-list-contributions .tree-level-4 {
  padding-left: 80px;
}
.phase-list-contributions .tree-level-5 {
  padding-left: 100px;
}
.phase-list-contributions .tree-level-6 {
  padding-left: 120px;
}
.phase-list-contributions .tree-level-7 {
  padding-left: 140px;
}
.phase-list-contributions .tree-level-8 {
  padding-left: 160px;
}
.phase-list-contributions .tree-level-9 {
  padding-left: 180px;
}
.phase-list-contributions .tree-level-10 {
  padding-left: 200px;
}
.phase-list-contributions .tree-level-11 {
  padding-left: 220px;
}
.phase-list-contributions .tree-level-12 {
  padding-left: 240px;
}
.phase-list-contributions .tree-level-13 {
  padding-left: 260px;
}
.phase-list-contributions .tree-level-14 {
  padding-left: 280px;
}
.phase-list-contributions .tree-level-15 {
  padding-left: 300px;
}
.phase-list-contributions .tree-level-16 {
  padding-left: 320px;
}
.phase-list-contributions .tree-level-17 {
  padding-left: 340px;
}
.phase-list-contributions .tree-level-18 {
  padding-left: 360px;
}
.phase-list-contributions .tree-level-19 {
  padding-left: 380px;
}
.phase-list-contributions .tree-level-20 {
  padding-left: 400px;
}
.phase-list-contributions-inscriptions .form-buttons,
.phase-list-contributions-votes .form-buttons {
  text-align: center;
  margin: 1.5em;
}
.phase-list-contributions-scheme .list-contributions-scheme-colors .node-primary {
  background-color: #3781a5;
  color: #3a87ad;
}
.phase-list-contributions-scheme .list-contributions-scheme-colors .line-category {
  color: #34789a;
}
.phase-list-contributions-scheme .list-contributions-scheme-colors .node-category {
  background-color: #3781a5;
  color: #3a87ad;
}
.phase-list-contributions-scheme .list-contributions-scheme-colors .line-contribution {
  color: #34789a;
}
.phase-list-contributions-scheme .list-contributions-scheme-colors .node-contribution {
  background-color: #3781a5;
  color: #3a87ad;
}
.list-contributions [data-onclick-popup-admin],
.phase-voting [data-onclick-popup-admin],
.phase-inscriptions [data-onclick-popup-admin],
.phase-tracking [data-onclick-popup-admin] {
  color: #3a87ad;
  text-decoration: underline;
}
.list-contributions [data-onclick-popup-admin]:hover,
.phase-voting [data-onclick-popup-admin]:hover,
.phase-inscriptions [data-onclick-popup-admin]:hover,
.phase-tracking [data-onclick-popup-admin]:hover {
  text-decoration: none;
  cursor: pointer;
}
.list-contributions .inactive,
.phase-voting .inactive,
.phase-inscriptions .inactive,
.phase-tracking .inactive {
  color: #b94a48;
}
.list-contributions .inactive [data-onclick-popup-admin],
.phase-voting .inactive [data-onclick-popup-admin],
.phase-inscriptions .inactive [data-onclick-popup-admin],
.phase-tracking .inactive [data-onclick-popup-admin] {
  color: #b94a48;
}
.list-contributions .inactive.row-div,
.list-contributions .inactive > td,
.phase-voting .inactive.row-div,
.phase-voting .inactive > td,
.phase-inscriptions .inactive.row-div,
.phase-inscriptions .inactive > td,
.phase-tracking .inactive.row-div,
.phase-tracking .inactive > td {
  background-color: #f8eeee !important;
}
.list-contributions .pushpin,
.phase-voting .pushpin,
.phase-inscriptions .pushpin,
.phase-tracking .pushpin {
  color: #000000;
}
.list-contributions .btn-group,
.phase-voting .btn-group,
.phase-inscriptions .btn-group,
.phase-tracking .btn-group {
  float: right;
}
.list-contributions .div-hidden-text-overflow,
.phase-voting .div-hidden-text-overflow,
.phase-inscriptions .div-hidden-text-overflow,
.phase-tracking .div-hidden-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.process-last-contributions h5 {
  margin-bottom: 0;
}
.process-last-contributions .link {
  display: none;
}
.phase-voting .info-div {
  margin: 12px 2px 2px 0;
}
.phase-voting .info-div .voting-fields-table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.phase-voting .info-div .voting-fields-td {
  width: 60%;
  min-width: 400px;
  min-width: 600px;
}
.phase-voting .info-div .voting-fields-td-results {
  width: 500px;
}
.phase-voting .info-div .voting-fields {
  margin: 6px 12px 6px;
  padding: 6px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  background-color: #EEEEEE;
}
.phase-voting .info-div .voting-fields .voting-fields-separator {
  border-top: 1px solid #DDDDDD;
  margin: 4px 0;
}
.phase-voting .info-div .voting-fields .voting-fields-header {
  float: right;
  width: 110px;
  padding: 6px 0;
  font-weight: bold;
}
.phase-voting .info-div .voting-fields .voting-fields-label {
  width: 240px;
  padding: 6px 0;
}
.phase-voting .info-div .voting-fields .voting-fields-label-results {
  width: 220px;
}
.phase-voting .info-div .voting-fields .voting-fields-data {
  float: right;
  width: 100px;
  padding: 0;
}
.phase-voting .info-div .voting-fields .voting-fields-data input,
.phase-voting .info-div .voting-fields .voting-fields-data select {
  width: 85px !important;
  margin: 0 !important;
}
.phase-voting .info-div .voting-fields .voting-fields-data .star {
  margin-top: 5px;
}
.phase-voting .info-div .voting-fields .voting-fields-data .voting-boolean {
  width: 14px !important;
  margin-top: 9px !important;
}
.phase-voting .info-div .voting-fields .voting-fields-data .voting-points {
  height: 20px;
  margin-top: 2px !important;
  padding: 3px 6px;
  text-align: right;
}
.phase-voting .info-div .voting-fields .voting-fields-data .voting-results {
  height: 20px;
  margin-top: 2px !important;
  padding: 3px 6px;
  text-align: right;
}
.phase-voting .info-div .voting-fields .voting-fields-data-results {
  width: 110px;
}
.phase-inscriptions .info-div {
  display: none;
  margin: 12px 12px 12px 0;
}
.phase-inscriptions .info-div .user-list-tit {
  font-weight: bold;
  padding: 12px 0 6px;
}
.phase-inscriptions .info-div .user-list li {
  margin-bottom: 4px;
}
.phase-inscriptions .info-div .user-list .user-image {
  width: 20px;
  height: 20px;
  margin: 0 8px;
  background-size: contain;
}
.phase-tracking .row-div {
  padding: 12px 0 12px 11px;
}
.phase-tracking .row-div-header {
  padding: 8px 0 8px 11px;
}
.phase-tracking .folder {
  padding: 0 0 12px 2px;
}
.phase-tracking .status {
  width: 20px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: none;
}
.phase-tracking .status_received {
  background-image: url('/web/assets/img/received.png');
}
.phase-tracking .status_considered {
  background-image: url('/web/assets/img/considered.png');
}
.phase-tracking .status_ongoing {
  background-image: url('/web/assets/img/ongoing.png');
}
.phase-tracking .status_finished {
  background-image: url('/web/assets/img/finished.png');
}
.phase-tracking .status_discarded {
  background-image: url('/web/assets/img/discarded.png');
}
.phase-tracking .status-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phase-tracking .info-div {
  display: none;
  margin: 20px 35px 5px 25px;
  opacity: 0.8;
}
.phase-tracking .info-div:before {
  content: " ";
  width: 14px;
  height: 14px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
}
.phase-tracking .info-div:hover:before {
  cursor: pointer;
}
.phase-tracking .info-div.pushpin {
  opacity: 1;
}
.phase-tracking .info-div.pushpin:before {
  box-shadow: none;
}
.phase-tracking .info-div .members {
  margin-right: 56px;
  margin-bottom: 4px;
  font-size: 13px;
}
.phase-tracking .info-div .members .user-list {
  margin: 0;
}
.phase-tracking .info-div .members .user-list .user-label {
  font-weight: bold;
  width: 80px;
}
.phase-tracking .info-div .members .user-list li {
  list-style: none;
  display: inline-block;
  margin: 0 8px 4px 0;
  line-height: 18px;
}
.phase-tracking .info-div .members .user-list li .user-image {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  background-size: contain;
}
.phase-tracking .info-div .menu-actions-contribution {
  float: right;
}
.phase-tracking .info-div .btn-save-contribution,
.phase-tracking .info-div .btn-cancel-contribution {
  display: none;
  margin-bottom: 3px;
}
.phase-tracking .info-div .reply-box {
  margin: 0 0 8px 0 !important;
  padding: 6px 10px;
  background-color: #F7F7F7;
  border: 1px solid #DDDDDD;
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  line-height: 1.3em !important;
  width: calc(100% - 56px);
  border-radius: 4px;
}
.phase-tracking .info-div textarea.reply-box {
  background-color: #FFFFFF;
  display: none;
}
.phase-tracking .info-div select.percent-complete {
  width: 100px !important;
  font-size: 13px !important;
  padding: 0 !important;
  height: auto;
  line-height: 1em;
  margin: 0 0 2px 2px !important;
  display: none;
}
.phase-tracking .info-div .start-date-finish-date-row {
  margin: 0 1px;
  float: left;
  font-size: 13px;
  line-height: normal;
  display: none;
}
.phase-tracking .info-div .status-row {
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  margin: 3px 0 0 0;
}
.phase-tracking .info-div .status-row .status-item {
  display: inline-block;
  color: #999999;
  border: 1px solid #CCCCCC;
  padding: 1px 5px 0;
  margin-left: 3px;
  margin-bottom: 2px;
  border-radius: 2px;
  opacity: 0;
  min-width: 100px;
  text-align: center;
}
.phase-tracking .info-div .status-row .status-item-on {
  color: #444444;
  background-color: #EFEFEF;
  opacity: 1;
}
.phase-tracking .info-div .status-row .status-item-current {
  color: #333333;
  background-color: #999999;
  border-color: #888888;
  color: #FFFFFF;
}
.phase-tracking .info-div .status-row .status-item-percent {
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #888888;
  padding: 0;
  margin-bottom: 2px;
  border-radius: 2px;
  opacity: 1;
  background-color: #C4C4C4;
}
.phase-tracking .info-div .status-row .status-item-percent .status-item-percent-label {
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.phase-tracking .info-div .status-row .status-item-percent .status-item-percent-bar {
  background-color: #999999;
  padding: 1px 0 0;
}
.phase-competences .user-competence-add-evaluation {
  margin-bottom: 40px;
}
.phase-competences .user-competence-status .chart-legend {
  display: flow-root;
}
.phase-competences .user-competence-status .chart-legend a.dictionary-link {
  float: left;
}
.phase-competences .user-competence-status .chart-legend a.dictionary-link i {
  margin-right: 5px;
}
.phase-competences .user-competence-status .chart-legend a.dictionary-link i.icon-white {
  display: none;
}
.phase-doc form .div-paragraph {
  padding: 5px;
  margin-bottom: 10px;
}
.phase-doc form .div-paragraph input[type="checkbox"] {
  position: absolute;
  margin: 18px 0 0 6px !important;
}
.phase-doc form .div-paragraph .textarea-wrapper {
  margin: 10px 10px 10px 33px;
}
.phase-doc form .div-paragraph .textarea-wrapper textarea {
  height: 250px;
}
.phase-doc form .div-paragraph.div-paragraph-on {
  background-color: #c9e1ed;
}
.phase-doc form #phase_doc_file {
  height: 400px;
}
.phase-doc .message-list .btn-add-comment {
  display: none;
}
.phase-doc .message-list .forum-container {
  margin-bottom: 3em;
}
.phase-doc .message-list .forum-container .forum .phase-forum-div {
  display: none;
}
.phase-doc .message-list .forum-container .forum .forum-block .contents {
  margin-bottom: 1em;
}
.phase-doc .message-list .forum-container .forum .forum-block .title,
.phase-doc .message-list .forum-container .forum .forum-block .forum-div {
  display: none;
}
.phase-doc .message-list .forum-container .forum-container-son {
  margin: 0 0 2em 0.1em;
  padding-left: 2em;
  border-left: 1px solid #CCCCCC;
}
.phase-doc .message-list .forum-container .forum-container-son .forum-son {
  margin-top: 2em;
}
.phase-doc .message-list .forum-container .forum-container-son .phase-forum-div .user-image {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-size: cover;
  margin-right: 10px;
}
.phase-doc .message-list .forum-container .forum-container-son .forum-block .title {
  font-weight: bold;
  margin: 0.5em 0 0 0;
}
.phase-doc .message-list .forum-container .forum-container-son .forum-block .contents {
  margin-bottom: 1em;
}
.phase-doc .message-list .forum-container .forum-container-son .forum-block .forum-div {
  display: none;
}
.phase-forum form .div-paragraph {
  padding: 5px;
  margin-bottom: 10px;
}
.phase-forum form .div-paragraph input[type="checkbox"] {
  position: absolute;
  margin: 18px 0 0 6px !important;
}
.phase-forum form .div-paragraph .textarea-wrapper {
  margin: 10px 10px 10px 33px;
}
.phase-forum form .div-paragraph .textarea-wrapper textarea {
  height: 250px;
}
.phase-forum form .div-paragraph.div-paragraph-on {
  background-color: #c9e1ed;
}
.phase-forum form #phase_doc_file {
  height: 400px;
}
.phase-forum .message-list .forum-container {
  margin-bottom: 3em;
}
.phase-forum .message-list .forum-container .forum .phase-forum-div .user-image {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-size: cover;
  margin-right: 10px;
}
.phase-forum .message-list .forum-container .forum .forum-block .title {
  font-weight: bold;
  margin: 0.5em 0 0 0;
}
.phase-forum .message-list .forum-container .forum .forum-block .contents {
  margin-bottom: 1em;
}
.phase-forum .message-list .forum-container .forum .forum-block .forum-div {
  display: none;
}
.phase-forum .message-list .forum-container .forum-container-son {
  margin: 0 0 2em 0.1em;
  padding-left: 2em;
  border-left: 1px solid #CCCCCC;
}
.phase-forum .message-list .forum-container .forum-container-son .forum-son {
  margin-top: 2em;
}
.phase-forum .message-list .forum-container .forum-container-son .phase-forum-div .user-image {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-size: cover;
  margin-right: 10px;
}
.phase-forum .message-list .forum-container .forum-container-son .forum-block .title {
  font-weight: bold;
  margin: 0.5em 0 0 0;
}
.phase-forum .message-list .forum-container .forum-container-son .forum-block .contents {
  margin-bottom: 1em;
}
.phase-forum .message-list .forum-container .forum-container-son .forum-block .forum-div {
  display: none;
}
.phase-forum .message-list .chat-container .user-image {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 4px;
  margin: 0 8px 8px 0;
}
.phase-forum .message-list .chat-container .chat-message-list {
  background-color: #DDDDDD;
  padding: 6px 2.2% 26px 2%;
  border-radius: 4px 4px 0 0;
  margin: 0 0 5px;
  min-height: 300px;
  max-height: 600px;
  overflow: auto;
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-time {
  font-size: 90%;
  text-align: center;
  margin: 6px 0 8px 0;
}
.phase-forum .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;
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-row {
  text-align: left;
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-row .user-image.system {
  display: none;
}
.phase-forum .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);
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-row .chat-message .text {
  margin-bottom: 8px;
  padding-top: 2px;
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-row .chat-message .text .user {
  font-weight: bold;
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-row.chat-message-row-user {
  text-align: right;
}
.phase-forum .message-list .chat-container .chat-message-list .chat-message-row.chat-message-row-user .chat-message {
  background-color: #d9edf7;
}
.phase-forum .message-list .chat-container .chat-new-message-container {
  background-color: #DDDDDD;
  padding: 6px 0px 6px 10px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.phase-forum .message-list .chat-container .chat-new-message-container form {
  margin: 0;
}
.phase-forum .message-list .chat-container .chat-new-message-container form .user-image {
  width: 46px;
  height: 46px;
  margin-right: 6px;
  margin-top: 2px;
}
.phase-forum .message-list .chat-container .chat-new-message-container form .box-title {
  display: inline;
}
.phase-forum .message-list .chat-container .chat-new-message-container form .box-title textarea {
  width: calc(100% - 202px);
  height: 40px;
  padding: 4px 6px;
  margin: 0;
}
.phase-forum .message-list .chat-container .chat-new-message-container form .chat-new-message-form-btn {
  width: 120px;
  height: 48px;
  padding: 4px 6px;
  margin: 0 0 0 2px;
}
.phase-forum .btn-add-comment {
  margin-bottom: 20px;
}
.phase-forum .answers-block .btn {
  margin-top: 10px;
  margin-bottom: 20px;
}
.phase-scorm ul.launcher {
  list-style: none;
  margin: 0;
  padding: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #F8F8F8;
}
.phase-scorm ul.launcher li.title h4 {
  margin-top: 0.5em;
}
.phase-scorm ul.launcher li.details {
  float: right;
  margin-bottom: 20px;
  padding-top: 5px;
  display: none;
}
.phase-scorm ul.launcher li.details div {
  display: inline-block;
  margin: 0 10px 0 10px;
}
@media (max-width: 979px) {
  .phase-scorm ul.launcher li.details {
    float: none;
    padding-top: 0;
  }
  .phase-scorm ul.launcher li.details div {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 480px) {
  .phase-scorm ul.launcher li.details div {
    display: block;
    margin: 0 0 3px 0;
  }
}
.phase-tutorial .edit-form-data span.ico {
  width: auto;
  height: auto;
  display: inline;
}
.phase-tutorial .edit-form-data span.lbl {
  font-size: 13px;
  padding-left: 6px;
}
.phase-videoconferencing .recordings-wrapper {
  margin-top: 32px;
}
.phase-videoconferencing .recordings-wrapper table img {
  max-width: 70px;
  max-height: 70px;
  border: 1px solid #DDDDDD;
}
.process-list .breadcrumb {
  margin-bottom: 12px;
}
.process-list .breadcrumb .ico {
  display: none;
}
.process-list .breadcrumb .active {
  color: #333333;
}
.process-list .nav-folder {
  min-width: 60px;
  padding: 8px 16px 8px 12px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  display: inline-block;
  text-decoration: none;
  background-color: #0088cc;
  color: #FFFFFF;
}
.process-list .nav-folder .ico {
  margin-right: 5px;
}
.process-list .nav-folder .ico .icon-black {
  display: none;
}
.process-list .nav-folder .ico .icon-white {
  display: inline-block;
}
.process-list .nav-folder:hover {
  opacity: 0.8;
}
.process-list .process-wrapper {
  margin: 0 0 20px;
  padding: 11px 12px 15px 12px;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  background-color: #F6F6F6;
}
.process-list .process-wrapper .process-image {
  width: 86px;
  height: 86px;
  background-size: cover;
  border-radius: 6px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}
.process-list .process-wrapper .process-details.there-is-an-image {
  margin-left: 105px;
  min-height: 86px;
}
.process-list .process-wrapper .process-details h4.process-title {
  margin: auto 0;
}
.process-list .process-wrapper .process-details .process-summary {
  margin: 6px 0 0 0;
}
.process-list .process-wrapper .process-details .process-summary p {
  margin: auto;
}
.process-list .process-wrapper .process-details .state-wrapper {
  position: absolute;
  right: 15px;
}
.process-list .process-wrapper .process-details .state-wrapper .state-bar {
  float: right;
  width: 15px;
  height: 45px;
  background: #eeeeee;
  border-radius: 2px;
  overflow: hidden;
}
.process-list .process-wrapper .process-details .state-wrapper .state-bar .bar {
  position: relative;
  background-color: #0088cc;
}
.process-list .process-wrapper .process-details .state-wrapper .state-txt {
  transform: rotate(-90deg);
  position: absolute;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
}
.process-list .process-wrapper .process-details .state-wrapper .state-txt span {
  display: none;
}
.process-list .process-wrapper .process-details ul.buttons {
  display: inline-block;
  margin: 6px 0 0 0;
}
.process-list .process-wrapper .process-details ul.buttons > li {
  display: inline-block;
  list-style-type: none;
  margin: 8px 4px 0 0;
}
.process-list .process-wrapper .process-details ul.buttons > li.inscription-list li.teacher a {
  background-color: #c9e1ed;
  color: #3a87ad;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #acd1e3;
}
.process-list .process-wrapper .process-details ul.buttons > li.inscription-list li.teacher a:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #3a87ad;
}
.process-list .process-wrapper .process-details ul.buttons > li.inscription-list li.teacher + li.teacher a {
  border-top: none;
}
.process-list .process-wrapper .process-details ul.buttons > li.inscription-list a span.phases-list {
  padding: 0 6px 0 2px;
}
.process-list .process-wrapper .process-details ul.buttons > li.process-period {
  vertical-align: bottom;
  line-height: 28px;
  white-space: nowrap;
}
.process-list .process-wrapper .process-details ul.buttons > li.admin-menu a {
  cursor: pointer;
}
.process-view .process-phases-list-tit .process-details-wrapper,
.process-view .process-block-list-tit .process-details-wrapper,
.block-view .process-phases-list-tit .process-details-wrapper,
.block-view .process-block-list-tit .process-details-wrapper {
  margin: 0 0 15px 0;
  padding: 12px 12px 6px 12px;
  border: 1px solid #E7E7E7;
  border-radius: 4px 4px 0 0;
  background-color: #F6F6F6;
}
.process-view .process-phases-list-tit .process-details-wrapper .process-image,
.process-view .process-block-list-tit .process-details-wrapper .process-image,
.block-view .process-phases-list-tit .process-details-wrapper .process-image,
.block-view .process-block-list-tit .process-details-wrapper .process-image {
  float: left;
}
.process-view .process-phases-list-tit .process-details-wrapper .process-details.there-is-an-image,
.process-view .process-block-list-tit .process-details-wrapper .process-details.there-is-an-image,
.block-view .process-phases-list-tit .process-details-wrapper .process-details.there-is-an-image,
.block-view .process-block-list-tit .process-details-wrapper .process-details.there-is-an-image {
  margin-left: 72px;
  min-height: 66px;
}
.process-view .process-phases-list-tit .process-details-wrapper .process-title,
.process-view .process-block-list-tit .process-details-wrapper .process-title,
.block-view .process-phases-list-tit .process-details-wrapper .process-title,
.block-view .process-block-list-tit .process-details-wrapper .process-title {
  margin: 0 0 4px 0;
  line-height: 1.3em;
}
.process-view .process-phases-list-tit .process-details-wrapper .workgroup-details,
.process-view .process-block-list-tit .process-details-wrapper .workgroup-details,
.block-view .process-phases-list-tit .process-details-wrapper .workgroup-details,
.block-view .process-block-list-tit .process-details-wrapper .workgroup-details {
  margin-bottom: 6px;
  display: inline-block;
  background-color: #A5A5A5;
  border-radius: 3px;
  padding: 1px 8px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
  border: 1px solid #9C9C9C;
}
.process-view .process-phases-list-tit .process-details-wrapper .workgroup-details .inscription-group,
.process-view .process-block-list-tit .process-details-wrapper .workgroup-details .inscription-group,
.block-view .process-phases-list-tit .process-details-wrapper .workgroup-details .inscription-group,
.block-view .process-block-list-tit .process-details-wrapper .workgroup-details .inscription-group {
  margin-right: 9px;
}
.process-view .process-phases-list-tit .process-details-wrapper .workgroup-details .inscription-dates,
.process-view .process-block-list-tit .process-details-wrapper .workgroup-details .inscription-dates,
.block-view .process-phases-list-tit .process-details-wrapper .workgroup-details .inscription-dates,
.block-view .process-block-list-tit .process-details-wrapper .workgroup-details .inscription-dates {
  border-left: 1px solid #FFFFFF;
  padding-left: 9px;
}
.process-view .process-phases-list-tit .process-details-wrapper .workgroup-details .inscription-teacher,
.process-view .process-block-list-tit .process-details-wrapper .workgroup-details .inscription-teacher,
.block-view .process-phases-list-tit .process-details-wrapper .workgroup-details .inscription-teacher,
.block-view .process-block-list-tit .process-details-wrapper .workgroup-details .inscription-teacher {
  border-left: 1px solid #3a87ad;
  padding-left: 9px;
}
.process-view .process-phases-list-tit .process-details-wrapper .workgroup-details.workgroup-teacher,
.process-view .process-block-list-tit .process-details-wrapper .workgroup-details.workgroup-teacher,
.block-view .process-phases-list-tit .process-details-wrapper .workgroup-details.workgroup-teacher,
.block-view .process-block-list-tit .process-details-wrapper .workgroup-details.workgroup-teacher {
  padding: 1px 7px 1px 6px;
  vertical-align: bottom;
  background-color: #c9e1ed;
  color: #3a87ad;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #acd1e3;
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen {
  float: right;
  line-height: 17px;
  padding: 3px 9px;
  vertical-align: top;
  margin-bottom: 6px;
}
@media (max-width: 979px) {
  .process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen,
  .process-view .process-block-list-tit .process-details-wrapper .inscription-unseen,
  .block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen,
  .block-view .process-block-list-tit .process-details-wrapper .inscription-unseen {
    float: none;
  }
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .number,
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .lbl,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen .number,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen .lbl,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .number,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .lbl,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen .number,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen .lbl {
  display: none;
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .number:before,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen .number:before,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .number:before,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen .number:before {
  content: "(";
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .lbl:after,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen .lbl:after,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen .lbl:after,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen .lbl:after {
  content: ")";
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages {
  color: #fbf5f5;
  background: #b94a48;
  text-shadow: 0 1px 1px rgba(156,29,29,0.75);
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages:hover,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages:hover,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages:hover,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages:hover {
  color: #b94a48;
  background: #fbf5f5;
  text-shadow: none;
}
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages .number,
.process-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages .lbl,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages .number,
.process-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages .lbl,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages .number,
.block-view .process-phases-list-tit .process-details-wrapper .inscription-unseen.has-messages .lbl,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages .number,
.block-view .process-block-list-tit .process-details-wrapper .inscription-unseen.has-messages .lbl {
  display: inline;
}
.process-view .process-phases-list-tit .process-details-wrapper .admin-tracking-type,
.process-view .process-phases-list-tit .process-details-wrapper .admin-member-management-type,
.process-view .process-block-list-tit .process-details-wrapper .admin-tracking-type,
.process-view .process-block-list-tit .process-details-wrapper .admin-member-management-type,
.block-view .process-phases-list-tit .process-details-wrapper .admin-tracking-type,
.block-view .process-phases-list-tit .process-details-wrapper .admin-member-management-type,
.block-view .process-block-list-tit .process-details-wrapper .admin-tracking-type,
.block-view .process-block-list-tit .process-details-wrapper .admin-member-management-type {
  float: right;
  margin-right: 4px;
}
.process-view .process-phases-list-tit .process-details-wrapper .admin-menu,
.process-view .process-block-list-tit .process-details-wrapper .admin-menu,
.block-view .process-phases-list-tit .process-details-wrapper .admin-menu,
.block-view .process-block-list-tit .process-details-wrapper .admin-menu {
  float: right;
}
.process-view .process-phases-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu,
.process-view .process-block-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu,
.block-view .process-phases-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu,
.block-view .process-block-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu {
  right: 0;
  left: auto;
}
.process-view .process-phases-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li,
.process-view .process-block-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li,
.block-view .process-phases-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li,
.block-view .process-block-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li {
  float: none;
  margin: 0;
}
.process-view .process-phases-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li span.ico i,
.process-view .process-block-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li span.ico i,
.block-view .process-phases-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li span.ico i,
.block-view .process-block-list-tit .process-details-wrapper .admin-menu ul.dropdown-menu li span.ico i {
  margin-right: 5px;
}
.process-view .process-phases-list .phase-fic,
.process-view .process-block-list .phase-fic,
.block-view .process-phases-list .phase-fic,
.block-view .process-block-list .phase-fic {
  clear: both;
  padding-top: 18px;
  padding-bottom: 26px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 0px;
  display: flow-root;
  min-height: 106px;
}
.process-view .process-phases-list .phase-fic .admin-menu,
.process-view .process-block-list .phase-fic .admin-menu,
.block-view .process-phases-list .phase-fic .admin-menu,
.block-view .process-block-list .phase-fic .admin-menu {
  float: right;
}
.process-view .process-phases-list .phase-fic:last-child,
.process-view .process-block-list .phase-fic:last-child,
.block-view .process-phases-list .phase-fic:last-child,
.block-view .process-block-list .phase-fic:last-child {
  border-bottom: none;
}
.process-view .process-phases-list .phase-fic span.ico-double,
.process-view .process-block-list .phase-fic span.ico-double,
.block-view .process-phases-list .phase-fic span.ico-double,
.block-view .process-block-list .phase-fic span.ico-double {
  position: absolute;
  width: 106px;
  height: 106px;
}
.process-view .process-phases-list .phase-fic span.ico-double .ico-phase-type,
.process-view .process-block-list .phase-fic span.ico-double .ico-phase-type,
.block-view .process-phases-list .phase-fic span.ico-double .ico-phase-type,
.block-view .process-block-list .phase-fic span.ico-double .ico-phase-type {
  display: block;
  width: 106px;
  height: 106px;
  background-color: #EEEEEE;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
}
.process-view .process-phases-list .phase-fic .phase-fic-data,
.process-view .process-block-list .phase-fic .phase-fic-data,
.block-view .process-phases-list .phase-fic .phase-fic-data,
.block-view .process-block-list .phase-fic .phase-fic-data {
  margin: 0 0 0 132px;
}
.process-view .process-phases-list .phase-fic .phase-fic-data h4,
.process-view .process-block-list .phase-fic .phase-fic-data h4,
.block-view .process-phases-list .phase-fic .phase-fic-data h4,
.block-view .process-block-list .phase-fic .phase-fic-data h4 {
  margin: 0;
}
.process-view .process-phases-list .phase-fic .phase-fic-data .summary,
.process-view .process-block-list .phase-fic .phase-fic-data .summary,
.block-view .process-phases-list .phase-fic .phase-fic-data .summary,
.block-view .process-block-list .phase-fic .phase-fic-data .summary {
  margin: 6px 0 0 0;
}
.process-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper,
.process-view .process-block-list .phase-fic .phase-fic-data .state-wrapper,
.block-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper,
.block-view .process-block-list .phase-fic .phase-fic-data .state-wrapper {
  position: absolute;
  right: 15px;
}
.process-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-bar,
.process-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-bar,
.block-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-bar,
.block-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-bar {
  float: right;
  width: 15px;
  height: 45px;
  background: #eeeeee;
  border-radius: 2px;
  overflow: hidden;
}
.process-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-bar .bar,
.process-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-bar .bar,
.block-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-bar .bar,
.block-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-bar .bar {
  position: relative;
  background-color: #0088cc;
}
.process-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-txt,
.process-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-txt,
.block-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-txt,
.block-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-txt {
  transform: rotate(-90deg);
  position: absolute;
  margin-left: -20px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
}
.process-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-txt span,
.process-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-txt span,
.block-view .process-phases-list .phase-fic .phase-fic-data .state-wrapper .state-txt span,
.block-view .process-block-list .phase-fic .phase-fic-data .state-wrapper .state-txt span {
  display: none;
}
.process-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav {
  margin: 6px 0 0 0;
}
.process-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li {
  float: left;
  list-style-type: none;
  margin: 8px 4px 0 0;
}
.process-view-info .tab-pane {
  min-height: 250px;
  margin-bottom: 40px;
}
.process-view-info .cover {
  max-width: 350px;
  max-height: 300px;
  float: left;
  margin: 1px 20px 20px 0;
}
@media (max-width: 767px) {
  .process-view-info .tab-pane {
    margin-bottom: 20px;
  }
  .process-view-info .cover {
    max-width: 250px;
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  .process-view-info .tab-pane {
    min-height: 150px;
  }
  .process-view-info .cover {
    width: 100%;
    display: block;
  }
}
.process-view-members .member-context-menu,
.process-view-trackings .member-context-menu,
.education-classroom .member-context-menu {
  position: absolute;
  display: none;
  z-index: 1000;
  padding: 8px 0;
  min-width: 200px;
  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);
}
.process-view-members .member-context-menu ul.nav-list,
.process-view-trackings .member-context-menu ul.nav-list,
.education-classroom .member-context-menu ul.nav-list {
  margin-top: 0;
}
.process-view-members .member-context-menu ul.nav-list li a,
.process-view-trackings .member-context-menu ul.nav-list li a,
.education-classroom .member-context-menu ul.nav-list li a {
  padding: 2px 15px;
}
.process-view-members .members-list li .inscription-unseen,
.process-view-trackings .members-list li .inscription-unseen,
.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: #3a87ad;
  background-color: #dcebf3;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  opacity: 0.8;
}
.process-view-members .members-list li .inscription-unseen:hover,
.process-view-trackings .members-list li .inscription-unseen:hover,
.education-classroom .members-list li .inscription-unseen:hover {
  color: #dcebf3;
  background-color: #3a87ad;
}
.process-view-members .members-list li .inscription-unseen.has-messages,
.process-view-trackings .members-list li .inscription-unseen.has-messages,
.education-classroom .members-list li .inscription-unseen.has-messages {
  font-size: 15px;
  line-height: 21px;
  color: #fbf5f5;
  background-color: #b94a48;
  opacity: 1;
}
.process-view-members .members-list li .inscription-unseen.has-messages:hover,
.process-view-trackings .members-list li .inscription-unseen.has-messages:hover,
.education-classroom .members-list li .inscription-unseen.has-messages:hover {
  color: #b94a48;
  background-color: #fbf5f5;
}
.process-view-members .members-list li.online-member .inscription-unseen,
.process-view-trackings .members-list li.online-member .inscription-unseen,
.education-classroom .members-list li.online-member .inscription-unseen {
  color: #cfe7d0;
  background-color: #468847;
  opacity: 1;
}
.process-view-members .members-list li.online-member .inscription-unseen:hover,
.process-view-trackings .members-list li.online-member .inscription-unseen:hover,
.education-classroom .members-list li.online-member .inscription-unseen:hover {
  color: #468847;
  background-color: #d5e9d5;
}
.process-view-members .members-list li.online-member .inscription-unseen.has-messages,
.process-view-trackings .members-list li.online-member .inscription-unseen.has-messages,
.education-classroom .members-list li.online-member .inscription-unseen.has-messages {
  font-size: 15px;
  line-height: 21px;
  color: #d5e9d5;
  background-color: #468847;
}
.process-view-members .members-list li.online-member .inscription-unseen.has-messages:hover,
.process-view-trackings .members-list li.online-member .inscription-unseen.has-messages:hover,
.education-classroom .members-list li.online-member .inscription-unseen.has-messages:hover {
  color: #468847;
  background-color: #d5e9d5;
}
.process-view-members .members-list li .inscription-accomplishment,
.process-view-trackings .members-list li .inscription-accomplishment,
.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;
}
.process-view-members .members-list li .inscription-accomplishment.accomplishment-0,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-0,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-0 {
  background-color: #b94a48;
  color: #fbf5f5;
}
.process-view-members .members-list li .inscription-accomplishment.accomplishment-10,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-20,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-30,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-40,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-50,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-60,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-70,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-80,
.process-view-members .members-list li .inscription-accomplishment.accomplishment-90,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-10,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-20,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-30,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-40,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-50,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-60,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-70,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-80,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-90,
.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: #c09853;
  color: #ffffff;
}
.process-view-members .members-list li .inscription-accomplishment.accomplishment-100,
.process-view-trackings .members-list li .inscription-accomplishment.accomplishment-100,
.education-classroom .members-list li .inscription-accomplishment.accomplishment-100 {
  background-color: #3a87ad;
  color: #e2eff5;
}
.process-view-members .members-list li .inscription-accomplishment .inscription-aaa,
.process-view-trackings .members-list li .inscription-accomplishment .inscription-aaa,
.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;
}
.process-view-members .members-list li .inscription-accomplishment .inscription-aaa div span.lbl,
.process-view-trackings .members-list li .inscription-accomplishment .inscription-aaa div span.lbl,
.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;
}
.process-view-members .members-list li .inscription-accomplishment .inscription-aaa div span.lbl:after,
.process-view-trackings .members-list li .inscription-accomplishment .inscription-aaa div span.lbl:after,
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa div span.lbl:after {
  content: ":";
}
.process-view-members .members-list li .inscription-accomplishment .inscription-aaa div span.val,
.process-view-trackings .members-list li .inscription-accomplishment .inscription-aaa div span.val,
.education-classroom .members-list li .inscription-accomplishment .inscription-aaa div span.val {
  float: right;
  margin-right: 1px;
}
.process-view-members .members-list li .inscription-accomplishment:hover,
.process-view-trackings .members-list li .inscription-accomplishment:hover,
.education-classroom .members-list li .inscription-accomplishment:hover {
  right: 5%;
  cursor: default;
  color: #e2d0b0;
}
.process-view-members .members-list li .inscription-accomplishment:hover.accomplishment-0,
.process-view-trackings .members-list li .inscription-accomplishment:hover.accomplishment-0,
.education-classroom .members-list li .inscription-accomplishment:hover.accomplishment-0 {
  color: #dca5a4;
}
.process-view-members .members-list li .inscription-accomplishment:hover.accomplishment-100,
.process-view-trackings .members-list li .inscription-accomplishment:hover.accomplishment-100,
.education-classroom .members-list li .inscription-accomplishment:hover.accomplishment-100 {
  color: #8ec0d9;
}
.process-view-members .members-list li .inscription-accomplishment:hover .inscription-aaa,
.process-view-trackings .members-list li .inscription-accomplishment:hover .inscription-aaa,
.education-classroom .members-list li .inscription-accomplishment:hover .inscription-aaa {
  display: inline-block;
  width: 100%;
}
.process-view-members .list-toolbar .list-info {
  overflow: visible;
}
.process-view-members .list-toolbar .list-info .btn-group .btn {
  padding-left: 8px;
  padding-right: 8px;
}
.process-view-members .members-list li.absent-member:after {
  background-color: #b94a48;
  border-radius: 50%;
  content: "\23F8";
  color: #b94a48;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  float: right;
  margin: 10px;
  width: 34px;
  height: 34px;
}
.process-view-agenda .schedule_wrapper {
  margin: 0 0 1%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.process-view-agenda .schedule_wrapper .fc-widget-header {
  line-height: 3.5em;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-prev-button:before,
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-next-button:after {
  font-size: 75%;
  vertical-align: middle;
  color: #555555;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-prev-button:before {
  margin-right: 8px;
  content: "\25C4";
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-next-button:after {
  margin-left: 8px;
  content: "\25B6";
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-view-container {
  border-right: 1px solid #CCCCCC;
}
.process-view-agenda .schedule_wrapper .schedule_calendar h2 {
  font-size: 21px;
  color: #333333;
  font-weight: normal;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-time span {
  color: #DDDDDD !important;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-time span.on-the-hour {
  color: #333333 !important;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-state-disabled {
  display: none;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-event {
  cursor: pointer;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-event:hover {
  opacity: 0.7;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-content {
  display: table;
  width: 100%;
  height: 100%;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .fc-content .fc-title {
  display: table-cell;
  vertical-align: middle;
}
.process-view-agenda .schedule_wrapper .schedule_calendar .course-title {
  font-size: 1.5em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.process-view-agenda .schedule_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: #000000;
  opacity: 0.4;
}
.process-view-agenda .schedule_loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: 12px;
  display: block;
  background: none;
}
.process-view-agenda .schedule_loading input {
  background: none;
  color: none;
  border: none;
  opacity: 0.01;
}
.process-view-trackings .classification-title,
.education-classroom .classification-title {
  position: fixed;
  top: 40px;
  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) {
  .process-view-trackings .classification-title,
  .education-classroom .classification-title {
    top: 0;
  }
}
.process-view-trackings .list-toolbar .search-wrapper .search-form .row-fluid #search_shift_chosen,
.education-classroom .list-toolbar .search-wrapper .search-form .row-fluid #search_shift_chosen {
  width: 175px !important;
}
@media (max-width: 980px) {
  .process-view-trackings .list-toolbar .search-wrapper .search-form .row-fluid #search_shift_chosen,
  .education-classroom .list-toolbar .search-wrapper .search-form .row-fluid #search_shift_chosen {
    width: 95% !important;
  }
}
@media (max-width: 767px) {
  .process-view-trackings .list-toolbar .search-wrapper .search-form .row-fluid #search_shift_chosen,
  .education-classroom .list-toolbar .search-wrapper .search-form .row-fluid #search_shift_chosen {
    width: 100% !important;
  }
}
.process-view-trackings .list-toolbar .btn-group,
.education-classroom .list-toolbar .btn-group {
  text-align: left;
}
.process-view-trackings .list-toolbar.fixed,
.education-classroom .list-toolbar.fixed {
  position: fixed;
}
.process-view-trackings .trackings-list .list-sheet,
.education-classroom .trackings-list .list-sheet {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.process-view-trackings .trackings-list .list-sheet .time,
.process-view-trackings .trackings-list .list-sheet .main,
.process-view-trackings .trackings-list .list-sheet .details,
.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;
}
.process-view-trackings .trackings-list .list-sheet .time,
.education-classroom .trackings-list .list-sheet .time {
  width: 100px;
  background-size: contain !important;
}
.process-view-trackings .trackings-list .list-sheet .time ul.person_sections,
.education-classroom .trackings-list .list-sheet .time ul.person_sections {
  float: right;
  margin-top: 1px;
}
.process-view-trackings .trackings-list .list-sheet .time ul.person_sections li,
.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;
}
.process-view-trackings .trackings-list .list-sheet .time ul.person_sections li:before,
.education-classroom .trackings-list .list-sheet .time ul.person_sections li:before {
  border-radius: 3px 0 0 3px;
  opacity: 0.1;
}
.process-view-trackings .trackings-list .list-sheet .time ul.person_sections li:hover:before,
.education-classroom .trackings-list .list-sheet .time ul.person_sections li:hover:before {
  opacity: 0.05;
}
.process-view-trackings .trackings-list .list-sheet .main,
.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;
}
.process-view-trackings .trackings-list .list-sheet .main > .btn,
.education-classroom .trackings-list .list-sheet .main > .btn {
  float: right;
  margin: 5px 0 5px 10px;
}
.process-view-trackings .trackings-list .list-sheet .main .type,
.education-classroom .trackings-list .list-sheet .main .type {
  background: url('/web/assets/img/system_tracking_type_resident_section_generic_assignment.png') no-repeat top left transparent;
  padding: 2px 0 0 30px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
}
.process-view-trackings .trackings-list .list-sheet .main .type .btn,
.education-classroom .trackings-list .list-sheet .main .type .btn {
  border: none;
}
.process-view-trackings .trackings-list .list-sheet .main .contents,
.education-classroom .trackings-list .list-sheet .main .contents {
  margin-bottom: 10px;
}
.process-view-trackings .trackings-list .list-sheet .main button.btn-involved-toggle,
.education-classroom .trackings-list .list-sheet .main button.btn-involved-toggle {
  margin: 5px 0 10px;
}
.process-view-trackings .trackings-list .list-sheet .main button.btn-involved-toggle i,
.education-classroom .trackings-list .list-sheet .main button.btn-involved-toggle i {
  margin-right: 2px;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections,
.education-classroom .trackings-list .list-sheet .main ul.person_sections {
  margin-top: 20px;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections.too-many,
.education-classroom .trackings-list .list-sheet .main ul.person_sections.too-many {
  margin-top: 5px;
  margin-right: 180px;
  display: none;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections li,
.education-classroom .trackings-list .list-sheet .main ul.person_sections li {
  width: 62px;
  height: 65px;
  opacity: 1;
  cursor: pointer;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections li:before,
.education-classroom .trackings-list .list-sheet .main ul.person_sections li:before {
  opacity: 0.1;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections li:hover:before,
.education-classroom .trackings-list .list-sheet .main ul.person_sections li:hover:before {
  opacity: 0;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections li .data-wrapper,
.education-classroom .trackings-list .list-sheet .main ul.person_sections li .data-wrapper {
  font-size: 70%;
}
.process-view-trackings .trackings-list .list-sheet .main ul.person_sections li[data-nolink="1"],
.education-classroom .trackings-list .list-sheet .main ul.person_sections li[data-nolink="1"] {
  cursor: default;
}
.process-view-trackings .trackings-list .list-sheet .details,
.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;
}
.process-view-trackings .trackings-list .list-sheet .details div,
.education-classroom .trackings-list .list-sheet .details div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.process-view-trackings .trackings-list .list-sheet .details div i,
.education-classroom .trackings-list .list-sheet .details div i {
  vertical-align: top;
  margin-right: 4px;
}
.process-view-trackings .trackings-list .list-sheet.time-08 .time,
.process-view-trackings .trackings-list .list-sheet.time-09 .time,
.process-view-trackings .trackings-list .list-sheet.time-10 .time,
.process-view-trackings .trackings-list .list-sheet.time-11 .time,
.process-view-trackings .trackings-list .list-sheet.time-12 .time,
.process-view-trackings .trackings-list .list-sheet.time-13 .time,
.process-view-trackings .trackings-list .list-sheet.time-14 .time,
.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;
}
.process-view-trackings .trackings-list .list-sheet.time-08 .main,
.process-view-trackings .trackings-list .list-sheet.time-09 .main,
.process-view-trackings .trackings-list .list-sheet.time-10 .main,
.process-view-trackings .trackings-list .list-sheet.time-11 .main,
.process-view-trackings .trackings-list .list-sheet.time-12 .main,
.process-view-trackings .trackings-list .list-sheet.time-13 .main,
.process-view-trackings .trackings-list .list-sheet.time-14 .main,
.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;
}
.process-view-trackings .trackings-list .list-sheet.time-15 .time,
.process-view-trackings .trackings-list .list-sheet.time-16 .time,
.process-view-trackings .trackings-list .list-sheet.time-17 .time,
.process-view-trackings .trackings-list .list-sheet.time-18 .time,
.process-view-trackings .trackings-list .list-sheet.time-19 .time,
.process-view-trackings .trackings-list .list-sheet.time-20 .time,
.process-view-trackings .trackings-list .list-sheet.time-21 .time,
.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;
}
.process-view-trackings .trackings-list .list-sheet.time-15 .main,
.process-view-trackings .trackings-list .list-sheet.time-16 .main,
.process-view-trackings .trackings-list .list-sheet.time-17 .main,
.process-view-trackings .trackings-list .list-sheet.time-18 .main,
.process-view-trackings .trackings-list .list-sheet.time-19 .main,
.process-view-trackings .trackings-list .list-sheet.time-20 .main,
.process-view-trackings .trackings-list .list-sheet.time-21 .main,
.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;
}
.process-view-trackings .trackings-list .list-sheet.time-22 .time,
.process-view-trackings .trackings-list .list-sheet.time-23 .time,
.process-view-trackings .trackings-list .list-sheet.time-00 .time,
.process-view-trackings .trackings-list .list-sheet.time-01 .time,
.process-view-trackings .trackings-list .list-sheet.time-02 .time,
.process-view-trackings .trackings-list .list-sheet.time-03 .time,
.process-view-trackings .trackings-list .list-sheet.time-04 .time,
.process-view-trackings .trackings-list .list-sheet.time-05 .time,
.process-view-trackings .trackings-list .list-sheet.time-06 .time,
.process-view-trackings .trackings-list .list-sheet.time-07 .time,
.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;
}
.process-view-trackings .trackings-list .list-sheet.time-22 .main,
.process-view-trackings .trackings-list .list-sheet.time-23 .main,
.process-view-trackings .trackings-list .list-sheet.time-00 .main,
.process-view-trackings .trackings-list .list-sheet.time-01 .main,
.process-view-trackings .trackings-list .list-sheet.time-02 .main,
.process-view-trackings .trackings-list .list-sheet.time-03 .main,
.process-view-trackings .trackings-list .list-sheet.time-04 .main,
.process-view-trackings .trackings-list .list-sheet.time-05 .main,
.process-view-trackings .trackings-list .list-sheet.time-06 .main,
.process-view-trackings .trackings-list .list-sheet.time-07 .main,
.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;
}
.process-view-trackings .trackings-list .list-sheet.list-sheet-classification,
.education-classroom .trackings-list .list-sheet.list-sheet-classification {
  margin-top: 10px;
  margin-bottom: 0;
}
.process-view-trackings .trackings-list .list-sheet.list-sheet-classification ul li,
.education-classroom .trackings-list .list-sheet.list-sheet-classification ul li {
  width: 60px;
  height: 65px;
  opacity: 1;
  margin-right: 10px;
}
.process-view-trackings .trackings-list .list-sheet.list-sheet-classification ul li:before,
.education-classroom .trackings-list .list-sheet.list-sheet-classification ul li:before {
  opacity: 0;
}
.process-view-trackings .trackings-list .list-sheet.list-sheet-classification ul li .data-wrapper,
.education-classroom .trackings-list .list-sheet.list-sheet-classification ul li .data-wrapper {
  display: none;
}
.process-view-trackings .trackings-list .list-sheet.list-sheet-classification h3,
.education-classroom .trackings-list .list-sheet.list-sheet-classification h3 {
  margin-bottom: 0;
}
.process-view-trackings .trackings-list .list-sheet.classified,
.education-classroom .trackings-list .list-sheet.classified {
  margin-top: 0;
  margin-bottom: 3px;
}
.process-view-trackings .trackings-list .list-sheet.classified .time,
.process-view-trackings .trackings-list .list-sheet.classified .main,
.process-view-trackings .trackings-list .list-sheet.classified .details,
.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;
}
.process-view-trackings .trackings-list .list-sheet.classified .time .person_sections,
.education-classroom .trackings-list .list-sheet.classified .time .person_sections {
  display: none;
}
.process-view-trackings .trackings-list .list-sheet.classified .main .type,
.education-classroom .trackings-list .list-sheet.classified .main .type {
  margin-bottom: 6px;
}
.process-view-trackings .trackings-list .list-sheet.classified .main .contents,
.education-classroom .trackings-list .list-sheet.classified .main .contents {
  margin-top: 6px;
  margin-bottom: 4px;
}
.process-view-trackings .trackings-list .list-sheet.classified .details .date,
.education-classroom .trackings-list .list-sheet.classified .details .date {
  margin-top: 5px;
  margin-bottom: 5px;
}
.process-view-trackings .trackings-list .list-sheet.classified .details .date .date-ini,
.process-view-trackings .trackings-list .list-sheet.classified .details .date .date-end,
.education-classroom .trackings-list .list-sheet.classified .details .date .date-ini,
.education-classroom .trackings-list .list-sheet.classified .details .date .date-end {
  display: none;
}
.process-view-trackings .trackings-list .list-sheet.classified .details .date .date-ini-forced,
.process-view-trackings .trackings-list .list-sheet.classified .details .date .time-ini,
.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;
}
.process-view-trackings .trackings-list .list-sheet.classified .details .teacher,
.education-classroom .trackings-list .list-sheet.classified .details .teacher {
  margin-bottom: 5px;
}
.process-view-trackings .trackings-list .list-sheet.classified:hover,
.education-classroom .trackings-list .list-sheet.classified:hover {
  background-color: #fbfbfc;
  border-radius: 3px;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .time,
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .main,
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .details,
.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;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .main,
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .details,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details {
  border-top: none;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .time .person_sections,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .time .person_sections {
  display: block;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .time .person_sections li,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .time .person_sections li {
  width: 80px;
  height: 88px;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .main .type,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main .type {
  margin-top: 6px;
  opacity: 0.9;
  mrgin-right: 35px;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .main .contents,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .main .contents {
  margin-bottom: 35px;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .details .date .date-ini,
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .details .date .date-end,
.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;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .details .date .time-ini,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details .date .time-ini {
  font-weight: normal;
}
.process-view-trackings .trackings-list .list-sheet.classified.seems-classified .details .teacher,
.education-classroom .trackings-list .list-sheet.classified.seems-classified .details .teacher {
  margin-bottom: 5px;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified,
.education-classroom .trackings-list .list-sheet.classified-minified {
  margin-top: -7px;
  margin-bottom: 3px;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified .time,
.process-view-trackings .trackings-list .list-sheet.classified-minified .main,
.process-view-trackings .trackings-list .list-sheet.classified-minified .details,
.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;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified .time,
.education-classroom .trackings-list .list-sheet.classified-minified .time {
  background: none !important;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified .main,
.process-view-trackings .trackings-list .list-sheet.classified-minified .details,
.education-classroom .trackings-list .list-sheet.classified-minified .main,
.education-classroom .trackings-list .list-sheet.classified-minified .details {
  border-top: 1px dotted #DBDBDB;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .main,
.education-classroom .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .main {
  border-top: none;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details,
.education-classroom .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details {
  border-top: none;
}
.process-view-trackings .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details .date,
.process-view-trackings .trackings-list .list-sheet.classified-minified.same-details:not(.seems-classified) .details .teacher,
.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;
}
.process-view-trackings .trackings-list .loading,
.education-classroom .trackings-list .loading {
  margin-top: 20px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .process-view-trackings .trackings-list .list-sheet .time,
  .education-classroom .trackings-list .list-sheet .time {
    width: 75px;
  }
  .process-view-trackings .trackings-list .list-sheet .time ul.person_sections li,
  .education-classroom .trackings-list .list-sheet .time ul.person_sections li {
    width: 65px;
    height: 71px;
  }
  .process-view-trackings .trackings-list .list-sheet .main,
  .education-classroom .trackings-list .list-sheet .main {
    width: calc(100% - 230px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .process-view-trackings .trackings-list .list-sheet .main ul.person_sections li,
  .education-classroom .trackings-list .list-sheet .main ul.person_sections li {
    width: 60px;
    height: 63px;
  }
  .process-view-trackings .trackings-list .list-sheet .details,
  .education-classroom .trackings-list .list-sheet .details {
    width: 105px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .process-view-trackings .trackings-list .list-sheet .time,
  .education-classroom .trackings-list .list-sheet .time {
    width: 105px;
    padding: 0;
    float: right;
    min-height: auto;
    background: none !important;
  }
  .process-view-trackings .trackings-list .list-sheet .time ul.person_sections,
  .education-classroom .trackings-list .list-sheet .time ul.person_sections {
    float: none;
    margin-top: 0;
    margin: 9px 0 5px;
    display: inline-block;
  }
  .process-view-trackings .trackings-list .list-sheet .time ul.person_sections li,
  .education-classroom .trackings-list .list-sheet .time ul.person_sections li {
    width: 105px;
    height: 110px;
    max-width: 105px;
    border-radius: 3px;
  }
  .process-view-trackings .trackings-list .list-sheet .main,
  .education-classroom .trackings-list .list-sheet .main {
    width: calc(100% - 140px);
    border-left: none;
    padding-left: 0;
  }
}
.process-list-diplomas .modal-body,
.process-list-forms .modal-body {
  min-height: 400px;
}
.process-list-diplomas form input.search-text,
.process-list-forms form input.search-text {
  margin-left: 1px;
}
.process-list-diplomas form button.search,
.process-list-forms form button.search {
  margin-left: 1px;
}
.process-list-diplomas .rows-total-wrapper,
.process-list-forms .rows-total-wrapper {
  float: right;
  margin-top: 10px;
}
.process-list-diplomas td.text-right,
.process-list-diplomas th.text-right,
.process-list-forms td.text-right,
.process-list-forms th.text-right {
  text-align: right;
}
.process-list-members > table th,
.process-list-members > table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.process-list-members > table th.attendance,
.process-list-members > table th.evaluation,
.process-list-members > table th.accomplishment,
.process-list-members > table td.attendance,
.process-list-members > table td.evaluation,
.process-list-members > table td.accomplishment {
  max-width: 55px;
}
.process-list-members > table th.username,
.process-list-members > table td.username {
  max-width: 100px;
}
.process-list-members > table th.name,
.process-list-members > table td.name {
  max-width: 150px;
}
.process-list-members > table th.workgroup,
.process-list-members > table td.workgroup {
  max-width: 100px;
}
.process-list-members > table th.last-access,
.process-list-members > table td.last-access {
  max-width: 125px;
}
.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 label.checkbox {
  margin: 0;
  padding: 5px;
  display: inline;
  min-height: auto;
  vertical-align: text-bottom;
}
.process-excluded-activities table.excluded-activities label.checkbox input[type="checkbox"] {
  float: none;
  margin: 0;
}
.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: #b94a48;
  background-color: #f8eeee;
}
.process-chats .chats-wrapper .chat .person {
  font-size: 120%;
  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;
}
.professor-workgroups table th {
  white-space: nowrap;
  font-size: 95%;
}
.professor-workgroups table th,
.professor-workgroups table td {
  min-width: 50px;
  max-width: 25%;
  text-align: left;
  padding: 8px 7px;
}
.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 {
  font-size: 95%;
}
.professor-workgroups table td.call {
  white-space: nowrap;
}
.professor-workgroups table td.inscriptions-active.some {
  font-weight: bold;
}
.professor-workgroups table td.loading {
  display: table-cell;
  background-color: #FFFFFF !important;
}
.professor-record .btn-download {
  float: right;
  margin-bottom: 6px;
}
.professor-record table th {
  white-space: nowrap;
  font-size: 90%;
}
.professor-record table th,
.professor-record table td {
  min-width: 50px;
  text-align: left;
  padding: 8px 7px;
}
.professor-record table th.total-hours,
.professor-record table th.presential-hours,
.professor-record table th.online-hours,
.professor-record table th.assigned-hours,
.professor-record table td.total-hours,
.professor-record table td.presential-hours,
.professor-record table td.online-hours,
.professor-record table td.assigned-hours {
  text-align: center;
}
.professor-record table td {
  font-size: 95%;
}
.professor-record table td.call {
  white-space: nowrap;
}
.sale-cart-box-view-extended-link {
  cursor: pointer;
  display: flow-root;
}
.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;
}
.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 {
  display: inline-block;
  margin: 12px 3px 0 0;
  padding: 5px 6px;
  border-radius: 3px;
  background-color: #606060;
}
.sale-cart ul.cart-list li a.edit i.icon-black,
.sale-cart ul.cart-list li a.delete i.icon-black,
.sale-cart ul.cart-list li a.pack-view i.icon-black,
.sale-cart ul.cart-list li a.unavailable i.icon-black {
  display: none;
}
.sale-cart ul.cart-list li a.edit i.icon-white,
.sale-cart ul.cart-list li a.delete i.icon-white,
.sale-cart ul.cart-list li a.pack-view i.icon-white,
.sale-cart ul.cart-list li a.unavailable i.icon-white {
  display: inline-block;
}
.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 {
  background-color: #333333;
  cursor: pointer;
}
.sale-cart ul.cart-list li a.unavailable {
  background-color: #c76e6d;
}
.sale-cart ul.cart-list li a.unavailable:hover {
  background-color: #b94a48;
}
.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: #3a87ad;
}
.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: #b94a48;
}
.sale-cart ul.cart-list li.total {
  border-bottom: none;
}
.sale-cart .btn.disabled {
  cursor: not-allowed;
}
.sale-cart #btn_checkout {
  float: right;
  margin-top: 8px;
}
.sale-cart #btn_checkout_bottom {
  margin-top: 15px;
}
.sale-cart a.empty {
  display: inline-block;
  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 .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: #b94a48;
}
.sale-checkout .error.main-error {
  display: none;
  margin-top: -14px;
}
.sale-checkout .loading {
  width: 64px;
  height: 64px;
  background-image: url('/web/assets/img/loading_64_FFFFFF_0088CC.gif');
  display: block;
  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: #3a87ad;
}
.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: #b94a48;
}
.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 i.icon-black,
.sale-checkout fieldset.purchase-amount a.edit-cart i.icon-black,
.sale-checkout fieldset.purchase-amount a.use-coupon i.icon-black {
  display: none;
}
.sale-checkout fieldset.purchase-amount a.toggle-cart i.icon-white,
.sale-checkout fieldset.purchase-amount a.edit-cart i.icon-white,
.sale-checkout fieldset.purchase-amount a.use-coupon i.icon-white {
  display: block;
}
.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_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 a.edit {
  float: left;
  display: inline-block;
  margin: 2px 0 0 15px;
  padding: 5px 6px;
  border-radius: 3px;
  background-color: #606060;
  line-height: 16px;
}
.sale-checkout fieldset.billing-information #billing_data_view a.edit i.icon-black {
  display: none;
}
.sale-checkout fieldset.billing-information #billing_data_view a.edit:hover {
  background-color: #333333;
  cursor: pointer;
}
.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;
  font-size: 90%;
  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 i.icon-black {
  display: none;
}
.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: #b94a48;
}
.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: #3a87ad;
}
.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: #3a87ad;
}
.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: #3a87ad;
}
.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 i.icon-black {
  display: none;
}
.sale-checkout fieldset.purchase-completed a.toggle-cart i.icon-white {
  display: block;
}
.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;
}
.userbox .loged-dropdown-button .user-image {
  width: 19px;
  height: 19px;
  float: left;
  background-size: cover;
  margin-right: 6px;
}
.userbox .loged-content .name {
  display: none;
}
.userbox .loged-content .edit-profile,
.userbox .loged-content .tracking-agenda,
.userbox .loged-content .logout {
  display: inline-block;
}
.userbox .login-content input[type="text"],
.userbox .login-content input[type="password"] {
  width: calc(100% - 15px);
  max-width: 682px;
}
.userbox.page {
  max-width: 350px;
  padding: 10px 30px 15px;
  margin: 9% auto;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.2);
}
.userbox.page h4 {
  margin-bottom: 20px;
}
.userbox.page #email,
.userbox.page #password {
  width: 95%;
  margin: 3px;
}
.userbox.page .links {
  text-align: center;
}
#userbox-toolbar .userbox .loged-dropdown-button {
  display: inline-block;
  cursor: pointer;
  padding: 13px 12px 12px;
}
#userbox-toolbar .userbox .loged-dropdown-button span {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
#userbox-toolbar .userbox .loged-dropdown-button .user-image {
  float: left;
  width: 38px;
  height: 38px;
  margin: 0;
  margin-right: 5px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
#userbox-toolbar .userbox .loged-dropdown-button h4 {
  font-size: 16px;
  font-weight: normal;
  max-width: 200px;
  line-height: 40px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 50px;
  margin-right: 30px;
  padding: 0;
}
@media (max-width: 767px) {
  #userbox-toolbar .userbox .loged-dropdown-button h4 {
    display: none;
  }
}
#userbox-toolbar .userbox .loged-content {
  display: none;
  position: absolute;
  z-index: 99;
  border: 1px solid rgba(0,0,0,0.2);
  border-top: none;
  background-color: #FFFFFF;
  width: 200px;
  margin-top: 1px;
  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);
  border-radius: 0 0 6px 6px;
  padding: 5px 0;
}
#userbox-toolbar .userbox .loged-content .name {
  display: none;
}
#userbox-toolbar .userbox .loged-content .edit-profile,
#userbox-toolbar .userbox .loged-content .tracking-agenda,
#userbox-toolbar .userbox .loged-content .logout {
  display: inline;
  margin: 0;
  padding: 0;
}
#userbox-toolbar .userbox .loged-content .edit-profile a.btn,
#userbox-toolbar .userbox .loged-content .tracking-agenda a.btn,
#userbox-toolbar .userbox .loged-content .logout a.btn {
  margin: 0;
  background: transparent;
  display: block;
  text-align: left;
  padding: 8px 15px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#userbox-toolbar .userbox .loged-content .edit-profile a.btn:hover,
#userbox-toolbar .userbox .loged-content .tracking-agenda a.btn:hover,
#userbox-toolbar .userbox .loged-content .logout a.btn:hover {
  background-color: #F5F6F7;
}
#userbox-toolbar .userbox .loged-content .edit-profile a.btn span,
#userbox-toolbar .userbox .loged-content .tracking-agenda a.btn span,
#userbox-toolbar .userbox .loged-content .logout a.btn span {
  display: none;
}
#unseen-toolbar .user-unseen {
  display: block;
  width: 50px;
  height: 45px;
  padding: 10px;
  position: relative;
}
#unseen-toolbar .user-unseen:before {
  content: "\2709";
  margin-top: 5px;
  position: absolute;
  font-size: 34px;
  line-height: 34px;
}
#unseen-toolbar .user-unseen span.number {
  display: none;
  margin: 5px 10px 0 0;
  border-radius: 50%;
  background-color: red;
  color: #FFF;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  position: absolute;
  right: 0;
}
#unseen-toolbar .user-unseen span.lbl {
  display: none;
}
#unseen-toolbar .user-unseen.has-messages span.number,
#unseen-toolbar .user-unseen.has-messages span.lbl {
  display: block;
}
#user_edit_web label.error,
#user_activate_service label.error,
.user_academic_record label.error {
  background-color: #b94a48;
  padding: 3px 6px;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 0.85em;
  line-height: 1.1em;
  margin-top: 6px;
  margin-left: 6px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
#user_edit_web .btn-preview,
#user_activate_service .btn-preview,
.user_academic_record .btn-preview {
  position: relative;
  float: right;
  z-index: 10;
}
#user_edit_web .control-group,
#user_activate_service .control-group,
.user_academic_record .control-group {
  margin-bottom: 10px;
}
#user_edit_web .label-image,
#user_activate_service .label-image,
.user_academic_record .label-image {
  margin-top: 36px;
}
#user_edit_web .user-image,
#user_activate_service .user-image,
.user_academic_record .user-image {
  float: left;
  width: 70px;
  height: 80px;
  background-position: 50% 50%;
  background-size: cover;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin: 0 0 10px;
}
#user_edit_web #btn-change-image,
#user_activate_service #btn-change-image,
.user_academic_record #btn-change-image {
  float: left;
  padding: 6px 12px;
  border-radius: 0;
  margin-left: -1px;
  margin-top: 37px;
}
#user_edit_web #btn-clear-image,
#user_activate_service #btn-clear-image,
.user_academic_record #btn-clear-image {
  float: left;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  margin-top: 37px;
}
#user_edit_web .div-new-email,
#user_activate_service .div-new-email,
.user_academic_record .div-new-email {
  display: none;
}
#user_edit_web fieldset p.description,
#user_activate_service fieldset p.description,
.user_academic_record fieldset p.description {
  margin: 0 10px 10px;
}
#user_edit_web #system_ident_type_person_chosen,
#user_edit_web #system_ident_type_organization_chosen,
#user_edit_web #system_road_type_chosen,
#user_edit_web #div_road_type,
#user_activate_service #system_ident_type_person_chosen,
#user_activate_service #system_ident_type_organization_chosen,
#user_activate_service #system_road_type_chosen,
#user_activate_service #div_road_type,
.user_academic_record #system_ident_type_person_chosen,
.user_academic_record #system_ident_type_organization_chosen,
.user_academic_record #system_road_type_chosen,
.user_academic_record #div_road_type {
  float: left;
}
#user_edit_web #system_ident_type_person_chosen,
#user_edit_web #system_ident_type_organization_chosen,
#user_activate_service #system_ident_type_person_chosen,
#user_activate_service #system_ident_type_organization_chosen,
.user_academic_record #system_ident_type_person_chosen,
.user_academic_record #system_ident_type_organization_chosen {
  margin-right: 20px;
}
#user_edit_web .help-inline,
#user_activate_service .help-inline,
.user_academic_record .help-inline {
  display: none;
}
#user_edit_web label.info,
#user_activate_service label.info,
.user_academic_record label.info {
  display: inline-block;
  padding-top: 5px;
}
#user_edit_web .control-label.full,
#user_activate_service .control-label.full,
.user_academic_record .control-label.full {
  white-space: initial;
  overflow: initial;
  line-height: 1.3em;
}
#user_edit_web #_lms_table ._process,
#user_activate_service #_lms_table ._process,
.user_academic_record #_lms_table ._process {
  cursor: pointer;
}
#user_edit_web #_lms_table ._process:hover,
#user_activate_service #_lms_table ._process:hover,
.user_academic_record #_lms_table ._process:hover {
  background-color: #F4F5F6;
}
#user_edit_web #_lms_table ._process.selected,
#user_activate_service #_lms_table ._process.selected,
.user_academic_record #_lms_table ._process.selected {
  background-color: #F4F5F6;
  font-weight: bold;
}
#user_edit_web #_lms_table ._phase,
#user_activate_service #_lms_table ._phase,
.user_academic_record #_lms_table ._phase {
  display: none;
  background-color: #F4F5F6;
}
#user_edit_web #_lms_table ._phase td:first-child,
#user_activate_service #_lms_table ._phase td:first-child,
.user_academic_record #_lms_table ._phase td:first-child {
  padding-left: 25px;
}
#user_edit_web #_lms_table th.time,
#user_edit_web #_lms_table th.score,
#user_edit_web #_lms_table th.status,
#user_edit_web #_lms_table th.competence,
#user_edit_web #_lms_table th.average,
#user_edit_web #_lms_table td.time,
#user_edit_web #_lms_table td.score,
#user_edit_web #_lms_table td.status,
#user_edit_web #_lms_table td.competence,
#user_edit_web #_lms_table td.average,
#user_activate_service #_lms_table th.time,
#user_activate_service #_lms_table th.score,
#user_activate_service #_lms_table th.status,
#user_activate_service #_lms_table th.competence,
#user_activate_service #_lms_table th.average,
#user_activate_service #_lms_table td.time,
#user_activate_service #_lms_table td.score,
#user_activate_service #_lms_table td.status,
#user_activate_service #_lms_table td.competence,
#user_activate_service #_lms_table td.average,
.user_academic_record #_lms_table th.time,
.user_academic_record #_lms_table th.score,
.user_academic_record #_lms_table th.status,
.user_academic_record #_lms_table th.competence,
.user_academic_record #_lms_table th.average,
.user_academic_record #_lms_table td.time,
.user_academic_record #_lms_table td.score,
.user_academic_record #_lms_table td.status,
.user_academic_record #_lms_table td.competence,
.user_academic_record #_lms_table td.average {
  text-align: center;
  width: 20%;
}
#user_edit_web #_lms_table th.dropdown-button,
#user_edit_web #_lms_table td.dropdown-button,
#user_activate_service #_lms_table th.dropdown-button,
#user_activate_service #_lms_table td.dropdown-button,
.user_academic_record #_lms_table th.dropdown-button,
.user_academic_record #_lms_table td.dropdown-button {
  width: 3%;
}
#user_edit_web #_lms_table th.dropdown-button b.caret,
#user_edit_web #_lms_table td.dropdown-button b.caret,
#user_activate_service #_lms_table th.dropdown-button b.caret,
#user_activate_service #_lms_table td.dropdown-button b.caret,
.user_academic_record #_lms_table th.dropdown-button b.caret,
.user_academic_record #_lms_table td.dropdown-button b.caret {
  vertical-align: middle;
  margin-bottom: 2px;
}
#user_edit_web .frame_radius,
#user_activate_service .frame_radius,
.user_academic_record .frame_radius {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 1em 0;
}
#user_edit_web .frame_radius legend,
#user_activate_service .frame_radius legend,
.user_academic_record .frame_radius legend {
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  border: none;
  width: auto;
  padding: 0 5px;
}
#user_edit_web .frame_radius legend + .control-group,
#user_activate_service .frame_radius legend + .control-group,
.user_academic_record .frame_radius legend + .control-group {
  margin-top: 10px;
}
#user_edit_web .frame_radius table.tree .loading,
#user_activate_service .frame_radius table.tree .loading,
.user_academic_record .frame_radius table.tree .loading {
  width: 18px;
  height: 18px;
  display: block;
  background: none;
  margin: 1px 0 1px 3px;
  float: none;
}
#user_edit_web #_classes_table th.done,
#user_edit_web #_classes_table th.average,
#user_edit_web #_classes_table th.hweek,
#user_edit_web #_classes_table th.noshow,
#user_edit_web #_classes_table td.done,
#user_edit_web #_classes_table td.average,
#user_edit_web #_classes_table td.hweek,
#user_edit_web #_classes_table td.noshow,
#user_activate_service #_classes_table th.done,
#user_activate_service #_classes_table th.average,
#user_activate_service #_classes_table th.hweek,
#user_activate_service #_classes_table th.noshow,
#user_activate_service #_classes_table td.done,
#user_activate_service #_classes_table td.average,
#user_activate_service #_classes_table td.hweek,
#user_activate_service #_classes_table td.noshow,
.user_academic_record #_classes_table th.done,
.user_academic_record #_classes_table th.average,
.user_academic_record #_classes_table th.hweek,
.user_academic_record #_classes_table th.noshow,
.user_academic_record #_classes_table td.done,
.user_academic_record #_classes_table td.average,
.user_academic_record #_classes_table td.hweek,
.user_academic_record #_classes_table td.noshow {
  text-align: center;
  width: 20%;
}
#user_edit_web .languages-levels-info,
#user_activate_service .languages-levels-info,
.user_academic_record .languages-levels-info {
  display: block;
  font-size: small;
  line-height: 1.5em;
  margin-top: 3px;
}
#user_edit_web #_person_languages,
#user_activate_service #_person_languages,
.user_academic_record #_person_languages {
  padding-right: 60px;
}
#user_edit_web #_person_languages table,
#user_activate_service #_person_languages table,
.user_academic_record #_person_languages table {
  display: block;
  width: 600px !important;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-bottom: 5px;
}
#user_edit_web #_person_languages tr.item,
#user_activate_service #_person_languages tr.item,
.user_academic_record #_person_languages tr.item {
  border: 1px solid #E3E3E3;
  background-color: #F9F9F9;
  width: 288px;
  border-radius: 3px;
  float: left;
  margin: 5px 0 0 6px;
  overflow: hidden;
}
#user_edit_web #_person_languages tr.item.selected,
#user_activate_service #_person_languages tr.item.selected,
.user_academic_record #_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;
}
#user_edit_web #_person_languages tr.item.selected .check_button,
#user_edit_web #_person_languages tr.item.selected .small_button_pressed,
#user_edit_web #_person_languages tr.item.selected .small_button_checked,
#user_activate_service #_person_languages tr.item.selected .check_button,
#user_activate_service #_person_languages tr.item.selected .small_button_pressed,
#user_activate_service #_person_languages tr.item.selected .small_button_checked,
.user_academic_record #_person_languages tr.item.selected .check_button,
.user_academic_record #_person_languages tr.item.selected .small_button_pressed,
.user_academic_record #_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;
}
#user_edit_web #_person_languages tr.item.selected .check_button:hover,
#user_edit_web #_person_languages tr.item.selected .small_button_pressed:hover,
#user_edit_web #_person_languages tr.item.selected .small_button_checked:hover,
#user_activate_service #_person_languages tr.item.selected .check_button:hover,
#user_activate_service #_person_languages tr.item.selected .small_button_pressed:hover,
#user_activate_service #_person_languages tr.item.selected .small_button_checked:hover,
.user_academic_record #_person_languages tr.item.selected .check_button:hover,
.user_academic_record #_person_languages tr.item.selected .small_button_pressed:hover,
.user_academic_record #_person_languages tr.item.selected .small_button_checked:hover {
  opacity: 1;
}
#user_edit_web #_person_languages tr.item td,
#user_activate_service #_person_languages tr.item td,
.user_academic_record #_person_languages tr.item td {
  padding: 2px 3px;
}
#user_edit_web #_person_languages tr.item td.level_td,
#user_activate_service #_person_languages tr.item td.level_td,
.user_academic_record #_person_languages tr.item td.level_td {
  font-size: 12px;
}
#user_edit_web #_person_languages tr.item td.level_td span,
#user_activate_service #_person_languages tr.item td.level_td span,
.user_academic_record #_person_languages tr.item td.level_td span {
  margin-right: 4px;
  margin-top: 2px;
  float: left;
}
#user_edit_web #_person_languages tr.item td .check_button,
#user_activate_service #_person_languages tr.item td .check_button,
.user_academic_record #_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;
}
#user_edit_web #_person_languages tr.item td:nth-child(2),
#user_activate_service #_person_languages tr.item td:nth-child(2),
.user_academic_record #_person_languages tr.item td:nth-child(2) {
  width: 155px !important;
}
#user_edit_web #_person_languages tr.item td .language-name,
#user_activate_service #_person_languages tr.item td .language-name,
.user_academic_record #_person_languages tr.item td .language-name {
  cursor: pointer;
}
#user_edit_web #_person_languages tr.item td .level,
#user_activate_service #_person_languages tr.item td .level,
.user_academic_record #_person_languages tr.item td .level {
  width: 56px;
  margin: 0;
  padding: 1px;
  height: 22px;
  font-size: 13px;
}
#user_edit_web #_media_sections legend .small_button,
#user_activate_service #_media_sections legend .small_button,
.user_academic_record #_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;
}
#user_edit_web #_media_sections .file_list .media_section,
#user_activate_service #_media_sections .file_list .media_section,
.user_academic_record #_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;
  display: inline-block;
  padding: 1px 3px;
  border-radius: 3px;
}
#user_edit_web #_media_sections .file_list .media_section a,
#user_activate_service #_media_sections .file_list .media_section a,
.user_academic_record #_media_sections .file_list .media_section a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 6px 0 2px;
}
#user_edit_web #_media_sections .file_list .media_section a:hover,
#user_activate_service #_media_sections .file_list .media_section a:hover,
.user_academic_record #_media_sections .file_list .media_section a:hover {
  text-decoration: none;
}
#user_edit_web #_media_sections .file_list .media_section .small_button,
#user_activate_service #_media_sections .file_list .media_section .small_button,
.user_academic_record #_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;
}
#user_edit_web #_media_sections .file_list .media_section .small_button:hover,
#user_activate_service #_media_sections .file_list .media_section .small_button:hover,
.user_academic_record #_media_sections .file_list .media_section .small_button:hover {
  opacity: 0.9;
}
#user_edit_web #_media_sections .file_list#_media_sections_cv .media_section,
#user_activate_service #_media_sections .file_list#_media_sections_cv .media_section,
.user_academic_record #_media_sections .file_list#_media_sections_cv .media_section {
  width: 87%;
  max-width: 590px;
  padding: 4px;
  margin: 0 6px 6px 0;
}
#user_edit_web #_media_sections .file_list#_media_sections_cv .media_section a,
#user_activate_service #_media_sections .file_list#_media_sections_cv .media_section a,
.user_academic_record #_media_sections .file_list#_media_sections_cv .media_section a {
  display: block;
  word-break: break-all;
}
#user_edit_web #_media_sections .file_list#_media_sections_gallery,
#user_activate_service #_media_sections .file_list#_media_sections_gallery,
.user_academic_record #_media_sections .file_list#_media_sections_gallery {
  width: 92%;
}
#user_edit_web #_media_sections .file_list#_media_sections_gallery .media_section,
#user_activate_service #_media_sections .file_list#_media_sections_gallery .media_section,
.user_academic_record #_media_sections .file_list#_media_sections_gallery .media_section {
  margin: 0 10px 10px 0;
}
#user_edit_web #_media_sections .file_list#_media_sections_gallery .media_section .image,
#user_activate_service #_media_sections .file_list#_media_sections_gallery .media_section .image,
.user_academic_record #_media_sections .file_list#_media_sections_gallery .media_section .image {
  width: 134px;
  height: 134px;
  margin: 2px 0;
  background-color: #F3F3F3;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#user_edit_web #_media_sections .file_list#_media_sections_gallery .media_section a,
#user_activate_service #_media_sections .file_list#_media_sections_gallery .media_section a,
.user_academic_record #_media_sections .file_list#_media_sections_gallery .media_section a {
  overflow: hidden;
  white-space: nowrap;
  width: 100px;
  display: block;
  text-overflow: ellipsis;
}
#user_edit_web #_candidate_profile_sections,
#user_activate_service #_candidate_profile_sections,
.user_academic_record #_candidate_profile_sections {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-right: 73px;
  margin-bottom: 10px;
}
#user_edit_web #_candidate_profile_sections > table,
#user_activate_service #_candidate_profile_sections > table,
.user_academic_record #_candidate_profile_sections > table {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  border-bottom: none;
}
#user_edit_web #_candidate_profile_sections tr.item,
#user_activate_service #_candidate_profile_sections tr.item,
.user_academic_record #_candidate_profile_sections tr.item {
  border-bottom: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  margin-bottom: -1px;
  cursor: pointer;
}
#user_edit_web #_candidate_profile_sections tr.item[data-slug="subcommunity"],
#user_activate_service #_candidate_profile_sections tr.item[data-slug="subcommunity"],
.user_academic_record #_candidate_profile_sections tr.item[data-slug="subcommunity"] {
  display: none;
}
#user_edit_web #_candidate_profile_sections tr.item[data-slug="common"] div.enum,
#user_edit_web #_candidate_profile_sections tr.item[data-slug="common"] div.active,
#user_activate_service #_candidate_profile_sections tr.item[data-slug="common"] div.enum,
#user_activate_service #_candidate_profile_sections tr.item[data-slug="common"] div.active,
.user_academic_record #_candidate_profile_sections tr.item[data-slug="common"] div.enum,
.user_academic_record #_candidate_profile_sections tr.item[data-slug="common"] div.active {
  display: none;
}
#user_edit_web #_candidate_profile_sections tr.item:hover,
#user_activate_service #_candidate_profile_sections tr.item:hover,
.user_academic_record #_candidate_profile_sections tr.item:hover {
  background-color: #EFEFEF;
}
#user_edit_web #_candidate_profile_sections tr.item td,
#user_activate_service #_candidate_profile_sections tr.item td,
.user_academic_record #_candidate_profile_sections tr.item td {
  padding: 2px;
}
#user_edit_web #_candidate_profile_sections tr.item td.cell:last-child,
#user_activate_service #_candidate_profile_sections tr.item td.cell:last-child,
.user_academic_record #_candidate_profile_sections tr.item td.cell:last-child {
  display: none;
}
#user_edit_web #_candidate_profile_sections tr.item td a,
#user_activate_service #_candidate_profile_sections tr.item td a,
.user_academic_record #_candidate_profile_sections tr.item td a {
  color: #333333;
  text-decoration: none;
}
#user_edit_web #_candidate_profile_sections tr.item td div.enum,
#user_edit_web #_candidate_profile_sections tr.item td div.active,
#user_activate_service #_candidate_profile_sections tr.item td div.enum,
#user_activate_service #_candidate_profile_sections tr.item td div.active,
.user_academic_record #_candidate_profile_sections tr.item td div.enum,
.user_academic_record #_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);
}
#user_edit_web #_candidate_profile_sections tr.item td div.enum:hover,
#user_edit_web #_candidate_profile_sections tr.item td div.active:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.enum:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.active:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.enum:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.active:hover {
  background-color: #e6e6e6;
}
#user_edit_web #_candidate_profile_sections tr.item td div.enum.active,
#user_edit_web #_candidate_profile_sections tr.item td div.enum.small_button_pressed,
#user_edit_web #_candidate_profile_sections tr.item td div.enum.small_button_checked,
#user_edit_web #_candidate_profile_sections tr.item td div.active.active,
#user_edit_web #_candidate_profile_sections tr.item td div.active.small_button_pressed,
#user_edit_web #_candidate_profile_sections tr.item td div.active.small_button_checked,
#user_activate_service #_candidate_profile_sections tr.item td div.enum.active,
#user_activate_service #_candidate_profile_sections tr.item td div.enum.small_button_pressed,
#user_activate_service #_candidate_profile_sections tr.item td div.enum.small_button_checked,
#user_activate_service #_candidate_profile_sections tr.item td div.active.active,
#user_activate_service #_candidate_profile_sections tr.item td div.active.small_button_pressed,
#user_activate_service #_candidate_profile_sections tr.item td div.active.small_button_checked,
.user_academic_record #_candidate_profile_sections tr.item td div.enum.active,
.user_academic_record #_candidate_profile_sections tr.item td div.enum.small_button_pressed,
.user_academic_record #_candidate_profile_sections tr.item td div.enum.small_button_checked,
.user_academic_record #_candidate_profile_sections tr.item td div.active.active,
.user_academic_record #_candidate_profile_sections tr.item td div.active.small_button_pressed,
.user_academic_record #_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;
}
#user_edit_web #_candidate_profile_sections tr.item td div.enum.active:hover,
#user_edit_web #_candidate_profile_sections tr.item td div.enum.small_button_pressed:hover,
#user_edit_web #_candidate_profile_sections tr.item td div.enum.small_button_checked:hover,
#user_edit_web #_candidate_profile_sections tr.item td div.active.active:hover,
#user_edit_web #_candidate_profile_sections tr.item td div.active.small_button_pressed:hover,
#user_edit_web #_candidate_profile_sections tr.item td div.active.small_button_checked:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.enum.active:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.enum.small_button_pressed:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.enum.small_button_checked:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.active.active:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.active.small_button_pressed:hover,
#user_activate_service #_candidate_profile_sections tr.item td div.active.small_button_checked:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.enum.active:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.enum.small_button_pressed:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.enum.small_button_checked:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.active.active:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.active.small_button_pressed:hover,
.user_academic_record #_candidate_profile_sections tr.item td div.active.small_button_checked:hover {
  opacity: 1;
}
#user_edit_web #_candidate_profile_sections tr.item td .small_button_disabled,
#user_activate_service #_candidate_profile_sections tr.item td .small_button_disabled,
.user_academic_record #_candidate_profile_sections tr.item td .small_button_disabled {
  width: 22px !important;
  height: 22px;
  margin: 0 !important;
  opacity: 0.01;
  cursor: default;
}
#user_edit_web #_candidate_profile_sections tr.item td select,
#user_activate_service #_candidate_profile_sections tr.item td select,
.user_academic_record #_candidate_profile_sections tr.item td select {
  width: 150px;
  margin: 0;
  padding: 1px;
  height: 22px;
  font-size: 13px;
}
#user_edit_web #_candidate_profile_sections tr.item td table.inner,
#user_activate_service #_candidate_profile_sections tr.item td table.inner,
.user_academic_record #_candidate_profile_sections tr.item td table.inner {
  margin-left: -40px;
}
#user_edit_web #_candidate_profile_sections tr.item td table.inner div.minus,
#user_edit_web #_candidate_profile_sections tr.item td table.inner div.plus,
#user_activate_service #_candidate_profile_sections tr.item td table.inner div.minus,
#user_activate_service #_candidate_profile_sections tr.item td table.inner div.plus,
.user_academic_record #_candidate_profile_sections tr.item td table.inner div.minus,
.user_academic_record #_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;
}
#user_edit_web #_candidate_profile_sections tr.item td table.inner div.minus:before,
#user_activate_service #_candidate_profile_sections tr.item td table.inner div.minus:before,
.user_academic_record #_candidate_profile_sections tr.item td table.inner div.minus:before {
  content: "-";
}
#user_edit_web #_candidate_profile_sections tr.item td table.inner div.plus,
#user_activate_service #_candidate_profile_sections tr.item td table.inner div.plus,
.user_academic_record #_candidate_profile_sections tr.item td table.inner div.plus {
  background-color: #F1F2F3;
  color: #555555;
}
#user_edit_web #_candidate_profile_sections tr.item td table.inner div.plus:before,
#user_activate_service #_candidate_profile_sections tr.item td table.inner div.plus:before,
.user_academic_record #_candidate_profile_sections tr.item td table.inner div.plus:before {
  content: "+";
}
#user_edit_web #experiences_wrapper .loading,
#user_edit_web #educations_wrapper .loading,
#user_activate_service #experiences_wrapper .loading,
#user_activate_service #educations_wrapper .loading,
.user_academic_record #experiences_wrapper .loading,
.user_academic_record #educations_wrapper .loading {
  display: block;
  float: none;
  position: absolute;
}
#user_edit_web #experiences_wrapper #experiences_iframe,
#user_edit_web #experiences_wrapper #educations_iframe,
#user_edit_web #educations_wrapper #experiences_iframe,
#user_edit_web #educations_wrapper #educations_iframe,
#user_activate_service #experiences_wrapper #experiences_iframe,
#user_activate_service #experiences_wrapper #educations_iframe,
#user_activate_service #educations_wrapper #experiences_iframe,
#user_activate_service #educations_wrapper #educations_iframe,
.user_academic_record #experiences_wrapper #experiences_iframe,
.user_academic_record #experiences_wrapper #educations_iframe,
.user_academic_record #educations_wrapper #experiences_iframe,
.user_academic_record #educations_wrapper #educations_iframe {
  height: 380px;
}
#user_edit_web table.courses-record th,
#user_activate_service table.courses-record th,
.user_academic_record table.courses-record th {
  white-space: nowrap;
  font-size: 90%;
}
#user_edit_web table.courses-record th,
#user_edit_web table.courses-record td,
#user_activate_service table.courses-record th,
#user_activate_service table.courses-record td,
.user_academic_record table.courses-record th,
.user_academic_record table.courses-record td {
  min-width: 50px;
  text-align: left;
  padding: 8px 7px;
}
#user_edit_web table.courses-record th.total-hours,
#user_edit_web table.courses-record th.presential-hours,
#user_edit_web table.courses-record th.online-hours,
#user_edit_web table.courses-record th.assigned-hours,
#user_edit_web table.courses-record td.total-hours,
#user_edit_web table.courses-record td.presential-hours,
#user_edit_web table.courses-record td.online-hours,
#user_edit_web table.courses-record td.assigned-hours,
#user_activate_service table.courses-record th.total-hours,
#user_activate_service table.courses-record th.presential-hours,
#user_activate_service table.courses-record th.online-hours,
#user_activate_service table.courses-record th.assigned-hours,
#user_activate_service table.courses-record td.total-hours,
#user_activate_service table.courses-record td.presential-hours,
#user_activate_service table.courses-record td.online-hours,
#user_activate_service table.courses-record td.assigned-hours,
.user_academic_record table.courses-record th.total-hours,
.user_academic_record table.courses-record th.presential-hours,
.user_academic_record table.courses-record th.online-hours,
.user_academic_record table.courses-record th.assigned-hours,
.user_academic_record table.courses-record td.total-hours,
.user_academic_record table.courses-record td.presential-hours,
.user_academic_record table.courses-record td.online-hours,
.user_academic_record table.courses-record td.assigned-hours {
  text-align: center;
}
#user_edit_web table.courses-record td,
#user_activate_service table.courses-record td,
.user_academic_record table.courses-record td {
  font-size: 95%;
}
#user_edit_web table.courses-record td.call,
#user_activate_service table.courses-record td.call,
.user_academic_record table.courses-record td.call {
  white-space: nowrap;
}
#user_edit_web .tab-pane,
#user_activate_service .tab-pane,
.user_academic_record .tab-pane {
  min-height: 400px;
}
#user_register .explanation {
  margin-bottom: 20px;
}
#user_register .control-group {
  margin-bottom: 14px;
}
#user_register .control-group .controls-row label.info {
  display: inline-block;
  margin-top: 2px;
}
#user_register .control-group .controls-row #system_ident_type_person_chosen {
  float: left;
}
#user_register .control-group .controls-row #system_ident_type_person_chosen {
  margin-right: 20px;
}
#user_register .control-group .controls-row #_loading_ident,
#user_register .control-group .controls-row #_loading_email {
  float: left;
  width: 40px;
  height: 40px;
  background-size: 40px;
  margin-left: 10px;
}
#user_register label.error,
#user_register label.custom_error {
  float: right;
  margin: 5px 6px 0 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  overflow: hidden;
  display: none;
}
#user_register label.error:before,
#user_register 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: #b94a48;
  border-radius: 7px;
  text-indent: 0px;
}
#user_register .required_field {
  float: right;
}
#user_register .required_field:after {
  font-size: 20px;
  font-weight: bold;
  color: #3a87ad;
  margin-left: 2px;
  content: "*";
}
#user_register .required_fields_explanation {
  float: right;
  color: #3a87ad;
}
#user_register .required_fields_explanation .required_field {
  float: none;
}
#user_activate_service div.explanation-already-done {
  display: none;
  margin: 0 0 020px 0;
  font-weight: bold;
}
#user_activate_service .service {
  margin: 30px 0 30px;
}
#user_activate_service .service .service-group {
  clear: both;
}
#user_activate_service .service .service-label {
  float: left;
  line-height: 28px;
  width: 160px;
  height: 28px;
  text-align: right;
}
#user_activate_service .service .service-value {
  line-height: 28px;
  font-weight: bold;
  margin-left: 180px;
}
#user_activate_service .service .service-value h5 {
  margin: 0;
  line-height: 28px;
}
#user_activate_service input[type="text"],
#user_activate_service input[type="password"],
#user_activate_service select,
#user_activate_service .chosen-container {
  margin-bottom: 10px;
}
#user_activate_service #name,
#user_activate_service #surname1,
#user_activate_service #surname2 {
  text-transform: capitalize;
}
#user_activate_service label.error,
#user_activate_service label.custom_error {
  float: right;
  margin: 5px 6px 0 0;
  padding: 1px;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  overflow: hidden;
  display: none;
}
#user_activate_service label.error:before,
#user_activate_service 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: #b94a48;
  border-radius: 7px;
  text-indent: 0px;
}
#user_activate_service .required_field {
  float: right;
}
#user_activate_service .required_field:after {
  font-size: 20px;
  font-weight: bold;
  color: #3a87ad;
  margin-left: 2px;
  content: "*";
}
#user_activate_service .required_fields_explanation {
  float: right;
  color: #3a87ad;
}
#user_activate_service .required_fields_explanation .required_field {
  float: none;
}
#user_activate_service .div-user-password {
  display: none;
}
#user_activate_service .div-user-login {
  display: none;
  padding: 15px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
#user_activate_service .div-user-login .controls {
  margin-left: 165px;
}
#user_activate_service .div-user-login .text {
  margin-left: 0;
  margin-bottom: 10px;
}
#user_activate_service .div-user-data {
  display: none;
}
#user_activate_service .div-person-user-login {
  display: none;
  padding: 15px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
#user_activate_service .div-person-user-login .control {
  margin-left: 165px;
}
#user_activate_service .div-person-user-login .text {
  margin-left: 0;
  margin-bottom: 10px;
}
#user_activate_service #ident_type_chosen {
  float: left;
  margin-right: 20px;
}
.user-academic-record .btn-download {
  float: right;
  margin-bottom: 6px;
}
.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 td.achievement-ok {
  background-position: top 7px center;
  background-size: 20px;
}
.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 {
  display: inline-block;
  padding: 5px 6px;
  border-radius: 5px;
  background-color: #b94a48;
  line-height: 16px;
  cursor: pointer;
}
.user-academic-record .table th.diploma a.diploma.diploma-available,
.user-academic-record .table th.diploma a.diploma.diploma-downloaded,
.user-academic-record .table td.diploma a.diploma.diploma-available,
.user-academic-record .table td.diploma a.diploma.diploma-downloaded {
  background-color: #468847;
}
.user-academic-record .table th.diploma a.diploma .icon-black,
.user-academic-record .table td.diploma a.diploma .icon-black {
  display: none;
}
.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;
}
.user-academic-record .table tr.phase .phase .icon-black {
  margin-left: 14px;
  margin-right: 7px;
}
.user-academic-record .table tr.phase .phase .icon-white {
  display: none;
}
@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;
  }
}
.popup-web-user-edit_web label.error,
.popup-web-user-reset_password label.error {
  background-color: #b94a48;
  color: #FFFFFF;
  font-size: 0.85em;
  padding: 8px 6px;
  border-radius: 2px;
  line-height: 1.1em;
  font-weight: bold;
  display: none;
  text-align: center;
  margin: 0 5%;
}
.popup-web-user-edit_web span.error-message,
.popup-web-user-reset_password span.error-message {
  background-color: #b94a48;
  color: #FFFFFF;
  font-size: 0.85em;
  padding: 8px 6px;
  border-radius: 2px;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 20px 20%;
  display: block;
}
.already-enrolled {
  border: 1px solid #C4C4C4;
  background-color: #FFFFFF;
  padding: 3px 12px 4px;
  border-radius: 3px;
  font-weight: bold;
}
#order_form #availability_list,
#enrollment_form #availability_list {
  min-height: 67px;
}
#order_form .availability_item .details .tit,
#order_form .availability_item .details .txt,
#order_form .availability_item .details .no_places_available_and_requires_authorization,
#order_form .availability_item .details .no_places_available,
#order_form .availability_item .details .requires_authorization,
#enrollment_form .availability_item .details .tit,
#enrollment_form .availability_item .details .txt,
#enrollment_form .availability_item .details .no_places_available_and_requires_authorization,
#enrollment_form .availability_item .details .no_places_available,
#enrollment_form .availability_item .details .requires_authorization {
  margin-left: 42px;
}
#order_form .availability_item .no_places_available_and_requires_authorization,
#order_form .availability_item .no_places_available,
#order_form .availability_item .requires_authorization,
#order_form .timeline .no_places_available_and_requires_authorization,
#order_form .timeline .no_places_available,
#order_form .timeline .requires_authorization,
#enrollment_form .availability_item .no_places_available_and_requires_authorization,
#enrollment_form .availability_item .no_places_available,
#enrollment_form .availability_item .requires_authorization,
#enrollment_form .timeline .no_places_available_and_requires_authorization,
#enrollment_form .timeline .no_places_available,
#enrollment_form .timeline .requires_authorization {
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: italic;
  color: #B30737;
}
#order_form #order-steps-contents,
#enrollment_form #order-steps-contents {
  overflow: visible;
}
#order_form #order-steps-contents #order-step-4,
#enrollment_form #order-steps-contents #order-step-4 {
  min-height: 320px;
}
#order_form #order-steps-contents #order-step-0 label.error,
#order_form #order-steps-contents #order-step-5 label.error,
#enrollment_form #order-steps-contents #order-step-0 label.error,
#enrollment_form #order-steps-contents #order-step-5 label.error {
  display: inline;
}
#order_form #order-steps-contents .chosen-container,
#enrollment_form #order-steps-contents .chosen-container {
  margin-bottom: 10px;
}
#order_form #order-steps-contents #billing_address_type_chosen,
#enrollment_form #order-steps-contents #billing_address_type_chosen {
  width: 108px !important;
}
#order_form #order-steps-contents #billing_country_chosen,
#order_form #order-steps-contents #shipping_country_chosen,
#order_form #order-steps-contents #contact_id_language_chosen,
#enrollment_form #order-steps-contents #billing_country_chosen,
#enrollment_form #order-steps-contents #shipping_country_chosen,
#enrollment_form #order-steps-contents #contact_id_language_chosen {
  width: 164px !important;
}
#order_form #order-steps-contents #billing_province_spain_chosen,
#order_form #order-steps-contents #billing_town_spain_chosen,
#enrollment_form #order-steps-contents #billing_province_spain_chosen,
#enrollment_form #order-steps-contents #billing_town_spain_chosen {
  width: 277px !important;
}
#order_form #order-steps-contents table.inscription-types,
#enrollment_form #order-steps-contents table.inscription-types {
  margin: 9px 0 0 12px;
}
#order_form #order-steps-contents table.inscription-types td,
#enrollment_form #order-steps-contents table.inscription-types td {
  padding: 6px 6px 12px;
  vertical-align: top;
  font-size: 14px !important;
  line-height: 18px !important;
}
#order_form #order-steps-contents table.inscription-types td input,
#enrollment_form #order-steps-contents table.inscription-types td input {
  margin: 0 6px 0 12px;
}
#order_form #order-steps-contents table.inscription-types td label,
#enrollment_form #order-steps-contents table.inscription-types td label {
  line-height: 1.4em;
  cursor: pointer;
}
#order_form #order-steps-contents table.budget tr.item.header,
#enrollment_form #order-steps-contents table.budget tr.item.header {
  display: none;
}
#order_form #order-steps-contents .conditions_txt,
#enrollment_form #order-steps-contents .conditions_txt {
  font-size: 90%;
  border: 1px solid #CCCCCC;
  background-color: #F7F8F9;
  margin-bottom: 10px;
  padding: 4px 8px;
  max-height: 205px;
  overflow-y: auto;
}
#order_form .enrollment div.commodity,
#order_form .enrollment div.timeline,
#enrollment_form .enrollment div.commodity,
#enrollment_form .enrollment div.timeline {
  margin-left: 36px !important;
  margin-right: 36px !important;
}
#order_form .enrollment #order-steps-tabs,
#enrollment_form .enrollment #order-steps-tabs {
  display: none;
}
#order_form .enrollment .order-step-description,
#enrollment_form .enrollment .order-step-description {
  margin-top: 10px !important;
}
.commodity.banner .data .datum {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-list-calendar .fc-event {
  cursor: pointer;
}
.event-list-calendar .fc-event:hover {
  opacity: 0.8;
}
.event-list-calendar .fc-event .fc-event-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event-list-calendar .fc-event .fc-event-time {
  display: none;
}
.event-view-popup .event-date {
  font-weight: bold;
  margin-bottom: 12px;
}
.register-login .well {
  background-color: transparent;
  padding-top: 14px;
}
.register-login .well legend {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}
.register-login .well .control-group {
  margin-bottom: 12px;
  padding-left: 2px;
  padding-right: 2px;
}
.register-login .well .control-group .control-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.register-login .well .control-group .control-label.full {
  white-space: initial;
  overflow: initial;
  line-height: 1.3em;
}
.register-login .well .control-group .controls-row {
  margin-top: 3px;
  margin-bottom: 3px;
}
.register-login .well .control-group .controls-row label.info {
  display: inline-block;
  margin-top: 2px;
}
.register-login .well .form-horizontal .control-label {
  width: 130px;
}
.register-login .well .form-horizontal .controls {
  margin-left: 150px;
}
.register-login .well #system_ident_type_person_chosen,
.register-login .well #system_road_type_chosen {
  float: left;
  margin-right: 2.76%;
}
.register-login .well label.error,
.register-login .well label.custom_error {
  float: right;
  margin: 5px 6px 0 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  overflow: hidden;
  display: none;
}
.register-login .well label.error:before,
.register-login .well 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: #b94a48;
  border-radius: 7px;
  text-indent: 0px;
}
.register-login .well .required_field {
  float: right;
}
.register-login .well .required_field:after {
  font-size: 20px;
  font-weight: bold;
  color: #3a87ad;
  margin-left: 2px;
  content: "*";
}
.register-login .well .required_fields_explanation {
  float: right;
  color: #3a87ad;
}
.register-login .well .required_fields_explanation .required_field {
  float: none;
}
.register-login .well fieldset.well {
  padding-left: 0;
  padding-right: 0;
}
.register-login .well fieldset.well legend {
  margin-bottom: 0;
  border: none;
  padding: 0 4px;
  background: white;
  width: auto;
  font-size: 14px;
}
.register-login .well fieldset.well .control-group {
  margin-top: 0;
}
.portlet-error {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.portlet-error h5 {
  margin-top: 0;
  color: #B94A48;
}
.portlet-error p {
  font-size: 85%;
  font-style: italic;
  opacity: 0.6;
}
.ui-datepicker .noentry {
  opacity: 0.7;
}
.ui-datepicker .noentry span {
  cursor: help;
}
.ui-datepicker .nodeparture,
.ui-datepicker .nomin,
.ui-datepicker .nomax {
  opacity: 1;
}
.ui-datepicker .nodeparture span,
.ui-datepicker .nomin span,
.ui-datepicker .nomax span {
  cursor: help;
  color: #BBBBBB;
  position: relative;
}
.ui-datepicker .nodeparture span:before,
.ui-datepicker .nomin span:before,
.ui-datepicker .nomax span:before {
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 12px;
  line-height: 12px;
  content: "\26D4";
  color: #b94a48;
  opacity: 0.85;
}
.ui-datepicker .current-period {
  opacity: 1;
}
.ui-datepicker .current-period a,
.ui-datepicker .current-period span {
  color: green;
  border-color: green;
}
.ui-datepicker .current-period a:before,
.ui-datepicker .current-period span:before {
  opacity: 0.3;
}
.ui-datepicker .current-period.entry-day a,
.ui-datepicker .current-period.entry-day span,
.ui-datepicker .current-period.departure-day a,
.ui-datepicker .current-period.departure-day span {
  position: relative;
}
.ui-datepicker .current-period.entry-day a:before,
.ui-datepicker .current-period.entry-day span:before,
.ui-datepicker .current-period.departure-day a:before,
.ui-datepicker .current-period.departure-day span:before {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  color: green;
  left: 1px;
  margin-top: 0px;
  opacity: 1;
}
.ui-datepicker .current-period.entry-day a:before,
.ui-datepicker .current-period.entry-day span:before {
  content: "\279C";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ui-datepicker .current-period.departure-day a:before,
.ui-datepicker .current-period.departure-day span:before {
  content: "\279C";
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ui-datepicker .ui-state-active {
  font-weight: bold;
}
table.stylized_table_1 {
  width: 99%;
}
table.stylized_table_1 td {
  padding: 5px 1px;
  border-bottom: 1px solid #DDDDDD;
}
table.stylized_table_1 tr:first-child td {
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
a.stylized_link_1 {
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background-color: #DDDDDD;
}
.record-list .loading {
  display: block;
  margin: 0;
}
.record-list .record-list-son {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 3px;
  cursor: pointer;
}
.record-list .record-list-son:hover {
  background-color: #F7F8F9;
}
.record-list .record-list-son[data-editable="0"]:hover {
  background-color: transparent;
  cursor: default;
}
.record-list .record-list-son .btn.delete-button {
  float: right;
}
.record-list .record-list-son div.date_ini,
.record-list .record-list-son div.date_end,
.record-list .record-list-son div.name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record-list .record-list-son div.date_ini.date_ini,
.record-list .record-list-son div.date_end.date_ini,
.record-list .record-list-son div.name.date_ini {
  width: 65px;
}
.record-list .record-list-son div.date_ini.date_ini:after,
.record-list .record-list-son div.date_end.date_ini:after,
.record-list .record-list-son div.name.date_ini:after {
  content: "-";
  padding: 0 0 0 5px;
}
.record-list .record-list-son div.date_ini.date_end,
.record-list .record-list-son div.date_end.date_end,
.record-list .record-list-son div.name.date_end {
  width: 75px;
}
.record-list .record-list-son div.date_ini.name,
.record-list .record-list-son div.date_end.name,
.record-list .record-list-son div.name.name {
  padding-left: 10px;
  max-width: calc(100% - 260px);
}
.record-list .record-list-son .gallery-wrapper .image-logo {
  width: 110px;
  height: 60px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.record-list .record-list-son .gallery-wrapper .gallery-title {
  padding: 2px 0;
  margin: 10px 0 0px 158px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 90%;
  line-height: 1.2em;
  font-weight: bold;
  display: none;
}
.record-list .record-list-son .gallery-wrapper .gallery {
  display: inline-block;
  padding: 6px 0;
  margin: 0px 0 0 158px;
  min-height: 75px;
  display: none;
}
.record-list #person-experience-add,
.record-list #person-education-add {
  margin: 10px 0;
}
.record-list.career-education,
.record-list.career-teaching,
.record-list.career-innovation {
  padding: 4px 8px;
}
.record-list.career-education .record-list-son,
.record-list.career-teaching .record-list-son,
.record-list.career-innovation .record-list-son {
  position: relative;
}
.record-list.career-education .record-list-son div.date_ini,
.record-list.career-education .record-list-son div.date_end,
.record-list.career-education .record-list-son div.name,
.record-list.career-education .record-list-son div.score,
.record-list.career-education .record-list-son div.state,
.record-list.career-education .record-list-son div.reason,
.record-list.career-teaching .record-list-son div.date_ini,
.record-list.career-teaching .record-list-son div.date_end,
.record-list.career-teaching .record-list-son div.name,
.record-list.career-teaching .record-list-son div.score,
.record-list.career-teaching .record-list-son div.state,
.record-list.career-teaching .record-list-son div.reason,
.record-list.career-innovation .record-list-son div.date_ini,
.record-list.career-innovation .record-list-son div.date_end,
.record-list.career-innovation .record-list-son div.name,
.record-list.career-innovation .record-list-son div.score,
.record-list.career-innovation .record-list-son div.state,
.record-list.career-innovation .record-list-son div.reason {
  vertical-align: top;
  line-height: 26px;
}
.record-list.career-education .record-list-son div.score,
.record-list.career-education .record-list-son div.state,
.record-list.career-education .record-list-son div.reason,
.record-list.career-teaching .record-list-son div.score,
.record-list.career-teaching .record-list-son div.state,
.record-list.career-teaching .record-list-son div.reason,
.record-list.career-innovation .record-list-son div.score,
.record-list.career-innovation .record-list-son div.state,
.record-list.career-innovation .record-list-son div.reason {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80px;
}
.record-list.career-education .record-list-son div.state,
.record-list.career-teaching .record-list-son div.state,
.record-list.career-innovation .record-list-son div.state {
  width: 0px;
}
.record-list.career-education .record-list-son div.state:before,
.record-list.career-teaching .record-list-son div.state:before,
.record-list.career-innovation .record-list-son div.state:before {
  position: absolute;
  content: "\25B6";
  color: #FFFFFF;
  background-color: #C7C7C7;
  left: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  font-size: 11px;
  margin-top: 4px;
}
.record-list.career-education .record-list-son div.state.system_career_section_record_section_state_accepted:before,
.record-list.career-teaching .record-list-son div.state.system_career_section_record_section_state_accepted:before,
.record-list.career-innovation .record-list-son div.state.system_career_section_record_section_state_accepted:before {
  background-color: #468847;
}
.record-list.career-education .record-list-son div.state.system_career_section_record_section_state_denied:before,
.record-list.career-teaching .record-list-son div.state.system_career_section_record_section_state_denied:before,
.record-list.career-innovation .record-list-son div.state.system_career_section_record_section_state_denied:before {
  background-color: #b94a48;
}
.record-list.career-education .record-list-son div.state.system_career_section_record_section_state_pending_user:before,
.record-list.career-teaching .record-list-son div.state.system_career_section_record_section_state_pending_user:before,
.record-list.career-innovation .record-list-son div.state.system_career_section_record_section_state_pending_user:before {
  background-color: #c09853;
}
.record-list.career-education .record-list-son div.reason,
.record-list.career-teaching .record-list-son div.reason,
.record-list.career-innovation .record-list-son div.reason {
  width: 210px;
  font-style: italic;
}
.record-list.career-education .record-list-son div.reason.small,
.record-list.career-teaching .record-list-son div.reason.small,
.record-list.career-innovation .record-list-son div.reason.small {
  width: 130px;
}
.record-list.career-education .record-list-son div.name,
.record-list.career-teaching .record-list-son div.name,
.record-list.career-innovation .record-list-son div.name {
  width: calc(100% - 360px);
  padding-left: 4px;
}
.record-list.career-education .record-list-son .gallery-wrapper,
.record-list.career-teaching .record-list-son .gallery-wrapper,
.record-list.career-innovation .record-list-son .gallery-wrapper {
  display: none;
}
.record-list.career-education .record-sections-wrapper,
.record-list.career-teaching .record-sections-wrapper,
.record-list.career-innovation .record-sections-wrapper {
  margin-bottom: 10px;
  margin-right: 170px;
  border-bottom: 1px solid #EEEEEE;
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
.record-list.career-education .record-sections-wrapper.level-2,
.record-list.career-teaching .record-sections-wrapper.level-2,
.record-list.career-innovation .record-sections-wrapper.level-2 {
  margin-left: 22px;
}
.record-list.career-education .record-sections-wrapper.level-3,
.record-list.career-teaching .record-sections-wrapper.level-3,
.record-list.career-innovation .record-sections-wrapper.level-3 {
  margin-left: 44px;
}
.record-list.career-education .record-sections-wrapper.level-4,
.record-list.career-teaching .record-sections-wrapper.level-4,
.record-list.career-innovation .record-sections-wrapper.level-4 {
  margin-left: 66px;
}
.record-list.career-education .record-sections-wrapper.level-5,
.record-list.career-teaching .record-sections-wrapper.level-5,
.record-list.career-innovation .record-sections-wrapper.level-5 {
  margin-left: 88px;
}
.record-list.career-education .record-sections-wrapper.level-6,
.record-list.career-teaching .record-sections-wrapper.level-6,
.record-list.career-innovation .record-sections-wrapper.level-6 {
  margin-left: 110px;
}
.record-list.career-education .record-sections-wrapper.level-7,
.record-list.career-teaching .record-sections-wrapper.level-7,
.record-list.career-innovation .record-sections-wrapper.level-7 {
  margin-left: 132px;
}
.record-list.career-education .record-sections-wrapper.level-8,
.record-list.career-teaching .record-sections-wrapper.level-8,
.record-list.career-innovation .record-sections-wrapper.level-8 {
  margin-left: 154px;
}
.record-list.career-education .record-sections-wrapper.level-9,
.record-list.career-teaching .record-sections-wrapper.level-9,
.record-list.career-innovation .record-sections-wrapper.level-9 {
  margin-left: 176px;
}
.record-list.career-education .record-sections-wrapper.level-10,
.record-list.career-teaching .record-sections-wrapper.level-10,
.record-list.career-innovation .record-sections-wrapper.level-10 {
  margin-left: 198px;
}
.record-list.career-education .record-sections-wrapper .record-list-son,
.record-list.career-teaching .record-sections-wrapper .record-list-son,
.record-list.career-innovation .record-sections-wrapper .record-list-son {
  border-top: 1px solid #EEEEEE;
  border-bottom: none;
  padding: 5px 8px 5px 35px;
  font-size: 97%;
}
.record-list.career-education .record-sections-wrapper .record-list-son .delete-button,
.record-list.career-teaching .record-sections-wrapper .record-list-son .delete-button,
.record-list.career-innovation .record-sections-wrapper .record-list-son .delete-button {
  padding: 1px 4px;
  margin-top: 2px;
}
.record-list.career-education .record-helper,
.record-list.career-teaching .record-helper,
.record-list.career-innovation .record-helper {
  display: block;
  padding: 6px 3px;
}
.record-list.career-education .record-helper:before,
.record-list.career-teaching .record-helper:before,
.record-list.career-innovation .record-helper:before {
  content: "\231E";
  position: absolute;
  margin: -4px 0 0 -10px;
}
.record-list.career-education .record-helper a,
.record-list.career-teaching .record-helper a,
.record-list.career-innovation .record-helper a {
  float: right;
  color: #444444;
  font-weight: normal;
  text-transform: none;
  margin-right: 2px;
}
.record-list.career-education .record-helper a:before,
.record-list.career-teaching .record-helper a:before,
.record-list.career-innovation .record-helper a:before {
  content: "+";
  background-color: #444444;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 3px;
  margin: 0 0 0 -23px;
  position: absolute;
  line-height: 18px;
}
.record-list.career-education .record-helper a:hover,
.record-list.career-teaching .record-helper a:hover,
.record-list.career-innovation .record-helper a:hover {
  color: #111111;
}
.record-list.career-education .record-helper a:hover:before,
.record-list.career-teaching .record-helper a:hover:before,
.record-list.career-innovation .record-helper a:hover:before {
  background-color: #111111;
}
.record-list.career-education .record-helper.level-1,
.record-list.career-teaching .record-helper.level-1,
.record-list.career-innovation .record-helper.level-1 {
  font-weight: bold;
  text-transform: uppercase;
}
.record-list.career-education .record-helper.level-1:before,
.record-list.career-teaching .record-helper.level-1:before,
.record-list.career-innovation .record-helper.level-1:before {
  display: none;
}
.record-list.career-education .record-helper.level-2,
.record-list.career-teaching .record-helper.level-2,
.record-list.career-innovation .record-helper.level-2 {
  font-weight: 600;
}
.record-list.career-education .record-helper.level-2,
.record-list.career-teaching .record-helper.level-2,
.record-list.career-innovation .record-helper.level-2 {
  padding-left: 22px;
}
.record-list.career-education .record-helper.level-3,
.record-list.career-teaching .record-helper.level-3,
.record-list.career-innovation .record-helper.level-3 {
  padding-left: 44px;
}
.record-list.career-education .record-helper.level-4,
.record-list.career-teaching .record-helper.level-4,
.record-list.career-innovation .record-helper.level-4 {
  padding-left: 66px;
}
.record-list.career-education .record-helper.level-5,
.record-list.career-teaching .record-helper.level-5,
.record-list.career-innovation .record-helper.level-5 {
  padding-left: 88px;
}
.record-list.career-education .record-helper.level-6,
.record-list.career-teaching .record-helper.level-6,
.record-list.career-innovation .record-helper.level-6 {
  padding-left: 110px;
}
.record-list.career-education .record-helper.level-7,
.record-list.career-teaching .record-helper.level-7,
.record-list.career-innovation .record-helper.level-7 {
  padding-left: 132px;
}
.record-list.career-education .record-helper.level-8,
.record-list.career-teaching .record-helper.level-8,
.record-list.career-innovation .record-helper.level-8 {
  padding-left: 154px;
}
.record-list.career-education .record-helper.level-9,
.record-list.career-teaching .record-helper.level-9,
.record-list.career-innovation .record-helper.level-9 {
  padding-left: 176px;
}
.record-list.career-education .record-helper.level-10,
.record-list.career-teaching .record-helper.level-10,
.record-list.career-innovation .record-helper.level-10 {
  padding-left: 198px;
}
.record-list.career-education .record-helper.record-helper-label,
.record-list.career-teaching .record-helper.record-helper-label,
.record-list.career-innovation .record-helper.record-helper-label {
  border-top: 1px solid #eeeeee;
}
.record-list.career-education .record-helper.record-helper-label:hover,
.record-list.career-teaching .record-helper.record-helper-label:hover,
.record-list.career-innovation .record-helper.record-helper-label:hover {
  background-color: #F7F8F9;
  font-weight: bold;
}
.record-list.career-education .record-helper span.badge,
.record-list.career-teaching .record-helper span.badge,
.record-list.career-innovation .record-helper span.badge {
  cursor: help;
  text-transform: none;
}
.record-list.career-education .record-helper-criterion.level-1,
.record-list.career-teaching .record-helper-criterion.level-1,
.record-list.career-innovation .record-helper-criterion.level-1 {
  padding-top: 12px;
}
.record-list.career-education .record-helper + .record-helper-criterion,
.record-list.career-teaching .record-helper + .record-helper-criterion,
.record-list.career-innovation .record-helper + .record-helper-criterion {
  border-top: 1px solid #eeeeee;
}
.record-list.career-education .record-helper + .record-helper-criterion.level-1,
.record-list.career-teaching .record-helper + .record-helper-criterion.level-1,
.record-list.career-innovation .record-helper + .record-helper-criterion.level-1 {
  padding-top: 24px;
}
.record-list.career-education .other-record-sections-wrapper,
.record-list.career-teaching .other-record-sections-wrapper,
.record-list.career-innovation .other-record-sections-wrapper {
  position: relative;
  margin: 8px 0 12px;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-header,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-header,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-header {
  position: relative;
  background-color: #c9e1ed;
  color: #3a87ad;
  font-weight: bold;
  border-radius: 2px;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-header span,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-header span,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-header span {
  display: block;
  padding: 5px 8px;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-header .other-record-sections-toggle,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-header .other-record-sections-toggle,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-header .other-record-sections-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-header .other-record-sections-toggle:after,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-header .other-record-sections-toggle:after,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-header .other-record-sections-toggle:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #FFFFFF;
  float: right;
  margin-top: 11px;
  margin-right: 12px;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-header:hover,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-header:hover,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-header:hover {
  opacity: 0.7;
}
.record-list.career-education .other-record-sections-wrapper.opened .other-record-sections-header .other-record-sections-toggle:after,
.record-list.career-teaching .other-record-sections-wrapper.opened .other-record-sections-header .other-record-sections-toggle:after,
.record-list.career-innovation .other-record-sections-wrapper.opened .other-record-sections-header .other-record-sections-toggle:after {
  border-top: none;
  border-bottom: 8px solid #FFFFFF;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-list,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-list,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.2);
  max-height: 190px;
  overflow-y: auto;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-list .career-other-son,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-list .career-other-son,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-list .career-other-son {
  padding: 4px 7px;
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-list .career-other-son .name,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-list .career-other-son .name,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-list .career-other-son .name {
  width: calc(100% - 175px);
}
.record-list.career-education .other-record-sections-wrapper .other-record-sections-list .career-other-son .use-button,
.record-list.career-teaching .other-record-sections-wrapper .other-record-sections-list .career-other-son .use-button,
.record-list.career-innovation .other-record-sections-wrapper .other-record-sections-list .career-other-son .use-button {
  float: right;
  margin-top: 1px;
}
.record-new-person-experience .controls.controls-row .image-logo,
.record-new-person-education .controls.controls-row .image-logo,
.record-new-career-education .controls.controls-row .image-logo,
.record-new-career-teaching .controls.controls-row .image-logo,
.record-new-career-innovation .controls.controls-row .image-logo {
  position: relative;
  max-width: 90px;
  float: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.record-new-person-experience .controls.controls-row input[type="file"],
.record-new-person-education .controls.controls-row input[type="file"],
.record-new-career-education .controls.controls-row input[type="file"],
.record-new-career-teaching .controls.controls-row input[type="file"],
.record-new-career-innovation .controls.controls-row input[type="file"] {
  width: 50%;
}
.record-new-person-experience .controls.controls-row input[type="file"],
.record-new-person-experience .controls.controls-row .userfile_delete,
.record-new-person-education .controls.controls-row input[type="file"],
.record-new-person-education .controls.controls-row .userfile_delete,
.record-new-career-education .controls.controls-row input[type="file"],
.record-new-career-education .controls.controls-row .userfile_delete,
.record-new-career-teaching .controls.controls-row input[type="file"],
.record-new-career-teaching .controls.controls-row .userfile_delete,
.record-new-career-innovation .controls.controls-row input[type="file"],
.record-new-career-innovation .controls.controls-row .userfile_delete {
  height: 30px;
}
.record-new-person-experience .controls.controls-row .internship,
.record-new-person-education .controls.controls-row .internship,
.record-new-career-education .controls.controls-row .internship,
.record-new-career-teaching .controls.controls-row .internship,
.record-new-career-innovation .controls.controls-row .internship {
  cursor: pointer;
  margin-left: 10px;
}
.record-new-person-experience .date-separator,
.record-new-person-experience .date-info,
.record-new-person-experience label.checkbox,
.record-new-person-education .date-separator,
.record-new-person-education .date-info,
.record-new-person-education label.checkbox,
.record-new-career-education .date-separator,
.record-new-career-education .date-info,
.record-new-career-education label.checkbox,
.record-new-career-teaching .date-separator,
.record-new-career-teaching .date-info,
.record-new-career-teaching label.checkbox,
.record-new-career-innovation .date-separator,
.record-new-career-innovation .date-info,
.record-new-career-innovation label.checkbox {
  float: left;
  margin: 0 5px;
  line-height: 30px;
}
.record-new-person-experience .date-separator input[type="checkbox"],
.record-new-person-experience .date-info input[type="checkbox"],
.record-new-person-experience label.checkbox input[type="checkbox"],
.record-new-person-education .date-separator input[type="checkbox"],
.record-new-person-education .date-info input[type="checkbox"],
.record-new-person-education label.checkbox input[type="checkbox"],
.record-new-career-education .date-separator input[type="checkbox"],
.record-new-career-education .date-info input[type="checkbox"],
.record-new-career-education label.checkbox input[type="checkbox"],
.record-new-career-teaching .date-separator input[type="checkbox"],
.record-new-career-teaching .date-info input[type="checkbox"],
.record-new-career-teaching label.checkbox input[type="checkbox"],
.record-new-career-innovation .date-separator input[type="checkbox"],
.record-new-career-innovation .date-info input[type="checkbox"],
.record-new-career-innovation label.checkbox input[type="checkbox"] {
  margin-top: 8px;
}
.record-new-person-experience .date_end_month[readonly],
.record-new-person-experience .date_end_year[readonly],
.record-new-person-education .date_end_month[readonly],
.record-new-person-education .date_end_year[readonly],
.record-new-career-education .date_end_month[readonly],
.record-new-career-education .date_end_year[readonly],
.record-new-career-teaching .date_end_month[readonly],
.record-new-career-teaching .date_end_year[readonly],
.record-new-career-innovation .date_end_month[readonly],
.record-new-career-innovation .date_end_year[readonly] {
  color: #EEEEEE;
}
.record-new-person-experience label.error,
.record-new-person-experience label.custom_error,
.record-new-person-education label.error,
.record-new-person-education label.custom_error,
.record-new-career-education label.error,
.record-new-career-education label.custom_error,
.record-new-career-teaching label.error,
.record-new-career-teaching label.custom_error,
.record-new-career-innovation label.error,
.record-new-career-innovation label.custom_error {
  float: right;
  margin: 5px 6px 0 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  overflow: hidden;
  display: none;
}
.record-new-person-experience label.error:before,
.record-new-person-experience label.custom_error:before,
.record-new-person-education label.error:before,
.record-new-person-education label.custom_error:before,
.record-new-career-education label.error:before,
.record-new-career-education label.custom_error:before,
.record-new-career-teaching label.error:before,
.record-new-career-teaching label.custom_error:before,
.record-new-career-innovation label.error:before,
.record-new-career-innovation 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: #b94a48;
  border-radius: 7px;
  text-indent: 0px;
}
.record-new-person-experience .record-control,
.record-new-person-education .record-control,
.record-new-career-education .record-control,
.record-new-career-teaching .record-control,
.record-new-career-innovation .record-control {
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
}
.record-new-person-experience .record-control .control-group,
.record-new-person-education .record-control .control-group,
.record-new-career-education .record-control .control-group,
.record-new-career-teaching .record-control .control-group,
.record-new-career-innovation .record-control .control-group {
  margin-bottom: 10px;
}
.record-new-person-experience .record-control .control-group .terms-and-conditions-text,
.record-new-person-education .record-control .control-group .terms-and-conditions-text,
.record-new-career-education .record-control .control-group .terms-and-conditions-text,
.record-new-career-teaching .record-control .control-group .terms-and-conditions-text,
.record-new-career-innovation .record-control .control-group .terms-and-conditions-text {
  height: 130px;
  font-size: 95%;
  line-height: 1.5em;
  white-space: normal;
  overflow: auto;
}
.record-new-person-experience span.reason,
.record-new-person-education span.reason,
.record-new-career-education span.reason,
.record-new-career-teaching span.reason,
.record-new-career-innovation span.reason {
  white-space: normal;
  height: auto;
}
.record-new-person-experience legend,
.record-new-person-education legend,
.record-new-career-education legend,
.record-new-career-teaching legend,
.record-new-career-innovation legend {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 2px;
}
.record-new-person-experience #_media_sections .file_list .media_section,
.record-new-person-education #_media_sections .file_list .media_section,
.record-new-career-education #_media_sections .file_list .media_section,
.record-new-career-teaching #_media_sections .file_list .media_section,
.record-new-career-innovation #_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;
  display: inline-block;
  padding: 1px 3px;
  border-radius: 3px;
  width: 87%;
  max-width: 590px;
  padding: 4px;
  margin: 0 6px 6px 0;
}
.record-new-person-experience #_media_sections .file_list .media_section a,
.record-new-person-education #_media_sections .file_list .media_section a,
.record-new-career-education #_media_sections .file_list .media_section a,
.record-new-career-teaching #_media_sections .file_list .media_section a,
.record-new-career-innovation #_media_sections .file_list .media_section a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 6px 0 2px;
  display: block;
  word-break: break-all;
}
.record-new-person-experience #_media_sections .file_list .media_section a:hover,
.record-new-person-education #_media_sections .file_list .media_section a:hover,
.record-new-career-education #_media_sections .file_list .media_section a:hover,
.record-new-career-teaching #_media_sections .file_list .media_section a:hover,
.record-new-career-innovation #_media_sections .file_list .media_section a:hover {
  text-decoration: none;
}
.record-new-person-experience #_media_sections .file_list .media_section .small_button,
.record-new-person-education #_media_sections .file_list .media_section .small_button,
.record-new-career-education #_media_sections .file_list .media_section .small_button,
.record-new-career-teaching #_media_sections .file_list .media_section .small_button,
.record-new-career-innovation #_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;
}
.record-new-person-experience #_media_sections .file_list .media_section .small_button:hover,
.record-new-person-education #_media_sections .file_list .media_section .small_button:hover,
.record-new-career-education #_media_sections .file_list .media_section .small_button:hover,
.record-new-career-teaching #_media_sections .file_list .media_section .small_button:hover,
.record-new-career-innovation #_media_sections .file_list .media_section .small_button:hover {
  opacity: 0.9;
}
.report-execute .modal-body {
  padding-bottom: 30px;
}
.tracking-new-section .modal-body > .row-fluid .span6:first-child {
  border-right: 1px solid #EEEEEE;
}
.tracking-new-section .modal-body > .row-fluid .span6:first-child .control-label {
  width: 80px;
}
.tracking-new-section .modal-body > .row-fluid .span6:first-child .controls {
  margin-left: 100px;
}
@media (max-width: 480px) {
  .tracking-new-section .modal-body > .row-fluid .span6:first-child .controls {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .tracking-new-section .modal-body > .row-fluid .span6:first-child {
    width: 57.5%;
  }
}
@media (min-width: 980px) {
  .tracking-new-section .modal-body > .row-fluid .span6:first-child {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .tracking-new-section .modal-body > .row-fluid .span6:first-child {
    border-right: none;
  }
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group {
  padding-left: 6px;
  padding-right: 6px;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .control-label {
  float: none;
  width: auto;
  text-align: left;
  cursor: default;
  padding-bottom: 1px;
  margin-bottom: 8px;
  border-bottom: 1px solid #EEEEEE;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .control-label .buttons-selector-tools {
  display: inline;
  margin-left: 4px;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .control-label label.error {
  margin-top: 2px;
  margin-right: 0;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .control-label #__num_members:before {
  content: "(";
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .control-label #__num_members:after {
  content: ")";
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .controls {
  margin-left: 0;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .controls #_members {
  max-height: 410px;
  overflow: auto;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .controls #_members li.absent-member:after {
  background-color: #b94a48;
  border-radius: 50%;
  content: "\23F8";
  color: #b94a48;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  float: right;
  margin: 6px;
  width: 24px;
  height: 24px;
}
.tracking-new-section .modal-body > .row-fluid .span-members .control-group .controls #_num_members {
  position: absolute;
  width: 1px;
  height: 1px;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  opacity: 0.00001;
}
@media (min-width: 768px) {
  .tracking-new-section .modal-body > .row-fluid .span-members {
    width: 38.5%;
  }
}
@media (min-width: 980px) {
  .tracking-new-section .modal-body > .row-fluid .span-members {
    width: 53%;
  }
}
.tracking-new-section .date-end-wrapper .btn-date-end {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  float: left;
  padding: 4px 8px;
  margin: 0 4px 0 20px;
  cursor: pointer;
  background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
}
.tracking-new-section .date-end-wrapper .btn-date-end:hover {
  background-color: #e6e6e6;
  background-image: none;
}
.tracking-new-section .date-end-wrapper #date_end_datepicker {
  display: none;
}
.tracking-new-section .date-end-wrapper.on .btn-date-end {
  background-image: linear-gradient(to bottom,#F2F2F2,#F6F6F6);
  border: 1px solid #E6E6E6;
}
.tracking-new-section .date-end-wrapper.on .btn-date-end:hover {
  background-image: linear-gradient(to bottom,#F2F2F2,#F6F6F6);
}
.tracking-new-section .date-end-wrapper.on #date_end_datepicker {
  display: block;
}
@media (max-width: 852px) {
  .tracking-new-section .date-end-wrapper.on {
    clear: both;
    margin-left: -83px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .tracking-new-section .date-end-wrapper.on {
    margin-left: 0;
  }
  .tracking-new-section .date-end-wrapper.on .btn-date-end {
    margin-left: 0;
  }
  .tracking-new-section .date-end-wrapper.on #date_end_datepicker {
    float: left;
    clear: both;
    margin-top: 4px;
  }
}
.tracking-new-section #date_ini_datepicker,
.tracking-new-section #date_end_datepicker {
  width: 127px;
}
.tracking-new-section #date_ini_datepicker.show-only-date,
.tracking-new-section #date_end_datepicker.show-only-date {
  width: 90px;
}
.tracking-new-section .new-tracking-education-action-wrapper {
  margin-bottom: 12px;
}
.tracking-new-section .new-tracking-education-action-wrapper .action-title {
  padding-top: 5px;
  font-weight: bold;
}
.tracking-new-section .new-tracking-options-btns-wrapper {
  margin: -12px 0 10px;
}
.tracking-new-section .new-tracking-options-btns-wrapper a {
  cursor: pointer;
  font-size: 85%;
}
.tracking-new-section .new-tracking-options-btns-wrapper .new-tracking-less-options-btn {
  display: none;
}
.tracking-new-section .new-tracking-more-options-wrapper {
  margin: -9px 0 13px;
  display: none;
}
.tracking-new-section .new-tracking-more-options-wrapper label.checkbox {
  display: inline-block;
  margin-right: 15px;
}
.tracking-new-section #system_tracking_type_resident_section_chosen {
  width: 92% !important;
}
.tracking-new-section #_members li {
  margin: 0 4px 4px 0 !important;
}
.tracking-new-section label.error,
.tracking-new-section label.custom_error {
  float: right;
  margin: 5px 6px 0 0;
  width: 20px;
  height: 20px;
  text-indent: 20px;
  overflow: hidden;
  display: none;
}
.tracking-new-section label.error:before,
.tracking-new-section 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: #b94a48;
  border-radius: 7px;
  text-indent: 0px;
}
.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: #c9e1ed;
  position: relative;
  color: #3a87ad;
}
.tracking-agenda-iframe .fc-widget-content:hover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\271A";
  text-align: center;
  line-height: 1.37em;
  color: #3a87ad;
}
.tracking-agenda-iframe .fc-day:hover:before {
  line-height: 1.1em;
  font-size: 240%;
  padding: 13%;
}
.tracking-agenda-iframe .fc-event {
  cursor: pointer;
  padding: 3px 4px;
  font-size: 12px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
}
.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: #3f7b40;
  border-color: #3a703b;
}
.tracking-agenda-iframe .fc-event.class-workgroup {
  background-color: #357b9e;
  border-color: #317292;
}
.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 {
  line-height: 1.3em;
}
.script-time-control .header-wrapper {
  margin: 10px 0 5px;
  font-size: 18px;
}
.script-time-control .header-wrapper .workplace {
  margin-bottom: 5px;
}
.script-time-control .header-wrapper .person {
  display: none;
}
.script-time-control .header-wrapper .image {
  width: 30px;
  height: 30px;
  background-color: #cdd7d8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
.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 .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;
  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;
}
.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;
  margin-left: 20px;
}
.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;
}
.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;
}
.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;
  text-align: center;
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
  margin: 40px 0;
  letter-spacing: 2px;
}
.script-time-control .time-control-today-wrapper div {
  display: inline-block;
  border-top: 1px dashed #999999;
  padding: 40px;
}
.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-bottom: 14px;
}
.script-time-control ul#time_control_tabs a {
  padding: 6px 9px;
  font-size: 12px;
}
.script-time-control .list-info-wrapper {
  max-width: 350px;
  margin-bottom: 20px;
}
.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;
  margin: 0 1% 0 0;
  vertical-align: top;
}
.script-time-control .list-info-wrapper .row-info .period {
  width: calc(100% - 110px);
}
.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: 4px;
  margin: -4px 0 -2px 0;
}
.script-time-control .list-wrapper ul {
  list-style-type: none;
  margin: 0;
  clear: both;
}
.script-time-control .list-wrapper ul li {
  border-bottom: 1px solid #C4C4C4;
  padding: 6px 4px;
}
.script-time-control .list-wrapper ul li .buttons {
  position: absolute;
  right: 4px;
}
.script-time-control .list-wrapper ul li > div {
  width: 32%;
  display: inline-block;
  margin: 0 1% 0 0;
  vertical-align: top;
}
.script-time-control .list-wrapper ul li > div.period {
  width: 42%;
}
.script-time-control .list-wrapper ul li > div.hours {
  width: 19%;
}
.script-time-control .list-wrapper ul li > div.type {
  width: 25%;
  padding-top: 2px;
}
.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;
}
.script-time-control .list-wrapper ul li.header div {
  padding-top: 2px;
}
.script-time-control .list-wrapper ul li.edit-row button {
  position: absolute;
  right: 4px;
  opacity: 0.25;
}
.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: #eff7f0;
}
.script-time-control .list-wrapper ul li.new-row.error {
  background-color: #f8eeee;
}
@media (max-width: 980px) {
  .script-time-control .list-wrapper .hours {
    display: none;
  }
  .script-time-control .list-wrapper ul li div.period {
    width: 50%;
  }
  .script-time-control .list-wrapper ul li div.type {
    width: calc(42% - 50px);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .script-time-control .list-wrapper ul li div.type {
    min-width: 80px;
  }
  .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.period {
    width: 47%;
  }
  .script-time-control .list-wrapper ul li div.type {
    width: calc(45% - 50px);
  }
}
.portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small {
  width: 15.78%;
  height: 158px;
}
.portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small:nth-child(7n) {
  margin-right: 1.05%;
}
.portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small:nth-child(6n) {
  margin-right: 0;
}
.portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small a.title {
  padding-top: 90%;
  padding-bottom: 8%;
}
@media (max-width: 1200px) {
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small {
    width: 19.15%;
    height: 155px;
  }
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small:nth-child(6n) {
    margin-right: 1.05%;
  }
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small {
    width: 24.2%;
    height: 145px;
  }
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small:nth-child(5n) {
    margin-right: 1.05%;
  }
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .portlets-row-middle-middle.span9 .list-list .list-cell.list-cell-small {
    width: 130px;
    height: 148px;
    margin: 0 9px 9px 0 !important;
  }
}
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}
.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}
.ui-timepicker-standard {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  margin: 0;
  padding: 2px;
  border-radius: 3px;
}
.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
.ui-timepicker-standard .ui-state-hover {
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
}
.ui-timepicker-standard .ui-menu-item {
  margin: 0;
  padding: 0;
}
.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui-timepicker-hidden {
  display: none;
}
.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}
#data-status {
  background-color: #bdd47b;
  color: #000000;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #8faa3f;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  font-weight: normal;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
}
#data-status .son_item .cell {
  padding: 12px 20px;
}
