/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
#menu-icon {
  width: 29px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-right: 15px;
  margin-top: 24px;
  display: none;
  cursor: pointer;
}
#menu-icon span, #menu-icon:before, #menu-icon:after {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-icon:before, #menu-icon:after {
  content: "";
}

/* Icon 3 */
#menu-icon:before {
  top: 0px;
}

#menu-icon span:nth-child(1), #menu-icon span:nth-child(2) {
  top: 8px;
}

#menu-icon:after {
  top: 16px;
}

.menu-open #menu-icon:before {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-open #menu-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open #menu-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-open #menu-icon:after {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-weight: 400;
  background-color: #e6e6e6;
  background-image: url(../../Images/bg-logo.png);
  background-position: right top;
  background-repeat: no-repeat;
  line-height: 170%;
  margin: 0px;
}
body.blank {
  background-image: none;
  background-color: #FFF;
}
body.blank .content100 {
  padding: 30px 50px 50px 50px;
}

@media (min-width: 1270px) {
  body.blank .content100 {
    width: calc(100% - 280px);
    margin-left: 280px;
  }
  body.blank #footer {
    width: calc(100% - 280px);
    left: 280px;
  }
}
html {
  height: 100%;
  font-size: 1em;
  font-family: Arial;
  overflow: -moz-scrollbars-vertical !important;
  overflow-y: scroll;
}

::-moz-selection {
  color: #FFF;
}

::selection {
  color: #FFF;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "AvenirLight", sans-serif;
  font-size: 38px;
  line-height: 50px;
  display: block;
  padding-right: 200px;
}
h1 span {
  display: inline-block;
}

.content100 h1 {
  margin-bottom: 30px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "AvenirLight", sans-serif;
  line-height: 32px;
  font-size: 30px;
  display: block;
  font-weight: 500;
}
h2:after {
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  background-color: #777;
  margin-top: 20px;
}

p {
  margin-top: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.padd-b-20 {
  padding-bottom: 20px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 100px);
  background-color: #FFF;
  left: 100px;
  display: table;
  font-size: 13px;
  padding: 5px 20px;
  border-top: solid 1px #DDD;
  z-index: 999;
}
#footer .copy {
  float: left;
}
#footer .links {
  float: right;
  margin: 0px;
  padding: 0px;
}
#footer .links li {
  position: relative;
  float: left;
  list-style-type: none;
  padding-left: 20px;
}
#footer .links li a {
  text-decoration: none;
  color: #555;
}
#footer .links li a:hover {
  text-decoration: underline;
}
#footer .links li:nth-child(n+2):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #999;
  left: 10px;
  top: 7px;
}

.container {
  padding-bottom: 10px;
}

#chart-container {
  width: 800px;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.pos-rel {
  position: relative;
}

.padding-b-70 {
  padding-bottom: 70px !important;
}

.panel .video-likes {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.panel .video-likes .level-icon.standard {
  width: 30px;
  height: 30px;
  margin: 0px;
  margin-left: 6px;
  background-color: #BBB;
}
.panel .video-likes .level-icon.standard.like:not([disabled]):hover, .panel .video-likes .level-icon.standard.like.selected {
  background-color: #5cbcb0;
}
.panel .video-likes .level-icon.standard.unlike:not([disabled]):hover, .panel .video-likes .level-icon.standard.unlike.selected {
  background-color: #bc5c5c;
}
.panel .video-likes .level-icon.standard.standard:first-child {
  margin-left: 0px;
}
.panel .video-likes .level-icon.standard svg {
  width: 18px;
  height: 18px;
}

.content100 {
  display: table;
  position: relative;
  width: calc(100% - 100px);
  padding: 30px 50px 50px 50px;
}
.content100 .content {
  display: table;
  width: 100%;
}
.content100 .content > .col-1:not(.panel), .content100 .content > .col-2:not(.panel), .content100 .content > .col-3:not(.panel), .content100 .content > .col-4:not(.panel), .content100 .content > .col-4-5:not(.panel), .content100 .content > .col-5:not(.panel), .content100 .content > .col-6:not(.panel),
.content100 .content > .col-7:not(.panel), .content100 .content > .col-8:not(.panel), .content100 .content > .col-9:not(.panel), .content100 .content > .col-10:not(.panel), .content100 .content > .col-11:not(.panel), .content100 .content > .col-12:not(.panel) {
  margin-right: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
.content100 .content > .col-1.end, .content100 .content > .col-2.end, .content100 .content > .col-3.end, .content100 .content > .col-4.end, .content100 .content > .col-4-5.end, .content100 .content > .col-5.end, .content100 .content > .col-6.end,
.content100 .content > .col-7.end, .content100 .content > .col-8.end, .content100 .content > .col-9.end, .content100 .content > .col-10.end, .content100 .content > .col-11.end, .content100 .content > .col-12.end {
  margin-right: 0px;
}
.content100 .content > .col-1 {
  width: calc(8.33333% - 40px);
}
.content100 .content > .col-1.end {
  width: 8.33333%;
}
.content100 .content > .col-2 {
  width: calc(16.666667% - 40px);
}
.content100 .content > .col-2.end {
  width: 16.666667%;
}
.content100 .content > .col-3 {
  width: calc(25% - 40px);
}
.content100 .content > .col-3.end {
  width: 25%;
}
.content100 .content > .col-4 {
  width: calc(33.333333% - 40px);
}
.content100 .content > .col-4.end {
  width: 33.333333%;
}
.content100 .content > .col-4-5 {
  width: calc(37.5% - 40px);
}
.content100 .content > .col-4-5.end {
  width: 37.5%;
}
.content100 .content > .col-5 {
  width: calc(41.666667% - 40px);
}
.content100 .content > .col-5.end {
  width: 41.666667%;
}
.content100 .content > .col-6 {
  width: calc(50% - 40px);
}
.content100 .content > .col-6.end {
  width: 50%;
}
.content100 .content > .col-7 {
  width: calc(58.333333% - 40px);
}
.content100 .content > .col-7.end {
  width: 58.333333%;
}
.content100 .content > .col-8 {
  width: calc(66.666667% - 40px);
}
.content100 .content > .col-8.end {
  width: 66.666667%;
}
.content100 .content > .col-89 {
  width: calc(75% - 40px);
}
.content100 .content > .col-89.end {
  width: 75%;
}
.content100 .content > .col-10 {
  width: calc(83.333333% - 40px);
}
.content100 .content > .col-10.end {
  width: 83.333333%;
}
.content100 .content > .col-11 {
  width: calc(91.666667% - 40px);
}
.content100 .content > .col-11.end {
  width: 91.666667%;
}
.content100 .panel {
  position: relative;
  background-color: #FFF;
  padding: 40px;
  -webkit-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.81);
  -moz-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.81);
  box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.81);
  margin-bottom: 30px;
  color: #555;
}
.content100 .panel:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #123d5c;
}
.content100 .panel.w-80 {
  float: left;
}
.content100 .panel.col-1, .content100 .panel.col-2, .content100 .panel.col-3, .content100 .panel.col-4, .content100 .panel.col-4-5, .content100 .panel.col-5, .content100 .panel.col-6, .content100 .panel.col-7, .content100 .panel.col-8, .content100 .panel.col-9, .content100 .panel.col-10, .content100 .panel.col-11, .content100 .panel.col-12 {
  margin-right: 40px;
}
.content100 .panel.col-1 {
  width: calc(8.33333% - 40px);
}
.content100 .panel.col-1.end {
  width: 8.33333%;
}
.content100 .panel.col-2 {
  width: calc(16.666667% - 40px);
}
.content100 .panel.col-2.end {
  width: 16.666667%;
}
.content100 .panel.col-3 {
  width: calc(25% - 40px);
}
.content100 .panel.col-3.end {
  width: 25%;
}
.content100 .panel.col-4 {
  width: calc(33.333333% - 40px);
}
.content100 .panel.col-4.end {
  width: 33.333333%;
}
.content100 .panel.col-4-5 {
  width: calc(37.5% - 40px);
}
.content100 .panel.col-4-5.end {
  width: 37.5%;
}
.content100 .panel.col-5 {
  width: calc(41.666667% - 40px);
}
.content100 .panel.col-5.end {
  width: 41.666667%;
}
.content100 .panel.col-6 {
  width: calc(50% - 40px);
}
.content100 .panel.col-6.end {
  width: 50%;
}
.content100 .panel.col-7 {
  width: calc(58.333333% - 40px);
}
.content100 .panel.col-7.end {
  width: 58.333333%;
}
.content100 .panel.col-8 {
  width: calc(66.666667% - 40px);
}
.content100 .panel.col-8.end {
  width: 66.666667%;
}
.content100 .panel.col-9 {
  width: calc(75% - 40px);
}
.content100 .panel.col-9.end {
  width: 75%;
}
.content100 .panel.col-10 {
  width: calc(83.333333% - 40px);
}
.content100 .panel.col-10.end {
  width: 83.333333%;
}
.content100 .panel.col-11 {
  width: calc(91.666667% - 40px);
}
.content100 .panel.col-11.end {
  width: 91.666667%;
}
.content100 .panel.col-12 {
  margin-right: 0px;
}
.content100 .panel.end {
  margin-right: 0px;
}
.content100 .panel hr {
  width: 100%;
  height: 1px;
  float: left;
  clear: both;
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #CCC;
  border: 0px;
}

.w-100 {
  width: 100%;
}

.w-20 {
  width: 20%;
  float: left;
}

/*** COLOURS ***/
.red-text {
  color: #d12222;
}

/*** CHART ***/
.rgCurrentPage span {
  font-weight: bold !important;
  line-height: 1.2;
}

/*.RadGrid_Default *[data-reveal] td.score-me {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

*[data-reveal] span[data-score] {
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background: none;
    text-align: center;
    width: 100%;
}*/
#rad-table-mimic .rgMasterTable tbody td.nodata {
  background: #FAFAFA;
  padding: 15px 20px;
}

#rad-table-mimic .rgMasterTable.condensed {
  width: min-content;
}
#rad-table-mimic .rgMasterTable.condensed thead .rgHeader {
  padding: 15px 10px !important;
}

.demo-warning {
  color: #FFFFFF;
  background-color: #d12222;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  width: 100%;
  -webkit-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
}

.login-screen .demo-warning {
  width: 100%;
  margin-bottom: 2%;
}

.javascript-disabled {
  color: #FFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #e3342f;
  padding: 25px;
  text-align: center;
}
.javascript-disabled img {
  height: 30px;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
}

.heatmap-container {
  /*width: calc(100vw - 300px) !important;*/
  width: calc(75vw - 280px) !important;
  height: calc(100vh - 200px);
  border: solid 1px #d3d3d3;
  background-color: #f3f3f3;
  overflow: auto;
  cursor: move;
}

/* Code based on this sample http://thecodeplayer.com/walkthrough/css3-family-tree */
@supports (-ms-ime-align: auto) {
  .tree ul.vertical li {
    padding-right: 200px;
  }
}
@-moz-document url-prefix() {
  .tree ul.vertical li {
    padding-right: 200px;
  }
}
.tree {
  /*width: 1800px;
  height: 1800px;*/
  margin-left: auto;
  margin-right: auto;
}

.tree {
  display: table;
  /*width: max-content;*/
  margin-bottom: 50px;
}

.tree * {
  margin: 0;
  padding: 0;
  width: max-content;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 50px 25px 0 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #111;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #111;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
/*.tree li:only-child {
    padding-top: 0;
}*/
/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #111;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #111;
  width: 0;
  height: 20px;
}

.tree .icon {
  position: absolute;
  z-index: 9;
  bottom: 6px;
  right: 6px;
}
.tree .icon.left {
  right: auto;
  left: 6px;
}
.tree .icon.middle {
  left: calc(50% - 6px);
  right: auto;
}
.tree .icon svg {
  width: 12px;
  height: 12px;
}

.tree li .item {
  width: 100px;
  height: 90px;
  position: relative;
  border: 1px solid #111;
  padding: 1em 0.75em;
  text-decoration: none;
  color: #666767;
  font-family: arial, verdana, tahoma;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  line-height: 16px;
  cursor: default;
  background-color: #FFF;
  color: #222;
  /*
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.tree li .item .profile-img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -42px;
  left: calc(50% - 25px);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-rendering: geometricPrecision;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-size: cover;
  border: solid 1px #111;
  z-index: 9;
}
.tree li .item .initials {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -42px;
  left: calc(50% - 25px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #EEE;
  border: solid 1px #111;
  font-size: 18px;
  text-align: center;
  padding-top: 16px;
  font-weight: 500;
  color: #123d5c;
  background-image: linear-gradient(125deg, #f1f7fc, #a6c6dd);
  border: solid 2px #123d5c;
  z-index: 9;
}
.tree li .item .initials.team {
  background-image: linear-gradient(125deg, #f9f9f9, #d1d1d1);
  border: solid 2px #8b8b8b;
  color: #363636;
}
.tree li .item .collapse {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 11px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 3px;
  width: 22px;
  height: 22px;
  background-color: transparent;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.tree li .item .collapse.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tree li .item .collapse:hover {
  background-color: #222;
}
.tree li .item .collapse svg {
  width: 10px;
  height: 10px;
}
.tree li .item .collapse svg fill {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tree li .item.dark-blue {
  background-color: #8eaadc;
}
.tree li .item.blue {
  background-color: #b6c4e7;
}
.tree li .item.light-blue {
  background-color: #dae1f3;
}
.tree li .item.light-orange {
  background-color: #fce5d7;
}
.tree li .item.orange {
  background-color: #f8cbac;
}
.tree li .item.dark-orange {
  background-color: #f4af85;
}

/* -------------------------------- */
/* Now starts the vertical elements */
/* -------------------------------- */
.tree ul.vertical, ul.vertical ul {
  padding-top: 5px;
  left: 50%;
  padding-right: 50%;
}

.tree ul.vertical {
  /*margin-top: 40px;*/
}

/* Remove the downward connectors from parents */
.tree ul ul.vertical::before {
  display: none;
}

.tree ul.vertical li {
  float: none;
  text-align: left;
}
.tree ul.vertical li:not(:first-child)::before {
  top: inherit;
  bottom: 45px;
  height: 140px;
}

.tree ul.vertical li::before {
  right: auto;
  border: none;
}

.tree ul.vertical li::after {
  display: none;
}

.tree ul.vertical li .item {
  margin-left: 16px;
}

.tree ul.vertical li::before {
  top: -20px;
  left: 0px;
  border-bottom: 1px solid #111;
  border-left: 1px solid #111;
  content: "";
  display: block;
  width: 40px;
  height: 60px;
}

.tree ul.vertical li:first-child::before {
  top: -5px;
  height: 98px;
}

ul.tree > li > .item::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 0;
  height: 21px;
  border-left: solid 1px #111;
}

div.tree > ul > li > .item {
  font-size: 1em;
  font-weight: bold;
}

/* ------------------------------------------------------------------ */
/* Time for some hover effects                                        */
/* We will apply the hover effect the the lineage of the element also */
/* ------------------------------------------------------------------ */
.tree li .item:hover, .tree li .item:hover + ul li .item {
  background: #555;
  color: white;
  /* border: 1px solid #aaa; */
}
.tree li .item:hover svg path, .tree li .item:hover + ul li .item svg path {
  fill: #FFF;
}

/*Connector styles on hover*/
.tree li .item:hover + ul li::after,
.tree li .item:hover + ul li::before,
.tree li .item:hover + ul::before,
.tree li .item:hover + ul ul::before {
  border-color: #333;
}

#rad-table-mimic {
  /*margin-bottom: 60px;
  width: calc(100vw - 345px);*/
  /*overflow: auto;*/
}
#rad-table-mimic .rgMasterTable {
  width: 100%;
  table-layout: auto;
  empty-cells: show;
}
#rad-table-mimic .rgMasterTable thead .rgHeader {
  color: #FFF;
  position: relative;
  padding: 15px 25px !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-spacing: 0px;
  text-align: left;
}
#rad-table-mimic .rgMasterTable thead .rgHeader:last-child {
  border-right: solid 1px #123d5c;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip {
  position: absolute;
  top: 15px;
  right: 5px;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip .inner {
  position: relative;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip .msg {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 225px;
  position: absolute;
  background-color: #FFF;
  -webkit-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.9em;
  top: -12px;
  border: solid 1px #eaeaea;
  left: calc(100% + 5px);
  -webkit-transition: left 0.3s ease, opacity 0.3s ease;
  transition: left 0.3s ease, opacity 0.3s ease;
  z-index: 9999;
  color: #444;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip .msg:after, #rad-table-mimic .rgMasterTable thead .rgHeader .tooltip .msg:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip .msg:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip .msg:before {
  border-color: rgba(234, 234, 234, 0);
  border-right-color: #eaeaea;
  border-width: 6px;
  margin-top: -6px;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip svg {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#rad-table-mimic .rgMasterTable thead .rgHeader .tooltip svg:hover + .msg {
  left: calc(100% + 15px);
  visibility: visible;
  opacity: 1;
}
#rad-table-mimic .rgMasterTable thead th:not(.rgHeader) {
  border-bottom: solid 1px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  border-top: solid 1px #d7d7d7;
}
#rad-table-mimic .rgMasterTable tbody tr.title td {
  width: 270px;
  padding: 15px 25px;
}
#rad-table-mimic .rgMasterTable tbody tr.title td:first-child {
  background-color: #f1f1f1 !important;
}
#rad-table-mimic .rgMasterTable tbody tr:not(.title) td:first-child {
  padding-left: 25px;
  background-color: #FFF;
}
#rad-table-mimic .rgMasterTable tbody td {
  font-size: 14px;
  line-height: 22px;
  width: 150px;
  border-left: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  color: #111;
  padding: 0px;
}
#rad-table-mimic .rgMasterTable tbody td.cell-width-200 {
  width: 220px !important;
  max-width: 220px !important;
}
#rad-table-mimic .rgMasterTable tbody td:first-child {
  padding-right: 20px;
}
#rad-table-mimic .rgMasterTable tbody td:last-child {
  border-right: solid 1px #d7d7d7;
}
#rad-table-mimic .rgMasterTable tbody td span {
  display: block;
  font-weight: 400;
  padding: 15px 20px;
  width: 100%;
}
#rad-table-mimic .rgMasterTable tbody td span.initials {
  padding: 12px 0px 0px 0px;
}
#rad-table-mimic .rgMasterTable tbody td .initials {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 17px;
  margin: 10px 7px;
  padding: 0px;
  float: left;
  border-width: 2px !important;
  border-color: #123d5c;
  border-style: solid;
}
#rad-table-mimic .rgMasterTable thead th:not(.rgHeader) {
  text-align: left;
  padding: 15px 25px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
#rad-table-mimic .rgMasterTable tbody td {
  text-align: center;
}
#rad-table-mimic .rgMasterTable tbody td:first-child {
  width: 100%;
  background-color: #f1f1f1;
}
#rad-table-mimic .rgMasterTable tbody td:last-child {
  background-color: #FAFAFA;
}
#rad-table-mimic .rgMasterTable tbody td:first-child {
  text-align: left;
}
#rad-table-mimic .rgMasterTable tbody td.score-header {
  padding: 0px !important;
  font-weight: bold;
}
#rad-table-mimic .rgMasterTable tbody td.score-header > span {
  font-weight: bold;
}

