*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body,
#wrapper,
#page-wrapper,
.section-content {
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.section-content {
  margin-top: 15px; }

body {
  /*background: url("../images/site-bg2.png") center 100px no-repeat #ffffff;*/
  background-size: 100% auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

textarea {
  resize: vertical; }

.voffset {
  margin-top: 2px; }

.voffset1 {
  margin-top: 5px; }

.voffset2 {
  margin-top: 10px; }

.voffset3 {
  margin-top: 15px; }

.voffset4 {
  margin-top: 30px; }

.voffset5 {
  margin-top: 40px; }

.voffset6 {
  margin-top: 60px; }

.voffset7 {
  margin-top: 80px; }

.voffset8 {
  margin-top: 100px; }

.voffset9 {
  margin-top: 150px; }

/* Global Styles */
s a,
a:hover,
a:focus,
a:active {
  color: #283536;
  cursor: pointer; }

a {
  color: #000000;
  text-decoration: none; }

a:hover {
  color: #7cbe31;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

/* Navigation Menu */
.navigation-menu {
  text-align: left;
  padding-left: 18px; }

/* Index */
.section {
  /* padding-right: 15px; */ }

.section-north {
  min-height: 74px; }

@media (min-width: 768px) {
  .section-north {
    border: 1px solid #fff;
    border-bottom: 1px solid #e7e7e7; } }

#page-wrapper {
  padding: 0;
  min-height: 0; }

.section-north h3 {
  margin-top: 15px;
  margin-bottom: 15px; }

.col-right {
  /*Disabled scroll*/
  /*border-right: 1px solid #e7e7e7;*/
  /*overflow-y: scroll;*/
  /* height: 100%; */ }

.col-left {
  /*overflow-y: scroll; */
  height: 100%;
  margin-left: 0px; }

.section-main,
.section-detail {
  /*
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  height: 568px;
  */ }

.section-row {
  height: 100%;
  margin-right: -45px;
  margin-left: -30px; }

tr[ng-click] {
  cursor: pointer; }

a[ui-sref] {
  cursor: pointer; }

.form-group {
  margin-bottom: 10px; }

.form-group .help-block,
.form-group .input-group {
  margin-bottom: 0; }

.notifications {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 400px;
  z-index: 2000; }

.notifications .alert {
  padding: 10px;
  margin-bottom: 5px; }

.animate-fade {
  height: 20px;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.animate-fade.ng-hide {
  height: 0; }

/*.btn {*/
  /*font-weight: bold; }*/

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #007a41;
  border-color: #007a41;
  color: #fff; }

.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #006938; }

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #007a41;
  border-color: #007a41;
  padding-left: 22px;
  padding-right: 22px; }

label {
  font-weight: normal;
  color: #A4A4A4;
  font-size: 12px; }

.form-control-static {
  min-height: 20px;
  padding: 0; }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 2px; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 1px; }

.form-horizontal label {
  font-weight: bold; }

.radio label,
.checkbox label {
  color: #555; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-top: 2px; }

.panel-default > .panel-heading {
  color: #fff;
  padding: 2px 8px 4px 8px; }

.panel-heading li {
  padding-right: 4%; }

.panel-heading .nhsLabel {
  margin-right: -4%; }

.panel-body {
  padding: 7px 10px 3px 10px; }

.panel {
  border-radius: 0; }

.panel-default {
  border-color: #007a41;
  border-width: 2px; }

.panel-default > .panel-heading {
  /*background-color: #1CA54F; - Previous Green*/
  background-color: #007a41;
  border-radius: 0;
  border-bottom: 0; }

.panel-title {
  line-height: 1.42857143;
  font-weight: bold;
  font-size: 18px; }

/* Confirmation Modal */
.modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-bottom: 0;
  border-bottom: 0;
  background-color: #007a41; }

.modal-title {
  padding: 4px 10px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #007a41; }

.modal-footer {
  padding-top: 0;
  border-top: 0; }

.modal-backdrop {
  background-color: #ffffff; }

.modal-body {
  background-color: #ffffff; }

fieldset {
  position: relative;
  padding: 54px 10px 10px 10px;
  border: 1px solid #ddd; }

legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
  padding: 4px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #ddd; }

.dashboard.row {
  margin-right: -20px; }

.patient-dashboard {
  width: 98%; }

.panel-patient {
  margin-bottom: 0;
  margin-top: 20px; }

.panel-patient .list-inline {
  margin-bottom: 0;
  margin-top: 2px; }

@media (min-width: 992px) {
  .panel-patient .list-inline {
    text-align: right; } }

.panel-patient .panel-body label {
  margin-bottom: 0; }

.panel-patient .list-inline label {
  color: #fff; }

@media (min-width: 768px) {
  .panel-patient .panel-body {
    padding: 0; } }

.panel-patient .table {
  margin: 0; }

.panel-dotted {
  border-style: dashed; }

.panel-patient.panel-dotted .table > tbody > tr > td {
  border-right: 1px dashed;
  background-color: #eee; }

.panel-patient .table > thead > tr > th,
.panel-patient .table > tbody > tr > th,
.panel-patient .table > tfoot > tr > th,
.panel-patient .table > thead > tr > td,
.panel-patient .table > tbody > tr > td,
.panel-patient .table > tfoot > tr > td {
  border-top: 0;
  padding-top: 7px;
  padding-bottom: 3px;
  border-right: 1px solid; }

.panel-patient .table > thead > tr > th:last-child,
.panel-patient .table > tbody > tr > th:last-child,
.panel-patient .table > tfoot > tr > th:last-child,
.panel-patient .table > thead > tr > td:last-child,
.panel-patient .table > tbody > tr > td:last-child,
.panel-patient .table > tfoot > tr > td:last-child {
  border-right: 0; }

.panel-appointment {
  position: fixed;
  bottom: 42px;
  left: 30px;
  right: 30px;
  z-index: 10; }
  .panel-appointment .panel-heading {
    font-size: 16px;
    font-weight: bold; }
    .panel-appointment .panel-heading i {
      margin-right: 5px; }
  .panel-appointment .panel-body--message {
    font-size: 15px;
    padding: 8px 0 3px; }
  .panel-appointment .panel-body--btn {
    text-align: right;
    padding: 3px 0; }

body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/user-placeholder.png) url(../images/video-enabled.png); }

#chat {
  width: 100%;
  height: 100%;
  padding: 0 0 15px;
  min-width: 320px; }
  #chat .panel-chat {
    margin: 0 5px 11px; }
    #chat .panel-chat .panel-heading {
      text-align: left; }
    #chat .panel-chat .panel-body div:nth-child(1) {
      text-align: left; }
    #chat .panel-chat .panel-body div:nth-child(2) {
      text-align: center; }
    #chat .panel-chat .panel-body div:nth-child(3) {
      text-align: right; }
    #chat .panel-chat .panel-body span {
      font-weight: normal;
      color: #a4a4a4;
      font-size: 12px; }
  #chat .header-chat {
    text-align: left;
    padding: 7px 16px;
    background: #f0f0f0; }
    #chat .header-chat .title-chat {
      font-weight: bold;
      font-size: 18px;
      color: #000;
      margin: 0 auto; }
  #chat .chat-wrapper {
    height: 70%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    min-height: 16em; }
    #chat .chat-wrapper .container {
      height: 100%; }
      @media screen and (max-width: 991px) {
        #chat .chat-wrapper .container {
          width: 100%; } }
    #chat .chat-wrapper .messages-col { padding-right: 0; }
    @media screen and (max-width: 767px) {
      #chat .chat-wrapper .messages-col { padding-right: 15px; }
    }
    #chat .chat-wrapper .messages-wrapper {
      background-color: #f0f0f0;
      height: 100%;
      padding: 10px 15px;
      text-align: left;
      border: 1px #cacaca solid;
      min-height: 20em; }
      @media screen and (max-width: 767px) {
        #chat .chat-wrapper .messages-wrapper {
          margin-top: 15px;
          height: 95%;
        }
      }
      #chat .chat-wrapper .messages-wrapper .info {
        height: 3em; }
        #chat .chat-wrapper .messages-wrapper .info > .row div:first-child {
          color: #a4a4a4;
          font-size: 13px;
          font-weight: bold; }
        #chat .chat-wrapper .messages-wrapper .info > .row div:last-child {
          color: #000000;
          font-size: 15px; }
      #chat .chat-wrapper .messages-wrapper .list-messages {
        background: #fff;
        height: calc(100% - 7.5em - 56px);
        padding: 6px 10px;
        margin-top: 15px;
        overflow: auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px #cacaca solid; }
        #chat .chat-wrapper .messages-wrapper .list-messages li {
          font-size: 12px;
          white-space: pre-wrap;
          word-break: break-word;
          word-wrap: break-word; }
      #chat .chat-wrapper .messages-wrapper form {
        height: calc(4.5em + 40px); }
        #chat .chat-wrapper .messages-wrapper form textarea {
          width: 100%;
          resize: none;
          border: 1px #cacaca solid;
          border-top: none;
          font-size: 12px; }
    #chat .chat-wrapper .video-chat-wrapper {
      height: 100%; 
      position: relative; }
      @media screen and (min-width: 768px) {
        #chat .chat-wrapper .video-chat-wrapper {
          padding-right: 0; } }
      #chat .chat-wrapper .video-chat-wrapper .video-wrapper {
        height: 83%;
        text-align: left;
        border: 1px #cacaca solid;
        background: rgba(221, 221, 221, 0.5) url(../images/user-placeholder.png) no-repeat 50% 50%;
        background-size: auto 75%; }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper #callDuration {
          display: block;
          position: absolute;
          top: 41%;
          left: 52%;
          text-align: center;
          transform: translate(-50%, -50%);
          font-weight: bold; }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper #remoteVideo {
          width: 100%;
          height: 100%;
          object-fit: fill; }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper #localVideo {
          position: absolute;
          width: 35%;
          height: 30%;
          bottom: 19%;
          right: 4%;
          margin-bottom: 1px;
          object-fit: fill;
          background: rgba(221, 221, 221, 0.5) url(../images/user-placeholder.png) no-repeat 50% 50%;
          background-size: auto 75%; }
          @media screen and (min-width: 768px) {
            #chat .chat-wrapper .video-chat-wrapper .video-wrapper #localVideo {
              right: 2%; } }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper #remoteVideo.inactive {
          display: none; }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper #localVideo.inactive {
          background: rgba(221, 221, 221, 0.5) url(../images/user-placeholder.png) no-repeat 50% 50%;
          background-size: auto 75%; }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper .video-controller {
          position: absolute;
          bottom: 20%;
          left: 3%;
          margin-left: 15px; }
          #chat .chat-wrapper .video-chat-wrapper .video-wrapper .video-controller .fa-round {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            margin-right: 10px;
            background-color: #dddddd;
            border-radius: 50%;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
            cursor: pointer;
            /*&.inactive {
              background-color: #9E9E9E;
            }*/ }
          #chat .chat-wrapper .video-chat-wrapper .video-wrapper .video-controller .fa-video-camera-2:before {
            content: '';
            background: url(../images/video-enabled.png) no-repeat 50% 50%;
            padding: 8px;
            background-size: contain; }
          #chat .chat-wrapper .video-chat-wrapper .video-wrapper .video-controller .fa-video-camera-slash-2:before {
            content: '';
            background: url(../images/video-disabled.png) no-repeat 50% 50%;
            padding: 8px;
            background-size: contain; }
        #chat .chat-wrapper .video-chat-wrapper .video-wrapper #noSound {
          display: none;
          width: 32px;
          height: 32px;
          line-height: 32px;
          text-align: center;
          position: absolute;
          top: 2%;
          right: 2%; }
      #chat .chat-wrapper .video-chat-wrapper .video-chat-controller {
        border: 1px #cacaca solid;
        background: rgba(221, 221, 221, 0.5);
        height: 17%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap; }
        #chat .chat-wrapper .video-chat-wrapper .video-chat-controller .btn {
          height: 34px; }
        #chat .chat-wrapper .video-chat-wrapper .video-chat-controller #restartCall {
          margin-left: 40px; }
        #chat .chat-wrapper .video-chat-wrapper .video-chat-controller #callDuration {
          margin-left: 20px;
          font-size: 14px;
          font-weight: bold; }
        #chat .chat-wrapper .video-chat-wrapper .video-chat-controller p {
          flex-basis: 100%;
          text-align: center;
          font-size: 12px;
          font-weight: bold;
          background: #f0f0f0;
          border: 1px #cacaca solid;
          padding: 4px; }

