body {
  background-color: #6568ab;
}

.version-label {
  margin-right: 15px;
}

.com-version-label {
  margin-right: 18px;
}

.menu-toggle {
  font-size: 2em;
}

#navbar.navbar-static-top {
  background: white;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.navbar-brand > img {
  display: inline-block;
}

a.navbar-brand {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 18.9pt;
  padding: 0;
}

@media (max-width: 635px) {
  body {
    background-color: #fff;
  }

  a.navbar-brand {
    font-size: 16pt;
  }

  .mob-col-none {
    display: none;
  }

  .mob-button-space {
    white-space: normal;
  }

  .menu-container .open .original[data-toggle="dropdown"] {
    background-color: transparent !important;
    color: white !important;
    font-weight: 400 !important;
  }

  .menu-container .open .dropdown-menu a:hover,
  .menu-container .open .dropdown-menu a {
    background-color: transparent !important;
    color: white !important;
  }

  .h2-mob-none {
    display: none;
  }
}

a.navbar-brand .logo-text {
  display: inline-block;
}

a.navbar-brand .logo-img {
  display: initial;
}

button.navbar-toggle {
  margin-top: 20px;
}

.navbar-header .icon-bar {
  width: 40px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 6px;
}

.nav.navbar-nav.navbar-right {
  text-align: right;
}

.nav.navbar-nav.navbar-right a {
  color: #111;
  text-decoration: underline;
  font-size: 14px;
}

.nav.navbar-nav.navbar-right a i {
  margin-right: 5px;
  font-size: 18px;
}

.nav .welcome-title {
  font-size: 20px;
  text-align: right;
  padding-bottom: 10px;
}

.nav .welcome-title b {
  font-size: 23px;
}

.logo-text {
  margin-left: 12px;
}

tr td,
tr th {
  vertical-align: middle !important;
  vert-align: middle;
  text-align: center;
}

.menu-container {
  background-color: #565a9f;
  border-radius: 0;
  margin-bottom: 0;
}

.modal {
  overflow-y: auto;
  z-index: 9999;
}

.modal-footer.well {
  margin-bottom: 0;
}

.menu-container li a {
  color: #fff;
  cursor: pointer;
}

.menu-container .modal-title {
  color: #dddddd;
}

.menu-container li a.info-button {
  padding-top: 10px;
  padding-bottom: 11px;
}

.menu-container li a:hover,
.menu-container li a.active,
.menu-container li.active a,
.menu-container li a:focus {
  background-color: white;
  color: black;
}

.menu-container .open .original {
  background-color: #7f79ce;
}

.menu-container .open .dropdown-menu a:hover,
.menu-container .open .dropdown-menu a {
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: black;
}

/* TimePicker directive styles */
.time-picker {
  height: inherit;
  margin-left: 0;
  margin-right: 0;
}

.time-picker .form-group {
  margin: 0;
  padding: 0;
}

.text-color-black {
  color: black;
}

.home-page section h3 {
  font-weight: bold;
}

.home-page section {
  background: white;
  margin-left: 0px;
  padding-top: 20px;
}

.home-page section a.btn {
  margin: 15px;
  font-size: 23px;
  font-weight: bold;
  width: 380px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3d9ec), color-stop(1, #d5c9e0));
  background: -moz-linear-gradient(center top, #e3d9ec 5%, #d5c9e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d9ec', endColorstr='#d5c9e0');
  background-color: #e3d9ec;
  border: 1px solid #a3a3a3;
}

/*
.home-page section a.btn {
  margin: 15px;
  font-size: 23px;
  font-weight: bold;
  width: 97%;
  text-align: left;
  background-color: white;
  border: 1px solid #a3a3a3;
} */

.home-page section a.btn img {
  margin-right: 20px;
}

.home-page section a.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d5c9e0), color-stop(1, #e3d9ec));
  background: -moz-linear-gradient(center top, #d5c9e0 5%, #e3d9ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5c9e0', endColorstr='#e3d9ec');
  background-color: #d5c9e0;
}

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.margin-top-30 {
  margin-top: 30px;
}

.m-15-px {
  margin: 15px;
}

.padding-zero {
  padding: 0;
}

.margin-zero {
  margin: 0 !important;
}

.width-180 {
  width: 180px;
}

.inline {
  display: inline;
}

.navbar-brand-container,
.survey-title {
  padding: 10px;
  display: block;
  min-height: 92px;
}

.survey-title {
  color: white;
}

.navbar-brand-container .brand-input,
.survey-title .brand-input {
  color: rgb(77, 76, 76);
  font-size: 24.9pt;
  vertical-align: middle;
  border: 1px gray solid;
  box-shadow: none;
  border-radius: 0;
  line-height: 20px;
}

.navbar-brand-container .edit-btn,
.survey-title .edit-btn {
  display: none;
}

.navbar-brand-container file-upload,
.survey-title file-upload {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand-container:hover .edit-btn,
.survey-title:hover .edit-btn {
  display: inline-block;
}

.survey-title a.navbar-brand {
  float: inherit;
  color: white;
  text-shadow: none;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-right: 0px;
  line-height: 1.5;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .survey-title a.navbar-brand {
    margin-left: 55px;
  }
}

.button-title-edit {
  margin-top: 10px;
}

.logo-width-input {
  height: 30px;
  width: 45px;
  line-height: 20px;
}

.header-element {
  height: 72px;
  display: inline-block;
  vertical-align: middle;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 81px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
  filter: alpha(opacity=80);
}

#pageLoadSpinner.modal {
  height: 300px;
  left: 0%;
  margin: auto;
  text-align: center;
  top: 10%;
  width: 300px;
  overflow-y: hidden;
}

#pageLoadSpinner .modal-dialog {
  width: 280px;
  margin-top: 20%;
}

.link-icon {
  vertical-align: -11px;
  margin-right: 10px;
}

