@import "mastersheet.css";
html, 
body {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Rubik', sans-serif;
  color: #212529;
  text-rendering: optimizeLegibility;
  background: #f3f6f8;
}
a, .link {
  color: #337AD8;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
  outline: 0 none;
}
a:focus {
  text-decoration: none;
  outline: 0 none;
}
h1 {
  line-height: 40px;
  font-size: 36px;
}
h2 {
  line-height: 36px;
  font-size: 24px;
}
h3 {
  line-height: 30px;
  font-size: 21px;
}
h4 {
  line-height: 22px;
  font-size: 18px;
}
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  /* color: #212529; */
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #212529;
}
div.required .control-label:not(span):after {
  content: ' *';
  color: #F00;
  font-weight: bold;
}
span.text-muted {
  color:#858585 !important;
}
.collapse.show {
 display: block;
 visibility: unset;
}
.collapse {
 display: none;
 visibility: unset;
}

/* Button */
/*
.btn {
  padding: 8px 13px;
  font-size: 14px;
  line-height: 1.42857;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
*/
.btn,
.swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0.1875rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-lg,
.btn-group-lg > .btn,
.swal2-modal .swal2-buttonswrapper .btn-group-lg > .swal2-styled {
  padding: 0.94rem 1.94rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-sm,
.btn-group-sm > .btn,
.swal2-modal .swal2-buttonswrapper .btn-group-sm > .swal2-styled {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  /*color: #fff !important;*/
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-primary {
  color: #fff !important;
  background-color: #337AD8;
  border-color: #337AD8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529 !important;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
  /*
  color: #fff;
  background-color: #337AD8;
  border-color: #337AD8;
  */
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > a.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #acafb0;
  border-color: #a6a9aa;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 170, 172, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(168, 170, 172, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(168, 170, 172, 0.5);

}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #a6a9aa;
  border-color: #9fa2a4;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(168, 170, 172, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(168, 170, 172, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(168, 170, 172, 0.5);
}

.btn-success {
  color:#fff !important;
  /*color: #212529;*/
  background-color: #3EB83E;
  border-color: #3EB83E;
}
.btn-success:hover {
  color: #fff;
  background-color: #329232;
  border-color: #329232;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 189, 133, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(26, 189, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 189, 133, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529 !important;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
  /*
  color: #212529;
  background-color: #5cb85c;
  border-color: #5cb85c;
  */
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3EB83E;
  border-color: #3EB83E;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 189, 133, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(26, 189, 133, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(26, 189, 133, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #8862e0;
  border-color: #8862e0;
}
.btn-info:hover {
  color: #fff;
  background-color: #7042da;
  border-color: #6837d8;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 122, 229, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(154, 122, 229, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 122, 229, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #8862e0;
  border-color: #8862e0;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6837d8;
  border-color: #602dd5;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 122, 229, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(154, 122, 229, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 122, 229, 0.5);
}

.btn-warning {
  color: #fff !important;
  /*color: #212529;*/
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d99500;
  border-color: #cc8c00;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 154, 6, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(222, 154, 6, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529 !important;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
  /*
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  */
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc8c00;
  border-color: #bf8300;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 154, 6, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(222, 154, 6, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 6, 0.5);
}

.btn-danger {
  color: #fff!important;
  background-color: #D9443F;
  border-color: #D9443F;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 122, 113, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 122, 113, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 113, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #212529 !important;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff3225;
  border-color: #ff2618;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 122, 113, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 122, 113, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 113, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-light:hover {
  color: #212529;
  background-color: #e8e8e8;
  border-color: #e2e2e2;
}
.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #dbdbdb;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(218, 219, 220, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #252C46;
  border-color: #252C46;
}
.btn-dark:hover {
  color: #fff;
  background-color: #181c2d;
  border-color: #131725;
}
.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 76, 98, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(70, 76, 98, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(70, 76, 98, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #252C46;
  border-color: #252C46;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #131725;
  border-color: #0f121c;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 76, 98, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(70, 76, 98, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(70, 76, 98, 0.5);
}

.btn-outline-primary {
  color: #337AD8;
  border-color: #337AD8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #337AD8;
  border-color: #337AD8;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #212529;
  background-color: transparent;
  border-color:#c0c2c3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.show > a.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus, .wizard > .actions .disabled
.show > a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-secondary {
  color: #212529;
  border-color: #c0c2c3;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 194, 195, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(192, 194, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(192, 194, 195, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #c0c2c3;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 194, 195, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(192, 194, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(192, 194, 195, 0.5);
}

.btn-outline-success {
  color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 216, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(25, 216, 149, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #212529;
  background-color: transparent;border-color:#c0c2c3; }
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 216, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(25, 216, 149, 0.5);
}

.btn-outline-info {
color: #8862e0;
border-color: #8862e0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #8862e0;
  border-color: #8862e0;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 98, 224, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(136, 98, 224, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #212529;
  background-color: transparent;
  border-color:#c0c2c3;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 98, 224, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(136, 98, 224, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 175, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 175, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #212529;
  background-color: transparent;
  border-color:#c0c2c3;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 175, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 175, 0, 0.5);
}

.btn-outline-danger {
  color: #D9443F;
  border-color: #D9443F;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D9443F;
  border-color: #D9443F;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 98, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 88, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #212529;
  background-color: transparent;
  border-color:#c0c2c3;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 98, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 88, 0.5);
}

.btn-outline-light {
color: #fbfbfb;
border-color: #fbfbfb;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #212529;
  background-color: transparent;
  border-color:#c0c2c3;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}

.btn-outline-dark {
color: #252C46;
border-color: #252C46;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #252C46;
  border-color: #252C46;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 44, 70, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(37, 44, 70, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
  border-color:#c0c2c3;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #c0c2c3;
  border-color: #c0c2c3;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 44, 70, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(37, 44, 70, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #337AD8;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* nadge outline */
.badge {
  border: 1px solid transparent;
}

.badge-outline-primary {
  color: #007bff;
  background-color: transparent;
  border-color:#007bff;
}

a.badge-outline-primary:hover, a.badge-outline-primary:focus {
  color: #0062cc;
  background-color: transparent;
  border-color:#0062cc;
}

.badge-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color:#6c757d;
}

a.badge-outline-secondary:hover, a.badge-outline-secondary:focus {
  color: #545b62;
  background-color: transparent;
  border-color:#545b62;
}

.badge-outline-success {
  color: #28a745;
  background-color: transparent;
  border-color:#28a745;
}

a.badge-outline-success:hover, a.badge-outline-success:focus {
  color: #1e7e34;
  background-color: transparent;
  border-color:#1e7e34;
}

.badge-outline-info {
  color: #17a2b8;
  background-color: transparent;
  border-color:#17a2b8;
}

a.badge-outline-info:hover, a.badge-outline-info:focus {
  color: #117a8b;
  background-color: transparent;
  border-color:#117a8b;
}

.badge-outline-warning {
  color: #ffc107;
  background-color: #212529;
  border-color:#ffc107;
}

a.badge-outline-warning:hover, a.badge-outline-warning:focus {
  color: #d39e00;
  background-color: #212529;
  border-color:#d39e00;
}

.badge-outline-danger {
  color: #dc3545;
  background-color: transparent;
  border-color:#dc3545;
}

a.badge-outline-danger:hover, a.badge-outline-danger:focus {
  color: #bd2130;
  background-color: transparent;
  border-color:#bd2130;
}

.badge-outline-light {
  color: #f8f9fa;
  background-color: #212529;
  border-color:#f8f9fa;
}

a.badge-outline-light:hover, a.badge-outline-light:focus {
  color: #dae0e5;
  background-color: #212529;
  border-color:#dae0e5;
}

.badge-outline-dark {
  color: #343a40;
  background-color: transparent;
  border-color:#343a40;
}

a.badge-outline-dark:hover, a.badge-outline-dark:focus {
  color: #1d2124;
  background-color: transparent;
  border-color:#1d2124;
}

/* dropdown menu */
.dropdown-header {
  padding: 5px 20px;
  font-size: 12px;
  color: #858585;
}
.dropdown-menu {
  min-width: 220px;
  font-size: 14px;
  color: #212529;
}
.dropdown-item {
  padding: 5px 20px;
  font-weight: 400;
  color: #212529;
  cursor: pointer;
}
.dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
  outline: 0 none;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #337AD8;
}
.dropdown-item.active i.fa,
.dropdown-item:active i.fa {
  color: #fff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.dropdown-menu > li > .btn-link {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #212529;
  white-space: nowrap;
  border-radius: 0px;
  background: transparent!important;
  border: 0px;
}
.dropdown-menu > li > .btn-link {
  text-align: left;
}
.dropdown-menu > li > .btn-link:hover {
  text-decoration: none;
  color: #FFF!important;
  background-color: #1E90FF!important;
}
.dropdown-menu i.drop-icon {
  text-align: center;
  width: 25px;
  margin-left: -5px;
  color:#858585;
}
/* 
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: 2px;
  font-family: FontAwesome;
  content: "\f107";
  border: 0px !important;
}
*/

/* Form Control */
.form-control {
  min-height: 44px;
  box-shadow: none!important;
  border-color: #dee2e6;
  border-radius: 4px;
  font-weight: 400;
  padding: 6px 12px;
  font-size: 14px;
}
.form-control[readonly],
.form-control[disabled] {
    background-color: #e9ecef!important;
    cursor: not-allowed;
    opacity: 1;
}
.form-control:focus,
.form-control:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.form-box-right .form-group {
  /* padding-top: 7px; */
  /* padding-bottom: 7px; */
  /* margin-bottom: 0; */
}
.form-group + .form-group {
  /*border-top: 1px solid #ededed;*/
}
.form-material .form-group {
  overflow: hidden;
}
.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337AD8), to(#337AD8)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
  background-image: -webkit-linear-gradient(#337AD8, #337AD8), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  background-image: -o-linear-gradient(#337AD8, #337AD8), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  background-image: linear-gradient(#337AD8, #337AD8), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-control-line .form-group {
  overflow: hidden;
}
.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #337AD8;
}
.form-group .text-danger {
  font-size: 13px;
}

.input-fm-laporan .input-group-text {
  color: #212529;
  background: #DADFE4;
}

/* Input Checkbox */
input[type="checkbox"] {
  margin: 5px 7px 0 3px;
}
.checkbox {
  min-height: 18px;

}
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 20px;
  width: 20px \0;
  height: 20px;
  height: 20px \0;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #dcdcdc;
  border: 1px solid transparent \0;
  border-radius: 4px; 
  -webkit-border-radius: 4px;    
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  border-color: #337AD8;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
input[type="checkbox"]:active,
.checkbox input[type="checkbox"]:active,
.checkbox-inline input[type="checkbox"]:active {
  background-color: #ebebeb;
  border-color: #c6c6c6;
}
input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:checked,
.checkbox-inline input[type="checkbox"]:checked {
  background: #fff;
}
input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:hover,
.checkbox-inline input[type="checkbox"]:hover {
  border-radius: 4px; 
  -webkit-border-radius: 4px;    
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-color: #337AD8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  transition: box-shadow 0.15s ease-in-out;
}
input[type="checkbox"]:checked::after,
.checkbox input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
  position: absolute;
  display: block;
  cursor: pointer;
  /*
  top: -2px;
  left: -4px;
  content: url('../../img/checkmark.png');
  */
  top: -1px;
  left: -1px;
  display:block;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-color: #128bfc;
  width: 20px;
  width: 20px \0;
  height: 20px;
  height: 20px \0;
  padding: 1px 4px 0px 4px;
  border-radius: 4px; 
  -webkit-border-radius: 4px;    
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.table thead > tr > td.list-check {
  padding-left: 10px !important;
  padding-right: 2px !important;
  width: 38px;
}
.table tbody > tr > td.list-check {
  padding-left: 10px !important;
  padding-right: 2px !important;

}
.table tbody > tr > td.list-check input[type="checkbox"] {
  
}
.table-border-on > thead > tr > td,
.table-border-on > tbody > tr > td {
  border-top: 1px solid #dee2e6!important;
  border-bottom: 1px solid #dee2e6!important;
  border-left: 1px solid #dee2e6!important;
  border-right: 1px solid #dee2e6!important;
}
tr.news {
  font-weight: bold!important;
  border-left: 4px solid #337AD8 !important;
}

/* form checkbox */
.form-checkbox-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  margin-top: 5px;
  vertical-align: top;
}
.form-checkbox {
  margin: 0px 0px 5px;
}
.form-checkbox input[type="checkbox"],
.form-checkbox.checkbox input[type="checkbox"] {
  width: 22px;
  width: 23px \0;
  height: 22px;
  height: 23px \0;
}
.form-checkbox input[type="checkbox"]:checked::after,
.form-checkbox.checkbox input[type="checkbox"]:checked::after  {
  top: -1px;
  left: -0px;
  width: 22px;
  width: 23px \0;
  height: 22px;
  height: 23px \0;
  padding: 2px 5px 0px 5px;
}

/* Input Radio */
input[type="radio"] {
  margin: 2px 0 0;
}
.radio {
  min-height: 18px;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  width: 13px;
  width: 16px \0;
  height: 13px;
  height: 16px \0;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #dcdcdc;
  border: 1px solid transparent \0;
  border-radius: 1px; 
  -webkit-border-radius: 1px;    
  -moz-border-radius: 1px;
  -khtml-border-radius: 1px;
}
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  border-color: #337AD8;
  outline: 0;
}
input[type="radio"]:active,
.radio input[type="radio"]:active,
.radio-inline input[type="radio"]:active {
  background-color: #ebebeb;
  border-color: #c6c6c6;
}
input[type="radio"]:checked,
.radio input[type="radio"]:checked,
.radio-inline input[type="radio"]:checked {
  background: #fff;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  width: 15px;
  width: 18px \0;
  height: 15px;
  height: 18px \0;
  border-radius: 1em; 
  -webkit-border-radius: 1em;    
  -moz-border-radius: 1em;
  -khtml-border-radius: 1em;
}
input[type="radio"]:checked::after,
.radio input[type="radio"]:checked::after,
.radio-inline input[type="radio"]:checked::after {
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  content: '';
  background: #666;
  border-radius: 1em;
}
.radio-img span {
  clear: both;
  position: relative;
  display: block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.radio-img {
  margin-top: 10px;
  margin-bottom: 20px!important;
  padding: 0;
  display: inline-block;
  float:left;
  width: 49%;
  position:relative;
}
.radio-img img {
  width: 99%;
  margin-right:  1%;
  cursor: pointer;
  border: 5px solid #dddddd;
}
.radio-img:hover img {

}
.radio-img label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.radio-img input[type='radio'] {
 position: absolute!important;
 top: 0;
 height:100%;
 padding:0;
 display:none;
}
.radio-img input[type='radio']:checked ~ img {
  opacity: 0.8;
  border-color: #3EBB24;
}

/* Navs & Tabs */
.nav-tabs {
  margin-bottom: 30px;
}
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  color:#455a64;
  border: 0 !important;
  background-color: #ffffff !important;
  padding: 12px 12px;
  font-weight: 500;
  font-size: 14px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs li .active,
.nav-tabs li .active:hover,
.nav-tabs li .active:focus {
  border-bottom: 3px solid #337AD8 !important;
  margin-bottom: -1px;
  color: #337AD8;
  font-weight: 500;
}


.table thead td span[data-toggle="tooltip"]:after,
label.control-label span:after {
  font-family: FontAwesome;
  color: #337AD8;
  content: "\f059";
  margin-left: 4px;
}
fieldset legend {
  font-weight: bold;
  display: block;
  padding-top: 20px;
  padding-bottom: 5px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
  color: #212529;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* pagination */
.paginations {
  margin-top: 10px;
}
.pagination {
  margin: 0;
}
.pagination .active > span.page-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffffff;
  background-color: #337AD8;
  border: 1px solid #337AD8;
}
@media (max-width: 576px) {
  .paginations .text-right {
    display: block!important;
    text-align: left!important;
    margin: 20px 0px 6px!important;
  }
}

/* table */
td.required:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
tr.tr-toogle-row {

}
.table-bordered td.td-toogle-row {
  border: 0px
}
.table > tbody > tr > td.td-toogle-row,
td.td-toogle-row {
  padding: 0px;
}
tr.tr-toogle-row:hover {
  background: transparent!important;
}
td .row-body {
  display: block;
  padding: 15px 20px;
  background: #eeeeee;
}
td .row-body span {
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
td .row-body span label {
  display: block;
  margin-bottom: 3px;
}
td .row-body span.row-action {
  margin-top: 15px;
  margin-bottom: 0px;
}
td .row-body span a {
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
td .row-body span a.dropdown-item {
  margin-right: 0px;
  font-size: 14px;
  text-transform: none;
  font-weight: normal !important;
}
td .row-body span a.action-delete{
  color: #DD4B39;
}

.table thead td,
.table thead th {
  border: 0px;
  font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
  vertical-align: middle;
}
.table a.asc:after {
  content: " \f107";
  font-family: FontAwesome;
  font-size: 14px;
}
.table a.desc:after {
  content: " \f106";
  font-family: FontAwesome;
  font-size: 14px;
}

.form-widget .table > tbody > tr > td {
  text-transform: capitalize;
}
@media print {
  .table-bordered th,
  .table-bordered td {
    border: 0px!important;
  }
}
.table-bordered {
  border: 0px;
}
.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-left: 0;
  border-right: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table > tbody > tr > td {
  /*
  padding-top: 10px;
  padding-bottom: 8px;
  */
}
.table-hover tbody tr:hover {
  background-color: #f3f4fa;
}
.table tr.tr-clickable:hover td {
  text-decoration: underline;
}
td.list-check input[type="checkbox"]:hover,
td.list-check .checkbox input[type="checkbox"]:hover,
td.list-check .checkbox-inline input[type="checkbox"]:hover {
  border-radius: 50%; 
  -webkit-border-radius: 50%;    
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-color: #337AD8;
  -webkit-box-shadow: 0 0 0 0.5rem rgba(66, 166, 245, 0.5);
  -moz-box-shadow: 0 0 0 0.5rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.5rem rgba(66, 166, 245, 0.5);
  transition: box-shadow 0.15s ease-in-out;
}
.table-checked,
.table-hover tbody tr:hover tr.table-checked {
  background-color: #E4E7EF !important;
}
.table-checked > td {
  border-color: #B1BBC5;
}
.table-action {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.table-action > a.action-delete {
  color: #DD4B39;
  cursor:pointer;
}
.table-action > a.action-delete:hover {
  color: #D33724;
}
td:hover > .table-action {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.table-action small {
  margin-left: 5px;
  margin-right: 5px;
  color:#c6c6c6;
}

i.text-status {
  font-size: 17px;
}
#button-row {
  cursor: pointer;
  padding: 3px 10px;
  font-size: 22px;
  display: inline-block;
  color: #455a64;
}
#button-row[data-toggle="collapse"]:not(.collapsed) .fa:before {
  content: "\f056";
}
#button-row[data-toggle="collapse"].collapsed .fa:before {
  content: "\f055";
}

/* Autocomplete */
.autocomplete.dropdown-menu,
.autocomplete ul.dropdown-menu,
.autocomplete > ul.dropdown-menu,
.autocomplete > .dropdown-menu,
.autocomplete .dropdown-menu {
  max-height: 200px!important;
  overflow-y: auto!important;
}
.autocomplete.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.autocomplete.dropdown-menu li {}
.autocomplete.dropdown-menu > li > a {
  display: block;
  width: 100%;
  padding: .75rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #212529;
  white-space: nowrap;
}
.autocomplete.dropdown-menu > li > a:hover,
.autocomplete.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #1E90FF;
}

/* card */
.card .card-header {
  background: transparent;
  padding: 15px 20px 15px;
  display: block;
  border-bottom: 0px solid #dee2e6;
  border-radius: 4px 4px 0 0;
}
.card .card-header i.card-icon {
  width: 15px;
  color:#858585;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#form .card .card-header {
  background: transparent;
  padding: 0;
  display: block;
}
#form h4.card-title a,
#form h4.card-title span {
  font-size: 14px;
  padding: 12px 20px 12px;
  display: block;
  color:#212529;
}
#form h4.card-title span {
  font-weight: bold;
}
.card .card-header > .card-tools {
  position: absolute;
  right: 10px;
  top: 0px;
}
.btn-card-tool {
  position: absolute;
  right: 20px;
  top: 11px;
  line-height: 1;
  padding: 0px;
  font-size: 15px;
  background: transparent;
}
.btn-card-tool:focus {
  box-shadow: none;
  outline: 0 none;
}
.btn-card-tool[data-toggle="collapse"]:not(.collapsed) .fa:before {
  content: "\f0d8";
}
.btn-card-tool[data-toggle="collapse"].collapsed .fa:before {
  content: "\f0d7";
}
.card-title {
  margin: 0px;
}
h4.card-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.card-title i {
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.card-no-border.card {
  border: 0px;
  /*
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  */
  border-radius: 4;
}
@media (max-width: 576px) {
  .card-no-border.card {
    
  }
  .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-group .card-body.well {
  margin-top: -2px;
  background: #EAEEF2;
}
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.tab-pane .card-body {
  padding-top: 0px;
}
.card-body .tab-title {
  display: block;
  margin-bottom: 20px;
}
.card-body .tab-title h4 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
}
.card-body .tab-title span {
  display: block;
  text-align: center;
}

#container {
  min-height: 100%;
  width: 100%;
  position: relative;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .dashboard .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* header */
#header {
  z-index: 1001;
  height: 55px;
 
  background: -moz-linear-gradient(left, #337ad8 0%, #0fbcbb 100%);
  background: -webkit-linear-gradient(left, #337ad8 0%, #0fbcbb 100%);
  background: linear-gradient(to right, #337ad8 0%, #0fbcbb 100%);
 
  transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid transparent;
}
#header .dropdown-menu {
  margin-top: -1px;
  width: 220px;
}
#header .navbar {
  padding: 0px;
}

@media (max-width: 992px) {
  #header .navbar-nav {
    display: inline !important;
    -ms-flex-direction:unset !important;
    flex-direction: unset !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
 }
 #header .navbar ul li {
   float: left;
  }
  #header .navbar-nav .dropdown-menu,
  #header .navbar-nav .dropdown-menu.show {
    position: absolute;
  }
}
#header .navbar a {
  color:#212529;
}
#header .navbar-nav .nav-link {
  line-height: 14px;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 8px;
  margin-right: 8px;
}
#header .navbar-nav .nav-link i {
  font-size: 16px;
}
#header .navbar .show > a.dropdown-toggle {
  color:#212529;
  background-color: transparent;
  border-color: transparent;
}
#header .navbar .show > a.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header .navbar .dropdown-menu a {
  color:#212529;
}
#header li.nav-item .nav-link .badge {
  font-size: 10px;
  text-shadow: none;
  padding: 1px 4px;
  position: absolute;
  top: 12px;
  right: 23px;
}
#header .profile-pic {
  margin-right: 0px;
}
#header .navbar-nav .profile-pic .nav-link {
  width: 50px;
  height: 55px;
  vertical-align: middle;
  padding: 10px 5px 5px 5px;
}
#header .profile-pic .dropdown-toggle::after {
  position: absolute;
  top: 26px;
  right: 7px;
}
#header .profile-pic a span.ava-img {
  width: 35px !important;
  height: 35px !important;
  display: inline-block;
}
#header .profile-pic a span.ava-img img {
  width: 100%;
}
#header .profile-pic a span.ava-default {
  width: 36px !important;
  height: 35px !important;
  display: inline-block;
  background:#eee;
  text-align: center;
  padding: 8px 0px;
  border-radius: 50%;
  color:#434C55;
}
#header .profile-pic a span.ava-default i.fa {
  font-size: 16px;
  line-height: 1;
}

