/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #848688; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #848688; 
}

input.form-line, .form-line
{
  border-bottom: 1px solid #ced4da;
  border-right: none;
  border-left: none;
  border-top: none;
}

a.label-opt{
  color: #fdfdfd !important;
}

.font-8em {
  font-size: 0.8em !important;
}

.dashboard-stat-list {
  list-style: none;
  padding-left: 20PX;
  margin-top: 15px;
}

.card-tools .header-dropdown
{
  position: absolute;
  top: 10px;
  right: 15px;
  list-style: none;
}

.right-sidebar {
  width: 300px;
  height: calc(100vh - 52px);
  position: fixed;
  right: -300px;
  top: 52px;
  background: #fdfdfd;
  z-index: 1056 !important;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
  overflow: auto;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; 
}
.right-sidebar.open {
  right: 0; 
}

.right-sidebar .nav-tabs {
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  margin-left: 2px; 
}

.right-sidebar .nav-tabs li {
  text-align: center; 
}

.right-sidebar .nav-tabs li > a {
  margin-right: 0; 
}

.right-sidebar .nav-tabs li:first-child
{
  width: 45%; 
}

.right-sidebar .nav-tabs li:last-child {
  width: 55%;
}

.right-sidebar .nav-tabs + .tab-content
{
  padding: 0; 
}

.right-sidebar p {
  margin: 20px 15px 15px 15px;
  font-weight: bold;
  text-align: center; 
}

.right-sidebar #settings .setting-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px; 
}
        
.right-sidebar #settings .setting-list li {
  padding: 15px;
  position: relative;
  border-top: 1px solid #eee; 
}

.right-sidebar #settings .setting-list li .switch {
  position: absolute;
  top: 15px;
  right: 5px; 
}

/* svg{
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 50%);
} */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.form-control {
  border-radius: .25rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  color: #fff;
  background-color: #17a2b8 !important;
}

