@media all {
  /* line 2, vendor/assets/stylesheets/general.scss */
  .page-break {
    display: none;
  }
}

/* -- Overide Scafold */
/* line 7, vendor/assets/stylesheets/general.scss */
.ui-autocomplete-input {
  padding-right: 17px !important;
}

/* line 11, vendor/assets/stylesheets/general.scss */
#ui-datepicker-div {
  display: none;
  z-index: 2000 !important;
}

/* line 17, vendor/assets/stylesheets/general.scss */
input[type=text], input[type=number], select, textarea {
  border: 1px solid silver;
  border-radius: 4px;
  /*height: 30px;*/
  padding: 4px 5px;
}

/* line 23, vendor/assets/stylesheets/general.scss */
input[type=text], input[type=number], textarea, select, button {
  outline: none;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appreatance: none;
  /* Removes Default Firefox style*/
  /* appearance: none;*/
}

/* line 30, vendor/assets/stylesheets/general.scss */
input[type=text]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px #3daadd;
  outline: 0px solid #3daadd;
  /*outline: 0;*/
}

/* line 38, vendor/assets/stylesheets/general.scss */
button {
  border: 1px solid #ddd;
  border-bottom: 1px solid #989090;
  border-right: 1px solid #989090;
  background-color: #e0e0e0;
}

