/* Core style colors */
/* Radar chart colors */
/* Scatter plot colors */
/* Slider colors */
/* Core font families */
.margin-hack .margin-hack-target {
  margin: 0;
  width: 100%;
}
.excel-import-table {
  max-height: 70vh;
  max-width: 70vw;
  overflow: auto;
}
.excel-import-table .table-responsive {
  overflow: visible;
}
html,
body {
  background-color: white;
  color: #59637D;
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  overflow-y: hidden;
  overflow-x: hidden;
}
p,
body {
  color: #59637D;
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: left;
}
.ag-header-cell-label {
  color: #6d778d;
}
.font-grey {
  color: #59637D;
}
.checkbox-justified {
  margin: 13px 0 0 !important;
}
.verticalLine {
  border-left: thick solid #ff0000;
}
.disabled {
  opacity: 1;
  pointer-events: none;
}
.gradient-background {
  position: relative;
  height: 100vh;
  background: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#59637D, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#59637D, white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#59637D, white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#59637D, white);
  /* Standard syntax */
}
label {
  font-size: 12px;
}
h1 {
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  color: #59637D;
  font-weight: bold;
  font-size: 32px;
  margin-top: 0px;
}
h2 {
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  color: #59637D;
  font-weight: 500;
  font-size: 25px;
}
h3 {
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  color: #59637D;
  font-weight: 700;
  font-size: 21px;
}
h4 {
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  color: #59637D;
  font-weight: 700;
  font-size: 17px;
}
.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}
.splash .message {
  font-size: 72px;
  line-height: 72px;
  text-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
}
.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 72px;
  margin-top: 20px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #e9e9e9;
}
.page-host {
  margin-left: 5rem;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  transition: all 200ms ease;
}
.page-host-reduce {
  margin-left: 21rem;
}
.page-host::-webkit-scrollbar {
  width: 0.75rem;
}
.page-host::-webkit-scrollbar-track {
  background: #1e1e24;
}
.page-host::-webkit-scrollbar-thumb {
  background: #3daae1;
}
.side-navbar {
  width: 5rem;
  height: 100vh;
  position: fixed;
  background-color: #3daae1 !important;
  z-index: 998 ;
  transition: width 300ms ease;
}
.extend-side-navbar {
  width: 22rem;
}
.extend-side-navbar .side-navbar-logo {
  display: flex;
}
.extend-side-navbar .side-navbar-logo img {
  width: 100%;
  height: 100%;
  max-height: 50px;
  object-fit: contain;
}
.extend-side-navbar .link-text {
  display: block;
  max-width: 15rem;
}
.side-navbar-button-extender-container {
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin-left: 3rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  cursor: pointer;
}
.side-navbar-button-extender-animation {
  margin-left: 19rem;
}
.side-navbar-button-extender-animation i {
  transform: rotate(180deg);
  margin-right: 2px;
}
.side-navbar-button-extender {
  position: absolute;
  width: 2rem;
  height: 2rem;
  padding-left: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #3daae1;
  -webkit-box-shadow: 2px 2px 5px 0px #000000;
  -moz-box-shadow: 2px 2px 5px 0px #000000;
  box-shadow: 2px 2px 5px 0px #000000;
}
.side-navbar-button-extender i {
  transition: all 500ms ease;
}
.side-navbar-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.side-navbar-nav {
  position: absolute;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-item {
  width: 100%;
}
.nav-link {
  display: flex;
  align-items: center;
  height: 5rem;
  text-decoration: none;
  color: white;
  transition: all 300ms ease;
}
.nav-link:link {
  text-decoration: none;
}
.nav-link-hover:hover {
  text-decoration: none;
  background-color: #3daae1;
  filter: brightness(95%);
}
.nav-link-hover:hover .link-icon {
  filter: brightness(85%);
  transform: rotate(360deg);
}
.nav-link-hover:hover .link-text {
  color: black;
}
.link-text {
  color: white;
  display: none;
  margin-left: 1rem;
  transition: all 300ms ease;
}
.link-icon {
  color: white;
  font-size: 2rem;
  min-width: 2rem;
  margin: 0 1.4rem;
  transition: all 300ms ease;
}
.user-options-button {
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-host-landing-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
.footer {
  background-color: white;
  margin-top: 20px;
  padding: 20px;
}
.footer-sticky {
  width: 101%;
  bottom: 0;
  position: absolute;
}
.footer-logo {
  transition: all 300ms ease;
}
.footer-logo-shift-left {
  margin-right: 17rem;
}
.well {
  background-color: white;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
.width-100 {
  width: 100%;
}
.width-40 {
  width: 40%;
}
.top-30 {
  top: 30vh;
  position: relative;
}
.welcome .panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #e7e7e7;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.1);
}
.welcome .panel-heading {
  border-bottom: 3px solid transparent;
}
.welcome-panel {
  margin-bottom: 20px;
  background-color: #f8f8ff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px #3daae1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.welcome-panel:hover {
  -webkit-box-shadow: 0 1px 1px #3daae1;
  box-shadow: 0px 0px 10px 1px #3daae1;
}
.control-panel-cog {
  background-color: #f8f8ff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.control-panel-cog:hover {
  background-color: #f8f8ff;
  -webkit-box-shadow: 0 1px 1px rgba(124, 232, 122, 0.9);
  box-shadow: 0px 0px 10px 1px rgba(124, 232, 122, 0.9);
}
hr {
  height: 3px;
  color: #e7e7e7;
  background: #e7e7e7;
  font-size: 0;
  border: 0;
}
.separator {
  position: relative;
  z-index: 1;
}
.separator:before {
  border-top: 2px solid #a9a9a9;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.separator > * {
  background-color: white;
  padding: 0 15px;
  display: table;
  margin: 0 auto;
}
.get-started {
  padding-top: 0px;
  margin-top: -10px;
}
.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #89899E;
  margin-bottom: 10px;
}
.width-400px {
  width: 400px;
}
.width-270px {
  width: 270px;
}
.margin-left-right-5 {
  margin-right: 4px;
  margin-left: 4px;
}
.margin-left-right-0px {
  margin-right: 0px;
  margin-left: 0px;
}
.margin-left-10px {
  margin-left: 10px;
}
.margin-left-5px {
  margin-left: 5px;
}
.margin-left-right-15px {
  margin-left: 15px;
  margin-right: 15px;
}
.mlr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-left--15px {
  margin-left: -15px;
}
.margin-right--15px {
  margin-right: -15px;
}
.welcome-panel-body {
  height: 250px;
  font-size: 16px;
  text-transform: uppercase;
  color: #59637D;
  font-weight: 800;
  padding: 10px;
  text-align: center;
  background-color: #f8f8ff;
}
.text-left {
  text-align: left;
}
.pointer:hover {
  cursor: pointer;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #3daae1 !important;
  border-color: #3daae1;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited {
  background-color: white !important;
  border-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-primary-ghost {
  background-color: white;
  border-color: #3daae1;
  color: #3daae1;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:visited {
  background-color: #89899E !important;
  border-color: #89899E;
}
.btn-default:hover:not([disabled]) {
  color: white;
  background-color: #87c9ea;
  border-color: #87c9ea;
}
.btn-lg {
  padding: 15px 20px;
  min-width: 300px;
}
.btn-primary-disabled-selected {
  background-color: #a9a9a9;
}
.btn-clear-background {
  background-color: transparent;
}
.btn-right-30px {
  padding-right: 30px;
}
.text-uppercase {
  text-transform: uppercase;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px !important;
}
.mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.btn-grey {
  color: white;
  background-color: #a3a9b7;
  border-color: #a3a9b7;
}
.btn-grey:hover {
  color: white;
  background-color: #87c9ea;
  border-color: #87c9ea;
}
.label-grey {
  color: white;
  background-color: #a3a9b7;
  border-color: #a3a9b7;
}
.btn-darkgrey {
  color: white;
  background-color: #6D778D;
  transition: 500ms ease;
}
.btn-darkgrey:hover {
  color: white;
  background-color: #b3b3b3;
}
.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.fsl {
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  line-height: 40px;
  min-width: 980px;
}
.landing-footer {
  bottom: 100px;
  left: 0;
  position: absolute;
  right: 0;
}
.no-border {
  border: none !important;
}
.dropdown {
  float: right;
}
.padding-top-0px {
  padding-top: 0px;
}
.padding-top-5px {
  padding-top: 5px;
}
.padding-top-10px {
  padding-top: 10px;
}
.padding-top-15px {
  padding-top: 15px;
}
.padding-bottom-10px {
  padding-bottom: 10px;
}
.padding-bottom-15px {
  padding-bottom: 15px;
}
.padding-none {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-top-10px {
  padding-top: 10px;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom-30px {
  padding-bottom: 30px;
}
.padding-left-0px {
  padding-left: 0px;
}
.padding-left-155px {
  padding-left: 155px;
}
.padding-left-15px {
  padding-left: 15px;
}
.padding-left-30px {
  padding-left: 30px;
}
.padding-left-35px {
  padding-left: 35px;
}
.padding-left-40px {
  padding-left: 40px;
}
.padding-left-45px {
  padding-left: 45px;
}
.padding-left-50px {
  padding-left: 50px;
}
.padding-right-0px {
  padding-right: 0px;
}
.padding-right-15px {
  padding-right: 15px;
}
.padding-right-20px {
  padding-right: 20px;
}
.padding-right-30px {
  padding-right: 30px;
}
.padding-right-40px {
  padding-right: 40px;
}
.padding-right-35px {
  padding-right: 35px;
}
.padding-right-25px {
  padding-right: 25px;
}
.p-5px {
  padding: 5px;
}
.line-grey-1px {
  border-top: 1px solid #BEC2CD;
  max-width: 1000px;
}
.line-divider-4px {
  border-top: 4px solid #a9a9a9;
}
.line-divider-2px {
  border-top: 2px solid #a9a9a9;
}
.box-light-grey {
  padding: 10px 30px 30px 30px;
  background-color: #F8F8FA;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.box-light-grey-infinite-width {
  padding: 30px;
  background-color: #F8F8FA;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.wrap-text {
  white-space: normal;
}
.wrap-element {
  float: none;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.float-left-save {
  float: left;
}
.padding-10px {
  padding: 10px;
}
.padding-15px {
  padding: 15px;
}
.footer-styling {
  font-family: 'Roboto', 'Montserrat', Helvetica, Verdana, Arial, sans-serif;
  color: #59637D;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
.form-control {
  font-size: 12px;
}
.center-text {
  text-align: center;
}
.solution-highlight {
  color: #3daae1;
}
.margin-left-5px {
  margin-left: 5px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-17 {
  margin-left: 17px;
}
.margin-left-50px {
  margin-left: 50px;
}
.margin-left-30px {
  margin-left: 30px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-28 {
  margin-right: 28px;
}
.margin-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.home-icon {
  font-size: 20px;
}
.lead {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.title-section {
  border-bottom: 3px solid #e7e7e7;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.login-nav-dropdown-align {
  height: 60px;
  margin-top: 12.5px;
}
.login-button {
  margin: 12px 50px 5px 20px;
}
.login-dropdown {
  margin: 0px 50px 0px 20px;
}
.padding-top-bottom-0px {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 20px;
}
.navbar-nav-icon {
  padding-top: 18px !important;
}
.pictureDetail {
  max-width: 425px;
}
.div-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.cursor-disabled {
  cursor: not-allowed;
}
.min-height-665px {
  min-height: 665px !important;
}
.col-right {
  margin-right: 0;
}
.log-in-box {
  position: relative;
  top: 15vh;
  height: 700px;
  width: 350px;
}
.log-in-header {
  height: 70px;
  margin: 35px 35px 0px 35px;
}
.log-in-body {
  height: auto;
}
.log-in-content-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.log-in-options {
  padding-bottom: 15px;
}
.log-in-options > button {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.log-in-options > button > span {
  vertical-align: middle;
}
.log-in-options > button > img {
  width: 10%;
  height: auto;
  margin-right: auto;
}
.login-main-content {
  background: #fafafa;
}
.margin-bottom-top {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-bottom-top-3px {
  margin-top: 3px;
  margin-bottom: 3px;
}
.padding-all {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.recommmendation-group-label {
  position: relative;
  height: 100%;
  text-align: left;
  display: inline-block;
}
.alert-pop-up {
  right: 0%;
  top: 50px;
  width: 400px;
  position: fixed !important;
  z-index: 9999;
}
.popup-note {
  position: relative;
}
.popup-note:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #f00;
}
.no-margin {
  margin: 0px;
}
.margin-5 {
  margin: 0px 5px 0px 0px;
}
.margin-0-left {
  margin-left: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-top-0px {
  margin-top: 0px;
}
.campaigndetails {
  background-color: #59637D;
}
.campaigndetails p {
  color: #59637D;
}
.text-capitalize {
  text-transform: capitalize;
}
.margin-top-6px {
  margin-top: 6px;
}
.margin-top-5px {
  margin-top: 5px;
}
.margin-top-15px {
  margin-top: 15px;
}
.margin-top-9px {
  margin-top: 9px;
}
.margin-top-10px {
  margin-top: 10px;
}
.margin-top-30px {
  margin-top: 30px;
}
.margin-top-20px {
  margin-top: 20px;
}
.margin-top-7px {
  margin-top: 7px;
}
.margin-top-5px {
  margin-top: 5px;
}
.margin-top-3px {
  margin-top: 3px;
}
.margin-top-4px {
  margin-top: 4px;
}
.margin-top-1-and-a-half-px {
  margin-top: 1.5px;
}
.margin-top-10vh {
  margin-top: 10vh;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-25px {
  margin-bottom: 25px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-15px {
  margin-bottom: 15px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-left-1px {
  margin-left: 1px;
}
.margin-left-3px {
  margin-left: 3px;
}
.display-inline-block {
  display: inline-block;
  vertical-align: middle;
}
.tp-rows td {
  min-width: 150px;
}
.background-white {
  background-color: white !important;
}
.text-white {
  color: white;
}
textarea {
  resize: none;
}
.login-panel {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: white !important;
  border: 1px solid #696978;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  box-shadow: 5px 5px 2.5px #888;
}
.hand-cursor {
  cursor: pointer;
  user-select: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #89899E;
  border-color: #89899E;
}
.pagination > li > a,
.pagination > li > span {
  color: #89899E;
}
.width-150px {
  width: 150px;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.table-scroll-width {
  width: 2500px;
}
.extract-chart {
  padding-left: 5px;
  padding-right: 5px;
}
.extract-chart:hover {
  background-color: #e9e9e9;
  border-radius: 3px;
  cursor: pointer;
}
.text-capitalize {
  text-transform: capitalize;
}
ux-dialog-overlay.active {
  background-color: black;
  opacity: 0.5 !important;
}
ux-dialog-container > div {
  margin-top: 175px !important;
}
.workflow-nav-tabs {
  margin-bottom: 10px;
}
.workflow-nav-tabs > li {
  cursor: pointer;
}
.workflow-nav-tabs > li > a {
  color: black;
}
.workflow-nav-tabs > li.active > a {
  color: #3daae1;
  font-weight: bolder;
}
.workflow-nav-tabs > li.active > a:hover {
  cursor: pointer;
  color: #3daae1;
}
/* tables */
th.sortable {
  position: relative;
  padding-right: 25px !important;
}
th.sortable::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f0dc";
  position: absolute;
  top: 5px;
  right: 8px;
  color: #999;
}
th.sortable.asc::after {
  content: "\f0d8";
}
th.sortable.desc::after {
  content: "\f0d7";
}
th.sortable:hover::after {
  color: #333;
}
a[aria-expanded=true] .fa-chevron-right {
  display: none;
}
a[aria-expanded=false] .fa-chevron-down {
  display: none;
}
.loading-opacity {
  opacity: 0.6;
}
.absolute-spinner {
  font-size: 40px !important;
  position: absolute;
  top: 50%;
  left: 40vw;
  z-index: 999;
  opacity: 1;
}
.validationMessage {
  color: #ff3333;
}
.fake-link {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
.fake-link:hover {
  color: #23527c;
  text-decoration: underline !important;
}
.assessmentLink:hover {
  text-decoration: none;
}
.text-decoration-none:hover {
  text-decoration: none;
}
.text-decoration-none:active {
  text-decoration: none;
}
.text-decoration-none:focus {
  text-decoration: none;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  overflow-y: auto;
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
.table-large > tbody > tr > td,
.table-large > tbody > tr > th,
.table-large > tfoot > tr > td,
.table-large > tfoot > tr > th,
.table-large > thead > tr > td,
.table-large > thead > tr > th {
  padding: 17px;
}
.h2-fix {
  margin-top: 20px;
  margin-bottom: 10px;
}
.text-medium {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.fa-thin {
  -webkit-text-stroke: 2px white;
  margin-top: 2px;
}
.font-20 {
  font-size: 20px;
}
.font-7 {
  font-size: 7px;
}
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-25 {
  font-size: 25px;
}
.search-badge {
  line-height: 1.5em;
  background-color: #e6eaec;
  color: #062942;
  padding: 0 0.6em;
  margin-left: 2px;
  border-radius: 100px;
  font-weight: 100;
}
.value-overridden {
  color: #3daae1;
}
.text-validation {
  color: #a94442;
}
.text-green {
  color: green;
}
.text-purple {
  color: purple;
}
.text-red {
  color: red;
}
.text-blue {
  color: blue;
}
.text-orange {
  color: orange;
}
.text-black {
  color: black !important;
}
.table td,
.table th {
  min-width: 0px;
}
.font-size-11px {
  font-size: 11px;
}
.italics {
  font-style: italic;
}
.font-red {
  color: red;
}
.font-lightgray {
  color: lightgray;
}
.font-gray {
  color: gray;
}
.text-right {
  text-align: right;
}
.padding-right-15px {
  padding-right: 15px;
}
.padding-right-0px {
  padding-right: 0px;
}
dt {
  position: absolute;
  width: 170px;
  text-align: right;
  display: block;
  color: #505F79;
}
dd {
  padding-left: 180px;
  margin: 0;
}
.participants {
  line-height: 24px;
}
.participants ol {
  list-style: none;
  padding: 0;
  background: 0 0;
}
.participants ol li {
  background: #fff;
  float: left;
  height: 24px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  width: 24px;
}
.participants a {
  color: #0052CC;
  text-decoration: none;
}
.participants ol li {
  margin: -17px 0px 20px 15px;
}
.note textarea {
  margin-left: 50px;
  margin-top: -40px;
}
.note textarea::placeholder {
  font-size: 15px;
  line-height: 25px;
}
.new-note {
  position: absolute;
  margin-left: 10%;
  font-size: 34px;
  margin-top: 2px;
}
.m-0 {
  margin: 0px;
}
.mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-95 {
  margin-left: 95px;
}
.mt-5 {
  margin-top: 5px;
}
.margin-top-20px {
  margin-top: 20px;
}
.mh-175 {
  min-height: 175px;
}
.section-header {
  border-bottom: none;
  border-top: 1px solid #DFE1E6;
  padding-top: 10px;
  font-size: 1.14285714em;
  font-style: inherit;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.006em;
  margin-top: 24px;
  margin-bottom: 15px;
}
.btn-panel {
  color: #505F79;
  background: rgba(9, 30, 66, 0.04);
  border: none;
  outline: 0;
  height: 2.28571429em;
  line-height: 1.57142857em;
  margin: -7px 5px 5px 5px;
}
.mt--59 {
  margin-top: -59px;
}
.btn-panel:hover {
  background: rgba(9, 30, 66, 0.15);
}
.reviewed {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1px;
}
.span-background-green {
  background-color: #5cb85c;
}
.span-background-red {
  background-color: #d9534f;
}
.background-green {
  background-color: #2cbe4e;
}
.background-gray {
  background-color: #d1d5da;
}
.background-blue {
  background-color: #2196F3;
}
.background-red {
  background-color: #F44336;
}
.panel-section {
  border-bottom: 0.5px solid #ddd;
}
.padding-left-3px {
  padding-left: 3px;
}
.padding-left-6px {
  padding-left: 6px;
}
.padding-left-right-2px {
  padding-left: 2px;
  padding-right: 2px;
}
.padding-left-15px {
  padding-left: 15px;
}
.padding-left-25px {
  padding-left: 25px;
}
.padding-left-10px {
  padding-left: 10px;
}
.padding-all-0px {
  padding: 0px;
}
.modal-max-height {
  max-height: 80vh;
}
.modal-scroll {
  max-height: calc(80vh - 175px);
  overflow-y: auto;
}
.auto-assessment-panel {
  height: 160px;
}
.height-34px {
  height: 34px;
}
.padding-left-right-0px {
  padding-left: 0px;
  padding-right: 0px;
}
.padding-left-right-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.settings-dropdown-button {
  line-height: 10.5px;
  font-size: 19px;
  margin-bottom: 9.5px;
}
.rule-spacing {
  line-height: 100%;
}
.new-note {
  position: absolute;
  margin-left: 10%;
  font-size: 34px;
  margin-top: 2px;
}
.inline-tab-active {
  border-bottom: 1.5px solid #0052CC;
  padding-bottom: 4px;
  z-index: 999;
  color: #0052CC;
}
.inline-tab-active:active {
  color: #0052CC !important;
}
.inline-tab-active:focus {
  color: #0052CC !important;
}
.inline-tab:hover {
  color: #0052CC !important;
}
.inline-tab:active {
  color: #0052CC !important;
}
.inline-tab:focus {
  color: #0052CC !important;
}
.padding-top-bottom-8px {
  padding-top: 8px;
  padding-bottom: 3px;
}
.padding-top-20px {
  padding-top: 20px;
}
.padding-bottom-top-3px {
  padding-bottom: 3px;
  padding-top: 3px;
}
.table-layout-fixed {
  table-layout: fixed;
}
.tab-hr {
  height: 2px;
  margin-top: 3px;
}
.paragraph-formatting {
  white-space: pre-wrap;
}
.max-width-500 {
  max-width: 500px;
}
.max-width-1000 {
  max-width: 1000px;
}
.max-width-30-percent {
  max-width: 30%;
  overflow-y: auto;
}
.solution-panel-height {
  height: calc(60vh + 63px);
}
.height-30vh {
  height: 30vh;
}
.overflow-y-scroll {
  overflow-y: auto;
}
.reminders-box {
  overflow-y: auto;
  height: 124px;
}
.div-border-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 270px;
  height: 270px;
  border-radius: 75px;
  transition: 1s box-shadow;
}
.div-border-effect:hover {
  box-shadow: 0 5px 35px 0px rgba(0, 0, 0, 0.2);
}
.div-align-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.font-bold {
  font-weight: 700;
}
.list-group > .list-group-item {
  border: none;
  border-radius: 0;
}
.list-group > .list-group-item > .badge {
  background: none;
  color: #59637D;
}
.list-group > .list-group-item > .badge > .fa-check {
  color: rgba(124, 232, 122, 0.9);
}
.list-group > .list-group-item.active {
  color: #59637D;
  background-color: #e9e9e9;
}
.rules-engine-column {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
@page {
  size: A4;
  /* DIN A4 standard, Europe */
  margin: 2cm 0 0 0;
  padding-top: 15mm;
  overflow: visible;
}
@page first {
  margin-top: 0 !important;
}
@media print {
  html,
  body {
    font-size: 11px;
    background: #FFF;
    color: #000;
    overflow: visible;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .label-success {
    background-color: #5cb85c !important;
  }
  .label-primary {
    background-color: #337ab7 !important;
  }
  .label-warning {
    background-color: #f0ad4e !important;
  }
  .label-danger {
    background-color: #F44336 !important;
  }
  .label-info {
    background-color: #5BC0DE !important;
  }
  .well[style="margin-top:40px"] {
    margin-top: 0px !important;
  }
  body {
    margin: 0;
  }
  h1 {
    font-size: 24px;
  }
  .col,
  .col-xs-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .print-w-100 {
    width: 100%;
  }
  .panel {
    display: block;
    page-break-inside: avoid;
  }
  .panel-title {
    font-size: 15px;
  }
  .panel-heading {
    padding-bottom: 0px;
  }
  .btn {
    display: none;
  }
  .footer {
    display: none;
  }
  .section-header {
    page-break-after: avoid;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .center-row {
    margin: auto;
    max-width: 300px;
  }
  .page-host {
    overflow-x: visible;
    overflow-y: visible;
    top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  dl {
    margin-bottom: 0;
  }
}
.rowless:before {
  display: table;
  content: " ";
}
.rowless > * {
  float: left;
  width: 100%;
}
key-value-data-table .table > thead > tr > th,
key-value-data-table .table > tbody > tr > td {
  padding: 15px;
}
key-value-data-table .column-filter {
  min-width: 150px;
}
.word-wrap {
  word-wrap: break-word;
}
.solution-btn-background-color {
  background-color: #3daae1;
}
.center-elements {
  display: flex;
  justify-content: flex-start;
}
.remove-list-element-hover-effect:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.remove-list-element-hover-effect:hover a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #337ab7 !important;
}
.font-size-19px {
  font-size: 19px;
}
.padding-left-40px {
  padding-left: 40px;
}
.margin-top-175px {
  margin-top: 175px;
}
.font-vertical {
  writing-mode: vertical-rl;
  transform: scale(-1);
}
.btn-invisible {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  height: 100%;
  width: 100%;
  color: white;
  font-weight: bold;
  outline: inherit;
}
.answer-option-score-text {
  color: white;
  background-color: #3daae1 !important;
  border-color: #3daae1;
}
.table-wrapper-tp {
  overflow-y: auto;
}
.table-wrapper-tp thead th {
  position: sticky;
  top: 0;
  background-color: white;
}
.max-height-500 {
  max-height: 500px;
}
.table-wrapper {
  max-height: 500px;
  overflow: auto;
  display: inline-block;
  overflow-y: auto;
}
.table-wrapper thead th {
  position: sticky;
  top: 0;
}
.custom-table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table th,
td {
  padding: 8px 16px;
}
.custom-table th {
  background: #eee;
}
.table-wrapper-span-headers {
  display: inline-flex;
}
.status-color-green {
  background-color: #2da44b7a !important;
}
.status-color-red {
  background-color: #d52b476e !important;
}
.status-color-yellow {
  background-color: #ffc40075 !important;
}
.status-color-gray {
  background-color: #b8b8b8be !important;
}
.right-align {
  display: flex;
  justify-content: flex-end;
}
.center-element {
  display: flex;
  align-items: center;
}
.recommendation-group-colour {
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 8px;
}
.recommendation-group-select-colour {
  height: 50px;
}
.recommmendationgroup-barcolor {
  border-left-width: 10px;
  border-left-style: solid;
}
.group-label {
  font-size: 16px;
  margin-left: 15px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.group-label-btns {
  margin-left: 40px;
  margin-right: 15px;
}
.dialogue-btns {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 7px;
}
.group-color-alignment {
  text-align: center;
  padding: 0px;
  margin-top: 19px;
  margin-right: 24px;
  margin-left: 18px;
}
.group-important {
  font-size: 1rem;
  color: gold;
}
.rules-group-display {
  display: block;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.padding-all-groups-label {
  padding-top: 5px;
  padding-bottom: 5px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background: transparent;
  color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.item-search {
  border: none;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.item-search:focus {
  outline: none;
}
.item-list-component {
  height: auto;
  padding: 0px;
  position: relative;
  min-height: 100%;
}
.item-list-component:focus-within {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.selected-item-list {
  list-style: none;
  padding: 0px;
  margin: 5px 0px;
  display: flex;
  flex-wrap: wrap;
}
.selected-item-list > .selected-item-list-item {
  align-items: center;
  height: 25px;
  border-radius: 3px;
  padding: 5px;
  display: flex;
}
.selected-item-list > .selected-item-list-item:not(:last-child) {
  background-color: #f5f2f0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0px 0px 0px 5px;
}
.selected-item-list > .selected-item-list-item .material-icons {
  font-size: 12px;
  font-weight: 800;
  color: #564b43;
}
.selected-item-list > .selected-item-list-item:last-child {
  flex: auto;
  padding: 0px;
}
.selected-item-list > .selected-item-list-item:last-child > input {
  width: 100%;
  height: 100%;
}
.item-list-item-name {
  margin: 0px 5px;
}
.item-list-search-results-container {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.item-list-search-results {
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.item-list-search-results > li {
  display: flex;
  align-items: center;
  padding: 6px 12px;
}
.item-list-search-results > li:hover,
.item-list-search-results > li:focus {
  background: #f2f5f8;
}
.item-list-search-results > li > img {
  height: 30px;
}
.item-list-search-results-info {
  margin: 3px;
}
.item-list-search-results-info > div > span {
  margin: 6px;
}
.input-group-button-padding {
  padding-top: 7px;
  padding-bottom: 8px;
}
.roles-badge {
  margin-top: 15px;
  background: none;
  color: #59637D;
  float: left;
}
.roles-badge > .fa-check {
  color: rgba(124, 232, 122, 0.9);
}
.email-template-placeholders {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.panel-body-dark {
  color: #333;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
  margin-bottom: -15px;
  margin-top: -15px;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.hr-small {
  height: 1px;
}
.checkbox-margin {
  margin-bottom: 20px;
  margin-left: 20px;
}
.margin-top--10 {
  margin-top: -10px;
}
.selected-question-box {
  padding: 20px;
  border-color: #3daae1 !important;
}
.invisible-input {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: none;
  outline: none;
}
.invisible-input:hover {
  border-bottom: 1px solid;
  border-color: lightgrey;
}
.invisible-input:focus {
  border-bottom: 2px solid;
  border-color: #3daae1;
}
.validation-input {
  height: 0px;
  width: 0px;
  border: 0px;
}
.validation-input:focus {
  outline: none;
}
.phinity-info-bar {
  border-color: #59637D;
  background-color: #59637D;
}
.skeleton-container-background-color {
  background-color: #ebebeb !important;
}
.skeleton-element {
  display: block;
  height: 20px;
}
.loading {
  position: relative;
  overflow: hidden;
  background-color: #cccccc;
}
.inline-element {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* The moving element */
.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: loading 1s infinite;
}
/* Loading Animation */
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.w-250 {
  width: 250px;
}
.w-50 {
  width: 50px;
}
.h-50 {
  height: 50px;
}
.h-25 {
  height: 25px;
}
.popover-inner {
  min-width: 10px !important;
  max-width: 500px !important;
}
.popover {
  min-width: 10px !important;
  max-width: 500px !important;
}
.text-no-wrap {
  white-space: nowrap;
}
.list-item-primary-button-background:hover {
  background-color: #87c9ea !important;
}
.list-item-primary-button-background:hover a {
  color: white !important;
  background-color: #87c9ea !important;
}
.arrow-grey {
  color: #b3b3b3;
}
.arrow-green {
  color: #2cbe4e;
}
.text-wrap-dropdown-items {
  width: 800px;
}
.text-wrap-dropdown-items li a {
  white-space: normal;
}
.landing-page-button {
  position: relative;
  width: 100%;
  height: 60px;
  background: transparent;
  font-size: 20px;
  font-weight: bolder;
  padding: 16px 40px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  text-align: right;
}
.landing-page-button:hover {
  color: white;
  z-index: 10;
  transition: 0.5s all ease-in-out;
}
.landing-page-button::before {
  content: '';
  position: absolute;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  top: 0;
  left: -100%;
}
.landing-page-button:hover.landing-page-button::before {
  left: 0;
  z-index: -1;
  transition: 0.5s all ease-in-out;
}
#solution-1-button,
.landing-page-button {
  color: #2da44a;
  border: 2px solid #2da44a;
}
#solution-1-button:hover,
.landing-page-button:hover {
  color: white;
  border: 2px;
}
#solution-1-button::before,
.landing-page-button::before {
  background-color: #2da44a;
  border: 2px solid #2da44a;
}
#solution-2-button,
.landing-page-button {
  color: #ffc300;
  border: 2px solid #ffc300;
}
#solution-2-button:hover,
.landing-page-button:hover {
  color: white;
  border: 2px;
}
#solution-2-button::before,
.landing-page-button::before {
  background-color: #ffc300;
  border: 2px solid #ffc300;
}
#solution-3-button,
.landing-page-button {
  color: #843b8b;
  border: 2px solid #843b8b;
}
#solution-3-button:hover,
.landing-page-button:hover {
  color: white;
  border: 2px;
}
#solution-3-button::before,
.landing-page-button::before {
  background-color: #843b8b;
  border: 2px solid #843b8b;
}
#solution-4-button,
.landing-page-button {
  color: #d52b48;
  border: 2px solid #d52b48;
}
#solution-4-button:hover,
.landing-page-button:hover {
  color: white;
  border: 2px;
}
#solution-4-button::before,
.landing-page-button::before {
  background-color: #d52b48;
  border: 2px solid #d52b48;
}
#solution-5-button,
.landing-page-button {
  color: #3babe1;
  border: 2px solid #3babe1;
}
#solution-5-button:hover,
.landing-page-button:hover {
  color: white;
  border: 2px;
}
#solution-5-button::before,
.landing-page-button::before {
  background-color: #3babe1;
  border: 2px solid #3babe1;
}
.reviewers-display-box {
  border: solid #DFE1E6 1px;
  border-radius: 10px;
  padding: 5px;
}
.questionnaire-template-container {
  width: 100% ;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.questionnaire-template-row {
  padding: 10px;
}
.questionnaire-template-row:hover {
  background-color: #f5f5f5;
}
.drag-and-drop-selected-item {
  padding-top: 5px;
  border-radius: 5px;
  padding-bottom: 5px;
  background-color: #3daae1 !important;
}
.accordian-icon {
  transition: all 0.4s;
}
.rotate-icon-90 {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .media-padding-left-0px {
    padding-left: 0px;
  }
  .media-margin-top-0px {
    margin-top: 0px;
  }
  .media-margin-top-10px {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  .row .col-md-6 > .pull-right-md {
    padding-top: 10px;
    float: left !important;
  }
  .media-margin-top-3px {
    margin-top: 3px;
  }
}
@media (max-width: 1199px) {
  .pull-right-md {
    float: right;
  }
  .media-margin-top-3px {
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  .pull-right-md {
    float: right;
  }
  .media-margin-top-3px {
    margin-top: 3px;
  }
}
.break-words {
  overflow-wrap: break-word;
}
.tooltip-inner {
  background-color: lightgrey;
  color: #000;
}
.embedded-label-wrapper {
  position: relative;
}
.embedded-label-dropown {
  border: 1px solid gray;
  border-radius: 6px;
  position: relative;
  width: 90%;
  margin: 10px;
  line-height: 6ex;
  padding: 5px;
}
.embedded-label {
  position: absolute;
  top: 0.2ex;
  z-index: 1;
  left: 3em;
  background-color: white;
}
.rag-border {
  border: 2px solid lightgrey;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}
.height-90px {
  height: 90px;
}
.z-index-999 {
  z-index: 999;
}
.stakeholder-label {
  margin-top: -20px;
  margin-bottom: 0px;
}
.margin-top-5-bottom-0 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-left--30 {
  margin-left: -30px;
}
.padding-right-50 {
  padding-right: 50px;
}
.ag-theme-alpine .ag-cell-value {
  line-height: 20px !important;
  word-break: normal;
  /* prevent words from breaking */
  padding-top: 5px;
  /* space top */
  padding-bottom: 5px;
  /* space bottom */
}
.margin-left-40 {
  margin-left: 40px;
}
.display-flex-end {
  display: flex;
  align-items: flex-end;
}
.display-none {
  display: none;
}
.margin-left--5 {
  margin-left: -5px;
}
.knowledge-base {
  display: flex;
  font-family: Arial, sans-serif;
}
.article-list {
  width: 25%;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.article-list ul {
  list-style: none;
  padding: 0;
}
.article-list li {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}
.article-list li:hover {
  background-color: #f0f0f0;
}
.article-list .selected {
  background-color: #3babe1;
  color: #fff;
}
.article-list .selected:hover {
  background-color: #3babe1;
  color: #fff;
}
.article-content {
  width: 75%;
  padding: 20px;
}
.article-edit {
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
}
.avatar-color-1 {
  color: #91c7c9;
  border-color: #91c7c9;
}
.avatar-color-2 {
  color: #91c7c9;
  border-color: #91c7c9;
}
.avatar-color-5 {
  color: #f8c593;
  border-color: #f8c593;
}
.avatar-color-6 {
  color: #e193b9;
  border-color: #e193b9;
}
.avatar-color-7 {
  color: #a7d4a8;
  border-color: #a7d4a8;
}
.avatar-color-8 {
  color: #9d9ce4;
  border-color: #9d9ce4;
}
.avatar-color-9 {
  color: #f9ad9c;
  border-color: #f9ad9c;
}
.avatar-color-10 {
  color: #d0df8b;
  border-color: #d0df8b;
}
.avatar-color-11 {
  color: #9dcaf1;
  border-color: #9dcaf1;
}
.avatar-color-12 {
  color: #f5dd8c;
  border-color: #f5dd8c;
}
.avatar-color-13 {
  color: #c891cd;
  border-color: #c891cd;
}
.avatar-color-14 {
  color: #e3de8b;
  border-color: #e3de8b;
}
.avatar-color-15 {
  color: #e3de8b;
  border-color: #e3de8b;
}
.avatar-color-16 {
  color: #B388FF;
  border-color: #B388FF;
}
.avatar-color-17 {
  color: #FF5722;
  border-color: #FF5722;
}
.avatar-color-18 {
  color: #FFAB00;
  border-color: #FFAB00;
}
.avatar-color-19 {
  color: #00BFA5;
  border-color: #00BFA5;
}
.avatar-color-20 {
  color: #F44336;
  border-color: #F44336;
}
.avatar-color-20 {
  color: #FF80AB;
  border-color: #FF80AB;
}
.avatar-color-21 {
  color: #E91E63;
  border-color: #E91E63;
}
.avatar-color-22 {
  color: #D32F2F;
  border-color: #D32F2F;
}
.avatar-color-23 {
  color: #9C27B0;
  border-color: #9C27B0;
}
.avatar-color-24 {
  color: #673AB7;
  border-color: #673AB7;
}
.avatar-color-25 {
  color: #FFC107;
  border-color: #FFC107;
}
.avatar-color-26 {
  color: #FF9800;
  border-color: #FF9800;
}
.avatar-color-27 {
  color: #8BC34A;
  border-color: #8BC34A;
}
.avatar-color-28 {
  color: #CDDC39;
  border-color: #CDDC39;
}
.avatar-color-29 {
  color: #00BCD4;
  border-color: #00BCD4;
}
.small {
  width: 35px;
  height: 35px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
.initials-avatar {
  text-align: center;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
.x-small {
  width: 25px;
  height: 25px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
}
.xm-small {
  width: 30px;
  height: 30px;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
}
.navbar-default {
  border-bottom: 3px solid #e7e7e7 !important;
  background-color: white;
  border-radius: 0px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 0px 0px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar {
  margin-bottom: 0px;
}
.modal {
  z-index: 999;
}
.modal-content {
  width: 100%;
  display: table !important;
  box-shadow: 0 5px 15px rgb(0, 0, 0 / 50%) !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 5px !important;
  padding: 3px !important;
  margin: auto;
  background: #fff;
}
.modal-header {
  background-color: #fff !important;
}
.modal-backdrop {
  z-index: 989;
}
.tooltip-inner {
  word-wrap: break-word;
}
