/* 
 * Copyright (c) 2014 In Hand Health.
 * All rights reserved.
 */
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/**** Variables ****/
/*Color Scheme*/
/**** Variables END ****/
/**** Functions ****/
.reflect-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.reflect-vertical {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
/**** Functions END ****/
.darkBack {
  background: #ddd;
  padding: 20px;
}
.mediumBack {
  background: #2d6389;
  padding: 20px;
}
.lightBack {
  background: #397cac;
  padding: 20px;
}
.bg {
  background: url(../assets/ihh-login-bg.jpg) no-repeat center top fixed;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 10px;
}
#login .box {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 25px;
}
#login .input-group {
  width: 100%;
}
#login .input-group-addon {
  position: absolute;
  top: 0px;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 11px 15px 12px;
  pointer-events: none;
  line-height: 25px;
}
#login .box input {
  border: 2px solid #e8ebed;
  background: #e8ebed;
  font-size: 14px;
  padding: 11px 15px 12px;
  padding-left: 42.5px;
  width: 100%;
  border-radius: 4px;
}
#login .box input:focus {
  background: #fff;
}
.media-object-border {
  border: thin solid gray;
  border-radius: 6px;
  margin: 2px;
}
.naked {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.navbar2-fixed-top {
  padding-top: 50px;
  z-index: 1000;
}
.navbar-top-body {
  padding-top: 70px;
}
.double-navbar-top-body {
  margin-top: 120px;
}
.navbar-bottom-body {
  padding-bottom: 70px;
}
textarea.ng-invalid.ng-touched {
  border: 1px solid red;
}
input.ng-invalid.ng-touched {
  border: 1px solid red;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
}
.control-secondary-label {
  font-weight: normal;
}
.filter-select {
  max-width: 121px;
}
.filter-select-long {
  max-width: 138px;
}
.vertical-sort {
  font-weight: normal;
  font-size: small;
}
.chooser-dropdown {
  overflow: hidden;
  padding-right: 24px;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}
.chooser-dropdown .caret {
  position: absolute;
  right: 12px;
  top: calc(48%);
}
.dropdown-menu li a {
  border: 1px solid transparent;
}
.dropdown-menu li a:hover {
  border: 1px solid #8888cc;
  background-color: lightsteelblue;
}
.dropdown-menu {
  padding: 0px;
}
.calendar-dropdown > .dropdown-menu {
  width: auto;
}
.pre-whitespace {
  white-space: pre-line;
}
.panel-body .pull-right {
  margin-right: 15px;
}
.navbar2-fixed-top .navbar-right {
  margin-right: 0px;
}
footer {
  padding: 15px 0px;
  text-align: right;
  color: #000;
}
footer .social {
  list-style: none;
  text-align: center;
  margin: 5px 0 40px 0;
}
footer .social ul {
  padding: 0px;
}
footer .social ul li {
  display: inline-block;
  padding: 0px 15px;
}
footer .footerNav {
  list-style: none;
  padding: 5px 0 0 0;
  margin-bottom: 4px;
}
footer .footerNav li {
  font-size: 10px;
  display: inline-block;
  padding: 0px 10px 0 5px;
  border-right: solid thin #000;
}
footer .footerNav li:last-child {
  border-right: none;
  padding-right: 0;
}
footer .footerNav li a {
  color: #000;
}
footer .footerNav li a:hover {
  color: #224a67;
}
.copyright {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 14px;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}
.copyright.inside {
  color: #555;
  text-shadow: none;
}
.copyright.inside a {
  text-decoration: underline;
  color: #555;
}
.copyright a {
  text-decoration: underline;
  color: #fff;
}
.copyright-notice {
  font-size: 10px;
}
.embed-responsive.embed-responsive-square {
  padding-bottom: 100%;
}
.spacer-bottom-none {
  margin-bottom: 0em;
}
.spacer-bottom-very-small {
  margin-bottom: 1em;
}
.spacer-bottom-small {
  margin-bottom: 2em;
}
.spacer-bottom-medium {
  margin-bottom: 3em;
}
.panel-border {
  margin: 0px;
  border: 1px solid;
  border-color: #ddd;
  border-radius: 4px;
}
.no-gutter-left {
  padding-left: 0em;
}
.grid-gutter-width {
  margin-left: 15px;
  margin-right: 15px;
}
.progress-bar-thin {
  height: 10px;
  margin-bottom: 0em;
}
.progress-bar-label {
  float: left;
  margin-right: 1em;
}
.btn-wrap {
  white-space: normal;
}
.btn-no-padding {
  padding: 0em;
}
input:not([type='file']):hover:not(.is-disabled),
select:hover:not(.is-disabled),
textarea:hover:not(.is-disabled) {
  border: 1px solid #8888cc;
}
ul a.list-group-item {
  margin-bottom: 0px;
}
ul a.list-group-item:hover:not(.is-disabled) {
  border: 1px solid #8888cc;
  background-color: lightsteelblue;
}
.is-disabled {
  pointer-events: none;
  cursor: default;
  background-color: #707070;
}
.navbar-form.navbar-right {
  padding-top: 3px;
}
.navbar-default:not(.navbar-inverse) {
  background-color: #555;
}
.navbar-default:not(.navbar-inverse) .navbar-brand {
  color: #ddd;
}
.navbar-default:not(.navbar-inverse) .navbar-nav > li > a {
  color: #ddd;
}
.navbar-brand {
  padding: 10px 10px 10px 10px;
}
.brand-image {
  max-width: 140px;
  max-height: 30px;
}
.static-right-brand {
  float: right;
  margin-top: -50px;
}
.glyphicon {
  color: #fff;
}
.glyphicon.glyphicon-bg-light {
  color: #555;
}
.glyphicon-bg-light .glyphicon {
  color: #555;
}
body {
  background-color: #ddd;
}
.nav-tabs {
  border-radius: 4px 4px 0px 0px;
}
.nav-tabs > li > a {
  background-color: rgba(255, 255, 255, 0.3);
}
.tab-content {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
  border-top: 0px;
  border-radius: 0px 0px 4px 4px;
}
.tab-content > .list-group,
.tab-content > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.tab-content > .list-group .list-group-item,
.tab-content > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.tab-content > .list-group:first-child .list-group-item:first-child,
.tab-content > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tab-content > .list-group:last-child .list-group-item:last-child,
.tab-content > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tab-content > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.tab-content > .table,
.tab-content > .table-responsive > .table,
.tab-content > .panel-collapse > .table {
  margin-bottom: 0;
}
.tab-content > .table caption,
.tab-content > .table-responsive > .table caption,
.tab-content > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.tab-content > .table:first-child,
.tab-content > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.tab-content > .table:first-child > thead:first-child > tr:first-child,
.tab-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.tab-content > .table:first-child > tbody:first-child > tr:first-child,
.tab-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tab-content > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tab-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.tab-content > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tab-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.tab-content > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tab-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.tab-content > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.tab-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.tab-content > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tab-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.tab-content > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tab-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.tab-content > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tab-content > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.tab-content > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.tab-content > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.tab-content > .table:last-child,
.tab-content > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tab-content > .table:last-child > tbody:last-child > tr:last-child,
.tab-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.tab-content > .table:last-child > tfoot:last-child > tr:last-child,
.tab-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tab-content > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tab-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.tab-content > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tab-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.tab-content > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tab-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.tab-content > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.tab-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.tab-content > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tab-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.tab-content > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tab-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.tab-content > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tab-content > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.tab-content > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.tab-content > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.tab-content > .panel-body + .table,
.tab-content > .panel-body + .table-responsive,
.tab-content > .table + .panel-body,
.tab-content > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.tab-content > .table > tbody:first-child > tr:first-child th,
.tab-content > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.tab-content > .table-bordered,
.tab-content > .table-responsive > .table-bordered {
  border: 0;
}
.tab-content > .table-bordered > thead > tr > th:first-child,
.tab-content > .table-responsive > .table-bordered > thead > tr > th:first-child,
.tab-content > .table-bordered > tbody > tr > th:first-child,
.tab-content > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.tab-content > .table-bordered > tfoot > tr > th:first-child,
.tab-content > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.tab-content > .table-bordered > thead > tr > td:first-child,
.tab-content > .table-responsive > .table-bordered > thead > tr > td:first-child,
.tab-content > .table-bordered > tbody > tr > td:first-child,
.tab-content > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.tab-content > .table-bordered > tfoot > tr > td:first-child,
.tab-content > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.tab-content > .table-bordered > thead > tr > th:last-child,
.tab-content > .table-responsive > .table-bordered > thead > tr > th:last-child,
.tab-content > .table-bordered > tbody > tr > th:last-child,
.tab-content > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.tab-content > .table-bordered > tfoot > tr > th:last-child,
.tab-content > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.tab-content > .table-bordered > thead > tr > td:last-child,
.tab-content > .table-responsive > .table-bordered > thead > tr > td:last-child,
.tab-content > .table-bordered > tbody > tr > td:last-child,
.tab-content > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.tab-content > .table-bordered > tfoot > tr > td:last-child,
.tab-content > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.tab-content > .table-bordered > thead > tr:first-child > td,
.tab-content > .table-responsive > .table-bordered > thead > tr:first-child > td,
.tab-content > .table-bordered > tbody > tr:first-child > td,
.tab-content > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.tab-content > .table-bordered > thead > tr:first-child > th,
.tab-content > .table-responsive > .table-bordered > thead > tr:first-child > th,
.tab-content > .table-bordered > tbody > tr:first-child > th,
.tab-content > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.tab-content > .table-bordered > tbody > tr:last-child > td,
.tab-content > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.tab-content > .table-bordered > tfoot > tr:last-child > td,
.tab-content > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.tab-content > .table-bordered > tbody > tr:last-child > th,
.tab-content > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.tab-content > .table-bordered > tfoot > tr:last-child > th,
.tab-content > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.tab-content > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.tab-content > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.tab-content > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.tab-content > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.tab-content > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.btn-display {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  padding: 0em;
  cursor: default;
}
.btn-display:focus,
.btn-display:active:focus,
.btn-display.active:focus,
.btn-display.focus,
.btn-display:active.focus,
.btn-display.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-display:hover,
.btn-display:focus,
.btn-display.focus {
  color: #333333;
  text-decoration: none;
}
.btn-display:active,
.btn-display.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-display.disabled,
.btn-display[disabled],
fieldset[disabled] .btn-display {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-display.disabled,
fieldset[disabled] a.btn-display {
  pointer-events: none;
}
.btn-display:focus,
.btn-display.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-display:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-display:active,
.btn-display.active,
.open > .dropdown-toggle.btn-display {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-display:active:hover,
.btn-display.active:hover,
.open > .dropdown-toggle.btn-display:hover,
.btn-display:active:focus,
.btn-display.active:focus,
.open > .dropdown-toggle.btn-display:focus,
.btn-display:active.focus,
.btn-display.active.focus,
.open > .dropdown-toggle.btn-display.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-display:active,
.btn-display.active,
.open > .dropdown-toggle.btn-display {
  background-image: none;
}
.btn-display.disabled,
.btn-display[disabled],
fieldset[disabled] .btn-display,
.btn-display.disabled:hover,
.btn-display[disabled]:hover,
fieldset[disabled] .btn-display:hover,
.btn-display.disabled:focus,
.btn-display[disabled]:focus,
fieldset[disabled] .btn-display:focus,
.btn-display.disabled.focus,
.btn-display[disabled].focus,
fieldset[disabled] .btn-display.focus,
.btn-display.disabled:active,
.btn-display[disabled]:active,
fieldset[disabled] .btn-display:active,
.btn-display.disabled.active,
.btn-display[disabled].active,
fieldset[disabled] .btn-display.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-display .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-display:hover {
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: default;
}
.glyphicon-remove {
  padding-left: 10px;
  color: #555;
}
.btn-up-right,
.btn-group-up-right {
  top: 0px;
  right: 0px;
  margin: 5px;
  position: absolute;
}
.btn-vertical-stack {
  display: block;
  margin-bottom: 2px;
}
.horz-spacer {
  height: 5px;
}
.ihh-sm-padding {
  padding: 10px;
}
.ihh-md-padding {
  padding: 20px;
}
.message-image {
  max-width: 300px;
  vertical-align: top;
  padding: 2px;
}
.message-video {
  max-width: 300px;
  padding: 2px;
}
.col-limit-width {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-limit-width {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .col-limit-width {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-limit-width {
    float: left;
    width: 66.66666667%;
  }
}
.img-container {
  max-width: 100%;
  float: left;
}
.modal-content {
  background-color: #fff;
}
.modal-content .cg-busy {
  margin-top: 0px;
}
.modal-body:not(.ihh-item-chooser):not(.ihh-loading) {
  margin: 40px;
  background-color: #fff;
}
.modal-body-message {
  white-space: pre-wrap;
}
.modal-header:not(.ihh-item-chooser) {
  background-color: #efefef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header .modal-title {
  font-family: sans-serif;
  font-size: 18px;
  color: #555;
}
.modal-header .glyphicon-remove {
  padding-left: 0px;
}
.modal-footer:not(.ihh-item-chooser) {
  background-color: #efefef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ihh-item-chooser {
  background-color: #ddd;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .3;
}
.grid-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid-item {
    float: left;
    width: 25%;
  }
}
.as-sortable-drag > .grid-item {
  width: 100%;
}
.ihh-item .media-left,
.ihh-item .media-right {
  display: inline-block;
}
.ihh-item .media-body {
  display: inline-block;
  width: calc(100% - 70px);
}
.ihh-item .media-heading {
  width: 100%;
}
.ihh-item-text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-search {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: white;
}
.has-pending-search {
  background-color: mediumpurple;
  border-color: blueviolet;
  color: white;
}
.btn-up-right-stack-down,
.btn-group-up-right-stack-down {
  top: 0px;
  right: 0px;
  margin: 5px;
  position: absolute;
}
.btn-down-right-stack-down,
.btn-group-down-right-stack-down {
  bottom: 2px;
  right: 0px;
  margin: 5px;
  position: absolute;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a.disabled {
  color: #333;
}
a.disabled:hover {
  text-decoration: none;
}
.form-inline .form-control {
  width: 55px;
}
.form-control-btn {
  border: none;
  box-shadow: none;
  background-color: inherit;
}
.absolute-alert {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1031;
}
.absolute-alert.hidden {
  z-index: 1029;
}
#alertText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wait-indicator-bg {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.exercise-border {
  border: thin solid gray;
  border-radius: 6px;
  margin-bottom: 2px;
  padding: 10px 50px 0px 10px;
}
.pe-no-edit .pe-split {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .pe-no-edit .pe-split {
    float: left;
    width: 50%;
  }
}
.pe-no-edit .pe-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pe-no-edit .pe-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .pe-no-edit .pe-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .pe-no-edit .pe-col {
    float: left;
    width: 33.33333333%;
  }
}
.pe-edit .pe-col,
.as-sortable-drag .pe-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .pe-edit .pe-col,
  .as-sortable-drag .pe-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pe-edit .pe-col,
  .as-sortable-drag .pe-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pe-edit .pe-col,
  .as-sortable-drag .pe-col {
    float: left;
    width: 33.33333333%;
  }
}
.badge-info {
  color: white;
  background-color: #5bc0de;
}
.badge-right-center {
  right: 0px;
  top: 50%;
  margin-top: -6px;
  margin-right: 5px;
  position: absolute;
}
.badge-right-top {
  right: 0px;
  top: 0%;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
}
.help-text {
  padding-left: 10px;
}
.truncate-offset {
  margin-top: -8px;
}
.truncate-overflow {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.truncate-brand-overflow {
  margin-bottom: -5px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.truncate-brand-text {
  max-width: 420px;
}
.prescriptionTemplates .truncate-brand-text {
  max-width: 260px;
}
@media (min-width: 768px) {
  .truncate-clinic-name {
    max-width: 128px;
  }
  .truncate-user-name {
    max-width: 118px;
    padding-right: 10px;
  }
  .truncate-brand-text {
    max-width: 270px;
  }
  .prescriptionTemplates .truncate-brand-text {
    max-width: 145px;
  }
}
@media (min-width: 992px) {
  .truncate-clinic-name {
    max-width: 300px;
  }
  .truncate-user-name {
    max-width: 190px;
    padding-right: 10px;
  }
  .truncate-brand-text {
    max-width: 490px;
  }
  .prescriptionTemplates .truncate-brand-text {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .truncate-clinic-name {
    max-width: 310px;
  }
  .truncate-user-name {
    max-width: 200px;
    padding-right: 10px;
  }
  .truncate-brand-text {
    max-width: 690px;
  }
  .prescriptionTemplates .truncate-brand-text {
    max-width: 410px;
  }
}
.hr-text {
  text-align: center;
  position: relative;
  overflow: hidden;
  color: dimgrey;
}
.hr-text span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
.hr-text span:before,
.hr-text span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.71428571em;
  border-top: 1px solid grey;
}
.hr-text span:before {
  right: 100%;
}
.hr-text span:after {
  left: 100%;
}
.ui-grid-no-data {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.ui-grid-no-data .ui-grid-msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  line-height: 200%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}
.ui-grid-no-data .ui-grid-msg span {
  display: table-cell;
  vertical-align: middle;
}
.ihh-text-danger {
  color: red;
  font-weight: bold;
}
.strong {
  font-weight: bold;
}
.display-quick-view-button,
.display-quick-add-button {
  display: none;
}
.as-sortable-item:hover .display-quick-view-button,
.as-sortable-item:focus .display-quick-view-button,
.as-sortable-item:active .display-quick-view-button,
.as-sortable-item:hover .display-quick-add-button,
.as-sortable-item:focus .display-quick-add-button,
.as-sortable-item:active .display-quick-add-button {
  display: inline;
  position: absolute;
}
.as-sortable-item:hover .display-quick-view-button,
.as-sortable-item:focus .display-quick-view-button,
.as-sortable-item:active .display-quick-view-button {
  left: 0;
  top: 0;
}
.as-sortable-item:hover .display-quick-add-button,
.as-sortable-item:focus .display-quick-add-button,
.as-sortable-item:active .display-quick-add-button {
  right: 0;
  top: 0;
}
.quick-view {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dropup li:hover {
  cursor: pointer;
}
.ihh-custom-videogular-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.chooser-icon-value-box-container {
  margin-top: -6px;
}
.chooser-icon-value-box,
.dashboard-patient-episode-box,
.staff-list-roles-box,
.patient-list-roles-box,
.subscription-list-states-box {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  padding: 5px 0px;
  border-radius: 4px;
  width: 43px;
  display: inline-block;
}
.chooser-quick-link {
  border-radius: 4px;
  text-align: center;
  margin: 0px;
  padding: 5px 0px;
  width: 43px;
  display: inline-block;
}
.staff-list-roles-box {
  vertical-align: top;
  font-size: smaller;
  visibility: hidden;
}
.staff-list-roles-box.therapist-box {
  width: 60px;
}
.staff-list-roles-box.display-icon-value-box {
  visibility: visible;
}
.patient-list-roles-box {
  vertical-align: top;
  font-size: smaller;
  visibility: hidden;
}
.patient-list-roles-box.subscription-box {
  width: 60px;
}
.patient-list-roles-box.display-icon-value-box {
  visibility: visible;
}
.subscription-list-states-box {
  vertical-align: top;
  font-size: smaller;
  visibility: hidden;
  width: 6em;
}
.subscription-list-states-box.display-icon-value-box {
  visibility: visible;
}
.thumbnail-left {
  top: 10px;
  left: 25px;
  position: absolute;
}
.thumbnail-left-edit {
  top: 6px;
  left: 10px;
  position: absolute;
}
.thumbnail-to-left {
  margin-left: 30px;
}
.ihh-thumbnail {
  width: 48px;
}
.ihh-thumbnail-pull-left-spacer {
  margin-right: 5px;
}
.quickview-tabset .nav > li > a {
  padding: 0px 5px;
}
.embed-responsive-square .btn-group-up-right {
  z-index: 3;
}
.embed-responsive-square videogular {
  position: absolute;
}
.embed-responsive-square videogular:-webkit-full-screen {
  position: relative;
}
.embed-responsive-square videogular:-moz-full-screen {
  position: relative;
}
.embed-responsive-square videogular:fullscreen {
  position: relative;
}
.embed-responsive-square videogular vg-overlay-play {
  left: 0;
}
.data-input-width-override {
  max-width: 130px;
  min-width: 130px;
}
.btn-white {
  background-color: white;
}
.dropdown-container {
  padding: 0px;
}
.textarea-view-mode {
  margin-top: 15px;
}
.prescription-exercises-list {
  min-height: 40px;
}
.prescription-exercises-list .exercise-container {
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
}
.prescription-exercises-list .thumbnail-left-edit {
  width: 50px;
}
.prescription-exercises-list .exercise-link {
  padding-bottom: 8px;
}
.prescription-exercises-list .exercise-name {
  font-weight: bold;
  padding-left: 10px;
}
.prescription-exercises-list .exercise-title {
  padding-left: 10px;
}
.prescription-exercises-list .exercise-details {
  padding-left: 15px;
  text-align: center;
}
.calendar-dropdown .input-group-btn {
  width: 1%;
}
.item-chooser-reset {
  margin-top: -10px;
  margin-bottom: 5px;
}
.item-chooser-reset .anchor-link {
  cursor: pointer;
}
.item-chooser-who {
  margin-top: -10px;
  margin-bottom: 5px;
}
.chooser-box-thumbnail-box {
  margin-right: 10px;
}
.chooser-box-thumbnail {
  width: 48px;
}
.chooser-box-right {
  padding-right: 5px;
}
.chooser-box-right-bottom {
  padding-top: 32px;
}
.chooser-box-right-top {
  padding-bottom: 5px;
}
.chooser-box-sub-title {
  padding-left: 10px;
}
.view-edit-thumbnails {
  /* Since our thumbnails are square, we need only specify the max-height;
    if we were to specify the max-width, we would lose responsive sizing. */
  max-height: 150px;
  min-height: 110px;
}
.view-edit-thumbnails-container {
  display: inline-block;
  position: relative;
}
.capitalize {
  text-transform: capitalize;
}
.person-relation-role-description {
  font-style: italic;
}
.description-offset {
  margin-left: 16px;
}
.person-relation-role {
  margin-bottom: 10px;
}
.person-relation-role label {
  margin-bottom: 0px;
}
.checkbox-label {
  font-weight: normal;
}
#resourceActions {
  display: block;
}
#resourceActions .resource-action-item {
  display: inline-block;
  margin: 10px;
}
#resourceActions .resource-action-caption {
  text-align: center;
}
.video-tts {
  font-size: 85%;
  font-style: italic;
}
.resource-thumbnail-container {
  margin-right: 12px;
}
.resource-thumbnail-container,
.resource-thumbnail {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: white;
}
.resources-list {
  min-height: 40px;
}
.resources-list .resource-container {
  border: thin solid gray;
  border-radius: 8px;
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 2px;
}
.resources-list .resource-link {
  padding-bottom: 8px;
  cursor: pointer;
}
.resources-list .resource-name {
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 5px;
}
.resources-list .resource-title {
  padding-left: 22px;
}
.resources-list .resource-details {
  padding-left: 15px;
  text-align: center;
}
.resources-list .resource-text {
  padding-top: 8px;
  margin-left: 48px;
}
.inactive-resource-material-list {
  margin-top: 5px;
}
.resource-unavailable-header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.default-resource-thumbnail {
  width: 34px;
  height: 34px;
}
.default-resource-thumbnail-margin {
  margin-left: 6px;
}
.thumbnail-caption-offset {
  bottom: 13px;
}
.thumbnail-caption {
  font-size: 10px;
  border-radius: 0px 0px 6px 6px;
  text-align: center;
  position: relative;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.75);
}
.video-aspect-fill video {
  object-fit: cover;
}
videogular,
[videogular] {
  background-color: rgba(0, 0, 0, 0);
}
.center-form-elements input[type='radio'] {
  vertical-align: baseline;
  padding: 10px;
  margin: 10px;
}
.bg-display {
  padding: 10px;
}
.profile-picture-wrapper {
  display: inline-block;
}
.profile-picture-wrapper .profile-picture-container {
  position: relative;
}
.profile-picture-wrapper .profile-picture-container .alert-indication {
  background-color: red;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  right: -6px;
  top: -12px;
}
.profile-picture-wrapper .profile-picture-container .collapsing .alert-indication {
  display: none;
}
.alert-row-display {
  border: black 1px grey;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 15px;
}
.alert-row-display .alert-details {
  padding: 10px;
}
.alert-row-display .alert-details .alert-right {
  float: right;
  display: inline;
}
.alert-row-display .alert-content {
  padding: 10px;
}
.alert-row-display.new {
  background-color: rgba(70, 184, 218, 0.5);
}
.weak {
  font-weight: normal;
}
.alert-date {
  font-size: 10px;
}
li[disabled] {
  pointer-events: none;
}
.selectable-item {
  cursor: pointer;
}
.alert-target-list-item {
  padding-left: 10px;
}
.radioseparator {
  border-left: 2px solid black;
  padding-left: 30px;
  margin-left: 15px;
}
.vcenter-container {
  display: flex;
  align-items: center;
}
