@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.ct-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1190;
}
.ct-overlay .ct-overlay-container {
  outline: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  background: #fff;
  color: #333;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .ct-overlay .ct-overlay-container {
    width: 1000px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-overlay .ct-overlay-container {
    width: 892px;
  }
}
@media screen and (max-width: 991px) {
  .ct-overlay .ct-overlay-container {
    width: 90vw;
  }
}
.ct-overlay .ct-overlay-container.large {
  width: 90vw !important;
}
.ct-overlay .ct-overlay-container.small {
  width: 90vw !important;
  max-width: 400px !important;
}
.ct-overlay .ct-overlay-container.overlay-success .ct-overlay-title {
  background: #53a653;
  color: #fff;
}
.ct-overlay .ct-overlay-container.overlay-warning .ct-overlay-title {
  background: #d89c46;
  color: #fff;
}
.ct-overlay .ct-overlay-container.overlay-danger {
  outline: 1px solid #c34b47;
}
.ct-overlay .ct-overlay-container.overlay-danger .ct-overlay-title {
  background: #c34b47;
  color: #fff;
}
.debugTitleShow {
  position: relative;
}
.debugTitleShow:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(title);
  font-size: 10px;
  background: #000;
  outline: 3px solid #ff0;
  color: #FF0;
  white-space: pre;
  text-align: left;
  padding: 5px;
}
.tplgroup {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
}
.tplgroup .title {
  padding: 10px;
  background: #ddd;
}
.tplgroup .title h4 {
  color: #222;
  margin: 0;
  font-weight: bold;
}
.tplgroup .tplitem {
  padding: 5px 10px;
  padding-left: 25px;
  border-top: 1px solid #ccc;
  background: #fff;
}
.tplgroup .tplitem .ui-sortable-helper {
  border: 1px solid #ccc;
}
.rpt-group-or {
  border: 1px solid rgba(128, 128, 128, 0.15);
  padding: 5px;
  margin-bottom: 22px;
  position: relative;
}
.rpt-group-or:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: 'Or';
}
.rpt-group-or:last-child:after {
  display: none;
}
.ctDualProgress {
  display: block;
}
.ctDualProgress label {
  line-height: 15px;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
}
.ctDualProgress .progress1 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 15px;
}
.ctDualProgress .progress1 .progress-bar {
  font-size: 10px;
  line-height: 15px;
}
.ctDualProgress .progress2 {
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 15px;
}
.ctDualProgress .progress2 .progress-bar {
  font-size: 10px;
  line-height: 15px;
}
input.fake-disabled {
  background: #fff;
}
input.fake-disabled:disabled {
  background: #fff;
}
.mouse-pointer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.fill-element {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 255, 0, 0.2);
}
ul.nav.nav-tabs li.active {
  font-weight: 900  !important;
}
#site .flex.topless {
  padding-top: 0 !important;
}
#site .flex.bottomless {
  padding-top: 0 !important;
}
#navigation ul.menu-depth-4 > li,
#navigation ul.menu-depth-2 > li,
#navigation ul.menu-depth-3 > li {
  background: rgba(255, 255, 255, 0.25);
}
#navigation ul.menu-depth-4 > li > a,
#navigation ul.menu-depth-2 > li > a,
#navigation ul.menu-depth-3 > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.classStampLightRadioBox {
  margin-left:35px;
}