/* @group reset */
p, ol, ul, h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
body, dl, dt, dd {
  margin: 0;
}
h1, h2, h3, h4, b, strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/* @end */

/* @group debug */
.debug {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 1em;
}
/* @end */

/* @group css break points */
body:before {
  content: "xs";
  display: none; /* Prevent from displaying. */
}
@media (min-width: 768px) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "md";
  }
}
/* @end */

/* @group bootstrap */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .container.xs-container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

img {
  vertical-align: middle;
  border: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nopadding {
   padding-left: 0px !important;
   padding-right: 0px !important;
}

.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-flex,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-flex,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-flex {
    display: flex !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sm-pull-left {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
/* @end */

/* @group bootstrap tables */
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #D9D8D8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #D9D8D8;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #D9D8D8;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #D9D8D8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #D9D8D8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #D9D8D8;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* @end */

/* @group bootstrap modal */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #D9D8D8;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #D9D8D8;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #D9D8D8;
}
.modal-footer .btn {
  cursor: pointer;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* @end */

/* @group bootstrap transitions */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
/* @end */

/* @group fonts */
@font-face {
  font-family: 'ProximaNova'; /* light */
  src: url('../fonts/26EB3F_11_0.eot');
  src: url('../fonts/26EB3F_11_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_11_0.woff') format('woff'),
    url('../fonts/26EB3F_11_0.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'ProximaNova'; /* regular */
  src: url('../fonts/26EB3F_13_0.eot');
  src: url('../fonts/26EB3F_13_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_13_0.woff') format('woff'),
    url('../fonts/26EB3F_13_0.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'ProximaNova'; /* semibold */
  src: url('../fonts/26EB3F_12_0.eot');
  src: url('../fonts/26EB3F_12_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_12_0.woff') format('woff'),
    url('../fonts/26EB3F_12_0.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'ProximaNova'; /* bold */
  src: url('../fonts/26EB3F_14_0.eot');
  src: url('../fonts/26EB3F_14_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/26EB3F_14_0.woff') format('woff'),
    url('../fonts/26EB3F_14_0.ttf') format('truetype');
  font-weight: 700;
}
/* @end */

/* @group body */
html, 
body {
	height: 100%;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* @end */

/* @group colors */
.bg-none,
.btn.outline,
.btn.icon {
  background: none;
}
.bg-white,
.table-responsive,
.fc-content {
  background-color: #FFFFFF;
}
.bg-black,
table thead tr {
  background-color: #000000;
}
.bg-color1,
.btn {
  background-color: #25C2A9;
}
.bg-color2 {
  background-color: #F2F2E9;
}

.color-white,
.btn,
#site-footer .addthis_toolbox a,
#site-footer .copyright a:hover {
  color: #FFFFFF;
}
.color-black {
  color: #000000;
}
.color1,
.btn.outline,
.btn.icon {
  color: #25C2A9;
}
.color2,
#site-footer .copyright a {
  color: #A1A1A1;
}
.color3,
#site-footer .addthis_toolbox a:hover,
p.value,
table thead {
  color: #BDA662;
}
.color4,
label.error {
  color: #CC0000;
}

/* @end */

/* @group text */
body {
  font-size: 16px;
  font-family: 'ProximaNova', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.form-group label,
p.label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.table-responsive tbody {
  font-size: 13px;
  line-height: 20px;
}
#site-footer p.copyright {
  font-size: 14px;
  line-height: 22px;
}
.form-group .form-control {
	font-size: 16px;
}
.btn {
  font-size: 18px;
  font-weight: 600;
}
h2.text-defaults {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h1.text-defaults {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
#site-footer .addthis_toolbox a {
  font-size: 25px;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .xs-text-left {
    text-align: left;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  
  h1.text-defaults {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .md-text-left {
    text-align: left;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-right {
    text-align: right;
  }
  
  .form-group label,
  p.label {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .table-responsive tbody {
    font-size: 15px;
    line-height: 22px;
  }
  body {
    font-size: 18px;
  }
  .form-group .form-control {
  	font-size: 18px;
  }
}
/* @end */

/* @group .modal */
.modal {
  display: none;
}
/* @end */

/* @group forms */
.form-group label {
  display: block;
  letter-spacing: 0.8px;
}
.form-group .form-control {
  display: block;
  width: 100%;
  border: 1px solid #D9D8D8;
  color: #BDA662;
  border-radius: 4px;
  padding: 13px 15px;
  outline: none;
}
.table-responsive .form-group .form-control {
  padding: 5px 10px;
}
.form-group .form-control:focus {
  border: 1px solid #333333;
}
.form-group .form-control.error {
  border: 1px solid #CC0000;
}
.form-group .form-control[readonly=readonly] {
  background-color: #FBFBF8;
}
.table-responsive .form-group .form-control[readonly=readonly] {
  background-color: #EFEFEF;
  border-color: #25C2A9;
  color: #25C2A9;
}

.labels-inset .form-group {
  position: relative;
}
.labels-inset .form-group label:not(.error) {
  position: absolute;
  top: 15px;
  left: 15px;
}
.labels-inset .form-group .form-control {
  padding-top: 28px;
}

@media (min-width: 992px) {
  .form-group .form-control {
  	padding: 11px 15px 12px;
  }
  .labels-inset .form-group .form-control {
    padding: 28px 13px 15px;
  }
}
/* @end */

/* @group links */
a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a.underline,
#site-footer .copyright a:hover {
  text-decoration: underline;
}

.btn {
	display: inline-block;
	border: 2px solid #25C2A9;
	border-radius: 4px;
	padding: 10px 20px 11px 17px;
	outline: none;
	text-align: center;
}
.btn.icon {
	font-size: 15px;
	padding: 14px;
}
.btn.block {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .btn.xs-block {
  	display: block;
  	width: 100%;
  }
}
/* @end */

/* @group lists */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
/* @end */

/* @group box-shadow */
.box-shadow1,
.fc-content {
	box-shadow: 0px 1px 15px 0px #D2D2C3;
}
/* @end */

/* @group padding */
.section-notification .msg-box {
  padding: 10px 15px;
}
.item a[data-toggle=collapse],
.item.enquiry-stage h2,
.item .panel-inner {
  padding: 15px;
}
#section-login .panel {
  padding: 35px 35px 45px;
}

.item a[data-toggle=collapse] + .panel-inner,
.item.enquiry-stage h2 + .panel-inner {
  padding-top: 0;
}
.section-notification {
  padding-top: 30px;
}
#site-footer {
  padding-top: 30px;
  padding-bottom: 35px;
}
section.padding-standard {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .row.fields [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .item a[data-toggle=collapse],
  .item.enquiry-stage h2,
  .item .panel-inner {
    padding: 25px;
  }
  #section-login .panel {
    padding: 55px 90px 65px;
  }
  
  .section-notification {
    padding-top: 40px;
  }
  #site-footer,
  section.padding-standard {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section-notification {
    padding-top: 50px;
  }
  section.padding-standard {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
/* @end */

/* @group margin */
label.error {
  margin-top: 5px;
}
#section-login .form-control {
  margin-top: 7px;
}
#section-dashboard h1 + p,
#section-update h1 + p,
#section-update .bordered-box + p.sm-text-right {
  margin-top: 15px;
}
#section-login .panel + p,
.items .item + .item,
.items .item-wrap + .item-wrap,
.items .item-wrap + .item,
.items .item + .item-wrap {
  margin-top: 20px;
}
.row.fields {
  margin-top: 25px;
}
#section-login .form-group,
#section-login .btn,
#section-login a.underline,
.items,
.row.btns {
  margin-top: 30px;
}

.item.enquiry-stage .panel-inner a.btn {
  margin-top: 15px;
}
.item.enquiry-stage .panel-inner a.btn + a.btn {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .row.fields > div:first-child .form-group {
    margin-top: 0;
  }
  .row.fields .form-group,
  .row.btns > div + div {
    margin-top: 10px;
  }
  #section-dashboard .item .info .row > div + div {
    margin-top: 15px;
  }
  #site-footer img,
  #site-footer .addthis_toolbox {
    margin-top: 30px;
  }
  #site-footer .copyright {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  #section-login .panel + p {
    margin-top: 30px;
  }
  .items {
    margin-top: 40px;
  }
  
  .row.fields .clearfix {
    margin-bottom: 10px;
  }
  #site-footer .clearfix {
    margin-bottom: 60px;
  }
  
  .row.fields {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 992px) {
  #section-dashboard h1 + p {
    margin-top: 20px;
  }
  .items .item + .item,
  .items .item-wrap + .item-wrap,
  .items .item-wrap + .item,
  .items .item + .item-wrap {
    margin-top: 30px;
  }
  #section-login .panel + p {
    margin-top: 45px;
  }
}
/* @end */

/* @group #site-header */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#site-header .container .row {
  height: 72px;
  display: flex;
  align-items: center;
  line-height: 0;
}
#site-header img {
  width: 62px;
}

#site-header .navbar-toggle {
  background: none;
  padding: 0;
  border: none;
  outline: none;
}
#site-header .navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 0;
  background-color: #FFF;
  margin: 0 auto;
  position: relative;
}
#site-header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}
#site-header .navbar-toggle.open {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 24px;
}
#site-header .navbar-toggle.open:before {
  content: "\f00d";
  padding: 0 5px 0 0;
}
#site-header .navbar-toggle.open .icon-bar {
  display: none;
}