.small-link-icon {
  vertical-align: -6px;
  margin-right: 10px;
}
.small-link-icon.collapse-expand {
  vertical-align: middle;
  margin-right: 8px;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.w-80 {
  width: 80px;
}

.dropdown-link {
  text-decoration: none !important;
}

.validation-error {
  font-size: 23px;
  margin-top: 25px;
}

.label.msg {
  font-size: 23px;
  vertical-align: 13px;
}

.btn-text-center {
  text-align: center !important;
}

.input-with-button {
  text-align: left;
}

.input-with-button input,
.input-with-button select {
  display: inline-block;
  width: 225px;
}

.input-with-button input.big,
.input-with-button select.big {
  width: 400px;
}

.margin-top10 {
  margin-top: 10px;
}

.padding-right0 {
  padding-right: 0px;
}

.note-div {
  margin-left: 7%;
}

.ldap-settings-div {
  padding-left: 25px;
  padding-right: 30px;
}

.ldap-settings-checkbox {
  margin-left: 17.5%;
}

.padding-left0 {
  padding-left: 0px;
}

.margin-top30 {
  margin-top: 30px;
}

.medicalHistory section {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  font-family: "Open Sans", "trebuchet ms", arial, sans-serif;
  min-height: 600px;
}

.preferences section {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Open Sans", "trebuchet ms", arial, sans-serif;
  min-height: 600px;
}

.msg-emtpy-table {
  font-size: 15px;
}

.left-menu-link {
  font-size: 17px;
}

@media (min-width: 768px) {
  .container.admin {
    width: 100%;
  }
  .container.admin .admin-sub-menu {
    margin: 0;
    padding: 0;
    padding-left: 5px;
  }
  .container.admin .admin-content {
    margin: 0;
    padding: 0;
    padding-right: 15px;
  }
  .container.admin .admin-sub-menu .left-menu-link {
    font-size: 14px;
  }
  .nav-left-collapse {
    display: block !important;
  }
  .admin.center-block .admin.col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .container.admin .admin-sub-menu .left-menu-link {
    font-size: 17px;
  }
}

.left-menu-link .left-menu-sublinks {
  list-style-type: none;
  padding-left: 50px;
}

.left-menu-link .left-menu-sublinks li {
  color: #ffffff;
  font-size: 16px;
  margin-top: 5px;
}

.text-justify {
  text-align: justify;
}

.form-control[readonly] {
  background-color: #ffffff;
  cursor: pointer;
}

.age-selector-wrapper .popover {
  max-width: none;
}

.age-selector-wrapper.numpad-popover {
  width: 390px;
}

question .popover {
  max-width: none;
}

.configuration-page section {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 35px;
  font-family: "Open Sans", "trebuchet ms", arial, sans-serif;
  min-height: 500px;
}

.configuration-page section h2 {
  line-height: 45px;
}

.configuration-page .widget-box {
  box-shadow: none;
  margin: 3px 0;
  padding: 0;
}

.configuration-page .widget-header {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-box-sizing: content-box;
  background: linear-gradient(to bottom, #ffffff 0px, #eeeeee 100%) repeat-x scroll 0 0 #f7f7f7;
  border-color: #cccccc #cccccc #dddddd;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  /*color: #669FC7;*/
  min-height: 38px;
  padding-left: 12px;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.configuration-page .widget-box h1,
h2,
h3,
h4,
.center {
  text-align: center;
}

.configuration-page .widget-box .alert {
  font-size: 20px;
}

.configuration-page .widget-header h4 {
  font-size: 26px;
}

.configuration-page .widget-box .error-details {
  font-size: 14px;
}

.configuration-page .widget-box .checkbox span {
  font-size: 1.2em;
  margin-right: 10px;
}

.configuration-page .widget-body {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: -moz-use-text-color #cccccc #cccccc;
  border-image: none;
  border-right: 1px solid #cccccc;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
}

.configuration-page .widget-main {
  padding: 12px;
}

.configuration-page .wizard-actions {
  text-align: right;
  margin-top: 12px;
}

.configuration-page .widget-body form {
  padding-top: 20px;
}

.configuration-page .menu-container li a {
  font-size: 22px;
  line-height: 27px;
}

/*********shortcut related************************/

.shortcut.modal {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-weight: bold;
  background: #222 none repeat scroll 0;
  padding: 20px;
  height: 90%;
  top: 5%;
  overflow-y: auto;
}

.shortcut > .modal-header {
  padding: 0px;
  border: none;
}

.shortcut > .modal-header > .close {
  color: white;
  opacity: 0.8;
  text-shadow: none;
  position: absolute;
  right: 20px;
}

.shortcut h3:first-of-type {
  margin-top: 5px;
}

.shortcut.modal li {
  text-align: left;
}

.shortcut.modal-backdrop {
  background-color: black;
  opacity: 0.3;
}

.shortcut hr {
  margin: 0px;
  margin-top: 5px;
  border-bottom: none;
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.shortcut table.table {
  margin-bottom: 0;
}

.shortcut table.table tbody tr td:first-child {
  white-space: nowrap;
}

.admin.center-block .shortcut table.table tbody tr td {
  word-break: normal;
}

/*********************************/

/*Borderless table*/
table.table-borderless td {
  border: none !important;
}

tr.pull-top td {
  vert-align: top !important;
  vertical-align: top !important;
}

#review-screen h3 {
  font-size: 16px;
  text-align: left;
}

#review-screen div.form-control.text-left {
  height: auto;
}

.configuration-page form.form-horizontal label {
  font-weight: 400;
}

.configuration-page form.form-horizontal legend,
.user-details legend,
.user-roles legend {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-50 {
  margin-top: 50px;
}

.home-page section {
  min-height: 600px;
}

.second-home-page ul {
  list-style-type: square;
  color: #c37799;
  margin-left: -38px;
}

.second-home-page .home-label {
  width: 150px;
  display: inline-block;
  font-weight: bold;
  color: #8d9c5d;
  margin-bottom: 3px;
}

.cke_editable_inline.cke_focus {
  border: 2px dashed #a3a3a3;
}

.modal-dialog.error .modal-header {
  background-color: #ff0000;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-dialog .success .modal-header {
  background-color: #379237;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-dialog .default-modal .modal-header {
  background: linear-gradient(to bottom, #8e8e8e 0%, #474747 40%, #000000 79%);
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-dialog .default-modal button.btn-submit{
  background-color: #6864a4;
  color: white;
}

.m-0 {
  margin: 0;
}

.modal-dialog.error .modal-header {
  background-color: #ff0000;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header.error {
  background-color: #ff0000;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-dialog.error .modal-body p,
.modal-dialog.error .modal-body h4 {
  word-wrap: break-word;
}

.margin-top-10 {
  margin-top: 10px;
}

.word-break-all {
  word-break: break-all;
}

.text-center {
  text-align: center;
}

.admin.center-block.container table tbody td {
  word-break: break-all;
}

.admin.center-block.container table#portalAuditEntryTable tbody td {
  word-break: break-all;
}
.admin.center-block.container table#portalAuditEntryTable tbody td.break-word {
  word-break: break-all;
  min-width: 100px;
}

/* IE 9 file upload fix */
.js-fileapi-wrapper {
  overflow: inherit !important;
  position: static !important;
}

.test-status-box {
  margin-top: 50px;
}

.configuration-page .test-status .description {
  font-size: 18px;
}

.configuration-page .test-status .row-number {
  float: left;
  margin-left: 40px;
  font-size: 18px;
  margin-right: 10px;
}

.configuration-page .test-status .error-message {
  margin-left: 65px;
}

.configuration-page .pin-input {
  width: 200px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.configuration-page .test-status .label {
  width: 90px;
  float: left;
  display: block;
  margin-right: 20px;
  font-size: 14px;
  margin-top: 3px;
}

.mr-1 {
  margin-right: 1em;
}

.question-prompt {
  display: inline-block;
  font-size: 100%;
  line-height: normal;
  text-align: justify;
  white-space: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.modal-dialog.confirmation button.close {
  color: #ffffff;
  opacity: 0.9;
}

.form-horizontal .control-label.align-center {
  text-align: center;
}

.form-horizontal .control-label.align-left {
  text-align: left;
}

.form-horizontal .control-label.not-bold {
  font-weight: 300;
}

@media (max-width: 425px) {
  .unreadLettersBtn.btn.btn-default.btn-lg {
    text-align: center;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    white-space: normal;
  }
}

@media (max-width: 740px) {
  .unreadLettersBtnsContainer.col-xs-offset-2 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.headerMessage.col-xs-offset-1 {
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  float: none;
}

.glyph-default {
  height: 47px;
}

@media (max-width: 1100px) {
  .documentsCheckbox {
    margin-left: auto;
    margin-right: auto;
  }
}

/* BS DROPDOWN SUBMENU*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-submenu a {
  text-decoration: none !important;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.form-horizontal .techpad-icon-container {
  padding: 0;
}

.techpad-icon {
  height: 100%;
  font-size: 32px;
}

.techpad-icon:before {
  display: block;
  width: 32px;
  text-align: center;
}

.techpad-icon.ion-Scar:before {
  content: " ";
  width: 30px;
  height: 30px;
  background-image: url("../images/scar-icon.png");
}

.techpad-icon.ion-ReductionScar:before {
  content: " ";
  width: 30px;
  height: 30px;
  background-image: url("../images/reduction-scar-icon.png");
}

.techpad-icon.ion-CircularScar:before {
  content: " ";
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url("../images/circular-scar-icon.png");
}

.techpad-icon.ion-Pain:before {
  content: " ";
  width: 30px;
  height: 30px;
  background-image: url("../images/pain-icon.png");
}

.techpad-icon.ion-Star:before {
  content: " ";
  width: 30px;
  height: 30px;
  background-image: url("../images/star-icon.png");
}

.techpad-icon.ion-Label:before {
  content: " ";
  width: 30px;
  height: 30px;
  background-image: url("../images/font-solid.png");
  background-size: 100% 100%;
}

.techpad-icon.ion-Mastectomy:before {
  content: "M";
  font-family: Arial, Helvetica, sans-serif;
  line-height: 32px;
}

.techpad-icon.ion-Mole:before {
  content: " ";
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid black;
  background: black;
}

.techpad-icon.ion-Lump:before {
  content: " ";
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid black;
}

.techpad-icon.ion-Square:before {
  content: " ";
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid black;
}

table[datatables] td,
table[datatables] th {
  text-align: left;
  padding-left: 10px !important;
}

.cursor-pointer {
  cursor: pointer;
}

table.table thead .sorting_desc:after,
table.table thead .sorting_asc:after,
table.table thead .sorting:after {
  margin-left: 5px;
}

.patient-select {
  width: 250px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.select2-container .select2-choice abbr {
  top: 6px;
}

td.dynamic-html a.exception-link {
  cursor: pointer;
  text-decoration: underline;
}

.storage-history {
  white-space: pre-wrap;
  clear: both;
  margin: 0 30px;
}

.storage-history.row:before {
  content: none;
}

.storage-history > div {
  background: #fff;
  color: #000;
  padding: 15px;
  font-size: 16px;
}

del {
  text-decoration: none;
  color: #b30000;
  background: #fadad7;
}

ins {
  background: #eaf2c2;
  color: #406619;
  text-decoration: none;
}

a[disabled] {
  pointer-events: none;
  opacity: 0.7;
}

.progress {
  width: 100%;
  background: lightgray;
  padding: 2px;
  height: 30px;
  text-align: center;
  position: relative;
  margin: 0;
}

.progress > span {
  background: gray;
  height: 26px;
  display: block;
  border-radius: 4px;
  color: #fff;
  line-height: 26px;
  white-space: nowrap;
}

.documents table tr.document-hidden td {
  background: #f6f6f6;
}

[role="button"],
[role="tab"] {
  cursor: pointer;
}

.padding-top-15 {
  padding-top: 15px;
}

.progress > span {
  background: gray;
  height: 26px;
  display: block;
  border-radius: 4px;
  color: #fff;
  line-height: 26px;
  white-space: nowrap;
}

.verification-label {
  padding-top: 0;
}

.verification-label a {
  font-size: 32px;
  color: red;
}

.verification-label a span {
  padding-bottom: 0;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.version.alert-danger {
  margin-right: 4px;
  font-weight: 600;
  background-color: #fcff42;
  border-color: #f5f22a;
  color: #a94442;
}

.search-label {
  padding-top: 5px;
  padding-right: 0;
  text-align: right;
}

.documents-page-warning {
  color: red;
  margin-bottom: 15px;
  display: inline-block;
}

.modal-footer .well {
  margin-bottom: 0;
}

.well > .table {
  margin: 0;
}

a.select-dropdown {
  display: block;
  cursor: pointer;
  color: #555;
}

a.select-dropdown:hover {
  text-decoration: none;
}

a.form-control.select-dropdown {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 39px;
  text-align: left;
}

ul.select-dropdown.dropdown-menu {
  width: 300px;
  text-align: left;
}

ul.select-dropdown.dropdown-menu li a {
  white-space: normal;
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 18px;
  color: #555;
}

.select-dropdown-header-title {
  display: block;
  text-align: left;
  margin-left: 115px;
}

.form-control.select-dropdown {
  background: url(../images/select-arrow.png) no-repeat right, white;
  background-size: contain;
  line-height: 27px;
  padding-right: 31px;
  height: 40px;
  font-size: 23px;
  color: #555;
  margin-top: 3px;
}

a.select-dropdown .caret {
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu-left .dropdown-submenu > .dropdown-menu {
  left: auto;
  right: 100%;
  border-radius: 6px 1px 6px 6px;
}

ul.nav.nav-tabs {
  display: flex;
  cursor: pointer;
}

ul.nav.nav-tabs li a {
  height: 100%;
  text-align: center;
}

.checkbox input {
  cursor: pointer;
}

.cover-iframe {
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  border: none;
  left: 0;
  top: 0;
  z-index: -1;
}

/*place icon to the input*/
.inner-addon {
  position: relative;
}

.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 30px;
}

.inner-addon.right-addon .glyphicon-eye-open {
  right: 45px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

.survey-patient-search .toggle-btn {
  height: 45px;
  width: 45px;
  margin-top: 1px;
  font-size: 23px;
  line-height: 23px;
}

.survey-patient-search .search-btn {
  height: 48px;
  margin-top: 0px;
  font-size: 23px;
  line-height: 23px;
  min-width: 100px;
}

.survey-patient-search .patient-row.patient-header {
    margin-bottom: 10px;
}

.survey-patient-search .patient-row {
  margin: 20px 0;
  cursor: pointer;
  font-size: 1.8em;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.survey-patient-search .patient-row .patient-col {
  text-align: left;
  flex: 1;
}

.survey-patient-search .patient-row .patient-col:nth-child(2) {
  flex: 2;
}

.survey-patient-search .study-row {
  margin: 20px 0;
  font-size: 1.8em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.survey-patient-search .back-btn {
  color: #fff;
  cursor: pointer;
}

.survey-back-button-container {
  z-index: 1040 !important;
}

.survey-back-button-header {
  background: #646099;
  border: solid #514d82;
  border-width: 1px 1px 1px 0;
  border-radius: 0 5px 5px 0;
  height: 58px;
  line-height: 48px;
  position: relative;
  text-decoration: none;
  box-shadow: inset 5px 0px 16px 0px rgba(50, 50, 50, 0.28);
  outline: none;
  min-width: 150px;
  margin: -16px 0 0 5%;
  padding: 0px;
}

.survey-back-button-header:before {
  background: #646099;
  border: solid #514d82;
  border-width: 0 0 1px 1px;
  border-radius: 2px 0 2px 2px;
  content: "";
  display: block;
  height: 42px;
  left: -21px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 42px;
  box-shadow: inset 5px 0px 16px 0px rgba(50, 50, 50, 0.28);
}

.col-btn-header {
  position: absolute;
  top: 7px;
  z-index: 1055;
  left: 0;
}

.col-offset-survey {
  margin: 0 8.333333%;
  width: 81.333333%;
  flex: 0 0 81.33333%;
  max-width: 81.33333%;
}

.col-survey-study {
  flex: 1;
}

.col-survey-study:nth-child(2) {
  flex: 2;
}

.col-respondent:nth-child(2) {
  flex: 1;
}

.col-respondent:nth-child(3) {
  flex: 2;
}

@media (max-width: 1024px) {
  .question-container .start-survey-btn {
    margin-right: 0;
  }
}

@media (height: 1024px) and (width: 768px) and (orientation: portrait) {
  .col-offset-survey {
    width: 75.333333%;
    flex: 0 0 75.33333%;
    max-width: 75.33333%;
  }

  .question-container .start-survey-btn {
    margin-right: 30px;
  }
}

a.navbar-brand > img {
  display: initial;
}

.form-control.invalid {
  border-color: red;
}

.survey-logged-user {
  font-size: 24px;
  font-family: Ubuntu, sans-serif;
  padding-top: 20px;
  position: absolute;
  top: 0;
  right: 50px;
  color: white;
}

.survey-logged-user i,
.survey-logged-user .caret {
  color: white;
}

.survey-logged-user button,
.survey-logged-user button:hover,
.survey-logged-user button:active,
.survey-logged-user button:focus {
  background-color: #6864a4;
  border: 1px solid #433f77;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  width: 80px;
  height: 35px;
  float: right;
  display: block;
  margin-top: 5px;
}

.login-modal {
  -webkit-box-shadow: 0px 0px 4px 6px rgba(102, 102, 102, 0.6), inset 5px 20px 70px 0px rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0px 0px 4px 6px rgba(102, 102, 102, 0.6), inset 5px 20px 70px 0px rgba(102, 102, 102, 0.25);
  box-shadow: 0px 0px 4px 6px rgba(102, 102, 102, 0.6), inset 5px 20px 70px 0px rgba(102, 102, 102, 0.25);
}

.modal.fade .modal-dialog.login-modal {
  position: absolute;
}

.modal.fade .modal-dialog.login-modal .modal-content {
  border-radius: 0.8rem;
}

.login-modal .modal-header {
  background: #8e8e8e;
  background: -moz-linear-gradient(top, #8e8e8e 0%, #474747 40%, #000000 79%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #8e8e8e),
    color-stop(40%, #474747),
    color-stop(79%, #000000)
  );
  background: -webkit-linear-gradient(top, #8e8e8e 0%, #474747 40%, #000000 79%);
  background: -o-linear-gradient(top, #8e8e8e 0%, #474747 40%, #000000 79%);
  background: -ms-linear-gradient(top, #8e8e8e 0%, #474747 40%, #000000 79%);
  background: linear-gradient(to bottom, #8e8e8e 0%, #474747 40%, #000000 79%);
  color: white;
  border: none;
  margin: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.login-modal .modal-body {
  background: url(../images/bg.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-color: #a19de8;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.login-modal button.close {
  color: white;
  opacity: 0.8;
  position: absolute;
  right: 25px;
}

.login-modal #inner {
  width: 100%;
  border-radius: 7px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 4px 6px rgba(50, 50, 50, 0.54), inset 5px 20px 70px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 4px 6px rgba(50, 50, 50, 0.54), inset 5px 20px 70px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 4px 6px rgba(50, 50, 50, 0.54), inset 5px 20px 70px 0px rgba(50, 50, 50, 0.25);
  text-align: left;
}

#inner .inner-container {
  padding: 0px 10px 0 10px;
}

#inner .inner-container .form-group {
  height: 52px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

#inner .inner-container .form-group.with-high-input {
  margin-bottom: 40px;
}

#inner .inner-container .form-group.with-high-input .login-label {
  display: inline-block;
  float: left;
  font-size: 22px;
  font-weight: bold;
  width: 29%;
  padding-top: 10px;
}

#inner .inner-container .form-group.with-high-input .simple-label {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  /*padding-top: 10px;*/
  height: 48px;
  line-height: 44px;
  margin: 0;
}

#inner .inner-container .form-group.with-high-input .login-label.username {
  padding-top: 0px;
  margin-top: -5px;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper {
  width: 70%;
  display: inline-block;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper i {
  color: #6864a4;
  font-size: 30px;
  margin-right: -13%;
  position: relative;
  top: 10px;
  width: 10%;
  z-index: 2;
  float: left;
  padding-top: 2px;
  text-align: center;
  left: 6px;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper #UserName, 
#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper #mrn {
  background-image: url(&quot;data:image/png;base64,
    iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=&quot;);
  cursor: auto;
  border: 2px solid #7874b7;
  border-radius: 4px;
  color: #000000;
  display: inline;
  font-size: 24px;
  height: 55px;
  opacity: 0.9;
  outline: medium none;
  padding: 0 0 0 50px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper #Password {
  background-image: url(&quot;data:image/png;base64,
    iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=&quot;);
  cursor: auto;
  border: 2px solid #7874b7;
  border-radius: 4px;
  color: #000000;
  display: inline;
  font-size: 24px;
  height: 55px;
  opacity: 0.9;
  outline: medium none;
  padding: 0 0 0 50px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  padding-right: 46px;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper .password-wrap {
  position: relative;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper .show-password {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 2%;
  cursor: pointer;
}

.select-last-name .text-muted {
  color: #777 !important;
}
.select-last-name .ui-select-toggle,
.select-last-name .ui-select-refreshing,
.select-last-name .ui-select-search {
  border: 2px solid #7874b7;
  border-radius: 4px;
  /*display: inline;*/
  height: 48px;
  line-height: 32px;
  font-size: 20px;
  z-index: 1;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: inset 0px 4px 10px 0px rgba(50, 50, 50, 0.25);
}

#inner .inner-container .form-group #loginBtn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #6864a4;
  border: 1px solid #433f77;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  padding: 0;
  width: 169px;
  height: 57px;
}

#inner .inner-container .form-group .errorLabel .field-validation-valid {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  color: #ff0000;
}

.pdf-editor {
  background: #eee;
  min-height: 600px;
  padding: 10px;
}

.alert-tpl {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ff0000;
  color: white;
}

.success-tpl {
  background: #379237;
  color: white;
}
.change-pwd-show-icon {
  position: absolute;
  font-size: 24px;
  right: 25px;
  top: 5px;
  z-index: 2;
}

.close-btn {
  padding-right: 15px !important;
  color: white;
  opacity: 1;
}

.pdf-viewer-header {
  color: white;
  padding: 0px;
}

.tbl-viewver {
  width: 100% !important;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 15%;
  left: 30%;
  width: 100%;
  margin-left: -50%;
  text-align: center;
  font-size: 1.1em;
  background-color: white;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

div.dataTables_paginate li.next a:after {
  content: "";
}

.ui-state-default {
  text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  border-radius: 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #007fff;
  border-radius: 4px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: yellow;
  border-radius: 4px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

.card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  background: #4088dd;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  box-shadow: none;
}

.card-img-top {
  display: block;
  width: 100%;
  height: auto;
}

.card-title {
  font-size: 1.28571429em;
  font-weight: 500;
  line-height: 1.2857em;
  margin-top: -10px;
  text-align: left;
  color: white;
}

.card-text {
  clear: both;
  margin-top: 0.5em;
  color: white;
  font-weight: 700;
  font-size: 17px;
}

.card-footer {
  font-size: 1em;
  position: static;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  background: #fff;
}

.card-inverse .btn {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.profile {
  position: absolute;
  top: -12px;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}

.profile-avatar {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.profile-inline {
  position: relative;
  top: 0;
  display: inline-block;
}

.profile-inline ~ .card-title {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}

.text-bold {
  font-weight: 700;
}

.meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.meta a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

.meta a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.box > .icon {
  text-align: center;
  position: relative;
}

.box > .icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #63b76c;
  vertical-align: middle;
}

.box > .icon:hover > .image {
  background: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(360deg) scale(1.5);
  -moz-transform: rotate(360deg) scale(1.5);
  -o-transform: rotate(360deg) scale(1.5);
  -ms-transform: rotate(360deg) scale(1.5);
  transform: rotate(360deg) scale(1.5);
}

.box > .icon > .image > i {
  font-size: 36px !important;
  color: #fff !important;
}

.box > .icon:hover > .image > i {
  color: white !important;
}

.box > .icon > .info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
}

.box > .icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}

.box > .icon > .info > h3.title {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.box > .icon > .info > p {
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  margin: 20px;
}

.box > .icon:hover > .info > h3.title,
.box > .icon:hover > .info > p,
.box > .icon:hover > .info > .more > a {
  color: #222;
}

.box > .icon > .info > .more a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63b76c;
}

.box .space {
  height: 30px;
}

.text-align-right {
  text-align: right;
}

.th-right {
  text-align: right;
  margin-left: 10px;
}

.tr-left {
  text-align: left;
}

.tr-group {
  margin-left: 30px;
}

.pdf-save-button {
  margin-right: 10px;
}
.pdf-editor-dialog .btn.pull-right {
  margin-left: 10px;
}
.pdf-editor-modal .modal-dialog {
  min-width: 1000px;
}

.td-medical-history {
  border: 1px solid;
  white-space: nowrap;
  display: flex !important;
  justify-content: center;
}

.user-header-label {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: normal;
}

.log-out-header {
  vertical-align: top;
}

.p-15 {
  padding: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.fw-500 {
  font-weight: 500;
}

.tabs-margin {
  margin-top: 2px;
  margin-bottom: -1px;
}

.border-lr-none {
  border-left: none !important;
  border-right: none !important;
}

.lite-style table.dataTable.no-footer.table-bordered {
  border-bottom: 1px solid #ddd;
  width: 100% !important;
}
.lite-style .table-bordered > thead > tr > th {
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #03135c;
  padding-left: 15px;
}
.lite-style .table-bordered:not(.table-stripped) > tbody td {
  border-bottom: 1px solid #eeeeee;
}
.lite-style .table-bordered thead {
  background: #f5f5f5;
}
.lite-style .table-bordered thead tr {
  height: 40px;
}
.lite-style .table-bordered:not(.with-borders) tbody > tr > td {
  border-left: none !important;
  border-right: none !important;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.5em;
  border-radius: 4px;
}
.lite-style .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
}
.lite-style .dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: center;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next):not(.current) {
  border-color: transparent;
  background: initial;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next):not(.current):hover {
  color: #6568ab !important;
  border: 1px solid #6568ab;
  border-radius: 50%;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  border-color: transparent;
  background: #fff;
  color: #6568ab !important;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled):hover i,
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled):hover i {
  font-weight: 600;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 50%;
  border-color: #6568ab;
  background: #6568ab;
  color: #fff !important;
}
.lite-style .dataTables_wrapper .dataTables_paginate .paginate_button i {
  font-size: 20px;
}
.lite-style .dataTables_wrapper .dataTables_filter .datatables_search input {
  border-width: 1px;
  margin-right: 2px;
}
.lite-style .dataTables_wrapper .date-column {
  min-width: 8rem;
  width: 8rem;
}
.lite-style .dataTables_wrapper .full-date-column {
  width: 170px;
}
.lite-style .dataTables_wrapper .column-70px {
  width: 70px;
}

.name-column{
  min-width: 8rem;
}

.bg-thead {
  background: #f5f5f5;
}

.tr-hover {
  background-color: white !important;
}

.tr-hover:hover {
  background: #e5e7ee !important;
}

.table-shadow {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.height-40 {
  height: 40px;
}

.table > tbody > tr > td {
  padding: 4px 12px !important;
}

.border-radius-none {
  border-radius: 0 !important;
}

.title-size {
  font-size: 21px !important;
}
.title-size.no-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

table[datatables] td.text-right,
table[datatables] th.text-right {
  text-align: right;
}
.no-border-bottom {
}

span.label-default {
  background-color: #565a9f !important;
}

.nav-tabs > li.active > a {
  border-bottom: 2px solid #565a9f;
  border-bottom-color: #565a9f;
}

.nav-tabs > li.active > a {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #565a9f;
  border-bottom-color: #565a9f;
}

.nav-tabs > li.active > a:hover {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #565a9f;
  border-bottom-color: #565a9f;
}

.nav-tabs > li.active > a:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #565a9f;
  border-bottom-color: #565a9f;
}

.width-180 {
  width: 180px;
}


.border-none {
  border: none !important;
}

.table > tbody > tr:not(.with-borders) > td {
  border: none;
}

.menu-container .open .original[data-toggle="dropdown"] {
  background-color: white;
  color: black;
}
.menu-container li:not(.open) .original[data-toggle="dropdown"]:focus {
  background-color: inherit;
  color: #fff;
}

.not-bold {
  font-weight: 100;
}
.ml-30 {
  margin-left: 30px;
}
.info-row {
  display: flex;
  align-items: center;
  min-height: 45px;
}
.license-table > tbody > tr > td > input[type="checkbox"] {
  margin: 0;
  width: 40px;
}
.license-table > tbody > tr > td.w-150 {
  width: 150px;
}
.absolute {
  position: absolute;
}
.absolute.absolute-top {
  top: 0;
}
.absolute.absolute-right {
  right: 0;
}
.d-flex {
  display: flex;
}
.d-contents {
  display: contents !important;
}
.d-flex.flex-vertical-center {
  align-items: center;
}
.mb-20 {
  margin-bottom: 20px;
}
.filter-dropdown {
  min-width: 25%;
  height: 36px;
}
.filter-dropdown .select2.select2-container {
  height: 100%;
}
.filter-dropdown .select2.select2-container .select2-selection {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-dropdown .select2.select2-container .select2-selection .select2-selection__arrow {
  position: relative;
}
.filter-dropdown .select2.select2-container .select2-selection .select2-selection__rendered {
  width: 100%;
  padding-right: 5px;
}

table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
  top: 10px;
}

.date-icon-position {
  position: absolute;
  bottom: 10px;
  right: 1px;
  width: 24px;
  color: grey;
}

.card-filter {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.d-align-center {
  display: flex;
  align-items: center;
}

.mr-10 {
  margin-right: 10px;
}

.d-flex {
  display: flex;
}

.fd-column {
  flex-direction: column;
}

.fd-row {
  flex-direction: row;
}

.align-items-center {
  align-items: center;
}

.ml-5px {
  margin-left: 5px;
}

.mb-0 {
  margin-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.admin.center-block.container table#allHistorySurveysTable tbody td,
.admin.center-block.container table#assignedSurveysTable tbody td,
.admin.center-block.container table#inProgressHistorySurveysTable tbody td,
.admin.center-block.container table#surveysTable tbody td {
  word-break: break-word;
}

.hp-date-column {
  width: 145px;
}
.hp-patient-name-column {
  width: 150px;
}
.hp-action {
  width: 50px;
}
.hp-status {
  width: 80px;
}
.hp-location {
  min-width: 120px;
}
.filter-label-inner {
  display: none;
  align-self: center;
}
.min-width-75{
  min-width: 75px;
}
.min-width-125{
  min-width: 125px;
}

.d-mob {
  display: none !important;
}

.d-desktop {
  display: block !important;
}

@media (min-width: 1400px) {
  .container.admin {
    max-width: 1400px;
  }
  .container.admin .col-sm-3.admin-sub-menu {
    width: 16.66666667%;
  }
  .container.admin .col-sm-9.admin.admin-content {
    width: 83.33333333%;
  }
}

@media (max-width: 1200px) {
  .admin.admin-content .card-filter .card-body {
    flex-direction: column;
  }
  .admin.admin-content .card-filter .card-body > div {
    width: 100%;
    margin: 5px 0;
  }
  .admin.admin-content .card-filter .card-body .filter-label {
    min-width: 150px;
    text-align: right;
  }
  .admin.admin-content .card-filter .card-body > div .date-filter-input-wrapper {
    max-width: 120px;
  }
  .admin.admin-content .card-filter .card-body > div .location-input-wrapper {
    max-width: 200px;
  }
  .admin.admin-content .card-filter .card-body > div .status-input-wrapper {
    max-width: 200px;
  }

  .filter-label {
    display: none;
  }
  .filter-label-inner {
    display: block;
  }
}
@media (max-width: 768px) {
  #navbar {
    padding-right: 50px;
  }

  .admin.center-block.container .row:first-child {
    width: fit-content;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .admin.center-block.container > .row:first-child button.navbar-toggle {
    margin: 0;
  }
  .admin.center-block.container > .row:nth-child(2) {
    margin-top: 15px;
  }
  .edit-btn,
  .edit-btn:focus,
  .edit-btn:hover,
  .navbar-brand-container:hover .edit-btn {
    display: none;
  }
  #main-menu.navbar.menu-container.navbar-collapse {
    border: none;
    padding: 0px;
    margin: 0px;
  }
  #main-menu.navbar.menu-container.navbar-collapse .container {
    padding: 0;
  }
  #main-menu.navbar.menu-container.navbar-collapse .container .nav.navbar-nav.tabs-margin {
    margin: 0;
  }
  .admin-sub-menu {
    padding-right: 0;
  }
  .admin-sub-menu .navbar.nav-left-collapse {
    padding-right: 0;
  }
  .admin-sub-menu .navbar.nav-left-collapse .list-unstyled {
    margin-top: 0;
  }
  .dropdown-menu.submenu.no-change-colors {
    padding-top: 0;
  }
  .dropdown-menu.submenu.no-change-colors .divider {
    margin: 0;
  }
  .btn-purple-mob {
    color: #fff;
    background-color: #6568ab;
    border-color: #6568ab;
  }
  .btn-purple-mob:hover,
  .btn-purple-mob:focus {
    color: #fff;
    background-color: #4e528a;
    border-color: #4e528a;
  }
}
.p-0 {
  padding: 0;
}
.break-word {
  word-wrap: break-word;
}

#allHistorySurveysTable tbody tr {
  cursor: pointer;
}
#assignedSurveysTable tbody tr {
  cursor: pointer;
}
#inProgressHistorySurveysTable tbody tr {
  cursor: pointer;
}
#surveysTable tbody tr {
  cursor: pointer;
}
#hpSurveyDetails {
  border: none;
}
#hpSurveyDetails .modal-header {
  background-color: RGB(34, 111, 174);
  border-color: RGB(34, 111, 174);
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#hpSurveyDetails .control-label {
  padding-top: 0;
}
#hpSurveyDetails .button-container {
  margin-top: -7px;
}
#pageLoadSpinner {
  z-index: 10000;
}
.modal-backdrop {
  z-index: 1040;
}
#sessionExpiration {
  z-index: 1051;
  padding-right: 0;
}
#errorModal {
  z-index: 1051;
}
.lite-style .table-bordered.with-borders > thead > tr > th {
  border-left: 1px solid #ddd;
}
.lite-style .table-bordered.with-borders > thead > tr > th:first-child {
  border-left: none;
}
.lite-style .table.table-bordered.with-borders > tbody > tr > td {
  border-left: 1px solid #ddd;
}
.lite-style .table.table-bordered.with-borders > tbody > tr > td:first-child {
  border-left: none;
}
.lite-style .table.table-bordered.with-borders > tbody > tr.survey_hidden > td {
  background: #ebccd1;
}
.input-container.view-only {
  background-color: rgb(219, 219, 219);
  border-radius: 6px;
  line-height: 3;
  padding-left: 10px;
  padding-right: 10px;
}
#hpSurveyDetails .form-group {
  margin-bottom: 5px;
}
#hpSurveyDetails .action-title-container.form-group {
  margin-bottom: 10px;
}
#hpSurveyDetails .value-container.form-group {
  margin-bottom: 20px;
}
#hpSurveyDetails .value-container.form-group.hidden-note label {
  background: #ebccd1;
}

