/* ---------- 01.BASE STYLE ---------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: Nunito Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #FFFFFF;
  background: #363333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

a {
  color: #FFFFFF;
  cursor: pointer; }
  a:active, a:focus, a:hover {
    color: #B5B5B5;
    text-decoration: none;
    outline: 0; }

.close {
  color: #FFFFFF;
  opacity: 0.75;
  text-shadow: none; }

.close:focus, .close:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  opacity: 0.75; }

.btn {
  font-size: 0.875rem;
  padding: 0.469rem 1.15rem; }

.btn-link {
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 0.3125rem; }
  .btn-link:not(:disabled):not(.disabled):active, .btn-link:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    text-decoration: none; }

.btn-danger {
  border: none; }

.btn-icon {
  color: #FFFFFF;
  background: #ffb347;
  background: -moz-linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
  background: -webkit-linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
  background: linear-gradient(45deg, #FFB347 0%, #FFCC33 100%); }
  .btn-icon:hover {
    color: #FFFFFF;
    background: #FFB347;
    background: -moz-linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
    background: -webkit-linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
    background: linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
    opacity: 0.8; }
  .btn-icon:focus {
    outline: 0;
    box-shadow: none; }
  .btn-icon:not(:disabled):not(.disabled):active {
    color: #FFFFFF;
    background: #FFB347;
    background: -moz-linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
    background: -webkit-linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
    background: linear-gradient(45deg, #FFB347 0%, #FFCC33 100%);
    opacity: 0.8; }

label {
  color: #B5B5B5; }

.form-control {
  color: #FFFFFF;
  background-color: #363333;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.3125rem;
  width: 100%;
  transition: width 0.8s ease; }
  .form-control:focus {
    color: #FFFFFF;
    background-color: #363333;
    border-color: transparent;
    box-shadow: none; }

.form-control::placeholder {
  font-size: 0.875rem;
  color: #FFFFFF;
  opacity: 0.6; }

.form-control:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6; }

.form-control::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6; }

.card {
  background-color: #3D3939;
  border: none;
  border-radius: 0.3125rem; }

.card-body {
  padding: 0.9375rem; }

.modal-content {
  background-color: #2C2929;
  border: none;
  border-radius: 0.9375rem; }

.modal-header {
  border-bottom: none; }

.modal-footer {
  border-top: none; }

.bootstrap-tagsinput {
  color: #FFFFFF;
  background-color: #363333;
  padding: 0.5rem 0.75rem;
  border-radius: 0.3125rem;
  cursor: text; }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    color: #FFFFFF;
    background-color: transparent; }
  .bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none; }
  .bootstrap-tagsinput .tag {
    padding: 0.15rem 0.5rem;
    margin-right: 0.3125rem;
    color: #FFFFFF;
    background-color: #B5B5B5;
    border-radius: 0.15rem; }
    .bootstrap-tagsinput .tag [data-role="remove"] {
      cursor: pointer; }

.tab-content::-webkit-scrollbar {
  display: none; }

.tab-content::-moz-scrollbar {
  display: none; }

.items::-webkit-scrollbar {
  display: none; }

.items::-moz-scrollbar {
  display: none; }

/* ---------- 02.LAYOUTS STYLE ---------- */
.navbar-primary {
  background: #FFB347;
  background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c_1_preference_1', endColorstr='$c_2_preference_1',GradientType=1 );
  padding: 0.688rem 1rem; }

.navbar-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-primary .navbar-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.navbar-band .navbar-title {
  font-size: 1.125rem; }

.navbar-band .navbar-title > span {
  font-weight: 700; }

.navbar-search > .form-control {
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  border: none;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.85rem; }

.footer-page {
  position: absolute;
  overflow-y: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 1.5625rem 0.9375rem; }

.copyright {
  font-size: 0.875rem;
  font-weight: 300;
  color: #B5B5B5; }
  .copyright span {
    font-weight: 700; }

.base {
  background-color: transparent; }

.base-items {
  height: 100px;
  text-align: center; }

.floor {
  background-color: #B4A695;
  background-image: url("../img/floor@2x.png");
  background-repeat: repeat;
  background-size: 200px 200px;
  margin: 0.9375rem 0;
  height: calc(100vh - 200px);
  border-radius: 0.625rem; }

.items {
  height: auto; }
  .items .btn {
    margin-bottom: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.063rem;
    display: block;
    border: none;
    border-radius: 3.125rem; }

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }
  .wrapper:before, .wrapper:after {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: ""; }
  .wrapper .wrapper-container .card {
    border-radius: 0.625rem; }

