/* here you can put your own css to customize and override the theme */
/* GUTTER */
/* 40px gutter */
.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px; }

.gutter-40 > [class^="col-"],
.gutter-40 > [class^=" col-"] {
  padding-right: 20px;
  padding-left: 20px; }

/* 20px gutter */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px; }

.gutter-20 > [class^="col-"],
.gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

/* 10px gutter */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px; }

.gutter-10 > [class^="col-"],
.gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }

/* 5px gutter */
.gutter-5.row {
  margin-right: -2px;
  margin-left: -2px; }

.gutter-5 > [class^="col-"],
.gutter-5 > [class^=" col-"] {
  padding-right: 2px;
  padding-left: 2px; }

/* 0px gutter */
.gutter-0.row {
  margin-right: 0;
  margin-left: 0; }

.gutter-0 > [class^="col-"],
.gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0; }

div.mce-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
}

div.ui-datepicker{
  z-index: 99 !important;
}
.ui-datepicker-month{
  color: #000;
}
.ui-datepicker-year{
  color: #000;
}

div.ui-timepicker-div{
  padding: 0 10px;
}

div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:13px;
  color: #555;
  text-decoration: none;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;
}

div[data-tree-model] li .expanded {
  padding: 1px 15px;
  background-image: url("../../../global/img/substract.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .collapsed {
  padding: 1px 15px;
  background-image: url("../../../global/img/add.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .normal {
  padding: 1px 15px;
  background-image: url("../../../global/img/tag.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li i, div[data-tree-model] li span {
  cursor: pointer;
}

div[data-tree-model] li .selected {
  background-color: #aaddff;
  font-weight: bold;
  padding: 1px 5px;
}

#parent-box{
  height: 860px;
  overflow: auto;
}

.dragndropBox {
    border: 6px dashed #999;
    text-align: center;
    color: #999;
    font-size: 20px;
    height: 200px;
    line-height: 200px;
    cursor: pointer;
}

.progress {
    margin-top: 20px;
    }

.ratio-1-1 {
    padding-bottom: 100%;
}

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.embed-container .fill{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.embed-container img{
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.info-label {
    position: absolute;
    background: #007dbf;
    padding: 10px;
}

.option-form .option-list{
  margin-bottom: 5px;
}

.product-varian .form-control.select2-container {
    border: 1px solid #e5e5e5
}

.promo-form .form-control.select2-container {
    border: 1px solid #e5e5e5;
}

#form-category .form-control.select2-container {
    border: 1px solid #e5e5e5;
}

#form-seller .form-control.select2-container {
    border: 1px solid #e5e5e5;
}

.full-width {
  width: 100% !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

span.error{
  color: red;
}

.rate-input div.title {
    display: inline-block;
    font-size: 18px;
    float: left;
    width: 14px;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
}

.rating-container .filled-stars {
    color: #1AAAE9;
    text-shadow: 0px 0px 1px #f3f3f3;
}

.rate-input .star .fa {
    font-size: 18px;
}

.rate-input .rate {
  padding-top: 7px;
}

.rate-view .fa{
  color: #1AAAE9;
}

.varian-picker{
  position: relative;
  border: 1px solid #ccc;
  padding: 0px 10px;
  height: 250px;
  margin-bottom: 10px;
  overflow: auto;
}

.product-varian .panel-heading h4 {
  width: 90%;
  display: inline-block;
  font-weight: bold;
}

.product-varian .panel{
  margin-top: 5px;
}
ul.custom-field-label {
  padding: 0;
  margin: 0;
}
ul.custom-field-label li{
  list-style: none;
  display: inline;
}


tree-view {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:13px;
  color: #555;
  text-decoration: none;
}

tree-view ol {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

tree-view li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;
}

tree-view li div {
    margin-left: -26px;
    padding-left: 26px;
}

tree-view li.expanded {
  padding: 1px 26px;
  background-image: url("../../../global/img/substract.png");
  background-repeat: no-repeat;
}

tree-view li.collapsed {
  padding: 1px 26px;
  background-image: url("../../../global/img/add.png");
  background-repeat: no-repeat;
}

tree-view li.normal {
  padding: 1px 26px;
  background-image: url("../../../global/img/tag.png");
  background-repeat: no-repeat;
}

tree-view li i, tree-view li span {
  cursor: pointer;
}

tree-view li .selected {
  background-color: #aaddff;
  font-weight: bold;
  padding: 1px 5px;
}

div.divider{
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #646464;
  margin: 10px 0px;
}

.modal-conversation{
  padding-bottom: 0px;
  padding-top: 0px;
}

.modal-conversation > .btn-default {
  background-color: #636363;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-conversation .conversation-container{
  height: 370px;
  overflow-x: auto;
  border-top: 1px solid #dadada;
  margin-bottom: 10px;
}
.modal-conversation .conversation-container .message-list {
  border-bottom: 1px solid #dadada;
  font-size: 12px;
  padding: 10px 0px;
}

.modal-conversation .img-wrapper img {
  width: 64px;
}

.modal-conversation .conversation-container .badge{
  border-radius: 0px;
}
.modal-conversation .chat-message{
  margin-top: 10px;
}

.modal-conversation .chat-action{
  margin-top: 10px;
}

.modal-conversation .chat-action p {
  font-size: 12px;
  font-style: italic;
}

.modal-conversation .box-loading-wrapper{
  position: relative;
}

.modal-conversation .box-loading-wrapper .overlay{
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.modal-conversation .box-loading-wrapper > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-conversation .box-loading-wrapper .overlay > .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #1AAAEA;
    font-size: 30px;
}

.modal-conversation .alert {
  padding: 2px;
  border-width: 0px;
  color: #fff;
}

.modal-conversation .alert.alert-success{
  background-color: #28B573;
}

.modal-conversation .alert.alert-danger{
  background-color: #E32551;
}

.modal-conversation .alert.alert-info{
  background-color: #1AAAE9;
}

#laporan-promo {
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}

#laporan-promo .title {
    text-align: center;
    font-size: 50px;
}

#laporan-promo .promo-desc {
  background-color: #33A2DA;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
}

