/*=============================================*
DEFAULE
===============================================*/
html,
body {
  background-color: #e6e8ea;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", 'Segoe UI', sans-serif;
  font-size: 13px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1.header,
h2.header,
h3.header {
  text-align: left;
  font-weight: bold;
  color: #303841;
  font-size: 21px;
  padding: 10px 0;
}
.header {
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  overflow: hidden;
  text-transform: uppercase;
  border-bottom: 1px dashed #ccc;
}
.header h1,
.header h2,
.header h3,
.header h4 {
  margin: 0 !important;
  font-size: 15px;
  font-weight: 400;
  color: #303841;
}
.header h3 {
  font-weight: bold;
}
textarea {
  line-height: 4em;
  font-size: 15px;
  font-family: Consolas,Monaco,monospace;
  unicode-bidi: embed;
}
input.form-control {
  line-height: 34px;
}
.range-slider {
  width: 100%;
}
input.range-slider__range {
  display: inline-block;
  -webkit-appearance: none;
  width: calc(100% - 48px);
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 40px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}
::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.input-popover-group .popover-content {
  position: absolute;
  top: 65px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: #fff;
  padding: 0px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
  border-radius: 3px;
  opacity: 0;
  transition: all 200ms ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
}
.input-popover-group .popover-content .popover__tooltip {
  position: absolute;
  top: -20px;
  left: 50%;
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  pointer-events: none;
}
.input-popover-group .popover-content .popover__tooltip::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 10px;
  margin-left: -5px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 2px 7px 1px rgba(39, 44, 48, 0.16);
}
.input-popover-group .popover-content .popover__scroll {
  overflow: auto;
  max-height: 200px;
  margin: 5px 0;
}
.input-popover-group .popover-content .popover__ul {
  margin: 0;
}
.input-popover-group .popover-content .popover__ul li a {
  background: transparent;
  border: 0;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  color: #31373d;
  word-wrap: break-word;
  border-radius: 0;
  line-height: 24px;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.input-popover-group .popover-content .popover__ul li.option .label-option {
  color: #656565;
}
.input-popover-group .popover-content .popover__ul li.option .icon {
  padding-right: 10px;
  color: #fff;
}
.input-popover-group .popover-content .popover__ul li.option.option--is-active .label-option {
  color: #000;
}
.input-popover-group .popover-content .popover__ul li.option.option--is-active .icon {
  color: #000;
}
.input-popover-group .popover-content .popover__ul li.option:hover,
.input-popover-group .popover-content .popover__ul li.is--select {
  background: #08f;
  color: #fff;
}
.input-popover-group .popover-content .popover__ul li.option:hover .label-option,
.input-popover-group .popover-content .popover__ul li.is--select .label-option {
  background: #08f;
  color: #fff;
}
.input-popover-group .popover-content .popover__ul li.option:hover .icon,
.input-popover-group .popover-content .popover__ul li.is--select .icon {
  color: #08f;
}
.input-popover-group .popover-content .popover__loading {
  padding: 10px;
}
.input-popover-group .popover-content--is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.input-popover-group .collections {
  color: #798c9c;
}
.input-popover-group .collections .collection-list {
  color: #798c9c;
}
.input-popover-group .collections .collection-list li {
  padding: 0 10px;
  border-bottom: 1px solid #ebeef0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F9FAFB;
}
.input-popover-group .collections .collection-list li input {
  display: none;
}
.input-popover-group .collections .collection-list li .collection-list__grid {
  min-height: 32px;
  overflow: hidden;
}
.input-popover-group .collections .collection-list li .collection-list__grid .collection-list__cell {
  padding: 10px;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #454f5b;
  float: left;
}
.input-popover-group .collections .collection-list li .collection-list__grid .collection-list__cell:last-child {
  width: 50px;
}
.input-popover-group .collections .collection-list li .collection-list__grid .collection-list__cell:first-child {
  width: calc(100% - 50px);
}
.input-popover-group .collections .collection-list li .collection-list__grid .collection-list__cell a {
  color: #454f5b;
}
.input-popover-group .collections .collection-list li .collection-list__grid .collection-list__cell button {
  background: #fff;
  color: #212b35;
  border: 0;
}
.input-popover-group .collections .collection-list li:hover {
  background: #EBEEF0;
}
/*=====================
@SIDEBAR
*======================*/
#adminmenu,
#adminmenuwrap,
#adminmenuback,
#adminmenu .submenu {
  width: 200px;
  background-color: #2c3e50;
}
#adminmenuback {
  position: fixed;
  top: 0;
  bottom: -120px;
  z-index: 1;
}
#adminmenumain .header-logo {
  background-color: #2c3e50;
  height: 42px;
  padding: 12px 21px;
  position: fixed;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
}
#adminmenumain .header-logo img {
  max-width: 100%;
  max-height: 100%;
}
#adminmenumain #adminmenuwrap {
  position: relative;
  float: left;
  z-index: 998;
  padding-top: 50px;
}
#adminmenumain .nav-user {
  position: fixed;
  bottom: 0;
  width: 200px;
  background-color: #2c3e50;
  z-index: 999;
  box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.5);
  display: table;
}
#adminmenumain .nav-user a {
  display: block;
  color: #fff;
}
#adminmenumain .nav-user .account-info {
  display: table-cell;
}
#adminmenumain .nav-user .account-info img.img-circle {
  height: 28px;
  width: 28px;
}
#adminmenumain .nav-user .account-info #caret-menu-user {
  font-size: 16px;
  position: relative;
}
#adminmenumain .nav-user ul.nav-user-sub {
  padding: 0;
  list-style: none;
  background-color: #2D3E51;
  border-top: 1px solid #32475c;
  margin-bottom: 20px;
}
#adminmenumain .nav-user ul.nav-user-sub li {
  line-height: 36px;
  padding-left: 29px;
}
#adminmenumain .nav-user ul.nav-user-sub li a i {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: -6%;
}
#adminmenu {
  clear: left;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