.wrapper-container {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block; }

.wrapper-content {
  width: 100%;
  max-width: 475px; }

.wrapper-setup {
  max-width: 677px; }

.sidebar-flex {
  height: calc(100vh - 60px); }

.sidebar {
  background-color: #2C2929;
  display: block;
  overflow: hidden;
  height: calc(100vh - 60px); }

.tab-content {
  height: calc(100vh - 265px);
  overflow-y: auto; }

.nav-items, .tab-items {
  margin: 1.5625rem 0; }

.nav-items {
  border-top: 1px solid #3D3939;
  border-bottom: 1px solid #3D3939;
  padding: 0.625rem 0; }
  .nav-items .nav-link {
    padding: 0.5rem 1rem; }
  .nav-items.nav-pills .nav-link {
    color: #B5B5B5;
    font-size: 0.75rem;
    font-weight: 600;
    position: relative; }
  .nav-items.nav-pills .nav-link.active, .nav-items .nav-pills .show > .nav-link {
    color: #FFB347;
    background-color: transparent; }
    .nav-items.nav-pills .nav-link.active:after, .nav-items .nav-pills .show > .nav-link:after {
      content: "";
      position: absolute;
      background-color: transparent;
      width: 25px;
      height: 2px;
      bottom: 0;
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
      border-radius: 3.125rem; }

.status {
  background-color: #2C2929;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.status-number {
  font-weight: 700;
  color: #FFB347; }

/* ---------- 03.MODULES STYLE ---------- */
.card-content .card-heading {
  font-weight: 600;
  padding-bottom: 0.3125rem; }
.card-content .card-info {
  font-size: 0.875rem;
  color: #B5B5B5; }

.card-left-content .card-h6 {
  font-size: 0.875rem; }

.modal-header .modal-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 2.5;
  letter-spacing: 0.5px; }

.modal-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem; }

.modal .nav-link {
  background-color: #3D3939;
  margin: 0.35rem 0;
  padding: 0.65rem 1rem; }

#v-pills-date-tab span {
  float: right;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 0.0625rem 0; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFB347;
  background-color: #3D3939; }

.tab-side {
  background-color: #3D3939;
  border-radius: 0.3125rem; }

.l-subtite {
  color: #B5B5B5;
  font-weight: 300; }

.stats-number {
  font-weight: 600;
  color: #FFB347; }

.stats-title {
  font-size: 0.75rem; }

.contact-body {
  margin-bottom: 16px; }

.contact-heading {
  font-size: 0.875rem;
  color: #B5B5B5; }

.contact-description {
  font-size: 0.875rem; }

.contact-body .btn {
  padding: 0.469rem 0.657rem;
  border-radius: 50%; }

.guests-content #btn-minus,
.guests-content #btn-plus {
  height: 35px;
  width: 35px;
  padding: 0.375rem 0.55rem; }

.i-btn-item-1, .i-btn-item-2, .i-btn-item-3, .i-btn-item-4, .i-btn-item-5, .i-btn-item-6, .i-btn-item-7, .i-btn-item-8, .i-btn-item-9 {
  background-image: url("../img/icon.svg");
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px; }

.i-btn-item-1 {
  background-position: -7.5px -36px;
  background-size: 180px 180px; }

.i-btn-item-2 {
  background-position: -141px -37px;
  background-size: 180px 180px; }

.i-btn-item-3 {
  background-position: -73px -36px;
  background-size: 180px 180px; }

.i-btn-item-4 {
  background-position: -105px -36.5px;
  background-size: 180px 180px; }

.i-btn-item-5 {
  background-position: -8px -74px;
  background-size: 180px 180px; }

.i-btn-item-6 {
  background-position: -40px -74px;
  background-size: 180px 180px; }

.i-btn-item-7 {
  background-position: -142px -74px;
  background-size: 180px 180px; }

.i-btn-item-8 {
  background-position: -105px -73px;
  background-size: 180px 180px; }

.i-btn-item-9 {
  background-position: -8px -104px;
  background-size: 180px 180px; }

.i-confirm, .i-notconfirm, .i-await {
  background-image: url("../img/icon.svg");
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px; }

.i-confirm {
  background-position: -35px -10px;
  background-size: 200px 200px; }

.i-notconfirm {
  background-position: -67px -10px;
  background-size: 200px 200px; }

.i-await {
  background-position: -99px -10px;
  background-size: 200px 200px; }

.i-status {
  height: 25px;
  width: 25px; }

.i-edit, .i-delete {
  background-image: url("../img/icon.svg");
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px; }

.i-edit {
  background-position: -274px -9px;
  background-size: 150px 150px; }

.i-delete {
  background-position: -99px -9px;
  background-size: 150px 150px; }

.i-minus, .i-plus, .i-menu {
  background-image: url("../img/icon.svg");
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px; }

.i-minus {
  background-position: -65px -88px;
  background-size: 150px 150px; }

.i-plus {
  background-position: -37px -88px;
  background-size: 150px 150px; }

.i-menu {
  background-position: -87px -87px;
  background-size: 150px 150px; }

.btn-primary {
  color: #FFFFFF;
  background: #FFB347;
  background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c_1_preference_1', endColorstr='$c_2_preference_1',GradientType=1 );
  border-color: transparent; }
  .btn-primary:hover {
    color: #FFFFFF;
    background: #FFB347;
    background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c_1_preference_1', endColorstr='$c_2_preference_1',GradientType=1 );
    border-color: transparent;
    opacity: 0.85; }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #FFFFFF;
    background: #FFB347;
    background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c_1_preference_1', endColorstr='$c_2_preference_1',GradientType=1 );
    border-color: transparent;
    opacity: 0.75; }
  .btn-primary:focus {
    box-shadow: none; }
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }

