.overlay-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .inner {
    width: 1000px;
    max-width: none;
  }
}
@media screen and (min-width: 1600px) {
  .inner {
    width: 1200px;
  }
}
.row .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.row-sm {
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.row-sm:before,
.row-sm:after {
  content: " ";
  display: table;
}
.row-sm:after {
  clear: both;
}
.row-sm .col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.row-sm.row-10 {
  margin: 0 -10px;
}
.row-sm.row-10 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.row-sm.row-5 {
  margin: 0 -5px;
}
.row-sm.row-5 > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.row-sm.row-collapse {
  margin: 0 0;
}
.row-sm.row-collapse > .col {
  padding-left: 0;
  padding-right: 0;
}
.row-sm .col.col-sm-1 {
  width: 8.33333333%;
}
.row-sm .col.col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.row-sm .col.col-sm-2 {
  width: 16.66666667%;
}
.row-sm .col.col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.row-sm .col.col-sm-3 {
  width: 25%;
}
.row-sm .col.col-sm-offset-3 {
  margin-left: 25%;
}
.row-sm .col.col-sm-4 {
  width: 33.33333333%;
}
.row-sm .col.col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.row-sm .col.col-sm-5 {
  width: 41.66666667%;
}
.row-sm .col.col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.row-sm .col.col-sm-6 {
  width: 50%;
}
.row-sm .col.col-sm-offset-6 {
  margin-left: 50%;
}
.row-sm .col.col-sm-7 {
  width: 58.33333333%;
}
.row-sm .col.col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.row-sm .col.col-sm-8 {
  width: 66.66666667%;
}
.row-sm .col.col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.row-sm .col.col-sm-9 {
  width: 75%;
}
.row-sm .col.col-sm-offset-9 {
  margin-left: 75%;
}
.row-sm .col.col-sm-10 {
  width: 83.33333333%;
}
.row-sm .col.col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.row-sm .col.col-sm-11 {
  width: 91.66666667%;
}
.row-sm .col.col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.row-sm .col.col-sm-12 {
  width: 100%;
  margin-left: 0;
}
.row-sm .col.col-sm-offset-12 {
  margin-left: 0;
}
.row-sm .col.col-sm-fifth {
  width: 20%;
}
.row-sm .col.col-sm-seventh {
  width: 14.28571429%;
}
.row-sm .col.col-sm-eighth {
  width: 12.5%;
}
.row-sm .col.col-sm-ninth {
  width: 11.11111111%;
}
@media screen and (min-width: 768px) {
  .row-md {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-md:before,
  .row-md:after {
    content: " ";
    display: table;
  }
  .row-md:after {
    clear: both;
  }
  .row-md .col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-md.row-10 {
    margin: 0 -10px;
  }
  .row-md.row-10 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-md.row-5 {
    margin: 0 -5px;
  }
  .row-md.row-5 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-md.row-collapse {
    margin: 0 0;
  }
  .row-md.row-collapse > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .row-md .col.col-md-1 {
    width: 8.33333333%;
  }
  .row-md .col.col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .row-md .col.col-md-2 {
    width: 16.66666667%;
  }
  .row-md .col.col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .row-md .col.col-md-3 {
    width: 25%;
  }
  .row-md .col.col-md-offset-3 {
    margin-left: 25%;
  }
  .row-md .col.col-md-4 {
    width: 33.33333333%;
  }
  .row-md .col.col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .row-md .col.col-md-5 {
    width: 41.66666667%;
  }
  .row-md .col.col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .row-md .col.col-md-6 {
    width: 50%;
  }
  .row-md .col.col-md-offset-6 {
    margin-left: 50%;
  }
  .row-md .col.col-md-7 {
    width: 58.33333333%;
  }
  .row-md .col.col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .row-md .col.col-md-8 {
    width: 66.66666667%;
  }
  .row-md .col.col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .row-md .col.col-md-9 {
    width: 75%;
  }
  .row-md .col.col-md-offset-9 {
    margin-left: 75%;
  }
  .row-md .col.col-md-10 {
    width: 83.33333333%;
  }
  .row-md .col.col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .row-md .col.col-md-11 {
    width: 91.66666667%;
  }
  .row-md .col.col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .row-md .col.col-md-12 {
    width: 100%;
    margin-left: 0;
  }
  .row-md .col.col-md-offset-12 {
    margin-left: 0;
  }
  .row-md .col.col-md-fifth {
    width: 20%;
  }
  .row-md .col.col-md-seventh {
    width: 14.28571429%;
  }
  .row-md .col.col-md-eighth {
    width: 12.5%;
  }
  .row-md .col.col-md-ninth {
    width: 11.11111111%;
  }
}
@media screen and (min-width: 1000px) {
  .row {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
  .row .col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.row-10 {
    margin: 0 -10px;
  }
  .row.row-10 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.row-5 {
    margin: 0 -5px;
  }
  .row.row-5 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.row-collapse {
    margin: 0 0;
  }
  .row.row-collapse > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .row .col.col-1 {
    width: 8.33333333%;
  }
  .row .col.col-offset-1 {
    margin-left: 8.33333333%;
  }
  .row .col.col-2 {
    width: 16.66666667%;
  }
  .row .col.col-offset-2 {
    margin-left: 16.66666667%;
  }
  .row .col.col-3 {
    width: 25%;
  }
  .row .col.col-offset-3 {
    margin-left: 25%;
  }
  .row .col.col-4 {
    width: 33.33333333%;
  }
  .row .col.col-offset-4 {
    margin-left: 33.33333333%;
  }
  .row .col.col-5 {
    width: 41.66666667%;
  }
  .row .col.col-offset-5 {
    margin-left: 41.66666667%;
  }
  .row .col.col-6 {
    width: 50%;
  }
  .row .col.col-offset-6 {
    margin-left: 50%;
  }
  .row .col.col-7 {
    width: 58.33333333%;
  }
  .row .col.col-offset-7 {
    margin-left: 58.33333333%;
  }
  .row .col.col-8 {
    width: 66.66666667%;
  }
  .row .col.col-offset-8 {
    margin-left: 66.66666667%;
  }
  .row .col.col-9 {
    width: 75%;
  }
  .row .col.col-offset-9 {
    margin-left: 75%;
  }
  .row .col.col-10 {
    width: 83.33333333%;
  }
  .row .col.col-offset-10 {
    margin-left: 83.33333333%;
  }
  .row .col.col-11 {
    width: 91.66666667%;
  }
  .row .col.col-offset-11 {
    margin-left: 91.66666667%;
  }
  .row .col.col-12 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.col-offset-12 {
    margin-left: 0;
  }
  .row .col.col-fifth {
    width: 20%;
  }
  .row .col.col-seventh {
    width: 14.28571429%;
  }
  .row .col.col-eighth {
    width: 12.5%;
  }
  .row .col.col-ninth {
    width: 11.11111111%;
  }
}
@media screen and (min-width: 1600px) {
  .row-xl {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xl:before,
  .row-xl:after {
    content: " ";
    display: table;
  }
  .row-xl:after {
    clear: both;
  }
  .row-xl .col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-xl.row-10 {
    margin: 0 -10px;
  }
  .row-xl.row-10 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-xl.row-5 {
    margin: 0 -5px;
  }
  .row-xl.row-5 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-xl.row-collapse {
    margin: 0 0;
  }
  .row-xl.row-collapse > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .row-xl .col.col-xl-1 {
    width: 8.33333333%;
  }
  .row-xl .col.col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .row-xl .col.col-xl-2 {
    width: 16.66666667%;
  }
  .row-xl .col.col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .row-xl .col.col-xl-3 {
    width: 25%;
  }
  .row-xl .col.col-xl-offset-3 {
    margin-left: 25%;
  }
  .row-xl .col.col-xl-4 {
    width: 33.33333333%;
  }
  .row-xl .col.col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .row-xl .col.col-xl-5 {
    width: 41.66666667%;
  }
  .row-xl .col.col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .row-xl .col.col-xl-6 {
    width: 50%;
  }
  .row-xl .col.col-xl-offset-6 {
    margin-left: 50%;
  }
  .row-xl .col.col-xl-7 {
    width: 58.33333333%;
  }
  .row-xl .col.col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .row-xl .col.col-xl-8 {
    width: 66.66666667%;
  }
  .row-xl .col.col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .row-xl .col.col-xl-9 {
    width: 75%;
  }
  .row-xl .col.col-xl-offset-9 {
    margin-left: 75%;
  }
  .row-xl .col.col-xl-10 {
    width: 83.33333333%;
  }
  .row-xl .col.col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .row-xl .col.col-xl-11 {
    width: 91.66666667%;
  }
  .row-xl .col.col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .row-xl .col.col-xl-12 {
    width: 100%;
    margin-left: 0;
  }
  .row-xl .col.col-xl-offset-12 {
    margin-left: 0;
  }
  .row-xl .col.col-xl-fifth {
    width: 20%;
  }
  .row-xl .col.col-xl-seventh {
    width: 14.28571429%;
  }
  .row-xl .col.col-xl-eighth {
    width: 12.5%;
  }
  .row-xl .col.col-xl-ninth {
    width: 11.11111111%;
  }
}
[hide] {
  display: none !important;
}
.hide {
  display: none !important;
}
[show] {
  display: block !important;
}
.show {
  display: block !important;
}
.no-text {
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.margins {
  margin: 15px;
}
.margins-horz {
  margin: 0 15px;
}
.margins-vert {
  margin: 15px 0;
}
.margins-small {
  margin: 5px;
}
.margins-small-horz {
  margin: 0 5px;
}
.margins-small-vert {
  margin: 5px 0;
}
.margins-large {
  margin: 30px;
}
.margins-large-horz {
  margin: 0 30px;
}
.margins-large-vert {
  margin: 30px 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left-responsive {
  text-align: center;
}
.text-right-responsive {
  text-align: center;
}
.text-muted {
  color: #777777;
}
.text-success {
  color: #66bb6a;
}
.text-error {
  color: #ef5350;
}
.text-warning {
  color: #ffa726;
}
.text-info {
  color: #42a5f5;
}
@media (min-width: 768px) {
  .text-left-responsive {
    text-align: left;
  }
  .text-right-responsive {
    text-align: right;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.bolder {
  font-weight: 900;
}
.bold {
  font-weight: 700;
}
.thin {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.underline {
  font-style: underline;
}
.break-word {
  word-wrap: break-word;
}
.no-wrap {
  white-space: nowrap;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.boxfix {
  padding: 1px;
}
.boxfix-horz {
  padding: 0 1px;
}
.boxfix-vert {
  padding: 1px 0;
}
.link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.link-toggle {
  padding: 5px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.auto-ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.auto-ellipsis:hover {
  white-space: inherit;
}
.center-vert {
  display: flex;
  justify-content: center;
  align-items: center;
}
.valign-wrapper {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.valign {
  vertical-align: middle;
  display: table-cell;
}
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.animable {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 15px 0;
  padding: 0;
}
a {
  color: #fcb040;
  text-decoration: none;
}
a:hover {
  color: #fb9b0e;
  text-decoration: underline;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  font-family: monospace;
  font-size: inherit;
  white-space: pre-wrap;
  padding: 15px;
  margin-bottom: 15px;
  background: #414141;
  color: #777777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
code {
  font-family: monospace;
  font-size: inherit;
  padding: 2px 4px;
  background: #414141;
  color: #777777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div,
header,
footer,
article,
section {
  display: block;
  position: relative;
}
small,
.font-small {
  font-size: 0.8em;
}
textarea {
  resize: vertical;
}
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.the-content p {
  line-height: 1.5;
  margin: 0 0 15px;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content .h1,
.the-content .h2,
.the-content .h3,
.the-content .h4,
.the-content .h5 {
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 15px;
}
.the-content h1,
.the-content .h1 {
  font-size: 3.052em;
}
.the-content h2,
.the-content .h2 {
  font-size: 2.441em;
}
.the-content h3,
.the-content .h3 {
  font-size: 1.953em;
}
.the-content h4,
.the-content .h4 {
  font-size: 1.563em;
}
.the-content h5,
.the-content .h5 {
  font-size: 1.25em;
}
.the-content ul {
  list-style: disc;
  padding-left: 15px;
  margin: 0 0 15px;
}
.the-content ul li {
  list-style: disc;
  padding: 3px 0;
}
.the-content ul.unstyled {
  list-style: none;
  padding: 0;
}
.the-content ul.unstyled li {
  list-style: none;
}
.the-content .has-tagline {
  margin-bottom: 3px;
  line-height: 1.2;
}
.the-content .tagline {
  margin-bottom: 15px;
  color: #777777;
}
.form-group {
  margin-bottom: 10px;
}
.form-group .control-label {
  display: block;
  margin-bottom: 5px;
}
.form-group .form-control {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  background: #ffffff;
  color: #1b1b1b;
  border: 1px solid #eeeeee;
  padding: 0.429em;
  font-weight: 300;
  height: 2.4em;
  line-height: normal;
  vertical-align: middle;
  -webkit-user-drag: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-group .form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.form-group .form-control[readonly] {
  background-color: #f5f5f5;
}
.form-group .form-control:focus {
  border-color: #d5d5d5;
}
.form-group .form-control.form-control-xsmall {
  font-size: 70%;
}
.form-group .form-control.form-control-small {
  font-size: 85%;
}
.form-group .form-control.form-control-large {
  font-size: 125%;
}
.form-group .form-control.form-control-xlarge {
  font-size: 150%;
}
.form-group .form-control.input-block {
  width: 100%;
  display: block;
}
.form-group textarea.form-control {
  height: auto;
}
.form-group select.form-control {
  padding: 0.35em 0.429em;
}
.form-group .help-block,
.form-group .feedback-block {
  display: block;
  margin: 10px 0;
  color: #777777;
}
.form-group .required {
  color: #ef5350;
}
.form-group.has-error .control-label,
.form-group.has-error .form-control,
.form-group.has-error .feedback-block {
  color: #ef5350;
}
.form-group.has-success .control-label,
.form-group.has-success .form-control,
.form-group.has-success .feedback-block {
  color: #66bb6a;
}
.form-group.has-error .form-control {
  border-color: #ef5350;
}
.form-group.has-success .form-control {
  border-color: #66bb6a;
}
.led {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.led.led-muted {
  background: #777777;
}
.led.led-success {
  background: #66bb6a;
}
.led.led-error {
  background: #ef5350;
}
.led.led-warning {
  background: #ffa726;
}
.led.led-info {
  background: #42a5f5;
}
.help-tip {
  color: #4e4e4e;
  cursor: help;
}
.help-tip:hover {
  color: #000000;
}
.message {
  padding: 15px;
  margin-bottom: 15px;
}
.message a {
  font-weight: 700;
}
.message .message-close {
  display: none;
}
.message.message-info {
  background: rgba(66, 165, 245, 0.05);
  border-left: 3px solid #42a5f5;
  color: #42a5f5;
}
.message.message-info a {
  color: #42a5f5;
}
.message.message-info a:hover {
  color: #128ef2;
}
.message.message-success {
  background: rgba(102, 187, 106, 0.05);
  border-left: 3px solid #66bb6a;
  color: #66bb6a;
}
.message.message-success a {
  color: #66bb6a;
}
.message.message-success a:hover {
  color: #49a54e;
}
.message.message-error {
  background: rgba(239, 83, 80, 0.05);
  border-left: 3px solid #ef5350;
  color: #ef5350;
}
.message.message-error a {
  color: #ef5350;
}
.message.message-error a:hover {
  color: #eb2521;
}
.message.message-warning {
  background: rgba(255, 167, 38, 0.05);
  border-left: 3px solid #ffa726;
  color: #ffa726;
}
.message.message-warning a {
  color: #ffa726;
}
.message.message-warning a:hover {
  color: #f29000;
}
.badge {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 11px;
  line-height: 14px;
  margin: 4px 0;
  background: #777777;
  color: #ffffff;
}
.badge.badge-info {
  background: #42a5f5;
}
.badge.badge-success {
  background: #66bb6a;
}
.badge.badge-error {
  background: #ef5350;
}
.badge.badge-warning {
  background: #ffa726;
}
img.img-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
img.img-thumbnail {
  padding: 5px;
  background: #d9d9d9;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
img.img-shadow {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
img.img-responsive {
  max-width: 100%;
  height: auto;
}
table {
  max-width: 100%;
}
table.table {
  width: 100%;
  margin-bottom: 15px;
}
table.table th,
table.table td {
  padding: 10px 12px;
}
table.table > thead > tr > th,
table.table > tfoot > tr > th {
  text-align: left;
}
table.table > thead > tr,
table.table > tbody > tr {
  border-bottom: 1px solid #eeeeee;
}
table.table > thead > tr {
  border-bottom: 2px solid #eeeeee;
}
table.table > tfoot > tr {
  border-top: 2px solid #eeeeee;
}
table.table-border {
  border: 1px solid #eeeeee;
}
table.table-striped > tbody > tr:nth-child(even) > td {
  background: #f2f2f2;
}
table.table-hover > tbody > tr:hover > td {
  background: #f7f7f7;
}
table.table-hover.table-striped > tbody > tr:nth-child(even):hover > td {
  background: #e6e6e6;
}
.panel-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .panel-wrapper {
    flex-direction: row;
  }
  .panel-wrapper.fixed-right {
    flex-direction: row-reverse;
  }
  .panel-wrapper.fixed-right .panel-fixed {
    margin-left: 15px;
    margin-right: 0;
  }
  .panel-wrapper .panel-fixed {
    width: 220px;
    margin-right: 15px;
  }
  .panel-wrapper .panel-fluid {
    flex: 1;
    width: 0;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .panel-wrapper .panel-fixed {
    width: 300px;
  }
}
.metabox {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
  color: #1b1b1b;
  border-radius: 4px;
  margin-bottom: 15px;
}
.metabox .metabox-header {
  border-bottom: 1px solid #eeeeee;
  color: #414141;
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
}
.metabox .metabox-header .header-actions .action-button {
  margin-left: 10px;
}
.metabox .metabox-header .header-actions .action-button .action-label {
  display: none;
}
@media (min-width: 768px) {
  .metabox .metabox-header .header-actions .action-button .action-label {
    display: inline;
  }
}
.metabox .metabox-footer {
  border-top: 1px solid #eeeeee;
  color: #414141;
  font-size: 11px;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
}
.metabox .metabox-body {
  padding: 15px;
}
.metabox .metabox-body > .the-content > *:last-child {
  margin-bottom: 0;
}
.metabox .metabox-body hr {
  border-color: #eeeeee;
}
.metabox .metabox-body.body-simple {
  padding: 0;
}
.metabox .metabox-body.body-simple .table-wrapper > table.table {
  margin-bottom: 0;
}
.metabox .metabox-body > *:last-child {
  margin-bottom: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.429em 1.2em;
  color: #ffffff;
  /* rgba not supported (IE 8) */
  *color: #ffffff;
  /* IE 6 & 7 */
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 300;
  height: 2.4em;
  line-height: 1.542em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.25s, color 0.25s, background-color 0.25s;
  -moz-transition: border 0.25s, color 0.25s, background-color 0.25s;
  -ms-transition: border 0.25s, color 0.25s, background-color 0.25s;
  -o-transition: border 0.25s, color 0.25s, background-color 0.25s;
  transition: border 0.25s, color 0.25s, background-color 0.25s;
}
.button:hover,
.button.button-hover {
  text-decoration: none !important;
  background-color: #bfbfbf;
  color: #ffffff;
}
.button:focus {
  outline: 0;
}
.button[disabled],
.button.button-disabled,
.button.button-disabled:hover {
  border: none;
  background-image: none;
  cursor: not-allowed;
  box-shadow: none;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.button.button-hidden {
  display: none;
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.button-link {
  color: #fcb040;
  background: none;
  border-color: transparent;
}
.button.button-link:hover {
  color: #fcb040;
  background: transparent;
  text-decoration: underline !important;
}
.button-primary,
.button-selected {
  background-color: #fcb040;
  border-color: #fcb040;
  color: #ffffff;
}
.button-primary:hover,
.button-selected:hover,
.button-primary.checked,
.button-selected.checked {
  background-color: #fdcf8b;
  border-color: #fcb040;
  color: #ffffff;
}
.button-success {
  background-color: #66bb6a;
  border-color: #66bb6a;
  color: #ffffff;
}
.button-success:hover,
.button-success.checked {
  background-color: #9bd39e;
  border-color: #66bb6a;
  color: #ffffff;
}
.button-error {
  background-color: #ef5350;
  border-color: #ef5350;
  color: #ffffff;
}
.button-error:hover,
.button-error.checked {
  background-color: #f59896;
  border-color: #ef5350;
  color: #ffffff;
}
.button-info {
  background-color: #42a5f5;
  border-color: #42a5f5;
  color: #ffffff;
}
.button-info:hover,
.button-info.checked {
  background-color: #8bc8f9;
  border-color: #42a5f5;
  color: #ffffff;
}
.button-warning {
  background-color: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
.button-warning:hover,
.button-warning.checked {
  background-color: #ffc672;
  border-color: #ffa726;
  color: #ffffff;
}
.button-xsmall {
  font-size: 70%;
}
.button-small {
  font-size: 85%;
}
.button-large {
  font-size: 125%;
}
.button-xlarge {
  font-size: 150%;
}
.button-square {
  border-radius: 0;
}
.button-pill {
  border-radius: 500px;
}
.button-outline {
  border-color: #fcb040;
  color: #fcb040;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline:hover,
.button-outline.checked {
  background-color: #fcb040 !important;
  color: #ffffff;
}
.button-outline.button-outline-primary {
  border-color: #fcb040;
  color: #fcb040;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline.button-outline-primary:hover,
.button-outline.button-outline-primary.checked {
  background-color: #fcb040 !important;
  color: #ffffff;
}
.button-outline.button-outline-success {
  border-color: #66bb6a;
  color: #66bb6a;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline.button-outline-success:hover,
.button-outline.button-outline-success.checked {
  background-color: #66bb6a !important;
  color: #ffffff;
}
.button-outline.button-outline-error {
  border-color: #ef5350;
  color: #ef5350;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline.button-outline-error:hover,
.button-outline.button-outline-error.checked {
  background-color: #ef5350 !important;
  color: #ffffff;
}
.button-outline.button-outline-info {
  border-color: #42a5f5;
  color: #42a5f5;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline.button-outline-info:hover,
.button-outline.button-outline-info.checked {
  background-color: #42a5f5 !important;
  color: #ffffff;
}
.button-outline.button-outline-warning {
  border-color: #ffa726;
  color: #ffa726;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline.button-outline-warning:hover,
.button-outline.button-outline-warning.checked {
  background-color: #ffa726 !important;
  color: #ffffff;
}