#adminmenu * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#adminmenu li {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#adminmenu li.menu-top {
  border: none;
  min-height: 35px;
  position: relative;
}
#adminmenu a {
  display: block;
  line-height: 18px;
  padding: 2px 5px;
  color: #eee;
}
#adminmenu a,
#adminmenu #catlist a,
#adminmenu #taglist a {
  text-decoration: none;
}
#adminmenu .submenu-head,
#adminmenu a.menu-top {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
}
#adminmenu div.menu-image {
  float: left;
  width: 36px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  text-align: center;
}
#adminmenu div.menu-image img {
  padding: 9px 0 0;
  opacity: 1;
  filter: alpha(opacity=60);
  max-width: 20px;
  max-height: 20px;
  padding-top: 0px!important;
}
#adminmenu div.menu-name {
  padding: 8px 0;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", 'Segoe UI', sans-serif;
  font-size: 13px;
}
#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top,
#adminmenu li > a.menu-top:focus {
  position: relative;
  background-color: #191e23;
  color: #00b9eb;
}
#adminmenu li.menu-top.not-current-submenu:hover .submenu {
  top: -1px;
}
#adminmenu .submenu {
  list-style: none;
  position: absolute;
  top: -1000em;
  left: 200px;
  overflow: visible;
  word-wrap: break-word;
  padding: 7px 0 8px;
  z-index: 9999;
  background-color: #32373c;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#adminmenu .submenu .submenu-head {
  display: none;
}
#adminmenu .submenu .submenu-head {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 4px 8px 11px;
  margin: -7px 0 4px;
}
#adminmenu .submenu li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#adminmenu .submenu a {
  color: #b4b9be;
  color: rgba(240, 245, 250, 0.7);
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  padding: 6px 0;
}
#adminmenu .submenu li.current,
#adminmenu .submenu li.current a,
#adminmenu .submenu li.current a:hover {
  font-weight: 600;
  color: #fff;
}
#adminmenu .not-current-submenu li > a {
  padding-right: 16px;
  padding-left: 14px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#adminmenu .not-current-submenu .submenu {
  min-width: 200px;
  width: auto;
}
#adminmenu .has-current-submenu {
  background: #0073aa;
  color: #fff;
}
#adminmenu .has-current-submenu .menu-arrow,
#adminmenu .has-current-submenu .menu-arrow div,
#adminmenu .has-current-submenu li.current a.menu-top,
#adminmenu .has-current-submenu li.has-current-submenu a.has-current-submenu {
  background: #0073aa;
  color: #fff;
}
#adminmenu .has-current-submenu .submenu .submenu-head {
  background: #0073aa;
  color: #fff;
}
#adminmenu .has-current-submenu .submenu,
#adminmenu .has-current-submenu .submenu.sub-open {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #32373c;
}
#adminmenu .has-current-submenu ul > li > a {
  padding: 6px 12px;
}
#adminmenu li.has-submenu.not-current-submenu:hover:after {
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
  top: 10px;
  z-index: 10000;
  border-right-color: #32373c;
}
/*=====================
@PAGE CONTENT
*======================*/
.page-content {
  margin-left: 200px;
  width: auto;
  position: relative;
}
.page-content .page-body {
  background-color: #e6e8ea;
  padding-top: 50px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
}
.page-content .action-bar {
  position: fixed;
  z-index: 99;
  padding: 5px 10px;
  top: 0px;
  left: 200px;
  right: 0;
  border-bottom: 1px solid #dddee0;
  background-color: #fff;
  overflow: hidden;
  height: 42px;
}
.page-content .ui-title-bar__group {
  padding: 25px 0;
}
.page-content .ui-title-bar__group h1.ui-title-bar__title {
  font-size: 28px;
  line-height: 3.4rem;
  line-height: 34px;
  Color: #212b35;
  margin: 0;
}
.page-content .ui-title-bar__group .ui-title-bar__action {
  margin-left: -10px;
}
.page-content .ui-title-bar__group .ui-title-bar__action button.btn,
.page-content .ui-title-bar__group .ui-title-bar__action a.btn {
  margin: 10px 10px 0 0;
  background-color: transparent;
  color: #637381;
  font-weight: 400;
}
.page-content .box {
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  background-color: #fff;
}
.page-content .box .box-content {
  overflow: hidden;
  background-color: #fff;
  padding: 10px 0;
  padding-bottom: 10px;
}
.page-content .box .box-content .table-search {
  padding-top: 0px;
  padding-bottom: 10px;
}
.page-content .box .box-content .paging {
  padding: 0px 10px;
}
.page-content .box .box-content.collapse {
  padding: 10px 0;
}
.page-content .pagination > li > a,
.page-content .pagination > li > span {
  border-radius: 4px;
  margin-right: 5px;
  border-color: #428bca;
}
#form-input {
  max-width: 1300px;
  margin: auto;
}
.col-form-right .box .box-content {
  background-color: #F9FAFB;
}
.ajax-load-qa {
  background: url("https://static.texascommunitymedia.com/static/img/icons/loading.gif") no-repeat center center rgba(0, 0, 0, 0.5);
  background-size: 50px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
/*=====================
@BUTTON
*======================*/
.btn-icon {
  padding: 5px 20px;
  margin-right: 10px;
  background-color: white;
  color: #000;
  border: 0px solid #000;
  border-bottom: 0px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-icon i {
  padding-right: 10px;
}
.btn-icon:hover {
  background-color: #000;
  color: #fff;
}
.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 10px;
  margin-left: 5px;
  border: 0px;
  border-radius: 3px;
}
.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.btn-red {
  border-color: #FA7A7A;
  background-color: #FA7A7A;
  color: #fff;
  background: linear-gradient(to right, #ff5757, #b11e4e);
  box-shadow: 0px 10px 20px -10px #b11e4e;
}
.btn-red:hover {
  border-color: #e82a2a;
  background-color: #e82a2a;
  color: #fff;
  box-shadow: 0px 10px 20px -5px #ff5757;
}
.btn-blue {
  border-color: #62A8EA;
  background-color: #62A8EA;
  color: #fff;
  background: linear-gradient(to right, #84b7e2, #0463b5);
  box-shadow: 0px 10px 20px -10px #84b7e2;
}
.btn-blue:hover {
  border-color: #1C7CF8;
  background-color: #1C7CF8;
  color: #fff;
  box-shadow: 0px 10px 20px -5px #84b7e2;
}
.btn-success,
.btn-green {
  border-color: #5CD29D;
  background-color: #5CD29D;
  color: #fff;
  background: linear-gradient(to right, #59e1cb, #32b8e6);
  box-shadow: 0px 10px 20px -10px #59e1cb;
}
.btn-green:hover {
  border-color: #4ea67f;
  background-color: #4ea67f;
  color: #fff;
  box-shadow: 0px 10px 20px -5px #59e1cb;
}
.toggleWrapper {
  position: relative;
}
.toggleWrapper input {
  position: absolute;
  left: -99em;
}
.toggleWrapper [class*='icheckbox_square'] {
  display: none;
}
.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 120px;
  height: 30px;
  background: #D21626;
  border-radius: 5px;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before,
.toggle:after {
  position: absolute;
  line-height: 30px;
  font-size: 14px;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before {
  content: "OFF";
  left: 20px;
  color: #D21626;
}
.toggle:after {
  content: "ON";
  right: 20px;
  color: #fff;
}
.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  width: 65px;
  height: 24px;
  border-radius: 3px;
  top: 3px;
  left: 3px;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
input:checked + .toggle {
  background: #66B317;
}
input:checked + .toggle:before {
  color: #fff;
}
input:checked + .toggle:after {
  color: #66B317;
}
input:checked + .toggle .toggle__handler {
  width: 54px;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  border-color: #fff;
}
/*=====================
@INPUT, SELECT, FORM
*======================*/
.form-control {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -moz-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.focus,
.form-control:focus {
  border-color: #62a8ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
  font-weight: 600;
}
/*=====================
@TAB
*======================*/
.nav-tabs {
  border: 1px solid #3498db;
}
.nav-tabs > li {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #3498DB;
  border: 1px solid #3498DB;
  color: #fff;
}
.tab-content > .tab-pane {
  padding: 10px 0;
}
/*=====================
@TABLE
*======================*/
table.table {
  margin: 0;
  border: 0px solid #ccc;
  text-align: left;
}
table.table > thead {
  border-top: 1px solid #ccc;
}
table.table > thead > tr > th {
  vertical-align: middle;
  color: #afafaf;
  background-color: #FBFCFD;
  text-transform: uppercase;
  font-size: 11px!important;
}
table.table tr {
  border: 0px solid #ccc;
}
table.table tr td {
  vertical-align: middle;
  border: 0px solid #ccc;
}
table.table tr td.field_order_number {
  color: #000;
}
table.table tr td.field_order_number span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
table.table tr td.column-image {
  width: 50px;
}
table.table tr:nth-child(odd) > td {
  background-color: #ECECEC;
}
table.table tr:first-child td.field_order_number {
  border-top: 0px solid #fff;
}
table.table tr .action-hide {
  opacity: 0;
  color: #ccc;
}
table.table tr .action-hide a {
  padding: 0 10px;
}
table.table tr:hover .action-hide {
  opacity: 1;
}
.media-table h3 {
  font-size: 13px;
  color: #000;
  margin: 0;
}
.field-meta.active {
  background-color: #3BA3CF;
}
.field-meta.active table {
  color: #fff;
}
.field-form .table-left tr td {
  text-align: left;
}
.field-form tr td.field_order_number {
  width: 2.7% !important;
}
/*=====================
@NOTICE
*======================*/
.notice {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", 'Segoe UI', sans-serif;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: .9em;
  line-height: 1.4;
}
.notice > .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.5em;
}
.notice > .icon path {
  fill: white;
}
.notice > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 1em 1em .9em;
}
.notice a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.notice a:hover,
.notice a:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.notice.info {
  background: #3ebaef;
}
.notice.success {
  background: #2ee08a;
}
.notice.experimental {
  background: #ae6bff;
}
.notice.warning {
  background: #fbb323;
}
.notice.danger {
  background: #ef583e;
}
.notice.error {
  background: #ef583e;
}
.icon-delete {
  font-weight: bold;
  color: #E51C23;
}
.icon-edit {
  font-weight: bold;
  color: #0F4D9C;
}
.icon-move {
  font-weight: bold;
  color: #52D669;
}
.jq-toast-single {
  box-shadow: 0px 0px 14px rgba(47, 47, 47, 0.66);
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", 'Segoe UI', sans-serif;
  font-size: 15px;
}
.jq-toast-single h2 {
  font-size: 15px;
}
.toast {
  text-align: left;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 4px;
  top: 0px;
  position: relative;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  border: 1px dashed#ccc;
  border-left: 0;
  clear: both;
}
.toast:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.toast .toast__icon {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.toast .toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}
.toast .toast__message {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #878787;
}
.toast .toast__content {
  padding-left: 70px;
  padding-right: 60px;
}
.toast .toast__close {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  cursor: pointer;
  height: 14px;
  fill: #878787;
  transform: translateY(-50%);
}
.toast--success {
  border: 1px dashed#2BDE3F;
}
.toast--success .toast__icon {
  background-color: #2BDE3F;
}
.toast--success:before {
  background-color: #2BDE3F;
}
.toast--info {
  border: 1px dashed#1D72F3;
}
.toast--info .toast__icon {
  background-color: #1D72F3;
}
.toast--info:before {
  background-color: #1D72F3;
}
.toast--warning {
  border: 1px dashed#FFC007;
}
.toast--warning .toast__icon {
  background-color: #FFC007;
}
.toast--warning:before {
  background-color: #FFC007;
}
.toast--experimental {
  border: 1px dashed#FFC007;
}
.toast--experimental .toast__icon {
  background-color: #FFC007;
}
.toast--experimental:before {
  background-color: #FFC007;
}
.toast--error,
.toast--danger,
.toast--delete {
  border: 1px dashed#ef583e;
}
.toast--error .toast__icon,
.toast--danger .toast__icon,
.toast--delete .toast__icon {
  background-color: #ef583e;
}
.toast--error:before,
.toast--danger:before,
.toast--delete:before {
  background-color: #ef583e;
}
/*=====================
@MENU
*======================*/
.sort-menu .panel {
  border: 0px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sort-menu h4.panel-title {
  padding: 5px 0;
}
.sort-menu .panel-title > a {
  padding: 5px 10px;
}
.sort-menu .panel-group .panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sort-menu .panel-default > .panel-heading {
  color: #333;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  overflow: hidden;
}
.sort-menu .mjs-nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent;
}
.sort-menu #tree {
  margin: 0;
}
.sort-menu ol {
  padding-left: 25px;
}
.sort-menu ol.sortable,
.sort-menu ol.sortable ol {
  list-style-type: none;
}
.sort-menu ol.sortable li div,
.sort-menu ol.sortable ol li div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: move;
  margin: 0;
  padding: 3px;
}
.sort-menu li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
  border-color: #999;
}
.sort-menu .disclose,
.sort-menu .expandEditor {
  cursor: pointer;
  width: 20px;
  display: none;
}
.sort-menu .sortable li.mjs-nestedSortable-collapsed > ol {
  display: none;
}
.sort-menu .sortable li.mjs-nestedSortable-branch > div > .disclose {
  display: inline-block;
}
.sort-menu .sortable span.ui-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.sort-menu .itemTitle {
  vertical-align: middle;
  cursor: pointer;
}
.sort-menu .deleteMenu {
  float: right;
  cursor: pointer;
}
.sort-menu p,
.sort-menu ol,
.sort-menu ul,
.sort-menu pre,
.sort-menu form {
  margin-top: 0;
  margin-bottom: 1em;
}
.sort-menu dl {
  margin: 0;
}
.sort-menu dd {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.sort-menu code {
  background: #e5e5e5;
}
.sort-menu input {
  vertical-align: text-bottom;
}
.sort-menu .btn {
  padding: 1px 5px;
}
/*=====================
@SYSTEM
*======================*/
.system h2.header {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0  10px 0;
}
.system .tab-content > .tab-pane {
  padding: 0;
}
.system .system-tab {
  float: left;
  width: 20%;
}
.system .system-tab .nav-tabs > li {
  float: none;
  display: block;
  border: 1px solid #E5E5E5;
}
.system .system-tab .nav-tabs > li > a {
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  color: #32475c;
}
.system .system-tab .nav-tabs > li > a i.fa,
.system .system-tab .nav-tabs > li > a i.fas,
.system .system-tab .nav-tabs > li > a i.far,
.system .system-tab .nav-tabs > li > a i.fab {
  width: 20px;
  margin-right: 10px;
}
.system .system-tab .nav-tabs > li.active > a,
.system .system-tab .nav-tabs > li.active > a:hover,
.system .system-tab .nav-tabs > li.active > a:focus {
  font-weight: normal;
  color: #fff;
  border-top: 1px solid #E5E5E5;
}
.system .system-tab .col-md-12 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.system .system-tab-content {
  padding: 0px 10px;
  float: left;
  width: 80%;
}
/*=====================
@WIDGET
*======================*/
#widget .header {
  padding: 10px;
  background-color: transparent;
  line-height: 15px;
}
#widget .header h1,
#widget .header h2,
#widget .header h3,
#widget .header h4 {
  color: #303841;
  font-size: 12px;
}
#widget .header .widget-key {
  font-size: 8px;
  color: #999;
}
@-webkit-keyframes just_add {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #d3fecd;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes just_add {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #d3fecd;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes just_add {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #d3fecd;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes just_add {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #d3fecd;
  }
  100% {
    background-color: #fff;
  }
}
#widget .widget-just-added {
  background-color: #d3fecd;
  -webkit-animation: just_add 1s;
  -moz-animation: just_add 1s;
  -o-animation: just_add 1s;
  animation: just_add 1s;
}
.sortable-ghost {
  opacity: .2;
}
#js_widget_main_list .js_widget_item {
  width: 50%;
  float: left;
  padding: 5px;
}
#js_widget_main_list .js_widget_item .widget_sidebar {
  padding: 10px;
  transition: all 0.5s;
  line-height: 15px;
  -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  background-color: #fff;
  text-transform: uppercase;
}
#js_widget_main_list .js_widget_item .widget_sidebar h1,
#js_widget_main_list .js_widget_item .widget_sidebar h2,
#js_widget_main_list .js_widget_item .widget_sidebar h3,
#js_widget_main_list .js_widget_item .widget_sidebar h4 {
  color: #303841;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}