.sort-asc:after {
  padding-left: 5px;
  content: '\25BC'; }

.sort-desc:after {
  padding-left: 5px;
  content: '\25B2'; }

.spinner {
  width: 20px;
  height: 20px;
  padding-top: 5px;
  position: relative;
  display: inline-block; }

.container1 > div,
.container2 > div,
.container3 > div {
  width: 6px;
  height: 6px;
  background-color: #777;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.circle1 {
  top: 0;
  left: 0; }

.circle2 {
  top: 0;
  right: 0; }

.circle3 {
  right: 0;
  bottom: 0; }

.circle4 {
  left: 0;
  bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/* Header */
.header-background {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 5px;
  line-height: 0;
  margin-right: 0px; }

.header-background-mobile {
  background-color: #FFFFFF;
  padding-top: 0px;
  z-index: -1; }

.header-title-1 {
  color: #0E682F;
  white-space: nowrap; }

.header-title-2 {
  color: #0E682F; }

.header-title-3 {
  color: #000000; }

.header-icon {
  width: auto;
  height: 40px;
  cursor: pointer;
  content: url("../images/ripple-icon.png");
  margin-right: 5px;
  position: relative;
  top: -2px; }

@media (min-width: 768px) {
  .header-icon {
    height: 60px; } }

/* Mobile Nav */
.header-nav .navbar-header .navbar-brand {
  padding: 6px 8px 8px 5px; }

.header-nav.navbar-default {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: none; }

.header-nav.navbar {
  min-height: 55px; }

.header-nav .nav-tabs {
  margin-top: 3px; }

.header-nav .nav-tabs i {
  position: relative; }

.header-nav .nav-tabs .count {
  position: absolute;
  top: -5px;
  right: -9px;
  font-size: 10px;
  font-family: arial;
  background-color: #0E682F;
  color: #fff;
  display: block;
  padding: 1px 0;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600; }

.header-nav .nav-tabs > li > a,
.header-nav .nav-tabs > li.active > a,
.header-nav .nav-tabs > li.active > a:hover,
.header-nav .nav-tabs > li.active > a:focus,
.header-nav .nav-tabs {
  border: none; }

.header-nav .nav-tabs > li > a {
  font-size: 18px;
  color: #0E682F;
  background: inherit; }

.header-nav .nav-tabs > li > a:hover,
.header-nav .nav-tabs > li.active > a {
  color: #82BE36;
  background: inherit; }

.header-nav .nav-tabs > li > a:hover .count,
.header-nav .nav-tabs > li.active > a .count {
  background-color: #82BE36; }

.header-nav .pane {
  background-color: #f7f7f7;
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px; }

/* User Profile (Mobile) */
#tab-user .user-type {
  text-transform: uppercase;
  display: block;
  padding: 2px 5px 0px 5px;
  float: right;
  font-size: 12px; }

#tab-user .user-type.superuser {
  background-color: orange;
  color: #fff; }

#tab-user .user-type.clinician {
  background-color: blue;
  color: #fff; }

#tab-user .user-type.patient {
  background-color: green;
  color: #fff; }

#tab-user .options ul {
  margin-top: 10px;
  margin-bottom: 5px; }

#tab-user .options a.btn {
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-color: #e7e7e7;
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  font-weight: 400; }

#tab-user .options a.btn:hover {
  background-color: #f7f7f7; }

#tab-user .options li:first-child a.btn {
  border-top-width: 1px; }