body .google-visualization-orgchart-node {
  height: 130px;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  background-color: #F7F7F7;
  border-color: #dedede;
  font-weight: bold;
}
body .google-visualization-orgchart-node.team {
  position: relative;
  cursor: pointer;
}
body .google-visualization-orgchart-node.team svg {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 8px;
  left: calc(50% - 10px);
}
body .google-visualization-orgchart-node.team svg path {
  fill: #444;
}
body .google-visualization-orgchart-node.google-visualization-orgchart-nodesel {
  background-color: #dedede;
}
body .google-visualization-orgchart-node.mid-blue {
  background-color: #b6c4e7;
  border-color: #90a5da;
}
body .google-visualization-orgchart-node.mid-blue.google-visualization-orgchart-nodesel {
  background-color: #90a5da;
}
body .google-visualization-orgchart-node.dark-blue {
  background-color: #8eaadc;
  border-color: #678dd0;
}
body .google-visualization-orgchart-node.dark-blue.google-visualization-orgchart-nodesel {
  background-color: #7b9bd6;
}
body .google-visualization-orgchart-node.light-blue {
  background-color: #dae1f3;
  border-color: #b3c2e7;
}
body .google-visualization-orgchart-node.light-blue.google-visualization-orgchart-nodesel {
  background-color: #c7d1ed;
}
body .google-visualization-orgchart-node.mid-orange {
  background-color: #f8cbac;
  border-color: #f4ae7d;
}
body .google-visualization-orgchart-node.mid-orange.google-visualization-orgchart-nodesel {
  background-color: #f6bc94;
}
body .google-visualization-orgchart-node.light-orange {
  background-color: #fce5d7;
  border-color: #f8c6a8;
}
body .google-visualization-orgchart-node.light-orange.google-visualization-orgchart-nodesel {
  background-color: #fad6bf;
}
body .google-visualization-orgchart-node.dark-orange {
  background-color: #f4af85;
  border-color: #f09056;
}
body .google-visualization-orgchart-node.dark-orange.google-visualization-orgchart-nodesel {
  background-color: #f2a06e;
}

#RadAjaxLoadingPanel1 {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 9999999;
  text-align: center;
}
#RadAjaxLoadingPanel1 img {
  position: relative;
  top: 50%;
  margin: -30px auto 0;
  box-shadow: 0 0 25px rgba(85, 85, 85, 0.5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.table-style {
  clear: left;
  margin-top: 20px;
}
.table-style .heading {
  clear: left;
  font-size: 1.2em;
  font-weight: 100;
  margin-bottom: 0px;
  margin-top: 0px;
}
.table-style .heading a {
  color: #fff;
  display: block;
  padding: 15px 20px;
  background-image: url(../../Images/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 98% 20px;
  background-size: 22px;
  cursor: pointer;
}
.table-style .heading a:hover {
  text-decoration: none;
}
.table-style .heading.active a {
  background-image: url(../../Images/icons/arrow-up.png);
}
.table-style span {
  display: block;
  padding-top: 16px;
}
.table-style .col.col-4, .table-style .col.col-6 {
  min-height: 50px;
  padding-left: 20px;
}

.data-action-graph {
  width: 980px;
  height: 400px;
  position: relative;
  border: solid 1px #888;
  margin-top: 20px;
}
.data-action-graph .markers .marker {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  margin-left: -16px;
  margin-bottom: -16px;
  font-family: Arial;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  cursor: default;
}
.data-action-graph .markers .marker.m-1 {
  border-color: #ababab;
  background-image: linear-gradient(45deg, #c3c3c3, #d2d2d2);
}
.data-action-graph .markers .marker.m-2 {
  border-color: #ef833e;
  background-image: linear-gradient(45deg, #f7bba3, #f9a989);
}
.data-action-graph .markers .marker.m-3 {
  border-color: #ffcb39;
  background-image: linear-gradient(45deg, #ffdd9f, #ffd57f);
}
.data-action-graph .markers .marker.m-4 {
  border-color: #76b150;
  background-image: linear-gradient(45deg, #b7d6ab, #a0cc8b);
}
.data-action-graph .markers .marker.m-5 {
  border-color: #6589ce;
  background-image: linear-gradient(45deg, #a8b6df, #879dd6);
}
.data-action-graph .markers .marker.m-6 {
  border-color: #a55fd5;
  background-image: linear-gradient(45deg, #cfa3ef, #bc8bdd);
}
.data-action-graph .markers .marker .m-tooltip {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 320px;
  position: absolute;
  background-color: #FFF;
  -webkit-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 20px;
  font-size: 1em;
  bottom: 100%;
  border: solid 1px #CCC;
  left: calc(100% + 5px);
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateX(calc(-50% - 16px));
  -ms-transform: translateX(calc(-50% - 16px));
  transform: translateX(calc(-50% - 16px));
  color: #444;
  z-index: 999;
}
.data-action-graph .markers .marker .m-tooltip:after, .data-action-graph .markers .marker .m-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.data-action-graph .markers .marker .m-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.data-action-graph .markers .marker .m-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 7px;
  margin-left: -7px;
}
.data-action-graph .markers .marker .m-tooltip.right {
  -webkit-transition: left 0.3s ease, opacity 0.3s ease;
  transition: left 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: auto;
  top: -6px;
}
.data-action-graph .markers .marker .m-tooltip.right:after, .data-action-graph .markers .marker .m-tooltip.right:before {
  right: 100%;
  left: auto;
  top: 18px;
}
.data-action-graph .markers .marker .m-tooltip.right:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.data-action-graph .markers .marker .m-tooltip.right:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #cccccc;
  border-width: 7px;
  margin-top: -7px;
}
.data-action-graph .markers .marker .m-tooltip.left {
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  right: calc(100% + 5px);
  left: auto;
  bottom: auto;
  top: -6px;
}
.data-action-graph .markers .marker .m-tooltip.left:after, .data-action-graph .markers .marker .m-tooltip.left:before {
  right: auto;
  left: 100%;
  top: 18px;
  margin-left: 0px;
}
.data-action-graph .markers .marker .m-tooltip.left:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.data-action-graph .markers .marker .m-tooltip.left:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #cccccc;
  border-width: 7px;
  margin-top: -7px;
}
.data-action-graph .markers .marker:hover .m-tooltip {
  opacity: 1;
  bottom: calc(100% + 10px);
  visibility: visible;
}
.data-action-graph .markers .marker:hover .m-tooltip.right {
  bottom: auto;
  left: calc(100% + 15px);
}
.data-action-graph .markers .marker:hover .m-tooltip.left {
  bottom: auto;
  right: calc(100% + 15px);
}
.data-action-graph .axis-x > div {
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: #AAA;
}
.data-action-graph .axis-x > div:nth-child(1) {
  left: 14.2%;
}
.data-action-graph .axis-x > div:nth-child(2) {
  left: 28.56%;
}
.data-action-graph .axis-x > div:nth-child(3) {
  left: 42.84%;
}
.data-action-graph .axis-x > div:nth-child(4) {
  left: 57.12%;
}
.data-action-graph .axis-x > div:nth-child(5) {
  left: 71.4%;
}
.data-action-graph .axis-x > div:nth-child(6) {
  left: 85.68%;
}
.data-action-graph .axis-y > div {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #AAA;
}
.data-action-graph .axis-y > div:nth-child(1) {
  bottom: 16.6667%;
}
.data-action-graph .axis-y > div:nth-child(2) {
  bottom: 33.3333%;
}
.data-action-graph .axis-y > div:nth-child(3) {
  bottom: 50%;
}
.data-action-graph .axis-y > div:nth-child(4) {
  bottom: 66.66667%;
}
.data-action-graph .axis-y > div:nth-child(5) {
  bottom: 83.3333%;
}
.data-action-graph .label-x > div {
  position: absolute;
  bottom: -20px;
  font-size: 14px;
  margin-left: -15px;
  text-align: center;
  width: 30px;
}
.data-action-graph .label-x > div:nth-child(1) {
  left: 0%;
}
.data-action-graph .label-x > div:nth-child(2) {
  left: 14.2%;
}
.data-action-graph .label-x > div:nth-child(3) {
  left: 28.56%;
}
.data-action-graph .label-x > div:nth-child(4) {
  left: 42.84%;
}
.data-action-graph .label-x > div:nth-child(5) {
  left: 57.12%;
}
.data-action-graph .label-x > div:nth-child(6) {
  left: 71.4%;
}
.data-action-graph .label-x > div:nth-child(7) {
  left: 85.68%;
}
.data-action-graph .label-x > div:nth-child(8) {
  left: 100%;
}

.print-only {
  display: none;
}

.main-logo-mobile {
  display: none;
}

.content100 {
  margin-left: 100px;
}

/*** Initials ***/
.initials {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #EEE;
  color: #123d5c;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
  font-weight: 500;
  background-image: linear-gradient(125deg, #f1f7fc, #a6c6dd);
  border: solid 2px #123d5c;
  display: block;
}

/*** Profile ***/
.profile-large {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 40px;
}
.profile-large .initials {
  position: absolute;
  width: 150px;
  height: 150px;
  font-size: 40px;
  border-width: 4px;
  padding-top: 57px;
  top: 0px;
  left: 0px;
}
.profile-large .button.remove {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 13px;
  width: 38px;
  height: 38px;
  padding: 6px 0px 0px 0px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.profile-large .button.remove svg {
  width: 20px;
  height: 20px;
  margin: 0px;
}
.profile-large .button.remove span {
  display: none;
}
.profile-large:hover .upload label {
  opacity: 1;
  visibility: visible;
}
.profile-large:hover .upload label > span, .profile-large:hover .upload label > svg {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
.profile-large:hover .button.remove {
  opacity: 1;
  visibility: visible;
}
.profile-large .upload {
  position: absolute;
  top: 0;
  left: 0;
}
.profile-large .upload label {
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #123d5c;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding-top: 48px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  font-size: 13px;
  margin: 0 auto;
  color: #fff;
  z-index: 999;
}
.profile-large .upload label > span {
  position: relative;
  -webkit-transition: opacity 0.3s ease, top 0.4s ease;
  transition: opacity 0.3s ease, top 0.4s ease;
  opacity: 0;
  visibility: hidden;
  top: 10px;
}
.profile-large .upload label svg {
  position: relative;
  -webkit-transition: opacity 0.3s ease, top 0.4s ease;
  transition: opacity 0.3s ease, top 0.4s ease;
  opacity: 0;
  visibility: hidden;
  top: 10px;
  display: block;
  margin: 0 auto;
}
.profile-large .upload label svg path {
  fill: #FFF;
}
.profile-large .upload label + input[type=file] {
  display: none;
}
.profile-large .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*image-rendering: pixelated;*/
  overflow: hidden;
}
.profile-large .img img {
  width: 150px;
  height: 150px;
}
.profile-large + .person {
  text-align: center;
  display: block;
  margin-top: -25px;
  margin-bottom: 40px;
}
.profile-large + .person .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #2a5472;
}
.profile-large + .person .role {
  display: block;
  color: #898989;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}

.profile-details .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #888;
}
.profile-details span {
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
  color: #000;
}

/*** FORM FEEDBACK ***/
.form-update {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: -100px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  pointer-events: none;
}
.form-update > div {
  background-color: #123d5c;
  pointer-events: auto;
}
.form-update.show {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.form-update.red > div {
  background-color: #d12222;
}
.form-update.green > div {
  background-color: #108a7d;
}
.form-update > div {
  display: table;
  font-size: 18px;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.8);
  -moz-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.8);
  box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.8);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: 700px;
  padding: 12px 40px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
}
.form-update img {
  display: block;
  float: right;
}
.form-update ul {
  text-align: left;
}

.intro p {
  float: left;
}

.content100 .filter-box {
  display: block;
  float: right;
  margin-bottom: 25px;
}
.content100 .filter-box .filter-container {
  clear: both;
  display: table;
  background: #FFF;
  height: 33px;
}
.content100 .filter-box label {
  display: none;
}
.content100 .filter-box input[type=text] {
  float: left;
  width: 350px;
  background: #FFF;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
}
.content100 .filter-box span {
  position: absolute;
  display: block;
  text-indent: -9999px;
}
.content100 .filter-box .button {
  float: left;
  width: 46px;
  height: 46px;
  padding: 10px 0px 0px 2px !important;
  border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -ms-border-radius: 0px 6px 6px 0px;
  -o-border-radius: 0px 6px 6px 0px;
  border-color: #123d5c;
  font-size: 1.4em;
  margin: 0px;
}
.content100 .filter-box .button svg {
  margin-left: 0px;
}

/*** Dashboard ***/
.dashboard {
  margin-left: -10px;
  margin-right: -10px;
}
.dashboard h2 {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #444;
}
.dashboard .panel {
  width: calc(25% - 20px);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  text-decoration: none;
  background-image: linear-gradient(45deg, #123d5c, #2b648d);
  margin: 10px;
  padding: 30px 25px;
  float: left;
  /*&:nth-child(1) {
      background-image: linear-gradient(45deg, #642B73, #C6426E);
  }

  &:nth-child(2) {
      background-image: linear-gradient(45deg, #283c86, #45a247);
  }*/
}
.dashboard .panel .form {
  display: table;
  width: 100%;
}
.dashboard .panel:hover {
  background-image: none;
  background-color: #123d5c;
}
.dashboard .panel .text {
  padding-right: 40px;
}
.dashboard .panel .text .title {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: #FFF;
}
.dashboard .panel .text .desc {
  color: #c9d5dd;
  font-size: 13px;
  line-height: 18px;
  display: block;
}
.dashboard .panel svg {
  position: absolute;
  top: calc(50% - 17px);
  right: 20px;
  width: 30px;
  height: 30px;
  display: block;
}
.dashboard .panel svg path {
  fill: #FFF;
}
.dashboard .panel:after {
  display: none;
}

/*** Login ***/
.login-container {
  display: table;
  width: 100%;
}
.login-container #logo {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 188px;
  padding-bottom: 50px;
  background-image: url(../../Images/elsevier-logo-colour.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.login-container h1 {
  font-weight: 300;
  font-size: 2.6em;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
.login-container p {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-weight: 100;
  font-size: 1.2em;
  color: #d6e4ef;
  margin-bottom: 20px;
}
.login-container .back {
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: calc(50% - 30px);
  height: 60px;
}
.login-container .back:hover a {
  background-color: #FFF;
}
.login-container .back:hover a svg path {
  fill: #123d5c;
}
.login-container .back a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  border: solid 2px #FFF;
  display: block;
}
.login-container .back a svg {
  margin-top: 15px;
  margin-right: 2px;
}
.login-container .main-image {
  width: 60%;
  height: 100vh;
  background-image: url(../../Images/office.jpg);
  background-position: 50% 0px;
  background-size: cover;
  display: table-cell;
}
.login-container .section {
  width: 100%;
  max-width: 480px;
  display: table;
  margin: 0 auto;
}
.login-container .login-area {
  width: 40%;
  height: 100vh;
  position: relative;
  background: #24C6DC;
  background: -webkit-linear-gradient(to top, #123d5c, #2b648d);
  background: linear-gradient(to top, #123d5c, #2b648d);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
}
.login-container .login-area .logo {
  width: 250px;
  position: absolute;
  left: calc(50% - 125px);
  top: 30px;
}
.login-container .login-area .v-number {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.login-container .login-area .form-group {
  position: relative;
  margin-bottom: 18px;
}
.login-container .login-area .form-group .icon {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 55px;
  height: 55px;
  background-color: #0d3450;
  border-radius: 58px 0px 0px 58px;
  -webkit-border-radius: 58px 0px 0px 58px;
  -moz-border-radius: 58px 0px 0px 58px;
  -ms-border-radius: 58px 0px 0px 58px;
  -o-border-radius: 58px 0px 0px 58px;
  margin: 0px;
}
.login-container .login-area .form-group .icon svg {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 4px;
  top: 16px;
}
.login-container .login-area .form-group input[type=text], .login-container .login-area .form-group input[type=password] {
  border-radius: 0px 55px 55px 0px;
  -webkit-border-radius: 0px 55px 55px 0px;
  -moz-border-radius: 0px 55px 55px 0px;
  -ms-border-radius: 0px 55px 55px 0px;
  -o-border-radius: 0px 55px 55px 0px;
  padding: 0px 20px;
  width: calc(100% - 55px);
  height: 55px;
  line-height: 55px;
  border: 0px;
  margin-left: 53px;
  background-color: #FFF;
  border: solid 2px #FFF;
  font-size: 1.2em;
  outline: none;
}
.login-container .login-area .form-group .button {
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  padding: 0px 20px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 0px;
  background-color: #0d3450;
  text-decoration: none;
  color: #FFF;
  font-size: 1.1em;
  outline: none;
  cursor: pointer;
  display: block;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.login-container .login-area .form-group .button svg {
  position: relative;
  transform-origin: 50% 65%;
  top: 5px;
}
.login-container .login-area .form-group .button .btn-loader {
  display: block;
  position: absolute;
  left: calc(50% + 30px);
  top: 3px;
}
.login-container .login-area .form-group .button:hover {
  background-color: #092c44;
}
.login-container .login-area .form-group .button:hover svg polygon {
  fill: #092c44;
}
.login-container .login-area .form-group a {
  color: #c1d4e1;
}
.login-container .login-area .form-group a:hover {
  color: #FFF;
}

.marg-t-8 {
  margin-top: 8px;
}

.content100 .head-left {
  float: left;
  max-width: calc(100% - 400px);
  width: 100%;
}
.content100 .head-right {
  float: right;
  max-width: 400px;
}
.content100 .head-right > .button {
  float: right;
  padding: 8px 25px;
  margin-bottom: 22px;
}
.content100 .head-right .filter-box {
  float: right;
  clear: right;
  margin-bottom: 22px;
}

.nodisplay {
  position: absolute;
  text-indent: -9999px;
  width: 0px;
  height: 0px;
}

.chev-list {
  position: relative;
  display: table;
  padding: 0px;
  margin: 0 auto;
}
.chev-list li {
  width: 190px;
  height: 215px;
  list-style-type: none;
  display: table;
  color: #FFF;
  float: left;
  /*margin-left: -20px;*/
}
.chev-list li span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
  padding-right: 15px;
  text-align: center;
  font-weight: bold;
}
.chev-list li:before {
  display: block;
  width: 190px;
  height: 120px;
  content: url(../../Images/chev-small.png);
  position: absolute;
  top: 47px;
}
.chev-list li:nth-child(even) span {
  color: #0c405f;
}
.chev-list li:nth-child(even):before {
  content: url(../../Images/chev-small-green.png);
}

.desc-list {
  width: 981px;
  position: relative;
  display: table;
  border: solid 1px #111;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px auto;
  padding: 0px;
}
.desc-list li {
  width: 190px;
  height: 120px;
  list-style-type: none;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
}
.desc-list li:first-child {
  width: 219px;
  padding-left: 20px;
  padding-right: 20px;
}
.desc-list li span {
  vertical-align: middle;
}

.data-action-graph {
  width: 980px;
  height: 400px;
  position: relative;
  border: solid 1px #888;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin: 20px auto;
}
.data-action-graph .dimension-title {
  position: absolute;
  width: 100%;
  padding-left: 8px;
  border-top: solid 1px #CCC;
}
.data-action-graph .dimension-title h4 {
  margin: 0px;
  font-size: 14px;
}
.data-action-graph #markers .bar {
  position: absolute;
  height: 16px;
  background-image: linear-gradient(to right, #fff, #ccc);
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}
.data-action-graph #markers div.m-1 {
  background-color: #e78fdc;
}
.data-action-graph #markers svg.m-1 path {
  fill: #e78fdc;
}
.data-action-graph #markers div.m-2 {
  background-color: #f9a989;
}
.data-action-graph #markers svg.m-2 path {
  fill: #f9a989;
}
.data-action-graph #markers div.m-3 {
  background-color: #ffd57f;
}
.data-action-graph #markers svg.m-3 path {
  fill: #ffd57f;
}
.data-action-graph #markers div.m-4 {
  background-color: #a0cc8b;
}
.data-action-graph #markers svg.m-4 path {
  fill: #a0cc8b;
}
.data-action-graph #markers div.m-5 {
  background-color: #879dd6;
}
.data-action-graph #markers svg.m-5 path {
  fill: #879dd6;
}
.data-action-graph #markers div.m-6 {
  background-color: #bc8bdd;
}
.data-action-graph #markers svg.m-6 path {
  fill: #bc8bdd;
}
.data-action-graph #markers .item {
  position: relative;
}
.data-action-graph #markers .item .m-tooltip {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 320px;
  position: absolute;
  background-color: #FFF;
  -webkit-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 20px;
  font-size: 1em;
  bottom: 100%;
  border: solid 1px #CCC;
  left: calc(50% + 8px);
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateX(calc(-50% - 8px));
  -ms-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px));
  color: #444;
  z-index: 999;
}
.data-action-graph #markers .item .m-tooltip:after, .data-action-graph #markers .item .m-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.data-action-graph #markers .item .m-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.data-action-graph #markers .item .m-tooltip:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 7px;
  margin-left: -7px;
}
.data-action-graph #markers .item .m-tooltip.right {
  -webkit-transition: left 0.3s ease, opacity 0.3s ease;
  transition: left 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: auto;
  top: -6px;
}
.data-action-graph #markers .item .m-tooltip.right:after, .data-action-graph #markers .item .m-tooltip.right:before {
  right: 100%;
  left: auto;
  top: 18px;
}
.data-action-graph #markers .item .m-tooltip.right:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.data-action-graph #markers .item .m-tooltip.right:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #cccccc;
  border-width: 7px;
  margin-top: -7px;
}
.data-action-graph #markers .item .m-tooltip.left {
  -webkit-transition: right 0.3s ease, opacity 0.3s ease;
  transition: right 0.3s ease, opacity 0.3s ease;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  right: calc(100% + 5px);
  left: auto;
  bottom: auto;
  top: -6px;
}
.data-action-graph #markers .item .m-tooltip.left:after, .data-action-graph #markers .item .m-tooltip.left:before {
  right: auto;
  left: 100%;
  top: 18px;
  margin-left: 0px;
}
.data-action-graph #markers .item .m-tooltip.left:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.data-action-graph #markers .item .m-tooltip.left:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #cccccc;
  border-width: 7px;
  margin-top: -7px;
}
.data-action-graph #markers .item:hover .m-tooltip {
  opacity: 1;
  bottom: calc(100% + 10px);
  visibility: visible;
}
.data-action-graph #markers .item:hover .m-tooltip.right {
  bottom: auto;
  left: calc(100% + 15px);
}
.data-action-graph #markers .item:hover .m-tooltip.left {
  bottom: auto;
  right: calc(100% + 15px);
}
.data-action-graph .axis-x > div {
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: #CCC;
}
.data-action-graph .axis-x > div:nth-child(1) {
  left: 14.2%;
}
.data-action-graph .axis-x > div:nth-child(2) {
  left: 28.56%;
}
.data-action-graph .axis-x > div:nth-child(3) {
  left: 42.84%;
}
.data-action-graph .axis-x > div:nth-child(4) {
  left: 57.12%;
}
.data-action-graph .axis-x > div:nth-child(5) {
  left: 71.4%;
}
.data-action-graph .axis-x > div:nth-child(6) {
  left: 85.68%;
}
.data-action-graph .axis-y > div {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #AAA;
}
.data-action-graph .axis-y > div:nth-child(1) {
  bottom: 16.6667%;
}
.data-action-graph .axis-y > div:nth-child(2) {
  bottom: 33.3333%;
}
.data-action-graph .axis-y > div:nth-child(3) {
  bottom: 50%;
}
.data-action-graph .axis-y > div:nth-child(4) {
  bottom: 66.66667%;
}
.data-action-graph .axis-y > div:nth-child(5) {
  bottom: 83.3333%;
}
.data-action-graph .label-x > div {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  margin-left: -15px;
  text-align: center;
  width: 30px;
}
.data-action-graph .label-x > div:nth-child(1) {
  left: 0%;
}
.data-action-graph .label-x > div:nth-child(2) {
  left: 14.2%;
}
.data-action-graph .label-x > div:nth-child(3) {
  left: 28.56%;
}
.data-action-graph .label-x > div:nth-child(4) {
  left: 42.84%;
}
.data-action-graph .label-x > div:nth-child(5) {
  left: 57.12%;
}
.data-action-graph .label-x > div:nth-child(6) {
  left: 71.4%;
}
.data-action-graph .label-x > div:nth-child(7) {
  left: 85.68%;
}
.data-action-graph .label-x > div:nth-child(8) {
  left: 100%;
}

