@font-face {
  font-family: 'Oxygen';
  src: url('/web/assets/font/Oxygen-Regular.ttf') format('truetype'), url('/web/assets/font/Oxygen-Light.ttf') format('truetype'), url('/web/assets/font/Oxygen-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Niramit';
  src: url('/web/assets/font/Niramit-Regular.ttf') format('truetype'), url('/web/assets/font/Niramit-Bold.ttf') format('truetype'), url('/web/assets/font/Niramit-Light.ttf') format('truetype');
}
.inner-shadow {
  box-shadow: inset 0 0 3px #000000;
}
.anchor-negative-top-margin {
  position: absolute;
  margin-top: -60px;
}
.primary-color {
  color: #263548;
}
.primary-color-light {
  color: #405a7a;
}
.primary-color-dark {
  color: #141c27;
}
.secondary-color {
  color: #cc9900;
}
.action-color {
  color: #256C84;
}
.action-color-lighted {
  color: #59A7C2;
}
.primary-color-bkg {
  background: #263548;
}
.primary-color-light-bkg {
  background: #405a7a;
}
.primary-color-dark-bkg {
  background: #141c27;
}
.secondary-color-bkg {
  background: #cc9900;
}
.secondary-action-color-bkg {
  background: #ffcc33;
}
.action-color-bkg {
  background: #256C84;
}
.action-color-lighted-bkg {
  background: #59A7C2;
}
.gray-color-bkg {
  background: #898989;
}
.black-bkg {
  background: #000000;
}
.gray {
  background: #898989;
}
.gray-lighted {
  background: #898989;
}
.gray-medium {
  background: #ededed;
}
.gray-soft {
  background: #f8f8f8;
}
.border-primary {
  border: 1px solid #263548;
}
.border-secondary {
  border: 1px solid #cc9900;
}
.border-action {
  border: 1px solid #256C84;
}
.border-gray {
  border: 1px solid #898989;
}
.logo {
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 334px;
  height: 50px;
}
.logo a {
  display: block;
  height: 50px;
}
h2 {
  color: #263548;
}
h3 {
  color: #cc9900;
  font-size: 24px;
  line-height: normal;
}
h4 {
  color: #256C84;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
h5 {
  color: #263548;
  margin-top: 1.5em;
  font-size: 16px;
}
blockquote {
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  margin: auto;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 {
  margin: 0 0 auto 0;
}
blockquote p {
  font-size: 14px;
}
ul {
  list-style-type: disc;
  margin-top: 4px;
}
ul.tick {
  clear: both;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.tick > li {
  background-image: url('../img/tick.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 22px;
  margin-bottom: 6px;
}
p.faq-question {
  border-radius: 4px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  padding: 20px;
  margin: 0;
  color: #263548;
  font-weight: bold;
}
span.faq-thread {
  position: absolute;
  display: block;
  width: 12px;
  height: 28px;
  margin-left: 20px !important;
  border: 2px solid #ededed;
  border-right: none;
  border-top: none;
}
p.faq-answer {
  padding: 20px 20px 40px 40px;
  margin: -10px 0 0;
  color: #666666;
}
.paragraph {
  font-size: 14px;
  line-height: 18px;
}
.gray-gradient {
  background-color: #ededed;
  background-image: -webkit-linear-gradient(left,#ededed,#f8f8f8);
  background-image: -moz-linear-gradient(left,#ededed,#f8f8f8);
  background-image: -o-linear-gradient(left,#ededed,#f8f8f8);
  background-image: -ms-linear-gradient(left,#ededed,#f8f8f8);
  background-image: linear-gradient(left,#ededed,#f8f8f8);
}
.gray-gradient-top {
  background-color: #ededed;
  background-image: -webkit-linear-gradient(bottom,#ededed,#f8f8f8);
  background-image: -moz-linear-gradient(bottom,#ededed,#f8f8f8);
  background-image: -o-linear-gradient(bottom,#ededed,#f8f8f8);
  background-image: -ms-linear-gradient(bottom,#ededed,#f8f8f8);
  background-image: linear-gradient(bottom,#ededed,#f8f8f8);
}
.dark-gray-gradient-top {
  background-color: #383636;
  background-image: -webkit-linear-gradient(top,#383636,#494949);
  background-image: -moz-linear-gradient(top,#383636,#494949);
  background-image: -o-linear-gradient(top,#383636,#494949);
  background-image: -ms-linear-gradient(top,#383636,#494949);
  background-image: linear-gradient(top,#383636,#494949);
}
.primary-gradient {
  background-color: #5d9f31;
  background-image: -webkit-linear-gradient(top,#5d9f31,#477d23);
  background-image: -moz-linear-gradient(top,#5d9f31,#477d23);
  background-image: -o-linear-gradient(top,#5d9f31,#477d23);
  background-image: -ms-linear-gradient(top,#5d9f31,#477d23);
  background-image: linear-gradient(top,#5d9f31,#477d23);
}
.shadow {
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.shadow span {
  border: none;
}
.turn {
  -webkit-transform: rotate(3deg) scale(0.5) skew(1deg) translate(0px);
  -moz-transform: rotate(3deg) scale(0.5) skew(1deg) translate(0px);
  -o-transform: rotate(3deg) scale(0.5) skew(1deg) translate(0px);
  -ms-transform: rotate(3deg) scale(0.5) skew(1deg) translate(0px);
  transform: rotate(3deg) scale(0.5) skew(1deg) translate(0px);
}
.turn span {
  -webkit-box-shadow: 2px 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 0 10px rgba(0,0,0,0.5);
  box-shadow: 2px 0 10px rgba(0,0,0,0.5);
  background-color: #ededed;
  background-image: -webkit-linear-gradient(top,#ededed,#f8f8f8);
  background-image: -moz-linear-gradient(top,#ededed,#f8f8f8);
  background-image: -o-linear-gradient(top,#ededed,#f8f8f8);
  background-image: -ms-linear-gradient(top,#ededed,#f8f8f8);
  background-image: linear-gradient(top,#ededed,#f8f8f8);
  height: 300px;
  width: 70%;
}
.container-body {
  margin-top: 10px;
}
#_popup.modal {
  background-color: #F5F5F5 !important;
  position: fixed;
  border-radius: 0px;
}
.popup-web .modal-header {
  padding: 0;
  border: none;
}
.popup-web .modal-header h3 {
  padding: 15px 30px;
  color: #cc9900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Oxygen', sans-serif;
}
.popup-web .modal-header button.close {
  margin: 0;
  opacity: 1;
  padding: 5px 10px;
  cursor: pointer;
  background: #f93103;
  border: 0;
  color: #ffffff;
}
.popup-web input[type="number"],
.popup-web input[type="text"],
.popup-web textarea {
  border-radius: 0;
  border: 1px solid #cc9900;
}
.popup-web .modal-body {
  padding: 0px 30px;
}
.popup-web .modal-body .commodity-banner {
  border-radius: 0px;
  min-height: 130px;
  background-color: #f7f1d9;
  border: none;
  background-image: none;
  padding-right: 180px;
}
.popup-web .modal-body .commodity-banner .image {
  height: 130px;
  border-radius: 0px;
}
.popup-web .modal-body .commodity-banner h4 {
  letter-spacing: 2px;
  color: #cc9900;
  margin-bottom: 15px;
}
.popup-web .modal-body .commodity-banner .description {
  font-weight: bold;
}
.popup-web .modal-body .step {
  padding: 0;
}
.popup-web .modal-body .step .description {
  font-weight: bold;
}
.popup-web .modal-body .step .field-label {
  font-weight: bold;
}
.popup-web .modal-body .step .field-control .input {
  border-radius: 0;
  border: 1px solid #cc9900;
}
.popup-web .modal-body .step #availability_list {
  border: none;
  border-radius: 0px;
  background-color: #F7F7F7;
  -webkit-box-shadow: inset 3px 3px 12px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: inset 3px 3px 12px 0px rgba(0,0,0,0.17);
  box-shadow: inset 3px 3px 12px 0px rgba(0,0,0,0.17);
  padding: 10px;
}
.popup-web .modal-body .step #availability_list .availability_item.selected {
  background-color: #ffffff;
  background-image: none;
  border: none;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
}
.popup-web .modal-body .step #availability_list .availability_item.selected .icon-ok.icon-black {
  background-image: url('../img/check-inn.png');
  width: 23px;
  height: 20px;
  background-position: 0 0;
}
.popup-web .modal-footer .back-link-top {
  display: none;
}
.modal-header h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
.modal-body label {
  font-size: 14px;
}
.modal-footer {
  background-color: transparent;
  background-image: none;
  border: none;
}
.modal-footer .btn {
  border: none;
  display: table;
}
.modal-footer .btn:hover {
  border: none;
  display: table;
}
.tooltip .tooltip-inner {
  text-align: left;
  font-size: 12px;
  overflow-y: auto;
  max-width: 300px;
  max-height: 300px;
}
.tooltip .tooltip-inner p {
  margin: auto;
}
.popover {
  font-size: 14px !important;
  color: #333333;
  font-weight: normal;
}
.popover h3 {
  font-family: 'Oxygen', sans-serif;
  color: #333333;
}
.ico {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.ico-double {
  display: inline-block;
  height: 30px;
  width: 60px;
}
.ico-A1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px 0px;
}
.ico-A2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px 0px;
}
.ico-A3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px 0px;
}
.ico-A4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px 0px;
}
.ico-A5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px 0px;
}
.ico-A6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px 0px;
}
.ico-A7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px 0px;
}
.ico-A8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px 0px;
}
.ico-A9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px 0px;
}
.ico-A10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px 0px;
}
.ico-B1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -30px;
}
.ico-B2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -30px;
}
.ico-B3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -30px;
}
.ico-B4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -30px;
}
.ico-B5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -30px;
}
.ico-B6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -30px;
}
.ico-B7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -30px;
}
.ico-B8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -30px;
}
.ico-B9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -30px;
}
.ico-B10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px -30px;
}
.ico-C1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -60px;
}
.ico-C2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -60px;
}
.ico-C3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -60px;
}
.ico-C4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -60px;
}
.ico-C5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -60px;
}
.ico-C6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -60px;
}
.ico-C7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -60px;
}
.ico-C8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -60px;
}
.ico-C9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -60px;
}
.ico-C10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px -60px;
}
.ico-D1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -90px;
}
.ico-D2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -90px;
}
.ico-D3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -90px;
}
.ico-D4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -90px;
}
.ico-D5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -90px;
}
.ico-D6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -90px;
}
.ico-D7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -90px;
}
.ico-D8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -90px;
}
.ico-D9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -90px;
}
.ico-D10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px -90px;
}
.ico-E1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -120px;
}
.ico-E2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -120px;
}
.ico-E3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -120px;
}
.ico-E4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -120px;
}
.ico-E5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -120px;
}
.ico-E6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -120px;
}
.ico-E7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -120px;
}
.ico-E8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -120px;
}
.ico-E9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -120px;
}
.ico-E10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px -120px;
}
.ico-F1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -150px;
}
.ico-F2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -150px;
}
.ico-F3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -150px;
}
.ico-F4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -150px;
}
.ico-F5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -150px;
}
.ico-F6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -150px;
}
.ico-F7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -150px;
}
.ico-F8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -150px;
}
.ico-F9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -150px;
}
.ico-F10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px -150px;
}
.ico-G1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -180px;
}
.ico-G2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -180px;
}
.ico-G3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -180px;
}
.ico-G4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -180px;
}
.ico-G5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -180px;
}
.ico-G6 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -180px;
}
.ico-G7 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -180px;
}
.ico-G8 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -180px;
}
.ico-G9 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -180px;
}
.ico-G10 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px -180px;
}
.ico-course-type-online {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -180px;
}
.ico-course-type-presential {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -180px;
}
.ico-course-type-hybrid {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -180px;
}
.ico-course-type-webcasting {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -180px;
}
body {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Oxygen', sans-serif;
  background-color: #f7f1d9;
}
body .container-2 {
  width: 95% !important;
  position: relative;
}
body .container {
  width: 100%;
  position: relative;
}
body #assets {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url('../img/capsal.png');
  color: #263548;
  position: absolute;
  z-index: 5;
}
body #assets .logo_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
body #assets ul,
body #assets li {
  display: table;
  float: left;
  margin: 0;
}
body #assets ul .spacer,
body #assets li .spacer {
  font-weight: bold;
  margin-top: 15px;
  font-size: 24px;
}
body #assets #contact-phone {
  width: 160px;
  height: 50px;
  background-image: url('../img/phone.png');
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
body #assets #contact-phone a {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 80;
}
body #assets #contact-phone::after {
  content: "+34 935 831 882";
  position: absolute;
  top: 15px;
  left: 30px;
  width: 135px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}
body #assets #map-header {
  width: 50px;
  height: 35px;
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  margin: 0;
  padding: 15px 5px 0px 50px;
  font-weight: bold;
  font-size: 16px;
}
body #assets #map-header a {
  text-decoration: none;
  height: 35px !important;
}
body #assets #map-header a:hover {
  opacity: 1 !important;
}
body #assets #map-header:hover {
  border-bottom: 3px solid #cc9900;
}
body #assets #heart-header {
  width: 50px;
  height: 50px;
  background-image: url('../img/hearth.png');
  background-repeat: no-repeat;
  margin: 0;
}
body #assets #mail-header {
  width: 250px;
  height: 50px;
  background-image: url('../img/mail.png');
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
body #assets #mail-header a {
  display: block;
  position: absolute;
  width: 250px;
  height: 50px;
  z-index: 10;
}
body #assets #mail-header::after {
  content: "info@singular.travel";
  position: absolute;
  top: 15px;
  left: 60px;
  width: 140px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}
body #assets #lang {
  width: 70px;
  height: 100px;
  margin: 0;
  position: relative;
  float: right;
}
body #assets #lang li {
  float: none;
  height: 50px;
  padding-top: 15px;
  padding-left: 10px;
  display: none;
  color: #263548;
  box-sizing: border-box;
}
body #assets #lang li a {
  color: #263548;
  text-transform: uppercase;
  font-size: 16px;
}
body #assets #lang li.active {
  float: none;
  height: 50px;
  padding-top: 15px;
  display: block;
}
body #assets #lang li.active a {
  color: #263548;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
