.imgbox_reorder{
  width:200px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  vertical-align:bottom;
}
.imgbox_reorder img{
margin:5px;
}

.imgbox_blanksheet{
  width:300px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  vertical-align:bottom;
}
.imgbox_blanksheet img{
margin:5px;
}

li.vtab.blue a{
background: #248AAF !important;
}
li.vtab.green a{
background: #3CBC8D !important;
}
li.vtab.yellow a{
background: #FAC552 !important;
}
li.vtab.red a{
background: #E9422E !important;
}
li.vtab.black a{
background: #242633 !important;
}
li.vtab.active a{
background: white !important;
}

textarea {
 resize: none;
 word-wrap: break-word;
 transition: 0.05s;
 -moz-transition: 0.05s;
 -webkit-transition: 0.05s;
 -o-transition: 0.05s;
}

@media all{
.label_prints, .mcs_print{
  page-break-after: always;
}
.label_prints:last-of-type, .mcs_print:last-of-type{
  page-break-after: always;
}
}

@media all {
  .table-bordered td.noborder{
      border:none !important;
      background: white !important;
  }
}




.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

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

.table-dynamic {
overflow-x: scroll;
}

.unsaved-warning {
font-weight: bolder;
text-align: center;
font-size: 1.4em;
}

.allergy-details {
color: red;
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
to {
  visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
to {
  visibility: hidden;
}
}

@font-face {
font-family:myriad-set-semibold;
src: url("../fonts/myriad-set-semibold.ttf") format("truetype")
}

.marginRow{
margin-bottom: 0px !important;
}

.disabled-white-color[disabled="disabled"] {
background-color: rgb(255, 255, 255);
}
.nav-pills li a {
cursor: pointer;
}
.patient-visits-list {
max-height: 600px;
overflow-y: auto;
}
.hr-sect {
text-align: center;
cursor: pointer;
}
.mr10 {
margin-right: 10px; 
}
.mb15 {
margin-bottom: 15px;
}

.glow > td, .glow > a {
background-color: rgba(92, 193, 156, 0.3) !important;
}
.transit > td {
transition: all 1s ease-in-out;
}