body,
html {
  margin: 0;
  padding: 0 !important;
  height: 100%;
  background-color: #fff;
}
body,
.globalNav_main {
  min-width: 470px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
table tr.first td {
  border-top: none;
}
hr {
  border-top: 1px solid #b5b5b5;
}

#main-wrapper {
  min-height: 100%;
  position: relative;
  padding-top: 95px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.padfull {
  padding: 15px;
}
.pad {
  padding: 15px 0;
}
.pad-top {
  padding-top: 15px;
}
.pad-top-less {
  padding-top: 10px;
}
.pad-bottom {
  padding-bottom: 15px;
}
.pad-bottom-less {
  padding-bottom: 10px;
}
.pad-right {
  padding-right: 15px;
}
.pad-right-less {
  padding-right: 10px;
}
.pad-left {
  padding-left: 15px;
}
.pad-left-less {
  padding-left: 10px;
}
.mar-top {
  margin-top: 15px;
}
.mar-top-less {
  margin-top: 10px;
}
.mar-bottom {
  margin-bottom: 15px;
}
.mar-bottom-less {
  margin-bottom: 10px;
}
.mar-right {
  margin-right: 15px;
}
.mar-right-less {
  margin-right: 10px;
}
.mar-left {
  margin-left: 15px;
}
.mar-left-less {
  margin-left: 10px;
}
div.no-pad,
.no-pad {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right,
.table > tbody > tr > td.no-padding-right {
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-top {
  padding-top: 0;
}
.table .pad-bottom {
  padding-bottom: 15px;
}
.no-margin {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-top {
  margin-top: 0;
}
div.box {
  position: relative;
  border-radius: 4px;
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2);
}
div.box .inner {
  display: block;
  padding: 15px;
  border-radius: 6px;
  -ms-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.5),
    0 1px 0 hsla(0, 0%, 100%, 0.5);
  -o-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.5),
    0 1px 0 hsla(0, 0%, 100%, 0.5);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.5),
    0 1px 0 hsla(0, 0%, 100%, 0.5);
  border: 1px solid rgba(14, 41, 57, 0.1);
  color: #455b67;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
div.box .inner a {
  text-decoration: none;
}
div.box .inner a span {
  text-decoration: underline;
}
.border-right {
  box-shadow: 1px 0px rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.alert-great {
  color: #224323;
  background-color: #b2dba1;
  border-color: #d6e9c6;
}
.vcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vcenter2 {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.cover {
  width: 100%;
  height: 100%;
}
.clear-float {
  clear: both;
}
li.no-style {
  list-style: none;
}
a.no-style {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover.no-style {
  text-decoration: none;
  cursor: default;
  outline: none;
}
.btn-link.no-style {
  color: inherit;
  text-decoration: none;
}
.btn-link:hover.no-style {
  text-decoration: none;
  cursor: default;
}
table.no-border tr td {
  border-top: none;
}
.gray,
.grey {
  color: #666 !important;
}
.green {
  color: #90c23f;
}
.white {
  color: #fff;
}
.small.white {
  color: #fff;
}
.disabled {
  pointer-events: none; /* for "disabled" effect */
  opacity: 0.5;
  background: #ccc;
}
.green-circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-image: -moz-radial-gradient(
    45px 45px 45deg,
    circle cover,
    #a3d48f 0%,
    #76bf58 100%
  );
  background-image: -webkit-radial-gradient(
    45px 45px,
    circle cover,
    #a3d48f 0%,
    #76bf58 100%
  );
  background-image: radial-gradient(
    45px 45px 45deg,
    circle cover,
    #a3d48f 0%,
    #76bf58 100%
  );
  border: 1px solid #76bf58;
}
.gray-circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-image: -moz-radial-gradient(
    45px 45px 45deg,
    circle cover,
    #e9e9e9 0%,
    #aeaeae 100%
  );
  background-image: -webkit-radial-gradient(
    45px 45px,
    circle cover,
    #e9e9e9 0%,
    #aeaeae 100%
  );
  background-image: radial-gradient(
    45px 45px 45deg,
    circle cover,
    #e9e9e9 0%,
    #aeaeae 100%
  );
  border: 1px solid #ccc;
}
.green-circle-empty {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #76bf58;
}
.btn-glyphicon {
  font-size: 16px;
  padding: 6px 6px 1px;
  margin-right: 10px;
  float: right;
}
.btn-glyphicon.last {
  margin-right: 0;
}
.btn-glyphicon.small {
  font-size: 14px;
  padding: 3px 6px 2px;
  float: none;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.progress {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.clinical-logo {
  position: relative;
  text-transform: none;
  margin-top: 30px;
}
.clinical-logo a {
  color: #00529b;
}
.clinical-logo img {
  position: absolute;
}
.clinical-logo.painx img {
  width: 30px;
  position: absolute;
  top: -25px;
  left: 75px;
}
.clinical-logo.depression img {
  width: 40px;
  top: -21px;
}
.clinical-logo.ionto {
  height: 60px;
  margin-top: 0;
}
.clinical-logo.ionto img {
  height: 25px;
  top: 25px;
}
#user-box .clinical-logo.depression {
  line-height: 3em;
}

/*BOOTSTRAP EDITS*/
.bg-white {
  background-color: #fff;
}
.bg-danger {
  background-color: #f2dede;
}
.bg-success {
  background-color: #a3d48f;
}
.bg-success-light,
.panel-default > .panel-heading.bg-success-light {
  background-color: #dff0d8;
}
.bg-info {
  background-color: #85c5e6;
}
.bg-info-light {
  background-color: #d9edf7;
}
.bg-warning {
  background-color: #fcf8e3;
}
.bg-warning-light {
  background-color: #fcf8e3;
}
.text-warning-light {
  color: #e5b562;
}
.bg-dashed {
  background-color: transparent;
  border-width: 1px;
  border-style: dashed !important;
  border-color: #337ab7;
  border-radius: 6px;
}
.bg-line {
  border-width: 1px;
  border-style: solid !important;
  border-color: #337ab7;
}
.bg-gray {
  background-color: #eee !important;
}
table .bg-gray {
  border-top: none !important;
}
.bg-white-trans {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.hover-light:hover {
  background-color: #f5f5f5;
}
.bg-light-gray {
  background-color: #f5f5f5;
}
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  color: #fff;
  height: auto;
  padding: 15px 0;
  line-height: 1.5em;
}
.navbar-brand:hover {
  color: #f5f5f5;
}
.navbar-brand .h3 {
  font-family: "Times New Roman";
}
.navbar-brand .h3.roboto {
  font-family: "Roboto";
}
.container-wrap {
  height: 100%;
  padding-bottom: 50px;
}
.table {
  margin-bottom: 0px;
}
.modal {
  overflow-y: auto;
}
.modal .modal-header {
  background-color: #fff;
}
.modal-content {
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  border: none;
}
.inline {
  display: inline;
}
table tr .first {
  border-top: none;
}
.nav > li > a {
  color: #000;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #f5f5f5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #337ab7;
  background-color: #f5f5f5;
}
.tab-content {
  box-shadow: 0 -5px 3px 0px rgba(0, 0, 0, 0.05);
}
.form-horizontal .control-label {
  text-align: right;
}
.alert {
  margin: 20px 20px 0;
}
.modal-dialog .alert {
  margin: 20px 0 0;
}
.bigger {
  font-size: 120%;
}
.bigger h1,
.bigger .h1,
h1 .bigger,
.h1 .bigger {
  font-size: 39.6px;
}
.bigger h2,
.bigger .h2,
h2 .bigger,
.h2 .bigger {
  font-size: 33px;
}
.bigger h3,
.bigger .h3,
h3 .bigger,
.h3 .bigger {
  font-size: 27.6px;
}
.bigger p {
  font-size: 115%;
}
.bigger #survey-form label,
.bigger #survey-form input {
  font-size: 31px;
}
.glyphicon.glyphicon-rx {
  position: relative;
}
.headerNav-list li .glyphicon.glyphicon-phone {
  font-size: 24px;
}
.navbar-toggle {
  margin-top: 30px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle {
  border-color: #fff;
}
@media (min-width: 768px) {
  /*.headerMainBar-container { padding: 20px 0 20px 20px; }*/
  .glyphicon.glyphicon-rx span {
    position: absolute;
    top: -5px;
    left: 15px;
  }
  .headerNav-list li .glyphicon.glyphicon-rx span {
    position: absolute;
    top: -20px;
    left: -2px;
  }
}

.carousel {
  width: 900px;
  margin: 0 auto;
}
.carousel-control {
  width: 50px;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.05)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.05) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.05) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.05))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.05) 100%
  );
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -25px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
  margin-left: -25px;
}
.carousel-caption {
  color: #000;
  position: static;
  padding: 0;
  text-shadow: none;
}
.carousel-inner .item.active {
  margin-left: 30px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 2px;
}