body #assets #lang .select_lang {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
body #assets #lang .select_lang::after {
  content: "\25bc";
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: -15px;
}
body #assets #search-header {
  width: 50px;
  height: 50px;
  background-image: url('../img/search.jpg');
  background-repeat: no-repeat;
  margin: 0;
}
body #assets #search-header a {
  display: block;
  width: 50px;
  height: 50px;
}
body #assets #sale-cart-toolbar {
  display: block !important;
  width: 100px;
  height: 35px;
  background-image: url('../img/shop.png');
  background-repeat: no-repeat;
  margin: 0;
  cursor: pointer;
  padding: 15px 5px 0px 50px;
  font-weight: bold;
  font-size: 16px;
}
body #assets #sale-cart-toolbar:hover {
  border-bottom: 3px solid #cc9900;
}
body #assets .assets-right {
  display: table;
  margin-left: 50%;
  float: left;
  height: 100px;
  color: #263548;
  transform: translateX(-50%);
}
body a {
  cursor: pointer;
  color: #263548;
  text-decoration: none;
}
body a:hover {
  color: #405a7a;
}
#homeform {
  background-color: #263548;
  display: block;
  height: 80px;
  margin: 6px 0 0 0;
  padding: 18px 2%;
  text-align: center;
  position: relative;
}
#homeform input,
#homeform select {
  -webkit-appearance: none;
  border-color: #E1E1E1;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  float: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 46px;
  letter-spacing: -0.5px;
  line-height: 34px;
  margin: 0 1%;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1%;
  position: relative;
  width: 18.6%;
}
@media (max-width: 768px) {
  #homeform input,
  #homeform select {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  #homeform input,
  #homeform select {
    float: none;
    margin: 6px auto;
    padding: 0 8px;
    top: initial;
    transform: initial;
    width: 90%;
  }
}
#homeform input::-webkit-input-placeholder {
  color: #333333;
}
#homeform input:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#homeform input::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#homeform input:-ms-input-placeholder {
  color: #333333;
}
#homeform input[type="date"]::-webkit-calendar-picker-indicator,
#homeform input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
#homeform button,
#homeform a {
  background-color: #cc9900;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #263548;
  float: left;
  font-family: 'Oxygen', sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 47px;
  margin: 0 1%;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  padding: 12px 8px;
  position: relative;
  width: 14%;
}
#homeform button i,
#homeform a i {
  font-size: 22px;
}
@media (max-width: 768px) {
  #homeform button i,
  #homeform a i {
    font-size: 18px;
  }
}
#homeform button:hover,
#homeform button:focus,
#homeform a:hover,
#homeform a:focus {
  background-color: #141c27;
  text-decoration: none;
}
@media (max-width: 768px) {
  #homeform button,
  #homeform a {
    font-size: 16px;
  }
}
@media (max-width: 659px) {
  #homeform button,
  #homeform a {
    float: none;
    height: auto;
    margin: 6px auto;
    padding: 16px 32px;
    top: initial;
    transform: initial;
    width: auto;
  }
}
@media (max-width: 659px) {
  #homeform {
    height: auto;
    margin: 32px auto 0 auto;
    padding: 16px 0;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 425px) {
  #homeform {
    margin: 16px auto 0 auto;
  }
}
.container #anchor-search {
  height: 100px;
}
.container .titelform {
  display: table;
  margin-left: 50%;
  margin-bottom: -10px;
  padding: 18px 20px;
  background-color: #263548;
  color: #cc9900;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
  transform: translateX(-50%);
}
.container .search_out {
  display: none;
}
.container .search_in {
  display: block;
}
.back_1_off,
.back_2_off,
.back_3_off,
.back_crem_off {
  display: none;
}
.back_crem_on {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f7f1d9;
  z-index: -5;
  box-sizing: border-box;
}
.back_1_on {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #263548;
  z-index: -3;
  box-sizing: border-box;
}
.back_2_on {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #263548;
  z-index: -3;
}
.back_3_on {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #cc9900;
  z-index: -3;
}
.parallaxoff {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/back_bo.jpg);
  background-size: contain;
  z-index: -15;
  height: 2000px;
}
.parallaxon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/back_bo.jpg);
  background-size: contain;
  z-index: -15;
  height: 2000px;
}
.sale-cart-box ul.cart-list li {
  padding-top: 35px !important;
  border-bottom: 1px dashed #cc9900 !important;
  position: relative;
  display: block;
  min-height: 100px;
  box-sizing: border-box;
}
.sale-cart-box ul.cart-list li .image {
  display: block !important;
  width: 60px !important;
  height: 60px !important;
}
.sale-cart-box ul.cart-list li .description {
  position: absolute;
  top: 0;
  color: #cc9900;
  font-weight: bold;
}
.sale-cart-box ul.cart-list li .pax {
  display: none;
}
.sale-cart-box ul.cart-list li a.delete,
.sale-cart-box ul.cart-list li a.edit {
  margin: 15px 3px 0 0 !important;
}
.sale-cart-box ul.cart-list li .concept a {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 10px;
  display: block;
}
.sale-cart-box ul.cart-list li .price {
  display: block;
  color: #ffffff;
}
.sale-cart-box ul.cart-list li:hover {
  padding-top: 35px !important;
  border-bottom: 1px dashed #cc9900 !important;
  position: relative;
  display: block;
  min-height: 100px;
  box-sizing: border-box;
}
.sale-cart-box ul.cart-list li:hover .image {
  display: block !important;
  width: 60px !important;
  height: 60px !important;
}
.sale-cart-box ul.cart-list li:hover .description {
  position: absolute;
  top: 0;
  color: #cc9900;
  font-weight: bold;
}
.sale-cart-box ul.cart-list li:hover .pax {
  display: none;
}
.sale-cart-box ul.cart-list li:hover a.delete,
.sale-cart-box ul.cart-list li:hover a.edit {
  margin: 15px 3px 0 0 !important;
}
.sale-cart-box ul.cart-list li:hover .concept a {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 10px;
  display: block;
}
.sale-cart-box ul.cart-list li:hover .price {
  display: block;
  color: #ffffff;
}
.sale-cart-box .empty {
  color: #cccccc;
}
.sale-cart {
  margin: 180px auto 180px;
}
.sale-cart ul.cart-list {
  max-width: calc(100% - 300px);
}
.sale-cart .btn.disabled {
  display: none !important;
}
.sale-cart-box-view-extended-link:hover {
  opacity: 0.7;
}
.btn,
.btn_checkout,
input[type="submit"] {
  border-radius: 0px;
  background-color: #cc9900;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
  border: none;
  letter-spacing: 1px;
}
.btn:hover,
.btn_checkout:hover,
input[type="submit"]:hover {
  border-radius: 0px;
  background-color: #cc9900 !important;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
  border: none;
  letter-spacing: 1px;
}
.btn:hover,
#btn_checkout:hover {
  border-radius: 0px;
  background-color: #cc9900;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
  border: none;
  letter-spacing: 1px;
}
.table-base {
  width: 100%;
  text-align: left;
  line-height: 18px;
  border: 1px solid #e5e5e5;
  color: #666666;
}
.table-base thead {
  background: #263548;
  border: 1px solid #cccccc;
  color: #ffffff;
}
.table-base th,
.table-base td {
  text-align: left;
  padding: 8px 11px;
}
.table-base td {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 11px;
}
.table-base a {
  text-decoration: underline;
  color: #666666;
}
.table-base a:over {
  text-decoration: none;
}
.table-base .tit-mensaje {
  text-align: left;
}
.table-base .vote {
  width: 150px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-base .user {
  white-space: nowrap;
}
.table-base .punctuation {
  width: 20px;
}
.table-base .ico-folder {
  display: inline-block;
  height: 14px;
  width: 11px;
  background: url("../img/sprite.png") no-repeat -252px -96px transparent;
}
.table-base .folder {
  font-weight: bold;
}
.table-base tbody > tr:nth-child(even) > td,
.table-base tbody > tr:nth-child(even) > th {
  background-color: #f8f8f8;
}
.table-base tbody > tr:nth-child(odd) > td,
.table-base tbody > tr:nth-child(odd) > th {
  background-color: #ededed;
}
.table-div {
  text-align: left;
}
.table-div .row-div {
  border: 1px solid #e5e5e5;
  border-top: none;
  color: #666666;
  padding: 8px 0 8px 11px;
}
.table-div .row-div-header {
  border: 1px solid #cccccc;
  background-color: #263548;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 0 8px 11px;
}
.table-div .row-div-indent {
  margin-left: 13px;
  border-top: 1px solid #e5e5e5;
}
.table-div .row-div-indent .row-div {
  border-right: none;
}
.table-div .row-div-0 {
  background-color: #f8f8f8;
}
.table-div .row-div-1 {
  background-color: #ededed;
}
.table-div .row-div-hover {
  background-color: #dddddd;
}
.table-div .col-div {
  display: inline-block;
  float: right;
}
.table-div .col-div-0 {
  float: none;
}
.table-div .col-div-30 {
  width: 30px;
}
.table-div .col-div-50 {
  width: 50px;
}
.table-div .col-div-90 {
  width: 90px;
}
.table-div .col-div-110 {
  width: 110px;
}
.table-div .col-div-115 {
  width: 115px;
}
.table-div .col-div-150 {
  width: 150px;
}
.table-div .col-div-180 {
  width: 180px;
}
.table-div a {
  color: #666666;
  text-decoration: underline;
}
.table-div .ico-folder {
  background: url("../img/sprite.png") no-repeat scroll -252px -96px rgba(0,0,0,0);
  display: inline-block;
  height: 14px;
  width: 11px;
}
.table-div .folder {
  display: inline-block;
  padding: 0 0 10px 2px;
  font-weight: bold;
}
.table-div .info-div {
  margin: 12px 12px 6px 0;
}
#toolbar .addthis_toolbox {
  float: right;
  margin: 12px 20px 12px 10px;
}
#toolbar .userbox .loged-content {
  display: none;
  background-color: #263548;
  height: 100px;
  padding: 10px;
}
#toolbar .userbox .loged-content .name {
  color: #ffffff;
}
#toolbar .userbox .loged-content .edit-profile {
  margin: 13px 4px 0 0;
}
#toolbar .navbar-inner .nav .dropdown-toggle .caret {
  border-bottom-color: #999999 !important;
  border-top-color: #999999 !important;
}
.header {
  font-family: 'Oxygen', sans-serif;
}
.header h2 {
  color: #263548;
  line-height: 32px;
  margin: 38px 20px 10px 20px;
  text-align: left;
  font-size: 32px;
}
.header .ico-header {
  margin-top: 10px;
  display: none;
}
.header .logo {
  margin: 30px 0 20px 40px;
}
@media (max-width: 979px) {
  .header h2 {
    font-size: 28px;
  }
  .header p {
    font-size: 16px;
  }
  .header .ico-header {
    display: none;
  }
  .header .logo {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header .span5 {
    float: left;
  }
  .header .logo {
    margin-top: 10px;
    margin-left: 15px;
  }
}
.footer {
  background-color: #263548;
  margin-top: 0;
  min-height: 270px;
  margin-bottom: -10px;
  padding: 20px 3% 30px 3%;
  position: relative;
}
.footer .logo_footer {
  width: 15%;
  height: 200px;
  float: left;
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .social_media {
  width: 30%;
  height: 70px;
  float: right;
}
.footer .social_media #social-media li {
  display: block;
  width: 50px;
  height: 50px;
  float: right;
}
.footer .social_media #social-media li a {
  display: block;
  width: 50px;
  height: 50px;
}
.footer .social_media #social-media .twi {
  background-image: url('/media/7/media_section/2/2/6622/twi.png');
  background-size: cover;
}
.footer .social_media #social-media .fac {
  background-image: url('/media/7/media_section/6/8/6668/fb.png');
  background-size: cover;
}
.footer .social_media #social-media .ins {
  background-image: url('/media/7/media_section/2/8/6628/instagram.png');
  background-size: cover;
}
.footer .subscribe_footer {
  width: 480px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translateX(-240px);
}
.footer .subscribe_footer .btn {
  border-radius: 0px;
  background-color: #cc9900;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
  border: none;
  float: right;
  margin-left: -9px !important;
}
.footer .subscribe_footer .user-register-newsletter {
  position: relative;
  height: 100px;
}
.footer .subscribe_footer .user-register-newsletter .start-link {
  background-color: #263548;
  color: #ffffff;
  float: left;
  max-width: 100px;
  cursor: default;
  text-align: right;
}
.footer .subscribe_footer .user-register-newsletter .start-link .text {
  font-size: 16px;
}
.footer .subscribe_footer .user-register-newsletter .start-link .ico {
  display: none;
}
.footer .subscribe_footer .user-register-newsletter .content {
  background-color: #263548;
  text-align: center;
  display: block !important;
}
.footer .subscribe_footer .user-register-newsletter .content form {
  text-align: right;
}
.footer .subscribe_footer .user-register-newsletter .content form input {
  border-radius: 0px;
  background-color: #ffffff;
  margin: 0;
  margin-right: 9px;
  max-width: 200px;
  float: left;
}
.footer .subscribe_footer .user-register-newsletter .content form #subscribe {
  display: block;
  type: visible;
}
.footer .subscribe_footer .user-register-newsletter .content form .subscribe {
  border-radius: 0px;
  margin: 0 0 0 -4px;
  background-color: #cc9900;
  background-image: none;
  text-shadow: none;
  font-weight: bold;
  float: left;
}
.footer .subscribe_footer .user-register-newsletter .content form .checkbox {
  position: absolute;
  bottom: 0;
}
.footer .subscribe_footer .user-register-newsletter .content form .checkbox a {
  color: #ccc;
}
.footer .subscribe_footer .user-register-newsletter .done {
  background-color: #263548;
  color: #ffffff;
}
.footer .footer-info {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer-info li {
  display: inline-block;
  color: #ffffff;
}
.footer .footer-info li a {
  color: #ffffff;
}
#menu,
.navbar-inner {
  background-color: rgba(255,255,255,0.6);
  border: none !important;
}
#menu .container,
.navbar-inner .container {
  display: table;
  width: auto !important;
}
#menu .container ul,
.navbar-inner .container ul {
  height: 50px;
}
#menu .container ul li,
.navbar-inner .container ul li {
  padding: 0;
  min-height: 50px;
}
#menu span.ico,
.navbar-inner span.ico {
  display: none;
}
#menu .dropdown-menu,
.navbar-inner .dropdown-menu {
  left: auto;
}
#menu .nav .dropdown-toggle .caret,
.navbar-inner .nav .dropdown-toggle .caret {
  border-bottom-color: #263548 !important;
  border-top-color: #263548 !important;
}
#menu .dropdown-menu,
.navbar-inner .dropdown-menu {
  min-width: 160px;
  padding: 5px;
  margin: 0;
  background-color: #888888;
  border: 0px solid #ccc;
  border: 0px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#menu .dropdown-menu .nav-header,
.navbar-inner .dropdown-menu .nav-header {
  color: #ffffff;
  background: #999999;
}
#menu .dropdown-menu .dropdown-submenu > a:after,
.navbar-inner .dropdown-menu .dropdown-submenu > a:after {
  width: 0;
  height: 0;
  margin-top: 7px;
  margin-right: 3px;
  border-left-color: #ffffff;
  border-width: 5px 0 5px 5px;
  content: " ";
}
#menu .dropdown-menu > a:before,
.navbar-inner .dropdown-menu > a:before {
  border: 1px solid red !important;
}
#menu .navbar .icon-home,
#menu .navbar-fixed-top .icon-home,
.navbar-inner .navbar .icon-home,
.navbar-inner .navbar-fixed-top .icon-home {
  margin: 3px 4px 0;
}
#menu .navbar .caret,
#menu .navbar-fixed-top .caret,
.navbar-inner .navbar .caret,
.navbar-inner .navbar-fixed-top .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#menu .navbar .navbar-inner,
#menu .navbar-fixed-top .navbar-inner,
.navbar-inner .navbar .navbar-inner,
.navbar-inner .navbar-fixed-top .navbar-inner {
  background: transparent !important;
  box-shadow: none !important;
  background-image: none !important;
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
  padding: 0;
}
#menu .navbar .navbar-inner .nav li,
#menu .navbar-fixed-top .navbar-inner .nav li,
.navbar-inner .navbar .navbar-inner .nav li,
.navbar-inner .navbar-fixed-top .navbar-inner .nav li {
  height: 50px;
}
#menu .navbar .navbar-inner .nav li > a,
#menu .navbar-fixed-top .navbar-inner .nav li > a,
.navbar-inner .navbar .navbar-inner .nav li > a,
.navbar-inner .navbar-fixed-top .navbar-inner .nav li > a {
  color: #263548;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 20px;
  text-shadow: none;
  font-size: 18px;
  border-left: 2px solid #263548;
}
#menu .navbar .navbar-inner .nav li > a:hover,
#menu .navbar-fixed-top .navbar-inner .nav li > a:hover,
.navbar-inner .navbar .navbar-inner .nav li > a:hover,
.navbar-inner .navbar-fixed-top .navbar-inner .nav li > a:hover {
  color: #cc9900;
  font-weight: bold;
}
#menu .navbar .navbar-inner .nav li:first-child > a,
#menu .navbar-fixed-top .navbar-inner .nav li:first-child > a,
.navbar-inner .navbar .navbar-inner .nav li:first-child > a,
.navbar-inner .navbar-fixed-top .navbar-inner .nav li:first-child > a {
  border-left: none;
}
#menu .navbar .navbar-inner .nav .active > a,
#menu .navbar-fixed-top .navbar-inner .nav .active > a,
.navbar-inner .navbar .navbar-inner .nav .active > a,
.navbar-inner .navbar-fixed-top .navbar-inner .nav .active > a {
  background-color: transparent;
  box-shadow: none;
  font-weight: bold;
}
#menu .navbar .navbar-inner .nav .active > a span.ico:first-child,
#menu .navbar-fixed-top .navbar-inner .nav .active > a span.ico:first-child,
.navbar-inner .navbar .navbar-inner .nav .active > a span.ico:first-child,
.navbar-inner .navbar-fixed-top .navbar-inner .nav .active > a span.ico:first-child {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px 0px;
}
#menu .navbar .navbar-inner .nav .active > a span.ico:last-child,
#menu .navbar-fixed-top .navbar-inner .nav .active > a span.ico:last-child,
.navbar-inner .navbar .navbar-inner .nav .active > a span.ico:last-child,
.navbar-inner .navbar-fixed-top .navbar-inner .nav .active > a span.ico:last-child {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px 0px;
}
@media (max-width: 979px) {
  #menu .navbar-fixed-top,
  .navbar-inner .navbar-fixed-top {
    margin: 0 !important;
  }
  #menu .navbar .container,
  .navbar-inner .navbar .container {
    background: #898989;
    padding: 5px 5px 5px 10px;
  }
  #menu .navbar .container .btn-navbar,
  .navbar-inner .navbar .container .btn-navbar {
    background: #256C84;
  }
  #menu .navbar .container .nav,
  .navbar-inner .navbar .container .nav {
    margin: 0 10px;
  }
  #menu .navbar .container .nav li,
  .navbar-inner .navbar .container .nav li {
    margin: 0 15px !important;
  }
  #menu .navbar .container .nav li > a span.ico,
  .navbar-inner .navbar .container .nav li > a span.ico {
    display: none;
  }
  #menu .navbar .container .nav .active > a,
  .navbar-inner .navbar .container .nav .active > a {
    background: #898989 !important;
    margin: 5px 0 0 0;
    color: #256C84;
  }
}
.video-player {
  display: none;
}
.carousel .slide {
  padding: 0 30px 10px 30px;
}
.carousel .slide .carousel-indicators {
  margin-top: -18px !important;
}
.carousel .slide .carousel-control {
  background: transparent;
  border: none;
  height: 30px;
  left: 5;
  opacity: 1;
  top: 45%;
  width: 30px;
}
.carousel .slide .carousel-control .left {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -30px;
}
.carousel .slide .carousel-control .left:hover {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -60px;
}
.carousel .slide .carousel-control .right {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -30px;
}
.carousel .slide .carousel-control .right:hover {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -60px;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 500px;
}
.carousel.vertical .prev {
  top: -500px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -500px;
}
.carousel.vertical .active.right {
  top: 500px;
}
.carousel.vertical .item {
  left: 0;
}
.carousel.vertical .carousel-control.left,
.carousel.vertical .carousel-control.right {
  left: 50% !important;
  margin-left: -15px !important;
  margin-bottom: 0 !important;
}
.carousel.vertical .carousel-control.left {
  top: 0;
  margin-top: -35px !important;
}
.carousel.vertical .carousel-control.right {
  top: 100%;
  margin-top: 5px !important;
}
.nota {
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 10px 5px;
}
.nota .ico {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px 0px;
  margin: -12px 46% -10px 46%;
}
.nota .nota-content {
  float: left;
  margin: 10px 15px 5px 15px;
}
.nota .nota-content a {
  color: #263548;
  text-decoration: underline;
}
.nota .nota-content a:hover {
  text-decoration: none;
}
.nota .nota-content h5 {
  color: #263548;
  float: left;
  font-weight: normal;
  line-height: 14px;
  margin: 0 0 3px 0;
  width: 70%;
}
.nota .nota-content img {
  float: left;
  margin: 0 10px 5px 0;
  width: 25%;
}
.nota .nota-content p {
  float: left;
  width: 68% !important;
}
.nota .nota-content .data {
  font-size: 18px;
  margin-right: 5px;
}
.nota .nota-footer {
  float: left;
  margin: 0 15px 5px 15px;
}
.nota .nota-footer .ico {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px -90px;
  cursor: pointer;
  float: right !important;
  margin: 0 10px 3px 0;
}
.nota .nota-footer .ico:hover {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -90px;
}
.nota-content-white {
  color: #ffffff;
  text-decoration: underline;
}
.nota-content-white a {
  color: #ffffff !important;
}
.nota-content-white a:hover {
  color: #ffffff;
}
div.modal-body div.explanation {
  margin: 0 1%;
}
.accordion {
  clear: both;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .accordion {
    margin-bottom: 10px;
  }
}
form .progressbar {
  width: 98.6%;
  height: 20px;
  margin: 4px 5px 0;
  padding: 0;
  display: none;
  float: right;
}
form .progressbar .ui-progressbar-value {
  background-color: #263548 !important;
  background: #263548 !important;
}
form .loading {
  width: 24px;
  height: 24px;
  margin: 2px 5px;
  background-image: url('../img/loading_24_FFFFFF_333333.gif');
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: none;
  float: right;
}
form .modal-footer .loading {
  background-image: url('../img/loading_24_F5F5F5_333333.gif');
}
.reset-tabs {
  border: none;
}
.reset-tabs .active {
  border: none;
}
.reset-tabs .nav-tabs > li > a:hover,
.reset-tabs .nav-tabs > li > a:focus {
  background: none;
  border: none;
  color: #000000;
}
#actions-menu {
  border: none;
  float: left;
  width: 100%;
}
#actions-menu .active {
  border: none;
}
#actions-menu .nav-tabs > li > a:hover,
#actions-menu .nav-tabs > li > a:focus {
  background: none;
  border: none;
  color: #000000;
}
#actions-menu span.ico {
  display: none;
}
#actions-menu .nav-tabs {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}
#actions-menu .nav-tabs >li {
  border-right: 1px solid #cccccc;
}
#actions-menu .nav-tabs >li >a {
  border: none;
  color: #333333;
  cursor: pointer;
  margin: 6px 5px;
  font-size: 16px;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}