/*button:focus,
button:active,
button:hover{
    background-color: #fbfbfb;
    box-shadow: 0 0 5px rgba(61, 170, 221, 1);
    outline: 1px solid rgba(61, 170, 221, 1);
}*/
/* line 52, vendor/assets/stylesheets/general.scss */
select {
  background-image: url(/assets/select_down-3bc3a5c4d12561d79ac8002347452be3760814ed9d7a97996857fcbe6d12b0ef.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 50% !important;
  background-size: 15px !important;
  background-color: #fff;
  cursor: pointer;
  padding-left: 5px !important;
  padding-right: 15px !important;
}

/* line 62, vendor/assets/stylesheets/general.scss */
div.actions {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 68, vendor/assets/stylesheets/general.scss */
div.actions input {
  /*border: 0;
    background-color: transparent;
    z-index: 0;
    color: transparent;*/
}

/* line 75, vendor/assets/stylesheets/general.scss */
.box_field {
  background-color: white;
  border: 1px silver solid;
  border-radius: 5px;
  /*padding: 1rem;*/
  padding: 5px;
  width: 100%;
  margin-bottom: 20px;
}

/* line 86, vendor/assets/stylesheets/general.scss */
.side_bar_box .box_field {
  width: 100%;
  min-width: 200px;
}

/* line 91, vendor/assets/stylesheets/general.scss */
input[type="checkbox"] {
  height: 15px !important;
  vertical-align: middle;
}

/* line 96, vendor/assets/stylesheets/general.scss */
div.field {
  position: relative;
  min-width: 0px;
}

/* line 102, vendor/assets/stylesheets/general.scss */
div.field input,
div.field select,
div.field textarea,
div.field .box_field {
  border-radius: 4px;
  margin-bottom: 10px;
}

/* line 109, vendor/assets/stylesheets/general.scss */
div.field input {
  width: 100%;
  padding: 4px 5px;
  margin: 0px;
  border: 1px solid silver;
}

/* line 115, vendor/assets/stylesheets/general.scss */
div.field input[type="file"] {
  background-color: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 4px;
  width: 100%;
}

/* line 122, vendor/assets/stylesheets/general.scss */
div.field input[type="checkbox"],
div.field input[type="radio"] {
  vertical-align: middle;
  width: auto;
  margin: 0;
  margin-right: 5px;
}

/* line 130, vendor/assets/stylesheets/general.scss */
div.field select {
  /*height: 27px;*/
  height: 31px;
  width: 100%;
  padding: 0 3px;
  margin: 0px;
  border: 1px solid silver;
}

/* line 139, vendor/assets/stylesheets/general.scss */
div.field textarea {
  padding: 5px;
  width: 100%;
  min-width: 100px;
  height: 70px;
  margin: 0;
  border: 1px solid silver;
}

/* line 149, vendor/assets/stylesheets/general.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 152, vendor/assets/stylesheets/general.scss */
div.field label {
  display: inline-block;
  min-width: 100px;
  vertical-align: top;
  text-align: left;
  background-color: transparent;
  margin-bottom: 4px;
  font-size: 13px;
}

/* line 162, vendor/assets/stylesheets/general.scss */
div.field label.btn-primary {
  background-color: #0062cc;
}

/* line 165, vendor/assets/stylesheets/general.scss */
div.field label.required {
  font-weight: bold;
}

/* line 168, vendor/assets/stylesheets/general.scss */
div label.required:before,
table th.required:before {
  content: "*";
  color: red;
}

/* line 173, vendor/assets/stylesheets/general.scss */
div.field .error {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0px;
  font-weight: bold;
  color: red;
  /*padding: 5px;*/
  /*width: auto;*/
  text-align: right;
  background-color: #fff;
}

/* line 185, vendor/assets/stylesheets/general.scss */
div.field table .error {
  top: -10px;
  right: 4px;
  background-color: #fff !important;
  opacity: 0.9;
  padding: 2px;
  z-index: 1;
  min-width: 0px !important;
}

/* line 194, vendor/assets/stylesheets/general.scss */
div.field table select.error {
  top: 0;
  right: 0;
  background-color: transparent;
  opacity: 1;
}

/* line 200, vendor/assets/stylesheets/general.scss */
div.field input.error {
  position: static;
  right: 0;
  margin: 0;
  top: 0;
  font-weight: bold;
  color: red;
  /*padding: inherit;*/
  /*width: inherit;*/
  text-align: inherit;
  /*background-color: transparent;*/
}

/* line 213, vendor/assets/stylesheets/general.scss */
div.field .field_grup {
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
  /*position: relative;*/
}

/* line 220, vendor/assets/stylesheets/general.scss */
div.field .field_grup_container {
  display: table-row;
}

/* line 223, vendor/assets/stylesheets/general.scss */
div.field .field_grup .field_grup_select {
  /*float: left;*/
  width: 100%;
  display: table-cell;
}

/* line 228, vendor/assets/stylesheets/general.scss */
div.field .field_grup input,
div.field .field_grup .field_grup_select select {
  width: 100% !important;
}

/* line 232, vendor/assets/stylesheets/general.scss */
div.field .field_grup .field_grup_bt_right {
  /*background-color: #fdfdfd;*/
  /*border: 1px solid #c0c0c0;*/
  border-left: 0;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 241, vendor/assets/stylesheets/general.scss */
div.field .field_grup .field_grup_bt_right span {
  margin: 0;
  padding: 0;
  float: none;
  margin-left: 7px;
  /*margin-right: 5px;*/
}

/* line 248, vendor/assets/stylesheets/general.scss */
div.field .field_grup .field_grup_bt_right .fa {
  font-size: 20px !important;
}

/* line 251, vendor/assets/stylesheets/general.scss */
div.field .field_grup .field_grup_bt_right .bt_add_popup:before {
  position: relative;
  top: 0;
}

/* line 256, vendor/assets/stylesheets/general.scss */
.error2 {
  margin: 0;
  font-weight: bold;
  color: red;
  padding: 5px;
  width: auto;
  text-align: center;
  border-top: 0px;
  background-color: transparent;
}

/* line 267, vendor/assets/stylesheets/general.scss */
.error_tr {
  background-color: #ffcece;
}

/* line 271, vendor/assets/stylesheets/general.scss */
div.field input.ui-state-highlight, div.field select.ui-state-highlight, div.field textarea.ui-state-highlight {
  background-color: #fcfaf1 !important;
  border: 1px solid red;
  margin: 0;
}

/* line 277, vendor/assets/stylesheets/general.scss */
div.field input.searching_text_box.ui-state-highlight {
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
}

/* line 282, vendor/assets/stylesheets/general.scss */
input.ui-autocomplete-input {
  height: auto;
}

/* line 288, vendor/assets/stylesheets/general.scss */
div.field2 {
  position: relative;
  margin-bottom: 5px;
}

/* line 292, vendor/assets/stylesheets/general.scss */
div.field2 br {
  display: none;
}

/* line 295, vendor/assets/stylesheets/general.scss */
div.field2 label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: left;
  padding: 3px 0px;
  margin-bottom: 0;
}

/* line 299, vendor/assets/stylesheets/general.scss */
div.field2 label.error {
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 305, vendor/assets/stylesheets/general.scss */
div.field2 label.error:after {
  content: "";
  text-align: right;
  vertical-align: top;
}

/* line 308, vendor/assets/stylesheets/general.scss */
div.field2 label:after {
  content: ":";
  text-align: right;
  vertical-align: top;
  padding-left: 5px;
}

/* line 311, vendor/assets/stylesheets/general.scss */
div.field2 b {
  display: inline-block;
  min-width: 80px;
  width: auto;
  padding-right: 5px;
  text-align: left;
  float: none;
}

/* line 317, vendor/assets/stylesheets/general.scss */
div.field2 b:after {
  content: ":";
  text-align: right;
  background-color: silver;
  display: inline;
  width: 0px;
  float: right;
}

/* line 322, vendor/assets/stylesheets/general.scss */
div.field2 input {
  width: 100%;
  padding: 2px 5px;
  margin: 2px 0;
  /*margin-left: 10px;*/
}

/* line 328, vendor/assets/stylesheets/general.scss */
div.field2 input[type="checkbox"],
div.field3 input[type="checkbox"] {
  vertical-align: middle;
  margin-left: 10px !important;
  margin-right: 2px !important;
  width: auto;
  float: none !important;
}

/* line 336, vendor/assets/stylesheets/general.scss */
div.field2 input[type="radio"],
div.field3 input[type="radio"] {
  vertical-align: middle;
  margin-left: 10px !important;
  width: auto;
  margin: 0 2px 2px 0;
}

/* line 344, vendor/assets/stylesheets/general.scss */
div.field2 select {
  height: auto;
  width: 100%;
  padding: 2px;
  margin: 0px;
  margin: 2px 0;
  /*margin-left: 10px;*/
}

/* line 353, vendor/assets/stylesheets/general.scss */
div.field2 textarea {
  padding: 5px;
  width: 100%;
  min-width: 100px;
  height: 100px;
  margin: 2px 0;
  /* margin-left: 10px;*/
}

/* -- field tipe 3 -- */
/* line 363, vendor/assets/stylesheets/general.scss */
div.field3 {
  position: relative;
  display: table;
  min-height: 15px !important;
  width: 100%;
  margin-bottom: 13px;
}

/* line 371, vendor/assets/stylesheets/general.scss */
div.field3 > label {
  /*display: block;*/
  /*max-width: 150px;
    width: 100%;*/
  vertical-align: top;
  text-align: left;
  /*float: left;*/
  background-color: transparent;
  border: 0px solid silver;
  border-bottom: 0px;
  padding: 0px;
  margin-bottom: 0px;
  -moz-border-radius: 0;
  -webkit-border-radiust: 0;
  border-radius: 0;
  width: 150px;
  position: relative;
  display: table-cell;
}

/* line 392, vendor/assets/stylesheets/general.scss */
div.field3 > label:after {
  content: ":";
  /*float: right;*/
  margin-right: 5px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 401, vendor/assets/stylesheets/general.scss */
div.field3 br {
  display: none;
}

/* line 404, vendor/assets/stylesheets/general.scss */
div.field3 label.required {
  font-weight: bold;
}

/* line 407, vendor/assets/stylesheets/general.scss */
div.field3 label.error {
  position: absolute;
  right: 0px;
  top: -12px;
  padding: 0;
  display: block;
  margin: 0;
  font-weight: bold;
  color: red;
  width: auto;
  max-width: 200px;
  text-align: center;
  font-size: 8pt;
  background-color: white;
  padding: 2px;
}

/* line 423, vendor/assets/stylesheets/general.scss */
div.field3 label.error:after {
  content: "";
  float: none;
}

/* line 427, vendor/assets/stylesheets/general.scss */
div.field3 #error {
  display: none;
  margin: 0;
  padding: 0px;
  font-weight: bold;
  color: red;
  width: auto;
  text-align: center;
  /*background-color: white;*/
  vertical-align: middle;
  border: 0px !important;
}

/* line 439, vendor/assets/stylesheets/general.scss */
div.field3 > span {
  text-align: left;
  display: table-cell;
}

/* line 443, vendor/assets/stylesheets/general.scss */
input.ui-state-highlight,
select.ui-state-highlight,
textarea.ui-state-highlight {
  /*height: auto;
    width: inherit;*/
  /*padding: 2px;*/
  border: 1px solid red !important;
  background-color: red !important;
  /*margin: 0;*/
}

/* line 453, vendor/assets/stylesheets/general.scss */
div.field3 input {
  float: left;
  /*height: 12px;*/
  /*max-width: 210px !important;*/
  width: 100%;
  padding: 5px;
  border: 1px solid silver;
}

/* line 461, vendor/assets/stylesheets/general.scss */
div.field3 input[type="file"] {
  border: 1px solid silver;
  margin: 0;
}

/* line 466, vendor/assets/stylesheets/general.scss */
div.field3 select {
  float: left;
  height: 27px;
  /*max-width: 210px;*/
  width: 100%;
  padding: 0 2px;
  margin: 0px;
  border: 1px solid silver;
}

/* line 476, vendor/assets/stylesheets/general.scss */
div.field3 textarea {
  float: left;
  padding: 5px;
  /*max-width:230px;*/
  width: 100%;
  min-width: 100px;
  height: 50px;
  border: 1px solid silver;
  margin: 0px;
}

/* -- end field tipe 3 -- */
/* -- field tipe 4 -- */
/* line 489, vendor/assets/stylesheets/general.scss */
div.field4 {
  position: relative;
  display: table;
  min-height: 15px !important;
  width: 100%;
  margin-bottom: 15px;
}

/* line 497, vendor/assets/stylesheets/general.scss */
div.field4 label {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  text-align: left;
  background-color: transparent;
  border: 0px solid silver;
  border-bottom: 0px;
  padding: 0px;
  padding-right: 10px;
  margin-bottom: 0px;
  -moz-border-radius: 0;
  -webkit-border-radiust: 0;
  border-radius: 0;
  position: relative;
}

/* line 514, vendor/assets/stylesheets/general.scss */
div.field4 label:after {
  content: ":";
  float: right;
  margin-right: 5px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 523, vendor/assets/stylesheets/general.scss */
div.field4 br {
  display: none;
}

/* line 526, vendor/assets/stylesheets/general.scss */
div.field4 label.required {
  font-weight: bold;
}

/* line 529, vendor/assets/stylesheets/general.scss */
div.field4 label.error {
  position: absolute;
  right: 0px;
  top: -15px;
  padding: 0;
  display: block;
  margin: 0;
  font-weight: bold;
  color: red;
  width: auto;
  max-width: 200px;
  text-align: center;
  font-size: 8pt;
}

/* line 543, vendor/assets/stylesheets/general.scss */
div.field4 label.error:after {
  content: "";
  float: none;
}

/* line 548, vendor/assets/stylesheets/general.scss */
div.field4 #error {
  display: none;
  margin: 0;
  padding: 0px;
  font-weight: bold;
  color: red;
  width: auto;
  text-align: center;
  /*background-color: white;*/
  vertical-align: middle;
  border: 0px !important;
}

/* line 561, vendor/assets/stylesheets/general.scss */
div.field4 input.ui-state-highlight,
div.field4 select.ui-state-highlight,
div.field4 textarea.ui-state-highlight {
  height: auto;
  width: auto;
  padding: 2px;
  border: 1px solid red;
  background-color: red !important;
  margin: 0;
}

/* line 571, vendor/assets/stylesheets/general.scss */
div.field4 input,
div.field4 input[type="file"] {
  display: inline-block;
  max-width: 210px;
  width: 100%;
  padding: 4px 5px;
  border: 1px solid silver;
}

/* line 579, vendor/assets/stylesheets/general.scss */
div.field4 input[type="file"] {
  border: 1px solid silver;
  margin: 0;
}

/* line 584, vendor/assets/stylesheets/general.scss */
div.field4 select {
  display: table-cell;
  height: auto;
  max-width: 210px;
  width: 100%;
  padding: 4px;
  margin: 0px;
  border: 1px solid silver;
}

/* line 594, vendor/assets/stylesheets/general.scss */
div.field4 textarea {
  display: table-cell;
  padding: 5px;
  max-width: 230px;
  width: 90%;
  min-width: 100px;
  height: 100px;
  border: 1px solid silver;
  margin: 0px;
}

/* line 605, vendor/assets/stylesheets/general.scss */
div.field4 > span {
  text-align: right;
  display: table-cell;
  min-width: 120px;
}

/* -- end field tipe 4 -- */
/* line 612, vendor/assets/stylesheets/general.scss */
.no_border {
  border: 0 !important;
}

/* -- End Overide Scafold */
/* line 617, vendor/assets/stylesheets/general.scss */
form {
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radiust: 5px;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #EAEAEA;
}

/* line 625, vendor/assets/stylesheets/general.scss */
.form-inline label {
  justify-content: normal;
}

/* line 628, vendor/assets/stylesheets/general.scss */
.simple_form {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

/* line 634, vendor/assets/stylesheets/general.scss */
#advance_search {
  display: none;
}

/* line 638, vendor/assets/stylesheets/general.scss */
.button_action {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  border: 1px solid #888;
  margin: 5px;
  padding: 6px;
  cursor: pointer;
  min-height: 30px;
  min-width: 30px;
  border: 0 !important;
}

/* line 651, vendor/assets/stylesheets/general.scss */
.button_action:hover {
  background-color: white;
}

/* line 655, vendor/assets/stylesheets/general.scss */
.button {
  background-color: #3fa0d9;
  text-align: center;
  padding: 5px;
  border: 0px solid #164968;
  -moz-border-radius: 0px;
  -webkit-border-radiust: 0px;
  border-radius: 0px;
  cursor: pointer;
  min-width: 60px;
  font-weight: bold;
  width: auto;
  border-radius: 4px;
  color: white;
  margin-top: 10px;
}

/* line 671, vendor/assets/stylesheets/general.scss */
.button:hover {
  background-color: white;
  background-color: #3072D5;
  /*
    background-image: url("/assets/menu2.png");
    background-repeat: repeat-x;
    */
}

/* line 679, vendor/assets/stylesheets/general.scss */
a.button {
  margin: 0;
  text-decoration: none;
  color: white !important;
  /* min-height: 70px !important; */
  display: block;
  padding: 6px;
  margin-top: 10px;
  height: inherit;
}

/* line 690, vendor/assets/stylesheets/general.scss */
a.button:hover {
  text-decoration: none;
}

/* line 693, vendor/assets/stylesheets/general.scss */
input.button {
  margin: 0;
  margin-top: 10px;
}

/*overide botstrap*/
/* line 699, vendor/assets/stylesheets/general.scss */
.bg-info {
  background-color: #60caea !important;
}

/* line 703, vendor/assets/stylesheets/general.scss */
.btn {
  font-size: inherit;
}

/* line 706, vendor/assets/stylesheets/general.scss */
.btn_new_data {
  text-align: center;
}

/* line 709, vendor/assets/stylesheets/general.scss */
.btn_new_data button {
  font-size: 20px;
}

/* line 712, vendor/assets/stylesheets/general.scss */
.btn_new_data .fa {
  font-size: 24px !important;
}

/* line 716, vendor/assets/stylesheets/general.scss */
.btn_new_data_sm {
  text-align: center;
  margin: 5px;
}

/* line 720, vendor/assets/stylesheets/general.scss */
.btn_new_data_sm button {
  font-size: 12px;
}

/* line 723, vendor/assets/stylesheets/general.scss */
.btn_new_data_sm .fa {
  font-size: 14px !important;
}

/* line 726, vendor/assets/stylesheets/general.scss */
.btn-warning {
  color: white;
}

/* line 730, vendor/assets/stylesheets/general.scss */
.btn-warning:hover {
  color: white;
}

/* line 733, vendor/assets/stylesheets/general.scss */
input[disabled],
select[disabled],
textarea[disabled],
.disabled,
.disable {
  background-color: #f3f0ee !important;
  border: 1px solid silver !important;
  cursor: not-allowed;
  color: #5C5353;
  font-weight: normal;
}

/* line 744, vendor/assets/stylesheets/general.scss */
.button[disabled] {
  color: #a09e9e;
  pointer-events: none;
}

/* line 748, vendor/assets/stylesheets/general.scss */
.disabled:hover {
  color: #000;
}

/* line 751, vendor/assets/stylesheets/general.scss */
a.disabled, a.disable {
  background-color: transparent;
  border: 0px solid silver;
  text-decoration: none;
  color: silver;
  cursor: not-allowed;
}

/* line 758, vendor/assets/stylesheets/general.scss */
a.disabled .fa, a.disable .fa {
  color: #B3A49A;
  cursor: not-allowed;
}

/* line 762, vendor/assets/stylesheets/general.scss */
a.button.disable {
  background-color: #969191 !important;
  color: #fff;
}

/* line 766, vendor/assets/stylesheets/general.scss */
.left {
  float: left;
  padding-right: 15px;
  text-align: left;
  min-width: 234px;
  /*width: 100%;*/
}

/* line 773, vendor/assets/stylesheets/general.scss */
.nota .left {
  min-width: 0;
}

/* line 776, vendor/assets/stylesheets/general.scss */
.right {
  float: right;
  text-align: left;
}

/* line 779, vendor/assets/stylesheets/general.scss */
.scroll {
  overflow: auto;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
}

/* line 785, vendor/assets/stylesheets/general.scss */
.simple_frame {
  background-color: transparent;
  color: black;
  border: 1px ridge green;
  width: auto;
  margin: 5px auto;
  background-color: transparent;
  padding: 10px;
  padding-top: 15px;
}

/* line 796, vendor/assets/stylesheets/general.scss */
.simple_frame legend {
  padding: 5px;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px ridge #97c234;
  color: black;
  font-size: 12px;
}

/* line 804, vendor/assets/stylesheets/general.scss */
.opaque {
  word-wrap: break-word;
  text-align: center;
  padding: 5px;
  background-color: black;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.8;
  z-index: 1;
}

/* line 816, vendor/assets/stylesheets/general.scss */
.small_font {
  font-size: small;
  /*0.8em;*/
  padding: 0;
  font-weight: normal;
  /*color:black;gray;*/
}

/* line 823, vendor/assets/stylesheets/general.scss */
.loading_body {
  padding: 5px;
  z-index: 100;
  background-color: #4DE4FF;
  color: black;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radiust: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 0px solid black;
}

/* line 834, vendor/assets/stylesheets/general.scss */
.loading_body_error {
  padding: 5px;
  z-index: 100;
  background-color: red;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radiust: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 0px solid black;
}

/* line 845, vendor/assets/stylesheets/general.scss */
.loading_koneksi {
  padding: 5px;
  z-index: 100;
  background-color: red;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radiust: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 0px solid black;
}

/* line 857, vendor/assets/stylesheets/general.scss */
.spacer {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #E6E6E6 solid;
}

/* CSS Loading Pop Up */
/* line 862, vendor/assets/stylesheets/general.scss */
.content_pop_up_wrapper {
  display: table;
  margin: 0 auto;
  width: 270px;
  height: 100px;
  text-align: center;
}

/* line 867, vendor/assets/stylesheets/general.scss */
.content_pop_up {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 10px;
  cursor: pointer;
  min-width: 80px;
}

/* line 874, vendor/assets/stylesheets/general.scss */
.content_pop_up:hover {
  outline: 1px solid #AFDEFA;
  background-color: #E4EBEF;
}

/* line 878, vendor/assets/stylesheets/general.scss */
.content_pop_up:hover i, .content_pop_up:hover a {
  color: #2398DF;
}

/* line 881, vendor/assets/stylesheets/general.scss */
.content_pop_up .fa {
  /*display: block;*/
}

/* line 884, vendor/assets/stylesheets/general.scss */
.content_pop_up br {
  /*display: none;*/
}

/* line 887, vendor/assets/stylesheets/general.scss */
.content_pop_up span {
  /*display: block;*/
}

/* line 890, vendor/assets/stylesheets/general.scss */
#dialog_page_loading_wrapper #dialog_page_loading_msg {
  vertical-align: middle !important;
}

/* -- Scroll bar effect --
::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ededed;
}
::-webkit-scrollbar-track-piece{
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e0e0e0;
}
::-webkit-scrollbar-button{
    
}
*/
/* -- End Scroll bar effect --*/
/* ------------ Standard -------------------*/
/* line 921, vendor/assets/stylesheets/general.scss */
.clear {
  clear: both;
}

/* line 922, vendor/assets/stylesheets/general.scss */
.floatLeft {
  float: left;
}

/* line 923, vendor/assets/stylesheets/general.scss */
.floatRight {
  float: right;
}

/* line 924, vendor/assets/stylesheets/general.scss */
.textLeft {
  text-align: left;
}

/* line 925, vendor/assets/stylesheets/general.scss */
.textRight {
  text-align: right;
}

/* line 926, vendor/assets/stylesheets/general.scss */
.textCenter {
  text-align: center !important;
}

/* line 927, vendor/assets/stylesheets/general.scss */
.textJustify {
  text-align: justify;
}

/* line 928, vendor/assets/stylesheets/general.scss */
.blockCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* remember to set width */
/* line 929, vendor/assets/stylesheets/general.scss */
.bold {
  font-weight: bold;
}

/* line 930, vendor/assets/stylesheets/general.scss */
.italic {
  font-style: italic;
}

/* line 931, vendor/assets/stylesheets/general.scss */
.underline {
  text-decoration: underline;
}

/* line 932, vendor/assets/stylesheets/general.scss */
.noindent {
  margin-left: 0;
  padding-left: 0;
}

/* line 933, vendor/assets/stylesheets/general.scss */
.nomargin {
  margin: 0;
}

/* line 934, vendor/assets/stylesheets/general.scss */
.nopadding {
  padding: 0;
}

/* line 935, vendor/assets/stylesheets/general.scss */
.nobullet {
  list-style: none;
  list-style-image: none;
}

/* line 936, vendor/assets/stylesheets/general.scss */
.nowrap {
  white-space: nowrap;
}

/* line 937, vendor/assets/stylesheets/general.scss */
.as_link {
  cursor: pointer !important;
  color: #086590;
}

/* line 938, vendor/assets/stylesheets/general.scss */
.as_link:hover {
  text-decoration: underline;
}

/* line 939, vendor/assets/stylesheets/general.scss */
.hide {
  display: none !important;
}

/* line 940, vendor/assets/stylesheets/general.scss */
.show {
  display: block;
}

/* line 941, vendor/assets/stylesheets/general.scss */
.tambah_baris {
  margin-top: 1rem;
}

/* line 943, vendor/assets/stylesheets/general.scss */
a {
  text-decoration: none;
  color: #086590;
}

/* line 944, vendor/assets/stylesheets/general.scss */
a:hover {
  text-decoration: underline;
}

/* line 946, vendor/assets/stylesheets/general.scss */
a img {
  border: none;
}

/* line 947, vendor/assets/stylesheets/general.scss */
img a {
  text-decoration: none;
}

/* line 949, vendor/assets/stylesheets/general.scss */
em * {
  color: red;
}

/* line 951, vendor/assets/stylesheets/general.scss */
label.error {
  float: none;
  color: blue;
  padding-left: .5em;
  vertical-align: top;
}

/* line 953, vendor/assets/stylesheets/general.scss */
label {
  display: inline-block;
  min-width: 70px;
}

/* line 955, vendor/assets/stylesheets/general.scss */
label.line {
  display: block;
  position: relative;
  padding: 0px;
  margin-top: 0;
}

/* line 962, vendor/assets/stylesheets/general.scss */
label.line:before {
  content: "";
  display: block;
  border-top: solid 1px silver;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

/* line 973, vendor/assets/stylesheets/general.scss */
label.line span {
  background: #fff;
  padding-left: 5px;
  margin-top: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: italic;
}

/* line 983, vendor/assets/stylesheets/general.scss */
.line_bottom {
  display: block;
  border-bottom: solid 1px silver;
  width: auto;
  z-index: 1;
  margin-bottom: 5px;
}

/* line 990, vendor/assets/stylesheets/general.scss */
fieldset {
  /*color:black;*/
  border: 1px solid silver;
  width: auto;
  margin: auto;
  margin-top: 0px;
  background-color: transparent;
  /*#f5f2bb*/
  padding: 10px;
  padding-top: 0;
  -moz-border-radius: 3px;
  -webkit-border-radiust: 3px;
  border-radius: 3px;
}

/* line 1004, vendor/assets/stylesheets/general.scss */
legend {
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 10px;
  border: 1px solid silver;
  -moz-border-radius: 2px;
  -webkit-border-radiust: 2px;
  border-radius: 2px;
  color: #369BD7;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  float: none;
}

/*--------------------- POP UP ------------------------------*/
/* line 1024, vendor/assets/stylesheets/general.scss */
.static_popup {
  text-align: center;
  width: 500px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  border: 5px solid silver;
  background-color: white;
  padding: 10px;
}

/* line 1037, vendor/assets/stylesheets/general.scss */
#popup_indicator_wraper {
  position: fixed;
  z-index: 2000;
  /*
    opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    */
  background-color: black;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  top: 0;
}

/* line 1051, vendor/assets/stylesheets/general.scss */
#popup_indicator {
  position: fixed;
  z-index: 2000;
  margin: 0 auto;
  display: block;
  padding: 5px;
  background-color: white;
  width: auto;
  -moz-border-radius: 5px;
  -webkit-border-radiust: 5px;
  border-radius: 5px;
}

/* line 1064, vendor/assets/stylesheets/general.scss */
#popup, .popup {
  position: fixed;
  z-index: 3000;
  margin: 0 auto;
  top: 0;
  left: 0;
  /*
    background: rgba(0, 0, 0, 0.6);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88FFFF00', endColorstr='#88FFFF00')";
    padding: 1em;
    */
}

