#page-container,
#sidebar {
  background-color: #333;
}

#header-navbar {
  background: #0BB783;
}

.bg-meeshop-red {
  background-color: #9d3939;
}

.text-meeshop-red {
  color: #9d3939;
}

.bg-meeshop {
  background-color: #0BB783;
  color: #fff;
}

.text-meeshop {
  color: #0BB783;
}

#main-container {
  background-color: #ffffff;
}

.header-search form {
  background-color: #ffffff;
}

.header-search-input {
  padding-left: 4px !important;
}

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

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

.margin-left-25px {
  margin-left: 25px;
}

.margin-sides-zero {
  margin-left: 0;
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.padding-left-zero {
  padding-left: 0;
}

.border-muted {
  border: 1px solid #eee;
}

.border-danger {
  border: 1px solid #d26a5c;
}

.border-success {
  border: 1px solid #45c37b;
}

.nav-main a > i {
  color: #0BB783;
}

.nav-main a {
  color: #fff;
}

.nav-main a:hover,
.nav-main a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}

.alert-meeshop {
  background-color: #0BB783;
  color: #ffffff;
  box-shadow: 0 2px #0BB783;
}

.alert-danger {
  background-color: #e74c3c;
  color: #ffffff;
  box-shadow: 0 2px #c0392b;
}

.alert-warning {
  background-color: #f1c40f;
  color: #ffffff;
  box-shadow: 0 2px #f39c12;
}

a {
  color: #0BB783;
  transition: color 0.12s ease-out;
}

a:hover,
a:focus,
a:active {
  color: #21b589;
}

.btn-trans {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.23);
}

.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #fff;
}

.btn-meeshop {
  color: #fff;
  background-color: #0BB783;
  border-color: #0BB783;
}

.btn-meeshop:hover,
.btn-meeshop:focus,
.btn-meeshop:active {
  background-color: #21b589;
  border-color: #21b589;
  color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d26a5c;
  border-color: #d26a5c;
}

.btn-danger:hover {
  background-color: #c94d3c;
  border-color: #c94d3c;
}

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:hover {
  background-color: #419644;
  border-color: #419644;
}

.form-material.form-material-meeshop > .form-control:focus + label {
  color: #0BB783;
}

.form-material.form-material-meeshop > .form-control:focus {
  box-shadow: 0 2px 0 #0BB783;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #0BB783;
  background-color: #f9f9f9;
  box-shadow: 0 2px #0BB783;
}

.bold {
  font-weight: 700;
}

.alert-success {
  background-color: #34a263;
  color: #fff;
  box-shadow: 0 2px #387551;
}

.alert-expired {
  background-color: #a48ad4;
  color: #ffffff;
  box-shadow: 0 2px #6d5c8e;
}

.content-boxed {
  padding-top: 20px;
}

.block-table td {
  padding: 0;
}

.switch input + span {
  width: 54px;
  height: 30px;
  background-color: #d26a5c;
  border-radius: 30px;
  transition: background-color 0.4s;
}

.navbar-meeshop {
  background-color: #0BB783;
  border-color: #0BB783;
  margin-bottom: 0;
}

.navbar-meeshop .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse {
  margin-bottom: 0;
  border-color: #222;
}

#ace-editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 226px;
}

#ace-editor-shopadmin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ace-editor-wrap {
  height: calc(100vh - 58px);
  position: relative;
  margin-top: -226px;
}

.push-24-t {
  margin-top: 24px !important;
}

.tagsinput span.tag {
  border: 1px solid #0BB783 !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 3px 5px !important;
  text-decoration: none;
  background: #0BB783 !important;
  color: #ffffff !important;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}

.tagsinput span.tag a {
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 11px;
}

.form-control-fake {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #f3f3f3;
  background-image: none;
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: none;
  transition: all 0.15s ease-out;
}

.form-control-fake:hover {
  cursor: default;
}

.sidebar-sticky {
  height: calc(100vh - 206px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-sticky a {
  color: #fff;
}

.sidebar-sticky a:hover {
  color: #fff;
  background: #0BB783 !important;
}

.sidebar-sticky .active {
  background: #2F3129;
  color: #fff;
}

.navbar-shopadmin {
  background: #393939;
  margin-bottom: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #0BB783;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0BB783;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #0BB783;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #0BB783;
}

.switch-success input:disabled + span {
  background-color: #acacac;
}

/** Ckeditor **/

.ck.ck-editor__editable_inline > :first-child {
  margin-top: 15px !important;
}

.form-control:focus {
  border-color: #0BB783;
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.18);
}

.image img {
  max-width: 100%;
}

.custom-search-input {
  width: 100%;
  padding: 16px 40px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02), 0 5px 22px -8px rgba(0, 0, 0, 0.1);
  outline: none;
  color: #54666d;
  border-radius: 9999px;
  margin-bottom: 30px;
}