#tab-user .options a.btn.signout {
  border-color: #057BC0;
  background-color: #057BC0;
  color: #fff; }

#tab-user .options a.btn.signout:hover {
  background-color: #096498; }

/* Notifications */
#tab-notifications {
  padding-top: 5px;
  padding-bottom: 0; }

#tab-notifications .notifications-header {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 15px 5px 15px;
  font-size: 14px;
  font-weight: 600; }

#tab-notifications .notifications-body {
  font-size: 12px;
  background-color: #fff; }

#tab-notifications .notifications-body li {
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer; }

#tab-notifications .notifications-body li:hover {
  background-color: #f7f7f7; }

#tab-notifications .notifications-body .notification-info {
  margin-bottom: 5px; }

#tab-notifications .notifications-body .notification-time {
  font-size: 11px;
  color: #999; }

/* Search */
#tab-search {
  position: relative; }

#tab-search button.btn-info {
  position: absolute;
  right: 15px;
  top: 0; }

#tab-search .header-search-mobile {
  padding-right: 65px; }

/* Main search bar for home page */
.main-search {
  font-size: 20px;
  color: #FFF;
  font-family: 'hero';
  padding-top: 5%; }

.search-logo {
  max-width: 180px;
  width: 20%;
  display: block;
  margin: 0 auto 5% auto;
  content: url("../../images/search-ripple-logo.png"); }