/* line 1077, vendor/assets/stylesheets/general.scss */
#popup_box, .popup_box {
  position: relative;
  border: 10px solid #47a000;
  margin: 0 auto;
  min-height: 50px;
  max-height: 550px;
  width: 450px;
  min-width: 300px;
  background-color: #226a00;
  -moz-border-radius: 10px;
  -webkit-border-radiust: 10px;
  border-radius: 10px;
}

/* line 1095, vendor/assets/stylesheets/general.scss */
#popup_box_header, .popup_box_header {
  min-height: 20px;
  padding: 5px;
  margin: 0 auto;
  background-color: #226a00;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 1104, vendor/assets/stylesheets/general.scss */
#popup_box_content_message, .popup_box_content_message {
  min-height: 20px;
  padding: 5px;
  margin: 0 auto;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 1113, vendor/assets/stylesheets/general.scss */
#popup_box_content_error_message, .popup_box_content_error_message {
  min-height: 20px;
  padding: 5px;
  margin: 0 auto;
  background-color: white;
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 1122, vendor/assets/stylesheets/general.scss */
#popup_box_content, .popup_box_content {
  border: 1px solid #287203;
  padding: 5px;
  margin: 0 auto;
  min-height: 50px;
  max-height: 400px;
  background-color: white;
  overflow: auto;
}

/* line 1131, vendor/assets/stylesheets/general.scss */
#popup_box_footer, .popup_box_footer {
  height: 30px;
  clear: both;
  text-align: right;
  padding: 5px;
  background-color: #226a00;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 1142, vendor/assets/stylesheets/general.scss */
.warning {
  /*color: yellow ;*/
}

/* line 1145, vendor/assets/stylesheets/general.scss */
input.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 1151, vendor/assets/stylesheets/general.scss */
.urgent, .urgent a, a.urgent {
  color: red !important;
}

/* line 1155, vendor/assets/stylesheets/general.scss */
.highlighted {
  background-color: #FCF7A7;
  /* rgb(255, 255, 178) !important;*/
  border: 1px solid silver;
}

/* line 1159, vendor/assets/stylesheets/general.scss */
div.highlighted {
  /*padding: 10px;*/
  text-align: center;
}

/* line 1163, vendor/assets/stylesheets/general.scss */
tr.highlighted, td.highlighted {
  background-color: #FCF7A7 !important;
  /*border: 0;*/
}

/* line 1169, vendor/assets/stylesheets/general.scss */
.transaksi_header,
.transaksi_body {
  background: transparent;
  border-bottom: 1px #d9dde0 solid;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* line 1180, vendor/assets/stylesheets/general.scss */
.transaksi_footer .summary_rekap_laporan {
  float: left;
  margin: 0;
}

/* line 1184, vendor/assets/stylesheets/general.scss */
.transaksi_footer_flex {
  display: flex;
}

/* line 1187, vendor/assets/stylesheets/general.scss */
.transaksi_footer_flex .flex_grow {
  flex-grow: 1;
  margin-right: 2rem;
}

/* line 1191, vendor/assets/stylesheets/general.scss */
.bt_dialog_aktifitas_stok {
  cursor: pointer;
}

/* line 1195, vendor/assets/stylesheets/general.scss */
#dialog_form_aktifitas_stok {
  /*overflow: hidden;*/
}

/* line 1199, vendor/assets/stylesheets/general.scss */
#tab_aktifitas_stok,
#tab_data_aktifitas_konsinasi,
#tab_data_aktifitas_konsinasi_pelanggan,
#tab_aktifitas_sn {
  max-height: 380px;
}

/*-- pengaturan overflow saat printing --*/
/* line 1207, vendor/assets/stylesheets/general.scss */
.overflow_auto {
  overflow: auto;
}

/*-- pengaturan overflow saat printing --*/
/*agung#7/6/2014#disable sementara sampai batas waktu yang belum ditentukan*/
/* line 1214, vendor/assets/stylesheets/general.scss */
.img_pdf {
  display: none;
}

/* line 1216, vendor/assets/stylesheets/general.scss */
.img_cap {
  max-width: 150px;
  max-height: 100px;
  top: 10px;
  left: 30px;
  position: absolute;
}

/* line 1224, vendor/assets/stylesheets/general.scss */
.img_ttd {
  max-width: 150px;
  max-height: 60px;
  top: 30px;
  left: 0;
  position: absolute;
  opacity: 0.8;
}

/* line 1233, vendor/assets/stylesheets/general.scss */
.foot_note {
  font-style: italic;
  width: 98%;
  padding: 1%;
  margin-top: 10px;
  background-color: #F0FAFF;
  border: 1px solid #DBF2FF;
}

