@charset "utf-8";
/* ********************
	VARS
  ******************** */
/* BREAKPOINTS */
/* COLORS */
/* BOOTSTRAP */
/*
@gapSlim: 2px;
@gapSlimDbl: 4px;


.slimgap{
	.margin-right(-@gapSlim);
	.margin-left(-@gapSlim);
 [class*="col-"] {
    .padding-left( @gapSlim ) !important;
    .padding-right( @gapSlim) !important;

  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/
h1 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
#logohra {
  float: left;
}
.panel-heading {
  padding: 0 10px;
  padding: 0 0.625rem;
}
.panel-heading h3 {
  font-weight: 700;
}
.panel-body label {
  margin-bottom: 0;
}
.panel-body p {
  margin-top: 0;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.icon {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
.icon:before {
  font-family: FontAwesome, "Font Awesome 6 Free";
  float: left;
  color: #969da4;
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: 5px;
  left: 0.3125rem;
}
.icon:before:hover {
  color: #000000;
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-system:before {
  content: "\f0ad";
}
.icon-report:before {
  content: "\f080";
}
.icon-banner:before {
  content: "\f181";
}
.icon-voucher:before {
  content: "\f02b";
}
.icon-content:before {
  content: "\f040";
}
.icon-page:before {
  content: "\f0f6";
}
.icon-settings:before {
  content: "\f013";
}
.icon-system2:before {
  content: "\f0e4";
}
.icon-list:before {
  content: "\f039";
}
.icon-user:before {
  content: "\f007";
}
.icon-search:before {
  content: "\f002";
}
.icon-login:before {
  content: "\f090";
}
.icon-logout:before {
  content: "\f08b";
}
.icon-cron:before {
  content: "\f017";
}
.icon-debug:before {
  content: "\f085";
}
.icon-crm:before {
  content: "\f0C0";
}
.icon-stores:before {
  content: "\f0a3";
}
.icon-media:before {
  content: "\f03e";
}
.icon-playlist:before {
  content: "\f025";
}
.icon-cart:before {
  content: "\f07a";
}
.icon-artist:before {
  content: "\f2be";
}
.href-cron {
  font-weight: 700;
}
.href-cron:link {
  text-decoration: none;
}
.href-cron:before {
  font-family: FontAwesome, "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f017";
  margin-right: 5px;
  margin-right: 0.3125rem;
}
#wrap-headermain {
  padding-top: 10px;
  padding-top: 0.625rem;
}
#row-content {
  margin-top: 10px;
  margin-top: 0.625rem;
}
#wrap-footermain {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.nav-bar .icon {
  padding-left: 17px;
  padding-left: 1.0625rem;
}
.nav-bar .icon:before {
  color: #ffffff;
  top: 3px;
  top: 0.1875rem;
  left: 5px;
  left: 0.3125rem;
}
.nav-bar .icon:before:hover {
  color: #000000;
}
.navadmin li {
  padding: 0;
  border-bottom: 1px solid #969da4;
}
.navadmin li a {
  display: block;
  padding: 7px 5px;
  padding: 0.4375rem 5px;
  padding: 7px 0.3125rem;
  padding: 0.4375rem 0.3125rem;
  color: #969da4;
  text-decoration: none;
  background: none;
}
.navadmin li a:hover {
  color: #000000;
  text-decoration: none;
  background: none;
}
.navadmin .icon {
  padding-left: 20px;
  padding-left: 1.25rem;
}
.navadmin .icon:before:hover {
  color: #000000;
}
.navadmin .active {
  background: #000000;
}
.navadmin .active a {
  color: #ffffff;
}
.navadmin .active a:hover {
  color: #ffffff;
}
.navadmin .active:before {
  color: #ffffff;
}
/* ********************
	EMPTY PAGE (LOGIN)
  ******************** */
#emptypage {
  background: #42474a;
}
#emptypage #rowmain {
  background: #42474a;
}
#emptypage #logincopy {
  text-align: center;
  color: #ffffff;
}
#emptypage .panel-login h1 {
  color: #777e85;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