.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
}
.mt-30px {
  margin-top: 30px;
}
.mt-40px {
  margin-top: 40px;
}
.fs-16 {
  font-size: 16px;
}

.badge-big {
  display: inline-block;
  min-width: 10px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 12px;
  background-color: #565a9f;
}

.card-holder {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  min-height: 287px;
  margin-bottom: 20px;
}

.card-body-holder {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-purple {
  color: #fff;
  background-color: #6568ab;
  border-color: #6568ab;
}
.btn-purple:hover,
.btn-purple:focus {
  color: #fff;
  background-color: #4e528a;
  border-color: #4e528a;
}

.list-style-none {
  list-style-type: none;
}

.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 1rem;
}
.pl-4 {
  padding-left: 1.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-4 {
  padding-right: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}

.home-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.home-text {
  background: #e9eaf4;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 7px dashed;
  border-top: 4px solid \9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-top: -3px;
}
.caret.grey-colored {
  color: #707070;
}
.pending-action-container,
.appointment-item-container {
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pending-action-container.no-actions-available,
.appointment-item-container.no-appointments-available {
  min-height: 287px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pending-action,
.appointment-item {
  min-height: 55px;
}
.no-pending-actions-title {
  line-height: 2;
  font-size: 23px;
}
.no-pending-actions-subtitle,
.no-next-appointments-title {
  line-height: 2;
  font-style: italic;
}
.no-bottom-border {
  border-bottom: none;
}
.header-with-bubble {
  min-height: 22px;
}

.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.m-b-15 {
  margin-bottom: 15px;
}

#account-settings .card-body {
  border-left: 3px solid #6c3ba0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 1.25rem 2.5rem;
}

#account-settings .card-body label {
  min-width: 80px;
}

#account-settings .card-body span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
}