/* line 1242, vendor/assets/stylesheets/general.scss */
.tabel_note, .table_note {
  padding: 1%;
  margin-top: 10px;
  background-color: #62a16a;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

/* line 1250, vendor/assets/stylesheets/general.scss */
.tabel_note label, .table_note label {
  margin: 0;
  padding: 0;
}

/* line 1254, vendor/assets/stylesheets/general.scss */
.tabel_note .ui-effects-wrapper, .table_note .ui-effects-wrapper {
  width: 100% !important;
}

/* line 1259, vendor/assets/stylesheets/general.scss */
.summary {
  width: auto;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px silver solid;
  border-radius: 3px;
  padding: 10px;
  /*text-align: right*/
}

/* line 1270, vendor/assets/stylesheets/general.scss */
.summary label {
  min-width: 150px;
  padding: 5px;
}

/* line 1276, vendor/assets/stylesheets/general.scss */
.summary_rekap_laporan {
  float: right;
  width: auto;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px silver solid;
  border-radius: 3px;
  padding: 10px;
  /*text-align: right*/
}

/* line 1288, vendor/assets/stylesheets/general.scss */
.summary_rekap_laporan label {
  min-width: 150px;
  padding: 5px;
  /*font-weight: bold;*/
}

/* line 1294, vendor/assets/stylesheets/general.scss */
.line_separator {
  border-bottom: 1px silver solid;
  width: 100%;
  display: block;
  margin: 5px 0;
}

/* line 1301, vendor/assets/stylesheets/general.scss */
.judul_tabel {
  font-size: 18px !important;
  margin-bottom: 5px !important;
  margin-top: 2px;
  font-weight: initial;
}

/* line 1307, vendor/assets/stylesheets/general.scss */
.judul_tabel span {
  font-size: 13pt;
}

/* line 1311, vendor/assets/stylesheets/general.scss */
.tabel_control_action {
  position: absolute;
  top: 15px;
  right: 0;
}

/* line 1315, vendor/assets/stylesheets/general.scss */
.bt_add_popup {
  font-size: 15pt;
  color: #80BB16;
  cursor: pointer;
  vertical-align: middle;
  /*background-color: #FFFFFF;*/
  /*border-radius: 50%;*/
  height: 1em;
  width: 1em;
  position: relative;
}

/* line 1323, vendor/assets/stylesheets/general.scss */
.bt_add_popup:hover {
  color: #212121;
}

/* line 1326, vendor/assets/stylesheets/general.scss */
.bt_add_popup.ui-state-hover {
  background: transparent;
  border: 0;
  color: inherit;
}

/* line 1331, vendor/assets/stylesheets/general.scss */
div.field .bt_add_popup:before {
  position: absolute;
  top: -2px;
}

/* line 1336, vendor/assets/stylesheets/general.scss */
.bt_list_popup {
  font-size: 18pt;
  color: #369BD7;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

/* line 1345, vendor/assets/stylesheets/general.scss */
.bt_list_popup:hover {
  color: #212121;
}

/* line 1348, vendor/assets/stylesheets/general.scss */
.update_database_msg {
  margin-left: 7px;
}

/* line 1351, vendor/assets/stylesheets/general.scss */
.update_database_msg .fa {
  font-size: 13px;
  color: #80BB16;
}

/* line 1356, vendor/assets/stylesheets/general.scss */
.ditutup {
  /*color:#fff;*/
}

/* line 1361, vendor/assets/stylesheets/general.scss */
.sementara {
  color: #00CC00;
}

/* line 1365, vendor/assets/stylesheets/general.scss */
.dibatalkan {
  color: #181717;
  background-color: #D0CCCC;
}

/* line 1369, vendor/assets/stylesheets/general.scss */
.dibatalkan a, a.dibatalkan {
  color: #181717;
  text-decoration: underline;
}

/* line 1373, vendor/assets/stylesheets/general.scss */
.dibatalkan:hover, tr.dibatalkan:hover, td.dibatalkan:hover {
  background-color: #A5A5A5;
}

/* line 1376, vendor/assets/stylesheets/general.scss */
.dibatalkan:hover, .dibatalkan:hover a {
  color: #000;
}

/* line 1380, vendor/assets/stylesheets/general.scss */
.dibatalkan_text {
  color: red;
}

/* line 1384, vendor/assets/stylesheets/general.scss */
.konsinasi {
  color: #181717;
  background-color: #e2f0ff;
}

/* line 1388, vendor/assets/stylesheets/general.scss */
.konsinasi a, a.konsinasi {
  color: #181717;
  text-decoration: underline;
}

/* line 1393, vendor/assets/stylesheets/general.scss */
.retur_sebagian {
  color: #181717;
  background: none;
  background-color: #EEF9D4;
}

/* line 1398, vendor/assets/stylesheets/general.scss */
.retur_sebagian a, a.retur_sebagian {
  color: #181717;
  text-decoration: underline;
}

/* line 1403, vendor/assets/stylesheets/general.scss */
.retur_total {
  color: #181717;
  background-color: #F7DEDE;
}

/* line 1407, vendor/assets/stylesheets/general.scss */
.retur_total a, a.retur_total {
  color: #181717;
  text-decoration: underline;
}

/* line 1412, vendor/assets/stylesheets/general.scss */
.dihapus {
  color: #181717;
  background-color: #ffd89d;
}

/* line 1419, vendor/assets/stylesheets/general.scss */
.legend_box_color {
  border: 1px solid #B8B6B6;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
}

/* line 1426, vendor/assets/stylesheets/general.scss */
.legend_box_info label {
  display: block;
  float: left;
}

/* line 1431, vendor/assets/stylesheets/general.scss */
.ui-autocomplete .ui-menu-item {
  min-width: 200px;
  border-bottom: 1px solid silver;
  border-radius: 0;
}

/* line 1436, vendor/assets/stylesheets/general.scss */
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: 0px solid silver;
}

/* line 1439, vendor/assets/stylesheets/general.scss */
.label_ui_auto_complete {
  /*width: 50px;
    min-width: 0;*/
}

/* line 1443, vendor/assets/stylesheets/general.scss */
.label_separator_ui_auto_complete {
  width: 10px;
  min-width: 0;
}

/* line 1447, vendor/assets/stylesheets/general.scss */
.label_content_ui_auto_complete {
  min-width: 0;
  text-align: left;
}

/* line 1453, vendor/assets/stylesheets/general.scss */
.ui-dialog .ui-dialog-buttonpane button {
  font-size: 1.1em;
  padding: 9px 15px;
  min-width: 100px;
}

/* line 1458, vendor/assets/stylesheets/general.scss */
.ui-dialog .ui-dialog-title {
  font-size: 1.2em;
}

/* line 1462, vendor/assets/stylesheets/general.scss */
.tab {
  opacity: 0;
}

/* line 1466, vendor/assets/stylesheets/general.scss */
#div_produk_quick {
  width: 100%;
  display: inline-block;
}

/* line 1470, vendor/assets/stylesheets/general.scss */
#div_produk_quick #qty_produk_quick {
  width: 50px;
  text-align: center;
  height: 30px;
}

/* line 1475, vendor/assets/stylesheets/general.scss */
#div_produk_quick #term_produk_quick {
  text-align: left;
  height: 30px;
  padding-left: 5px;
}

/* line 1480, vendor/assets/stylesheets/general.scss */
#div_produk_quick.div_produk_quick_fixed {
  position: fixed;
  top: 40px;
  width: 375px;
  background-color: #fffbb6;
  padding: 15px;
  z-index: 99;
  /*right: 0px;*/
}

/* line 1490, vendor/assets/stylesheets/general.scss */
#content_a4, #container_a4 {
  /*    padding: 20px;*/
  margin: 0;
}

/* NOTA A4 */
/* line 1496, vendor/assets/stylesheets/general.scss */
#content_a4 .header_nota {
  border-bottom: solid 0px silver;
  padding-bottom: 10px;
}

/* line 1499, vendor/assets/stylesheets/general.scss */
#content_a4 .div_info_outlet {
  width: auto;
  max-width: 375px;
  padding-bottom: 10px;
  margin-right: 0;
  margin-top: 30px;
}

/* line 1506, vendor/assets/stylesheets/general.scss */
#content_a4 .data_outlet {
  max-width: 225px;
  width: auto;
  text-align: left;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
}

/* line 1514, vendor/assets/stylesheets/general.scss */
#content_a4 .judul_nota {
  text-align: center;
  font-size: large;
  margin-top: 0;
  padding-top: 0;
}

/* line 1521, vendor/assets/stylesheets/general.scss */
.logo_faktur img {
  max-width: 305px;
  max-height: 80px;
  margin-bottom: 1rem;
}

/* line 1527, vendor/assets/stylesheets/general.scss */
#content_a4 .box_info {
  float: left;
  margin: 5px;
}

/* line 1532, vendor/assets/stylesheets/general.scss */
#content_a4 .box_info div {
  border: solid 1px silver;
  text-align: center;
  width: 125px;
  padding: 3px;
}

/* line 1538, vendor/assets/stylesheets/general.scss */
#content_a4 .box_info_head {
  border-bottom: 0 !important;
}

/* line 1542, vendor/assets/stylesheets/general.scss */
#content_a4 .box_info div label {
  display: inline-block;
  min-width: 90px;
  font-weight: bold;
  width: auto;
}

/* line 1549, vendor/assets/stylesheets/general.scss */
#content_a4 .info_costumer {
  display: inline-block;
  width: 30px;
}

/* line 1558, vendor/assets/stylesheets/general.scss */
#content_a4 .summary {
  vertical-align: middle;
}

/* spesial content  for nota A5 */
/* line 1563, vendor/assets/stylesheets/general.scss */
#nota_a5_container {
  font-size: 14px;
  font-family: "Calibri";
  /* ini menyebabkan page kosong setelah nota, jadi yg seharusnya print 1 aja malah jadi 2 */
  /*    page-break-after: always;*/
  margin: 0;
  padding: 0;
}

/* line 1571, vendor/assets/stylesheets/general.scss */
#nota_a5_container label {
  font-weight: 100;
  min-width: 0px;
}

/* line 1575, vendor/assets/stylesheets/general.scss */
#nota_a5_container .judul_nota {
  font-size: 14pt;
}

/* line 1578, vendor/assets/stylesheets/general.scss */
#nota_a5_container .text-center {
  text-align: center;
}

/* line 1581, vendor/assets/stylesheets/general.scss */
#nota_a5_container .text-left {
  text-align: left;
}

/* line 1584, vendor/assets/stylesheets/general.scss */
#nota_a5_container #head_nota_a5 label {
  min-width: 20px;
}

/* line 1587, vendor/assets/stylesheets/general.scss */
#nota_a5_container #head_nota_a5 #header3 .header3_informasi {
  clear: both;
}

/* line 1590, vendor/assets/stylesheets/general.scss */
#nota_a5_container #head_nota_a5 #header3 .header3_informasi label:first-child {
  min-width: 80px;
  text-align: left;
  float: left;
}

/* line 1595, vendor/assets/stylesheets/general.scss */
#nota_a5_container #head_nota_a5 #header3 .header3_informasi label {
  min-width: 110px;
  text-align: right;
  float: right;
  margin: 0 5px;
}

/* line 1602, vendor/assets/stylesheets/general.scss */
#nota_a5_container #footer_detail_a5 {
  max-width: 340px;
  margin: 0px;
  text-align: right;
}

/* line 1607, vendor/assets/stylesheets/general.scss */
#nota_a5_container .footer_infromasi {
  text-align: left;
  clear: both;
}

/* line 1611, vendor/assets/stylesheets/general.scss */
#nota_a5_container .footer_infromasi label:first-child {
  min-width: 100px;
  text-align: left;
  float: left;
}

/* line 1616, vendor/assets/stylesheets/general.scss */
#nota_a5_container .footer_infromasi label {
  text-align: right;
  min-width: 110px;
  float: right;
  margin: 0 5px;
}

/* line 1623, vendor/assets/stylesheets/general.scss */
#nota_a5_container .line_btm {
  /*width: 100%;
    border-bottom: 1px dashed #000;
    margin: 0px;*/
}

/* line 1628, vendor/assets/stylesheets/general.scss */
#nota_a5_container #sidebar {
  display: none;
  float: none;
}

/* line 1632, vendor/assets/stylesheets/general.scss */
#nota_a5_container #tabel_a5,
#nota_a5_container #div_data_table,
#nota_a5_container .div_data_table {
  opacity: 1;
}

/* line 1638, vendor/assets/stylesheets/general.scss */
#nota_a5_container #tabel_a5 table {
  border: none !important;
  /*border-bottom: 1px dashed #000 !important;*/
}

/* line 1642, vendor/assets/stylesheets/general.scss */
#nota_a5_container tr:last-child {
  border-bottom: 1px dashed #000 !important;
}

/* line 1645, vendor/assets/stylesheets/general.scss */
#nota_a5_container table tr th {
  background: none !important;
  border: 1px dashed #000 !important;
  border-left: none !important;
  border-right: none !important;
  font-weight: normal;
}

/* line 1652, vendor/assets/stylesheets/general.scss */
#nota_a5_container td {
  border: none !important;
}

/* line 1655, vendor/assets/stylesheets/general.scss */
#nota_a5_container table tr th,
#nota_a5_container table tr td {
  padding: 5px;
  font-weight: normal;
  color: inherit;
  height: auto;
  font-size: inherit;
}

/* line 1663, vendor/assets/stylesheets/general.scss */
#nota_a5_container .pengesahan {
  width: 200px;
}

/* line 1666, vendor/assets/stylesheets/general.scss */
#nota_a5_container .pengesahan > label.kiri {
  float: left;
  min-width: 0px !important;
}

/* line 1670, vendor/assets/stylesheets/general.scss */
#nota_a5_container .pengesahan > label.kanan {
  float: right;
  min-width: 0px !important;
}

/* line 1675, vendor/assets/stylesheets/general.scss */
#nota_a5_container .left {
  min-width: 0;
}

/* end spesial content  for nota A5 */
/* spesial content  for nota STRUK */
/* line 1682, vendor/assets/stylesheets/general.scss */
#nota_stuk_container .line, .line_nota {
  border-top: 1px dashed #000;
  margin-top: 3px;
  height: 6px;
  clear: both;
}