#emptypage .panel-login .checkbox-inline {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absoluteCenter.isResponsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}
/* VOUCHER */
#vouchergenerate-cnt {
  width: 100px !important;
  width: 6.25rem !important;
}
.dateinfo {
  text-align: right;
}
.adm-btngroup {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  clear: both;
  float: none;
  text-align: right;
}
.adm-searchgroup {
  background-color: #f8f8f8;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  display: block;
  float: none;
  clear: both;
}
.grid-view .summary {
  text-align: right;
}
.bulk-options {
  display: none;
}
.bulk-action-option {
  display: none;
}
.grid-td-btn a {
  margin: 0px 4px;
  margin: 0rem 4px;
  margin: 0px 0.25rem;
  margin: 0rem 0.25rem;
}
.grid-td-code {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  font-size: 1rem;
}
.grid-td-tright {
  text-align: right;
}
.grid-td-tcenter {
  text-align: center;
}
.tab-content {
  padding: 15px 10px;
  padding: 0.9375rem 10px;
  padding: 15px 0.625rem;
  padding: 0.9375rem 0.625rem;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
/* BANNER */
.bannerpreview {
  max-width: 200px;
  height: auto;
}
.td-imgpreview {
  max-width: 200px;
}
.bannerpos-30 {
  width: auto;
  height: 100px;
}
/* VOUCHER */
#wrap-code {
  display: inline-block;
  width: 100%;
}
#wrap-value {
  display: inline-block;
  width: 40%;
}
#wrap-calcvalue1,
#wrap-calcvalue2 {
  display: inline-block;
  width: 40%;
  width: 90px;
  width: 5.625rem;
  color: #969da4;
}
#wrap-calcvalue1 .form-control,
#wrap-calcvalue2 .form-control {
  color: #969da4;
}
#wrap-calcvalue1 {
  margin-left: 10px;
  margin-left: 0.625rem;
}
#wrap-calcvalue2 {
  clear: both;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
#btn-vouchervaluecalc {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.vouchercurrency {
  min-width: 30px;
  min-width: 1.875rem;
  display: inline-block;
}
.field-voucher-codeprefix {
  width: 100px;
  /*float:left;*/
  display: inline-block;
}
.field-voucher-code {
  width: 200px;
  display: inline-block;
}
/* CONTENT */
.contentpreview {
  width: 150px;
  height: auto;
}
.debugpre {
  overflow: scroll;
  height: 200px;
  height: 12.5rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.debuglabel {
  width: 130px;
  width: 8.125rem;
  font-weight: 700;
  display: inline-block;
}
.debugnotset {
  color: #969da4;
}
/* Navbar*/
#hld_admintabs {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
#admintab-nav .active a {
  background: #42474a!important;
  color: #FFF!important;
}
.admintab {
  display: none;
  padding: 15px 10px;
  padding: 0.9375rem 10px;
  padding: 15px 0.625rem;
  padding: 0.9375rem 0.625rem;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.nav-tabs.nav-justified li a {
  padding: 5px;
  padding: 0.3125rem;
  border-radius: 0;
  color: #42474a;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.nav-tabs.nav-justified li a:hover {
  color: #ffffff;
  border-right: 1px solid #42474a;
  border-top: 1px solid #42474a;
  border-left: 1px solid #42474a;
  background: #42474a;
}
.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  font-size: 0.6875rem;
}
.table-small td {
  font-size: 11px;
  font-size: 0.6875rem;
}
.filelist {
  list-style-type: none;
}
.filelist .size {
  color: #969da4;
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
}
/* TRANSACTION */
.status-disabled {
  color: #969da4;
}
.status-disabled a {
  color: #969da4;
}
.crm-info p {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
/* CONTENT */
.col-sluggenerate {
  /*	position: relative; */
  /*	#btn-sluggenerate{
	position: absolute;
	top: 0;
	} */
}
.col-sluggenerate .help-block {
  margin-top: 0;
  border: 1px solid #f0F;
}
.col-sluggenerate .has-success .help-block {
  margin-top: 0;
}
.col-sluggenerate .has-error .help-block {
  display: block;
  margin-top: 5px;
}
.voucher-details {
  padding: 5px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
.voucher-create #bulk-option-value {
  width: 50px;
}
#ifMediathek {
  border: none;
  width: 100%;
}
.modal-mediathek {
  max-width: 90%!important;
  height: 90%;
}
#mediathek .wrap-content {
  height: 90%;
}
.grid-td-plimage .plimage {
  height: 100px;
  width: auto;
}
.album-list-item .biopreview {
  padding: 3px;
  padding: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-style: italic;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
/* m3content */
.personlist {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.personlist li {
  padding: 3px;
  padding: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  border-bottom: 1px solid #666;
  display: inline-block;
  width: 100%;
}
.match {
  font-weight: 700;
  background: #86e0ae;
}
/*# sourceMappingURL=admin.css.map */