.print-only {
  display: none;
}

.no-data {
  width: 100%;
  max-width: 90%;
  display: table;
  margin: 10px auto;
}
.no-data .icon {
  width: 160px;
  height: 160px;
  background-color: #F1F1F1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: solid 8px #e3e3e3;
  display: table;
  text-align: center;
  margin: 20px auto;
}
.no-data .icon svg {
  width: 54px;
  height: 50px;
  margin-top: 48px;
}
.no-data .icon svg path {
  fill: #888;
}
.no-data .icon.success svg path {
  fill: #108a7d;
}
.no-data .text {
  width: 100%;
  text-align: center;
  display: table;
  margin: 0 auto;
}
.no-data .text h2:after {
  display: none;
}
.no-data .text p {
  font-size: 18px;
}

.people {
  padding: 0px;
  list-style-type: none;
  display: table;
  width: 100%;
}
.people li {
  width: 33%;
  float: left;
  margin-bottom: 30px;
  display: table;
}
.people li .initials {
  display: table-cell;
}
.people li .profile-img {
  width: 60px;
  height: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: pixelated;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  display: table-cell;
}
.people li > div {
  width: calc(100% - 70px);
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.people li > div span {
  display: block;
}
.people li > div span.name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2a5472;
}
.people li > div span.title {
  font-size: 13px;
  color: #898989;
  font-style: italic;
  line-height: 20px;
  font-weight: 500;
}

.content100 .task-scheduler .panel.col-8 {
  width: calc(100% - 615px);
}
.content100 .task-scheduler .panel.col-4 {
  width: 575px;
}

.content100 a.info-btn {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #123d5c;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-shadow: 5px 4px 24px -4px rgba(30, 30, 30, 0);
  -moz-box-shadow: 5px 4px 24px -4px rgba(30, 30, 30, 0);
  box-shadow: 5px 4px 24px -4px rgba(30, 30, 30, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  top: -3px;
  color: #FFF;
}
.content100 a.info-btn:hover {
  -webkit-box-shadow: 5px 4px 24px -4px rgba(30, 30, 30, 0.6);
  -moz-box-shadow: 5px 4px 24px -4px rgba(30, 30, 30, 0.6);
  box-shadow: 5px 4px 24px -4px rgba(30, 30, 30, 0.6);
  background-color: #0b2b41;
  color: #FFF;
}

.content100 .review-dashboard .charts > div:first-child {
  position: relative;
  padding-right: 50px;
}
.content100 .review-dashboard .charts > div:first-child:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #CCC;
}
.content100 .review-dashboard .charts > div:last-child {
  padding-left: 50px;
}
.content100 .review-dashboard .charts .progress-circle {
  margin-bottom: 20px;
}
.content100 .review-dashboard .chart-container {
  width: 100%;
}
.content100 .review-dashboard .button.huge {
  display: table;
}

.content100 .ai-responsive .chart-container {
  width: 100% !important;
  height: 500px;
}
.content100 .ai-responsive .chart-container canvas {
  width: 100% !important;
  height: 100% !important;
}

.video-js {
  margin-bottom: 20px;
}
.video-js .vjs-big-play-button {
  left: calc(50% - 45px);
  top: calc(50% - 25px);
}

.content100 .videos {
  clear: both;
}
.content100 .videos .panel {
  margin-left: 40px;
  margin-right: 0px;
}
.content100 .videos .panel img {
  width: 100%;
}

.video-js.vjs-fluid:not(.vjs-fullscreen),
.video-js.vjs-fluid:not(.vjs-fullscreen) video.video-js,
.video-js.vjs-fluid:not(.vjs-fullscreen) video.vjs-tech {
  max-height: 40vh;
  position: relative !important;
  width: 100%;
  height: auto !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  line-height: 0;
}

.upload-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.upload-modal.show {
  visibility: visible;
  opacity: 1;
}
.upload-modal:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
}
.upload-modal .inner {
  position: absolute;
  top: 10vh;
  background-color: #123d5c;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 900px;
  padding: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  color: #FFF;
}
.upload-modal .inner svg {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  display: block;
}
.upload-modal .inner svg path {
  fill: #092d46;
}
.upload-modal .inner h2 {
  margin-bottom: 10px;
}
.upload-modal .inner h2::after {
  display: none;
}
.upload-modal .inner p {
  color: #a5b8c5;
  font-size: 18px;
}
.upload-modal .upload-loader {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 10px;
  background-color: #0e2b40;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.upload-modal .upload-loader:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  background-color: #164d74;
  left: 0%;
  right: 100%;
  animation: loading 2s ease infinite;
}

.splide__arrow {
  width: 24px;
  height: 40px;
  border: 0px;
  position: absolute;
  top: calc(50% - 20px);
  background-color: #16405e;
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  z-index: 999;
}
.splide__arrow:hover {
  background-color: #0c2435;
}
.splide__arrow:disabled {
  cursor: default;
  background-color: #CCC;
}
.splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -40px;
}
.splide__arrow.splide__arrow--next {
  right: -40px;
}
.splide__arrow svg {
  position: relative;
  width: 14px;
  height: 14px;
  top: 2px;
}
.splide__arrow svg path {
  fill: #FFF;
}

.splide .chart-container {
  position: relative;
  height: inherit !important;
  top: -30px;
}
.splide .dim-chart-key > div {
  display: inline-block;
  font-size: 14px;
}
.splide .dim-chart-key > div:before {
  width: 40px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  top: 4px;
  content: "";
}
.splide .dim-chart-key .your-score {
  margin-right: 20px;
}
.splide .dim-chart-key .your-score:before {
  background-color: #94dad0;
  border: solid 2px #94dad0;
}
.splide .dim-chart-key .company-score:before {
  border: dashed 2px #1e55b7;
}
.splide .splide__pagination {
  position: absolute;
  width: 100%;
  padding: 0px;
  bottom: 0px;
}
.splide .splide__pagination .splide__pagination__page {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #CCC;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  border: 0px;
}
.splide .splide__pagination .splide__pagination__page:hover {
  background-color: #AAA;
}
.splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #16405e;
  cursor: default;
}
.splide .splide__pagination .splide__pagination__page.is-active:hover {
  background-color: #16405e;
}

.engagement-report #chart-container {
  width: auto;
  height: auto;
}
.engagement-report #chart-container #cultureChart2 {
  width: auto;
  height: auto;
}
.engagement-report .gauge {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.engagement-report .gauge h4 {
  margin-bottom: 5px;
}
.engagement-report .gauge #participationGauge {
  margin-bottom: 30px;
}
.engagement-report .row {
  margin: 0px;
}
.engagement-report .row .panel {
  width: calc(50% - 20px);
}
.engagement-report .row .panel:first-child {
  margin-right: 20px;
}
.engagement-report .row .panel:last-child {
  margin-left: 20px;
  margin-right: 0px;
}
.engagement-report #rad-table-mimic.action-statement .rgMasterTable tbody tr:not(.title) td:last-child {
  line-height: 50px;
}
.engagement-report .status-tables table {
  width: 100%;
}
.engagement-report .status-tables h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.info-panel {
  padding: 15px 20px;
  border: solid 1px #CCC;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  background-color: #ffffe5;
  margin-bottom: 10px;
}
.info-panel .panel-title {
  display: table;
  width: 100%;
}
.info-panel .panel-title svg {
  position: relative;
  float: left;
  margin-right: 6px;
  top: 1px;
}
.info-panel .panel-title h2 {
  width: calc(100% - 30px);
  float: left;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 12px;
}
.info-panel p:last-child {
  margin-bottom: 0px;
}

