@import "font.css";

.on_demand_footer{
  padding-bottom:50px;
}

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

#error h4 {
  padding-bottom: 0px;
}

.center-row-fluid {
  margin: 0 auto !important;
  float: none !important;
}

#confirm-button input, #cancel a {
  border: 0px;
  color: white;
  line-height: 30px;
  text-decoration: none;
}

#confirm-button input:hover, #cancel a:hover {
  cursor: pointer;
}

.confirm-message {
  padding-top: 10px;
}

.course_thumb_height{
  height: 170px;
}
.event-selected{
  opacity: 0.2;
  cursor: no-drop;
}

.stalker {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200000000;
}

.bottom_row{
  position:absolute;
  bottom: 5px;
  right: -30px;
  width: 100%;
}

.event-tags {
  margin-left: 2px;
}

.event-name {
  text-align: left;
  line-height: 29px;
  font-size: 24px;
  margin-top: -5px;

  text-transform: uppercase;
  overflow: hidden;
  white-space: pre;
  word-wrap: break-word;
 -ms-word-break: break-all;
   word-break: break-all;
  -webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: all;
}

.course-wrapper {
  width: 280px;
  height: 170px;
  background: white;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 13px Sans-Serif;
  color: white;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #e62281;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e62281), to(#e62281));
  background-image: -webkit-linear-gradient(top, #e62281, #e62281);
  background-image:    -moz-linear-gradient(top, #e62281, #e62281);
  background-image:     -ms-linear-gradient(top, #e62281, #e62281);
  background-image:      -o-linear-gradient(top, #e62281, #e62281);
  color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #e62281;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.hidden {
  display: none;
}

.extra_tickets {
  color: white;
  font-size: 30px;
 }

.extra_tickets:hover {
  color: white;
  text-decoration: none;
 }

#pink {
  padding-top: 32px;
  margin-top: 40px;
  width: 430px;
  height: 75px;
  background-color: #E90089;
}

#pink p {
  margin-bottom: 0px;
}

.relative {
  position: relative;
}

.bottom {

}

.absolute {
  position: absolute;
  bottom: 0px;
}

.content {
  padding-top: 0px;
  padding-left: 12px;
  width: 295px;
}

.tag-image img {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.content-card {
  padding: 0;
  margin: 0 0 30px 0;
  height: 215px;
  width: 445px;
  float: left;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #c1c2c2;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.content-card:nth-child(odd) {
  margin-right: 30px;
}

.content-main {
  width: 445px;
  height: 150px;
  display: block;
}

.content-info {
  width: 445px;
  height: 45px;
  margin-top: 20px;
  display: block;
  font-size: 12px;
}

.content-description-container {
  height: 150px;
  width: 445px;
}

.content-description {
  background-color: black;
  opacity: 0.85;
  height: 150px;
  width: 445px;
}

.content-description p {
  line-height: 21px;
  //font-weight: lighter;
  font-family: $font-family-normal;
  font-size: 12px;
  margin: 15px 15px 7px 15px;
  height: 90px;
  text-align: justify;
  color: white;
  pointer-events: none;
}



.hover-slide-container {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hover-slide {
  position: absolute;
  bottom: 0;
  display: none;
  pointer-events: none;
}

.content-mini-description {
  @extend .content-user-card;
  line-height: 21px;
  font-weight: lighter;
  font-size: 12px;
  text-align: justify;
  color: #4c4d4f;
}



.content-wishlist {
  background-repeat: no-repeat;
  height: 25px;
  width: 50px;
  font-size: 10px;
  font-style: italic;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  color: white;
  pointer-events: initial;
  cursor: pointer;
  //visibility: hidden; // TODO: Terminar wishlists
}

.content-wishlist-active, .content-wishlist-inactive:hover {
  background-image: url('../img/wishlistActive.png');
}

.content-wishlist-inactive {
  background-image: url('../img/wishlistInactive.png');
}

.content-thumb-image {
  padding: 0;
  width: 150px;
  height: 150px;
  float: left;
}

.content-thumb-image img {
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.content-name {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 29px;
  color: #393841;
  text-transform: uppercase;
  overflow: hidden;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  position: relative;
  top: -6px;
  max-height: 100px;
  max-width: 275px;
  height: 100px;
  width: 275px;
  text-align: left;
  margin: 0;
  padding: 0;
  float: right;
}

.content-user-card {
  max-height: 50px;
  max-width: 275px;
  height: 50px;
  width: 275px;
  float: right;
}

.content-user-image {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  float: left;
}

.content-user-title {
  font-weight: bold;
  font-size: 15px;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  width: 218px;
  text-overflow: ellipsis;
  margin-top: 2px;
  margin-bottom: 5px;
  text-align: left;
  float: right;
}

.content-user-subtitle {
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  width: 218px;
  text-overflow: ellipsis;
  float: right;
}

.content-filter-image {
  width: 30px;
  height: 30px;
  margin: 0 4px;
  float: left;
}

.content-date {
  padding-top: 2px;
  float: right;
  background-image: url('../img/calendar.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  min-height: 32px;
  margin-right: 25px;
  margin-left: 0;
  font-style: italic;
}

.content-soon, .content-ondemand {
  margin-right: 25px;
  padding-top: 2px;
  float: right;
  background-repeat: no-repeat;
  min-height: 28px;
  min-width: 28px;
}

.content-soon {
  background-image: url('../img/soonInactive.png');
  margin-right: 32px;
  margin-left: 32px;
}

.content-soon:hover {
  background-image: url('../img/soonActive.png');
}

.content-ondemand {
  background-image: url('../img/onDemandInactive.png');
}

.content-ondemand:hover {
  background-image: url('../img/onDemandActive.png');
}

.content-subscribe, .content-subscribed {
  padding-top: 2px;
  float: right;
  background-repeat: no-repeat;
  min-height: 28px;
  min-width: 28px;
  margin-right: 10px;
}

.content-subscribed {
  background-image: url('../img/talkSubscribed.png');
}

.content-subscribe {
  background-image: url('../img/talkSubscribeInactive.png');
}

.content-subscribe:hover {
  background-image: url('../img/talkSubscribeActive.png');
}


.icon-tooltip + .tooltip > .tooltip-inner {
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border-radius: 0px;
}


.content-users {
  float: right;
  background-image: url('../img/user.png');
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-top: 2px;
  margin-right: 25px;
  min-height: 32px;
}

.content-price {
  margin-right: 10px;
  padding-top: 2px;
  float: right;
  font-weight: bold;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;

}

.content-price-buy {
  color: #E90089;
}

.content-price-bought {
  color: #cfcfcf;
}

.width-130 {
  width: 130px !important;
}

#thumb-image {
  padding-right: 8px;
}

#thumb-image img {
  max-height: none;
  max-width: none;
  width: 150px;
  height: 150px;
}

#Grid li {
  margin-bottom: 20px;
}

ul li.span6:nth-child(2n + 1) {
  margin-left: 0px;
}

.event_thumb {
  background-color: white;
  height: 215px;
  z-index: 1;
}

#contents {
  background-color: #E9E6E1;
}


.event-time p {
  margin: 0px;
  margin-left: -10px;
}

#Grid {
  padding-top: 20px;
}

.fc-button{
  font-weight: 100;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.width-70 {
  width: 70%;
}

.rounded {
  border-radius: 100%;
}

.no-bottom-padding {
  padding-bottom: 0px;
}

.no-margin {
  margin: 0;
}

.margin-10 {
  margin: 5px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-5 {
  margin-top: 5px;
}

.padding-left {
  padding-left: 0px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-9 {
  padding-top: 9px;
}

.red {
  background-color: red;
}

.popover {
  width: 512px;
  height: 100px;
}

.myalert {
  background-color: rgb(252, 248, 227);
  border-bottom-color: rgb(251, 238, 213);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(251, 238, 213);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(251, 238, 213);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(251, 238, 213);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: rgb(192, 152, 83);
  display: block;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 35px;
  padding-top: 14px;
  text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
  width: 779px;
  z-index:10;
  position:fixed;
  bottom: 5%;
  left: 21%;
}

.myalert-succes{
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  width: 30%;
  margin: 0 0 0 -15%;
  left: 50%;
}

.myalert h4.succes{
  color: #468847;
  line-height: 55px;
  text-align: center;
  width: 100%;
}

.myalert h4 {
  color: rgb(192, 152, 83);
  display: block;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-rendering: optimizelegibility;
  text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
  width: 779px;
}

#Grid .mix{
    opacity: 0;
    display: none;
}

#rounded-image {
  border-radius: 100%;
}

.contents-icon {
  width: 67px;
  height: 67px;
  line-height: 145px;
}

.content-suggestion-item {
  display: inline-block;
  padding: 0;
  width: 150px;
  height: 150px;
  margin: 0px 10px;
}

.content-suggestion-name-container {
  width: 150px;
  height: 150px;
}

.content-suggestion-name {
  background-color: black;
  opacity: 0.85;
  width: 150px;
  height: 150px;
}

.content-suggestion-name p {
  @include font-content-name;
  font-size: 15px;
  line-height: 18px;
  color: white;
  margin: 10px;
  opacity: 1;
  pointer-events: none;
}

.content-suggestion-image img {
  max-height: none;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

