body {
  font-size: 0.9rem;
}

.round {
  border-radius: 0.3125em;
  /* 5/16 */
  -moz-border-radius: 0.3125em;
  /* 5/16 */
  -webkit-border-radius: 0.3125em;
  /* 5/16 */
}

.blockPage h3 {
  margin-bottom: 0px;
  font-size: 1.5rem;
}

.dataTables_processing {
  background-color: rgba(0, 0, 0, 1);
  color: white;
  font-weight: 700;
}

.blockPage {
  padding: 10px !important;
}

.border {
  border: 1px solid #ddd;
}

a {
  color: #343f5e;
}

a:hover {
  color: #4a5677;
}

.bg-ccc9 {
  background-color: #efefef;
}

#boxfoto {
  width: 100%;
}

#boxfoto img {
  width: 150px;
  height: auto;
}

.datepicker {
  z-index: 1151 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: #dcdcdc;
  color: #c1c1c1;
}

.cursorhand {
  cursor: pointer;
}

.shake {
  animation: shake 0.3s;
  animation-iteration-count: infinite;
}

.datepicker {
  padding-left: 10px;
}

.vertical-middle {
  vertical-align: middle !important;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.textrevisi {
  background-color: #ff3636;
  font-weight: 700;
  font-size: 16px;
}

/* .decimal{
	text-align: right;
} */
.table-detail-f td a {
  color: #233869;
  font-weight: 600;
  border-bottom: 1px solid grey;
}

.btnbayar {
  font-size: 28px;
}

.newbox {
  font-size: 36px;
  line-height: 70px;
  text-align: right;
}

.btndisc {
  background-color: #bcdbe6;
  border-radius: 25px;
  color: #000 !important;

  padding: 5px 10px 5px 10px;
}

.ijoenom {
  background-color: #d3ebae;
  font-weight: 800;
}

/* .content-wrapper {

	background: #ECE9E6;
	background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
	background: linear-gradient(to right, #FFFFFF, #ECE9E6);

} */
section.content-header {
  background-color: #e0e0e0 !important;
  color: #717171 !important;
}

.modalbayar {
  font-size: 24px;
}

.working {
  background: url(../img/reload.gif) no-repeat right;
}

.detailjualinput,
.detailjualinput:disabled {
  border: 0px;
  text-align: right;
  background-color: transparent;
  border-bottom: 1px dotted;
}

.bordercool {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 7px;
  position: relative;
  border-bottom: 2px solid #ccc;
}

.bordercool:before {
  position: absolute;
  background: brown;
  height: 2px;
  content: "";
  width: 50px;
  bottom: -2px;
  left: 0;
}

.subtotalhijau {
  background-color: #b4ec89 !important;
  font-weight: 600;
  font-size: 18px;
}

.tdstrike {
  position: relative;
}

.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #ff0000;
  width: 100%;
}

.tgl {
  cursor: pointer;
}

.addonquestion {
  border: 0px;
  text-align: right;
  background-color: transparent;
  border-bottom: 1px dotted;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #ffe4bf;
}

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

/*.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #CFCFCF;
  }*/
.table td {
  padding: 0.5rem;
}

input[type="search"] {
  margin-left: 5px;
}

/*.top {
	float: left;
	}*/
.dataTables_filter {
  float: right !important;
}

.draggable {
  background-color: yellow;
  cursor: move;
}

#kotaktombol {
  margin-top: 10px;
}

/*.navbar-brand{
	padding:0px 15px 0px;
	}*/
.a-accordian {
  color: #fff !important;
  font-weight: 600;
}

.btntable {
  padding: 3px 6px;
}

.btnssssss:focus {
  background-color: red !important;
}

#totals {
  position: fixed;
  bottom: 0px;
  float: left;
  width: 270px;
  background-color: #0022ef;
  z-index: 99;
  font-size: 18px;
  color: white;
  padding: 10px;
}

.dropdown-header {
  color: #000;
  font-weight: 600;
}

.simultabel td {
  padding: 2px !important;
}

.simultabel hr {
  border-top: 1px solid #616161;
  padding: 0px;
}