.main-search-inner {
  padding-right: 110px;
  position: relative; }

.main-search-inner .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px; }

/* Search button in mobile view*/
@media (max-width: 768px) {
  .main-search-inner {
    padding-right: 60px; }
  .main-search-inner .btn {
    width: 50px; } }

/* Header - Search Bar */
.searchBarHidden {
  visibility: hidden; }

.advanced-search-text {
  font-size: 12px;
  margin-top: 11px; }

.icon-searchbar:before {
  color: #82BE36;
  font-size: 20px; }

.search-left-inner-addon {
  position: relative;
  font-size: 16px; }

.search-left-inner-addon input {
  padding-left: 30px; }

.moveRight {
  padding-left: 105px !important; }

.moveFurtherRight {
  padding-left: 210px !important; }

.search-left-inner-addon span {
  position: absolute;
  padding: 6px 15px;
  margin-top: 5px;
  margin-left: 10px;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 8px;
  padding-right: 24px; }

.search-left-inner-addon i {
  position: absolute;
  padding: 2px 0px;
  margin-top: 5px;
  margin-left: 10px;
  height: 25px; }

i.clearAll {
  position: absolute;
  color: red;
  right: 117px;
  top: 7px; }

.search-left-inner-addon i.fa.fa-times {
  margin-top: -17px;
  margin-left: 33px;
  z-index: 1; }

.search-left-inner-addon .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #999999;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  align-content: center;
  min-width: 230px; }