/*.myChartDiv {
    max-width: 600px;
    max-height: 400px;
}

.engagement-report {
    #chart-container {
        width: auto;
        height: auto;

        #cultureChart2 {
            width: auto;
            height: auto;
        }
    }

    .gauge {
        position: relative;
        margin: 0 auto;
        text-align: center;

        h4 {
            margin-bottom: 0px;
        }

        .value {
            position: absolute;
            font-size: 40px;
            bottom: 10px;
            font-weight: 500;
            color: #111;
            display: block;
            width: 100%;
            text-align: center
        }

        canvas {
            margin-bottom: 30px;
        }
    }

    .row {
        margin: 0px;

        .panel {
            width: calc(50% - 20px);
        }

        .panel:first-child {
            margin-right: 20px;
        }

        .panel:last-child {
            margin-left: 20px;
            margin-right: 0px;
        }
    }

    #rad-table-mimic.action-statement .rgMasterTable tbody tr:not(.title) td:last-child {
        line-height: 50px;
    }

    .status-tables {
        table {
            width: 100%;
        }

        h4 {
            margin-top: 20px;
            margin-bottom: 5px;
        }
    }
}*/
@keyframes loading {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.media-table thead tr th {
  white-space: nowrap;
  text-align: left;
  padding: 15px 15px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
.media-table tbody tr td {
  padding: 15px 15px;
  border-bottom: solid 1px #CCC;
}
.media-table tbody tr td .video-js.vjs-fluid:not(.vjs-fullscreen) {
  max-height: none;
  width: 200px;
  margin-bottom: 0px;
  /*height: 200px;*/
}
.media-table tbody tr td .video-js.vjs-fluid:not(.vjs-fullscreen) .vjs-big-play-button {
  margin-top: 0px;
  margin-left: 0px;
}
.media-table tbody tr td .scroll {
  max-height: 150px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.media-table tbody tr td .scroll li {
  list-style-type: none;
  /*border-top: solid 1px #CCC;*/
  padding-top: 8px;
  padding-bottom: 8px;
  /*&:nth-child(odd) {
      background-color: #F1F1F1;
  }*/
  font-size: 14px;
  line-height: 18px;
}
.media-table tbody tr td:first-child {
  border-left: solid 1px #CCC;
  vertical-align: top;
}
.media-table tbody tr td:last-child {
  border-right: solid 1px #CCC;
}

.counters {
  width: 100%;
}
.counters .item {
  width: calc(33.3333% - 30px);
  float: left;
  text-align: center;
  background-color: #F1F1F1;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: solid 3px #123d5c;
}
.counters .item .icon svg path {
  fill: #123d5c;
}
.counters .item svg {
  width: 24px;
  height: 24px;
}
.counters .item .number {
  font-size: 60px;
  line-height: 50px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200;
  color: #123d5c;
}
.counters .item .label {
  text-transform: uppercase;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.content100 .button {
  padding: 12px 25px;
  font-size: 0.9em;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #123d5c;
  text-decoration: none;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  color: #FFFFFF;
}
.content100 .button:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.content100 .button.icon-left svg {
  margin-left: 0px;
  margin-right: 8px;
}
.content100 .button svg {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.content100 .button svg path {
  fill: #FFF;
}
.content100 .button.icon-r i {
  margin-left: 5px;
}
.content100 .button.rotate i {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.content100 .button.rotate:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.content100 .button.move-up i, .content100 .button.move-down i {
  position: relative;
  top: 0px;
}
.content100 .button.move-up:hover i {
  top: -2px;
}
.content100 .button.move-down:hover i {
  top: 2px;
}
.content100 .button.raised {
  position: relative;
  text-decoration: none;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 5px 0px rgb(9, 34, 79);
  -moz-box-shadow: 0px 5px 0px rgb(9, 34, 79);
  box-shadow: 0px 5px 0px rgb(9, 34, 79);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-align: center;
  top: 0px;
}
.content100 .button.raised:active {
  -webkit-box-shadow: 0px 2px 0px rgb(9, 34, 79);
  -moz-box-shadow: 0px 2px 0px rgb(9, 34, 79);
  box-shadow: 0px 2px 0px rgb(9, 34, 79);
  top: 4px;
}
.content100 .button.raised svg {
  width: 20px;
  height: 20px;
}
.content100 .button.raised.success {
  -webkit-box-shadow: 0px 5px 0px #054e46;
  -moz-box-shadow: 0px 5px 0px #054e46;
  box-shadow: 0px 5px 0px #054e46;
}
.content100 .button.width-auto {
  display: table !important;
  width: auto !important;
}
.content100 .button.huge {
  margin: 0px auto 20px auto;
  font-size: 1.5em;
  padding: 18px 20px;
}
.content100 .button.success {
  background-color: #108a7d !important;
  border-color: #108a7d !important;
}
.content100 .button.success:hover {
  background-color: #086e64 !important;
}
.content100 .button.danger {
  background-color: #c11515;
  border-color: #c11515;
}
.content100 .button.danger:hover {
  background-color: #990f0f;
}
.content100 .button.outline {
  background-color: transparent;
  border-color: #444 !important;
  color: #444 !important;
}
.content100 .button.outline:hover, .content100 .button.outline:focus {
  background-color: #444;
  color: #FFF !important;
}

.content .panel .button {
  padding: 6px 25px;
}

.buttons-top {
  position: absolute;
  top: 40px;
  right: 50px;
}
.buttons-top .button {
  margin-left: 15px;
  float: right;
}

@media (max-width: 550px) {
  .button.huge {
    font-size: 1.2em;
  }
}
@media (max-width: 450px) {
  .button.huge {
    font-size: 1.05em;
  }
}
@media (max-width: 450px) {
  .button.huge {
    font-size: 1em;
  }
}
.button-disabled {
  background-color: Gray;
}

.buttons {
  width: 100%;
  display: table;
  padding-top: 30px;
  clear: both;
}
.buttons .button {
  margin-bottom: 0px;
  margin-right: 15px;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.modal-container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-container.open {
  visibility: visible;
  opacity: 1;
}
.modal-container.open .modal {
  opacity: 1;
  top: 50px;
}
.modal-container .modal {
  position: relative;
  top: 0px;
  width: 100%;
  background-color: #FFF;
  width: 600px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-left: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.modal-container .modal input[type=text], .modal-container .modal input[type=password], .modal-container .modal input[type=number] {
  width: 100%;
  border: solid 1px #B7BBBF;
}
.modal-container .modal.medium {
  width: 900px;
}
.modal-container .modal.large {
  width: 1300px;
}
.modal-container .modal.extra-large {
  width: 1700px;
}
.modal-container .modal .title {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  background-color: #F1F1F1;
  padding: 25px 35px;
}
.modal-container .modal .title h3 {
  margin: 0px;
}
.modal-container .modal .body {
  background-color: #FFF;
  padding: 30px 35px 20px 35px;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.modal-container .modal .close {
  position: absolute;
  top: 30px;
  right: 35px;
}
.modal-container .modal .close svg {
  width: 18px;
  height: 18px;
}
.modal-container .modal .close svg path {
  fill: #777;
}
.modal-container .modal .close:hover svg path {
  fill: #111;
}
.modal-container .modal .buttons {
  padding-top: 20px;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  padding: 20px 35px 20px 35px;
  background-color: #FFF;
}
.modal-container .modal .buttons .inner {
  float: right;
}
.modal-container .modal .buttons .inner .button {
  margin-right: 0px;
  margin-left: 10px;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
::-webkit-input-placeholder {
  font-style: italic;
  color: #CCC;
  font-size: 0.95em;
}

::-moz-placeholder {
  font-style: italic;
  color: #CCC;
  font-size: 0.95em;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #CCC;
  font-size: 0.95em;
}

:-moz-placeholder {
  font-style: italic;
  color: #CCC;
  font-size: 0.95em;
}

/*** REMOVE TAP HIGHTLIGHT ON IOS ***/
input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*** TEXTBOXES ***/
input[type=text], input[type=password], input[type=number] {
  height: 46px;
  padding: 12px 15px;
  font-size: 1.1em;
  font-weight: 300;
  outline: none;
  border: 0px;
}

.form input[type=text], .form input[type=password], .form input[type=number] {
  width: 100%;
  height: 48px;
  padding: 12px 15px;
  -moz-appearance: textfield;
  display: block;
  font-size: 1.1em;
}
.form input[type=text]:hover, .form input[type=password]:hover, .form input[type=number]:hover {
  border-color: #BBB;
}
.form input[type=file] {
  width: 100%;
  -moz-appearance: textfield;
  margin-bottom: -3px;
  display: block;
}
.form textarea {
  width: 100%;
  max-width: 100%;
  height: 300px;
  padding: 12px 15px;
  font-size: 1.1em;
  display: block;
}

textarea {
  width: 100%;
  max-width: 550px;
  height: 130px;
}

.review-textbox {
  font-size: 1.05em;
  padding: 10px;
}

#password-warning {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: -100px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#password-warning > div {
  background-color: #123d5c;
}
#password-warning.show {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
#password-warning > div {
  display: table;
  font-size: 18px;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.8);
  -moz-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.8);
  box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.8);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: 700px;
  padding: 12px 40px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
}
#password-warning ul {
  text-align: left;
}

.no-marg {
  margin: 0px;
}

.cl {
  clear: both;
}

.form .date-time {
  display: table;
  width: 100%;
}
.form .date-time .date {
  width: calc(50% - 30px);
  margin-right: 30px;
  float: left;
}
.form .date-time .time {
  width: 50%;
  float: left;
}
.form .date-time .time label {
  width: 100%;
}
.form .date-time .time .custom-select {
  height: 48px;
  line-height: 46px;
  width: calc(50% - 5px);
  float: left;
}
.form .date-time .time .custom-select:before, .form .date-time .time .custom-select:after {
  top: 25px;
}
.form .date-time .time .custom-select:nth-child(2) {
  margin-right: 5px;
}
.form .date-time .time .custom-select:last-child {
  margin-left: 5px;
}

/*** UNIT INPUTS ***/
.input-unit {
  width: 60%;
  float: left;
}
.input-unit.sml span {
  font-size: 0.7em;
  padding-top: 18px;
}
.input-unit .inner {
  position: relative;
  width: 100%;
}
.input-unit input[type=text], .input-unit input[type=number] {
  width: inherit;
  display: block;
  border-right: 0px;
}
.input-unit input[type=number] {
  margin-right: 46px;
}
.input-unit span {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  text-align: center;
  padding-top: 14px;
  color: #FFF;
}

/*** ERRORS ***/
.error-list ul {
  margin-left: 0px;
  padding-left: 0px;
}
.error-list ul li {
  min-width: 50%;
  background-color: #990808;
  list-style-type: none;
  padding: 12px 15px;
  margin-bottom: 10px;
  line-height: 1.4em;
  display: inline-block;
  float: left;
  clear: left;
  color: #FFF;
}
.error-list ul li:before {
  content: "\f06a";
  font-family: fontAwesome;
  margin-right: 8px;
  color: #FFF;
}

/**** DROPDOWN BOXES ***/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none !important;
  margin-bottom: 1rem;
  outline: none;
}

.custom-select {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: #FFF;
  float: left;
}
.custom-select select {
  width: 100%;
  font-size: 0.9em;
  padding-left: 20px;
  line-height: 22px;
  background-color: transparent;
  margin-bottom: 0px !important;
  margin-right: 30px;
  padding: 12px 14px;
  border: 0px;
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select:hover {
  border-color: #BBB;
}
.custom-select option {
  padding: 12px 14px;
  display: block;
  line-height: 30px;
}

/**** SLIDER ****/
.slidecontainer {
  width: 300px;
  margin: 0 auto;
}
.slidecontainer #value {
  text-align: center;
  display: block;
}
.slidecontainer .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slidecontainer .slider:hover {
  opacity: 1;
}
.slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #1e49e2;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slidecontainer .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #1e49e2;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@-moz-document url-prefix() {
  .custom-select select {
    padding: 0px 14px;
  }
}
.custom-select::before, .custom-select::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  top: 22px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: 0 50%;
  pointer-events: none;
}

.custom-select::after {
  right: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*** LABEL ***/
label {
  margin-top: 12px;
  display: inline-block;
  font-size: 1.1em;
}

/*** RADIO BUTTONS ***/
.radio {
  position: relative;
  margin-bottom: 10px;
}
.radio label {
  margin-top: 6px;
  cursor: pointer;
}

.questions {
  margin-top: 20px;
}
.questions input[type=radio] + label {
  margin-top: 5px;
  cursor: pointer;
}

.column.question-full {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.answer .col-50 {
  width: 50%;
  float: left;
  margin-bottom: 0px;
  margin-top: 40px;
}
.answer .col-50 .inside-question {
  margin-bottom: 8px;
  margin-top: 19px;
}
.answer .col-50:first-child {
  padding-right: 15px;
}
.answer .col-50:last-child {
  padding-left: 15px;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

/*** CHECKBOXES ***/
.checkboxes table tr td {
  position: relative;
}
.checkboxes table tr td input[type=checkbox] {
  display: none;
}
.checkboxes table tr td input[type=checkbox] + label {
  padding-left: 24px;
  padding-right: 15px;
  margin-top: 10px;
}
.checkboxes table tr td input[type=checkbox] + label:before {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  content: "";
  display: inline-block;
  border: solid 1px #1e55b7;
}
.checkboxes table tr td input[type=checkbox] + label:after {
  position: absolute;
  top: 15px;
  left: 6px;
  display: inline-block;
  transform: rotate(45deg);
  height: 9px;
  width: 4px;
  border-bottom: 3px solid #1e55b7;
  border-right: 3px solid #1e55b7;
  content: "";
  display: none;
}
.checkboxes table tr td input[type=checkbox]:checked + label {
  /*color: $gray-color3;*/
}
.checkboxes table tr td input[type=checkbox]:checked + label:after {
  display: block;
}
.checkboxes table tr td input[type=checkbox]:disabled + label {
  /*color: $gray-color3;*/
}
.checkboxes table tr td input[type=checkbox]:disabled + label:before {
  /*border: solid 1px $primary-color5;*/
}
.checkboxes table tr td input[type=checkbox]:disabled + label:after {
  /*background-color: $primary-color5;*/
}
.checkboxes ul {
  padding-left: 0px;
  margin: 0px;
}
.checkboxes ul li {
  position: relative;
  list-style-type: none;
}
.checkboxes ul li::marker {
  content: "";
}
.checkboxes ul li input[type=checkbox] {
  display: none;
}
.checkboxes ul li input[type=checkbox] + label {
  padding-left: 24px;
  padding-right: 15px;
  margin-top: 10px;
}
.checkboxes ul li input[type=checkbox] + label:before {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  content: "";
  display: inline-block;
  border: solid 1px #1e55b7;
}
.checkboxes ul li input[type=checkbox] + label:after {
  position: absolute;
  top: 15px;
  left: 6px;
  display: inline-block;
  transform: rotate(45deg);
  height: 9px;
  width: 4px;
  border-bottom: 3px solid #1e55b7;
  border-right: 3px solid #1e55b7;
  content: "";
  display: none;
}
.checkboxes ul li input[type=checkbox]:checked + label {
  /*color: $gray-color3;*/
}
.checkboxes ul li input[type=checkbox]:checked + label:after {
  display: block;
}
.checkboxes ul li input[type=checkbox]:disabled + label {
  /*color: $gray-color3;*/
}
.checkboxes ul li input[type=checkbox]:disabled + label:before {
  /*border: solid 1px $primary-color5;*/
}
.checkboxes ul li input[type=checkbox]:disabled + label:after {
  /*background-color: $primary-color5;*/
}
.checkboxes.two-col ul li {
  width: 50%;
  float: left;
}
.checkboxes.three-col ul li {
  width: 33.3333%;
  float: left;
}
.checkboxes.tags {
  max-height: 40vh;
  overflow: auto;
  border: solid 1px #CCC;
  background-color: #FCFCFC;
  padding: 10px 20px;
}

.checkbox-single {
  position: relative;
}
.checkbox-single input[type=checkbox] {
  display: none;
}
.checkbox-single input[type=checkbox] + label {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 17px;
  height: 17px;
}
.checkbox-single input[type=checkbox] + label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  content: "";
  display: inline-block;
  border: solid 1px #1e55b7;
}
.checkbox-single input[type=checkbox] + label:after {
  position: absolute;
  top: 2px;
  left: 6px;
  display: inline-block;
  transform: rotate(45deg);
  height: 9px;
  width: 4px;
  border-bottom: 3px solid #1e55b7;
  border-right: 3px solid #1e55b7;
  content: "";
  display: none;
}
.checkbox-single input[type=checkbox]:checked + label {
  /*color: $gray-color3;*/
}
.checkbox-single input[type=checkbox]:checked + label:after {
  display: block;
}
.checkbox-single input[type=checkbox]:disabled + label {
  /*color: $gray-color3;*/
}
.checkbox-single input[type=checkbox]:disabled + label:before {
  /*border: solid 1px $primary-color5;*/
}
.checkbox-single input[type=checkbox]:disabled + label:after {
  /*background-color: $primary-color5;*/
}

a.smily-link {
  font-size: 11px;
  color: #123d5c;
}

.checkbox.smily label {
  cursor: pointer;
  display: table;
  margin: 0 auto;
}
.checkbox.smily label svg:first-child path {
  fill: #999;
}
.checkbox.smily label svg:last-child path {
  fill: #1ab994;
}
.checkbox.smily label:hover svg:last-child path {
  fill: #17a080 !important;
}
.checkbox.smily label:hover svg:first-child path {
  fill: #777 !important;
}
.checkbox.smily input[type=checkbox] {
  display: none;
}
.checkbox.smily input[type=checkbox] + label svg:first-child {
  display: block;
}
.checkbox.smily input[type=checkbox] + label svg:last-child {
  display: none;
}
.checkbox.smily input[type=checkbox] + label svg:last-child path {
  fill: #1ab994;
}
.checkbox.smily input[type=checkbox]:checked + label svg:first-child {
  display: none;
}
.checkbox.smily input[type=checkbox]:checked + label svg:last-child {
  display: block;
}

/*** SLIDERS ***/
.switch {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.switch input[type=checkbox] + label {
  margin-top: 0px;
  padding-top: 4px;
  padding-left: 68px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.switch input[type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  cursor: pointer;
  margin-top: 0px;
  width: 60px;
  height: 34px;
  content: "";
}
.switch input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.switch input[type=checkbox]:checked + label:before {
  background-color: #1ab994;
}
.switch input[type=checkbox]:checked + label:after {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.enabled {
  position: relative;
  width: 25px;
  height: 25px;
  border: solid 1px #CCC;
  background-color: #F1F1F1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 2px;
}
.enabled.true {
  background-color: #1ab994;
  border-color: #1ab994;
}
.enabled.true:after {
  position: absolute;
  top: 5px;
  left: 8px;
  display: inline-block;
  transform: rotate(45deg);
  height: 9px;
  width: 4px;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  content: "";
}

.contact-form {
  width: 380px;
}
.contact-form input[type=text] {
  width: 100%;
  background-color: #E8E8E8;
  border: solid 1px transparent;
  margin-bottom: 12px;
  display: block;
}
.contact-form input[type=text]::-webkit-input-placeholder {
  color: #888;
}
.contact-form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #888;
}
.contact-form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}
.contact-form input[type=text]:-ms-input-placeholder {
  color: #888;
}
.contact-form textarea {
  width: 100%;
  border: 0px;
  padding: 12px 15px;
  margin-bottom: 12px;
  height: 120px;
  background-color: #E8E8E8;
  border: solid 1px transparent;
  font-size: 1.1em;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #888;
}
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #888;
}
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}
.contact-form textarea:-ms-input-placeholder {
  color: #888;
}

/*** VALIDATION ***/
.has-error {
  position: relative;
}
.has-error input[type=text], .has-error input[type=password], .has-error te.formxtarea {
  border: solid 1px #d12222;
}
.has-error .error {
  min-width: 200px;
  display: block;
  position: absolute;
  color: #d12222;
  font-size: 0.8em;
  margin-left: 10px;
  top: 20px;
  left: 100%;
}

.answer.column input#ContentLeft_PanelSchemeProfile_FileUpload {
  width: 100%;
  padding: 12px 15px;
}

#dropZone {
  height: 190px;
  background-color: #f0f4f7;
  border: 2px dashed #0087F7;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
#dropZone p, #dropZone h3 {
  margin-bottom: 0px;
}
#dropZone.uploading {
  border: 2px solid #aaadaf;
}
#dropZone.uploading .upload-panel {
  display: none;
}
#dropZone.uploading .loading-panel {
  display: block;
}
#dropZone .loading-panel {
  display: none;
}
#dropZone .loading-panel .loader {
  font-size: 35px;
  margin-top: 10px;
  left: calc(50% + 30px);
  top: auto;
}
#dropZone .loading-panel p {
  padding-top: 70px;
}
#dropZone .loading-panel img {
  width: 100px;
}
#dropZone .icon {
  width: 70px;
  height: 70px;
  pointer-events: none;
  margin: 0 auto;
}
#dropZone .icon path {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  fill: #d0dde7;
}
#dropZone.highlight, #dropZone:hover {
  border-color: #064071;
  background-color: #f7fcff;
}
#dropZone.highlight .icon path, #dropZone:hover .icon path {
  fill: #b3c7d7;
}
#dropZone p {
  pointer-events: none;
}
#dropZone p#uploaded-message {
  display: none;
}
#dropZone + .RadGrid + #upload-button {
  display: none;
}

#rad-table-mimic #dropZoneList .rgMasterTable tbody tr.not-supported td {
  background-color: #fbe2e2;
  color: #8f1b1b;
}
#rad-table-mimic #dropZoneList .rgMasterTable tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
#rad-table-mimic #dropZoneList .rgMasterTable tbody tr td.bin {
  padding-top: 6px;
  padding-bottom: 0px;
}
#rad-table-mimic #dropZoneList .rgMasterTable tbody tr td.bin svg {
  width: 24px;
  height: 24px;
}
#rad-table-mimic #dropZoneList .rgMasterTable tbody tr td.bin svg path {
  fill: #b73737;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.rgRow td span {
  display: block;
  overflow: hidden;
}