.titlegrey {
  background-color: #cccccc;
  padding: 8px;
  color: black !important;
}

.titlegreen {
  background-color: #99cc66;
  padding: 8px;
  color: black !important;
}

#xnotice {
  position: fixed;
  bottom: 0px;
  left: 280px;
  width: 270px;
  background-color: #0022ef;
  z-index: 99;
  font-size: 18px;
  color: white;
  padding: 10px;
}

.tbodyhover tr:hover,
.odd:hover,
.even:hover {
  background-color: #f2f2cd;
}

.todo-list > li {
  padding-top: 0;
  height: 41px;
  padding-bottom: 0px;
}

.form-control {
  color: #000;
  height: calc(2.25rem - 5px);
  font-size: 14px;
}

.subtotaltd {
  color: white !important;
  background-color: red !important;
  font-weight: 600 !important;
}

.subtotaltd a {
  color: white !important;
  font-size: 16px;
}

.form-group {
  margin-bottom: 5px;
}

a.list-group-item,
button.list-group-item {
  color: #000;
}

.greytoska {
  background-color: #cef0e3;
}

.greyblue {
  background-color: #e6f7fc;
}

.greyyellow {
  background-color: #f9fae8;
}

.applegreen {
  background-color: #8db600;
}

.applegreen:hover {
  color: #000 !important;
  background-color: #8db600 !important;
}

.beres {
  background-image: url("../../dist/img/beyes.png");
  background-repeat: no-repeat;
  padding-left: 35px;
}

.warning {
  background-image: url("../../dist/img/warning.png");
  background-repeat: no-repeat;
  padding-left: 35px;
}

.fixwidth {
  min-width: 120px !important;
}

.txtgrup {
  max-width: 200px !important;
}

.txtperiode {
  display: inline-block;
}

ul {
  clear: both;
}

.simplePagerNav {
  float: left;
  padding-left: 0px;
}

ul.red {
  outline: 10px solid red;
}

li.currentPage {
  background: red;
  background: #83bd63;
}

ul.simplePagerNav li {
  display: block;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  font-family: georgia;
  font-size: 14px;
}

ul.simplePagerNav li a {
  color: #333;
  text-decoration: none;
}

ul.simplePagerNav li.currentPage a {
  color: #fff;
}

.tableheader {
  background-color: #e86800;
  border: solid 3px #e86800;
  border-top: solid 5px #ab4d00;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.table {
  color: #000;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.fontkecil {
  font-size: 14px !important;
}

.tableheader th {
  text-align: center;
}

.page-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #fc4f69;
  width: 8%;
  height: 1px;
  top: 43px;
}

.help-block {
  color: red;
}

.margin-top {
  margin-top: 10px;
}

.resign {
  background: url(../img/resign.png) no-repeat;
}

.action {
  width: 100%;
  max-width: 400px;
  height: 30px;
  margin: 10px 0;
}

.cropped > img {
  margin-right: 10px;
}

.imageBox {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 400px;
  max-width: 400px;
  border: 1px solid #aaa;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: move;
}

.imageBox .thumbBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 102, 102);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.7);
}

/* ---- */
.header-nama-kantor {
  text-align: center;
  white-space: normal;
  color: white;
  font-size: 14px;
}

.header-tanggal {
  text-align: center;
  white-space: normal;
  color: white;
  font-size: 22px;
}

.bgtests {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delbuttonclass {
  color: red;
  font-size: 24px;
}

#easyPaginateNav a {
  font-size: 24px;
  padding: 10px;
  background-color: red;
  color: white;
  margin: 5px;
  text-align: center;
  cursor: hand;
  border: 1px solid red;
  float: left;
}

#easyPaginateNav a:hover {
  background-color: white;
  color: red;
}

.wrap {
  white-space: normal;
}

.login-logo {
  margin-bottom: 0px;
}

.login-box {
  border: 1px solid #ddd;
  padding: 10px;
  background: white;
  border-radius: 9px;
}

.login-box-body {
  background: none;
}

.information-box {
  /*background-color: #e5f5f9;*/
  padding: 5px;
  margin-top: 10px;
}

