@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  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; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #3f4448;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #ffa96b;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ffdc5f;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eaebec; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #ffa96b; }

a.text-primary:hover,
a.text-primary:focus {
  color: #ff8b38; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ffa96b; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ff8b38; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1300px) {
    .container {
      width: 1270px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 15px;
  padding-right: 15px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1300px) {
  .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; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #eaebec; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #eaebec; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #eaebec; }
  .table .table {
    background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #eaebec; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #eaebec; }
  .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;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @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 #eaebec; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #7d7c7c; }

.form-control, .dataTables_wrapper .dataTables_length label select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #7d7c7c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaebec;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .dataTables_wrapper .dataTables_length label select:focus {
    border-color: #ffdc5f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 220, 95, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 220, 95, 0.6); }
  .form-control::-moz-placeholder, .dataTables_wrapper .dataTables_length label select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .dataTables_wrapper .dataTables_length label select:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .dataTables_wrapper .dataTables_length label select::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .dataTables_wrapper .dataTables_length label select::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .dataTables_wrapper .dataTables_length label select[disabled], .form-control[readonly], .dataTables_wrapper .dataTables_length label select[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label
  fieldset[disabled] select {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .dataTables_wrapper .dataTables_length label select[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label
  fieldset[disabled] select {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .dataTables_wrapper .dataTables_length label .input-group-lg > select.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .dataTables_wrapper .dataTables_length label .input-group-sm > select.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .dataTables_wrapper .dataTables_length label .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .dataTables_wrapper .dataTables_length label .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.dataTables_wrapper .dataTables_length label .input-group-sm > select[multiple],
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .form-group-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .form-group-sm select {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm .dataTables_wrapper .dataTables_length label select[multiple], .dataTables_wrapper .dataTables_length label
.form-group-sm select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .dataTables_wrapper .dataTables_length label .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .dataTables_wrapper .dataTables_length label .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.dataTables_wrapper .dataTables_length label .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .form-group-lg select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .form-group-lg select {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg .dataTables_wrapper .dataTables_length label select[multiple], .dataTables_wrapper .dataTables_length label
.form-group-lg select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .has-feedback select {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .dataTables_wrapper .dataTables_length label .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .dataTables_wrapper .dataTables_length label select + .form-control-feedback, .dataTables_wrapper .dataTables_length label
.form-group-lg select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .dataTables_wrapper .dataTables_length label .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .dataTables_wrapper .dataTables_length label select + .form-control-feedback, .dataTables_wrapper .dataTables_length label
.form-group-sm select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .dataTables_wrapper .dataTables_length label select:focus, .dataTables_wrapper .dataTables_length label .has-success select:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .dataTables_wrapper .dataTables_length label select:focus, .dataTables_wrapper .dataTables_length label .has-warning select:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .has-error select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .dataTables_wrapper .dataTables_length label select:focus, .dataTables_wrapper .dataTables_length label .has-error select:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7b848c; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label
    .form-inline .input-group select {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .dataTables_wrapper .dataTables_length label .input-group > select, .dataTables_wrapper .dataTables_length label .form-inline .input-group > select {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #6b6b6b;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #6b6b6b;
  background-color: #ffffff;
  border-color: #eaebec; }
  .btn-default:focus, .btn-default.focus {
    color: #6b6b6b;
    background-color: #e6e6e6;
    border-color: #a7abaf; }
  .btn-default:hover {
    color: #6b6b6b;
    background-color: #e6e6e6;
    border-color: #cacccf; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #6b6b6b;
    background-color: #e6e6e6;
    border-color: #cacccf; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #6b6b6b;
      background-color: #d4d4d4;
      border-color: #a7abaf; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #eaebec; }
  .btn-default .badge {
    color: #ffffff;
    background-color: #6b6b6b; }

.btn-primary, .btn-checkout {
  color: #ffffff;
  background-color: #ffa96b;
  border-color: #ffa96b; }
  .btn-primary:focus, .btn-checkout:focus, .btn-primary.focus, .focus.btn-checkout {
    color: #ffffff;
    background-color: #ff8b38;
    border-color: #eb6200; }
  .btn-primary:hover, .btn-checkout:hover, .btn-checkout:focus {
    color: #ffffff;
    background-color: #ff8b38;
    border-color: #ff852e; }
  .btn-primary:active, .btn-checkout:active, .btn-primary.active, .active.btn-checkout,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.btn-checkout {
    color: #ffffff;
    background-color: #ff8b38;
    border-color: #ff852e; }
    .btn-primary:active:hover, .btn-checkout:active:hover, .btn-checkout:active:focus, .btn-primary:active:focus, .btn-checkout:active:focus, .btn-primary:active.focus, .btn-checkout:active.focus, .btn-primary.active:hover, .active.btn-checkout:hover, .active.btn-checkout:focus, .btn-primary.active:focus, .active.btn-checkout:focus, .btn-primary.active.focus, .active.focus.btn-checkout,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-checkout:hover,
    .open > .dropdown-toggle.btn-checkout:focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-checkout:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-checkout {
      color: #ffffff;
      background-color: #ff7714;
      border-color: #eb6200; }
  .btn-primary:active, .btn-checkout:active, .btn-primary.active, .active.btn-checkout,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.btn-checkout {
    background-image: none; }
  .btn-primary.disabled:hover, .disabled.btn-checkout:hover, .disabled.btn-checkout:focus, .btn-primary.disabled:focus, .disabled.btn-checkout:focus, .btn-primary.disabled.focus, .disabled.focus.btn-checkout, .btn-primary[disabled]:hover, [disabled].btn-checkout:hover, [disabled].btn-checkout:focus, .btn-primary[disabled]:focus, [disabled].btn-checkout:focus, .btn-primary[disabled].focus, [disabled].focus.btn-checkout,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-checkout:hover,
  fieldset[disabled] .btn-checkout:focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-checkout:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus.btn-checkout {
    background-color: #ffa96b;
    border-color: #ffa96b; }
  .btn-primary .badge, .btn-checkout .badge {
    color: #ffa96b;
    background-color: #ffffff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #ffa96b;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #ffdc5f;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu, .filemanager-contextmenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right, .pull-right.filemanager-contextmenu {
    right: 0;
    left: auto; }
  .dropdown-menu .divider, .filemanager-contextmenu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a, .filemanager-contextmenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .filemanager-contextmenu > li > a:hover, .dropdown-menu > li > a:focus, .filemanager-contextmenu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ffdc5f; }

.dropdown-menu > .active > a, .filemanager-contextmenu > .active > a, .dropdown-menu > .active > a:hover, .filemanager-contextmenu > .active > a:hover, .dropdown-menu > .active > a:focus, .filemanager-contextmenu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ffa96b; }

.dropdown-menu > .disabled > a, .filemanager-contextmenu > .disabled > a, .dropdown-menu > .disabled > a:hover, .filemanager-contextmenu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .filemanager-contextmenu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .filemanager-contextmenu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .filemanager-contextmenu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu, .open > .filemanager-contextmenu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu, .pull-right > .filemanager-contextmenu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu, .dropup .filemanager-contextmenu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .filemanager-contextmenu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu, .navbar-right .filemanager-contextmenu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .btn-group .filemanager-contextmenu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .input-group select {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .dataTables_wrapper .dataTables_length label select:focus, .dataTables_wrapper .dataTables_length label .input-group select:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label
.input-group select {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .dataTables_wrapper .dataTables_length label select:not(:first-child):not(:last-child), .dataTables_wrapper .dataTables_length label
  .input-group select:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #7d7c7c;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #eaebec;
  border-radius: 2px; }
  .input-group-addon.input-sm, .dataTables_wrapper .dataTables_length label .input-group-sm > select.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .dataTables_wrapper .dataTables_length label .input-group-lg > select.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .dataTables_wrapper .dataTables_length label select:first-child, .dataTables_wrapper .dataTables_length label .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group .dataTables_wrapper .dataTables_length label select:last-child, .dataTables_wrapper .dataTables_length label .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #ffa96b; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: transparent transparent #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #ffdc5f;
      background-color: transparent;
      border: 1px solid transparent;
      border-bottom-color: transparent;
      cursor: pointer; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .filemanager-contextmenu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu, .nav-tabs .filemanager-contextmenu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu, .navbar-nav .open .filemanager-contextmenu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .filemanager-contextmenu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header,
      .navbar-nav .open .filemanager-contextmenu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .filemanager-contextmenu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .filemanager-contextmenu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .filemanager-contextmenu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .navbar-form select {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label
      .navbar-form .input-group select {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .dataTables_wrapper .dataTables_length label .input-group > select, .dataTables_wrapper .dataTables_length label .navbar-form .input-group > select {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .filemanager-contextmenu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom .navbar-nav > li > .filemanager-contextmenu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #ffffff;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #3f4448; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #3f4448; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffa96b; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .filemanager-contextmenu > li > a {
      color: #3f4448; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .filemanager-contextmenu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .filemanager-contextmenu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .filemanager-contextmenu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .filemanager-contextmenu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .filemanager-contextmenu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .filemanager-contextmenu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .filemanager-contextmenu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .filemanager-contextmenu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #3f4448; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #3f4448; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .navbar-nav .open .filemanager-contextmenu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .filemanager-contextmenu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ffa96b; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 1px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #dff0d8;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #d0e9c6; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #c4e3f3; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fcf8e3;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #faf2cc; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #f2dede;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #ebcccc; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #eaebec; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #e4e4e4; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #e4e4e4; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e4e4e4; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4e4e4; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #f8f8f8; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .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: 500px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 650px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #005e96;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.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; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1300px) {
  .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; } }

@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Icon Drop */
@-webkit-keyframes icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%, 100% {
    opacity: 1; } }

@keyframes icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%, 100% {
    opacity: 1; } }

/* Icon Float Away */
@-webkit-keyframes icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

.loading-indicator {
  position: relative;
  z-index: 200; }
  .loading-indicator:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0.6;
    z-index: 90;
    content: ' ';
    background: #FFF;
    zoom: 1; }
  .loading-indicator .spinner-wrap {
    z-index: 99999;
    position: fixed;
    width: 60px;
    height: 60px;
    left: 50%;
    left: calc(50% - 60px / 2);
    top: 50%;
    top: calc(50% - 60px / 2); }
    .loading-indicator .spinner-wrap .spinner {
      width: 60px;
      height: 60px;
      position: relative; }
      .loading-indicator .spinner-wrap .spinner .double-bounce1, .loading-indicator .spinner-wrap .spinner .double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #0063be;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out; }
      .loading-indicator .spinner-wrap .spinner .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s; }
  .loading-indicator.loading-indicator-fixed {
    position: relative; }
    .loading-indicator.loading-indicator-fixed .spinner-wrap {
      position: absolute;
      width: 45px;
      height: 45px;
      left: 50%;
      left: calc(50% - 45px / 2);
      top: 50%;
      top: calc(50% - 45px / 2); }
      .loading-indicator.loading-indicator-fixed .spinner-wrap .spinner {
        width: 45px;
        height: 45px; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.nav-pills.sub-nav > li > a {
  padding-left: 30px; }

.default-menu > .nav-pills {
  padding-bottom: 35px; }
  .default-menu > .nav-pills.empty {
    padding-bottom: 0; }
  .default-menu > .nav-pills > li {
    margin-top: 0; }
    .default-menu > .nav-pills > li > a {
      color: #3f4448;
      font-size: 18px;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      padding-left: 0;
      padding-top: 12px;
      padding-bottom: 0;
      line-height: 1.4;
      white-space: nowrap;
      cursor: default; }
      .default-menu > .nav-pills > li > a[href] {
        cursor: pointer; }
      .default-menu > .nav-pills > li > a:hover, .default-menu > .nav-pills > li > a:focus {
        color: #ffa96b;
        background: none; }
      .default-menu > .nav-pills > li > a > .icon {
        font-size: 12px;
        position: relative;
        top: -1px;
        width: 25px;
        vertical-align: middle;
        display: inline-block;
        text-align: center; }
      .default-menu > .nav-pills > li > a > .text {
        width: 90%;
        width: calc(100% - 25px);
        vertical-align: top;
        display: inline-block;
        white-space: normal; }
      .default-menu > .nav-pills > li > a.disabled {
        cursor: default; }
    .default-menu > .nav-pills > li.active > a {
      color: #ffa96b;
      background: none; }
      .default-menu > .nav-pills > li.active > a:hover, .default-menu > .nav-pills > li.active > a:focus {
        color: #ffdc5f;
        background: none; }
  .default-menu > .nav-pills .sub-nav {
    margin-top: 10px; }
    .default-menu > .nav-pills .sub-nav li {
      margin-top: 0;
      background: #f8f8f8;
      padding-left: 35px; }
      .default-menu > .nav-pills .sub-nav li > a {
        border-radius: 0;
        padding-left: 0;
        font-weight: normal;
        font-size: 14px;
        padding: 10px 10px 10px 0;
        color: #3f4448;
        overflow: hidden; }
        .default-menu > .nav-pills .sub-nav li > a:after {
          content: '';
          display: block;
          position: absolute;
          right: -6px;
          top: 0;
          bottom: 0;
          transition: ease 0.2s all;
          border-right: 3px solid #ff5a00; }
        .default-menu > .nav-pills .sub-nav li > a:hover, .default-menu > .nav-pills .sub-nav li > a:focus {
          color: #ffa96b;
          background: none;
          position: relative; }
          .default-menu > .nav-pills .sub-nav li > a:hover:after, .default-menu > .nav-pills .sub-nav li > a:focus:after {
            right: 0;
            transition: ease 0.2s all; }
      .default-menu > .nav-pills .sub-nav li.active a {
        border-right: 3px solid #ffa96b;
        background: none;
        color: #ffa96b; }
        .default-menu > .nav-pills .sub-nav li.active a:hover:after, .default-menu > .nav-pills .sub-nav li.active a:focus:after {
          display: none; }
    .default-menu > .nav-pills .sub-nav li + li > a {
      border-top: 1px solid #eaebec; }

.default-tabs {
  overflow: hidden; }

.nav-tabs-top-buttons {
  margin-bottom: 25px; }

.nav-tabs {
  margin-bottom: 30px;
  white-space: nowrap; }
  .nav-tabs.nav-tabs-top {
    margin-top: -25px; }
  .nav-tabs > li {
    padding: 0 15px; }
    .nav-tabs > li.li-tabdrop-cutted > a {
      overflow: hidden !important;
      text-overflow: ellipsis; }
    .nav-tabs > li > a {
      color: #333;
      font-size: 14px;
      padding: 20px 0;
      position: relative;
      overflow: hidden;
      margin: 0;
      border: none !important; }
      .nav-tabs > li > a > .delimiter {
        display: inline-block;
        height: 12px;
        margin: 0 5px;
        width: 1px;
        background: #adadad; }
      .nav-tabs > li > a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        height: 3px;
        transition: ease 0.2s all;
        background: #ff5a00; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background: none;
        border: none;
        color: #ffdc5f; }
        .nav-tabs > li > a:hover:after, .nav-tabs > li > a:focus:after {
          bottom: 0; }
    .nav-tabs > li.tabdrop, .nav-tabs > li.tabdrop.active {
      padding: 0; }
      .nav-tabs > li.tabdrop .dropdown-menu, .nav-tabs > li.tabdrop .filemanager-contextmenu, .nav-tabs > li.tabdrop.active .dropdown-menu, .nav-tabs > li.tabdrop.active .filemanager-contextmenu {
        max-width: 100%;
        max-width: 90vw;
        max-width: calc(100vw - 30px); }
        .nav-tabs > li.tabdrop .dropdown-menu > li > a, .nav-tabs > li.tabdrop .filemanager-contextmenu > li > a, .nav-tabs > li.tabdrop.active .dropdown-menu > li > a, .nav-tabs > li.tabdrop.active .filemanager-contextmenu > li > a {
          text-overflow: ellipsis;
          overflow: hidden; }
      .nav-tabs > li.tabdrop > a, .nav-tabs > li.tabdrop.active > a {
        cursor: pointer !important;
        padding: 16px 0 16px 0;
        background: none; }
        .nav-tabs > li.tabdrop > a:after, .nav-tabs > li.tabdrop.active > a:after {
          display: none; }
        .nav-tabs > li.tabdrop > a .icon, .nav-tabs > li.tabdrop.active > a .icon {
          margin: 0; }
      .nav-tabs > li.tabdrop.active > a .tabdrop-arrow-wrap, .nav-tabs > li.tabdrop.active.active > a .tabdrop-arrow-wrap {
        border-color: #ffdc5f; }
      .nav-tabs > li.tabdrop.active > a .icon, .nav-tabs > li.tabdrop.active.active > a .icon {
        color: #ffa96b; }
    .nav-tabs > li.active > a {
      font-weight: normal;
      border: none;
      color: #ffa96b; }
      .nav-tabs > li.active > a:after {
        display: block;
        background: #ffa96b;
        bottom: 0; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #ffa96b;
        border: none; }
    .nav-tabs > li.nav-tabs-controls {
      padding-right: 0; }
  .nav-tabs > li:first-child {
    padding-left: 0; }
  .nav-tabs .open > a {
    border-color: transparent; }
    .nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
      background: none;
      border-color: transparent; }

.navbar-brand {
  float: left;
  height: auto;
  font-size: 19px;
  line-height: 1; }

.navbar-default .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #3f4448;
  border-radius: 0;
  transition: ease 0.2s all; }
  .navbar-default .navbar-nav > li > a .icon {
    transition: ease 0.2s all; }

.navbar-default .navbar-nav > .open > a {
  color: #3f4448;
  background-color: #f3f3f3 !important; }
  .navbar-default .navbar-nav > .open > a > .icon {
    color: #3f4448; }
  .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #3f4448 !important; }
    .navbar-default .navbar-nav > .open > a:hover > .icon, .navbar-default .navbar-nav > .open > a:focus > .icon {
      color: #3f4448 !important; }

.navbar-default .navbar-nav > .active > a {
  background: #f8f8f8;
  box-shadow: none; }
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #f8f8f8;
    box-shadow: none; }

.navbar-default .navbar-nav > li > .dropdown-menu, .navbar-default .navbar-nav > li > .filemanager-contextmenu {
  border-top-color: #FFF;
  left: 0;
  right: auto; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav > li > .dropdown-menu, .navbar-default .navbar-nav > li > .filemanager-contextmenu {
      right: 0;
      left: auto;
      max-width: 180px; }
      body[dir=rtl] .navbar-default .navbar-nav > li > .dropdown-menu, body[dir=rtl] .navbar-default .navbar-nav > li > .filemanager-contextmenu {
        right: auto;
        left: 0; } }

.main-navigation-admin-node-list > li > a {
  padding: 5px 15px;
  line-height: 2;
  color: #000;
  display: block;
  border-bottom: 1px dashed #CCC;
  text-decoration: none; }

.main-navigation-admin-node-list > li + li {
  margin-top: 0; }

.main-navigation-admin-node-list > li:hover {
  cursor: move; }

.mobile-nav {
  padding: 20px 0 15px;
  background: #F8F8F8;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  -moz-transition: ease 0.2s all;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all; }
  .mobile-nav.mobile-nav-preload {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 75px;
    -moz-transition: ease 0.2s all;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all; }
  .mobile-nav .page-header.page-header-mobile {
    margin: 0; }
    .mobile-nav .page-header.page-header-mobile h1 {
      margin: 0;
      padding-bottom: 5px;
      font-size: 16px;
      line-height: 1; }
  .mobile-nav .col-xs-12 .row > div {
    min-height: 20px;
    margin-top: 10px; }
    .mobile-nav .col-xs-12 .row > div.force-height {
      min-height: 46px; }
  .mobile-nav .col-xs-12 .row > div + div:before {
    display: block;
    position: absolute;
    height: 11px;
    width: 1px;
    left: 0;
    top: 3px;
    content: '';
    border-left: 1px solid #adadad; }
    body[dir=rtl] .mobile-nav .col-xs-12 .row > div + div:before {
      left: auto;
      right: 3px; }
  .mobile-nav .mobile-nav-item {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-nav .mobile-nav-item > li {
      line-height: 1; }
      .mobile-nav .mobile-nav-item > li > a {
        color: #333;
        text-decoration: none;
        font-family: Arial;
        font-size: 16px;
        width: 100%;
        display: inline-block;
        padding-right: 20px;
        position: relative;
        line-height: 1.1;
        cursor: default; }
        .mobile-nav .mobile-nav-item > li > a[href] {
          cursor: pointer; }
        .mobile-nav .mobile-nav-item > li > a .title {
          width: 100%;
          overflow: hidden;
          display: inline-block;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .mobile-nav .mobile-nav-item > li > a .icon {
          display: inline-block;
          width: 15px;
          text-align: center;
          font-size: 11px;
          float: right;
          line-height: 1.6;
          position: absolute;
          right: 0;
          top: 0; }
        .mobile-nav .mobile-nav-item > li > a:hover {
          color: #ffdc5f; }
      .mobile-nav .mobile-nav-item > li.active > a {
        color: #ffa96b; }
    .mobile-nav .mobile-nav-item .dropdown-menu > li > a, .mobile-nav .mobile-nav-item .filemanager-contextmenu > li > a {
      text-overflow: ellipsis;
      overflow: hidden; }
    .mobile-nav .mobile-nav-item.no-sub-menu {
      padding-left: 0; }
      .mobile-nav .mobile-nav-item.no-sub-menu a {
        width: 100%;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .mobile-nav .mobile-nav-item.nav-item-selected {
      margin: 0;
      margin-top: 5px; }
      .mobile-nav .mobile-nav-item.nav-item-selected li a {
        font-size: 13px;
        color: #999; }
    .mobile-nav .mobile-nav-item.nav-item-top > li.active > a {
      color: #ffa96b; }
    .mobile-nav .mobile-nav-item.nav-item-no-sitemap .dropdown-menu > li:nth-child(2) a, .mobile-nav .mobile-nav-item.nav-item-no-sitemap .filemanager-contextmenu > li:nth-child(2) a {
      border-top: 1px solid #a3acb4; }

.navbar-custom-wrap {
  padding: 0;
  padding-right: 15px; }
  body[dir=rtl] .navbar-custom-wrap {
    padding: 0;
    padding-left: 15px; }
  .navbar-custom-wrap > div + div {
    padding-top: 5px; }
  .navbar-custom-wrap .navbar-custom {
    float: right;
    margin: 0;
    padding: 0 0; }
    .navbar-custom-wrap .navbar-custom > li {
      float: left;
      transition: ease 0.3s all; }
      body[dir=rtl] .navbar-custom-wrap .navbar-custom > li {
        float: right; }
      .navbar-custom-wrap .navbar-custom > li > a.active {
        background: none;
        color: #ffa96b; }
      .navbar-custom-wrap .navbar-custom > li.menu-tab {
        padding: 20px 12px 14px; }
      .navbar-custom-wrap .navbar-custom > li.menu-tab.active {
        background: #ffa96b; }
  .navbar-custom-wrap .navbar-custom-actions > li > a {
    padding: 18px 9px 14px; }
  .navbar-custom-wrap .navbar-custom-with-splitter > li + li:before {
    content: '';
    border: 1px solid #adadad;
    width: 1px;
    height: 12px;
    display: block;
    position: absolute;
    top: 15px; }
  .navbar-custom-wrap .navbar-custom-with-splitter > li a:hover,
  .navbar-custom-wrap .navbar-custom-with-splitter > li.active a,
  .navbar-custom-wrap .navbar-custom-with-splitter > li.active a:hover {
    background: none;
    color: #ffa96b; }

.navbar-toggle {
  margin: 0;
  position: relative;
  float: none;
  display: block;
  padding: 0 10px;
  height: 21px; }
  .navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 1px;
    width: 19px;
    position: absolute;
    margin-top: 0;
    left: 0;
    background-color: #ffa96b !important;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    transform-origin: left center; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 0; }
    .navbar-toggle .icon-bar:nth-child(1) {
      top: 0; }
    .navbar-toggle .icon-bar:nth-child(2) {
      top: 6px; }
    .navbar-toggle .icon-bar:nth-child(3) {
      top: 12px; }
  .navbar-toggle.opened .icon-bar {
    background: #FFF !important; }
    .navbar-toggle.opened .icon-bar:nth-child(1) {
      transform: rotate(45deg);
      top: 0;
      left: 3px; }
    .navbar-toggle.opened .icon-bar:nth-child(2) {
      width: 0;
      opacity: 0; }
    .navbar-toggle.opened .icon-bar:nth-child(3) {
      transform: rotate(-45deg);
      top: 13px;
      left: 3px; }
  body[dir=rtl] .navbar-toggle {
    margin-left: auto;
    margin-right: auto; }

header.top-menu .navbar {
  margin-bottom: 0;
  min-height: 35px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #eaebec; }
  header.top-menu .navbar .navbar-nav > li > a {
    color: #3f4448; }
    header.top-menu .navbar .navbar-nav > li > a > .icon {
      color: #a3acb4; }
    header.top-menu .navbar .navbar-nav > li > a:hover, header.top-menu .navbar .navbar-nav > li > a:focus {
      background: none;
      color: #ffdc5f; }
      header.top-menu .navbar .navbar-nav > li > a:hover > .icon, header.top-menu .navbar .navbar-nav > li > a:focus > .icon {
        color: #ffdc5f; }
  header.top-menu .navbar .navbar-nav > li.active > a, header.top-menu .navbar .navbar-nav > li.active > a:hover, header.top-menu .navbar .navbar-nav > li.active > a:focus {
    background: none;
    color: #ffdc5f; }
    header.top-menu .navbar .navbar-nav > li.active > a > .icon, header.top-menu .navbar .navbar-nav > li.active > a:hover > .icon, header.top-menu .navbar .navbar-nav > li.active > a:focus > .icon {
      color: #ffdc5f; }

.widget-menu {
  background: #ffa96b;
  border-top: 0;
  box-shadow: none;
  padding: 0;
  font-size: 0;
  margin-bottom: 20px;
  top: -1px;
  position: relative; }
  .widget-menu .widget-menu-auth {
    margin: 20px 0; }
    .widget-menu .widget-menu-auth > ul {
      padding: 0 15px;
      margin: 0; }
      .widget-menu .widget-menu-auth > ul > li {
        width: 100%;
        padding: 0;
        float: none; }
        .widget-menu .widget-menu-auth > ul > li > a {
          display: block;
          padding: 12px 15px;
          margin: 0;
          font-size: 14px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1;
          text-align: center;
          text-decoration: none;
          border-radius: 2px;
          color: #FFF;
          border: 1px solid #ffdc5f;
          transition: ease 0.2s all; }
          .widget-menu .widget-menu-auth > ul > li > a .ion-android-lock {
            display: none; }
          .widget-menu .widget-menu-auth > ul > li > a .icon {
            line-height: 0; }
          .widget-menu .widget-menu-auth > ul > li > a.authorized > .username {
            white-space: nowrap;
            overflow: hidden;
            display: inline-block;
            max-width: 88%;
            text-align: left;
            line-height: 1.2;
            max-width: calc(100% - 30px);
            text-overflow: ellipsis; }
          .widget-menu .widget-menu-auth > ul > li > a.authorized .pull-right {
            color: #fff;
            width: 20px;
            display: block; }
          .widget-menu .widget-menu-auth > ul > li > a:hover, .widget-menu .widget-menu-auth > ul > li > a:focus {
            border-color: #FFF; }
        .widget-menu .widget-menu-auth > ul > li + li {
          margin-top: 10px; }
  .widget-menu .main-nav li > a {
    font-size: 14px;
    border-radius: 0;
    color: #ffffff;
    padding: 15px;
    transition: background-color 0.2s ease-in; }
    .widget-menu .main-nav li > a:hover, .widget-menu .main-nav li > a:focus {
      background: #ffdc5f;
      color: #ffffff; }
  .widget-menu .main-nav li.active > a {
    background: #ffdc5f;
    color: #ffffff; }
    .widget-menu .main-nav li.active > a:hover {
      background: #ffdc5f;
      color: #ffffff; }
  .widget-menu .main-nav li.tabdrop.open > a {
    background: #ffdc5f; }
  .widget-menu .main-nav li.tabdrop .dropdown-menu > li > a, .widget-menu .main-nav li.tabdrop .filemanager-contextmenu > li > a {
    color: #333; }
  .widget-menu .main-nav li.tabdrop .dropdown-menu > li:hover a, .widget-menu .main-nav li.tabdrop .filemanager-contextmenu > li:hover a, .widget-menu .main-nav li.tabdrop .dropdown-menu > li:focus a, .widget-menu .main-nav li.tabdrop .filemanager-contextmenu > li:focus a, .widget-menu .main-nav li.tabdrop .dropdown-menu > li.active a, .widget-menu .main-nav li.tabdrop .filemanager-contextmenu > li.active a {
    color: #ffdc5f; }
  .widget-menu .nav-pills > li + li {
    margin-left: 1px; }

.dropdown-menu > li > a, .filemanager-contextmenu > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.templatearea {
  margin-bottom: 20px;
  border: 1px solid #eaebec; }
  .templatearea.templatearea-empty {
    margin: 0;
    border: none; }
  .templatearea .data-templatearea-content {
    position: relative;
    word-wrap: break-word;
    overflow: hidden;
    color: #717171 !important;
    padding: 10px 15px;
    box-shadow: inset 0 10px 28px -16px #B5B5B5; }
    .templatearea .data-templatearea-content img {
      max-width: 100%;
      height: auto !important; }
    .templatearea .data-templatearea-content:empty {
      padding: 0;
      margin: 0;
      border: none; }
      .templatearea-admin .templatearea .data-templatearea-content:empty {
        margin-top: 20px; }
    .templatearea .data-templatearea-content:empty:after {
      content: attr(data-empty-text);
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      line-height: 2;
      padding: 15px 0;
      font-style: italic;
      color: #A9A9A9 !important;
      text-shadow: none; }
    .templatearea .data-templatearea-content p {
      margin: 0; }
  .templatearea.templatearea-admin {
    margin-bottom: 20px !important; }

.left-column-wrap .data-templatearea-content:empty {
  padding: 0; }

.templatearea-modal-panels {
  margin: 0; }
  .templatearea-modal-panels .panel .panel-heading label {
    margin: 0;
    cursor: pointer; }
  .templatearea-modal-panels .panel .panel-body .form-group {
    margin-bottom: 0; }

.templatearea-admin {
  overflow: hidden;
  position: relative; }
  footer .templatearea-admin {
    min-height: 40px; }
  .templatearea-admin p {
    margin: 0;
    padding: 0;
    border: none; }
  .templatearea-admin .data-templatearea-content {
    min-height: 41px;
    padding-right: 40px; }
    footer .templatearea-admin .data-templatearea-content {
      min-height: initial; }
    .templatearea-admin .data-templatearea-content:empty {
      display: block;
      min-height: 41px; }
      .templatearea-admin .data-templatearea-content:empty:after {
        padding: 13px 0;
        line-height: 1; }
  .templatearea-admin .data-templatearea-edit {
    width: 40px;
    text-align: center;
    position: relative;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    .templatearea-admin .data-templatearea-edit > a .icon {
      color: #a3acb4;
      font-size: 16px; }
      .templatearea-admin .data-templatearea-edit > a .icon:hover {
        color: #ffdc5f; }

.templatearea-user .data-templatearea-content:empty:after {
  display: none; }

.policies .templatearea .data-templatearea-content {
  min-height: 5px;
  padding: 0px;
  margin-bottom: 0 !important; }

.mobile-templatearea-top {
  margin-top: 20px; }

footer.foot .templatearea {
  border: none; }
  footer.foot .templatearea.templatearea-admin {
    border-bottom: 1px solid #a0a0a0; }
    footer.foot .templatearea.templatearea-admin .data-templatearea-edit .icon {
      color: #e1e9f5; }
      footer.foot .templatearea.templatearea-admin .data-templatearea-edit .icon:hover {
        color: #e2e2e2; }

footer.foot {
  width: 100%; }
  footer.foot > div {
    padding: 0;
    color: #ffffff;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVgAAAEICAMAAACd5W8HAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURQAAAPj4+HGzijwAAAACdFJOUwAMfyWBEwAAGjtJREFUeNrtndu2rDayBdH//3Q/HLuPd7sK5WVmpqAihocf9qIAgRRKdL2un2H9ybUuAAAQOfUPvwIAgE6qyBUAoMKquBUAQG9V3AoAUKBV1AoAINcqagUAkGsVtQIAyLWKWgEA5FrFrAAAcq+iVgAAtVYxKwCAyav/WhsAtQIAxLUa+RHPEwAgbEjMCgDg0GPmxzxTAMCrGTWiVgCAvRfzp+C5AgBezUkRtQIAfDfi7HkAAPDq91PxdAEAryZliFkBAOQqxKwAgFjVIsSsAIBX1RpErACAV00WjC8gwFMGALy6PWxnTMwKAIg1olX7T3jOAPCzAatbq9+tiVkBAK9+0V90vwDECgCI9aP9MluxYFYAwKthre6lzLMGgF8Ua8qr29/zsAGAgNW/Y+vdCXjYADCvuU/bovYGrII9r/EqAJzj1JaPaLVXv5+ENwwApyi12K63F7i9EV87K28ZAM6zao1c3V613P3+mrx2ADjFqnq3OqVpTMP+irx6ADjHqlov+bxqT8j+grx+ADhKqzoxecTqScz+ODIAAJxl1ZLFqO9v0Zmg7VHkAQA4T6sKO92czH0l3+xWxAoAR2o17ydzwOpP1u4A8gEAnKlV5S7VWq8u798BAE7RakpROq/6x7uSFwDgXK8mJCUT6/aeFmIFgCdpNa4powgj6fIdAABwnFeDnrKZsMSriBUADtdqTFS2gDWSLkPCyREA0OPVL7+9atSqCFijXkWsAFDv1Y5T6MUa1SpiBYBirXafxyPWknAVsQJAqVeVJwufymhcX7h6LcQKAANeHTyfKc6sCVcRKwBUeXX2nLmWgFS4ilgBoMar07bOiDUZriJWADjOq7dnbhBrNlxFrAAwaL/Cc1usGAtXr4VYAaDbq0ecPirW6N6tiBUA6sR3yAWCYtV4FbECwJle/XqNlFhvT2S6HGIFgAd7NWPWSOeV7VqIFQA6vdp1oZKmAOuVECsAPNurYbNKxOqJ1RErAMzEkaprFTQF2K+CWAHg4V4NmjUvVm+8jlgBoD2GvMK77kWu5xWr6wKIFQBOiFdTFgr8KhuxxpODWAGeLLWDxJrTUEjLjp/4I9Zg7YJYAX4jUjygIUCxp1V9yJoZKItYAd6k1YFC7L0F0VasjW0B6TeCWAGebdX+cuy7vGyXa3eq/ZsJphbTRqwA79Jqa0l2XXt5EYasoV1aVXt0kWcBXuDVvqLsuPKK4LhyUKyX8rkhVoD3arWtMFd71XNCx62KxGpdYQCxAjzJq54/zjYErDjWq0fFGjVrak0sADjTq7EDZgLWtQrMOivW9OotAPAMrd4W+Kd61Xha183mA33XpgJkXYAniFVxWIFYi7xqOnGiWhKsV+D5KwA8Tqt9ZrX6b60qs2pWDgyY1bkTFpkX4Hixio+tDljXqjOrZxS/PcIMePXerGRegMd5dV1rwqySFfbtAv5+H5Ebdn3ZG5OUaKYAgIO8ui/X0wGrU5WKgbmmWwkF35tbnGmRAYC0xswhY/tK/j4L5b3lbhzQdOQ7wmrECvACr378+2jAKlq5KtKrlDWrO6L+flayL8BDvLov2c1idWjIL+1Az79TrKYZU4FeNrwKcLpYTUW8J1yKx3ex07uXv96e1Bldty3SwHgCgKGA1VayjwxYo+J2NyG4nbVUyCqrQrmib4A7r37/p3/8fkSsSUtkF2j16ySkUJkK+5YqYwkugA8B625f0Q8/n2gJyBbe5GCC/VFps0YqAL9Vtd5jby6AjwHrvpXww78eEbDmFeA4NvIFHPriXyUpLdHeQXtPAJwlVosXvke7k2IVSCB76NKZVVaH1Dfedvsb4LkB62URa1MrXVNDgGcWgum0Cc2pKpGWbrFWfwM8OGC9LTlf/+UpAaujzIcXxMqYNfJE8l7VjzhArYBYP8WvRq+2i3Xcq8bFYUMSCp7XGmv/1Sl2CZ3X5W+Ah4n1uhfrv0tF44AdS0mWWCB3rP25pPcziE6DUNdQzf4GeFfAup0pNB2w1ni1cKssfSAc/k1Wel3+BniXWA0zMB8j1iXyqsJT8fkJ/pTqjp3yN8C7xLprBqgW65BXw62E3iUI9lPXVtar8sP7/Q3weLE6w9XniFXmVU8guuofyP1P/NcI3lqhvwGeKNbrm1iNCzHNtgR0NwMo1hWIPw/vdoSR65T9BrPCD0asd+sH3irnCWIVhquba9aOvC9yZGRccpe/Ad4Usd4ucT0nVuESrPHVUpwXm/Jq9FpFJs7cHcA7Ita1W+eqRayagFUbri7/Tqsirea9ahwefJC/AR4u1uuLWLfmmRTrQLi6v6jmGcVO4qgzMs7r8jfAS8T6P6OqKr90A2L1X1sersbMunIPIu1VSzpCYi31N8A7xWop8ieLVR+uegM62QyxjFeNKbGPv23yN8DLxHqJ51jGhJIVa41Xw3FyQqveHiVzyszf8AP+BniyWT979rLOUBwUa9irGa2mWnajP6zy6udDz/A3wAtD1o8HfypEp4p1VXk1OcZL/JudsFypSQSskdW7KYHwA2K9DOvdfShGh4p12KvOdVyWYCu+T4d70+MKWGv9DfAusS5TaWoQa+CAiFbdizUrzFqwNLRBrF9u7E/Fl3j1w21R/uCn2gJsmwhcJ0espV4t2nWq3Kvfb23X8uMOjPdvC63C74Wsm9GJZR90oojVa6kysV59Wr3dSHdbSW0afib8DfB4sX5oOjVFkt1LBdis49ZUnezSalV5dXdrm3zR72+AF4Ws1iWtir7oFBFrwFKVYk2pNXSZT1fe3to+Kv3uXEdDi93fAAdFnn9nVHfDnFsDHcmItLFGbrnUq3Gz5j4+LAPxb3qWtlVbsb8BjnJqcBak8XTFZs1HrKGnsYrNGnJrtlVn76219eoa8zfAmVL1zqbfn7ShNKTbWGVrqMqj9epLrO/fHpY7+nKfY/4GONiqnnk0uxPbA5TBpgDZEqoVzSAt4jYLb/d2Nw+42N8AZ1vVPkXp9uz3x58iVvUMfXn7cr21jcJbFt/dvIBLeh3KMzxRq8YWRkOgcZhYl+25qJ9o2csTnNUmPFO4ahJrjb8BHqFVW6f4v/9wWWKWw8Uqf6ol71B1Pst7MuouL9awvwEeolVTr22oBBcmTiHWggd7cK6wvCer7u7aWor9DfAYrVo6GIa9mh1v1TRJ6klitT7B5RJrsb8BnqRVSw+x8fo9CXQ3FiRL7A+I1R5GmiLWGn8DPMurKbU2lARtI2vVE36uWJfPqyt4may/AR6mVVP37faItjS6D0jf5avF+i0ZSy3WpL8BjvDqtVx6MJxfHAnKxOowa1n9dXLuuDXedmiySKxpfwOMazXyI+PR1/q4ZUhjOuMxbeWXwTPFuoyrpqbFmvc3wKxXoz88toHRv8rKQKPLI8V6lwSlWL+fYCFWeIJXMz+OBmvR1fNlbQEthfL1Yo1W3E3+Bhjzas3vJUrJr2LYFLJa5wy9QKyx1RZTlxGu5QDQ49X8KQLRWj7cO0usyzxt6Pkzr2LtQEP+BhjxavFZiqxqOs/+6IpV/FxJOTqTbP8h9dKb/A0w4NWW80haSAPFKBCyKh5Iq1l3g+Uq2wJyde8yh6xVzVoAR3n1qu/3kaxiEhHrKnoYhav7lS1GeB/DZvPa6vE3QLdXjzlZXKvLs/9UVV1jO0nJWtQlcnUulBrNID3+BniQV6/KFYb1q8OWhqzWe5Lpr3rprJsBpfsffm+lGPI3QKtYzzvhnX/+2n/QZ6eY7TSaq/pyVVU6lks4leeYn5W5jNPfAI/yalGWtrghPJJWLzuf09Le062bG2sLMDV4fr5dlViX098AR3g13jtUcJ/Juyz/QPcqLac96eqOsbYA50qQpvrR1+Tg9TfAuFeTjZjq+0wfG+5U0pgum0KJVjOtG3az7ldnHfM3QJNYAyVXIELvbQoOX7VmDRmtIjZWq9WtrpvrGVp0HGbdLiNIWYexgDVUchvMmjObNGSNr/blumCTVsNtDt7m0u/Oc19F5m+AOa8KJCEbmB41jjRk9U7rigWtbV4NDmIyVWLb620ffNzfa+9vgKmGgEzZLJlzEPpVVKyBCadZoYkXTeg366cZ/fGYv9bfACNezZXNAq8Kf5c0azy8N5xDEK4qNtIJilWh8h5/A9SLNauJKrMa/ej9ZXTE69ff9Ax4SoXTijVfYmn3tg01+RugP2BN52L1kiJuN9abtbfrKN3+a/pwjrwOUyqzZtX7G6A9YBVIotSrllsomaUVeTBytabOpTGr/SkFPmHi/sas8C6vVuxm+lWNxnsQhKyXJiotmrWf7YPy/z7zRrIhq9/fmBWOEmtMEh8vIrpJd/naBc2ryaz7s0i8mj9FSV3n+IaY8DfAtFcFQU94pk+gRe/PQ21uqTCr5SxtUpScRdLqfYi/ARrFGh9dtL9i7CZdnjO2RtjvXtQ7JZ5Xqm+ndf/OpV1nd2aPvwEGvSoom0XD0W020919qtVZYtbKoQUKs6p+ZxzTIbw/gFaxesqmP/7IidVgCE8gqjWr+TT1MjzArIkFHwr9DTDjVWfZFGb2xMzGb6dLtGVoxqhmxaoeBJ8266rzXY+/AVrE6i5pvtmtObGah4h9+WMiZlVtfqIVqzYn1Jk1ORuh0t8AJWK9LWn+ork7QOTVYKpSktNMqZLMKNW5Iy1WyQq5k/4GqBdr1qtL5oJbsW5vZt+qEAofBRNVJRNKveG12qzqPR1G/Q1wmlf9PeHum3R49dqOGM9bLjv/XzgX1XeHpWZdl/j0nf4GOEysjkmlSrH6kpWcCuFya+i3UssEnK8Jn8NbNVT4mzIO54o1LQntah8uP1gLXLSXPpoyXUNAKJ4uNev650Kwq2qGWOS7CWBUrPVedRdbc8BqWJLDPLTUfJN//5dwkfDbO9oALBv8lWslifj7kl0HoCVgzToiWbicAatxhr5YdgJH6BoCMnprMav0sRVcB2A8YA3PjK8Rqylc9fjocV7NiSec9Bbd4VX4EbGGFxxxf/jetA14w1XXB/RhXj13I50W26FVeIlYS8JVv1gtAas1XK2aZ5pxgyhgTX8tC3vua54lWoUHiTUUtsR6rURi3d1NxGMdpXRVBqyCBWJSqW6xHVqFxwSsy+/VTLhaIFZ7M4BwTL1KCmNe1W+k0yE7tAqvbQlIhatysS6fV9eQFtJnd80a/uM4XzurNJnlUUF0YgYOgMPEmgxX1WL9dmr/1SeaBwu96n1tV4Fmm765ojPlEAEcI9ZsuCoW69czB65eZlbFiZ3SNN7G/opva/jCrTAr1li4eq1OsUbuI1QCH+ZV+53sL/hiq+JWOEOs0U/OIrH61n6JDiJLFj/NKT2P3HM3++NerlXUCuNi1Xi1SKzWMhUviJNfofZH7ryj7VHN9uvXalUPJZpBrIbia+z+6BRrbCJSpiwqC7aqxLpP65ziOxBQdmu1bl4YqnnJ144wYo0ttd8h1mUMq0JXlxVAaUE2v5dLINYuN9SGkJ3rttDO8GapBoMW2ydgZCkP9VoBX//B9XgEJbLjFFaxZr2q20hH7T396f9aanBplzOjDfcnrOoOy8JiDccJ3gTu2gJ8z0gV63z57VURHem86m8kH9Jq7tKxj6sTUwLnWNXXN+xufA1NDZWK9Q+z5ktY6ivy+sf/y746ZWLd3kyLE8q/z6NzQs5LCRymVftQ+JhYO76M9mKNPKqSBrri1jyjCCOpCrSjdzZ+Cq6gO7Y/JXCeVq2Nj5Y/qAaDJsV6OQqLP3xpMmv2jTd7dY16NV0NVe6Y3dk9Bgdp1TYvNRKx5m7RnVKnWB3zs/rVKvXqSRvpJJ6qtlMp93lyUkrgWK96B4CbItbsTbrT+uG8Lh9fupIzoNWHbKQTfKaiZvHcu06OWKztHoMprQaqyUxbQFpKcbFazPrxQoIJ+nNefcRGOpEHar7b2CUqf9XWPQYzXg1Wk/G2AIGU/Mm1m/XbpRQznoa0+oyNdPxPU3ds2qvu33V1j8GEVxPVpD8GcucLRVF1h54316qYltrUdZFtYo31WslN0NCpZAwnsmbt6h6DAa+mjg19XKqcFDiD0SW3F5N0Mg9o9Rkb6RQ0ZKYGcziqXLdZm7rHYMCrycNFAyNjSkqJ9XLHXX8eIExH10CbXEtAKlwVeqCjU8k+n+z2mANSAiNezYtYMzLy37+0GOkSmvXTiiwVahiz6vWQjXRqzBKdMWd8eSGzdqQEzvXqZV4TSRKyOkIFrVjbhmbPWPV6yEY6RV4JfqSZk2hug+1NCQx4VfIrtVgdk89js1u8UVZ52NU31cZixVi4eg1UStaXnGn6jLZ0+DoC61ICZ3vV6rubsiZo/9WI1V9Y6rtgmiYwRsXqalfsEuvlzR2BuWXhpg5XwFqYEjjCq6Fq0hiyxtYs8fw1Ulpsn3fNEzNbZtdHskXKq6vUq8pOpZhXPzQzjacE+sUqqybNxS3kmSvt6l3SzcWkLCuvrimLodFWJkk2ibW5U2lbp9+2BhyQEpj2aqKatEeYofjN0VQgLZVvjBFWunK0z9JrFGtVp5K/wevb6YZSAsNezVWTjlIZ+i62tjz0hOvXy8UaCFfbxJruVIoGrLE5Mv//x6GUwKhYs9Wko1F0+bUqDB6tbvD+8rfEGmgrlovVdekPB5uuYq7MDXl1JiVwrFcto0g0HfmOMhkuqr8+ctDdFGDXY+v8hoTRkwFr9FNwJCXQXa7E1aSzuzhSLm0fWEWGfM3olrxYIx8cnWI13LZ1rJXnE2nb5TmSEjjZq4ZRJO7+YsGH5FIvof8DXn3IRjphr9oz5d8HOMXqe6y+T66ClMCcWCWjSGLWdEi1Zkbk760nlI1YPY+qRazyTqXINj6fE+lsyypICRzi1Xg1ufwDIU+YLv97K2CmIlbvwxW/vnsbOSvRfT+lNWBdFq+uiZTAmFhl1aTarFfhBsrxAWDXm8R68EY6gfy7vR9Dq9gXUSm8uiZSAr2FylxsHNXk0prV3DgrMOsSHPgDbQHBh1sgVoeN3J1KbrHup0CbxtaUpATmA9Z0NSmYmGPInlXL9lkOelcmWEdvpOMVqy+1thjA8q1tDFcdYhWmBOYD1nw1uXRmvf9VjVnXf3eovb5sUnv9qFiviY10bIGBvlPJGbDa44E1kBIYF6uimpRMerwv78r8M9FvdrJYz9pIR5J/Tdrb+9vavnWf+IGUwFBLgLaa1Ewn3zfPXiNmfV82WEdvpGMRq75T6fYy8WaArVhrUgJHBqzuUSSC6VWWH9U45ke0+piNdNJiDXUqecTq8+oaSAnMiFVeTVrec8Rfdfnn57T6nI10HF9c8dwbF6vxu+0+AilOCRwo1kg1aXzRKa2uQs/8gFafs5FOKv8GO5XsYvX0tn49pjolMNvEqqsm4wt22NVXa5ofyK3GkHV8I51w22e8U8l6HXNs4RSrOCVwWsAariad73rZVxoqzT2/Y9XrORvphMUa71QyXsdTAlJiTaYERiLWimpS/7LbMs/P5FL76wtVSI6mghKxrkSnku06qRWHOlMCoxGrtJqsGhNO5hkIWac30olk4EynUkCsoa+frpTASWJNVpPS103emQ1ZhzfSCWTgVKeSsc1s93g0YhWkBM4Rq67CF7xwsk63WA/bSMebgV0z+OJrBYSGvQykBI4Rq6KaVL1xcs4RZh3dSMeXgbOdSk6x+qL5gZTAIWJNjiJxlk28eqJYD9tIJ66jQNuntS3AsBOKUqzxlMARYpVVk4K3Tr7pEuvhG+k4MnC6U8ks1mQzVltK4ASxLl01mX3vZJvBkPWsjXQcvkt3Km3bAgxh6tfLTaQEThNrtppMvXlyzWzIethGOrcf5NJOpZxY7S1rbSmBSbGWVJPhIIbPnAeateczo7xT6bvWXMPPPl9uJCXQWJa2Iaummox8INLheUZjwGEb6ZjbPpOdSgaxmvL75h8bUwIHiVVVTbqa39b1WyuhHB6yHraRjlVHkXYmb+zpfKBBsYpSAie0BairyTP7QMBk1sM20ol/oV/2TiXbR71TciaxVqUEjhCrvJrEqw8R6/kb6Vzx3nrHrCaTWW1t0l8v35oSmGwLqKsm0eqDzXrYRjq3I69d+f4KiPXyhOkfLjeUEjhWrCtXTeLVxzYGXKdupHN5fOTpVLKb1TJf4oiUwEBbwNVSTaLVx4asd68vd1ZRaHA5awbr71zLZQTyb19KYFSspdUkWn2EWR+wkU51p9Im5PDPkzggJTDQFiAeRSJ1K+/rILP+3+HjG+kIOpX+94/bhDiysaMlpC8lMCvW6moSrZ4v1uM30invVNpFDv6JEvMpgWGz5keRqNzKm3qmWetfZHWn0v5bzjtPYj4lMCHW5moSq77YrA2vsrpTKWxW449HUgLzZu2oJskmJ5v18I10qjuVTHLcT9D2dAjWpwQOEGtTNYlTX2bWploy3qnk3ojbuJaC95cDKYERs1JNkiXSr7ft60PUqeRMU/RZHJIS6CtF3moSs/6QWQ/eSKe6UylvVv9CGvUpgZGQVTeKBF5i1nM30inuVPp6TrVXe1MCIyEr1SSZIurG9l7I4k6lnFmD62jUpwSOMiuv84fNeuhGOtbFDhWf9t5khZ9eeUpgyqxUk+SK2BJN3SM8ijuV4mp1P4XWlMBgtsyPIoGXmfVjDTu7kU5tp9L9gxFqtTsl8KIKH15h1sPmAtV2Knk/5K7EaLPWlMCLKnz4LbX236o/bYLncq37P5+ZEnhRhQ8/ZNaZOy23UeFjaE4JvKfCh59R69idauWVfS4npwReVOHDT6h19EYFB4qey+kpgfdU+PB+s87fqOWg8gfzhJTAeRU+Dw63nrLg432n0tKvYFD2GNpTArMVPu+TzHHycsvt+i87PQtcv7vwyEaRwM+49TkVQOUlH5gSeE2FD2/LHw/Kw3VXfXJK4CUVPrwmizwqE7+nOJIn36VWnhW55NDM8J7MSzH8NbXynOCxmZiUANUkgDIXkxKgmgTQ5WNSAqe6lQcDACC0K89jx38ALt/rQezoIJIAAAAASUVORK5CYII=") #6D7984 0 0;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-attachment: fixed; }
  footer.foot .powered-by {
    height: auto;
    background: #57616a;
    min-height: 80px;
    width: 100%;
    bottom: 0; }
    footer.foot .powered-by > .container {
      position: relative; }
    footer.foot .powered-by .powered-by-row {
      display: table;
      height: 80px;
      padding: 0; }
      footer.foot .powered-by .powered-by-row > div {
        display: table-cell;
        vertical-align: middle;
        float: none; }
  footer.foot .links {
    padding: 0;
    list-style-type: none; }
  footer.foot a {
    color: #e1e9f5; }
    footer.foot a:link {
      color: #e1e9f5; }
  footer.foot .data-templatearea-content {
    border: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFF !important;
    box-shadow: none; }
    footer.foot .data-templatearea-content:empty:after {
      color: #BFC3C8 !important; }
  footer.foot .policies {
    padding-top: 0; }
    footer.foot .policies .policies span {
      padding-left: 5px; }
    footer.foot .policies .policies span:last-child {
      display: none; }
    footer.foot .policies .policy-items {
      list-style-type: none;
      padding-left: 0;
      margin: 0; }
      footer.foot .policies .policy-items li {
        float: left;
        padding: 0px 10px 0px 10px; }
        footer.foot .policies .policy-items li:first-child {
          padding-left: 0px; }
        footer.foot .policies .policy-items li:not(:last-child) {
          border-right: 1px solid #9AA0A6; }
        footer.foot .policies .policy-items li a {
          color: #fff !important; }
    footer.foot .policies .copyright .templatearea {
      margin-bottom: 0; }
    footer.foot .policies .copyright .templatearea-admin {
      min-height: 1.5em;
      margin-bottom: 0 !important;
      overflow: visible; }
      footer.foot .policies .copyright .templatearea-admin .data-templatearea-content {
        min-height: 1.5em;
        margin-top: 0; }
        footer.foot .policies .copyright .templatearea-admin .data-templatearea-content:empty:after {
          padding: 0 0; }
      footer.foot .policies .copyright .templatearea-admin .data-templatearea-edit {
        padding: 0;
        margin-top: -2px; }
    footer.foot .policies .copyright .templatearea-user .data-templatearea-content {
      margin: 0; }
  footer.foot .about-template .templatearea .data-templatearea-content {
    padding: 0;
    border: none; }
  footer.foot .footer-item {
    margin: 10px 0 0 0; }
    body[dir=rtl] footer.foot .footer-item {
      margin-right: -15px; }
  footer.foot .footer-item-label {
    font-weight: normal;
    font-size: 18px;
    color: #babfc4; }
  footer.foot .links {
    display: inline-block; }
  footer.foot .links li {
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 7px;
    padding-bottom: 7px;
    min-width: 140px; }
    footer.foot .links li:last-child {
      border-bottom: none; }
    footer.foot .links li:first-child {
      border-bottom: 1px solid #a0a0a0; }
  footer.foot .links li a {
    font-size: 16px;
    color: #e1e9f5 !important;
    display: block; }
  footer.foot .left-links-column {
    margin-right: 64px; }
    body[dir=rtl] footer.foot .left-links-column {
      margin-right: 0; }
    footer.foot .left-links-column.left-links-column-single {
      margin-bottom: 0;
      padding-bottom: 0; }
  footer.foot .right-links-column {
    vertical-align: top; }
  footer.foot .powered-by-text, footer.foot .copyright .templatearea .data-templatearea-content {
    color: #babfc4 !important; }
  footer.foot .powered-by-text a {
    color: #fff; }
  footer.foot .about-us-link:hover > .templatearea > .data-templatearea-content {
    color: #e2e2e2 !important; }
  footer.foot .footer-phone-link {
    color: #fff !important;
    font-size: 22px;
    word-break: break-all; }
    footer.foot .footer-phone-link:hover, footer.foot .footer-phone-link:focus {
      text-decoration: none; }
  footer.foot .template-footer-bottom .templatearea, footer.foot .template-footer-top .templatearea {
    margin-top: 10px;
    margin-bottom: 15px !important; }
    footer.foot .template-footer-bottom .templatearea.templatearea-empty, footer.foot .template-footer-top .templatearea.templatearea-empty {
      margin-bottom: 10px !important; }
    footer.foot .template-footer-bottom .templatearea .data-templatearea-content, footer.foot .template-footer-top .templatearea .data-templatearea-content {
      padding: 0;
      color: #babfc4 !important; }
  footer.foot .policy-items li a:hover, footer.foot .links li a:hover, footer.foot .footer-phone-link:hover, footer.foot a:hover {
    color: #e2e2e2 !important;
    text-decoration: none; }

.page-footer {
  margin-top: 20px; }
  .page-footer + .page-footer,
  .container > .page-footer {
    margin: 0; }

.footer-navigation-links .footer-item > div {
  padding-left: 0px; }

.wizard-wrap {
  overflow: hidden; }

.wizard {
  font-size: 0;
  margin: 0 -5px;
  padding: 0 0 25px; }
  @media (max-width: 1199px) {
    .wizard {
      margin: 0; } }
  .wizard .wizard-item {
    font-size: 14px;
    display: inline-block;
    width: 28px;
    text-align: center;
    position: relative; }
    body[dir=rtl] .wizard .wizard-item:first-child .wizard-step:after {
      display: none; }
    body[dir=rtl] .wizard .wizard-item:first-child .wizard-step:before {
      display: block; }
    .wizard .wizard-item:last-child .wizard-step:after {
      display: none; }
    body[dir=rtl] .wizard .wizard-item:last-child .wizard-step:after {
      display: block; }
    body[dir=rtl] .wizard .wizard-item:last-child .wizard-step:before {
      display: none; }
    .wizard .wizard-item .wizard-text {
      margin-top: 15px;
      white-space: nowrap;
      overflow: hidden;
      color: #a3acb4;
      display: block;
      cursor: default;
      text-overflow: ellipsis; }
      .wizard .wizard-item .wizard-text:link, .wizard .wizard-item .wizard-text:visited, .wizard .wizard-item .wizard-text:hover {
        text-decoration: none; }
      .wizard .wizard-item .wizard-text[href] {
        cursor: pointer; }
        .wizard .wizard-item .wizard-text[href]:hover {
          color: #ffdc5f; }
    .wizard .wizard-item .wizard-step {
      width: 28px;
      height: 28px;
      background: #eaebec;
      border-radius: 50%;
      margin: 0 auto;
      display: block;
      cursor: default; }
      .wizard .wizard-item .wizard-step[href] {
        cursor: pointer; }
      .wizard .wizard-item .wizard-step:link, .wizard .wizard-item .wizard-step:visited, .wizard .wizard-item .wizard-step:hover {
        text-decoration: none; }
      .wizard .wizard-item .wizard-step:after, .wizard .wizard-item .wizard-step:before {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        height: 4px;
        background: #eaebec; }
      .wizard .wizard-item .wizard-step:after {
        left: 50%;
        left: calc(50% + 14px);
        right: 0; }
      .wizard .wizard-item .wizard-step:before {
        left: 0;
        right: 50%;
        right: calc(50% + 14px); }
    .wizard .wizard-item.current-before-visited .wizard-step:after {
      background: #d0d0d0 !important; }
    body[dir=rtl] .wizard .wizard-item.current-before-visited .wizard-step:before {
      background: #d0d0d0 !important; }
    .wizard .wizard-item.visited .wizard-step {
      background: #838383;
      border: 7px solid #d0d0d0; }
      .wizard .wizard-item.visited .wizard-step:before {
        background: #d0d0d0; }
      .wizard .wizard-item.visited .wizard-step:after {
        background: #d0d0d0; }
    .wizard .wizard-item.visited.visited-last .wizard-step:after {
      background: #eaebec; }
    body[dir=rtl] .wizard .wizard-item.visited.visited-last .wizard-step:before {
      background: #eaebec; }
    body[dir=rtl] .wizard .wizard-item.visited.visited-last .wizard-step:after {
      background: #d0d0d0; }
    .wizard .wizard-item.active:first-child .wizard-step:before {
      display: none; }
    .wizard .wizard-item.active .wizard-step {
      background: #ffa96b;
      border: 7px solid #ffdc5f;
      z-index: 5; }
      .wizard .wizard-item.active .wizard-step:after {
        background: #ffdc5f; }
      .wizard .wizard-item.active .wizard-step:before {
        background: #ffdc5f; }
    .wizard .wizard-item.active .wizard-text {
      font-weight: bold;
      color: #797b7e; }
    .wizard .wizard-item.active.current a {
      cursor: default;
      text-decoration: none; }
    .wizard .wizard-item.active.current .wizard-step:after {
      background: #eaebec; }
    body[dir=rtl] .wizard .wizard-item.active.current .wizard-step:before {
      background: #eaebec; }
    body[dir=rtl] .wizard .wizard-item.active.current .wizard-step:after {
      background: #ffdc5f !important; }
    .wizard .wizard-item.active.current .wizard-text {
      color: #ffa96b; }

@media (max-width: 767px) {
  .wizard-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaebec;
    margin: 0 0 20px; }
  .wizard {
    margin: 0;
    padding-bottom: 0; }
    .wizard .wizard-item {
      display: none; }
      .wizard .wizard-item .wizard-step {
        display: none; }
      .wizard .wizard-item .wizard-text {
        margin: 0;
        text-align: center !important;
        text-indent: 0 !important; }
      .wizard .wizard-item.current {
        display: block;
        width: 100% !important;
        margin-top: 5px; }
  .wizard-mobile-steps {
    text-align: center;
    color: #a3acb4;
    font-size: 12px;
    margin-top: 3px; }
  .wizard-top-header {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px; } }

.cart-wizard .wizard-item {
  width: 25%; }

#dp-calendar {
  margin-right: 0 !important; }

.datepaginator {
  height: 77px !important;
  margin: 0 0 20px;
  background: #f8f8f8;
  border-radius: 2px; }
  .datepaginator.affix {
    position: static;
    transition: 0.2s ease all; }
  .datepaginator ul > li:first-child {
    position: absolute;
    left: 15px; }
    .datepaginator ul > li:first-child > a {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
  .datepaginator ul > li:last-child {
    position: absolute;
    right: 15px; }
    .datepaginator ul > li:last-child > a {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
  .datepaginator ul > li:nth-last-child(2) > a:before {
    display: none; }
    body[dir=rtl] .datepaginator ul > li:nth-last-child(2) > a:before {
      display: block; }
  body[dir=rtl] .datepaginator ul > li:nth-child(2) > a:before {
    display: none; }
  .datepaginator .pagination {
    margin-left: 80px;
    display: block; }
    body[dir=rtl] .datepaginator .pagination {
      margin-left: 0;
      margin-right: 80px; }
  .datepaginator ul > li > a {
    border: none;
    background: none;
    color: #3f4448;
    position: relative;
    overflow: hidden; }
    .datepaginator ul > li > a.dp-item {
      height: 77px;
      padding: 17px 0 !important;
      font-size: 18px;
      color: #3f4448; }
      .datepaginator ul > li > a.dp-item b {
        font-size: 14px;
        font-weight: normal;
        margin-top: -2px;
        display: block;
        color: #898c8f; }
    .datepaginator ul > li > a.dp-nav {
      border: 1px solid #ebeaea !important;
      background: #ffffff !important;
      height: 77px;
      width: 80px;
      padding: 25px 0 !important;
      z-index: 5; }
      .datepaginator ul > li > a.dp-nav > .icon {
        font-size: 24px;
        color: #3f4448; }
      .datepaginator ul > li > a.dp-nav:before {
        display: none; }
      .datepaginator ul > li > a.dp-nav:hover, .datepaginator ul > li > a.dp-nav:focus {
        background: #ffffff !important; }
        .datepaginator ul > li > a.dp-nav:hover > .icon, .datepaginator ul > li > a.dp-nav:focus > .icon {
          color: #ffdc5f; }
        .datepaginator ul > li > a.dp-nav:hover:after, .datepaginator ul > li > a.dp-nav:hover:before, .datepaginator ul > li > a.dp-nav:focus:after, .datepaginator ul > li > a.dp-nav:focus:before {
          bottom: -3px;
          display: none; }
      .datepaginator ul > li > a.dp-nav.dp-nav-right {
        box-shadow: -30px 2px 100px -20px rgba(0, 0, 0, 0.25); }
      .datepaginator ul > li > a.dp-nav.dp-nav-left {
        box-shadow: 25px 2px 100px -20px rgba(0, 0, 0, 0.25); }
    .datepaginator ul > li > a.dp-today, .datepaginator ul > li > a.dp-off, .datepaginator ul > li > a.dp-selected {
      background: none !important; }
    .datepaginator ul > li > a:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -3px;
      height: 3px;
      background: #ff5a00;
      transition: ease 0.2s all; }
    .datepaginator ul > li > a:before {
      content: '';
      position: absolute;
      right: 0;
      top: 21px;
      width: 1px;
      height: 35px;
      background: #adadad; }
    .datepaginator ul > li > a:hover, .datepaginator ul > li > a:focus {
      background: none !important;
      color: #ffdc5f; }
      .datepaginator ul > li > a:hover > b, .datepaginator ul > li > a:focus > b {
        color: #ffdc5f; }
      .datepaginator ul > li > a:hover:after, .datepaginator ul > li > a:focus:after {
        bottom: 0; }
    .datepaginator ul > li > a.dp-off {
      color: #c3c3c3 !important;
      background: none !important; }
    .datepaginator ul > li > a.dp-today {
      color: #3f4448 !important; }
      .datepaginator ul > li > a.dp-today:hover {
        color: #ffdc5f !important; }
    .datepaginator ul > li > a.dp-selected {
      color: #ffa96b !important; }
      .datepaginator ul > li > a.dp-selected > b {
        color: #ffa96b; }
      .datepaginator ul > li > a.dp-selected:after {
        bottom: 0;
        background: #ffa96b; }
    .datepaginator ul > li > a.dp-divider {
      border-color: transparent !important; }
    .datepaginator ul > li > a.dp-no-select {
      cursor: not-allowed;
      color: #c3c3c3 !important;
      background: none !important;
      box-shadow: none !important;
      transition: ease 0.2s all; }
      .datepaginator ul > li > a.dp-no-select > b {
        color: #c3c3c3; }
      .datepaginator ul > li > a.dp-no-select > .icon {
        color: #c3c3c3; }
      .datepaginator ul > li > a.dp-no-select:hover, .datepaginator ul > li > a.dp-no-select:focus {
        cursor: not-allowed;
        color: #c3c3c3 !important;
        background: none !important;
        box-shadow: none !important; }
        .datepaginator ul > li > a.dp-no-select:hover > .icon, .datepaginator ul > li > a.dp-no-select:focus > .icon {
          color: #c3c3c3; }
      .datepaginator ul > li > a.dp-no-select:after {
        display: none; }

.slick-list {
  margin: 0 -15px; }

.slick-track .slick-slide > div {
  padding: 0 15px; }

.available-classes .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .available-classes .slick-track .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    width: 20%;
    float: none;
    height: auto; }
    .ie9 .available-classes .slick-track .slick-slide {
      float: left; }
    .available-classes .slick-track .slick-slide .col-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .available-classes .slick-track .slick-slide .col-content .col-content-flex {
        -ms-flex-grow: 1;
        -ms-flex-shrink: 0;
        -ms-flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto; }
        .ie9 .available-classes .slick-track .slick-slide .col-content .col-content-flex {
          height: 150px;
          overflow: hidden; }

.slick-arrows .btn {
  border-radius: 0;
  border: 1px solid #ebeaea !important; }
  .slick-arrows .btn > .icon {
    font-size: 24px !important; }

.slick-arrows .btn:hover span {
  color: #048CDD !important; }

.slick-arrows .btn span {
  color: #000 !important; }

.slick-indicator .slick-dots {
  text-align: left;
  position: static;
  margin: 18px 0; }
  [dir=rtl] .slick-indicator .slick-dots {
    text-align: right; }
  .slick-indicator .slick-dots li {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #EFEFEF; }
    .slick-indicator .slick-dots li :first-child {
      margin-left: 0; }
  .slick-indicator .slick-dots .slick-active {
    background: #048CDD; }
  .slick-indicator .slick-dots li button:before {
    content: ''; }

.slick-nav {
  width: 65px;
  height: 59px;
  background: #fff;
  margin-left: 5px; }
  .slick-nav:hover, .slick-nav:active, .slick-nav:visited, .slick-nav:focus {
    border-color: #cfd4d8; }
  [dir=rtl] .slick-nav .icon {
    transform: rotate(180deg);
    display: inline-block; }

.product-previews .slick-prev:before, .product-previews .slick-next:before {
  color: #5E5652 !important; }

.buttons-row {
  text-align: right; }
  .buttons-row.text-left {
    text-align: left; }
  .buttons-row > .btn,
  .buttons-row > form > .btn {
    margin-bottom: 5px; }
  .buttons-row .btn-next,
  .buttons-row > .btn-next,
  .buttons-row > [class*='btn-next'] {
    margin-left: 20px; }

.site-buttons {
  padding: 20px 0; }
  .site-buttons a {
    color: #6A6A6A;
    font-size: 18px;
    padding: 1px 8px;
    border-radius: 0;
    text-align: center;
    background: #FFF; }
    .site-buttons a > .icon {
      font-size: 20px !important; }
    .site-buttons a:hover {
      background: #FFF; }
      .site-buttons a:hover > .icon {
        color: #ffdc5f !important; }
  .site-buttons.in-nav {
    padding: 15px 0; }
  .site-buttons.change-layout-buttons a {
    border: 1px solid transparent;
    background: none; }
    .site-buttons.change-layout-buttons a:hover {
      background: none; }
    .site-buttons.change-layout-buttons a:active, .site-buttons.change-layout-buttons a.active {
      border: 1px solid #d6d6d6;
      box-shadow: none;
      background: none; }
    .site-buttons.change-layout-buttons a > .icon {
      color: #3f4448;
      margin: 0;
      font-size: 20px !important; }

.input-group-btn > .btn {
  height: 34px; }

.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child .btn-group > .btn, .input-group-btn:last-child .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.inline-buttons .btn {
  margin-bottom: 3px; }

.btn:focus {
  outline: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.alert-danger .btn-noty:hover, .alert-danger .btn-noty:focus {
  color: #fa4350; }

.btn {
  padding: 6px 20px; }
  .col-content .btn {
    padding: 6px 12px; }
  .btn.disabled, .btn[disabled] {
    border: 1px solid #eaebec !important; }
  .btn > .icon {
    font-size: 18px;
    line-height: 1;
    color: inherit; }
    .btn > .icon[class^='icon ion-chevron-'] {
      font-size: 11px; }
  .btn.add-to-cart > .icon, .btn.add-passes > .icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .btn.add-to-cart:hover > .ion-ios-cart:before,
  .btn.add-to-cart:focus > .ion-ios-cart:before, .btn.add-passes:hover > .ion-ios-cart:before,
  .btn.add-passes:focus > .ion-ios-cart:before {
    opacity: 0;
    transition-duration: 0.2s;
    animation-name: icon-drop;
    animation-duration: 0.3s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .btn.btn-primary:hover, .btn.btn-checkout:hover, .btn.btn-checkout:focus, .btn.btn-primary:focus, .btn.btn-checkout:focus, .btn.btn-primary:active, .btn.btn-checkout:active {
    color: #ffffff;
    background: #ffdc5f;
    border-color: #ffdc5f; }
  .btn.btn-primary.disabled, .btn.disabled.btn-checkout, .btn.btn-primary.disabled:hover, .btn.disabled.btn-checkout:hover, .btn.disabled.btn-checkout:focus, .btn.btn-primary.disabled:focus, .btn.disabled.btn-checkout:focus, .btn.btn-primary.disabled:active, .btn.disabled.btn-checkout:active, .btn.btn-primary[disabled], .btn[disabled].btn-checkout, .btn.btn-primary[disabled]:hover, .btn[disabled].btn-checkout:hover, .btn[disabled].btn-checkout:focus, .btn.btn-primary[disabled]:focus, .btn[disabled].btn-checkout:focus, .btn.btn-primary[disabled]:active, .btn[disabled].btn-checkout:active {
    color: #ffffff !important;
    background: #ffb885;
    border: #ffb885; }
  .btn.btn-default .icon {
    color: #3f4448;
    font-size: 16px;
    margin-right: 4px; }
  .btn.btn-default:hover, .btn.btn-default:focus {
    color: #ffdc5f;
    background: #ffffff; }
    .btn.btn-default:hover > .icon, .btn.btn-default:focus > .icon {
      color: #ffdc5f; }
  .btn.btn-default.btn-up, .btn.btn-default.btn-down {
    padding: 6px 11px;
    background: #ffffff;
    border-color: #eaebec;
    color: #6b6b6b; }
    .btn.btn-default.btn-up > .icon, .btn.btn-default.btn-down > .icon {
      font-size: 13px;
      color: #6b6b6b; }
    .btn.btn-default.btn-up:hover, .btn.btn-default.btn-up:focus, .btn.btn-default.btn-down:hover, .btn.btn-default.btn-down:focus {
      background: #ffffff !important;
      color: #ffdc5f !important; }
      .btn.btn-default.btn-up:hover .icon, .btn.btn-default.btn-up:focus .icon, .btn.btn-default.btn-down:hover .icon, .btn.btn-default.btn-down:focus .icon {
        color: #ffdc5f !important; }
  .btn.btn-default.btn-down {
    border-right-width: 0; }
  .btn.btn-default.btn-up {
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btn.btn-nav {
    text-decoration: none;
    color: #ffa96b;
    padding-left: 0; }
    .btn.btn-nav > .icon {
      font-size: 16px;
      margin-right: 3px; }
    .btn.btn-nav:hover, .btn.btn-nav:focus {
      color: #ffdc5f; }
      .btn.btn-nav:hover > .icon, .btn.btn-nav:focus > .icon {
        color: #ffdc5f; }
  .btn.btn-link.btn-link-gray {
    text-decoration: none;
    color: #74777A;
    padding-left: 0;
    text-align: left; }
    .btn.btn-link.btn-link-gray > .icon {
      color: #74777A; }
    .btn.btn-link.btn-link-gray:hover, .btn.btn-link.btn-link-gray:focus {
      color: #ffdc5f; }
      .btn.btn-link.btn-link-gray:hover > .icon, .btn.btn-link.btn-link-gray:focus > .icon {
        color: #ffdc5f; }

.btn-link-first {
  padding-left: 0; }

.pass-remove-btn {
  color: red;
  position: absolute;
  top: 7px;
  right: 15px; }
  .pass-remove-btn:hover, .pass-remove-btn:focus {
    color: red;
    position: absolute;
    top: 7px;
    right: 15px; }

.btn-file {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100px;
  cursor: pointer;
  padding: 5px 10px; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: pointer;
    display: block; }

.dropdown-menu, .filemanager-contextmenu {
  padding: 0;
  border: 1px solid #e2e2e2 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  background: #FFF;
  position: absolute;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  right: 0; }
  .dropdown-menu > li, .filemanager-contextmenu > li {
    padding-left: 0;
    position: relative; }
    .dropdown-menu > li:before, .filemanager-contextmenu > li:before {
      content: '';
      height: 1px;
      width: 35px;
      background: #FFF;
      position: absolute;
      left: 0;
      bottom: -1px;
      z-index: 2; }
    .dropdown-menu > li > span, .filemanager-contextmenu > li > span {
      display: block;
      cursor: pointer; }
    .dropdown-menu > li > a, .filemanager-contextmenu > li > a,
    .dropdown-menu > li > span, .filemanager-contextmenu > li > span {
      padding: 10px 10px 10px 35px;
      position: relative; }
      .dropdown-menu > li > a:after, .filemanager-contextmenu > li > a:after,
      .dropdown-menu > li > span:after, .filemanager-contextmenu > li > span:after {
        content: '';
        display: block;
        position: absolute;
        right: -6px;
        top: 0;
        bottom: 0;
        transition: ease 0.2s all;
        border-right: 3px solid #ff5a00; }
      .dropdown-menu > li > a:hover, .filemanager-contextmenu > li > a:hover, .dropdown-menu > li > a:focus, .filemanager-contextmenu > li > a:focus,
      .dropdown-menu > li > span:hover, .filemanager-contextmenu > li > span:hover,
      .dropdown-menu > li > span:focus, .filemanager-contextmenu > li > span:focus {
        background: none;
        color: #ffa96b;
        position: relative; }
        .dropdown-menu > li > a:hover:after, .filemanager-contextmenu > li > a:hover:after, .dropdown-menu > li > a:focus:after, .filemanager-contextmenu > li > a:focus:after,
        .dropdown-menu > li > span:hover:after, .filemanager-contextmenu > li > span:hover:after,
        .dropdown-menu > li > span:focus:after, .filemanager-contextmenu > li > span:focus:after {
          right: 0;
          transition: ease 0.2s all; }
      .dropdown-menu > li > a > .icon, .filemanager-contextmenu > li > a > .icon,
      .dropdown-menu > li > span > .icon, .filemanager-contextmenu > li > span > .icon {
        margin-right: 5px; }
  .dropdown-menu > li.active > a, .filemanager-contextmenu > li.active > a, .dropdown-menu > li.active > a:hover, .filemanager-contextmenu > li.active > a:hover, .dropdown-menu > li.active > a:focus, .filemanager-contextmenu > li.active > a:focus,
  .dropdown-menu > li.active > span, .filemanager-contextmenu > li.active > span, .dropdown-menu > li.active > span:hover, .filemanager-contextmenu > li.active > span:hover, .dropdown-menu > li.active > span:focus, .filemanager-contextmenu > li.active > span:focus {
    background: none;
    color: #ffa96b;
    border-right: 3px solid #ffa96b; }
    .dropdown-menu > li.active > a:after, .filemanager-contextmenu > li.active > a:after, .dropdown-menu > li.active > a:hover:after, .filemanager-contextmenu > li.active > a:hover:after, .dropdown-menu > li.active > a:focus:after, .filemanager-contextmenu > li.active > a:focus:after,
    .dropdown-menu > li.active > span:after, .filemanager-contextmenu > li.active > span:after, .dropdown-menu > li.active > span:hover:after, .filemanager-contextmenu > li.active > span:hover:after, .dropdown-menu > li.active > span:focus:after, .filemanager-contextmenu > li.active > span:focus:after {
      display: none; }
  .dropdown-menu > li + li > a, .filemanager-contextmenu > li + li > a,
  .dropdown-menu > li + li > span, .filemanager-contextmenu > li + li > span {
    border-top: 1px solid #E1E1E1; }

.language-dropdown-link > a {
  line-height: 22px !important; }

.grid-container {
  overflow: hidden; }
  .grid-container.widget-list-container {
    overflow: visible; }

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px; }
  .grid > [class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    width: 100%;
    padding: 30px;
    padding-right: 0; }
    .grid > [class*='col-'] > .col-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .grid > [class*='col-'] > .col-content .col-content-flex {
        -ms-flex-grow: 1;
        -ms-flex-shrink: 0;
        -ms-flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto; }
        .ie9 .grid > [class*='col-'] > .col-content .col-content-flex {
          height: 150px;
          overflow: hidden; }
  .grid.grid-with-separator {
    border-bottom: 1px #ffffff;
    margin-bottom: -1px; }
    .grid.grid-with-separator > [class*='col-'] {
      border-bottom: 1px solid #eaebec; }
  .grid.grid-view {
    margin-top: -15px; }
  .grid.widget-list {
    margin-top: 0;
    margin-bottom: 50px;
    height: auto !important;
    margin-left: -25px; }
    .grid.widget-list .item {
      padding: 25px;
      padding-bottom: 0;
      padding-right: 0; }
      .grid.widget-list .item .item-image-link img {
        border-radius: 0; }

.ie9 .grid > [class*="col-"] {
  display: inline-block; }

@media (min-width: 395px) and (max-width: 991px) {
  .grid > .col-4 {
    width: 50%; }
  .grid > .col-3 {
    width: 50%; }
  .grid > .col-6 {
    width: 50%; }
  .ie9 .grid > .col-4 {
    width: 48%; }
  .ie9 .grid > .col-3 {
    width: 48%; }
  .ie9 .grid > .col-6 {
    width: 48%; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .grid > .col-4 {
    width: 33.333333%; }
  .grid > .col-3 {
    width: 33.333333%; }
  .grid > .col-6 {
    width: 50%; }
  .ie9 .grid > .col-4 {
    width: 48%; }
  .ie9 .grid > .col-3 {
    width: 48%; }
  .ie9 .grid > .col-6 {
    width: 48%; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .grid > .col-4 {
    width: 50%; }
  .grid > .col-3 {
    width: 33.333333%; }
  .grid > .col-12 {
    width: 100%; }
  .ie9 .grid > .col-4 {
    width: 48%; }
  .ie9 .grid > .col-3 {
    width: 32.5%; }
  .ie9 .grid > .col-12 {
    width: 100%; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1300px) {
  .grid > .col-4 {
    width: 33.3333%; }
  .grid > .col-3 {
    width: 25%; }
  .grid > .col-12 {
    width: 100%; }
  .ie9 .grid > .col-4 {
    width: 32.5%; }
  .ie9 .grid > .col-3 {
    width: 24.5%; }
  .ie9 .grid > .col-12 {
    width: 100%; } }

.item-event-wrap {
  padding-bottom: 20px; }

.item {
  margin-bottom: 0; }
  .item.grid-view-item .item-image-link {
    height: auto;
    display: block; }
    .item.grid-view-item .item-image-link > img {
      margin: 0;
      top: 0;
      border-radius: 0;
      transform: none;
      border: 1px solid #DADDDF; }
  .item .item-times-title {
    font-size: 16px; }
  .item .item-image-link {
    display: block;
    position: relative; }
    .item .item-image-link > img {
      -webkit-transform: translate3d(0, 0, 0);
      width: auto;
      max-width: 100%;
      display: block;
      margin: 0 auto;
      position: relative;
      border-radius: 3px;
      text-align: center; }
      .item .item-image-link > img.centered-image {
        width: auto;
        margin: 0 auto; }
    .item .item-image-link.no-rounded-corners > img {
      border-radius: 0; }
    .item .item-image-link .item-image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      transition: ease 0.2s all;
      border-radius: 2px;
      margin-bottom: 0; }
      .item .item-image-link .item-image-overlay > img {
        border-radius: 2px; }
      .item .item-image-link .item-image-overlay .item-image-empty-child-text {
        display: none; }
      .item .item-image-link .item-image-overlay .item-image-overlay-buttons {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        text-align: center; }
        .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-checkbox {
          position: absolute;
          left: 0;
          top: 0;
          background: #FFF;
          padding: 0 1px 1px 1px; }
        .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions {
          position: absolute;
          top: 40%;
          top: calc(50% - 20px);
          right: 0;
          left: 0;
          display: none;
          transition: ease 0.2s all; }
        .item .item-image-link .item-image-overlay .item-image-overlay-buttons a {
          color: #FFF;
          padding: 8px 0;
          width: 38px;
          text-align: center;
          border: 1px solid #FFF;
          display: inline-block;
          border-radius: 2px;
          cursor: pointer;
          text-decoration: none; }
          .item .item-image-link .item-image-overlay .item-image-overlay-buttons a + a {
            margin-left: 8px; }
          .item .item-image-link .item-image-overlay .item-image-overlay-buttons a > .icon {
            font-size: 14px; }
          .item .item-image-link .item-image-overlay .item-image-overlay-buttons a:hover {
            opacity: .7; }
      @media (max-width: 767px) {
        .item .item-image-link .item-image-overlay, .item .item-image-link .item-image-overlay:hover {
          top: auto;
          height: 50px;
          border-top: 1px solid #eaebec;
          text-align: center;
          border-radius: 0;
          background: #f8f8f8 !important; }
          .item .item-image-link .item-image-overlay .item-image-overlay-buttons, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons {
            left: 5px;
            right: 5px;
            top: 0;
            bottom: 0; }
            .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-baby-checkbox, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-baby-checkbox {
              top: 15px;
              left: 8px; }
            .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-image-overlay-actions {
              display: block;
              right: 0;
              left: 0;
              top: calc(50% - 18px); }
              .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions a, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-image-overlay-actions a {
                width: 34px;
                padding: 5px 0;
                border-color: #eaebec;
                background: #FFF;
                line-height: 1.6; }
                .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions a > .icon, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-image-overlay-actions a > .icon {
                  color: #a3acb4;
                  font-size: 18px; }
                .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions a:hover, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-image-overlay-actions a:hover {
                  border-color: #ffdc5f;
                  opacity: 1; }
                  .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions a:hover > .icon, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-image-overlay-actions a:hover > .icon {
                    color: #ffdc5f; }
                .item .item-image-link .item-image-overlay .item-image-overlay-buttons .item-image-overlay-actions a + a, .item .item-image-link .item-image-overlay:hover .item-image-overlay-buttons .item-image-overlay-actions a + a {
                  margin-left: 2px; } }
  .item .item-event-info {
    color: #626262; }
    .item .item-event-info strong {
      color: #333; }
  .item .item-rating {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #d6d6d6;
    margin-right: 5px; }
    .item .item-rating:empty {
      padding: 0;
      margin: 0;
      border: none; }
  .item .item-title {
    margin: 15px 0 15px;
    display: block;
    font-size: 16px;
    word-break: break-word; }
    .item .item-title.title-top {
      margin: 0;
      margin-bottom: 5px;
      display: block; }
    .item .item-title .item-format-logo {
      max-width: 50px; }
    .item .item-title.item-movie-title {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 10px; }
  .item .item-description {
    margin: 0 0 15px;
    color: #a3acb4;
    word-break: break-word; }
    .item .item-description:empty {
      margin: 0; }
    .item .item-description.item-description-topline {
      border-top: 1px solid #e1e2e3;
      padding-top: 10px; }
  .item .item-help {
    padding: 5px 0;
    text-align: left;
    color: #a9a9a9;
    font-size: 90%; }
  .item .item-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0; }
  .item .item-selected-time {
    background: #f8f8f8;
    padding: 10px 0;
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    margin: 15px 0 5px; }
    .item .item-selected-time .datetime {
      padding: 8px 0;
      font-weight: bold; }
  .item .item-tickets {
    padding-top: 0; }
    .item .item-tickets .row {
      margin: 0 -10px; }
  .item .item-info {
    color: #a3acb4; }
  .item .item-inset-list {
    margin: 0 0 15px; }
    .item .item-inset-list ul {
      padding: 0;
      list-style-type: none; }
      .item .item-inset-list ul > li {
        padding-bottom: 5px;
        padding-left: 18px;
        position: relative; }
        .item .item-inset-list ul > li:before {
          content: '\2013';
          width: 13px;
          display: block;
          overflow: hidden;
          vertical-align: top;
          color: #E2E2E2;
          margin-right: 3px;
          position: absolute;
          left: 0;
          top: 0;
          line-height: 1.2; }
        .item .item-inset-list ul > li.highlighted,
        .item .item-inset-list ul > li.highlighted > strong {
          color: #ff5a00; }
  .item .item-format-logo {
    max-width: 55px;
    width: 100%; }
    .item .item-format-logo.mobile {
      max-width: 100%;
      max-height: 38px;
      width: auto; }
  .item .item-times .item-times-instructor {
    margin: 15px 0 10px; }
    .item .item-times .item-times-instructor span {
      color: #BEBEBE; }
  .item .item-tickets-mobile {
    margin-top: 0;
    padding-top: 5px; }
  .item .item-ticket {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5px 10px 5px 0;
    font-size: 14px; }
    .item .item-ticket svg {
      float: left; }
    .item .item-ticket .item-ticket-title {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 5px;
      color: #646464;
      font-weight: bold;
      text-align: center;
      transition: all 0.15s ease-in; }
    .item .item-ticket.item-ticket-class .item-ticket-title {
      padding: 7px 5px 10px; }
    .item .item-ticket .ticket-image {
      transition: all 0.15s ease-in;
      fill: #e4e7e9; }
    .item .item-ticket.selected .item-ticket-title, .item .item-ticket.selected:hover .item-ticket-title, .item .item-ticket.selected:focus .item-ticket-title {
      color: #ffffff; }
    .item .item-ticket.selected .ticket-image, .item .item-ticket.selected:hover .ticket-image, .item .item-ticket.selected:focus .ticket-image {
      fill: #ff5a00; }
    .item .item-ticket:hover .item-ticket-title, .item .item-ticket:focus .item-ticket-title {
      color: #ffffff; }
    .item .item-ticket:hover .ticket-image, .item .item-ticket:focus .ticket-image {
      fill: #ffdc5f; }
    .item .item-ticket.disabled, .item .item-ticket.disabled:hover, .item .item-ticket.disabled:focus {
      cursor: not-allowed; }
      .item .item-ticket.disabled .ticket-image, .item .item-ticket.disabled:hover .ticket-image, .item .item-ticket.disabled:focus .ticket-image {
        fill: #efefef; }
      .item .item-ticket.disabled .item-ticket-title, .item .item-ticket.disabled:hover .item-ticket-title, .item .item-ticket.disabled:focus .item-ticket-title {
        color: #d4d4d4; }
    .item .item-ticket.inactive {
      opacity: 0.65; }
  .item .item-tags {
    color: #333333; }
    .item .item-tags .item-tag {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
      .item .item-tags .item-tag a {
        color: #3f4448; }
        .item .item-tags .item-tag a .icon {
          color: #6b6b6b;
          font-size: 14px; }
      [dir=rtl] .item .item-tags .item-tag {
        margin-right: 0;
        margin-left: 10px; }
  .item:hover .item-image-link .item-image-overlay {
    background: rgba(63, 68, 72, 0.7); }
  .item:hover .item-image-link .item-image-overlay-buttons .item-image-overlay-actions {
    display: block; }
  .item.item-logo {
    margin: 0 auto -20px; }
    .item.item-logo .item-image-link {
      min-height: 220px; }
    .item.item-logo .item-title {
      margin: 15px 0 7px; }
  .item.item-popover {
    margin: 0;
    padding: 0; }
    .item.item-popover .item-image-link {
      margin: 0; }
      .item.item-popover .item-image-link img {
        border-radius: 0; }
    .item.item-popover div.item-title {
      font-size: 18px;
      margin: 15px 0 5px;
      color: #3f4448;
      display: block; }
      .item.item-popover div.item-title span.text {
        white-space: normal;
        overflow: hidden;
        display: block;
        vertical-align: top; }
      .item.item-popover div.item-title span.movie-logo {
        float: right;
        width: 85px;
        text-align: right; }
        .item.item-popover div.item-title span.movie-logo .item-format-logo {
          width: auto;
          max-height: 30px;
          max-width: 80px;
          position: relative; }
    .item.item-popover .item-description {
      color: #3f4448;
      margin: 20px 0 15px;
      max-height: 6.9em;
      overflow: hidden; }
      .item.item-popover .item-description:empty {
        padding: 10px 0;
        margin: 0; }
    .item.item-popover .item-popover-image {
      width: 130px;
      margin-right: -130px;
      float: left; }
    .item.item-popover .item-popover-content {
      margin-left: 155px;
      width: auto; }

.grid .widget-item-placeholder {
  margin: 24px 0 0 24px;
  padding: 0 !important;
  background: none; }

.grid .widget-item {
  margin-bottom: 0;
  position: relative; }
  .grid .widget-item .item-title {
    font-size: 18px; }
  .grid .widget-item .item-image-link {
    background: #FBFBFB;
    height: auto;
    max-height: 330px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 66px -29px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 66px -29px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 66px -29px rgba(0, 0, 0, 0.5); }
    .grid .widget-item .item-image-link .item-image-link-overlay {
      transition: ease 0.2s all;
      opacity: 0; }
    .grid .widget-item .item-image-link .item-image-controls {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      padding: 0;
      overflow: hidden;
      white-space: nowrap;
      background: rgba(255, 169, 107, 0.9);
      background: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #ffa96b), color-stop(0.405, rgba(255, 169, 107, 0.9)), color-stop(0.8, transparent), color-stop(1, transparent));
      background: -webkit-linear-gradient(left, #ffa96b 0%, rgba(255, 169, 107, 0.9) 40.5%, transparent 80%, transparent 100%);
      background: linear-gradient(to right, #ffa96b 0%, rgba(255, 169, 107, 0.9) 40.5%, transparent 80%, transparent 100%);
      background: -mslinear-gradient(left, #ffa96b 0%, rgba(255, 169, 107, 0.9) 40.5%, transparent 80%, transparent 100%);
      font-size: 0; }
      .grid .widget-item .item-image-link .item-image-controls .data {
        padding: 20px 0 20px 40px;
        width: 60%;
        white-space: normal;
        display: inline-block;
        vertical-align: bottom; }
        body[dir=rtl] .grid .widget-item .item-image-link .item-image-controls .data {
          padding: 20px 40px 20px 0; }
        .grid .widget-item .item-image-link .item-image-controls .data .title {
          color: #FFF;
          font-size: 24px; }
        .grid .widget-item .item-image-link .item-image-controls .data .description {
          color: #FFF;
          font-size: 14px;
          line-height: 19px; }
      .grid .widget-item .item-image-link .item-image-controls .button {
        width: 40%;
        padding: 20px 0;
        padding-right: 40px;
        font-size: 14px;
        text-align: right;
        display: inline-block; }
  .grid .widget-item .drag-handle {
    margin: 0;
    position: absolute;
    left: 40px;
    top: 40px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #3f4448;
    padding: 8px 12px;
    border-radius: 2px;
    line-height: 1;
    z-index: 10;
    box-shadow: 0px 0px 1px #aeaeae;
    opacity: 0;
    transition: ease 0.2s all; }
    .grid .widget-item .drag-handle:focus, .grid .widget-item .drag-handle:active, .grid .widget-item .drag-handle:hover {
      margin: 0;
      position: absolute;
      background: #ffffff;
      border: 1px solid #ffffff;
      color: #ffdc5f;
      line-height: 1; }
      .grid .widget-item .drag-handle:focus + .item-image-link .item-image-link-overlay, .grid .widget-item .drag-handle:active + .item-image-link .item-image-link-overlay, .grid .widget-item .drag-handle:hover + .item-image-link .item-image-link-overlay {
        background: rgba(0, 99, 190, 0.5);
        opacity: 1;
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .grid .widget-item:hover .drag-handle {
    opacity: 1; }
  .grid .widget-item.ui-sortable-helper .item-image-link-overlay {
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.grid .item-horizontal {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0; }
  .grid .item-horizontal .item-image-link-horizontal {
    display: block; }
    .grid .item-horizontal .item-image-link-horizontal > img {
      border: 1px solid #e3e3e3;
      width: 100%;
      min-width: 75px;
      margin: 10px 0; }
  .grid .item-horizontal .item-title {
    margin: 0; }
  .grid .item-horizontal:last-child {
    padding-bottom: 30px; }
    .grid .item-horizontal:last-child .col-content {
      border-bottom: 1px solid #e2e2e2; }
  .grid .item-horizontal:first-child {
    padding-top: 30px;
    padding-bottom: 0; }
    .grid .item-horizontal:first-child .col-content {
      border-top: 1px solid #e2e2e2; }

.grid .sidebar-item {
  padding-bottom: 0;
  margin-bottom: 10px; }
  .grid .sidebar-item .item-sidebar-image-link {
    text-align: center; }
    .grid .sidebar-item .item-sidebar-image-link > img {
      max-width: 100%;
      width: auto; }
  .grid .sidebar-item .item-description {
    padding-top: 5px;
    margin-bottom: 5px;
    max-height: 80px;
    overflow: hidden; }

.grid .col-content-fixed .item-description {
  height: 3em;
  overflow: hidden; }

.widget-list-container.widget-list-dragging .widget-item.widget-item-placeholder {
  border: 1px solid #eaebec;
  border-image: url(img/border-image-active.png) 1 round;
  display: table-cell;
  vertical-align: middle;
  position: relative; }
  .widget-list-container.widget-list-dragging .widget-item.widget-item-placeholder:after {
    display: block;
    content: attr(data-text);
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 50%;
    top: calc(50% - 10px);
    color: #a1de85;
    font-weight: 100;
    font-size: 18px; }

.widget-list-container.widget-list-dragging .widget-item .col-content {
  background: #ffffff; }

.widget-list-container.widget-list-dragging .widget-item .item-image-link {
  border: 1px solid #eaebec;
  border-image: url(img/border-image.png) 1 round; }

.widget-list-container.widget-list-dragging .widget-item .item-image-link-overlay {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.widget-list-container.widget-list-dragging .widget-item.ui-sortable-helper .item-image-link {
  border-image: initial; }

.widget-list-container.widget-list-dragging .widget-item.ui-sortable-helper .item-image-link-overlay {
  background: rgba(0, 99, 190, 0.5); }

.class-item .item-times > div {
  display: inline; }

.class-item .item-ticket .item-ticket-title {
  padding: 7px 5px 10px; }

.single-item .item-title {
  font-weight: bold; }

.single-item .single-item-thumbs {
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  width: 75px; }
  .single-item .single-item-thumbs .single-item-thumb {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 62px;
    padding: 2px;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent; }
    .single-item .single-item-thumbs .single-item-thumb img {
      max-width: 100%;
      max-height: 100%;
      position: relative;
      display: inline-block; }
    .single-item .single-item-thumbs .single-item-thumb:hover, .single-item .single-item-thumbs .single-item-thumb:focus {
      border: 2px solid #ffdc5f; }
    .single-item .single-item-thumbs .single-item-thumb.active, .single-item .single-item-thumbs .single-item-thumb.active:hover, .single-item .single-item-thumbs .single-item-thumb.active:focus {
      border: 2px solid #ff5a00; }
  @media screen and (max-width: 768px) {
    .single-item .single-item-thumbs.thumbs-modal {
      width: 100%; } }

.single-item .single-item-description {
  color: #3f4448;
  margin: 13px 0; }

.single-item .single-item-price {
  color: #ffa96b;
  font-size: 26px; }

.single-item .single-item-image {
  margin-bottom: 13px; }
  .single-item .single-item-image.single-item-image-fixed-height {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .single-item .single-item-image.single-item-image-fixed-height, .single-item .single-item-image.single-item-image-fixed-height img {
        height: auto; } }
  .single-item .single-item-image .image-link,
  .single-item .single-item-image .single-image-link {
    display: block; }
    .single-item .single-item-image .image-link > img,
    .single-item .single-item-image .single-image-link > img {
      display: block;
      transition: ease 0.2s all;
      margin: 0 auto; }
    .single-item .single-item-image .image-link.single-image-link-with-thumbs,
    .single-item .single-item-image .single-image-link.single-image-link-with-thumbs {
      display: inline-block;
      vertical-align: top;
      width: 80%;
      width: calc(100% - 80px); }

.single-item .single-item-controls {
  margin-bottom: 20px;
  padding-top: 7px; }
  .single-item .single-item-controls .input-group-quantity {
    float: right;
    max-width: 100px; }
  .single-item .single-item-controls .btn-next {
    float: right;
    margin-left: 20px; }

.group-description {
  padding-right: 40px;
  padding-bottom: 15px;
  line-height: 1.5; }

.membership-required h4 {
  color: #fa4350; }

.add-membership {
  display: inline-block;
  margin: 0 15px; }

.movies .item-image-link-horizontal > img {
  max-width: 75px; }

.movies .movie .item-description {
  color: #585858; }

.movies .movie .item-image-link {
  margin-top: 0;
  height: auto; }
  .movies .movie .item-image-link > img {
    max-height: 100%;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
    top: 0; }

.movies .movie .item-tickets {
  padding-top: 20px;
  padding-bottom: 10px; }

.movies .movie.single-item .item-title {
  display: block; }
  .movies .movie.single-item .item-title.item-movie-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px; }

.movies .movie.single-item .item-description {
  color: #3f4448;
  padding: 10px 0; }

.movies .movie.single-item .movie-shows {
  padding-top: 0;
  margin-top: 20px; }

.movies .movies-titles {
  margin-bottom: 15px;
  color: #a3acb4; }

.movies .visible-table .item-title,
.movies .movies-titles .item-title {
  display: inline-block; }

.movies .visible-table table,
.movies .movies-titles table {
  margin-bottom: 0; }
  .movies .visible-table table tbody > tr > td,
  .movies .movies-titles table tbody > tr > td {
    vertical-align: middle;
    padding: 0;
    border: none; }
    .movies .visible-table table tbody > tr > td.visible-table-image,
    .movies .movies-titles table tbody > tr > td.visible-table-image {
      width: 95px; }
    .movies .visible-table table tbody > tr > td.visible-table-title,
    .movies .movies-titles table tbody > tr > td.visible-table-title {
      width: 255px; }
    .movies .visible-table table tbody > tr > td.visible-table-format,
    .movies .movies-titles table tbody > tr > td.visible-table-format {
      width: 150px; }

.movies .col-content .row > div {
  padding-top: 10px;
  padding-bottom: 10px; }
  .movies .col-content .row > div:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.movies .col-content .visible-grid .row > div {
  padding-top: 0;
  padding-bottom: 0; }
  .movies .col-content .visible-grid .row > div .item-title.title-top {
    margin-top: 15px; }

.movies .col-content .visible-table {
  min-height: 130px; }

.movies .movie-shows {
  margin-top: 10px;
  padding-top: 25px; }

h2.title-decorated {
  font-size: 18px;
  position: relative;
  padding: 0 0 10px;
  line-height: 1.1;
  font-weight: bold;
  margin: 30px 0 30px; }
  h2.title-decorated:before {
    display: block;
    width: 90px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffdc5f; }
    body[dir=rtl] h2.title-decorated:before {
      left: auto;
      right: 0; }

.classes .classes-titles {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #a3acb4; }
  .classes .classes-titles .classes-sort-by-instructor,
  .classes .classes-titles .classes-sort-by-time {
    cursor: pointer;
    user-select: none; }
    .classes .classes-titles .classes-sort-by-instructor .icon,
    .classes .classes-titles .classes-sort-by-time .icon {
      display: none;
      margin-left: 3px; }
    .classes .classes-titles .classes-sort-by-instructor[data-sort='asc'] .icon-down,
    .classes .classes-titles .classes-sort-by-time[data-sort='asc'] .icon-down {
      display: inline-block; }
    .classes .classes-titles .classes-sort-by-instructor[data-sort='desc'] .icon-up,
    .classes .classes-titles .classes-sort-by-time[data-sort='desc'] .icon-up {
      display: inline-block; }

.classes .class-item .item-title,
.classes .class-item .item-instructor,
.classes .class-item .item-arrow {
  padding: 11px 0; }

.classes .class-item > .col-content .row > div {
  padding-top: 15px;
  padding-bottom: 13px; }

.classes .class-item .class-slots {
  font-size: 0; }

.classes .classes-instructors .grid .item {
  padding-top: 0; }

.classes .classes-recent .classes-recent-time,
.classes .classes-instructors .classes-recent-time {
  background: #ffdc5f;
  color: #FFF;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  height: 160px; }
  .classes .classes-recent .classes-recent-time b,
  .classes .classes-instructors .classes-recent-time b {
    font-size: 24px; }

.classes .classes-recent .classes-recently-trending,
.classes .classes-instructors .classes-recently-trending {
  max-width: 450px;
  margin: 0 auto; }

.classes .classes-recent .classes-recent-info,
.classes .classes-instructors .classes-recent-info {
  padding: 20px 15px; }
  .classes .classes-recent .classes-recent-info div,
  .classes .classes-instructors .classes-recent-info div {
    margin: 8px 0; }
  .classes .classes-recent .classes-recent-info .classes-recent-instructor,
  .classes .classes-instructors .classes-recent-info .classes-recent-instructor {
    color: #a3acb4; }

.classes .classes-recent .classes-recent-desc,
.classes .classes-instructors .classes-recent-desc {
  padding: 20px 10px; }
  .classes .classes-recent .classes-recent-desc .classes-recent-text,
  .classes .classes-instructors .classes-recent-desc .classes-recent-text {
    margin-bottom: 10px;
    font-size: 14px;
    color: #585858;
    max-height: 95px;
    overflow: hidden; }
  .classes .classes-recent .classes-recent-desc .classes-recent-button,
  .classes .classes-instructors .classes-recent-desc .classes-recent-button {
    text-align: right; }

.classes .classes-recent .grid .item,
.classes .classes-instructors .grid .item {
  padding-top: 0; }
  .classes .classes-recent .grid .item .item-title,
  .classes .classes-instructors .grid .item .item-title {
    margin: 10px 0; }
  .classes .classes-recent .grid .item .item-description,
  .classes .classes-instructors .grid .item .item-description {
    max-height: 75px;
    overflow: hidden; }

.classes .trending-class-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.buy-class.btn.inactive {
  opacity: 0.65; }

.buy-class.btn.disabled {
  opacity: 0.35; }

.item-event-extra-wrap {
  padding-bottom: 30px; }

.item-event .item-event-extra-image {
  display: block;
  text-align: center; }
  .item-event .item-event-extra-image > img {
    margin: 0 auto;
    display: block;
    overflow: hidden; }

.item-event.item-event-extra {
  border-bottom: 1px solid #ffffff; }
  .item-event.item-event-extra .package-modifiers {
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 15px; }
    .item-event.item-event-extra .package-modifiers .modifier-header-top {
      padding-top: 0; }
    .item-event.item-event-extra .package-modifiers .modifier {
      margin-bottom: 15px; }
    .item-event.item-event-extra .package-modifiers.modifier-items-container.modifier-items-container-empty {
      padding: 0; }
  .item-event.item-event-extra .item-event-row {
    border-bottom: 1px solid #eaebec;
    padding: 8px 0;
    overflow: hidden; }
    .item-event.item-event-extra .item-event-row .item-event-data-cols {
      white-space: nowrap; }
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-image-col,
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-count-col,
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-title-col {
        vertical-align: middle;
        display: inline-block; }
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-count-col {
        width: 100px;
        margin-left: 1px; }
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-title-col {
        white-space: normal;
        padding-right: 85px; }
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-image-col {
        min-height: 70px;
        margin-left: 16px; }
        .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-image-col.with-any-item-image {
          margin-left: 21px;
          margin-right: 21px;
          width: 70px; }
      .item-event.item-event-extra .item-event-row .item-event-data-cols .item-event-extra-image > img {
        width: 70px; }
    .item-event.item-event-extra .item-event-row .item-event-price-col {
      color: #3f4448;
      padding: 26px 0 0 0;
      font-weight: bold; }
    .item-event.item-event-extra .item-event-row .item-event-data-table {
      width: 100%;
      margin-left: 15px; }
      .item-event.item-event-extra .item-event-row .item-event-data-table td {
        vertical-align: top; }
      .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-data {
        width: 100px; }
      .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-title {
        padding-left: 8px; }
        .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-title .without-item-image {
          padding-top: 7px; }
      .item-event.item-event-extra .item-event-row .item-event-data-table.item-event-price {
        padding-left: 8px; }
      .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-extra-image > img {
        width: 100px;
        margin-bottom: 8px; }
      .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-price-col {
        color: #3f4448;
        padding-right: 30px;
        font-weight: bold; }
        .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-price-col.with-item-image {
          padding-top: 115px; }
        .item-event.item-event-extra .item-event-row .item-event-data-table .item-event-price-col.without-item-image {
          padding-top: 7px; }

.item-event .item-image-link > img {
  border-radius: 0; }

.item-event .item-title {
  font-weight: bold; }

.item-event .item-description {
  color: #3f4448;
  margin: 25px 0 20px; }

.item-event .item-price-list {
  position: relative; }
  .item-event .item-price-list > div {
    margin-bottom: 5px; }
    .item-event .item-price-list > div.item-price-basic .big-price {
      font-size: 30px;
      color: #ffa96b;
      font-weight: normal; }
  .item-event .item-price-list .item-pricing-modal {
    position: absolute;
    top: 2px;
    right: 0; }
    body[dir=rtl] .item-event .item-price-list .item-pricing-modal {
      left: 0;
      right: auto; }
    .item-event .item-price-list .item-pricing-modal .btn {
      padding: 0; }

.item-event .item-attenders-title {
  margin-bottom: 15px;
  font-size: 16px; }

.item-event .item-attenders-controls label {
  display: block;
  color: #a3acb4;
  font-weight: normal; }

.item-event .item-attenders-controls .input-group-quantity {
  float: left;
  max-width: 100px; }

.item-event .item-event-step {
  text-align: center;
  color: #B2B2B2;
  font-size: 16px; }
  .item-event .item-event-step > a {
    color: #B2B2B2; }
    .item-event .item-event-step > a:hover, .item-event .item-event-step > a:focus {
      color: #ffdc5f; }
  .item-event .item-event-step .item-event-step-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 1.8;
    margin-right: 5px;
    border: 1px solid #B2B2B2;
    text-align: center; }
  .item-event .item-event-step.active {
    color: #ffa96b; }
    .item-event .item-event-step.active .item-event-step-number {
      border: 1px solid #ffa96b; }
  .item-event .item-event-step.text-left {
    text-align: left;
    padding-left: 20px; }

.item-event .item-event-content {
  border-top: 1px solid #B2B2B2;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  border-left: 1px dashed #B2B2B2;
  border-right: 1px dashed #B2B2B2;
  min-height: 380px;
  max-height: 380px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 10px; }
  .item-event .item-event-content.item-event-content-fullheight {
    max-height: none; }
  .item-event .item-event-content.available-time {
    padding: 25px 25px 0; }
  .item-event .item-event-content.time-intervals {
    padding-top: 15px; }
  .item-event .item-event-content:after {
    position: absolute;
    content: '';
    left: 50%;
    left: calc(50% - 13px);
    top: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #B2B2B2; }
  .item-event .item-event-content:before {
    position: absolute;
    content: '';
    left: 50%;
    left: calc(50% - 13px);
    top: -10.5px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    z-index: 2; }
  .item-event .item-event-content.text-left:after, .item-event .item-event-content.text-left:before {
    left: 22px; }
  .item-event .item-event-content.active {
    border-top: 1px solid #ffa96b; }
    .item-event .item-event-content.active:after {
      border-bottom-color: #ffa96b; }
  .item-event .item-event-content.item-event-time-select, .item-event .item-event-content.item-event-tickets-content {
    padding-top: 5px; }
  .item-event .item-event-content .item-event-content-title {
    padding-left: 20px;
    padding-right: 20px; }

.item-event .event-date-picker .datepicker-inline {
  width: 260px;
  max-width: 100%;
  padding: 5px;
  margin: 0 auto; }
  .item-event .event-date-picker .datepicker-inline .datepicker-switch {
    width: 195px; }

.item-event .event-date-picker .datepicker-legend {
  width: 250px; }
  .item-event .event-date-picker .datepicker-legend > div {
    margin-bottom: 5px; }

.item-event > div:first-child .item-event-content {
  border-left: 0; }

.item-event > div:last-child .item-event-content {
  border-right: 0; }

.event-error-response {
  color: #ff5a00;
  margin-top: 15px; }
  .event-error-response.event-error-response-formatted {
    padding: 0 20px; }

.item-event-buttons .btn-next,
.item-attenders-controls .btn-next {
  margin-left: 20px; }

@media (max-width: 768px) {
  .event-booking-select > div {
    width: 50%; } }

@media (max-width: 767px) {
  .event-booking-select > div {
    width: 100%;
    float: none;
    max-width: 260px;
    margin: 0 auto;
    padding: 0; }
    .event-booking-select > div + div {
      margin-top: 25px; }
    .event-booking-select > div .item-event-content {
      min-height: inherit;
      border-right: none;
      border-left: none; }
      .event-booking-select > div .item-event-content.available-time {
        padding-bottom: 20px !important; }
  .summary-title {
    text-align: center;
    margin-top: 15px; } }

.event-choice-set-header {
  margin: 0 19px 0 19px;
  padding: 0 !important;
  padding-bottom: 30px;
  font-size: 18px; }

.choice-set-select .item-event-content-title {
  padding: 10px 0 20px; }
  .choice-set-select .item-event-content-title .event-date {
    font-size: 18px;
    margin: 7px 25px 0 0;
    display: inline-block; }
  .choice-set-select .item-event-content-title .item-ticket {
    margin: 0; }

.choice-set-select .choice-set-content {
  border-bottom: 1px solid #eaebec; }
  .choice-set-select .choice-set-content .choice-group-title {
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    background: #f8f8f8;
    padding: 7px 20px;
    color: #838383;
    font-weight: bold;
    font-size: 14px; }
  .choice-set-select .choice-set-content .choice-group .choice-set {
    padding-top: 20px; }
    .choice-set-select .choice-set-content .choice-group .choice-set .radio {
      margin: 0 0 20px 20px; }
      .choice-set-select .choice-set-content .choice-group .choice-set .radio label {
        display: block; }
        .choice-set-select .choice-set-content .choice-group .choice-set .radio label > span {
          color: #3f4448;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: inline-block;
          width: 85%;
          vertical-align: top;
          padding-left: 10px; }
          .choice-set-select .choice-set-content .choice-group .choice-set .radio label > span .label-time {
            display: block;
            color: #a3acb4;
            font-size: 11px;
            white-space: normal; }
    .choice-set-select .choice-set-content .choice-group .choice-set + .choice-set:before {
      position: absolute;
      top: 50%;
      top: calc(50% - 11px);
      content: "\f109";
      left: -1.5px;
      font-size: 22px;
      color: #b2b5b7; }
    .choice-set-select .choice-set-content .choice-group .choice-set:nth-child(4n):before {
      left: 15.5px; }

.choice-set-select + .item-event-buttons {
  padding: 5px 20px; }

.cart-wizard .wizard-item {
  width: 25%; }

.cart-count {
  font-weight: bold;
  color: #F00;
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -7px;
  right: 1px; }

.cart-total tbody tr:first-child td {
  border-top: none; }

.cart-total tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle; }
  .cart-total tbody tr td.item-value {
    text-align: right;
    font-size: 16px; }
    .cart-total tbody tr td.item-value.order-total {
      font-size: 26px;
      color: #ffa96b; }

.empty-cart-message {
  margin: 30px 0;
  font-size: 18px; }
  .empty-cart-message .btn {
    margin-top: 20px; }

.cart-table > tbody > tr > td {
  padding: 15px 8px; }

#cart .table > tbody > tr > td {
  vertical-align: middle; }

#cart .table .cart-table-image {
  vertical-align: top;
  width: 90px; }

.cart-table-image-link {
  display: block;
  text-align: center; }
  .cart-table-image-link > img {
    width: 70px;
    margin: 0 auto;
    display: block;
    overflow: hidden; }
    .cart-table-image-link > img[src=""] {
      width: 70px;
      height: 70px;
      border: 1px solid #DADADA;
      position: relative; }
      .cart-table-image-link > img[src=""]:after {
        content: 'no image';
        text-transform: uppercase;
        font-family: 'Open Sans';
        display: block;
        width: 100%;
        padding: 12px 0;
        height: 70px;
        z-index: 99;
        position: absolute;
        top: 0;
        color: #DADADA;
        background: #FFF; }

.cart-table-controls {
  min-width: 85px;
  width: 85px;
  position: relative; }

.cart-table-total-wrap {
  font-size: 18px;
  color: #585858; }

.cart-table-total-amount {
  margin-left: 15px; }

.cart-table-price b {
  display: block; }

.cart-table-price small {
  font-weight: normal;
  color: #b6b6b6;
  margin: 0; }

.cart-table-title > a, .cart-table-title .title {
  font-size: 16px;
  color: #3f4448;
  margin: 10px 0;
  display: block; }

.cart-table-title .expiration .text.text-danger {
  color: #fa4350;
  padding: 5px;
  border: solid 1px #fa4350;
  display: inline-block; }

.cart-table-title small, .cart-table-title .small {
  color: #a3acb4;
  font-size: 14px; }

.cart-table-title .agreement-checkbox label {
  color: #a3acb4; }

.cart-table-title .agreement-checkbox {
  margin: 10px 0; }

.cart-table-title .pass, .cart-table-title .expiration, .cart-table-title .small, .cart-table-title .small {
  margin: 5px 0; }

.cart-table-price {
  font-size: 16px;
  text-align: right; }

.qty-readonly {
  text-align: center; }

.btn-checkout {
  margin-left: 18px; }

.table.cart-table {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }

.cart-col-price {
  width: 127px; }

.cart-col-remove {
  width: 109px; }

.cart-buttons {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .cart-buttons {
      text-align: center; } }

.checkout-buttons {
  text-align: right; }
  body[dir=rtl] .checkout-buttons {
    text-align: left; }
    body[dir=rtl] .checkout-buttons .btn-next {
      margin-left: 0;
      margin-right: 20px; }
  .checkout-buttons .btn {
    margin: 5px 0; }
  .checkout-buttons .btn-next {
    margin-left: 20px; }
  @media (max-width: 480px) {
    .checkout-buttons {
      text-align: center; } }

.cart-table-price .or {
  color: #a3acb4;
  font-weight: normal; }

.cart-table-price .btn {
  padding: 0; }

.cart-table-delete {
  text-align: center; }
  .cart-table-delete a {
    padding: 7px 5px; }

.cart-table .cart-table-subitem td {
  border-top: 0;
  padding: 8px; }

.btn-update-cart {
  position: relative;
  padding-left: 33px;
  padding-right: 0; }
  .btn-update-cart .icon {
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 20px; }

.btn-default.clear-cart-btn {
  margin-right: 10px; }

.cart-coupons, .cart-gift-cards {
  margin-bottom: 20px; }
  .cart-coupons .table, .cart-gift-cards .table {
    margin-bottom: 20px; }

.cart-gift-cards {
  color: #5C5A58; }
  .cart-gift-cards .gift-card-input {
    margin-top: 10px; }
  .cart-gift-cards .not-valid {
    color: #EE5350; }
  .cart-gift-cards tbody > tr > td {
    padding: 14px 8px;
    vertical-align: top; }
  .cart-gift-cards .double-input .form-control, .cart-gift-cards .double-input .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .cart-gift-cards .double-input select {
    border-right-width: 0; }
  .cart-gift-cards .double-input .gift-card {
    width: 65% !important; }
  .cart-gift-cards .gift-card-input-container .help-block {
    color: #a3acb4; }
  .cart-gift-cards .double-input .pin-code {
    width: 35% !important; }
  .cart-gift-cards .double-input .form-control:focus, .cart-gift-cards .double-input .dataTables_wrapper .dataTables_length label select:focus, .dataTables_wrapper .dataTables_length label .cart-gift-cards .double-input select:focus {
    border-right-width: 1px; }
  .cart-gift-cards .cart-table {
    border-bottom: 2px solid #4295d7; }
  .cart-gift-cards .remains {
    color: #a3acb4;
    line-height: 0.9em; }
  .cart-gift-cards .invalid-card .gift-card-number,
  .cart-gift-cards .invalid-card .gift-card-amount {
    color: #ee5350; }
    .cart-gift-cards .invalid-card .gift-card-number .icon,
    .cart-gift-cards .invalid-card .gift-card-amount .icon {
      font-size: 14px;
      vertical-align: top; }

.order-picture {
  max-width: 300px !important;
  width: auto;
  height: auto; }

.order-info-subheader {
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 12px 0;
  margin: 0;
  border-bottom: solid 1px #eaebec; }
  .order-info-subheader a {
    font-size: 14px;
    line-height: 1.5; }

.order-info-billing,
.order-info-address,
.order-info-credit-card {
  margin-bottom: 15px;
  padding: 15px 0;
  color: #a3acb4; }
  .order-info-billing p,
  .order-info-address p,
  .order-info-credit-card p {
    margin-bottom: 5px; }

.order-info-credit-card {
  position: relative;
  padding-left: 40px; }
  .order-info-credit-card .icon {
    position: absolute;
    left: 0;
    font-size: 28px;
    color: #3f4448; }
  .order-info-credit-card .item-value {
    color: #3f4448; }

.hosted-checkout {
  height: 600px;
  width: 450px;
  margin: 0 auto; }
  .hosted-checkout iframe {
    height: 600px;
    width: 450px;
    border: 0;
    text-align: center;
    display: none; }

.datepicker {
  right: auto; }
  .datepicker .datepicker-months thead,
  .datepicker .datepicker-years thead,
  .datepicker .datepicker-decades thead,
  .datepicker .datepicker-centuries thead {
    border-bottom: 1px solid #e9eaeb;
    margin-bottom: 5px;
    display: block; }
    .datepicker .datepicker-months thead .datepicker-switch,
    .datepicker .datepicker-years thead .datepicker-switch,
    .datepicker .datepicker-decades thead .datepicker-switch,
    .datepicker .datepicker-centuries thead .datepicker-switch {
      padding: 25px 0; }
  .datepicker .datepicker-switch {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover .title-big {
      color: #ffdc5f; }
  .datepicker table tr > td {
    width: 35px !important;
    height: 28px !important;
    padding: 0; }
  .datepicker table thead th.dow {
    text-transform: uppercase;
    color: #696969;
    font-size: 12px;
    line-height: 1;
    border-top: 1px solid #eaebec;
    padding: 12px 0; }
  .datepicker table thead .prev, .datepicker table thead .next {
    color: #ffa96b;
    vertical-align: middle;
    cursor: pointer; }
    .datepicker table thead .prev .icon, .datepicker table thead .next .icon {
      font-size: 16px; }
    .datepicker table thead .prev:hover, .datepicker table thead .next:hover {
      color: #ffdc5f;
      background: none !important; }
    .datepicker table thead .prev.disabled-date .icon, .datepicker table thead .next.disabled-date .icon {
      color: #e6e6e6 !important; }
  .datepicker table thead .datepicker-switch {
    font-weight: normal;
    padding: 15px 0; }
    .datepicker table thead .datepicker-switch:hover {
      background: none !important; }
    .datepicker table thead .datepicker-switch .title-big {
      font-size: 20px;
      color: #696969; }
    .datepicker table thead .datepicker-switch .title-small {
      color: #a3acb4; }
  .datepicker table > tbody > tr > td.day, .datepicker table > tbody > tr > td.month, .datepicker table > tbody > tr > td.year, .datepicker table > tbody > tr > td.century, .datepicker table > tbody > tr > td.decade,
  .datepicker table > tbody > tr > td > span.day,
  .datepicker table > tbody > tr > td > span.month,
  .datepicker table > tbody > tr > td > span.year,
  .datepicker table > tbody > tr > td > span.century,
  .datepicker table > tbody > tr > td > span.decade {
    border-radius: 0; }
    .datepicker table > tbody > tr > td.day:hover, .datepicker table > tbody > tr > td.month:hover, .datepicker table > tbody > tr > td.year:hover, .datepicker table > tbody > tr > td.century:hover, .datepicker table > tbody > tr > td.decade:hover,
    .datepicker table > tbody > tr > td > span.day:hover,
    .datepicker table > tbody > tr > td > span.month:hover,
    .datepicker table > tbody > tr > td > span.year:hover,
    .datepicker table > tbody > tr > td > span.century:hover,
    .datepicker table > tbody > tr > td > span.decade:hover {
      background: #ffdc5f !important;
      color: #FFF; }
    .datepicker table > tbody > tr > td.day.active, .datepicker table > tbody > tr > td.day.active:hover, .datepicker table > tbody > tr > td.month.active, .datepicker table > tbody > tr > td.month.active:hover, .datepicker table > tbody > tr > td.year.active, .datepicker table > tbody > tr > td.year.active:hover, .datepicker table > tbody > tr > td.century.active, .datepicker table > tbody > tr > td.century.active:hover, .datepicker table > tbody > tr > td.decade.active, .datepicker table > tbody > tr > td.decade.active:hover,
    .datepicker table > tbody > tr > td > span.day.active,
    .datepicker table > tbody > tr > td > span.day.active:hover,
    .datepicker table > tbody > tr > td > span.month.active,
    .datepicker table > tbody > tr > td > span.month.active:hover,
    .datepicker table > tbody > tr > td > span.year.active,
    .datepicker table > tbody > tr > td > span.year.active:hover,
    .datepicker table > tbody > tr > td > span.century.active,
    .datepicker table > tbody > tr > td > span.century.active:hover,
    .datepicker table > tbody > tr > td > span.decade.active,
    .datepicker table > tbody > tr > td > span.decade.active:hover {
      background: #ffa96b !important; }
    .datepicker table > tbody > tr > td.day.disabled, .datepicker table > tbody > tr > td.day.disabled:hover, .datepicker table > tbody > tr > td.month.disabled, .datepicker table > tbody > tr > td.month.disabled:hover, .datepicker table > tbody > tr > td.year.disabled, .datepicker table > tbody > tr > td.year.disabled:hover, .datepicker table > tbody > tr > td.century.disabled, .datepicker table > tbody > tr > td.century.disabled:hover, .datepicker table > tbody > tr > td.decade.disabled, .datepicker table > tbody > tr > td.decade.disabled:hover,
    .datepicker table > tbody > tr > td > span.day.disabled,
    .datepicker table > tbody > tr > td > span.day.disabled:hover,
    .datepicker table > tbody > tr > td > span.month.disabled,
    .datepicker table > tbody > tr > td > span.month.disabled:hover,
    .datepicker table > tbody > tr > td > span.year.disabled,
    .datepicker table > tbody > tr > td > span.year.disabled:hover,
    .datepicker table > tbody > tr > td > span.century.disabled,
    .datepicker table > tbody > tr > td > span.century.disabled:hover,
    .datepicker table > tbody > tr > td > span.decade.disabled,
    .datepicker table > tbody > tr > td > span.decade.disabled:hover {
      background: none !important;
      color: #e6e6e6; }
  .datepicker table > tbody > tr > td.day,
  .datepicker table > tbody > tr > td > span.day {
    border-radius: 0;
    color: #696969; }
    .datepicker table > tbody > tr > td.day:hover,
    .datepicker table > tbody > tr > td > span.day:hover {
      background: #ffdc5f !important;
      color: #FFF; }
    .datepicker table > tbody > tr > td.day.today, .datepicker table > tbody > tr > td.day.today:hover, .datepicker table > tbody > tr > td.day.today:focus,
    .datepicker table > tbody > tr > td > span.day.today,
    .datepicker table > tbody > tr > td > span.day.today:hover,
    .datepicker table > tbody > tr > td > span.day.today:focus {
      background: #ff5a00 !important;
      border-color: #e9eaeb !important;
      color: #FFF !important; }
    .datepicker table > tbody > tr > td.day.today.disabled, .datepicker table > tbody > tr > td.day.today.disabled:hover, .datepicker table > tbody > tr > td.day.today.disabled:focus,
    .datepicker table > tbody > tr > td > span.day.today.disabled,
    .datepicker table > tbody > tr > td > span.day.today.disabled:hover,
    .datepicker table > tbody > tr > td > span.day.today.disabled:focus {
      background: #fdc08d !important;
      border-color: #fdc08d !important;
      color: #8a8a8c !important; }
    .datepicker table > tbody > tr > td.day.active, .datepicker table > tbody > tr > td.day.active:hover, .datepicker table > tbody > tr > td.day.active:focus,
    .datepicker table > tbody > tr > td > span.day.active,
    .datepicker table > tbody > tr > td > span.day.active:hover,
    .datepicker table > tbody > tr > td > span.day.active:focus {
      background: #ffa96b !important;
      border-color: #e9eaeb !important; }
  .datepicker table > tbody tr:first-child td {
    border-top: none; }
  .datepicker table > tbody tr:last-child td {
    border-bottom: none; }
  .datepicker table > tbody tr td:first-child {
    border-left: none; }
  .datepicker table > tbody tr td:last-child {
    border-right: none; }

.datepicker-legend {
  margin: 0 auto; }
  .datepicker-legend > div {
    margin-bottom: 10px; }
    .datepicker-legend > div .label {
      margin-right: 10px;
      border-radius: 0;
      border: 1px solid #eaebec; }
      .datepicker-legend > div .label.legend-today {
        background: #ff5a00; }
      .datepicker-legend > div .label.legend-selected {
        background: #ffa96b; }
      .datepicker-legend > div .label.legend-unavailable {
        background: none; }

.table thead > tr > th {
  border-bottom-width: 1px; }
  .table thead > tr > th:first-child {
    padding-left: 0; }
  .table thead > tr > th:last-child {
    padding-right: 0; }

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

.table.alt-headers thead > tr > th {
  border-bottom: 1px solid #eaebec;
  border-top: 1px solid #eaebec;
  font-weight: normal; }

.table > tbody > tr > td.break-all,
.table > tfoot > tr > td.break-all {
  word-break: break-all; }

.table > tbody > tr > td.no-break,
.table > tfoot > tr > td.no-break {
  white-space: nowrap; }

.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 0; }

.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
  padding-right: 0; }

.table.with-row-hover thead > tr > th {
  border-bottom-width: 1px; }

.table.with-row-hover > thead > tr > td:first-child,
.table.with-row-hover > thead > tr > th:first-child,
.table.with-row-hover > tbody > tr > td:first-child,
.table.with-row-hover > tbody > tr > th:first-child,
.table.with-row-hover > tfoot > tr > td:first-child,
.table.with-row-hover > tfoot > tr > th:first-child {
  padding-left: 8px; }

.table.with-row-hover > thead > tr > td:last-child,
.table.with-row-hover > thead > tr > th:last-child,
.table.with-row-hover > tbody > tr > td:last-child,
.table.with-row-hover > tbody > tr > th:last-child,
.table.with-row-hover > tfoot > tr > td:last-child,
.table.with-row-hover > tfoot > tr > th:last-child {
  padding-right: 8px; }

.table.with-row-hover > tbody > tr > td:after {
  right: 0; }

.table.with-row-hover > tbody > tr:hover > td {
  background: #fbfbfb; }

.table.with-row-hover > tbody > tr:hover > td:last-child {
  position: relative;
  overflow: hidden;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .table.with-row-hover > tbody > tr:hover > td:last-child > :after {
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    transition: ease 0.2s all;
    border-right: 3px solid #ff5a00;
    -webkit-transform: translate3d(0, 0, 0); }

.table.with-row-hover > tbody > tr > td:last-child a {
  margin-left: 16px;
  color: #3f4448;
  display: inline-block; }

.table.with-row-hover > tbody > tr > td:last-child .text-right a {
  margin: 0 22px 0 0; }

.table.with-row-hover > tbody > tr > td:last-child .text-right a:last-child {
  margin-right: 12px; }

@media (max-width: 767px) {
  .table.with-row-hover > tbody > tr > td:last-child a {
    margin-bottom: 8px; } }

.table.with-row-hover > tbody > tr > td:last-child a.disabled {
  color: #a3acb4; }

.table a.site-action {
  color: #3f4448;
  text-decoration: none;
  margin-right: 5px;
  font-size: 17px; }
  .table a.site-action.view:hover {
    text-decoration: underline; }
  .table a.site-action:hover {
    color: #ffdc5f; }

.table.with-controls {
  font-size: 14px !important; }
  .table.with-controls > tbody > tr > td, .table.with-controls > tbody > tr th {
    line-height: 2.1;
    vertical-align: middle;
    color: #585858; }
  .table.with-controls tfoot > tr > td, .table.with-controls tfoot > tr th {
    line-height: 2.1; }
  .table.with-controls thead > tr > td, .table.with-controls thead > tr th {
    line-height: 2.1;
    font-size: 14px !important; }
  .table.with-controls tfoot {
    border-bottom: 1px solid #ddd; }

.dataTables_wrapper {
  min-height: 130px; }
  .dataTables_wrapper .dataTables_length {
    margin-top: 15px; }
    .dataTables_wrapper .dataTables_length label {
      margin-bottom: 0; }
      .dataTables_wrapper .dataTables_length label select {
        display: inline;
        width: 70px;
        margin: 0 5px; }

.actions > a {
  color: #a3acb4; }
  .actions > a + a {
    margin-left: 15px; }
  .actions > a.disabled {
    visibility: hidden; }
  .actions > a:hover, .actions > a:focus {
    color: #ffdc5f; }

div.dataTables_info {
  font-size: 14px;
  color: #a3acb4; }
  @media (max-width: 480px) {
    div.dataTables_info {
      text-align: center; } }

.logs-table-wrap .timespan {
  padding: 20px 0 0;
  color: #a3acb4; }

.logs-table-wrap .table {
  margin: 10px 0; }
  .logs-table-wrap .table thead {
    font-weight: bold; }
    .logs-table-wrap .table thead tr > td {
      padding: 12px 8px;
      padding-left: 0; }
  .logs-table-wrap .table tr > td {
    padding-left: 0;
    vertical-align: middle; }
    .logs-table-wrap .table tr > td.td-date {
      width: 80px;
      vertical-align: top; }
    .logs-table-wrap .table tr > td.td-message {
      max-width: 500px; }

.logs-table-wrap .no-logs-message {
  padding-bottom: 20px; }

.table-responsive {
  border: none !important; }
  .table-responsive > table {
    border: 1px solid transparent; }
  @media (max-width: 767px) {
    .table-responsive .table.cart-table thead {
      display: none; }
    .table-responsive .table.cart-table tbody > tr {
      border-top: 1px solid #eaebec;
      padding: 20px 0 5px;
      display: block;
      width: 100%;
      font-size: 0;
      position: relative; }
      .table-responsive .table.cart-table tbody > tr:first-child {
        border-top: 0; }
      .table-responsive .table.cart-table tbody > tr:after {
        content: "";
        display: table;
        clear: both; }
      .table-responsive .table.cart-table tbody > tr td {
        font-size: 14px;
        display: block;
        float: left;
        width: 100% !important;
        border: none;
        white-space: normal;
        text-align: left;
        padding-left: 0;
        padding-right: 0; }
        .table-responsive .table.cart-table tbody > tr td .input-group-quantity {
          float: none;
          max-width: 80px;
          text-align: center; }
        .table-responsive .table.cart-table tbody > tr td.cart-table-title {
          padding: 0;
          display: block; }
          .table-responsive .table.cart-table tbody > tr td.cart-table-title .row {
            margin: 0; }
            .table-responsive .table.cart-table tbody > tr td.cart-table-title .row > div {
              padding: 0; }
        .table-responsive .table.cart-table tbody > tr td.cart-table-image {
          padding: 0; }
          .table-responsive .table.cart-table tbody > tr td.cart-table-image a {
            width: 100%;
            text-align: left; }
            .table-responsive .table.cart-table tbody > tr td.cart-table-image a img {
              max-width: 70px !important;
              width: auto;
              margin: 0; }
        .table-responsive .table.cart-table tbody > tr td .expiration {
          font-size: 12px; }
          .table-responsive .table.cart-table tbody > tr td .expiration .text {
            padding: 2px 5px; }
        .table-responsive .table.cart-table tbody > tr td.qty-readonly, .table-responsive .table.cart-table tbody > tr td.cart-table-controls, .table-responsive .table.cart-table tbody > tr td.cart-table-price {
          text-align: left;
          display: block;
          width: 100%;
          padding-top: 0; }
        .table-responsive .table.cart-table tbody > tr td.cart-table-delivery {
          padding-bottom: 5px; }
        .table-responsive .table.cart-table tbody > tr td.cart-table-delete {
          text-align: center;
          display: block;
          position: absolute;
          right: 0;
          top: 6px;
          width: 20px !important; }
          .table-responsive .table.cart-table tbody > tr td.cart-table-delete > div > a {
            padding: 0; }
        .table-responsive .table.cart-table tbody > tr td.cart-table-price {
          vertical-align: top;
          font-size: 16px; }
        .table-responsive .table.cart-table tbody > tr td:empty {
          padding: 0; }
        .table-responsive .table.cart-table tbody > tr td .small {
          font-size: 12px; } }

.form-group.with-hint .input-group-addon {
  background: #FFF;
  border-color: #eaebec;
  position: relative;
  border-radius: 2px;
  left: -1px; }

.logo .logo-hint {
  font-size: 18px;
  margin-left: 10px;
  color: #a3acb4; }

.logo:hover .logo-hint {
  color: #ffdc5f; }

.select-hint {
  display: table;
  width: 100%; }
  .select-hint > .select2 {
    display: table-cell; }
  .select-hint > .hint {
    display: table-cell;
    padding: 3px 12px;
    width: 1%;
    background: #FFF;
    text-align: center;
    border-radius: 0 2px 2px 0;
    left: -1px;
    z-index: 1;
    border: 1px solid #eaebec;
    position: relative;
    vertical-align: bottom; }
    .select-hint > .hint .icon {
      font-size: 20px;
      line-height: normal;
      color: #a3acb4; }
      .select-hint > .hint .icon:hover, .select-hint > .hint .icon:focus {
        color: #ffdc5f;
        cursor: pointer; }
  .select-hint > .form-control, .dataTables_wrapper .dataTables_length label .select-hint > select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 2;
    position: relative; }

.translation-hint {
  color: #a3acb4;
  transition: ease 0.2s all;
  cursor: pointer; }
  .translation-hint:hover {
    color: #ffdc5f; }

.checkbox-hint {
  padding-left: 3px; }
  .checkbox-hint .icon {
    color: #a3acb4;
    transition: ease 0.2s all;
    cursor: pointer; }

.checkbox:hover .checkbox-hint .icon {
  color: #ffdc5f; }

.modal-open .modal {
  padding-right: 0 !important; }

.modal .modal-header {
  border: 0;
  padding: 10px 30px; }
  .modal .modal-header .close {
    position: relative;
    top: 15px;
    font-size: 29px;
    font-weight: normal; }
  .modal .modal-header .modal-title {
    float: left;
    width: 100%;
    font-size: 24px;
    margin-top: 20px !important; }

.modal.policy-modal .modal-body img {
  max-width: 100%; }

.modal .modal-body {
  padding: 20px 30px 16px; }
  .modal .modal-body.table-body {
    padding: 0; }
    .modal .modal-body.table-body .table {
      margin: 0; }
      .modal .modal-body.table-body .table > thead > tr > th {
        text-align: center;
        padding: 10px 5px;
        line-height: 16px;
        white-space: normal;
        vertical-align: middle; }
        .modal .modal-body.table-body .table > thead > tr > th:last-child {
          padding-right: 30px; }
      .modal .modal-body.table-body .table > tbody > tr > td {
        text-align: center;
        font-weight: bold;
        width: 50%;
        line-height: 1.2;
        padding-top: 15px;
        padding-bottom: 15px; }
        .modal .modal-body.table-body .table > tbody > tr > td:first-child {
          text-align: left;
          padding-left: 30px;
          font-weight: normal;
          padding-right: 10px;
          white-space: normal;
          width: 150px;
          min-width: 150px;
          background: #f8f8f8;
          border-top-color: #eaebec; }
        .modal .modal-body.table-body .table > tbody > tr > td:last-child {
          padding-right: 30px; }
        .modal .modal-body.table-body .table > tbody > tr > td.day-price {
          background: #fef6f3; }
        .modal .modal-body.table-body .table > tbody > tr > td .today {
          font-size: 80%;
          color: #ffa96b; }
      .modal .modal-body.table-body .table > tbody > tr:hover > td {
        background: #dfe9f2; }
        .modal .modal-body.table-body .table > tbody > tr:hover > td.day-price {
          background: #cdddeb; }

.modal .modal-content {
  border: none;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08), 0 2px 36.48px 1.52px rgba(0, 0, 0, 0.21); }

.modal .modal-footer {
  border: none;
  padding: 25px 30px;
  background: #f8f8f8;
  border-top: 1px solid #eaebec;
  text-align: center; }
  .modal .modal-footer .btn {
    margin: 0; }
  .modal .modal-footer .btn + .btn {
    margin-left: 25px; }

.modal#image-preview-modal .modal-content {
  min-height: 450px; }

.modal.modal-alert .modal-header {
  padding: 10px 20px; }
  .modal.modal-alert .modal-header .close {
    top: 5px; }

.modal.modal-alert .modal-body {
  text-align: center;
  color: #a3acb4;
  padding: 75px 40px 30px; }
  .modal.modal-alert .modal-body .modal-alert-image {
    margin-bottom: 45px;
    margin-top: -30px; }
  .modal.modal-alert .modal-body .modal-title {
    text-align: center;
    margin-bottom: 17px; }

.modal.modal-alert .modal-footer {
  padding: 25px 20px; }

.modal.modal-alert.modal-danger .modal-title {
  color: #fa4350; }

.modal-min .modal-content {
  max-width: 348px;
  width: 100%;
  margin: 0 auto; }

.modal-min button.close {
  font-weight: normal;
  font-size: 30px; }

.modal-min .modal-header {
  padding-bottom: 0; }

.modal-min-icon-large {
  margin: 25px 0 30px 0;
  display: inline-block; }

.modal-min-space {
  margin: 30px 0; }

.modal-min-text {
  margin: 15px 0 44px 0; }

.modal-min-button a span {
  padding-right: 4px; }

.translation-strings {
  margin-top: 25px; }
  .translation-strings.translation-string-single {
    margin-top: 0; }
    .translation-strings.translation-string-single .translation-string-item {
      border-bottom: 0; }
  .translation-strings .translation-policy-disable-checkbox {
    position: relative;
    top: -50px;
    margin-bottom: -30px;
    width: 50%; }
    @media (max-width: 991px) {
      .translation-strings .translation-policy-disable-checkbox {
        top: -37px;
        margin-bottom: -45px; } }
  .translation-strings .translation-string-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #eaebec; }
    .translation-strings .translation-string-item .translation-string-item-title h3 {
      margin: 5px 0;
      font-size: 21px; }
      .translation-strings .translation-string-item .translation-string-item-title h3 .icon {
        margin-left: 7px; }
    .translation-strings .translation-string-item .translation-string-item-tabs .tab-content {
      margin: 25px 0;
      max-width: 785px; }
    .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li {
      padding: 0 14px; }
      .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li:before {
        z-index: 1;
        bottom: -10px;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ddd; }
      .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li:after {
        z-index: 2;
        bottom: -8px;
        margin-left: -9px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #ffffff; }
      .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li > a {
        padding: 15px 0; }
        @media (max-width: 480px) {
          .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li > a {
            max-width: 210px;
            text-overflow: ellipsis; } }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li > a:after, .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li > a:before {
          background: none;
          display: none; }
      .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.translation-string-item-first-tab {
        padding-left: 0;
        padding-right: 0; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.translation-string-item-first-tab > a {
          cursor: default; }
          .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.translation-string-item-first-tab > a > span {
            color: #a3acb4;
            vertical-align: middle;
            display: inline-block;
            line-height: 1; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.translation-string-item-first-tab + li {
          padding-left: 5px; }
      .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.active {
        position: relative;
        overflow: visible; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.active:before, .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.active:after {
          display: block;
          position: absolute;
          content: '';
          left: 50%;
          width: 0;
          height: 0; }
      .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop {
        padding-right: 0;
        padding-left: 5px; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop:before, .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop:after {
          display: none; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop > a {
          padding: 10px 0; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop.active .tabdrop-arrow-wrap {
          border-color: #ffdc5f; }
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop.active > a,
        .translation-strings .translation-string-item .translation-string-item-tabs .nav-tabs > li.tabdrop.active > a .icon {
          color: #ffa96b; }
    .translation-strings .translation-string-item .translation-string-item-editor {
      position: relative; }
      .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-label {
        padding: 0 10px;
        margin: 0; }
      .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text-title {
        margin: 0 45px 0 25px;
        font-weight: bold; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text-title.empty-value {
          color: #a3acb4; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text-title.editable {
          font-weight: normal;
          width: 100%;
          padding: 0 10px 20px 10px;
          margin: 0; }
      .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text {
        padding: 15px 0;
        margin: 0 45px 0 25px; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text textarea {
          width: 100%;
          min-height: 100px;
          resize: vertical;
          border: 1px solid #eaebec;
          text-align: left;
          padding: 15px; }
          .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text textarea:focus {
            border: 1px solid #ffdc5f;
            border-color: #ffdc5f;
            box-shadow: 0 0 17px -5px rgba(4, 142, 221, 0.62);
            transition: box-shadow 0.2s ease-in; }
          .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text textarea.cke_source {
            border: none;
            padding: 0 10px;
            box-sizing: border-box; }
            .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text textarea.cke_source:focus {
              border: none;
              box-shadow: none; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text.editable {
          width: 100%;
          padding: 0 10px 0 10px;
          margin: 0; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text.empty-value {
          color: #a3acb4; }
      .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-editor-button {
        position: absolute;
        top: 15px;
        right: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        border: 1px solid #eaebec;
        padding: 5px 0; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-editor-button .icon {
          color: #a3acb4;
          font-size: 16px; }
        .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-editor-button:hover .icon {
          color: #ffdc5f; }
    .translation-strings .translation-string-item .translation-string-item-buttons {
      padding-top: 22px; }
      .translation-strings .translation-string-item .translation-string-item-buttons .btn-reset-to-default {
        padding-left: 10px; }
      .translation-strings .translation-string-item .translation-string-item-buttons .btn-next {
        margin-left: 25px;
        margin-right: 10px; }

@media (max-width: 991px) {
  .modal .translation-strings .translation-string-item {
    margin-bottom: 10px; }
  .translation-strings .translation-string-item .translation-string-item-tabs .tab-content {
    margin: 5px 0 17px; }
    .modal .translation-strings .translation-string-item .translation-string-item-tabs .tab-content {
      margin-bottom: 0; }
  .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text {
    margin-left: 0;
    padding: 10px 0; }
    .translation-strings .translation-string-item .translation-string-item-editor .translation-string-item-text.editable {
      padding: 0; }
  .translation-strings .translation-string-item .translation-string-item-buttons {
    padding-top: 5px; }
    .modal .translation-strings .translation-string-item .translation-string-item-buttons {
      padding-top: 20px; }
    .translation-strings .translation-string-item .translation-string-item-buttons .btn-reset-to-default {
      padding-left: 0;
      margin-bottom: 10px; }
    .translation-strings .translation-string-item .translation-string-item-buttons .btn-next {
      margin-right: 0; } }

.pagination-container {
  text-align: center; }
  .pagination-container .pagination {
    margin: 0; }
    .pagination-container .pagination > li > a {
      font-size: 17px;
      color: #333;
      border: 0; }
      .pagination-container .pagination > li > a:hover, .pagination-container .pagination > li > a:focus {
        background: none;
        color: #ffdc5f;
        text-decoration: underline; }
      .pagination-container .pagination > li > a > .icon {
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 0;
        right: 0;
        transition: ease-out 0.15s all; }
      .pagination-container .pagination > li > a[rel=next] > .icon {
        margin-left: 4px; }
      .pagination-container .pagination > li > a[rel=prev] > .icon {
        margin-right: 4px; }
      .pagination-container .pagination > li > a[rel=next], .pagination-container .pagination > li > a[rel=prev] {
        color: #ffb885;
        font-weight: bold; }
        .pagination-container .pagination > li > a[rel=next]:hover, .pagination-container .pagination > li > a[rel=prev]:hover {
          color: #ffdc5f;
          text-decoration: none; }
      .pagination-container .pagination > li > a[rel=next]:hover > .icon {
        left: 4px; }
      .pagination-container .pagination > li > a[rel=prev]:hover > .icon {
        left: -4px; }
    .pagination-container .pagination > li.active > a,
    .pagination-container .pagination > li.active > a:hover {
      background: none;
      color: #ffa96b;
      text-decoration: none; }

.pagination-delimeter a {
  cursor: default;
  background: none !important; }

div.dataTables_paginate {
  font-size: 14px; }
  @media (max-width: 480px) {
    div.dataTables_paginate {
      text-align: center;
      float: none; } }
  div.dataTables_paginate a {
    padding: 3px;
    display: inline-block;
    text-decoration: none;
    margin: 0 2px; }
  div.dataTables_paginate .paginate_button {
    padding: 3px 10px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 2px;
    color: #3f4448; }
    div.dataTables_paginate .paginate_button:hover {
      color: #ffa96b;
      text-decoration: underline; }
      div.dataTables_paginate .paginate_button:hover.next:after {
        left: 4px; }
      div.dataTables_paginate .paginate_button:hover.previous:before {
        left: -4px; }
    div.dataTables_paginate .paginate_button.next, div.dataTables_paginate .paginate_button.previous {
      color: #ffa96b;
      font-weight: bold;
      margin: 0; }
      @media (max-width: 480px) {
        div.dataTables_paginate .paginate_button.next, div.dataTables_paginate .paginate_button.previous {
          text-indent: 0;
          font-size: 0;
          padding: 5px; } }
      div.dataTables_paginate .paginate_button.next:hover, div.dataTables_paginate .paginate_button.previous:hover {
        text-decoration: none;
        color: #ffdc5f; }
      div.dataTables_paginate .paginate_button.next:before, div.dataTables_paginate .paginate_button.next:after, div.dataTables_paginate .paginate_button.previous:before, div.dataTables_paginate .paginate_button.previous:after {
        font-size: 12px;
        position: relative;
        top: -1px;
        left: 0;
        right: 0;
        transition: ease-out 0.15s all; }
    div.dataTables_paginate .paginate_button.next:after {
      content: "\f125";
      margin-left: 8px; }
    div.dataTables_paginate .paginate_button.previous:before {
      content: "\f124";
      margin-right: 8px; }
    div.dataTables_paginate .paginate_button.disabled {
      display: none; }
  div.dataTables_paginate .disabled {
    color: #666;
    cursor: default;
    text-decoration: none; }
    div.dataTables_paginate .disabled:hover {
      background: none; }
  div.dataTables_paginate span {
    display: inline-block;
    cursor: pointer; }
  div.dataTables_paginate a.paginate_button.current {
    color: #ffa96b;
    padding: 3px 10px; }

.package-modifiers {
  margin-bottom: 20px; }
  .package-modifiers .modifier {
    margin-bottom: 25px; }
    .package-modifiers .modifier .modifier-header-top {
      padding: 5px 0 12px;
      font-weight: bold; }
      .package-modifiers .modifier .modifier-header-top.first {
        padding-top: 3px;
        padding-bottom: 15px; }
      .package-modifiers .modifier .modifier-header-top .title {
        font-size: 16px; }
      .package-modifiers .modifier .modifier-header-top span {
        display: inline-block;
        margin-right: 15px; }
        .package-modifiers .modifier .modifier-header-top span:empty {
          margin-right: 0; }
      .package-modifiers .modifier .modifier-header-top .modifier-select-the-same {
        font-weight: normal;
        display: inline-block;
        cursor: pointer;
        white-space: nowrap;
        margin-bottom: 0; }
        .package-modifiers .modifier .modifier-header-top .modifier-select-the-same > div {
          margin-right: 5px;
          vertical-align: top; }
        .package-modifiers .modifier .modifier-header-top .modifier-select-the-same > span {
          white-space: normal; }
        .package-modifiers .modifier .modifier-header-top .modifier-select-the-same:hover span {
          color: #ffdc5f; }
    .package-modifiers .modifier .modifier-header {
      background: #ffa96b;
      color: #FFF;
      padding: 10px 0; }
      .package-modifiers .modifier .modifier-header .modifier-col-main {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .package-modifiers .modifier .modifier-header .icon {
        font-size: 59px;
        height: 44px;
        display: inline-block;
        top: -10px;
        position: relative;
        padding-right: 15px; }
      .package-modifiers .modifier .modifier-header .modifier-title {
        padding-left: 15px;
        font-weight: bold; }
        .package-modifiers .modifier .modifier-header .modifier-title:before {
          display: inline-block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin-left: -15px;
          width: 1px;
          background: #5492C9;
          content: ''; }
      .package-modifiers .modifier .modifier-header .modifier-price {
        text-align: right;
        float: right;
        padding-left: 15px; }
        .package-modifiers .modifier .modifier-header .modifier-price.first {
          padding-left: 0;
          padding-right: 15px;
          border-right: 1px solid #5492c9; }
        .package-modifiers .modifier .modifier-header .modifier-price .price-text {
          color: #A2BCE0; }
        .package-modifiers .modifier .modifier-header .modifier-price .price {
          font-size: 18px; }
    .package-modifiers .modifier .modifier-content {
      margin-left: -30px;
      margin-right: -30px; }
      .package-modifiers .modifier .modifier-content .modifier-subtitle {
        padding: 12px 15px;
        background: #f8f8f8;
        font-weight: bold;
        border-top: 1px solid #eaebec;
        border-bottom: 1px solid #eaebec;
        margin-bottom: -1px;
        display: block;
        text-decoration: none;
        color: #3f4448; }
        .package-modifiers .modifier .modifier-content .modifier-subtitle[aria-expanded='false'] .icon-right {
          transform: rotate(180deg); }
        .package-modifiers .modifier .modifier-content .modifier-subtitle .icon-left {
          color: #949494;
          font-size: 24px;
          margin-right: 15px;
          display: inline-block;
          vertical-align: top; }
        .package-modifiers .modifier .modifier-content .modifier-subtitle .subtitle {
          display: inline-block;
          width: 80%;
          padding-top: 4px; }
        .package-modifiers .modifier .modifier-content .modifier-subtitle .icon-right {
          font-size: 13px;
          display: inline-block;
          color: #949494;
          float: right;
          vertical-align: top;
          padding: 6px 0;
          transition: ease 0.17s transform; }
      .package-modifiers .modifier .modifier-content .container-fluid.collapse, .package-modifiers .modifier .modifier-content .container-fluid.collapsing {
        padding: 0; }
      .package-modifiers .modifier .modifier-content .modifier-content-desc {
        padding: 17px 15px;
        color: #585858; }
      .package-modifiers .modifier .modifier-content .modifier-item {
        border-top: 1px solid #eaebec; }
        .package-modifiers .modifier .modifier-content .modifier-item:hover {
          background: #f8f8f8; }
          .package-modifiers .modifier .modifier-content .modifier-item:hover .modifier-item-price {
            border-right: 3px solid #ff5a00;
            padding-right: 12px; }
        .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-data {
          padding-left: 15px; }
          .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-data label {
            color: #3f4448;
            white-space: nowrap;
            display: inline-block;
            width: 100%; }
            .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-data label > div {
              margin-right: 15px;
              vertical-align: top; }
            .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-data label > span {
              display: inline-block;
              white-space: normal; }
          .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-data .radio, .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-data .checkbox {
            margin-top: 12px;
            margin-bottom: 11px; }
        .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-price {
          padding-right: 15px; }
          .package-modifiers .modifier .modifier-content .modifier-item .modifier-item-price span {
            display: inline-block;
            margin: 12px 0;
            font-weight: bold;
            color: #585858; }
      .package-modifiers .modifier .modifier-content .nested-modifiers .modifier-subtitle {
        padding-left: 52px; }
        .package-modifiers .modifier .modifier-content .nested-modifiers .modifier-subtitle .subtitle {
          width: 75%; }
      .package-modifiers .modifier .modifier-content .nested-modifiers .modifier-item-data-odd {
        padding-left: 52px; }
    .package-modifiers .modifier .modifier-copy-button {
      color: #585858;
      cursor: pointer;
      float: right; }
      .package-modifiers .modifier .modifier-copy-button:hover {
        color: #ffdc5f; }
      .package-modifiers .modifier .modifier-copy-button .icon-wrap {
        background: #F9F9F9;
        display: inline-block;
        border: 1px solid #CFD4D8;
        border-radius: 2px;
        text-align: center;
        width: 32px;
        height: 27px;
        line-height: 0;
        margin-right: 5px;
        position: absolute;
        margin-left: -42px;
        margin-top: -4px; }
        .package-modifiers .modifier .modifier-copy-button .icon-wrap .icon {
          font-size: 22px; }
  .package-modifiers .checked ~ span {
    font-weight: bold; }

.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2; }
  .ui-pnotify.notify-stack-center {
    margin-left: -205px;
    position: fixed;
    left: 50% !important;
    right: auto !important; }
  body > .ui-pnotify {
    position: fixed;
    z-index: 100040; }
  .ui-pnotify .ui-pnotify-container {
    background-position: 0 0;
    padding: 25px 20px 25px;
    color: #000;
    height: 100%;
    margin: 0;
    background: #FFF !important;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 10px 2px rgba(189, 189, 189, 0.34);
    position: relative;
    left: 0; }
    .ui-pnotify .ui-pnotify-container:after {
      content: " ";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }
    .ui-pnotify .ui-pnotify-container .ui-pnotify-closer, .ui-pnotify .ui-pnotify-container .ui-pnotify-sticker {
      position: absolute;
      top: 5px;
      right: 10px; }
      .ui-pnotify .ui-pnotify-container .ui-pnotify-closer > .icon, .ui-pnotify .ui-pnotify-container .ui-pnotify-sticker > .icon {
        font-size: 20px; }
        .ui-pnotify .ui-pnotify-container .ui-pnotify-closer > .icon:hover, .ui-pnotify .ui-pnotify-container .ui-pnotify-sticker > .icon:hover {
          color: #ffdc5f; }
    body[dir=rtl] .ui-pnotify .ui-pnotify-container .ui-pnotify-closer {
      left: 10px;
      right: auto; }
    body[dir=rtl] .ui-pnotify .ui-pnotify-container .ui-pnotify-icon {
      float: right;
      margin: 10px 0 0 20px; }
    .ui-pnotify .ui-pnotify-container.ui-pnotify-sharp {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .ui-pnotify .ui-pnotify-container .ui-pnotify-title {
      display: block;
      margin-bottom: 7px;
      font-size: 16px;
      margin-top: 0;
      word-break: break-all;
      margin-left: 45px; }
    .ui-pnotify .ui-pnotify-container .ui-pnotify-text {
      display: block;
      color: #a3acb4;
      margin-left: 45px; }
    .ui-pnotify .ui-pnotify-container .ui-pnotify-icon {
      display: block;
      float: left;
      margin: 10px 20px 0 0; }
      .ui-pnotify .ui-pnotify-container .ui-pnotify-icon span {
        display: block;
        float: left;
        width: 25px;
        height: 20px; }
        .ui-pnotify .ui-pnotify-container .ui-pnotify-icon span.alert-danger-image {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAB0UlEQVQ4ja3UPWhTYRTG8V/SXIqlg3YRBwsi4geWLoLYTZLRQrI4dC4ipSodXIRSpw51k4LtaMdayCiFgHQSoR0E8WMQB8HiotKl0tDqkBNI6k1uLH3gwOW87/k/7zn33je3VyzrUbexFM93sQpJrdq1KN8j/AJWkESsRC5TvRo8Qz/uRfRH7lgMJlDEBp5HbERuIqs4l/EOTuIjhjCKD5G/jLf4gUtJrfqrEyCrg3mcxkILXDwvxNp8N0C3Dq7jNb7gKnYPrZ/AO5zDjaRWfZMG6dRBAcvIYSrgp/BHYywiNxV7luulSuF/DO5rzPwF1iP3M6JV67FnNGr+UdqIzuJ9nPYitlvWmqcfasmdwafo5EpSq37N6uApBvHoELypti6SWnU79g5GbZsOG4yjjE3pP1LamMTeTZTrpcp4J4MBLOJA467Zzzp9Sxf7UXOAxXqpMpBm8BjDYbKVBsK1iDSTragdDlabwQhm8A2zHeDwWWMUnTQbjJl6qTLSNMhpXMMFPMBOF0BXJbXqTjAKWKqXKrk8JjGGl1jLYJzXYUQtJmvBGsNkHnP4jemjnjxF08Gcy+0Vy7saX8wr6V/OUdSHm+gr4A6e4NYxwZv6jod/AX9XdKU8x/LAAAAAAElFTkSuQmCC) no-repeat; }
        .ui-pnotify .ui-pnotify-container .ui-pnotify-icon span.alert-info-image {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAABsUlEQVQ4jb3Vv2pUQRQG8N9VYywWQYI2m0LWxl6LdIKd3RYhaLC7eYMV0mojCOYNEmwWXSFFnsA6RezTGCxiYxAEb6GuEIs5y969O7uERPzKmTnfd86cf4XAldefZNDCOrq4j5txfoID7OEtqmGvM2FYFEXizbEGSrzCEn5hH8dxt4yHeISX2MROjqTIRHA1Hj/FFzzHAFUmusdx30Yf5bDX+V2P4FJGdES+i7vYzpCLs+14sxs2U1E0Bcoa+doM4pzQ2khkYeuorF/Wv6iFz/gZXuXIT5t2NbRwiGu4/efZnaoZwbqU0Bdn9HwCw16nkvKxFFyaAl2pWt7N4SlmeD/CIDi6OYF7UinO8/7U+JumEFHsSz0zJXDLuM4vgmPjhsyW6T9FXeCr1KEXxbI0SqYEPmJFKrdzYWHrqBUcBzmBPSziyXkFpNGxGFz4z41WSVOxjTfyBXAD1zPnl8Omjc0oV00B0rDqYxXvTefjO35kPB+ETX/Y60wMvJyXZU3kEBsZoRHxRrxZDZuy+Si3D+pC8xbOipTQb9K3THh+lo22I31TfWU+iLsTfFBbmbNI/gLznXSU9nnvigAAAABJRU5ErkJggg==) no-repeat; }
        .ui-pnotify .ui-pnotify-container .ui-pnotify-icon span.alert-success-image {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAABiklEQVQ4ja3Uv0tWYRjG8Y+nIrBDVGtBSA0NQhFREIHYGTtDk0NFBCrRj6EpKIKCBhtCBymocEgkB53ijD5LURDiP9CQCFGLENQJQiIaniO8pO8Pe881Pvd9ru+5bu7n6dm1cE43KrNiw1ka8h68RtjelXtz3UKOP0ndzmnIj+ERvmC4VkAa8l7MYgcul1mxWneCcRzB4zIrAtQGSEN+HlexhHvr57UA0pDvxxR+4kKZFWvrta63KA15gmnsw0iZFR8b63UkuI2zmCuzYurfYreAE3iIz+L8NyjBIZz6D/NUXMlEnPu3ZoBZvMHoFgGTOIyxMiveNmtKcAff8RwvsLMD8yFcwQc8aNWYIIizXMKImOZAi28O4hl+iKP53Q4AKziDlzhZwQY26d+GGezBdXxqZd4IgF9i7JvYiwXxVWzU3epHXlWgttpsTZ9gEKuYqIx6cRr3sYxrnZjT/Ca/w3HM4yL6sbuqXRKXoiO1umhfxSRPcRR94sa879Sc9m/RGm5gUUwythVz+AvBeFbenAu46AAAAABJRU5ErkJggg==) no-repeat; }
        .ui-pnotify .ui-pnotify-container .ui-pnotify-icon span.alert-warning-image {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAABx0lEQVQ4ja3UP0hVYRjH8c/RG5I4lEsEHiEi+kPiEkQOB6I1wanBWSLECoeWQGxysC2EdMyx3MMp7l0i0CGI/gzRcCBpqXCxRW/DfS7dez33T+IPHjg87/t8f+/znHPepFoe0aPuYDWe7+ElyPKORX09wi9gHSci1iPXVb0aPMcA7kcMRO5YDKZxC2W8iChHbrpbcdLlHZzCZwxjHJ8ifxnv8ROXZPnvdoBuHSzhDJYb4OJ5OdaWOgE6dXAdb/ENV7HXsn4SH3AON2T5uyJIuw5KWEOC2YCfRlVtLCI3G3vWVNLS/xg8UJv5K2xG7ldEozZjz3jUHFLRiFJ8jNNexE7DWv30ww25s/gSnVyR5U1/XlEHzzCExy3wupq7yPKd2DsUtU1qNZjEFLYU/0hFYxJ7tzClkk62MxjECg7U7pr9rqevK8v3o+YAKyrpYJHBE4yGyXYhiGsRRSbbUTsarCaDMczjOxbawOGr2ijaaSEY8yrpWN0gUbuGS3iI3Q6Azsry3WCUsKqSJn2YwQReY6ML4rx2I/pnshGsCcz0YRF/MHfkkx/WXDAXk2p5ZE/ti3mj+Ms5ivpxE/0l3MVT3D4meF0/8Ogv7fJv9Jt8AQcAAAAASUVORK5CYII=) no-repeat; }
    .ui-pnotify .ui-pnotify-container.alert.alert-info {
      border-top: 4px solid #ffdc5f; }
      .ui-pnotify .ui-pnotify-container.alert.alert-info .ui-pnotify-title,
      .ui-pnotify .ui-pnotify-container.alert.alert-info .ui-pnotify-icon {
        color: #ffdc5f; }
    .ui-pnotify .ui-pnotify-container.alert.alert-success {
      border-top: 4px solid #0bbc4b; }
      .ui-pnotify .ui-pnotify-container.alert.alert-success .ui-pnotify-title,
      .ui-pnotify .ui-pnotify-container.alert.alert-success .ui-pnotify-icon {
        color: #0bbc4b; }
    .ui-pnotify .ui-pnotify-container.alert.alert-danger {
      border-top: 4px solid #fa4350; }
      .ui-pnotify .ui-pnotify-container.alert.alert-danger .ui-pnotify-title,
      .ui-pnotify .ui-pnotify-container.alert.alert-danger .ui-pnotify-icon {
        color: #fa4350; }
    .ui-pnotify .ui-pnotify-container.alert.alert-warning {
      border-top: 4px solid #ffc11c; }
      .ui-pnotify .ui-pnotify-container.alert.alert-warning .ui-pnotify-title,
      .ui-pnotify .ui-pnotify-container.alert.alert-warning .ui-pnotify-icon {
        color: #ffc11c; }
  .ui-pnotify.ui-pnotify-in {
    display: block !important; }
  .ui-pnotify.ui-pnotify-move {
    transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease; }
  .ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .6s linear;
    opacity: 0; }
    .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
      transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease; }
  .ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .4s linear;
    opacity: 0; }
    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
      transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease; }
  .ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    opacity: 0; }
    .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
      transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease; }
  .ui-pnotify.ui-pnotify-fade-in {
    opacity: 1; }
  .ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto; }
  .ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto; }
  .ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px; }

.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1; }
  body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039; }

@media (max-width: 480px) {
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto !important;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom-width: 5px; }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
    left: 0;
    right: 0; }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto; }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
    border-top-width: 5px;
    border-bottom-width: 1px; } }

.cke {
  background: #ffffff !important;
  border-color: #eaebec !important;
  border-radius: 0 !important;
  padding: 5px 5px 0 !important; }
  .cke.cke_focus .cke_contents {
    border: 1px solid #ffdc5f;
    border-bottom: 0;
    margin: -1px -6px 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 17px -5px rgba(4, 142, 221, 0.62);
    transition: box-shadow 0.2s ease-in; }
  .cke.cke_focus .cke_bottom {
    border: 1px solid #ffdc5f;
    border-top: none;
    margin: 0 -6px -1px;
    box-shadow: 0 0 17px -5px rgba(4, 142, 221, 0.62);
    transition: box-shadow 0.2s ease-in; }
    .cke.cke_focus .cke_bottom:before {
      content: '';
      position: absolute;
      display: block;
      background: #ffffff;
      top: -2px;
      height: 10px;
      left: 0;
      z-index: 11;
      right: 0; }
  .cke .cke_bottom,
  .cke .cke_top {
    background: #ffffff; }
  .cke .cke_contents {
    border: 0;
    padding: 10px 5px 0;
    margin: 0 -5px;
    border-radius: 0; }
  .cke .cke_top {
    border-bottom: 1px solid #eaebec;
    margin: 0 -5px;
    padding: 5px 10px 5px; }
  .cke .cke_bottom {
    height: 30px;
    margin: 0 -5px;
    padding: 0 5px; }
    .cke .cke_bottom .cke_resizer {
      margin: 5px;
      margin-top: 10px;
      border-color: transparent #a3acb4 transparent transparent; }
    .cke .cke_bottom .cke_path {
      margin: 5px; }
      .cke .cke_bottom .cke_path a.cke_path_item:active, .cke .cke_bottom .cke_path a.cke_path_item:focus, .cke .cke_bottom .cke_path a.cke_path_item:hover {
        background: #eaebec;
        text-decoration: none;
        cursor: pointer; }
  .cke .cke_combo_button,
  .cke .cke_toolgroup {
    border-radius: 2px;
    border: 1px solid #eaebec; }
  .cke .cke_combo_on a.cke_combo_button {
    border-color: #ffdc5f; }
  .cke .cke_combo_off a.cke_combo_button:active {
    border-color: #ffdc5f; }
  .cke .cke_button:hover, .cke .cke_button:focus {
    background: #ffffff;
    cursor: pointer; }
    .cke .cke_button:hover .cke_button_label,
    .cke .cke_button:hover .cke_button_icon, .cke .cke_button:focus .cke_button_label,
    .cke .cke_button:focus .cke_button_icon {
      cursor: pointer; }
  .cke .cke_button_on, .cke .cke_button_on:hover, .cke .cke_button_on:focus {
    background: #eaebec; }
  .cke .cke_button__bold_icon {
    background: none; }

.cke_panel_grouptitle {
  background: none; }

.themingtool-root {
  overflow: visible; }

body.themingtool {
  height: 100%;
  overflow: hidden;
  position: relative; }
  body.themingtool .colorpicker-big {
    opacity: 0; }
    body.themingtool .colorpicker-big.colorpicker-visible {
      border: 1px solid #eaebec !important;
      border-radius: 0;
      box-shadow: none;
      padding: 10px;
      margin-left: -227px;
      margin-top: -35px;
      right: auto;
      opacity: 1;
      transition: opacity 0.4s ease-in; }
    body.themingtool .colorpicker-big .colorpicker-saturation {
      width: 130px;
      height: 130px; }
    body.themingtool .colorpicker-big .colorpicker-hue,
    body.themingtool .colorpicker-big .colorpicker-alpha {
      width: 21px;
      height: 130px; }
    body.themingtool .colorpicker-big .colorpicker-color {
      border: 1px solid #eaebec;
      height: auto; }
      body.themingtool .colorpicker-big .colorpicker-color > div {
        height: 16px; }
    body.themingtool .colorpicker-big .colorpicker-history .colorpicker-history-title {
      font-size: 12px;
      color: #a3acb4;
      margin: 10px 0 6px; }
    body.themingtool .colorpicker-big .colorpicker-history .colorpicker-history-colors .colorpicker-history-color {
      display: inline-block;
      cursor: pointer;
      border: 1px solid #eaebec; }
      body.themingtool .colorpicker-big .colorpicker-history .colorpicker-history-colors .colorpicker-history-color > div {
        width: 20px;
        height: 20px; }
      body.themingtool .colorpicker-big .colorpicker-history .colorpicker-history-colors .colorpicker-history-color + .colorpicker-history-color {
        margin-left: 10px; }

.themingtool-toggle-button {
  padding-bottom: 10px;
  margin-bottom: 0px; }

.themingtool-custom-styles-editor {
  margin-bottom: 20px;
  border-color: #eaebec;
  border-radius: 0; }
  .themingtool-custom-styles-editor.ace-chrome .ace_gutter {
    background: #f8f8f8;
    color: #a3acb4; }
  .themingtool-custom-styles-editor.ace-chrome .ace_scroller.ace_scroll-left {
    box-shadow: none; }

.themingtool-editor-header {
  margin-bottom: 20px; }
  .themingtool-editor-header .themingtool-editor-header-checkbox {
    text-align: right; }
    .themingtool-editor-header .themingtool-editor-header-checkbox .checkbox {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .themingtool-editor-header .themingtool-editor-header-checkbox {
        text-align: left; }
        .themingtool-editor-header .themingtool-editor-header-checkbox .checkbox {
          margin-top: 10px; } }
  .themingtool-editor-header .themingtool-editor-header-title {
    font-size: 16px; }

.themingtool-container {
  height: 100%; }
  .themingtool-container .row {
    height: 100%; }
    .themingtool-container .row .col-fixed {
      width: 350px;
      position: fixed;
      height: 100%;
      z-index: 91;
      right: 16px;
      border-left: 2px solid #eaebec;
      box-shadow: 0px 0px 18px 0px rgba(42, 41, 41, 0.21);
      transition: ease 0.3s width;
      overflow: hidden; }
    .themingtool-container .row .col-offset {
      height: 100%;
      height: 100vh;
      padding-left: 0;
      padding-right: 0;
      transition: ease 0.3s padding; }
      .themingtool-container .row .col-offset .themingtool-loader.loading-indicator {
        height: 100%;
        z-index: 89;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
      .themingtool-container .row .col-offset iframe {
        width: 100%;
        height: 100%;
        border: none;
        margin-right: -15px; }
        [dir="rtl"] .themingtool-container .row .col-offset iframe {
          margin-right: 0; }
    .themingtool-container .row.collapsed .col-fixed {
      width: 45px; }
      .themingtool-container .row.collapsed .col-fixed .themingtool-variables-header,
      .themingtool-container .row.collapsed .col-fixed .themingtool-variables-list,
      .themingtool-container .row.collapsed .col-fixed .themingtool-presets,
      .themingtool-container .row.collapsed .col-fixed .themingtool-scroll {
        display: none; }
      .themingtool-container .row.collapsed .col-fixed .themingtool-variables-collapse {
        border: none;
        border-bottom: 1px solid #eaebec;
        padding: 7px 15px 0 15px;
        z-index: 1; }
        .themingtool-container .row.collapsed .col-fixed .themingtool-variables-collapse .icon-open {
          display: inline; }
        .themingtool-container .row.collapsed .col-fixed .themingtool-variables-collapse .icon-close {
          display: none; }
    .themingtool-container .row.collapsed .col-offset {
      padding-right: 0; }

.themingtool-variables {
  position: relative;
  height: 100%;
  background: #ffffff; }
  .themingtool-variables .themingtool-variables-collapse {
    display: block;
    border-right: 1px solid #eaebec;
    position: absolute;
    padding: 7px 12px 0 12px;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    left: 0;
    top: 0;
    height: 43px; }
    .themingtool-variables .themingtool-variables-collapse .icon-open {
      display: none; }
    .themingtool-variables .themingtool-variables-collapse .icon-close {
      display: inline; }
    .themingtool-variables .themingtool-variables-collapse:hover {
      color: #ffdc5f; }
  .themingtool-variables .themingtool-variables-header {
    padding: 10px 25px 10px 40px;
    font-size: 14px;
    height: 43px;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
    line-height: 1.7;
    text-overflow: ellipsis;
    color: #a3acb4;
    border-bottom: 1px solid #eaebec; }
    .themingtool-variables .themingtool-variables-header a, .themingtool-variables .themingtool-variables-header a:link {
      color: #3f4448; }
      .themingtool-variables .themingtool-variables-header a:hover, .themingtool-variables .themingtool-variables-header a:focus, .themingtool-variables .themingtool-variables-header a:link:hover, .themingtool-variables .themingtool-variables-header a:link:focus {
        color: #ffdc5f;
        text-decoration: none; }
    .themingtool-variables .themingtool-variables-header .icon {
      font-size: 16px;
      margin: 0 8px; }
  .themingtool-variables .themingtool-presets {
    border-bottom: 1px solid #eaebec;
    white-space: nowrap;
    font-size: 0; }
    .themingtool-variables .themingtool-presets > div {
      padding: 25px 25px 18px;
      display: inline-block;
      width: 100%;
      vertical-align: top;
      position: relative;
      left: 0;
      background: #f8f8f8;
      transition: ease 0.15s all;
      z-index: 1; }
      .themingtool-variables .themingtool-presets > div.state-active {
        left: -100%; }
        .themingtool-variables .themingtool-presets > div.state-active.themingtool-presets-edit {
          left: -200%; }
    .themingtool-variables .themingtool-presets .themingtool-preset-state-buttons {
      margin-top: 15px; }
      .themingtool-variables .themingtool-presets .themingtool-preset-state-buttons .btn {
        line-height: 1.2;
        padding: 6px 15px; }
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select:hover .select2-selection, .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select:focus .select2-selection, .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select.select2-container--open .select2-selection, .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select.select2-container--focus .select2-selection,
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2:hover .select2-selection,
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2:focus .select2-selection,
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2.select2-container--open .select2-selection,
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2.select2-container--focus .select2-selection {
      background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22folder-icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpolygon%20class%3D%22polygons%22%20fill%3D%22%23ffdc5f%22%20points%3D%2220%2C18%203%2C18%203%2C5%2010%2C5%2013%2C8%2020%2C8%20%22%2F%3E%3C%2Fsvg%3E"); }
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select .select2-selection,
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2 .select2-selection {
      background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22folder-icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpolygon%20class%3D%22polygons%22%20fill%3D%22%23a3acb4%22%20points%3D%2220%2C18%203%2C18%203%2C5%2010%2C5%2013%2C8%2020%2C8%20%22%2F%3E%3C%2Fsvg%3E");
      padding-left: 38px;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position-x: 10px;
      background-position-y: center;
      color: #3f4448; }
      .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select .select2-selection .select2-selection__rendered,
      .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2 .select2-selection .select2-selection__rendered {
        color: #3f4448; }
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select option.themingtool-applied,
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .themingtool-presets-load-select + .select2 option.themingtool-applied {
      font-weight: bold;
      color: #ffa96b; }
    .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container {
      width: 100% !important; }
      .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown {
        border-radius: 2px; }
        .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li {
          background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22folder-icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpolygon%20class%3D%22polygons%22%20fill%3D%22%23a3acb4%22%20points%3D%2220%2C18%203%2C18%203%2C5%2010%2C5%2013%2C8%2020%2C8%20%22%2F%3E%3C%2Fsvg%3E");
          background-size: 20px 20px;
          background-repeat: no-repeat;
          background-position-x: 10px;
          background-position-y: center;
          padding: 6px;
          padding-left: 38px;
          white-space: normal;
          word-break: break-all; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.select2-results__option--highlighted {
            background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22folder-icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpolygon%20class%3D%22polygons%22%20fill%3D%22%23FFF%22%20points%3D%2220%2C18%203%2C18%203%2C5%2010%2C5%2013%2C8%2020%2C8%20%22%2F%3E%3C%2Fsvg%3E"); }
          .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li[aria-selected=true] {
            background-color: transparent !important;
            color: #3f4448; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li[aria-selected=true].select2-results__option--highlighted {
              background-color: #ffdc5f !important;
              color: #FFF; }
              .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li[aria-selected=true].select2-results__option--highlighted .themingtool-select2-applied,
              .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li[aria-selected=true].select2-results__option--highlighted .themingtool-select2-applied-text {
                color: #FFF; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.themingtool-select2-applied-li {
            background-color: #f8f8f8 !important; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.themingtool-select2-applied-li.select2-results__option--highlighted {
              background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22folder-icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cpolygon%20class%3D%22polygons%22%20fill%3D%22%23FFF%22%20points%3D%2220%2C18%203%2C18%203%2C5%2010%2C5%2013%2C8%2020%2C8%20%22%2F%3E%3C%2Fsvg%3E");
              background-color: #ffdc5f !important; }
              .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.themingtool-select2-applied-li.select2-results__option--highlighted .themingtool-select2-applied,
              .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.themingtool-select2-applied-li.select2-results__option--highlighted .themingtool-select2-applied-text {
                color: #FFF; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.themingtool-select2-applied-li .themingtool-select2-applied {
              color: #ffa96b;
              display: inline-block;
              float: right;
              padding-right: 4px;
              font-size: 12px;
              font-style: italic;
              line-height: 1.5; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load form .select2-container .select2-dropdown .select2-results ul > li.themingtool-select2-applied-li .themingtool-select2-applied-text {
              display: inline-block;
              max-width: 79%;
              max-width: calc(100% - 55px);
              overflow: hidden;
              white-space: normal;
              vertical-align: top;
              word-break: break-all; }
    .themingtool-variables .themingtool-presets .themingtool-presets-load-header {
      margin-bottom: 20px;
      position: relative;
      color: #3f4448;
      font-size: 16px; }
      .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons {
        float: right;
        font-size: 0;
        position: relative;
        top: -5px; }
        .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group {
          margin-left: 10px; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu {
            right: 0;
            left: auto;
            max-width: 135px; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li > a, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li > a {
              padding: 7px;
              padding-left: 20px;
              font-size: 13px; }
              .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li > a .icon, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li > a .icon {
                color: #a3acb4;
                margin-right: 7px; }
                .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li > a .icon.ion-edit, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li > a .icon.ion-edit {
                  font-size: 16px;
                  line-height: 1.4; }
                  .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li > a .icon.ion-edit + span, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li > a .icon.ion-edit + span {
                    position: relative;
                    top: 2px;
                    left: -2px; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li:hover > a .icon, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li:hover > a .icon, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li:focus > a .icon, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li:focus > a .icon {
              color: #ffdc5f; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .dropdown-menu > li:before, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-btn-group .filemanager-contextmenu > li:before {
              width: 20px; }
        .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button {
          width: 30px;
          height: 30px;
          border: 1px solid #eaebec;
          text-align: center;
          padding: 2px 0;
          background: #FFF;
          border-radius: 1px;
          vertical-align: top;
          cursor: pointer;
          display: inline-block;
          color: #a3acb4;
          font-size: 14px;
          transition: ease 0.2s all; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button + .themingtool-presets-load-header-button {
            margin-left: 10px; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button.themingtool-dropdown-button {
            box-shadow: none !important; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button #svg-button-add {
            width: 22px;
            height: 22px; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button #svg-button-add .lines {
              fill: #a3acb4; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button .icon {
            line-height: 1.45;
            color: currentColor; }
          .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button:hover, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button:focus {
            border-color: #ffdc5f;
            color: #ffdc5f; }
            .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button:hover #svg-button-add .lines, .themingtool-variables .themingtool-presets .themingtool-presets-load-header .themingtool-presets-load-header-buttons .themingtool-presets-load-header-button:focus #svg-button-add .lines {
              fill: #ffdc5f; }
  .themingtool-variables .themingtool-scroll {
    position: relative;
    height: 90%;
    height: calc(100% - 43px);
    overflow: auto;
    overflow-x: hidden; }
    .themingtool-variables .themingtool-scroll .ps-scrollbar-y-rail {
      z-index: 2; }
  .themingtool-variables .themingtool-variables-list {
    padding: 0 0 100px;
    opacity: 1;
    height: auto;
    transition: ease 0.2s all; }
    .themingtool-variables .themingtool-variables-list.themingtool-hidden {
      opacity: 0;
      height: 0;
      overflow: hidden; }
    .themingtool-variables .themingtool-variables-list .themingtool-variables-list-header {
      font-size: 14px;
      color: #797b7e;
      padding: 0 25px 0 25px;
      position: relative; }
      .themingtool-variables .themingtool-variables-list .themingtool-variables-list-header > div {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 5px; }
      .themingtool-variables .themingtool-variables-list .themingtool-variables-list-header .themingtool-variables-list-header-title {
        width: 127px; }
      .themingtool-variables .themingtool-variables-list .themingtool-variables-list-header .themingtool-variables-list-header-buttons .btn {
        line-height: 1.2;
        padding: 6px 20px; }
        .themingtool-variables .themingtool-variables-list .themingtool-variables-list-header .themingtool-variables-list-header-buttons .btn + .btn {
          margin-left: 10px; }
    .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat {
      font-size: 16px; }
      .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat > span {
        cursor: pointer;
        display: inline-block;
        width: 100%;
        padding: 10px 25px;
        color: #3f4448; }
        .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat > span > .icon {
          display: inline-block;
          transition: 0.3s ease transform;
          transform: rotate(0deg);
          margin-right: 15px;
          font-size: 13px;
          top: -1px;
          color: currentColor;
          position: relative; }
        .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat > span:hover, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat > span:focus {
          color: #ffdc5f; }
      .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat + div {
        border-top: 0; }
      .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list {
        height: 0;
        background: #f8f8f8;
        padding: 0 25px;
        margin: 0;
        transition: all .2s ease;
        overflow: hidden; }
        .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable {
          margin-bottom: 10px; }
          .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead {
            width: 100%; }
            .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead [readonly] {
              background: #ffffff !important;
              color: #a3acb4; }
            .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open {
              background: #FFF;
              right: 0; }
              .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset {
                border: 1px solid #ffdc5f;
                border-top: 1px solid #FFF;
                border-radius: 0 0 2px 2px;
                margin-top: -1px; }
                .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion {
                  font-size: 14px;
                  padding: 6px 12px; }
                  .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-selectable {
                    cursor: pointer; }
                    .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-selectable:hover, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-selectable:focus {
                      background: #fbfbfb; }
                    .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-selectable .tt-var-value {
                      color: #a3acb4;
                      font-size: 11px;
                      display: block;
                      font-weight: normal; }
                      .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-selectable .tt-var-value strong.tt-highlight {
                        font-weight: normal; }
                    .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-input .twitter-typeahead .tt-menu.tt-open .tt-dataset .tt-suggestion.tt-selectable .tt-var-color {
                      margin-left: 3px;
                      display: inline-block;
                      width: 8px;
                      height: 8px;
                      background-image: url(/Content/img/bootstrap-colorpicker/alpha.png); }
          .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label {
            color: #797b7e;
            font-weight: normal;
            font-size: 14px;
            margin-bottom: 8px;
            width: 100%; }
            .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span {
              font-size: 14px;
              display: inline-block;
              vertical-align: middle; }
              .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:first-child {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child {
                display: none;
                text-transform: lowercase; }
                .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .btn {
                  padding: 0;
                  line-height: 1;
                  text-transform: lowercase;
                  text-decoration: none; }
                .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .dropdown-menu, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .filemanager-contextmenu {
                  max-width: 115px; }
                  .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .dropdown-menu > li > a, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .filemanager-contextmenu > li > a {
                    padding: 7px;
                    padding-left: 20px;
                    font-size: 13px; }
                    .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .dropdown-menu > li > a .icon, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .filemanager-contextmenu > li > a .icon {
                      color: #a3acb4;
                      margin-right: 7px; }
                  .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .dropdown-menu > li:before, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .filemanager-contextmenu > li:before {
                    width: 20px; }
                  .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .dropdown-menu > li:hover .icon, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .filemanager-contextmenu > li:hover .icon {
                    color: #ffdc5f; }
                  .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .dropdown-menu > li.active .icon, .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .themingtool-variables-cat-variable-label > span:last-child .filemanager-contextmenu > li.active .icon {
                    color: #ffa96b; }
          .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .input-group-addon {
            padding: 4px 6px; }
            .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .input-group-addon span {
              background-image: url(/Content/img/bootstrap-colorpicker/alpha.png);
              border: 1px solid #FFF;
              width: 22px;
              height: 22px;
              display: inline-block;
              background-position-y: 22px; }
              .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable .input-group-addon span i {
                width: 20px;
                height: 20px; }
          .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable:hover .themingtool-variables-cat-variable-label > span:first-child {
            width: 70%;
            width: calc(100% - 85px); }
          .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable:hover .themingtool-variables-cat-variable-label > span:last-child {
            width: 80px;
            display: inline-block;
            text-align: right;
            vertical-align: top; }
            .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable:hover .themingtool-variables-cat-variable-label > span:last-child .btn > span {
              vertical-align: top; }
            .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat .themingtool-variables-cat-list .themingtool-variables-cat-variable:hover .themingtool-variables-cat-variable-label > span:last-child .btn .button-text {
              max-width: 60px;
              display: inline-block;
              overflow: hidden;
              text-overflow: ellipsis; }
      .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat.active > span .icon {
        transition: 0.3s ease transform;
        transform: rotate(90deg); }
      .themingtool-variables .themingtool-variables-list > .themingtool-variables-cat.active .themingtool-variables-cat-list {
        height: auto;
        padding: 25px;
        overflow: visible;
        margin: 10px 0; }

@media (min-width: 992px) {
  .left-menu-title {
    display: none; }
  .checkout-buttons {
    margin-top: 25px; } }

@media (min-width: 768px) {
  .choice-group.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .choice-group.row > .choice-set {
      display: inherit;
      flex-direction: column; }
  .item .visible-table .row > div {
    padding-left: 20px; }
    .item .visible-table .row > div:first-child {
      padding-left: 15px; }
  .movies-titles > div {
    padding-left: 15px; }
    .movies-titles > div:first-child {
      padding-left: 15px; }
    .movies-titles > div:last-child {
      padding-left: 5px; }
  header.top-menu .navbar .container {
    padding: 0; }
  .modal .product-previews {
    border-right: 1px solid #E5E5E5;
    min-height: 350px;
    text-align: left; }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .navbar-nav {
    float: left;
    margin: 0 -15px; } }

@media (max-width: 1199px) {
  .movies .visible-table table > tbody > tr > td.visible-table-title,
  .movies .movies-titles table > tbody > tr > td.visible-table-title {
    width: 175px;
    padding: 0 10px; }
    .movies-coming-attractions .movies .visible-table table > tbody > tr > td.visible-table-title, .movies-coming-attractions
    .movies .movies-titles table > tbody > tr > td.visible-table-title {
      width: 255px;
      padding: 0; }
  .movies .visible-table table > tbody > tr > td.visible-table-format,
  .movies .movies-titles table > tbody > tr > td.visible-table-format {
    width: 75px; }
    .movies-coming-attractions .movies .visible-table table > tbody > tr > td.visible-table-format, .movies-coming-attractions
    .movies .movies-titles table > tbody > tr > td.visible-table-format {
      width: 150px; }
  body {
    overflow-x: hidden; }
  .left-menu-title {
    display: none; }
  .mobile-nav {
    margin-top: 0;
    position: relative; }
  .class-col {
    display: none; }
  .class-details-image {
    padding-bottom: 10px; } }

@media (max-width: 768px) {
  .movies-coming-attractions .movies .visible-table table > tbody > tr > td.visible-table-title,
  .movies-coming-attractions .movies .movies-titles table > tbody > tr > td.visible-table-title {
    width: auto; }
  .movies .item-horizontal:first-child .col-content {
    border-top: 0; }
  .nested-modifiers .modifier-item-data-even {
    padding-left: 52px !important; } }

@media (max-width: 991px) {
  h2.title-decorated {
    margin: 25px 0; }
  *.affix, *.affix-top, *.affix-bottom {
    position: static !important; }
  .change-layout-buttons {
    display: none; }
  /*.movie-popover
    {
        display: none !important;
    }*/
  .grid-container.widget-list-container {
    overflow: hidden; }
    .grid-container.widget-list-container .item-image-link {
      box-shadow: none; }
  .single-item-thumbs {
    text-align: center; }
  body > .container {
    padding-top: 20px; }
  body > .mobile-nav + .container {
    padding-top: 0; }
  .time-selection {
    padding-top: 10px !important; }
  .buytickets-description {
    margin: 0px !important; }
  .page-header > h1 {
    visibility: hidden; }
    .page-header > h1.mobile-header {
      visibility: visible;
      padding-top: 0;
      margin-top: 20px;
      padding-bottom: 20px; }
  .page-header.page-header-mobile > h1 {
    visibility: visible; }
  .widget-menu {
    margin-bottom: 0;
    padding-right: 0; }
    .widget-menu ul.main-nav {
      padding: 33px 0 33px 15px; }
    .widget-menu ul.main-nav li {
      float: left;
      width: 33.333%;
      text-align: left;
      padding-right: 15px; }
      .widget-menu ul.main-nav li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-radius: 3px;
        padding: 12px 15px;
        margin: 3px 0;
        font-size: 16px;
        line-height: 12px; }
    .widget-menu .col-xs-12 {
      padding: 0; }
    .widget-menu .nav-pills > li + li {
      margin: 0; }
  .movies .movies-list .table-view-item .visible-table .col-xs-4 {
    width: 100px;
    vertical-align: top !important; }
  .movies .movies-list .table-view-item .visible-table .col-xs-8 {
    width: 100%; }
  .movies .item-tickets svg {
    width: 75px; }
  .movies .item-tickets .item-ticket-title {
    font-size: 12px;
    line-height: 1.6; }
  .movies .movie.single-item {
    padding: 0; }
    .movies .movie.single-item .item-info {
      margin-bottom: 10px; }
    .movies .movie.single-item .item-description {
      color: #3f4448;
      margin: 25px 0 0; }
    .movies .movie.single-item .movie-shows {
      padding-top: 0;
      margin-top: 20px; }
    .movies .movie.single-item .item-times-title {
      text-align: center; }
    .movies .movie.single-item .item-tickets {
      padding: 15px 15px 10px; }
  .datepaginator.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0; }
  body {
    overflow: auto; }
  .left-menu-title {
    margin: 0 -15px; }
  .navbar-nav.navbar-custom .open .dropdown-menu, .navbar-nav.navbar-custom .open .filemanager-contextmenu {
    padding: 0;
    border: 1px solid #e2e2e2 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
    background: #FFF;
    position: absolute;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    right: 0; }
    .navbar-nav.navbar-custom .open .dropdown-menu > li, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li {
      padding-left: 0;
      position: relative; }
      .navbar-nav.navbar-custom .open .dropdown-menu > li:before, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li:before {
        content: '';
        height: 1px;
        width: 35px;
        background: #FFF;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 2; }
      .navbar-nav.navbar-custom .open .dropdown-menu > li > span, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span {
        display: block;
        cursor: pointer; }
      .navbar-nav.navbar-custom .open .dropdown-menu > li > a, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a,
      .navbar-nav.navbar-custom .open .dropdown-menu > li > span,
      .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span {
        padding: 10px 10px 10px 35px;
        position: relative; }
        .navbar-nav.navbar-custom .open .dropdown-menu > li > a:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a:after,
        .navbar-nav.navbar-custom .open .dropdown-menu > li > span:after,
        .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span:after {
          content: '';
          display: block;
          position: absolute;
          right: -6px;
          top: 0;
          bottom: 0;
          transition: ease 0.2s all;
          border-right: 3px solid #ff5a00; }
        .navbar-nav.navbar-custom .open .dropdown-menu > li > a:hover, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a:hover, .navbar-nav.navbar-custom .open .dropdown-menu > li > a:focus, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a:focus,
        .navbar-nav.navbar-custom .open .dropdown-menu > li > span:hover,
        .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span:hover,
        .navbar-nav.navbar-custom .open .dropdown-menu > li > span:focus,
        .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span:focus {
          background: none;
          color: #ffa96b;
          position: relative; }
          .navbar-nav.navbar-custom .open .dropdown-menu > li > a:hover:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a:hover:after, .navbar-nav.navbar-custom .open .dropdown-menu > li > a:focus:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a:focus:after,
          .navbar-nav.navbar-custom .open .dropdown-menu > li > span:hover:after,
          .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span:hover:after,
          .navbar-nav.navbar-custom .open .dropdown-menu > li > span:focus:after,
          .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span:focus:after {
            right: 0;
            transition: ease 0.2s all; }
        .navbar-nav.navbar-custom .open .dropdown-menu > li > a > .icon, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > a > .icon,
        .navbar-nav.navbar-custom .open .dropdown-menu > li > span > .icon,
        .navbar-nav.navbar-custom .open .filemanager-contextmenu > li > span > .icon {
          margin-right: 5px; }
    .navbar-nav.navbar-custom .open .dropdown-menu > li.active > a, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > a, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > a:hover, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > a:hover, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > a:focus, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > a:focus,
    .navbar-nav.navbar-custom .open .dropdown-menu > li.active > span,
    .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > span, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > span:hover, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > span:hover, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > span:focus, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > span:focus {
      background: none;
      color: #ffa96b;
      border-right: 3px solid #ffa96b; }
      .navbar-nav.navbar-custom .open .dropdown-menu > li.active > a:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > a:after, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > a:hover:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > a:hover:after, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > a:focus:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > a:focus:after,
      .navbar-nav.navbar-custom .open .dropdown-menu > li.active > span:after,
      .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > span:after, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > span:hover:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > span:hover:after, .navbar-nav.navbar-custom .open .dropdown-menu > li.active > span:focus:after, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li.active > span:focus:after {
        display: none; }
    .navbar-nav.navbar-custom .open .dropdown-menu > li + li > a, .navbar-nav.navbar-custom .open .filemanager-contextmenu > li + li > a,
    .navbar-nav.navbar-custom .open .dropdown-menu > li + li > span,
    .navbar-nav.navbar-custom .open .filemanager-contextmenu > li + li > span {
      border-top: 1px solid #E1E1E1; }
  .navbar-nav.navbar-custom .open .language-dropdown-link > a {
    line-height: 22px !important; }
  .movies .col-content .row > div:last-child {
    padding-top: 0;
    padding-bottom: 0; }
  .translation-string {
    padding-left: 10px; }
  .popover {
    font-size: 13px;
    line-height: 1.3; }
  .popover-content {
    padding: 8px 10px; }
  .logo .logo-image .controls {
    bottom: 0; }
  .navbar-nav {
    margin-bottom: 0;
    margin-top: 0; }
  .sign-block {
    margin: 0 auto;
    border: 0;
    padding: 10px 0;
    background: transparent !important; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .filemanager-contextmenu > li > a {
    color: #000; }
  .default-menu {
    margin-right: 0; }
  .product-previews .slick-prev:before, .product-previews .slick-next:before {
    font-size: 25px; }
  .product-previews .slick-prev, .product-previews .slick-next {
    width: 25px;
    height: 25px; }
  .wizard .nav li > a {
    text-align: center; }
    .wizard .nav li > a .icon {
      margin-right: 0; }
  .wizard > .nav li:hover > a .icon {
    margin-right: 0; }
  .grid.widget-list {
    margin-bottom: -25px; }
    .grid.widget-list .widget-item {
      border-bottom: 1px solid #eaebec; }
      .grid.widget-list .widget-item.widget-item-placeholder,
      .grid.widget-list .widget-item .item-image-link {
        border: none !important; }
      .grid.widget-list .widget-item .col-content {
        padding-bottom: 30px !important; }
      .grid.widget-list .widget-item .drag-handle {
        opacity: 1; }
  footer.foot .template-footer-top .templatearea .data-templatearea-content:empty,
  footer.foot .template-footer-bottom .templatearea .data-templatearea-content:empty {
    padding: 3px 0 !important; }
  footer.foot .template-footer-top .templatearea.data-templatearea-admin .data-templatearea-content:empty,
  footer.foot .template-footer-bottom .templatearea.data-templatearea-admin .data-templatearea-content:empty {
    padding: 10px 0 !important; } }

@media (max-width: 767px) {
  .text-right-xs {
    text-align: right; }
  .row.choice-set-select .choice-set-content .choice-group .choice-set + .choice-set {
    margin-top: 30px; }
    .row.choice-set-select .choice-set-content .choice-group .choice-set + .choice-set:before {
      left: 50%;
      top: -25px;
      content: "\f103"; }
  .movies .visible-table table > tbody > tr > td.visible-table-image,
  .movies .movies-titles table > tbody > tr > td.visible-table-image {
    vertical-align: top; }
  .movies .visible-table table > tbody > tr > td.visible-table-title,
  .movies .movies-titles table > tbody > tr > td.visible-table-title {
    width: auto;
    padding: 10px 0; }
  .navbar-custom-actions .dropdown-menu, .navbar-custom-actions .filemanager-contextmenu {
    left: -160px; }
  .widget-menu ul.main-nav {
    padding-top: 0;
    padding-bottom: 20px; }
  .class-slots {
    padding-top: 0 !important; }
  .classes .class-item .item-title {
    padding: 0; }
  .class-details {
    padding: 0 !important; }
  .nav-tabs.nav-tabs-top {
    margin-top: -15px; }
  .modal .modal-content > .modal-header {
    padding: 10px 15px; }
  .modal .modal-content > form > .modal-body,
  .modal .modal-content > .modal-body {
    padding: 30px 15px; }
    .modal .modal-content > form > .modal-body.table-body .table thead > tr > th:first-child,
    .modal .modal-content > .modal-body.table-body .table thead > tr > th:first-child {
      padding-left: 15px; }
    .modal .modal-content > form > .modal-body.table-body .table thead > tr > th:last-child,
    .modal .modal-content > .modal-body.table-body .table thead > tr > th:last-child {
      padding-right: 10px; }
    .modal .modal-content > form > .modal-body.table-body .table tbody > tr > td:first-child,
    .modal .modal-content > .modal-body.table-body .table tbody > tr > td:first-child {
      width: 120px;
      max-width: 120px;
      padding-left: 15px; }
    .modal .modal-content > form > .modal-body.table-body .table tbody > tr > td:last-child,
    .modal .modal-content > .modal-body.table-body .table tbody > tr > td:last-child {
      padding-right: 10px; }
  .modal .modal-content > .modal-footer,
  .modal .modal-content > form > .modal-footer {
    padding: 20px; }
  .package-modifiers .modifier {
    margin-bottom: 5px !important; }
    .package-modifiers .modifier .modifier-header-top .modifier-select-the-same {
      margin-top: 10px; }
    .package-modifiers .modifier .modifier-header .modifier-price {
      float: none !important;
      display: inline-block;
      text-align: left !important;
      padding-left: 43px !important;
      margin-top: 5px; }
      .package-modifiers .modifier .modifier-header .modifier-price:before {
        display: none !important; }
      .package-modifiers .modifier .modifier-header .modifier-price.first {
        padding-left: 10px !important;
        border-right: none !important; }
      .package-modifiers .modifier .modifier-header .modifier-price .price-text, .package-modifiers .modifier .modifier-header .modifier-price .price {
        float: none; }
      .package-modifiers .modifier .modifier-header .modifier-price .price {
        margin-left: 0; }
    .package-modifiers .modifier .modifier-header .modifier-col-main .icon {
      font-size: 30px;
      height: 23px;
      display: inline-block;
      top: -5px;
      left: 5px;
      position: relative;
      padding-right: 20px; }
    .package-modifiers .modifier .modifier-header .modifier-col-main .modifier-title {
      padding-left: 0;
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      vertical-align: top;
      word-break: break-all;
      padding-right: 40px; }
      .package-modifiers .modifier .modifier-header .modifier-col-main .modifier-title:before {
        display: none; }
    .package-modifiers .modifier .modifier-content .modifier-copy-button {
      margin-top: 15px;
      float: left; }
      .package-modifiers .modifier .modifier-content .modifier-copy-button .icon-wrap {
        margin-left: 0; }
      .package-modifiers .modifier .modifier-content .modifier-copy-button .text {
        padding-left: 42px; }
    .package-modifiers .modifier .modifier-content .container-fluid.collapse .row > .col-xs-12, .package-modifiers .modifier .modifier-content .container-fluid.collapsing .row > .col-xs-12 {
      width: 50%; }
  .item-event .item-title {
    display: none; }
  .item-event .item-price-list {
    margin-top: 12px; }
    .item-event .item-price-list .item-pricing-modal {
      top: 5px; }
  .item-event.item-event-extra .package-modifiers {
    padding-left: 0; }
  footer.foot .facility-phone {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px; }
    footer.foot .facility-phone .pull-right {
      float: none !important; }
    footer.foot .facility-phone .footer-item {
      margin-bottom: 0px; }
  footer.foot .navigations {
    text-align: center; }
  footer.foot .footer-item-label {
    display: block;
    text-align: center; }
  footer.foot .template-footer-bottom .data-templatearea-content, footer.foot .template-footer-top .data-templatearea-content {
    min-height: 40px !important; }
  footer.foot .template-footer-bottom .templatearea-empty .data-templatearea-content, footer.foot .template-footer-top .templatearea-empty .data-templatearea-content {
    min-height: 0 !important; }
  footer.foot .left-links-column {
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
    max-width: 190px; }
  footer.foot .right-links-column {
    width: 100%;
    max-width: 190px;
    overflow: hidden; }
  footer.foot .links li {
    text-align: left; }
  footer.foot .links li a {
    font-size: 14px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; }
  footer.foot .powered-by {
    height: auto !important; }
    footer.foot .powered-by div.powered-by-row {
      display: block !important;
      height: auto;
      padding: 15px 0; }
      footer.foot .powered-by div.powered-by-row > div {
        display: block;
        float: left; }
  footer.foot .powered-by-row {
    display: block !important; }
    footer.foot .powered-by-row .powered-by-text {
      text-align: center; }
    footer.foot .powered-by-row .policies .copyright .templatearea {
      margin-bottom: 15px !important; }
      footer.foot .powered-by-row .policies .copyright .templatearea.templatearea-empty {
        margin-bottom: 0 !important; }
      footer.foot .powered-by-row .policies .copyright .templatearea .data-templatearea-content {
        padding: 5px !important;
        margin-top: 0; }
        footer.foot .powered-by-row .policies .copyright .templatearea .data-templatearea-content:empty {
          padding: 0 !important; }
  footer.foot .policies {
    text-align: center !important; }
    footer.foot .policies .policy-items li {
      float: none !important;
      padding: 0 0px 0px 0px !important; }
    footer.foot .policies .policy-items li:not(:last-child) {
      border-right: none !important; }
  footer.foot .footer-phone-link {
    font-size: 20px !important; }
  footer.foot .navigations {
    margin-bottom: -10px !important; }
  footer.foot .footer-navigation-links .footer-item > div:last-child {
    padding-right: 0px;
    padding-left: 15px; }
  footer.foot .template-footer-bottom .data-templatearea-content, footer.foot .template-footer-top .data-templatearea-content {
    padding: 10px 0 10px 0 !important; } }

@media print {
  a[href]:after {
    content: "" !important; }
  .not-printable {
    display: none; } }

@media (max-width: 1300px) and (min-width: 768px) {
  .row.choice-set-select .choice-set-content .choice-group .choice-set .radio label > span {
    width: 80%; } }

@media (max-width: 992px) and (min-width: 768px) {
  .mobile-nav .col-xs-12 .row > div:nth-child(4n+1):before {
    display: none; } }

@media (max-width: 767px) and (min-width: 481px) {
  .mobile-nav .col-xs-12 .row > div:nth-child(3n+1):before {
    display: none; } }

@media (min-width: 395px) and (max-width: 480px) {
  .row-mobile-controls {
    margin-top: -15px; }
    .row-mobile-controls div {
      width: 100%; }
      .row-mobile-controls div .input-group {
        float: left; }
      .row-mobile-controls div.mobile-left {
        text-align: left; } }

@media (min-width: 480px) {
  .datepaginator-mobile {
    display: none; } }

@media (max-width: 480px) {
  h2.title-decorated {
    margin: 20px 0; }
  .datepaginator {
    display: none; }
  .datepaginator-mobile {
    display: block; }
    .datepaginator-mobile .item-selected-time {
      margin-top: 0; }
    .datepaginator-mobile.datepaginator-class {
      margin-bottom: 15px; }
  .hidden-mobile {
    display: none; }
  .single-item .single-item-controls .left-control-column {
    float: none;
    width: 100%; }
  .single-item .single-item-controls .right-control-column {
    float: none;
    width: 100%;
    padding: 30px; }
    .single-item .single-item-controls .right-control-column .input-group-quantity {
      float: left; }
    .single-item .single-item-controls .right-control-column .btn-next {
      margin-top: 0;
      margin-left: 20px; }
  .package-modifiers .modifier .container-fluid.collapse .row > .col-xs-12, .package-modifiers .modifier .container-fluid.collapsing .row > .col-xs-12 {
    width: 100% !important; }
  .slick-indicator ul.slick-dots {
    text-align: center; }
  .slick-arrows .btn {
    border-radius: 0;
    width: 50%;
    margin: 0; }
    .slick-arrows .btn > .icon {
      font-size: 15px !important; }
  .slick-arrows .btn:first-child {
    border-right: none !important; }
  .datepaginator.dp-mobile .pagination {
    margin-left: 40px; }
  .datepaginator.dp-mobile ul li .dp-nav {
    width: 40px !important;
    padding: 30px 0 !important; }
    .datepaginator.dp-mobile ul li .dp-nav > .icon {
      font-size: 15px; }
  .datepaginator.dp-mobile ul li .dp-item {
    padding: 19px 0 !important;
    font-size: 14px; }
  .item .item-selected-time {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .item .item-selected-time > div {
      display: table-cell;
      float: none;
      vertical-align: middle; }
      .item .item-selected-time > div .btn {
        font-size: 13px;
        padding: 6px 12px; }
        .item .item-selected-time > div .btn > .icon {
          font-size: 17px; }
  .widget-menu {
    top: -3px; }
    .widget-menu ul.main-nav li {
      width: 50%; }
  .mobile-nav .col-xs-12 .row > div {
    width: 50%; }
    .mobile-nav .col-xs-12 .row > div:nth-child(2n+1):before {
      display: none; }
  .datepaginator {
    text-align: center; }
  .modal-dialog {
    margin: 0; }
  .modal-content {
    border-radius: 0; }
  .order-picture {
    max-width: 100%; }
  .ui-pnotify-mobile-able.ui-pnotify.notify-stack-center {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0; }
  .navbar-custom-actions {
    margin-right: -15px !important; }
    .navbar-custom-actions > li > a {
      padding: 18px 9px 14px !important; }
      .navbar-custom-actions > li > a .icon-dropdown-caret {
        display: none; }
    .navbar-custom-actions > li.menu-tab {
      padding: 20px 12px 14px !important; }
  .navbar-brand-big > img {
    -webkit-transform: translate3d(0, 0, 0); }
  .slick-slider {
    margin-bottom: 0px; } }

@media (min-width: 480px) and (max-width: 768px) {
  .class-carousel-control {
    width: 50%; }
  .slick-slider {
    margin-bottom: 15px; } }

@media (max-width: 1300px) {
  footer.foot .links li {
    min-width: 100px !important; } }

/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*            #COMMON STYLES
    \*------------------------------------*/
  /**
     * Search field in the Select2 dropdown.
     */
  /**
     * No outline for all search fields - in the dropdown
     * and inline in multi Select2s.
     */
  /**
     * Adjust Select2's choices hover and selected styles to match
     * Bootstrap 3's default dropdown styles.
     *
     * @see http://getbootstrap.com/components/#dropdowns
     */
  /**
     * Clear the selection.
     */
  /**
     * Address disabled Select2 styles.
     *
     * @see https://select2.github.io/examples.html#disabled
     * @see http://getbootstrap.com/css/#forms-control-disabled
     */
  /*------------------------------------*            #DROPDOWN
    \*------------------------------------*/
  /**
     * Dropdown border color and box-shadow.
     */
  /**
     * Limit the dropdown height.
     */
  /*------------------------------------*            #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*        #MULTIPLE SELECT2
    \*------------------------------------*/
  /**
     * Address Bootstrap control sizing classes
     *
     * 1. Reset Bootstrap defaults.
     * 2. Adjust the dropdown arrow button icon position.
     *
     * @see http://getbootstrap.com/css/#forms-control-sizes
     */
  /* 1 */
  /*------------------------------------*        #RTL SUPPORT
    \*------------------------------------*/ }
  .select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
    background-color: #fff;
    border: 1px solid #eaebec;
    border-radius: 2px;
    color: #7d7c7c;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    outline: 0; }
  .select2-container--bootstrap.select2-error .select2-selection {
    border-color: #fa4350; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
    background-color: #fff;
    border: 1px solid #eaebec;
    border-radius: 2px;
    color: #7d7c7c;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px; }
  .select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
         * Firefox 19+
         *
         * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
         */ }
    .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
      color: #999; }
    .select2-container--bootstrap .select2-search__field:-moz-placeholder {
      color: #999; }
    .select2-container--bootstrap .select2-search__field::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
      color: #999; }
  .select2-container--bootstrap .select2-results__option {
    font-size: 14px;
    /**
         * Disabled results.
         *
         * @see https://select2.github.io/examples.html#disabled-results
         */
    /**
         * Hover state.
         */
    /**
         * Selected state.
         */ }
    .select2-container--bootstrap .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
      color: #777777;
      cursor: not-allowed; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] {
      background-color: #ffa96b !important;
      color: #ffffff; }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
      background-color: #ffdc5f;
      color: #ffffff; }
    .select2-container--bootstrap .select2-results__option .select2-results__option {
      padding: 6px 12px; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -12px;
        padding-left: 24px; }
        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -24px;
          padding-left: 36px; }
          .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -36px;
            padding-left: 48px; }
            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -48px;
              padding-left: 60px; }
              .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -60px;
                padding-left: 72px; }
  .select2-container--bootstrap .select2-results__group {
    color: #777777;
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    white-space: nowrap; }
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: 0 0 17px -5px rgba(4, 142, 221, 0.62);
    box-shadow: 0 0 17px -5px rgba(4, 142, 221, 0.62);
    border-color: #ffdc5f; }
  .select2-container--bootstrap.select2-container--open {
    /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
    /**
         * Handle border radii of the container when the dropdown is showing.
         */ }
    .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 4px 4px 4px; }
    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-color: transparent; }
    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-top-color: transparent; }
  .select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
    .select2-container--bootstrap .select2-selection__clear:hover {
      color: #333; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #eaebec;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none; }
  .select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12pxrgba 0, 0, 0, 0.175;
    box-shadow: 0 6px 12pxrgba 0, 0, 0, 0.175;
    border-color: #ffdc5f;
    overflow-x: hidden;
    margin-top: -1px; }
    .select2-container--bootstrap .select2-dropdown--above {
      margin-top: 1px; }
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857;
    padding: 6px 24px 6px 12px;
    /**
         * Adjust the single Select2's dropdown arrow button appearance.
         */ }
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      position: absolute;
      bottom: 0;
      right: 12px;
      top: 0;
      width: 4px; }
      .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #999 transparent transparent transparent;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        height: 0;
        left: 0;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
      color: #7d7c7c;
      padding: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
      color: #999; }
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    /**
         * Make Multi Select2's choices match Bootstrap 3's default button styles.
         */
    /**
         * Minus 2px borders.
         */
    /**
         * Clear the selection.
         */ }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      display: block;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      float: left;
      margin-top: 5px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      color: #7d7c7c;
      background: #ffffff;
      border: 1px solid #eaebec;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin: 5px 0 0 6px;
      padding: 0 6px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      background: transparent;
      padding: 0 12px;
      height: 32px;
      line-height: 1.42857;
      margin-top: 0;
      min-width: 5em; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 3px; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 6px; }
  .select2-container--bootstrap.input-sm, .input-group-sm > .select2-container--bootstrap.form-control, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap,
  .input-group-sm > .select2-container--bootstrap.input-group-addon,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn, .select2-container--bootstrap.input-lg, .input-group-lg > .select2-container--bootstrap.form-control, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap,
  .input-group-lg > .select2-container--bootstrap.input-group-addon,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0; }
  .select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap .select2-selection--single,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
    /* 2 */ }
    .select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
    .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
    .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
    .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
    .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
      margin-left: -5px; }
  .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap .select2-selection--multiple,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 30px; }
    .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
    .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 12px;
      line-height: 1.5;
      margin: 4px 0 0 5px;
      padding: 0 5px; }
    .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 10px;
      font-size: 12px;
      height: 28px;
      line-height: 1.5; }
    .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear, .dataTables_wrapper .dataTables_length label .input-group-sm > select.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
    .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 5px; }
  .select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--single,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
    padding: 10px 31px 10px 16px;
    /* 1 */ }
    .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
    .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow,
    .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
    .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
    .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      width: 5px; }
      .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
      .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
      .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
      .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
      .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px;
        margin-left: -5px;
        margin-left: -10px;
        margin-top: -2.5px; }
  .select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--multiple,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px; }
    .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
    .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 18px;
      line-height: 1.33333;
      border-radius: 4px;
      margin: 9px 0 0 8px;
      padding: 0 10px; }
    .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 16px;
      font-size: 18px;
      height: 44px;
      line-height: 1.33333; }
    .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
    .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 10px; }
  .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single, .input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap.select2-container--open .select2-selection--single,
  .input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single {
    /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */ }
    .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b, .dataTables_wrapper .dataTables_length label .input-group-lg > select.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
    .input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
    .input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 5px 5px 5px; }
  .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
    /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */ }
    .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 5px 5px 5px; }
  .select2-container--bootstrap[dir="rtl"] {
    /**
         * Single Select2
         *
         * 1. Makes sure that .select2-selection__placeholder is positioned
         *    correctly.
         */
    /**
         * Multiple Select2
         */ }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
      padding-left: 24px;
      padding-right: 12px; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        /* 1 */ }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 12px;
        right: auto; }
        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
          margin-left: 0; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
      float: right; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 0;
      margin-right: 6px; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }

/*------------------------------------*    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c; }

.has-warning.select2-drop-active {
  border-color: #66512c; }
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534; }

.has-error.select2-drop-active {
  border-color: #843534; }
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c; }

.has-success.select2-drop-active {
  border-color: #2b542c; }
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible, .dataTables_wrapper .dataTables_length label select.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important; }

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block; }

.iradio_custom,
.icheckbox_custom {
  display: inline-block;
  vertical-align: baseline;
  width: 18px;
  height: 18px;
  border-radius: 2px; }
  .iradio_custom > svg,
  .icheckbox_custom > svg {
    display: none;
    width: 18px;
    height: 18px;
    vertical-align: middle; }
    .iradio_custom > svg use,
    .icheckbox_custom > svg use {
      fill: #a3acb4; }
    .iradio_custom > svg path,
    .icheckbox_custom > svg path {
      fill: #a3acb4 !important; }

.iradio_custom > svg {
  overflow: visible !important; }
  .iradio_custom > svg.radio-default {
    display: inline-block; }

.iradio_custom.hover .radio-default use {
  fill: #ffdc5f; }

.iradio_custom.hover .radio-default path {
  fill: #ffdc5f !important; }

.iradio_custom.disabled {
  cursor: not-allowed; }
  .iradio_custom.disabled .radio-default {
    display: none; }
  .iradio_custom.disabled .radio-disabled {
    display: inline-block; }
    .iradio_custom.disabled .radio-disabled use, .iradio_custom.disabled .radio-disabled path {
      opacity: 0.7; }

.iradio_custom.checked .radio-default,
.iradio_custom.checked .radio-disabled {
  display: none; }

.iradio_custom.checked .radio-checked {
  display: inline-block; }
  .iradio_custom.checked .radio-checked use {
    fill: #ffdc5f; }
  .iradio_custom.checked .radio-checked path {
    fill: #ffdc5f !important; }

.iradio_custom.checked.disabled use, .iradio_custom.checked.disabled path {
  opacity: 0.5; }

.icheckbox_custom > svg.checkbox-default {
  display: inline-block; }

.icheckbox_custom.hover .checkbox-default use {
  fill: #ffdc5f; }

.icheckbox_custom.hover .checkbox-default path {
  fill: #ffdc5f !important; }

.icheckbox_custom.disabled {
  cursor: not-allowed; }
  .icheckbox_custom.disabled .checkbox-default {
    display: none; }
  .icheckbox_custom.disabled .checkbox-disabled {
    display: inline-block; }
    .icheckbox_custom.disabled .checkbox-disabled use, .icheckbox_custom.disabled .checkbox-disabled path {
      opacity: 0.7; }

.icheckbox_custom.checked .checkbox-default,
.icheckbox_custom.checked .checkbox-disabled {
  display: none; }

.icheckbox_custom.checked .checkbox-checked {
  display: inline-block; }
  .icheckbox_custom.checked .checkbox-checked use {
    fill: #ffdc5f; }
  .icheckbox_custom.checked .checkbox-checked path {
    fill: #ffdc5f !important; }

.icheckbox_custom.checked.disabled use, .icheckbox_custom.checked.disabled path {
  opacity: 0.5; }

body[dir=rtl] .label {
  display: inline-block; }

body[dir=rtl] .radio label, body[dir=rtl] .checkbox label {
  padding-right: initial; }

body[dir=rtl] .select-hint > .form-control, body[dir=rtl] .dataTables_wrapper .dataTables_length label .select-hint > select, .dataTables_wrapper .dataTables_length label body[dir=rtl] .select-hint > select {
  float: right; }

body[dir=rtl] .select-hint > .hint {
  text-align: left; }

body[dir=rtl] .form-group.with-hint input[type=text] {
  border-right-width: 1px;
  border-left-width: 0; }

body[dir=rtl] .form-group.with-hint .input-group-addon:before {
  left: auto;
  right: 0; }

body[dir=rtl] .intl-tel-input .selected-flag {
  width: 55px; }
  body[dir=rtl] .intl-tel-input .selected-flag .flag {
    left: 20%; }

body[dir=rtl] .intl-tel-input input {
  padding-right: 60px;
  padding-left: 0; }
  body[dir=rtl] .intl-tel-input input[type=text], body[dir=rtl] .intl-tel-input input[type=tel] {
    padding-right: 60px;
    padding-left: 0; }

body[dir=rtl] .datepicker .ion-chevron-right,
body[dir=rtl] .datepicker .ion-chevron-left {
  transform: rotate(180deg);
  display: inline-block; }

body[dir=rtl] .datepicker-dropdown.datepicker-orient-left {
  left: auto; }
  body[dir=rtl] .datepicker-dropdown.datepicker-orient-left:before {
    right: 6px;
    left: auto; }
  body[dir=rtl] .datepicker-dropdown.datepicker-orient-left:after {
    right: 7px;
    left: auto; }

body[dir=rtl] .input-group.success input {
  border-left-color: #4CBA7C;
  border-right-color: #E4D9D2; }

body[dir=rtl] .input-group.default input {
  border-left-color: #0079C2;
  border-right-color: #E4D9D2; }

body[dir=rtl] .child-info .edit-child-btn {
  right: auto;
  left: 50px; }

body[dir=rtl] .child-info .delete-child-btn {
  right: auto;
  left: 25px; }

body[dir=rtl] .sub-group-title .pull-right {
  float: left !important; }

body[dir=rtl] .area-ticket-select .time-slot {
  border-left-width: 0;
  border-right-width: 3px; }

body[dir=rtl] .area-ticket-select .time-slot-progress {
  left: auto;
  right: 0; }

body[dir=rtl] .input-group-addon:last-child {
  border-color: #E4D9D2; }

body[dir=rtl] .glyphicon-chevron-right:before {
  content: "\e079"; }

body[dir=rtl] .glyphicon-chevron-left:before {
  content: "\e080"; }

body[dir=rtl] .pull-right {
  float: left !important; }

body[dir=rtl] .pull-left {
  float: right !important; }

body[dir=rtl] .text-right {
  text-align: left; }

body[dir=rtl] .text-left {
  text-align: right; }

.text-break-all {
  word-break: break-all;
  -ms-word-break: break-all; }

.time_pick {
  position: relative; }
  .time_pick .timepicker_wrap {
    padding: 10px 5px;
    border-radius: 2px;
    z-index: 998;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
    background: #FFF;
    border: 1px solid #eaebec;
    float: left;
    position: absolute;
    top: 27px;
    left: 0; }
    .time_pick .timepicker_wrap .ti_tx,
    .time_pick .timepicker_wrap .mi_tx,
    .time_pick .timepicker_wrap .mer_tx {
      width: 100%;
      text-align: center;
      margin: 10px 0; }
    .time_pick .timepicker_wrap .time,
    .time_pick .timepicker_wrap .mins,
    .time_pick .timepicker_wrap .meridian {
      width: 40px;
      float: left;
      margin: 0 10px;
      font-size: 16px; }
    .time_pick .timepicker_wrap .time {
      position: relative; }
      .time_pick .timepicker_wrap .time:after {
        content: ':';
        position: absolute;
        right: -15px;
        font-size: 24px;
        top: 38px; }
    .time_pick .timepicker_wrap .prev,
    .time_pick .timepicker_wrap .next {
      cursor: pointer;
      padding: 0 5px;
      width: 42px;
      text-align: center;
      border: none;
      margin: auto;
      border-radius: 2px;
      font-size: 20px; }
      .time_pick .timepicker_wrap .prev > .icon,
      .time_pick .timepicker_wrap .next > .icon {
        margin: 0;
        top: -1px;
        position: relative;
        color: #797b7e; }
      .time_pick .timepicker_wrap .prev:hover > .icon, .time_pick .timepicker_wrap .prev:focus > .icon,
      .time_pick .timepicker_wrap .next:hover > .icon,
      .time_pick .timepicker_wrap .next:focus > .icon {
        color: #ffdc5f; }
    .time_pick .timepicker_wrap input.timepicki-input {
      text-align: center;
      width: 42px;
      padding-left: 6px;
      padding-right: 6px;
      float: none; }
    .time_pick .timepicker_wrap .arrow_top {
      position: absolute;
      top: -10px;
      left: 20px;
      height: 10px;
      z-index: 999;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #dadada; }
      .time_pick .timepicker_wrap .arrow_top:before {
        content: '';
        position: absolute;
        top: 1px;
        left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF; }

.switchery {
  opacity: unset !important;
  background-color: #ff5a00 !important;
  height: 24px !important;
  width: 82px !important; }
  .switchery .off-label {
    display: inline-block; }
  .switchery .on-label {
    display: none; }
  .switchery .off-label, .switchery .on-label {
    color: #fff;
    position: absolute; }
  .switchery > small {
    height: 24px !important;
    width: 24px !important;
    margin: -1px !important;
    border: 1px solid #eaebec; }
  .switchery.switchery-small > small {
    height: 24px !important;
    width: 24px !important; }
  .switchery.switchery-small .off-label, .switchery.switchery-small .on-label {
    font-size: 12px;
    line-height: 24px; }
  .switchery.switchery-small .off-label {
    left: auto !important;
    right: 12px !important; }
  .switchery.switchery-small .on-label {
    left: 12px !important; }
  .switchery.checked {
    background-color: #ffa96b !important; }
    .switchery.checked .off-label {
      display: none; }
    .switchery.checked .on-label {
      display: inline-block; }

.filemanager-contextmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #FFF;
  width: 170px;
  z-index: 999;
  transition: none !important; }
  .filemanager-contextmenu span.disabled {
    cursor: default;
    color: #a3acb4 !important;
    word-break: break-all; }
    .filemanager-contextmenu span.disabled:after {
      display: none; }

.modal-filemanager .modal-filemanager-inner-message {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px; }

.modal-filemanager .modal-filemanager-input {
  text-align: center;
  margin-bottom: 15px; }
  .modal-filemanager .modal-filemanager-input input {
    width: 65%;
    display: inline-block; }

.modal-filemanager .modal-filemanager-validation {
  padding-top: 17px; }
  .modal-filemanager .modal-filemanager-validation span {
    color: #fa4350; }

.modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-path {
  margin-bottom: 20px;
  word-break: break-all;
  color: #797b7e; }

.modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-progress {
  height: 10px;
  margin: 15px 0 0;
  background: #f8f8f8; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-progress .progress-bar {
    background: #0bbc4b; }

.modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-message {
  padding: 40px 0;
  text-align: center;
  cursor: pointer;
  border: 3px dashed #eaebec;
  margin-bottom: 15px; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-message > span {
    color: #797b7e; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-message > span small {
      color: #a3acb4;
      display: inline-block;
      margin: 10px 0; }

.modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #eaebec; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview:before, .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview:after {
    content: " ";
    display: table; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview:after {
    clear: both; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details {
    height: 40px;
    float: left; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details .dz-filename {
      display: inline-block;
      padding: 0 0 0 10px;
      width: 190px; }
      .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details .dz-filename span {
        width: 180px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle; }
      @media (max-width: 992px) {
        .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details .dz-filename {
          width: 160px; }
          .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details .dz-filename span {
            width: 150px; } }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details .dz-size {
      display: inline-block;
      height: 40px;
      width: 90px;
      padding: 13px 0 13px 10px;
      line-height: 1; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-details img {
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      margin-left: 5px; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-file-preview .dz-details {
    position: relative; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-file-preview .dz-details img {
      width: 40px;
      height: 40px; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-file-preview .dz-details:after {
      position: absolute;
      left: 5px;
      top: 0;
      bottom: 0;
      background: #FFF;
      content: ' ';
      display: block;
      width: 40px;
      z-index: 1; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-file-preview .dz-details:before {
      position: absolute;
      left: 10px;
      font-size: 50px;
      top: -5px;
      bottom: 0;
      content: "\f12f";
      z-index: 2; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-error > div {
    opacity: 0.5; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-error .dz-error-message {
    opacity: 1;
    display: block;
    background: rgba(224, 224, 224, 0.48);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    z-index: 3;
    text-align: center;
    line-height: 1.7;
    padding: 15px 0;
    color: #fa4350; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-error .dz-remove {
    z-index: 4;
    position: relative; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-progress {
    display: inline-block;
    width: 90px;
    height: 10px;
    margin: 15px 10px 15px 0;
    background: #f8f8f8; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-progress > span {
      width: 0;
      background: #0bbc4b;
      height: 10px;
      display: block; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-error-message {
    display: none; }
  .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-remove {
    width: 20px;
    float: right;
    height: 40px;
    line-height: 1;
    font-size: 0;
    padding: 10px 5px 10px 0;
    color: #000;
    text-align: right; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-remove:after {
      content: "\f37f";
      font-size: 18px; }
    .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-remove:hover:after {
      color: #fa4350; }

.modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-info {
  margin-top: 10px;
  margin-bottom: 10px; }

.filemanager-responsive {
  display: block; }
  .filemanager-responsive .filemanager-wrap {
    width: 100%; }
    .filemanager-responsive .filemanager-wrap .filemanager-contextmenu {
      display: none; }
    .filemanager-responsive .filemanager-wrap .filemanager-controls {
      font-size: 0;
      margin-bottom: 30px;
      text-align: left; }
      .filemanager-responsive .filemanager-wrap .filemanager-controls form > .btn + .btn {
        margin-left: 15px; }
      .filemanager-responsive .filemanager-wrap .filemanager-controls h1 {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
        margin: 0 0 10px;
        word-break: break-all;
        line-height: 2;
        color: #797b7e; }
        .filemanager-responsive .filemanager-wrap .filemanager-controls h1 > a {
          margin: 0 2px;
          display: inline-block;
          text-decoration: none; }
          .filemanager-responsive .filemanager-wrap .filemanager-controls h1 > a:last-child {
            color: #797b7e; }
      .filemanager-responsive .filemanager-wrap .filemanager-controls .filemanager-layout-buttons {
        margin-left: 15px;
        float: right;
        display: block !important;
        padding: 0; }
        .filemanager-responsive .filemanager-wrap .filemanager-controls .filemanager-layout-buttons > .btn {
          padding: 2px 8px; }
          .filemanager-responsive .filemanager-wrap .filemanager-controls .filemanager-layout-buttons > .btn + .btn {
            margin-left: 5px; }
          .filemanager-responsive .filemanager-wrap .filemanager-controls .filemanager-layout-buttons > .btn.active {
            border-color: #eaebec; }
        .filemanager-responsive .filemanager-wrap .filemanager-controls .filemanager-layout-buttons .icon {
          margin: 0; }
    .filemanager-responsive .filemanager-wrap .filemanager-layout {
      position: static !important; }
      .filemanager-responsive .filemanager-wrap .filemanager-layout .icon-folder {
        color: #ffa96b; }
      .filemanager-responsive .filemanager-wrap .filemanager-layout .icon-file {
        color: #000; }
      .filemanager-responsive .filemanager-wrap .filemanager-layout .vsplitbar {
        width: 8px;
        position: relative; }
        .filemanager-responsive .filemanager-wrap .filemanager-layout .vsplitbar:after {
          content: '. . .';
          font-weight: bold;
          text-align: center;
          position: absolute;
          top: 45%;
          top: calc(50% - 30px);
          height: 60px;
          width: 8px;
          line-height: 0.7;
          color: #a3acb4; }
      .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree {
        overflow: auto;
        width: 200px;
        float: left;
        min-height: 300px;
        border-right: 1px solid #eaebec; }
        .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul > li > a {
            color: #3f4448;
            text-decoration: none;
            padding: 3px 8px 3px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            width: 100%; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul > li > a:hover .filemanager-filetree-item-title, .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul > li > a.hover .filemanager-filetree-item-title, .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul > li > a.directory-current .filemanager-filetree-item-title {
              color: #ffdc5f; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul > li > a > .icon {
              width: 18px;
              display: inline-block; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-filetree ul > li ul {
            margin-left: 15px; }
      .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo {
        text-align: center;
        padding: 0;
        margin: 0;
        overflow-x: auto;
        position: relative;
        left: -1px;
        border-left: 1px solid #eaebec; }
        .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview {
          text-align: left; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview > div {
            padding: 15px 15px 0 15px; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-title h1 {
            font-size: 23px;
            margin: 0;
            padding: 0; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-media img {
            max-height: 250px;
            max-width: 100%; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-media .filemanager-font-preview {
            font-size: 30px; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-media .icon {
            display: none;
            font-size: 100px;
            line-height: 1;
            color: #000; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-media.file-icon img {
            display: none; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-media.file-icon .icon {
            display: block; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-info {
            background: #f8f8f8;
            padding: 15px;
            margin-top: 15px; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-info dl {
              margin: 0; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-info dl dt {
                padding: 2px 0; }
                .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-info dl dt > span {
                  display: inline-block;
                  margin-left: 5px; }
                  .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-info dl dt > span .icon {
                    color: #000;
                    font-size: 21px; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview .filemanager-file-preview-info dl dd {
                padding: 2px 0; }
        .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview-controls {
          text-align: left;
          padding: 15px; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-file-preview-controls > .btn + .btn {
            margin-left: 15px; }
        .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table {
          width: 100%;
          min-width: 600px; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr {
            border-bottom: 1px solid #eaebec; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th {
              color: #a3acb4;
              padding: 9px 13px;
              cursor: pointer;
              font-weight: normal; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th .icon {
                display: none;
                font-size: 14px;
                color: #a3acb4; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th.tablesorter-headerAsc, .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th.tablesorter-headerDesc {
                font-weight: bold;
                color: #3f4448; }
                .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th.tablesorter-headerAsc .icon, .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th.tablesorter-headerDesc .icon {
                  color: #3f4448; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th.tablesorter-headerAsc .ion-arrow-up-b {
                display: inline-block; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table thead > tr > th.tablesorter-headerDesc .ion-arrow-down-b {
                display: inline-block; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr {
            border-bottom: 1px solid #eaebec;
            cursor: pointer;
            transition: ease 0.2s all;
            background: #FFF; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr:last-child {
              border-bottom: none; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr:hover, .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr.hover {
              background: #f8f8f8; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr > td {
              text-align: left;
              padding: 9px 13px; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr > td img {
                margin-right: 10px;
                display: inline-block;
                height: auto;
                width: auto;
                max-width: 20px;
                max-height: 60px; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr > td .icon {
                width: 20px;
                display: inline-block;
                line-height: 1; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr > td:first-child {
                max-width: 200px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr > td.td-info {
                color: #797b7e; }
                .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr > td.td-info abbr {
                  cursor: pointer;
                  border-bottom: none; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr.filemanager-table-item-empty {
              cursor: default;
              border: none; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr.filemanager-table-item-empty td {
                padding: 20px 10px;
                text-align: center;
                color: #797b7e; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-table table tbody > tr.filemanager-table-item-empty:hover {
                background: none; }
        .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid {
          margin-top: -10px;
          position: relative;
          min-width: 600px; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid.grid-empty {
            min-height: 350px; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid.grid-empty .filemanager-grid-item-empty-message {
              position: absolute;
              left: 0;
              right: 0;
              top: 50%;
              color: #797b7e; }
          .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item {
            padding-top: 10px;
            padding-bottom: 0;
            cursor: pointer;
            height: 160px; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .col-content {
              transition: ease 0.2s all;
              background: #FFF; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .col-content:hover {
                background: #f8f8f8; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .meta {
              display: none; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .filemanager-grid-item-image {
              width: 100%;
              height: 100px;
              padding: 10px;
              text-align: center; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .filemanager-grid-item-image > img {
                height: auto;
                max-height: 100%;
                width: auto;
                max-width: 100%;
                display: inline-block; }
              .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .filemanager-grid-item-image > .icon {
                font-size: 90px;
                line-height: 1; }
            .filemanager-responsive .filemanager-wrap .filemanager-layout .filemanager-fileinfo .filemanager-grid .filemanager-grid-item .filemanager-grid-item-title {
              padding: 10px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }

html {
  height: 100%; }

body {
  font-kerning: normal; }
  body.sticky {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
    body.sticky .dynamic-content {
      height: 100%;
      display: table-row; }
    body.sticky footer.foot {
      display: table-row;
      height: 1px; }

a {
  outline: none;
  cursor: pointer;
  color: #ffa96b; }
  a:link, a:active, a:visited, a:focus, a:hover {
    outline: none; }
  a.text-color {
    color: #3f4448; }
    a.text-color :hover, a.text-color :focus {
      color: #ffdc5f; }
    a.text-color.disabled :hover, a.text-color.disabled :focus, a.text-color.disabled {
      color: #a3acb4; }
  a.disabled {
    cursor: default;
    background: none;
    color: #b6b6b6 !important; }

.form-group.form-datepicker {
  margin-bottom: 0; }

.form-group label {
  font-weight: normal;
  color: #a3acb4;
  transition: ease-in 0.15s all; }

.radio label, .checkbox label {
  color: #a3acb4;
  padding-left: 0; }
  .radio label > div, .checkbox label > div {
    margin-right: 5px; }

.radio:hover label, .radio:focus label, .checkbox:hover label, .checkbox:focus label {
  color: #ffdc5f; }

.facility-data-row .form-group {
  word-break: break-word; }

.icon {
  font-size: 18px;
  line-height: normal;
  vertical-align: middle; }

.daytime-buttons > div {
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px; }
  .daytime-buttons > div .text {
    color: #838383;
    font-size: 16px;
    margin-top: -5px; }
  .daytime-buttons > div .time {
    color: #C6C6C6;
    font-size: 14px; }
    .daytime-buttons > div .time > span {
      display: inline-block;
      width: 65px; }
    .daytime-buttons > div .time .icon {
      color: #838383;
      font-size: 55px;
      margin: 0 10px;
      display: inline-block; }
  .daytime-buttons > div:hover .text, .daytime-buttons > div:focus .text, .daytime-buttons > div.active .text {
    color: #ff5a00; }
  .daytime-buttons > div:hover .time .icon, .daytime-buttons > div:focus .time .icon, .daytime-buttons > div.active .time .icon {
    color: #ffdc5f; }
  .daytime-buttons > div:last-child {
    margin-bottom: 0; }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset !important; }

.top-menu .icon.ion-power {
  font-size: 16px; }

.top-menu .icon.ion-android-lock {
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-right: 5px; }

.top-menu .icon.ion-person {
  margin-right: 5px; }

.visible-inline {
  display: inline; }

textarea {
  resize: vertical;
  min-height: 150px; }
  textarea.resize-y {
    resize: vertical; }
  textarea.resize-x {
    resize: horizontal; }
  textarea.no-resize {
    resize: none; }

:focus {
  outline: none; }

.input-group .form-control:last-child, .input-group .dataTables_wrapper .dataTables_length label select:last-child, .dataTables_wrapper .dataTables_length label .input-group select:last-child, .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

::-moz-focus-inner {
  border: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.pre {
  white-space: pre; }

.caret {
  border-top: 7px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.site-logo {
  display: block;
  text-decoration: none !important;
  min-height: 60px; }
  .site-logo > img {
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 100px; }

.navbar-brand {
  padding: 5px 0 5px 15px;
  height: 55px;
  vertical-align: middle; }
  .navbar-brand .navbar-brand-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .navbar-brand > img {
    width: auto;
    max-width: 130px;
    height: auto;
    max-height: 45px;
    display: inline-block;
    vertical-align: middle; }
  body[dir=rtl] .navbar-brand {
    padding: 5px 15px 5px 0; }

.site-actions {
  padding: 15px 0;
  text-align: center;
  background: #ffffff; }

.form-wrap {
  max-width: 600px; }

.form-wrap h3,
.form-wrap .h3,
.secondary-title {
  margin: 5px 0 10px;
  font-size: 20px; }

.sign-block {
  margin: 60px auto 5px;
  border: solid 1px #E2E2E2;
  border-bottom-width: 3px;
  padding: 30px;
  border-radius: 2px; }
  .sign-block .page-header {
    border-bottom: none; }

.breadcrumb {
  padding: 0;
  background: none;
  margin: 10px 0 0 0; }

.site-title {
  font-size: xx-large; }
  .site-title:hover {
    text-decoration: none; }

.visible-block {
  display: block; }

.step-subtotal {
  padding: 0 15px 15px; }

.image-link {
  display: inline-block; }

.coming-attractions {
  text-align: center;
  padding: 15px 0 10px; }
  .coming-attractions > a {
    display: block;
    white-space: normal; }

.catalog-item-pricing {
  min-height: 40px; }
  .catalog-item-pricing > a, .catalog-item-pricing > span {
    padding: 5px 0;
    color: #777;
    font-size: 12px; }
  .catalog-item-pricing a {
    color: #777; }

.event-labels .catalog-item-pricing, .event-labels .label {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block; }

.left-column-wrap.affix {
  top: -5px; }
  .left-column-wrap.affix .nav-pills, .left-column-wrap.affix .templatearea {
    display: none; }

.event-labels .label, .event-labels .catalog-item-pricing {
  font-size: 14px; }

.input-group .form-control, .input-group .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label .input-group select {
  z-index: 10; }

.input-group-datepicker {
  max-width: 270px;
  width: 100%; }

.form-control, .dataTables_wrapper .dataTables_length label select {
  color: #6b6b6b;
  box-shadow: 0 0 0 #FFF;
  transition: box-shadow 0.2s ease-in; }
  .form-control:focus, .dataTables_wrapper .dataTables_length label select:focus {
    border-color: #ffdc5f;
    box-shadow: 0 0 17px -5px rgba(4, 142, 221, 0.62);
    transition: box-shadow 0.2s ease-in; }
  .form-control.input-validation-error, .dataTables_wrapper .dataTables_length label select.input-validation-error {
    border-color: #fa4350; }
  .form-control.input-validation-error:focus, .dataTables_wrapper .dataTables_length label select.input-validation-error:focus {
    border-color: #fa4350;
    -webkit-box-shadow: 0 0 17px -5px #fa4350;
    -moz-box-shadow: 0 0 17px -5px #fa4350;
    box-shadow: 0 0 17px -5px #fa4350; }
  .form-control[readonly]:focus, .dataTables_wrapper .dataTables_length label select[readonly]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control-static {
  word-break: break-all; }

.checkout-success {
  font-size: 80px; }

.checkout-success-text {
  color: #777;
  margin-bottom: 25px; }

#idle-timer {
  display: none;
  font-size: 15px;
  color: #ff5a00; }
  #idle-timer > span {
    font-size: 18px;
    font-weight: bold;
    color: #ff5a00; }
  #idle-timer.idle-timer-danger {
    color: #fa4350; }
    #idle-timer.idle-timer-danger > span {
      color: #fa4350; }

.card-type-logos {
  margin: 10px 0 0; }

.checkout-method {
  padding: 20px 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .checkout-method label {
    font-weight: normal;
    cursor: pointer; }
    .checkout-method label > .checked ~ span {
      font-weight: bold; }
    .checkout-method label img {
      margin: 10px 0;
      margin: 2px 0px 5px;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      transition: 0.3s ease all; }
    .checkout-method label span {
      margin: 10px 0 0; }

.noty-buttons {
  padding: 5px 0 10px;
  text-align: center; }

.invite-send-container .page-header > h1 {
  padding-bottom: 13px; }

.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none; }
  .page-header > h1 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 600; }
  .page-header.page-header-mobile > h1 {
    padding: 0; }
  .page-header.block-header {
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 600px; }
    .page-header.block-header > h1 {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 16px; }

.page-header-add {
  margin-bottom: 10px; }
  .page-header-group + .page-header-add {
    margin-top: 20px; }

.block-content {
  padding: 10px 0;
  position: relative; }
  .block-content .form-wrap {
    margin: 0 auto; }
    .block-content .form-wrap .summary .summary-title {
      margin-top: 15px; }
    .block-content .form-wrap .buttons {
      margin-top: 20px; }
      .block-content .form-wrap .buttons > .btn {
        margin-bottom: 5px; }
        .block-content .form-wrap .buttons > .btn + .btn {
          margin-left: 20px; }
  .block-content .block-content-button {
    margin-top: 20px; }
  .block-content #child-list {
    margin-bottom: -30px; }
  .block-content .child-title {
    margin-top: 5px;
    margin-bottom: 5px; }

.page-header-with-actions:before {
  display: table;
  content: " "; }

.page-header-with-actions:after {
  display: table;
  content: " ";
  clear: both; }

.page-header-with-actions h1 {
  margin-top: 0; }

.page-header-with-actions .actions {
  margin-top: 5px; }

.section-header {
  font-size: 22px;
  padding-bottom: 10px;
  margin: 30px 0 15px 0;
  border-bottom: 1px solid #eee; }

.intl-tel-input {
  display: block; }

.catalog-empty {
  padding: 30px 0 0; }
  .catalog-empty .catalog-empty-text {
    font-size: 18px;
    margin-bottom: 15px; }

.alert-dismissable .close,
.alert-dismissible .close {
  color: #000; }

.alert {
  padding: 10px 35px 10px 15px; }
  .alert ul {
    list-style-type: none;
    padding: 0; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  background: #fa4350;
  padding: 10px;
  margin: 15px 0 15px 0;
  border-radius: 2px;
  color: #FFF;
  border: none; }
  .validation-summary-errors .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px; }
  .validation-summary-errors ul {
    margin: 0;
    padding: 0; }
  .validation-summary-errors li {
    list-style: none; }

.input-validation-error {
  border: 1px solid #fa4350; }

.mfp-close {
  cursor: pointer !important; }

.asterisk {
  color: #FF0000;
  position: absolute;
  margin-left: 5px; }

.uploader form, input[type=file] {
  cursor: pointer;
  font-size: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.pass-data {
  margin: 8px 0;
  border: 1px solid #E4E4E4;
  padding: 16px;
  position: relative; }

.intl-tel-input .country-list {
  z-index: 11 !important; }

.pass-phone-group .intl-tel-input {
  width: 100%; }

.slick-dotted.slick-slider {
  margin-bottom: 10px; }

.slick-arrows {
  font-size: 0; }

.slick-dots > li {
  margin-left: 0; }

.slick-dots > li + li {
  margin: 0 5px; }

.input-group-addon {
  cursor: pointer;
  padding: 4px 12px; }
  .input-group-addon > .icon {
    font-size: 20px;
    color: #a3acb4; }
    .input-group-addon > .icon[class*='ion-help-circled'] {
      top: 2px;
      position: relative; }
    .input-group-addon > .icon:hover, .input-group-addon > .icon:focus {
      color: #ffdc5f; }

.popover {
  font-size: 14px;
  line-height: 1.4;
  border-radius: 2px;
  border: none;
  box-shadow: 0 0 35px 2px rgba(189, 189, 189, 0.8); }
  .popover.top > .arrow {
    border-top-color: #d2d2d2; }
  .popover.movie-popover {
    max-width: 505px;
    /*&.left
        {
            //top: 35px !important;
            //left: -600px !important;
            margin-top: 10px;
            margin-left: -280px;
        }

        &.right
        {
            //left: 10px !important;
            //top: 35px !important;
            margin-left: -200px;
        } */ }
    .popover.movie-popover .popover-content {
      padding: 20px; }
      .popover.movie-popover .popover-content:empty {
        padding: 0; }
  .popover .row > div {
    padding-top: 0 !important;
    float: left;
    display: block; }

.drag-handle {
  margin-right: 10px;
  font: bold 20px sans-serif;
  color: #5F9EDF;
  display: inline-block;
  cursor: move; }

.widget-list .ui-sortable {
  height: auto !important; }

.modal-content {
  border-radius: 3px; }

.modal-evite table, .confirm-evite table {
  table-layout: fixed;
  width: 100% !important; }

.modal-evite img, .confirm-evite img {
  max-width: 100%;
  width: auto !important;
  height: auto !important; }

#details-modal .modal-footer {
  padding: 15px 30px; }

.common-header-warning {
  margin: 0;
  padding: 10px; }

.disabled label {
  color: #B6B6B6 !important; }

.left-menu-separator {
  margin: 4px 0; }

.full-width {
  width: 100%; }

.area-ticket-select .datepicker {
  margin: 0 auto; }

.area-ticket-select .time-slot-header {
  color: #a3acb4;
  margin: 20px 0 10px; }
  .area-ticket-select .time-slot-header > div {
    display: inline-block;
    vertical-align: middle; }
    .area-ticket-select .time-slot-header > div.text {
      width: 69%;
      padding-left: 20px; }
    .area-ticket-select .time-slot-header > div.tickets {
      width: 29%;
      padding-right: 20px;
      text-align: right; }

.area-ticket-select .time-slot {
  position: relative;
  margin: 0 10px;
  border-bottom: 1px solid #eaebec;
  cursor: pointer; }
  .area-ticket-select .time-slot.disabled, .area-ticket-select .time-slot.disabledhover, .area-ticket-select .time-slot.disabled:focus {
    cursor: no-drop !important; }
    .area-ticket-select .time-slot.disabled .time-slot-text .text,
    .area-ticket-select .time-slot.disabled .time-slot-text .tickets, .area-ticket-select .time-slot.disabledhover .time-slot-text .text,
    .area-ticket-select .time-slot.disabledhover .time-slot-text .tickets, .area-ticket-select .time-slot.disabled:focus .time-slot-text .text,
    .area-ticket-select .time-slot.disabled:focus .time-slot-text .tickets {
      color: #E6E6E6 !important; }
  .area-ticket-select .time-slot .time-slot-text {
    padding: 5px 0; }
    .area-ticket-select .time-slot .time-slot-text > div {
      display: inline-block;
      vertical-align: middle; }
      .area-ticket-select .time-slot .time-slot-text > div.text {
        width: 69%;
        padding-left: 10px; }
      .area-ticket-select .time-slot .time-slot-text > div.tickets {
        width: 29%;
        padding-right: 10px;
        text-align: right;
        color: #ffa96b; }
  .area-ticket-select .time-slot .time-slot-progress {
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    padding: 5px 0;
    text-indent: 10px;
    opacity: 0.25;
    color: transparent !important; }
  .area-ticket-select .time-slot:hover .time-slot-text > div {
    color: #ffa96b !important; }
  .area-ticket-select .time-slot.active .time-slot-text > div {
    color: #e67e22; }

.area-ticket-select .time-slot.disabled {
  cursor: default; }

.area-ticket-select .date-select .form-group {
  max-height: 370px;
  overflow: auto;
  overflow-x: hidden; }

.area-ticket-select .time-select .area-slot-list,
.area-ticket-select .item-select .area-ticket-list {
  max-width: 300px;
  margin: 0 auto;
  max-height: 370px;
  position: relative; }

.area-ticket-select .area-ticket-list {
  padding-top: 7px; }

.area-ticket-select .area-slot-list .event-error-response {
  padding: 0 10px; }

.area-language-toggle {
  color: #333; }

.checkbox label {
  max-width: none; }

.waiverError {
  color: #EF5350; }

.waiver-scrollable {
  max-height: 540px;
  overflow-y: auto;
  overflow-x: hidden; }

td.disabled.disabled-date.day {
  background-color: #D0D0D0; }
  td.disabled.disabled-date.day:hover {
    background-color: #D0D0D0; }

.modifier-error {
  color: #E45D5D; }
  .modifier-error a {
    color: #E45D5D; }

.ticket-inline, .mod-ticket-title {
  display: inline; }

.check-box-options-block .options {
  margin-left: 27px; }

.agreement-text {
  margin-top: 20px; }

.printable-margin {
  margin: 15px; }

.break-words {
  word-break: keep-all; }

.thank-you-margin {
  margin-bottom: 15px; }

.product-image-description {
  margin-top: 8px;
  height: 20px; }

.class-col > div {
  max-height: 700px;
  overflow: auto; }

.no-top-bottom-margins {
  margin-bottom: 0;
  margin-top: 0; }

.event-booking-modifiers {
  margin-bottom: 15px; }

.event-booking-package-items .item-price {
  margin-top: 0; }

.grid-filters {
  background: #f8f8f8;
  padding: 15px 15px 0;
  margin-bottom: 25px; }
  .grid-filters h4 {
    margin: 0 0 15px 1px;
    font-size: 16px; }

.input-group-quantity {
  width: 100%;
  max-width: 225px;
  float: right; }
  .input-group-quantity .input-group-btn + .input-group-btn {
    z-index: 12; }
  .input-group-quantity .input-group-btn > .btn {
    border-radius: 0; }
    .input-group-quantity .input-group-btn > .btn .icon {
      margin: 0; }
  .input-group-quantity .input-group-btn:first-child > .btn {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    body[dir=rtl] .input-group-quantity .input-group-btn:first-child > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
  .input-group-quantity .input-group-btn:last-child > .btn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    body[dir=rtl] .input-group-quantity .input-group-btn:last-child > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
  .input-group-quantity .mask-item-count {
    padding: 6px 2px;
    text-align: center;
    transition: none;
    min-width: 33px;
    box-shadow: inset 4px 0 13px -9px rgba(0, 0, 0, 0.75), inset -4px 0 12px -9px rgba(0, 0, 0, 0.75); }
    .input-group-quantity .mask-item-count:focus {
      border: 1px solid #ffdc5f;
      box-shadow: none; }
  .item-quantity .input-group-quantity {
    max-width: 137px; }
  body[dir=rtl] .input-group-quantity {
    float: left; }
    body[dir=rtl] .input-group-quantity .btn-up {
      border-left-width: 1px;
      border-right-width: 0; }
    body[dir=rtl] .input-group-quantity .btn-down {
      border-right-width: 1px;
      border-left-width: 0; }

.link-order {
  padding: 5px 15px;
  line-height: 2;
  color: #000;
  display: block;
  border: none;
  border-bottom: 1px dashed #CCC;
  text-decoration: none;
  margin-bottom: 0; }

.leftmenu-right {
  float: right !important; }

.leftmenu-left {
  float: left !important; }

.invite-templates .panel-image {
  min-height: 283px; }

.panel-image img {
  width: auto;
  max-width: 100%; }

.template-preview {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 100; }

.guest-response {
  font-style: italic;
  color: #9E9E9E;
  font-size: 90%; }

.force-refresh {
  cursor: pointer; }

table#RetailShippingOptions .editing .form-control, table#RetailShippingOptions .editing .dataTables_wrapper .dataTables_length label select, .dataTables_wrapper .dataTables_length label table#RetailShippingOptions .editing select {
  text-align: left !important; }

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

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

.modal-second-level {
  z-index: 1060; }

input[readonly] {
  background-color: #eeeeee !important;
  cursor: not-allowed !important; }

#theme-editor {
  height: 300px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #A8A8A8; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #999; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px; }

#page-sheme-container {
  display: block;
  width: 100%;
  border: 1px solid #C5C5C5;
  height: 400px;
  text-align: center;
  padding: 5px; }
  #page-sheme-container .page-central-column-sheme {
    display: inline-block;
    width: 100%;
    height: 50%; }
  #page-sheme-container .page-column-container {
    display: block;
    border: 1px solid #C5C5C5;
    height: 100%;
    padding: 0 5px; }
  #page-sheme-container .sidebar {
    display: block;
    border: 1px solid #c6c6c7;
    background-color: #D4D4D4;
    height: 85px;
    line-height: 85px;
    margin: 5px 0 0;
    color: #000;
    overflow: hidden;
    line-height: 14px; }
    #page-sheme-container .sidebar:before {
      content: "";
      padding: 32px 0 0 0;
      display: block; }
  #page-sheme-container .sidebar-indicated {
    display: block;
    margin: 5px 0 0;
    border: 1px dashed #89898A;
    background-color: #EEE;
    height: 85px; }

.sidebar-order-in-page-info {
  font-style: italic;
  color: #777;
  font-weight: initial; }

.cursor-grab {
  cursor: pointer;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab; }

.cursor-grabbing {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.delimiter {
  display: inline-block;
  width: 1px;
  background: #a3acb4;
  margin: 0 7px;
  height: 12px;
  position: relative;
  top: 1px; }

.icon-dropdown-caret {
  position: relative;
  font-size: 11px;
  margin-left: 4px; }

.area-ticket-select .item-event-content {
  min-height: 380px; }

@media (max-width: 767px) {
  .item-event-third-step.step-empty + .spinner-wrap,
  .item-event-second-step.step-empty + .spinner-wrap {
    top: auto;
    bottom: 0; }
  .loading-indicator .item-event-third-step.step-empty.item-event-content, .loading-indicator
  .item-event-second-step.step-empty.item-event-content {
    padding-top: 65px; } }

div.waiver-agreement {
  line-height: 24px;
  font: 14x arial, regular;
  color: #535353;
  white-space: pre-wrap;
  display: block;
  unicode-bidi: embed; }
  div.waiver-agreement table td.text {
    padding-left: 5px; }
  div.waiver-agreement hr.agreement {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(222, 222, 222, 0);
    margin-top: 30px;
    margin-bottom: 30px; }
  div.waiver-agreement .agree {
    text-transform: uppercase;
    color: #dedede; }
  div.waiver-agreement .waiverAgree {
    color: #8fbc8f;
    font-weight: bold; }

.delete-language {
  padding: 0;
  border: 0 !important; }

.control-box {
  text-align: right;
  width: 100%;
  margin: 10px; }

.carousel-control {
  background: none;
  border: 1px solid #D0D0D0;
  border-radius: 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 25px 15px 0px;
  position: static;
  height: 70px;
  width: 70px !important;
  color: #000;
  text-shadow: none; }

.form-title {
  text-transform: uppercase; }

.form-title h1 {
  font-size: 16px; }

.login-form .radio label {
  color: #797b7e; }

.login-form .customers-list {
  margin-bottom: 25px; }
  .login-form .customers-list .auth-space {
    margin-bottom: 25px; }

.login-form .recover-password-link {
  margin-bottom: 10px;
  margin-top: 10px; }

.login-form .btn-login {
  margin: 16px 0; }

.login-form .link-row {
  margin-top: 18px; }

.login-form,
.customer-info-form,
.login-form-aligner,
.auth-form {
  width: 100%;
  max-width: 360px; }

.customer-info-form .btn-set-user-info {
  margin-top: 20px; }

.aligner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .aligner .aligner-item {
    margin: 30px 0 20px;
    width: 100%; }
    @media (max-width: 480px) {
      .aligner .aligner-item {
        margin: 0 auto; } }
    .ie9 .aligner .aligner-item {
      margin: 0 auto; }
    .aligner .aligner-item.card-form-aligner, .aligner .aligner-item.waiver-aligner {
      max-width: 600px;
      width: 100%; }

@media (min-width: 800px) {
  .customer-info-aligner .login-form {
    margin: -2px 24px -5px 0 !important; }
  .customer-info-aligner .customer-info-form {
    margin: -2px 0 0 24px !important; } }

@media (min-width: 768px) {
  .customer-info-aligner .login-form {
    float: right;
    margin-right: 4px; }
  .customer-info-aligner .customer-info-form {
    margin-left: 4px; }
  .customer-info-aligner .login-form-container {
    border-right: 1px solid #D9DCDD; }
  .customer-info-aligner .login-form .form-title h1,
  .customer-info-aligner .customer-info-form .form-title h1 {
    margin-top: 0; }
  .customer-info-aligner .login-form .registration-link {
    padding-bottom: 0; }
  .customer-info-aligner {
    padding: 10px 0 6px 0; } }

@media (max-width: 767px) {
  .customer-info-aligner .login-form {
    border-bottom: 1px solid #D9DCDD;
    padding-bottom: 25px; }
  .customer-info-aligner .login-form,
  .customer-info-aligner .customer-info-form {
    margin-left: auto;
    margin-right: auto; }
  .customer-info-aligner .customer-info-form {
    margin-top: 35px; } }

.customer-info-aligner .customer-info-hidden {
  display: none; }

.item-tag .icon {
  padding-right: 6px; }
  [dir=rtl] .item-tag .icon {
    padding-right: 0;
    padding-left: 6px; }

.item .item-description-two-lines {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 15px;
  color: #a3acb4; }

.item .item-header-two-lines {
  height: 3em;
  overflow: hidden; }

.instructor-title a {
  color: #3f4448; }

.instructor-title a .icon {
  padding-right: 5px; }

.time-selection {
  padding-top: 25px; }

.instructor .item-title {
  margin: 10px 0 5px; }

.instructor .item-description-two-lines {
  margin-bottom: 5px; }

.buytickets-description {
  color: #3f4448 !important; }

.buytickets-details .item-times {
  margin: 20px 0px 0px 0px; }

.timer-row {
  border-top: 1px solid #EAEBEC;
  border-bottom: 1px solid #EAEBEC;
  line-height: 41px;
  display: none;
  margin-bottom: 19px; }

.cart-form-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eaebec;
  padding: 0 0 25px;
  margin-bottom: 15px; }
  .cart-form-header.no-border {
    margin-bottom: 0;
    border-bottom: 0; }

.cart-top-form-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.cart-form-groups {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.summary.affix-top {
  position: relative; }

.summary.affix {
  top: 0;
  position: fixed; }

.summary.affix-bottom {
  position: relative; }

.summary .summary-title {
  padding-bottom: 15px;
  padding-top: 5px; }

.summary .summary-item {
  border-top: 1px solid #eaebec;
  padding: 7px 0; }
  .summary .summary-item .summary-item-title {
    font-size: 13px;
    color: #3f4448; }
  .summary .summary-item .summary-item-value {
    font-size: 14px;
    margin-top: 3px;
    color: #3f4448;
    font-weight: bold; }
    .summary .summary-item .summary-item-value > a {
      color: #ffa96b;
      font-weight: normal; }
  .summary .summary-item .summary-item-list ul {
    padding: 5px 0 0 15px;
    margin: 0; }
    .summary .summary-item .summary-item-list ul > li {
      color: #a3acb4;
      font-size: 13px; }
      .summary .summary-item .summary-item-list ul > li + li {
        margin: 10px 0 0; }
      .summary .summary-item .summary-item-list ul > li > span {
        position: relative;
        left: -5px; }
      .summary .summary-item .summary-item-list ul > li > .title {
        color: #3f4448;
        display: block;
        font-size: 14px; }
      .summary .summary-item .summary-item-list ul > li > .time {
        color: #a3acb4; }
  .summary .summary-item.summary-item-float {
    width: 50%;
    float: left; }

.auth,
.modal-min-icon-large {
  color: #ffa96b; }

.auth-expired {
  color: #fa4350; }

.auth-icon-large,
.modal-min-icon-large {
  font-size: 64px; }

.auth-icon-medium {
  font-size: 32px; }

#main-content-container {
  height: 100%; }

.auth-icon-circle {
  padding: 3px 18px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 5px solid #fa4350; }

.auth-space {
  margin: 15px 0px; }

.help-block {
  color: #a3acb4; }

.child-list-controls {
  margin: 15px 0 30px; }
  .child-list-controls.no-top-margin {
    margin-top: 0; }

.item-area-ticket {
  margin: 0 10px;
  padding: 10px;
  border-left: 2px solid #a3acb4;
  border-bottom: 1px solid #eaebec; }
  .item-area-ticket:hover {
    border-left-color: #ff5a00; }
  .item-area-ticket .item-area-ticket-title {
    margin-bottom: 15px; }
  .item-area-ticket .item-area-ticket-controls > div {
    display: inline-block;
    vertical-align: middle; }
    .item-area-ticket .item-area-ticket-controls > div.price {
      width: 54%; }
      .item-area-ticket .item-area-ticket-controls > div.price .text {
        color: #a3acb4;
        margin-right: 5px; }
      .item-area-ticket .item-area-ticket-controls > div.price .data {
        color: #ff5a00;
        font-size: 18px; }
    .item-area-ticket .item-area-ticket-controls > div.qty {
      width: 43%; }
      .item-area-ticket .item-area-ticket-controls > div.qty .input-group-quantity {
        float: none; }

.child-list-container.selectable .item-image-overlay {
  cursor: pointer; }

.item-baby .item-title {
  margin: 15px 0 5px; }

.item-baby .item-description {
  margin-bottom: 0; }
  .item-baby .item-description > div {
    margin-bottom: 5px; }
    .item-baby .item-description > div:last-child {
      margin-bottom: 0; }

.item-baby .item-baby-image {
  background: #eaebec;
  position: relative;
  border-radius: 2px;
  border: 1px solid #eaebec; }

.item-baby .item-baby-checkbox {
  background: #FFF;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px; }
  .item-baby .item-baby-checkbox > div svg {
    vertical-align: baseline; }

.item-baby.selected .item-baby-image {
  border-color: #ffdc5f; }

.item-baby.item-baby-empty .item-baby-image .item-image-overlay {
  background: rgba(63, 68, 72, 0.7); }
  .item-baby.item-baby-empty .item-baby-image .item-image-overlay .item-image-empty-child-text {
    display: block;
    color: #FFF;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 50px 10px 20px;
    cursor: pointer; }
    .item-baby.item-baby-empty .item-baby-image .item-image-overlay .item-image-empty-child-text > div {
      color: #FFF;
      height: 120px;
      position: absolute;
      top: 30%;
      top: calc(50% - 60px);
      left: 0;
      right: 0; }
      .item-baby.item-baby-empty .item-baby-image .item-image-overlay .item-image-empty-child-text > div .icon {
        display: block;
        font-size: 90px;
        line-height: 1; }
  @media (max-width: 767px) {
    .item-baby.item-baby-empty .item-baby-image .item-image-overlay {
      height: auto;
      top: 0;
      background: rgba(63, 68, 72, 0.7) !important; }
      .item-baby.item-baby-empty .item-baby-image .item-image-overlay .item-image-overlay-buttons {
        display: none; } }

.item-baby.item-baby-empty:hover .item-image-overlay-buttons {
  display: none; }

.payment-method {
  border: none; }
  .payment-method .panel + .panel {
    margin-top: 0; }
  .payment-method .panel {
    border: none; }
    .payment-method .panel:last-child .panel-heading {
      border-bottom: 1px solid #eaebec; }
    .payment-method .panel.panel-empty .panel-body {
      padding: 0; }
    .payment-method .panel.panel-empty .panel-heading {
      top: 1px; }
      .payment-method .panel.panel-empty .panel-heading:before {
        display: none; }
    .payment-method .panel .panel-heading {
      background: #f8f8f8;
      border-top: 1px solid #eaebec;
      padding-left: 30px;
      padding-right: 30px;
      transition: ease 0.1s all; }
      .payment-method .panel .panel-heading:before {
        transition: ease 0.1s bottom;
        position: absolute;
        display: block;
        bottom: 15px;
        left: 130px;
        content: '';
        width: 0;
        height: 0; }
      .payment-method .panel .panel-heading.active {
        background: #ffa96b;
        border-color: #ffa96b;
        position: relative; }
        .payment-method .panel .panel-heading.active .panel-title {
          color: #FFF; }
          .payment-method .panel .panel-heading.active .panel-title .panel-check {
            border-color: #FFF;
            border-width: 2px; }
            .payment-method .panel .panel-heading.active .panel-title .panel-check > span {
              display: inline-block; }
        .payment-method .panel .panel-heading.active.shown:before {
          bottom: -12px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #ffa96b; }
        .payment-method .panel .panel-heading.active.top {
          border-top: 1px solid #eaebec; }
      .payment-method .panel .panel-heading a, .payment-method .panel .panel-heading a:focus {
        color: #3f4448;
        display: block;
        text-decoration: none; }
      .payment-method .panel .panel-heading .panel-title {
        display: block;
        padding: 13px 0;
        font-weight: bold; }
        .payment-method .panel .panel-heading .panel-title span {
          vertical-align: middle;
          margin-left: 15px; }
        .payment-method .panel .panel-heading .panel-title .panel-check {
          display: inline-block;
          width: 20px;
          height: 20px;
          text-align: center;
          margin-left: 0;
          padding: 3px;
          border-radius: 50%;
          border: 1px solid #b2b2b2; }
          .payment-method .panel .panel-heading .panel-title .panel-check > span {
            background: #FFF;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            vertical-align: top;
            display: none;
            margin: 0; }
    .payment-method .panel .panel-body {
      border: none; }
  .payment-method .payment-card-logos {
    white-space: nowrap;
    overflow: hidden;
    text-align: right; }
    .payment-method .payment-card-logos > img {
      display: inline-block; }

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

.template-guests {
  margin-bottom: 18px; }

.empty-tickets {
  margin-top: 15px;
  margin-bottom: 10px; }

.inline-content {
  display: inline-block;
  padding-right: 5px; }

@media (max-width: 767px) {
  .template-guests button {
    margin-bottom: 8px; } }

.guest-action-buttons {
  text-align: right; }

.left-column-wrap ul li:not(.active) a:not([href]):hover, .mobile-nav-item li:not(.active) a:not([href]):hover {
  color: #333; }

.left-column-wrap ul li:not(.active) a:not([href]):hover, .mobile-nav-item li:not(.active) a:not([href]):hover {
  color: #333; }

.left-column-wrap ul li.active a:not([href]):hover, .mobile-nav-item li.active a:not([href]):hover {
  color: #0063BE; }

.template-nav .template-title {
  margin: 20px 0 12px 0;
  font-size: 16px; }

@media (min-width: 992px) {
  .template-nav .template-title {
    min-height: 46px; } }

#templates-mobile .template-nav .template-title {
  height: auto;
  margin: 12px 0; }

.template-nav .template-option {
  margin-bottom: 14px;
  border-bottom: 1px solid #eaebec; }

.template-nav .template-option-table {
  display: table;
  border-bottom: 1px solid #eaebec; }
  .template-nav .template-option-table .template-option-row {
    display: table-row; }
  .template-nav .template-option-table .template-option-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0; }
    .template-nav .template-option-table .template-option-cell.template-image-container {
      vertical-align: middle; }
      .template-nav .template-option-table .template-option-cell.template-image-container img {
        -webkit-box-shadow: 2px 2px 4px #e8e8e8, -2px -2px 4px #e8e8e8;
        -moz-box-shadow: 2px 2px 4px #e8e8e8, -2px -2px 4px #e8e8e8;
        box-shadow: 2px 2px 4px #e8e8e8, -2px -2px 4px #e8e8e8;
        width: 140px;
        height: 140px; }
    .template-nav .template-option-table .template-option-cell.template-description-container {
      padding-left: 18px; }

.template-nav .template-option-table:first-child .template-option-cell {
  padding-top: 14px; }

.template-nav .template-option:last-child {
  border-bottom: none; }

#templates-mobile .template-nav {
  background-color: #fbfbfb;
  border-top: 1px solid #eaebec;
  margin-bottom: 14px; }

#templates-mobile .template-nav .template-option {
  margin-bottom: 0;
  padding-bottom: 18px; }

#templates-mobile .template-nav .template-option:last-child {
  border-bottom: 1px solid #eaebec; }

.template-guests .template-nav-title,
.template-guests .template-nav-title:hover {
  color: #a3acb4;
  font-size: 14px;
  padding-left: 0;
  margin: 63px 0 0 0; }

#templates-mobile .template-nav-title {
  margin: 15px 0 0 0; }

.template-guests .template-nav-hidden-xs {
  padding-right: 26px; }

#templates-mobile .template-guests .template-nav {
  padding-right: 0; }

.invite-header-controls {
  padding-top: 15px; }
  .invite-header-controls .icon {
    color: #ffa96b; }

.underline {
  border-bottom: 1px solid #eaebec; }

.invite-event-data-label {
  color: #a3acb4;
  margin: 15px 0 8px 0; }

.invite-event-data-event-date {
  font-weight: bold; }

.invite-event-data-event {
  font-size: 22px; }

@media (max-width: 767px) {
  .invite-event-data {
    margin-bottom: 0; }
  .invite-guests-summary .summary .value {
    text-align: right;
    font-weight: bold; }
  .invite-guests-summary .summary .title,
  .invite-guests-summary .summary .value {
    padding-top: 20px; }
  .template-guests .add-guest-btn-container {
    text-align: center; } }

@media (min-width: 768px) {
  .invite-event-data {
    margin-bottom: 26px; }
  .invite-guests-summary .summary .value {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 4px; }
  .invite-guests-summary .summary .title {
    text-align: center; } }

.invite-guests-summary > .title {
  font-size: 18px;
  padding: 15px 0 13px 0; }

.invite-guests-summary .summary .title {
  color: #a3acb4; }

.invite-guests-summary .value-row td {
  text-align: center; }

.invite-guests-summary .summary-block {
  display: inline-block;
  margin: 15px 40px 0 0; }

.invite-guests-summary {
  margin-bottom: 24px; }

.invitation-guests th {
  color: #a3acb4;
  border-top: 1px solid #eaebec !important;
  font-size: 14px; }

.invitation-guests th,
.invitation-guests td {
  padding: 14px 7px 14px 14px !important; }

@media (max-width: 767px) {
  .invitation-guests td div {
    word-wrap: break-word;
    white-space: normal;
    max-width: 170px; } }

table.invitation-guests {
  margin-top: 28px !important; }

.template-guests .guest-list-container {
  margin-bottom: 20px; }

.template-guests textarea.personalized-message {
  min-height: 80px;
  margin-bottom: 28px; }

.guest-action-buttons .dropdown {
  display: inline-block;
  margin-left: 16px; }

.cart-col-delivery {
  width: 170px; }

.guest-action-buttons .dropdown-menu, .guest-action-buttons .filemanager-contextmenu {
  right: 0;
  left: auto; }

.template-guests .template-option .image-border {
  border: 1px solid #eaebec;
  -moz-box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  height: 140px;
  width: 140px; }

.translation-table td {
  padding: 4px;
  vertical-align: top; }

.invite-event-data .template-mobile-link {
  font-size: 24px; }

.invite-event-data-selected-template {
  min-height: 24px;
  margin: 6px 0 8px 0; }

.template-guests .guest-full-data .guest-data-label {
  color: #a3acb4;
  margin-top: 4px; }

.guest-modal .modal-title {
  margin-bottom: 12px; }

.guest-modal .modal-header {
  padding-bottom: 0; }

.guest-modal .data-templatearea-content {
  margin-bottom: 0; }

.guest-modal .personalized-message-group {
  margin-bottom: 4px; }

@media (max-width: 767px) {
  .invite-template .invite-event-data-selected-template {
    max-width: 250px !important; } }

@media (max-width: 991px) {
  .invite-template .invite-event-data-selected-template {
    max-width: 688px; }
  .invite-send-container .guest-list-container {
    overflow: hidden; } }

@media (min-width: 768px) {
  .invite-event-data .visible-sm-block .row {
    margin-left: -25px;
    margin-right: -25px; }
  .invite-event-data .visible-sm-block .row > div {
    padding-left: 25px;
    padding-right: 25px; } }

.template-description-container .template-actions a {
  margin-bottom: 10px; }

.template-option .template-actions .btn-select-template,
.template-option-table .template-actions .btn-select-template {
  padding-top: 2px;
  padding-bottom: 2px; }

.template-option-table .template-actions a {
  vertical-align: top; }

.template-option .template-actions .btn-select-template .icon,
.template-option-table .template-actions .btn-select-template .icon {
  font-size: 26px; }

.template-option .template-actions .btn .icon,
.template-option-table .template-actions .btn .icon {
  margin-right: 2px; }

.template-actions .preview-template {
  text-decoration: none;
  padding: 4px 12px; }
  .template-actions .preview-template .icon {
    font-size: 22px; }

.selected-template .template-option-table .template-actions .preview-template {
  margin-bottom: 0; }

.template-option .template-actions .btn,
.template-option-table .template-actions .btn {
  width: 116px; }

.template-option .template-actions .btn.btn-link,
.template-option-table .template-actions .btn.btn-link {
  width: auto; }

.invite-event-data-label.invite-date-label {
  margin-top: 8px; }

.invitation-guests .evite-guest-actions {
  padding-right: 22px !important; }

.modal .modal-header .close {
  z-index: 100; }

.break-word {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal; }

.disabled-link {
  pointer-events: none;
  cursor: default; }

.tabdrop-arrow-wrap {
  border: 1px solid #eaebec;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 1.9; }
  .tabdrop-arrow-wrap .tabdrop-arrow {
    font-size: 18px;
    color: #a3acb4; }
  .tabdrop-arrow-wrap:hover .tabdrop-arrow {
    color: #ffdc5f; }

.under-construction {
  background: url(/Content/img/under-construction-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .under-construction .under-construction-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px; }
    .under-construction .under-construction-overlay .under-construction-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #FFF;
      padding: 25px 20px; }
      .under-construction .under-construction-overlay .under-construction-footer .under-construction-footer-text {
        text-align: center;
        line-height: 2;
        position: relative; }
        .under-construction .under-construction-overlay .under-construction-footer .under-construction-footer-text span {
          opacity: 0.7; }
        .under-construction .under-construction-overlay .under-construction-footer .under-construction-footer-text > a {
          color: #FFF;
          font-weight: bold;
          opacity: 0.7;
          text-decoration: none; }
          .under-construction .under-construction-overlay .under-construction-footer .under-construction-footer-text > a:hover {
            opacity: 1; }
        .under-construction .under-construction-overlay .under-construction-footer .under-construction-footer-text .under-construction-footer-link {
          font-weight: normal;
          position: absolute;
          right: 50px; }
          @media (max-width: 991px) {
            .under-construction .under-construction-overlay .under-construction-footer .under-construction-footer-text .under-construction-footer-link {
              position: static;
              right: 0;
              display: block;
              margin-top: 5px; } }
  .under-construction .under-construction-logo {
    text-align: center; }
  .under-construction .under-construction-title {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    top: calc(60% - 120px);
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px; }
    .under-construction .under-construction-title > h1 {
      color: #FFF;
      margin: 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
      font-size: 48px; }
  .under-construction .under-construction-modal-body {
    padding: 0 0 15px;
    text-align: center; }
    .under-construction .under-construction-modal-body input {
      width: 75%;
      display: inline-block; }

.webstore-error {
  padding: 50px 0 90px; }
  @media (max-width: 991px) {
    .webstore-error {
      padding: 10px 0 20px; } }
  .webstore-error .webstore-error-code {
    font-size: 130px; }
  .webstore-error .webstore-error-message {
    font-size: 18px;
    color: #a3acb4; }

.btn-notif-nav {
  margin-top: -17px;
  padding: 6px 5px !important; }

.ionicons-icon-style, .choice-set-select .choice-set-content .choice-group .choice-set + .choice-set:before, div.dataTables_paginate .paginate_button.next:before, div.dataTables_paginate .paginate_button.next:after, div.dataTables_paginate .paginate_button.previous:before, div.dataTables_paginate .paginate_button.previous:after, .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview.dz-file-preview .dz-details:before, .modal-filemanager .modal-filemanager-upload .modal-filemanager-upload-dropzone .dz-preview .dz-remove:after {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.retransmit-form {
  margin-bottom: 15px; }
  .retransmit-form .btn-retransmit {
    width: 200px; }
  .retransmit-form .checkbox {
    margin-left: 10px; }

.report-viewer {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  overflow: hidden;
  font-family: Verdana, Arial; }

.report-link {
  border-left: 3px solid;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  width: 0;
  white-space: nowrap;
  -moz-transition: ease-in-out 0.35s all;
  -webkit-transition: ease-in-out 0.35s all;
  transition: ease-in-out 0.35s all; }
  .report-link :hover {
    text-decoration: none; }