th.rgHeader.fixed {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rgNoRecords td {
  padding: 20px;
}

.grid-name {
  min-width: 180px;
}

.RadGrid.RadGrid_Default {
  margin-bottom: 20px;
  clear: both;
}
.RadGrid.RadGrid_Default .rgRow td {
  background-color: #F1F1F1;
  color: #111;
}
.RadGrid.RadGrid_Default .rgAltRow td {
  background-color: #FFFFFF;
  color: #111;
}
.RadGrid.RadGrid_Default .rgRow:hover td, .RadGrid.RadGrid_Default .rgAltRow:hover td {
  background-color: #DDD;
}
.RadGrid.RadGrid_Default .profile-img {
  width: 60px;
  min-width: 60px;
  position: relative;
}
.RadGrid.RadGrid_Default .profile-img div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 3px;
  left: 10px;
}
.RadGrid.RadGrid_Default .profile-img > span {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
  background-image: linear-gradient(125deg, #f1f7fc, #a6c6dd);
  color: #123d5c;
  border: solid 2px #123d5c;
  font-weight: 500;
  top: 3px;
  left: 10px;
}

.rgMasterTable tbody td {
  font-size: 1.4em;
}
.rgMasterTable tbody td input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.RadMenu ul.rmGroup {
  background-image: none;
}
.RadMenu ul.rmGroup li.rmItem {
  float: none;
}
.RadMenu ul.rmGroup li.rmItem.rmSeparator {
  display: none;
}
.RadMenu ul.rmGroup li.rmItem a.rmLink {
  width: 100% !important;
  background-image: none;
  padding: 10px 15px;
  cursor: pointer;
}
.RadMenu ul.rmGroup li.rmItem a.rmLink .rmText {
  min-width: 120px;
  padding: 0px !important;
  background-image: none;
}
.RadMenu ul.rmGroup li.rmItem a.rmLink:hover {
  padding: 10px 15px;
  color: #FFF;
}
.RadMenu ul.rmGroup li.rmItem:last-child .rmLink, .RadMenu ul.rmGroup li.rmItem:last-child .rmLink:hover {
  border-bottom: 0px;
}

#rad-table-mimic tbody tr td.score-me,
.RadGrid_Default tbody tr td.score-me {
  position: relative;
  padding: 25px 15px;
}
#rad-table-mimic tbody tr td.score-me > span,
.RadGrid_Default tbody tr td.score-me > span {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 46px;
  text-align: center;
  top: 0px;
  left: 0px;
  display: block;
}

#rad-table-mimic tbody tr td.score-me span {
  padding: 0px 15px;
  line-height: 50px;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td {
  border-color: #CCC !important;
  padding: 15px 20px !important;
}
.RadGrid_Default .rgRow td:first-child, .RadGrid_Default .rgAltRow td:first-child {
  border-left-width: 1px !important;
}
.RadGrid_Default .rgRow td:last-child, .RadGrid_Default .rgAltRow td:last-child {
  border-right-width: 1px !important;
}
.RadGrid_Default .rgRow.rgSelectedRow, .RadGrid_Default .rgAltRow.rgSelectedRow {
  background-image: none;
}
.RadGrid_Default .rgRow.rgSelectedRow td, .RadGrid_Default .rgAltRow.rgSelectedRow td {
  background-color: #DDD !important;
  color: #111;
}
.RadGrid_Default .rgRow.rgSelectedRow td:first-child, .RadGrid_Default .rgAltRow.rgSelectedRow td:first-child {
  border-left-width: 1px !important;
}
.RadGrid_Default .rgRow.rgSelectedRow td:last-child, .RadGrid_Default .rgAltRow.rgSelectedRow td:last-child {
  border-right-width: 1px !important;
}

/*** RADGRID PAGING ***/
.RadGrid.RadGrid_Default .rgPager {
  background-color: transparent;
}
.RadGrid .rgMasterTable {
  background-color: #FFF;
}
.RadGrid .rgMasterTable .rgHeader {
  padding: 0px !important;
  border-bottom: 0px;
}
.RadGrid .rgMasterTable .rgHeader a {
  padding: 15px 20px;
}
.RadGrid .rgMasterTable .rgHeader.rgSorted {
  position: relative;
  height: 46px !important;
  background-color: #0b2b41;
}
.RadGrid .rgMasterTable .rgHeader.rgSorted a {
  padding-right: 40px;
}
.RadGrid .rgMasterTable .rgHeader.rgSorted input {
  width: 14px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  background-size: 14px;
  background-position: 0px 0px;
  background-image: url(../../Images/icons/arrow-up.png);
}
.RadGrid .rgMasterTable .rgHeader.rgSorted input.rgSortAsc {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.RadGrid .rgMasterTable .rgHeader.rgSorted input.rgSortDesc {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.RadGrid .rgMasterTable .rgRow td.rgSorted, .RadGrid .rgMasterTable .rgAltRow td.rgSorted {
  background-color: #DDD !important;
}
.RadGrid .rgMasterTable .rgPageFirst, .RadGrid .rgMasterTable .rgPagePrev, .RadGrid .rgMasterTable .rgPageNext, .RadGrid .rgMasterTable .rgPageLast {
  width: 36px;
  height: 36px;
  background: none;
  background-position: 13px 11px;
  background-size: auto 15px;
  background-repeat: no-repeat;
  display: inline-block;
}
.RadGrid .rgMasterTable .rgPageFirst:hover, .RadGrid .rgMasterTable .rgPagePrev:hover, .RadGrid .rgMasterTable .rgPageNext:hover, .RadGrid .rgMasterTable .rgPageLast:hover {
  background-position: 13px 11px;
}
.RadGrid .rgMasterTable .rgPageFirst {
  background-image: url(../../Images/icons/paging-first.png);
}
.RadGrid .rgMasterTable .rgPagePrev {
  background-image: url(../../Images/icons/paging-prev.png);
}
.RadGrid .rgMasterTable .rgPageNext {
  background-image: url(../../Images/icons/paging-next.png);
  background-position: 14px 11px;
}
.RadGrid .rgMasterTable .rgPageNext:hover {
  background-position: 14px 11px;
}
.RadGrid .rgMasterTable .rgPageLast {
  background-image: url(../../Images/icons/paging-last.png);
}
.RadGrid .rgMasterTable .rgNumPart {
  margin-left: 15px;
  margin-right: 15px;
}
.RadGrid .rgMasterTable .rgNumPart a, .RadGrid .rgMasterTable .rgNumPart span {
  background: none !important;
}
.RadGrid .rgMasterTable .rgNumPart span {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: solid 1px #CCC;
  padding: 5px 0px;
}
.RadGrid thead .rgHeader {
  background-image: none;
}
.RadGrid thead .rgHeader a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px;
}
.RadGrid td.rgPagerCell {
  background-color: #FFF;
  padding: 8px 0px !important;
}
.RadGrid .RadComboBox {
  width: auto !important;
}
.RadGrid .RadComboBox table {
  cursor: pointer;
}
.RadGrid .RadComboBox table td.rcbInputCell, .RadGrid .RadComboBox .rcbReadOnly .rcbArrowCellRight {
  background-image: none;
  cursor: pointer;
}
.RadGrid .RadComboBox table td.rcbInputCell input[type=text], .RadGrid .RadComboBox .rcbReadOnly .rcbArrowCellRight input[type=text] {
  height: 36px;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  padding: 2px 0 4px 5px;
}
.RadGrid .RadComboBox .rcbInputCell.rcbInputCellLeft {
  width: 60px !important;
}
.RadGrid .RadComboBox .rcbReadOnly .rcbArrowCellRight {
  width: 30px;
}
.RadGrid .RadComboBox .rcbReadOnly .rcbArrowCellRight a {
  width: 22px;
  height: 36px;
  background-image: url(../../Images/icons/arrow-down.png);
  background-position: 0px 13px;
  background-size: auto 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.RadGrid .rgPagerLabel {
  padding-top: 5px;
  display: inline-block;
  padding-right: 5px;
}
.RadGrid .rgInfoPart.rgWrap {
  font-size: 1em;
  padding-top: 8px;
  font-weight: 500;
}

.RadComboBoxDropDown.RadComboBoxDropDown_Default {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-top: 0px;
}
.RadComboBoxDropDown.RadComboBoxDropDown_Default .rcbList .rcbItem, .RadComboBoxDropDown.RadComboBoxDropDown_Default .rcbList .rcbHovered {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  cursor: pointer;
  margin: 0px;
}

.culture-dashboard #rad-table-mimic tbody tr td.score-me, .culture-dashboard .RadGrid_Default tbody tr td.score-me {
  padding: 15px 15px;
}
.culture-dashboard #rad-table-mimic tbody tr td.score-me span, .culture-dashboard .RadGrid_Default tbody tr td.score-me span {
  line-height: 32px;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.alert {
  position: relative;
  display: table;
  clear: both;
  border: solid 1px #DDD;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 20px;
}
.alert .icon {
  top: -1px;
  left: -1px;
  width: 52px;
  min-height: 52px;
  background-color: #007bfc;
  border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  padding: 10px 0px;
}
.alert .icon svg {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
}
.alert .icon svg path {
  fill: #FFF;
}
.alert .text {
  min-height: 50px;
  padding: 10px 30px 10px 20px;
  font-size: 15px;
  line-height: 22px;
  display: table-cell;
  vertical-align: middle;
}
.alert .text p {
  margin: 0px;
  display: inline;
  float: none;
}
.alert.danger .icon {
  background-color: #c11515;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.jqte {
  margin: 0px;
  border-color: #B7BBBF;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.jqte.jqte_focused {
  border: solid 2px #3C63A6;
}

.jqte_editor, .jqte_source {
  min-height: 300px;
}

.jqte_source {
  background-color: #e8f1ff;
}

.jqte_toolbar {
  padding: 8px 4px;
}
.jqte_toolbar .jqte_tool_icon {
  width: 30px;
  height: 30px;
}
.jqte_toolbar .jqte_tool.jqte_tool_4 .jqte_tool_icon {
  background-position: -41px 3px;
}
.jqte_toolbar .jqte_tool.jqte_tool_5 .jqte_tool_icon {
  background-position: -63px 3px;
}
.jqte_toolbar .jqte_tool.jqte_tool_6 .jqte_tool_icon {
  background-position: -85px 3px;
}
.jqte_toolbar .jqte_tool.jqte_tool_8 .jqte_tool_icon {
  background-position: -129px 3px;
}
.jqte_toolbar .jqte_tool.jqte_tool_21 .jqte_tool_icon {
  background-position: -415px 3px;
}
.jqte_toolbar .jqte_tool.jqte_tool_21 {
  float: right;
}

/*@import 'font-awesome/font-awesome';*/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** LEFT SIDEBAR ***/
@media (min-width: 1270px) {
  .blank #left-sidebar {
    width: 280px;
  }
  .blank #left-sidebar .small.logo {
    visibility: hidden;
    opacity: 0;
  }
  .blank #left-sidebar .main.logo {
    visibility: visible;
    opacity: 1;
  }
  .blank #left-sidebar ul li.title {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    left: 40px;
  }
  .blank #left-sidebar ul li a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 6px;
  }
  .blank #left-sidebar ul li a span.icon {
    width: 17px;
    height: 17px;
    left: 30px;
    padding: 0px;
  }
  .blank #left-sidebar ul li a span.icon.large {
    width: 22px;
    height: 22px;
    left: 37px;
  }
  .blank #left-sidebar ul li a span.text {
    opacity: 1;
    visibility: visible;
  }
  .blank #left-sidebar ul li a:hover {
    background-color: #0f3754;
  }
  .blank #left-sidebar ul li a:hover .icon svg path {
    fill: #FFF;
  }
  .blank #left-sidebar ul li a:hover .text {
    color: #FFF;
  }
  .blank #left-sidebar ul li.selected a {
    background-color: #0b2b41;
  }
  .blank #left-sidebar ul li.selected a .text {
    color: #FFF;
  }
  #nav-tooltip {
    position: absolute;
    top: 110vh;
    left: 288px;
    box-shadow: 3px -2px 14px 0px hsla(0deg, 0%, 71%, 0.4);
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 300px;
    border: solid 1px #E1E1E1;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: left 0.3s ease, opacity 0.3s ease;
    transition: left 0.3s ease, opacity 0.3s ease;
    background-color: #FFF;
    opacity: 0;
  }
  #nav-tooltip.show {
    opacity: 1;
    left: 300px;
  }
  #nav-tooltip:after, #nav-tooltip:before {
    right: 100%;
    top: 22px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #nav-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
  }
  #nav-tooltip:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #E1E1E1;
    border-width: 11px;
    margin-top: -11px;
  }
}
#left-sidebar {
  position: fixed;
  width: 100px;
  height: 100%;
  min-height: 100%;
  background-color: #123d5c;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  top: 0px;
  z-index: 9999;
}
#left-sidebar .ps__thumb-y {
  background-color: #555;
}
#left-sidebar nav {
  position: relative;
  height: calc(100% - 200px);
  margin-top: 100px;
  overflow: hidden;
}
#left-sidebar .ps__thumb-y {
  background-color: #FFF;
}
#left-sidebar .ps .ps__rail-x:hover,
#left-sidebar .ps .ps__rail-y:hover,
#left-sidebar .ps .ps__rail-x:focus,
#left-sidebar .ps .ps__rail-y:focus,
#left-sidebar .ps .ps__rail-x.ps--clicking, #left-sidebar .ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}
#left-sidebar ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#left-sidebar ul li {
  height: 32px;
  list-style-type: none;
  margin-bottom: 5px;
  display: block;
  clear: both;
  /*&.chat-items {
      height: auto;

      a {
          height: auto;
          color: #cad9e5;
          border: solid 1px #60798b;
          border-radius: 10px !important;
          font-size: 12px;
          line-height: 22px;
          margin: 12px 15px auto;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          background-color: #0d3451;

          &:hover {
              background-color: #09283f!important;
          }
      }
  }*/
}
#left-sidebar ul li.chat-items {
  height: auto;
}
#left-sidebar ul li.chat-items a {
  color: #cad9e5;
  font-size: 12px;
  line-height: 22px;
  /*&:hover {
      background-color: #09283f !important;
  }*/
}
#left-sidebar ul li.chat-items a .icon {
  top: 8px;
}
#left-sidebar ul li.chat-items a .text {
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#left-sidebar ul li.chat-items a .text.hidden {
  width: auto;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  text-overflow: unset;
  pointer-events: none;
}
#left-sidebar ul li.title {
  color: #96adbe;
  text-align: center;
  padding-left: 0px;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
}
#left-sidebar ul li.title:not(:first-child) {
  margin-top: 25px;
}
#left-sidebar ul li.title:after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #2c5e83;
  display: table;
  margin: 0 auto;
}
#left-sidebar ul li a {
  position: relative;
  height: 34px;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: transparent;
  padding: 0px;
  display: block;
}
#left-sidebar ul li a .icon {
  width: 34px;
  height: 34px;
  position: absolute;
  padding: 6px;
  display: block;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  left: 31px;
}
#left-sidebar ul li a .icon.large svg {
  width: 22px;
  height: 22px;
}
#left-sidebar ul li a .icon svg {
  width: 17px;
  height: 17px;
}
#left-sidebar ul li a .icon svg path {
  fill: #cad9e5;
}
#left-sidebar ul li a span.text {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  display: block;
  float: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
  left: 55px;
  color: #cad9e5;
}
#left-sidebar ul li a:hover {
  /*background-color: #0b2b41;*/
  color: #FFF;
}
#left-sidebar ul li a:hover svg path {
  fill: #FFF;
}
#left-sidebar ul li.selected a .icon {
  background-color: #0b2b41;
}
#left-sidebar ul li.selected a .icon svg path {
  fill: #FFF;
}
#left-sidebar .print-logo {
  display: none;
}
#left-sidebar .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-color: #123d5c;
  text-align: center;
  display: block;
  z-index: 9;
}
#left-sidebar .logo.main {
  visibility: hidden;
  opacity: 0;
}
#left-sidebar .logo.main img {
  margin-top: 20px;
  max-width: 200px;
  max-height: 51px;
}
#left-sidebar .logo.small img {
  margin-top: 20px;
  max-width: 72px;
  max-height: 51px;
}
#left-sidebar .profile-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
#left-sidebar .profile {
  position: relative;
  text-decoration: none;
  display: block;
  bottom: 0px;
  height: 90px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#left-sidebar .profile:hover {
  background-color: #0b2b41;
}
#left-sidebar .profile .inner {
  position: relative;
  margin-left: 20px;
  display: block;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: margin-left 0.4s ease;
  transition: margin-left 0.4s ease;
}
#left-sidebar .profile .img {
  position: absolute;
  left: 0px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  image-rendering: pixelated;
  min-width: 60px;
  display: block;
  top: 10px;
}
#left-sidebar .profile .img img {
  width: 60px;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#left-sidebar .profile .img .initials {
  width: 60px;
  height: 60px;
}
#left-sidebar .profile .desc {
  display: table;
  position: absolute;
  vertical-align: top;
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
  top: 10px;
  left: -100px;
  opacity: 0;
  visibility: hidden;
  height: 60px;
  z-index: 99;
}
#left-sidebar .profile .desc .name {
  display: block;
  color: #e2ecf4;
  font-size: 14px;
  padding-top: 12px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
#left-sidebar .profile .desc .link {
  color: #a7bac7;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
#left-sidebar .profile .desc .link svg {
  position: relative;
  width: 12px;
  height: 12px;
  top: 1px;
}
#left-sidebar .profile .desc .link svg path {
  fill: #a7bac7;
}