#site-header nav.main li:last-child a i {
  color: #BDA662;
}

@media (max-width: 991px) {
  #site-header nav.main {
  	display: none;
  }
  #site-header nav.main.open {
    display: flex;
    align-items: center;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
  }
  #site-header nav.main.open ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #site-header nav.main.open li + li {
    border-top: 1px solid #000;
  }
  #site-header nav.main.open a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 17px 10px;
  }
  #site-header nav.main.open a:hover {
    color: #BDA662;
  }
  
  #site-header .form-group .form-control {
    width: 150px;
    margin: 0 auto;
    color: #000;
  }
}

@media (min-width: 768px) {
  #site-header img {
    width: 267px;
  }
}
@media (min-width: 992px) {
  #site-header nav.main {
  	display: block;
  }
  #site-header nav.main ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
  }
  #site-header nav.main li {
    display: inline-block;
  }
  #site-header nav.main li + li {
    border-left: 1px solid #363636;
  }
  #site-header nav.main a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    padding: 6px 14px;
  }
  #site-header nav.main a:hover {
    color: #BDA662;
  }
  
  #site-header form {
    padding: 6px 0 6px 14px;
  }
  #site-header .form-group .form-control {
    font-size: 14px;
    color: #000;
    max-width: 170px;
  }
}
/* @end */

