/*
* 1. Put each new addition to this file in the in the 
*    appropriate place (i.e., constants, mixins, etc.).
* 2. Keep all attributes in alphabetical order
* 3. If you are using multiple selectors, separate them
*    with a newline if any of the selectors exceed
*    35 characters.
* 4. Classes MUST be separated by '-' and NOT '_'.
* 5. Classes MUST only contain lowercase characters.
* 6. There must be exactly one space after each ':'.
*/
/**********************
       CONSTANTS
***********************/
/*********************************
   OPERATIONS & COLOR FUNCTIONS
**********************************/
/**********************
        MIXINS
***********************/
/**********************
     HTML ELEMENTS
***********************/
textarea {
  resize: none;
}
/**********************
         STYLES
***********************/
div.browse-wrap {
  top: 0;
  left: 0;
  margin: 20px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #f6f7f8;
  border: solid 1px #d2d2d7;
}
div.title {
  color: black;
}
input.upload {
  right: 0;
  margin: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  cursor: inherit;
  position: absolute;
}
span.upload-path {
  text-align: left;
  margin: 20px;
  display: block;
  font-size: 104%;
  color: black;
  font-weight: normal;
}
div.title {
  color: #3b5998;
  font-size: 14px;
  font-weight: bold;
  font-family: tahoma, arial, sans-serif;
}
input.upload {
  right: 0;
  margin: 0;
  bottom: 0;
  outline: none;
  cursor: inherit;
  position: absolute;
}
div.fileinputs {
  position: relative;
}
div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
input.file {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
}
.observation-wrap {
  Width: 15%;
  min-width: 150px;
}
.observation-wrap-action {
  Width: 15%;
  min-width: 200px;
}
.reporting-obs-date {
  min-width: 140px;
}
.reporting-obs-source {
  min-width: 140px;
}
.reporting-obs-actions {
  min-width: 100px;
}
.headerlogo {
  margin-top: 4px !important;
}
overflow-x-hidden {
  overflow-x: hidden;
}
a:hover {
  cursor: pointer;
}
.fullWidth {
  width: 100%;
}
.password-reset-font {
  font-size: 15px;
}
.dashboard-card-font {
  font-size: 15px;
}
.dashboard-card-font span.panelgreencolor {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.observation-form-popup-margin {
  margin-top: 16%;
}
.numeric-input-style {
  overflow: hidden;
}
.numeric-input-style input {
  width: calc(100% - 10px);
  border: 0;
  padding: 5px;
}
.overflow-hidden {
  overflow: hidden;
}
.create-obs-background {
  background: #fff;
  overflow: auto;
}
.disableDiv {
  background-color: gray !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.grey-out {
  pointer-events: none;
  opacity: 0.5;
}
.row-right-border {
  border-top: none !important;
  border-left: none !important;
  border-right: 1px solid #CFD6D1 !important;
}
.panelgreencolor-box {
  background-color: #70ba83;
  height: 90px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.panelbluecolor-box {
  background-color: #00BFFF;
  height: 90px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.panelbluecolor {
  height: 90px;
  color: #fff;
}
.panelbluecolor-icon {
  height: 90px;
  padding: 4% 0 0 3%;
  color: #fff;
}
.panelgreencolor {
  height: 90px;
  color: #fff;
}
.panelgreencolor-icon {
  height: 90px;
  padding: 4% 0 0 3%;
  color: #fff;
}
.panelorangecolor-box {
  background-color: #f47e30;
  height: 90px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.panelorangecolor {
  height: 90px;
  color: #fff;
}
.panelorangecolor-icon {
  height: 90px;
  padding: 4% 0 0 3%;
  color: #fff;
}
td#element:hover {
  background-color: red;
  cursor: pointer;
  color: white;
}
.noBreak {
  white-space: nowrap;
}
.alignCenter {
  text-align: center;
  padding: 93px 7px !important;
}
.allignCentre {
  text-align: center;
}
.clientData {
  vertical-align: middle !important;
}
.clientImage {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.logoHeight {
  width: 168px !important;
  height: auto !important;
  padding-left: 13px !important;
  margin-top: 4px !important;
}
.tilesMargin {
  margin-top: 13px;
}
.popUpHeight {
  height: 250px;
  overflow-y: auto;
}
.successPopCss {
  background-color: #71BB83 !important;
}
.errorPopCss {
  background-color: #f47e30 !important;
}
.activityImg {
  height: 13px;
}
.scaleImg {
  height: 22px;
  width: 22px;
}
.messagePopCss {
  background-color: #00ADEF !important;
}
.messageAlertWhite {
  background-color: #FFFFFF !important;
}
.messageAlertWhite .MsgTitle {
  font-family: 'proxima-soft-semibold';
  font-size: 24px;
  color: #2E2E2E;
}
.messageAlertWhite .pText {
  font-size: 16px;
  font-family: 'proxima-nova-medium';
  color: #767676;
}
.messageAlertWhite button {
  font-family: 'proxima-soft-semibold';
  font-size: 16px;
  color: #0074BF;
  border: none;
  background: transparent;
  box-shadow: none;
}
.messageAlertWhite button:hover,
.messageAlertWhite button[hover] {
  box-shadow: none;
  color: #0074BF;
  border: none;
  background: transparent;
}
.no-border {
  border: none !important;
}
.row-bottom-border-only {
  border-top: none !important;
  border-right: none !important;
}
.row-left-border-only {
  border-top: none !important;
  border-right: none !important;
  border-left: 1px solid #CFD6D1 !important;
  width: 25%;
}
.row-right-border-only {
  border-top: none !important;
  border-left: none !important;
  border-right: 1px solid #CFD6D1 !important;
  width: 35%;
}
.row-right-border-only-page {
  border-top: none !important;
  border-left: none !important;
  border-right: 1px solid #CFD6D1 !important;
  width: 9%;
}
.row-right-border-only-page-border {
  border-top: none !important;
  border-left: none !important;
  width: 5px !important;
  padding: 1px 0px 0px 0px !important;
  background-color: #2A95C5 !important;
}
.table-header-color-blue {
  background-color: #2A95C5 !important;
}
.table-header-color-red {
  background-color: #c80a0e !important;
}
.table-header-color-gray {
  background-color: #545454 !important;
}
.headericon {
  color: #ffffff !important;
}
.client-data {
  font-size: large;
  text-align: center;
  cursor: pointer;
}
.client-color {
  color: #00BFFF;
}
.Sclient-color {
  color: #545454;
}
.new-save-popup {
  position: fixed;
  top: 30%;
  width: 100% !important;
  background: #00ADEF;
  height: auto;
  z-index: 9002;
  /*above nine thousand*/
}
.new-remove-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100% !important;
  background: red;
  height: auto;
  margin-left: -50%;
  margin-top: -65px;
  padding-bottom: 3%;
  z-index: 9002;
  /*above nine thousand*/
}
.table-header-color-orange {
  background-color: #DD732B !important;
}
.logout-popup-color {
  background-color: #8F9194 !important;
}
.color-green {
  color: #71BB83;
}
.color-red {
  color: #EF4036;
}
.footer-color {
  border-color: #A92121 !important;
  background: #A92121 !important;
}
.blue-footer-color {
  border-color: #00ADEF !important;
  background: #00ADEF !important;
  color: #fff;
  text-align: center;
}
.form-left {
  padding-left: 0px !important;
  padding-top: 10px !important;
}
.bt-right {
  float: right;
  margin-left: 4px;
}
.bt-left {
  float: left;
  margin-left: 4px;
}
.bt-bottom {
  margin-bottom: 10px;
}
.bottom-border {
  border-bottom: 1px solid #cdcdcd;
}
.scoring-enabled {
  width: 85% !important;
}
.vertical-align {
  padding-left: 0px;
  padding-right: 0px;
}
.edit-delete-align {
  padding-left: 10px;
}
.score-label {
  float: right;
  padding-right: 30px;
}
.score-input {
  width: 10% !important;
  float: right;
}
.questions {
  border: 1px solid #cdcdcd;
  background: #fff;
  margin-top: 0px;
  overflow: auto;
  width: 100%;
  border-width: 1px !important;
  border-left-width: 1px !important;
}
.observation-name {
  height: 500px;
  overflow: scroll;
  padding: 0px;
  overflow-x: hidden;
}
/* START: Reporting Observations */
.ResultColumn {
  border-bottom: 1px dashed #cdcdcd;
}
.QuestionItem,
.AnswerItem {
  padding: 33px;
}
.AnswerItem {
  padding: 32.5px;
}
#sticky.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.button-mid {
  padding-top: 16px;
}
/* Removing default styling on the <pre> tag for 
   text response question type (long and short answer) */
.textResponseObs {
  background: white;
  border: none;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  white-space: pre-wrap;
}
.line-break {
  white-space: pre-line !important;
}
/* END: Reporting Observations */
.save {
  text-align: center;
  font-size: 18px;
  padding: 15px 0 15px 0;
  margin: 0 0 15px 0;
}
.well-save {
  overflow: auto;
  padding: 0px;
}
.duplicate {
  font-size: 14px;
  padding: 10px;
}
.check {
  width: 100%;
  padding: 5px 0px;
}
.head {
  background: #00ADEF !important;
  margin: 0px auto !important;
  padding: 5px 5px !important;
  font-size: 17px;
  color: #fff;
  height: 36px;
  font-weight: bold;
}
.ribbonHead {
  margin: 0px auto !important;
  padding: 8px 17px !important;
  font-size: 15px;
  color: #fff;
}
.profile-button {
  background: transparent;
  box-shadow: none;
  border: none;
}
.profile-info-container .right {
  text-align: right;
}
.profile-info-container span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.profile-info-container p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.app-style-header {
  position: -webkit-sticky;
  /* Needed for the sticky property to work on iOS (WKWebView). */
  position: sticky;
  /*Android will use this property, since -webkit-sticky won't be supported on Android*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #666;
}
#app-style-header-bar {
  height: 50px;
  background-color: #B4D8DC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
#app-style-header-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#app-style-header-close-button {
  float: right;
  height: 100%;
  width: 55px;
  align-items: center;
  display: flex;
  justify-content: center;
  -webkit-text-stroke: 4px #B4D8DC;
  color: inherit;
}
.common {
  margin: 0px auto !important;
  padding: 0;
  background: #fff;
}
.common-left {
  margin: 0px auto !important;
  padding-left: 0px !important;
}
.common-mg {
  margin: 5px 0 !important;
}
.word-break {
  word-wrap: break-word;
}
.new-activity {
  padding: 2px 0px !important;
  line-height: 2.23;
  border-radius: 0;
  margin: 0 0 0 1px !important;
  height: 36px;
}
.new-border {
  border-bottom: none !important;
}
.my-label {
  margin: 6px 6px 0 0;
  float: left;
}
.my-box {
  float: left;
  width: 60% !important;
}
.manage-subscription-button {
  background: #f47e30 !important;
  border: 1px solid #de7730 !important;
  color: #fff;
  display: block;
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 10px 0 5px 0;
}
.filter-button-obs {
  background: #f47e30 !important;
  border: 1px solid #de7730 !important;
  color: #fff;
  display: block;
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  margin: 22px 0px 5px 0px;
  width: 19%;
}
.filter-button {
  background: #f47e30 !important;
  border: 1px solid #de7730 !important;
  color: #fff;
  display: block;
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 22px 0px 5px 0px;
}
.filter-button a {
  background: #f47e30 !important;
  border: 1px solid #de7730 !important;
  color: #fff;
  display: block;
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.filter-button a:hover {
  background: #f47e30 !important;
  border: 1px solid #de7730 !important;
  color: #fff;
  display: block;
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.head-td {
  background: #00ADEF !important;
  color: #fff;
}
.new-activity-popup {
  background: #70ba83;
  color: #fff;
}
.analytics-popup {
  background: #00ADEF;
  color: #fff;
}
.new-activity-popup-bd {
  padding: 10px !important;
  overflow: auto;
}
.title {
  color: #70ba83 !important;
  font-size: 16px !important;
  height: 45px;
}
.new-activity-popup-divider {
  border-bottom: 1px solid #e7e8e8;
  color: #70ba83;
  font-size: 14px;
}
.new-activity-popup-divider .right {
  text-align: right;
}
.new-activity-popup-divider .right a {
  text-align: right;
  text-decoration: none;
  background: none;
  padding: 0px;
  margin: 0px;
  color: #70ba83;
}
.new-activity-popup-divider .right a:hover {
  text-align: right !important;
  text-decoration: none;
  background: none !important;
  padding: 0px;
  margin: 0px;
  color: #70ba83;
  border: 0 !important;
  display: block !important;
  float: right !important;
}
.activities-assign-page-popup {
  width: 536px !important;
}
.activities-assign-page-popup .no-page-message {
  padding-left: 25px;
  padding-top: 6px;
}
.activities-assign-page-popup .modal-footer .common {
  padding-top: 14px !important;
}
.new-activity-red {
  padding: 1px 29px !important;
  font-size: 14px;
  line-height: 2.23;
  border-radius: 0;
  margin: 0 0 0 1px !important;
  background: #a21e21;
}
.new-activity-red:hover {
  background: #a21e21 !important;
}
.new-activity-green {
  padding: 0px 30px !important;
  font-size: 14px;
  line-height: 2.23;
  border-radius: 0;
  margin: 0 0 0 7px !important;
  background: #5b835b;
  border: 1px solid #4c6e4c;
}
.new-activity-black {
  padding: 1px 29px !important;
  font-size: 14px;
  line-height: 2.23;
  border-radius: 0;
  margin: 0 0 0 1px !important;
  font-size: 18px;
  background: #000;
}
.checkbox-bg {
  background: #cfd1d2;
}
.activity-image {
  color: #000;
}
.activity-image a,
a:hover {
  color: #000;
}
.over {
  overflow: auto;
}
.create-steps-message {
  padding-top: 15px;
}
.create-steps {
  color: #00ADEF;
  padding: 10px 0;
}
.activities-assign-page-title {
  padding: 0px 0px !important;
}
.category-dropdown {
  padding: 10px 0;
}
.category-text {
  font-size: 12px;
  color: lightgray;
}
.category-text-color {
  color: #00ADEF;
}
.icon-orange {
  color: #f47e30;
}
.icon-red {
  color: #d8533a;
}
.add-more {
  width: 100%;
  border: 1px solid #00ADEF;
  background: #fff;
  color: #00ADEF;
  font-size: 13px;
}
.select-any-page-btn {
  padding-top: 6.5px;
}
.select-any-page-btn button {
  padding: 5px 12px;
}
.leave-blank {
  color: #cdcdcd;
  padding: 0 0 5px 0 !important;
}
.create-step {
  color: #00ADEF;
  padding: 10px 0 0 0;
}
.choose-template {
  color: black;
  display: block;
  font-size: 16px;
  padding: 7px 7px;
  width: 100%;
}
.choose-template a {
  color: black;
  display: block;
  font-size: 16px;
  padding: 7px 7px;
  width: 100%;
}
.choose-template a:hover {
  color: black;
  display: block;
  font-size: 16px;
  padding: 7px 7px;
  width: 100%;
  background: #00ADEF;
}
.online-page-popup {
  max-height: 213px;
  overflow: scroll;
  overflow-x: hidden;
}
.online-page-box {
  width: 22%;
  height: 139px;
  border: 1px solid #cdcdcd;
  margin: 8px !important;
}
.imageCenter {
  text-align: center;
}
.page-name {
  float: left;
  text-align: left;
  font-size: 12px;
  width: 100%;
  padding: 0 0 0 5px;
  color: #00ADEF;
  word-break: break-all;
  height: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-name-check {
  float: right;
  width: 25%;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -15px;
  right: -25px;
  word-wrap: break-word;
  z-index: 999;
  position: absolute;
}
.slider-range {
  font-size: 12px;
  color: #000;
  padding: 5px;
}
.user-toogle {
  font-size: 12px;
  color: #cdcdcd;
  font-style: italic;
  padding: 5px;
}
.save-popup-main {
  width: 100%;
  background: #00ADEF;
  height: 150px;
}
.save-popup {
  text-align: center;
  background: none;
  color: #fff;
  padding: 10px 0;
}
.remove-popup {
  text-align: justify;
  background: none;
  color: #fff;
  padding: 0px 6px;
  padding-left: 430px;
}
.duplicate-temp-popup-main {
  width: 100%;
  background: #f47e30;
  height: 150px;
  color: #fff;
}
.duplicate-temp-popup {
  text-align: left;
  background: none;
  color: #fff;
  padding: 5px 0;
  margin: 0px;
}
.observation-header {
  border-bottom: 1px dashed #cdcdcd;
}
.observation-question {
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #cdcdcd;
}
.enable-form-editing-note-text {
  color: red;
}
/**********************
     Toggle Buttons
***********************/
.left-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
.left-panel ul li {
  line-height: 30px;
  overflow: hidden;
  padding: 4px 0;
}
.left-panel ul li label {
  float: left;
  font-weight: bold;
}
.left-panel ul li .togglebox {
  float: right;
}
.togglebox input {
  display: none;
}
.togglebox {
  display: inline-block;
  border: 1px solid #BBB;
  width: 90px;
  height: 30px;
  position: relative;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0 1px 0 #CCC;
}
.togglebox input {
  display: none;
}
.togglebox input:checked ~ label {
  left: -60px;
}
.togglebox label {
  width: 200%;
  height: 100%;
  line-height: 30px;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-transition: 0.12s;
  -moz-transition: 0.12s;
  transition: 0.12s;
}
.togglebox label b {
  display: block;
  height: 100%;
  width: 30px;
  float: left;
  position: relative;
  z-index: 1;
  border: 1px solid #AAA;
  background: #F6F6F6;
  box-shadow: 0 4px 0 -2px #F1F1F1 inset, 0 2em 2em -2em #AAA inset, 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.togglebox label::after {
  content: 'No';
  width: 74px;
  float: left;
  margin-left: -15px;
  padding-left: 13px;
  text-align: center;
  color: #999;
  background: #fff;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.togglebox label::before {
  content: 'Yes';
  width: 74px;
  float: left;
  margin-right: -16px;
  padding-right: 13px;
  text-align: center;
  background: #007FEA;
  text-shadow: 0 -1px 0px #093B5C;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3) inset;
}
.togglebox label:hover b {
  background: #E5E5E5;
}
.togglebox span {
  position: absolute;
  right: -100px;
}
/***************************************
   Plupload (multiple file uploader)
***************************************/
.plupload_buttons::after {
  content: "";
  display: block;
  clear: both;
}
.plupload_buttons > a.btn-primary {
  width: 100%;
  padding: 10px 18px;
}
.plupload_header {
  display: none;
}
.plupload_start {
  float: left;
  width: 100%;
  padding: 6px 0px;
}
.plupload_start span {
  padding: 5px 13px 6px 26px;
  display: block;
}
.plupload_disabled {
  background: #e5e5e5 !important;
  border: 1px solid #d5d5d5 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #a6a6a6 !important;
  cursor: default !important;
  padding: 10px 18px;
  text-shadow: none !important;
  width: 100%;
}
a.plupload_disabled:hover {
  background: #e5e5e5 !important;
  border: 1px solid #d5d5d5 !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #a6a6a6 !important;
  cursor: default !important;
  padding: 10px 18px;
  text-shadow: none !important;
  width: 100%;
}
.plupload_disabled span {
  padding: 5px 13px 6px 13px;
}
.plupload_add {
  float: left;
}
.plupload_add span {
  padding: 5px 13px 6px 26px;
  display: block;
}
.plupload_wrapper {
  font-size: 11px;
  width: 100%;
}
.plupload_container input {
  border: 1px solid #DDD;
  font-size: 11px;
  width: 98%;
}
.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plupload_filelist li {
  padding: 10px 12px;
  border-bottom: 1px solid #E7E7E7;
}
.plupload_scroll .plupload_filelist {
  background: #cdcdcd;
  height: 130px;
  overflow-y: hidden;
  width: 300px;
}
.plupload_filelist_header,
.plupload_filelist_footer {
  color: #878787;
  padding: 3px 0 3px 12px;
}
.plupload_filelist_footer {
  line-height: 30px;
  margin-top: 10px;
  vertical-align: middle;
}
.plupload_filelist_footer .plupload_file_action,
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_progress,
.plupload_filelist_footer .plupload_upload_status {
  margin: 8px 0;
}
.plupload_file_name {
  overflow: hidden;
}
.plupload_file_status {
  color: #777;
}
.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}
.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}
.plupload_filelist .plupload_file_name {
  width: 205px;
}
.plupload_file_action {
  float: right;
  width: 14px;
  margin-top: 4px;
  height: 14px;
  margin-left: 15px !important;
}
.plupload_file_action * {
  display: none;
  width: 14px;
  height: 14px;
}
li.plupload_done {
  color: #AAA;
}
li.plupload_failed a {
  cursor: default;
}
li.plupload_done a {
  cursor: default;
}
li.plupload_droptext {
  background: url(../img/drag.png) no-repeat 50%;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
  color: #000;
}
.plupload_progress,
.plupload_upload_status {
  display: none;
}
.plupload_progress_container {
  margin-top: 10px;
  border: 1px solid #CCC;
  background: #fff;
  padding: 1px;
}
.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #CDEB8B;
}
.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}
.plupload_clear,
.plupload_clearer {
  clear: both;
}
.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
.left_panelImage {
  height: 40px !important;
  width: 40px !important;
  border-left: 3px solid #3a3633 !important;
}
.left_panelImageClassforborder {
  border-left: 0px solid #3a3633 !important;
}
.client-image {
  height: 129px;
  width: 130px;
  overflow: hidden;
}
.left_panelImageDiv {
  height: 63px !important;
}
.left_panelSpan {
  height: 62px !important;
}
.left_panel_text {
  white-space: normal !important;
  max-width: 129px !important;
}
.hide_left_panel {
  margin-left: 0px !important;
}
.hide_left_panel_query {
  margin-left: 0px !important;
}
.clientBgIconColorActive {
  color: #ffffff !important;
  background-color: #00ADEF !important;
}
.clientBgIconColorActive i {
  color: #ffffff !important;
}
.clientIconTextColorActive {
  color: #ffffff !important;
}
.cursor_Hand {
  cursor: pointer !important;
}
.mandatoryField {
  color: red;
}
.mandatoryField::before {
  content: " ";
}
.mandatoryFieldStar {
  color: red;
  float: left;
}
.tr-background-white {
  background-color: #fff;
}
.details {
  color: #fff;
  background-color: #00ADEF;
  border-radius: 8px;
  border: 1px solid #0392c8;
  width: 30%;
  margin: 0px auto;
  padding: 5px 0px;
  height: 30px;
  text-align: center;
}
.steps {
  color: #fff;
  background-color: #cfd1d2;
  border-radius: 8px;
  border: 1px solid #888888;
  width: 30%;
  margin: 0px auto;
  padding: 5px 0px;
  height: 30px;
  text-align: center;
}
.switchCss {
  margin-top: -8px;
}
.new-welcome-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100% !important;
  background: #00ADEF;
  height: auto;
  margin-left: -50%;
  margin-top: -65px;
  padding-bottom: 3%;
  z-index: 9002;
  /*above nine thousand*/
}
.subscriptionColor {
  background-color: #cdcdcd !important;
}
.selectedSubscription {
  background-color: #5b835b !important;
  color: #ffffff !important;
}
.defaultSubscription {
  background-color: #F3F4F4 !important;
  color: #00ADEF !important;
}
.selectedSubscriptionLabel {
  font-size: 26px !important;
}
.selectedSubscriptionSpan {
  font-size: 16px !important;
  color: green !important;
}
.fontSizeforskuCode {
  font-size: 20px !important;
}
.auto {
  margin: 0px auto;
  padding: 0px;
}
.top-margin {
  margin: 1% 0 0 0;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px 0;
  padding: 3px 6px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0px !important;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.warningMessage {
  color: #ca0f0f;
  padding-left: 11px;
  margin-top: 8px;
  text-align: left;
  float: left;
}
.roleWarningMessage {
  color: red;
  font-size: 11px;
}
.notificationMessage {
  background-color: #FFCC99;
  color: #736b6b;
  padding-left: 11px;
  padding-bottom: 2px;
  margin-bottom: 22px;
}
.td-header {
  background: #fc7606 !important;
  color: #fff !important;
}
.td-header:hover {
  background: #fc7606 !important;
  color: #fff;
}
.closebutton {
  opacity: 4 !important;
  color: #fff !important;
}
.closebutton:hover {
  opacity: 4 !important;
  color: #fff !important;
}
.tableBorder {
  margin: 0 0 20 0;
  width: 100%;
  box-shadow: 1px 1px 1px #888888;
}
.mozzazText {
  color: #00ADEF;
  font-size: 20px;
  margin-left: 23%;
}
.SubscriptionSpan {
  font-size: 16px !important;
  color: white !important;
}
.labelTextColur {
  color: #00ADEF;
  font-weight: 400;
  font-size: 13px;
}
.whiteBtGreeText {
  width: 100%;
  color: #70ba83;
  background-color: #fff;
  border-color: #BEBCB8;
  font-size: 18px;
}
.DownloadAppTopMargin {
  margin-top: 15px;
}
.DownLoadAppLeftMargin {
  margin-left: 409px;
  margin-top: 18px;
}
.MozzazCarePlist_DownloadPage {
  margin-left: 0%;
  margin-top: 13px;
  width: 100%;
}
.TalkingtilesPlist {
  margin-right: 0%;
  width: 100%;
}
.SettingsBorderColor {
  border-left: 4px solid #FF6600;
}
.input-border-red {
  background: #fff0f0 !important;
  border-color: #A90329 !important;
}
.button-color {
  background: #f47e30 !important;
  border: 1px solid #de7730 !important;
  color: white !important;
}
.settingCancelBtnMargin {
  margin: 4px 6px 0 5px !important;
}
.allignHeader {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
.eventTypeImage {
  width: 60px;
  margin-bottom: 12px;
}
.eventTypeImgName {
  margin-bottom: 10px;
}
/* START: Observation Range Slider */
.ngrs-range-slider {
  background: #f2f2f2!important;
}
.ngrs-handle {
  background: white!important;
}
#obs-range-slider-text ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#obs-range-slider-text ul li {
  float: left;
  width: 33.3%;
}
/* END: Observation Range Slider */
.noFormOrTemplateList .popUpHeight {
  height: 100px;
}
.noFormOrTemplateList .choose-template {
  font-size: inherit;
}
.formTemplateBluePopUp .formTemplateBluePopUpBody {
  position: relative;
  left: 20%;
  width: 60%;
}
.formTemplateBluePopUp .formTemplateBluePopUpFooter button {
  float: right;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
}
@media all and (max-width: 1303px) and (min-width: 1200px) {
  .pricing-big .subscript {
    font-size: 15px !important;
    color: #999;
    margin-left: 5px;
  }
  .eapPanelTitleP {
    font-weight: 100 !important;
    font-size: 19px !important;
    padding: 8px 0 !important;
  }
}
@media all and (max-width: 768px) and (min-width: 320px) {
  .TalkingtilesPlist {
    margin-left: 50% !important;
    width: 162%;
  }
}
@media all and (max-width: 1920px) and (min-width: 1768px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 26%;
  }
}
@media all and (max-width: 1767px) and (min-width: 1680px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 21%;
  }
}
@media all and (max-width: 1679px) and (min-width: 1600px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 20%;
  }
}
@media all and (max-width: 1599px) and (min-width: 1440px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 13%;
  }
}
@media all and (max-width: 1439px) and (min-width: 1366px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 10%;
  }
}
@media all and (max-width: 1365px) and (min-width: 1360px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 10%;
  }
}
@media all and (max-width: 1359px) and (min-width: 1280px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 10%;
  }
}
@media all and (max-width: 991px) and (min-width: 801px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 23%;
  }
}
@media all and (max-width: 800px) and (min-width: 730px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 23%;
  }
  .online-page-box {
    width: 30%;
    height: 140px;
    border: 1px solid #cdcdcd;
    margin: 8px !important;
  }
}
@media all and (max-width: 729px) and (min-width: 678px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 19%;
  }
  .online-page-box {
    width: 30%;
    height: 139px;
    border: 1px solid #cdcdcd;
    margin: 8px !important;
  }
}
@media all and (max-width: 677px) and (min-width: 550px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 10%;
  }
  .online-page-box {
    width: 46%;
    height: 139px;
    border: 1px solid #cdcdcd;
    margin: 8px !important;
  }
}
@media all and (max-width: 549px) and (min-width: 320px) {
  .pic {
    min-width: 100px;
    min-height: 50px;
    margin-left: 3%;
    max-width: 160px;
  }
  .online-page-box {
    width: 43%;
    height: 139px;
    border: 1px solid #cdcdcd;
    margin: 8px !important;
  }
}
@media all and (max-width: 1199px) and (min-width: 780px) {
  .ribbon {
    position: absolute;
    right: 20px !important;
    top: 7px !important;
  }
}
@media all and (max-width: 1400px) and (min-width: 1200px) {
  .ribbon {
    position: absolute;
    right: 11px !important;
    top: 3px !important;
  }
}
.loadObsPopupMainDiv {
  background-color: #f47e30 !important;
  padding-bottom: 1% !important;
}
.loadObsPopupHeading {
  text-align: left !important;
}
.loadObsTextAlign {
  text-align: right !important;
}
.loadObsBtnBorder {
  border-color: #f47e30 !important;
}
.under-line {
  overflow: auto;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 10px 0;
}
.page-btn {
  float: right;
  bottom: 5px;
  position: absolute;
  /* z-index: 999; */
  right: 0;
}
.page-btn-inner {
  border-radius: 8px;
  padding: 0px 12px !important;
  float: right;
}
@media all and (max-width: 767px) {
  .page-btn {
    float: right;
    bottom: 5px;
    position: relative;
    z-index: 999;
    left: 0;
    padding: 0px;
    margin: 1%;
  }
  .page-btn-inner {
    border-radius: 8px;
    padding: 0px 12px !important;
    float: left;
  }
}
.columnHeaderBothArrow {
  background-color: #00ADEF !important;
  color: #fff;
  background: url('../img/sort_both.png') no-repeat center right;
  cursor: pointer !important;
}
.columnHeaderAsc {
  background-color: #00ADEF !important;
  color: #fff;
  background: url('../img/sort_asc.png') no-repeat center right;
}
.columnHeaderDesc {
  background-color: #00ADEF !important;
  color: #fff;
  background: url('../img/sort_desc.png') no-repeat center right;
}
.table-header-column {
  background-color: #00ADEF !important;
  color: #fff;
  cursor: pointer !important;
}
.st-sort-ascent {
  background-color: #00ADEF !important;
  color: #fff;
  cursor: pointer !important;
  background: url('../img/sort_asc.png') no-repeat center right;
}
.st-sort-descent {
  background-color: #00ADEF !important;
  color: #fff;
  cursor: pointer !important;
  background: url('../img/sort_desc.png') no-repeat center right;
}
.text-wrap-border {
  word-wrap: break-word;
  border-right: 1px solid #cdcdcd;
}
.floatNone {
  float: none !important;
}
.addConditionBtnRight {
  direction: rtl;
}
.addConditionBtnRight .addConditionBtnStyle {
  padding: 5px;
  position: relative;
  margin-right: 2%;
  bottom: 10px;
}
.img-GreenRibbon {
  top: -2px;
  width: 38px;
  right: -2px;
  padding-right: 5%;
  margin: 2% 0;
}
.activeDiv {
  background-color: #00ADEF !important;
}
.activeDiv a {
  color: white !important;
}
.textColorWhite {
  color: #FFFFFF !important;
}
.redClass1 {
  color: #fff;
  background-color: #739e73;
  border-color: #659265;
}
.redClass1:hover {
  color: #fff;
  background-color: #5b835b;
  border-color: #4c6e4c;
}
.redClass2 {
  color: #fff;
  background-color: #a90329;
  border-color: #900323;
}
.redClass2:hover {
  color: #fff;
  background-color: #77021d;
  border-color: #540114;
}
.redClass3 {
  color: #fff;
  background-color: #716f6f;
  border-color: #606060;
}
.redClass3:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #505050;
}
.fontStyle {
  color: #6F7274;
  font-size: 14px;
}
.popupHeading {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.popup-size {
  min-height: 250px !important;
  max-height: 600px !important;
}
.disableField {
  background: #e8e8e8 !important;
}
.disabledBtn {
  background-color: #9b9b9b !important;
}
.disabledLink {
  color: #9b9b9b !important;
}
.disabledChkBox {
  background-color: #e8e8e8 !important;
}
.eapHeading {
  color: #00ADEF;
  font-size: 28px;
}
.eapParaText {
  font-size: 14px;
  padding-right: 8px;
}
.eapHighlightedText {
  color: #00ADEF !important;
  font-weight: 600;
}
.eapHeadingNew {
  color: #00ADEF !important;
  font-weight: 500;
}
.eapListItems {
  margin-left: 10%;
  font-size: 12px;
  padding: 9px 0 5px 0;
  line-height: 24px;
  padding: 12px 0 0 53px !important;
}
.eapCGListItems {
  margin-left: 10% !important;
  font-size: 14px;
  padding: 9px 0 5px 0;
  line-height: 24px;
  padding: 12px 0 0 53px !important;
}
.ListItems-enterprise {
  margin-left: 10% !important;
  font-size: 12px;
  padding: 7.5px 0 0px 0 !important;
  line-height: 19px;
}
.eapLearnMoreDiv {
  text-align: center;
  font-size: 15px;
}
.eapNotes {
  font-size: 10px;
  padding: 20% 0 0 0 !important;
  display: block;
}
.eapPanelHeadingI {
  border-radius: 11px 11px 0 0 !important;
  background-color: #00ADEF !important;
  border-color: #00ADEF !important;
}
.eapPanelHeadingP {
  border-radius: 11px 11px 0 0 !important;
  background-color: #BEBCB8 !important;
  border-color: #BEBCB8 !important;
}
.eapPanelTitleI {
  font-weight: 100 !important;
  font-size: 24px !important;
  padding: 8px 0 !important;
}
.eapPanelTitleP {
  font-weight: 100 !important;
  font-size: 20px;
  padding: 8px 0 !important;
}
.eapSubscript {
  color: #BEBCB8 !important;
  font-size: 13px;
}
.subscriptColorWhite {
  color: #fff !important;
  font-size: 13px;
}
.supscript {
  font-size: 23px;
}
.PriceDivI {
  background: #2383ad !important;
  padding: 7px 0 !important;
}
.PBPriceDiv {
  background: #5d5d5d !important;
  padding: 7px 0 !important;
}
.eapSelectP {
  width: 90% !important;
  margin: 0px auto !important;
  padding: 0px !important;
  height: 23px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.eapSelectI {
  width: 95% !important;
  margin: 0px auto !important;
  padding: 0px !important;
  height: 23px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.price-features-new {
  border: 1px solid #EAEAEC;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 0 20px 0;
}
.subscriptFontSize {
  font-size: 14px;
}
.smallTextLabel {
  text-align: center;
  font-size: 12px;
}
.colorTransparent {
  color: transparent !important;
}
.orange-color {
  border-color: #DD732B !important;
  background: #f47e30 !important;
}
.border-color {
  border: 1px solid #EAEAEC !important;
}
.maxWidth {
  max-width: 400px;
}
.panelHeadingProPlus {
  border-radius: 11px 11px 0 0 !important;
  background-color: #71BB83 !important;
  border-color: #71BB83 !important;
}
.priceDivProPlus {
  background: #66ab78 !important;
  padding: 7px 0 !important;
}
.panelHeadingProEnhan {
  border-radius: 11px 11px 0 0 !important;
  background-color: #f37158 !important;
  border-color: #f37158 !important;
}
.priceDivProEnhan {
  background: #d8533a !important;
  padding: 7px 0 !important;
}
.panelHeadingProEnter {
  border-radius: 11px 11px 0 0 !important;
  background-color: #f47e30 !important;
  border-color: #f47e30 !important;
}
.priceDivProEnter {
  background: #DD732B !important;
  padding: 7px 0 !important;
}
.caregiver-button {
  background: #00ADEF !important;
}
.caregiver-button a {
  background: #00ADEF !important;
  border-color: #00ADEF !important;
}
.caregiver-button a:hover {
  background: #00ADEF !important;
  border-color: #00ADEF !important;
}
.caregiver-button a:active {
  background: #00ADEF !important;
  border-color: #00ADEF !important;
}
.desc {
  color: #6b6b6b;
}
.desc a {
  color: #0092dd;
}
.dropdown a {
  color: #666;
  text-decoration: none;
  outline: none;
}
.dropdown a:visited {
  color: #666;
  text-decoration: none;
  outline: none;
}
.dropdown a:hover {
  color: #fff;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
.dropdown dd {
  position: relative;
}
.dropdown dd ul {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #fff;
  color: #408B7F;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 170px;
  list-style: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #00ADEF !important;
}
.dropdown dt a {
  background: #fff url('../img/sort_desc.png') no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #ccc;
}
.dropdown dt a:focus,
.dropdown dt a:hover {
  color: #5d4617;
  border: 1px solid #5d4617;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 2px;
}
.dropdown span.value {
  display: none;
}
.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}
.flagvisibility {
  display: none;
}
.CRmodeButton {
  color: white;
  background-color: #f47e30;
  border-color: #DD732B;
  width: 100%;
}
.CGCRModeButton {
  background-color: #71BB83;
  border-color: #66ab78;
  color: white;
  width: 100%;
}
.timePickerCursor_zindex {
  cursor: default !important;
  z-index: 1 !important;
}
.dropdownItemsInCG {
  font-weight: 400 !important;
  font-size: 12px;
  float: left;
  margin: 0px auto;
  padding: 2px 0px;
}
.dropdownOtherItemsInCG {
  font-weight: 400 !important;
  font-size: 12px;
}
.bestValueText {
  font-size: 12px;
  text-align: left;
  color: #66ab78;
  margin: 0px auto;
  padding: 2px 0px 1px 0;
  font-weight: 600;
}
.addTeamMemberDropDownList .ngdialog-content {
  width: 600px;
}
.addTeamMemberDropDownList .hint-text {
  margin-top: 2px;
  font-size: 11px;
}
.addTeamMemberDropDownList .user-list {
  margin: 10px 0px;
}
@media all and (max-width: 1276px) and (min-width: 1199px) {
  .allignCentre {
    text-align: center;
  }
}
@media all and (max-width: 1200px) and (min-width: 992px) {
  .allignCentre {
    text-align: center;
  }
}
@media all and (max-width: 991px) and (min-width: 730px) {
  .allignCentre {
    text-align: center;
  }
}
@media all and (max-width: 729px) and (min-width: 677px) {
  .allignCentre {
    text-align: center;
  }
}
@media all and (max-width: 676px) and (min-width: 320px) {
  .allignCentre {
    text-align: center;
  }
}
.vertical-img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 98% !important;
  height: auto !important;
}
.horizontal-img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: none !important;
  height: 100% !important;
}
.landscapePageImage {
  height: 100%;
  width: auto;
}
.potraitPageImage {
  height: auto;
  width: 100%;
}
.drag-enter {
  border: 1px solid #cdcdcd;
  background-color: #fff0f0;
}
.drag-test {
  border: solid 1px #cdcdcd;
  background-color: white;
}
.dragging {
  opacity: 30%;
  box-shadow: 2px 2px 3px #888888;
  cursor: move;
}
.editRemoveDiv {
  height: 46px;
  padding: 10px;
  border-left: 1px solid #cdcdcd;
}
.edit-remove-background {
  background-color: #fafafa;
}
.edit-remove-pink-bg {
  background-color: #fff0f0;
}
.drag-div {
  cursor: move;
  z-index: 2;
  position: relative;
}
.indicator-div {
  stroke: #e0e0e0;
  background-color: #fafafa;
  margin-top: -68px !important;
  position: relative;
  cursor: move;
  padding: 0 0 0 0 !important;
  height: 48px !important;
  border: 1px dashed #ccc;
  overflow: visible;
  z-index: 1;
  text-align: center;
}
.choice-drag-div {
  z-index: 2;
  position: relative;
  cursor: move;
  padding: 0 0 0 0 !important;
  height: 48px !important;
}
.indicator-inner-div {
  padding-top: 14px;
  color: #ccc;
}
.header-btns {
  height: 100%;
}
.ngdialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ngdialog-content {
  width: 400px;
  z-index: 1;
}
/*
* .rtf-question-text
* styles the question when rtf is present
*/
.note-editable.panel-body,
.rtf-question-text {
  color: #333;
}
.note-editable.panel-body p,
.rtf-question-text p,
.note-editable.panel-body h1,
.rtf-question-text h1,
.note-editable.panel-body h2,
.rtf-question-text h2,
.note-editable.panel-body h3,
.rtf-question-text h3,
.note-editable.panel-body h4,
.rtf-question-text h4,
.note-editable.panel-body h5,
.rtf-question-text h5,
.note-editable.panel-body h6,
.rtf-question-text h6,
.note-editable.panel-body ul,
.rtf-question-text ul,
.note-editable.panel-body ol,
.rtf-question-text ol {
  padding-bottom: 5px;
  margin: 0px;
}
.note-editable.panel-body > ul,
.rtf-question-text > ul {
  padding-left: 30px;
}
.note-editable.panel-body > ol,
.rtf-question-text > ol {
  padding-left: 25px;
}
.note-editable.panel-body ol,
.rtf-question-text ol,
.note-editable.panel-body ul,
.rtf-question-text ul {
  padding-left: 20px;
}
.note-editable.panel-body ol > li,
.rtf-question-text ol > li {
  padding-left: 5px;
}
.note-editable.panel-body a,
.rtf-question-text a {
  text-decoration: underline;
}
.note-editable.panel-body.launched-observation,
.rtf-question-text.launched-observation {
  padding-left: 10px;
}
.note-editable.panel-body.launched-observation > *:first-chld,
.rtf-question-text.launched-observation > *:first-chld {
  margin-top: -5px;
}
/*
* .note-btn-group > .dropdown-menu.dropdown-style > li > a
* is a selector for the style dropdown in summernote 
*/
.note-btn-group > .dropdown-menu.dropdown-style > li > a h1,
.rtf-question-text h1,
.note-editable.panel-body h1,
.note-btn-group > .dropdown-menu.dropdown-style > li > a h2,
.rtf-question-text h2,
.note-editable.panel-body h2,
.note-btn-group > .dropdown-menu.dropdown-style > li > a h3,
.rtf-question-text h3,
.note-editable.panel-body h3,
.note-btn-group > .dropdown-menu.dropdown-style > li > a h4,
.rtf-question-text h4,
.note-editable.panel-body h4,
.note-btn-group > .dropdown-menu.dropdown-style > li > a h5,
.rtf-question-text h5,
.note-editable.panel-body h5,
.note-btn-group > .dropdown-menu.dropdown-style > li > a h6,
.rtf-question-text h6,
.note-editable.panel-body h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.note-btn-group > .dropdown-menu.dropdown-style > li > a h1,
.rtf-question-text h1,
.note-editable.panel-body h1 {
  font-size: 36px;
}
.note-btn-group > .dropdown-menu.dropdown-style > li > a h2,
.rtf-question-text h2,
.note-editable.panel-body h2 {
  font-size: 24px;
}
.note-btn-group > .dropdown-menu.dropdown-style > li > a h3,
.rtf-question-text h3,
.note-editable.panel-body h3 {
  font-size: 18px;
}
.note-btn-group > .dropdown-menu.dropdown-style > li > a h4,
.rtf-question-text h4,
.note-editable.panel-body h4 {
  font-size: 16px;
}
.note-btn-group > .dropdown-menu.dropdown-style > li > a h5,
.rtf-question-text h5,
.note-editable.panel-body h5 {
  font-size: 14px;
}
.note-btn-group > .dropdown-menu.dropdown-style > li > a h6,
.rtf-question-text h6,
.note-editable.panel-body h6 {
  font-size: 12px;
}
.modal-max-height {
  max-height: 600px;
  overflow-y: auto;
}
/*Fix for modal scroller when sub modal opened and closed*/
.modal {
  overflow: auto;
}
.unsupported-question-notice {
  margin-top: -22px;
  margin-bottom: 4px;
}
/*
* .tooltip.fade.bottom.in
* changes the zindex of the summernote tooltips.
* this is necessary because summernote is in a 
* modal and the tooltip needs to have a higher
* zindex to appear over it
*/
.tooltip.fade.bottom.in {
  z-index: 1050;
}
/*
* .dropdown-menu.dropdown-style
* removes the stupid animation for dropdowns
* in summernote
*/
.note-btn-group.btn-group > .dropdown-menu.dropdown-style {
  -webkit-animation: none;
  animation: none;
}
/*copy data css*/
.copy-data-selected {
  background-color: lightblue;
}
.no-data-selected {
  display: inline-block;
  margin: 10px 0 10px 3px;
}
.copy-display-inline {
  display: inline-block;
}
.copy-to-users-count {
  font-size: 1.5em;
}
.copy-summary-div {
  padding: 10px;
  overflow: hidden;
}
.copy-summary-title {
  font-size: 15pt;
  font-weight: bold;
}
.copy-summary-user-list {
  font-weight: bold;
  margin-bottom: 10px;
}
.copy-summary-warning {
  color: red;
  font-size: 10pt;
  font-weight: bold;
  line-height: 25px;
}
.copy-summary-font {
  font-size: 11pt;
}
.content-page-btn {
  border-width: 0px !important;
  clear: both;
  display: inline-block;
  float: left;
  justify-content: flex-end;
  margin-top: 10px;
  margin: 10px 0 10px 3px;
  width: 100%;
}
.copy-cont-can-btn {
  float: right;
  margin-left: 3px;
}
.copy-back-btn {
  color: #fff;
  background-color: #00ADEF;
  border-color: #2383ad;
}
.copy-fail-btn {
  width: 85px;
  height: 30px;
  font-size: 10pt;
}
.copy-fail-div {
  width: 700px;
  background-color: #FFFFFF;
  border-radius: 6px;
  font-size: 11pt;
  /* Icon when the collapsible content is hidden */
}
.copy-fail-div .modal-body {
  min-height: 275px;
  max-height: 350px;
}
.copy-fail-div .panel-heading h4:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  margin-left: 15px;
}
.copy-fail-div .panel-heading.collapsed h4:after {
  content: "\e080";
}
.copy-fail-div .modal-footer .continue-next-user p {
  text-align: left;
}
.copy-fail-header {
  width: 100%;
  background-color: #fc7606;
  text-align: left;
  color: white;
  height: 40px;
  border-radius: 4px;
}
.copy-div-content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.copy-fail-font-style {
  font-weight: bold;
}
.copy-start-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 170px;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 6px;
  font-size: 11pt;
  text-align: center;
}
.copy-start-header {
  width: 100%;
  background-color: #5b835b;
  text-align: left;
  color: white;
  height: 40px;
  border-radius: 4px;
}
.copy-start-content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.copy-btn-width {
  width: 100%;
}
.datepicker-container,
.timepicker-container {
  min-width: 100px;
  width: 50%;
}
.datepicker-container,
.timepicker-container {
  min-width: 100px;
  width: 50%;
}
.media-container {
  padding-left: 3.5em;
}
.media-table {
  width: 50% !important;
}
.media-input-file {
  display: inline-block !important;
}
.media-upload-form-element {
  display: block;
  margin: 0 0 10px 0;
}
.media-upload-form-file-picker {
  display: block;
}
.media-upload-sub-header {
  font-weight: bold;
  margin: 0;
}
.media-upload-warning {
  margin-bottom: 10px;
  margin-top: 2px;
}
.device-button {
  font-size: 11pt;
  width: 120px;
  height: 40px;
  background-color: gainsboro;
  color: black;
}
.device-disconnect {
  margin-right: 15px !important;
  display: inline-block;
}
.device-margin {
  margin-top: 20px !important;
}
.device-margin h4 {
  margin-bottom: 1cm;
}
.device-margin table {
  table-layout: fixed;
}
.device-margin table #device-application-header {
  width: 15%;
}
.device-margin table #device-description-header {
  width: 35%;
}
.device-margin table td {
  vertical-align: middle;
}
.device-margin table td .device-name {
  padding-bottom: 4px;
}
.device-div-padding {
  padding-bottom: 13px !important;
}
.profile-caf-info p {
  margin: 0 !important;
}
.device-success-font-size p,
.device-error-font-size p {
  font-size: 15px;
}
.media-upload-hint {
  color: gray;
  margin-bottom: 10px;
}
.devices-width {
  width: 100%;
}
.devices-modal-style {
  margin-top: 16%;
}
.devices-table-div {
  margin-bottom: 10px;
}
ul.pagination li.active > a:before {
  content: none;
}
.custom-paginate-margin .pagination {
  margin: 0 !important;
}
.mozzaz-table tr td,
.mozzaz-table tr th,
.mozzaz-table thead {
  border: 1px solid #74bc86;
}
.mozzaz-table tfoot tr td {
  border: none;
}
.mozzaz-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.mozzaz-table tbody tr.copy-data-selected {
  background-color: lightblue;
}
.dashboard-table tr td,
.dashboard-table tr th,
.dashboard-table thead {
  border: 1px solid #74bc86;
}
.dashboard-table tfoot tr td {
  border: none;
}
.dashboard-table tbody tr.copy-data-selected {
  background-color: lightblue;
}
.my-text-center {
  text-align: center;
}
.st-results {
  color: #9c9c9c;
  font-style: italic;
  font-weight: bold;
  padding: 20px 0 20px 5px;
  height: 0;
}
.st-results .num-result {
  color: #6d6d6d;
}
@media (min-width: 992px) {
  .st-results {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .st-pagination-container {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .st-num-results {
    text-align: right;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .st-num-results {
    height: 50px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .st-pagination {
    display: inline-block;
    padding-left: 10px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .st-pagination {
    height: 50px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #organ-list-contents-copy-to,
  #organ-list-contents-copy-from {
    width: 50%;
  }
}
.care-team-toggle-menu-list {
  animation-name: none;
  padding: 0 !important;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}
.care-team-toggle-menu-list-items {
  max-height: 250px;
  overflow-y: auto;
}
.caf-toggle-menu-list {
  animation-name: none;
  padding: 0 !important;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  width: 21.5em;
}
.caf-toggle-menu-list-items {
  height: 350px;
  overflow-y: auto;
}
.caf-toggle-menu-item {
  text-align: left;
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caf-toggle-menu-item div {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caf-toggle-menu-item div input {
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 5px;
}
.caf-toggle-menu-item div span {
  vertical-align: middle;
}
.horizontal-scroll-overflow {
  overflow-x: auto;
}
.org-user-table-header {
  max-width: 15em;
  min-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-toggle-dropdown-btn {
  width: 21.5em;
}
.care-team-user-toggele {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.graphDiv {
  padding: 5px;
}
#login-div {
  margin-left: -220px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 979px) {
  #login-div {
    margin-left: 0;
  }
}
.login-input {
  border-radius: 6px !important;
  height: 40px !important;
  font-size: 12pt !important;
}
.login-margin-bottom {
  margin-bottom: 20px !important;
}
.login-btn-center {
  display: flex !important;
  justify-content: center !important;
}
.login-button {
  line-height: 0.1 !important;
  font-size: 14pt !important;
  width: 100% !important;
  height: 39px !important;
  border-radius: 6px !important;
}
.upload-media-boxes {
  overflow: hidden;
  width: 500px;
}
.upload-media-boxes > div {
  margin-top: 5px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-sync {
  margin-left: 20px;
  padding: 6px 20px 6px 20px;
}
.prog-bar {
  margin-left: 0px;
  height: 15px;
  overflow: hidden;
  width: 430px;
  margin-bottom: 30px;
}
.prog-bar-text {
  margin: 0px 4px 2px 0px;
}
#fileName {
  padding: 5px;
  width: 90%;
}
.upload-submit {
  padding-left: 0px;
}
.ng-scope .demo-liveupdate-1 {
  left: 0px;
  top: 10px;
}
.rtf-question-text.launched-observation {
  padding-left: 0px;
}
.header-observation {
  border-bottom: 1px dashed grey;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  color: #70ba83;
  background: #fff;
}
.header-observation > div {
  margin: 10px;
}
.bottom-border2 {
  border-bottom: 1px solid grey;
}
.smart-form :last-child > div {
  border: 0px;
}
.buttonYes {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 13.5px;
  width: 72px;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  border-color: #C8C8C8;
  border-width: 1.3px;
}
.buttonYes:hover {
  background-color: #1E8449;
}
.buttonYes:active {
  background-color: #1E8449;
  transform: translateY(2px);
}
.buttonNo {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 13.5px;
  width: 72px;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
  border-color: #C8C8C8;
  border-width: 1.3px;
}
.buttonNo:hover {
  background-color: #900000;
}
.buttonNo:active {
  background-color: #900000;
  transform: translateY(2px);
}
.border-for-e-sig {
  border-style: solid;
  border-width: 1px;
  height: 44px;
  width: 280px;
  border-radius: 3px;
  text-align: center;
}
.grid {
  width: 270px;
  height: 150px;
}
.datepickerCellClass {
  width: 200px;
}
.login-error-message {
  white-space: pre-line;
}
.row-custom {
  max-width: 100%;
}
.form-group-custom {
  overflow: hidden;
  width: 100%;
}
.max-width-99 {
  max-width: 99% !important;
}
.org-settings {
  font-size: 15px;
  overflow: hidden;
  background: #fff;
  padding-left: 5px;
}
.org-settings .radio {
  margin-left: 7px;
}
.org-settings-row {
  margin-top: 10px;
}
.org-settings-row input {
  margin-left: 50px;
  width: 10%;
  padding: 5px;
}
.org-settings-row input::placeholder {
  font-size: 10px;
}
.days-expiry {
  margin-left: 10px;
}
.password-age-error {
  margin-left: 227px;
}
.org-settings-onoff {
  margin-left: 55px !important;
}
@media only screen and (min-device-width: 979px) {
  #expiryResetPassword-page {
    margin-left: -220px;
  }
}
#expiryResetPassword-page input {
  margin-top: 5px;
  padding: 0px 5px;
}
#expiryResetPassword-page .control-label {
  margin: 10px;
}
#expiryResetPassword-page button {
  width: 103%;
}
.session-expiry-option {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 0px;
}
.no-bottom-margin {
  margin-bottom: 0px !important;
}
.session-span {
  margin-left: 15px;
}
.session-margin-btn {
  margin-left: 15px;
}
.session-btn-padding {
  padding: 10px 0;
}
.session-border-bottom {
  border-bottom: 1px solid lightgrey;
}
.session-heading {
  font-size: 12pt;
}
.session-content {
  font-size: 11pt;
}
.session-font-style {
  font-style: italic;
}
.float-right {
  float: right;
}
.display-inline-block {
  display: inline-block;
}
.checkbox-disable {
  opacity: 0.5;
  pointer-events: none;
}
/*role management*/
.collapse-icon {
  float: left !important;
}
.parent-row-color {
  background-color: #f2f2f2 !important;
  font-weight: bold;
}
.parent-child-row-color {
  background-color: white !important;
  font-weight: bold;
}
.other-row-color {
  background-color: white !important;
}
.parent-row-border {
  border: 3px solid #74bc86;
}
.icon-margin {
  margin-right: 10px;
}
.checkbox-center {
  text-align: center;
}
.checkbox-size-enlarged {
  zoom: 1.4;
}
.role-name-wrap {
  word-wrap: break-word;
}
.role-error-title {
  color: red;
  margin-top: -15px;
  margin-bottom: 10px;
  text-align: left;
}
.table-layout {
  table-layout: fixed;
}
.entity-width {
  width: 15% !important;
}
.perm-width {
  max-width: 15% !important;
  min-height: 10% !important;
  width: 12.5% !important;
  word-wrap: break-word;
}
#outer_container {
  display: flex;
  height: 675px;
}
.left_container {
  overflow: hidden;
}
#xrow,
#xheader {
  display: flex;
}
#xheader {
  position: sticky;
  top: 0px;
  z-index: 2;
  font-weight: bold;
  font-size: 12px;
  vertical-align: bottom;
}
#xrow > div,
#xheader > div {
  min-width: 150px;
  flex-grow: 1;
  padding: 8px 10px;
}
.xcontainer {
  overflow: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.xcontainer > * {
  overflow: visible;
  min-height: 45px;
}
.cell {
  padding: 8px 10px;
}
.colored_sides {
  border-left: 0.5px solid #74bc86;
  border-right: 0.5px solid #74bc86;
}
.colored_bottom {
  border-bottom: 0.5px solid #74bc86;
}
.colored_right {
  border-right: 0.5px solid #74bc86;
}
.disable-a-tag {
  color: #AAAAAA !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.smart-form .org-field {
  margin-bottom: 10px;
}
.smart-form .org-field-btn {
  float: left;
  margin-right: 50px;
  margin-top: 10px;
}
.smart-form .org-field-btn .btn,
.smart-form .fileUpload {
  padding: 6px 12px;
}
.org-tab {
  margin-top: 5px;
}
.tabDisabled {
  cursor: not-allowed;
  pointer-events: none;
}
/*role management tooltip*/
.tooltip-role + .tooltip > .tooltip-inner {
  max-width: 500px;
  background-color: #f2f2f2;
  color: #333;
  text-align: left;
  border-radius: 4px;
  padding: 5px;
  font-size: 11px;
  box-shadow: 1px 1px 1px 1px #CCC;
  margin-top: 6px;
  margin-left: -25px !important;
}
.tooltip-role + .tooltip.right > .tooltip-arrow {
  border-style: none;
}
.role-tooltip-msg {
  width: 300%;
  font-size: 11pt;
  font-style: italic;
}
.prompt-tooltip.glyphicon-info-sign:before {
  color: #2383ad;
}
/*Bootstrap tooltip and Smart-admin tooltip overriding css to make required UI */
.tooltip {
  opacity: 1 !important;
  background: none !important;
}
.tooltip .tooltip-arrow {
  border-style: none;
}
.tooltip-inner {
  max-width: 500px;
  background-color: #f2f2f2;
  color: #333;
  text-align: left;
  border-radius: 4px;
  padding: 5px;
  font-size: 11px;
  box-shadow: 1px 1px 1px 1px #CCC;
  word-wrap: break-word;
}
.prompt-tooltip-icon {
  padding: 0px 5px 0px 5px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  width: 22px;
  color: white;
  background-color: #2383ad;
}
.bootstrap-tooltip-fix-wrapper {
  position: relative;
}
.bootstrap-tooltip-fix-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.view-form-history-tooltip {
  width: 133px;
  height: 25px;
  cursor: not-allowed;
}
.form-history-export-btn-tooltip {
  width: 100%;
  height: 36px;
  cursor: not-allowed;
}
.manage-form-entry-tooltip {
  width: 98%;
  height: 126%;
}
.manage-entries-enable {
  background-color: #00ADEF;
  color: white !important;
}
.add-form-entry-tooltip {
  height: 126%;
  width: 98%;
}
.msg_spacing {
  margin-top: 5px;
}
/*obseravtion management*/
.cancel-button-margin {
  margin-right: 10px;
}
.ques-div-position {
  position: static !important;
}
/* session management auto logout */
.session-duration {
  margin-left: 10px;
}
.session-logout-error {
  margin-left: 236px;
}
.session-duration-Display {
  margin-left: 236px;
}
.session-timeout {
  margin-left: 110px !important;
}
.input-session-duration {
  margin-left: 115px !important;
}
.input-session-duration-minutes {
  margin-left: 20px !important;
  width: 111px !important;
}
.session-duration-minutes {
  margin-left: 121px;
}
.password-expiry {
  margin-left: 110px !important;
}
.input-password-duration {
  margin-left: 65px !important;
}
.advanced-password-settings {
  margin-left: 20px !important;
}
.advanced-password-settings-display {
  margin-left: 50px;
}
.MessageBoxContainerBlue {
  top: 35%;
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #00ADEF;
  padding: 20px;
}
.MessageBoxContainerBlue input,
.MessageBoxContainerBlue select {
  width: 50%;
  padding: 5px;
}
.MessageBoxContainerBlue {
  top: 25%;
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #00ADEF;
}
.MessageBoxContainerBlue input,
.MessageBoxContainerBlue select {
  width: 50%;
  padding: 5px;
}
/* Form History list page */
.formHistory-list-Cancel-buttons {
  clear: both;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  border-width: 0px !important;
}
.formHistory-list-content-copy-buttons button {
  margin: 10px 0 10px 3px;
}
.formHistoryStyleYes {
  background-color: #70ba83;
}
.formHistoryStyleNo {
  background-color: #C70039;
}
/*tool tip for rule configuration in the formlist */
.enable-form-editing-tooltip {
  width: 55px;
  height: 45px;
  cursor: not-allowed;
}
.rule-config-tooltip {
  width: 110px;
  height: 26px;
}
.enable-form-editing-cursor {
  cursor: not-allowed;
}
.pointer-events-none {
  pointer-events: none;
}
.lightgray-text {
  color: lightgray;
}
/*Anti-bootstrap*/
.form-control[readonly] {
  background-color: white !important;
}
.number-field {
  width: 40px;
}
.advanced-settings .checkbox {
  margin-bottom: 5px;
}
.advanced-settings .options {
  padding-left: 20px;
}
.default-viewLT-tooltip {
  cursor: pointer;
}
/**hitrust passowrd strength**/
.restpassword-span {
  margin-bottom: 9px;
}
.reset-password-div {
  margin-left: 41.7%;
  font-size: 12px;
}
.criteria {
  font-size: 12px;
}
.expiry-password-div {
  margin-left: 41.7% !important;
}
/* Commenting-out as this needs proper testing - impact on Question list - moving question by drag n drop
// iOS iframe scrolling fix
html, body {
    -webkit-overflow-scrolling: touch;
}

//iOS embedded view forms page fix
@media screen and (max-width: 1199px) {
    .modal-backdrop {
    display: none !important;
    }
}
*/
.timer-btn,
.counter-btn.btn-default {
  padding: 5px !important;
  height: 34px;
}
.timer-start-stop-btn {
  padding: 5px !important;
  height: 34px;
  border-radius: 0 2px 2px 0 !important;
  width: 75px !important;
}
.timer-container {
  display: block !important;
}
.counter-btn.btn-success,
.counter-btn.btn-danger {
  margin-top: 5px !important;
  padding: 3px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: 34px !important;
}
.counter-btn.btn-success {
  border-radius: 0 2px 2px 0 !important;
}
.counter-btn.btn-danger {
  border-radius: 2px 0 0 2px !important;
}
.counter-btn.counter-reset,
.timer-reset-button {
  margin-top: 5px;
  margin-right: 10% !important;
}
.timer-question {
  width: 50% !important;
  border-right: 0 !important;
  float: none !important;
  vertical-align: bottom;
}
.counter-input input {
  border-right: 0 !important;
  border-left: 0 !important;
  float: none !important;
  cursor: not-allowed !important;
  text-align: center;
}
.counter-input {
  width: 40% !important;
  border-right: 0 !important;
  border-left: 0 !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: bottom;
}
#divInner {
  left: 0;
  position: sticky;
  text-align: center;
}
#divOuter {
  width: 260px;
  overflow: hidden;
  margin: 0 auto;
}
#otp-div {
  margin-left: -220px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 979px) {
  #otp-div {
    margin-left: 0;
  }
}
.otpField {
  width: 45px;
  border: none;
  border-bottom: 1px solid #666;
  margin-right: 16px !important;
  background-color: #efefef;
  text-align: center;
  font-size: 11pt;
}
.otpField:last-child {
  margin-right: 0px !important;
}
.talk-user-button {
  margin-top: 6px;
  width: 100%;
  display: block;
}
.message-button {
  display: flex;
}
.message-button-content {
  margin-left: auto;
  flex-shrink: 0;
}
.message-box {
  padding-top: 10px;
  width: 100%;
  display: flex;
}
.message-connection-error {
  background-color: #F47E30;
  color: white;
  font-weight: bold;
  display: flex;
  position: sticky;
  top: 0px;
  padding: 5px;
}
.message-connection-error i {
  margin: auto;
}
.message-connection-error span {
  flex: 1;
  text-align: center;
}
#messageContainer {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  box-sizing: border-box;
  border: 2px solid lightgray;
  border-radius: 5px;
  overflow: auto;
  max-height: 50vh;
  min-height: 50vh;
}
.message-bubble {
  padding: 5px;
  margin: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.notification-row {
  margin: 10px;
}
.notification-container {
  border: 0px solid #CFD6D1;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  transition: max-height 1s ease 0s;
  -moz-transition: max-height 1s ease 0s;
  -webkit-transition: max-height 1s ease 0s;
  overflow-y: auto;
  max-height: 50vh;
  max-width: 600px;
  position: absolute;
  top: 49px;
  right: 50px;
  padding: 0px;
  z-index: 1053;
}
#notification-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1052;
}
.blinking {
  opacity: 1;
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
/** Repeat Interval option**/
.repeat-Interval-EndTime {
  margin-left: 336px;
  margin-top: -26px;
}
/** CAF **/
.hide_cafquestion_options {
  display: none;
}
.caf-settings-add-button {
  margin-left: 10%;
  margin-top: -5%;
  width: 60%;
  padding: 8px !important;
}
/*custom account field*/
.caf-settings-edit-button {
  margin-left: 10%;
  margin-top: -60px;
  width: 60%;
}
.caf-title-padding {
  padding: 3px !important;
}
.caf-textArea-padding {
  padding: 10px 3px 3px 3px !important;
}
.caf-settings-edit-span-padding {
  padding: 8px !important;
}
.caf-settings-add-span {
  margin-right: 11%;
}
.caf-settings-paragaph {
  margin-top: 23px !important;
}
.phi-pii-note {
  float: left;
  color: black;
}
.phi-pii-note a {
  color: #00ADEF;
}
.RTE-PHI-note {
  width: 450px;
}
/** Reminder design**/
.reminder-box {
  border: 1px solid #aeaeae ;
  margin-bottom: 20px;
}
.reminder-header {
  display: flex;
  min-height: 40px;
}
.reminder-header p {
  margin: 0px;
  align-self: center;
}
.reminder-header-divider {
  display: flex;
  border-bottom: 1px solid #aeaeae;
  padding: 0px !important;
  margin-right: -13px !important;
  margin-left: -13px !important;
}
.reminder-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.reminder-body p {
  margin: 0px;
  align-self: center;
  transition: max-height 0.2s ease-out;
}
.reminder-body-button {
  min-width: 70px;
}
.reminder-frequency-number {
  border: none;
  margin-left: 5px;
  width: 50px;
  text-align: center;
}
.reminder-frequency-unit {
  border: none;
  padding: 3px !important;
  background: #F5F5F5;
}
.reminder-collapse {
  height: 25px;
  width: 25px;
  background-color: #00ADEF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/** Start Form Management -  Delete Form  **/
#deleteFormPopup {
  color: inherit;
  font-size: inherit;
  /* Icon when the collapsible content is hidden */
}
#deleteFormPopup .modal-body {
  height: 350px;
}
#deleteFormPopup .scheduleEventsListTable,
#deleteFormPopup .pagesListTable {
  width: 100%;
}
#deleteFormPopup .scheduleEventsListTable th,
#deleteFormPopup .pagesListTable th,
#deleteFormPopup .scheduleEventsListTable td,
#deleteFormPopup .pagesListTable td {
  border: 1px solid black;
  padding-left: 5px;
}
#deleteFormPopup .panel-heading h4:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  margin-left: 15px;
}
#deleteFormPopup .panel-heading.collapsed h4:after {
  content: "\e080";
}
/** END Form Management -  Delete Form **/
.formSubmissionQuestion {
  padding: 33px 33px 33px 20px;
  width: 50%;
}
.formSubmissionQuestion div,
.formSubmissionQuestion span {
  width: 100%;
  padding: 0px 13px 0px 13px;
}
.formSubmissionAnswer {
  padding: 33px 33px 33px 33px;
  width: 50%;
}
.formSubmissionAnswer div,
.formSubmissionAnswer span {
  width: 100%;
  padding: 0px !important;
}
#formSubmissionResults {
  width: 100%;
}
#formSubmissionResults tbody tr td {
  vertical-align: top;
}
.printOnlyLabel {
  display: none;
}
@media print {
  /** hiding headers, buttons, etc, when printing **/
  #content {
    height: 100% !important;
  }
  header {
    display: none !important;
  }
  #left-panel {
    display: none !important;
  }
  #ribbon {
    display: none !important;
  }
  #timerControls {
    display: none !important;
  }
  button {
    display: none !important;
  }
  .ng-hide {
    display: none !important;
  }
  #emptyListInlineMessage {
    display: none !important;
  }
  #ObservationFilterpopup {
    display: none !important;
  }
  .form-history-export-btn-tooltip {
    display: none !important;
  }
  #ui-datepicker-div {
    display: none !important;
  }
  /** the header in the form submission page must be 'sticky' when printing **/
  #sticky {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100% !important;
  }
  /** formatting form submissions for print: less spacing, controlled page breaks, fixed spacing with header **/
  #formSubmissionResults tr {
    display: block;
    page-break-inside: avoid !important;
  }
  #formSubmissionResults td {
    display: inline-block;
    page-break-inside: avoid !important;
    width: 49.75%;
  }
  #formSubmissionResults thead tr {
    border-bottom: 1px dashed #cdcdcd;
  }
  #formSubmissionResults tbody tr td span {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .formSubmissionQuestion {
    padding: 2px 13px 2px 0px;
    width: 50%;
  }
  .formSubmissionAnswer {
    padding: 2px 0px 2px 0px;
    width: 50%;
  }
  .print-header-spacer {
    height: 63px;
  }
  #submission-content-container {
    padding: 0px !important;
  }
  .ResultColumn {
    border-bottom: none;
  }
  .ResultColumn div {
    width: 49.5%;
    padding: 0px !important;
  }
  .printOnlyLabel {
    display: inline-block !important;
  }
  article.sortable-grid {
    min-height: 0px !important;
  }
  h3 {
    margin: 0px !important;
  }
}
/* START: Talk iFrame */
#talk-iframe {
  width: 100%;
  height: calc(100vh - 95px);
  position: absolute;
  top: 0;
  left: 0;
}
#rpm-iframe {
  border: 0;
  width: 100%;
  height: calc(100vh - 212px);
  position: absolute;
  top: 0;
  left: 0;
}
#rpm-iframe-container {
  height: calc(100vh - 212px);
}
#my-progress-iframe {
  border: 0;
  width: 100%;
  height: calc(100vh - 212px);
  position: absolute;
  top: 60;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