#logo {
  position: absolute;
  margin-left: 80px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  line-height: 1;
}
#logo img {
  width: 200px;
  display: inline-block;
  float: left;
}
#header.cl-active #logo {
  margin-left: 255px;
}
#logo span {
  display: none;
  float: left;
  margin-top: 12px;
  margin-left: 6px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
}
  #header #logo-m {
    margin-left: 75px;
    display: none;
    
  }
  #header #logo-m img {
    width: 45px;
  }
/* Left */
#button-menu {
  width: 65px;
  height: 55px;
  line-height: 26px;
  float: left;
  display: inline-block;
  background: #ffffff;
  cursor: pointer;
  border: 0px;
  outline: none!important;
  position: fixed;
  top: 0;
  left: 0; 
  color: #434C55;
}

.slimScrollBar {
  z-index: 10 !important;
}
#profile {
  padding: 10px 14px 10px 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEFF0;
}
#profile div {
  display: block;
  text-align: center;
}
#column-left.active #profile,
#column-left.no-active:hover #profile {
  display: block;
  margin-top: 0px;
  padding: 5px 15px 15px 15px !important;
  overflow: auto;
}
#profile img {
  width: 100%;
}

#profile .profile-info {
  display: none;
}
#column-left.active .profile-info,
#column-left.no-active:hover .profile-info {
  display: block;
}
#column-left.active #profile .profile-pic,
#column-left.no-active:hover #profile .profile-pic {
  width: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
}
#profile .profile-pic {
  width: 38px;
  min-height: 38px;
  text-align: center;
  background:#fff;
  margin: 0 auto;
}
#profile .profile-pic i {
  padding-top: 3px;
  font-size: 18px;
  line-height: 1;
  color:#858585;
}
#column-left.active #profile .profile-pic i,
#column-left.no-active:hover #profile .profile-pic i {
  padding-top: 12px;
  font-size: 24px;
  color:#858585;
}
#profile h4 {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
#profile small {
  color:#858585;
  font-size: 12px;
}
#menu {
  padding-bottom: 60px !important;
  font-size: 14px;
}
#menu .menu-divider {
  display: none;
  text-align: left;
  margin-top: 20px;
  padding: 5px 20px 5px 25px;
  font-weight: bold;
  letter-spacing: 2px;
}
#menu .border-input {
  border-left: 4px solid #005B92;
  color:#005B92
}
#menu .border-laporan {
  border-left: 4px solid #00923F;
  color:#00923F
}
#menu .border-user {
  border-left: 4px solid #8F0092;
  color:#8F0092
}
#menu .border-master {
  border-left: 4px solid #B67B00;
  color:#B67B00
}
#menu .border-root {
  border-left: 4px solid #C9302C;
  color:#C9302C
}
#menu,
#menu ul,
#menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu > li {
  position: relative;
}
#menu li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#212529;
  cursor: pointer;
}
#column-left.active #menu li a,
#column-left.no-active:hover #menu li a {
  text-align: left;
  padding: 15px 20px 15px 25px;
}
#menu li a i {
  font-size: 16px;
  color:#979797;
}
#menu > li > a:hover {
  color:#000;
  background-color: #f5f5f5;
}
#menu > li > a > span {
  display: none;
  margin-left: 8px;
}
#menu li li a {
  color:#212529;
}
#menu li li a:hover {
  color: #000;
}
#menu li li a:before {
  content: "\f10c";
  font-size: 9px;
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 10px;
  transition: margin ease 0.5s;   
}
#menu li li a:hover:before {
  margin-right: 20px;
}
#menu > li.active > a {
  color: #212529;
  background: #f5f5f5;
}
#menu li.active li a {
  color: #212529;
}
#menu li li.active > a:last-child {
  color: #0056b3;
}
#menu > li > ul {
  position: absolute;
  left: 65px;
  top: 0px;
  width: 210px;
  visibility: hidden;
}
#menu li ul {
  overflow: hidden;
}
#menu > li:hover > ul {
  visibility: visible;
}
#menu li li a.parent:after,
#column-left.active #menu > li a.parent:after,
#column-left.no-active:hover #menu li li a.parent:after,
#column-left.no-active:hover #menu > li a.parent:after {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  margin-right: 8px;
}
#menu li li.open > a.parent:after,
#column-left.active #menu > li.open > a.parent:after,
#column-left.active #menu > li li.open > a.parent:after,
#column-left.no-active:hover #menu > li.open > a.parent:after,
#column-left.no-active:hover #menu > li li.open > a.parent:after {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  margin-right: 8px;
}
#menu li ul a {
  padding-left: 20px;
}
#menu li li ul a {
  padding-left: 35px !important;
}
#menu li li li ul a {
  padding-left: 60px !important;
}
#menu li li li li ul a {
  padding-left: 80px !important;
}