/* @group #content-wrap */
#content-wrap {
  padding-top: 72px;
}

/* @end */

/* @group #site-footer */
#site-footer .addthis_toolbox a+a {
  margin-left: 10px;
}
/* @end */

/* @group .section-notification */
body.authed .section-notification {
  background-color: #F2F2E9;
}
.section-notification .msg-box {
  border: 2px solid #CCCCCC;
  border-radius: 4px;
  text-align: center;
}
.section-notification #message-success {
  border-color: #25C2A9;
  color: #25C2A9;
}
.section-notification #message-information {
  border-color: #25C2A9;
  color: #25C2A9;
}
.section-notification #message-error {
  border-color: #CC0000;
  color: #CC0000;
}
/* @end */

/* @group #section-login */
body.notauthed #content-wrap {
  height: 100%;
  min-height: 575px;
  background: url('../img/home/headerbg2.jpg') no-repeat center;
  background-size: cover;
}
body.notauthed #section-login {
  height: 100%;
  display: flex;
  align-items: center;
}

#section-login .form-control {
  text-align: center;
}

@media (min-width: 768px) {
  #section-login .panel {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #section-login .panel {
    width: 475px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* @end */

/* @group #section-dashboard */
#section-dashboard .items + .btn {
  margin-top: 35px;
}
#section-dashboard .item {
  transition: ease-in-out 0.2s;
}