#actions-menu .nav-tabs >li >a:hover {
  border: none;
  text-decoration: underline;
}
#actions-menu .nav-tabs >.active > a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: inset 0 0 3px #000000;
  background: #256C84;
  border: none;
  color: #ffffff;
}
#actions-menu .nav-tabs >.active > a:hover,
#actions-menu .nav-tabs >.active > a:focus {
  background: #59A7C2;
  color: #ffffff;
  text-decoration: none;
}
#actions-menu .caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}
@media (max-width: 979px) {
  #actions-menu .r-two,
  #actions-menu .r-four,
  #actions-menu .r-three {
    display: none;
  }
  #actions-menu .dropdown {
    display: block;
  }
  #actions-menu .dropdown .r-one {
    display: none;
  }
  #actions-menu .dropdown .r-two,
  #actions-menu .dropdown .r-three,
  #actions-menu .dropdown .r-four {
    display: block;
  }
}
@media (max-width: 570px) {
  #actions-menu .open > .dropdown-menu {
    display: block;
    margin: -1px 0 0 -82px;
  }
  #actions-menu .r-one,
  #actions-menu .r-two,
  #actions-menu .r-four,
  #actions-menu .r-three {
    display: none;
  }
  #actions-menu .dropdown {
    display: block;
  }
  #actions-menu .dropdown .r-one,
  #actions-menu .dropdown .r-two,
  #actions-menu .dropdown .r-three,
  #actions-menu .dropdown .r-four {
    display: block;
  }
}
#actions-menu .tab-content {
  padding-top: 14px;
}
.inner-tab-menu ul {
  background-color: #383636;
  background-image: -webkit-linear-gradient(top,#383636,#494949);
  background-image: -moz-linear-gradient(top,#383636,#494949);
  background-image: -o-linear-gradient(top,#383636,#494949);
  background-image: -ms-linear-gradient(top,#383636,#494949);
  background-image: linear-gradient(top,#383636,#494949);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #898989;
  float: left;
  width: 99.7%;
}
.inner-tab-menu ul li {
  border-right: 1px solid #898989;
  float: left;
  margin: 4px 0;
}
.inner-tab-menu ul li:last-child {
  border-right: none;
}
.inner-tab-menu ul li:last-child .active {
  border-right: none !important;
}
.inner-tab-menu ul li >a {
  color: #ffffff;
  line-height: 20px;
  margin: 0 15px;
  padding: 0 7px;
  text-decoration: none;
}
.inner-tab-menu ul li >a:hover {
  background: none;
  text-decoration: underline;
}
.inner-tab-menu ul li .active {
  border-right: 1px solid #898989 !important;
}
.inner-tab-menu ul li.active > a {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: inset 0 0 3px #000000;
  background: #263548;
  border: 1px solid #333;
  color: ffffff !important;
  text-decoration: none;
}
.nav-tabs,
.nav-pills {
  position: relative;
}
@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 0px !important;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 10px 5px 0 5px !important;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-inner,
  #toolbar-bottom .navbar-inner {
    font-size: 80% !important;
    line-height: normal;
    padding: 2px !important;
    min-height: 20px;
  }
  .navbar-fixed-top .navbar-inner .btn-navbar,
  #toolbar-bottom .navbar-inner .btn-navbar {
    float: right;
    margin-left: 2px !important;
  }
  .navbar-fixed-top .navbar-inner .nav,
  #toolbar-bottom .navbar-inner .nav {
    margin: 0;
  }
  .navbar-fixed-top .navbar-inner li.text,
  #toolbar-bottom .navbar-inner li.text {
    padding: 1px 4px !important;
  }
  .navbar-fixed-top .navbar-inner li > a,
  #toolbar-bottom .navbar-inner li > a {
    padding: 1px 4px !important;
    margin-bottom: 1px !important;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #256C84;
  background-image: linear-gradient(to bottom,#59A7C2,#256C84);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #256C84;
  background-image: linear-gradient(to bottom,#59A7C2,#256C84);
}
.dropdown-menu .plus {
  background-image: url(/image/plus.png);
  background-position: 4px 0px;
  opacity: 0.5;
  height: 16px;
  width: 16px;
  left: 0px;
  position: absolute;
}
.dropdown-menu .minus {
  background-image: url(/image/minus.png);
  background-position: 4px 0px;
  opacity: 0.5;
  height: 16px;
  width: 16px;
  left: 0px;
  position: absolute;
}
.dropdown-menu > li > a.indent {
  padding: 3px 40px;
}
.row-suggest {
  padding-left: 1.5%;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2 !important;
}
@media (max-width: 768px) {
  .row-suggest {
    border-bottom: 0px solid #e2e2e2 !important;
  }
}
.row-suggest .image {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}
.row-suggest .cell-suggest {
  border-right: 1px solid #e2e2e2;
  margin: 25px -1px 25px 0;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
}
@media (max-width: 768px) {
  .row-suggest .cell-suggest {
    border-right: 0px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    margin: 15px 0 0 0 !important;
  }
  .row-suggest .cell-suggest img {
    width: 100%;
  }
}
.row-suggest .cell-suggest .portlet-content {
  border: none !important;
  padding: 0 7% 0 0;
}
@media (max-width: 768px) {
  .row-suggest .cell-suggest .portlet-content {
    padding: 0 !important;
  }
}
.row-suggest .cell-suggest h3 {
  margin-top: 0 !important;
  min-height: 42px;
  font-size: 14px;
  line-height: 18px;
}
.row-suggest .cell-suggest h3 a {
  color: #333333;
}
.row-suggest .cell-suggest h3 a span.ico {
  display: none;
}
.row-suggest .cell-suggest .description-emotive {
  display: none;
}
.row-suggest .cell-suggest ul {
  margin: 0;
}
.row-suggest .cell-suggest ul li {
  float: left;
  list-style-type: none;
  margin: 0 10px 10px 0;
}
.row-suggest .cell-suggest .more-info {
  margin-top: 10px;
  width: 100%;
}
.row-suggest .cell-suggest .more-info li {
  font-size: 12px;
  line-height: 35px;
  margin-bottom: 0;
  color: #666666;
}
.row-suggest .cell-suggest .more-info li:last-child {
  float: right !important;
  margin-right: 0;
}
.row-suggest .cell-suggest .more-info li .btn {
  padding: 5px 6px !important;
  margin-top: -1px !important;
}
.more {
  text-align: center;
}
.more .btn {
  margin: 10px auto 20px !important;
  color: #ffffff !important;
}
.more .btn a {
  color: #ffffff;
}
.ico-filetype-document {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -180px;
}
.ico-filetype-presentation {
  background: url(../img/sprite.png) no-repeat;
  background-position: -270px 0px;
}
.ico-filetype-spreadsheet {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -180px;
}
.ico-filetype-image {
  background: url(../img/sprite.png) no-repeat;
  background-position: -240px -30px;
}
.ico-filetype-video {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -150px;
}
.ico-filetype-audio {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -150px;
}
.ico-filetype-default {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -180px;
}
[data-portlet-name="Portlet Error 404"] h4 {
  font-size: 2em !important;
  line-height: 1.5em !important;
  margin: 0.3em 0 0 !important;
}
[data-portlet-name="Portlet Error 404"] .portlet-body {
  padding-top: 0 !important;
}
[data-portlet-name="Portlet Error 404"] .portlet-body .portlet-content .paragraph {
  line-height: 1.5em !important;
  text-align: justify;
  width: 85%;
}
[data-portlet-name="Portlet Error 404"] .portlet-body .portlet-content .paragraph p {
  margin: 1.2em 0 0.7em !important;
}
.portlet {
  border: none;
  text-align: left;
}
.portlet .portlet-header {
  margin: 0;
  padding: 0;
}
.portlet .portlet-body {
  margin: 0;
  padding: 0;
}
.portlet .portlet-body .portlet-content {
  border: none;
  margin: 0;
  padding: 0;
}
.portlet .portlet-body-white {
  background-color: #ffffff !important;
}
.portlet .portlet-body-gray {
  background-color: #f3f3f3 !important;
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.portlet .portlet-body-gray span {
  border: none;
}
.portlet .portlet-body-gray-medium {
  background-color: #ededed !important;
}
.portlet .portlet-header {
  margin-bottom: 5px;
}
.portlet .portlet-header h4 {
  margin: 0;
}
.portlet .portlet-header h4 .ico-1 {
  display: none;
}
.portlet .portlet-header h4 .ico-2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -150px;
}
.portlet .portlet-header h4 .ico-3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -150px;
}
.portlet .portlet-header h4 .ico-4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -150px;
}
.portlet .portlet-header h4 .ico {
  float: right;
  margin: -5px 0 -5px 10px;
}
.portlet .portlet-header .close {
  color: #000000;
  filter: alpha(opacity=30);
  float: right;
  font-size: 25px;
  line-height: 24px;
  opacity: 0.30;
}
.portlet .portlet-header .portlet-footer {
  width: 100% !important;
  padding: 5px 0 10px 0;
  margin-bottom: -5px;
}
.portlet-1 .portlet {
  border: none;
}
.portlet-1 .portlet-header {
  border-radius: 4px;
}
.portlet-2 {
  margin-bottom: 100px;
  padding-top: 36px;
  background-image: url(../img/shop-lateral.png);
  background-repeat: no-repeat;
  background-position: center 0;
}
.portlet-2 .portlet {
  background-color: #263548;
  background-image: url(../img/shop-lateral.png);
  background-repeat: no-repeat;
  background-position: center -35px;
  border-radius: 0;
  -webkit-box-shadow: -2px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -2px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: -2px 5px 5px 0px rgba(0,0,0,0.2);
}
.portlet-2 .portlet-header {
  border-radius: 4px 4px 0 0;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.portlet-2 .portlet-header h4 {
  padding: 10px 15px;
  color: #cc9900;
  margin-top: 35px;
  font-size: 18px;
  letter-spacing: 4px;
}
.portlet-2 .portlet-header h4::after {
  content: "";
  width: 50px;
  height: 5px;
  display: block;
  background-color: #cc9900;
  margin: 10px auto;
}
.portlet-2 .portlet-body {
  padding: 15px 15px 15px 15px;
}
.portlet-2 .sale-cart {
  margin: 20px 0;
}
.portlet-3 {
  margin-bottom: 0;
}
.portlet-3 .titel-products {
  display: block;
  max-width: 650px;
  margin: 0 auto 80px;
  color: #263548;
  font-size: 32px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
}
.portlet-3 .titel-products .titel-yellow {
  color: #cc9900;
}
.portlet-3 .commodity-list-search .list-title {
  display: block;
  max-width: 450px;
  margin: 0 auto 80px;
  color: #263548;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  border: none;
}
.portlet-3 .commodity-list-search .btn {
  border-radius: 0px;
  background-color: #cc9900;
  background-image: none;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.27);
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
  border: none;
}
.portlet-3 .search_results {
  width: 96%;
  margin: 0 auto;
  height: 630px;
}
.portlet-3 .search_results .list-cell {
  width: 50%;
  margin: 0;
  height: 290px;
  overflow: hidden;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.portlet-3 .portlet {
  border: none;
}
.portlet-3 .portlet-header {
  border-radius: 4px 4px 0 0;
}
.portlet-3 .portlet-header h4 {
  padding: 10px 15px;
}
.portlet-3 .portlet-body {
  padding: 15px 15px 15px 15px;
}
.portlet-4 {
  border-radius: 4px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.portlet-4 .portlet {
  border: none;
}
.portlet-4 .portlet-header {
  border-radius: 4px 4px 0 0;
}
.portlet-4 .portlet-header h4 {
  padding: 10px 15px;
}
.portlet-4 .portlet-body {
  padding: 15px 15px 15px 15px;
}
.portlet-5 .portlet {
  border: none;
}
.portlet-5 .portlet-header {
  border-radius: 4px;
  margin-bottom: 15px;
}
.portlet-5 .portlet,
.portlet-5 .portlet-body,
.portlet-5 .portlet-content {
  overflow: visible !important;
}
.portlet-44 {
  background-color: transparent;
  border: none;
}
.portlet-44 .portlet {
  border: none;
}
.portlet-44 .portlet-header {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.portlet-44 .portlet-body {
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  background-color: #f3f3f3;
  border-radius: 4px;
}
.portlet-44 .portlet-content {
  padding: 0 !important;
  margin: 0 10px 10px !important;
}
.portlet-55 {
  background-color: transparent;
  border: none;
}
.portlet-55 .portlet {
  border: none;
}
.portlet-55 .portlet-header {
  padding: 0 !important;
  margin: 0 !important;
}
.portlet-55 .portlet-body {
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  background-color: #f3f3f3;
  border-radius: 4px;
}
.portlet-55 .portlet-content {
  padding: 0 !important;
  margin: 0 10px 10px !important;
}
.portlet-66 .portlet-header {
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.portlet-66 .portlet,
.portlet-66 .portlet-body,
.portlet-66 .portlet-content {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
.portlet .portlet-header-1 {
  text-align: left;
}
.portlet .portlet-header-1 h4 {
  color: #263548;
  padding-bottom: 0px;
}
.portlet .portlet-header-2 {
  text-align: center;
}
.portlet .portlet-header-2 h4 {
  color: #cc9900;
  padding-bottom: 0px;
}
.portlet .portlet-header-3 {
  text-align: left;
}
.portlet .portlet-header-3 h4 {
  color: #333333;
  padding-bottom: 0px;
}
.portlet .portlet-header-4 {
  text-align: center;
}
.portlet .portlet-header-4 h4 {
  color: #333333;
  padding-bottom: 0px;
}
.portlet .portlet-header-5 {
  text-align: left;
  background: #263548;
}
.portlet .portlet-header-5 h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.portlet .portlet-header-6 {
  text-align: center;
  background: #263548;
}
.portlet .portlet-header-6 h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.portlet .portlet-header-7 {
  text-align: left;
  background: #333333;
}
.portlet .portlet-header-7 h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.portlet .portlet-header-8 {
  text-align: center;
  background: #333333;
}
.portlet .portlet-header-8 h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.portlet .portlet-header-9 {
  text-align: left;
  background: #e5e5e5;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -o-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -ms-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: linear-gradient(top,#f8f8f8,#e5e5e5);
  border: 1px solid #dddddd;
}
.portlet .portlet-header-9 h4 {
  color: #666666;
  padding: 10px 15px;
}
.portlet .portlet-header-10 {
  text-align: center;
  background: #e5e5e5;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -o-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -ms-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: linear-gradient(top,#f8f8f8,#e5e5e5);
  border: 1px solid #dddddd;
}
.portlet .portlet-header-10 h4 {
  color: #666666;
  padding: 10px 15px;
}
.portlet .portlet-header-11 {
  text-align: left;
  background: #263548;
  background-color: #263548;
  background-image: -webkit-linear-gradient(top,#263548,#405a7a);
  background-image: -moz-linear-gradient(top,#263548,#405a7a);
  background-image: -o-linear-gradient(top,#263548,#405a7a);
  background-image: -ms-linear-gradient(top,#263548,#405a7a);
  background-image: linear-gradient(top,#263548,#405a7a);
  border: 1px solid #405a7a;
}
.portlet .portlet-header-11 h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.portlet .portlet-header-12 {
  text-align: center;
  background: #263548;
  background-color: #263548;
  background-image: -webkit-linear-gradient(top,#263548,#405a7a);
  background-image: -moz-linear-gradient(top,#263548,#405a7a);
  background-image: -o-linear-gradient(top,#263548,#405a7a);
  background-image: -ms-linear-gradient(top,#263548,#405a7a);
  background-image: linear-gradient(top,#263548,#405a7a);
  border: 1px solid #405a7a;
}
.portlet .portlet-header-12 h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.portlet-9 {
  text-align: left;
}
.portlet-9 .portlet-header {
  padding: 0 15px;
  font-size: 90%;
}
.portlet-9 .portlet-body {
  padding-bottom: 15px;
}
.portlet-9 .portlet-body .portlet-content {
  margin: 0 !important;
  padding: 0 !important;
}
.portlet-9 dl,
.portlet-9 dt,
.portlet-9 dd {
  margin: 0 0 30px;
  width: 100% !important;
}
.portlet-9 dl {
  margin: 0 0 15px;
}
.portlet-9 dt:before {
  color: #263548;
  content: "\2022\20";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.portlet-9 dt {
  margin: 15px 0 0 25px;
  color: #263548;
}
.portlet-9 dd {
  line-height: 28px;
  margin: 0 0 0 40px;
}
.portlet-9 dd a {
  color: #666666;
  text-decoration: underline;
}
.portlet-9 dd span {
  color: #666666;
}
.portlet-9 .mes {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  margin: 15px 0 0;
  padding: 15px;
}
.portlet-9 .mes h4 {
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #333333;
  color: #ffffff;
  margin: 0 0 15px !important;
  padding: 7px 0;
  text-indent: 15px;
  font-size: 16px;
}
.portlet-9 .mes .fitxa {
  display: none;
  margin: 5px 60px 30px 0;
  line-height: 20px;
  color: #666666;
}
.portlet-9 .mes .fitxa .titol {
  display: block;
  padding-top: 5px;
  font-weight: bold;
}
.portlet-9 #portlet-agenda-veuretots {
  text-align: right;
  color: #666666;
}
.portlet-9 #portlet-agenda-veurenous {
  text-align: right;
  color: #666666;
  display: none;
}
.portlet-9 #portlet-agenda-veuretots a,
.portlet-9 #portlet-agenda-veurenous a {
  color: #898989;
  text-decoration: underline;
}
.portlet-9 #portlet-agenda-veuretots a:hover,
.portlet-9 #portlet-agenda-veurenous a:hover {
  color: #263548;
}
.portlet-9 .portlet-agenda-passat {
  display: none;
}
.article-list-user-label .spacer {
  height: 1em;
}
.article-list-label .article {
  width: 93%;
  margin-left: 2.8%;
  margin-bottom: 10px;
  padding: 5px 0;
}
.article-list-label .article h2 {
  font-size: 18px;
  line-height: 22px;
  min-height: 44px;
}
.article-list-label .article .article-body {
  border-top: 1px solid #0090B1 !important;
  padding-top: 10px !important;
  font-size: 12px;
  line-height: 18px;
  color: #898989;
}
.article-list-label .article .article-body .image {
  width: 99.5%;
  height: 224px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
ul.article-list {
  margin: 0;
}
ul.article-list li {
  border-bottom: 1px solid #263548;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
ul.article-list li div.article {
  min-height: 110px;
  margin: 24px 8px;
  text-align: left;
}
ul.article-list li div.article .first {
  margin: 2px 20px 10px 0;
}
ul.article-list li div.article .first .article-image {
  border-radius: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 139px;
  height: 104px;
}
ul.article-list li div.article h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #263548;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 0 1px;
}
ul.article-list li div.article h3 a {
  text-decoration: none !important;
}
ul.article-list li div.article p {
  margin: 0 !important;
  color: #666666;
}
ul.article-list li div.article a {
  text-decoration: underline;
}
ul.article-list li div.article div.user {
  margin: 10px 0 0;
  color: #263548;
  font-weight: bold;
  display: none;
}
ul.article-list li div.article a.article-link {
  cursor: pointer;
}
ul.article-list li div.article a.article-link:before {
  content: "[";
}
ul.article-list li div.article a.article-link:after {
  content: "]";
}
div.modal-body div.article {
  margin: 10px 2%;
}
div.modal-body div.article .article-header ul.data {
  color: #666666;
  float: left;
  margin: 15px 0 9px;
  width: 100%;
}
div.modal-body div.article .article-header ul.data li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
div.modal-body div.article .article-header ul.data li strong {
  color: #263548;
}
div.modal-body div.article .article-body {
  padding: 0;
}
div.modal-body div.article .article-body h1 {
  color: #333333;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
}
div.modal-body div.article .article-body h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
div.modal-body div.article .article-body .contents {
  margin: 20px 0;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
div.modal-body div.article .article-body .contents a {
  text-decoration: underline;
}
div.modal-body div.article .article-footer {
  border-top: 1px solid #263548 !important;
  padding: 15px 0 40px;
  display: none;
}
.last-articles {
  padding: 3px 0;
  color: #666666;
}
.last-articles .image {
  border-radius: 3px;
  float: left;
  display: inline-block;
  width: 69px;
  height: 52px;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
}
.last-articles .title {
  color: #263548;
}
.last-articles .title-full {
  display: none;
}
.last-articles a {
  text-decoration: underline;
}
.last-articles .spacer {
  clear: both;
  width: 10px;
  height: 10px;
}
.last-articles .line {
  border-top: 1px solid #263548;
}
.noticia {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  max-width: 93%;
  margin-left: 2.8% !important;
}
@media (max-width: 768px) {
  .noticia {
    border-bottom: 1px solid #cccccc !important;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
.noticia h2 {
  font-size: 18px;
  line-height: 22px;
  min-height: 44px;
}
.noticia .portlet-body {
  border-top: 1px solid #263548 !important;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.noticia .portlet-body .portlet-content {
  margin: 0 0 10px 0 !important;
  padding: 10px 0 0 0 !important;
}
.noticia .portlet-body .portlet-content img {
  width: 99.5%;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
.noticia .portlet-body .portlet-content p {
  color: #898989;
  font-size: 12px;
  line-height: 18px;
}
ul.news-list {
  margin: 10px 0 0 0;
}
ul.news-list li {
  border-bottom: 1px solid #263548 !important;
  float: left;
  list-style-type: mone;
  padding: 10px 0 20px 0;
}
ul.news-list .noticia {
  float: left;
  width: 100%;
}
ul.news-list .noticia .first {
  width: 16%;
  margin-right: 2%;
  margin-top: 12px;
}
ul.news-list .noticia .second {
  width: 82%;
}
ul.news-list .noticia .titular {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #263548;
}
ul.news-list .noticia p {
  color: #666666;
  font-size: 14px;
  line-height: 19px;
}
ul.news-list .noticia .user {
  margin: 15px 0 0 0;
}
ul.news-list .noticia .user strong {
  color: #263548;
}
#article-list-thumbnails .image {
  height: 150px;
}
.commodity-add-to-cart {
  position: relative;
}
.commodity-add-to-cart #availability_list .loading {
  float: none;
}
.commodity-add-to-cart .gift-voucher {
  height: 232px;
  background-color: transparent;
  color: #FFFFFF;
  width: 115px;
  position: absolute;
  top: 0;
  right: 70px;
  background-image: url('../img/gift.png');
  padding: 0;
  border-radius: 0;
  margin: -10px 0 0 0;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-ico {
  display: none;
  float: left;
  width: 45px;
  height: 22px;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-ico:before {
  content: url(../img/present.png);
  font-size: 34px;
  font-weight: normal;
  line-height: 22px;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-title {
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  margin-top: 140px;
}
.commodity-add-to-cart .gift-voucher .gift-voucher-contents {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 200;
}
.commodity-add-to-cart .gift-voucher:hover {
  background-color: transparent;
  opacity: 0.7;
}
.commodity-add-to-cart .ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.commodity-add-to-cart .modal-body {
  min-height: 300px;
}
.commodity-add-to-cart .modal-footer {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.commodity-add-to-cart .modal-footer .btn {
  float: right;
}
.commodity-contact-form {
  position: absolute;
  bottom: 5px;
  min-height: 54px;
  background-color: #26A670 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  background-image: url('../img/ajuda.png');
  background-position: 5px center;
  background-size: 50px;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 80px !important;
  max-width: 300px;
  display: block !important;
  box-sizing: border-box;
}
.commodity-contact-form .form-ico {
  display: none;
}
.commodity-contact-form .form-title {
  margin-bottom: 4px;
}
.commodity-contact-form .form-contents {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.2;
}
.ui-datepicker-inline {
  padding: 0;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
  box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.17);
}
.ui-datepicker-inline .ui-datepicker-header {
  background-color: #263548;
  color: #fff;
  background-image: none;
}
.ui-datepicker-inline .ui-datepicker-header .ui-icon {
  border-radius: 50%;
  background-color: #fff;
}
.ui-datepicker-inline .ui-state-active {
  background-color: #cc9900 !important;
  background-image: none !important;
}
.commodity-list-label-header {
  text-align: left;
  background: #333333;
}
.commodity-list-label-header h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.commodity-list-label {
  padding: 0 !important;
}
.commodity-list-label .course-cell {
  margin: 0px 0px -1px 0px !important;
  padding: 0 !important;
  width: 33.3%;
  float: left;
}
.commodity-list-label .course-cell .cell-suggest {
  margin: 25px 0px 25px 0px !important;
  padding: 0 18px !important;
}
.commodity-list-label .course-cell .cell-suggest .portlet-content {
  padding: 0px !important;
  width: 100%;
  display: inline-block;
}
.commodity-list-label .course-cell .cell-suggest .portlet-content h4 {
  display: none;
}
.commodity-view {
  margin-top: 120px;
}
.commodity-view .back-link {
  background-image: url(../img/back.png) !important;
  background-position: left 8px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 1px;
  font-size: 18px;
  margin: 40px 5% 0 0;
  padding: 12px 16px 12px 40px !important;
  text-shadow: none;
  width: auto !important;
}
.commodity-view .back-link:hover,
.commodity-view .back-link:focus,
.commodity-view .back-link:active {
  background-color: #263548;
  color: #ffffff;
}
@media (max-width: 979px) {
  .commodity-view .back-link {
    left: 50%;
    margin: 0 0 16px 0;
    position: relative;
    transform: translateX(-50%);
  }
}
.commodity-view.commodity-view-activity .row,
.commodity-view.commodity-view-hotel .row,
.commodity-view.commodity-view-lodging .row,
.commodity-view.commodity-view-pack .row {
  margin: 0;
}
.commodity-view.commodity-view-activity h3.title,
.commodity-view.commodity-view-hotel h3.title,
.commodity-view.commodity-view-lodging h3.title,
.commodity-view.commodity-view-pack h3.title {
  display: inline-block;
  max-width: calc(100% - 350px);
  margin: 16px 0 0 0;
  border: none;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .commodity-view.commodity-view-activity h3.title,
  .commodity-view.commodity-view-hotel h3.title,
  .commodity-view.commodity-view-lodging h3.title,
  .commodity-view.commodity-view-pack h3.title {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .commodity-view.commodity-view-activity a.back-link,
  .commodity-view.commodity-view-hotel a.back-link,
  .commodity-view.commodity-view-lodging a.back-link,
  .commodity-view.commodity-view-pack a.back-link {
    float: none;
  }
}
.commodity-view.commodity-view-activity div.price,
.commodity-view.commodity-view-hotel div.price,
.commodity-view.commodity-view-lodging div.price,
.commodity-view.commodity-view-pack div.price {
  margin-top: 16px;
}
.commodity-view.commodity-view-activity .add_to_cart,
.commodity-view.commodity-view-hotel .add_to_cart,
.commodity-view.commodity-view-lodging .add_to_cart,
.commodity-view.commodity-view-pack .add_to_cart {
  display: inline-block;
  width: auto;
  margin: 16px 0 0 32px;
  border-radius: 0;
}
.commodity-view.commodity-view-activity .add_to_cart:hover,
.commodity-view.commodity-view-hotel .add_to_cart:hover,
.commodity-view.commodity-view-lodging .add_to_cart:hover,
.commodity-view.commodity-view-pack .add_to_cart:hover {
  background-color: #cc9900 !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox,
.commodity-view.commodity-view-hotel .addthis_toolbox,
.commodity-view.commodity-view-lodging .addthis_toolbox,
.commodity-view.commodity-view-pack .addthis_toolbox {
  float: right;
  height: 24px;
}
.commodity-view.commodity-view-activity .addthis_toolbox .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox .at-icon-wrapper {
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox .at-icon-wrapper .at-icon,
.commodity-view.commodity-view-hotel .addthis_toolbox .at-icon-wrapper .at-icon,
.commodity-view.commodity-view-lodging .addthis_toolbox .at-icon-wrapper .at-icon,
.commodity-view.commodity-view-pack .addthis_toolbox .at-icon-wrapper .at-icon {
  width: 24px !important;
  height: 24px !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_google_plusone_share:hover .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_google_plusone_share:hover .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_google_plusone_share:hover .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_google_plusone_share:hover .at-icon-wrapper {
  background-color: #c63224 !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_google_plusone_share .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_google_plusone_share .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_google_plusone_share .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_google_plusone_share .at-icon-wrapper {
  background-color: #DC4E41;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_facebook:hover .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_facebook:hover .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_facebook:hover .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_facebook:hover .at-icon-wrapper {
  background-color: #2d4373 !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_facebook .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_facebook .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_facebook .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_facebook .at-icon-wrapper {
  background-color: #3B5998;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_twitter:hover .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_twitter:hover .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_twitter:hover .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_twitter:hover .at-icon-wrapper {
  background-color: #0c85d0 !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_twitter .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_twitter .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_twitter .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_twitter .at-icon-wrapper {
  background-color: #1DA1F2;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_print:hover .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_print:hover .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_print:hover .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_print:hover .at-icon-wrapper {
  background-color: #141c27 !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_print .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_print .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_print .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_print .at-icon-wrapper {
  background-color: #263548 !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_compact:hover .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_compact:hover .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_compact:hover .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_compact:hover .at-icon-wrapper {
  background-color: #ff381d !important;
}
.commodity-view.commodity-view-activity .addthis_toolbox a.addthis_button_compact .at-icon-wrapper,
.commodity-view.commodity-view-hotel .addthis_toolbox a.addthis_button_compact .at-icon-wrapper,
.commodity-view.commodity-view-lodging .addthis_toolbox a.addthis_button_compact .at-icon-wrapper,
.commodity-view.commodity-view-pack .addthis_toolbox a.addthis_button_compact .at-icon-wrapper {
  background-color: #FF6550;
}
.commodity-view.commodity-view-activity #galleria,
.commodity-view.commodity-view-hotel #galleria,
.commodity-view.commodity-view-lodging #galleria,
.commodity-view.commodity-view-pack #galleria {
  margin-top: 16px;
}
.commodity-view.commodity-view-activity #galleria .galleria-thumbnails .galleria-thumbnails,
.commodity-view.commodity-view-hotel #galleria .galleria-thumbnails .galleria-thumbnails,
.commodity-view.commodity-view-lodging #galleria .galleria-thumbnails .galleria-thumbnails,
.commodity-view.commodity-view-pack #galleria .galleria-thumbnails .galleria-thumbnails {
  background: #ffffff;
}
.commodity-view.commodity-view-activity .tabbable ul.nav,
.commodity-view.commodity-view-hotel .tabbable ul.nav,
.commodity-view.commodity-view-lodging .tabbable ul.nav,
.commodity-view.commodity-view-pack .tabbable ul.nav {
  border: none;
  margin: 12px 0;
  text-align: center;
}
.commodity-view.commodity-view-activity .tabbable ul.nav li,
.commodity-view.commodity-view-hotel .tabbable ul.nav li,
.commodity-view.commodity-view-lodging .tabbable ul.nav li,
.commodity-view.commodity-view-pack .tabbable ul.nav li {
  display: inline-block;
  padding: 8px 16px;
  float: none;
}
.commodity-view.commodity-view-activity .tabbable ul.nav li a,
.commodity-view.commodity-view-hotel .tabbable ul.nav li a,
.commodity-view.commodity-view-lodging .tabbable ul.nav li a,
.commodity-view.commodity-view-pack .tabbable ul.nav li a {
  background: none;
  border: none;
  border-radius: 1px;
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}
.commodity-view.commodity-view-activity .tabbable ul.nav li a:hover,
.commodity-view.commodity-view-hotel .tabbable ul.nav li a:hover,
.commodity-view.commodity-view-lodging .tabbable ul.nav li a:hover,
.commodity-view.commodity-view-pack .tabbable ul.nav li a:hover {
  text-decoration: underline;
}
.commodity-view.commodity-view-activity .tabbable ul.nav li.active,
.commodity-view.commodity-view-hotel .tabbable ul.nav li.active,
.commodity-view.commodity-view-lodging .tabbable ul.nav li.active,
.commodity-view.commodity-view-pack .tabbable ul.nav li.active {
  background-color: #263548;
}
.commodity-view.commodity-view-activity .tabbable ul.nav li.active a,
.commodity-view.commodity-view-hotel .tabbable ul.nav li.active a,
.commodity-view.commodity-view-lodging .tabbable ul.nav li.active a,
.commodity-view.commodity-view-pack .tabbable ul.nav li.active a {
  border: none;
  color: #ffffff;
}
.commodity-view.commodity-view-activity .tabbable .tab-content,
.commodity-view.commodity-view-hotel .tabbable .tab-content,
.commodity-view.commodity-view-lodging .tabbable .tab-content,
.commodity-view.commodity-view-pack .tabbable .tab-content {
  border-top: 1px solid #263548;
  text-align: justify;
  padding: 20px 0 0 0;
}
.commodity-view.commodity-view-activity .tabbable .tab-content ul,
.commodity-view.commodity-view-hotel .tabbable .tab-content ul,
.commodity-view.commodity-view-lodging .tabbable .tab-content ul,
.commodity-view.commodity-view-pack .tabbable .tab-content ul {
  list-style-position: inside;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .Apple-tab-span,
.commodity-view.commodity-view-hotel .tabbable .tab-content .Apple-tab-span,
.commodity-view.commodity-view-lodging .tabbable .tab-content .Apple-tab-span,
.commodity-view.commodity-view-pack .tabbable .tab-content .Apple-tab-span {
  display: none;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-includes,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-includes,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-includes,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-includes {
  margin-top: 16px;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-includes .title,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-includes .title,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-includes .title,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-includes .title {
  display: block;
  margin-bottom: 16px;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-equipment,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-equipment,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-equipment,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-equipment {
  text-align: left;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-company .ico::before,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .ico::before,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-phone .ico::before,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-email .ico::before,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-gps .ico::before,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-description .ico::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-company .ico::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .ico::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-phone .ico::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-email .ico::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-gps .ico::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-description .ico::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-company .ico::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .ico::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-phone .ico::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-email .ico::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-gps .ico::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-description .ico::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-company .ico::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .ico::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-phone .ico::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-email .ico::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-gps .ico::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-description .ico::before {
  color: #263548;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-company .lbl,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-phone .lbl,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-email .lbl,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-gps .lbl,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-description .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-company .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-phone .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-email .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-gps .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-description .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-company .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-phone .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-email .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-gps .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-description .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-company .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-phone .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-email .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-gps .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-description .lbl {
  margin-right: 4px;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .address,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .postal-code,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .town,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .province,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .country,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .address,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .postal-code,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .town,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .province,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .country,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .address,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .postal-code,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .town,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .province,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .country,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .lbl,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .address,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .postal-code,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .town,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .province,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .country {
  margin-right: 4px;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .address + .postal-code::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .address + .postal-code::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .address + .postal-code::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .address + .postal-code::before {
  content: "- ";
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .country::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .country::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .country::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .country::before {
  content: "(";
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-address .country::after,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-address .country::after,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-address .country::after,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-address .country::after {
  content: ")";
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-phone .phone,
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-phone .mobile,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-phone .phone,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-phone .mobile,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-phone .phone,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-phone .mobile,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-phone .phone,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-phone .mobile {
  margin-right: 4px;
}
.commodity-view.commodity-view-activity .tabbable .tab-content .commodity-location-phone .phone + .mobile::before,
.commodity-view.commodity-view-hotel .tabbable .tab-content .commodity-location-phone .phone + .mobile::before,
.commodity-view.commodity-view-lodging .tabbable .tab-content .commodity-location-phone .phone + .mobile::before,
.commodity-view.commodity-view-pack .tabbable .tab-content .commodity-location-phone .phone + .mobile::before {
  content: "- ";
}
.commodity-view.commodity-view-activity .commodity-contact-form,
.commodity-view.commodity-view-hotel .commodity-contact-form,
.commodity-view.commodity-view-lodging .commodity-contact-form,
.commodity-view.commodity-view-pack .commodity-contact-form {
  display: inline-block;
  width: 67%;
  margin-left: 28%;
  background-color: #256C84;
  float: right;
}
.commodity-view.commodity-view-activity .commodity-contact-form .form-ico:before,
.commodity-view.commodity-view-hotel .commodity-contact-form .form-ico:before,
.commodity-view.commodity-view-lodging .commodity-contact-form .form-ico:before,
.commodity-view.commodity-view-pack .commodity-contact-form .form-ico:before {
  content: url(../img/need-help.png);
  font-size: 37px;
  line-height: 31px;
}
.commodity-view.commodity-view-activity .commodity-contact-form .form-title,
.commodity-view.commodity-view-hotel .commodity-contact-form .form-title,
.commodity-view.commodity-view-lodging .commodity-contact-form .form-title,
.commodity-view.commodity-view-pack .commodity-contact-form .form-title {
  margin-bottom: 4px;
}
.commodity-view.commodity-view-activity .commodity-contact-form:hover,
.commodity-view.commodity-view-hotel .commodity-contact-form:hover,
.commodity-view.commodity-view-lodging .commodity-contact-form:hover,
.commodity-view.commodity-view-pack .commodity-contact-form:hover {
  background-color: #141c27;
}
.commodity-map-popup .commodity-map button {
  display: none;
}
.label-list-courses .portlet-header {
  text-align: left;
  background: #333333;
  margin-bottom: 1px;
}
.label-list-courses .portlet-header h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.label-list-courses .row-suggest {
  padding: 10px 0 20px 0 !important;
}
.label-list-courses .row-suggest h4 {
  background-color: #263548;
  border-radius: 4px;
}
.commodity-list-header {
  text-align: left;
  background: #333333;
}
.commodity-list-header h4 {
  color: #ffffff;
  padding: 10px 15px;
}
.commodity-list-son {
  border: none;
  display: inline-block;
  width: 100%;
}
.commodity-list-son .portlet-body {
  border-radius: 4px !important;
}
.commodity-list-son .first {
  margin: 0;
  width: 200px;
}
.commodity-list-son .first .image {
  width: 100%;
  height: 128px;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 979px) {
  .commodity-list-son .first {
    width: 100%;
  }
}
.commodity-list-son .second {
  margin: 0;
  width: 67%;
}
@media screen and (max-width: 979px) {
  .commodity-list-son .second {
    margin: 2%;
    width: 95%;
  }
}
.commodity-list-son .second h3 {
  margin: 0.5em 1em 0.4em 0;
  font-size: 18px;
  line-height: 1.3em !important;
}
.commodity-list-son .second h3 a {
  color: #256C84;
}
.commodity-list-son .second h3 a:hover {
  text-decoration: underline;
}
.commodity-list-son .second h5 {
  font-size: 18px;
  color: #666666;
  margin: 0.3em 2em 0.3em 0;
}
.commodity-list-son .second h5 .ico {
  display: inline-block;
  margin: 0 12px -8px 0;
}
.commodity-list-son .second h5 .price {
  display: inline-block;
  font-weight: bold;
  margin: 0 12px 0 0;
}
.commodity-list-son .second .description_short {
  display: none;
}
.commodity-list-son .second .data .datum {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  line-height: 30px;
}
.commodity-list-son .second .data .datum span.ico {
  margin: 0 2px -10px 0;
  width: 30px;
  height: 30px;
  display: none;
}
.commodity-list-son .second .data .datum span.lbl {
  margin: 0 2px 0 0;
  font-weight: bold;
}
.commodity-list-son .second .data .datum span.val {
  font-weight: normal;
}
.commodity-list-son .second .more-info,
.commodity-list-son .second .order {
  float: right;
  margin: 5px 0 15px 0;
}
.commodity-list-son .second .more-info li,
.commodity-list-son .second .order li {
  float: left;
  list-style-type: none;
  margin: 0 15px 2px 0;
  line-height: 30px;
}
.commodity-list-son .second .more-info span.ico {
  display: none;
}
.commodity-list-son .second .order {
  display: none;
}
.commodity-list-son ul.inscriure {
  margin: -6px 0 0 0 !important;
}
.commodity-list-son ul.inscriure li {
  list-style-type: none;
  margin: 0 10px 0 0;
}
.commodity-list-son .accordion-inner {
  margin: 0 !important;
  padding: 0 !important;
}
.commodity-list-son .portlet-content {
  margin: 0 !important;
  padding: 0 !important;
}
.commodity-list-son .portlet-body {
  padding: 0 !important;
  display: inline-block;
  margin: 20px 0 0 0 !important;
  width: 100%;
  background-color: #f3f3f3 !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.commodity-list-son .portlet-body span {
  border: none;
}
.commodity-list-son .no-places-available {
  color: #898989;
  font-size: 85%;
  margin-top: 5px !important;
  font-style: italic;
}
.commodity-list-son.commodity-list-son-recommended .portlet-body .improve {
  display: inline;
  position: absolute;
  margin-top: 2px;
}
.commodity-list-son.commodity-list-son-recommended .portlet-body .improve .popover h3 {
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .commodity-list-son.commodity-list-son-recommended .portlet-body h5 {
    margin-top: 10px !important;
  }
  .commodity-list-son.commodity-list-son-recommended .portlet-body .improve {
    display: block;
    position: relative;
    margin: 20px 0 9px;
  }
}
div.commodity-search .header {
  display: none;
  width: 99%;
  height: 115px;
  border: 1px solid #edeaea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: -8px;
  background: #fff no-repeat center top;
}
@media (max-width: 1200px) {
  div.commodity-search .header {
    background-size: 90%;
    height: 100px;
  }
}
@media (max-width: 979px) {
  div.commodity-search .header {
    height: 76px;
  }
}
div.commodity-search .header-start {
  content: '.';
  height: 15px;
  width: 15px;
  border-right: 1px solid #edeaea;
  border-bottom: 1px solid #edeaea;
  background: #ffffff;
  margin: 0 auto;
  display: none;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
div.commodity-search .body {
  margin-top: 10px;
}
div.commodity-search .body #commodity_search {
  background: url('../img/lupa-ico.png') no-repeat right center #FFFFFF;
  width: 92%;
}
div.commodity-search .body select {
  width: 98%;
  margin-bottom: 5px;
}
#course-menu {
  border: none;
  float: left;
  width: 100%;
}
#course-menu .active {
  border: none;
}
#course-menu .nav-tabs > li > a:hover,
#course-menu .nav-tabs > li > a:focus {
  background: none;
  border: none;
  color: #000000;
}
#course-menu .nav-tabs {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
#course-menu .nav-tabs >li {
  border-right: 1px solid #cccccc;
  margin-bottom: -1px;
  text-align: center;
  padding: 0 2px !important;
}
@media (max-width: 979px) {
  #course-menu .nav-tabs >li {
    width: auto;
  }
}
#course-menu .nav-tabs >li >a {
  border: none;
  color: #333333;
  cursor: pointer;
  margin: 6px 5px;
  font-size: 16px;
  text-decoration: none;
  text-wrap: normal;
}
@media (max-width: 979px) {
  #course-menu .nav-tabs >li >a {
    margin: 2px 0 !important;
    font-size: 13px !important;
    padding: 5px 4px !important;
    width: auto;
  }
}
#course-menu .nav-tabs >li >a:hover {
  text-decoration: underline;
}
#course-menu .nav-tabs >li:last-child {
  border-right: 0;
}
#course-menu .nav-tabs >.active > a {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #256C84;
  border: none;
  color: #ffffff;
  border: 1px solid #cc9900;
}
#course-menu .nav-tabs >.active > a:hover,
#course-menu .nav-tabs >.active > a:focus {
  background: #59A7C2;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #59A7C2;
}
#course-menu .caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}
.commodity-agenda .month {
  margin: 1.3em 0.1em 0.5em;
}
.commodity-agenda .month .month-tit {
  color: #263548;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
  border-bottom: 1px solid #263548;
  background-color: #ffffff;
}
.commodity-agenda .month .month-list {
  background-color: #f3f3f3;
  margin: 1em 0;
  padding: 1.2em 1.5em 0.8em 0.5em;
}
.commodity-agenda .month .month-list ul {
  color: #263548;
}
.commodity-agenda .month .month-list ul li {
  line-height: 1.4em;
  margin-top: 0.2em;
  margin-bottom: 0.7em;
}
.commodity-agenda .month .month-list ul li a {
  font-weight: bold;
}
.commodity-agenda .month .month-list ul li span {
  color: #666666;
}
.categories .portlet-header h4 {
  margin: 3px 0 3px 0 !important;
  font-size: 17px !important;
  line-height: 19px !important;
}
.categories .portlet-body .portlet-content {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  width: 100%;
}
.categories .portlet-body .ico-cat {
  width: 17%;
  height: 35px;
  float: left;
  margin-top: 2px;
}
.categories .portlet-body .ico-cat .ico-CAT0 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px -180px;
}
.categories .portlet-body .cat {
  width: 82%;
  float: right;
  margin: 0 !important;
  background: #dddddd;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.categories .portlet-body .cat a {
  display: block;
  width: 100%;
  height: 37px;
  color: #666666;
  font-size: 13px;
  line-height: 17px;
}
.categories .portlet-body .cat a .ico {
  float: right !important;
  margin: 3px 5px 0 0 !important;
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -180px;
}
.categories .portlet-body .cat a p {
  float: left;
  width: 75%;
  margin: 10px 0 10px 10px !important;
}
@media (min-width: 980px) {
  .categories .portlet-body .cat a p {
    width: 70%;
  }
}
@media (max-width: 979px) {
  .categories .portlet-body .cat a p {
    width: 60%;
  }
}
.categories .portlet-body .cat:hover {
  background: #eeeeee;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -o-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -ms-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: linear-gradient(top,#f8f8f8,#e5e5e5);
}
.presentacion .image {
  width: 100%;
  height: 182px;
  background-size: cover;
  background-position: center center;
}
.presentacion .image-2 {
  background-image: url('../img/image-2.jpg');
}
.presentacion .image-3 {
  background-image: url('../img/image-3.jpg');
}
.presentacion .image-4 {
  background-image: url('../img/image-4.jpg');
}
.presentacion .image-5 {
  background-image: url('../img/image-5.jpg');
}
.presentacion .text {
  height: 182px;
  overflow-y: auto;
  padding-right: 10px;
}
.presentacion .portlet-content {
  margin: 10px 10px 10px 10px !important;
  padding: 10px 0 0 !important;
}
.presentacion .portlet-content p {
  margin: 0 0 1em !important;
}
.presentacion h4 {
  margin: 0 0 25px 0 !important;
}
.presentacion dl {
  float: left;
  margin: 15px 0 0 0;
  width: 100% !important;
  height: 44px;
}
.presentacion dl dt {
  color: #cc9900;
  float: left;
  line-height: 33px;
  margin: 0 20px 0 0;
}
.presentacion dl dt .ico {
  margin-top: -2px;
}
.presentacion dl dd {
  float: left;
  line-height: 33px;
  margin: 0 20px 0 0;
}
.presentacion dl dd:last-child {
  float: right;
  margin: -15px 10px 0 0;
}
.presentacion .btn {
  margin: 15px auto 10px !important;
  font-size: 12px !important;
  padding: 3px 10px;
}
.presentacion .btn-secondary-color {
  padding: 3px 0px !important;
  width: 100% !important;
}
.commodity-list-search-box .list-search {
  width: 30%;
  margin-right: 0.5%;
  border-radius: 0px;
  margin-top: -135px;
  background-color: #f7f1d9;
  padding: 0;
}
.commodity-list-search-box .list-search h4 {
  display: block;
  width: 100%;
  height: 30px;
  padding-top: 90px;
  background-image: url('/media/7/media_section/7/0/6670/filtro-lateral.png');
  background-repeat: no-repeat;
  background-position: center top;
  color: #cc9900;
  margin-top: 35px;
  font-size: 18px;
  letter-spacing: 4px;
  text-align: center;
  border: none;
  transform: translateY(100px);
}
.commodity-list-search-box .list-search h4::after {
  content: "";
  width: 50px;
  height: 5px;
  display: block;
  background-color: #cc9900;
  margin: 10px auto;
}
.commodity-list-search-box .list-search .controls-wrapper {
  padding: 100px 5% 0;
  -webkit-box-shadow: inset 5px 5px 11px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: inset 5px 5px 11px 0px rgba(0,0,0,0.11);
  box-shadow: inset 5px 5px 11px 0px rgba(0,0,0,0.11);
  background-color: #f4e7c4;
}
.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"] {
  border: 1px solid #c90;
  border-radius: 0px;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls input[type="checkbox"] {
  width: 23px;
  height: 20px;
  opacity: 0;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls label.checkbox {
  display: block;
  background-image: url('../img/check-out.png');
  background-repeat: no-repeat;
}
.commodity-list-search-box .list-search .controls-wrapper .control-group .controls label.checkbox2 {
  background-image: url('../img/check-inn.png') !important;
}
.commodity-list-search-box .list-title {
  display: none;
}
.commodity-list-search-box .list-list {
  width: 66%;
  margin: 38px 0 0 3%;
}
.commodity-list-search-box .list-cell {
  width: 32.3%;
  height: 160px;
  float: left;
  margin: 0 1.5% 1% 0;
  background-color: #F5F6F7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.competence-test-popup .modal-footer {
  display: none;
}
.competence-test form h5.instructions-title {
  margin: 0 0 1em 0;
}
.competence-test form .competences-title {
  margin-top: 1.5em;
}
.competence-test form .competences-title .lbl {
  font-weight: bold;
}
.competence-test form .previous-test-info {
  margin-top: 2em;
}
.competence-test form .previous-test-info .previous-test-title,
.competence-test form .previous-test-info .previous-test-date,
.competence-test form .previous-test-info .previous-test-exercises {
  margin-top: 0.5em;
}
.competence-test form .previous-test-info .previous-test-title .lbl,
.competence-test form .previous-test-info .previous-test-date .lbl,
.competence-test form .previous-test-info .previous-test-exercises .lbl {
  font-weight: bold;
}
.competence-test form div.exercise-wrapper span.dev-log {
  opacity: 0.5;
  background-color: #f6f9fc;
  border: 1px solid #d2e6f2;
  border-radius: 3px;
  padding: 2px 5px;
  float: right;
  font-size: small;
  color: #333333;
}
.competence-test form div.exercise-wrapper span.dev-log:hover {
  opacity: 1;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-pager {
  float: right;
  margin: 0 0 1em 1em;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.statement {
  font-weight: bold;
  margin: 0 0 1em;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper {
  display: inline-block;
  padding: 2px;
  margin: 0.8em 0;
  width: 100%;
  border-radius: 3px;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper:hover {
  background-color: #f3f3f3;
  cursor: pointer !important;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper.selected {
  background-color: #e5e5e5;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper label {
  float: left;
  width: 100%;
  padding: 2px 0;
  cursor: pointer;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper input[type="radio"],
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper input[type="checkbox"] {
  margin: 4px 0 0 7px;
}
.competence-test form div.exercise-wrapper div.exercise-canvas div.item-wrapper div.item-text {
  float: left;
  margin-left: 10px;
  width: 95%;
  cursor: pointer !important;
  line-height: 1.5em;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper input[type="radio"],
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper input[type="checkbox"] {
  display: none;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper div.item-text {
  margin-left: 4px;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper.item-options-2 {
  width: 45%;
  margin-right: 3%;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper.item-options-2:nth-child(2n) {
  margin-right: 0 !important;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper.item-options-3 {
  width: 30%;
  margin-right: 4%;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper.item-options-3:nth-child(3n) {
  margin-right: 0 !important;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper.item-options-4 {
  width: 22%;
  margin-right: 4%;
}
.competence-test form div.exercise-wrapper div.exercise-canvas.exercise-horizontal div.item-wrapper.item-options-4:nth-child(4n) {
  margin-right: 0 !important;
}
.competence-test form .btn-start-test,
.competence-test form .btn-continue-test {
  margin: 2em 0;
  display: block;
}
.competence-test form .btn-continue-test,
.competence-test form .btn-restart-test {
  margin: 2em 1em 2em 0;
  display: inline;
}
.competence-test div.evaluation {
  margin: 1.5em 30px;
}
.competence-test div.evaluation .competence {
  margin-top: 1.5em;
}
.competence-test div.evaluation .competence .val {
  color: #263548;
  font-weight: bold;
}
.competence-test div.evaluation .lbl {
  float: left;
  display: block;
  width: 20%;
  font-weight: bold;
  color: #666666;
}
.competence-test div.evaluation .lbl,
.competence-test div.evaluation .val {
  line-height: 1.8em;
}
.competence-test div.dev-log {
  opacity: 0.5;
  background-color: #f6f9fc;
  border: 1px solid #d2e6f2;
  border-radius: 3px;
  margin: 1em 0;
  padding: 20px 15px 0;
  font-size: small;
  line-height: 1.2em;
}
.competence-test div.dev-log:hover {
  opacity: 1;
}
.competence-test div.dev-log table.table {
  background-color: white;
}
.competence-test div.dev-log table.table caption {
  border: 1px solid #dddddd;
  text-align: left;
  border-radius: 3px;
  background-color: #dddddd;
  font-weight: bold;
  padding: 4px 5px;
}
.competence-test div.dev-log table.table td {
  padding: 2px 5px;
}
.upcoming-events {
  padding: 3px 0;
  color: #666666;
}
.upcoming-events a {
  text-decoration: underline;
}
.upcoming-events .spacer {
  width: 12px;
  height: 12px;
}
.event-list-process {
  text-align: left;
}
.event-list-process .header {
  text-align: right;
}
.event-list-process .header a {
  display: block;
  color: #898989;
  text-decoration: underline;
  cursor: pointer;
}
.event-list-process .header a:hover {
  color: #263548;
}
.event-list-process .header a span.ico {
  display: none;
}
.event-list-process .month {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  margin: 15px 0 0;
  padding: 15px;
}
.event-list-process .month h4 {
  border-radius: 4px;
  background: #333333;
  color: #ffffff;
  margin: 0 0 25px !important;
  padding: 7px 15px;
  font-size: 16px;
}
.event-list-process .month dt:before {
  color: #263548;
  content: "\2022\20";
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.event-list-process .month dt {
  margin: 15px 35px 0 25px;
  color: #263548;
}
.event-list-process .month dd {
  line-height: 28px;
  margin: 0 35px;
}
.event-list-process .month dd a {
  color: #595959;
  text-decoration: underline;
  cursor: pointer;
}
.event-list-process .month dd a:hover {
  text-decoration: none;
}
.event-list-process .month dd .title {
  color: #595959;
  font-weight: bold;
}
.event-list-process .month dd .details {
  line-height: 1.3em;
  display: none;
}
.event-list-process .month dd .link {
  cursor: pointer;
}
.event-list-process .month dd .link:before {
  content: "[";
}
.event-list-process .month dd .link:after {
  content: "]";
}
.event-list-process .past {
  display: none;
}
.event-list-process .div-btn-new {
  text-align: center;
  margin: 30px 0 20px 0;
}
#events-list-calendar {
  margin: 0 30px;
}
#events-list-calendar .fc-header h2 {
  font-size: 15px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
#events-list-calendar .fc-header .fc-button {
  background: transparent;
  color: #666666;
  box-shadow: none;
  text-shadow: none;
}
#events-list-calendar .fc-header .fc-button.fc-state-active {
  background-color: #263548;
  color: #ffffff;
}
#events-list-calendar .fc-header .fc-button.fc-button-agendaWeek {
  border-radius: 0 4px 4px 0;
}
#events-list-calendar .fc-header .fc-button.fc-button-agendaDay {
  display: none;
}
#events-list-calendar .fc-header .fc-button .fc-icon {
  font-size: 1.5em;
}
#events-list-calendar .fc-content .fc-event {
  background-color: #999999;
  border: 1px solid #999999;
  font-size: 11px;
  line-height: 1.2em;
}
#events-list-calendar .fc-content .fc-event:hover {
  background-color: #263548;
  border: 1px solid #263548;
}
#events-list-calendar .fc-content .fc-event .fc-event-inner {
  height: auto;
  padding: 2px;
}
#events-list-calendar .fc-content .fc-event .fc-event-inner .fc-event-time {
  display: none;
}
.form-view {
  text-align: left;
  padding: 0 10px 0 0;
}
.form-view .attempts {
  padding-top: 10px;
}
.form-view #modal-form-feedback .feedback-score {
  color: #263548;
  margin-bottom: 1.5em;
}
.form-view #modal-form-feedback .feedback-score .score-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.form-view #modal-form-feedback .feedback-score span .score-max {
  letter-spacing: 0.1em;
}
.form-view #modal-form-feedback .feedback-score span .score-max:before {
  content: "(";
}
.form-view #modal-form-feedback .feedback-score span .score-max:after {
  content: ")";
}
.form-view #modal-form-feedback .feedback-txt {
  margin-bottom: 1.5em;
}
.form-view .form-view-header h4 {
  margin: 0 0 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
.form-view .form-view-header .contents {
  margin-bottom: 1em;
}
.form-view .form-view-header .contents p {
  margin-bottom: 1em !important;
}
.form-view .form-view-score {
  display: inline-block;
  float: right;
  background-color: #263548;
  padding: 10px 12px;
  margin: 0 0 0.5em;
  border-radius: 4px;
  color: #ffffff;
}
.form-view .form-view-score .score-tit {
  font-size: 18px;
  line-height: 1.3em;
}
.form-view .form-view-score .score-max {
  letter-spacing: 0.1em;
}
.form-view .form-view-score .score-max:before {
  content: "(";
}
.form-view .form-view-score .score-max:after {
  content: ")";
}
.form-view .form-view-body {
  counter-reset: li;
}
.form-view .form-view-body ol {
  margin-left: 0;
  padding-left: 0;
}
.form-view .form-view-body ol li {
  position: relative;
  list-style: none;
}
.form-view .form-view-body ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 14px;
  top: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  padding-top: 5px;
  color: #898989;
  background: #cccccc;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.form-view .form-view-body .item-index {
  position: absolute;
  left: 14px;
  top: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  padding-top: 5px;
  color: #898989;
  background: #cccccc;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  box-shadow: inset 0 0 3px #666666;
}
.form-view .form-view-body .dont-show-data {
  background: #eeeeee;
  color: #666666;
  font-weight: bold;
  padding: 16px 14px;
  margin: 20px 0;
}
.form-view .form-view-body .tabbed {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
}
.form-view .form-view-body .tabbed p {
  display: inline;
}
.form-respondents-view .form-respondents-view-item {
  page-break-after: always;
}
.form-respondents-view .form-respondents-view-item:last-child {
  page-break-after: auto !important;
}
.form-respondents-view .form-respondents-view-item .header-logo {
  background: url("../img/tripartita_logo.jpg") no-repeat;
  width: 177px;
  height: 57px;
  margin: 0;
}
.form-respondents-view .form-respondents-view-item .header-logo:before {
  content: url("../img/tripartita_logo.jpg");
}
.form-respondents-view .form-respondents-view-item .header-txt {
  margin: 0;
  text-align: center;
}
.form-respondents-view .form-respondents-view-item .form-view-header,
.form-respondents-view .form-respondents-view-item .form-view-score,
.form-respondents-view .form-respondents-view-item .item-correction,
.form-respondents-view .form-respondents-view-item input[type="submit"] {
  display: none !important;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header {
  padding: 0;
  font-size: 105%;
  margin: 0px;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt {
  line-height: 1.3em;
  text-align: left;
  float: left;
  clear: none;
  display: inline-block;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd {
  line-height: 1.3em;
  margin-left: 0 !important;
  float: left;
  clear: none;
  display: inline-block;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_file_number {
  width: 25%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_file_number {
  width: 15%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_profile {
  width: 20%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_profile {
  width: 40%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_company_ident {
  width: 25%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_company_ident {
  width: 15%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_action_number {
  width: 20%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_action_number {
  width: 10%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_group_number {
  width: 20%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_group_number {
  width: 10%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_action_name {
  width: 25%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_action_name {
  width: 75%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dt.rpt_mode {
  width: 25%;
}
.form-respondents-view .form-respondents-view-item dl.form-respondents-view-item-header dd.rpt_mode {
  width: 75%;
}
.form-respondents-view .form-respondents-view-item .tripartita-block {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 3px 8px;
  margin-top: 8px;
}
.form-respondents-view .form-respondents-view-item .tripartita-block.title {
  font-size: 90%;
}
.form-respondents-view .form-respondents-view-item .tripartita-block.title h4 {
  line-height: 1.1em;
}
.form-respondents-view .form-respondents-view-item .tripartita-block.title p {
  margin: 0 !important;
  line-height: 1.1em;
}
.form-respondents-view .form-respondents-view-item .tripartita-block.clasificacion {
  font-size: 90%;
}
.form-respondents-view .form-respondents-view-item h4 {
  font-size: 13px !important;
  margin: 0 0 2px 0;
}
.form-respondents-view .form-respondents-view-item .instructions {
  display: none;
}
.form-respondents-view .form-respondents-view-item .options_item {
  margin-bottom: 1px !important;
}
.form-respondents-view .form-respondents-view-item .completion-date {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1em;
}
.form-respondents-view .form-respondents-view-item .form-view div.box,
.form-respondents-view .form-respondents-view-item .form-view div.box-checked {
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  border-radius: 3px;
}
.form-respondents-view .form-respondents-view-item .form-view div.box-checked:before {
  content: '\2716';
  font-size: 14px;
  margin-left: 1px;
  line-height: 14px;
  color: #333333;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset {
  background: none;
  padding: 0 !important;
  margin: 0px 0 !important;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset legend {
  padding: 2px 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2em !important;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.empty-title {
  height: 12px;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.score-title {
  font-size: 12px !important;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.score-label {
  font-size: 11px;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.score-label p {
  margin: 0;
  line-height: 1.3em;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.score-answer {
  margin-left: 25px !important;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.score-answer.formadores {
  width: 150px !important;
}
.form-respondents-view .form-respondents-view-item .form-view fieldset div.score-answer .options_group {
  display: inline !important;
}
.form-respondents-view .form-respondents-view-item .form-view .legend-ord {
  font-size: 12px;
  position: relative !important;
  display: inline-block !important;
  float: left;
}
.form-respondents-view .form-respondents-view-item .form-view .legend-tit {
  font-size: 12px;
}
.form-respondents-view .form-respondents-view-item .form-view .item-wrapper {
  margin: 1px 12px !important;
  padding-top: 3px !important;
}
.form-respondents-view .form-respondents-view-item .form-view .item-wrapper .score-label {
  padding: 1px 6px !important;
}
.form-respondents-view .form-respondents-view-item .form-view input.form_section_input,
.form-respondents-view .form-respondents-view-item .form-view textarea.form_section_input {
  background: #FFFFFF !important;
  padding: 1px 4px !important;
  height: auto !important;
}
.form-respondents-view .form-respondents-view-item .form-view p.thanks {
  display: none;
}
.form-respondents-view .form-respondents-view-item div.form-respondents-view-item-footer {
  background-color: #666666;
  border-radius: 0 0 5px 5px;
  height: 25px;
  margin-bottom: 30px;
  display: none;
}
.media-carousel {
  margin-bottom: 0px;
}
.media-carousel .carousel-indicators {
  position: absolute;
  right: 15px;
  top: 95%;
  z-index: 5;
}
.media-carousel .carousel-indicators li {
  background-color: #cccccc;
  border: 1px solid #999999;
  width: 7px;
  height: 7px;
  cursor: pointer;
  margin-left: 7px;
}
.media-carousel .carousel-indicators li:hover {
  background-color: #999999;
  border: 1px solid #666666;
}
.media-carousel .carousel-indicators li.active {
  background-color: #263548;
  border: 1px solid #141c27;
}
.media-carousel .carousel-inner {
  border-radius: 0px;
  margin-bottom: -180px;
}
.media-carousel .carousel-inner img {
  width: 100%;
  height: 650px;
}
.media-carousel .carousel-inner .carousel-caption {
  text-align: center;
  padding: 4px 1% 2px;
}
.media-carousel .carousel-inner .carousel-caption h4 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}
.media-carousel .carousel-control {
  border: none;
  width: 30px;
  height: 30px;
  background-color: transparent;
  opacity: 0.6;
  text-decoration: none;
  top: 50%;
  margin-top: -15px;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}
.media-carousel .carousel-control:hover {
  opacity: 1;
}
.media-carousel .carousel-control.left {
  left: 20px;
}
.media-carousel .carousel-control.left:before {
  content: "\25C0";
}
.media-carousel .carousel-control.right {
  right: 20px;
}
.media-carousel .carousel-control.right:before {
  content: "\25B6";
}
@media (max-width: 1200px) {
  .media-carousel .carousel-indicators {
    right: 5%;
    top: 90%;
  }
  .media-carousel .carousel-inner img {
    height: 234px;
  }
}
@media (max-width: 979px) {
  .media-carousel .carousel-inner img {
    height: 194px;
  }
}
.media-list2 .folder {
  text-align: left;
  padding: 0 1px 0 0;
  font-size: 22px;
  line-height: 27px;
  color: #263548;
  margin: 18px 0 8px;
}
.media-list2 .folder .ico {
  float: left;
  margin-right: 6px;
}
.media-list2 .folder a {
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 7px;
}
.media-list2 div.btn-group a,
.media-list2 div.btn-group a:hover {
  text-decoration: none;
}
.media-list2 div.btn-group a .icon-white,
.media-list2 div.btn-group a:hover .icon-white {
  display: none;
}
.media-list2 div.btn-group .dropdown-menu {
  margin-left: -154px;
  overflow: hidden;
  padding: 5px 0;
  width: 200px;
}
.media-list2 div.btn-group .dropdown-menu li span {
  display: none;
}
.media-list2 div.btn-group .dropdown-menu li a {
  padding: 3px 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}
.list-documents-top {
  padding: 3px 0;
  color: #666666;
}
.list-documents-top span.ico {
  display: none;
}
.list-documents-top a {
  text-decoration: underline;
}
.list-documents-top .spacer {
  width: 12px;
  height: 12px;
}
#galleria {
  height: 450px;
  text-align: left;
  margin-bottom: 20px;
}
#galleria .galleria-loader {
  background: url('../img/galleria-classic-loader.gif') no-repeat 2px 2px !important;
}
#galleria .galleria-thumb-nav-left,
#galleria .galleria-thumb-nav-right,
#galleria .galleria-info-link,
#galleria .galleria-info-close,
#galleria .galleria-image-nav-left,
#galleria .galleria-image-nav-right {
  background-image: url('../img/galleria-classic-map.png') !important;
}
.media {
  margin: 0 10px 30px !important;
}
.media dl {
  margin-top: 1.5em;
  margin-bottom: 10px;
}
.media dl dt {
  color: #263548;
  text-align: left;
  margin-bottom: 10px;
}
.media dl dt .texto {
  margin-bottom: 0;
  width: 100%;
}
.media dl dd {
  margin-bottom: 10px;
}
.media dl dd .texto {
  margin: 0 0 15px;
  width: 100%;
}
.media ul {
  list-style: none outside none;
  margin-left: 0;
}
.media ul li {
  margin-bottom: 2px;
}
.media ul li .ico {
  margin: 0 8px 0 0;
  float: left;
}
.media ul li a {
  line-height: 30px;
}
.media .image-container {
  display: block;
  border: 1px solid #ededed;
  margin-top: 19px;
  background-color: #f8f8f8;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 270px;
  height: 270px;
  cursor: pointer;
}
.media .video-container {
  margin-top: 19px;
  width: 482px;
  height: 343px;
  background-color: #f8f8f8;
}
.message-list-forums .forum {
  border-bottom: 1px solid #cccccc;
  margin: 5px 0;
  padding-bottom: 20px;
}
.message-list-forums .forum:last-child {
  border-bottom: none;
}
.message-list-forums .forum h5 {
  display: inline-block;
}
.message-list-forums .forum .details {
  float: right;
  margin: 8px 0 5px 5px;
}
.message-list-forums .forum .details-num-messages,
.message-list-forums .forum .details-last-message {
  float: right;
  margin: 5px 0 5px 15px;
  padding: 9px 12px;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 85%;
}
.message-list-forums .forum .details-num-messages .lbl,
.message-list-forums .forum .details-num-messages .val,
.message-list-forums .forum .details-last-message .lbl,
.message-list-forums .forum .details-last-message .val {
  display: block;
  float: left;
}
.message-list-forums .forum .details-num-messages .lbl,
.message-list-forums .forum .details-last-message .lbl {
  font-weight: bold;
  margin-right: 5px;
}
.message-list-forums .forum .details-num-messages .val,
.message-list-forums .forum .details-last-message .val {
  min-width: 14px;
}
.message-list-forums .forum .contents {
  clear: both;
}
.message-list-forums .forum a.btn {
  margin: 10px 0;
}
.message-list .btn-add-comment {
  text-align: center;
}
.chat-container .chat-header {
  background-color: #263548;
  color: #ffffff;
  padding: 8px 11px;
}
.chat-container .chat-message-list {
  min-height: 300px;
  max-height: 600px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  overflow: auto;
  padding: 8px 11px 8px 11px;
}
.chat-container .chat-message-list .chat-message-time {
  font-size: 11px;
  color: #999999;
  text-align: center;
  line-height: 11px;
  padding-bottom: 7px;
}
.chat-container .chat-message-list .chat-message-row {
  text-align: left;
}
.chat-container .chat-message-list .chat-message-row .chat-message {
  text-align: left;
  display: inline-block;
  width: 70%;
  border: 1px solid #dddddd;
  border-radius: 3px 3px 3px 3px;
  background-color: #f8f8f8;
  margin-bottom: 8px;
  padding: 8px 11px 0 11px;
}
.chat-container .chat-message-list .chat-message-row .chat-message .user-image {
  width: 40px;
  height: 40px;
}
.chat-container .chat-message-list .chat-message-row .chat-message .text {
  margin-bottom: 8px;
  padding-top: 2px;
}
.chat-container .chat-message-list .chat-message-row-user {
  text-align: right;
}
.chat-container .chat-new-message-container {
  text-align: right;
  background-color: #f3f3f3;
  padding: 6px 0 6px 8px;
  border: 1px solid #dddddd;
}
.chat-container .chat-new-message-container #chat_new_message_form {
  margin-top: 0 !important;
}
.chat-container .chat-new-message-container .user-image {
  margin: 0;
}
.chat-container .chat-new-message-container .box-title {
  width: 72%;
  display: inline-block;
  margin: 0 0 0 6px;
  float: left;
}
.chat-container .chat-new-message-container #title {
  width: 100% !important;
  height: 30px;
  margin: 0 !important;
}
.chat-container .chat-new-message-container .chat-new-message-form-btn {
  width: 110px !important;
  height: 40px;
  margin: 0 6px 0 0 !important;
}
.forum-container {
  text-align: left;
  margin: 20px 0 35px;
}
.forum-container .phase-forum-div {
  display: none;
}
.forum-container .forum-block {
  clear: both;
}
.forum-container .thread {
  position: absolute;
  display: none;
}
.forum-container .forum {
  padding: 20px;
  border-radius: 4px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  color: #666666;
}
.forum-container .forum .title {
  font-weight: bold;
  color: #263548;
}
.forum-container .forum .contents {
  margin-bottom: 18px;
}
.forum-container .forum .user {
  width: 60%;
}
.forum-container .forum .user strong {
  font-weight: bold;
  color: #263548;
}
.forum-container .forum .date {
  float: right;
  width: 40%;
}
.forum-container .forum .date strong {
  font-weight: bold;
  color: #263548;
}
.forum-container .forum .answers-block {
  margin-top: 20px;
  text-align: right;
  line-height: 32px;
}
.forum-container .forum .answers {
  float: left;
}
.forum-container .forum .answers span {
  font-style: italic;
}
.forum-container .forum-container-son {
  padding-left: 20px;
}
.forum-container .forum-container-son .thread {
  display: block !important;
  position: absolute;
  width: 15px;
  height: 30px;
  margin-top: -20px;
  margin-left: -22px;
  border-left: 2px solid #ededed;
}
.forum-container .forum-container-son .thread-son {
  position: absolute;
  width: 12px;
  height: 28px;
  border-bottom: 2px solid #ededed;
}
.forum-container .forum-container-son .forum-son-cont {
  border-left: 2px solid transparent;
}
.forum-container .forum-container-son .forum-son-cont-line {
  border-left: 2px solid #ededed;
}
.forum-container .forum-container-son .forum-son {
  margin-left: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #263548;
  color: #666666;
}
.forum-container .forum-container-son .forum-son .title {
  font-weight: bold;
  color: #263548;
  margin-right: 20px;
}
.forum-container .forum-container-son .forum-son .contents {
  margin-right: 20px;
}
.forum-container .forum-container-son .forum-son .user {
  width: 60%;
}
.forum-container .forum-container-son .forum-son .user strong {
  font-weight: bold;
  color: #263548;
}
.forum-container .forum-container-son .forum-son .date {
  float: right;
  width: 40%;
}
.forum-container .forum-container-son .forum-son .date strong {
  font-weight: bold;
  color: #263548;
}
.forum-container .forum-container-son .forum-son .answers-block {
  margin-top: 20px;
  margin-right: 20px;
  text-align: right;
  line-height: 32px;
}
.last-messages {
  padding: 3px 0;
  color: #666666;
}
.last-messages .message-bullet {
  display: none;
}
.last-messages a {
  text-decoration: underline;
}
.last-messages .spacer {
  width: 12px;
  height: 12px;
}
.list-members .cell-send-email {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.list-members i {
  margin-top: 0px;
  vertical-align: middle;
}
#label-list-process {
  text-align: center;
  vertical-align: top;
}
#label-list-process .criteria {
  display: inline-block;
  margin: 1%;
  width: 31%;
  padding: 10px 0 0;
  background-color: #f8f8f8;
  text-align: left;
}
#label-list-process .criteria .ico-double {
  margin: 0 3px;
}
#label-list-process .criteria h3 {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
}
#label-list-process .criteria .labels {
  margin: 15px 20px;
  height: 100px;
  overflow-y: auto !important;
}
#label-list-process .criteria a {
  text-decoration: none;
}
#label-process-classification {
  text-align: center;
  vertical-align: top;
}
#label-process-classification .criteria {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5% 2.2% 0;
  width: 48.2%;
  padding: 0px;
  text-align: left;
}
#label-process-classification .criteria:nth-child(2n),
#label-process-classification .criteria:last-child {
  margin-right: 0;
}
@media (max-width: 979px) {
  #label-process-classification .criteria {
    margin: 0 0 2.2% 0;
    width: 99.9%;
  }
}
#label-process-classification .criteria .ico {
  float: right;
  margin: 3px 6px;
}
#label-process-classification .criteria h3 {
  margin: 0;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  background-color: #898989;
  color: #ffffff;
}
#label-process-classification .criteria .labels {
  margin: 2px 0px;
  min-height: 100px;
  max-height: 250px;
  overflow-y: auto !important;
}
#label-process-classification .criteria .labels .item a {
  display: block;
  background-color: #f8f8f8;
  margin: 10px 0 0 0;
  padding: 5px 10px 5px 15px;
  font-size: 12px;
  line-height: 26px;
  text-decoration: underline;
  color: #263548;
}
#label-process-classification .criteria .labels .item a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
  color: #444444;
}
#label-process-classification .criteria .labels .item a span.ico:first-child {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  margin: -3px 0 0 0;
}
#label-process-classification .criteria .labels .item a span.ico:last-child {
  display: none;
}
#label-process-classification .criteria .labels .item.active a {
  background-color: #f3f3f3;
  color: #444444;
  text-decoration: none;
}
.proces-intro {
  text-align: center;
}
.proces-intro .more-info {
  float: right;
}
.proces-intro h3 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
}
.process-phases-list,
.process-block-list {
  border: 1px solid #E5E5E5;
  background-color: #f8f8f8;
  border-radius: 4px;
  text-align: left;
  margin-top: 20px;
}
.process-phases-list .phase-fic,
.process-block-list .phase-fic {
  clear: both;
  margin: 5px 15px 25px 10px;
}
.process-phases-list .phase-fic span.ico-double,
.process-block-list .phase-fic span.ico-double {
  position: absolute;
  margin: 1px 0 0 8px;
}
.process-phases-list .phase-fic .phase-fic-data,
.process-block-list .phase-fic .phase-fic-data {
  margin: 0 10px 0 58px;
  color: #666666;
}
.process-phases-list .phase-fic .phase-fic-data h5,
.process-block-list .phase-fic .phase-fic-data h5 {
  color: #263548;
  font-size: 14px;
  margin: 0;
  padding: 4px 0 2px;
}
.process-phases-list .phase-fic .phase-fic-data h5 a,
.process-block-list .phase-fic .phase-fic-data h5 a {
  text-decoration: underline;
}
.process-phases-list .phase-fic .phase-fic-data p,
.process-block-list .phase-fic .phase-fic-data p {
  margin-bottom: 8px;
}
.process-phases-list .phase-fic .phase-fic-data .dates,
.process-block-list .phase-fic .phase-fic-data .dates {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.process-phases-list .phase-fic .phase-fic-data .dates .status,
.process-block-list .phase-fic .phase-fic-data .dates .status {
  width: 30px;
  height: 20px;
  float: right;
}
.process-phases-list .phase-fic .phase-fic-data .dates .date-ini,
.process-block-list .phase-fic .phase-fic-data .dates .date-ini {
  display: inline-block;
  margin-right: 6px;
}
.process-phases-list .phase-fic .phase-fic-data .dates .date-ini strong,
.process-block-list .phase-fic .phase-fic-data .dates .date-ini strong {
  color: #263548;
}
.process-phases-list .phase-fic .phase-fic-data .dates .date-end,
.process-block-list .phase-fic .phase-fic-data .dates .date-end {
  display: inline-block;
}
.process-phases-list .phase-fic .phase-fic-data .dates .date-end strong,
.process-block-list .phase-fic .phase-fic-data .dates .date-end strong {
  color: #263548;
}
.process-phases-list .phase-fic .phase-fic-data .actions,
.process-block-list .phase-fic .phase-fic-data .actions {
  clear: both;
  height: 30px;
  margin-top: 8px;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav {
  margin: 0;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li {
  float: left;
  list-style-type: none;
  margin: 0 6px 0 0;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.dates-first,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.dates-first {
  display: none;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root {
  padding: 4px 4px;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root span.ico,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root span.ico {
  height: 20px;
  opacity: 0.8;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root span.ico i.icon-white,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root span.ico i.icon-white {
  display: none;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root span.lbl,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li .btn-root span.lbl {
  display: none;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu .icon-white,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu .icon-white {
  display: none;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul {
  padding: 5px 0;
  min-width: 160px;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li {
  float: none;
  margin: 0;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li a,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li a {
  padding: 3px 12px;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li a .ico,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li a .ico {
  display: none;
}
.process-phases-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li a .lbl,
.process-block-list .phase-fic .phase-fic-data .actions ul.actions-nav li.admin-menu ul li a .lbl {
  display: inline !important;
}
.phase-header-top-line {
  border-top: 2px solid #256C84;
  height: 5px;
  margin-top: 25px;
}
.phase-header {
  margin: 26px 0 40px;
  text-align: left;
}
.phase-header h3.process-title {
  margin: 0 5px 20px;
  font-size: 24px;
}
.phase-header .phases-list-container {
  margin: 2px 10px 0 4px;
  float: left;
}
.phase-header .phases-list-container a.selected {
  border: 1px solid #dddddd;
  color: #333333;
  background-color: #ededed;
  font-weight: bold;
  font-size: 15px;
  padding: 9px 10px;
}
.phase-header .phases-list-container a.selected i.icon-list {
  background-image: url("../img/glyphicons-halflings.png");
}
.phase-header .phases-list-container a.selected b.caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}
.phase-header .phases-list-container a.selected:hover {
  border: 1px solid #cccccc;
  color: #ffffff;
  background-color: #999999;
}
.phase-header .phases-list-container a.selected:hover i.icon-list {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.phase-header .phases-list-container a.selected:hover b.caret {
  border-bottom-color: #FFFFFF !important;
  border-top-color: #FFFFFF !important;
}
.phase-header .phases-list-container .off {
  padding: 3px 20px;
  color: #999999;
  white-space: nowrap;
}
.phase-header .phase-fic {
  min-height: 37px;
}
.phase-header .phase-fic h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333333;
  padding: 10px 16px 7px;
  margin: 4px 4px 0 0;
}
.phase-header .phase-fic .more-info {
  float: right;
  margin: 4px 1px 0 20px;
}
.phase-header .phase-fic .more-info .btn-root {
  padding: 4px 4px;
}
.phase-header .phase-fic .more-info .btn-root span.ico {
  height: 20px;
  opacity: 0.8;
}
.phase-header .phase-fic .more-info .btn-root span.ico i.icon-white {
  display: none;
}
.phase-header .phase-fic .more-info .btn-root span.lbl {
  display: none;
}
.phase-header .phase-fic .dates {
  clear: both;
  margin: 12px 3px 0;
}
.phase-header .phase-fic .dates li {
  display: inline-block;
  list-style: none outside none;
  margin-right: 20px;
}
.phase-header .phase-fic .dates li .label {
  background-color: #cc9900;
}
.phase-header .contents {
  clear: both;
  margin: 15px 5px 20px;
}
#process-box-container {
  min-height: 63px;
  max-height: 300px;
  margin: 10px 0 20px;
}
#process-box-container .carousel-inner {
  margin: 0 50px 0 60px;
  width: 90%;
}
#process-box-container .carousel-control {
  border: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  border-radius: 0;
  margin-top: -10px;
  opacity: 1;
}
#process-box-container .carousel-control:hover,
#process-box-container .carousel-control:focus {
  opacity: 0.5;
}
#process-box-container .carousel-control.left {
  background: url(../img/sprite.png) no-repeat;
  background-position: -60px -90px;
  left: 5px;
}
#process-box-container .carousel-control.right {
  background: url(../img/sprite.png) no-repeat;
  background-position: -90px -90px;
  right: 5px;
}
#process-box-container .spacer {
  width: 3%;
  height: 63px;
  float: left;
}
#process-box-container .process-box {
  width: 31%;
  min-height: 63px;
  max-height: 300px;
  float: left;
}
#process-box-container .process-box .leaf {
  position: absolute;
  display: none;
}
#process-box-container .process-box .content {
  width: 98%;
  min-height: 63px;
  max-height: 300px;
  overflow: hidden;
  display: block;
  font-size: 13px;
  line-height: normal;
}
#process-box-container .process-box .content a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#process-box-container .process-box .content a:hover {
  text-decoration: none;
}
.process-fic dl {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.process-fic dl dt {
  color: #cc9900;
  float: left;
  line-height: 30px;
  margin: 0;
}
.process-fic dl dd {
  float: left;
  line-height: 30px;
  margin: 0 20px 0 0;
}
.process-fic dl dd .open .ico {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -90px;
}
.process-fic dl dd .closed .ico {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -90px;
}
.process-fic dl dd.status {
  height: 20px;
}
.process-fic .first {
  margin: 1px 0 0 0;
  width: 60px;
}
.process-fic .second {
  margin: 1px 0 0;
  width: 87%;
}
.process-fic .second h3 {
  margin-top: 0;
}
.process-fic .second h5 {
  margin: 0 0 2px;
  color: #333333;
  font-size: 19px;
  line-height: 30px;
}
.process-fic .second h5 a {
  color: #333333;
  text-decoration: underline;
}
.process-fic .second h5 a:hover {
  color: #405a7a;
}
.process-fic .second .ico-ul1 {
  display: inline-block;
  height: 20px;
  margin: 0;
  width: 11px;
  background: url("../img/sprite.png") no-repeat scroll -221px -62px transparent;
}
.process {
  float: right;
  margin-bottom: 30px !important;
  width: 100%;
}
.process .portlet-body-gray {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}
.process dl {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.process dl dt {
  color: #cc9900;
  float: left;
  line-height: 30px;
  margin: 0;
}
.process dl dd {
  float: left;
  line-height: 30px;
  margin: 0 20px 0 0;
}
.process dl dd .open .ico {
  background: url(../img/sprite.png) no-repeat;
  background-position: -180px -90px;
}
.process dl dd .closed .ico {
  background: url(../img/sprite.png) no-repeat;
  background-position: -210px -90px;
}
.process dl dd.status {
  height: 20px;
}
.process ul {
  margin: 0;
}
.process ul li {
  float: left;
  list-style-type: none;
  margin: 0 8px 10px 0;
}
.process ul li .btn-root {
  padding: 4px 4px;
}
.process ul li .btn-root span.ico {
  height: 20px;
  opacity: 0.8;
}
.process ul li .btn-root span.ico i.icon-white {
  display: none;
}
.process ul li .btn-root span.lbl {
  display: none;
}
.process .process-header {
  overflow: hidden;
  padding: 0;
}
.process .process-header h4 {
  color: #ffffff;
  float: right;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 12px 0 0 !important;
  height: 29px;
  max-width: 95%;
  border-radius: 4px 4px 0 0;
  background-color: #898989;
  padding: 0 15px;
}
.process .process-header h4 span.text {
  height: 29px;
  line-height: 28px;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  vertical-align: top;
}
.process .process-header h4 span.ico {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 !important;
}
.process .process-header h4 span.ico:first-child {
  background: url(../img/sprite.png) no-repeat;
  background-position: -120px 0px;
}
.process .process-header h4 span.ico:last-child {
  background: url(../img/sprite.png) no-repeat;
  background-position: -150px 0px;
}
.process .process-image {
  position: absolute;
  margin: 1px 0 3px 10px;
  width: 85px;
  height: 60px;
  float: left;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.process .first {
  display: none;
  margin: 1px 0 0 0;
  width: 60px;
}
.process .second {
  margin: 0 2%;
  width: auto;
  text-align: left;
  float: none;
}
.process .second.there-is-an-image {
  margin-left: 110px;
}
.process .second h3 {
  margin-top: 0;
}
.process .second h5 {
  margin: 0 20px 2px 0;
  color: #333333;
  font-size: 19px;
  line-height: 28px;
}
.process .second h5 a {
  color: #333333;
  text-decoration: underline;
}
.process .second h5 a:hover {
  color: #405a7a;
}
.process .second .summary {
  margin-bottom: 12px;
  margin-right: 20px;
}
.process .second .semaphore {
  margin-right: 6px;
  display: none;
}
.process .second .padlock {
  margin: 0 2px 10px -8px;
  display: none;
}
.process .second .padlock-right {
  display: none;
}
.process .second .ico-ul1 {
  display: inline-block;
  height: 20px;
  margin: 0;
  width: 11px;
  background: url("../img/sprite.png") no-repeat scroll -221px -62px transparent;
}
.process .second .date-period {
  display: none;
}
.process .second .date-ini,
.process .second .date-end {
  line-height: 28px;
}
.process .accordion-footer {
  float: right;
  margin: 15px 0 20px 0;
}
.process .accordion-footer ul {
  border: 1px solid #ededed;
  margin: 15px 0 0 0;
}
.process .accordion-footer ul li {
  border-right: 1px solid #ededed;
  margin: 0;
  padding: 5px 10px;
}
.process .accordion-footer ul li:last-child {
  border: none;
}
.process .accordion-footer ul li a {
  font-weight: bold;
  text-decoration: none;
}
.process-list .admin-menu button .icon-white {
  display: none;
}
.process-list .admin-menu ul {
  padding: 5px 0;
  min-width: 160px;
}
.process-list .admin-menu ul li {
  float: none;
  margin: 0;
}
.process-list .admin-menu ul li a {
  padding: 3px 12px;
}
.process-list .admin-menu ul li a .ico {
  display: none;
}
.process-list .admin-menu ul li a .lbl {
  display: inline !important;
}
.list-contributions .pushpin,
.phase-voting .pushpin,
.phase-inscriptions .pushpin,
.phase-tracking .pushpin {
  color: #000000;
}
.list-contributions .btn-group,
.phase-voting .btn-group,
.phase-inscriptions .btn-group,
.phase-tracking .btn-group {
  float: right;
}
.list-contributions .btn-group .btn,
.phase-voting .btn-group .btn,
.phase-inscriptions .btn-group .btn,
.phase-tracking .btn-group .btn {
  background-color: #256C84;
  padding: 2px 11px;
  color: #ffffff;
}
.list-contributions .btn-group .btn:hover,
.phase-voting .btn-group .btn:hover,
.phase-inscriptions .btn-group .btn:hover,
.phase-tracking .btn-group .btn:hover {
  background-color: #59A7C2;
}
.list-contributions .btn-group .caret,
.phase-voting .btn-group .caret,
.phase-inscriptions .btn-group .caret,
.phase-tracking .btn-group .caret {
  border-top: 4px solid #FFFFFF;
}
.list-contributions .btn-group a,
.phase-voting .btn-group a,
.phase-inscriptions .btn-group a,
.phase-tracking .btn-group a {
  text-decoration: none;
}
.list-contributions .div-hidden-text-overflow,
.phase-voting .div-hidden-text-overflow,
.phase-inscriptions .div-hidden-text-overflow,
.phase-tracking .div-hidden-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.report-process,
.report-phase {
  font-size: 85%;
  line-height: 85%;
}
.report-process .report-wrapper,
.report-phase .report-wrapper {
  margin: 1.2em 3% 2em 3%;
}
.report-process .report-wrapper h5,
.report-phase .report-wrapper h5 {
  margin: 1em 0 1.5em 0;
  color: #263548 !important;
  font-size: 1.6em;
  line-height: 1.3em;
  border-bottom: 1px solid #263548;
}
.report-process .report-wrapper h6,
.report-phase .report-wrapper h6 {
  margin: 2.5em 0 0 0;
  color: #333333;
  font-size: 1.2em;
  line-height: 1.3em;
  clear: both;
}
.report-process .report-wrapper h6.section,
.report-phase .report-wrapper h6.section {
  margin: 3em 0 1.5em 0;
  font-size: 1.4em;
  border-bottom: 1px solid #666666;
}
.report-process .report-wrapper a.phase-header,
.report-phase .report-wrapper a.phase-header {
  color: #263548 !important;
  text-decoration: none;
}
.report-process .report-wrapper table,
.report-phase .report-wrapper table {
  width: 52%;
  margin: 1.25em 0 2.25em;
}
.report-process .report-wrapper table th,
.report-process .report-wrapper table td,
.report-phase .report-wrapper table th,
.report-phase .report-wrapper table td {
  text-align: right;
}
.report-process .report-wrapper table th:first-child,
.report-process .report-wrapper table td:first-child,
.report-phase .report-wrapper table th:first-child,
.report-phase .report-wrapper table td:first-child {
  text-align: left;
}
.report-process .report-wrapper .chart-row,
.report-phase .report-wrapper .chart-row {
  clear: both;
  min-height: 140px;
}
.report-process .report-wrapper .chart-row .chart,
.report-phase .report-wrapper .chart-row .chart {
  margin-right: 2.5em;
  margin-top: 0px;
  width: 35%;
  height: 160px;
  float: right;
}
.report-process .report-wrapper .chart-row .chart.chart-left,
.report-phase .report-wrapper .chart-row .chart.chart-left {
  float: none !important;
  margin-top: 20px;
}
.report-process .report-wrapper div.detail-rows-wrapper,
.report-phase .report-wrapper div.detail-rows-wrapper {
  margin: 1.25em 0 2.25em;
  max-height: 300px;
  overflow-y: auto;
}
.report-process .report-wrapper table.detail-rows,
.report-phase .report-wrapper table.detail-rows {
  width: 100%;
  margin: 0;
}
.report-process .report-wrapper table.detail-rows th,
.report-process .report-wrapper table.detail-rows td,
.report-phase .report-wrapper table.detail-rows th,
.report-phase .report-wrapper table.detail-rows td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 1em;
  line-height: 1.2em !important;
}
.report-process .report-wrapper table.detail-rows th.text-left,
.report-process .report-wrapper table.detail-rows td.text-left,
.report-phase .report-wrapper table.detail-rows th.text-left,
.report-phase .report-wrapper table.detail-rows td.text-left {
  text-align: left;
}
.report-process .report-wrapper table.detail-rows th.text-nowrap,
.report-process .report-wrapper table.detail-rows td.text-nowrap,
.report-phase .report-wrapper table.detail-rows th.text-nowrap,
.report-phase .report-wrapper table.detail-rows td.text-nowrap {
  white-space: nowrap;
}
.report-process .report-wrapper.for-printing,
.report-phase .report-wrapper.for-printing {
  margin: 0 2% 2em 2%;
}
.report-process .report-wrapper.for-printing h6,
.report-phase .report-wrapper.for-printing h6 {
  margin: 3.5em 0 0 0;
}
.report-process .report-wrapper.for-printing table,
.report-phase .report-wrapper.for-printing table {
  width: 50%;
  margin: 2em 0 2.25em;
}
.report-process .report-wrapper.for-printing table th,
.report-process .report-wrapper.for-printing table td,
.report-phase .report-wrapper.for-printing table th,
.report-phase .report-wrapper.for-printing table td {
  padding-top: 1px;
  padding-bottom: 1px;
}
.report-process .report-wrapper.for-printing div.detail-rows-wrapper,
.report-phase .report-wrapper.for-printing div.detail-rows-wrapper {
  max-height: none;
  overflow-y: visible;
  overflow-x: hidden;
}
.report-process .report-wrapper.for-printing table.detail-rows,
.report-phase .report-wrapper.for-printing table.detail-rows {
  width: 100%;
}
.report-process .report-wrapper.for-printing table.detail-rows th,
.report-process .report-wrapper.for-printing table.detail-rows td,
.report-phase .report-wrapper.for-printing table.detail-rows th,
.report-phase .report-wrapper.for-printing table.detail-rows td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.report-process .report-wrapper.for-printing h6.section.page-break-before,
.report-phase .report-wrapper.for-printing h6.section.page-break-before {
  page-break-before: always;
  padding-top: 1em;
}
.report-process .report-wrapper.for-printing .chart,
.report-phase .report-wrapper.for-printing .chart {
  margin-right: 5em;
}
.report-process .report-wrapper h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1em 0 1.5em 0;
  color: #263548 !important;
  font-size: 1.6em;
  line-height: 1.3em;
  border-bottom: 1px solid #263548;
}
.report-process .report-wrapper h5 {
  margin: 3em 0 1.5em 0;
  color: #333333;
  font-size: 1.6em;
  line-height: 1.3em;
  border-bottom: 1px solid #333333;
  page-break-before: always;
}
.report-process .report-wrapper a.phase-header-link {
  color: #333333 !important;
}
.report-process .report-wrapper a.phase-header {
  color: #333333 !important;
  text-decoration: none;
}
.report-process .report-wrapper table.phases-list {
  width: 100%;
}
.report-process .report-wrapper table.phases-list th,
.report-process .report-wrapper table.phases-list td {
  text-align: left;
}
.report-process .report-wrapper.for-printing h5 {
  padding-top: 1em;
}
.report-process .report-wrapper.for-printing h6 {
  margin: 3.5em 0 0 0;
}
.list-contributions-menu,
.list-contributions-tracking-menu {
  text-align: left;
  margin-bottom: 12px;
}
.list-contributions-menu .btn-primary-color,
.list-contributions-tracking-menu .btn-primary-color {
  font-weight: bold;
}
.list-contributions-scheme-colors {
  display: none;
}
.list-contributions-scheme-colors .node-primary {
  color: #373941;
  background-color: #666666;
}
.list-contributions-scheme-colors .line-category {
  color: #373941;
}
.list-contributions-scheme-colors .node-category {
  color: #f58322;
  background-color: #666666;
}
.list-contributions-scheme-colors .line-contribution {
  color: #f58322;
}
.list-contributions-scheme-colors .node-contribution {
  color: #f58322;
  background-color: #ff9a32;
}
#list-contributions-timeline,
#list-contributions-tracking-timeline {
  border-radius: 4px;
}
#list-contributions-timeline .vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .icon,
#list-contributions-timeline .vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .icon,
#list-contributions-tracking-timeline .vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .icon,
#list-contributions-tracking-timeline .vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .icon {
  opacity: 1;
}
#list-contributions-timeline .vco-storyjs .vco-feature h1,
#list-contributions-timeline .vco-storyjs .vco-feature h2,
#list-contributions-timeline .vco-storyjs .vco-feature h3,
#list-contributions-timeline .vco-storyjs .vco-feature h4,
#list-contributions-timeline .vco-storyjs .vco-feature h5,
#list-contributions-timeline .vco-storyjs .vco-feature h6,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h1,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h2,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h3,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h4,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h5,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#list-contributions-timeline .vco-storyjs .vco-feature h1 a,
#list-contributions-timeline .vco-storyjs .vco-feature h2 a,
#list-contributions-timeline .vco-storyjs .vco-feature h3 a,
#list-contributions-timeline .vco-storyjs .vco-feature h4 a,
#list-contributions-timeline .vco-storyjs .vco-feature h5 a,
#list-contributions-timeline .vco-storyjs .vco-feature h6 a,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h1 a,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h2 a,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h3 a,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h4 a,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h5 a,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h6 a {
  font-size: 20px;
  color: #263548;
  cursor: pointer;
  text-decoration: underline;
}
#list-contributions-timeline .vco-storyjs .vco-feature h1 a:hover,
#list-contributions-timeline .vco-storyjs .vco-feature h2 a:hover,
#list-contributions-timeline .vco-storyjs .vco-feature h3 a:hover,
#list-contributions-timeline .vco-storyjs .vco-feature h4 a:hover,
#list-contributions-timeline .vco-storyjs .vco-feature h5 a:hover,
#list-contributions-timeline .vco-storyjs .vco-feature h6 a:hover,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h1 a:hover,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h2 a:hover,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h3 a:hover,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h4 a:hover,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h5 a:hover,
#list-contributions-tracking-timeline .vco-storyjs .vco-feature h6 a:hover {
  color: #405a7a;
}
#list-contributions-timeline .vco-storyjs p,
#list-contributions-timeline .vco-storyjs blockquote,
#list-contributions-timeline .vco-storyjs blockquote p,
#list-contributions-timeline .vco-storyjs .twitter blockquote p,
#list-contributions-tracking-timeline .vco-storyjs p,
#list-contributions-tracking-timeline .vco-storyjs blockquote,
#list-contributions-tracking-timeline .vco-storyjs blockquote p,
#list-contributions-tracking-timeline .vco-storyjs .twitter blockquote p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #333333;
}
#list-contributions-timeline .vco-timeline .vco-slider .nav-previous .date small,
#list-contributions-timeline .vco-timeline .vco-slider .nav-next .date small,
#list-contributions-timeline .vco-timeline .vco-slider .nav-previous .title small,
#list-contributions-timeline .vco-timeline .vco-slider .nav-next .title small,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .nav-previous .date small,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .nav-next .date small,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .nav-previous .title small,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .nav-next .title small {
  display: inline;
}
#list-contributions-timeline .vco-timeline .vco-slider .slider-item .content .content-container .text,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .slider-item .content .content-container .text {
  width: auto !important;
}
#list-contributions-timeline .vco-timeline .vco-slider .slider-item .content .content-container .text .container h2.date,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 14px;
}
#list-contributions-timeline .vco-timeline .vco-slider .slider-item .content .content-container .text .container p,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .slider-item .content .content-container .text .container p {
  margin: 0;
}
#list-contributions-timeline .vco-timeline .vco-slider .slider-item .content .content-container .media,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .slider-item .content .content-container .media {
  margin: 10px 0 0 !important;
  display: none;
}
#list-contributions-timeline .vco-timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image {
  border: none;
}
#list-contributions-timeline .vco-timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .caption,
#list-contributions-tracking-timeline .vco-timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .caption {
  text-align: center;
}
#list-contributions-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
#list-contributions-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  color: #263548;
}
#list-contributions-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .dot,
#list-contributions-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .line,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .dot,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav .content .marker.active .line {
  background: none repeat scroll 0 0 #256C84;
}
#list-contributions-timeline .vco-timeline .vco-navigation .timenav .content .thumbnail,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav .content .thumbnail {
  display: none;
}
#list-contributions-timeline .vco-timeline .vco-navigation .timenav .content .thumbnail img,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav .content .thumbnail img {
  border: none;
}
#list-contributions-timeline .vco-timeline .vco-navigation .timenav-background .timenav-line,
#list-contributions-tracking-timeline .vco-timeline .vco-navigation .timenav-background .timenav-line {
  background-color: #256C84;
}
#list-contributions-tracking-timeline .slider-item .content {
  vertical-align: bottom;
}
#list-contributions-tracking-timeline .slider-item .content .container {
  text-align: center !important;
}
#list-contributions-tracking-timeline .slider-item .content .container h3 {
  margin-bottom: 5px;
}
#list-contributions-tracking-timeline .event-line {
  display: none;
  top: 0px !important;
  height: 20px !important;
  margin-bottom: 4px;
  background-color: #263548;
}
div.modal-body div.contribution {
  margin: 10px 2%;
}
div.modal-body div.contribution .contribution-header ul.data {
  color: #666666;
  float: left;
  margin: 15px 0 9px;
  width: 100%;
}
div.modal-body div.contribution .contribution-header ul.data li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
div.modal-body div.contribution .contribution-header ul.data li strong {
  color: #263548;
}
div.modal-body div.contribution .contribution-body {
  padding: 0;
}
div.modal-body div.contribution .contribution-body h1 {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
div.modal-body div.contribution .contribution-body h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
div.modal-body div.contribution .contribution-body .contents {
  margin: 20px 0;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
}
div.modal-body div.contribution .contribution-body dl {
  margin-top: 1.5em;
  margin-bottom: 10px;
}
div.modal-body div.contribution .contribution-body dl dt {
  color: #263548;
  text-align: left;
  margin-bottom: 10px;
}
div.modal-body div.contribution .contribution-body dl dt .texto {
  margin-bottom: 0;
  width: 100%;
}
div.modal-body div.contribution .contribution-body dl dd {
  margin-bottom: 10px;
}
div.modal-body div.contribution .contribution-body dl dd .texto {
  margin: 0 0 15px;
  width: 100%;
}
div.modal-body div.contribution .contribution-footer {
  border-top: 1px solid #263548 !important;
  padding: 15px 0 40px;
  display: none;
}
.phase-inscriptions .info-div {
  display: none;
  margin: 12px 12px 12px 0;
}
.phase-inscriptions .info-div .user-list-tit {
  font-weight: bold;
  padding: 12px 0 6px;
}
.phase-inscriptions .info-div .user-list li {
  margin-bottom: 4px;
}
.phase-inscriptions .info-div .user-list .user-image {
  width: 20px;
  height: 20px;
  margin: 0 8px;
}
.phase-tracking .row-div {
  padding: 12px 0 12px 11px;
}
.phase-tracking .row-div-header {
  padding: 8px 0 8px 11px;
}
.phase-tracking .folder {
  padding: 0 0 12px 2px;
}
.phase-tracking .status {
  width: 20px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: none;
}
.phase-tracking .status_received {
  background-image: url('../img/received.png');
}
.phase-tracking .status_considered {
  background-image: url('../img/considered.png');
}
.phase-tracking .status_ongoing {
  background-image: url('../img/ongoing.png');
}
.phase-tracking .status_finished {
  background-image: url('../img/finished.png');
}
.phase-tracking .status_discarded {
  background-image: url('../img/discarded.png');
}
.phase-tracking .status-txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phase-tracking .info-div {
  display: none;
  margin: 20px 35px 5px 25px;
}
.phase-tracking .info-div .members {
  margin: 0 1px;
  font-size: 12px;
  vertical-align: bottom;
}
.phase-tracking .info-div .members .user-list {
  margin: 0;
}
.phase-tracking .info-div .members .user-list .user-label {
  font-weight: bold;
  width: 80px;
}
.phase-tracking .info-div .members .user-list li {
  list-style: none;
  display: inline-block;
  margin: 0 8px 4px 0;
  line-height: 18px;
}
.phase-tracking .info-div .members .user-list li .user-image {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
}
.phase-tracking .info-div .menu-actions-contribution {
  float: right;
  margin: 2px -27px 0 0;
  width: 22px;
}
.phase-tracking .info-div .btn-edit-contribution,
.phase-tracking .info-div .btn-save-contribution,
.phase-tracking .info-div .btn-cancel-contribution {
  margin-bottom: 3px;
  padding: 2px 4px;
  background-color: #256C84;
  cursor: pointer;
}
.phase-tracking .info-div .btn-save-contribution,
.phase-tracking .info-div .btn-cancel-contribution {
  display: none;
}
.phase-tracking .info-div .reply-box {
  margin: 0 0 8px 0 !important;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  line-height: 1.3em !important;
}
.phase-tracking .info-div textarea.reply-box {
  width: 97.2% !important;
  display: none;
}
.phase-tracking .info-div select.percent-complete {
  width: 100px !important;
  font-size: 12px !important;
  padding: 0 !important;
  height: auto;
  line-height: 1em;
  margin: 0 0 2px 2px !important;
  display: none;
}
.phase-tracking .info-div .start-date-finish-date-row {
  margin: 0 1px;
  float: left;
  font-size: 12px;
  line-height: normal;
}
.phase-tracking .info-div .status-row {
  text-align: right;
  font-size: 12px;
  line-height: normal;
  margin: 1px 1px 0;
}
.phase-tracking .info-div .status-row .status-item {
  display: inline-block;
  color: #999999;
  border: 1px solid #cccccc;
  padding: 1px 5px 0;
  margin-left: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  opacity: 0.6;
}
.phase-tracking .info-div .status-row .status-item-on {
  color: #333333;
  background-color: #ffffff;
  opacity: 1;
}
.phase-tracking .info-div .status-row .status-item-current {
  font-weight: bold;
}
.phase-tracking .info-div .status-row .status-item-percent {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #263548;
  padding: 0;
  margin-left: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  background-color: #C4C4C4;
}
.phase-tracking .info-div .status-row .status-item-percent .status-item-percent-label {
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.phase-tracking .info-div .status-row .status-item-percent .status-item-percent-bar {
  background-color: #263548;
  padding: 1px 0 0;
}
.phase-voting .info-div {
  margin: 12px 2px 2px 0;
}
.phase-voting .info-div .voting-fields-table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.phase-voting .info-div .voting-fields-td {
  width: 400px;
}
.phase-voting .info-div .voting-fields-td-results {
  width: 500px;
}
.phase-voting .info-div .voting-fields {
  margin: 6px 12px 6px;
  padding: 6px 12px;
  border: 1px solid #dddddd;
  border-radius: 2px 2px 2px 2px;
  background-color: #ffffff;
}
.phase-voting .info-div .voting-fields .voting-fields-separator {
  border-top: 1px solid #ebebeb;
  margin: 4px 0;
}
.phase-voting .info-div .voting-fields .voting-fields-header {
  float: right;
  width: 110px;
  padding: 6px 0;
  font-weight: bold;
}
.phase-voting .info-div .voting-fields .voting-fields-label {
  width: 240px;
  padding: 6px 0;
}
.phase-voting .info-div .voting-fields .voting-fields-label-results {
  width: 220px;
}
.phase-voting .info-div .voting-fields .voting-fields-data {
  float: right;
  width: 100px;
  padding: 0;
}
.phase-voting .info-div .voting-fields .voting-fields-data input,
.phase-voting .info-div .voting-fields .voting-fields-data select {
  width: 85px !important;
  margin: 0 !important;
}
.phase-voting .info-div .voting-fields .voting-fields-data .star {
  margin-top: 5px;
}
.phase-voting .info-div .voting-fields .voting-fields-data .voting-boolean {
  width: 14px !important;
  margin-top: 9px !important;
}
.phase-voting .info-div .voting-fields .voting-fields-data .voting-points {
  height: 20px;
  margin-top: 2px !important;
  padding: 3px 6px;
  text-align: right;
}
.phase-voting .info-div .voting-fields .voting-fields-data .voting-results {
  height: 20px;
  margin-top: 2px !important;
  padding: 3px 6px;
  text-align: right;
}
.phase-voting .info-div .voting-fields .voting-fields-data-results {
  width: 110px;
}
.phase-poll .form-view-header {
  display: none;
}
.phase-poll .item-index {
  display: none;
}
.phase-forum .phase-forum-div {
  display: block;
}
.phase-forum .phase-forum-div .user-image {
  margin: 0 20px 8px 0;
}
.phase-forum .phase-forum-div .user,
.phase-forum .phase-forum-div .date {
  color: #263548;
}
.phase-forum .date {
  text-align: right;
}
.phase-forum .title {
  color: #666666 !important;
}
.phase-forum .contents {
  margin-bottom: 0 !important;
}
.phase-forum .forum-div {
  display: none;
}
.phase-forum .forum-container .forum-container-son .forum-son .date {
  margin-right: 20px;
}
.phase-wiki iframe {
  border: none;
}
.phase-doc {
  padding: 5px 10px 20px;
  background-color: #f3f3f3;
}
.phase-doc form {
  margin-top: 0 !important;
}
.phase-doc .phase-forum-div {
  display: none;
  margin-bottom: 20px;
}
.phase-doc .phase-forum-div .user-image {
  margin: 0 20px 8px 0;
}
.phase-doc .phase-forum-div .user,
.phase-doc .phase-forum-div .date {
  color: #263548;
}
.phase-doc .date {
  text-align: right;
}
.phase-doc .title {
  color: #666666 !important;
}
.phase-doc .contents {
  margin-bottom: 0 !important;
}
.phase-doc .forum-div {
  display: none;
}
.phase-doc .forum-container .forum-container-son .forum-son .date {
  margin-right: 20px;
}
.phase-doc .btn-add-comment,
.phase-doc .title {
  display: none;
}
.phase-doc .forum-son > .forum-block > .title {
  display: block;
}
.phase-doc .forum-son > .phase-forum-div {
  display: block;
}
.phase-doc #phase-doc-file {
  height: 500px;
  width: 90% !important;
  background-color: #f8f8f8;
}
.phase-doc .div-paragraph {
  padding: 5px;
  margin-bottom: 10px;
}
.phase-doc .div-paragraph .redactor_box {
  margin: 10px 10px 10px 33px;
}
.phase-doc .div-paragraph-on {
  background-color: #59A7C2;
}
.phase-doc input[type="checkbox"] {
  position: absolute;
  float: left;
  width: auto !important;
  margin: 18px 0 0 6px !important;
}
.phase-doc .redactor_box {
  margin: 20px 15px 10px;
}
.phase-doc textarea.paragraph {
  height: 140px;
  width: 90% !important;
  background-color: #f8f8f8;
}
.phase-doc input.btn[type="button"],
.phase-doc input.btn[type="submit"] {
  width: auto !important;
  margin: 10px 0 !important;
}
.phase-doc table,
.phase-doc table td {
  border: 1px solid #666666;
  padding: 4px 6px;
}
.phase-doc-bgwhite {
  background-color: #ffffff !important;
}
.phase-scorm table.table-base td.lesson_status,
.phase-scorm table.table-base td.score,
.phase-scorm table.table-base td.total_time {
  width: 15%;
  white-space: nowrap;
}
.phase-scorm table.table-base td.lesson_status span.ico {
  display: none;
}
#process-last-contribution-container {
  margin-bottom: 0px;
}
#process-last-contribution-container .carousel-inner {
  margin: 20px 0 20px 0;
}
#process-last-contribution-container .carousel-control {
  border: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  border-radius: 0;
  opacity: 1;
}
#process-last-contribution-container .carousel-control:hover,
#process-last-contribution-container .carousel-control:focus {
  opacity: 0.5;
}
#process-last-contribution-container .carousel-control.left {
  background: url(../img/sprite.png) no-repeat;
  background-position: -30px -90px;
  left: 5px;
  margin-top: -25px !important;
}
#process-last-contribution-container .carousel-control.right {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0px -90px;
  right: 5px;
  margin-top: 0px !important;
}
#process-last-contribution-container .nota .data-content {
  padding-top: 3px;
  clear: both;
}
#process-last-contribution-container .nota .data-label {
  color: #263548;
  background-image: none;
}
#process-last-contribution-container .nota .user-anonymous {
  background-image: none;
}
#process-last-contribution-container .nota .nota-content {
  width: 87%;
  margin: 5px 15px 0;
  font-size: 13px;
  line-height: normal;
}
#process-last-contribution-container .nota .nota-content .user-image {
  width: 57px;
  height: 60px;
  margin: 0 10px 0 0;
}
#process-last-contribution-container .nota .nota-content h5,
#process-last-contribution-container .nota .nota-content p {
  color: #263548;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  float: none;
  margin: 0 0 6px;
  width: 100% !important;
}
#process-last-contribution-container .nota .nota-footer {
  width: 87%;
  margin: 0 15px 5px;
  padding-top: 3px;
  line-height: 16px;
}
#process-last-contribution-container .nota .nota-footer .text {
  float: left;
  font-size: 13px;
  margin-top: 0px;
}
#process-last-contribution-container .nota .nota-footer .ico {
  margin: -5px -3px 4px 5px;
}
#process-last-contribution-container .separador {
  width: 12px;
  height: 12px;
  float: left;
  clear: both;
}
#order_form .modal-header h3 {
  color: #263548;
}
div.modal-body div.order div.commodity {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left,#ffffff,#f3f3f3);
  background-image: -moz-linear-gradient(left,#ffffff,#f3f3f3);
  background-image: -o-linear-gradient(left,#ffffff,#f3f3f3);
  background-image: -ms-linear-gradient(left,#ffffff,#f3f3f3);
  background-image: linear-gradient(left,#ffffff,#f3f3f3);
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
  min-height: 128px;
  margin: 10px 40px 30px;
}
div.modal-body div.order div.commodity .image {
  width: 200px;
  height: 128px;
  background-size: cover;
  border-radius: 4px;
  margin-right: 35px;
}
div.modal-body div.order div.commodity .no_image {
  width: 20px;
  height: 128px;
}
div.modal-body div.order div.commodity .ico-course-type {
  float: left;
  margin: 0.9em 10px -7px 0;
}
div.modal-body div.order div.commodity h5 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 35px 0.5em 0;
  padding-top: 1.2em;
}
div.modal-body div.order div.commodity .description_short {
  display: none;
}
div.modal-body div.order div.commodity .data .datum {
  display: inline-block;
  font-size: 13px;
  float: left;
  width: 250px;
  margin: 0 5px 0 0;
  line-height: 27px;
}
div.modal-body div.order div.commodity .data .datum span.ico {
  margin: 0 0 -10px;
  width: 30px;
  height: 30px;
  display: none;
}
div.modal-body div.order div.commodity .data .datum span.lbl {
  margin: 0 6px 0 0;
  font-weight: bold;
}
div.modal-body div.order div.timeline {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: -moz-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: -o-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: -ms-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: linear-gradient(top,#f8f8f8,#eeeeee);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
  margin: -12px 40px 18px;
  padding: 10px 20px 10px 16px;
}
div.modal-body div.order div.timeline .price {
  display: block;
  float: right;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
div.modal-body div.order div.timeline .details {
  margin: 0;
  padding: 0;
}
div.modal-body div.order div.timeline .details .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
div.modal-body div.order #order-steps-tabs li > a {
  cursor: default;
}
div.modal-body div.order #order-steps-contents {
  margin: 0 36px 24px;
}
div.modal-body div.order #order-steps-contents .order-step-description {
  margin: 0 0 2em;
}
div.modal-body div.order #order-steps-contents .order-step-note {
  width: 98%;
  font-size: 90%;
  color: #666666;
  text-align: right;
}
div.modal-body div.order #order-steps-contents label.error {
  line-height: 15px;
  display: block;
  position: relative;
  margin: -6px 0 15px 2px;
  white-space: normal;
}
div.modal-body div.order #order-steps-contents .tab-pane {
  min-height: 200px;
}
div.modal-body div.order #order-steps-contents fieldset {
  margin-top: 24px;
}
div.modal-body div.order #order-steps-contents fieldset:first-child {
  margin-top: 12px;
}
div.modal-body div.order #order-steps-contents fieldset legend {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 12px;
}
div.modal-body div.order #order-steps-contents fieldset fieldset {
  margin-top: 6px;
}
div.modal-body div.order #order-steps-contents fieldset fieldset legend {
  color: #999999;
  border-bottom-color: #ededed;
  min-height: 20px;
}
div.modal-body div.order #order-steps-contents fieldset fieldset legend .btn-mini {
  padding: 2px 6px;
  line-height: 12px;
  font-weight: normal;
  margin-left: 10px !important;
}
div.modal-body div.order #order-steps-contents .input {
  width: 80%;
}
div.modal-body div.order #order-steps-contents select.input {
  width: 87.5%;
}
div.modal-body div.order #order-steps-contents label.radio {
  line-height: 20px !important;
  margin-bottom: 14px;
}
div.modal-body div.order #order-steps-contents label.radio input {
  margin-top: 3px;
}
div.modal-body div.order #order-steps-contents #billing_name,
div.modal-body div.order #order-steps-contents #billing_surname1,
div.modal-body div.order #order-steps-contents #billing_surname2,
div.modal-body div.order #order-steps-contents #contact_name {
  text-transform: capitalize;
}
div.modal-body div.order #order-steps-contents p.necessary_login {
  margin-bottom: 5px;
}
div.modal-body div.order #order-steps-contents .div-change-password {
  margin-top: 5px;
}
div.modal-body div.order #order-steps-contents #billing_province_spain,
div.modal-body div.order #order-steps-contents #billing_town_spain {
  width: 84%;
}
div.modal-body div.order #order-steps-contents .div-address_type select.input {
  width: 92%;
}
div.modal-body div.order #order-steps-contents .div-address.span7 {
  margin-left: 0px;
}
div.modal-body div.order #order-steps-contents .div-address.span7 .input {
  width: 90.75%;
}
div.modal-body div.order #order-steps-contents .btn-small {
  margin-top: 3px !important;
  padding: 4px 10px;
  line-height: 14px;
  white-space: nowrap;
}
div.modal-body div.order #order-steps-contents .row-user #btn-load-csv {
  float: right;
  padding: 3px 8px 2px;
  line-height: 12px;
  font-weight: normal;
}
div.modal-body div.order #order-steps-contents .row-user h5 {
  font-size: 13px;
  font-weight: bold;
  color: #999999;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #cccccc;
  width: 96%;
}
div.modal-body div.order #order-steps-contents .row-user table {
  width: 98%;
}
div.modal-body div.order #order-steps-contents .row-user td {
  padding: 5px 4px;
  vertical-align: top;
  font-size: 13px !important;
  line-height: 17px !important;
}
div.modal-body div.order #order-steps-contents .row-user td label {
  font-size: 13px !important;
  line-height: 17px !important;
}
div.modal-body div.order #order-steps-contents .row-user td .btn-mini {
  padding: 2px 6px;
  line-height: 12px;
}
div.modal-body div.order #order-steps-contents .row-user td.more_info {
  text-align: right;
  white-space: nowrap;
  padding: 4px;
}
div.modal-body div.order #order-steps-contents .row-user td.price {
  font-weight: bold;
  color: #256C84;
  text-align: right;
  white-space: nowrap;
}
div.modal-body div.order #order-steps-contents .row-user .professions {
  margin: 1px 0.5em 0.5em 1px;
  padding: 0 2px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