.w-100 {
  width: 100%;
}

.tooltip-question-icon {
  width: 16px;
}

.documents-date-th {
  cursor: pointer;
  position: relative;
}

.documents-date-th > i {
  position: absolute;
  right: 8px;
  top: 8px;
}

#users .filter-label {
  min-width: 75px;
}
.appointments-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  animation: appointments-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #565a9f transparent transparent transparent;
}
.appointments-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.appointments-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.appointments-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes appointments-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 500px) {
  .appointments-loading-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19%;
  }
}

@media (max-width: 500px) {
  .appointments-loading-spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 39%;
  }

  .date-icon-position {
    display: none;
  }
}

.next-appointments-spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39%;
}

#users .filter-label {
  min-width: 75px;
}

#users .users-actions-wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #users .users-actions-wrapper {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 760px) {
  .col-sm-3.admin-sub-menu {
    background-color: #552587;
  }

  ul.list-unstyled.ng-scope {
    padding: 10px;
  }

  li.left-menu-link.active {
    background-color: #421c69;
    border: 1px solid black;
    font-size: 18px;
    font-weight: bold;
  }

  .left-menu-link.active,
  .left-menu-sublinks li.active {
    background-color: #421c69 !important;
    border: 1px solid black !important;
    font-size: 15px !important;
    font-weight: bold;
  }

  .nav.navbar-nav.navbar-right.row.hidden-xs {
    color: white;
  }

  .admin.center-block.container.ng-scope .row {
    margin-top: 0;
  }

  nav.navbar.nav-left-collapse.collapse.in {
    margin-bottom: 0;
  }

  ul.list-unstyled.ng-scope {
    margin-bottom: 0;
  }
}

