/*** 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; }

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-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; }

.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.66667% - 40px); }
      .content100 .content > .col-2.end {
        width: 16.66667%; }
    .content100 .content > .col-3 {
      width: calc(25% - 40px); }
      .content100 .content > .col-3.end {
        width: 25%; }
    .content100 .content > .col-4 {
      width: calc(33.33333% - 40px); }
      .content100 .content > .col-4.end {
        width: 33.33333%; }
    .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.66667% - 40px); }
      .content100 .content > .col-5.end {
        width: 41.66667%; }
    .content100 .content > .col-6 {
      width: calc(50% - 40px); }
      .content100 .content > .col-6.end {
        width: 50%; }
    .content100 .content > .col-7 {
      width: calc(58.33333% - 40px); }
      .content100 .content > .col-7.end {
        width: 58.33333%; }
    .content100 .content > .col-8 {
      width: calc(66.66667% - 40px); }
      .content100 .content > .col-8.end {
        width: 66.66667%; }
    .content100 .content > .col-89 {
      width: calc(75% - 40px); }
      .content100 .content > .col-89.end {
        width: 75%; }
    .content100 .content > .col-10 {
      width: calc(83.33333% - 40px); }
      .content100 .content > .col-10.end {
        width: 83.33333%; }
    .content100 .content > .col-11 {
      width: calc(91.66667% - 40px); }
      .content100 .content > .col-11.end {
        width: 91.66667%; }
  .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.66667% - 40px); }
      .content100 .panel.col-2.end {
        width: 16.66667%; }
    .content100 .panel.col-3 {
      width: calc(25% - 40px); }
      .content100 .panel.col-3.end {
        width: 25%; }
    .content100 .panel.col-4 {
      width: calc(33.33333% - 40px); }
      .content100 .panel.col-4.end {
        width: 33.33333%; }
    .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.66667% - 40px); }
      .content100 .panel.col-5.end {
        width: 41.66667%; }
    .content100 .panel.col-6 {
      width: calc(50% - 40px); }
      .content100 .panel.col-6.end {
        width: 50%; }
    .content100 .panel.col-7 {
      width: calc(58.33333% - 40px); }
      .content100 .panel.col-7.end {
        width: 58.33333%; }
    .content100 .panel.col-8 {
      width: calc(66.66667% - 40px); }
      .content100 .panel.col-8.end {
        width: 66.66667%; }
    .content100 .panel.col-9 {
      width: calc(75% - 40px); }
      .content100 .panel.col-9.end {
        width: 75%; }
    .content100 .panel.col-10 {
      width: calc(83.33333% - 40px); }
      .content100 .panel.col-10.end {
        width: 83.33333%; }
    .content100 .panel.col-11 {
      width: calc(91.66667% - 40px); }
      .content100 .panel.col-11.end {
        width: 91.66667%; }
    .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 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:first-child {
      width: 219px;
      height: 215px; }
      .chev-list li:first-child span {
        padding-left: 80px;
        padding-right: 40px;
        text-align: center; }
      .chev-list li:first-child:before {
        display: block;
        width: 219px;
        height: 215px;
        content: url(../../Images/chev-large.png);
        position: absolute;
        top: 0px; }
    .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 .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: 3px;
    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: -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; }

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

.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: calc(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; }

@keyframes loading {
  0% {
    left: 0;
    right: 100%; }
  50% {
    left: 0;
    right: 0; }
  100% {
    left: 100%;
    right: 0; } }

/*** 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 #09224f;
    -moz-box-shadow: 0px 5px 0px #09224f;
    box-shadow: 0px 5px 0px #09224f;
    -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 #09224f;
      -moz-box-shadow: 0px 2px 0px #09224f;
      box-shadow: 0px 2px 0px #09224f;
      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.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; }

@-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: .4s;
        transition: .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; }

/*** 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; }

/*** 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; }

/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** FONTS ***/
/*** COLOURS ***/
/*** CHART COLOURS ***/
/*** NAV ***/
/*** GRID SIZES ***/
/*** LEFT SIDEBAR ***/
#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; }
      #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: 65px;
          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: 40px;
        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 ***/
.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; }

body {
  background: #FFF;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important; }

* {
  box-sizing: border-box; }

h1 {
  padding: 0px;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px; }

.content100 h1 {
  margin-right: 250px; }

.print-only {
  display: block; }

.print-hide {
  display: none !important; }

.content {
  border: 0px;
  margin-left: 0px; }

.content-padding {
  padding: 0px 0px 20px 0px; }

.content100 .RadGrid,
.content100 .rgMasterTable {
  width: 660px; }

.login-container .login-area {
  width: 70%; }

.login-container .main-image {
  width: 30%; }

#left-sidebar {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  height: auto; }
  #left-sidebar nav, #left-sidebar .main-logo-mobile, #left-sidebar .small.logo, #left-sidebar .profile-container, #left-sidebar #menu-icon {
    display: none !important; }
  #left-sidebar .logo.main {
    width: auto;
    background-color: transparent;
    visibility: visible;
    top: 5px;
    right: 20px;
    left: auto;
    opacity: 1; }
    #left-sidebar .logo.main img {
      display: none; }
      #left-sidebar .logo.main img.print-logo {
        display: block;
        margin-top: 0px; }