.wraptextplease {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-left-zero {
  padding-left: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
}

.kotak-foto {
  border: 1px solid #f0f0f0;
  margin: 5px;
  max-width: 200px;
  min-width: 18%;
  padding: 7px;
}

.easyPaginateNav a {
  padding: 5px;
}

.easyPaginateNav a.current {
  font-weight: bold;
  text-decoration: underline;
}

/* back to top */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
  background-color: #888888;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

/* end of scroll to top */
label {
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .wraptextplease {
    width: 178px;
  }
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 5px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover,
    &.ui-state-active {
      color: red;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
}

.ui-state-focus {
  background-color: #ff851b !important;
  color: #ffffff !important;
  padding-left: 10px;
  cursor: pointer;
}

.ui-menu-item {
  padding-top: 10px;
}

.txtcheckbox {
  width: 30px;
  /*Desired width*/
  height: 30px;
  /*Desired height*/
}

.txtcheckbox2 {
  width: 20px;
  /*Desired width*/
  height: 20px;
  /*Desired height*/
  position: relative;
  top: 6px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.loadbargood {
  display: block;
  position: fixed;
  z-index: 99999999999999999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7) url("../img/loadbargood.gif") 50% 50%
    no-repeat;
}

.inline {
  display: inline;
}

.divperiode {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
/*body.loading {
    overflow: hidden;   
    }*/

/* Anytime the body has the loading class, our
modal element will be visible */
/*body.loading .loadbargood {
    display: block;
    }*/

.form-horizontal .control-label {
  text-align: left !important;
}

#notfound {
  position: relative;
  height: 50vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.a-ubah {
  color: #3374b7;
  font-size: 15px;
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #f8f9fa !important;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

.disab:disabled {
  background: #dddddd;
  border-color: #dddddd;
}

.disab:disabled:hover {
  background: #dddddd;
  border-color: #dddddd;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }

  .notfound .notfound-404 h1 {
    font-size: 86px;
  }

  .notfound .notfound-404 h2 {
    font-size: 16px;
  }

  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.spinner {
  width: 90px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.txtspin {
  border: 0px;
  background-color: transparent;
  cursor: pointer;
}

.txtspin:focus {
  border: 1px solid #e4e4e4;
  background-color: white;
}

.table tbody input {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid darkred;
  cursor: pointer;
  font-size: 16px;
}

.table tbody input:disabled {
  background-color: transparent;
  border: 0px;
}

.table tbody input:hover:enabled {
  background-color: #e6e6e6;
}

.table tbody input:focus,
.table tbody input:focus:hover {
  border: 1px solid #e4e4e4;
  background-color: white;
}

/* .select2-container {
  width: 100% !important;
} */

.select2-search--dropdown .select2-search__field {
  width: 98%;
}

.btn-link {
  color: #444;
}

.btn-link:hover {
  text-decoration: none;
  color: #444;
}

.sticky {
  position: fixed;
  padding: 5px;
  padding-left: 10px;
  top: 50px;
  width: 100%;
  z-index: 9999999;
}

#stickyheader h1 {
  font-size: 26px !important;
  margin-top: 6px;
  margin-bottom: 6px;
}

#stickyheader {
  margin-bottom: 0px;
}

.stickyboxcontainer {
  min-height: 120px;
}

.margin-right-5px {
  margin-right: 5px;
}

div.dts div.dataTables_scrollBody {
  background: transparent;
}

ul.dropdown-menu li a {
  color: black;
}

ul.dropdown-menu {
  background-color: #e4eef5;
}

.alert-minimalist {
  background-color: rgb(241, 242, 240);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  padding: 10px;
}

[data-notify="container"] > [data-notify="message"] {
  font-weight: 400;
  color: black;
}

[data-notify="container"] > [data-notify="message"] a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.btn-badgex {
  position: absolute !important;
  top: -3px !important;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.efekgetar {
  animation: 0.8s shake infinite alternate;
}

@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }

  5% {
    transform: skewX(15deg);
  }

  10% {
    transform: skewX(-15deg);
  }

  15% {
    transform: skewX(15deg);
  }

  20% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

a.disabled {
  color: #b2b8b3 !important;
  pointer-events: none;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