.btn-secondary {
  color: #FFFFFF;
  background-color: #2C2929;
  border-color: #3D3939; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #2C2929;
    border-color: #545b62; }
  .btn-secondary:not(:disabled):not(.disabled):active {
    color: #FFFFFF;
    background-color: #2C2929;
    border-color: #545b62; }
  .btn-secondary:focus {
    box-shadow: none; }
  .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }

#inp-quantity {
  color: #FFFFFF;
  background-color: transparent;
  border: none; }

#btn-minus {
  background-color: #B5B5B5;
  height: 40px;
  width: 40px;
  padding: 0.375rem 0.75rem; }

#btn-plus {
  background-color: #B5B5B5;
  height: 40px;
  width: 40px;
  padding: 0.375rem 0.75rem; }

.theme-color-0 {
  width: 100px;
  height: 30px;
  background: #FFB347;
  background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
  border-radius: 0.3125rem; }

.theme-color-1 {
  width: 100px;
  height: 30px;
  background: #CB2D3E;
  background: -moz-linear-gradient(left, #CB2D3E 0%, #EF473A 100%);
  background: -webkit-linear-gradient(left, #CB2D3E 0%, #EF473A 100%);
  background: linear-gradient(to right, #CB2D3E 0%, #EF473A 100%);
  border-radius: 0.3125rem; }

.theme-color-2 {
  width: 100px;
  height: 30px;
  background: #42275A;
  background: -moz-linear-gradient(left, #42275A 0%, #734B6D 100%);
  background: -webkit-linear-gradient(left, #42275A 0%, #734B6D 100%);
  background: linear-gradient(to right, #42275A 0%, #734B6D 100%);
  border-radius: 0.3125rem; }

.modal-subtitle {
  font-size: 0.875rem;
  color: #FFB347; }

.modal-visits {
  font-size: 0.875rem; }
  .modal-visits span {
    color: #FFB347; }

.modal-tags {
  font-size: 0.875rem;
  padding: 0.469rem 1.15rem;
  border: 1px solid #3D3939;
  border-radius: 0.3125rem; }

.modal-custatus {
  border-top: 1px solid #3D3939;
  border-bottom: 1px solid #3D3939; }

.modal-status {
  font-size: 0.75rem;
  color: #B5B5B5; }

div.status-select {
  position: relative; }
  div.status-select.disabled {
    opacity: 0.5; }
  div.status-select select:focus + div.trigger {
    box-shadow: 0 0 0 2px #4B5468; }
    div.status-select select:focus + div.trigger.open {
      box-shadow: none; }
  div.status-select div.trigger {
    cursor: pointer;
    padding: 0.625rem 1.5rem 0.5625rem 0.5625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: transparent;
    color: #FFFFFF;
    width: 100%;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out; }
    div.status-select div.trigger:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #B5B5B5;
      top: 0.9375rem;
      right: 0; }
    div.status-select div.trigger.open {
      background: transparent;
      color: #FFFFFF;
      box-shadow: none; }
      div.status-select div.trigger.open:after {
        border-top-color: #7A8498; }
  div.status-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #3D3939;
    border-radius: 0.3125rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    width: 100%;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }
    div.status-select ul.options.open {
      visibility: visible;
      top: 50px;
      opacity: 1;
      transition: opacity 300ms ease-out, top 300ms ease-out;
      -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
      -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
      -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
      -o-transition: opacity 300ms ease-out, top 300ms ease-out; }
    div.status-select ul.options.overflowing {
      top: auto;
      bottom: 40px;
      transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
      -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }
      div.status-select ul.options.overflowing.open {
        top: auto;
        bottom: 50px;
        transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
        -o-transition: opacity 300ms ease-out, bottom 300ms ease-out; }
    div.status-select ul.options li {
      padding: 0.9375rem;
      color: #B5B5B5;
      cursor: pointer;
      white-space: nowrap;
      transition: all 150ms ease-out;
      -webkit-transition: all 150ms ease-out;
      -moz-transition: all 150ms ease-out;
      -ms-transition: all 150ms ease-out;
      -o-transition: all 150ms ease-out; }
      div.status-select ul.options li.selected {
        background: #363333;
        color: #FFFFFF; }
      div.status-select ul.options li.hover {
        color: #fff; }

.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a, .tabcontrol a {
  outline: 0; }

.wizard ul, .tabcontrol ul {
  list-style: none !important;
  text-align: center;
  padding: 0;
  margin: 0; }

.wizard ul > li, .tabcontrol ul > li {
  display: inline-block;
  padding: 0; }

.wizard > .steps .current-info, .tabcontrol > .steps .current-info, .wizard > .content > .title, .tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.5625rem; }
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%; }
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }
.wizard > .steps .number {
  font-size: 1.429em;
  display: none; }
.wizard > .steps > ul > li {
  width: 25%; }
.wizard > .actions > ul > li {
  float: left; }
.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }
  .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.wizard > .steps .disabled a {
  background: #3D3939;
  color: #aaa;
  cursor: default; }
  .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #2C2929;
    color: #FFFFFF;
    cursor: pointer; }
.wizard > .steps .current a {
  color: #FFFFFF;
  background: #FFB347;
  background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
  cursor: pointer; }
  .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    color: #FFFFFF;
    background: #FFB347;
    background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
    opacity: 0.85;
    cursor: pointer; }
.wizard > .steps .done a {
  background: #2C2929;
  color: #FFFFFF; }
  .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #3D3939;
    color: #FFFFFF; }
.wizard > .steps .error a {
  background: #ff3111;
  color: #fff; }
  .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff; }
.wizard > .content {
  background: #3D3939;
  display: block;
  margin: 0.5em;
  min-height: 38em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2.5%; }
  .wizard > .content > .body ul {
    list-style: disc !important; }
    .wizard > .content > .body ul > li {
      display: list-item; }
  .wizard > .content > .body > iframe {
    border: 0 none;
    width: 100%;
    height: 100%; }
  .wizard > .content > .body input {
    display: block; }
    .wizard > .content > .body input[type="checkbox"] {
      display: inline-block; }
    .wizard > .content > .body input.error {
      background: #fbe3e4;
      border: 1px solid #fbc2c4;
      color: #8a1f11; }
  .wizard > .content > .body label {
    display: inline-block; }
    .wizard > .content > .body label.error {
      color: #8a1f11;
      display: inline-block;
      margin-left: 1.5em; }
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 1.5625rem; }
.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }
  .wizard > .actions > ul > li {
    margin: 0 0.5em; }
    .wizard > .actions > ul > li:first-child a {
      font-size: 0.875rem;
      padding: 0.469rem 1.15rem;
      color: #FFFFFF;
      background: #2C2929;
      border-color: #3D3939; }
      .wizard > .actions > ul > li:first-child a:hover, .wizard > .actions > ul > li:first-child a:active {
        color: #FFFFFF;
        background-color: #2C2929;
        border-color: #545b62; }
.wizard > .actions a {
  color: #FFFFFF;
  background: #FFB347;
  background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
  background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
  display: block;
  font-size: 0.875rem;
  padding: 0.469rem 1.15rem;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .wizard > .actions a:hover, .wizard > .actions a:active {
    color: #FFFFFF;
    background: #FFB347;
    background: -moz-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: -webkit-linear-gradient(left, #FFB347 0%, #FFCC33 100%);
    background: linear-gradient(to right, #FFB347 0%, #FFCC33 100%);
    opacity: 0.85;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .wizard > .actions a .disabled a {
    background: #eee;
    color: #aaa; }
    .wizard > .actions a .disabled a:hover, .wizard > .actions a .disabled a:active {
      background: #eee;
      color: #aaa; }

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1; }
    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0; }
      .tabcontrol > .steps > ul > li.current {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px 0;
        margin-top: 0; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 15px 30px 10px 30px; }
      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none; }
      .tabcontrol > .steps > ul > li:hover {
        text-decoration: none; }
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }
  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%; }
    .tabcontrol > .content > .body ul {
      list-style: disc !important; }
      .tabcontrol > .content > .body ul > li {
        display: list-item; }

@media (max-width: 576px), only screen and (min-device-width: 576px) {
  .base-items {
    height: auto; } }

@media (max-width: 576px) and (orientation: portrait) {
  .items .btn {
    padding: 0.75rem;
    margin-bottom: 0; } }
@media (min-width: 576px) and (max-width: 768px) and (orientation: landscape) {
  .items .btn {
    padding: 0.75rem;
    margin-bottom: 0; } }

@media (max-width: 576px) {
  .wizard > .steps > ul > li {
    width: auto; } }

@media (max-width: 576px) and (orientation: portrait) {
  .modal-subtitle {
    margin-bottom: 1rem !important; } }
@media (max-height: 576px) and (orientation: landscape) {
  .modal-subtitle {
    margin-bottom: 1rem !important; } }

@media (max-width: 576px) and (orientation: portrait) {
  #sidebar {
    z-index: 1000;
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important; } }
@media (max-height: 576px) and (orientation: landscape) {
  #sidebar {
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0; } }
@media (min-width: 576px) and (max-width: 768px) {
  #sidebar {
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0; } }
@media (min-width: 812px) and (max-width: 992px) and (orientation: landscape) {
  #sidebar {
    z-index: 1000 !important;
    left: 360px !important;
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #sidebar {
    max-width: 33.497%;
    -ms-flex: 0 0 33.497%;
    flex: 0 0 33.497%; } }
@media (min-width: 768px) and (max-width: 992px) {
  #sidebar {
    z-index: 1000;
    position: absolute;
    left: 0;
    width: 360px;
    max-width: 41.5%;
    -ms-flex: 0 0 41.5%;
    flex: 0 0 41.5%;
    margin-left: -360px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }
@media (max-width: 1024px) and (orientation: portrait) {
  #sidebar {
    z-index: 1000;
    position: absolute;
    left: 0;
    width: 360px;
    max-width: 41.5%;
    -ms-flex: 0 0 41.5%;
    flex: 0 0 41.5%;
    margin-left: -360px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }

@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #sidebar.toggled {
    left: 360px; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .floor {
    width: calc(100vh - 117px);
    overflow-x: scroll; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .items {
    width: calc(100vh - 117px);
    overflow-x: scroll; } }
@media (min-width: 812px) and (max-width: 992px) and (orientation: landscape) {
  .items {
    display: block !important;
    width: auto !important;
    padding: 0.75rem;
    margin-bottom: 0; } }

@media (max-width: 576px) and (orientation: portrait) {
  .navbar-search-col {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important; } }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navbar-search-col {
    max-width: 41.5%;
    -ms-flex: 0 0 41.5%;
    flex: 0 0 41.5%; } }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .navbar-search-col {
    max-width: 41.5%;
    -ms-flex: 0 0 41.5%;
    flex: 0 0 41.5%; } }
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navbar-search-col {
    max-width: 33.6%;
    -ms-flex: 0 0 33.6%;
    flex: 0 0 33.6%; } }
@media (min-width: 1024px) and (orientation: portrait) {
  .navbar-search-col {
    max-width: 35.3%;
    -ms-flex: 0 0 35.3%;
    flex: 0 0 35.3%; } }

@media (max-width: 1024px) and (orientation: portrait) {
  .btn-toggle {
    display: block; } }
@media (max-height: 1024px) and (orientation: landscape) {
  .btn-toggle {
    display: none; } }

@media (max-width: 576px) and (orientation: portrait) {
  .tab-side {
    height: auto !important;
    margin-top: 3rem !important;
    padding: 1.5rem !important; } }

/*# sourceMappingURL=style.css.map */
