@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

@font-face {
  font-family: "HKGroteskPro";
  font-weight: 400;
  src: url("../fonts/HKGroteskPro-Regular.woff2") format("woff2"), url("../fonts/HKGroteskPro-Regular.woff") format("woff"); }

@font-face {
  font-family: "HKGroteskPro";
  font-weight: 600;
  src: url("../fonts/HKGroteskPro-Medium.woff2") format("woff2"), url("../fonts/HKGroteskPro-Medium.woff") format("woff"); }
@font-face {
  font-family: "HKGroteskPro";
  font-weight: 900;
  src: url("../fonts/HKGroteskPro-Bold.woff2") format("woff2"), url("../fonts/HKGroteskPro-Bold.woff") format("woff"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em; }
  body h1, body h2, body h3, body h4 {
    font-weight: 700; }
  body h1 {
    font-size: 38px;
    line-height: 1.1em;
    margin-bottom: 30px; }
  body h2 {
    font-size: 32px;
    line-height: 1.1em;
    margin-bottom: 30px; }
  body h3 {
    font-size: 21px;
    line-height: 1em;
    margin-bottom: 15px; }
  body h4 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px; }
  body p {
    line-height: 1.6em;
    margin-bottom: 15px; }
  body.today td p{
    margin-bottom: 0;
  }
    body p strong, body p b {
      font-weight: 900; }
    body p em, body p i {
      font-style: italic; }
  body.locked {
    overflow: hidden; }
  body .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; }
  body .text_align-left {
    text-align: left; }
  body .text_align-center {
    text-align: center; }
  body .text_align-right {
    text-align: right; }
  body a.btn {
    display: inline-block;
    background-color: #335EEA;
    color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }
    body a.btn:hover {
      background-color: #ffffff;
      color: #335EEA; }
  body input {
    font-family: 'Lato', sans-serif;
    font-weight: 400; }

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .container {
    max-width: 576px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 992px) {
  .container {
    max-width: 992px; } }

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

@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none; }

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

[class*="col-"]::before, [class*="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class*="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  margin: -15px; }

.col-12 {
  width: 100%;
  *width: 99.9%; }

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%; }

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%; }

.col-9 {
  width: 75%;
  *width: 74.9%; }

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%; }

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%; }

.col-6 {
  width: 50%;
  *width: 49.9%; }

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%; }

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%; }

.col-3 {
  width: 25%;
  *width: 24.9%; }

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%; }

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%; }

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%; }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%; }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%; }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%; }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%; }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%; }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%; }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%; }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%; }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-md-9 {
    width: 75%;
    *width: 74.9%; }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-md-6 {
    width: 50%;
    *width: 49.9%; }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-md-3 {
    width: 25%;
    *width: 24.9%; }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%; }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%; }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%; }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%; }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%; }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%; }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%; }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%; }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto; }

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto; } }

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0; }

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-1-xs {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; } }

@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-1-sm {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; } }

@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-1-md {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; } }

@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-1-lg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; } }

@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .order-11-xlg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-10-xlg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-9-xlg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-8-xlg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-7-xlg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-6-xlg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-5-xlg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-4-xlg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-3-xlg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-2-xlg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-1-xlg {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-0-xlg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; } }

.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%; }

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%; }

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%; }

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%; }

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%; }

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%; }

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%; }

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%; }

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%; }

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%; }

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%; }