/* Menu Active */
/* Desktop */
@media (min-width: 768px) {
  #column-left.active {
    overflow: auto;
  }
  #column-left.active + #content {
    margin-left: 240px;
  }
  #column-left.active + #content + #footer {
    margin-left: 240px;
  }
  #column-left.no-active:hover #column-left {
    overflow: auto;
  }
  #column-left.no-active:hover + #content {
    margin-left: 65px;
  }
  #column-left.no-active:hover + #content + #footer {
    margin-left: 65px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  #menu {
    padding-bottom: 60px !important;
    font-size: 16px!important;
  }
  #column-left.active + #content {
    position: relative;
    /* left: 240px */
    left: 0px;
  }
  #column-left.active + #content + #footer {
    position: relative;
    /* left: 240px */
    left: 0px;
  }
}

#column-left.active #menu li i,
#column-left.no-active:hover #menu li i {
  font-size: 14px;
  color:#979797;
}
#column-left.active #menu > li > a > span,
#column-left.no-active:hover #menu > li > a > span {
  display: inline;
}
#column-left.active #menu .menu-divider,
#column-left.no-active:hover #menu .menu-divider {
  display: block;
}
#column-left.active #menu > li > ul,
#column-left.no-active:hover #menu > li > ul {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  visibility: visible;
  background:#f5f5f5;
}
#column-left {
  width: 65px;
  padding-top: 55px;
  padding-bottom: 50px;
  height: 101%;
  background-color: #ffffff;
  position: fixed;
  z-index: 1002;
  top: -1px;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