.form-horizontal .form-group .control-label {
  padding: 0;
}
.form-horizontal .checkbox.no-pad {
  padding-top: 0;
}

#loading {
  z-index: 1052;
  background: rgba(0, 0, 0, 0.5);
}
.newpatient.in {
  z-index: 1051;
  background: rgba(0, 0, 0, 0.5);
}

.profilePhotoParent .fa-camera {
  font-size: 50px;
  position: relative;
  top: 22px;
}

/*Header*/
.globalNav_main {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  min-height: 95px;
  border-bottom: 1px solid #0070ba;
  background-color: #0070ba;
  background-image: linear-gradient(100deg, #0070ba, #1546a0);
}
.headerNav-container {
  display: table;
  width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}
.headerNav-nav {
  float: right;
}
.headerNav-list,
.headerNav-list_secondary {
  display: table-cell;
  vertical-align: top;
  list-style: none;
}
.headerNav-list li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0 10px;
  float: right;
}
.headerNav-list a,
.headerNav-list a:visited {
  display: block;
  padding: 23px 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  height: 65px;
}
.headerNav-list i {
  font-size: 20px;
}
.headerNav-list .fa {
  padding-top: 2px;
}
.alert-num {
  position: absolute;
  font-size: 12px;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 5px;
  padding-left: 2px;
  text-align: center;
}
.scroll-show .headerNav-links {
  width: 40px;
}
.headerNav-links.active {
  border-bottom: 1px solid #ffffff;
  opacity: 1;
}
.headerNav-links:hover {
  border-bottom: 1px solid #ffffff;
  opacity: 1;
}
.headerNav-link_logout,
.headerNav-toggleTrigger {
  border: 1px solid #0070ba;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
  float: right;
  width: 100px;
}
.headerNav-link_logout:hover,
.headerNav-toggleTrigger:hover,
.headerNav-link_logout:focus,
.headerNav-toggleTrigger:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff inset;
  text-decoration: none;
}
.headerMainBar {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.headerMainBar-container {
  background-color: #0070ba;
  background-image: linear-gradient(100deg, #0070ba, #1546a0);
  min-height: 132px;
}
ul.actionsContainer {
  margin-bottom: 0;
}

.headerActions .actionItem {
  float: left;
  display: block;
  width: 100%;
}
.headerActions .actionItem.last a {
  padding-right: 0;
}
.headerActions a {
  color: #fff;
  text-align: right;
  padding: 15px;
  display: block;
}
.headerActions a.active {
  color: #a3d48f;
}
.headerActions a .fa,
.headerActions a .glyphicon {
  /*height: 20px; width: 20px; */
  float: right;
  font-size: 1em;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.headerActions a .glyphicon.glyphicon-rx {
  padding-left: 11px;
}
.headerActions a:hover,
.headerActions a:focus {
  text-decoration: none;
}
span.headerNav-navText {
  padding-left: 5px;
}
.by-soterix {
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .headerMainBar-container.collapse {
    display: block;
  }
  .headerActions .actionItem {
    width: initial;
  }
  .headerActions a {
    text-align: center;
    padding: 0 15px;
    display: block;
  }
  .headerActions a.active {
    color: #a3d48f;
  }
  .headerActions a .fa,
  .headerActions a .glyphicon {
    height: 72px;
    width: 72px;
    margin: 0 auto 10px;
    font-size: 2.5em;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(0, 48, 135, 0.3);
    border-radius: 50%;
    display: block;
    -moz-transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: none;
    padding-left: 0;
  }
  .headerActions a:hover .fa,
  .headerActions a.active .fa,
  .headerActions a:hover .glyphicon,
  .headerActions a.active .glyphicon {
    background-color: #228b22;
  }
  .headerActions a .fa:before,
  .headerActions a .glyphicon:before {
    display: inline-block;
  }
  .headerActions a:hover,
  .headerActions a:focus {
    text-decoration: none;
  }
}

.headerMainBar .profileContainer {
  position: relative;
  vertical-align: top;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.innerCircle {
  width: 95px;
  height: 95px;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
}
.profilePhotoTable {
  display: table;
}
.profilePhotoContainer {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: table-row;
  overflow: hidden;
  position: absolute;
  background: #55bde9;
  background-size: contain;
}
.innerCircle .profilePhotoIcon {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  background-color: #55bde9;
}
.avatar-circle {
  width: 50px;
  height: 50px;
  background: #55bde9;
  text-align: center; /*border-radius: 50%; -webkit-border-radius: 50%;*/
  -moz-border-radius: 50%;
}
.initials {
  position: relative;
  top: 23.75px; /* 25% of parent */
  font-size: 47.5px; /* 50% of parent */
  line-height: 47.5px; /* 50% of parent */
  color: #fff;
  font-weight: bold;
}
.user-name {
  float: left;
  color: #fff;
}
.headerNav-list li.scroll-show {
  display: none;
}

/*Login*/
.login-color {
  background: linear-gradient(#084f91 0%, #0070ba 92%);
}
.text-white {
  color: #fff;
}
a.text-white:hover {
  color: #fff;
}
#login {
  height: 100%;
  padding-top: 40px;
}
#login .logo {
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  line-height: 0.5em;
  font-family: "Times New Roman";
  font-weight: normal;
  width: 200px;
}
.logo sub {
  font-size: 30px;
  bottom: -0.35em;
}
.logo small {
  font-family: "Roboto";
  color: #aaa;
  font-size: 16px;
  position: relative;
  top: -5px;
  left: -5px;
}
.sign-in-info {
  margin-top: 50px;
}
.sign-in-info .fa {
  font-size: 35px;
}
.sign-in-info .fa-mobile {
  font-size: 45px;
}
.sign-in-info .h4 {
  font-size: 16px;
}
.sign-in-wrap {
  margin-top: 50px;
  background: #f2f6f9;
  background: -webkit-linear-gradient(#fff, #f2f6f9);
  background: linear-gradient(#fff, #f2f6f9);
  border-radius: 6px;
  -ms-box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12),
    0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  -o-box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12),
    0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44),
    inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background-color: none;
}
.sign-in-wrap form {
  padding: 15px;
  padding-top: 30px;
}
.sign-in-wrap button {
  background-color: #0756a0;
}
.sign-in-inner h4.small {
  color: #e60000;
}
.id-field input {
  border: 0;
  border-bottom: 2px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  text-align: center; /*color: transparent;text-shadow: 0 0 0 #000;*/
}
.id-field input:focus.blink {
  border-color: #ccc;
}
.id-field .col-xs-1,
.id-field .col-xs-2 {
  padding: 0;
  margin-right: 5px;
}
.second-option {
  margin-top: -5px;
  border-top: 1px solid #999;
  padding-top: 15px;
}

.radio-list .radio label {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: top;
  display: block;
  padding: 0;
}
.radio-list .radio .inner {
  border: 1px solid #999;
  border-radius: 4px;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
  padding: 16px 17px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}
.radio-list .radio .inner.bg-danger {
  cursor: default;
}
.radio-list input[type="radio"] {
  visibility: hidden;
}
.radio-list.dev-doc-list input[type="radio"]{
  visibility: visible;  
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.radio-list input[type="radio"]:checked + label,
.list input[type="radio"]:checked + label .inner,
.list select:focus,
.list input:focus {
  border-color: #666;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  background-color: #999;
}

.checkbox-list .checkbox label {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: top;
  display: block;
  padding: 0;
}
.checkbox-list .checkbox .inner {
  border: 1px solid #999;
  border-radius: 4px;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
  padding: 16px 17px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
}
.checkbox-list .checkbox .inner.bg-danger {
  cursor: default;
}
.checkbox-list input[type="checkbox"] {
  visibility: hidden;
}
.checkbox-list input[type="checkbox"]:checked + div.inner {
  border-color: #666;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  background-color: #999;
}

/*User*/
.navbar {
  border-radius: 0;
}
#user-box {
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
#user-box.bg-info {
  background-color: #d9edf7;
}
#feel .radio.bottom {
  padding-top: 0;
  margin-top: 0;
}
#feel .col-xs-offset-1 {
  margin-left: 6%;
}
#end .finalbuttons {
  margin-top: 40px;
}
/*#end h2 { text-indent: -15px; margin-left: 30px; }
#end h2.rx { margin-left: 33px; text-indent: -48px; }*/
#completion .device-wrap {
  min-height: 280px;
}
#completion .id-field input {
  border-bottom-color: #aaa;
  font-size: 2em;
}
#confirm h3 {
  font-size: 2em;
}
#survey .box {
  background-color: #d9edf7;
}
#user-profile .table > tbody > tr > td,
#user-profile .table > tbody > tr > th,
#user-profile .table > thead > tr > td,
#user-profile .table > thead > tr > th {
  vertical-align: middle;
}
#user-profile .bg-line {
  border-radius: 0px;
  border-color: #858585;
}
.btn-contact {
  height: 75px;
  white-space: normal;
}
#survey-form {
  font-size: 1.5em;
} /*#survey-form h4 { font-size: 1.5em; }*/
#survey-form .radio-inline {
  text-indent: -20px;
}
#survey-form label.control-label {
  padding-left: 5px;
}
.support {
  text-align: center;
}
.support-box {
  min-height: 500px;
}
.headerActions .glyphicon.glyphicon-plus:before {
  position: relative;
  left: 1px;
}
.legend-text .h4 {
  margin: 0;
}
.legend-text .h4 .glyphicon {
  font-size: 23px;
}

