.loading {
  width: 24px;
  height: 24px;
  background-image: url('/web/assets/img/loading_24_FFFFFF_333333.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: 24px;
  background-position: center 25px;
  z-index: 100;
}
.no-rows {
  color: #3a87ad;
  background-color: #c9e1ed;
  border: 1px solid #eed3d7;
  border-color: #c1ddea;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  padding: 8px 35px 8px 14px;
  font-weight: bold;
  text-align: center;
}
.modal {
  display: grid;
}
.modal .modal-header {
  border-radius: 6px 6px 0 0;
}
.popup-web form {
  margin-bottom: 0;
}
.modal-footer .loading {
  float: right;
  margin-left: 4px;
}
.control-group.row-error {
  background-color: #f1dcdc;
  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: #AAAAAA;
}
.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 10px 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 #F4F5F6;
  border-radius: 4px;
  display: block;
  float: left;
  width: 46.5%;
  margin: 2px 0 6px 7px;
  padding: 3px 4px 2px;
  min-height: 22px;
}
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: ruby;
  overflow: hidden;
  padding: 1px 0;
  cursor: pointer;
}
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 label {
  display: block;
  overflow: hidden;
  padding: 4px 4px 3px 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.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');
}
#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;
}
.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-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: #F5F6F7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.list-list .list-cell:nth-child(3n) {
  margin-right: 0;
}
.list-list .list-cell:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
  opacity: 0.38;
  z-index: 0;
}
.list-list .list-cell.unavailable {
  opacity: 0.7;
  cursor: not-allowed;
}
.list-list .list-cell .data-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.list-list .list-cell .data-wrapper a.title,
.list-list .list-cell .data-wrapper .favorite_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  overflow: hidden;
  line-height: 1.15em;
  margin: 4px 10px;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