#column-left.active,
#column-left.no-active:hover {
  width: 240px;
  left: 0;
  padding-top: 55px;
  padding-bottom: 10px;
  display: block;
}
#column-left.no-active:hover {
  
}
#content {
  margin-top: 55px;
  padding-bottom: 40px;
  transition: all 0.3s;
}
#column-left + #content {
  margin-left: 65px;
}
#column-left + #content + #footer {
  margin-left: 65px;
}
/* Mobile */
@media (max-width: 767px) {
  #column-left {
    overflow: auto;
    left: -100%;
    /* display: none; */
  }
  #column-left.active + #content {
    margin-left: 0;
  }
  #header {
    border-bottom: 0px;
  }
  #header #logo {
    margin-left: 75px;
    display: block;
    width: 100%;
    text-align: center;
  }
   #header .navbar {
    padding: 0px;
    border-bottom:  1px solid #eee;
  }
  #header #logo img {
    display: none;
  }
  #header #logo span {
    margin-top: 2px;
    float: left;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 600;
  }
  #header #logo-m {
    margin-left: 0px;
    display: inline-block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 6px;
  }
  #header #logo-m img {
    width: 40px;
    float: none!important;
  }
  #header.cl-active #logo {
    margin-left: 0px;
  }
  #column-left.active,
  #column-left.no-active:hover {
    width: 320px;
  }
  #column-lef.active + #content + #footer {
    margin-left: 0;
  }
  #column-left + #content {
    margin-left: 0;
  }
  #column-left + #content + #footer {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  #column-left.active,
  #column-left.no-active:hover {
    width: 80%;
  }
}
@media (max-width: 321px) {
  #column-left.active,
  #column-left.no-active:hover {
    width: 260px;
  }
}
/* page header */
.page-header {
  vertical-align: middle;
  background: #ffffff;
  margin: 0 0px 30px;
  padding: 25px 5px;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.page-header h1 {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #212529;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.breadcrumb {
  line-height: 1;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background: transparent;
  font-size: 12px;
}
.breadcrumb li {
  margin-top: 0px;
  margin-bottom: 0px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.breadcrumb li a {
  color:#C6CFD5;
}
.breadcrumb li:last-child a {
  color: #C6CFD5;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: "/";
  font-family: FontAwesome;
  color: #C6CFD5;
  padding: 0px;
}
.breadcrumb-item + .breadcrumb-item:before {
  padding-right: 4px;
}
.form-action-top {
  float: right;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}
.form-action-top .btn {}
.form-action-bottom {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0px 30px;
  text-align: right;
}
@media (max-width: 480px) {
  .page-header {
    margin: 0 0px 30px;
    padding: 15px 15px 20px;
  }
  .page-header .h479.form-action-top {
    display: none !important;
  }
  .page-header .form-action-top {
    float: none;
    padding: 5px 0px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .page-header.action-single .form-action-top {
    float: right !important;
  }
  .page-header.action-single h1 {
    float: left !important;
  }
  .page-header .form-action-top .btn-save {
    float: right;
  }
  .page-header .form-action-top .btn-cancel {
    float: left;
  }
  .page-header .breadcrumb {
    display: none;
  }
  .page-header h1 {
    display: block;
    clear: both;
    font-size: 20px;
  }
  .form-action-bottom {
    
  }
  .form-action-bottom .btn {
    
  }
}
.form-action-fixed {
  position: fixed;
  z-index: 10;
}
.form-action-fixed .btn-fixed {
  position: fixed;
  line-height: 2;
  z-index: 10;
  bottom: 35px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  padding: 4px !important;
  margin: 0px !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  display: inline-block;
}
.form-action-fixed .btn-fixed.btn-delete {
  bottom: 105px;
}
.form-action-fixed .btn-fixed.btn-fixed-group {
  bottom: 105px;
}
@media (min-width: 767px) {
  .form-action-fixed .btn-add {
    display: none!important
  }
  .form-action-fixed .btn-fixed.btn-delete {
    bottom: 35px
  }
  .form-action-fixed .btn-fixed.btn-fixed-group {
    bottom: 35px
  }
}
@media (max-width: 767px) {
  .form-action-fixed .btn-fixed {
    line-height: 2.9;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
  .form-action-fixed .btn-fixed.btn-delete {
    bottom: 105px
  }
  #button-save-send {
    display: block !important;
    margin: 0px 0px 30px;
    width: 100%;
  }
}
.form-action-fixed .dropdown-menu {
  position: absolute !important;
  top: 0 !important;
  bottom: auto !important;
  left: -25px!important;
}
.form-action-fixed .dropdown-toggle::after {
  display: none !important;
  position: absolute;
  bottom: -1000px;
  z-index: -9999;
}

/* filter box */
#filter {
  margin: -31px 0px 90px;
  display:block;
  position: relative;
}
#filter-box {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  /* padding: 30px 20px; */
  position: relative;
  /*
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);

  */
  border-bottom: none;
}
#filter-box .card {
  background: #fff;
}
#button-filter-box {
  margin-right: 20px;
  outline: none;
  border-radius: 0px 0px 4px 4px;
}
#button-filter-box[data-toggle="collapse"] .fa:before {  
  content: "\f0d8";
}
#button-filter-box[data-toggle="collapse"].collapsed .fa:before {
  content: "\f0d7";
}