#response .checkbox {
  height: 150px;
  margin-top: 0px;
  margin-bottom: 15px;
}
#response .checkbox input[type="checkbox"] {
  display: none;
}
#response .checkbox label {
  padding: 0;
}
.imagecheckbox .checkbox {
  height: 150px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.imagecheckbox .checkbox input[type="checkbox"] {
  display: none;
}
.imagecheckbox .checkbox label {
  padding: 0;
}
.img-wrapper {
  border-radius: 50%;
  border: 1px solid;
  height: 100px;
  width: 100px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.feeling-face .img-wrapper {
  height: 150px;
  width: 150px;
  border: none;
  margin-bottom: 15px;
}
#response .checkbox input[type="checkbox"]:checked + .img-wrapper {
  background-color: #85c5e6;
}
#survey-form label.control-label {
  font-weight: normal;
}
.iframe-placeholder {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%333" x="50%" y="50%" font-family="Helvetica Neue,Helvetica,Arial,sans-serif" font-size="24" text-anchor="middle">Loading...</text></svg>')
    0px 0px no-repeat;
}

/* calendar */
.patient-calendar-btn {
  background-color: #fff;
}
table.calendar {
  margin: 0 auto;
}
td.calendar-day-head {
  background: #fff;
  font-weight: bold;
}
/*.patient-calendar td.calendar-day:hover { background-color: #fff; }*/
td.calendar-day,
td.calendar-day-np {
  max-width: 100px;
  width: 100px;
  height: 100px; /*background-color: #fff;*/
}
.calendar.table > tbody > tr > td {
  border-top: none;
  padding: 0 10px 10px;
}
table.calendar tbody {
  background-color: #fff;
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  white-space: normal;
}
@media (min-width: 768px) {
}