.content100 {
  width: 100%;
  margin-left: 0px;
  padding: 10px;
  display: block; }
  .content100 h2 {
    font-size: 22px; }

.content100 .panel {
  position: relative;
  width: 100% !important;
  padding: 20px 20px 25px 20px !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border: solid 1px #CCC;
  page-break-after: always;
  float: none; }
  .content100 .panel .col-3, .content100 .panel .col-4 {
    width: 50%; }
  .content100 .panel .buttons {
    display: none; }
  .content100 .panel .form {
    display: table;
    width: 100%; }

.content100 .content > div {
  width: 100% !important; }

.content100 .review-dashboard .head-left {
  width: calc(100% - 250px);
  float: left;
  display: block; }

.content100 .review-dashboard .head-right {
  display: block;
  max-width: 250px; }

.info-btn {
  display: none; }

.chev-list {
  width: 800px;
  left: 50px; }
  .chev-list li {
    margin-left: -50px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

.RadGrid.RadGrid_Default .profile-img > span {
  width: 34px;
  height: 34px;
  padding-top: 8px;
  font-weight: 600;
  font-size: 13px; }

.RadGrid.RadGrid_Default .profile-img > div {
  width: 34px;
  height: 34px; }

#rad-table-mimic .rgMasterTable tbody td.smily {
  display: none; }

#rad-table-mimic .rgMasterTable thead .rgHeader {
  padding: 10px !important;
  font-size: 13px; }

#rad-table-mimic .rgMasterTable tbody tr:not(.title) td:first-child,
#rad-table-mimic .rgMasterTable tbody tr.title td:first-child {
  padding-left: 10px; }

.desc-list, .data-action-graph {
  width: 700px; }

.people li {
  width: 50%; }

.content100 .dashboard .panel {
  width: calc(50% - 40px) !important;
  display: table;
  float: left; }

.jqte_editor {
  display: none; }

.RadGrid.RadGrid_Default .rgPager {
  display: none; }

#footer {
  position: static;
  width: 100%;
  left: 0;
  display: none !important; }

.RadGrid .rgMasterTable .rgHeader a {
  padding: 12px 10px;
  font-size: 12px; }

.RadGrid_Default .rgRow td,
.RadGrid_Default .rgAltRow td {
  font-size: 12px;
  padding: 12px 10px !important; }

.content100 .head-left {
  float: none;
  max-width: 100%; }

.head-right {
  display: none; }

.content100 {
  width: auto !important;
  margin: 0px !important; }

.buttons-top {
  display: none; }

table.simple {
  width: 100%;
  border-collapse: collapse; }

.page-break {
  page-break-before: always; }

table.simple {
  margin-bottom: 20px; }

table.simple th {
  text-align: left;
  padding: 3px 5px;
  white-space: nowrap; }

table.simple td {
  padding: 3px 5px;
  color: #000;
  vertical-align: top; }

table.simple th:nth-child(2) {
  text-align: center; }

table.simple td:nth-child(2) {
  text-align: center; }

table.simple tr.bg-1 td {
  background-color: #dbdbdb; }

table.simple tr.bg-2 td {
  background-color: #f8cbad; }

table.simple tr.bg-3 td {
  background-color: #ffe699; }

table.simple tr.bg-4 td {
  background-color: #c6e0b4; }

table.simple tr.bg-5 td {
  background-color: #b4c6e7; }

table.simple tr.bg-6 td {
  background-color: #d2b7e4; }

.content100 .engagement-report .status-tables table {
  width: 100%; }
  .content100 .engagement-report .status-tables table td {
    font-size: 13px;
    vertical-align: top; }
    .content100 .engagement-report .status-tables table td:last-child {
      width: 40px; }

.content100 .engagement-report .panels {
  page-break-after: always; }
  .content100 .engagement-report .panels .panel.col-4 {
    /*height: auto!important;*/
    width: calc(33.33333% - 40px) !important;
    float: left; }

.content100 .engagement-report #chart-container #cultureChart2 {
  width: 100%;
  height: 100%; }

.content100 .engagement-report > .row {
  display: table;
  width: 100%;
  page-break-after: always; }
  .content100 .engagement-report > .row .panel.col-6 {
    width: calc(50% - 20px) !important;
    float: left; }
    .content100 .engagement-report > .row .panel.col-6 #participationChart, .content100 .engagement-report > .row .panel.col-6 #deepChart {
      width: 100% !important;
      height: 100% !important; }

.content100 .engagement-report #rad-table-mimic {
  width: 100%; }
  .content100 .engagement-report #rad-table-mimic.target-skills {
    page-break-after: always; }
  .content100 .engagement-report #rad-table-mimic.action-statement .rgMasterTable tbody tr:not(.title) td:last-child {
    padding-left: 10px;
    padding-right: 10px; }

@media print and (orientation: portrait) {
  .content100 .engagement-report .status-tables table td {
    font-size: 1em;
    vertical-align: top; }
  .content100 .engagement-report .panels {
    page-break-after: auto; }
    .content100 .engagement-report .panels .panel.col-4 {
      width: 100% !important;
      float: none; }
  .content100 .engagement-report > .row .panel.col-6 {
    width: 100% !important;
    margin: 0px !important;
    float: none; }
    .content100 .engagement-report > .row .panel.col-6 #participationChart, .content100 .engagement-report > .row .panel.col-6 #deepChart {
      width: 100% !important;
      height: 100% !important; } }