/* Tambah Gambar */
input.input-sort-image {
  margin-bottom: 7px;
}
.image-plus {
  margin-top: -1px;
  text-align: center;
  border: 1px solid #EBEEF0;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: -1px;
}
.image-plus img.img-thumbnail {
  width: 100%;
  margin-bottom: 7px;
  clear: both;
  display: block;
}
.button-image-plus {
  display: block;
  margin-top: 15px;
}
.button-image-plus .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .image-plus {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
@media (max-width: 479px) {
  .image-plus {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* footer */
#footer {
  height: 100%;
  text-align: center;
  padding: 20px 0px 30px;
  color: #67757c;
  left: 0px;
  right: 0;
  margin-top: 20px;
}

.img-thumbnail i {
  color: #FFFFFF;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  vertical-align: middle;
  display: inline-block;
}
.img-thumbnail.list i {
  width: 40px;
  height: 40px;
  padding-top: 10px;
}

/* status */
.status {
  position: relative;
  width: 52px;
  height: 25px;
  background-color: #DE3608;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  cursor: pointer;
}
.status-on { 
  background-color: #3EBB24;
}
.status-off { 
  background-color: #DE3608;
}
.status:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.status-on:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.status-disable {
  background-color: #6c757d;
}
.status-disable-on { 
  background-color: #c0c2c3;
}
.status-disable.status:before {
  background-color: #DE3608;
  border: 5px solid #fff;
}
.status-disable-on.status:before { 
  background-color: #3EBB24;
  border: 5px solid #fff;
}

/*
.status {
  width: 66px;
  height: 30px;
  background: url(../../img/status.png) top right no-repeat;
  cursor: pointer;
  margin-top: 3px;
  -webkit-transition: background-position .15s ease-in;  
  -moz-transition: background-position .15s ease-in;  
  -o-transition: background-position .15s ease-in;  
  transition: background-position .15s ease-in;  
}
.status-on { 
  background-position: top left;
}
.status-disable {
  width: 66px;
  height: 30px;
  background: url(../../img/status_disable.png) top right no-repeat;
  cursor: pointer;
  margin-top: 3px;
  -webkit-transition: background-position .15s ease-in;  
  -moz-transition: background-position .15s ease-in;  
  -o-transition: background-position .15s ease-in;  
  transition: background-position .15s ease-in;  
}
.status-disable-on { 
  background-position: top left;
}
*/

/* data status */
.data-status {
  width: 68px;
  height: 32px;
  background: url(../../img/data_status.png) top right no-repeat;
  background-size: 140px;
  cursor: pointer;
  margin-top: 3px;
  -webkit-transition: background-position .15s ease-in;  
  -moz-transition: background-position .15s ease-in;  
  -o-transition: background-position .15s ease-in;  
  transition: background-position .15s ease-in;  
}
.data-status-on { 
  background-position: top left;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DE3608;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch-slider {
  background-color: #3EBB24;
}
input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch-slider.round {
  border-radius: 34px;
}
.switch-slider.round:before {
  border-radius: 50%;
}

.code-mirror .CodeMirror {
  min-height:500px;
}
.code-insert > textarea.form-control {
  font-family: monospace !important;
  font-size: 15px;
  color: #000;
  background: #f5f5f5;
}

/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
  font-size: 9.5em;
}

.s-full img.img-thumbnail,
.s-content img.img-thumbnail,
.s-boxed img.img-thumbnail {
  width: 80px!important;
  height: 80px!important;
}

/* modals */
.modal-header .close {
  color: red;
  opacity: 1;
}

/* navigation */
.color .input-group-addon {
  cursor: pointer;
  position: relative;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.color .input-group-addon i {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background:#ffffff;
  width: 20px!important;
  height: 100%!important;
  vertical-align: text-bottom;
  cursor: pointer;
  position: absolute!important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  width: 20px!important;
  height: 100%!important;
  vertical-align: text-bottom;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* dashboard */
.dashboard .card-box li.news {
  font-weight: bold!important;
  
}

/*s Login */
#wrapper-login {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment:fixed;
}
#bg-login {
  content: '';
  width: 100%;
  min-height: 100vh;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  right: 0px;
  border: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment:fixed;
}
#wrapper-login:before {
  content: '';
  width: 100%;
  min-height: 100vh;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  right: 0px;
  border: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  background: #000;
  /*
  background: #e8519e;
  background: -webkit-linear-gradient(bottom,#e8519e,#c77ff2);
  background: -o-linear-gradient(bottom,#e8519e,#c77ff2);
  background: -moz-linear-gradient(bottom,#e8519e,#c77ff2);
  background: linear-gradient(bottom,#e8519e,#c77ff2);
  */
}

#wrapper-login .card-body {
  background:#ffffff;
  margin-top: 25px;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.9);
}
#wrapper-login .card-body h1 {
  font-weight: 800;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*.login-left {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 440px);
  position: relative;
  z-index: 1;
}
.login-left:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.login-right {
  width: 440px;
  min-height: 100vh;
  border-radius: 2px;
  position: relative;
  border: 0px;
  z-index: 3;
  color:#fff!important;
}
.login-right label,
.login-right a
{
  color:#fff!important;
}
.login-right:before {
  content: '';
  width: 440px;
  min-height: 100vh;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  right: 0px;
  border: 0px;
  background: rgba(0, 0, 0, 0.6);
  
  z-index: -1;
}
.login-right .card-body {
  border-radius: 0px;
  border: 0px;
  padding: 20px 30px;
}*/
.login-title {
  display: block;
  margin: 15px 0 20px;
}
.login-title span.login-logo i {
  margin: 0px !important;
  padding: 0px !important;
}
.login-title span.login-logo {
  display: block;
  /* font-size: 22px; */
  /* text-align: center; */
}
.login-title span.login-logo img {
  width: 90px;
  margin-bottom: 0px;
}
.login-title span.login-text {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.login-right .form-check label {
  font-size: 12px;
  font-weight: normal;
}
.login-right .form-control {
  color:#eee!important;
  background-image: linear-gradient(#337AD8, #337AD8), linear-gradient(rgba(120, 130, 140, 0.8), rgba(120, 130, 140, 0.8));
}
@media (max-width: 767px) {
  .login-left {
    display: none;
  }
  .login-left:before {
    display: none;
  }
  .login-right {
    width: 100%;
  }
  .login-right:before {
    content: '';
    width: 100%;
  }
  .login-title h1 {
    margin-top: 60px
  }
}
.forgot-login {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0px 20px;
}
.login-footer {
  display: block;
  text-align: center;
}
.login-right .alert button.close {
  display: inline-block;
  padding-right: 6px;
  padding-left: 0px;
  padding-top: 0px;
  margin: 0px;
  float: right;
  font-weight: 400;
  font-size: 22px;
}
/*e Login */

#fm-total {
  margin-top: -19px;
  padding-top: 40px;
  border-top: 4px solid #D2D5D8;
}

.bootstrap-datetimepicker-widget {
  z-index: 9999 !important;
}

/* dashboard */
.box {
  min-height: 180px;
  /* 
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  margin-bottom: 30px;
  border-left: 3px solid transparent; */
}

.box .box-icon {
  position: absolute;
  float: left;
  width: 90px;
  min-height: 135px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.box .box-icon img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.box .box-content {
  padding-left: 110px;
  min-height: 135px;
}
.box .box-title {
  display: block;
  line-height: 1.2;
  padding-top: 0px;
}
.box .box-title span.kode-wil {
  display: block;
  font-size: 14px;
}
.box .box-title span.nama-daerah {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  /* border-bottom: 1px solid #dee2e6; */
}
.box .proses-input {
  padding-top: 8px;
}
.box .proses-input h3 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  color:#858585
}
.proses-wrap {
  margin-bottom: 10px;
}
span.proses-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
span.proses-level  {
  font-weight: bold;
}
.progress {
  height: 22px;
  font-weight: bold;
  font-size: 13px;
}
.progress-bar.bg-primary,
.progress-bar.bg-danger,
.progress-bar.bg-warning,
.progress-bar.bg-success {
  color:#fff !important;
}
.progress-bar.bg-null {
  color: #000;
}
.box-footer .sisa-blanko span.sisa-title {
  
}
.box-footer .sisa-blanko {
  
}
#filter-kecamatan .box-icon {
  position: absolute;
  float: left;
  width: 25px;
  display: inline-block;
  top: -15px;
  right: -15px;
}

#filter-kecamatan .box-content {
  padding-left: 0px !important;
  min-height: auto !important;
}
#filter-kecamatan .box-title span.nama-daerah {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
}
#filter-kecamatan span.proses-title {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
}
.box .box-header {
  font-size: 25px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  isplay: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;

}
.box .box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  /* float: left; */
}
.box-flex-title {
  /* display: flex; */
  /* justify-content: space-between; */
  /* height: 100%; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  float:left;
}
.box-flex-title h5 {
  padding: 20px 5px 0px 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  display:block!important;
}
.box-flex-title .text-muted {
    line-height: 1.2;
  font-size: 12px;
}
.border-dark {
  background: #ccc;
  content: '';
  display:block;
  position: relative;
  height: 2px;
  margin-bottom: 30px;
  width: 100%;
  padding: 0px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