#users .users-actions-wrapper {
  display: flex;
}

@media screen and (max-width: 1024px) {
  #users .users-actions-wrapper {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 760px) {
  .col-sm-3.admin-sub-menu {
    background-color: #552587;
  }

  ul.list-unstyled.ng-scope {
    padding: 10px;
  }

  li.left-menu-link.active {
    background-color: #421c69;
    border: 1px solid black;
    font-size: 18px;
    font-weight: bold;
  }

  .left-menu-link.active,
  .left-menu-sublinks li.active {
    background-color: #421c69 !important;
    border: 1px solid black !important;
    font-size: 15px !important;
    font-weight: bold;
  }

  .nav.navbar-nav.navbar-right.row.hidden-xs {
    color: white;
  }

  .admin.center-block.container.ng-scope .row {
    margin-top: 0;
  }

  nav.navbar.nav-left-collapse.collapse.in {
    margin-bottom: 0;
  }

  ul.list-unstyled.ng-scope {
    margin-bottom: 0;
  }
}

#users .reset-button {
  margin-left: 12px;
}

#users .send-letter-button {
  margin-left: 12px;
}

.go-back-section-label-container {
  width: 1%;
}

.go-back-section-label {
  width: 4%;
}

.go-back-radiobutton-container {
  display: inline-flex;
  padding-left: 2%;
}