#section-dashboard .item.booking.artist input {
  padding: 5px 10px;
  margin-top: -7px;
}

@media (max-width: 767px) {
  #section-dashboard .item .status .row > div + div:before {
  	content: '';
  	display: block;
  	border-left: 2px solid #D6D2C5;
  	width: calc(100% + 30px);
  	margin: 15px 0 15px -15px;
  }
}
@media (min-width: 768px) {
  #section-dashboard .item .info .row {
  	display: flex;
  	align-items: center;
  }
  #section-dashboard .item .info .id,
  #section-dashboard .item .info .date {
  	width: 15%;
  }
  #section-dashboard .item .info .type,
  #section-dashboard .item .info .artist {
  	width: 26.5%;
  }
  #section-dashboard .item .info .action {
  	width: 17%;
  }
  #section-dashboard .item .info .action .btn {
  	padding: 10px 15px 11px;
  }
  #section-dashboard .item .status .row {
  	position: relative;
  }
  #section-dashboard .item .status>.row:before {
  	content: '';
  	display: block;
  	position: absolute;
  	height: calc(100% + 50px);
  	left: 50%;
  	top: -25px;
  	border-left: 2px solid #D6D2C5;
  }
  #section-dashboard .item .status .row > div:last-of-type {
  	padding-left: 25px;
  }
  
  #section-dashboard .item.booking.artist .status>.row:before {
  	left: 25%;
  }
  #section-dashboard .item.booking.artist .col-sm-2.date {
  	width: 13%;
  }
  #section-dashboard .item.booking.artist .col-sm-2.time {
  	width: 20%;
  }
  #section-dashboard .item.booking.artist .col-sm-3.type,
  #section-dashboard .item.booking.artist .col-sm-3.artist {
  	width: 25%;
  }
  #section-dashboard .item.booking.artist .col-sm-3.fee {
  	padding-right: 5px;
  }
  #section-dashboard .item.booking.artist .col-sm-5.sets {
  	padding-left: 5px;
  }
  #section-dashboard .item.booking.artist .col-sm-4.btns {
  	padding-top: 17px;
  }
  
  #section-dashboard .items.venues .item.booking.artist .date {
  	width: 15%;
    padding-right: 5px;
  }
  #section-dashboard .items.venues .item.booking.artist .venue {
  	width: 24.5%;
  	padding-left: 5px;
  	padding-right: 5px;
  }
  #section-dashboard .items.venues .item.booking.artist .event {
  	width: 24.5%;
  	padding-left: 5px;
  	padding-right: 5px;
  }
  #section-dashboard .items.venues .item.booking.artist .fee {
  	width: 8%;
  	padding-left: 5px;
  	padding-right: 5px;
  }
  #section-dashboard .items.venues .item.booking.artist .btns {
  	width: 28%;
  	padding-left: 5px;
  }
}
@media (min-width: 992px) {
  #section-dashboard .item .info .id,
  #section-dashboard .item .info .date {
  	width: 14%;
  }
  #section-dashboard .item .info .type,
  #section-dashboard .item .info .artist {
  	width: 28.5%;
  }
  #section-dashboard .item .info .action {
  	width: 15%;
  }
  #section-dashboard .item .info .action .btn {
  	padding: 10px 15px 11px;
  }
  #section-dashboard .item .status .row {
  	position: relative;
  }
  #section-dashboard .item .status>.row:before {
  	content: '';
  	display: block;
  	position: absolute;
  	height: calc(100% + 50px);
  	left: 50%;
  	top: -25px;
  	border-left: 2px solid #D6D2C5;
  }
  #section-dashboard .item .status .row > div:last-of-type {
  	padding-left: 25px;
  }
  
  #section-dashboard .item.booking.artist .col-sm-3.fee {
  	padding-right: 10px;
  }
  #section-dashboard .item.booking.artist .col-sm-5.sets {
  	padding-left: 10px;
  }
  #section-dashboard .item.booking.artist .col-sm-4.btns {
  	padding-top: 19px;
  }
}
/* @end */

