.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: #536def;
  text-decoration: none;
}
a:hover {
  color: #2445eb;
  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 {
  float: right;
}
.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-header .header-actions .action-button:hover {
  text-decoration: none;
}
.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: #26a69a;
  background: none;
  border-color: transparent;
}
.button.button-link:hover {
  color: #26a69a;
  background: transparent;
  text-decoration: underline !important;
}
.button-primary,
.button-selected {
  background-color: #536def;
  border-color: #536def;
  color: #ffffff;
}
.button-primary:hover,
.button-selected:hover,
.button-primary.checked,
.button-selected.checked {
  background-color: #99a8f6;
  border-color: #536def;
  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: #536def;
  color: #536def;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline:hover,
.button-outline.checked {
  background-color: #536def !important;
  color: #ffffff;
}
.button-outline.button-outline-primary {
  border-color: #536def;
  color: #536def;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
}
.button-outline.button-outline-primary:hover,
.button-outline.button-outline-primary.checked {
  background-color: #536def !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;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  overflow-y: scroll;
  font-size: 15px;
}
body {
  font-family: 'Roboto', Arial, Helvetica;
  font-size: 15px;
  color: #1b1b1b;
  background: #FAFAFA;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
section {
  flex: 1 0 0;
  padding-top: 90px;
}
section.is-menu-open {
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.loading-overlay {
  overflow: hidden;
}
.loading-overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('https://console.berrypeek.com/assets/default/images/app/loading.svg') center center no-repeat;
  z-index: 1;
  animation-name: spin;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  background-size: 48px 48px;
}
.button {
  border-radius: 4px;
}
.button.button-primary:hover {
  background: #6a81f1;
  border-color: #6a81f1;
}
.button.disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.icon-grayed {
  color: #b7b7b7;
}
.icon-hint {
  color: #ffa726;
}
.icon-green {
  color: #66bb6a;
}
.metabox {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.035);
}
.list.list-links a {
  display: block;
  padding: 10px 15px;
}
.list.list-links a:hover {
  text-decoration: none;
  background: #536def;
  color: #ffffff;
}
.list.list-links a:hover .link-details {
  color: #ffffff;
}
.list.list-links a:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.list.list-links a .link-name {
  display: block;
  font-size: 1.2em;
}
.list.list-links a .link-name .fa {
  color: #d1d1d1;
  display: none;
}
.list.list-links a .link-details {
  display: block;
  color: #777777;
}
.list.list-checkbox {
  padding: 7px 10px;
  max-height: 152px;
  min-height: 64px;
  overflow-y: scroll;
}
.list.list-checkbox label {
  display: block;
  padding: 3px 0 3px 18px;
  position: relative;
}
.list.list-checkbox label input {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 5px;
  z-index: 1;
}
.list.list-checkbox label.item-child {
  margin-left: 16px;
}
.list.list-checkbox label.item-child::before {
  content: '';
  height: 24px;
  width: 1px;
  background: #eeeeee;
  position: absolute;
  top: -12px;
  left: -11px;
}
.list.list-checkbox label.item-child::after {
  content: '';
  width: 14px;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  left: -11px;
  top: 11px;
}
.progress {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  height: 18px;
}
.progress .progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #536def;
  -webkit-transition: width 350ms ease-out;
  -moz-transition: width 350ms ease-out;
  -ms-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out;
}
.value-pair:not(:last-child) {
  margin-bottom: 10px;
}
.value-pair .pair-label {
  font-size: 13px;
  color: #747474;
  margin-bottom: 3px;
  display: block;
}
.value-pair .pair-value {
  display: block;
}
.help-tip {
  color: #8e8e8e;
  cursor: help;
  font-size: 13px;
}
.help-tip:hover {
  color: #536def;
}
.required-tip {
  color: #dadada;
  cursor: help;
  font-size: 13px;
}
.required-tip:hover {
  color: #ef5350;
}
.toggle-switch {
  cursor: pointer;
  padding-right: 50px;
}
.toggle-switch span {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.toggle-switch .toggle-track {
  border: 1px solid #eeeeee;
  height: 22px;
  width: 42px;
  border-radius: 22px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.toggle-switch .toggle-track .toggle-thumb {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.toggle-switch.checked span {
  color: #414141;
}
.toggle-switch.checked .toggle-track {
  background: #42a5f5;
}
.toggle-switch.checked .toggle-track .toggle-thumb {
  left: 22px;
}
.form-group.has-error .required-tip {
  color: #ef5350;
}
.form-group .control-label {
  font-size: 13px;
  color: #414141;
}
.form-group .help-block {
  font-size: 13px;
  color: #686868;
}
.form-group .input-group .input-block {
  padding-right: 54px;
}
.form-group .input-group .group-button {
  width: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 4px 4px 0;
  padding: 0.429em;
}
.form-group .input-icon .input-block {
  padding-right: 32px;
}
.form-group .input-icon .fa {
  position: absolute;
  right: 11px;
  top: 10px;
  color: #b7b7b7;
}
.form-group .input-icon.icon-left .input-block {
  padding-left: 32px;
  padding-right: 0.429em;
}
.form-group .input-icon.icon-left .fa {
  right: auto;
  left: 10px;
}
.form-group .input-icon .toggle-password {
  cursor: pointer;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.form-group .input-icon .toggle-password.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.app-header {
  background: #1b1b1b;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 130;
}
.app-header .app-logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: -7px;
  padding: 7px 0;
}
.app-header .app-button {
  text-decoration: none;
  background: #536def;
  color: #ffffff;
  position: absolute;
  width: 48px;
  height: 48px;
  left: -1px;
  top: -1px;
  z-index: 1;
  display: block;
  text-align: center;
  line-height: 49px;
  font-size: 13px;
}
.app-header .app-button:not(.is-active):hover {
  background: #3c59ed;
}
.app-header .app-button.is-active {
  background: #232323;
}
.app-header .app-logout {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 14px 0;
  text-decoration: none;
}
.app-header .user-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px 0 0;
  text-align: right;
  position: relative;
}
.app-header .user-menu > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.app-header .user-menu > li > a {
  display: block;
  padding: 7px;
}
.app-header .user-menu > li > a .user-avatar {
  max-width: 32px;
  border-radius: 32px;
}
.app-header .user-menu > li.has-dropdown:hover > a {
  background: #2a2a2a;
}
.app-header .user-menu > li.has-dropdown:hover > .dropdown {
  display: block;
}
.app-header .user-menu > li.has-dropdown > .dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 46px;
  background: #2a2a2a;
  display: none;
  z-index: 10;
}
.app-header .user-menu > li.has-dropdown > .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.app-header .user-menu > li.has-dropdown > .dropdown > li > a {
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  color: #8c8c8c;
}
.app-header .user-menu > li.has-dropdown > .dropdown > li > a:hover {
  color: #ffffff;
  background: #1e1e1e;
  text-decoration: none;
}
.app-footer {
  font-size: 0.85em;
  color: #777777;
}
.app-footer p:not(:last-child) {
  margin-bottom: 7px;
}
.app-footer.is-menu-open {
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.app-nav {
  background: #536def;
  color: #ffffff;
}
.app-nav ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .app-nav ul {
    padding: 0 5px;
  }
}
.app-nav ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.app-nav ul > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  padding: 8px 7px;
  display: block;
}
.app-nav ul > li > a:hover {
  background: #8295f3;
}
.app-nav ul.list-actions {
  text-align: left;
  padding-right: 0;
}
.app-nav ul.list-actions > li > a {
  color: #a9b6f7;
}
.app-nav ul.list-actions > li > a:hover {
  color: #ffffff;
}
.app-nav ul.list-modules {
  text-align: right;
  padding-left: 0;
}
.app-nav ul.list-modules .has-dropdown {
  position: relative;
}
.app-nav ul.list-modules .has-dropdown:hover > a {
  background: #2445eb;
}
.app-nav ul.list-modules .has-dropdown:hover .dropdown {
  display: block;
}
.app-nav ul.list-modules .has-dropdown .dropdown {
  display: block;
  position: absolute;
  background: #2445eb;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 300;
  width: 173px;
  display: none;
}
.app-nav ul.list-modules .has-dropdown .dropdown > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.app-nav ul.list-modules .has-dropdown .dropdown > li > a {
  display: block;
}
.app-nav ul.list-modules .has-dropdown .dropdown > li > a:hover {
  background: #3c59ed;
}
.app-nav ul.list-modules .collapse {
  display: none;
}
@media (min-width: 768px) {
  .app-nav ul.list-modules .collapse {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .app-nav ul.list-modules .dropdown-collapse {
    display: none;
  }
}
.block .the-content .margin-none {
  margin: 0;
}
.block .the-content .section-title .title-button {
  margin-right: 5px;
  padding: 0 15px 0 10px;
  border-right: 1px solid #eeeeee;
  color: #d4dbfb;
}
.block .the-content .section-title .title-button:hover {
  color: #536def;
}
.block .the-content .section-tagline {
  color: #8d8d8d;
}
.block .the-content .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.block .the-content .pagination > li {
  list-style: none;
  margin: 0 1px;
  padding: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.block .the-content .pagination > li > a {
  display: block;
  padding: 3px 6px;
  text-decoration: none;
  border-radius: 3px;
}
.block .the-content .pagination > li > a:hover {
  background: #536def;
  color: #ffffff;
}
.block .the-content .pagination > li.active > a {
  background: #f7f7f7;
  color: #536def;
}
.block .the-content .pagination > li.active > a:hover {
  background: #f7f7f7;
  color: #536def;
}
.block .the-content .pagination > li.disabled > a {
  background: none;
  color: #bbbbbb;
}
.block .the-content .pagination > li.disabled > a:hover {
  background: none;
  color: #bbbbbb;
}
.block.block-list .item-list .item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.block.block-list .item-list .item a:hover {
  text-decoration: none;
}
.block.block-list .item-list .item .item-name {
  font-size: 1.25em;
}
.block.block-list .item-list .item .item-name .child-icon {
  color: #d1d1d1;
  margin-right: 2px;
}
.block.block-list .item-list .item .item-details {
  color: #777777;
  margin-top: 3px;
}
.block.block-list .item-list .item .item-actions {
  padding-top: 7px;
}
.block.block-list .item-list .item .item-actions .divider {
  margin: 0 3px;
  color: #777777;
}
.block.block-list .item-list .item .item-actions .action-delete {
  color: #ef5350;
}
.block.block-list .item-list .item .item-actions .action-delete:hover {
  color: #eb2521;
}
.page-login {
  background: url('https://console.berrypeek.com/assets/default/images/app/bg-color.jpg') center top no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-login .login-box {
  background: #1b1b1b;
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}
.page-login .login-box .box-half .box-logo {
  max-width: 65%;
  margin: 15px 0;
}
.page-login .login-box .box-half .box-logo.logo-desktop {
  display: none;
}
.page-login .login-box .box-half .box-logo.logo-mobile {
  display: inline;
}
@media (min-width: 768px) {
  .page-login .login-box {
    width: 640px;
    display: flex;
  }
  .page-login .login-box .box-half {
    flex-basis: 50%;
  }
  .page-login .login-box .box-half .box-logo {
    margin: 45px 0 0;
  }
  .page-login .login-box .box-half .box-logo.logo-desktop {
    display: inline;
  }
  .page-login .login-box .box-half .box-logo.logo-mobile {
    display: none;
  }
}
.page-login .login-box .filler {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('https://console.berrypeek.com/assets/default/images/app/bg-color.jpg') center top no-repeat fixed;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.05);
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-login .login-box .filler::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.05);
}
.page-login .login-box .form-wrapper {
  margin-bottom: 20px;
}
.page-login .login-box .form-wrapper .control-label {
  display: none;
}
.page-login .login-box .form-wrapper .form-control {
  position: relative;
  background: #131313 !important;
  color: #ffffff !important;
  border: 1px solid #1b1b1b;
  outline: none;
}
.page-login .login-box .form-wrapper .form-control[name=user] {
  border-radius: 4px 4px 0 0;
}
.page-login .login-box .form-wrapper .form-control[name=password] {
  border-radius: 0 0 4px 4px;
  margin-top: -11px;
}
.page-login .login-box .form-wrapper .form-control:focus,
.page-login .login-box .form-wrapper .form-control:active {
  z-index: 1;
  background: #161616;
  border: 1px solid #536def;
  border-radius: 4px;
}
.page-login .login-box .copyright {
  color: #808080;
  font-size: 12px;
}
.page-login .login-box .copyright p {
  margin-bottom: 0;
}
.page-login .login-box .copyright p img {
  margin-bottom: 3px;
}
.page-login .section {
  padding: 0;
}
.page-setup {
  background: url('https://console.berrypeek.com/assets/default/images/app/bg-color.jpg') center top no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-setup .setup-box {
  background: #1b1b1b;
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}
.page-setup .setup-box .box-half .box-logo {
  max-width: 65%;
  margin: 15px 0;
}
.page-setup .setup-box .box-half .box-logo.logo-desktop {
  display: none;
}
.page-setup .setup-box .box-half .box-logo.logo-mobile {
  display: inline;
}
@media (min-width: 768px) {
  .page-setup .setup-box {
    width: 640px;
    display: flex;
  }
  .page-setup .setup-box .box-half {
    flex-basis: 50%;
  }
  .page-setup .setup-box .box-half .box-logo {
    margin: 45px 0 0;
  }
  .page-setup .setup-box .box-half .box-logo.logo-desktop {
    display: inline;
  }
  .page-setup .setup-box .box-half .box-logo.logo-mobile {
    display: none;
  }
}
.page-setup .setup-box .filler {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('https://console.berrypeek.com/assets/default/images/app/bg-color.jpg') center top no-repeat fixed;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.05);
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.page-setup .setup-box .filler::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.05);
}
.page-setup .setup-box .form-controls {
  margin-bottom: 20px;
}
.page-setup .setup-box .form-controls .control-label {
  color: #ffffff;
  text-transform: uppercase;
}
.page-setup .setup-box .form-controls .form-control {
  position: relative;
  background: #131313 !important;
  color: #ffffff !important;
  border: 1px solid #1b1b1b;
  outline: none;
}
.page-setup .setup-box .form-controls .form-control:focus,
.page-setup .setup-box .form-controls .form-control:active {
  z-index: 1;
  background: #161616;
  border: 1px solid #536def;
  border-radius: 4px;
}
.page-setup .setup-box code {
  background: #282828;
  color: #85f3d6;
  border-radius: 3px;
}
.page-setup .section {
  padding: 0;
}
.widget.widget-code {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.widget.widget-code .CodeMirror {
  height: 280px;
  font-family: 'Fira Code', monospace;
  font-size: 0.95em;
}
.widget.widget-code.code-half .CodeMirror {
  height: 140px;
}
.widget.widget-markdown {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.widget.widget-markdown.is-preview .markdown-panels .panel-preview {
  display: block;
}
.widget.widget-markdown .markdown-panels .panel-code .widget-code {
  border: none;
}
.widget.widget-markdown .markdown-panels .panel-preview {
  background: #fdfdfd;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 7px 10px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget-markdown .markdown-panels .panel-preview pre,
.widget.widget-markdown .markdown-panels .panel-preview code {
  background: #f7f7f7;
}
.widget.widget-markdown .markdown-panels .panel-preview pre {
  padding: 10px;
  border-radius: 4px;
}
.widget.widget-markdown .markdown-panels .panel-preview code {
  padding: 0;
}
.widget.widget-markdown .markdown-panels .panel-preview ul {
  padding-left: 25px;
}
.widget.widget-markdown .markdown-panels .panel-preview blockquote {
  background: #f7f7f7;
  font-style: italic;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.widget.widget-markdown .markdown-panels .panel-preview blockquote p {
  margin-bottom: 0;
}
.widget.widget-markdown .markdown-panels .panel-preview blockquote p:not(:last-child) {
  margin-bottom: 15px;
}
.widget.widget-markdown .markdown-header {
  background: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
  text-align: right;
  padding: 7px;
}
.widget.widget-markdown .markdown-header .toggle-switch {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.widget.widget-markdown .markdown-footer {
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
}
.widget.widget-markdown .markdown-footer span {
  font-size: 11px;
  color: #777777;
  display: block;
  padding: 4px 6px;
}
.widget.widget-gallery {
  border: 1px solid #eeeeee;
}
.widget.widget-gallery .gallery-list {
  overflow: hidden;
  padding: 2px;
  min-height: 125px;
}
.widget.widget-gallery .gallery-list .list-item {
  width: 50%;
  max-width: 150px;
  overflow: hidden;
  margin: 0;
  padding: 2px;
  float: left;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .widget.widget-gallery .gallery-list .list-item {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .widget.widget-gallery .gallery-list .list-item {
    width: 16.6667%;
  }
}
.widget.widget-gallery .gallery-list .list-item img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.widget.widget-gallery .gallery-list .list-item::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.widget.widget-gallery .gallery-list .list-item::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: url('https://console.berrypeek.com/assets/default/images/app/grid.png') 0 0 repeat;
}
.widget.widget-gallery .gallery-list .list-item .button-remove {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #ffffff;
  color: #536def;
  text-align: center;
  line-height: 26px;
}
.widget.widget-gallery .gallery-list .list-item .button-remove:hover {
  background: #536def;
  color: #ffffff;
}
.widget.widget-gallery .gallery-list .list-item.gu-transit img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.widget.widget-gallery .gallery-list .list-item.gu-transit::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border: 2px dashed #8d8d8d;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget-gallery .gallery-list .list-item:hover .button-remove {
  display: block;
  z-index: 1;
}
.widget.widget-gallery .gallery-list .list-item:hover.gu-mirror .button-remove {
  display: none;
}
.widget.widget-gallery .gallery-footer {
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  padding: 10px;
}
.widget.widget-repeater {
  border: 1px solid #eeeeee;
}
.widget.widget-repeater .repeater-list.gu-unselectable .list-item .item-grip span {
  display: none;
}
.widget.widget-repeater .repeater-list .list-item {
  padding: 0 33px 0 33px;
}
.widget.widget-repeater .repeater-list .list-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .widget.widget-repeater .repeater-list .list-item.item-column:not(:first-child) .item-fields .control-label {
    display: none;
  }
}
@media (min-width: 768px) {
  .widget.widget-repeater .repeater-list .list-item.item-column .item-fields {
    display: flex;
  }
}
@media (min-width: 768px) {
  .widget.widget-repeater .repeater-list .list-item.item-column .item-fields .field:not(:last-child) {
    border-right: 1px solid #eeeeee;
    border-bottom: none;
  }
}
.widget.widget-repeater .repeater-list .list-item.gu-mirror {
  border: 1px solid #eeeeee;
}
.widget.widget-repeater .repeater-list .list-item.gu-mirror .item-actions .button-action.button-action {
  display: none;
}
.widget.widget-repeater .repeater-list .list-item .item-grip {
  background: #f9f9f9;
  border-right: 1px solid #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ns-resize;
}
.widget.widget-repeater .repeater-list .list-item .item-grip span {
  color: #777777;
  pointer-events: none;
  cursor: default;
  font-size: 12px;
}
.widget.widget-repeater .repeater-list .list-item .item-fields {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget-repeater .repeater-list .list-item .item-fields .field {
  flex: 1 0 auto;
  padding: 7px;
}
.widget.widget-repeater .repeater-list .list-item .item-fields .field:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.widget.widget-repeater .repeater-list .list-item .item-actions {
  background: #f9f9f9;
  border-left: 1px solid #eeeeee;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
}
.widget.widget-repeater .repeater-list .list-item .item-actions .button-action {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #ffffff;
  color: #536def;
  text-align: center;
  line-height: 26px;
}
.widget.widget-repeater .repeater-list .list-item .item-actions .button-action.button-add {
  top: -12px;
  z-index: 1;
}
.widget.widget-repeater .repeater-list .list-item .item-actions .button-action.button-remove {
  top: 50%;
  margin-top: -12px;
}
.widget.widget-repeater .repeater-list .list-item .item-actions .button-action:hover {
  background: #536def;
  color: #ffffff;
}
.widget.widget-repeater .repeater-list .list-item:hover .item-actions .button-action {
  display: block;
}
.widget.widget-repeater .repeater-footer {
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  padding: 10px;
}
.widget.widget-repeater.empty .repeater-footer {
  border-top: none;
}
.widget.widget-attachments {
  display: none;
}
.widget.widget-attachments.is-open {
  display: block;
}
.widget.widget-attachments.dragdrop .attachments-overlay {
  background: rgba(83, 109, 239, 0.65);
  border: 3px dashed #536def;
}
.widget.widget-attachments .attachments-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget-attachments .attachments-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget.widget-attachments .attachments-container .attachments-modal {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 90%;
}
@media (min-width: 768px) {
  .widget.widget-attachments .attachments-container .attachments-modal {
    width: 720px;
  }
}
@media (min-width: 1000px) {
  .widget.widget-attachments .attachments-container .attachments-modal {
    width: 900px;
  }
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-header {
  border-bottom: 1px solid #eeeeee;
  color: #414141;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-header .button-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #8d8d8d;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-header .button-close:hover {
  background: #536def;
  color: #ffffff;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-upload {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-upload a {
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll {
  min-height: 240px;
  max-height: 320px;
  overflow-y: scroll;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list {
  overflow: hidden;
  padding: 2px;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item {
  width: 33.3333%;
  float: left;
  padding: 2px;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item.item-upload .progress {
  position: absolute;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: none;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item .file-bg {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item .file-bg.file-pdf {
  background: #CA2128;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item .file-ext {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item {
    width: 20%;
  }
}
@media (min-width: 1000px) {
  .widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item {
    width: 16.6666%;
  }
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: url('https://console.berrypeek.com/assets/default/images/app/grid.png') 0 0 repeat;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item .check {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: rgba(83, 109, 239, 0.65);
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item .check .fa {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #536def;
  background: #ffffff;
  padding: 5px;
  z-index: 5;
  border-radius: 15px;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list .list-item.locked {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-scroll .attachments-list.has-selected .list-item.selected .check {
  display: block;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info {
  background: #f9f9f9;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  padding: 8px 10px;
  display: none;
  overflow-y: auto;
  border-left: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .preview {
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #eeeeee;
  width: 100px;
  height: 100px;
  display: flex;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .preview::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .preview::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: url('https://console.berrypeek.com/assets/default/images/app/grid.png') 0 0 repeat;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .preview img {
  position: relative;
  z-index: 1;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .details span {
  display: block;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .details span.name {
  font-size: 1.05em;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info .details span.extra {
  padding-top: 3px;
  font-size: 0.85em;
  color: #777777;
}
@media (min-width: 768px) {
  .widget.widget-attachments .attachments-container .attachments-modal .modal-body {
    padding-right: 180px;
  }
  .widget.widget-attachments .attachments-container .attachments-modal .modal-body .attachments-info {
    display: block;
  }
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-footer {
  border-top: 1px solid #eeeeee;
  text-align: right;
  padding: 15px;
}
.widget.widget-attachments .attachments-container .attachments-modal .modal-footer .form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .widget.widget-attachments .attachments-container .attachments-modal .modal-footer .form-group {
    margin-bottom: 0;
  }
}
.widget.widget-terms .terms-search {
  border-bottom: 1px solid #eeeeee;
}
.widget.widget-terms .form-control {
  border: none;
  outline: none;
  border-radius: 0;
  background: #fdfdfd;
}
.widget.widget-image .preview {
  background: url('https://console.berrypeek.com/assets/default/images/app/grid.png') 0 0 repeat;
  margin-bottom: 10px;
}
.widget.widget-image .preview .button-remove {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #ffffff;
  color: #536def;
  text-align: center;
  line-height: 26px;
}
.widget.widget-image .preview .button-remove:hover {
  background: #536def;
  color: #ffffff;
}
.widget.widget-image .preview:hover .button-remove {
  display: block;
}
.widget .file-picker .file-name {
  padding: 8px 0;
  display: block;
  color: #777777;
  font-size: 13px;
}
@media (min-width: 768px) {
  .widget .file-picker .file-name {
    padding: 8px 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.contact-list .contact {
  padding: 10px 15px;
}
.contact-list .contact .actions {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.contact-list .contact .actions .action {
  padding: 3px;
  margin-left: 3px;
  color: #bbbbbb;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.contact-list .contact .actions .action:hover {
  color: #536def;
}
.contact-list .contact h4 {
  margin-bottom: 7px;
}
.contact-list .contact:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.message-list {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.message-list .message {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0;
  width: 80%;
}
.message-list .message.message-sent {
  margin-left: 20%;
  text-align: right;
}
.message-list .message.message-sent .message-data {
  text-align: left;
  background: #f3f5fe;
}
.message-list .message .message-data {
  padding: 10px 15px;
  background: #FAFAFA;
  border-radius: 15px;
  width: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.message-list .message .message-data .message-from {
  color: #777777;
  margin-bottom: 5px;
}
.message-list .message .message-data .message-content {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.message-list .message .message-data .message-time {
  text-align: right;
  font-size: 0.85em;
  color: #777777;
}
.message-list .message:not(:last-child) {
  margin-bottom: 15px;
}
.message-reply {
  padding: 15px;
}