@media only screen and (min-width: 576px) {
  .offset-11-xs {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-10-xs {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-9-xs {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-8-xs {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-7-xs {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-6-xs {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-5-xs {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-4-xs {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-3-xs {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-2-xs {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-1-xs {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 768px) {
  .offset-11-sm {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-10-sm {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-9-sm {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-8-sm {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-7-sm {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-6-sm {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-5-sm {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-4-sm {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-3-sm {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-2-sm {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-1-sm {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 992px) {
  .offset-11-md {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-10-md {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-9-md {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-8-md {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-7-md {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-6-md {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-5-md {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-4-md {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-3-md {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-2-md {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-1-md {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1200px) {
  .offset-11-lg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-10-lg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-9-lg {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-8-lg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-7-lg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-6-lg {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-5-lg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-4-lg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-3-lg {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-2-lg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-1-lg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1600px) {
  .offset-11-xlg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%; }
  .offset-10-xlg {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%; }
  .offset-9-xlg {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-8-xlg {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%; }
  .offset-7-xlg {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%; }
  .offset-6-xlg {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-5-xlg {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%; }
  .offset-4-xlg {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%; }
  .offset-3-xlg {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-2-xlg {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%; }
  .offset-1-xlg {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%; }
  .offset-0-xlg {
    margin-left: 0;
    *margin-left: -0.1%; } }

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.no-wrap [class*="col-"] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1; }

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start; }

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  align-items: flex-end; }

.align-end [class*="col-"] {
  vertical-align: bottom; }

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.align-center [class*="col-"] {
  vertical-align: middle; }

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  align-items: baseline; }

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.align-content-end [class*="col-"] {
  vertical-align: bottom; }

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: middle; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

.justify-start.grid {
  text-align: left; }

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right; }

.justify-end.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center; }

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center; }

.justify-center.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify; }

.justify-space-between.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify; }

.justify-space-around.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start; }

.grid-bleed [class*="col-"] {
  padding: 0; }

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.col-bleed {
  padding: 0; }

.col-bleed-x {
  padding: 15px 0; }

.col-bleed-y {
  padding: 0 15px; }

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto; }

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }

.flex-footer > :last-child {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .hidden-xxs {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none; } }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em; }
  table .title {
    font-weight: 600;
    text-align: left; }
  table .user-img {
    text-align: center; }
  table td {
    vertical-align: middle;
    padding: 15px 10px;
    color: #3C4A5B;
    text-align: left; }
  table th {
    color: #334150; }
  table .shadow {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px; }
  table .options:hover {
    color: #335EEA; }

.dashboard-sidebar_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 15%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #335EEA;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .dashboard-sidebar_container .dashboard-sidebar_title {
    padding: 15px 15px 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    background-color: #335EEA;
    width: 100%;
    position: relative; }
    .dashboard-sidebar_container .dashboard-sidebar_title a {
      position: absolute;
      top: 15px;
      right: 15px; }
    .dashboard-sidebar_container .dashboard-sidebar_title h2 {
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      color: #ffffff;
      font-size: 18px;
      font-weight: 300;
      margin: 0; }
  .dashboard-sidebar_container .dashboard-sidebar_user {
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #335EEA;
    position: relative; }
    @media screen and (max-width: 1440px) {
      .dashboard-sidebar_container .dashboard-sidebar_user {
        padding: 30px 15px; } }
    .dashboard-sidebar_container .dashboard-sidebar_user .user {
      max-width: 50px;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      margin-right: 15px; }
      @media screen and (max-width: 1600px) {
        .dashboard-sidebar_container .dashboard-sidebar_user .user {
          margin-right: 0;
        }
      }
    .dashboard-sidebar_container .dashboard-sidebar_user p {
      color: #ffffff;
      margin: 0 0 2px;
      margin-left: 15px; }
      .dashboard-sidebar_container .dashboard-sidebar_user p:nth-of-type(2) {
        font-weight: 300;
        margin: 0;
        margin-left: 15px; }
    @media screen and (max-width: 1300px) {
      .dashboard-sidebar_container .dashboard-sidebar_user .accordian-toggle {
        display: none; } }
    .dashboard-sidebar_container .dashboard-sidebar_user .accordian-toggle .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      right: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .dashboard-sidebar_container .dashboard-sidebar_user .accordian-toggle .icon.rotate {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  .dashboard-sidebar_container hr {
    max-width: 80%;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,.6); }
  .dashboard-sidebar_container .dashboard-sidebar_links {
    width: 100%;
    position: relative; }
    .dashboard-sidebar_container .dashboard-sidebar_links .test {
      width: 100%;
      position: absolute;
      z-index: -9;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .dashboard-sidebar_container .dashboard-sidebar_links .test.active {
        top: -400px; }
    .dashboard-sidebar_container .dashboard-sidebar_links .links-item {
      padding: 15px 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .dashboard-sidebar_container .dashboard-sidebar_links .links-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #C1C3C9;
        text-decoration: none; }
        .dashboard-sidebar_container .dashboard-sidebar_links .links-item a img {
          margin-right: 14px; }
      .dashboard-sidebar_container .dashboard-sidebar_links .links-item p {
        margin: 0;
        color: #fff; }
      .dashboard-sidebar_container .dashboard-sidebar_links .links-item.active {
        background-color: #1c3588;
        }
          /*@media screen and (max-width: 1114px) {
            .dashboard-sidebar_container .dashboard-sidebar_links .links-item.active a {
              margin-left: -14px; } }*/
      .dashboard-sidebar_container .dashboard-sidebar_links .links-item:hover {
        background-color: #1c3588;
        }
  .dashboard-sidebar_container .dashboard-footer {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }



@media (max-height: 760px) {
  .dashboard-sidebar_container .dashboard-footer {
    font-size: 12px;
    font-weight: 300;
    position:unset;
    display: block;
  }
}
  .dashboard-sidebar_container.minimised {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 60px; }
    .dashboard-sidebar_container.minimised .dashboard-sidebar_title {
      padding: 15px 15px 40px; }
      .dashboard-sidebar_container.minimised .dashboard-sidebar_title h2 {
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        display: none; }
    .dashboard-sidebar_container.minimised .dashboard-sidebar_user {
      padding: 10px; }
      .dashboard-sidebar_container.minimised .dashboard-sidebar_user .user-details {
        display: none; }
      .dashboard-sidebar_container.minimised .dashboard-sidebar_user .user {
        margin-right: 30px; }
      .dashboard-sidebar_container.minimised .dashboard-sidebar_user .accordian-toggle {
        display: none; }
    .dashboard-sidebar_container.minimised .dashboard-sidebar_links {
      min-height: 270px; }
      .dashboard-sidebar_container.minimised .dashboard-sidebar_links a {
        margin-left: -10px; }
      .dashboard-sidebar_container.minimised .dashboard-sidebar_links.dash .links-item:nth-of-type(1) a {
        margin-left: -14px; }
    .dashboard-sidebar_container.minimised .dashboard-footer {
      display: none; }
  @media screen and (max-width: 1114px) {
    /*.dashboard-sidebar_container {
      width: 60px;
      z-index: 999; }*/
      .dashboard-sidebar_container .dashboard-sidebar_title {
        padding: 15px 15px 40px; }
        .dashboard-sidebar_container .dashboard-sidebar_title h2 {
          -webkit-transition: all 1s ease-in-out;
          -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
          display: none; }
      .dashboard-sidebar_container .dashboard-sidebar_user {
        padding: 10px; }
        .dashboard-sidebar_container .dashboard-sidebar_user .user {
          margin-right: 0px; }
        .dashboard-sidebar_container .dashboard-sidebar_user .accordian-toggle {
          display: none; }
      .dashboard-sidebar_container .dashboard-sidebar_links {
        min-height: 270px; }
        .dashboard-sidebar_container .dashboard-sidebar_links p {
          font-size: 12px; }
        .dashboard-sidebar_container .dashboard-sidebar_links a {
          margin-left: -10px; }
        .dashboard-sidebar_container .dashboard-sidebar_links.dash .links-item:nth-of-type(1) a {
          margin-left: -14px; }
      .dashboard-sidebar_container.minimised {
        width: 50vw; }
        .dashboard-sidebar_container.minimised .dashboard-sidebar_title h2 {
          display: block; }
        .dashboard-sidebar_container.minimised .dashboard-sidebar_user .user-details {
          display: block; }
        .dashboard-sidebar_container.minimised .dashboard-sidebar_user .accordian-toggle {
          display: block; }
        .dashboard-sidebar_container.minimised .dashboard-sidebar_links p {
          display: block; } }
  @media screen and (max-width: 600px) {
    .dashboard-sidebar_container.minimised {
      width: 100vw; } }

.dashboard-content_container {
  position: fixed;
  left: 15%;
  top: 0;
  width: 85%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #F5F6F7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
/*  @media screen and (max-width: 1024px) {
    .dashboard-content_container {
      left: 60px;
      width: calc(100% - 60px); } }*/
  .dashboard-content_container .page-content {
    width: 100%;
    padding: 30px; }
    .dashboard-content_container .page-content .item {
      background-color: #ffffff;
      min-height: 400px;
      max-height: 400px;
      border-radius: 5px;
      -webkit-box-shadow: 0 2px 2px 0 rgba(51, 65, 80, 0.03), 0 0 2px 0 rgba(51, 65, 80, 0.03);
      box-shadow: 0 2px 2px 0 rgba(51, 65, 80, 0.03), 0 0 2px 0 rgba(51, 65, 80, 0.03);
      position: relative;
      overflow-y: scroll; }
      .dashboard-content_container .page-content .item.flex-grid-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .dashboard-content_container .page-content .item.flex-grid-item .item-content {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 10px; }
      .dashboard-content_container .page-content .item.item-modal {
        width: 100%; }
      .dashboard-content_container .page-content .item.info {
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        min-height: 0px;
        max-height: none;
        margin-top: -30px;
        padding: 20px; }
        .dashboard-content_container .page-content .item.info p {
          margin: 0 0 5px;
          color: #8897AA; }
          .dashboard-content_container .page-content .item.info p a {
            color: #335EEA;
            text-decoration: none;
            font-weight: 600; }
      .dashboard-content_container .page-content .item.settings-opt {
        min-height: 0px;
        max-height: none;
        margin-top: -30px; }
        .dashboard-content_container .page-content .item.settings-opt p {
          margin: 0; }
        .dashboard-content_container .page-content .item.settings-opt .account-change {
          padding: 0 20px 20px; }
      .dashboard-content_container .page-content .item .image-incentive {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center; }
        .dashboard-content_container .page-content .item .image-incentive.week {
          height: 275px; }
      .dashboard-content_container .page-content .item .qr-code-wrapper {
        text-align: center; }
        .dashboard-content_container .page-content .item .qr-code-wrapper .qr {
          display: inline-block; }
          @media screen and (max-width: 920px) {
            .dashboard-content_container .page-content .item .qr-code-wrapper .qr {
              max-width: 250px; } }
      .dashboard-content_container .page-content .item.settings {
        padding: 0;
        position: relative; }
        .dashboard-content_container .page-content .item.settings img {
          width: 100%;
          height: auto; }
        .dashboard-content_container .page-content .item.settings .title {
          width: 100%;
          padding: 30px;
          background-color: #ffffff;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 9;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #3C4A5B;
          font-weight: 600; }
          .dashboard-content_container .page-content .item.settings .title a {
            text-decoration: none;
            background-color: #335EEA;
            border-radius: 5px;
            color: #ffffff;
            padding: 10px 20px; }
        .dashboard-content_container .page-content .item.settings p {
          margin: 0; }
        .dashboard-content_container .page-content .item.settings .pickr {
          width: 100%;
          height: 100%; }
          .dashboard-content_container .page-content .item.settings .pickr button {
            width: 100%;
            height: 320px; }
      .dashboard-content_container .page-content .item .profile-image {
        height: 300px;
        width: 100%;
        background-size: cover;
        background-position: center; }
      .dashboard-content_container .page-content .item .profile-cta {
        padding: 25px 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .dashboard-content_container .page-content .item .profile-cta p {
          margin: 0;
          font-size: 16px;
          font-weight: 600; }
        .dashboard-content_container .page-content .item .profile-cta a {
          text-decoration: none;
          padding: 10px 20px;
          border-radius: 5px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .dashboard-content_container .page-content .item .profile-cta .update {
          background-color: #335EEA;
          color: #ffffff; }
          .dashboard-content_container .page-content .item .profile-cta .update:hover {
            background-color: #E1E8EE;
            color: #3C4A5B; }
      .dashboard-content_container .page-content .item .incentive-content {
        padding: 20px 30px; }
        .dashboard-content_container .page-content .item .incentive-content p {
          color: #8C9AAF;
          font-size: 14px;
          margin-bottom: 10px; }
        .dashboard-content_container .page-content .item .incentive-content h4 {
          color: #3C4A5B;
          font-size: 16px;
          line-height: 26px; }
        .dashboard-content_container .page-content .item .incentive-content .count {
          font-size: 12px;
          position: absolute;
          bottom: 20px;
          left: 30px; }
        .dashboard-content_container .page-content .item .incentive-content.week {
          margin-top: 10px; }
          .dashboard-content_container .page-content .item .incentive-content.week h4 {
            font-size: 14px;
            color: #8C9AAF;
            margin: 0; }
          .dashboard-content_container .page-content .item .incentive-content.week p {
            font-size: 16px;
            color: #3C4A5B;
            font-weight: 700; }
      .dashboard-content_container .page-content .item.incentive {
        padding: 0; }
      .dashboard-content_container .page-content .item h2 {
        font-size: 16px; }
      .dashboard-content_container .page-content .item .item-header {
        border-bottom: 1px solid #E1E8EE;
        }
        .dashboard-content_container .page-content .item .item-header h2 {
          margin: 0;
          color: #334150; }
      .dashboard-content_container .page-content .item .reviews-list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
         }
        .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal,a.reports {
          color: #334150;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 0;
          text-decoration: none;
          padding-right: 20px;
          background-image: url("../images/chevron-right.png");
          background-repeat: no-repeat;
          background-position: center right; }
          .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal img ,a.reports img{
            border-radius: 50%;
            margin-right: 15px;
            width: 50px;}
          .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal .individual-item-details h4 {
            font-size: 16px;
            margin-bottom: 3px; }
          a.reports .individual-item-details h4{
            font-size: 13px;
            margin-bottom: 3px; }
          .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal .individual-item-details p,a.reports .individual-item-details p {
            font-size: 12px;
            margin: 0;
            color: #7F8FA4; }
          .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal p.rating , a.reports p.rating{
            font-size: 16px;
            margin: 0 0 0 auto; }
            .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal p.rating.Bad , a.reports p.Bad{
              color: #F33A3A; }
            .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal p.rating.Fair , a.reports p.Fair{
              color: #FF9F06; }
            .dashboard-content_container .page-content .item .reviews-list .individual-item a.open-review-modal p.rating.Good , a.reports p.Good{
              color: #16D761; }
    .dashboard-content_container .page-content .grid-sizer, .dashboard-content_container .page-content .grid-item {
      width: calc(32% - 15px); }
      @media screen and (max-width: 1312px) {
        .dashboard-content_container .page-content .grid-sizer, .dashboard-content_container .page-content .grid-item {
          width: calc(50% - 15px); } }
      @media screen and (max-width: 768px) {
        .dashboard-content_container .page-content .grid-sizer, .dashboard-content_container .page-content .grid-item {
          width: 100%; } }
    .dashboard-content_container .page-content .grid-item--width2 {
      width: calc(66% - 32px); }
      @media screen and (max-width: 1312px) {
        .dashboard-content_container .page-content .grid-item--width2 {
          width: 100%; } }
  /*.dashboard-content_container.minimised {
    width: calc(100% - 60px);
    left: 60px; }*/
/*  .dashboard-content_container .page-header {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    text-align: right; }*/
  .dashboard-content_container .page-content_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 700px) {
      .dashboard-content_container .page-content_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .dashboard-content_container .page-content_header .filter-options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 700px) {
        .dashboard-content_container .page-content_header .filter-options {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      @media screen and (max-width: 567px) {
        .dashboard-content_container .page-content_header .filter-options {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .dashboard-content_container .page-content_header .filter-select {
      min-width: 176px;
      height: auto;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 12px;
      border-radius: 5px;
      background-color: #ffffff;
      margin: 0 20px; }
      @media screen and (max-width: 567px) {
        .dashboard-content_container .page-content_header .filter-select {
          margin: 20px 0; } }
      .dashboard-content_container .page-content_header .filter-select span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        color: #3C4A5B; }
      .dashboard-content_container .page-content_header .filter-select .filter-select-options {
        display: none;
        overflow-Y: scroll; }
        .dashboard-content_container .page-content_header .filter-select .filter-select-options::-webkit-scrollbar {
          width: .4rem;
          height: .4rem; }
        .dashboard-content_container .page-content_header .filter-select .filter-select-options::-webkit-scrollbar-thumb {
          background: #333; }
        .dashboard-content_container .page-content_header .filter-select .filter-select-options::-webkit-scrollbar-track {
          background: #999; }
        .dashboard-content_container .page-content_header .filter-select .filter-select-options .select-option {
          display: block;
          text-decoration: none;
          margin: 10px 0;
          color: #3C4A5B; }
          .dashboard-content_container .page-content_header .filter-select .filter-select-options .select-option:hover {
            color: #335EEA; }
    .dashboard-content_container .page-content_header .layout-option {
      width: 73px;
      height: auto;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px;
      border-radius: 5px;
      background-color: #ffffff;
      color: #3C4A5B; }
      .dashboard-content_container .page-content_header .layout-option img {
        width: 18px;
        height: auto;
        margin: auto; }
    .dashboard-content_container .page-content_header.incentive {
      border-bottom: 1px solid #E1E8EE;
      padding: 0 0 20px; }
      .dashboard-content_container .page-content_header.incentive h3 {
        margin: 0; }
      .dashboard-content_container .page-content_header.incentive .add-incentive {
        min-width: 179px;
        height: auto;
        margin-left: auto;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 5px;
        background-color: #335EEA;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .dashboard-content_container .page-content_header.incentive .add-incentive a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-decoration: none;
          color: #ffffff; }
        .dashboard-content_container .page-content_header.incentive .add-incentive p {
          margin: 0;
        padding-left: 10px;}
        .dashboard-content_container .page-content_header.incentive .add-incentive i {
          margin-top: 5px;}
        .dashboard-content_container .page-content_header.incentive .add-incentive img {
          max-width: 16px;
          width: 100%;
          margin-right: 10px; }
        .dashboard-content_container .page-content_header.incentive .add-incentive:hover {
          background-color: #ffffff; }
          .dashboard-content_container .page-content_header.incentive .add-incentive:hover a {
            color: #335EEA; }
    .dashboard-content_container .page-content_header .add-user {
      min-width: 176px;
      height: auto;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      padding: 10px;
      border-radius: 5px;
      background-color: #335EEA;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .dashboard-content_container .page-content_header .add-user a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        color: #ffffff; }
      .dashboard-content_container .page-content_header .add-user p {
        margin: 0; }
      .dashboard-content_container .page-content_header .add-user img {
        max-width: 16px;
        width: 100%;
        margin-right: 10px; }
      .dashboard-content_container .page-content_header .add-user:hover {
        background-color: #ffffff; }
        .dashboard-content_container .page-content_header .add-user:hover a {
          color: #335EEA; }
  .dashboard-content_container .incentives-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .dashboard-content_container .incentives-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .dashboard-content_container .incentives-container table {
      padding: 0 20px; }
    .dashboard-content_container .incentives-container .searchbar {
      width: 100%;
      padding: 5px 10px;
      background-color: #ffffff;
      border-radius: 5px;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .dashboard-content_container .incentives-container .searchbar p {
        color: #3C4A5B;
        margin: 0; }
      .dashboard-content_container .incentives-container .searchbar input[type="text"] {
        border: none;
        width: 100%;
        font-size: 14px; }
      .dashboard-content_container .incentives-container .searchbar img {
        margin-right: 10px; }
    .dashboard-content_container .incentives-container .incentives-content {
      width: calc(75% - 15px);
      height: auto;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .dashboard-content_container .incentives-container .incentives-content {
          width: 100%; } }
      .dashboard-content_container .incentives-container .incentives-content .item-header {
        padding: 20px;
        border-bottom: 1px solid #E1E8EE; }
        .dashboard-content_container .incentives-container .incentives-content .item-header h3 {
          margin: 0;
          color: #334150; }
      .dashboard-content_container .incentives-container .incentives-content .opt-in-results {
        padding: 20px; }
    .dashboard-content_container .incentives-container .incentives-content-container {
      width: calc(75% - 15px); }
      .dashboard-content_container .incentives-container .incentives-content-container .incentives-content {
        width: 100%;
        margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .dashboard-content_container .incentives-container .incentives-content-container {
          width: 100%; } }
    .dashboard-content_container .incentives-container .active-incentive {
      width: calc(25% - 15px);
      height: 100%;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        .dashboard-content_container .incentives-container .active-incentive {
          width: 100%;
          margin: 0 0 30px; } }
      .dashboard-content_container .incentives-container .active-incentive .incentive-content {
        padding: 15px; }
      .dashboard-content_container .incentives-container .active-incentive img {
        width: 100%;
        height: auto;
        display: block; }
      .dashboard-content_container .incentives-container .active-incentive p {
        font-size: 12px;
        color: #A4ADC1;
        margin-bottom: 10px; }
      .dashboard-content_container .incentives-container .active-incentive h4 {
        font-size: 14px;
        color: #3C4A5B;
        margin: 0;
        line-height: 22px; }
  .dashboard-content_container .page-content_container {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .dashboard-content_container .page-content_container .overview-container {
      width: calc(25% - 15px);
      height: auto;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      padding: 20px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .dashboard-content_container .page-content_container .overview-container {
          width: 100%;
          margin: 0 0 30px; } }
      .dashboard-content_container .page-content_container .overview-container h3:after {
        content: "";
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #E1E8EE; }
      .dashboard-content_container .page-content_container .overview-container .page-links {
        width: 100%;
        margin-top: 50px; }
        .dashboard-content_container .page-content_container .overview-container .page-links a {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 5px 10px;
          border: 1px solid #E1E8EE;
          border-radius: 5px;
          text-decoration: none;
          margin-bottom: 15px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .dashboard-content_container .page-content_container .overview-container .page-links a:last-of-type {
            margin-bottom: 0; }
          .dashboard-content_container .page-content_container .overview-container .page-links a img {
            margin-right: 10px; }
          .dashboard-content_container .page-content_container .overview-container .page-links a p {
            margin: 0;
            color: #3C4A5B; }
          .dashboard-content_container .page-content_container .overview-container .page-links a:hover {
            background-color: #E1E8EE; }
          .dashboard-content_container .page-content_container .overview-container .page-links a.mixitup-control-active {
            border: 1px solid #249AF3;
            background-color: #F6FBFF; }
  .dashboard-content_container .employee-container {
    width: calc(75% - 15px); }
    @media screen and (max-width: 1024px) {
      .dashboard-content_container .employee-container {
        width: 100%; } }
    .dashboard-content_container .employee-container.grid-layout {
      display: none; }
      .dashboard-content_container .employee-container.grid-layout.active {
        display: block; }
    .dashboard-content_container .employee-container.list-layout.active {
      display: none; }
    .dashboard-content_container .employee-container .searchbar {
      width: 100%;
      padding: 10px;
      background-color: #ffffff;
      border-radius: 5px;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .dashboard-content_container .employee-container .searchbar p {
        color: #3C4A5B;
        margin: 0; }
      .dashboard-content_container .employee-container .searchbar input[type="text"] {
        border: none;
        width: 100%;
        outline: none !important;
        font-size: 14px; }
      .dashboard-content_container .employee-container .searchbar input[type="text"]::-webkit-input-placeholder {
        color:   #E1E8EE; }
      .dashboard-content_container .employee-container .searchbar input[type="text"]:-ms-input-placeholder {
        color:   #E1E8EE; }
      .dashboard-content_container .employee-container .searchbar input[type="text"]::-ms-input-placeholder {
        color:   #E1E8EE; }
      .dashboard-content_container .employee-container .searchbar input[type="text"]::placeholder {
        color:   #E1E8EE; }
      .dashboard-content_container .employee-container .searchbar img {
        margin-right: 10px; }
    .dashboard-content_container .employee-container .employee-content {
      width: 100%;
      margin-top: 30px;
      position: relative;
      border-radius: 5px; }
      .dashboard-content_container .employee-container .employee-content.list {
        background-color: #ffffff;
        padding: 15px 10px;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3); }
      .dashboard-content_container .employee-container .employee-content.grid-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .dashboard-content_container .employee-container .employee-content.grid-view .employee-tab {
          margin-right: 30px; }
      .dashboard-content_container .employee-container .employee-content img.user {
        border-radius: 50%;
        width: 50px;
        height: 50px;
       }
      .dashboard-content_container .employee-container .employee-content h3 {
        padding: 10px 10px 20px; }
        .dashboard-content_container .employee-container .employee-content h3:after {
          content: "";
          position: absolute;
          top: 65px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #E1E8EE; }
      .dashboard-content_container .employee-container .employee-content .table-header {
        margin: 25px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        .dashboard-content_container .employee-container .employee-content .table-header p {
          margin: 0 25px;
          font-weight: 600; }
      .dashboard-content_container .employee-container .employee-content .employee-tab {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: calc(33% - 30px);
        height: auto;
        margin-bottom: 30px;
        border-radius: 10px;
        position: relative; }
        .dashboard-content_container .employee-container .employee-content .employee-tab:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 100%; }
        .dashboard-content_container .employee-container .employee-content .employee-tab > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .dashboard-content_container .employee-container .employee-content .employee-tab .content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding: 15px; }
          .dashboard-content_container .employee-container .employee-content .employee-tab .content p {
            margin: 0 0 5px;
            color: #ffffff;
            font-weight: 600;
            font-size: 16px; }
            .dashboard-content_container .employee-container .employee-content .employee-tab .content p:nth-of-type(2) {
              font-weight: 300;
              font-size: 13px;
              margin: 0; }

.notification-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .notification-slide.active {
    display: block; }
  .notification-slide .notification-container {
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 15px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -300px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    .notification-slide .notification-container.active {
      right: 0; }
    .notification-slide .notification-container .close-notification {
      position: fixed;
      top: 20px;
      right: 20px; }
  .notification-slide h2 {
    font-size: 21px;
    margin: 0;
    line-height: 31px;
    color: #3C4A5B; }
  .notification-slide .notification {
    margin: 15px 0;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3); }
    .notification-slide .notification img {
      width: 100%;
      height: auto;
      border-radius: 10px 10px 0 0; }
    .notification-slide .notification a {
      text-decoration: none;
      font-weight: 600;
      color: #000; }
    .notification-slide .notification .title {
      padding: 15px 15px 20px; }

.modal-bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .modal-bg .modal-inner {
    background: #fff;
    max-width: 920px;
    width: 100%;
    border-radius: 5px; }
    .modal-bg .modal-inner .modal-header {
      border-bottom: 1px solid #E1E8EE;
      padding: 20px; }
      .modal-bg .modal-inner .modal-header h2 {
        margin: 0; }
    .modal-bg .modal-inner .modal-body {
      padding: 30px 15px 50px 30px; }
    .modal-bg .modal-inner .col-sm-6 {
      padding: 0; }
    @media screen and (max-width: 1024px) {
      .modal-bg .modal-inner {
        max-width: calc(100% - 200px); } }
  .modal-bg .inner-col p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px !important;
    width: calc(100% - 15px);
    margin: 0 0 15px; }
    .modal-bg .inner-col p label {
      color: #3C4A5B;
      margin: 0 0 5px;
      font-weight: 600;
      font-size: 14px; }
    .modal-bg .inner-col p span {
      width: 100%;
      padding: 5px;
      border: 1px solid #E1E8EE;
      background-color: rgba(225, 232, 238, 0);
      border-radius: 5px; }
  .modal-bg .inner-col .cta {
    margin-top: 25px;
    width: 100%;
    text-align: right;
    margin-left: -15px; }
    .modal-bg .inner-col .cta a {
      background-color: rgba(225, 232, 238, 0.9);
      color: #000;
      text-decoration: none;
      border-radius: 5px;
      padding: 10px 30px;}
  .modal-bg  {
    padding: 0; }
    .modal-bg  .col-4 {
      padding: 0; }
    .modal-bg  img {
      width: 100%;
      height: 100%;
      display: block; }
    .modal-bg  .form-box {
      padding: 15px;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .modal-bg  .form-box .form-group {
        width: calc(50% - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
.modal-bg  .form-box .form-group.full {
  width: calc(100%);}
        .modal-bg  .form-box .form-group label {
          font-size: 14px;
          color: #7F8FA4; }
        .modal-bg  .form-box .form-group input[type="text"] {
          width: 100%;
          height: 36px;
          border: 1px solid #E1E8EE;
          border-radius: 5px;
          padding: 10px; }
        .modal-bg  .form-box .form-group input[type="password"] {
          width: 100%;
          height: 36px;
          border: 1px solid #E1E8EE;
          border-radius: 5px;
          padding: 10px; }
      .modal-bg  .form-box .signup-submit {
        margin-left: auto; }
        .modal-bg  .form-box .signup-submit input[type="submit"] {
          background-color: #546DE4;
          color: #ffffff;
          border: 1px solid #546DE4;
          border-radius: 5px;
          margin-top: 30px;
          padding: 10px 30px;
          font-size: 14px; }
        .modal-bg  .form-box .signup-submit .close-modal,.modal-bg  .form-box .signup-submit .cancel-modal {
          background-color: #E1E8EE;
          color: #334150;
          border: 1px solid #E1E8EE;
          border-radius: 5px;
          margin-top: 30px;
          text-decoration: none;
          padding: 10px 30px;
          margin-right: 15px;
          font-size: 14px; }
  .modal-bg .employee-details-cont {
    padding: 0;
    max-width: 1174px;
    width: 100%;
    max-height: 750px;
    height: 100%;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modal-bg .employee-details-cont label {
      font-size: 14px;
      color: #7F8FA4; }
    .modal-bg .employee-details-cont span {
      width: 100%;
      padding: 5px;
      border: 1px solid #E1E8EE;
      background-color: rgba(225, 232, 238, 0);
      border-radius: 5px; }
    .modal-bg .employee-details-cont .employee-review {
      max-width: 400px;
      width: 100%;
      height: 750px; }
      .modal-bg .employee-details-cont .employee-review .thumb {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        border-right: 1px solid #E1E8EE; }
      .modal-bg .employee-details-cont .employee-review .ratings {
        padding: 50px 75px;
        border-right: 1px solid #E1E8EE; }
    .modal-bg .employee-details-cont .employee-detail {
      width: calc(100% - 400px); }
      .modal-bg .employee-details-cont .employee-detail .details {
        padding: 40px 40px 30px;
        border-bottom: 1px solid #E1E8EE; }
      .modal-bg .employee-details-cont .employee-detail .reviews {
        padding: 40px;
        border-bottom: 1px solid #E1E8EE; }
        .modal-bg .employee-details-cont .employee-detail .reviews .item {
          -webkit-box-shadow: 0px 2px 4px 0px rgba(51, 65, 80, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(51, 65, 80, 0.5); }
        .modal-bg .employee-details-cont .employee-detail .reviews .individual_employee img {
          margin: 0;
          margin-right: 10px; }
    .modal-bg .employee-details-cont .report {
      padding: 40px;
      border-bottom: 1px solid #E1E8EE; }
      .modal-bg .employee-details-cont .report .inner-report-title {
        font-size: 16px;
        color: #334150;
        margin-botton: 40px; }
        .modal-bg .employee-details-cont .report .inner-report-title:after {
          display: none; }
      .modal-bg .employee-details-cont .report .update {
        border-radius: 5px;
        text-decoration: none;
        padding: 10px 30px;
        font-size: 14px;
        background-color: #335EEA;
        color: #fff;
        border: 1px solid #335EEA; }
      .modal-bg .employee-details-cont .report span {
        color: #BFC7D1; }
      .modal-bg .employee-details-cont .report .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
    .modal-bg .employee-details-cont .cta {
      padding: 30px; }
      .modal-bg .employee-details-cont .cta .inner-col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
      .modal-bg .employee-details-cont .cta a {
        border-radius: 5px;
        text-decoration: none;
        padding: 7px 15px;
        font-size: 14px;}
        .modal-bg .employee-details-cont .cta a.close-modal {
          background-color: #E1E8EE;
          color: #334150;
          border: 1px solid #E1E8EE; }
        .modal-bg .employee-details-cont .cta a.update {
          background-color: #335EEA;
          color: #fff;
          border: 1px solid #335EEA; }
        .modal-bg .employee-details-cont .cta a.reset {
          background-color: #F33A3A;
          color: #fff;
          border: 1px solid #F33A3A; }
          .modal-bg .employee-details-cont .cta a.dl-employee-review {
            background-color: #1c8747;
            color: #fff;
            border: 1px solid #1c8747; }
  .modal-bg .incentive {
    padding: 0;
    max-width: 1174px;
    width: 100%;
    max-height: 600px;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .modal-bg .incentive {
        max-width: calc(100% - 200px);
        overflow-y: scoll; } }
    .modal-bg .incentive .inner-col {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 600px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .modal-bg .incentive .inner-col .half {
        width: calc(50% - 30px); }
        .modal-bg .incentive .inner-col .half span {
          padding: 20px; }
      .modal-bg .incentive .inner-col .full {
        width: 100%; }
        .modal-bg .incentive .inner-col .full span {
          padding: 20px;
          height: 100px; }
      .modal-bg .incentive .inner-col.content {
        padding: 30px; }
    .modal-bg .incentive .grid {
      margin: 0; }
      .modal-bg .incentive .grid .col-sm-4 {
        padding: 0; }

/*
body.leave-a-review {
  background-image: url("../images/form-background.png");
  background-size: cover; }
*/

.leave-a-review-block {
  padding: 20px;
  margin-top: 100px;
  max-width: 587px;
  margin: 100px auto 30px auto;
  background: #fff;
  text-align: center; }
  @media screen and (max-width: 445px) {
    .leave-a-review-block {
      padding: 100px 20px; } }
  .leave-a-review-block img.logo {
    margin: 20px auto 30px auto;
    display: block;
    max-width: 150px; }
  .leave-a-review-block img.cover {
    width: 100%;
    margin-bottom: 15px; }
  .leave-a-review-block h4 {
    font-size: 14px;
    margin-bottom: 15px; }
  .leave-a-review-block p {
    font-size: 14px;
    margin-bottom: 15px; }
  .leave-a-review-block .rating-picker a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #000;
    width: 100%;
    padding: 15px;
    text-align: center;
    border: 2px solid #000; }
    .leave-a-review-block .rating-picker a.active-option {
      background: #fff;
      color: #000; }
  .leave-a-review-block .rating-picker li {
    margin: 0 0 20px; }
  .leave-a-review-block #reviewForm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .leave-a-review-block #reviewForm #Rating {
      display: none; }
  .leave-a-review-block .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    font-family: 'Lato', sans-serif; }
    .leave-a-review-block .form input[type="text"] {
      width: 100%;
      height: 40px;
      padding: 5px;
      border: 1px solid #EBEBEB;
      margin: 5px 0 15px; }
    .leave-a-review-block .form .submit-form {
      padding: 15px 35px;
      margin: 5px 0 15px;
      background-color: #000;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center; }
    .leave-a-review-block .form label {
      font-size: 14px;
      font-weight: 600; }
      .leave-a-review-block .form label span {
        color: red; }
    .leave-a-review-block .form textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #EBEBEB;
      margin: 5px 0 15px;
      font-family: 'Lato', sans-serif; }
    .leave-a-review-block .form #EmployeeID {
      display: none; }
    .leave-a-review-block .form #CompanyID {
      display: none; }
    .leave-a-review-block .form .review-thank-you-block {
      background: #32CD32;
      color: #fff;
      padding: 15px; }

.login_form {
  background-color: #F5F6F7;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .login_form .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #335EEA;
    letter-spacing: -0.01em;
    font-weight: 900;
    line-height: 1;
    font-family: "HKGroteskPro", serif !important;
  }
.login_form .logo a{

    font-size: 24px;
    font-weight: 700;
    color: #335EEA;
    letter-spacing: -0.01em;
    font-weight: 900;
    line-height: 1;
    font-family: "HKGroteskPro", serif !important;
    text-decoration: none;
  }
.login_form .logo a:hover{
  text-decoration: none;
  color: unset;
}
  .login_form .page-links {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    .login_form .page-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .login_form .page-links ul li {
        font-size: 12px; }
        .login_form .page-links ul li a {
          color: #334150;
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .login_form .page-links ul li a:hover {
            color: #546DE4; }
        .login_form .page-links ul li:nth-of-type(1) {
          margin-right: 20px;
          position: relative; }
          .login_form .page-links ul li:nth-of-type(1):after {
            position: absolute;
            right: -12px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 2px;
            background-color: #7F8FA4; }
  .login_form .user_login {
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.3);
    max-width: 495px;
    width: 100%; }
    .login_form .user_login p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .login_form .user_login p.intouch {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .login_form .user_login p.intouch a {
          margin-left: 5px; }
    .login_form .user_login label {
      font-size: 14px;
      color: #7F8FA4;
      margin-bottom: 5px; }
    .login_form .user_login .login-remember label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #334150; }
      .login_form .user_login .login-remember label input {
        margin-right: 10px;
        margin-top: 5px; }
    .login_form .user_login input[type="text"] {
      width: 100%;
      border: 1px solid #E1E8EE;
      border-radius: 5px;
      padding: 12px; }
    .login_form .user_login input[type="password"] {
      width: 100%;
      border: 1px solid #E1E8EE;
      border-radius: 5px;
      padding: 12px; }
    .login_form .user_login input[type="submit"] {
      background-color: #546DE4;
      width: 100%;
      height: 34px;
      border-radius: 5px;
      border: 1px solid #546DE4;
      color: #ffffff;
      margin-top: 5px; }
    .login_form .user_login .form-title {
      text-align: center;
      margin-bottom: 30px; }
      .login_form .user_login .form-title h1 {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: 900;
        color: #334150; }
      .login_form .user_login .form-title p {
        font-size: 14px; }
        .login_form .user_login .form-title p a {
          color: #546DE4; }

.account-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px; }
  .account-details p {
    width: calc(50% - 30px); }
    .account-details p label {
      font-size: 14px;
      color: #7F8FA4;
      margin-bottom: 5px; }
    .account-details p input[type="text"] {
      width: 100%;
      height: 40px;
      background-color: rgba(225, 232, 238, 0.09);
      border: 1px solid #E1E8EE;
      border-radius: 5px;
      padding: 10px; }
      .account-details p input[type="password"] {
        width: 100%;
        height: 40px;
        background-color: rgba(225, 232, 238, 0.09);
        border: 1px solid #E1E8EE;
        border-radius: 5px;
        padding: 10px; }
  .account-details .full-width {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .account-details .full-width input[type="text"] {
      width: calc(50% - 30px); }
  .account-details .full {
    width: 100%; }

.account-change {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15px 0 0;
  padding: 0 20px; }
  .account-change a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .account-change .cancel {
    background-color: #E1E8EE;
    color: #3C4A5B;
    margin-right: 15px; }
    .account-change .cancel:hover {
      background-color: #335EEA;
      color: #ffffff; }
  .account-change .update {
    background-color: #335EEA;
    color: #ffffff; }
    .account-change .update:hover {
      background-color: #E1E8EE;
      color: #3C4A5B; }

.loggedin_employees-graph {
  width: 200px;
  height: 200px;
  background: #BFC7D1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px; }
  .loggedin_employees-graph .inner-completion {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #17D763; }
  .loggedin_employees-graph .inner-icon {
    text-align: center;
    color: #fff;
    font-size: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9; }

header {
  margin: 40px 0; }
  header .logo {
    font-size: 21px;
    font-weight: 700;
    color: #546DE4; }

section.content-section h1 {
  font-size: 22px; }

section.content-section p {
  font-size: 14px; }

td a.open-review-modal, a.toggle-user-star {
  color: #3C4A5B; }

.sidebar-toggle {
  width: 30px;
  max-width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .sidebar-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .sidebar-toggle span:nth-child(1) {
      top: 0px; }
    .sidebar-toggle span:nth-child(2), .sidebar-toggle span:nth-child(3) {
      top: 10px; }
    .sidebar-toggle span:nth-child(4) {
      top: 20px; }
  .sidebar-toggle.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%; }
  .sidebar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sidebar-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sidebar-toggle.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

nav.mobile {
  display: none;
  background: #000;
  padding: 15px;
  text-align: center; }
  nav.mobile a {
    color: #fff; }

@media screen and (max-width: 920px) {
  header .menu-icon {
    display: inline-block; }
  header nav {
    display: none; } }

/*

Dialogs
----------------------

dialog

dialog--error
dialog--success

*/
.dialog {
  padding: 1em;
  color: #fff;
  background: #4bb1cf;
  margin-bottom: 1em; }
  .dialog p:last-child {
    margin-bottom: 0; }
  .dialog.dialog--error {
    background: #ED4F32; }
  .dialog.dialog--success {
    background: #15CD72; }
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn.submit-btn {
  background-color: #546DE4;
  color: #ffffff;
  border: 1px solid #546DE4;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px 30px;
  font-size: 14px;
}
.btn.submit-btn:hover,.register-button:hover {
  cursor: pointer;
}
img.reviewee-img{
  width: 50px !important;
}
li.red a{
  color: #ff3000 !important;
}
.form-group input[type="text"] {
  width: 100%;
  height: 36px;
  border: 1px solid #E1E8EE;
  border-radius: 5px;
  padding: 10px;
}
.item.grid-item.settings {
  display: flex;
  flex-direction: row;
}
p.rating.Bad {
  color: #F33A3A; }
p.rating.Fair {
  color: #FF9F06;
}
p.rating.Good {
  color: #16D761; }

.checkbox-label a{
  color: #0b0b0b;
}
.copy-right{
  color: #0d66c2;
}
.fullscreen.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255, 1);
  overflow: overlay;
}

.fullscreen .overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.fullscreen.overlay .nav {
  position: relative;
  text-align: left;
  margin-top: 2%;
}
a#terms-modal-close{
  position: relative;
  margin-top: 5%;
  margin-left: 50px;
  color: gray;
  text-decoration: none;
}
tr.open-review-modal:hover{
  cursor: pointer;
}
tr.open-review-modal{
 z-index: 1;
}
a.toggle-user-star{
  z-index: 2;
}
input.activate_incentive{
  z-index: 2;
  width: 1rem;
  height: 1rem;
}
#dates_picker:hover{
  cursor: pointer;
}
#date_container{
  display: flow-root;
  width: 100% !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
  padding: 0 !important;
}
i#report_picker {
  margin-right: 5px;
}
#canvas{
  left: 10px;
  position: absolute;
  top: 65px;
}
a.open-review-modal i {
  margin-top: 5px;
  margin-right: 10px;
}