/* shared */
div.day-number {
  width: 20px;
  font-size: 18px;
  padding: 5px;
  color: #000;
  font-weight: bold;
  text-align: right;
}
div.day-number .glyphicon {
  font-size: 21px;
  margin-top: 10px;
}
div.day-number .text {
  font-size: 14px;
}
.calendar-day-inner {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  line-height: 1.42857143;
  border-top: 1px solid #999;
}

/*survey*/
#survey-form label,
#survey-form input {
  font-size: 27px;
}
#survey-form label {
  display: block;
  margin: 15px;
}
#survey-form .form-group.row.bg-line {
  margin: 15px 0;
}
#survey-form label.radio-inline {
  color: #333;
}
#survey-form label.radio-inline:hover,
#survey-form label.radio-inline:active {
  color: #000;
}
#survey-form label.display-inline {
  display: inline;
}
#survey-form input[type="radio"] {
  display: none;
}
#survey-form input[type="radio"] + div,
#survey-form input[type="checkbox"] {
  height: 20px;
  width: 20px;
  bottom: 3px;
  right: 9px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #111;
  border-radius: 100%;
}
#survey-form input[type="radio"] + div:hover {
  border-color: #c2c2c2;
}
#survey-form input[type="radio"]:checked + div,
#survey-form label.radio-inline:hover input[type="radio"] + div {
  background: gray;
}
#survey-form input[type="radio"] + div {
}