/* line 1688, vendor/assets/stylesheets/general.scss */
#nota_stuk_container .logo_nota {
  margin: 0 auto;
  width: 70px;
  height: auto;
}

/* line 1693, vendor/assets/stylesheets/general.scss */
#nota_stuk_container .logo_nota img {
  max-width: 70px;
  max-height: 70px;
}

/* end spesial content  for nota STRUK */
/* line 1701, vendor/assets/stylesheets/general.scss */
.label-grafik {
  text-align: center !important;
  margin-top: 0;
}

/* line 1705, vendor/assets/stylesheets/general.scss */
.graph {
  margin: 0;
}

/* line 1708, vendor/assets/stylesheets/general.scss */
.graph .graph_head .graph_title {
  padding-top: 20px;
  float: left;
}

/* line 1712, vendor/assets/stylesheets/general.scss */
.graph_title h1 {
  font-size: 16pt;
  padding-left: 40px;
  text-align: left;
}

/* line 1717, vendor/assets/stylesheets/general.scss */
.graph_title h5 {
  text-align: center;
}

/* line 1720, vendor/assets/stylesheets/general.scss */
.graph .graph_head .graph_filter {
  padding-top: 15px;
  float: right;
}

/* line 1724, vendor/assets/stylesheets/general.scss */
.graph .graph_content {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 300px;
  text-align: right;
}

/*--------------------- Searching Field ------------------------------*/
/* line 1732, vendor/assets/stylesheets/general.scss */
input.searching_text_box {
  background: url(/assets/search2-edc1847255f8e4a5c6848ef517669b6b186e6278f706fa481af3ffb5aa9e8c9c.png) right center no-repeat #fff;
  background-size: 15px !important;
  border: 1px solid silver;
}

/*--------------------- END Searching Field ------------------------------*/
/* line 1743, vendor/assets/stylesheets/general.scss */
.center-block {
  float: none;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  /* line 1750, vendor/assets/stylesheets/general.scss */
  .graph .graph_head {
    padding: 20px;
  }
  /* line 1753, vendor/assets/stylesheets/general.scss */
  .graph .graph_head .graph_title {
    float: none !important;
  }
  /* line 1756, vendor/assets/stylesheets/general.scss */
  .graph .graph_head .graph_title h1 {
    padding-left: 0px;
  }
  /* line 1759, vendor/assets/stylesheets/general.scss */
  .graph .graph_head .graph_filter {
    float: none;
  }
  /* line 1762, vendor/assets/stylesheets/general.scss */
  .graph .graph_content {
    margin-top: 0;
  }
}

/* line 1767, vendor/assets/stylesheets/general.scss */
.header_nota_a4 {
  border-bottom: solid 0px silver;
  padding-bottom: 10px;
}

/* line 1770, vendor/assets/stylesheets/general.scss */
.header_nota_a4_left {
  width: auto;
  max-width: 30%;
  padding-bottom: 10px;
  margin-right: 0;
  margin-top: 30px;
}

/* line 1773, vendor/assets/stylesheets/general.scss */
.header_nota_a4_left .header_nota_a4_left_info {
  width: auto;
  text-align: left;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
}

/* line 1776, vendor/assets/stylesheets/general.scss */
.header_nota_a4_left .fa {
  padding-right: 5px;
  font-size: 13px !important;
}

/* line 1780, vendor/assets/stylesheets/general.scss */
.header_nota_a4_center {
  width: auto;
  max-width: 28%;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 1784, vendor/assets/stylesheets/general.scss */
.header_nota_a4_right {
  float: right;
  width: auto;
}

/* line 1788, vendor/assets/stylesheets/general.scss */
.header_nota_a4_right .box_info_head, .header_nota_a4_right .box_info div {
  min-width: 125px !important;
}

/* line 1792, vendor/assets/stylesheets/general.scss */
.header_nota_a4_right .kode_nota {
  margin-bottom: .5rem;
}

/* styling plceholder */
/* line 1797, vendor/assets/stylesheets/general.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa;
}

/* line 1800, vendor/assets/stylesheets/general.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}

/* line 1803, vendor/assets/stylesheets/general.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa;
}

/* line 1806, vendor/assets/stylesheets/general.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}

/* Extra small devices: Vertical Phones || Horizontal Tablet*/
@media (max-width: 767px) {
  /* line 1815, vendor/assets/stylesheets/general.scss */
  div.field .field_grup .field_grup_bt_right {
    border: 0;
  }
  /* line 1818, vendor/assets/stylesheets/general.scss */
  div.field .field_grup .field_grup_bt_right span {
    /*top:7px;*/
  }
  /* line 1822, vendor/assets/stylesheets/general.scss */
  .transaksi_footer_flex {
    display: block;
  }
  /* line 1825, vendor/assets/stylesheets/general.scss */
  .transaksi_footer .summary_rekap_laporan {
    float: none;
    width: 100%;
  }
  /* line 1829, vendor/assets/stylesheets/general.scss */
  .transaksi_footer .flex_grow {
    display: block;
    margin-right: 0;
  }
}

/* line 1835, vendor/assets/stylesheets/general.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 1840, vendor/assets/stylesheets/general.scss */
.badge-erzap-teams {
  color: #fff;
  background-color: #369bd7;
}

/* line 1844, vendor/assets/stylesheets/general.scss */
.badge-erzap-teams:before {
  content: "ERZAP TEAMS";
}

/* line 1848, vendor/assets/stylesheets/general.scss */
.download-excel {
  font-size: 50px !important;
}

/* line 1851, vendor/assets/stylesheets/general.scss */
.link-standard {
  color: #007bff;
}

/* line 1854, vendor/assets/stylesheets/general.scss */
.link-standard:focus, .link-standard:hover {
  color: #004ea1;
}

/* line 1858, vendor/assets/stylesheets/general.scss */
.link-sn {
  color: #ff8d00;
}

/* line 1861, vendor/assets/stylesheets/general.scss */
.link-sn:focus, .link-sn:hover {
  color: #c77309;
}

/* line 1865, vendor/assets/stylesheets/general.scss */
.link-fp {
  color: #07ad14;
}

/* line 1868, vendor/assets/stylesheets/general.scss */
.link-fp:focus, .link-fp:hover {
  color: #028000;
}

/* line 1872, vendor/assets/stylesheets/general.scss */
.link-xml {
  color: #d81212;
}

/* line 1875, vendor/assets/stylesheets/general.scss */
.link-xml:focus, .link-xml:hover {
  color: #f8acac;
}

/* line 1879, vendor/assets/stylesheets/general.scss */
#nsfp_count {
  font-size: 12px;
}

/* line 1883, vendor/assets/stylesheets/general.scss */
.is_late_absen {
  background-color: #f9ebeb;
}

/* line 1887, vendor/assets/stylesheets/general.scss */
.below_standard_jam_kerja {
  background-color: #feffa6;
}

/* line 1891, vendor/assets/stylesheets/general.scss */
.below_standard_jam_kerja_50 {
  background-color: #ffe447;
}

/* line 1895, vendor/assets/stylesheets/general.scss */
.below_standard_jam_kerja_70 {
  background-color: #ffc747;
}

/* line 1899, vendor/assets/stylesheets/general.scss */
.above_standard_jam_kerja {
  /*background-color: #feffa6;*/
  background-color: #6dff79;
}

/* line 1904, vendor/assets/stylesheets/general.scss */
.info-waktu-log {
  font-size: 10px;
}

/* line 1908, vendor/assets/stylesheets/general.scss */
.footer-table-info div.info-nominal {
  width: 134px;
  max-width: 134px;
  display: inline-block !important;
  text-align: right;
  /*padding: 8px*/
}

/* line 1915, vendor/assets/stylesheets/general.scss */
.footer-table-info label {
  /*padding: 8px !important;*/
  min-width: 150px;
}

/* line 1919, vendor/assets/stylesheets/general.scss */
.footer-table-info hr {
  margin: 0;
}

/* line 1922, vendor/assets/stylesheets/general.scss */
.footer-table-info .rincian-nilai-nota {
  font-size: 13px;
}

/* line 1925, vendor/assets/stylesheets/general.scss */
.footer-table-info .field3 {
  margin-bottom: 0;
  padding: 8px;
}

/* line 1930, vendor/assets/stylesheets/general.scss */
.non_ppn {
  background-color: #d6fdc5 !important;
}

/* LOADING POPUP */
/* line 1935, vendor/assets/stylesheets/general.scss */
.loading_popup_md {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: white;
  z-index: 1;
}

/* line 1943, vendor/assets/stylesheets/general.scss */
.loading_popup_md .loading_popup_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 1950, vendor/assets/stylesheets/general.scss */
.loading_popup_md .loading_popup_content .progress {
  height: 6px;
}

/* line 1954, vendor/assets/stylesheets/general.scss */
.clickable {
  cursor: pointer;
}

/* overide JQuery UI CSS*/
/* line 1959, vendor/assets/stylesheets/general.scss */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

/* line 1963, vendor/assets/stylesheets/general.scss */
.ui-state-active {
  /*padding: inherit !important;*/
}

/* line 1966, vendor/assets/stylesheets/general.scss */
.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* line 1972, vendor/assets/stylesheets/general.scss */
.autocomplete_list {
  /*border-bottom: 1px solid gray;*/
  width: 500px;
  /*padding-bottom:10px;*/
}

/* line 1977, vendor/assets/stylesheets/general.scss */
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  /* font-weight: normal;
    margin: -1px;*/
}

/* line 1981, vendor/assets/stylesheets/general.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

/* line 1985, vendor/assets/stylesheets/general.scss */
.ui-menu .ui-state-focus label,
.ui-menu .ui-state-active label {
  color: #fff !important;
}