@media (min-width: 600px) {
  #left-sidebar:hover {
    width: 280px;
  }
  #left-sidebar:hover ul li.title {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    left: 40px;
  }
  #left-sidebar:hover ul li a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 6px;
  }
  #left-sidebar:hover ul li a span.icon {
    width: 17px;
    height: 17px;
    left: 30px;
    padding: 0px;
  }
  #left-sidebar:hover ul li a span.icon.large {
    width: 22px;
    height: 22px;
    left: 37px;
  }
  #left-sidebar:hover ul li a span.text {
    opacity: 1;
    visibility: visible;
  }
  #left-sidebar:hover ul li a:hover {
    background-color: #0f3754;
  }
  #left-sidebar:hover ul li a:hover .icon svg path {
    fill: #FFF;
  }
  #left-sidebar:hover ul li a:hover .text {
    color: #FFF;
  }
  #left-sidebar:hover ul li.selected a {
    background-color: #0b2b41;
  }
  #left-sidebar:hover ul li.selected a .text {
    color: #FFF;
  }
  #left-sidebar:hover .profile .desc {
    opacity: 1;
    visibility: visible;
    max-width: calc(100% - 70px);
    left: 70px;
  }
  #left-sidebar:hover .logo.main {
    visibility: visible;
    opacity: 1;
  }
  #left-sidebar:hover .logo.small {
    opacity: 0;
    visibility: hidden;
  }
  #left-sidebar.close {
    width: 100px;
  }
  #left-sidebar.close ul li.title {
    left: 40px;
  }
  #left-sidebar.close ul li a {
    padding: 0px;
  }
  #left-sidebar.close ul li a span.icon {
    width: 34px;
    height: 34px;
    left: 31px;
    padding: 6px;
  }
  #left-sidebar.close ul li a span.icon.large {
    width: 34px;
    height: 34px;
    left: 31px;
  }
  #left-sidebar.close ul li a span.text {
    opacity: 0;
    visibility: hidden;
  }
  #left-sidebar.close ul li a:hover {
    background-color: transparent;
  }
  #left-sidebar.close ul li a:hover .icon svg path {
    fill: #FFF;
  }
  #left-sidebar.close ul li a:hover .text {
    color: #FFF;
  }
  #left-sidebar.close ul li.selected a {
    background-color: transparent;
  }
  #left-sidebar.close ul li.selected a .icon {
    background-color: #0b2b41;
  }
  #left-sidebar.close .profile .inner {
    margin-left: 20px !important;
  }
  #left-sidebar.close .profile .desc {
    opacity: 0;
    visibility: hidden;
  }
  #left-sidebar.close .logo.main {
    opacity: 0;
    visibility: hidden;
  }
  #left-sidebar.close .logo.small {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 600px) {
  #menu-icon {
    display: block;
    float: right;
  }
  .container {
    min-height: calc(100vh - 70px);
  }
  #left-sidebar {
    width: 100%;
    height: 70px;
    min-height: 70px;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
  #left-sidebar nav {
    width: 100%;
    height: calc(100% - 100px);
    margin-top: 90px;
  }
  #left-sidebar .logo {
    width: auto;
    height: auto;
    background-color: transparent;
    top: 10px;
    left: 15px;
  }
  #left-sidebar .logo.main {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #left-sidebar .logo.main img {
    margin-top: 0px;
    width: auto;
  }
  #left-sidebar .logo.small {
    display: none;
  }
  #left-sidebar ul li.title {
    text-align: left;
    padding-left: 31px;
  }
  #left-sidebar ul li.title:after {
    margin: 0px;
  }
  #left-sidebar ul li a span.icon {
    position: relative;
    margin-left: 22px;
    float: left;
    left: auto;
  }
  #left-sidebar ul li a span.text {
    position: relative;
    visibility: visible;
    line-height: 35px;
    float: left;
    left: auto;
    opacity: 1;
  }
  #left-sidebar ul li.selected a {
    background-color: #0b2b41;
  }
  #left-sidebar ul li.selected a .icon {
    background-color: transparent;
  }
  #left-sidebar .profile-container {
    position: absolute;
    top: 10px;
    right: 58px;
    width: 50px;
    height: 50px;
    left: auto;
    bottom: auto;
  }
  #left-sidebar .profile-container .profile {
    height: 50px;
  }
  #left-sidebar .profile-container .profile:hover {
    background-color: transparent;
  }
  #left-sidebar .profile-container .profile .inner {
    padding: 0px;
    margin: 0px !important;
    height: 50px;
  }
  #left-sidebar .profile-container .profile .inner .img {
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    top: 0px;
  }
  #left-sidebar .profile-container .profile .inner .img img {
    width: 50px;
  }
  #left-sidebar .profile-container .profile .inner .initials {
    width: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 11px;
  }
  body.menu-open #left-sidebar {
    height: 100%;
  }
  .content100 {
    margin-left: 0px;
    padding: 20px;
    width: 100%;
    margin-top: 100px;
  }
  #footer {
    position: static;
    width: 100%;
    left: auto;
  }
}
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*.progress-container {
    position: relative;
    height: 2.5rem;
    margin-bottom: 1rem;
    background-color: #e0e0e0;
    .progress-meter {
        display: block;
        height: 100%;
        background-color: #bfbfbf;
        .progress-meter-text {
            position: absolute;
            top: 50%;
            left: 50%;
            font-weight: bold;
            @include transform(translate(-50%, -50%));
            color: #111;
        }
    }
}*/
.progress-circle {
  width: 200px;
  position: relative;
  margin: 0 auto;
}
.progress-circle .text {
  position: absolute;
  top: 74px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.progress-circle .text > span:first-child {
  font-size: 38px;
  display: block;
}
.progress-circle .text > span:last-child {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  color: #999;
  display: block;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.loading-backdrop {
  width: 100%;
  height: 100% !important;
  position: fixed;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0px;
  height: 0px;
  z-index: 9999;
}

.loader {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.7s infinite ease;
  animation: spin 1.7s infinite ease;
  position: absolute;
  margin-left: -50px;
  margin-top: -50px;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.level-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #afafaf;
  background-image: linear-gradient(to bottom right, #afafaf, #d5d5d5);
  text-align: center;
  display: block;
  top: 6px;
}
.level-icon.standard {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #1e55b7;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  top: auto;
}
.level-icon.standard:hover {
  background: #164599;
}
.level-icon.standard svg {
  position: relative;
  width: 28px;
  height: 28px;
  top: 6px;
}
.level-icon.standard svg path {
  fill: #FFF;
}
.level-icon.standard:after {
  display: none;
}
.level-icon:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  border-bottom: solid 2px #FFF;
  top: 6px;
}
.level-icon.up:after, .level-icon.down:after {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}
.level-icon.up:after {
  border-bottom-color: #FFF;
  border-right-color: #FFF;
  transform: rotate(-135deg);
  top: 15px;
}
.level-icon.down:after {
  border-bottom-color: #FFF;
  border-right-color: #FFF;
  transform: rotate(45deg);
  top: 9px;
}
.level-icon:hover {
  background-image: none;
}

/*@import 'tooltips';*/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.row {
  margin-left: -0.9em;
  margin-right: -0.9em;
  clear: both;
}

.col-1, .col-2, .col-3, .col-4, .col-4-5, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding-left: 0.9em;
  padding-right: 0.9em;
  float: left;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-4-5 {
  width: 37.5%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

.col-m-180 {
  width: 100%;
  max-width: 180px;
  padding-left: 0.9em;
  padding-right: 0.9em;
  float: left;
}
.col-m-180 + .col {
  width: calc(100% - 180px);
}

.col {
  float: left;
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.content100 .content.team-scores > .col-9:not(.panel) {
  width: calc(75% - 40px);
}
.content100 .content.team-scores > .col-3:not(.panel) {
  width: 25%;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.accordion {
  padding: 0px;
  border-bottom: solid 1px #DDD;
  -webkit-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.81);
  -moz-box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.81);
  box-shadow: 10px 8px 48px -4px rgba(143, 143, 143, 0.81);
}
.accordion li {
  padding: 1.5rem;
  list-style-type: none;
  border-right: solid 1px #DDD;
  border-left: solid 1px #DDD;
}
.accordion li p {
  line-height: 1.6em;
}
.accordion li.q {
  position: relative;
  background-color: #F1F1F1;
  padding-right: 70px;
  cursor: pointer;
  font-size: 1.3em;
}
.accordion li.q .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.5s ease-in-out, background-color 0.2s ease-in-out;
  top: 21px;
  right: 20px;
  display: block;
}
.accordion li.q .icon.rotate {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion li.q .icon:after, .accordion li.q .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 16px;
  top: 5px;
  left: 50%;
  margin-left: -1px;
}
.accordion li.q .icon:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion li.q:hover {
  background-color: #E8E8E8;
}
.accordion li.q:hover .icon:before, .accordion li.q:hover .icon:after {
  background-color: #FFF;
}
.accordion li.a {
  display: none;
  background-color: #F1F1F1;
  padding: 1rem 1.5rem 1rem 1.5rem;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
.content100 .panel.panel-chat {
  padding: 0px;
  padding-bottom: 0px !important;
}
.content100 .panel.panel-chat .header {
  width: 100%;
  position: relative;
  padding: 20px 30px 20px 30px;
  -webkit-box-shadow: 0px 9px 17px 0px rgba(171, 171, 171, 0.62);
  -moz-box-shadow: 0px 9px 17px 0px rgba(171, 171, 171, 0.62);
  box-shadow: 0px 9px 17px 0px rgba(171, 171, 171, 0.62);
  display: block;
}

.waiting {
  position: relative;
  animation: spin 2s linear infinite; /* Apply the spin animation */
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  height: 24px;
  width: 24px;
  top: 2px;
}
.waiting svg path {
  fill: #10a37f;
}
.waiting + p {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  top: -4px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.chat-container {
  position: relative;
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  margin-left: -50px;
  margin-right: -50px;
}
.chat-container .chatbox {
  text-align: center;
  height: calc(100vh - 182px);
}
.chat-container .chatbox .content {
  height: calc(100% - 100px);
}
.chat-container .chatbox .recommendations {
  bottom: 0px;
  width: calc(100% + 4px);
  display: table;
  text-align: left;
}
.chat-container .chatbox .recommendations .row {
  display: table-row;
}
.chat-container .chatbox .recommendations .column {
  width: 50%;
  float: left;
}
.chat-container .chatbox .recommendations .column > a {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 83px;
  margin-bottom: 14px;
  border: solid 1px #DDD;
  text-decoration: none;
  font-size: 0.85em;
  display: block;
  line-height: 1.6em;
  padding: 8px 40px 8px 12px;
  background-color: #FFF;
  color: #999;
}
.chat-container .chatbox .recommendations .column > a .icon {
  position: absolute;
  top: 19px;
  right: 14px;
  display: none;
}
.chat-container .chatbox .recommendations .column > a .icon path {
  fill: #111;
}
.chat-container .chatbox .recommendations .column > a:hover {
  background-color: #ececf1;
}
.chat-container .chatbox .recommendations .column > a:hover .icon {
  display: block;
}
.chat-container .chatbox .recommendations .column > a:active, .chat-container .chatbox .recommendations .column > a:focus {
  outline: none;
}
.chat-container .chatbox .recommendations .column > a:nth-child(odd) {
  margin-right: 7px;
}
.chat-container .chatbox .recommendations .column > a:nth-child(even) {
  margin-left: 7px;
}
.chat-container .chatbox .recommendations .column > a strong {
  color: #111;
  display: block;
}
.chat-container .chatbox .row {
  justify-content: center;
  text-align: left;
}
.chat-container .chatbox .row .avatar-column {
  max-width: 50px;
  flex: 1;
}
.chat-container .chatbox .row .content-column {
  max-width: 700px;
  flex: 1;
}
.chat-container .chatbox .row .feedback-column {
  max-width: 50px;
  flex: 1;
}
.chat-container .chatbox .row .feedback {
  background-color: #ececf1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 10px;
  padding: 20px;
  font-size: 0.9em;
  width: 100%;
  display: table;
}
.chat-container .chatbox .row .feedback a {
  float: left;
  clear: left;
}
.chat-container .chatbox .row .feedback p {
  float: left;
  clear: both;
  margin-right: 30px;
  margin-bottom: 2px;
}
.chat-container .chatbox .row .feedback .button {
  float: left;
  clear: none;
  padding: 1px 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  background-color: #FFF;
  border-color: #BBB;
  color: #111;
}
.chat-container .chatbox .row .feedback .button:hover {
  background-color: #F8F8F8;
  border-color: #999;
}
.chat-container .chatbox .row .feedback .slidecontainer {
  position: relative;
  width: 246px;
  float: left;
}
.chat-container .chatbox .row .feedback .slidecontainer > span {
  display: inline-block;
  margin-right: 8px;
}
.chat-container .chatbox .row .feedback .slidecontainer .slider {
  width: 80px;
}
.chat-container .chatbox .row .feedback .slidecontainer .slider::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
}
.chat-container .chatbox .row .feedback .slidecontainer .slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
}
.chat-container .chatbox .row .feedback .slidecontainer svg {
  position: relative;
  width: 12px;
  height: 12px;
}
.chat-container .chatbox .row .feedback .slidecontainer svg path {
  fill: #AAA;
}
.chat-container .chatbox .row .feedback .slidecontainer svg.minus {
  top: 2px;
}
.chat-container .chatbox .row .feedback .slidecontainer svg.plus {
  top: 2px;
}
.chat-container .chatbox .chat-footer-container {
  width: 800px;
  left: calc(50% - 400px);
}
.chat-container .tabs {
  position: relative;
  background-color: #ececf1;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  list-style-type: none;
  display: table;
  margin: 0 auto 50px;
  padding: 5px;
}
.chat-container .tabs > li {
  width: 170px;
  float: left;
}
.chat-container .tabs > li .tab {
  height: 32px;
  width: 100%;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  cursor: pointer;
  font-size: 15px;
  border: 0px;
  display: block;
  color: #111;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
}
.chat-container .tabs > li .tab.selected {
  background-color: #FFF;
}
.chat-container .tabs > li .hover-panel {
  position: absolute;
  opacity: 0;
  width: 100%;
  top: calc(100% - 12px);
  left: 0px;
  visibility: hidden;
  padding-top: 12px;
  background-color: transparent;
  -webkit-transition: top ease 0.1s, opacity ease 0.1s;
  transition: top ease 0.1s, opacity ease 0.1s;
  z-index: 99;
}
.chat-container .tabs > li .hover-panel .inner {
  -webkit-box-shadow: 0px 2px 9px 0px rgba(171, 171, 171, 0.2);
  -moz-box-shadow: 0px 2px 9px 0px rgba(171, 171, 171, 0.2);
  box-shadow: 0px 2px 9px 0px rgba(171, 171, 171, 0.2);
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  background-color: #FFF;
  border: solid 1px #EEE;
  padding: 15px;
}
.chat-container .tabs > li .hover-panel p:last-child {
  margin-bottom: 0px;
}
.chat-container .tabs > li:hover .hover-panel {
  opacity: 1;
  top: calc(100% - 5px);
  visibility: visible;
}

.chatbox {
  height: 466px;
  margin: 0 auto;
  width: 100%;
}
.chatbox .content {
  background-color: #fff;
  height: 394px;
  overflow: auto;
  width: 100%;
  display: block;
}
.chatbox .chat-footer-container {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.chatbox #chat-footer {
  background-color: #FFF;
  height: 58px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px -2px 9px 0px rgba(171, 171, 171, 0.62);
  -moz-box-shadow: 0px -2px 9px 0px rgba(171, 171, 171, 0.62);
  box-shadow: 0px -2px 9px 0px rgba(171, 171, 171, 0.62);
}
.chatbox #chat-footer .textbox {
  bottom: 10px;
  left: 10px;
  height: 38px;
  width: calc(100% - 20px) !important;
  max-width: 100% !important;
  max-height: 200px !important;
  margin: 0 auto;
  font-family: "AvenirLight", sans-serif;
  padding: 10px 50px 10px 10px;
  border: 0px;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
}
.chatbox #chat-footer .textbox:focus-visible, .chatbox #chat-footer .textbox:active {
  outline: none;
}
.chatbox #chat-footer .submit {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 35px;
  bottom: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 2px;
}
.chatbox #chat-footer .submit:hover svg path {
  fill: #000;
}
.chatbox #chat-footer .submit svg {
  width: 24px;
  height: 24px;
}
.chatbox #chat-footer .submit svg path {
  fill: #555;
}
.chatbox .row {
  border-bottom: 1px solid #d9d9e3;
  display: flex;
  padding: 20px 0px 20px 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.chatbox .row.assistant {
  background: #f7f7f8;
}
.chatbox .row.intro {
  position: relative;
  height: calc(100vh - 450px);
  border-bottom: 0px;
}
.chatbox .row.intro .content-column {
  text-align: center;
}
.chatbox .row.intro .content-column h2::after {
  position: relative;
  left: calc(50% - 25px);
}
.chatbox .row:not(.intro) .content-column h1, .chatbox .row:not(.intro) .content-column h2, .chatbox .row:not(.intro) .content-column h3, .chatbox .row:not(.intro) .content-column h4, .chatbox .row:not(.intro) .content-column h5, .chatbox .row:not(.intro) .content-column h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 1.1;
}
.chatbox .row:not(.intro) .content-column h1::after, .chatbox .row:not(.intro) .content-column h2::after, .chatbox .row:not(.intro) .content-column h3::after, .chatbox .row:not(.intro) .content-column h4::after, .chatbox .row:not(.intro) .content-column h5::after, .chatbox .row:not(.intro) .content-column h6::after {
  display: none;
}
.chatbox .row:not(.intro) .content-column h1 {
  font-size: 36px;
}
.chatbox .row:not(.intro) .content-column h2 {
  font-size: 32px;
}
.chatbox .row:not(.intro) .content-column h3 {
  font-size: 28px;
}
.chatbox .row:not(.intro) .content-column h4 {
  font-size: 24px;
}
.chatbox .row:not(.intro) .content-column h5 {
  font-size: 20px;
}
.chatbox .row:not(.intro) .content-column h6 {
  font-size: 16px;
  line-height: 18px;
}
.chatbox .row:not(.intro) .content-column table {
  width: 100%;
  border-spacing: 0px;
}
.chatbox .row:not(.intro) .content-column table tbody tr th {
  background-color: #F1F1F1;
  border-left: solid 1px #CCC;
  border-top: solid 1px #CCC;
  padding: 4px 12px;
}
.chatbox .row:not(.intro) .content-column table tbody tr th:last-child {
  border-right: solid 1px #CCC;
}
.chatbox .row:not(.intro) .content-column table tbody tr td {
  background-color: #FFF;
  border-left: solid 1px #CCC;
  border-top: solid 1px #CCC;
  padding: 4px 12px;
}
.chatbox .row:not(.intro) .content-column table tbody tr td:last-child {
  border-right: solid 1px #CCC;
}
.chatbox .row:not(.intro) .content-column table tbody tr:last-child td {
  border-bottom: solid 1px #CCC;
}
.chatbox .row .avatar-column {
  flex: 1;
  padding-right: 20px;
  text-align: right;
}
.chatbox .row .avatar-column .avatar {
  background: rgb(16, 163, 127);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  height: 24px;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  width: 24px;
}
.chatbox .row .avatar-column .avatar svg {
  width: 18px;
  height: 18px;
}
.chatbox .row .content-column {
  flex: 8;
}
.chatbox .row .content-column h1 {
  padding-right: 0px;
}
.chatbox .row .feedback-column {
  flex: 1;
  padding-left: 20px;
}
.chatbox .row .feedback-column a {
  fill: #aaa;
  padding: 5px;
  text-decoration: none;
}
.chatbox .row .feedback-column a:hover, .chatbox .row .feedback-column a.selected {
  background: #eee;
  border-radius: 5px;
  fill: #000;
  padding: 5px;
  text-decoration: none;
}