.search-left-inner-addon .form-control::-webkit-input-placeholder {
  color: #999999; }

.search-left-inner-addon .form-control:-moz-placeholder {
  color: #999999; }

.search-left-inner-addon .form-control::-moz-placeholder {
  color: #999999; }

.search-left-inner-addon .form-control:-ms-input-placeholder {
  color: #999999; }

.header-search-mobile {
  font-family: 'hero'; }

.header-search {
  font-size: 20px;
  color: #FFF;
  font-family: 'hero';
  padding-top: 12px; }

.header-search-inner {
  position: relative; }

.header-search-inner .search-left-inner-addon {
  margin-right: 110px; }

.header-search .searchButton {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100px; }

.header-left {
  padding-left: 40px;
  text-align: left; }

.header-left-mobile {
  text-align: center;
  padding-right: 60px;
  max-height: 45px;
  font-family: "Hero"; }

.header-right {
  font-size: 20px;
  padding-right: 40px;
  text-align: right;
  font-family: "Hero"; }

.header-right-mobile {
  font-size: 20px;
  color: #000000;
  padding-left: 45px;
  font-family: "Hero"; }

/* Search button in tablet and small desktop view*/
@media (min-width: 768px) and (max-width: 1199px) {
  .header-search-inner .search-left-inner-addon {
    margin-right: 60px; }
  .header-search .searchButton {
    width: 50px; }
  i.clearAll {
    right: 67px; } }

.glyphicon-user:before {
  color: #82BE36; }

.glyphicon-chevron-down:before {
  color: #0E682F; }

.glyphicon-chevron-right:before {
  float: right;
  font-size: 8px;
  color: #0E682F;
  line-height: 2.4em; }

.glyphicon-chevron-right {
  float: right;
  color: #0E682F; }

/* Toolbar */
.header-toolbar {
  background-color: #0E682F;
  font-size: 22px;
  color: #000000;
  margin-left: -5.5%;
  margin-right: 0px;
  /*
  padding-top: 10px;
  padding-bottom: 10px;
*/
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

.header-toolbar .inner {
  padding-top: 5px;
  padding-bottom: 5px; }

.header-toolbar .navbar-toggle {
  margin: 0;
  position: relative;
  padding: 11px 10px; }

.header-toolbar .navbar-toggle .icon-bar {
  color: #fff;
  border: 1px solid #fff; }

.previous-page-arrow {
  float: left;
  padding-left: 30px;
  padding-top: 4px;
  cursor: pointer;
  color: #FFF; }

.previous-page-title {
  padding-left: 20px;
  font-family: "Hero";
  color: #FFF; }

.current-page-title {
  font-family: "Hero";
  color: #FFF; }

.current-page-title-mobile {
  font-family: "Hero";
  font-size: 20px;
  color: #FFF;
  text-align: center; }

/* Footer */
footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

.footer-background {
  background-color: #EEEEEE;
  height: 40px;
  padding-top: 10px; }

.footer-title-1 {
  font-size: 10px;
  color: #7E7D83;
  font-family: "Hero";
  display: inline; }

.footer-title-2 {
  font-size: 10px;
  color: #0E682F;
  font-family: "Hero";
  display: inline; }

.footer-left {
  padding-left: 40px;
  text-align: left;
  float: left; }

.footer-right {
  padding-right: 40px;
  text-align: right;
  float: right; }

.footer-icon {
  width: auto;
  height: 20px; }

/* Dashboard */
.button-icons:before {
  color: #82BE36;
  font-size: 70px; }

.dashboard-button {
  text-align: center;
  border: solid 2px #D0D0D0;
  padding: 20px;
  background-color: #FFF;
  padding: 20px;
  margin-bottom: 20px; }

.dashboard-button-text {
  margin-top: 20px;
  color: #000000;
  display: block;
  font-size: 25px; }

.button-icons-stack:before {
  color: #000066; }

#age-chart {
  height: 350px;
  align-content: center;
  padding-bottom: 0; }

#department-chart {
  height: 350px;
  align-content: center;
  padding-bottom: 30px; }

svg {
  height: 350px; }

.chart-inner {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background-color: #fff;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px; }

.chart-inner select.form-control {
  width: auto; }

.chart-title {
  color: #000000;
  font-size: 22px;
  margin-bottom: 5px; }

.chart-description {
  color: #767676;
  font-size: 16px; }

.chart-fa-stack {
  padding-top: 18px;
  font-size: 30px; }

.chart-title-group-container {
  overflow: hidden; }

.chart-title-group {
  margin-left: 30px;
  font-size: 18px;
  font-family: "Hero"; }

.chart-title-age {
  color: #7E28CD; }

.chart-title-setting {
  color: #25A174; }

.cake-icon:before {
  color: #7E28CD; }

.map-marker-icon:before {
  color: #25A174; }

.chartSelectList {
  float: right; }

/* Charts in mobile view*/
@media (max-width: 768px) {
  .chart-inner {
    display: inline-block;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px; }
  #age-chart {
    height: 300px;
    padding-left: 20px; }
  #department-chart {
    height: 300px;
    padding-left: 20px; }
  .chart-title-group {
    padding-top: 20px; }
  .chart-title-group-mobile {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-family: "Hero"; } }

.main-nav a.button {
  display: block;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 10px 20px 10px;
  font-size: 22px;
  background-color: #fff;
  color: #000000; }

.main-nav a.button:hover {
  background-color: #f4f8ec;
  text-decoration: none; }

.main-nav a.button i {
  color: #7cbe31;
  line-height: 70px;
  height: 70px;
  display: block; }

/* Button Icons - Variable Sizes to fit */
.main-nav a.button.viewall i {
  font-size: 110px; }

.main-nav a.button.spine i {
  font-size: 90px;
  margin-top: 10px; }

.main-nav a.button.saved i {
  font-size: 85px;
  margin-top: 10px; }

/* User Profile Menu */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: transparent; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent; }

.navbar-login {
  width: 305px;
  padding: 10px;
  padding-bottom: 0px; }

.navbar-login-session {
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px; }

.dropdown-profile-text {
  color: black;
  font-family: hero;
  font-size: 14px;
  padding-top: 10px; }

.user-profile-image {
  margin-bottom: 0;
  color: #82BE36;
  font-size: 60px;
  border: 1px solid #c0c2be;
  border-radius: 3px;
  background-color: #eef8e7;
  text-align: center;
  width: 80px;
  line-height: 1.2em;
  float: left;
  margin-right: 15px; }

#tab-user p {
  margin: 0 0 8px 0; }

/* Patient List */
.glyphicon-list-patients:before {
  color: #7cbe31; }

/* Patient Landing */
.patient-landing-icon {
  color: #C5E29F; }

.border {
  border: 1px solid #bebcbd; }

.rounded-border-nolink {
  border-radius: 20px;
  border: 1px solid #bebcbd;
  background-color: #bebcbd; }

.rounded-border-connected {
  border-radius: 20px;
  border: 1px solid #C5E29F;
  background-color: #C5E29F; }

/* Patient Detail */
/* Tables and Pagination */
table.table {
  width: 100%;
  border: 1px solid #bebcbd;
  border-collapse: separate;
  border-radius: 3px;
  -moz-border-radius: 6px; }

.table thead {
  background-color: #C5E29F; }

.table thead tr th {
  border-bottom: none;
  font-weight: 500; }

/* Sorting */
.table thead i {
  margin-left: 5px; }

.table.clickable tbody tr {
  cursor: pointer; }

.table tbody tr:first-child td {
  border-top: none; }

.table tbody tr td {
  vertical-align: middle;
  /* height: 37px; */ }

.table tbody tr td:first-child {
  font-weight: 500; }

.table .dropdown-menu {
  left: auto;
  right: 0; }

.table .dropdown-menu li {
  width: 100%; }

.table .dropdown-menu li i {
  width: 18px;
  display: inline-block; }

/* Transparent Tables */
.table-striped tbody tr {
  background-color: rgba(238, 241, 243, 0.7); }

.table-striped tbody tr:hover td {
  background-color: #EDF2C3; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.7); }

.table .view {
  min-width: 93px; }

.table .view .dropdown-toggle:hover {
  background-color: #7dbe31;
  border-color: #7dbe31; }

.table .view .dropdown-menu > li > a:hover {
  background-color: #d0e8af; }

.table > thead > tr > th {
  font-weight: bold; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #EDF2C3; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #EDF2C3; }

.pagination {
  margin-top: 10px; }

.pagination li a {
  background: transparent;
  border: none;
  font-weight: 700;
  color: #283536;
  padding: 5px 7px; }

.pagination li a:hover {
  background: transparent;
  text-decoration: underline; }

.pagination li.selected a {
  color: #7dbe31; }

.pagination .increment a {
  background-color: #0e672f;
  color: #fff;
  padding: 5px 10px; }

.pagination .increment a:hover {
  background-color: #128642;
  text-decoration: none;
  color: #fff; }

.pagination .increment.disabled a {
  background-color: #9a9a9a;
  color: #fff; }

.pagination .increment.disabled a {
  text-decoration: none; }

.pagination .increment.previous a {
  margin-right: 10px; }

.pagination .increment.next a {
  margin-left: 10px; }

/* Patient Summary */
/* Summary Icons */
.board:nth-child(4) {
  /* 4th board should always clear left */
  clear: left; }

.board h2 {
  font-size: 20px;
  font-weight: 400; }

.board h2 a:hover {
  color: #7dbe31;
  text-decoration: none; }

.board h2 .resultcount {
  float: right;
  font-size: 12px;
  color: #106333;
  line-height: 2.4em; }

.board h2 i {
  color: #7dbf31;
  margin-right: 4px; }

/* Toggle Charts */
/* Use this instead of hide as doesn't carry the '!important'a attribute.
	Useful when calling jQuery show() on hidden elements */
.soft-hide {
  display: none; }

.clearfix {
  clear: both; }

/* MDT Detail*/
.participants-list {
  margin-left: 80px;
  padding-top: 10px; }

/* MDT */
.participants-column {
  overflow: scroll;
  height: 400px; }

.no-attendance {
  padding-left: 35px; }

.remove-person-button {
  background: #d9534f;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  margin: 10px 0;
  float: right;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px; }

.add-person-button {
  background: #5cb85c;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  margin: 10px 0;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  float: right; }

.participant-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px; }

.participant-label {
  padding-top: 5px; }

.notes-label {
  text-align: left;
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; } }

.validation-error {
  color: #a94442; }

textarea#prioritycarecomment {
  height: 100px;
  width: 102%; }

textarea#treatmentdecisioncomment {
  height: 100px;
  width: 109%; }

textarea#cprdecisioncomment {
  height: 100px;
  width: 109%; }

textarea#procedureNotes {
  height: 108px; }

#dateofdecision {
  width: 60%; }

.DetailsSubHeadingt {
  padding-top: 15px; }

.previousGroup {
  margin-left: 5%; }

.tabContent {
  border-left: 1px solid #DDDDDD;
  margin-top: -3%;
  height: 363px;
  background-color: white;
  width: 108.5%;
  margin-left: -7%; }

.appointmentTabContent .tabContent {
  height: 265px !important; }

.tabContetInner {
  padding-left: 5%;
  padding-top: 16px; }

.applyFloatRight {
  float: left; }

.scrollcontainer1 {
  height: 90%;
  width: 100%;
  overflow: hidden;
  position: relative; }

.scrollcontainer2 {
  height: 90%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto; }

.scrollcontainer2EmptyList {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto; }

.modal-open {
  overflow: auto; }

.appointmentTabs {
  width: 80% !important; }

.eolTabs {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-radius: 0 !important;
  margin-left: -10px; }

.eolTabsBottom {
  border-bottom: 1px solid #DDDDDD; }

.eolTabs .active {
  background-color: white; }

.eolForm {
  height: 430px;
  background-color: #F7F7F7; }

.eolForm .tabContent {
  height: 393px; }

.appointmentForm {
  background-color: #F7F7F7; }

.appointmentForm .form-Group {
  padding-top: 33px;
  width: 97%; }

.appointmentForm fieldset {
  background-color: #F7F7F7 !important;
  padding-bottom: 0px !important; }

.appointmentForm .form-group {
  padding-top: 15px; }

.appointmentForm .tabContent {
  height: 554px !important;
  margin-left: -78px;
  width: 715px !important; }

.appointmentForm .tabContent img {
  margin-left: 17px; }

.eolForm .btn:active,
.btn.active {
  box-shadow: none;
  background-color: white; }

.eolForm input,
.eolForm .input-group {
  width: 100% !important;
  padding-top: 5px; }

.eolForm .form-group {
  padding-top: 10px;
  width: 97%; }

.procedureForm input {
  padding-top: 8px; }

.procedureForm .input-group {
  width: 100% !important;
  padding-top: 8px; }

.procedureForm .form-group {
  padding-top: 10px;
  width: 97%;
  padding-left: 15px; }

.procedureRightModal {
  margin-left: -85px; }

.procedureRightModal .rowTwo {
  margin-left: -15px; }

.procedureForm .procedureRightModal .input-group {
  width: 140% !important; }

.procedureForm .procedureRightModal .proceduretimeform {
  padding-left: 55px; }

.procedureForm .procedureRightModal .proceduretimepicker {
  width: 350% !important; }

.procedureRightModal .proceduredateform input {
  width: 220px; }

.procedureMobileform label {
  float: none; }

.procedureMobileform .popupinputs {
  height: 30px; }

.procedureMobileform .terminologylabel {
  padding-left: 16px; }

.procedureMobileform {
  width: 98% !important; }

.procedureMobileform label {
  padding-top: 10px; }

#careserviceteam {
  width: 159%; }

.referralForm .input-group {
  width: 100% !important;
  padding-top: 8px; }

.referralForm .form-control {
  height: 30px; }

.appointmentLocationGroup {
  margin-left: -10px; }

.appointmentStatusGroup {
  margin-left: -25px; }

.appointmentStatusGroup .input-group .form-control {
  width: 150px !important; }

.appointmentTabContent {
  background-color: white;
  border-left: 1px solid #DDDDDD;
  width: 715px;
  margin-left: -78px;
  margin-top: -21px; }

.appointmentdateGroup {
  margin-left: -25px !important; }

.appointmentTabContent .outerRow {
  padding-left: 30px; }

.appointmentTabContent .btn-primary {
  margin-top: 33px;
  margin-left: -25px; }

.appointmentTabContentMobile .input-group {
  width: 100%; }

.referralDate {
  margin-left: -12px; }

.referralDate input {
  width: 108% !important; }

#reasonforreferral,
#clinicalsummary {
  height: 100px; }

.reasonforreferralGroup {
  padding-top: 22px; }

.referral-calendar-view {
  margin-right: 0px;
  padding-right: 15px; }

.referral-calendar-view label {
  padding-bottom: 35px; }

.referral-calendar-group {
  float: right;
  padding-right: 15px; }

.filterInput input {
  width: 100%;
  margin-bottom: 15px; }

.advancedSearchForm .input-group {
  padding-top: 5px;
  width: 100%; }

/* enable absolute positioning */
.inner-addon {
  position: relative; }

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

/* align icon */
.left-addon .fa {
  left: 0px; }

.right-addon .fa {
  right: 0px; }

/* add padding  */
.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

.fa-filter {
  color: #82BF36; }

.fa-ellipsis-h {
  color: black; }

.cancerMdtForm textarea {
  height: 80px !important; }

.cancerMdtForm .input-group {
  padding-top: 5px;
  width: 100%; }

.orderForm .input-group {
  width: 95%; }

.orderForm .date-form {
  margin-top: 5px; }

.cancerMdtForm .linkButton {
  line-height: 16px; }

.mdtLinkGroup {
  width: 100%;
  margin-left: 0px !important; }

.confirm-modal {
  margin-top: 15%; }

.confirm-modal .modal-footer {
  margin-left: -15px; }

.confirm-modal-row {
  margin-top: 35px; }

.modal-sm {
  width: 280px; }

.resultTable {
  width: 100%;
  border: 1px solid #bebcbd; }

.resultTable .fa-info-circle {
  color: #00753E;
  cursor: pointer; }

.resultTableOuterDiv {
  width: 95%;
  padding-bottom: 25px; }

.resultTableMainrow {
  border-top: 1px solid #bebcbd; }

.resultTableMainrow td:first-child {
  padding-left: 9px; }

.section-detail .btn-info {
  margin-left: 20px;
  margin-top: 20px; }

.section-detail .btn-primary {
  margin-right: 20px;
  margin-top: 20px; }

.section-detail .list-messages {
  max-height: 10em;
  overflow-y: auto; }
  .section-detail .list-messages li {
    white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word; }

.resultTable .firstHeading {
  padding-left: 10px; }

.orderForm {
  padding-right: 20px; }

.orderForm .input-group {
  width: 100%; }

.elipsis-span {
  float: right;
  margin-right: 10px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  color: black; }

div.transbox {
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #000000;
  margin-right: 5%; }

div.transbox .innerTransbox {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px; }

/* disable transbox padding on mobile to alins when stacked */
@media (min-width: 992px) {
  div.transbox .innerTransbox {
    padding-right: 20px;
    padding-left: 20px; } }

td.dateTime {
  width: 130px; }

.patients-list-context {
  margin-left: -15px; }

.orderForm table {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  height: 200px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #D8D8D8; }

.orderForm tbody {
  display: block; }

.orderForm tr {
  display: block;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 10px; }

tr.ng-scope.selectedItemLeft {
  background-color: #EDF2C3; }

#switchImg {
  float: left;
  margin-left: -28px;
  margin-top: 108px; }

#switchImg:hover {
  cursor: pointer; }

.orderCreateButton {
  padding-top: 10px; }

.btn-info.disabled,
.btn-info[disabled] {
  background-color: #C3C3C3;
  border-color: #C3C3C3; }

.btn-success.disabled,
.btn-success[disabled] {
  background-color: #C3C3C3;
  border-color: #C3C3C3; }

.ordersPageTwo li {
  padding-top: 10px; }

.ordersPageTwo .fa-times-circle {
  color: red;
  float: right;
  margin-right: 180px; }

.fa-times-circle:hover {
  cursor: pointer; }

.orderBackButton .btn {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 27px;
  line-height: 10px; }

.fa.fa-times:hover {
  cursor: pointer; }

[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.searchButton {
  margin-top: -58px;
  margin-left: 101%; }

.mainSearchButton {
  margin-top: -110px;
  margin-left: 101%; }

.report-chart-inner {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  background-color: #fff; }

.col-inline-label {
  width: auto;
  height: 30px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #a9a9a9; }

.required-label {
  width: auto;
  height: 30px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #a32d44; }

.patient-list-full-subheader {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px; }

.patient-list-full-subheader span.subheader {
  min-width: 300px;
  display: inline-block; }

.patient-details-tabs {
  text-align: right; }

.patient-details-tabs span {
  font-weight: bold;
  background-color: #EEEEEE;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 19px;
  padding-left: 20px;
  line-height: 3; }

.patient-details-tabs span:hover {
  cursor: pointer;
  background-color: #0E682F;
  color: white; }

span.selectedTab {
  background-color: #0E682F;
  color: white; }

.report-label {
  background-color: #6AB123; }

.patient-details-tabs span.countsTab {
  padding-right: 33px;
  padding-left: 32px; }

.patient-details-tabs span.patientInfoTab {
  padding-right: 18px;
  padding-left: 18px; }

.pagination {
  border: 1px solid #CCCCCC; }

.pagination > li > a,
.pagination > li > a:hover {
  background-color: #EDF6E3;
  color: #030303;
  text-decoration: underline;
  border: 1px solid #CCCCCC;
  font-weight: normal; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #EDF6E3;
  color: #030303;
  font-weight: bolder;
  text-decoration: none;
  border: 1px solid #CCCCCC; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > a {
  background-color: #EDF6E3;
  text-decoration: underline;
  color: #030303; }

.no-results {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.pagination > li:first-child > a,
.pagination > li:first-child > a .active,
.pagination > li:first-child > a .disabled,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > a .active,
.pagination > li:last-child > a .disabled,
.pagination > li:last-child > span {
  background-color: white;
  text-decoration: none;
  color: #030303; }

.reportTypeSet {
  background-color: #6AB123;
  margin-left: 84px;
  padding-left: 10px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-top: -6px;
  cursor: context-menu;
  border-radius: 2px; }

i.fa.cancel-reportType.fa-times {
  margin-left: 4px;
  margin-top: -2px; }

.dateCountTable thead tr th {
  width: 14.28%; }

.contactFormRow {
  margin-left: 15px; }

.contactForm .input-group {
  width: 100%;
  padding-top: 5px; }

.contactForm textarea,
.allergyForm textarea,
.diagnosisForm textarea {
  height: 100px; }

.contactForm .row {
  margin-right: 0px; }

.contactFormThirdRow {
  margin-left: -30px; }

#nextOfKin {
  height: 30px; }

.nonEditValue {
  height: 30px;
  line-height: 30px; }

.allergyForm .input-group {
  width: 100%;
  padding-top: 8px; }

.allergyForm .nonEditValue {
  padding-top: 8px; }

.allergyForm .row,
.medicationForm .row,
.diagnosisForm > .row,
.heightAndWeightForm .row {
  margin-right: 0px;
  margin-left: 0px; }

.row .topMedicationRow {
  margin-right: -20px;
  margin-left: -15px;
  padding-top: 5px; }

.medicationForm textArea {
  height: 102px; }

.diagnosisForm .input-group,
.medicationForm .input-group,
.heightAndWeightForm .input-group {
  width: 100%;
  padding-top: 8px; }

.diagnosisForm .linkButton {
  height: 30px; }

.diagnosisForm label.control-label.codeLabel {
  padding-top: 8px; }

.medicationForm label.control-label.codeLabel {
  padding-top: 13px; }

.diagnosisForm label.control-label.rightColumnLabel {
  padding-top: 7px; }

.patientSummary-spinner {
  margin-left: 30%;
  margin-top: 30%; }

.create-button {
  margin-top: 10px; }

div#age-chart div.morris-hover.morris-default-style {
  display: none !important; }

.hoverChart div#age-chart div.morris-hover.morris-default-style {
  display: block !important; }

.patients-list-context a:hover {
  color: black;
  text-decoration: underline; }

.dicom-image {
  margin: auto;
  display: block;
  max-height: 680px;
  min-height: 650px;
  max-width: 768px;
  height: auto;
  width: auto; }

.dicomImageMini {
  height: 50ch;
  width: 30ch; }

.thumb {
  padding-left: 0;
  padding-right: 0; }

.thumbnail {
  margin-bottom: 0; }

.dicomImageMetadata {
  margin-top: 5px; }

.patientFilterOptions:hover {
  text-decoration: overline;
  cursor: pointer !important; }

.rwd-table {
  min-width: 300px; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: .5em;
      padding-left: .5em; }
    .rwd-table td:last-child {
      border-bottom: 1px solid #999; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 8em;
      display: inline-block;
      padding-right: 10px; }
      @media (min-width: 480px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table td.dateTime {
    width: auto; }
  .rwd-table th, .rwd-table td {
    text-align: left; }
    @media (min-width: 480px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em; }
        .rwd-table th:last-child, .rwd-table td:last-child {
          border-bottom: 1px solid #ddd; } }

.clinicalNoteForm .col-md-12 div.input-group {
  width: 100%;
  padding-top: 8px; }

.clinicalNoteForm .col-md-6 {
  padding-top: 8px; }

.clinicalNoteForm textarea {
  height: 120px; }

.import-record {
  cursor: pointer; }

.wrap-patient-info {
  background: #0D672F;
  padding: 10px;
  /*margin-bottom: 15px;*/
}

.wrap-patient-info.show .patient-info {
  display: table
}

.patient-info {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: -5px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #fff
}

.patient-info .patient-info-group-1 {
  overflow: hidden;
  display: table-header-group
}

.patient-info .patient-info-group-2 {
  margin-left: 5px;
  display: table-footer-group
}

.patient-info .patient-info-group-2 .patient-info-item {
  white-space: nowrap
}

@media (min-width: 768px) {
  .wrap-patient-info {
    overflow: hidden
  }
  .patient-info-caption {
    display: none
  }
  .patient-info {
    display: block;
    padding-top: 0
  }
  .patient-info .patient-info-group-1 {
    display: block;
    overflow: hidden
  }
  .patient-info .patient-info-group-2 {
    display: block;
    float: right;
    margin-left: 5px
  }
  .patient-info .column-1 {
    float: left;
    margin-right: 34px
  }
  .patient-info .column-2 {
    float: right;
    padding-right: 3px;
    text-align: right
  }
}

/*.patient-info-item {*/
  /*margin-bottom: 10px;*/
  /*font-weight: 600*/
/*}*/

.patient-info-item .key {
  display: inline-block;
  font-size: 13px;
  font-weight: 400
}

.patient-info-item.significant {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400
}

.btn {
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top
}

/*.btn i {*/
  /*font-weight: 700*/
/*}*/

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #ffffff !important;
  background-color: #007a41 !important;
  border-color: #007a41 !important
}

.btn-success.active,
.btn-success:hover.active,
.btn-success:focus.active,
.btn-success:active.active {
  background-color: #007a41 !important;
  border-color: #007a41 !important
}

.is-not-touch-device .btn-success:hover,
.is-not-touch-device .btn-success:focus {
  background-color: #004726 !important;
  border-color: #004726 !important
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #333333 !important
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #ffffff !important;
  background-color: #DA534F !important;
  border-color: #DA534F !important
}

.btn-danger.active,
.btn-danger:hover.active,
.btn-danger:focus.active,
.btn-danger:active.active {
  background-color: #DA534F !important;
  border-color: #DA534F !important
}

.is-not-touch-device .btn-danger:hover,
.is-not-touch-device .btn-danger:focus {
  background-color: #cb2f2b !important;
  border-color: #cb2f2b !important
}

.height100 { height: 100%; }