/* line 1989, vendor/assets/stylesheets/general.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 0;
}

/* line 1996, vendor/assets/stylesheets/general.scss */
.ui_auto_complete_result {
  /*color: #777 !important;*/
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
/* line 2002, vendor/assets/stylesheets/general.scss */
* html .ui-autocomplete {
  height: 200px;
  max-width: 500px !important;
}

/* line 2006, vendor/assets/stylesheets/general.scss */
.ui-front {
  /* modal bootstrap hide autocomplte, increase z-index */
  z-index: 1100;
}

/* line 2011, vendor/assets/stylesheets/general.scss */
.ui-widget-overlay {
  /*background: #000 url(/assets/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;*/
  background: #000;
  opacity: .75;
  filter: Alpha(Opacity=75);
  width: 100% !important;
}

/* line 2018, vendor/assets/stylesheets/general.scss */
.ui-button-text-only .ui-button-text {
  font-size: 15px;
}

/* line 2022, vendor/assets/stylesheets/general.scss */
.ui-widget-content {
  color: inherit;
}

/* line 2025, vendor/assets/stylesheets/general.scss */
.ui-widget-content a {
  color: inherit;
}

/* line 2028, vendor/assets/stylesheets/general.scss */
.ui-widget-header {
  border: 0;
  background: none;
  /*color: #222;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;*/
}

/* line 2038, vendor/assets/stylesheets/general.scss */
.ui-dialog-titlebar-close {
  padding: 0 !important;
}

/* line 2043, vendor/assets/stylesheets/general.scss */
.ui-dialog-titlebar-close:after {
  background-image: url(/assets/ui-icons_777777_256x240-4d93422fc12810c6e4b756a1c800244ea058b04e9cc47af01051e4ec38db8d33.png);
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -95px -128px;
  background-repeat: no-repeat;
}

/* line 2053, vendor/assets/stylesheets/general.scss */
.bg-danger {
  color: #fff;
}

/* notifikasi css */
/* line 2058, vendor/assets/stylesheets/general.scss */
.notifikasi_ajax:hover a {
  text-decoration: none;
}

/* line 2062, vendor/assets/stylesheets/general.scss */
.notif_placer {
  background-color: #edf4fd;
  width: inherit;
  /*border-bottom: 1px solid #CCC;*/
  display: table;
  /*width: 100%;*/
  margin: 4px;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  color: #5e5f61;
}

/* line 2074, vendor/assets/stylesheets/general.scss */
.notif_placer:hover .notif_left {
  /*background-color: #FEFFE8;*/
}

/* line 2078, vendor/assets/stylesheets/general.scss */
.notif_placer h4 {
  font-size: 14px;
  margin-bottom: 0.2rem;
}

/* line 2083, vendor/assets/stylesheets/general.scss */
.servis .notif_right {
  /*background-color: #438CCA;*/
}

/* line 2086, vendor/assets/stylesheets/general.scss */
.pemesanan .notif_right {
  /*background-color: #4954CF;*/
}

/* line 2089, vendor/assets/stylesheets/general.scss */
.pesanan_penjualan .notif_right {
  /*background-color: #FBAF5C;*/
}

/* line 2092, vendor/assets/stylesheets/general.scss */
.pengiriman_barang .notif_right {
  /*background-color: #BBB91F;*/
}

/* line 2095, vendor/assets/stylesheets/general.scss */
.piutang_penjualan .notif_right,
.piutang_servis_elektronik .notif_right {
  /*background-color: #F03E6E;*/
}

/* line 2099, vendor/assets/stylesheets/general.scss */
.piutang_servis .notif_right {
  /*background-color: #F03E6E;*/
}

/* line 2102, vendor/assets/stylesheets/general.scss */
.faktur_pajak .notif_right {
  /*background-color: #CF4957;*/
}

/* line 2106, vendor/assets/stylesheets/general.scss */
.notif_left {
  display: table-cell;
  padding: 6px;
  /*width: 80%;*/
  /*background-color: white;*/
  flex-grow: 1;
}

/* line 2113, vendor/assets/stylesheets/general.scss */
.notif_left label {
  font-size: 15px;
  cursor: pointer;
}

/* line 2117, vendor/assets/stylesheets/general.scss */
.notif_left p {
  font-size: 12px;
  margin: 5px 0;
  margin-top: 0;
  font-weight: 400;
}

/* line 2123, vendor/assets/stylesheets/general.scss */
.notif_left p:hover {
  text-decoration: none;
}

/* line 2126, vendor/assets/stylesheets/general.scss */
.notify_primary .notif_left p {
  color: #92a7c0;
}

/* line 2129, vendor/assets/stylesheets/general.scss */
.notify_warning {
  background-color: #fff9e1;
}

/* line 2132, vendor/assets/stylesheets/general.scss */
.notify_warning .notif_left p {
  color: #b8a28b;
}

/* line 2135, vendor/assets/stylesheets/general.scss */
.notify_danger {
  background-color: #ffe1e1;
}

/* line 2138, vendor/assets/stylesheets/general.scss */
.notify_danger .notif_left p {
  color: #b88b8b;
}

/* line 2141, vendor/assets/stylesheets/general.scss */
.notify_success {
  background-color: #e4ffe1;
}

/* line 2144, vendor/assets/stylesheets/general.scss */
.notify_success .notif_left p {
  color: #92b88b;
}

/* line 2148, vendor/assets/stylesheets/general.scss */
.notif_right {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  text-align: center;
  /*background-color: #3BB878;*/
  color: white;
  font-size: 13px;
  /*padding-top: 10px;*/
  font-weight: 700;
}

/* line 2159, vendor/assets/stylesheets/general.scss */
.notif_placer:hover .notif_right a {
  text-decoration: none;
}

/* line 2165, vendor/assets/stylesheets/general.scss */
.load_notification {
  cursor: pointer;
}

/* line 2169, vendor/assets/stylesheets/general.scss */
.load_notification .notif_title, .load_notification .notif_sub1, .load_notification .notif_sub2, .load_notification .notif_right span {
  background-color: #d3d3d3;
  border-radius: 4px;
  color: #d3d3d3;
}

/* line 2174, vendor/assets/stylesheets/general.scss */
.load_notification .notif_title {
  width: 75%;
}

/* line 2177, vendor/assets/stylesheets/general.scss */
.load_notification .notif_sub1, .load_notification .notif_sub2 {
  font-size: 8px;
}

/* line 2181, vendor/assets/stylesheets/general.scss */
.load_notification .notif_sub1 {
  width: 100%;
  margin-top: 5px;
}

/* line 2185, vendor/assets/stylesheets/general.scss */
.load_notification .notif_sub2 {
  width: 35%;
  margin-top: 2px;
}

/* end notifikasi css */
/* berita dan user pesan */
/* line 2193, vendor/assets/stylesheets/general.scss */
#berita_umum .message {
  padding: 5px;
  background-color: #fff9e1;
  margin: 4px;
  border-radius: 6px;
}

/* line 2200, vendor/assets/stylesheets/general.scss */
#berita_umum .curson-pointer {
  cursor: pointer;
}

/* line 2204, vendor/assets/stylesheets/general.scss */
#berita_umum .container_btn {
  position: absolute;
  top: 25px;
  right: 10px;
  /*    transform: translate(-50%, -50%);*/
  /*    -ms-transform: translate(-50%, -50%);*/
  opacity: 0;
}

/* line 2213, vendor/assets/stylesheets/general.scss */
#berita_umum .message-wraper:hover .container_btn {
  opacity: 1;
}

/* line 2217, vendor/assets/stylesheets/general.scss */
#berita_umum .message-action:hover {
  background-color: #e5e5e5;
}

/* line 2221, vendor/assets/stylesheets/general.scss */
#berita_umum .message-warning {
  background-color: #fff9e1;
}

/* line 2225, vendor/assets/stylesheets/general.scss */
#berita_umum .message-primary {
  background-color: #edf4fd;
}

/* line 2229, vendor/assets/stylesheets/general.scss */
#berita_umum .message_icon {
  margin-right: 4px;
}

/* line 2233, vendor/assets/stylesheets/general.scss */
#berita_umum .message_icon .fa {
  font-size: 12px;
}

/* line 2237, vendor/assets/stylesheets/general.scss */
#berita_umum .message_content {
  flex-grow: 1;
}

/* line 2241, vendor/assets/stylesheets/general.scss */
#berita_umum .pesan_box p {
  padding: 0 !important;
}

/* line 2245, vendor/assets/stylesheets/general.scss */
#berita_umum .berita_judul h4 {
  font-size: 14px;
}

/* line 2252, vendor/assets/stylesheets/general.scss */
#berita_umum .message_timestamp {
  font-size: 10px;
}

/* line 2256, vendor/assets/stylesheets/general.scss */
.label_keterangan {
  padding-top: 4px;
  padding-left: 4px;
}

/* line 2261, vendor/assets/stylesheets/general.scss */
#tab_qr .well,
#tab_kategori .well {
  background-color: #fdfdfd !important;
}

/* line 2269, vendor/assets/stylesheets/general.scss */
.content_kategori .row {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

/* line 2275, vendor/assets/stylesheets/general.scss */
.blocked {
  background-color: #ff9b9b !important;
  color: black;
}

/* line 2280, vendor/assets/stylesheets/general.scss */
.informasi_penjualan_terakhir {
  margin-bottom: 5px;
  margin-left: 5px;
}

/* line 2285, vendor/assets/stylesheets/general.scss */
.informasi_penjualan_terakhir div {
  padding-left: 10px;
}

/* line 2290, vendor/assets/stylesheets/general.scss */
.indicator-red {
  position: absolute;
  font-size: 10px !important;
  color: #c00;
  right: -2px;
  top: -3px;
}

/* line 2298, vendor/assets/stylesheets/general.scss */
.indicator-red.for_btn {
  font-size: 12px !important;
}

/* line 2302, vendor/assets/stylesheets/general.scss */
td .informasi_satuan {
  position: absolute;
  top: 7px;
  right: 5px;
  max-width: 50px;
  background-color: white !important;
}

/* LOADING CONTENT */
/* line 2311, vendor/assets/stylesheets/general.scss */
.loading-shimmer .shm-label, .loading-shimmer .shm-content {
  background-color: #d3d3d3;
  border-radius: 4px;
  color: #d3d3d3;
  margin-bottom: 0.5rem;
}

/* line 2318, vendor/assets/stylesheets/general.scss */
.loading-shimmer .shm-label {
  height: 14px;
}

/* line 2322, vendor/assets/stylesheets/general.scss */
.form-group .bt_full_payment {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 2329, vendor/assets/stylesheets/general.scss */
.voucher_nota_plain {
  margin-bottom: 0.5rem;
  max-width: 500px;
}

/* line 2334, vendor/assets/stylesheets/general.scss */
.highlight_green {
  color: #163e1d;
  background-color: #98f2b7;
  border-left: 0.25rem solid green;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 2342, vendor/assets/stylesheets/general.scss */
.voucher_nota_wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}

/* line 2348, vendor/assets/stylesheets/general.scss */
.badge-custom-orange {
  color: #212529;
  background-color: #FD8402;
  /* Orange */
}

/* for general css application and simple  */
/* line 2356, vendor/assets/stylesheets/general.scss */
h1 {
  font-size: 28px;
}

/* line 2360, vendor/assets/stylesheets/general.scss */
h2 {
  font-size: 19px;
}

/* line 2364, vendor/assets/stylesheets/general.scss */
h3 {
  font-size: 17px;
}

/* line 2368, vendor/assets/stylesheets/general.scss */
h4 {
  font-size: 15px;
}

/*label {
    margin-bottom: 0;
}*/
/* line 2376, vendor/assets/stylesheets/general.scss */
.h5, h5 {
  font-size: 14px;
}

/* CKEDITOR */
/* line 2381, vendor/assets/stylesheets/general.scss */
.ck-editor__editable_inline, .ck-source-editing-area, .ck-source-editing-area textarea {
  min-height: 350px;
}

/* line 2385, vendor/assets/stylesheets/general.scss */
.pengesahan_block .text-overlay {
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 1;
}

/* line 2391, vendor/assets/stylesheets/general.scss */
.pengesahan_block .img_ttd {
  z-index: 2;
}

/* line 2395, vendor/assets/stylesheets/general.scss */
.btn-primary.disabled, .btn-primary:disabled, .btn-success.disabled, .btn-success:disabled {
  color: #000 !important;
}

/* line 2400, vendor/assets/stylesheets/general.scss */
.btn-primary {
  --bs-btn-bg: #1897ff;
  --bs-btn-border-color: #1897ff;
}

/* line 2404, vendor/assets/stylesheets/general.scss */
.btn-outline-primary {
  --bs-btn-border-color: #1897ff;
  --bs-btn-hover-bg: #1897ff;
}

/* line 2409, vendor/assets/stylesheets/general.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc !important;
}

/* line 2415, vendor/assets/stylesheets/general.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 2418, vendor/assets/stylesheets/general.scss */
.form-group label {
  margin-bottom: .5rem;
}

/* line 2422, vendor/assets/stylesheets/general.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: end;
}

/* line 2431, vendor/assets/stylesheets/general.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
}

/* line 2444, vendor/assets/stylesheets/general.scss */
.badge-primary {
  background-color: #007bff;
}

/* blue */
/* line 2445, vendor/assets/stylesheets/general.scss */
.badge-secondary {
  background-color: #6c757d;
}

/* gray */
/* line 2446, vendor/assets/stylesheets/general.scss */
.badge-success {
  background-color: #28a745;
}

/* green */
/* line 2447, vendor/assets/stylesheets/general.scss */
.badge-danger {
  background-color: #dc3545;
}

/* red */
/* line 2448, vendor/assets/stylesheets/general.scss */
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

/* yellow */
/* line 2449, vendor/assets/stylesheets/general.scss */
.badge-info {
  background-color: #17a2b8;
}

/* cyan */
/* line 2450, vendor/assets/stylesheets/general.scss */
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}

/* light gray */
/* line 2451, vendor/assets/stylesheets/general.scss */
.badge-dark {
  background-color: #343a40;
}

/* dark gray */
/* line 2453, vendor/assets/stylesheets/general.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 2459, vendor/assets/stylesheets/general.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 2463, vendor/assets/stylesheets/general.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2473, vendor/assets/stylesheets/general.scss */
.table > :not(caption) > * > * {
  background-color: initial;
}

/* line 2477, vendor/assets/stylesheets/general.scss */
.tab-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-top: 0;
}

/*
image jquery-ui
*/
/* line 2487, vendor/assets/stylesheets/general.scss */
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url(/assets/ui-icons_444444_256x240-2cd2a1b0f8368d37835f82a3a52733d871bf4e9db4cd047ca985d01c07169624.png);
}