/* @group #section-dashboard.artists */
.table-responsive th.nowrap, 
.table-responsive td.nowrap {
  white-space: nowrap;
} 
.table-responsive td.fee {
  min-width: 85px;
}
.table-responsive td.sets {
  min-width: 150px;
}

.pagination-top .pnav,
.pagination-bottom .pinfo {
  display: none;
}

/* @end */

/* @group #update-enquiry */
.items .item a[data-toggle=collapse] {
  display: block;
  position: relative;
}
.items .item a[data-toggle=collapse] i.fa-plus {
  position: absolute;
  top: 20px;
  right: 15px;
}
.items .item a[aria-expanded=true] i.fa-plus:before {
  content: "\f068";
}

td.ellipsis {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}

@media (min-width: 768px) {
  .items .item a[data-toggle=collapse] i.fa-plus {
    top: 30px;
    right: 25px;
  }
}
/* @end */

/* @group artist calendar */
ul.calendar-key {
  text-align: center;
}
ul.calendar-key .colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/* @end */

/* @group Lee CSS - Event Details */
#adminsupdateform > div:nth-child(2) h3 {
    padding-top: 10px;
    margin-top: 0px;
    border-top: 0px;
}

.subsection h3 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 25px;
    border-top: 1px solid #D8D8D8;
    margin-top: 25px;
}
.panel-inner > .subsection:first-child h3 {
    margin-top: 0;
}

.subsection p {
    font-size: 16px;
    line-height: 20px;
    color: #A1A1A1;
    margin-top: 10px;
}

#adminsupdateform > p.sm-text-right > button {
    margin-top: 35px;
    margin-bottom: 20px;
}

.form-group .form-control {
    font-size: 16px;
    line-height: 20px;
}

#content-wrap select {
  background-color: white;
  border: 1px solid #d9d8d8;
  -webkit-appearance: none;
  appearance: none;
}

#content-wrap select[disabled] {
    background-color: #FBFBF8;
    -webkit-appearance: none;
    appearance: none;
}

#content-wrap select:focus {
    border: 1px solid black !important;
}

@media (min-width: 768px) {
    .subsection p {
        max-width: 500px;
    }
}
/* @end */


/* @group Date Picker */

#ui-datepicker-div {
    border: none !important;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0px #D2D2C3;
    padding: 20px !important;
    width: 270px;
}

.ui-timepicker-div .ui-widget-header {
    background: white;
    font-family: "Proxima Nova";
    border: none;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    padding-bottom: 20px;
    line-height: 1.8em;
    text-align: left !important;
}

.ui_tpicker_time {
    color: #BDA662;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    width: 120px;
    margin-left: 110px !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    margin-top: 20px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background-color: #25C2A9;
    background-image: none;
    color: white;
    border: none;
    font-family: "Proxima Nova" !important;
}

.ui_tpicker_hour_slider select,
.ui_tpicker_minute_slider select {
    -webkit-appearance: none;
    appearance: none;
    width: 120px;
    text-align: center;
    padding: 10px;
    background: white;
    border: 1px solid #d9d8d8;
    color: #BDA662;
    margin-left: 44px !important;
    
}

/* @group end */

/* @group Client/Artist Provides */

.provides p {
    
    max-width: 100%;
    margin-top: 20px;
    color: #000;
}

.provides ul {
    list-style: none;
    padding-left: 0;
}

