/* Font needs to be downloaded and installed on the server                                                           */
/* url: <https://www.onlinewebfonts.com/download/7438bbf176f4cce037dbe179c0e5aece>                                   */
/* usage needs to be credited: <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>                          */
/* or <div>Font made from <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div> */
@font-face {
    font-family: "MuseoSansW01-Rounded700";
    src: "Museo Sans W01 Rounded 700.ttf";
}
abody {
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: url('../images/BackPurple.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
.panel-main-body {
  padding:0px;
}
.panel-heading {
  padding-top:2px;
  padding-bottom:2px;
}
#patient-banner {
  background-color: #68B5EA;
  padding-left: 4px;
  padding-right: 4px;
}
#patient-banner h5 {
  margin-top:4px;
  margin-bottom:3px;
}
#patient-banner h2 {
  margin-top:3px;
  margin-bottom:3px;
}
.blackout {
  opacity: 1 !important;
}
.btn-heading {
  padding-top:3px;
  padding-bottom:3px;
}
.backd {
  background-image: url("images/BigBackground.png");
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.bluet {
  color: #00B7FF;
}
.row.ng-enter {
  animation: reveal_anim 0.5s ease;
  -webkit-animation: reveal_anim 0.5s ease;
}
.panel-body.ng-enter {
  animation: reveal_anim 0.5s ease;
  -webkit-animation: reveal_anim 0.5s ease;
}
@keyframes reveal_anim {
  0% {opacity:0;max-height:0px;padding:0px;margin:0px;overflow: hidden;}
  75% {opacity:0;}
  100% {overflow: hidden;max-height:1000px;}
}
@-webkit-keyframes reveal_anim {
  0% {opacity:0;max-height:0px;padding:0px;margin:0px;overflow: hidden;}
  75% {opacity:0;}
  100% {overflow: hidden;max-height:1000px;}
}

.row.ng-leave {
  animation: fade_anim 0.5s linear;
  -webkit-animation: fade_anim 0.5s linear;
}
.panel-body.ng-leave {
  animation: fade_anim 0.5s linear;
  -webkit-animation: fade_anim 0.5s linear;
}
@keyframes fade_anim {
  0% {overflow: hidden;max-height:1000px;}
  25% {opacity:0;}
  100% {opacity:0;max-height:0px;padding:0px;margin:0px;overflow: hidden;}
}
@-webkit-keyframes fade_anim {
  0% {overflow: hidden;max-height:1000px;}
  25% {opacity:0;}
  100% {opacity:0;max-height:0px;padding:0px;margin:0px;overflow: hidden;}
}

html,body {
    height:100%;
}
a {
  color: #00B7FF;
}
.ahov:hover { background: #FCF; }
.navbar {
  background-color: midnightblue;
  max-height: 32px;
  vertical-align: center;
}
.navbar button {
  height: 32px;
}
#IconMenu {
  background-color: transparent;
  margin-right:-32px;
}
#IconTriggerBar {
  
  padding:0px;
  /*width:1%;*/
  cursor:pointer;
}
#dashboardcont {
  width: 99%;
}
.fullheightcontainer {
  display: flex;
}
.myMenuIcn {
  height: 56px;
  width: 56px;
  cursor:pointer;
}
.menuAccordianImg {
  height: 21px;
  cursor:pointer;
  margin-top: -2px;
}
.imgGrid {
  min-height: 40px;
  min-width: 40px;
}
.imgGrid img {
  width: 55%;
  cursor:pointer;
}
.menutext {
  font-size: 12px;
  cursor:pointer;
}
.hand {
  cursor:pointer;
}
.editBorder {
  border-style: dotted;
  border-width: 2px;
  border-color: steelblue;
  min-height: 40px;
  min-width: 40px;
  padding-top:3px;
}
.editBorder img {
  height:95px;
}
.is-disabled {
  opacity: .5;
  pointer-events: none;
}
.ofwh {
  background-color: gainsboro;
}
.btna {
  margin-bottom: 12px;
}
.btn--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.breadcrumbb {
  list-style: none;
  padding:0px;
  margin:0px;
  border-radius: 3px;
}
.breadcrumbb>li {
  display: inline-block;
}
.breadcrumbb>li+li:before {
  padding: 0 4px;
  color: #ccc;
  content: "/\00a0";
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 2px;
}
.form-control {
  padding: 3px;
}
.breadcrumbs {
  cursor:pointer;
}
.breadcrumbsActive {
  font-weight: 900;
  /*color: #0047b3;*/
}/*
.breadcrumbsActive span{
  background-color: #fcf8e3;
}*/
.modal-dialog {
  margin-top: 80px;
}
.modal-dashboard .modal-dialog {
  width :90%;
}
/*.modal-title-text {
  padding-bottom: 25px;
  border-bottom-color: #337ab7;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}*/
.modal-title-text {
  padding-bottom: 25px;
}
.modal-title-text2 {
  padding-bottom: 10px;
}
/*.btn {
  margin-top:0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}*/