/* line 2492, vendor/assets/stylesheets/general.scss */
.callout {
  --bs-link-color-rgb: var(--bd-callout-link);
  --bs-code-color: var(--bd-callout-code-color);
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: var(--bd-callout-bg, var(--bs-gray-100));
  border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

/* line 2503, vendor/assets/stylesheets/general.scss */
.callout-info {
  --bd-callout-color: var(--bs-info-text-emphasis);
  --bd-callout-bg: var(--bs-info-bg-subtle);
  --bd-callout-border: var(--bs-info-border-subtle);
}

/* line 2509, vendor/assets/stylesheets/general.scss */
.callout-warning {
  --bd-callout-color: var(--bs-warning-text-emphasis);
  --bd-callout-bg: var(--bs-warning-bg-subtle);
  --bd-callout-border: var(--bs-warning-border-subtle);
}

/* line 2515, vendor/assets/stylesheets/general.scss */
.callout-danger {
  --bd-callout-color: var(--bs-danger-text-emphasis);
  --bd-callout-bg: var(--bs-danger-bg-subtle);
  --bd-callout-border: var(--bs-danger-border-subtle);
}

/* line 2521, vendor/assets/stylesheets/general.scss */
.diskon_extra_info {
  font-size: 10px;
  font-style: italic;
  white-space: nowrap;
}

/* line 2527, vendor/assets/stylesheets/general.scss */
span.translation_missing {
  color: #ff6c00;
  font-weight: bold;
}
/* General */



table.no_border td{
    border: 0 !important;
    text-align: center;
}
.table_no, .table_number{
    text-align: center !important;
    vertical-align: middle;
    width: 20px !important;
}

table{
    border-collapse:collapse;
    margin:0;
    width:100%;
    background-color: white;
    border: 1px #B1BABF solid;
    position: relative;
}
table th{
    vertical-align: middle;
    background-color: #f1f1f1;
    color: #302f2f;
}
table td{
    position: relative;
    text-align:left;
    vertical-align: top;
}
table th,
table td{
    border-right: 1px solid #B1BABF;
    border-bottom: 1px solid #B1BABF;
    padding: 5px;
    white-space: nowrap;
}
table th{
    border-top: 1px solid #B1BABF !important;
}
table th:first-child,
table td:first-child{
    border-left: 1px solid #B1BABF;
}
table input{
    width: inherit;
}
table td input, 
table td select{
    width: inherit;
    /*height: 100%;*/
    margin: 0 auto;
    border: 0;
    padding: 0;
}
table td a{
    width: auto;
    padding: 0;
    margin: 0;
}
table tfoot{
    border-top: 2px solid #CCC;
    background: #CCC url(/assets/table_footer.png) 50% 50% repeat-x;
}
table input[type=checkbox], 
table input[type=radio]{
    margin: 0;
}
td.label{
    font-size: inherit;
}
td label.error{
    display: table-cell;
    top: 5px;
    padding: 5px;
    width: auto;
    min-width: 70px;
    border: 0px solid #FE1902 !important;
    color: red !important;
    font-weight: normal !important;
    z-index: 0;
    padding: 0 !important;
    text-align: right;
}
table td input.error{
    /*height: 100% !important;*/
}
td input.ui-state-highlight, input.error {
    text-align: inherit;
    display: inline;
    width: 100%;
    border: 1px solid red !important;
    margin: 0;
}

td input.ui-state-highlight, input.warning {
    text-align: inherit;
    display: inline;
    width: 100%;
    border: 1px solid #df8908 !important;
    margin: 0;
}

.simple_table table{
    width:100%;
    border: 0px;
    margin: 0;
    padding: 0;
}
.simple_table th{
    width:auto;
    border: 0px;
}
.simple_table td{
    padding:0;
    border:1px solid #B1BABF;
}

table.table_no_border{
    border: 0px !important;
}
.table_no_border tr{
    border: 0px;
}
.table_no_border td{
    border: 0px;
}

table tr.cancel{
    background-color: #D0CECE !important;
    color: black;
}
table tr.cancel:hover{
    background-color: #D0CECE !important;
    color: black;
}

table tr.inactive{
    background-color: #D0CECE !important;
    color: black;
}
table tr.inactive:hover{
    background-color: #D0CECE !important;
    color: black;
}

table tr.blocked{
    background-color: #ff9b9b !important;
    color: black;
}

table td.keterangan_nota_absolute {
    border: 0 !important;
}
table td.keterangan_nota_absolute .keterangan_nota_absolute_wrapper{
  position: relative !important;
}
table td.keterangan_nota_absolute .keterangan_nota_absolute_content{
    display: block !important;
  position: absolute !important;
  top: 0px !important; 
  left: 5px; 
  width:95%;
}

/* Overide Bootsrap */
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
    border-top: 1px solid silver;
}
.table{
    margin-bottom: 0
}
table tbody label{
    font-weight: normal;
}

/* Pagination on table */
.pagination_wraper{
    position: relative;
    bottom: 0;
    height: auto;
    vertical-align: middle;
    width: auto;
}
.pagination_wraper a{
    color: black !important;
}
.pagination{
    margin: 0;
    justify-content: center;
    align-items: center;
}
.pagination_info{
    float: left;
}
.pagination_page{
    float: right;
}

.pagination span, .pagination em, .pagination a{
    padding: 0 3px;
    vertical-align: inherit !important;
}


.pagination_page .current, .pagination_page a.current{
    font-weight: bolder;
    color: #369bd7 !important;
    font-style: normal;
}



/* Datatable */
.no_data_table{
    overflow: auto;
}
#div_data_table.no_data_table table,
.div_data_table.no_data_table table{
    border: 1px solid;
}

#div_data_table table,
.div_data_table table{
    border: 0;
}

#div_data_table table.dataTable tbody td,
.div_data_table table.dataTable tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#div_data_table .dataTables_scrollFootInner,
#div_data_table .dataTables_scrollFootInner table,
.div_data_table .dataTables_scrollFootInner,
.div_data_table .dataTables_scrollFootInner table{
    width: 100% !important;
}

#div_data_table tbody tr:hover,
.div_data_table tbody tr:hover{
    background-color: #FFFAD1 !important;
    color: black !important;
}
.dataTable tbody tr.odd{
    background-color: #F9F9F9;
}
.dataTable tbody tr.odd td.sorting_1{
    background-color: transparent;
}
.dataTable tbody tr.even, .dataTable tbody tr.even td.sorting_1{
    background-color: transparent;
}

.dataTable tbody td:hover, 
.dataTable tbody .row_selected td:hover, 
.dataTable tbody td.sorting_1:hover {
    background-color: #369BD7 !important;;
    color: white !important;
    text-overflow: unset !important;
}
.dataTable tbody td:hover a{
    display: inline;
    width: 100%;
    color: white;
}
.dataTable tbody td a:hover{
    color: white;
    text-decoration: underline;
}
.dataTable tbody td:hover input{
    color: initial !important;
}
.dataTable tbody .row_selected, 
.dataTable tbody .row_selected td{
    background-color: #FFFAD1;
    color: black;
}
.dataTable td.dataTables_empty {
    text-align: left;
}

/*table.dataTable thead th, 
table.dataTable thead td, 
table.dataTable tfoot th, 
table.dataTable tfoot td {
    text-align: left;
    background-color: #ebebeb;
    border: 1px solid #c7c2c2;
}*/
thead th, 
thead td, 
tfoot th, 
tfoot td {
    text-align: left;
    background-color: #ebebeb !important;
    border: 1px solid #c7c2c2;
}

/* ------------ CSS for Data Transaksi Table -------*/
.div_transaksi_table{
    overflow: auto;
}

.div_transaksi_table table tbody tr td{
    height: 28px;
    text-align: left;
    margin: 0 !important;
    padding: 5px;
    background-color: transparent;
    white-space: normal;
}
.div_transaksi_table table td img{
    margin-top: 2px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    min-width: 20px;
    padding: 0 5px;
}
.div_transaksi_table table td input, 
.div_transaksi_table table td select{
    width: 99%;
    /*height: 100% !important;*/
    min-height: 27px;
    display: block;
    margin: 0 auto !important;
    border: 1px solid #E4E3E3;
    padding: 0px 5px;
    background-color: #fff;
}
.div_transaksi_table table tr td input[type="checkbox"], 
.div_transaksi_table table tr td input[type="radio"]{
    display: inline;
    height: auto !important;
    width: auto !important;
    padding: 0px !important;
    /*margin-left: 5px !important;*/
    margin-top: 0px !important;
}

.div_transaksi_table table td input:hover, 
.div_transaksi_table table td select:hover{
    background-color: #F9F8E7;
}
.div_transaksi_table table td span{
    white-space: nowrap;
    width: auto;
}
.div_transaksi_table table td label, 
.div_transaksi_table table td a{
    background-color: transparent !important;
    border: 0;
    width: auto;
    min-width: 10px;
    vertical-align: middle;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
}
.div_transaksi_table table td a .fa{
    cursor: pointer;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: 1px solid #b1babf;
}

@media screen and (max-width: 769px) {
    .div_transaksi_table{
        /*agar ketika di IPhone waktu scroll ke samping dengan cara menekan textbox berfungsi*/
        -webkit-overflow-scrolling: touch;
    }
    .div_transaksi_table table{
        min-width: 1000px;
    }
    .div_transaksi_table table tbody tr td{
        padding: 10px;
    }
}
/* CSS Document */
@page {
  /* size: A4;*/
  /*/pengaturan ukuran kertas/*/
  /*size: auto;*/
  margin: 0.5cm;
  /* PENTING, jika > 0.5 maka waktu print teruatama di Chrome akan muncul tambahan Header dan Footer berupa link web site */
  margin-left: 0.7cm;
  margin-bottom: 0.5cm;
  padding: 0;
  width: auto;
}

@page :first {
  /*margin: 1cm;*/
  /*page-break-after: always;*/
}

/* line 18, vendor/assets/stylesheets/layout_print.scss */
body {
  /*    font-family: Lucida, Verdana, sans-serif; */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 10pt;
  margin: 0;
  padding: 0;
  color: black;
  float: none;
  /*background-color: red;*/
  width: auto;
}

/* line 29, vendor/assets/stylesheets/layout_print.scss */
body a {
  color: black;
}

@-moz-document url-prefix() {
  @page {
    margin: 0.7cm;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 40, vendor/assets/stylesheets/layout_print.scss */
html, body {
  width: auto;
}

/* line 44, vendor/assets/stylesheets/layout_print.scss */
#wrapper,
#container,
#content_nota {
  /*padding: 20px !important;*/
  margin: 0 auto;
  padding: 0;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
}

/* line 56, vendor/assets/stylesheets/layout_print.scss */
#header_titel_pic {
  float: left;
  padding: 60px 0 0 100px;
  background-image: url("/assets/logo.png");
  background-repeat: no-repeat;
  background-position: top;
}

/* line 64, vendor/assets/stylesheets/layout_print.scss */
#header_title {
  float: left;
  padding: 90px 0 0 0;
}

/* line 69, vendor/assets/stylesheets/layout_print.scss */
#container {
  background-color: transparent;
  position: relative;
  min-height: 0 !important;
}

/* line 75, vendor/assets/stylesheets/layout_print.scss */
#content, #content_desktop_view {
  background-color: transparent;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  display: block;
}

/* line 85, vendor/assets/stylesheets/layout_print.scss */
#content_full_page {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* line 93, vendor/assets/stylesheets/layout_print.scss */
#sidebar {
  display: none;
}

/* line 98, vendor/assets/stylesheets/layout_print.scss */
#footer {
  clear: both;
  display: none;
}

/* line 103, vendor/assets/stylesheets/layout_print.scss */
.nota {
  min-width: 1100px;
  max-width: 1100px;
}

/* line 108, vendor/assets/stylesheets/layout_print.scss */
.noprint,
.ui-helper-hidden-accessible {
  display: none !important;
}

/* line 113, vendor/assets/stylesheets/layout_print.scss */
.summary_rekap_laporan {
  float: right;
  page-break-inside: avoid;
  /*float: right;*/
  width: auto;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 1px silver solid;
  border-radius: 3px;
  padding: 10px;
}

/* line 126, vendor/assets/stylesheets/layout_print.scss */
.summary_rekap_laporan label {
  page-break-inside: avoid;
  min-width: 150px;
  padding: 5px;
}

/* line 133, vendor/assets/stylesheets/layout_print.scss */
#content_a4 {
  padding: 0;
  margin: 0;
}