.provides ul li {
    display: block;
    padding: 15px 20px;
    border: 1px solid #d9d8d8;
    border-radius: 4px;
    color: #BDA662;
    margin-top: 10px;
}

.provides ul li:first-child {
    margin-top: 15px;
}
/* @group end */

/* @group Notes */

#collapse-notes th,
.table-responsive > .table > thead > tr > th {
    padding-top: 22px;
    padding-bottom: 22px;
}

#collapse-notes td,
.table-responsive > .table > tbody > tr >td {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
}

#collapse-notes td:last-child,
.collapse:not(#collapse-timeline) .table-responsive > .table > tbody > tr >td:last-child {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
}

.table-responsive > .table > thead > tr >th:last-child {
    padding-right: 20px;
}

#collapse-notes td:first-child,
.table-responsive > .table > tbody > tr >td:first-child {
    padding-left: 20px;
}

#collapse-notes .btn.open-modal {
    margin-top: 25px;
}

.table-responsive > table > thead > tr > th:first-child {
    padding-left: 20px;
}

/* @group end */

/* @group Modals */

.modal-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.modal-header .close {
    display: none;
}

.modal-header,
.modal-footer {
    border: 0px;
    padding: 30px;
}

.modal-body {
    padding: 25px;
    border: 1px solid #d9d8d8;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 30px;
}

.modal-body p.label, 
.modal-body label {
    margin-bottom: 15px;
}

.modal-body textarea {
    height: 150px;
}

/* @group end */

/* @group Requested Artists */

#collapse-requested-artists ul {
    padding-left: 0px;
}

#collapse-requested-artists ul li {
    list-style: none;
    display: block;
    padding: 25px 20px;
    border: 1px solid #d9d8d8;
    border-radius: 4px;
}

#collapse-requested-artists ul li+li {
    margin-top: 15px;
} 


@media (max-width: 767px) {
  #collapse-requested-artists a {
      margin-top: 10px;
  }
}

@media (min-width: 768px) {
  #collapse-requested-artists a {
      float: right;
      display: inline-block;
      margin-top: -13px;
  }
}
/* @group end */

/* @group Proposals */

#collapse-Proposal .label,
#collapse-deposit .label,
.bordered-box .label{
    padding-top: 5px;
}

#collapse-Proposal .bordered-box:first-child {
    margin-top: 0px;
}

#collapse-Proposal .bordered-box {
    margin-top: 15px;
}

#collapse-Proposal .value,
#collapse-deposit .value,
.bordered-box .value {
  margin-bottom: 10px;
}

.bordered-box {
  border: 1px solid #d9d8d8;
  padding: 15px;
  border-radius: 4px;
}

a.value {
  color: #BDA664 !important;
}

.align-right {
  text-align: right;
}

#collapse-Proposal .btn {
  display: block;
}

@media (max-width: 767px) {
  #collapse-Proposal .btn-book,
  #collapse-Proposal .btn.xs-margin-top {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  #collapse-Proposal .col-sm-6:first-child {
    text-align: left;
    padding-right: 7.5px !important;
  }
  #collapse-Proposal .col-sm-6:nth-child(2) {
    padding-left: 7.5px !important;
  }
}

@media (min-width: 992px) {
  #collapse-Proposal .gold-info {
    margin-bottom: 0px;
  }
  .bordered-box .btn {
    margin-top: 0px !important;
  }
  #collapse-Proposal .btn {
    width: auto;
  }
}

/* @group end */

/* @group Deposit */
@media (max-width: 767px) {
  #collapse-deposit [class*=col-] + [class*=col-],
  #collapse-balance [class*=col-] + [class*=col-],
  #collapse-combined [class*=col-] + [class*=col-],
  #collapse-deposit .btn,
  #collapse-balance .btn,
  #collapse-combined .btn {
    margin-top: 10px;
  }
}
/* @group end */

/* @group Payment */