#my-progress-iframe-container {
  height: calc(100vh - 272px);
}
/* END: Talk iFrame */
/**************** Start -  Client List Page CSS  **************/
.paginated-table ul {
  margin: 0 !important;
}
.paginated-table .st-results {
  text-align: right !important;
}
.organisation-pagination {
  padding-bottom: 8px;
}
.organisation-pagination ul {
  margin: 0 !important;
}
.organisation-pagination .st-results {
  padding: 0 0 20px 0 !important;
  text-align: left !important;
}
.client-list-page .client-list-data .global-search-and-customize-column-block {
  display: inline-block;
}
.client-list-page .client-list-data .global-search-and-customize-column-block .global-search-block {
  float: left;
  padding-top: 2px;
  margin-right: 5px;
}
.client-list-page .client-list-data .global-search-and-customize-column-block .customize-column-block {
  float: left;
  padding-top: 2px;
}
.client-list-page .client-list-data .client-list-table-div {
  height: auto;
  overflow-y: auto;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table thead th {
  width: 15em;
  min-width: 10em;
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-list-action-container {
  width: 175px;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .action-buttons-column a div {
  text-align: left;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .action-buttons a {
  display: inline-table;
  width: 85px;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .action-buttons .loggedInProf {
  width: 170px;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .action-buttons .ManagingButton {
  margin-bottom: 3px;
  background-color: #2A95C5;
  color: white;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-list-table-image {
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-list-table-pin {
  text-align: center;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-list-table-pin i {
  cursor: pointer;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-list-table-pinned {
  color: #FF9900;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-list-table-unpinned {
  color: #999999;
}
.client-list-page .client-list-data .client-list-table-div .client-list-table .client-user-table-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-list-page .client-list-data .pagination-block {
  display: inline-block;
  width: 75%;
}
/**************** END -  Client List Page CSS  **************/
/* Start App Laucher Page CSS  ****/
.kcAppLauncher .buttonDiv {
  height: 700px;
}
.kcAppLauncher .buttonDiv h1,
.kcAppLauncher .buttonDiv h2,
.kcAppLauncher .buttonDiv h3,
.kcAppLauncher .buttonDiv h4,
.kcAppLauncher .buttonDiv h5,
.kcAppLauncher .buttonDiv h6 {
  font-family: Calibri;
  font-style: normal;
}
.kcAppLauncher .buttonDiv h1 {
  font-size: 48px;
  color: #58595B;
}
.kcAppLauncher .buttonDiv td,
.kcAppLauncher .buttonDiv th {
  font-family: Calibri;
  color: #58595B;
  font-size: 24px;
}
.kcAppLauncher .buttonDiv td {
  padding: 10px;
}
.kcAppLauncher .buttonDiv tr > :first-child {
  width: 250px;
}
.kcAppLauncher .buttonDiv button {
  background-color: #00ADEF;
  border-color: #2383ad;
  width: 250px;
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
  padding: 14px 25px;
}
@media (max-width: 1375px) {
  .timer-input {
    width: 150px;
  }
}
@media (min-width: 1376px) and (max-width: 1499px) {
  .timer-input {
    width: 200px;
  }
}
@media (min-width: 1500px) {
  .timer-input {
    width: 250px;
  }
}
@media (min-width: 881px) and (max-width: 1326px) {
  .floating-timer-window {
    width: 100% !important;
    margin-right: -5px;
  }
  .timer-control-right {
    justify-content: right;
  }
}
@media (max-width: 880px) {
  .floating-timer-window {
    width: auto !important;
  }
}
@media (min-width: 1327px) {
  .floating-timer-window {
    width: auto !important;
  }
}
@font-face {
  font-family: 'proxima-nova-medium';
  src: url('../fonts/Proxima-Nova-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'proxima-nova-regular';
  src: url('../fonts/Proxima-Nova.otf') format('opentype');
}
@font-face {
  font-family: 'proxima-nova-semibold';
  src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
}
@font-face {
  font-family: 'proxima-soft-medium';
  src: url('../fonts/Proxima-Soft-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'proxima-soft-regular';
  src: url('../fonts/Proxima-Soft-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'proxima-soft-semibold';
  src: url('../fonts/Proxima-Soft-Semibold.otf') format('opentype');
}
.sub-orgs-template input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.sub-orgs-template input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 16px;
  color: transparent !important;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #0074BF;
  border-radius: 4px;
}
.sub-orgs-template input[type=checkbox]:disabled:checked:before {
  color: gray !important;
}
.sub-orgs-template input[type=checkbox]:checked:before {
  color: #0074BF !important;
}
.sub-orgs-template h2 {
  color: #2E2E2E;
  font-size: 20px;
  font-family: 'proxima-soft-semibold';
}
.sub-orgs-template h3 {
  font-family: 'proxima-nova-medium';
  color: #2E2E2E;
  font-size: 16px;
}
.sub-orgs-template p {
  font-family: 'proxima-nova-medium';
  margin: 0px;
  color: #58595B;
  font-size: 14px;
}
.sub-orgs-template input[type=text],
.sub-orgs-template input[type=password] {
  width: 100%;
  color: #58595B !important;
  background-color: #FFFFFF !important;
  font-size: 16px;
  border-radius: 8px !important;
  border-color: #58595B;
  height: 40px;
  font-family: 'proxima-nova-medium';
}
.sub-orgs-template .vertical-space {
  padding-bottom: 5px;
  padding-top: 5px;
}
.sub-orgs-template .save-btn {
  background-color: #0074BF;
  border-radius: 8px;
  border-color: transparent;
  font-family: "proxima-soft-semibold";
  color: #FFFFFF;
  height: 40px;
  font-size: 16px;
  min-width: 100px;
}
.sub-orgs-template .save-btn:hover,
.sub-orgs-template .save-btn[hover],
.sub-orgs-template .cancel-btn:hover,
.sub-orgs-template .cancel-btn[hover] {
  box-shadow: 0 0 11px #0074BF;
}
.sub-orgs-template .save-btn:disabled,
.sub-orgs-template .save-btn[disabled] {
  background-color: #AEAEAE;
  box-shadow: none;
}
.sub-orgs-template .cancel-btn {
  background-color: #FFFFFF;
  border-radius: 8px;
  border-color: #0074BF;
  font-family: "proxima-soft-semibold";
  color: #0074BF;
  height: 40px;
  font-size: 16px;
  border-width: 1px;
  margin-right: 10px;
  min-width: 100px;
}
.sub-orgs-template .fullWidth {
  width: 100%;
}
.sub-orgs-template .mozzaz-table .table-header-column {
  background-color: #0074BF !important;
  color: #fff;
  cursor: pointer !important;
}
.sub-orgs-template .mozzaz-table span {
  font-family: "proxima-nova-medium";
}
.sub-orgs-template .mozzaz-table tr td,
.sub-orgs-template .mozzaz-table tr th,
.sub-orgs-template .mozzaz-table thead {
  border: 0px;
  font-size: 16px;
}
.sub-orgs-template .mozzaz-table th {
  font-family: "proxima-soft-semibold";
}
.sub-orgs-template .mozzaz-table tfoot tr td {
  border: none;
}
.sub-orgs-template .mozzaz-table tbody {
  border: 1px solid #AEAEAE;
}
.sub-orgs-template .mozzaz-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.sub-orgs-template .mozzaz-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.sub-orgs-template .mozzaz-table tbody tr.copy-data-selected {
  background-color: lightblue;
}
.sub-orgs-template .mozzaz-table .num-result {
  font-family: "proxima-nova-medium";
  font-size: 16px;
  color: #58595B;
}
.sub-orgs-template .mozzaz-table .st-results {
  font-family: "proxima-nova-medium";
  font-size: 16px;
  color: #AEAEAE;
  font-style: normal;
}
.sub-orgs-template .mozzaz-table .pagination > li > a {
  font-family: "proxima-nova-medium";
  color: #0074BF;
}
.sub-orgs-template .mozzaz-table .pagination > .active > a {
  font-family: "proxima-nova-medium";
  color: #ffffff;
  background-color: #0074BF;
  border-color: #0074BF;
}
.sub-orgs-template .criteria p {
  font-family: 'proxima-soft-medium';
  font-size: 14px;
}
.sub-orgs-template label {
  font-family: 'proxima-soft-medium';
  font-size: 14px;
}
.sub-orgs-template .dropdown button {
  height: 40px;
  color: #58595B !important;
  background-color: #FFFFFF !important;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: #58595B;
  font-family: 'proxima-nova-medium';
}
.sub-orgs-template .dropdown button span {
  color: #0074BF;
}
.sub-orgs-template .dropdown ul {
  min-width: 100%;
  border-radius: 10px;
  border: none;
}
.sub-orgs-template .dropdown li {
  color: #004579;
  font-family: 'proxima-nova-medium';
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
.sub-orgs-dropdown {
  align-items: center;
  display: flex;
}
.sub-orgs-dropdown button {
  color: #FFFFFF !important;
  background-color: #0074BF !important;
  font-size: 16px;
  min-width: 170px;
  max-width: 200px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-orgs-dropdown ul {
  min-width: 170px;
  border-radius: 10px;
  border: none;
  max-height: 50vh;
  overflow-y: auto;
}
.sub-orgs-dropdown li {
  color: #0074BF;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
.rpm-entry-form-search input {
  border: 1px solid #ccc;
  border-radius: 8px !important;
}
.fitnes-entry-form .refund-modal {
  width: 500px !important;
  top: 35% !important;
}
.fitnes-entry-form .refund-modal-content {
  border-radius: 16px;
  padding: 0 16px 16px 16px;
}
.fitnes-entry-form .refund-modal-header {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.fitnes-entry-form .refund-modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #004579;
  padding: 10px;
}
.fitnes-entry-form .refund-modal-close-btn {
  padding-right: 10px;
  color: #004579 !important;
}
.fitnes-entry-form .refund-modal-body {
  padding: 0 10px;
}
.fitnes-entry-form .refund-modal-body p {
  font-size: 16px;
  line-height: 23px;
}
.fitnes-entry-form .refund-modal-button {
  box-shadow: none !important;
  height: 36px !important;
  font-size: 16px;
  line-height: 16px;
}
.fitnes-entry-form .refund-modal-button-container {
  display: flex;
  justify-content: right;
  padding-top: 12px;
}
.fitnes-entry-form .refund-status p {
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #58595B;
}
.fitnes-entry-form .refund-status .success {
  font-size: 20px;
  line-height: 24px;
  color: #1E8449;
  padding-right: 4px;
}
.fitnes-entry-form .refund-status .failure {
  font-size: 20px;
  line-height: 24px;
  color: #C70039;
  padding-right: 4px;
}
.fitnes-entry-form td .cancel-btn {
  box-shadow: none !important;
  font-size: 14px;
  height: auto;
}
.fitnes-entry-form .table-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fitnes-entry-form table,
.fitnes-entry-form th,
.fitnes-entry-form td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
}
.fitnes-entry-form table {
  width: 100%;
}
.fitnes-entry-form th {
  padding: 5px;
  color: #004579;
  font-weight: bold;
  text-align: center;
}
.fitnes-entry-form td {
  padding: 5px;
  text-align: center;
}
.fitnes-entry-form tr {
  font-size: 14px;
}
.fitnes-entry-form .filter-container {
  display: flex;
  align-items: center;
}
.fitnes-entry-form .filter-label {
  color: #004579;
  font-size: 14px;
  padding: 0 8px 0 0;
  margin: 0;
}
.fitnes-entry-form .visit-details-elements {
  display: flex;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.fitnes-entry-form .visit-details-elements .filter-label {
  min-width: 100px;
}
.fitnes-entry-form .visit-details-elements .dropdown-toggle {
  min-width: 250px;
}
.fitnes-entry-form .visit-details-elements .dropdown-menu {
  min-width: 250px;
}
.fitnes-entry-form .required-field {
  color: #E00000;
}
.fitnes-entry-form .footer-save-btn {
  padding: 5px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.fitnes-entry-form .center-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fitnes-entry-form .save-btn {
  background-color: #0074BF;
  border-radius: 8px;
  border-color: transparent;
  color: #FFFFFF;
  height: 40px;
  font-size: 16px;
  min-width: 100px;
}
.fitnes-entry-form .size-small {
  height: 30px !important;
  font-size: 14px !important;
  min-width: 60px !important;
}
.fitnes-entry-form .save-btn:hover,
.fitnes-entry-form .save-btn[hover],
.fitnes-entry-form .cancel-btn:hover,
.fitnes-entry-form .cancel-btn[hover] {
  box-shadow: 0 0 11px #0074BF;
}
.fitnes-entry-form .save-btn:disabled,
.fitnes-entry-form .save-btn[disabled] {
  background-color: #AEAEAE;
  box-shadow: none;
}
.fitnes-entry-form .cancel-btn {
  background-color: #FFFFFF;
  border-radius: 8px;
  border-color: #0074BF;
  color: #0074BF;
  height: 40px;
  font-size: 16px;
  border-width: 1px;
  margin-right: 10px;
  min-width: 100px;
}
.fitnes-entry-form .no-border {
  border: none !important;
  background: white;
}
.fitnes-entry-form .purchase-url-info {
  font-size: 16px;
}
.fitnes-entry-form .summary-label {
  font-size: 16px;
}
.fitnes-entry-form .visit-detailes-note {
  margin: 0;
  padding: 8px 0 8px 0;
  font-size: 12px;
}
.fitnes-entry-form .dropdown-toggle {
  min-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: none;
}
.fitnes-entry-form .caret {
  color: #004579;
}
.fitnes-entry-form ul {
  padding: 0 !important;
}
.fitnes-entry-form .dropdown-menu {
  min-width: 200px;
  border-radius: 5px;
}
.fitnes-entry-form .dropdown-menu li {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
}
.fitnes-entry-form .dropdown-menu li:hover {
  background: #0074BF;
  color: #fff;
}
.fitnes-entry-form .account-details p {
  margin: 0 !important;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 16px;
}
.fitnes-entry-form .account-details .label {
  width: 40%;
  font-weight: bold;
  color: #004579;
}
.fitnes-entry-form .account-details .value {
  width: 60%;
  text-align: left !important;
  padding-left: 10px;
}
.rpm-entry-form .save-btn {
  background-color: #0074BF;
  border-radius: 8px;
  border-color: transparent;
  color: #FFFFFF;
  height: 40px;
  font-size: 16px;
  min-width: 100px;
}
.rpm-entry-form .save-btn:hover,
.rpm-entry-form .save-btn[hover],
.rpm-entry-form .cancel-btn:hover,
.rpm-entry-form .cancel-btn[hover] {
  box-shadow: 0 0 11px #0074BF;
}
.rpm-entry-form .save-btn:disabled,
.rpm-entry-form .save-btn[disabled] {
  background-color: #AEAEAE;
  box-shadow: none;
}
.rpm-entry-form .cancel-btn {
  background-color: #FFFFFF;
  border-radius: 8px;
  border-color: #0074BF;
  color: #0074BF;
  height: 40px;
  font-size: 16px;
  border-width: 1px;
  margin-right: 10px;
  min-width: 100px;
}
.rpm-entry-form .rpm-details p {
  margin: 0 !important;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 16px;
}
.rpm-entry-form .rpm-details .account-details .label {
  width: 40%;
  font-weight: bold;
  color: #004579;
}
.rpm-entry-form .rpm-details .account-details .value {
  width: 60%;
  text-align: left !important;
  padding-left: 10px;
}
.rpm-entry-form .rpm-details .header {
  font-weight: bold;
}
.rpm-entry-form .rpm-details .required-label {
  color: #E00000;
}
.rpm-entry-form .rpm-details .rpm-entry-form .timer button {
  background: transparent;
}
.rpm-entry-form .rpm-details .rpm-entry-form .timer input[type='radio'] {
  accent-color: #0074BF;
}
.rpm-entry-form .rpm-details .rpm-entry-form .timer .btn-group {
  border: 1px solid #0074BF !important;
  border-radius: 4px;
  padding: 1px;
  background-color: #0074BF;
}
.rpm-entry-form .rpm-details .rpm-entry-form .timer .btn-primary {
  background-color: white;
  color: #0074BF;
  border-color: #0074BF;
  border: none;
}
.rpm-entry-form .rpm-details .rpm-entry-form .timer .active {
  background-color: #0074BF !important;
  color: white !important;
}
.rpm-entry-form .rpm-details .rpm-entry-form .label {
  color: #004579;
  width: 25%;
}
.rpm-entry-form .rpm-details .rpm-data-details .rpm-data-table button {
  background: transparent;
}
.rpm-entry-form .rpm-details .rpm-data-details .rpm-data-table p {
  text-align: center;
  border: 1px solid #ccc;
}
.rpm-entry-form .rpm-details .submission-info {
  display: flex;
  padding: 5px;
}
.rpm-entry-form .rpm-details .submission-info p {
  border-radius: 4px;
  padding-right: 15px;
}
.rpm-entry-form .rpm-details .submission-info textarea {
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
}
.rpm-entry-form .rpm-details .submission-info input {
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
}
.rpm-entry-form .rpm-details .rpm-data-submit button {
  min-width: 100px;
}
.seca-scale .confirm-modal {
  width: 400px !important;
  top: 35% !important;
}
.seca-scale .confirm-modal-content {
  border-radius: 16px;
  padding: 0 16px 16px 16px;
}
.seca-scale .confirm-modal-header {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.seca-scale .confirm-modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #004579;
  padding: 10px;
}
.seca-scale .confirm-modal-close-btn {
  padding-right: 10px;
  color: #004579 !important;
}
.seca-scale .confirm-modal-body {
  padding: 0 10px;
}
.seca-scale .confirm-modal-body p {
  font-size: 16px;
  line-height: 23px;
}
.seca-scale .confirm-modal-button {
  box-shadow: none !important;
  height: 36px !important;
  font-size: 16px;
  line-height: 16px;
}
.seca-scale .confirm-modal-button-container {
  display: flex;
  justify-content: right;
  padding-top: 12px;
}
.seca-scale .confirm-status p {
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #58595B;
}
.seca-scale .confirm-status .success {
  font-size: 20px;
  line-height: 24px;
  color: #1E8449;
  padding-right: 4px;
}
.seca-scale .confirm-status .failure {
  font-size: 20px;
  line-height: 24px;
  color: #C70039;
  padding-right: 4px;
}
.seca-scale td .cancel-btn {
  box-shadow: none !important;
  font-size: 14px;
  height: auto;
}
.seca-scale .table-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.seca-scale table,
.seca-scale th,
.seca-scale td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 16px;
}
.seca-scale table {
  width: 100%;
}
.seca-scale th {
  padding: 5px 10px;
  color: #004579;
  font-weight: bold;
  text-align: left;
}
.seca-scale td {
  padding: 5px 10px;
  text-align: left;
}
.seca-scale tr {
  font-size: 16px;
}
.seca-scale .save-btn {
  background-color: #0074BF;
  border-radius: 8px;
  border-color: transparent;
  color: #FFFFFF;
  height: 40px;
  font-size: 16px;
  min-width: 100px;
}
.seca-scale .save-btn:hover,
.seca-scale .save-btn[hover],
.seca-scale .cancel-btn:hover,
.seca-scale .cancel-btn[hover] {
  box-shadow: 0 0 11px #0074BF;
}
.seca-scale .save-btn:disabled,
.seca-scale .save-btn[disabled] {
  background-color: #AEAEAE;
  box-shadow: none;
}
.seca-scale .cancel-btn {
  background-color: #FFFFFF;
  border-radius: 8px;
  border-color: #0074BF;
  color: #0074BF;
  height: 40px;
  font-size: 16px;
  border-width: 1px;
  margin-right: 10px;
  min-width: 100px;
}
.seca-scale .scale-details p {
  margin: 0 !important;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 16px;
}
.seca-scale .scale-details .account-details .label {
  width: 40%;
  font-weight: bold;
  color: #004579;
}
.seca-scale .scale-details .account-details .value {
  width: 60%;
  text-align: left !important;
  padding-left: 10px;
}
.seca-scale .scale-details .header {
  font-weight: bold;
}
.seca-scale .scale-details .required-label {
  color: #E00000;
}
.seca-scale .scale-details .scale-data-details .scale-data-table button {
  background: transparent;
}
.seca-scale .scale-details .scale-data-details .scale-data-table p {
  text-align: left;
  padding-left: 10px;
  border: 1px solid #ccc;
}
.seca-scale .scale-details .scale-data-details .no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.seca-scale .scale-details .data-submit button {
  min-width: 100px;
}
.seca-scale .result-name-title {
  font-size: 14px;
  font-weight: 600;
}
.seca-scale .p-scale-details {
  font-size: 16px !important;
}
.scrollable-autocomplete ul {
  max-height: 250px;
  overflow: auto;
  max-width: 350px;
}
.Tabs {
  position: relative;
  width: 90%;
  margin: auto;
  background-color: #fff;
  padding: 0;
  list-style: none;
  /**
	 * UPDATE: better to animate "transform" property than "left"
	 * property. You can see old code lower down for reference.
	 */
}
.Tabs:after {
  content: ' ';
  display: table;
  clear: both;
}
.Tabs__tab {
  float: left;
  width: 50%;
  text-align: center;
}
.Tabs__tab:first-child.active ~ .Tabs__presentation-slider {
  transform: translateX(25%) scaleX(0.5);
}
.Tabs__tab:nth-child(2).active ~ .Tabs__presentation-slider {
  transform: translateX(125%) scaleX(0.5);
}
.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  border-radius: 2px !important;
  background-color: #0074BF;
  transform-origin: 0 0;
  transition: transform .25s;
}
.Tab {
  font-family: 'proxima-soft-semibold';
  font-size: 18px;
}
.Tab > a {
  display: block;
  padding: 10px 6px;
  text-decoration: none;
  color: #666;
  transition: color .15s;
}
.Tab.active > a {
  color: #0074BF;
}
.Tab:hover > a {
  color: #0074BF;
}
.p-appoitment {
  font-family: 'proxima-soft-semibold';
  font-size: 18px;
}
.p-availability {
  font-family: 'proxima-nova-medium';
  font-size: 16px;
}
.tabcontent {
  display: none;
}
.seca-radio-inline-group {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}
.seca-radio-inline-group label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.seca-radio-inline-group input[type="radio"] {
  transform: scale(1.4);
  /* Increase radio button size */
  accent-color: #0074BF;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
.seca-radio-inline-group span {
  font-weight: 600;
}
#goToTopButton {
  z-index: 1000;
  position: fixed;
  bottom: 65px;
  right: 35px;
  cursor: pointer;
  border-radius: 60%;
  width: 36px;
  height: 36px;
  background-color: #0074BF;
}
#goToTopButton i {
  color: white;
  font-size: 40px;
  padding: 1px 5px;
}
#floatingActionButton {
  z-index: 1000;
  position: fixed;
  bottom: 15px;
  right: 150px;
}
#formIndexDropdown {
  width: 33%;
  font-size: 20px;
  font-style: inherit;
  padding: 5px;
  font-weight: bold;
  margin: 10px 22px;
  display: inline;
}
.text-button {
  background: transparent;
  height: 34px;
  font-size: 14px;
  color: #2383ad;
  width: 70px;
  border: none;
}
.picker-container {
  display: flex;
  flex-direction: row;
}
.picker-item {
  flex-grow: 1;
}
.sub-orgs-template .nav-pills {
  font-size: 18px;
  font-family: "proxima-soft-semibold";
}
.sub-orgs-template .nav-pills li {
  height: 40px;
}
.sub-orgs-template .nav-pills li a {
  background-color: transparent;
  color: #58595B;
  padding: 6px 11px 2px;
}
.sub-orgs-template .nav-pills li.active {
  height: 32px;
}
.sub-orgs-template .nav-pills li.active a {
  background-color: transparent;
  color: #0074BF;
  border-bottom: 1px solid #0074BF;
  padding: 6px 11px 2px;
}
.kisi-lock-map .dropdown-label {
  color: #004579;
  font-family: "proxima-nova-medium";
  font-size: 18px;
}
.kisi-lock-map .dropdown-value {
  flex-grow: 1;
  color: #2e2e2e;
  font-family: "proxima-nova-medium";
  font-size: 16px;
}
.kisi-lock-map .nav-pills {
  font-size: 18px;
  font-family: "proxima-soft-semibold";
}
.kisi-lock-map .nav-pills li {
  height: 40px;
}
.kisi-lock-map .nav-pills li a {
  background-color: transparent;
  color: #58595B;
  padding: 6px 11px 2px;
}
.kisi-lock-map .nav-pills li.active {
  height: 32px;
}
.kisi-lock-map .nav-pills li.active a {
  background-color: transparent;
  color: #0074BF;
  border-bottom: 1px solid #0074BF;
  padding: 6px 11px 2px;
}
.kisi-lock-map .mozzaz-table thead {
  border-bottom: 1px solid #0074BF;
}
.kisi-lock-map .mozzaz-table tbody {
  border: none;
}
.kisi-lock-map .mozzaz-table tbody tr {
  background-color: transparent !important;
  border-bottom: 1px solid #AEAEAE;
}
.kisi-lock-map .mozzaz-table tbody tr td {
  font-size: 16px;
  font-family: "proxima-nova-medium";
}
.kisi-lock-map .mozzaz-table .table-header-column {
  background-color: #f1f2f2 !important;
  font-size: 18px;
  font-family: "proxima-soft-semibold";
  color: #0074BF;
}
.broadcast-title {
  padding-top: 10px;
}
.broadcast-title input {
  padding-top: 5px;
}
.broadcast-title label {
  color: #004579;
  margin: 0px;
}
.broadcast-title label[disabled] {
  color: lightgray;
}
.broadcast-no-pad {
  padding: 0px !important;
}
.broadcast-no-pad input[type=text],
select {
  width: 100%;
  border-radius: 4px;
}
.broadcast-input {
  min-width: 100px;
  width: 100%;
}
.broadcast-template-preview {
  border: groove;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.broadcast-title .save-btn {
  background-color: #0074BF;
  border-radius: 8px;
  border-color: transparent;
  color: #FFFFFF;
  height: 40px;
  font-size: 16px;
  min-width: 100px;
}
.broadcast-title .save-btn:hover,
.save-btn[hover],
.cancel-btn:hover,
.cancel-btn[hover] {
  box-shadow: 0 0 11px #0074BF;
}
.broadcast-title .save-btn:disabled,
.save-btn[disabled] {
  background-color: #AEAEAE;
  box-shadow: none;
}
.broadcast-title .cancel-btn {
  background-color: #FFFFFF;
  border-radius: 8px;
  border-color: #0074BF;
  color: #0074BF;
  height: 40px;
  font-size: 16px;
  border-width: 1px;
  margin-right: 10px;
  min-width: 100px;
}
.broadcast-table {
  padding-top: 0px;
  display: block;
  height: 400px;
  overflow: auto;
}
.broadcast-table th {
  color: white;
  background-color: #58595b;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.broadcast-table th div {
  font-size: 0.75em;
  padding-left: 8px !important;
  float: right;
}
.broadcast-table th div {
  padding-left: 0px !important;
}
.broadcast-table th div i {
  padding-left: 8px !important;
}
.broadcast-table td {
  color: #2e2e2e;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.active a {
  background-color: #0074BF !important;
  color: white !important;
}
.st-sort-descent i,
.st-sort-ascent i {
  display: none;
}
.broadcast-page .form-control[disabled],
.broadcast-page .form-control[readonly],
.broadcast-page fieldset[disabled] .form-control {
  cursor: not-allowed !important;
}
/* Start App Laucher Page CSS  ****/