div.modal-body div.order #order-steps-contents .row-user .professions .profession {
  padding-right: 1%;
  display: inline-block;
  width: 23%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.modal-body div.order #order-steps-contents .row-user .professions .profession label {
  cursor: pointer;
  vertical-align: middle;
}
div.modal-body div.order #order-steps-contents .row-user .professions .profession label input[type="checkbox"] {
  margin-right: 3px;
  margin-top: -3px;
}
div.modal-body div.order #order-steps-contents .row-user input[type="text"] {
  text-transform: capitalize;
}
div.modal-body div.order #order-steps-contents #row-user-1 .row-user-tit {
  margin-top: -12px !important;
}
div.modal-body div.order #order-steps-contents table.budget {
  width: 98%;
  margin: 12px 0;
}
div.modal-body div.order #order-steps-contents table.budget tr td {
  border-top: 1px solid #eeeeee;
}
div.modal-body div.order #order-steps-contents table.budget tr.vat0 {
  display: none;
}
div.modal-body div.order #order-steps-contents table.budget tr.subtotal td {
  border-top: 1px solid #cccccc;
}
div.modal-body div.order #order-steps-contents table.budget tr.total td {
  border-top: 1px solid #cccccc;
  font-weight: bold;
}
div.modal-body div.order #order-steps-contents table.budget td {
  padding: 7px 5px 8px;
  vertical-align: top;
  font-size: 14px !important;
  line-height: 18px !important;
}
div.modal-body div.order #order-steps-contents table.budget td.concept {
  text-align: left;
}
div.modal-body div.order #order-steps-contents table.budget td.concept .period {
  font-size: 12px;
  line-height: normal;
  color: #666666;
}
div.modal-body div.order #order-steps-contents table.budget td.price {
  text-align: right;
}
div.modal-body div.order #order-steps-contents table.budget td.units {
  text-align: right;
}
div.modal-body div.order #order-steps-contents table.budget td.total_price {
  text-align: right;
}
div.modal-body div.order #order-steps-contents table.budget td.tools {
  text-align: center;
  border-top: none !important;
}
div.modal-body div.order #order-steps-contents table.budget td.tools .btn_remove_item {
  background-color: #256C84;
  border: 1px solid #59A7C2;
  border-radius: 4px;
  display: none;
  padding: 2px 4px;
}
div.modal-body div.order #order-steps-contents table.budget td.tools .btn_remove_item:hover {
  background-color: #59A7C2;
}
div.modal-body div.order #order-steps-contents #coupon_info {
  color: #256C84;
}
div.modal-body div.order #order-steps-contents table.payment-methods {
  margin: 9px 0 0 12px;
}
div.modal-body div.order #order-steps-contents table.payment-methods td {
  padding: 6px 6px 12px;
  vertical-align: top;
  font-size: 14px !important;
  line-height: 18px !important;
}
div.modal-body div.order #order-steps-contents table.payment-methods td input {
  margin: 0 6px 0 12px;
}
div.modal-body div.order #order-steps-contents table.payment-methods td label {
  line-height: 1.4em;
  cursor: pointer;
}
div.modal-body div.order #order-steps-contents #availability_list {
  overflow-y: auto;
  height: 135px;
  margin-top: 0px;
}
div.modal-body div.order #order-steps-contents #availability_list .loading {
  background-image: url('../img/loading_24_FFFFFF_333333.gif');
  display: inline-block;
  float: left;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item {
  width: 99.8%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: -moz-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: -o-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: -ms-linear-gradient(top,#f8f8f8,#eeeeee);
  background-image: linear-gradient(top,#f8f8f8,#eeeeee);
  cursor: pointer;
  color: #666666;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item:last-child {
  border-bottom: 1px solid #d4d4d4 !important;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item .icon-black {
  display: none;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item .checkbox {
  display: block;
  float: left;
  margin: 0;
  padding: 14px 13px 14px 14px;
  text-align: center;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item .price {
  display: block;
  float: right;
  margin: 0;
  padding: 10px 24px 12px 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item .details {
  margin: 0;
  padding: 10px 10px 12px 0;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item .details .tit {
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item:hover {
  background-color: #f3f3f3;
  background-image: -webkit-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: -moz-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: -o-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: -ms-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: linear-gradient(top,#f3f3f3,#dddddd);
  color: #333333;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item:hover .icon-black {
  display: none;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item.selected {
  background-color: #f3f3f3;
  background-image: -webkit-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: -moz-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: -o-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: -ms-linear-gradient(top,#f3f3f3,#dddddd);
  background-image: linear-gradient(top,#f3f3f3,#dddddd);
  color: #111111;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item.selected .icon-black {
  display: inline-block;
}
div.modal-body div.order #order-steps-contents #availability_list .availability_item.selected .icon-white {
  display: none;
}
div.modal-body div.order #order-steps-contents .order-step-4-hidden-details {
  display: none;
}
div.modal-body div.order #order-steps-contents .element-for-person,
div.modal-body div.order #order-steps-contents .element-for-organization {
  display: none;
}
div.modal-body div.order #order-steps-contents .surname {
  width: 38.7%;
}
div.modal-body div.order #order-steps-contents .user_database_name,
div.modal-body div.order #order-steps-contents .billing_database_name {
  display: none;
}
div.modal-body div.order #order-steps-contents .row-user-tit {
  border-bottom: 1px solid #EDEDED;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 18px 0 12px;
}
div.modal-body div.order #order-step-3 p.text-info {
  color: #256C84;
}
div.modal-body div.order #order-step-3 .loading {
  background-image: url('../img/loading_24_FFFFFF_333333.gif');
  display: inline-block;
  float: left;
}
div.modal-body div.order div.step6 {
  min-height: 140px;
  margin: 0 36px 24px;
  padding-top: 12px;
}
div.modal-body div.order div.step6 .loading {
  background-image: url('../img/loading_24_FFFFFF_333333.gif');
  display: inline-block;
  float: left;
  margin: 0 6px 0 0;
}
div.modal-body div.order div.step6 .connecting-pos {
  line-height: 24px;
}
div.modal-body div.order div.step6 .description {
  width: 80%;
  margin: 12px 0 0;
}
#print_budget_tmp {
  margin: 3em 2em;
}
#print_budget_tmp .header .img1 {
  width: 182px;
}
#print_budget_tmp .header .img2 {
  width: 230px;
  margin-left: 10%;
}
#print_budget_tmp h4 {
  margin: 1em 0 2em;
}
#print_budget_tmp table {
  width: 100%;
  margin: 1.5em 0;
}
#print_budget_tmp table tr td {
  border-top: 1px solid #eeeeee;
}
#print_budget_tmp table tr.vat0 {
  display: none;
}
#print_budget_tmp table tr.subtotal td {
  border-top: 1px solid #cccccc;
}
#print_budget_tmp table tr.total td {
  border-top: 1px solid #cccccc;
  font-weight: bold;
}
#print_budget_tmp table td {
  padding: 7px 5px 8px;
  vertical-align: top;
  font-size: 14px !important;
  line-height: 18px !important;
}
#print_budget_tmp table td.concept {
  text-align: left;
}
#print_budget_tmp table td.concept .period {
  font-size: 12px;
  line-height: normal;
  color: #666666;
}
#print_budget_tmp table td.price {
  text-align: right;
}
#print_budget_tmp table td.units {
  text-align: right;
}
#print_budget_tmp table td.total_price {
  text-align: right;
}
#print_budget_tmp table td.tools {
  text-align: center;
  border-top: none !important;
}
#print_budget_tmp table td.tools .btn_remove_item {
  background-color: #256C84;
  border: 1px solid #59A7C2;
  border-radius: 4px;
  display: none;
  padding: 2px 4px;
}
#print_budget_tmp table td.tools .btn_remove_item:hover {
  background-color: #59A7C2;
}
#print_budget_tmp .order-step-note {
  width: 100%;
  font-size: 90%;
  color: #666666;
  text-align: right;
}
.sale-checkout .loading {
  float: none;
}
.sale-checkout label.checkbox {
  line-height: 20px;
  padding-left: 10px;
}
.sale-checkout label.main-error {
  margin-bottom: 20px;
  line-height: 1.3em;
}
.sale-checkout input[type="checkbox"] {
  margin: 4px 0 0 4px;
}
.sale-checkout a.edit i.icon-white {
  display: block;
}
.sale-checkout fieldset.purchase-amount {
  margin-top: 120px;
}
.site-menu .nav-list span.ico {
  display: none;
}
.site-menu .nav-list li a {
  padding: 4px 15px;
  text-shadow: none;
  border-radius: 4px;
}
.site-menu .nav-list li a:hover {
  color: #263548;
}
.site-menu .nav-list li a .caret {
  float: right;
  margin-top: 7px;
  border-bottom-color: #263548;
  border-top-color: #263548;
}
.site-menu .nav-list li.active > a,
.site-menu .nav-list li.active > a:hover,
.site-menu .nav-list li.active > a:focus {
  background-color: #263548;
  color: #ffffff;
}
.site-menu .nav-list li.open .dropdown-toggle {
  border-radius: 4px 4px 0 0;
  background-color: #eeeeee !important;
  color: #263548 !important;
  text-shadow: none;
}
.site-menu .nav-list li.open .dropdown-toggle .caret {
  border-bottom-color: #263548;
  border-top-color: #263548;
}
.site-menu .nav-list li ul.dropdown-menu {
  position: relative;
  float: none;
  margin: 0px -15px !important;
  padding: 0px;
  top: auto;
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}
.site-menu .nav-list li ul.dropdown-menu li a {
  border-radius: 0;
}
.site-menu .nav-list li ul.dropdown-menu li a:hover,
.site-menu .nav-list li ul.dropdown-menu li a:focus {
  background-image: none;
  background-color: #eeeeee;
  color: #333333;
}
.site-menu .nav-list li ul.dropdown-menu li.active > a,
.site-menu .nav-list li ul.dropdown-menu li.active > a:hover,
.site-menu .nav-list li ul.dropdown-menu li.active > a:focus {
  background-image: none;
  background-color: #263548;
  color: #ffffff;
}
.site-menu .nav-list li ul.dropdown-menu li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.register-login-order .modal-header h3 {
  color: #263548;
}
.user-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 0 8px 8px 0;
  display: none !important;
}
.avatar {
  background-image: url('../img/avatar.png');
}
.user-anonymous {
  font-style: italic;
}
.login p {
  font-size: 12px;
  line-height: 18px;
}
.login .portlet-header {
  padding: 10px 0;
}
.login a,
.login a:hover {
  color: #256C84;
}
.userbox {
  text-align: left;
  padding: 0;
  display: flow-root;
}
.userbox div.campus-access {
  display: none;
}
.userbox .loged-dropdown-button {
  padding: 7px !important;
}
.userbox .loged-dropdown-button h4 {
  margin-left: 0 !important;
}
.userbox .error-message {
  text-align: center;
  color: #e2001a;
  margin: 10px 0 5px;
}
.userbox .login-dropdown-button {
  background-color: transparent;
  padding: 15px 40px;
  cursor: pointer;
  position: relative;
  min-width: 140px;
  color: #263548;
  background-image: url('../img/logout.png');
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.userbox .login-dropdown-button h4 {
  color: #263548;
  text-align: left;
}
.userbox .login-dropdown-button::after {
  right: auto;
  left: 100px;
}
.userbox .login-dropdown-button::after {
  content: "\25bc";
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: -15px;
  position: absolute;
  right: 0;
  margin-top: -20px;
}
.userbox .lbl {
  text-transform: uppercase;
  font-size: 16px;
}
.userbox .login-content {
  display: none;
  background-color: #263548;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #cc9900;
  margin-left: -60px;
}
.userbox .loged-content {
  display: none;
  background-color: #263548;
  padding: 10px;
  margin-left: -60px;
  border-top: 1px solid #cc9900;
}
.userbox label.error {
  line-height: 1.2em;
  white-space: normal;
  margin: 0 5px 5px;
}
.userbox .user-image {
  border: 1px solid #cccccc;
  float: left;
  margin-right: 14px;
  display: block;
}
.userbox h4 {
  display: block;
  color: #263548;
  font-weight: bold !important;
  margin: 0;
}
.userbox .btn {
  margin-right: 3px !important;
}
.userbox .links {
  margin: 8px 3px 4px;
  text-align: right;
  line-height: normal;
}
.userbox .links a {
  font-size: 12px;
  color: #256C84;
}
.userbox .links a:hover {
  color: #256C84;
  text-decoration: underline;
}
.userbox .name {
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #263548;
}
.userbox .name strong {
  display: none;
}
.userbox .edit-profile {
  clear: both;
  margin: 8px 4px 0 0;
  float: left;
}
.userbox .edit-profile a.btn {
  display: inline-block;
  margin: 0;
}
.userbox .logout {
  float: left;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .userbox h4 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin: 6px 0 2px 2px;
    text-align: left;
  }
  .userbox #user_login .control-group {
    display: inline;
    float: left;
    margin-bottom: 0px;
  }
  .userbox #user_login .control-group input {
    padding: 2px 3px;
    width: 97px !important;
    margin-right: 4px;
  }
  .userbox #user_login .control-group button {
    font-size: 12px;
    margin-right: 0 !important;
    padding: 2px 10px 3px;
  }
  .userbox .links {
    clear: both;
    margin: 4px 0 4px 0;
  }
  .userbox .links p {
    display: inline;
    float: left;
    padding-right: 8px !important;
  }
}
.userbox.page {
  width: 40%;
  background-color: #f8f8f8;
  padding: 10px 30px 15px;
  margin: 9% 30%;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  text-align: right;
}
.userbox.page h4 {
  margin: 10px 0 20px;
  display: block;
}
.userbox.page #email,
.userbox.page #password {
  width: 95%;
  margin: 3px;
}
.userbox.page .links {
  text-align: center;
}
#user_register .conditions_txt {
  font-size: 90%;
  border: 1px solid #CCCCCC;
  background-color: #F7F8F9;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 8px;
  max-height: 205px;
  overflow-y: auto;
}
#user_new_email .list-to {
  width: 416px;
  margin: 0 0 8px;
  padding: 4px 6px;
  max-height: 52px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#user_new_email .redactor_box {
  width: 428px;
}
#user_edit_web div.modal-body {
  padding: 1em 3% 2em;
}
#user_edit_web div.modal-body div.explanation {
  margin: 1em 0 2em;
}
#user_edit_web div.modal-body div.control-group {
  margin-bottom: 5px;
}
#user_edit_web div.modal-body label {
  line-height: 21px !important;
}
#user_edit_web div.modal-body .label-image {
  margin-top: 36px;
}
#user_edit_web div.modal-body label.error {
  line-height: 18px;
  display: inline-block;
  position: relative;
  margin: 6px 0 0 6px;
  white-space: normal;
}
#user_edit_web div.modal-body label.error[for=new_email] {
  line-height: 15px;
  display: none;
  position: relative;
  margin: -6px 0 10px 2px;
  white-space: normal;
}
#user_edit_web div.modal-body .user-image {
  float: left;
  width: 70px;
  height: 80px;
  background-position: 50% 50%;
  background-size: cover;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 0 0 10px;
}
#user_edit_web div.modal-body #btn-change-image {
  float: left;
  padding: 6px 12px;
  border-radius: 0;
  margin-left: -1px;
  margin-top: 37px;
}
#user_edit_web div.modal-body #btn-clear-image {
  float: left;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  margin-top: 37px;
}
#user_edit_web div.modal-body .uneditable-input {
  margin-bottom: 10px;
  font-family: 'Oxygen', sans-serif;
}
#user_edit_web div.modal-body input,
#user_edit_web div.modal-body select,
#user_edit_web div.modal-body .chosen-container {
  margin-bottom: 10px;
  font-family: 'Oxygen', sans-serif;
}
#user_edit_web div.modal-body #name,
#user_edit_web div.modal-body #surname1,
#user_edit_web div.modal-body #surname2 {
  text-transform: capitalize;
}
#user_edit_web div.modal-body .btn {
  padding: 4px 10px;
  line-height: 15px;
  margin-bottom: 10px !important;
}
#user_edit_web div.modal-body #btn-change-email-1,
#user_edit_web div.modal-body #btn-change-email-2,
#user_edit_web div.modal-body #btn-change-email-cancel,
#user_edit_web div.modal-body #btn-change-password {
  padding: 6px 12px;
  line-height: 16px;
}
#user_edit_web div.modal-body .help-inline {
  display: none;
}
#user_edit_web div.modal-body .div-new-email {
  display: none;
}
#user_activate_service div.modal-body {
  padding: 1em 5% 2em 3%;
}
#user_activate_service div.modal-body div.explanation {
  margin: 0;
}
#user_activate_service div.modal-body div.explanation-already-done {
  display: none;
  margin: 20px 0;
  font-weight: bold;
  color: #256C84;
}
#user_activate_service div.modal-body div.control-group {
  margin-bottom: 5px;
}
#user_activate_service div.modal-body div.control-group-conditions .controls-row {
  padding-top: 5px;
}
#user_activate_service div.modal-body div.control-group-conditions .controls-row input[type="checkbox"] {
  margin-bottom: 3px;
}
#user_activate_service div.modal-body div.control-group-conditions .controls-row .conditions_txt {
  font-size: 90%;
  border: 1px solid #CCCCCC;
  background-color: #F7F8F9;
  width: 69%;
  margin: 6px 0 4px;
  padding: 3px 6px;
  max-height: 160px;
  overflow-y: auto;
}
#user_activate_service div.modal-body .service {
  margin: 30px 0 30px;
}
#user_activate_service div.modal-body .service .service-group {
  clear: both;
}
#user_activate_service div.modal-body .service .service-label {
  float: left;
  line-height: 28px;
  width: 160px;
  height: 28px;
  text-align: right;
}
#user_activate_service div.modal-body .service .service-value {
  line-height: 28px;
  font-weight: bold;
  margin-left: 180px;
}
#user_activate_service div.modal-body .service .service-value h5 {
  margin: 0;
  line-height: 28px;
}
#user_activate_service div.modal-body input[type="text"],
#user_activate_service div.modal-body input[type="password"],
#user_activate_service div.modal-body select,
#user_activate_service div.modal-body .chosen-container {
  margin-bottom: 10px;
}
#user_activate_service div.modal-body #name,
#user_activate_service div.modal-body #surname1,
#user_activate_service div.modal-body #surname2 {
  text-transform: capitalize;
}
#user_activate_service div.modal-body .btn {
  padding: 4px 10px;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 10px 20px !important;
}
#user_activate_service div.modal-body label.error {
  float: left;
  margin: 0 0 0 10px;
}
#user_activate_service div.modal-body .div-user-password {
  display: none;
}
#user_activate_service div.modal-body .div-user-login {
  display: none;
  padding: 15px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