#laporan-promo .promo-desc h3 {
  margin: 10px 10px;
  font-weight: bold;
  font-size: 32px;
}

#laporan-promo .promo-desc span {
  font-size: 18px;
}

#laporan-promo hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#laporan-promo .inner-box table th {
  background-color: #EBEBEB;
  padding: 5px 5px; 
}

#laporan-promo .print {
    text-align: center; }
    #laporan-promo .print span {
      font-weight: bold;
      font-size: 14px; }

.head-form {
    background-color: #c4dded;
}

.head-form .title-form {
    background-color: #3c8dc5;
    padding: 12px 20px;
    width: 33%;
    color: #ffffff;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
}


.portlet-body .box-loading-wrapper{
  position: relative;
}

.portlet-body .box-loading-wrapper .overlay{
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.portlet-body .box-loading-wrapper > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portlet-body .box-loading-wrapper .overlay > .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.checkbox-slide .form-group {
  margin-bottom: 0; }

.checkbox-slide .switch {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: 53px;
  height: 28px; }
  .checkbox-slide .switch input {
    display: none; }
    .checkbox-slide .switch input:checked + .slider {
      background-color: #30b469; }
    .checkbox-slide .switch input:focus + .slider {
      box-shadow: 0 0 1px #30b469; }
    .checkbox-slide .switch input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
      content: '\f00c';
      color: #30b469;
      padding: 3px 5px;
      -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
      -khtml-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
      -o-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
      box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4); }
  .checkbox-slide .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dadada;
    -webkit-transition: all, 0.4s;
    -khtml-transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -ms-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    -webkit-border-radius: 34px;
    -khtml-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .checkbox-slide .switch .slider:before {
      position: absolute;
      content: '\f00d';
      font-family: FontAwesome;
      padding: 3px 6px;
      color: #dadada;
      font-size: 10px;
      left: 1px;
      top: 2px;
      background-color: #ffffff;
      -webkit-transition: all, 0.4s;
      -khtml-transition: all, 0.4s;
      -moz-transition: all, 0.4s;
      -ms-transition: all, 0.4s;
      -o-transition: all, 0.4s;
      transition: all, 0.4s;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      -khtml-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }


.btn-blue {
    color: #ffffff;
    background-color: #3c8dc5;
}

.loader {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.loader img {
  position: absolute;
  top: 45%;
  left: 47%;
  margin-left: -15px;
  margin-top: -15px;
  color: #f15a29;
  font-size: 16px;
}

td.orange{
  color:#ff9800;
  font-weight: bold;
  font-size:14px;
}

td.red{
  color:#f44336;
  font-weight: bold;
  font-size:14px;
}

.widget {
  margin: 0 0 25px 0;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget .widget-heading {
  padding: 7px 15px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-transform: uppercase;
  text-align: center;
  background: #38BDFF;
  color: white;
}
.widget .widget-body {
  padding: 10px 15px;
  font-size: 36px;
  font-weight: 300;
  background: #8FDEFF;
}

.widget .widget-body p {
  font-size: 16px;
  font-weight: bold;
}

.danger .widget .widget-heading {
  background: #ff0000;
}

.danger .widget .widget-body {
  background: #ffbfca;
}

.warning .widget .widget-heading {
  background: #f59f46;
}

.warning .widget .widget-body {
  background: #ffefc1;
}

.success .widget .widget-heading {
  background: #66a91e;
}

.success .widget .widget-body {
  background: #cbffc1;
}

.line-through {
  text-decoration: line-through;
  text-decoration-color: red;
}