.login-page {
  background: url(../images/icon/Background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.form-group{
  margin-bottom: 0.3rem !important;
}

label.hide-radio::before{
  visibility: hidden;
}
.btn-treatment{
  border-radius: 2px;
}
.pointer{
  cursor: pointer;
}
.bg-hasil{
  background-color: #F44336 !important;
  color: #fff;
  font-weight: 700;
}
.bg-flag{
  background-color: #abe1fd !important
}

.bg-status {
  color: #000 !important;
  font-weight: 700 !important;
  background-color: rgba(0,0,0,.05) !important;
}

.bg-notif {
  width: 100%;
  height: 100%;  
  display: flex;
  align-items: center;
  text-align: center;
  animation: changeBackgroundColor 1s infinite;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #f1e31c;
  }
  50% {
    background-color: #FF4136;
  }
  100% {
    background-color: #f1e31c;
  }
}

/* css barcode */
.w-label {
  max-width: 255px;
  max-height: 160px;
}

.v-right-0 {
  transform: rotate(-90deg);
  position: absolute;
  margin-top: -4.4rem;
  z-index: 5;
  font-weight: 600;
  margin-left: 0;
  font-family: monospace;
  letter-spacing: 1px;
}

.v-right {
  transform: rotate(-90deg);
  position: absolute;
  margin-top: -9.4rem;
  z-index: 5;
  font-weight: 600;
  margin-left: 7rem;
  font-family: monospace;
  width: 100%;
  letter-spacing: 1px;
}

.v-left {
  transform: rotate(-90deg);
  position: absolute;
  margin-top: 4rem;
  z-index: 5;
  font-weight: 600;
  margin-left: -0.5rem;
  font-family: monospace;
}

.t-label {
  font-weight: 700;
  font-family: monospace;
}

.t-title {
  font-size: 12px !important;
  font-weight: 700;
  font-family: monospace;
  display: block;
}

.t-desc {
  font-weight: 700;
  margin-top: -10px;
  font-family: monospace;
  font-size: 12px;
  width: 62%;
  word-break: break-all;
}

.ml-6 {
  margin-left: 3.2rem !important;
}

.mt-min {
  margin-top: -1.1rem !important;
}

.mb-1rem {
  margin-bottom: 0.1rem;
}
/*border verifikasi*/
.v-border {
  border: 1px solid #9d9b9b;
  border-radius: 5px;
}

.m-min-2 {
  margin-top: -2rem;
}
.min-h12{
  max-height: 20rem;
  overflow: auto;
}

button.btn-visible{
  display: none;
}

.d-none {
  display: none;
}

li.list-group-item:hover button.btn-visible{
  display: inline-block;
}

.fixed-legend {
	position: fixed;
	top: 8%;
	left: 44%;
  z-index: 99;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.legend-worklist {
  max-width: 62%;
}

.visible-legend {
	visibility: visible;
}

.bg-white{
  background-color: #fff !important;
}

.f-10{
  font-size: 10px;
  color: #007BFF;
  font-weight: 700;
}

.hasil-n1{
  font-weight: 600;
}
/* css chart */
a.canvasjs-chart-credit{
  display: none !important;
}

tr.selected {
  animation:myfirst 4s 1;
  -webkit-animation:myfirst 4s 1;
}
@keyframes myfirst
{
    0%      {background:#fff;}
    25%     {background:yellow;}
    75%     {background:yellow;}
    100%    {background:#fff;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%      {background:#fff;}
    25%     {background:yellow;}
    75%     {background:yellow;}
    100%    {background:#fff;}
}

input.form-custom {
  border: none;
  background-color: transparent;
  outline: none;
}

input[type=number].form-custom::-webkit-inner-spin-button, 
input[type=number].form-custom::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number].form-custom {
  -moz-appearance: textfield;
}

.table-hasil {
  color: #000 !important;
  font-weight: 600;
}

td div input[type=text], td select, td input[type=text] {
  color: #000 !important;
  font-weight: 600;
}

/* Form Wizard ================================= */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  float: left;
  width: 30%; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard.vertical > .content {
  float: left;
  margin: 0 0 0.5em 0;
  width: 70%; }

.wizard.vertical > .actions {
  float: right;
  width: 100%; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%;
  float: left; }

.wizard > .actions > ul > li {
  float: left; }

.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.wizard > .steps .disabled a {
  background: #eee;
  color: #aaa;
  cursor: default; }
  .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default; }

.wizard > .steps .current a {
  background: #2184be;
  color: #fff;
  cursor: default; }
  .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default; }

.wizard > .steps .done a {
  background: #9dc8e2;
  color: #fff; }
  .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff; }

.wizard > .steps .error a {
  background: #ff3111;
  color: #fff; }
  .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #ff3111;
    color: #fff; }

.wizard > .content {
  border: 1px solid #ddd;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }
  .wizard > .actions > ul > li {
    margin: 0 0.5em; }

.wizard > .actions a {
  background: #009688;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #009688;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.wizard > .actions .disabled a {
  background: #eee;
  color: #aaa; }
  .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa; }

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }
  .tabcontrol > .steps > ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1; }
    .tabcontrol > .steps > ul > li {
      float: left;
      margin: 5px 2px 0 0;
      padding: 1px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .tabcontrol > .steps > ul > li:hover {
        background: #edecec;
        border: 1px solid #bbb;
        padding: 0; }
      .tabcontrol > .steps > ul > li.current {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom: 0 none;
        padding: 0 0 1px 0;
        margin-top: 0; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 15px 30px 10px 30px; }
      .tabcontrol > .steps > ul > li > a {
        color: #5f5f5f;
        display: inline-block;
        border: 0 none;
        margin: 0;
        padding: 10px 30px;
        text-decoration: none; }
        .tabcontrol > .steps > ul > li > a:hover {
          text-decoration: none; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }
  .tabcontrol > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%; }
    .tabcontrol > .content > .body ul {
      list-style: disc !important; }
      .tabcontrol > .content > .body ul > li {
        display: list-item; }

.wizard .content {
  min-height: 245px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow-y: auto; }
  .wizard .content .body {
    padding: 15px; }

.wizard .steps a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
.wizard .steps a:active, .wizard .steps a:focus, .wizard .steps a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.wizard .steps .done a {
  background-color: rgba(0, 150, 136, 0.6);
}
.wizard .steps .done a:hover, .wizard .steps .done a:active, .wizard .steps .done a:focus {
  background-color: rgba(0, 150, 136, 0.5);
}

.wizard .steps .error a {
  background-color: #F44336 !important; }

.wizard .steps .current a {
  background-color: #009688;
}
.wizard .steps .current a:active, .wizard .steps .current a:focus, .wizard .steps .current a:hover {
  background-color: #009688;
}