#user_activate_service div.modal-body .div-user-login .controls {
  margin-left: 165px;
}
#user_activate_service div.modal-body .div-user-login .text {
  margin-left: 0;
  margin-bottom: 10px;
}
#user_activate_service div.modal-body .div-user-data {
  display: none;
}
#user_activate_service div.modal-body .div-person-user-login {
  display: none;
  padding: 15px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
#user_activate_service div.modal-body .div-person-user-login .controls {
  margin-left: 165px;
}
#user_activate_service div.modal-body .div-person-user-login .text {
  margin-left: 0;
  margin-bottom: 10px;
}
#user_activate_service div.modal-body #ident_type_chosen {
  float: left;
  margin-right: 20px;
}
#user_activate_service div.modal-body .professions {
  margin: 5px 0.5em 0.5em 1px;
  padding: 0 2px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#user_activate_service div.modal-body .professions .profession {
  padding-right: 1%;
  display: inline-block;
  width: 23%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#user_activate_service div.modal-body .professions .profession label {
  cursor: pointer;
  vertical-align: middle;
}
#user_activate_service div.modal-body .professions .profession label input[type="checkbox"] {
  margin-right: 3px;
  margin-top: -3px;
}
.user-competence-status h4:first-child {
  margin-top: 0;
}
.user-competence-status #_competency_level_select {
  max-width: 30%;
}
.user-competence-status .nav .btn {
  opacity: 0;
  float: right;
  margin-left: 0.5em;
  z-index: 2;
}
.user-competence-status #_competency_level_label {
  text-align: center;
  line-height: normal;
  font-size: 110%;
  font-weight: bold;
  margin: 20px 0 10px;
}
.user-competence-status .chart {
  height: 300px;
  background-color: #F7F8F9;
}
.user-competence-status .chart-loading {
  position: absolute;
  width: 100%;
  height: 24px;
  margin-top: 15px;
  margin-left: -10px;
  background-image: url('../img/loading_24_FFFFFF_333333.gif');
  background-repeat: no-repeat;
  background-position: right;
}
.user-competence-status .chart-legend {
  margin: 20px 60px 20px;
  text-align: right;
}
.user-competence-status .chart-legend .item {
  display: inline-block;
  line-height: 16px;
  margin: 0 4px;
  font-size: 85%;
}
.user-competence-status .chart-legend .item .square {
  display: block;
  width: 10px;
  height: 10px;
  float: left;
  margin: 0 5px;
}
.user-competence-status .chart-legend .candidate-evaluation {
  color: #0084CB;
  background-color: #80c2e5;
  border: 2px solid #41a0d3;
}
.user-competence-status .chart-legend .mentor-evaluation {
  color: #F7D500;
  background-color: #fae666;
  border: 2px solid #f5d92d;
}
.user-competence-status .chart-legend .self-test {
  color: #3BAD55;
  background-color: #3bad55;
  border: 2px solid #109618;
}
.user-competence-status .chart-legend .profile-evaluation {
  color: #999999;
  background-color: #ebebeb;
  border: 2px solid #dcdcdc;
}
.user-competence-add-evaluation h4:first-child {
  margin-top: 0;
}
.user-competence-add-evaluation .add_evaluation_select {
  min-width: 25%;
  max-width: 50%;
  margin-bottom: 0;
  margin-right: 0.5em;
}
.user-competence-add-evaluation .btn {
  margin-right: 0.5em;
}
#mentor_evaluate .table-evaluate td a.competence_name {
  display: block;
  padding-top: 4px;
}
#mentor_evaluate .table-evaluate td input.competence_degree {
  margin: 0 4px 2px 0;
}
#mentor_evaluate .table-evaluate td label {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 3px;
}
#mentor_evaluate .table-evaluate td label:hover {
  background-color: #e5e5e5;
  border-radius: 3px;
}
#mentor_evaluate input {
  margin: 0 2px;
}
#mentor_evaluate .frame_radius {
  margin: 0 8px;
}
#mentor_evaluate .frame_radius legend {
  margin: 0;
  border: none;
  font-size: 16px;
}
.job-offer-list-top h5 {
  margin: 0.9em 0 0.3em 0;
}
.job-offer-list-top h5:first-child {
  margin-top: 0.2em !important;
}
.job-offer-list-top .global_matching {
  margin: 0 0 0.5em 0;
}
.job-offer-list-top a.view-all {
  margin: 1.5em 0 0em 0;
  display: block;
}
.job-offer-view .input {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background-color: #F7F8F9;
  padding: 1px 3px;
  min-height: 24px;
  max-height: 80px;
  overflow-y: auto;
}
.job-offer-view .input p:last-child {
  margin-bottom: 0;
}
.job-offer-view .frame_radius {
  margin: 0;
}
.job-offer-view .frame_radius legend {
  width: 98.8%;
  margin: 5px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
}
.job-offer-view #_request_application {
  display: none;
  padding-top: 1em;
}
.job-offer-view #_request_application #candidate_text {
  height: 200px;
}
.job-offer-view #_tr_agent {
  display: none;
}
.application-list-top h5 {
  margin: 0.9em 0 0.3em 0;
}
.application-list-top h5:first-child {
  margin-top: 0.2em !important;
}
.application-list-top .global_matching {
  margin: 0 0 0.5em 0;
}
.application-list-top a.view-all {
  margin: 1.5em 0 0em 0;
  display: block;
}
.application-view .input {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background-color: #F7F8F9;
  padding: 1px 3px;
  min-height: 24px;
  max-height: 80px;
  overflow-y: auto;
}
.application-view .input p:last-child {
  margin-bottom: 0;
}
.application-view .frame_radius {
  margin: 0;
  padding: 0;
}
.application-view .frame_radius legend {
  width: 98.8%;
  margin: 5px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
}
.application-view .application_common {
  border-top: 1px solid #CCCCCC;
  margin: 1em 0 0;
}
.application-view .application_common .frame_radius {
  margin: 0.5em 0 1em;
  padding: 0 12px 12px 12px;
}
.application-view .application_common .frame_radius legend {
  padding: 0 5px;
  margin: 0;
  width: auto;
  border: none;
}
.application-view .application_common #candidate_text {
  height: 200px;
}
.application-view #_tr_agent {
  display: none;
}
.printa {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
  text-align: left;
  font-size: 13px;
  background-color: #000000;
  line-height: 1.2em;
}
.btn-group > .dropdown-menu {
  min-width: 43px;
  padding: 5px 0px 5px 7px;
}
#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;
  font-size: 10px;
  padding: 2px 5px;
  line-height: normal;
  font-weight: bold;
}
