/* STRUCTURE */
.user-account .content {
  padding: 0;
}

.user-account .content .ua-menu {
  float: left; width: 100%;
  padding: 5px;
  border-bottom: 1px solid #EEE;
}
.user-account .content .ua-content {
  float: left; width: 100%;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .user-account .content .ua-menu {
    width: 20%;
    padding: 5px 0;
    border-bottom: 0;
  }
  .user-account .content .ua-content {
    width: 80%;
    border-left: 1px solid #F2F2F2;
  }
}
/* /STRUCTURE */

/* MENU */
.user-account .content .ua-menu a {
  display: block;
  padding: 11px 14px;
  color: #333; font-size: 14px;
  transition: all 0.3s ease;
}
.user-account .content .ua-menu a:hover {
  background-color: rgba(242, 242, 242, 0.4);
  border-bottom: 1px solid transparent;
}
.user-account .content .ua-menu a.picked {
  background-color: #F2F2F2;
}

@media screen and (min-width: 768px) {
  .user-account .content .ua-menu a {
    margin: 5px 0;
  }
}
/* /MENU */

/* SECTION */
.user-account .ua-section:first-of-type {
  margin-top: 0;
}
.user-account .ua-section {
  margin-top: 40px;
}
.user-account .ua-section h2, .affiliate-account h1, .affiliate-link h1 {
  display: block;
  margin: 0 0 10px; padding: 0 0 15px;
  font-weight: 700; font-size: 16px; text-indent: 0; color: #333;
  background: none;
  border-bottom: 1px solid #F2F2F2;
}
/* /SECTION */

/* ACCOUNT */
.visitor-account .text {
  font-size: 14px;
}

.visitor-account .text .book {
  display: inline-block;
  padding: 8px 18px; margin-top: 16px;
  font-size: 15px; font-weight: 700; text-transform: uppercase; color: #FFF;
  background-color: #14BF9D;
  transition: all 0.3s ease;
}
.visitor-account .text .book:hover {
  border-radius: 100px;
}

.visitor-account .upcoming {
  margin-top: 25px;
}
.visitor-account .upcoming h2 {
  display: block;
  padding-bottom: 8px; margin-bottom: 15px;
  font-weight: 700; font-size: 18px;
  border-bottom: 1px solid #DDD;
}

.visitor-account .upcoming .item {
  padding: 12px 15px; margin-bottom: 12px;
  background-color: rgba(242, 242, 242, 0.3);
  border-radius: 5px;
}

.visitor-account .upcoming .item .top {
  background-repeat: repeat-x;
}
.visitor-account .upcoming .item .top .from, .visitor-account .upcoming .item .top .to {
  float: left; width: 100%;
  text-transform: uppercase; font-weight: 700; font-size: 16px; line-height: 28px; color: rgb(10, 48, 175);
  background-color: #fbfbfb;
}
.visitor-account .upcoming .item .top .to {
  float: right; width: 100%;
  margin-top: 5px; padding: 5px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.visitor-account .upcoming .item .top .from .icon {
  position: absolute; top: 9px; left: 13px;
  display: none;
  color: #CCCCCC; font-size: 11px;
}
.visitor-account .upcoming .item .top .to .icon {
  position: absolute; top: 6px; left: -20px;
  display: none;
  color: #CCCCCC; font-size: 18px;
}

.visitor-account .upcoming .item .top .from span, .visitor-account .upcoming .item .top .to span {
  display: inline-block;
  width: 45px;
  color: #666; font-size: 11px;
}

.visitor-account .upcoming .item .top .date {
  width: 70px; height: 52px;
  margin: 10px 0;
  text-align: center;
  background-color: #FBFBFB;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.visitor-account .upcoming .item .top .date strong {
  display: block;
  height: 28px;
  font-size: 20px; line-height: 26px;
  background-color: rgba(238, 238, 238, 0.74);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.visitor-account .upcoming .item .top .date span {
  display: block;
  height: 22px;
  line-height: 22px; text-transform: uppercase; font-weight: 700; font-size: 12px; color: #666;
  background-color: #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.visitor-account .upcoming .item .info {
  padding: 12px 12px;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #F2F2F2;
}
.visitor-account .upcoming .item .info .from, .visitor-account .upcoming .item .info .to {
  float: left; width: 100%;
  font-size: 13px;
}
.visitor-account .upcoming .item .info .to {
  float: right;
  margin-top: 8px; padding-top: 5px;
  border-top: 1px solid #EEE;
}
.visitor-account .upcoming .item .info .from strong, .visitor-account .upcoming .item .info .to strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px; text-transform: uppercase;
}

.visitor-account .upcoming .item .bottom {
  padding-top: 15px;
}

.visitor-account .upcoming .item .bottom .about {
  float: left; width: 50%;
  text-align: center; font-size: 13px; font-weight: 700;
}
.visitor-account .upcoming .item .bottom .about:first-of-type {
  margin-bottom: 10px;
}
.visitor-account .upcoming .item .bottom .about strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px; text-transform: uppercase; color: #537AAE;
}
.visitor-account .upcoming .item .bottom .about em {
  display: block;
  margin-top: 2px;
  font-size: 11px; font-weight: 400;
}
.visitor-account .upcoming .item .bottom .about span {
  display: inline-block;
  height: 30px;
  padding: 0 9px;
  color: #FFF; font-weight: 700; font-size: 17px; line-height: 24px;
  background-color: #14BF9D;
  border: 1px solid rgb(19, 165, 136);
  border-radius: 100px;
}

