@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.eot'); /* IE9 Compat Modes */
  src: local('SourceSansPro Regular'),
  local('SourceSansPro-Regular'),
  url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/SourceSansPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       /*url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),*/
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
 font-family: 'Material Icons';
 font-weight: normal;
 font-style: normal;
 font-size: 24px;  /* Preferred icon size */
 display: inline-block;
 line-height: 1;
 text-transform: none;
 letter-spacing: normal;
 word-wrap: normal;
 white-space: nowrap;
 direction: ltr;

 /* Support for all WebKit browsers. */
 -webkit-font-smoothing: antialiased;
 /* Support for Safari and Chrome. */
 text-rendering: optimizeLegibility;

 /* Support for Firefox. */
 -moz-osx-font-smoothing: grayscale;

 /* Support for IE. */
 font-feature-settings: 'liga';
}

/* 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; 
}

.visibility-hidden {
  visibility: hidden;
}

.popover-header{
    background: #203C53;
    color: #fff;
}

[class*=icheck-]>input:first-child+label.select-treat::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #D3CFC8;
  border-radius: 0;
  margin-left: -29px;
  visibility: hidden;
}

[class*=icheck-]>input:first-child:checked+label.select-treat::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 16px;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  transform: translate(7.75px,4.5px) rotate(
45deg);
  -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}

.btn-blue {
  color: #fff;
  background-color: #1477e1;
  border-color: #007bff;
}

.btn-blue:hover {
  color: #fff;
}

.bg-light-blue {
  color: #fff;
  background-color: #2ab0ff;
  border-color: #2ab0ff;
}

.bg-status {
  color: #000 !important;
  font-weight: 700 !important;
  background-color: rgba(0,0,0,.05) !important;
}


.font-w600 {
  font-weight: 600;
}

.font16 {
  font-size: 16px;
}

.pr-2rem {
  padding-right: 0 !important;
}

.btn-orange {
  color: #fff;
  background-color: #fb832d;
  border-color: #806a1d;
  box-shadow: none;
}

.img-container{
  position:relative;
  display:inline-block;
}
.img-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgb(232 239 239 / 61%);
  opacity:0;
  transition:opacity 500ms ease-in-out;
}
.img-container:hover .overlay{
  opacity:1;
}
.overlay span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#fff;
}

.side-scroll {
  max-height: 470px;
  overflow: auto;
}

.font-2rem {
  font-size: 2rem !important;
}

.is-primary, .form-control-sm {
  border-color: #1c6ce5 !important;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-sm {
  height: calc(1.4125rem + 0.1px);
}

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;
}

.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-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;
  }
}

.bg-tat {
  animation: changeBackgroundColorTat 1.3s infinite;
}

@keyframes changeBackgroundColorTat {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #FF4136;
  }
  100% {
    background-color: #fff;
  }
}

/* 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: -2.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;
}

li.list-group-item:hover button.btn-visible{
  display: inline-block;
}

.fixed-legend {
	position: fixed;
	top: 6%;
	/*left: 44%;*/
  z-index: 99;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.legend-worklist {
  max-width: 62%;
}

.visible-legend {
	visibility: visible;
}

.fixed-btn-worklist{
  position: fixed;
  top: 6%;
  left: 30%;
  z-index: 99;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.fly-btn {
  padding: 12px;
  border-radius: 0 0 10px 10px;
  background-color: rgb(45 111 202 / 50%);
}

.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;}
}

textarea.form-custom, textarea:read-only.form-custom {
  border: none;
  background-color: transparent;
  outline: none;
}

input.form-custom, input:read-only.form-custom {
  border: none;
  background-color: transparent;
  outline: none;
}

input.form-custom.text-profile {
  border: none;
  background-color: transparent;
  outline: none;
  font-weight: 700;
  text-align: right;
}

input[type=password].form-custom {
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: right;
}

input[type=password].form-pass {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.input-group[data-toggle=password] {
  cursor: pointer;
}

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;
}

td input[type=text] .text-center {
    text-align: center;
}

table.antibiotic-list tr td {
    color: #000;
    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;
  background: #eee;
  color: #aaa;
  cursor: default;
}

.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;
  cursor: pointer;
}
  
.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #9dc8e2;
    color: #fff;
    cursor: pointer;
}

.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.verified {
  background: #dd3232 !important;
  font-weight: 700;
}

.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;
}

.note-editor .note-editable {
  line-height: 1.6;
}

.btn-info-sample {
  cursor: pointer;
}

.note-editable p {
  margin-bottom: 0.2rem;
}

.status-pending {
  color: #CE1212;
}

.status-match-tools {
  color: #AA2EE6;
}

.status-save {
  color: #F98404;
}

.verif-parsial {
  color: #f7fd04;
}

.verif-all {
  color: #A9F1DF;
}

.status-valid {
  color: #28A745;
}

.status-print {
  color: #21209C;
}

.overlay {
  flex-direction: column;
}

.dtfc-fixed-left {
  background-color: white;
}