.go-back-radiobutton-container .checkbox {
  margin-right: 20px;
}

.reports-upload .text-overflow {
  padding-bottom: 1.5rem;
}

.report-label {
  text-align: left !important;
}

.report-check {
  box-shadow: none;
  width: 36px;
}

.report-check:focus {
  border: none;
  box-shadow: none;
}

.pr-0 {
  padding-right: 0;
}

.col-text-checkbox {
  height: 30px;
}

.check-pad {
  padding-left: 7px;
}

.checkbox-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.min-width-145 {
  min-width: 145px;
}

.circle-icon {
  font-size: 16px;
  margin-top: 2px;
}

.documents-button:hover {
  background-color: #4e528a !important;
}

.justify-center {
  display: flex !important;
  justify-content: center;
}

.flex-center {
  display: flex;
  align-items: center;
}

.ml-3-pixel {
  margin-left: 3px;
}


.respondent-row {
  margin: 20px 0;
  font-size: 2.4em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.col-respondent-study {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.survey-per-location-add-button {
  font-size: 20px;
  padding: 2px 11px;
}
#sessionExpiration .modal-header.popup-header {
  display: block !important;
}

.session-timeout-error-message {
  background-color: transparent;
  padding-top: 2px;
  font-size: 14px;
}

[ng-if="key != 'Trace'"] {
  word-break: break-all;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

.flex-column:first-child {
  margin-top: 0px !important;
}

.w-auto {
  width: auto;
}

.widgets-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widgets-container .widget {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px rgba(3, 19, 92, 0.2);
  background-color: #ffffff;
  border-radius: 0;
  height: 175px;
  width: 32%;
  padding: 10px;
}

.widgets-container .widget.selected{
  border-color: RGB(169,169,196);
  border-width: 2px;
  box-shadow: inset 0 0 6px RGB(169,169,196);
}

@media (max-width: 12450px) {
  .widgets-container .widget .body h5 {
    font-size: 29px !important;
  }

  .widgets-container .widget .title {
    min-height: 62px !important;
  }
}

.widgets-container .widget .body h5 {
  font-size: 42px;
}

.widgets-container .widget .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.75rem;
  min-height: 37px;
  padding: 5px 20px 20px 0px;
  font-size: 18px;
  max-height: 50px;
  border-bottom: 3px solid #8343b9;
}

.status-container {
    display: flex;
    justify-content: flex-end;
    margin-top: -1px;
    align-items: center;
}

.status-label {
  font-size: 15px;
  font-weight: 600;
}

.status-container.green-up .status-label {
  color: rgb(0, 169, 28);
}

.status-container.red-down .status-label {
  color: #f5483d;
}

.status-container .status-icon {
  height: 27px;
  width: 27px;
  margin-right: 10px;
}

.status-container.green-up .status-icon {
  background: url('/Client/dist/images/ReportsIcons/green-up.svg');
}

.status-container.green-down .status-icon {
  background: url('/Client/dist/images/ReportsIcons/green-down.svg');
}

.status-container.red-down .status-icon {
  background: url('/Client/dist/images/ReportsIcons/red-down.svg');
}

.status-container.red-up .status-icon {
  background: url('/Client/dist/images/ReportsIcons/red-up.svg');
}

.status-container.grey-neutral .status-icon {
  background: url('/Client/dist/images/ReportsIcons/grey-neutral.svg');
}


.site-usage-report-header {
  display: flex;
  margin-top: -1px;
  align-items: center;
}

.date-range-container {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.date-range-container label {
  min-width: max-content;
}

.datepicker-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 0.875rem;
  flex-flow: row;
  justify-content: unset;
}

.events-data-rows{
  border: 2px solid #ddd;
}

.events-data-rows tr.header td {
  color: #03135c;
  font-weight: bold;
}
.events-data-rows td {
  border: 1px solid #ddd;
  text-align: left;
}

.events-data-rows .visits-count {
  text-align: right;
}

.details-table {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px rgba(3, 19, 92, 0.2);
  background-color: #ffffff;
  border-radius: 0;
}

.details-container {
  margin-top: 25px;
}

.detail-report-table-header {
  display: flex;
  align-items: baseline;
}

.btn-datepicker-navigation {
  background-color: transparent;
  border: 1px solid transparent;
}
.btn-datepicker-navigation i {
  color: rgb(38, 138, 235);
  font-size: 18px;
}

.graph {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px rgba(3, 19, 92, 0.2);
  background-color: #ffffff;
  padding: 20px 12px 1px 8px;
}

.event-data-record:hover {
  background: #b5b5b5 !important;
}

.core-settings-navigation-container {
  display: flex;
  flex-flow: column;
}

.setting-label-with-tooltip {
  justify-content: end;
}

.setting-label-with-tooltip .tooltip,
.setting-label-with-tooltip .tooltip .tooltip-inner{
  min-width: 300px;
}

#inner .inner-container .form-group.with-high-input.mrn-form
{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

#inner .inner-container .mrn-label {
  font-size: 22px;
  font-weight: bold;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper.mrn-input {
  width: 100%;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper #mrn {
  padding-left: 15px;
}

.modal-window.center .modal-dialog{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.btn-ligth-blue{
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-ligth-blue:hover{
  background-color: #0759ac;
  border-color: #0759ac;
  color: white;
}

#toast-container > div.toast{
  opacity: 1;
}

.toast-message{
  font-size: 16px;
}

#inner .inner-container .form-group.with-high-input .input-with-icon-wrapper #mrn.invalid{
  border-color: red;
}

.sticky-column {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f5f5f5;
  left: 0;
  z-index: 2;
}

.left-right-btn-container {
  display: flex;
  justify-content: space-between;
}

.header-element.header-user {
  height: 100%;
  display: flex;
  align-items: center;
}

.cron-gen-container .tab-content .tab-pane.active .row {
  margin: 0;
}

.pt-7px {
  padding-top: 7px;
}