#survey-progress {
  transition: width 0.3s ease-in-out;
}

/* .checkbox-inline label input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  bottom: 3px !important;
  right: 9px !important;
  cursor: pointer !important;
  position: relative !important;
  background: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 100% !important;
} */

#survey-form input[type="text"] {
  font-size: 14px;
}
.feeling-face .fa {
  font-size: 160px;
}
input[type="range"].col-xs-10 {
  width: 83.33333333%;
}
input[type="range"]::-moz-range-track {
  padding: 0 10px;
  background: repeating-linear-gradient(
    to right,
    #ccc,
    #ccc 10%,
    #000 10%,
    #000 11%,
    #ccc 11%,
    #ccc 20%
  );
}

/*DOCTOR*/
#doctor-dashboard .table > tbody > tr > td {
  vertical-align: middle;
}
.table .table-divider {
  border-top: 1px solid #ccc;
}
.table .table-divider > td {
  padding-top: 15px;
}
.profile-dropdown {
  height: 100px;
  border-radius: 0;
}
td.fixed-col {
  width: 200px;
}
td.deviceid {
  min-width: 150px;
}
td.date {
  min-width: 100px;
}
td.treatment {
  min-width: 230px;
}
td.treatment {
  min-width: 230px;
}
td.icon {
  width: 40px;
}
.img.icon {
  width: 40px;
  float: left;
}
.getPatient {
  cursor: pointer;
}