#btn-pay-by-bacs,
#payment-type-wrap .btn.outline {
    margin-top: 15px;
}

#section-payment h2 + .row,
#section-payment h2 + p {
  margin-top: 15px;
}
#section-payment ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*#bacs-wrap ul {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0px;
}

#bacs-wrap ul li {
    display: block;
    padding: 15px 20px;
    color: #BDA662;
}*/

#bacs-wrap p,
#card-wrap p {
    margin-top: 15px;
}

#bacs-wrap .panel-inner,
#card-wrap .panel-inner{
    margin-bottom: 30px;
}

#sagepay > button {
    float: right;
}

#section-payment .panel:nth-child(2){
    margin-bottom: 30px;
}

/* @group end */

/* @group Artist */

#section-dashboard p,
#section-dashboard h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.table-responsive {
    margin-bottom: 30px;
}


/* @group end */

/* @group Pagination */
.top-pagination .pnav {
	display: none;
}

.top-pagination .pagination {
	font-size: 22px;
	line-height: 27px;
	color: #000;
	padding-bottom: 20px;
}

.top-pagination h2.margin-bottom {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 32px;
}

.pnav {
    text-align: center;
}

.pagination-bottom .pinfo {
	display: none;
}

.pnav a {
    margin-right: 10px;
}

.pagination-top .pnav {
	display: none;
}

.pagination-bottom .pnav {
	width: 100%;
}

#section-dashboard p.pinfo {
    float: right;
}

.pnav a:last-child {
	float: right;
        margin-right: 0pc;
}

.pnav a:last-child, .pnav a:first-child {
	font-size: 16px;
}

.pnav a:first-child {
    float: left;

}

.pinfo {
	font-size: 22px;
	line-height: 27px;
	color: #000;
}

.pagination a {
	background-color: transparent !important;
	font-size: 22px;
	line-height: 22px;
	padding: 15px 20px;
	border: 2px solid #25C2A9;
	color: #25C2A9;
	min-height: 46px;
	min-height: 46px;
        border-radius: 4px;
}

.pagination a:hover {
	background-color: #25C2A9 !important;
	color: white;
}

.pagination a.hi {
	background-color: #25C2A9 !important;
	color: white;
}

table.tbl-crm td.last span {
	float: right;
	padding: 3px 5px;
}

.page-numbers {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 135px;
}


@media (min-width: 768px) {
	.top-pagination h2 {
		display: inline-block;
	}

	.top-pagination .pagination {
		display: inline-block;
		float: right;
	}

	.pagination .pinfo {
		float: left;
		width: 140px;
		margin-top: 60px;
		text-align: right;
		padding: 3px 0;
	}
	.pnav a:last-child, .pnav a:first-child {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	.pagination {
		margin-bottom: 30px;
	}

	.pagination-bottom {
		padding-top: 40px;
	}
}


/* @group end */


/* @group Calendar */

ul.calendar-key {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn.outline.margin-bottom {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .btn.outline.margin-bottom {
        margin-bottom: 0px;
    }   
}

.fc-state-default {
	background-color: transparent !important;
	background-image: none !important;
	color: #25C2A9 !important;
	text-shadow: none !important;
	border: 2px solid #25C2A9 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	border-radius: 5px;
	margin-right: 10px;
}

.fc-header-title {
	color : #000;
	font-weight: 600;
	font-size: 22px;
}

.fc-state-default.fc-corner-left {
	margin-right: 10px !important;
}

.fc-button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: auto !important;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 22px;
	text-transform: inherit;
}

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

/* @group end */

/* @group final-details */
section#final-details p+p {
  margin-top: 15px;
}
/* @end */

#modal_session_timeout .modal-body {
  padding: 0px;
  border: none;
}

#section-update [data-toggle="tooltip"] {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #25C2A9;
}
body .ui-tooltip {
  border: none;
  z-index: 1049;
}
.ui-tooltip-content {
  font-size: 12px;
}