/*#jsEnabled, #jsEnabled *, noscript, noscript * {
	display: none !important;
}*/
/*.arrow,
.back,
.breadcrumbs-container, 
.button,
.demo-warning,
.filter-box,
#footer,
#header, 
.hide,
#left-sidebar nav,
.page-introduction,
.rgFilterRow,
.rgPagerCell,
.section
{
    display: none !important;
}
*/
/*h1, h2, h3 {
	background: none !important;
}

h2 {
    padding: 0px !important;
}

#contentcontainer {
    padding: 0px !important;
}*/
/*#title {
    border-bottom: none;
    line-height: 1.4em;
}

.content .head .print {
    color: #FF0000;
}

#contentcontainer h1 {
    background: transparent !important;
    -webkit-text-fill-color: #111;
    -webkit-background-clip: unset;
}

.title-info-tooltip {
    display: none;
}

.popup {
    display: none;
}

.popup.open {
    display: block;
}*/
/*.chev-list {
	position: relative;
	display: table;
	margin: 0px;
	padding: 0px;
}
 .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:first-child {
	 width: 219px;
	 height: 215px;
}
 .chev-list li:first-child span {
	 padding-left: 80px;
	 padding-right: 40px;
	 text-align: center;
}
 .chev-list li:first-child:before {
	 display: block;
	 width: 219px;
	 height: 215px;
	 content: url(../../Images/chev-large.png);
	 position: absolute;
	 top: 0px;
}
 .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 {
	 position: relative;
	 display: table;
	 margin: 20px 0px 0px 0px;
	 border: solid 1px #111;
	 border-radius: 20px;
	 padding: 0px;
}
 .desc-list li {
	 width: 190px;
	 height: 120px;
	 list-style-type: none;
	 display: table;
	 float: left;*/
/*margin-left: -20px;
	*/
/*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;
	 display: table-cell;
}
 .data-action-graph {
	 width: 970px;
	 height: 400px;
	 position: relative;
	 border: solid 1px #888;
	 margin-left: 10px;
	 margin-top: 20px;
}
 .data-action-graph .markers .marker {
	 width: 32px;
	 height: 32px;
	 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;
	 box-shadow: 15px 14px 28px 6px rgba(0, 0, 0, 0.15);
	 border-radius: 8px;
	 padding: 10px 20px;
	 font-size: 1em;
	 bottom: 100%;
	 border: solid 1px #ccc;
	 left: calc(100% + 5px);
	 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: #ccc;
	 border-width: 7px;
	 margin-left: -7px;
}
 .data-action-graph .markers .marker .m-tooltip.right {
	 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: #ccc;
	 border-width: 7px;
	 margin-top: -7px;
}
 .data-action-graph .markers .marker .m-tooltip.left {
	 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: #ccc;
	 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%;
}

table.simple {
	width: 100%;
	border-collapse: collapse;
}

.page-break {
	page-break-before: always;
}

table.simple th {
	text-align: left;
	padding: 3px 5px;
	white-space: nowrap;
}

table.simple td {
	padding: 3px 5px;
	color: #000;
	vertical-align: top;
}

table.simple th:nth-child(2) {
	text-align: center;
}

table.simple td:nth-child(2) {
	text-align: center;
}

table.simple tr.bg-1 td {
	background-color: #dbdbdb;
}

table.simple tr.bg-2 td {
	background-color: #f8cbad;
}

table.simple tr.bg-3 td {
	background-color: #ffe699;
}

table.simple tr.bg-4 td {
	background-color: #c6e0b4;
}

table.simple tr.bg-5 td {
	background-color: #b4c6e7;
}

table.simple tr.bg-6 td {
	background-color: #d2b7e4;
}*/