#device-table td {
  padding: 10px;
}
.treatment-col {
  text-align: left;
}
.treatment-col .text-danger {
  padding-left: 40px;
}
.icon-col .indent {
  text-indent: -10px;
}
.icon-col .btn-glyphicon {
  padding: 8px 15px;
}

.legend .legend-text {
  line-height: 2.25em;
}

#patientsmore .table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.patient-icons {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
}
.device-icon {
  font-size: 24px;
}
.device-icon.text-success {
  color: #7fc164;
}

.session-history {
  margin: 0;
  padding: 10px;
}
.show-more {
  position: absolute;
  bottom: -56px;
}

table.appointment-table .unread {
  background-color: #f5f5f5;
}

.weekDays-selector input {
  display: none !important;
}
.weekDays-selector input[type="checkbox"] + label {
  display: inline-block;
  background: #ddd;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0px -2px;
  border: 1px solid #aaa;
  border-right: 0px;
}
.weekDays-selector input[type="checkbox"]:checked + label {
  background: #5cb85c;
  color: #fff;
}
.weekDays-selector input.last + label {
  border-right: 1px solid #aaa;
}

.depression-lte-therapy {
  /*background: url(../img/img-noise-15-15-400x400-compressed.png) center 50% no-repeat;background-size: cover;*/
}
.custom-assessment {
  background: url(../img/scheduled.png);
  width: 24px;
  height: 24px;
  background-size: cover;
}
.custom-online {
  background: url(../img/online_training.png);
  width: 24px;
  height: 24px;
  background-size: cover;
}
.custom-wearable {
  background: url(../img/wearable.png);
  width: 24px;
  height: 24px;
  background-size: cover;
}
.h4 .glyphicon.glyphicon-time {
  font-size: 15px;
}