.list-list .list-cell .data-wrapper .favorite_title {
  margin-bottom: 36px;
}
.list-list .list-cell .data-wrapper .price,
.list-list .list-cell .data-wrapper .order {
  color: #FFF;
}
.list-list .list-cell .data-wrapper .price {
  line-height: 25px;
  float: left;
  display: flex;
  margin: 5px 10px;
}
.list-list .list-cell .data-wrapper .price .price-from {
  font-size: 80%;
  margin-right: 6px;
  padding-top: 1px;
}
.list-list .list-cell .data-wrapper .price .price-import {
  font-weight: bold;
}
.list-list .list-cell .data-wrapper .order {
  float: right;
}
.list-list .list-cell .data-wrapper span.order {
  line-height: 25px;
  font-size: 12px;
}
.list-list .list-cell .data-wrapper a.order {
  color: #333;
  margin: 3px 10px 3px 5px;
}
.list-list .list-cell .data-wrapper .favorite-button {
  margin-top: 3px;
  margin-left: 0;
  padding: 6px;
}
.list-list .extend-search,
.list-list .loading {
  display: block;
  margin: 0 auto;
  clear: both;
}
.list-list > ul {
  margin: 0;
  list-style-type: none;
}
@media (max-width: 979px) {
  .list-list {
    width: 100%;
  }
}
@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;
  }
}
@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;
  }
}
.breadcrumb-flow {
  padding: 10px 15px;
  margin-bottom: 24px;
  border-radius: 3px;
  background-color: #F5F6F7;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.breadcrumb-flow:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #AAAAAA;
  z-index: 1;
}
.breadcrumb-flow .flow-step {
  position: relative;
  display: inline-block;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  padding: 4px 8px;
  background-color: #F5F6F7;
  z-index: 2;
}
.breadcrumb-flow .flow-step:before {
  border: 2px solid #AAAAAA;
  background-color: #FFFFFF;
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50%;
  float: left;
  margin-right: 6px;
}
.breadcrumb-flow .flow-step.active {
  color: #333333;
}
.breadcrumb-flow .flow-step.active:before {
  border: 3px solid #333333;
  font-weight: bold;
}
.breadcrumb-flow .flow-step.done {
  color: #333333;
}
.breadcrumb-flow .flow-step.done:before {
  border: 3px solid #333333;
  content: "\2714";
  font-weight: bold;
}
.breadcrumb-flow .flow-step.already-done:before {
  content: "\2714";
}
.breadcrumb-flow .flow-step:first-child {
  float: left;
  padding-left: 4px;
}
.breadcrumb-flow .flow-step:last-child {
  float: right;
  padding-right: 4px;
}
.breadcrumb-flow.has-personal-data .flow-step:first-child {
  padding-left: 5%;
  padding-right: 2%;
}
.breadcrumb-flow.has-personal-data .flow-step:last-child {
  padding-left: 2%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .breadcrumb-flow:before {
    display: none;
  }
  .breadcrumb-flow .flow-step {
    float: none !important;
    display: block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
  }
  .breadcrumb-flow .flow-step:before {
    text-align: center;
    margin-right: 12px;
  }
}
.favorite-button {
  float: right;
  margin-top: 16px;
  margin-left: 12px;
  padding: 13px 14px 12px 14px;
  cursor: pointer;
  background-color: #666666;
  border-radius: 50%;
}
.favorite-button .icon-heart {
  display: block;
}
.favorite-button .alert {
  display: none;
  position: absolute;
  margin-top: 8px;
  font-size: 14px;
  z-index: 10;
  opacity: 1;
  padding-right: 14px;
}
.favorite-button:hover .alert {
  display: block;
}
.favorite-button:hover {
  background-color: #333333;
}
.favorite-button.on {
  background-color: #A11E3C;
}
.favorite-button.on:hover {
  background-color: #76162c;
}
.portlet .portlet-body {
  overflow: visible;
}
.portlet .portlet-body .portlet-content > div.paragraph {
  margin-bottom: 20px;
}
.icon-white {
  display: none;
}
.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: #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-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-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;
}
.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: 90px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  background-image: linear-gradient(to bottom,#FFFFFF,#EEEEEE);
}
.commodity-add-to-cart .commodity-banner .no_image {
  display: none;
}
.commodity-add-to-cart .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;
}
.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 .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.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: 95%;
  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 .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;
}
.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-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-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-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-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-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-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-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-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-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-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-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-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;
}
.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-activity .view-view,
  .commodity-view-hotel .view-view,
  .commodity-view-lodging .view-view,
  .commodity-view-pack .view-view {
    display: block;
    width: auto;
  }
}
.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 .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;
}
.form-view .item-input .description.item-correction {
  float: none;
  font-style: italic;
  color: gray;
  vertical-align: middle;
}
.form-view .item-input .description.item-correction.score-max {
  color: green;
}
.form-view .item-input .description.item-correction.score-0 {
  color: red;
}
.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-view .item-wrapper,
.form-view-popup .item-wrapper {
  margin-bottom: 10px;
}
.form-view .item-wrapper .item-label.tabbed,
.form-view-popup .item-wrapper .item-label.tabbed {
  position: absolute;
  width: 207px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
.form-view .item-wrapper .item-label.tabbed p,
.form-view-popup .item-wrapper .item-label.tabbed p {
  display: inline;
}
.form-view .item-wrapper .item-input.tabbed,
.form-view-popup .item-wrapper .item-input.tabbed {
  margin-left: 227px;
}
.form-view .item-wrapper .item-error-placement,
.form-view-popup .item-wrapper .item-error-placement {
  margin-left: 227px;
}
.form-view .item-wrapper .item-error-placement label.error,
.form-view-popup .item-wrapper .item-error-placement label.error {
  color: #b94a48;
  font-size: 0.85em;
  line-height: 0.85em;
}
.job-list .navbar .navbar-inner .container .rows-info {
  float: right;
  margin-top: 12px;
}
.job-list table td a {
  display: block;
}
.job-view table:nth-child(1) {
  width: 100%;
}
.job-view table:nth-child(1) > tbody > tr > td {
  vertical-align: top;
  text-align: left;
}
.job-view table:nth-child(1) > tbody > tr > td h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) {
  padding: 40px 30px;
  width: 33%;
}
.job-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(1) h4 {
  padding: 10px 0;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item {
  margin-bottom: 8px;
  min-height: 25px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico {
  position: absolute;
}
.job-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: " ";
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.telephone:before {
  content: "\260E";
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.email:before {
  content: "@";
  font-weight: bold;
  line-height: 20px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.organization:before {
  content: "\00A9";
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .ico.address:before {
  content: "\2709";
}
.job-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;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .contact-item .text a {
  color: #FFFFFF;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level {
  margin-bottom: 15px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .text,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  color: #FFFFFF;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper {
  margin-top: 3px;
  height: 8px;
  background-color: #666666;
  overflow: hidden;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar {
  height: 8px;
  background-color: #FFFFFF;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.degree-1 {
  width: 25%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.degree-2 {
  width: 50%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-3,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.degree-3 {
  width: 75%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.degree-4,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.degree-4 {
  width: 100%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-A1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-A1 {
  width: 16%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-A2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-A2 {
  width: 33%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-B1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-B1 {
  width: 50%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-B2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-B2 {
  width: 66%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-C1,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-C1 {
  width: 83%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-C2,
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-C2 {
  width: 100%;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(1) .languages-observations {
  font-size: 12px;
  line-height: 1.3em;
  color: #FFFFFF;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) {
  padding: 40px 0;
}
.job-view table:nth-child(1) > 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:nth-child(1) > tbody > tr > td:nth-child(2) h4 {
  background-color: #333333;
  padding: 10px 45px 10px 40px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-wrapper {
  margin: 0 40px;
  margin-bottom: 35px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper {
  margin: 11px 40px 5px 40px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info {
  margin-top: 3px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info span.lbl {
  font-weight: 700;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper {
  margin: 0 40px;
  margin-bottom: 35px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li {
  margin-bottom: 5px;
}
.job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper ul.other-data li span.lbl {
  font-weight: 700;
}
.job-view table:nth-child(1) > tbody > tr:nth-child(1) > td:nth-child(1) {
  background-color: #C9C9C9;
}
.job-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) {
  .job-view table:nth-child(1) > tbody > tr > td {
    display: block;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(1) {
    width: auto;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) {
    padding: 15px 0;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .title {
    margin: 0 30px;
    text-align: center;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper {
    text-align: center;
    max-width: 80%;
    margin: 0 auto !important;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info {
    display: inline;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper .general-info + .general-info {
    margin-left: 4px;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) h4 {
    padding: 10px 30px 10px 30px;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-info-wrapper {
    margin: 11px 30px 5px 30px;
  }
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .general-wrapper,
  .job-view table:nth-child(1) > tbody > tr > td:nth-child(2) .other-data-wrapper {
    margin: 0 30px 35px 30px;
  }
  .job-view table:nth-child(1) > 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;
}
.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;
}
.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 {
  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 {
  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 {
  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 {
  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 .degree-wrapper .level-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) .label-with-degree .level-wrapper .level-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 .degree-wrapper .level-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) .language-with-level .level-wrapper .level-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 .degree-wrapper .level-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) .label-with-degree .level-wrapper .level-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 .degree-wrapper .level-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) .language-with-level .level-wrapper .level-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 .degree-wrapper .level-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) .label-with-degree .level-wrapper .level-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 .degree-wrapper .level-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) .language-with-level .level-wrapper .level-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 .degree-wrapper .level-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) .label-with-degree .level-wrapper .level-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 .degree-wrapper .level-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) .language-with-level .level-wrapper .level-bar.degree-4 {
  width: 100%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-A1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-A1 {
  width: 16%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-A2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-A2 {
  width: 33%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-B1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-B1 {
  width: 50%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-B2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-B2 {
  width: 66%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-C1,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-C1 {
  width: 83%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .degree-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .degree-wrapper .level-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .degree-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .label-with-degree .level-wrapper .level-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .degree-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .degree-wrapper .level-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .degree-bar.level-C2,
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .language-with-level .level-wrapper .level-bar.level-C2 {
  width: 100%;
}
.mentor-view table:nth-child(1) > tbody > tr > td:nth-child(1) .languages-observations {
  font-size: 12px;
  line-height: 1.3em;
  color: #FFFFFF;
}
.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) .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;
  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: 60px;
}
.phase-header .process-details-wrapper .process-title {
  margin: 0;
  line-height: 1.3em;
}
.phase-header .process-details-wrapper .workgroup-details {
  margin-top: 4px;
  display: inline-block;
  background-color: #A5A5A5;
  border-radius: 3px;
  padding: 1px 6px 1px 6px;
  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 .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 20px;
}
.phase-header .phases-list-container .dropdown > .dropdown-menu div.off {
  cursor: not-allowed;
}
.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;
}
.phase-list-contributions .list-contributions-menu {
  margin-bottom: 20px;
}
.phase-list-contributions .div-buttons-add {
  margin-top: 20px;
}
.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-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;
}
.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;
}
.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: 106px;
  height: 106px;
  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: 125px;
}
.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-list .process-wrapper .process-details ul.buttons > li.admin-menu a .ico {
  display: none;
}
.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;
  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: 60px;
}
.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;
  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-top: 4px;
  display: inline-block;
  background-color: #A5A5A5;
  border-radius: 3px;
  padding: 1px 6px 1px 6px;
  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 .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: 10px;
  padding-bottom: 26px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 8px;
  display: flow-root;
  min-height: 106px;
}
.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 .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu {
  float: right;
  margin-right: 12px;
}
.process-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu .icon-white,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu .icon-white,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu .icon-white,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu .icon-white {
  display: none;
}
.process-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu {
  right: 0;
  left: auto;
}
.process-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li {
  float: none;
  margin: 0;
}
.process-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li span.ico i,
.process-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li span.ico i,
.block-view .process-phases-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li span.ico i,
.block-view .process-block-list .phase-fic .phase-fic-data div.actions ul.actions-nav li.admin-menu ul.dropdown-menu li span.ico i {
  margin-right: 5px;
}
.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;
  }
}
.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 150px;
}
.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: 130px;
  height: 97px;
  margin-left: -150px;
  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 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_complete_info {
  border: none;
  background-color: transparent;
  color: transparent;
  width: 1px;
  opacity: 0.01;
}
.sale-checkout fieldset.billing-information #billing_data_view {
  margin: 16px 0 0 4px;
}
.sale-checkout fieldset.billing-information #billing_data_view .loading {
  display: block;
  margin-left: 0;
  float: none;
}
.sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper {
  float: left;
  display: inline-block;
}
.sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper .name {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3em;
}
.sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper.incomplete-info {
  padding: 5px 6px;
  color: #b94a48;
  background-color: #fbf5f5;
  border-radius: 3px;
  max-width: calc(100% - 360px);
}
@media (max-width: 767px) {
  .sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper.incomplete-info {
    max-width: calc(100% - 260px);
  }
}
@media (max-width: 540px) {
  .sale-checkout fieldset.billing-information #billing_data_view .billing-data-wrapper.incomplete-info {
    max-width: calc(100% - 160px);
  }
}
.sale-checkout fieldset.billing-information #billing_data_view a.edit {
  float: left;
  display: inline-block;
  margin: 2px 0 0 15px;
  padding: 5px 6px;
  border-radius: 3px;
  background-color: #606060;
  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 #billing_data_view .info-missing-data {
  float: left;
  margin-left: 4px;
  padding: 5px 6px;
  color: #b94a48;
  max-width: 290px;
}
@media (max-width: 767px) {
  .sale-checkout fieldset.billing-information #billing_data_view .info-missing-data {
    max-width: 190px;
  }
}
@media (max-width: 540px) {
  .sale-checkout fieldset.billing-information #billing_data_view .info-missing-data {
    max-width: 90px;
  }
}
.sale-checkout fieldset.billing-information a.add-billing-data {
  display: inline-block;
  margin: 20px 0 0 4px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #606060;
  color: #FFFFFF;
  text-decoration: none;
  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;
}
#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;
  }
}
#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: block;
  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;
}
#user_edit_web .control-group,
#user_activate_service .control-group,
.user_academic_record .control-group {
  margin-bottom: 10px;
}
#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 tr.item,
#user_activate_service #_person_languages tr.item,
.user_academic_record #_person_languages tr.item {
  border: 1px solid #F4F5F6;
  width: 193px;
  width: 294px;
  background-color: #fff;
  border-radius: 3px;
  float: left;
  margin: 0 6px 5px 0;
  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-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: -285px 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: 160px !important;
}
#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: 46px;
  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%;
  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: 133px;
  height: 120px;
  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: inline-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: 20px !important;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 !important;
  background-image: none;
  background-position: -285px 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: 8px;
  margin-left: 6px;
  padding: 0px 3px 1px;
  color: #777777;
  display: inline;
  font-weight: bold;
  cursor: pointer;
}
#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 {
  padding: 0px 2px 1px;
  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 .tab-pane,
#user_activate_service .tab-pane,
.user_academic_record .tab-pane {
  min-height: 400px;
}
.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;
}
.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 .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;
}
.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-new-person-experience .controls.controls-row .image-logo,
.record-new-person-education .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"] {
  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 {
  height: 30px;
}
.record-new-person-experience .controls.controls-row .internship,
.record-new-person-education .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 {
  float: left;
  margin: 0 5px;
}
.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"] {
  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] {
  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 {
  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 {
  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;
}