/* line 138, vendor/assets/stylesheets/layout_print.scss */
.box2 {
  margin: 0 auto;
  padding: 0px;
  border: 0px solid #F3F3F3;
  width: auto;
  color: black;
}

/* line 146, vendor/assets/stylesheets/layout_print.scss */
h1 {
  display: none;
  /*    agung#4/6/2014#mengubah display none menjadi block*/
  /*    display: block;*/
  background: none;
  color: black;
  font-size: 14pt;
  margin-bottom: 20px;
}

/* line 155, vendor/assets/stylesheets/layout_print.scss */
h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #495549;
  padding-bottom: 10px;
  font-size: 11pt;
}

/* line 169, vendor/assets/stylesheets/layout_print.scss */
table {
  page-break-inside: auto;
}

/* line 170, vendor/assets/stylesheets/layout_print.scss */
table td, table td div {
  page-break-inside: avoid;
  white-space: normal !important;
}

/* This is the key */
/* line 171, vendor/assets/stylesheets/layout_print.scss */
table td div, table td div span {
  display: block;
}

/*th { page-break-before : always }*/
/* line 174, vendor/assets/stylesheets/layout_print.scss */
table td.keterangan_nota_absolute {
  position: relative !important;
  border: 0 !important;
}

/* line 178, vendor/assets/stylesheets/layout_print.scss */
table td.keterangan_nota_absolute div {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 95%;
}

/* line 184, vendor/assets/stylesheets/layout_print.scss */
table.no_border td {
  border: 0 !important;
  text-align: center;
}

/* line 188, vendor/assets/stylesheets/layout_print.scss */
tr {
  page-break-inside: avoid;
}

/* line 191, vendor/assets/stylesheets/layout_print.scss */
td {
  white-space: nowrap;
  overflow: hidden;
  /*font-size: 10pt;*/
}

/* line 197, vendor/assets/stylesheets/layout_print.scss */
th {
  white-space: normal;
  /*font-size: 10pt;*/
}

/* line 202, vendor/assets/stylesheets/layout_print.scss */
.box_formulir {
  border: 0px solid #000;
  padding: 0px;
  margin-right: 30px;
}

/* line 207, vendor/assets/stylesheets/layout_print.scss */
.box_formulir h1 {
  display: block;
  background: none;
  color: black;
  font-size: 14pt;
  margin-bottom: 20px;
}

/* line 214, vendor/assets/stylesheets/layout_print.scss */
.box_formulir h2 {
  font-size: 13pt;
}

/* line 217, vendor/assets/stylesheets/layout_print.scss */
.box_formulir i {
  color: gray;
  font-weight: bolder;
}

/*-- content for print --*/
/* line 223, vendor/assets/stylesheets/layout_print.scss */
.make_content_float_left {
  float: none;
}

/*-- content for print --*/
/*-- pengaturan td dan th dan a dan overflow saat print --*/
/* line 230, vendor/assets/stylesheets/layout_print.scss */
a {
  color: black;
}

/* line 233, vendor/assets/stylesheets/layout_print.scss */
.overflow_auto {
  overflow: visible;
}

/* line 236, vendor/assets/stylesheets/layout_print.scss */
.pagination span.next_page {
  display: inline-block !important;
}

/*-- akhir pengaturan td dan th saat print --*/
/* 
KHUSUS UNTUK PRINTER EPSON SERI LQ-310 NILAINYA MENGGUNAKAN INI
@media print {
  #nota_a5_container{
      letter-spacing: normal !important;
    }
}
*/
/* line 250, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container {
  margin: 1cm !important;
  margin-right: 0cm !important;
  margin-left: 0cm !important;
  /*  font-size: 9pt !important;*/
  width: 99%;
  letter-spacing: 4px;
  /*width: 1250px;*/
  /*width: 21cm !important;*/
  /*min-width: 25cm;*/
  /* font-family: "Arial Narrow", Arial, sans-serif;*/
}

/* line 262, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container table tr {
  padding: 0;
}

/* line 265, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container table tr td {
  /*line-height: 5px !important;*/
  /*margin: 0 !important;*/
  /*  padding: 3px;*/
}

/*#nota_a5_container table tr:first-child td{
  padding-top: 5px !important;
}
#nota_a5_container table tr:last-child{
  border-bottom: 1px dashed #000 !important;;
}*/
/*#nota_a5_container .footer_infromasi label:first-child{
  text-align: left !important;
  min-width: 120px !important;
}*/
/* line 280, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container .footer_infromasi {
  text-align: left;
  clear: both;
}

/* line 284, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container .footer_infromasi label:first-child {
  min-width: 120px;
  text-align: left;
  float: left;
}

/* line 289, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container.nota_pembelian_a5 .footer_infromasi label:first-child {
  min-width: 150px;
}

/* line 292, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container .footer_infromasi label {
  text-align: right;
  min-width: 110px;
  float: right;
  margin: 0 5px;
}

/* line 299, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container #head_nota_a5 #header3 .header3_informasi label:first-child {
  /* width:80px;*/
}

/* line 302, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container #head_nota_a5 #header3 .header3_informasi {
  clear: both;
}

/* line 305, vendor/assets/stylesheets/layout_print.scss */
#nota_a5_container #head_nota_a5 #header3 .header3_informasi label:first-child {
  min-width: 100px;
}

@-moz-document url-prefix() {
  /* line 309, vendor/assets/stylesheets/layout_print.scss */
  #nota_a5_container {
    /*letter-spacing: 3px;*/
    /*min-width: auto;*/
  }
  /*#nota_a5_container #head_nota_a5 #header3 .header3_informasi label{
    min-width:150px;
  }
  #nota_a5_container #head_nota_a5 #header3 .header3_informasi label:first-child{
    min-width:120px;
  }
  #nota_a5_container .footer_infromasi label{
    min-width: 150px;
  }
  #nota_a5_container .footer_infromasi label:first-child{
    min-width: 140px;
  }*/
}

/* line 328, vendor/assets/stylesheets/layout_print.scss */
.page-break {
  height: 0;
  page-break-before: always;
  margin: 0;
  border-top: none;
}

/* spesial content  for nota STRUK */
/* line 331, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container {
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  width: inherit;
  /*margin-left: 30px;*/
  margin-bottom: 50px;
  /*font-family: "Calibri";*/
  /*font-size: 9pt;*/
  /*letter-spacing: 1px;*/
}

@media print and (min-width: 6cm) and (max-width: 8.5cm) {
  /* line 346, vendor/assets/stylesheets/layout_print.scss */
  #nota_stuk_container {
    /*font-size: 9pt;
      max-width : 250px;*/
    /*max-width: 98%;*/
  }
}

/* line 353, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container label {
  font-weight: normal;
}

/* line 356, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container .text-right {
  text-align: right !important;
  padding: 0  !important;
  margin: 0  !important;
}

/* line 361, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container .text-center {
  text-align: center !important;
}

/* line 364, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container .label_info {
  min-width: 42px;
}

@media print and (min-width: 6cm) and (max-width: 8.5cm) {
  /* line 369, vendor/assets/stylesheets/layout_print.scss */
  #nota_stuk_container .label_info {
    min-width: 65px;
  }
}

/* line 374, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_nota {
  float: right;
}

/* line 377, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_nota .field3 {
  margin-bottom: 0;
  min-width: 80px;
}

/* line 381, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_nota .field3 div {
  /*right: 0;
  text-align: right;
  padding: 0 !important;
  margin: 0 !important;*/
  display: inline-block;
  /*float: right;*/
}

/* line 389, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_nota label {
  width: auto;
  min-width: 74px;
  display: inline-block;
}

/* line 395, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_struk_nota {
  float: none;
}

/* line 398, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_struk_nota .detail_struk_nota {
  margin-bottom: 0;
  min-width: 80px;
}

/* line 402, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_struk_nota .detail_struk_nota div {
  display: inline-block;
  float: right;
}

/* line 406, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_struk_nota label {
  width: auto;
  min-width: 74px;
  display: inline-block;
}

/* line 412, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container #footer_struk_nota .footer_struk_rincian_info {
  margin-top: 10px;
  font-size: 14px;
}

@media print and (min-width: 6cm) and (max-width: 8.5cm) {
  /* line 419, vendor/assets/stylesheets/layout_print.scss */
  #nota_stuk_container #footer_struk_nota label {
    width: auto;
    min-width: 90px;
    display: inline-block;
  }
}

/* line 428, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container .line, .line_nota {
  border-top: 1px dashed #000;
  margin-top: 3px;
  height: 6px;
}

/* line 433, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container .logo_nota {
  margin: 0 auto;
  width: 70px;
  height: auto;
}

/* line 438, vendor/assets/stylesheets/layout_print.scss */
#nota_stuk_container .logo_nota img {
  max-width: 70px;
  max-height: 70px;
}

/*untuk printer 58mm*/
@media print and (max-width: 5.9cm) {
  /* line 445, vendor/assets/stylesheets/layout_print.scss */
  #nota_stuk_container {
    font-size: 8pt !important;
    width: 100%;
    margin-left: 0;
  }
}

/* end spesial content  for nota STRUK */
/* line 453, vendor/assets/stylesheets/layout_print.scss */
.header_nota_a4 {
  border-bottom: solid 0px silver;
  padding-bottom: 10px;
}

/* line 456, vendor/assets/stylesheets/layout_print.scss */
.header_nota_a4_left {
  width: auto;
  max-width: 35%;
  padding-bottom: 10px;
  margin-right: 0;
  margin-top: 30px;
}

/* line 459, vendor/assets/stylesheets/layout_print.scss */
.header_nota_a4_left .header_nota_a4_left_info {
  width: auto;
  text-align: left;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
}

/* line 462, vendor/assets/stylesheets/layout_print.scss */
.header_nota_a4_left .fa {
  padding-right: 5px;
  font-size: 13px !important;
}

/* line 466, vendor/assets/stylesheets/layout_print.scss */
.header_nota_a4_center {
  width: auto;
  max-width: 30%;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 470, vendor/assets/stylesheets/layout_print.scss */
.header_nota_a4_right {
  float: right;
  width: auto;
}

/* line 474, vendor/assets/stylesheets/layout_print.scss */
.footer-table-info div.info-nominal {
  width: 150px;
  max-width: 150px;
  display: inline-block !important;
  text-align: right;
  /*padding: 8px*/
}

/* line 481, vendor/assets/stylesheets/layout_print.scss */
.footer-table-info label {
  /*padding: 8px !important;*/
  min-width: 150px;
}

/* line 485, vendor/assets/stylesheets/layout_print.scss */
.footer-table-info hr {
  margin: 0;
}

/* line 488, vendor/assets/stylesheets/layout_print.scss */
.footer-table-info .rincian-nilai-nota {
  font-size: 13px;
}

/* line 491, vendor/assets/stylesheets/layout_print.scss */
.footer-table-info .field3 {
  margin-bottom: 0;
  padding: 8px;
}

/* line 496, vendor/assets/stylesheets/layout_print.scss */
.ui-widget-header,
.ui-dialog-title,
.ui-icon-closethick {
  display: none;
}

/* layout print tidak pake boostrap, maka ini harus di set manual  */
/* line 503, vendor/assets/stylesheets/layout_print.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 509, vendor/assets/stylesheets/layout_print.scss */
h3 {
  font-size: 17px;
}

/* line 513, vendor/assets/stylesheets/layout_print.scss */
.w-100 {
  width: 100% !important;
}

/* line 517, vendor/assets/stylesheets/layout_print.scss */
.w-auto {
  width: auto !important;
}

/* line 521, vendor/assets/stylesheets/layout_print.scss */
.d-table {
  display: table !important;
}

/* line 525, vendor/assets/stylesheets/layout_print.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 529, vendor/assets/stylesheets/layout_print.scss */
.float-none {
  float: none !important;
}

/* line 533, vendor/assets/stylesheets/layout_print.scss */
.px-1 {
  padding-left: .25rem !important;
}

/* line 537, vendor/assets/stylesheets/layout_print.scss */
.px-2 {
  padding-left: .5rem !important;
}

/* redeclare boostrap css end  */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 * require DataTables/datatables.min
 * require scaffold

 * require photo


 * require_tree .

 */


body {
  font-size: 13px;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.datetimepicker{
  display: none;
}