.moxy-data .body-image {
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.moxy-data h3.body-name {
  padding: 12px 0;
  margin: 0;
}

/*Animated Check*/
.checkmark-circle {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #2eb150;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 25px;
  top: 75px;
  position: absolute;
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  100%,
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  100%,
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  100%,
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

/*FOOTER*/
footer#footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
footer#footer li {
  list-style: none;
  display: inline;
  padding: 0 20px;
  border-left: 1px solid #ddd;
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.05);
}
footer#footer li.first {
  border: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  footer#footer {
    position: static;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}

@media (min-width: 768px) {
  /*.headerMainBar-container { padding: 20px 0 20px 20px; }*/
  .profile-dropdown {
    height: 60px;
  }
}

/* New added style */

#message .alert {
  margin: 0px 0px 20px;
}

.btn.delete_treatment {
  width: 60px;
  margin-top: 20px;
  padding: 2px 8px;
  float: right;
}

#modal-delete-treatment .modal-header .close {
  margin-top: -20px;
}

.consent .fa.fa-check-square {
  color: green;
  font-size: 20px;
}
.consent .fa.fa-times-rectangle {
  color: red;
  font-size: 20px;
}
.consent .fa.fa-times-rectangle.text-muted,
.consent .fa.fa-check-square.text-muted {
  color: grey;
}

.hidethis {
  display: none;
}
label.radio-inline.hidethis {
  display: none !important;
}

#editpatient .hidethis {
  display: block;
}

/* Flag dropdown */
.dropdown__button {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#available_languages.dropdown-menu {
  min-width: 125px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.dropdown-item img {
  margin-right: 5px;
}

.dropdown-item:hover {
  background-color: #4839a9;
}

.dropdown-item.Selected {
  background-color: #d1cccc;
}

.dropdown__button.active {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  #available_languages.dropdown-menu {
    width: 100%;
    min-width: max-content;
  }

  span.languageHide {
    display: none;
  }

  #toggleWrapper {
    position: absolute;
    bottom: -5px;
    right: 30px;
  }
}

@media (min-width: 768px) {
  span.languageHide {
    display: block;
  }
}

#languageText {
  padding: 0 5px;
}

/* New changes for language button  */
#toggleDropdown img {
  height: 30px;
  padding: 5px 20px;
}
#languageText {
  padding: 0 15px 0px 0px;
  color: white;
}

#toggleDropdown .glyphicon-menu-down:before {
  color: white;
  padding: 5px 15px;
}

.dropdown__button {
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: #ffffff;
}

.dropdown-menu {
  /* display: block; */
  background-color: rgb(31, 80, 171);
  background-image: linear-gradient(80deg, rgb(0, 112, 186), rgb(21, 70, 160));
}

.dropdown-item img {
  margin-right: 5px;
  padding: 5px 20px;
  height: 30px;
}

.dropdown-item {
  padding: 5px 20px 5px 5px;
  color: white;
}

.dropdown-item.Selected {
  background-color: #073765;
}
.dropdown-item:hover {
  background-color: #167fe3;
}

.dropdown-item img {
  margin-right: 5px;
  padding: 5px 20px;
}

/* mobile-version-mobile menu cake icon */
.navbar-toggle {
  margin-top: 20px;
}

@media (min-width: 851px) {
  .lang-switch {
    margin-top: 15px;
  }
}

@media (max-width: 499px) {
  #toggleDropdown img {
    height: 30px;
    padding: 5px 10px;
  }
  #toggleDropdown .glyphicon-menu-down:before {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .medic_name {
    padding-left: 90px;
  }
  .main-logo-div {
    padding-right: 20px;
  }
  .lang-switch {
    margin-top: 0;
  }

  .logout-wrapper {
    padding: 5px 10px;
  }
}

[contenteditable]:focus {
  outline: 0px solid transparent;
  outline: 2px solid red;
  border-radius: 2px;
  background-color: whitesmoke !important;
  font-weight: bold;
  font-size: 1.4rem;
}