#js_widget_main_list .js_widget_item .widget_sidebar .widget-key {
  font-size: 8px;
  color: #999;
}
#js_widget_main_list .js_widget_item .widget_sidebar .action {
  display: none;
}
#widget_sidebar .js_sidebar {
  min-height: 40px;
}
#widget_sidebar .js_widget_item .widget_sidebar {
  background-color: #33373D;
  margin-bottom: 10px;
  color: #82848B;
  font-size: 15px;
  border: 1px dashed #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#widget_sidebar .js_widget_item .widget_sidebar h1,
#widget_sidebar .js_widget_item .widget_sidebar h2,
#widget_sidebar .js_widget_item .widget_sidebar h3,
#widget_sidebar .js_widget_item .widget_sidebar h4 {
  color: #82848B;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
}
#widget_sidebar .js_widget_item .widget_sidebar .widget-key {
  display: none;
}
#widget_sidebar .js_widget_item .widget_sidebar .action {
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #232529;
  padding: 5px;
}
#widget_sidebar .js_widget_item .widget_sidebar .action .icon-edit {
  color: #52D669;
}
#widget_sidebar .js_widget_item .widget_sidebar .title {
  padding: 5px;
}
#widget_sidebar .sortable-ghost .widget_sidebar {
  opacity: 1;
  background-color: #000!important;
}
#widget_sidebar .sortable-ghost .widget_sidebar h1,
#widget_sidebar .sortable-ghost .widget_sidebar h2,
#widget_sidebar .sortable-ghost .widget_sidebar h3,
#widget_sidebar .sortable-ghost .widget_sidebar h4 {
  color: #fff;
}
.widget-sidebar-content {
  background-color: #232529 !important;
  padding: 10px!important;
}
.box-edit-widget .header {
  margin-bottom: 10px;
}
#modal-edit-widget {
  background-color: #fff;
  position: absolute;
  top: -140px;
  left: 0;
  overflow: hidden;
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#modal-edit-widget.open {
  top: 0;
  min-height: 100vh;
}
#modal-edit-widget.open .box-edit-widget {
  overflow: hidden;
}
.pl-item {
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.pl-item .img {
  float: left;
  padding: 20px;
}
.pl-item .img img {
  height: 120px;
  width: 120px;
}
.pl-item .title {
  float: left;
  width: 50%;
  padding: 10px;
}
.pl-item .title h3 {
  margin: 0;
  margin-top: 10px;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
}
.pl-item .title p {
  color: #333;
}
.pl-item .action {
  float: left;
  width: 140px;
  padding: 10px;
}
.pl-item .info {
  float: left;
  width: 100%;
  background-color: #FAFAFA;
  padding: 10px 20px;
  overflow: hidden;
  color: #444;
}
.pl-item .info .author {
  float: left;
}
.pl-item .info .version {
  float: right;
}
/*=====================
@ADD-ON
*======================*/
.fancybox-slide--iframe .fancybox-content {
  min-height: 600px !important;
}
.CodeMirror-sizer {
  margin-left: 39px!important;
  margin-bottom: -17px !important;
  border-right-width: 13px!important;
  min-height: 73px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}
.CodeMirror-linenumbers {
  width: 29px!important;
}
#bootstrap-confirm-dialog .modal-header {
  padding: 10px;
}
#bootstrap-confirm-dialog .modal-header #bootstrap-confirm-dialog-heading {
  margin: 0;
}
#bootstrap-confirm-dialog .modal-footer {
  padding: 10px;
}
/*=====================
@OBJECT GALLERY
*======================*/
#object-gallery .object-gallery-action {
  margin-bottom: 10px;
  overflow: hidden;
}
#object-gallery .object-gallery-action .pull-right {
  padding-top: 5px;
}
#object-gallery .object-gallery-item {
  position: relative;
  padding: 0;
  border: 4px solid #fff;
}
#object-gallery .object-gallery-item .img {
  border: 1px solid #ccc;
  cursor: pointer;
  height: 80px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#object-gallery .object-gallery-item .img img {
  max-width: 100%;
  max-height: 100%;
}
#object-gallery .object-gallery-item .img .play-video {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 104px;
}
#object-gallery .object-gallery-item .img .play-video img {
  height: 30px;
  width: 30px;
}
#object-gallery .object-gallery-item .title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#object-gallery .object-gallery-item .title h3 {
  margin: 0;
  font-size: 18px;
  text-align: center;
  background-color: rgba(43, 54, 67, 0.72);
  color: #fff;
  padding: 5px 0;
}
#object-gallery .object-gallery-item .radio {
  position: absolute;
  top: -3px;
  right: -3px;
  margin: 0;
  z-index: 99;
}
#object-gallery .object-gallery-item.active {
  border: 4px solid #1C7CF8;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.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 {
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  #adminmenumain {
    position: fixed;
    z-index: 999;
    left: -220px;
    transition: all 0.5s;
  }
  .open-nv {
    left: 0px!important;
  }
  .mobile-nav {
    display: block;
    width: 100%;
    height: 45px;
    background-color: #000;
    position: fixed;
    top: 0;
    line-height: 45px;
    padding: 0 10px;
  }
  .page-content {
    margin: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .page-content .action-bar {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .system .system-tab,
  .system .system-tab-content {
    width: 100%;
  }
  #modal-edit-widget.open {
    min-height: 100%;
  }
  .box-edit-widget .header {
    margin-bottom: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    margin: 0;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Mixins */