.visitor-account .system-notification {
  margin-bottom: 18px;
  padding: 5px 10px;
  background-color: #FFF;
  box-shadow: 0 0 5px #CCC;
  border-radius: 3px;
}
.visitor-account .system-notification i {
  float: left;
  margin: 5px 10px 4px 0;
  font-size: 16px;
}
.visitor-account .system-notification p {
  margin: 4px 0; padding: 0;
}

@media screen and (min-width: 640px) {
  .visitor-account .upcoming .item .top .from, .visitor-account .upcoming .item .top .to {
    width: 50%;
    margin: 0; padding: 0 0 5px;
    border-top: 0;
    border-bottom: 1px solid #EEE;
  }
  .visitor-account .upcoming .item .top .from span, .visitor-account .upcoming .item .top .to span {
    width: auto;
  }

  .visitor-account .upcoming .item .info .from, .visitor-account .upcoming .item .info .to {
    width: auto;
  }
  .visitor-account .upcoming .item .info .to {
    text-align: right;
    margin-top: 0; padding-top: 0;
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .visitor-account .upcoming .item .top {
    margin-bottom: 10px; margin-top: 15px;
    background-image: url('../images/travel-dash.png');
  }
  .visitor-account .upcoming .item .top .from, .visitor-account .upcoming .item .top .to {
    width: auto;
    padding-right: 15px;
    border-bottom: 0;
  }
  .visitor-account .upcoming .item .top .to {
    width: auto;
    padding: 0; padding-left: 20px;
  }

  .visitor-account .upcoming .item .top .from span, .visitor-account .upcoming .item .top .to span {
    display: none;
  }

  .visitor-account .upcoming .item .top .from .icon, .visitor-account .upcoming .item .top .to .icon {
    display: block;
  }

  .visitor-account .upcoming .item .top .date {
    margin: -38px auto 0;
  }
}
/* /ACCOUNT */

/* SETTINGS */
.user-account .form {
  margin-top: 20px;
}

.user-account .ua-item {
  float: left; width: 100%;
  margin: 0 0 20px;
  font-weight: 700; font-size: 13px;
}
.user-account .ua-item-full {
  width: 100%;
}

.user-account .ua-item input[type='text'], .user-account .ua-item input[type='password'], .user-account .ua-item textarea, .user-account .ua-item select {
  display: block;
  width: 100%; height: 38px;
  margin-top: 10px; padding: 0 10px;
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
}
.user-account .ua-item textarea {
  width: 100%; height: 123px;
  padding: 10px;
}

.user-account .ua-actions {
  margin: 0 1%;
}
.user-account .ua-actions input[type='submit'] {
  display: block;
  height: 34px; text-transform: uppercase;
  padding: 0 20px;
  color: #FFF; font-size: 14px;
  background-color: #34495E;
  border: 1px solid #34495E;
  border-radius: 100px;
  cursor: pointer; cursor: hand;
  transition: all 0.3s ease;
}
.user-account .ua-actions input[type='submit']:hover, .user-account .ua-actions input[type='submit']:focus {
  background-color: #537AAE;
  border-color: #537AAE;
}

.user-account .ua-item .ua-sex {
  margin-top: 10px;
}
.user-account .ua-item .ua-sex input {
  margin-right: 6px;
}
.user-account .ua-item .ua-sex label:nth-of-type(2) {
  margin-left: 12px;
}

.user-account .ua-hidden {
  display: none;
}

@media screen and (min-width: 480px) {
  .user-account .ua-item {
    width: 48%;
    margin: 0 1% 20px;
  }
  .user-account .ua-item-full {
    width: 98%;
  }
}
/* /SETTINGS */

/* ACCOUNT ACTIVATE */
.user-activation .activation {
  text-align: center;
}
.user-activation .activation a {
  display: inline-block !important;
  padding: 0 4px !important;
  font-size: 13px !important
}

.user-activation .form .ua-item {
  padding-top: 15px;
}
/* /ACCOUNT ACTIVATE */

/* ACCOUNT SUSPENDED */
.suspended {
  padding: 10px 0;
  color: red; font-size: 14px; font-weight: 700;
}
/* /ACCOUNT SUSPENDED */

/* HISTORY */
.account-history .item {
  margin: 20px 0; padding-top: 10px;
  font-size: 14px;
  box-shadow: 0 0 8px #CCC;
}

.account-history .item label {
  display: block;
  margin-bottom: 2px;
  text-transform: uppercase; font-weight: 700; font-size: 11px; color: #666;
}

.account-history .item .route-operator {
  float: left; width: 60%;
  overflow: hidden;
  padding-left: 15px;
}
.account-history .item .tick-id {
  float: left; width: 40%;
  height: 50px;
  text-align: center;
}
.account-history .item .route-name {
  float: left; width: 100%;
  margin: 10px 0; padding: 10px 15px 10px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.account-history .item .route-location {
  float: left; width: 50%;
  text-align: center;
}
.account-history .item .tick-status {
  float: left; width: 100%;
  margin-top: 10px; padding: 8px 20px;
  font-size: 13px; text-align: center;
  background: rgba(242, 242, 242, 0.6);
}
.account-history .item .tick-date, .account-history .item .tick-price, .account-history .item .tick-traveller {
  float: left; width: 50%;
  margin-bottom: 10px; padding-top: 10px;
  text-align: center;
}

.account-history .item .route-operator img {
  display: block; float: left;
  height: 32px;
}

.account-history .item .tick-status label {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 10px;
  font-size: 13px;
}
.account-history .item .tick-status a {
  display: block; float: right; width: 100%;
  margin-top: 5px;
  color : #333; text-align: center;
  border-bottom: 1px solid transparent;
}
.account-history .item .tick-status a:hover {
  border-bottom: 1px solid transparent;
}
.account-history .item .tick-status a i {
  margin: 0 0 0 5px;
}
.account-history .item .tick-status span {
  font-weight: 700; color: orange; text-transform: uppercase;
}
.account-history .item .tick-status .status-1 {
  color: green;
}
.account-history .item .tick-status .status-2 {
  color: red;
}

.account-history .item .actions {
  padding: 12px 10px;
  border-top: 1px solid #EEE;
}
.account-history .item .actions a {
  display: inline-block;
  color: #FFF;
  margin-right: 10px; padding: 4px 15px;
  background-color: #14BF9D;
  border-radius: 100px;
}

.account-history .item .ticket-options {
  display: none;
}

.account-history .pages {
  padding-top: 15px;
  border-top: 1px solid #EEE;
}
.account-history .no-data {
  padding: 30px 0;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .account-history .item .route-operator, .account-history .item .tick-id {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
  }
  .account-history .item .tick-id {
    height: 61px;
  }

  .account-history .item .route-name {
    width: 50%;
    padding: 0 0 0 15px; margin: 0;
    border: 0;
  }
  .account-history .item .route-location {
    width: 25%;
  }

  .account-history .item .route-operator {
    margin-bottom: 10px;
  }

  .account-history .item .tick-status {
    text-align: left;
  }
  .account-history .item .tick-status label {
    float: left; display: block;
  }
  .account-history .item .tick-status a {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .account-history .item .route-operator {
    width: 80%;
  }
  .account-history .item .tick-id {
    width: 20%;
  }

  .account-history .item .tick-date, .account-history .item .tick-price, .account-history .item .tick-traveller {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .account-history .item .route-operator, .account-history .item .tick-id {
    padding-bottom: 0; margin-bottom: 0;
    border-bottom: 0;
  }

  .account-history .item .route-operator {
    width: 23%;
  }
  .account-history .item .tick-id {
    width: 13%;
    height: auto;
  }
  .account-history .item .route-name {
    width: 24%;
  }
  .account-history .item .route-location {
    width: 20%;
  }
}
/* /HISTORY */

/* AFFILIATE */
.account-affiliate .info {
  margin-bottom: 20px;
  font-weight: 700; font-size: 14px;
}

.account-affiliate .terms {
  height: 400px;
  overflow-y: auto;
  padding: 0 15px; margin-bottom: 18px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.account-affiliate .terms p {
  margin: 10px 0; padding: 0;
}

.account-affiliate .accept {
  font-weight: 700; color: red; font-size: 13px;
}
.account-affiliate .accept a {
  display: inline-block;
  padding: 8px 18px;
  font-size: 15px; font-weight: 700; text-transform: uppercase; color: #FFF;
  background-color: #14BF9D;
  transition: all 0.3s ease;
}
.account-affiliate .accept a:hover {
  border-radius: 100px;
}

.affiliate-account .table-big {
  width: 100%;
  overflow: auto;
}
.affiliate-account .table-big .table-inner {
  min-width: 800px;
}

.affiliate-account .table {
  width: 100%;
}
.affiliate-account .center {
  text-align: center;
}
.affiliate-account .bold {
  font-weight: 700;
}

.affiliate-account .header {
  font-weight: 700; font-size: 14px;
  background-color: #F2F2F2;
}
.affiliate-account .header td {
  padding: 8px 0 !important;
}

.affiliate-account .row {
  border-bottom: 1px solid #DDD;
}
.affiliate-account .row td {
  line-height: 20px;
  padding: 7px 2px;
}
.affiliate-account .row td.id {
  font-size: 14px; font-weight: 700;
  background-color: #F2F2F2;
}
.affiliate-account .row td.r-name {
  padding-left: 12px;
}

.affiliate-account .search a {
  display: block; width: 100%; height: 32px;
  color: #FFF; text-align: center; font-size: 14px; line-height: 32px;
  background-color: #537AAE;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.affiliate-account .search input {
  display: block; width: 100%; height: 32px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #DDD;
}
.affiliate-account .search a:hover {
  border-bottom: 0;
  opacity: .8;
}

.affiliate-account .nothing-found {
  padding: 40px 0 5px;
}

.affiliate-account .paginate {
  padding: 15px 0 5px;
}

.affiliate-link {
  margin-bottom: 25px;
}

.affiliate-link p {
  margin: 0 0 15px; padding: 0;
  font-size: 13px;
}

.affiliate-link input {
  display: block;
  width: 100%; height: 44px;
  padding: 0 15px;
  font-weight: 700; font-size: 16px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.affiliate-link .funds {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 700; font-size: 26px; text-align: center;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.affiliate-link .funds span {
  display: block;
  padding: 0 0 5px; margin: 0 0 5px;
  text-transform: uppercase; font-size: 14px;
  border-bottom: 1px solid #DDD;
}
/* /AFFILIATE */