.btn-toolbar .btn {
  margin-top:2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-sm {
  padding-left:3px;
  padding-right:3px;
}
.btn-toolbar .btn-lrg {
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal-large .modal-dialog {
  width :90%;
}
.modal-medium .modal-dialog {
  width :60%;
}
.modal-small .modal-dialog {
  width :30%;
}
.modal-A4 {
  width :595px;
  height :842px;
}
ul[dnd-list], ul[dnd-list] > li {
  position: relative;
}
.curs-bin {
  cursor:url(../images/cursors/bin.png), pointer;
}
.dropdown-menu>li>span{
  padding-top:2px;
  padding-bottom:2px;
  padding-left:16px;
  padding-right:16px;
  display: block;
  cursor:pointer;
}
.bin {
  height: 56px;
  width: 56px;
  cursor:pointer;
  background-image: url("../images/cursors/bin.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.bin:hover {
  height: 56px;
  width: 56px;
  cursor:pointer;
  background-image: url("../images/cursors/openbin.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.dropdown-menu span {
  color: #333;
}
.contextOuter {
  width: 100%;
  position: absolute;
  top:0px;left:0px;
  z-index: 9999
}
.contextInner {
  display: block;
  position: absolute;
  z-index: 10000;
}
.btn-fullwidth {
  width: 100%;
  background-color: #e6f2ff;
}

div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:11px;
  color: #555;
  text-decoration: none;
}

.btndefm {
  background-color: #f2f2f2;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.form-horizontal {
  background-color: transparent;
  border-top-right-radius:4px;
  border-top-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

div .progress {
  background-color: #f5f5f5;
}

div .progress-bar {
  background-color: #337ab7;
  border-top-right-radius:0px;
  border-top-left-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}

div .progress-bar-success {
  background-color: #5cb85c;
}
.uib-datepicker-popup {
  padding-top:0px;
}
.uib-daypicker {
  padding-top: 5px;
  padding-left: 3px;
  padding-right:6px;
}
.uib-daypicker th {
  min-width: 30px;
}
.form-control-focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group-img {
  max-height: 38px
}
.editdash {
  width:100%;height:700px;
}
.editdash img {
  max-height: 70px;
  background-color: transparent;
}
.editdash .dragged-from {
  border-color:red;
}
.editdash .drag-over {
  background-color: #AAA;
}
.editdash .drag-over img {
  opacity: 0.5;
}
.editdashtd {
  height: 100px;
  text-align: center;
}
.editdash td {
  width:20%
}
.hldashcell {
  background-color: #555;
}
.acc-img {
  height:25px;
}
.acc-head {
  margin-bottom:0px;
  margin-top:4px;
}
.acc-head .panel {
  margin-bottom:0px;
}
.acc-head .panel-title {
  padding-top:2px;
}
.acc-item {
  margin-bottom:0px;
  cursor:pointer;
}
.acc-item:hover {
  background-color: #EEEEEE
}
.acc-item .panel {
  margin-bottom:0px;
}
.acc-body {
  border-color: #bce8f1;
  border-style: solid;
  border-width: 1px;
  padding-top:2px;
  padding-bottom:0px;
  padding-left:17px;
  padding-right:16px;
  margin-left:-15px;
  margin-right:-15px;
}
.acc-on > .acc-body.ng-hide-remove {
  animation: reveal_anim 0.3s ease;
  -webkit-animation: reveal_anim 0.3s ease;
}
.acc-on > .acc-body.ng-hide {
  animation: fade_anim 0.3s linear;
  -webkit-animation: fade_anim 0.3s linear;
}
.specimenimage {
  border-color: #337ab7;
  border-width: 3px;
  border-style: solid;
}
.dashbd {
  width:100%;
  margin-top:25px;
}
.dashbd td {
  width: 20%
}
.dashbdtd {
  height: 100px;
  text-align: center;
}
.dashbd-inner {
  height: 100px;
}
.dashbd-inner img{
  height: 65px;
  cursor:pointer;
}
.dashbd-inner span{
  font-size:12px;
}
.wb {
  border: 1px solid black;
}
.w0x0 > .panel-body {
  border:0px;
  padding: 0px;
  height: 20px;
  width: 10px;
}
.w0x0 canvas {
  height: 28px;
  width:23px;
}
.g0x0 {
  height: 10px;
  width: 10px;
}
.w1x1 > .panel-body {
  padding:0px;
  height: 100px
}
.w1x1 canvas {
  height: 28px;
  width:23px;
}
.g1x1 {
  height: 80px;
}
.w2x2 > .panel-body {
  padding:0px;
  height: 200px
}
.w2x2 canvas {
  height: 200px;
  width:1px;
}
.g2x2 {
  height: 160px;
}
.w2x3 > .panel-body {
  padding:0px;
  height: 300px
}
.w2x3 canvas {
  height: 300px;
  width:1px;
}
.g2x3 {
  height: 240px;
}
.w2x4 > .panel-body {
  padding:0px;
  height: 400px
}
.w2x4 canvas {
  height: 400px;
  width:1px;
}
.g2x4 {
  height: 320px;
}
.w3x3 > .panel-body {
  padding:0px;
  height: 300px
}
.w3x3 canvas {
  height: 300px;
  width:1px;
}
.g3x3 {
  height: 240px;
}
.w3x4 > .panel-body {
  padding:0px;
  height: 400px
}
.w3x4 canvas {
  height: 400px;
  width:1px;
}
.g3x4 {
  height: 320px;
}
.QABar {
  width: 100px;
  height: 835px;
  position: absolute;
  z-index: 100;
  left:-80px;
  background-color:white;
}
.QABarOpened {
  left:0px;
}
.QAOpenBar {
  width: 18px;
  height: 800px;
  background-color: #6B7CCC;
  float: right;
}
.QAIconBar {
  width:76px;
}
.QAIconBar img {
  height: 70px;
  margin-left:5px;
  margin-bottom:15px;
}
.QASpacer {
  height:65px;
}
.openapp {
  margin-left:20px
}
.ui-datepicker{z-index: 2000!important}
.dropdown-menu{z-index: 2000!important}
.close{
  color: #ffffff;
  font-size: 30px;
  opacity: 0.6;
}