/* new admin-tab edits */
.tabs {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}
.tab {
  padding: 10px 10px;
  margin-right: 5px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tab:hover, .tab:focus{
  color: #337ab7;
  background-color: #f5f5f5;
}
.tab.active, .tab.active:hover  {
  color: #337ab7;
  background-color: #f5f5f5;
  cursor: default;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#tabWrapper .tab-content {
  box-shadow: none;
  display: none;
}
#tabWrapper .tab-content.active {
  display: block;
}

.refill-editable {
  cursor: pointer;
}

.refill-editable.highlighted {
  background-color: #f0f8ff;
}

/* Styling for the input field */
.refill-edit {
  border: 2px solid rgb(255, 0, 0);
}

.refill-edit:focus {
  border-color: 2px solid red;
  outline: none;
}

.input-custom-width {
  width: 50px;
}

th {
  background-color: #f4f4f4;
}

.search-container input {
  padding: 5px 30px 5px 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #000;
  max-width: 250px;
}

.search-container .fa-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.search-container {
  position: relative;
}

.no-results {
  text-align: center;
  padding: 10px;
  background-color: #f9dcdc;
  color: #d9534f;
  font-style: italic;
}

#adminTabs.tabs {
  border-bottom: 1px solid #ddd;
}

#adminTabs .nav-tabs {
  border-bottom: 1px solid transparent;
}

#adminModal.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 155px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#adminModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  max-width: 420px;
  border-radius: 5px;
}

#adminModal .close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 10px;
}

#adminModal .close:hover,
#adminModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#adminModal .modal-content p{
  margin: 5px 0;
  text-align: center;
}

#adminModal.modal-success .modal-content {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#adminModal.modal-error .modal-content {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#admin-dashboard .nav-tabs>li>a {
  padding: 10px;
}

#admin-dashboard .tab-content{
  box-shadow: none;
}

.qscore-toggle {
  display: inline-block; /* or inline-block if needed */
}

.qscore-toggle li {
  display: inline;   /* Prevents li from taking up the full width */
  cursor: pointer;   /* Makes it feel like a link */
  padding: 4px 8px;
}

li.qscore-trigger::marker{
  color: #337ab7;
}

/* New audio-protool addition changes  */
#section2 audio {
  display: none !important;
}

.digital-clock {
  font-size: 100px;
  /* font-family: 'Courier New', monospace; */
  font-weight: bold;
  /* color: #0ff000; Green LED Color  */
  /* color: #0a5189;  */
  color: #136b2f; /* Green LED Color */
  /* background: black; */
  padding: 10px 20px;
  border-radius: 5px;
  /* display: inline-block; */
  /* text-shadow: 0 0 5px #0ff000, 0 0 10px #0ff000; Glow Effect */
  /* background-clip: content-box; */
  text-align: center;
  /* background-color: black; */
}

.celebration-text {
  font-size: 30px;
  color: #ffcc00;
  font-weight: bold;
  animation: fadeInOut 2s ease-in-out;
}

.final-text {
  font-size: 40px;
  color: #ff0000;
  font-weight: bold;
  animation: fadeInOut 3s ease-in-out;
}

/* Confetti Animation */
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

.glyphicon-pause:before {
  letter-spacing: -0.09em;
}

#nextBtn {
  font-size: 40px;
}

#playPauseBtn:focus,
#playPauseBtn:active,
#playPauseBtn:focus-visible .glyphicon-play-circle:focus-visible,
.glyphicon-pause:focus-visible {
  outline: none;
  box-shadow: none;
}

.survey-section{
  display: none;
}

#nextBtn.btn-success, #section3 .btn-success, #start-form-btn.btn-success{
  background-color: #136b2f !important;
}

/* audio protocol */
.audio-play-pause-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {

  .cntd-btn-wd {
    width: auto;
  }
}

@media (max-width: 500px) {

  body,
  .globalNav_main {
    min-width: 320px;
  }

  .audio-play-pause-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .audio-play-pause-controls {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}

.question-list a,
.question-list a li{
  width: fit-content;
  outline: none;
}

a.active, a:focus{
  outline: none;
}

.btn.btn-link:focus,
.btn.btn-link:focus-visible{
  outline: none;
}