.chat-videos {
  margin-left: -50px;
  width: calc(100% + 95px);
  display: table;
}
.chat-videos > .column {
  width: calc(50% - 10px);
  float: left;
}
.chat-videos > .column:first-child {
  padding-right: 10px;
}
.chat-videos > .column:first-child {
  left: 10px;
}
.chat-videos .video-info {
  border-left: solid 1px #DDD;
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  padding: 5px 10px;
  text-align: left;
}
.chat-videos .video-container {
  position: relative;
  height: 100% !important;
  max-height: 212px !important;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.chat-videos .video-container .video-js {
  position: relative;
  height: 100% !important;
  max-height: 212px !important;
  overflow: hidden;
}
.chat-videos .video-container .video-js video.vjs-tech {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.chat-videos .level-icon.standard {
  width: 30px;
  height: 30px;
  margin: 0px;
  margin-left: 6px;
  background-color: #BBB;
  margin-top: 10px;
  margin-bottom: 10px;
}
.chat-videos .level-icon.standard.like:not([disabled]):hover, .chat-videos .level-icon.standard.like.selected {
  background-color: #5cbcb0;
}
.chat-videos .level-icon.standard.unlike:not([disabled]):hover, .chat-videos .level-icon.standard.unlike.selected {
  background-color: #bc5c5c;
}
.chat-videos .level-icon.standard.standard:first-child {
  margin-left: 0px;
}
.chat-videos .level-icon.standard svg {
  width: 18px;
  height: 18px;
}

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
@media (max-width: 1870px) {
  .content100 .data-to-action .panel.col-8 {
    width: calc(75% - 40px);
  }
  .content100 .data-to-action .panel.col-4.end {
    width: 25%;
  }
}
@media (max-width: 1850px) {
  .engagement-report #chart-container #cultureChart2 {
    width: 400px !important;
  }
}
@media (max-width: 1800px) {
  .default-content .col-4 {
    width: 60%;
  }
  .default-content .col-3 {
    width: 40%;
  }
}
@media (max-width: 1750px) {
  .engagement-report #chart-container #cultureChart2 {
    width: 350px !important;
  }
}
@media (max-width: 1730px) {
  .modal-container .modal.extra-large {
    width: calc(100% - 60px);
    -webkit-transform: translateX(calc(-50% - 10px));
    -ms-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
  }
}
@media (max-width: 1700px) {
  .content100 .task-scheduler .row {
    clear: none;
  }
  .content100 .task-scheduler .panel.col-8 .col-4 {
    width: 50%;
  }
  .content100 .content.team-scores > .col-8:not(.panel) {
    width: calc(75% - 40px);
  }
  .content100 .content.team-scores > .col-4:not(.panel) {
    width: 25%;
  }
  .content100 .content.team-scores > .col-9:not(.panel) {
    width: calc(75% - 40px);
  }
  .content100 .content.team-scores > .col-3:not(.panel) {
    width: 25%;
  }
  .content100 .data-to-action .panel.col-8, .content100 .data-to-action .panel.col-4.end {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 1650px) {
  .engagement-report #chart-container #cultureChart2 {
    width: 450px !important;
  }
  .engagement-report .panels .panel:first-child {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .engagement-report .panels .panel:nth-child(2) {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-right: 0px;
  }
  .engagement-report .panels .panel:last-child {
    width: 100%;
  }
  .content100 .review-dashboard .charts > div:first-child {
    padding-right: 30px;
  }
  .content100 .review-dashboard .charts > div:last-child {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .content100 .videos .panel {
    width: calc(25% - 30px);
  }
  .content100 .videos .panel:nth-child(4n+1) {
    margin-left: 0px;
  }
  .content100 .ai-responsive .chart-container-position {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1600px) {
  .content100 .videos .panel {
    width: calc(33.33333% - 30px);
  }
  .content100 .videos .panel:nth-child(3n+1) {
    margin-left: 0px;
  }
  .content100 .ai-responsive .panel.col-4 {
    width: 100%;
    margin-right: 0px;
  }
  .content100 .ai-responsive #chart-container {
    width: 100%;
  }
  .content100 .ai-responsive #chart-container #scoreHistory {
    height: 300px !important;
  }
  .content100 .ai-responsive .panel.col-8 {
    width: 100%;
  }
}
@media (max-width: 1550px) {
  .score-history #chart-container {
    width: 700px;
  }
  .score-history #chart-container #scoreHistory {
    width: 700px !important;
  }
  .score-detail-trend #chart-container {
    width: 700px;
  }
  .score-detail-trend #chart-container #trends {
    width: 700px !important;
  }
  .content100 .review-dashboard .head-left {
    max-width: calc(100% - 250px);
  }
  .culture-charts #chart-container {
    width: 100%;
  }
  .culture-charts #chart-container > div {
    width: 100%;
  }
  .culture-charts #chart-container > div canvas {
    width: 100% !important;
    height: auto !important;
  }
  .content100 .content.team-scores > .col-8:not(.panel), .content100 .content.team-scores > .col-4:not(.panel),
  .content100 .content.team-scores > .col-9:not(.panel), .content100 .content.team-scores > .col-3:not(.panel) {
    width: 100%;
  }
  .content100 .review-dashboard .charts > div:first-child {
    padding-right: 20px;
  }
  .content100 .review-dashboard .charts > div:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 1500px) {
  .dashboard .panel {
    width: calc(33.3333% - 20px);
    height: 125px;
  }
  .content100 {
    padding: 50px 40px;
  }
  .buttons-top {
    right: 40px;
  }
  .login-container .main-image, .login-container .login-area {
    width: 50%;
  }
  .content100 .task-scheduler .panel.col-8 .col-4 {
    width: 100%;
  }
  .email-details .panel.col-9 {
    width: calc(66.666667% - 40px);
  }
  .email-details .panel.col-9 .col-3 {
    width: 50%;
  }
  .email-details .panel.col-3.end {
    width: 33.333333%;
  }
  .content100 .culture-dashboard .panel.col-8 {
    width: calc(75% - 40px);
  }
  .content100 .culture-dashboard .panel.col-4 {
    width: 25%;
  }
  .content100 .di-dashboard .panel.col-8 {
    width: calc(70% - 40px);
  }
  .content100 .di-dashboard .panel.col-4 {
    width: 30%;
  }
  .content100 .review-dashboard .col-8:not(.panel) {
    width: calc(72% - 40px);
  }
  .content100 .review-dashboard .col-4:not(.panel) {
    width: 28%;
  }
}
@media (max-width: 1400px) {
  .score-history #chart-container {
    width: 100%;
  }
  .score-history #chart-container #scoreHistory {
    width: 100% !important;
  }
  .score-detail-trend #chart-container {
    width: 100%;
  }
  .score-detail-trend #chart-container #trends {
    width: 100% !important;
  }
  .culture-dashboard .panel .col-8, .culture-dashboard .panel .col-4 {
    width: 100%;
  }
  .content100 .heatmaps .panel.col-9, .content100 .heatmaps .panel.col-3.end {
    width: 100%;
    margin-right: 0px;
  }
  .heatmap-container {
    width: calc(100vw - 277px) !important;
  }
  .content100 .di-dashboard .panel.col-8, .content100 .di-dashboard .panel.col-4 {
    width: 100%;
    margin-right: 0px;
  }
  .content100 .review-dashboard.content > .col-8, .content100 .review-dashboard.content > .col-4 {
    width: 100%;
  }
  .video-to-top {
    position: relative;
  }
  .video-to-top .panel-video {
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 1350px) {
  .content100 .culture-dashboard .panel.col-8, .content100 .culture-dashboard .panel.col-4.end {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 1330px) {
  .modal-container .modal.large {
    width: calc(100% - 60px);
    -webkit-transform: translateX(calc(-50% - 10px));
    -ms-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
  }
}
@media (max-width: 1300px) {
  .content100 .videos .panel {
    width: calc(50% - 20px);
  }
  .content100 .videos .panel:nth-child(3n+1) {
    margin-left: 40px;
  }
  .content100 .videos .panel:nth-child(2n+1) {
    margin-left: 0px !important;
  }
  .content100 .task-scheduler .panel.col-8 {
    width: 100%;
  }
  .content100 .task-scheduler .panel.col-8 .col-4 {
    width: 50%;
  }
  .content100 .task-scheduler .panel.col-4 {
    width: 100%;
  }
  .default-content .col-4 {
    width: 70%;
  }
  .default-content .col-3 {
    width: 30%;
  }
  .dashboard .panel {
    width: calc(33.3333% - 20px);
    height: 125px;
  }
  .checkboxes.three-col ul li {
    width: 50%;
  }
  .content100 {
    padding: 50px 40px;
  }
  .RadGrid .rgPagerCell .rgNumPart {
    width: calc(100% - 210px);
    text-align: center;
  }
  .RadGrid .rgPagerCell .rgNumPart > a {
    display: inline-block;
    float: none;
  }
  .RadGrid .rgPagerCell .rgAdvPart {
    float: right;
    margin-top: 20px;
  }
  .RadGrid .rgPagerCell .rgInfoPart {
    float: left;
    margin-top: 20px;
  }
  .content100 .score-detail .panel.col-8, .content100 .score-detail .panel.col-4 {
    width: 100%;
  }
  .content100 .panel .row {
    clear: none;
  }
  .content100 .panel.col-9 {
    width: calc(66.666667% - 40px);
  }
  .content100 .panel.col-9 .col-4 {
    width: 50%;
  }
  .content100 .panel.col-3.end {
    width: 33.333333%;
  }
  .content100 .content-details .panel.col-9 .col-8, .content100 .content-details .panel.col-9 .col-4 {
    width: 100%;
  }
  .review-team .people li {
    width: 50%;
  }
  .content100 .content.culture-charts > .col-8:not(.panel), .content100 .content.culture-charts > .col-4:not(.panel) {
    width: 100%;
  }
  .content100 .content.culture-charts #chart-container > div {
    width: 600px;
  }
  .chev-list {
    position: relative;
    left: 16px;
  }
  .chev-list li {
    margin-left: -25px;
  }
  .data-action-graph {
    width: 890px;
  }
}
@media (max-width: 1250px) {
  .content100 .score-history .panel.col-8, .content100 .score-history .panel.col-4, .content100 .score-detail-trend .panel.col-8, .content100 .score-detail-trend .panel.col-4, .content100 .admin .panel.col-8, .content100 .admin .panel.col-4 {
    width: 100%;
  }
  .engagement-report .panels .panel, .engagement-report .row .panel {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1200px) {
  .RadGrid .rgMasterTable .rgHeader a {
    font-size: 1.3em;
    padding: 10px 15px;
  }
  .rgMasterTable tbody td {
    font-size: 1.3em;
  }
  .login-container .login-area {
    width: 60%;
  }
  .login-container .main-image {
    width: 40%;
  }
  .panel.col-12 .col-3 {
    width: 50%;
  }
  .content100 .panel.col-9 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .content100 .panel.col-3.end {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .content100 .profile .panel.col-4-5 {
    width: calc(50% - 20px);
  }
  .content100 .profile .panel.col-4-5:nth-child(2) {
    margin-right: 0px;
  }
  .content100 .profile .panel.col-9 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .content100 .profile .panel.end {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  #rad-table-mimic .rgMasterTable.condensed thead .rgHeader {
    padding: 10px 5px !important;
    font-weight: 400;
  }
  #rad-table-mimic .rgMasterTable.condensed tbody tr td {
    padding: 10px 5px !important;
    font-size: 12px;
  }
  #rad-table-mimic .rgMasterTable.condensed tbody tr td.score-me span {
    line-height: 36px;
  }
  #rad-table-mimic .rgMasterTable.condensed tbody tr td:first-child {
    padding: 10px 5px 10px 15px !important;
  }
}
@media (max-width: 1180px) {
  .chev-list {
    left: 35px;
  }
  .chev-list li {
    transform: scale(0.8);
    margin-left: -60px;
  }
  .data-action-graph {
    width: 710px;
  }
}
@media (max-width: 1150px) {
  .RadGrid .rgMasterTable .rgHeader a {
    font-size: 1.1em;
    padding: 10px 10px;
  }
  .RadGrid.RadGrid_Default .rgRow td,
  .RadGrid.RadGrid_Default .rgAltRow td {
    font-size: 1.1em;
    padding: 10px 10px !important;
  }
  .RadGrid.RadGrid_Default .rgRow td.profile-img > span,
  .RadGrid.RadGrid_Default .rgAltRow td.profile-img > span {
    width: 30px;
    height: 30px;
    font-size: 11px;
    padding-top: 6px;
  }
  .RadGrid.RadGrid_Default .rgRow td.profile-img > div,
  .RadGrid.RadGrid_Default .rgAltRow td.profile-img > div {
    width: 30px;
    height: 30px;
  }
  .RadGrid.RadGrid_Default *[data-reveal] td {
    padding: 10px 0px !important;
  }
  .RadGrid.RadGrid_Default *[data-reveal] span[data-score] {
    line-height: 37px;
  }
  .panel.col-12 .col-4 {
    width: 50%;
  }
  .content100 .panel.col-6 {
    width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .default-content .col-4, .default-content .col-3 {
    width: 100%;
  }
  .dashboard .panel {
    width: calc(50% - 20px);
  }
  .content100 {
    padding: 50px 30px;
  }
  .buttons-top {
    right: 30px;
  }
  .checkboxes.three-col ul li {
    width: 100%;
  }
  .checkboxes.three-col ul li label {
    padding-right: 0px;
  }
  .heatmap-container {
    width: calc(100vw - 257px) !important;
  }
}
@media (max-width: 1050px) {
  .content100 .review-dashboard .charts > div {
    width: 100% !important;
  }
  .content100 .review-dashboard .charts > div:first-child:after {
    display: none;
  }
  .content100 .review-dashboard .charts .chart-container {
    margin-top: 20px;
  }
  .splide .row.charts {
    margin: 0px !important;
  }
  .splide .row.charts .col-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .splide .splide__pagination {
    position: relative;
    margin-top: 10px;
  }
  .splide #chart-container {
    max-width: 100%;
  }
  .splide #chart-container canvas {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .engagement-report #rad-table-mimic.RadGrid.action-statement .rgMasterTable tbody tr td:first-child {
    width: calc(100% - 100px) !important;
  }
  .engagement-report #rad-table-mimic.RadGrid.action-statement .rgMasterTable tbody tr td:last-child {
    width: 100px !important;
    background-color: #FAFAFA;
    border-left: solid 1px #CCC;
  }
  .engagement-report #rad-table-mimic.RadGrid .rgMasterTable tbody tr td:first-child {
    width: calc(100% - 100px) !important;
  }
  .engagement-report #rad-table-mimic.RadGrid .rgMasterTable tbody tr td {
    position: relative;
    display: table-cell;
  }
  .engagement-report #rad-table-mimic.RadGrid .rgMasterTable tbody tr .score-me {
    width: 100px !important;
  }
  .engagement-report #rad-table-mimic.RadGrid .rgMasterTable tbody tr .score-me span {
    position: absolute;
    left: auto !important;
    right: 0px;
  }
  .engagement-report #rad-table-mimic.RadGrid .rgMasterTable tbody tr:last-child td {
    border-bottom: solid 1px #CCC;
  }
  .login-container .login-area {
    width: 70%;
  }
  .login-container .main-image {
    width: 30%;
  }
  .content100 .review-dashboard .head-left {
    max-width: 100%;
  }
  .content100 .head-left {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .content100 .head-right {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .content100 .head-right .button {
    float: left;
  }
  .content100 .head-right .filter-box {
    float: right;
    clear: none;
  }
  .RadGrid .rgMasterTable thead {
    display: none;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow, .RadGrid .rgMasterTable tbody tr.rgAltRow {
    border: solid 1px #CCC;
    margin-bottom: 20px;
    background-color: #F1F1F1;
    display: table;
    width: 100%;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow:last-child, .RadGrid .rgMasterTable tbody tr.rgAltRow:last-child {
    margin-bottom: 0px;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td, .RadGrid .rgMasterTable tbody tr.rgAltRow td {
    background-color: transparent;
    width: 100% !important;
    height: auto;
    display: block;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td:last-child, .RadGrid .rgMasterTable tbody tr.rgAltRow td:last-child {
    border-right-width: 0px !important;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td:first-child, .RadGrid .rgMasterTable tbody tr.rgAltRow td:first-child {
    border-left-width: 0px !important;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.first-name, .RadGrid .rgMasterTable tbody tr.rgAltRow td.first-name {
    padding-left: 20px !important;
    padding-right: 5px !important;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.first-name, .RadGrid .rgMasterTable tbody tr.rgRow td.last-name, .RadGrid .rgMasterTable tbody tr.rgAltRow td.first-name, .RadGrid .rgMasterTable tbody tr.rgAltRow td.last-name {
    width: auto !important;
    font-size: 18px;
    float: left;
    display: block;
    background-color: transparent !important;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.score, .RadGrid .rgMasterTable tbody tr.rgAltRow td.score {
    border-top: solid 1px #CCC !important;
    border-bottom: 0px !important;
    background-color: #FFF;
    padding: 0px !important;
    display: table;
    text-align: right;
    padding-right: 20px !important;
    padding-top: 15px !important;
    font-size: 15px;
    width: 100%;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.score .mobile-title, .RadGrid .rgMasterTable tbody tr.rgAltRow td.score .mobile-title {
    position: relative;
    width: calc(100% - 70px);
    padding: 0px 0px 15px 20px;
    font-size: 16px;
    display: block;
    text-align: left;
    float: left;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.score-me, .RadGrid .rgMasterTable tbody tr.rgAltRow td.score-me {
    border-top: solid 1px #CCC !important;
    border-bottom: 0px !important;
    background-color: #FFF;
    padding: 0px !important;
    display: table;
    width: 100%;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.score-me .mobile-title, .RadGrid .rgMasterTable tbody tr.rgAltRow td.score-me .mobile-title {
    position: relative;
    width: calc(100% - 70px);
    padding: 0px 0px 0px 20px;
    font-size: 16px;
    display: block;
    text-align: left;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.score-me span:last-child, .RadGrid .rgMasterTable tbody tr.rgAltRow td.score-me span:last-child {
    position: absolute;
    width: 70px;
    height: 100%;
    display: block;
    font-size: 16px;
    padding-top: 5px;
    line-height: 37px;
    text-align: center;
    top: 0px;
    right: 0px;
    left: auto;
    margin-top: 0px !important;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.profile-img, .RadGrid .rgMasterTable tbody tr.rgAltRow td.profile-img {
    width: 70px !important;
    height: 70px !important;
    border-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #F1F1F1;
    float: left;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.profile-img > span, .RadGrid .rgMasterTable tbody tr.rgAltRow td.profile-img > span {
    position: static;
    width: 50px;
    height: 50px;
    font-size: 16px;
    padding-top: 14px;
    display: block;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.profile-img > div, .RadGrid .rgMasterTable tbody tr.rgAltRow td.profile-img > div {
    position: static;
    width: 50px;
    height: 50px;
    display: block;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.profile-img + td, .RadGrid .rgMasterTable tbody tr.rgAltRow td.profile-img + td {
    width: auto !important;
    background-color: #F1F1F1;
    border-bottom: 0px !important;
    padding: 10px 0px !important;
    line-height: 46px;
    font-weight: 500;
    font-size: 18px;
    color: #123d5c;
    float: left;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.profile-img + td + td, .RadGrid .rgMasterTable tbody tr.rgAltRow td.profile-img + td + td {
    width: auto !important;
    background-color: #F1F1F1;
    border-bottom: 0px !important;
    padding-left: 6px !important;
    line-height: 46px;
    font-weight: 500;
    font-size: 18px;
    color: #123d5c;
    float: left;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow td.profile-img + td + td + td, .RadGrid .rgMasterTable tbody tr.rgAltRow td.profile-img + td + td + td {
    clear: left;
  }
  .RadGrid .rgMasterTable tbody tr.rgRow:hover td, .RadGrid .rgMasterTable tbody tr.rgAltRow:hover td {
    /*background-color: transparent;*/
  }
  #rad-table-mimic .rgMasterTable.condensed {
    width: 100% !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr {
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    display: table;
    width: 100%;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td:last-child {
    border-right: 0px;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr:last-child td:last-child {
    border-bottom: solid 1px #CCC;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td {
    display: table;
    width: 100% !important;
    max-width: 100% !important;
    border-top: solid 1px #CCC;
    border-left: 0px;
    border-bottom: 0px;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td:first-child {
    padding: 15px 25px;
    font-weight: bold;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td:last-child {
    background-color: #FFF;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td .mobile-title {
    width: calc(100% - 100px);
    text-align: left;
    display: block;
    float: left;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td span:last-child {
    position: static;
    width: 100px;
    display: block;
    float: right;
  }
  #rad-table-mimic.RadGrid .rgMasterTable tbody tr td.score-me {
    padding: 0px !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr.title {
    padding: 0px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:first-child {
    display: table-cell;
    width: calc(100% - 120px) !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td.score-me, #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:last-child {
    display: table-cell;
    width: 60px !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td.score-me span {
    width: 60px;
    position: absolute;
    float: none;
    display: table-cell;
    padding: 0px;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:last-child span {
    width: 60px;
    position: absolute;
    float: none;
    top: 0px;
    left: 10px;
    padding: 0px;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr:last-child td {
    border-bottom: solid 1px #CCC;
  }
  .culture-dashboard .rgMasterTable tbody tr td:first-child {
    background-color: #F1F1F1 !important;
  }
  .score-detail #rad-table-mimic .rgMasterTable tbody tr td.smily {
    padding: 0px;
  }
  .score-detail #rad-table-mimic .rgMasterTable tbody tr td.smily label {
    padding: 15px 20px;
    width: 100px;
    float: right;
  }
  .score-detail #rad-table-mimic .rgMasterTable tbody tr td.smily label svg {
    margin: 0 auto;
  }
  .score-detail #rad-table-mimic .rgMasterTable tbody tr.title td:not(:first-child) {
    padding: 0px;
  }
  .feedback-title {
    width: calc(100% - 100px);
    text-align: left;
    padding: 15px 20px;
    float: left;
  }
  .feedback-title .tooltip {
    display: inline-block;
  }
  .feedback-title .tooltip svg {
    position: relative;
    top: 3px;
  }
  .feedback-title .tooltip svg path {
    fill: #111;
  }
  .feedback-title .tooltip .inner {
    position: relative;
  }
  .feedback-title .tooltip .msg {
    visibility: hidden;
    opacity: 0;
    width: 90%;
    max-width: 600px;
    position: fixed;
    background-color: #FFF;
    -webkit-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: top 0.6s ease, opacity 0.6s ease;
    transition: top 0.6s ease, opacity 0.6s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    padding: 10px 20px;
    font-size: 1.1em;
    top: -50px;
    border: solid 1px #eaeaea;
    left: 5%;
    z-index: 9999;
    color: #444;
  }
  .feedback-title .tooltip svg {
    width: 17px;
    height: 17px;
    cursor: pointer;
  }
  .feedback-title .tooltip svg:hover + .msg {
    top: 100px;
    visibility: visible;
    opacity: 1;
  }
  .chev-list {
    left: 45px;
  }
  .chev-list li {
    transform: scale(0.6);
    margin-left: -92px;
  }
  .data-action-graph {
    width: 550px;
  }
}
@media (max-width: 950px) {
  .RadGrid .rgMasterTable .rgNumPart a {
    margin-top: 8px;
  }
  .RadGrid .rgMasterTable .rgNumPart a span {
    border: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    float: none;
  }
  .RadGrid .rgMasterTable .rgNumPart a.rgCurrentPage span {
    border: 0px !important;
  }
  body.blank .content100 {
    padding: 30px 30px 50px 26px;
  }
  .chat-container {
    margin-left: -26px;
    margin-right: -30px;
  }
  .chat-container .chatbox {
    /*.content {
        overflow: visible;
        height: auto;
    }*/
  }
  .chat-container .chatbox .content {
    height: calc(100% - 40px);
  }
  .chat-container .chatbox .row.intro .content-column {
    padding-left: 20px;
    padding-right: 20px;
  }
  .chat-container .chatbox .recommendations .column > a:hover .icon {
    display: none;
  }
  .chat-container .chatbox #chat-footer {
    width: calc(100% - 155px);
    position: fixed;
    bottom: 55px;
    left: 125px;
  }
  .chat-container .tabs {
    margin: 0 auto;
  }
  .chat-container .tabs > li {
    width: 150px;
  }
}
@media (max-width: 930px) {
  .modal-container .modal.medium {
    width: calc(100% - 60px);
    -webkit-transform: translateX(calc(-50% - 10px));
    -ms-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
  }
}
@media (max-width: 920px) {
  /*.content100 {
      display: block;
  }*/
  .content100 .head-right > .button {
    width: 100%;
    float: none;
  }
  .content100 .head-right .filter-box {
    float: none;
    clear: none;
  }
  .content100 .head-right .filter-box .filter-container {
    display: block;
  }
  .content100 .head-right .filter-box input[type=text] {
    width: calc(100% - 46px);
  }
}
@media (max-width: 900px) {
  #footer {
    font-size: 12px;
  }
  .review-team .people li {
    width: 100%;
  }
  .content100 .profile .panel {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 30px;
  }
  .content100 .profile .panel.end {
    float: none;
    clear: both;
    width: calc(50% - 20px);
  }
  .chat-container .chatbox .recommendations .column > a {
    min-height: 110px;
  }
}
@media (max-width: 850px) {
  .content100 .videos .panel {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .profile-large {
    width: 100%;
  }
  .profile-large .img {
    overflow: unset;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .profile-large .initials {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .profile-large .upload {
    position: relative;
  }
  .profile-large .upload label {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    opacity: 1;
    visibility: visible;
    padding: 0px 20px;
    text-transform: uppercase;
    line-height: 40px;
  }
  .profile-large .upload label svg, .profile-large .upload label span {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    top: 0px;
  }
  .profile-large .upload label svg {
    top: 6px !important;
    margin-right: 5px;
  }
  .profile-large .button.remove {
    width: 100%;
    height: 40px;
    position: relative;
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0px 20px !important;
    line-height: 40px;
  }
  .profile-large .button.remove span {
    display: inline-block;
  }
  .profile-large .button.remove svg {
    margin-right: 5px;
    top: 3px;
  }
}
@media (max-width: 820px) {
  .chev-list {
    left: 52px;
  }
  .chev-list li {
    transform: scale(0.4);
    margin-left: -120px;
    font-size: 21px;
  }
  .chev-list li:nth-child(2) {
    margin-left: -135px;
  }
  .data-action-graph {
    width: 340px;
    height: 270px;
  }
}
@media (max-width: 800px) {
  h1 {
    padding-right: 0px;
    font-size: 35px;
    line-height: 38px;
  }
  .no-data {
    margin: 0px auto;
  }
  .chat-container .chatbox #chat-footer {
    bottom: 80px;
  }
  .content100 .review-dashboard .button.huge {
    font-size: 16px;
  }
  .content100 .review-dashboard .chart-container {
    width: 100% !important;
    height: auto !important;
  }
  .content100 .review-dashboard .chart-container canvas {
    width: 100% !important;
    height: auto !important;
  }
  .content100 .task-scheduler .panel.col-8 .col-4 {
    width: 100%;
  }
  .email-details .panel.col-9 .col-3 {
    width: 100%;
  }
  #footer {
    text-align: center;
  }
  #footer .copy, #footer .links {
    width: 100%;
    float: none;
  }
  #footer .links li {
    float: none;
    display: inline-block;
  }
  .panel.col-12 .col-4, .panel.col-12 .col-3, .panel.col-12 .col-6 {
    width: 100%;
  }
  .panel.col-9 .col-6 {
    width: 100%;
  }
  .content100 .panel.col-9 .col-4 {
    width: 100%;
  }
  .form-update.show {
    top: 90px;
  }
  .form-update > div {
    font-size: 14px;
    padding: 8px 20px;
  }
  .login-container {
    display: block;
  }
  .login-container h1 {
    font-size: 2em;
  }
  .login-container p {
    font-size: 1em;
    font-weight: 300;
  }
  .login-container .login-area {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 150px);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .login-container .login-area .logo {
    position: static;
    padding: 30px 0px;
    display: table;
    margin: 0 auto;
    top: auto;
  }
  .login-container .login-area .v-number {
    position: static;
    bottom: auto;
    padding-bottom: 30px;
  }
  .login-container .login-area .form-group input[type=text], .login-container .login-area .form-group input[type=password] {
    height: 45px;
    line-height: 45px;
    width: calc(100% - 45px);
    padding: 0px 15px;
    margin-left: 45px;
    font-size: 1em;
  }
  .login-container .login-area .form-group .icon {
    width: 45px;
    height: 45px;
    border-radius: 45px 0px 0px 45px;
    -webkit-border-radius: 45px 0px 0px 45px;
    -moz-border-radius: 45px 0px 0px 45px;
    -ms-border-radius: 45px 0px 0px 45px;
    -o-border-radius: 45px 0px 0px 45px;
  }
  .login-container .login-area .form-group .icon svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    top: 10px;
  }
  .login-container .login-area .form-group .button {
    height: 45px;
    line-height: 45px;
  }
  .login-container .login-area .back {
    height: 50px;
    bottom: 30px;
  }
  .login-container .login-area .back a {
    width: 50px;
    height: 50px;
  }
  .login-container .login-area .back a svg {
    margin-top: 11px;
    margin-right: 3px;
  }
  .login-container .main-image {
    width: 100%;
    height: 150px;
    display: block;
    background-position: 50% 20%;
  }
  .buttons-top {
    position: relative;
    right: auto;
    top: auto;
  }
  .buttons-top .button {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: none;
  }
  .splide__arrow.splide__arrow--prev {
    left: -25px;
  }
  .splide__arrow.splide__arrow--next {
    right: -25px;
  }
  .content100 .panel {
    padding: 25px;
  }
  .content100 .splide #chart-container {
    width: auto;
    height: 200px !important;
    top: auto;
  }
  .content100 .splide #chart-container canvas {
    width: auto !important;
    height: 200px !important;
    margin: 0 auto !important;
  }
  .content100 .content.culture-charts #chart-container > div {
    width: 100%;
  }
  .heatmap-container {
    width: calc(100vw - 227px) !important;
  }
  .content100 .admin .panel .col-6 {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .chat-container .tabs > li {
    width: 120px;
  }
  .chat-container .tabs > li .tab {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .dashboard .panel {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .content100 .task-scheduler .panel.col-4.end .col-4 {
    width: 100%;
  }
  .content100 .task-scheduler .panel.col-4.end .col-4 .radio {
    float: left;
    margin-right: 10px;
  }
  .content100 .task-scheduler .panel.col-4.end .col-8 {
    width: 100%;
  }
  .engagement-report #chart-container #cultureChart2 {
    width: 380px !important;
  }
}
@media (max-width: 650px) {
  body.blank .content100 {
    padding: 30px;
  }
  .chat-container {
    margin-left: -30px;
  }
  .chat-container .chatbox .recommendations {
    width: 100%;
    margin-left: 0px;
  }
  .chat-container .chatbox .recommendations .column {
    width: 100%;
    display: block;
  }
  .chat-container .chatbox .recommendations .column > a {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
  }
  .chat-container .chatbox .row.intro .avatar-column, .chat-container .chatbox .row.intro .feedback-column {
    display: none;
  }
}
@media (max-width: 630px) {
  .modal-container .modal {
    width: calc(100% - 60px);
    -webkit-transform: translateX(calc(-50% - 10px));
    -ms-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
  }
}
@media (max-width: 600px) {
  .panel .buttons .button {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .content100 {
    padding: 20px 20px 0px 20px;
    margin-top: 80px;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 24px;
  }
  .modal-container .modal .buttons .inner {
    float: none;
  }
  .modal-container .modal .buttons .inner .button {
    margin-left: 0px;
    width: 100%;
  }
  .heatmap-container {
    width: calc(100vw - 90px) !important;
  }
  .info-btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    top: -4px;
  }
  .modal-container .modal .title {
    padding: 15px 20px;
    font-size: 14px;
  }
  .modal-container .modal .title h3 {
    width: calc(100% - 25px);
  }
  .modal-container .modal .body {
    padding: 18px 20px 18px 20px;
    max-height: calc(100vh - 320px);
  }
  .modal-container .modal .body p:last-child {
    margin-bottom: 0px;
  }
  .modal-container .modal .buttons {
    padding: 20px;
  }
  .modal-container .modal .buttons .button {
    padding: 5px 25px;
  }
  .modal-container .modal .buttons .button:last-child {
    margin-bottom: 0px;
  }
  .modal-container .modal .close {
    top: 20px;
    right: 18px;
  }
  .upload-modal .inner svg {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }
  .chat-container .chatbox {
    height: 100%;
  }
  .chat-container .chatbox #chat-footer {
    position: sticky;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 20px;
  }
  .chat-container .chatbox .content {
    padding-bottom: 20px;
  }
  .chat-container .chatbox .row.intro {
    height: auto;
  }
}
@media (max-width: 600px) {
  .RadGrid .rgPager .rgWrap {
    padding: 0px;
  }
  .RadGrid .rgPager .rgWrap.rgNumPart {
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
    width: 100%;
  }
  .RadGrid .rgPager .rgWrap.rgNumPart a:not(.rgCurrentPage) {
    display: none;
  }
  .RadGrid .rgPager .rgWrap.rgArrPart1 {
    position: relative;
    float: left;
    margin-bottom: 30px;
    z-index: 5;
  }
  .RadGrid .rgPager .rgWrap.rgArrPart2 {
    position: relative;
    float: right;
    margin-bottom: 30px;
    z-index: 5;
  }
  .RadGrid .rgPager .rgWrap.rgAdvPart {
    clear: both;
    float: none;
    display: table;
    margin: 0 auto;
  }
  .RadGrid .rgPager .rgWrap.rgInfoPart {
    width: 100%;
    text-align: center;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 {
    overflow: hidden;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr.title td:first-child {
    width: calc(100% - 60px) !important;
    float: left;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr.title td.score-header {
    width: 60px !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr.title td:last-child {
    display: none !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td {
    display: block !important;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:first-child {
    width: 100% !important;
    border-bottom: 0px !important;
    clear: both;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td.score-me, #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:last-child {
    width: 50% !important;
    min-height: 52px;
    float: left;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td.score-me span, #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:last-child span {
    display: block;
    width: 100%;
    position: relative;
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td:last-child span {
    left: calc(50% - 20px);
  }
  #rad-table-mimic.RadGrid .rgMasterTable.columns-3 tbody tr td.checkbox-single {
    padding-top: 15px;
  }
}
@media (max-width: 530px) {
  .engagement-report #chart-container #cultureChart2 {
    width: 320px !important;
  }
  .chat-container .tabs {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .chat-container .tabs > li {
    width: 25%;
  }
  .chat-container .chatbox .content {
    min-height: calc(100vh - 190px);
  }
}
@media (max-width: 480px) {
  .chat-container .tabs > li .tab {
    font-size: 12px;
  }
  .engagement-report #chart-container #cultureChart2 {
    width: 250px !important;
  }
  .chev-list {
    left: 60px;
    margin-top: -50px;
  }
  .chev-list li {
    transform: scale(0.3);
    margin-left: -138px;
  }
  .chev-list li:nth-child(2) {
    margin-left: -154px;
  }
  .data-action-graph {
    width: 260px;
    height: 230px;
  }
  .data-action-graph .label-x > div {
    font-size: 12px;
  }
  .data-action-graph .markers .marker .m-tooltip {
    position: fixed;
    -webkit-transition: top 0.6s ease, opacity 0.6s ease;
    transition: top 0.6s ease, opacity 0.6s ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    top: -50px !important;
  }
  .data-action-graph .markers .marker .m-tooltip::before, .data-action-graph .markers .marker .m-tooltip::after {
    display: none;
  }
  .data-action-graph .markers .marker:hover .m-tooltip {
    top: 100px !important;
    left: 5% !important;
    right: auto !important;
    bottom: auto !important;
    width: 90%;
  }
  .chat-container .tabs > li .tab {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .chat-container .tabs > li .tab {
    font-size: 11.5px;
  }
}
@media (max-width: 330px) {
  .chat-container .tabs > li .tab {
    font-size: 10.5px;
  }
}
@media (max-width: 420px) {
  .engagement-report #chart-container #cultureChart2 {
    /*width: 200px !important;*/
  }
}
/*@media (max-width: 1500px) {
    #cultureChart {
        width: 300px!important;
        height: auto!important;
    }
    #cultureTimeline {
        width: 500px !important;
        height: auto!important;
    }
}

@media (max-width: 1400px) {
    #login-container  {
        width: 32%!important;
    }
    .intro p {
        font-size: 1em;
    }
}

@media (max-width: 1340px) {
    .form.large-label .template-keys {
        display: none;
    }
}

@media (max-width: 1300px) {
    #login-container  {
        width: 38%!important;
    }
    .filter-box input[type=text] {
        font-size: 1em;
        width: 260px;
    }
    #cultureTimeline {
        width: 400px !important;
    }
}

@media (max-width: 1200px) {
    #login-container  {
        width: 38%!important;
    }
    .intro .filter-box {
        float: left;
        margin-bottom: 15px;
    }
    #password-warning {
        position: fixed;
        top: 60px;
        left: 0px; 
        width: 100%;
        .inner {
            border: 0px;
            width: 100%;
            background-color: #111;
            padding-left: 230px;
            font-size: 1.1em;
            color: #FFF;
            text-align: center;
            ul li {
                list-style-type: none;
                display: inline-block;
            }
            &:before, &:after {
                display: none;
            }
        }
    }
}

@media (max-width: 1100px) {
    .col-50 {
        width: 100%;
        float: none;
    }
}

@media (max-width: 1024px) {
    #login-container  {
        width: 50%!important;
    }
    .small60px {
        width: 60px;
    }
    .answer {
        width: 258px;
    }
    #chart-container {
        width: 100%;

        & > div {
            display: block !important;
        }
    }
    #myChart, #myChart2 {
        width: 100% !important;
    }
    .col-50 {
        h2 {
            text-align: left;
        }
    }
    .form .date-time {
        .date {
            width: 100%;
            margin-right: 0px;
        }

        .time {
            width: 100%;
        }
    }
    .checkboxes {
        ul.three-col li {
            width: 50%;
        }
    }
}

@media (max-width: 800px) {
    h1 {
        font-size: 1.5em;
    }
    #login-container  {
        width: 90%!important;
        padding-top: 5vh!important;
    }
    #contentcontainer {
        padding-top: 0px;
    }
    .content100 .form-update {
        top: 60px;
        padding-left: 20px;
        font-size: 0.75em;
    }*/
/*** HEADER ***/
/*#header {
    .profile {
        float: left;
        margin-left: 15px;
        max-width: calc(100% - 300px);
        border-right: solid 1px #111;
        padding-right: 20px;

        .button {
            display: none;
        }

        a {
            float: none;
        }

        span {
            max-width: 100%;
            border-right: 0px;
            padding-right: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: none;
        }
    }
}

.main-logo {
    display: none;
}

.main-logo-mobile {
    position: fixed;
    top: 9px;
    right: 40px;
    z-index: 999;
    display: block;

    img {
        height: 40px;
    }
}*/
/*** MENU ***/
/*#left-sidebar {
    width: 80%;
    left: -100%;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
.content100 {
    width: 100%;
    -webkit-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
}
#header {
    left: 0%;
    -webkit-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}
.main-logo-mobile {
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
}
#menu-icon {
    display: block;
    float: left;
    margin-left: 40px;
    margin-top: 18px;
}*/
/*** MENU SHOW ***/
/*body.menu-open {
    #left-sidebar {
        left: 0%;
    }
    .content100, .demo-warning {
        margin-left: 80%;
    }
    #header {
        left: 80%;
    }
    .main-logo-mobile {
        right: -80%;
    }
}*/
/*** RAD GRID ***/
/*.RadGrid:not(.normal) {
    .rgMasterTable {
        .rgHeader {
            display: none;
        }
        tr, td {
            width: 100%;
            display: block;
            border: 0px;
        }
        td {
            border: 0px!important;
            &:first-child, &:last-child {
                border: 0px;
            }
        }
        tr {
            border: 0px;
            margin-bottom: 30px;
        }
        .rgSelectedRow {
            background-image: none!important;
            background-color: #DDD!important;
        }
    }
    &.job-participants {
        tbody {
            tr {
                background-color: #F1F1F1!important;
            }
            td {
                clear: left;
            }
            td:before {
                display: inline-block;
                margin-right: 5px;
            }
            td:first-child:before {
                content: "Belongs to job: ";
            }
            td:nth-child(2):before {
                content: "Name: ";
            }
            td:first-child, td:nth-child(2) {
                width: 50%;
                float: right;
                display: block;
            }
            td:nth-child(3):before {
                content: "Status: ";
            }
        }
    }
    &.job-list {
        tbody {
            tr {
                background-color: #F1F1F1!important;
            }
            td {
                clear: left;
            }
            td:before {
                display: inline-block;
                margin-right: 5px;
            }
            td:first-child:before {
                content: "Ref: ";
            }
            td:nth-child(2):before {
                content: "Name: ";
            }
            td:nth-child(3):before {
                content: "Job Date: ";
            }
            td:nth-child(4):before {
                content: "Last Updated Date: ";
            }
            td:nth-child(5):before {
                content: "Status: ";
            }
            td:first-child, td:nth-child(2) {
                width: 50%;
                float: right;
                display: block;
            }
        }
    }
    &.participants-list {
        tbody {
            tr {
                background-color: #F1F1F1!important;
            }
            td {
                clear: left;
            }
            td:before {
                display: inline-block;
                margin-right: 5px;
            }
            td:first-child:before {
                content: "Ref: ";
            }
            td:nth-child(2):before {
                content: "Name: ";
            }
            td:nth-child(3):before {
                content: "Email address: ";
            }
            td:nth-child(4):before {
                content: "Role: ";
            }
            td:nth-child(5):before {
                content: "Last Updated Date: ";
            }
            td:nth-child(6):before {
                content: "Status: ";
            }
            td:first-child, td:nth-child(2) {
                width: 50%;
                float: right;
                display: block;
            }
        }
    }
    .rgPager {
        tbody {
            td {
                width: 100%!important;
            }
            td:before {
                display: none!important;
            }
            .rgAdvPart {
                width: 100%;
                float: none;
                clear: both;
                padding-top: 20px
            }
            .rcbReadOnly {
                td:first-child {
                    float: left!important;
                }
                td:nth-child(2) {
                    width: 30px!important;
                    float: right!important;
                }
            }
            .rgInfoPart.rgWrap {
                float: none;
                clear: both;
            }
        }
    }
}

#rad-table-mimic {*/
/*width: unset;*/
/*width: calc(100vw - 60px);*/
/*.rgMasterTable {
        .rgHeader { 
            display: table-cell;
        } 

        tr {
            display: table-row;
        }

        tbody {
            tr {
                margin-bottom: 0px;

                &:not(.title) td:first-child {
                    padding-left: 20px;
                }
            }

            td {
                display: table-cell;
            }
        }
    }
}*/
/*** CONTENT ***/
/*#contentcontainer {
    padding-left: 0px;
}
#page-wrap {
    border-top: solid 60px #CCC;
}
.intro {
    margin-top: 10px;
}
.answer {
    width: 400px;
}
.heatmap-container {*/
/*width: calc(100% - 20px) !important;*/
/*overflow: unset;*/
/*background-color: #FFF;*/
/*background-color: #FFF;
        background-color: #F1F1F1;
        border: 0px;

        ul.tree {
            width: 100% !important;
        }
    }
}

@media (max-width: 700px) {
    #header .profile {
        max-width: calc(100% - 265px);
    }
    .content100 {
        padding: 20px;
    }
    .answer {
        width: 300px;
    }
    #menu-icon {
        margin-left: 20px;
    }
    .main-logo-mobile {
        right: 20px;
    }
    #header .profile span {
        background-image: none;
        padding-left: 0px;
    }
    .intro .filter-box {
        width: 100%;
        float: none;
        .filter-container {
            position: relative;
            width: 100%;
            input[type=text] {
                width: 100%;
            }
            .button {
                position: absolute;
                top: 0px;
                right: 0px;
            }
        }
    }
    .buttons {
        margin-top: 0px;
        padding-top: 10px;
        .button {
            width: 100%;
        }
    }
    .reviewee {
        width: 100%;
    }*/
/*.heatmap-container, #rad-table-mimic {
    width: calc(100vw - 60px);
}*/
/*}

@media (max-width: 600px) {
    .row {
        margin: 0px;
    }
    .column {
        padding: 0px;
        float: none;
        margin-bottom: 20px;
    }
    .form.large-label .question, .question {
        width: 100%;
        margin-bottom: 8px;
    }
    .answer {
        width: 100%;
    }
    .small-width100 {
        width: 100%;
    }
    .custom-select {
        float: none;
    }
    .contact-form {
        width: 100%;
    }
    .accordion li {
        &.q {
            font-size: 1em;
            font-weight: bold;
            .icon {
                top: 18px;
            }
        }
        &.a {
            font-size: 0.85em;
        }
    }
    #cultureTimeline, #cultureChart {
        width: 100% !important;
    }
    textarea {
        max-width: 100%;
    }*/
/*.heatmap-container, #rad-table-mimic {
    width: calc(100vw - 50px);
}*/
/*}

@media (max-width: 550px) {
    #header .profile {
        display: none;
    }
}

@media (max-width: 350px) {
    .reviewee {
        margin-bottom: 13px;
        h3 {
            font-size: 1.2em;
            margin-bottom: 0px;
        }
        .job-date {
            display: none;
        }
    }
    .question-title {
        margin-bottom: 5px;
    }
    .questions {
        margin-bottom: 15px;
    }
}*/

/*# sourceMappingURL=app.css.map */
