﻿@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
}
@font-face {
  font-family: 'Open Sans SemiBold';
  src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf');
}
@font-face {
  font-family: 'Open Sans Light';
  src: url('../fonts/OpenSans/OpenSans-Light.ttf');
}
.dxpcDropDown_WEIVisitorLog .dxgvFilterRow_WEIVisitorLog .dxeTextBoxSys {
  height: 24px !important;
  border: 1px solid #254b6a !important;
}
.dxpcDropDown_WEIVisitorLog .dxgvDataRow_WEIVisitorLog.dxgvFocusedRow_WEIVisitorLog .dxgv {
  color: white;
}
.dxpcDropDown_WEIVisitorLog .dxgvDataRow_WEIVisitorLog .cell-check {
  display: revert;
  padding: 8px 10px !important;
  background: initial;
  color: initial;
}
.dxpcDropDown_WEIVisitorLog .dxgvDataRow_WEIVisitorLog .dxgv {
  background: initial;
  color: #254b6a;
}
.sidebar .nav p {
  line-height: 15px;
  padding-top: 10px;
}
/************************* GLOBALS ****************************/
:root {
  --background-header-color: #F1F9D4;
  --font-titles-color: #939598;
  --background-body-color: #F3F2F7;
  --font-fields-color: #0C3557;
  --lines-fields-color: #F1F9D4;
  --borders-color: #939598;
  --background-detail-color: #071A26;
  --text-field-empty-color: #C7C8CA;
}
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  position: absolute;
  font-family: 'Open Sans';
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.show-inline {
  display: inline-table !important;
}
.show-flex {
  display: flex !important;
}
.bold {
  font-family: 'Open Sans Bold';
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.dxbButton_WEIVisitorLog .dxbf {
  border: 0 !important;
}
/*********************** EVALUATIONS **************************/
#evaluations {
  background: var(--background-body-color);
  height: 100%;
  width: 100%;
  overflow: auto;
}
#evaluations form {
  height: 100%;
  width: 100%;
}
.header {
  background: var(--background-header-color);
  height: 160px;
  width: 100%;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 50px;
  z-index: 2;
  position: relative;
}
.header .logo {
  height: 50px;
}
.content {
  margin-top: -40px;
  height: calc(100% - 120px);
  width: 100%;
  overflow: auto;
}
#instructions {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
}
#instructions .header-mobile {
  display: none;
}
#instructions .row-image-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#instructions .row-image-text .illustration {
  max-height: 300px;
  max-width: 300px;
  margin-right: 50px;
}
#instructions .row-image-text .illustration1,
.illustration2,
.illustration3 {
  display: none;
}
#instructions .row-image-text .instructions-text {
  max-width: 1000px;
}
#instructions .row-image-text .title {
  text-transform: uppercase;
  font-size: 30px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 30px;
  font-family: 'Open Sans Bold';
}
#instructions .row-image-text .text {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
}
#instructions .action {
  margin: 50px 0px 10px 0px;
}
#instructions .action .btn-action {
  height: 60px;
  padding: 0px 30px;
  border-radius: 50px;
  box-shadow: none;
  font-family: 'Open Sans';
  text-transform: inherit;
  font-size: 20px;
}
#instructions .action .btn-action.btn-next-instruction {
  display: none;
}
#instructions .action .btn-action .dxb.dxbf {
  border: 0;
}
#employeeForm {
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 80px 50px 20px 50px;
  max-width: 1600px;
  margin: auto;
}
#employeeForm .title {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans Bold';
}
#employeeForm .form-block {
  background: white;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#employeeForm .form-block .column {
  width: 30%;
  max-width: 350px;
}
#employeeForm .form-block .column.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#employeeForm .form-block .column .field {
  margin-bottom: 20px;
}
#employeeForm .form-block .column .field:last-child {
  margin-bottom: 0px;
}
#employeeForm .form-block .column .field .label {
  font-size: 16px;
  color: var(--borders-color);
  display: block;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  font-weight: inherit;
  padding: 0;
  text-align: left;
}
#employeeForm .form-block .column .field .between-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#employeeForm .form-block .column .field .between-dates .dxeRoot_WEIVisitorLog {
  width: 48% !important;
}
#employeeForm .form-block .column .field .dxeTextBoxSys {
  border: 0;
  border-bottom: 1px solid var(--background-header-color);
  height: 30px;
}
#employeeForm .form-block .column .field .dxeTextBoxSys input {
  font-size: 16px;
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
}
#employeeForm .form-block .column .field .dxeTextBoxSys input.dxh0 {
  color: var(--text-field-empty-color);
  font-family: 'Open Sans';
}
#employeeForm .form-block .column .field .dxeButtonEditSys {
  border: 0;
  border-bottom: 1px solid var(--background-header-color);
  height: 30px;
}
#employeeForm .form-block .column .field .dxeButtonEditSys.date .dxeButton {
  padding: 5px 7px;
}
#employeeForm .form-block .column .field .dxeButtonEditSys.date .dxeButton:hover {
  background: transparent !important;
}
#employeeForm .form-block .column .field .dxeButtonEditSys.date .dxEditors_edtDropDown_WEIVisitorLog {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Calendar.svg');
  background-size: 20px;
  background-position: center;
  height: 20px !important;
  width: 20px !important;
  border-left: 0;
}
#employeeForm .form-block .column .field .dxeButtonEditSys.combo .dxeButton {
  display: none;
}
#employeeForm .form-block .column .field .dxeButtonEditSys input {
  font-size: 16px;
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
}
#employeeForm .form-block .column .field .dxeButtonEditSys input.dxh0 {
  color: var(--text-field-empty-color);
  font-family: 'Open Sans';
}
#employeeForm .form-block .column .check {
  border: 0;
}
#employeeForm .form-block .column .check .dxe {
  padding: 0;
}
#employeeForm .form-block .column .check label.dx-wrap {
  font-size: 16px;
  color: var(--font-fields-color);
  font-family: 'Open Sans';
}
#employeeForm .form-block .column .check .dxichCellSys .dxichSys {
  height: 20px;
  width: 20px;
}
#employeeForm .current-responsibilities {
  background: white;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
}
#employeeForm .current-responsibilities .memo-current-responsibilities {
  border: 1px solid var(--borders-color);
  color: var(--font-fields-color);
  border-radius: 6px;
}
#employeeForm .current-responsibilities .memo-current-responsibilities textarea {
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Open Sans';
    color: var(--font-fields-color);
    resize: vertical;
}
#employeeForm .action {
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#employeeForm .action .btn-action {
  height: 60px;
  padding: 0px 100px;
  border-radius: 50px;
  box-shadow: none;
  font-family: 'Open Sans';
  text-transform: inherit;
  font-size: 20px;
}
#employeeForm .action .btn-action .dxb.dxbf {
  border: 0;
}
#questions {
  height: calc(100% - 100px);
  width: calc(100% - 60px);
  padding: 80px 0px 20px 0px;
  max-width: 1400px;
  margin: auto;
}
#questions .row-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#questions .row-rating .rating-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#questions .row-rating .rating-actions .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background: white;
  border-radius: 6px;
  padding: 10px;
  min-height: 160px;
  max-width: 22%;
}
#questions .row-rating .rating-actions .rating:last-child {
  margin-right: 0px;
}
#questions .row-rating .rating-actions .rating .left {
  border-bottom: 2px solid var(--font-fields-color);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#questions .row-rating .rating-actions .rating .right {
  flex: 1;
}
#questions .row-rating .rating-actions lottie-player {
  height: 50px;
  width: 50px;
}
#questions .row-rating .rating-actions .img-check {
  height: 20px;
  width: 20px;
}
#questions .row-rating .rating-actions .rating-name {
  font-size: 12px;
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
  text-align: center;
  display: block;
  margin-top: 10px;
}
#questions .row-rating .rating-actions .rating-text {
  font-size: 14px;
  color: var(--font-fields-color);
  font-family: 'Open Sans';
  padding-left: 10px;
  display: block;
}
#questions .title {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans Bold';
}
#questions .question {
  background: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#questions .question[value="1"] .rating:nth-child(1) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#questions .question[value="1"] .rating:nth-child(1) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#questions .question[value="2"] .rating:nth-child(2) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#questions .question[value="2"] .rating:nth-child(2) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#questions .question[value="3"] .rating:nth-child(3) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#questions .question[value="3"] .rating:nth-child(3) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#questions .question[value="4"] .rating:nth-child(4) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#questions .question[value="4"] .rating:nth-child(4) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#questions .question .title-question {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 10px;
}
#questions .question .actions-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid var(--borders-color);
  margin-top: 20px;
  padding-top: 20px;
}
#questions .question .actions-question .rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#questions .question .actions-question .rating-row .rating {
  height: 65px;
  width: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#questions .question .actions-question .rating-row .rating:hover {
  cursor: pointer;
}
#questions .question .actions-question .rating-row .rating.selected .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg');
}
#questions .question .actions-question .rating-row .rating.selected .rating-text {
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
}
#questions .question .actions-question .rating-row .rating lottie-player {
  height: 50px;
  width: 50px;
}
#questions .question .actions-question .rating-row .rating lottie-player.unselected {
  opacity: 0.5;
}
#questions .question .actions-question .rating-row .rating .check-icon {
  height: 20px;
  width: 20px;
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxEmpty.svg');
  background-repeat: no-repeat;
}
#questions .question .actions-question .rating-row .rating .rating-text {
  font-size: 12px;
  color: var(--borders-color);
  font-family: 'Open Sans';
  text-align: center;
  display: block;
  margin-top: 10px;
}
#questions .question .actions-question .comment-block {
  flex: 1;
  margin-left: 50px;
}
#questions .question .actions-question .comment-block .memo {
  border: 1px solid var(--borders-color);
  color: var(--font-fields-color);
  border-radius: 6px;
}
    #questions .question .actions-question .comment-block .memo textarea {
        border-radius: 6px;
        font-size: 14px;
        font-family: 'Open Sans';
        color: var(--font-fields-color);
        resize: vertical;
    }
#questions .memo-block {
  background: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#questions .memo-block .memo {
  border: 1px solid var(--borders-color);
  color: var(--font-fields-color);
  border-radius: 6px;
}
    #questions .memo-block .memo textarea {
        border-radius: 6px;
        font-size: 14px;
        font-family: 'Open Sans';
        color: var(--font-fields-color);
        resize: vertical;
    }
#questions .row-signature-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
#questions .row-signature-action .signature-block {
  background: white;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#questions .row-signature-action .signature-block .signature.margin-left {
  margin-left: 20px;
}
#questions .row-signature-action .signature-block .signature .signature-canvas {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid var(--background-header-color);
  border-radius: 6px;
}
#questions .row-signature-action .signature-block .date-content {
  margin-left: 50px;
  width: 250px;
}
#questions .row-signature-action .signature-block .date-content .label {
  font-size: 16px;
  color: var(--borders-color);
  display: block;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  text-align: left;
  padding: 0;
  font-weight: inherit;
}
#questions .row-signature-action .signature-block .date-content .date {
  border: 0;
  border-bottom: 1px solid var(--background-header-color);
  height: 30px;
}
#questions .row-signature-action .signature-block .date-content .date input {
  font-size: 16px;
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
}
#questions .row-signature-action .signature-block .date-content .date .dxeButton {
  display: none;
}
#questions .row-signature-action .actions {
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
#questions .row-signature-action .actions .btn-action {
  height: 60px;
  padding: 0px 10px;
  border-radius: 50px;
  box-shadow: none;
  font-family: 'Open Sans';
  text-transform: inherit;
  font-size: 20px;
  margin: 10px 0px 10px 0px;
  min-width: 100%;
}
#questions .row-signature-action .actions .dxbDisabled_WEIVisitorLog {
  background-color: #e5e5e5 !important;
}
#questions .row-signature-action .actions .btn-send {
  background: #84BD00;
}
#questions .row-signature-action .actions.btn-action .dxb.dxbf {
  border: 0;
}
#questions .action-next {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#questions .action-next .btn-action {
  height: 60px;
  padding: 0px 100px;
  border-radius: 50px;
  box-shadow: none;
  font-family: 'Open Sans';
  text-transform: inherit;
  font-size: 20px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1550px) {
  #employeeForm .row-rating .rating-actions .rating-text {
    font-size: 12px;
    padding-left: 6px;
  }
  #employeeForm .row-rating .action .btn-action {
    padding: 0px 50px;
  }
  #employeeForm .row-rating .action {
    min-width: 200px;
  }
  #questions .row-signature-action {
    flex-direction: column;
    align-items: flex-start;
  }
  #questions .row-signature-action .signature-block {
    width: 100%;
  }
  #questions .row-signature-action .actions {
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  #questions .row-signature-action .actions .btn-action {
    min-width: initial;
    margin: 10px 20px 10px 20px;
    padding: 0px 40px;
  }
  #questions .action-next {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #questions .action-next .btn-action {
    height: 60px;
    padding: 0px 100px;
    border-radius: 50px;
    box-shadow: none;
    font-family: 'Open Sans';
    text-transform: inherit;
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .header {
    display: none;
  }
  .content {
    height: 100%;
    margin-top: 0;
  }
  .content.step2-mobile {
    margin-top: -40px;
    height: calc(100% - 120px);
  }
  #instructions {
    padding: 30px;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    justify-content: space-between;
  }
  #instructions .header-mobile {
    display: block;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #instructions .header-mobile .logo-wei {
    display: block;
    height: 60px;
    margin-bottom: 20px;
  }
  #instructions .header-mobile .text-logo {
    display: block;
    width: 84%;
  }
  #instructions .row-image-text {
    flex-direction: column;
  }
  #instructions .row-image-text .title {
    font-size: 22px;
  }
  #instructions .row-image-text .illustration {
    max-height: 180px;
    max-width: 180px;
    margin-right: 0px;
  }
  #instructions .row-image-text .illustration-web {
    display: none;
  }
  #instructions .row-image-text .illustration1 {
    display: block;
  }
  #instructions .row-image-text .instructions-text {
    text-align: center;
    margin-top: 10px;
  }
  #instructions .row-image-text .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #instructions .row-image-text .text2 {
    display: none;
  }
  #instructions .row-image-text .text3 {
    display: none;
  }
  #instructions .row-image-text .text4 {
    display: none;
  }
  #instructions .steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
  }
  #instructions .steps .step {
    height: 5px;
    width: 16px;
    border-radius: 10px;
    border: 1px solid var(--font-fields-color);
    margin: 0px 3px;
  }
  #instructions .steps .step.active {
    width: 25px;
    background: var(--font-fields-color);
  }
  #instructions .action {
    margin: 0px;
  }
  #instructions .action .btn-action.btn-next-instruction {
    display: inline-table;
  }
  #instructions .action .btn-get-started {
    display: none;
  }
  #employeeForm {
    height: auto;
    width: calc(100% - 60px);
    padding: 70px 30px 0px 30px;
  }
  #employeeForm .title {
    font-size: 16px;
  }
  #employeeForm .form-block {
    flex-direction: column;
  }
  #employeeForm .form-block .column {
    width: auto;
    max-width: initial;
    width: 100%;
  }
  #employeeForm .form-block .column .field:last-child {
    margin-bottom: 20px;
  }
  #employeeForm .form-block .column .field {
    margin-bottom: 20px;
    width: 100%;
  }
  #employeeForm .form-block .column .field .label {
    font-size: 14px;
  }
  #employeeForm .form-block .column .field .dxeTextBoxSys input {
    font-size: 14px;
  }
  #employeeForm .form-block .column .field .dxeButtonEditSys input {
    font-size: 14px;
  }
  #employeeForm .form-block .column .check label.dx-wrap {
    font-size: 14px;
  }
  #employeeForm .form-block .column .field .dxeButtonEditSys.date .dxeButton.dxeButtonEditClearButton_WEIVisitorLog {
    display: none;
  }
  #employeeForm .white-block {
    background: white;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  #employeeForm .current-responsibilities {
    padding: 0px;
    margin-bottom: 0px;
  }
  #employeeForm .row-rating {
    flex-direction: column;
  }
  #employeeForm .row-rating .rating-actions {
    background: white;
    border-radius: 6px;
    width: 100%;
  }
  #employeeForm .row-rating .rating-actions .rating {
    margin-right: 0px;
    padding: 5px;
    justify-content: flex-start;
    width: calc(25% - 10px);
    height: 60px;
    position: relative;
  }
  #employeeForm .row-rating .rating-actions .rating .title-ranking {
    background: #0c3557;
    z-index: 2;
    color: white;
    padding: 15px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    top: 70px;
    width: 120px;
  }
  #employeeForm .row-rating .rating-actions .rating .title-ranking .corner {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    left: 64px;
    background: #0c3557;
    transform: rotate(45deg);
  }
  #employeeForm .row-rating .rating-actions .rating-name {
    font-size: 10px;
  }
  #employeeForm .row-rating .rating-actions .rating .left {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #employeeForm .row-rating .rating-actions .rating .right {
    display: none;
  }
  #employeeForm .white-block .action {
    display: none;
  }
  #questions {
    height: auto;
    width: calc(100% - 60px);
    padding: 30px;
  }
  #questions .title {
    font-size: 16px;
  }
  #questions .question .title-question {
    font-size: 16px;
  }
  #questions .question .description-question {
    font-size: 14px;
  }
  #questions .question .actions-question {
    flex-direction: column;
  }
  #questions .question .actions-question .rating-row {
    width: 100%;
  }
  #questions .question .actions-question .rating-row .rating {
    width: 25%;
  }
  #questions .question .actions-question .rating-row .rating .rating-text {
    font-size: 10px;
  }
  #questions .question .actions-question .comment-block {
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }
  #questions .row-signature-action {
    flex-direction: column;
  }
  #questions .row-signature-action .signature-block {
    flex-direction: column;
    align-items: flex-start;
  }
  #questions .row-signature-action .signature-block .signature {
    margin-bottom: 20px;
  }
  #questions .row-signature-action .signature-block .signature .signature-canvas {
    width: 100%;
  }
  #questions .row-signature-action .signature-block .signature.margin-left {
    margin-left: 0px;
  }
  #questions .row-signature-action .signature-block .date-content {
    margin-left: 0px;
  }
  #questions .row-signature-action .actions {
    margin-top: 30px;
  }
}
/*********************** PDF **************************/
#pdfReport .page {
  height: 11in;
  width: 8.5in;
  position: relative;
  overflow: hidden;
}
#pdfReport .header {
  width: calc(100% - 180px);
  margin: auto;
  height: 85px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
}
#pdfReport .header .logo {
  height: 40px;
}
#pdfReport .content {
  margin-top: 0px;
  padding: 20px 40px;
  width: calc(100% - 80px);
  overflow: initial;
}
#pdfReport .employee-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
#pdfReport .employee-form .column {
  width: 45%;
}
#pdfReport .employee-form .field {
  margin-bottom: 20px;
}
#pdfReport .employee-form .field .label {
  font-size: 16px;
  color: var(--borders-color);
  display: block;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  font-weight: inherit;
  padding: 0;
  text-align: left;
}
#pdfReport .employee-form .field .value {
  border-bottom: 1px solid var(--background-header-color);
  height: 30px;
  font-size: 14px;
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
  display: block;
}
#pdfReport .employee-form .field-check {
  height: 30px;
  display: flex;
  align-items: center;
}
#pdfReport .employee-form .field-check[value="1"] .check:first-child .icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg');
}
#pdfReport .employee-form .field-check[value="1"] .check:first-child span {
  color: var(--font-fields-color);
}
#pdfReport .employee-form .field-check[value="2"] .check:last-child .icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg');
}
#pdfReport .employee-form .field-check[value="2"] .check:last-child span {
  color: var(--font-fields-color);
}
#pdfReport .employee-form .field-check .check {
  display: flex;
  margin-right: 20px;
}
#pdfReport .employee-form .field-check .check .icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxEmpty.svg');
}
#pdfReport .employee-form .field-check .check span {
  font-size: 16px;
  color: var(--borders-color);
}
#pdfReport .comments-block {
  margin-bottom: 40px;
}
#pdfReport .comments-block .title {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans Bold';
}
#pdfReport .comments-block .description {
  display: block;
  border: 1px solid var(--borders-color);
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Open Sans';
  color: var(--font-fields-color);
  min-height: 70px;
  padding: 15px;
}
#pdfReport .question {
  padding: 0;
  margin-bottom: 40px;
}
#pdfReport .question[value="1"] .rating:nth-child(1) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#pdfReport .question[value="1"] .rating:nth-child(1) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#pdfReport .question[value="2"] .rating:nth-child(2) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#pdfReport .question[value="2"] .rating:nth-child(2) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#pdfReport .question[value="3"] .rating:nth-child(3) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#pdfReport .question[value="3"] .rating:nth-child(3) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#pdfReport .question[value="4"] .rating:nth-child(4) .check-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxCheck.svg') !important;
}
#pdfReport .question[value="4"] .rating:nth-child(4) .rating-text {
  color: var(--font-fields-color) !important;
  font-family: 'Open Sans Bold' !important;
}
#pdfReport .question .title-question {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 10px;
}
#pdfReport .question .description-question {
  display: block;
  margin-bottom: 15px;
}
#pdfReport .question .actions-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid var(--borders-color);
  margin-top: 20px;
  padding-top: 20px;
  flex-direction: column;
}
#pdfReport .question .actions-question .rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pdfReport .question .actions-question .rating-row .rating {
  height: 65px;
  width: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#pdfReport .question .actions-question .rating-row .rating .check-icon {
  height: 20px;
  width: 20px;
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_BoxEmpty.svg');
  background-repeat: no-repeat;
}
#pdfReport .question .actions-question .rating-row .rating .rating-text {
  font-size: 12px;
  color: var(--borders-color);
  font-family: 'Open Sans';
  text-align: center;
  display: block;
  margin-top: 10px;
}
#pdfReport .question .actions-question .comments {
  margin-top: 10px;
  width: calc(100% - 30px);
  border: 1px solid var(--borders-color);
  border-radius: 6px;
  min-height: 70px;
  padding: 15px;
}
#pdfReport .question .actions-question .comments span {
  display: block;
  color: var(--font-fields-color);
  font-size: 14px;
  font-family: 'Open Sans';
}
#pdfReport .row-signature-action {
  padding-bottom: 20px;
}
#pdfReport .row-signature-action .signature-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pdfReport .row-signature-action .signature-block .signature .title {
  font-size: 14px;
  color: var(--font-fields-color);
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans Bold';
  text-align: center;
}
#pdfReport .row-signature-action .signature-block .signature.margin-left {
  margin-left: 20px;
}
#pdfReport .row-signature-action .signature-block .signature .signature-canvas {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid var(--background-header-color);
  border-radius: 6px;
  max-width: 240px;
  max-height: 150px;
  display: block;
}
#pdfReport .row-signature-action .signature-block .date-content {
  margin-left: 50px;
  width: 250px;
}
#pdfReport .row-signature-action .signature-block .date-content .label {
  font-size: 16px;
  color: var(--borders-color);
  display: block;
  margin-bottom: 5px;
  font-family: 'Open Sans';
}
#pdfReport .row-signature-action .signature-block .date-content .date {
  border: 0;
  border-bottom: 1px solid var(--background-header-color);
  height: 30px;
}
#pdfReport row-signature-action .signature-block .date-content .date {
  border: 0;
  border-bottom: 1px solid var(--background-header-color);
  height: 30px;
}
#pdfReport .row-signature-action .signature-block .date-content .value {
  font-size: 16px;
  color: var(--font-fields-color);
  font-family: 'Open Sans Bold';
}
#knowledgeBase *,
#knowledgeBase *:before,
#knowledgeBase *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#knowledgeBase hr {
  margin: 0 0 1rem 0;
}
#knowledgeBase .block {
  display: block;
}
#knowledgeBase .pull-right {
  float: right;
}
#knowledgeBase .pull-left {
  float: left;
}
#knowledgeBase .t-left {
  text-align: left;
}
#knowledgeBase .t-right {
  text-align: right;
}
#knowledgeBase .t-justify {
  text-align: justify;
}
#knowledgeBase .t-center {
  text-align: center;
}
#knowledgeBase .divider {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #ddd;
  margin: 0 0.5rem;
}
#knowledgeBase .hide {
  display: none;
  visibility: hidden;
}
#knowledgeBase .breadcrumb .bread {
  color: #18518e;
}
#knowledgeBase .breadcrumb .separator {
  font-size: 22px;
}
#knowledgeBase .breadcrumb a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#knowledgeBase .breadcrumb a:hover {
  color: #b4ca61;
}
#knowledgeBase button {
  margin-top: 15px;
  padding: 8px;
  background-color: #b4ca61;
  border: 0 none;
  color: #fff;
}
#knowledgeBase .btn-trigger {
  position: absolute;
  top: 15px;
  right: -15px;
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: #fff;
  opacity: 1 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#knowledgeBase .btn-trigger span {
  opacity: 1 !important;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #18518e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#knowledgeBase .btn-trigger:before,
#knowledgeBase .btn-trigger:after {
  position: absolute;
  left: 0;
  content: '';
  background-color: #18518e;
  width: 100%;
  height: 2px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#knowledgeBase .btn-trigger:before {
  top: 0;
}
#knowledgeBase .btn-trigger:after {
  bottom: 0;
}
#knowledgeBase .btn-trigger:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#knowledgeBase .btn-trigger.open {
  right: 15px;
  z-index: 999;
}
#knowledgeBase .btn-trigger.open span {
  background-color: transparent;
}
#knowledgeBase .btn-trigger.open:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
#knowledgeBase .btn-trigger.open:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
#knowledgeBase .btn {
  border: 0;
}
#knowledgeBase .nav-tabs > li > a {
  border: 0;
  font-family: Open Sans;
}
#knowledgeBase a:focus {
  outline: none;
}
#knowledgeBase .lnk-init {
  position: absolute;
  right: -145px;
  top: 25px;
  opacity: 1 !important;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#knowledgeBase .lnk-init * {
  opacity: 1 !important;
}
#knowledgeBase .lnk {
  display: inline-block;
  padding: 7px 12px;
  position: relative;
  color: #18518e;
  font-family: 'Open Sans';
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  text-align: center;
}
#knowledgeBase .lnk-xl {
  font-size: 20px;
  min-width: 120px;
}
#knowledgeBase .lnk-md {
  font-size: 18px;
  min-width: 80px;
}
#knowledgeBase .lnk-sm {
  font-size: 12px;
  min-width: 1px;
}
#knowledgeBase .lnk:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 3px;
  background-color: #b4ca61;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#knowledgeBase .lnk:hover:after {
  width: 100%;
  left: 0;
}
#knowledgeBase .lnk-circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#knowledgeBase .logo {
  height: 50vh;
  line-height: 50vh;
  text-align: center;
}
#knowledgeBase .logo img {
  max-width: 100%;
}
#knowledgeBase .list,
#knowledgeBase .lis li {
  list-style: none;
}
#knowledgeBase .list {
  width: 100%;
  margin: 0;
  padding: 0;
}
#knowledgeBase .list-inline {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
}
#knowledgeBase .list-inline li {
  display: inline-block;
  border: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: -1px;
  margin-bottom: -1px;
}
#knowledgeBase .list-inline li:hover a {
  color: #b4ca61;
}
#knowledgeBase .list-inline li a {
  color: black;
  font-family: 'Open Sans';
  font-size: 15px;
}
#knowledgeBase .list-inline li a.active {
  color: #b4ca61;
}
#knowledgeBase .list-inline li a:after {
  display: none;
}
#knowledgeBase .list-block li {
  display: block;
  width: 100%;
  float: left;
}
#knowledgeBase .list-block li a {
  display: block;
  width: 100%;
  padding: 7px 12px;
  border-bottom: 1px solid #e0e0e0;
  color: #18518e;
}
#knowledgeBase .pagination {
  position: fixed;
  right: 15px;
  top: 0;
  width: 30px;
  z-index: 999;
}
#knowledgeBase .pagination ul li {
  margin-bottom: 25px;
}
#knowledgeBase .pagination ul li a {
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
#knowledgeBase .pagination ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  top: 100%;
  height: 25px;
  background-color: #e0e0e0;
}
#knowledgeBase .pagination ul li:last-child {
  margin-bottom: 0;
}
#knowledgeBase .pagination ul li:last-child a:after {
  display: none;
}
#knowledgeBase .pagination ul li.active a {
  border-color: #18518e;
  color: #b4ca61;
}
#knowledgeBase .requested {
  margin-top: 15px;
  padding: 6px;
  background-color: #b4ca61;
  border: 0 none;
  float: left;
}
#knowledgeBase .requested a {
  color: #fff;
}
#knowledgeBase .row {
  width: 100%;
  margin: 0 -15px;
  float: left;
}
#knowledgeBase [class^="col"] {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}
#knowledgeBase .col-1 {
  width: 100%/12;
}
#knowledgeBase .col-2 {
  width: 100%/6;
}
#knowledgeBase .col-3 {
  width: 100%/4;
}
#knowledgeBase .col-4 {
  width: 100%/3;
}
#knowledgeBase .col-5 {
  width: 100%/2.4;
}
#knowledgeBase .col-6 {
  width: 100%/2;
}
#knowledgeBase .col-7 {
  width: 100%/1.71428571;
}
#knowledgeBase .col-8 {
  width: 100%/1.5;
}
#knowledgeBase .col-9 {
  width: 100%/1.33333333;
}
#knowledgeBase .col-10 {
  width: 100%/1.2;
}
#knowledgeBase .col-11 {
  width: 100%/1.09090909;
}
#knowledgeBase .col-12 {
  width: 100%;
}
#knowledgeBase .grid {
  width: 100%;
  float: left;
}
#knowledgeBase .grid h1 {
  margin-top: 15px;
}
#knowledgeBase .grid .grid-item {
  float: left;
  display: block;
  position: relative;
  border: 1px solid #f3f3f3;
  min-height: 116px;
  text-align: center;
  margin: 5px;
}
#knowledgeBase .grid-1 .grid-item {
  width: 100%/12;
}
#knowledgeBase .grid-2 .grid-item {
  width: 100%/6;
}
#knowledgeBase .grid-3 .grid-item {
  width: 100%/4;
}
#knowledgeBase .grid-4 .grid-item {
  width: 100%/3;
}
#knowledgeBase .grid-5 .grid-item {
  width: 100%/2.4;
}
#knowledgeBase .grid-6 .grid-item {
  width: 100%/2;
}
#knowledgeBase .grid-7 .grid-item {
  width: 100%/1.71428571;
}
#knowledgeBase .grid-8 .grid-item {
  width: 100%/1.5;
}
#knowledgeBase .grid-9 .grid-item {
  width: 100%/1.33333333;
}
#knowledgeBase .grid-10 .grid-item {
  width: 100%/1.2;
}
#knowledgeBase .grid-11 .grid-item {
  width: 100%/1.09090909;
}
#knowledgeBase .grid-12 .grid-item {
  width: 100%;
}
#knowledgeBase .nav-tabs {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
#knowledgeBase .nav-tabs li {
  float: left;
  list-style: none;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#knowledgeBase .nav-tabs li a {
  display: block;
  padding: 6px 9px;
  color: #333;
}
#knowledgeBase .nav-tabs li.active {
  border-bottom-color: #fff;
}
#knowledgeBase .nav-tabs li.active a {
  background-color: #fff;
  color: #b4ca61;
}
#knowledgeBase .tab-content {
  float: left;
  width: 100%;
  padding: 20px 0;
}
#knowledgeBase .tab-pane {
  display: none;
  float: left;
  width: 100%;
}
#knowledgeBase .tab-pane.active {
  display: block;
}
#knowledgeBase h1.tab-title {
  font-size: 2em;
  margin: 10px 0 5px;
}
#knowledgeBase .fav {
  font: normal 30px FontAwesome !important;
  color: #bbb;
  position: absolute;
  bottom: 5px;
  padding: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff !important;
}
#knowledgeBase .fav.active {
  font: bolder 30px FontAwesome !important;
  color: #b4ca61;
}
#knowledgeBase .remFav {
  width: 60px;
  position: relative;
  left: 0;
  top: 3px;
  cursor: pointer;
}
/************************* GLOBALS ****************************/
body {
  margin: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  position: absolute;
  font-family: 'Open Sans';
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.show-inline {
  display: inline-table !important;
}
.show-flex {
  display: flex !important;
}
.bold {
  font-family: 'Open Sans Bold';
}
.block {
  display: block;
}
.relative {
  position: relative;
}
/*********************** SCROLL **************************/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #D7D8D9;
}
::-webkit-scrollbar-thumb {
  background: #0C3557;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: grey;
}
/*********************** LOADER **************************/
.loader {
  background-color: transparent;
  box-shadow: initial;
  text-align: center;
  border: 0;
}
.loader span {
  font-family: 'Open Sans';
  color: #0C3557;
  font-size: 16px;
  text-transform: uppercase;
}
.dxlpLoadingDiv_YourESGAdvisor {
  background-color: white !important;
  opacity: 0.85 !important;
}
/*********************** TOAST **************************/
.toast-container {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 99999;
}
.toast-container:empty {
  opacity: 0;
}
.toast-container .toast {
  transition: opacity ease 0.3s, transform ease 0.3s, margin ease 0.3s;
  will-change: opacity;
  margin: 1rem;
  color: #ffffff;
  display: flex;
  max-width: 300px;
  min-width: 300px;
  border-radius: 6px;
  background-color: white;
  position: relative;
}
.toast-container .toast:not(.show):not(.removing) {
  margin-bottom: -4rem;
}
.toast-container .toast.success {
  border: 2px solid #87C66A;
}
.toast-container .toast.success .toast-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Success.svg');
}
.toast-container .toast.success .toast-header {
  background: #87C66A;
}
.toast-container .toast.success .toast-header button {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Close.svg');
}
.toast-container .toast.success .toast-content {
  background: #CCF4C9;
}
.toast-container .toast.warning {
  border: 2px solid #DB8D46;
}
.toast-container .toast.warning .toast-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Alert.svg');
}
.toast-container .toast.warning .toast-header {
  background: #DB8D46;
}
.toast-container .toast.warning .toast-header button {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Close.svg');
}
.toast-container .toast.warning .toast-content {
  background: #FCDBB4;
}
.toast-container .toast.error {
  border: 2px solid #A20000;
}
.toast-container .toast.error .toast-icon {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Alert.svg');
}
.toast-container .toast.error .toast-header {
  background: #A20000;
}
.toast-container .toast.error .toast-header button {
  background-image: url('../images/evaluations/ElementsQuestionnaire-VL_Close.svg');
}
.toast-container .toast.error .toast-content {
  background: #E2D5D5;
}
.toast-container .toast .toast-icon-content {
  width: 40px;
  min-height: 40px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast-container .toast .toast-icon-content .toast-icon {
  height: 30px;
  width: 30px;
  filter: brightness(100);
}
.toast-container .toast .toast-content {
  flex: 1;
  background: white;
  border-radius: 6px;
}
.toast-container .toast .toast-header {
  padding: 3px;
  display: flex;
  align-items: center;
}
.toast-container .toast .toast-header span {
  padding-left: 10px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 16px;
}
.toast-container .toast .toast-header button {
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 12px;
  right: 10px;
  filter: brightness(100);
}
.toast-container .toast .toast-header button span {
  display: none;
}
.toast-container .toast .toast-header button:focus {
  outline: none;
}
.toast-container .toast .toast-header button:hover {
  cursor: pointer;
}
.toast-container .toast .toast-body {
  font-size: 15px;
  padding: 15px 15px 15px 15px;
  color: black;
  font-family: 'Open Sans';
}
/*********************** VL STYLES **************************/
body {
  font-family: 'Open Sans' !important;
}
body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
  font-family: 'Open Sans Bold';
}
.dxgvControl_WEIVisitorLog .dxgvHSDC,
.dxgvControl_WEIVisitorLog .dxgvCSD {
  background-color: transparent;
  border: 0px !important;
  box-shadow: none;
}
.dxtcLite_WEIVisitorLog.dxtc-top > .dxtc-stripContainer .dxtc-activeTab .dxtcLite_WEIVisitorLog > .dxtc-stripContainer .dxtc-activeTab,
.dxtcLite_WEIVisitorLog > .dxtc-stripContainer .dxtc-activeTab a {
  font-family: 'Open Sans Bold';
}
.dxflGroupBoxCaption_WEIVisitorLog {
  font-family: 'Open Sans Bold';
}
.dxgvEditFormDisplayRow_WEIVisitorLog td.dxgv,
.dxgvDetailCell_WEIVisitorLog td.dxgv,
.dxgvDataRow_WEIVisitorLog td.dxgv,
.dxgvDetailRow_WEIVisitorLog.dxgvADR td.dxgvAIC {
  background: #f5f5f5;
  color: #0C3557;
}
.dxGridView_gvFilterRowButton_WEIVisitorLog {
  background-position: -153px -117px;
  width: 21px;
  height: 21px;
  border-top: 1px solid #0c3557;
  border-right: 1px solid #0c3557;
  border-bottom: 1px solid #0c3557;
  line-height: 20px;
  text-align: center;
}
.dxGridView_gvFilterRowButton_WEIVisitorLog {
  margin-left: -2px;
  margin-top: 0px;
}
.dxeButtonEditButton_WEIVisitorLog {
  padding: 0px;
}
.dxEditors_edtDropDown_WEIVisitorLog {
  background-position: -522px -128px;
  background-size: 538px auto;
  width: 19px !important;
  height: 19px !important;
  border-left: 1px solid #0c3557;
}
.dxeButtonEditButtonHover_WEIVisitorLog .dxEditors_edtDropDown_WEIVisitorLog {
  background-position: -522px -128px;
  background-color: white;
}
.dxgvFilterBarImageCell_WEIVisitorLog {
  display: none;
}
.dxgvFilterBar_WEIVisitorLog a {
  font-family: 'Open Sans Bold';
}
.dxgvFilterBar_WEIVisitorLog a:hover {
  text-decoration: none !important;
  color: white !important;
}
.dxgvCommandColumn_WEIVisitorLog {
  flex-direction: column;
  display: flex;
  padding: 0 !important;
}
.header-custom-command {
  background: transparent !important;
}
.header-new-custom-command {
  background: #254b6a !important;
}
.cell-custom-command {
  padding: 0 !important;
}
.btn-delete-command {
  background-image: url('../images/delete.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: transparent;
  box-shadow: initial;
  height: 28px !important;
  width: 70px !important;
  padding: 0;
  margin: 0 !important;
  border-radius: 0px !important;
  border-top: 1px solid white;
}
.btn-edit-command {
  background-image: url('../images/edit.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: transparent;
  box-shadow: initial;
  height: 28px !important;
  width: 70px !important;
  padding: 0;
  margin: 0 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid white;
}
.btn-new-command {
  /*background-image: url('../images/add.png') !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 1px 1px !important;*/
  background: transparent !important;
  box-shadow: initial;
  height: 20px !important;
  width: 35px !important;
  /*padding: 0;
    margin: 0 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid white;*/
}
.btn-delete-command div.dxb,
.btn-edit-command div.dxb,
.btn-new-command div.dxb {
  padding: 0 !important;
  border: 0;
}
.dxpcLite_WEIVisitorLog .dxpc-header .dxpc-closeBtn {
  background: url('../images/close.png');
  background-size: contain;
  width: 20px;
  height: 20px;
}
.dxpcLite_WEIVisitorLog .dxpc-header .dxpc-closeBtn img {
  display: none;
}
.dxctToolbar_WEIVisitorLog img,
.dxctToolbar_WEIVisitorLog .dxm-popOut {
  display: none !important;
}
.custom-edit-form .input-block {
  border-left: 4px solid #0c3557;
  margin-bottom: 10px;
}
.custom-edit-form .input-block .dxeTextBox_WEIVisitorLog {
  border: 0;
  background: #f5f5f5;
  height: 40px;
  padding: 0px 10px;
}
.custom-edit-form .input-block .dxeTextBox_WEIVisitorLog input {
  background: #f5f5f5;
  font-family: 'Open Sans Bold';
  font-size: 14px;
  color: #0c3557;
}
.custom-edit-form .input-block .dxeTextBox_WEIVisitorLog input.dxh0 {
  color: grey !important;
  font-family: 'Open Sans';
}
.custom-edit-form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.custom-edit-form .actions .dxbButton_WEIVisitorLog {
  text-align: center;
}
.grid-without-toolbar {
  margin-top: 45px;
}
.dxbButton_WEIVisitorLog.dxbDisabled_WEIVisitorLog {
  background-color: #f5f5f5 !important;
  border: 0 !important;
  background-image: none !important;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxflCaptionCell_WEIVisitorLog {
  padding: 13px 0px 0px 0px !important;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeTextBox_WEIVisitorLog {
  border: 0;
  border-left: 4px solid #0c3557;
  background: #f5f5f5;
  height: 40px;
  padding: 0px 10px;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeTextBox_WEIVisitorLog input {
  background: #f5f5f5;
  font-family: 'Open Sans Bold';
  font-size: 14px;
  color: #0c3557;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeTextBox_WEIVisitorLog input.dxh0 {
  color: grey !important;
  font-family: 'Open Sans';
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeButtonEdit_WEIVisitorLog {
  border: 0;
  border-left: 4px solid #0c3557;
  background: #f5f5f5;
  height: 40px;
  padding: 0px 10px;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeButtonEdit_WEIVisitorLog input {
  background: #f5f5f5;
  font-family: 'Open Sans Bold';
  font-size: 14px;
  color: #0c3557;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeButtonEdit_WEIVisitorLog input.dxh0 {
  color: grey !important;
  font-family: 'Open Sans';
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeButtonEdit_WEIVisitorLog .dxeButtonEditButton_WEIVisitorLog {
  background: transparent;
}
.dxgvPopupEditForm_WEIVisitorLog .dxgvEditFormTable_WEIVisitorLog .dxeButtonEdit_WEIVisitorLog .dxEditors_edtDropDown_WEIVisitorLog {
  border: 0;
}
.dxGridView_gvDetailCollapsedButton_WEIVisitorLog {
  background: url('/assets/images/arrow.svg') !important;
  background-size: contain !important;
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
}
.dxGridView_gvDetailExpandedButton_WEIVisitorLog {
  background: url('/assets/images/arrow.svg') !important;
  background-size: contain !important;
  transform: rotate(270deg);
  width: 15px;
  height: 15px;
}
.dxWeb_pPrev_WEIVisitorLog {
  background: url('/assets/images/arrow.svg') !important;
  background-size: contain !important;
  width: 15px;
  height: 15px;
}
.dxWeb_pPrevDisabled_WEIVisitorLog {
  background: url('/assets/images/arrow-disabled.svg') !important;
  background-size: contain !important;
  width: 15px;
  height: 15px;
}
.dxWeb_pNext_WEIVisitorLog {
  background: url('/assets/images/arrow.svg') !important;
  background-size: contain !important;
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
}
.dxWeb_pNextDisabled_WEIVisitorLog {
  background: url('/assets/images/arrow-disabled.svg') !important;
  background-size: contain !important;
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
}
/* ==========================================================================
   Structure
   ========================================================================== */
.main-panel {
  width: calc(100% - 170px);
}
.main-panel > .content {
  background: white;
  margin: 0px 30px;
  height: calc(100% - 90px);
  width: calc(100% - 50px);
  min-height: initial;
  overflow: auto;
  padding: 10px;
}
.navbar-brand {
  color: #0C3557 !important;
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
  font-size: 16px !important;
  margin-left: 35px !important;
}
.sidebar {
  width: 160px;
}
.sidebar .sidebar-wrapper {
  overflow: visible !important;
  width: 160px;
}
.sidebar .logo {
  text-align: center;
  padding: 20px 15px 10px 15px;
  border: 0;
}
.sidebar .logo img {
  width: 40%;
}
.sidebar .nav li {
  width: 210px;
}
.sidebar .nav li.active {
  background-image: linear-gradient(to right, #01a8c6, #254b6a);
}
.sidebar .nav li.active:hover > a {
  opacity: 1 !important;
  background-color: initial;
}
.sidebar .nav li > a {
  width: 160px;
  margin: 0;
}
.sidebar .nav li.active > a {
  opacity: 1;
  background-image: none;
}
.sidebar .nav li.active .arrow-top {
  position: absolute;
  background-color: #f7f7f8;
  height: 100px;
  width: 45px;
  top: -19px;
  right: -17px;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.sidebar .nav li.active .arrow-bottom {
  position: absolute;
  background-color: #f7f7f8;
  height: 100px;
  width: 45px;
  bottom: -19px;
  right: -17px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.sidebar .logo .simple-text {
  font-size: 14px;
  font-family: 'Open Sans';
}
.sidebar img.iconMenu {
  width: 24px;
  margin: 0 auto;
  margin-left: 50%;
  text-align: center;
  left: -12px;
  position: relative;
  filter: brightness(100);
}
footer.footer {
  border-top: 0 !important;
  background: transparent;
}
@media (max-width: 991px) {
  .main-panel {
    width: 100%;
  }
  .main-panel > .content {
    margin: 0px 15px;
  }
  .navbar-toggle .icon-bar {
    background-color: #0C3557 !important;
  }
}
/* ==========================================================================
   Scroll Bar
   ========================================================================== */
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c3557;
  border-radius: 12px;
}
/* ==========================================================================
   Login
   ========================================================================== */
#login {
  height: 100vh;
  width: 100%;
}
#login .left-image {
  width: 60%;
  height: 100%;
  float: left;
  background: url('../images/background-login.jpg');
  background-size: cover;
  position: relative;
}
#login .right-form {
  width: 40%;
  height: 100%;
  float: right;
  background-color: white;
  position: relative;
}
#login .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#login .title {
  font-family: 'Open Sans';
  color: white;
}
#login .version {
  font-family: 'Open Sans';
  color: white;
  font-size: 20px;
  display: block;
  margin-top: 65px;
}
#login .login-account {
  font-family: 'Open Sans Bold';
  color: #0c3557;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  margin-bottom: 35px;
}
#login .btn-login {
  height: 40px;
  border-radius: 20px;
  box-shadow: none;
  margin-top: 35px;
}
#login .label {
  font-family: 'Open Sans Regular';
  color: #838383;
  font-size: 14px;
  display: block;
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
}
#login .group-input {
  border-left: 4px solid #0c3557;
  margin-bottom: 10px;
}
#login .group-input .dxeTextBox_WEIVisitorLog {
  border: 0;
  background: #f5f5f5;
}
#login .group-input .dxeTextBox_WEIVisitorLog input {
  background: #f5f5f5;
}
#login .wei-logo {
  margin-top: 50px;
  width: 100px;
}
/* ==========================================================================
   Administration
   ========================================================================== */
#administration #ctl00_main_content_pageControl_formLayout_btnSaveConfig {
  position: fixed;
  top: 18px;
  right: 50px;
}
#administration #ctl00_main_content_pageControl_gvUsers_DXFilterBar {
  position: fixed;
  top: 18px;
  right: 60px;
  height: 25px;
}
#administration #ctl00_main_content_pageControl_gvEmployees_DXFilterBar {
  position: fixed;
  top: 18px;
  right: 60px;
  height: 25px;
}
#administration #ctl00_main_content_pageControl_gvEmployeesBrenda_DXFilterBar {
  position: fixed;
  top: 18px;
  right: 60px;
  height: 25px;
}
#administration #actionsRow {
  flex-direction: column;
  display: flex;
  padding: 0 !important;
}
#administration #gridContainerEmployee .dxgvHeader_WEIVisitorLog,
#administration #gridContainer .dxgvHeader_WEIVisitorLog {
  padding: 4px 10px 4px !important;
}
#administration .header-employee {
  background: #254b6a;
}
#administration .image-employee-content {
  height: 52px;
  width: 52px;
  border-radius: 56px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
#administration .cell-employee-photo {
  padding: 0px !important;
}
#administration .img-employee-row {
  height: 85px !important;
  width: 110px !important;
  position: absolute;
  top: -15px;
  left: -29px;
}
#administration .form-layout-general .dxeMemo_WEIVisitorLog {
  border: 0px;
  border-radius: 0px;
}
#administration .form-layout-general .dxeMemo_WEIVisitorLog .dxeMemoEditArea_WEIVisitorLog {
  padding: 0 !important;
}
#administration #ctl00_main_content_pageControl_gvEmployees_DXPEForm_DXEFL_6 .dxflItem_WEIVisitorLog {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/* ==========================================================================
   Home
   ========================================================================== */
#home #ctl00_main_content_btnShowRealTime {
  position: fixed;
  top: 18px;
  right: 60px;
  font-size: 13px;
}
#ctl00_main_content_pageControl_gvSignIn_DXCTMenu0,
#ctl00_main_content_pageControl_gvAllUsers_DXCTMenu0 {
  position: fixed;
  top: 12px;
  right: 227px;
  background: transparent;
}
#home #ctl00_main_content_pageControl_gvSignIn_DXFilterBar,
#home #ctl00_main_content_pageControl_gvAllUsers_DXFilterBar {
  position: fixed;
  top: 17px;
  right: 478px;
  height: 26px;
  font-size: 13px;
}
#home .stats-row {
  height: 35px;
  display: flex;
  width: 560px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
#home .stats-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  height: 35px;
  overflow: hidden;
}
#home .stats-block .title {
  background-color: #0c3557;
  color: white;
  width: 190px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#home .stats-block .title span {
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  z-index: 2;
}
#home .stats-block .title .arrow {
  background-color: #0c3557;
  position: absolute;
  width: 35px;
  height: 35px;
  right: -27px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#home .stats-block .value {
  border: 1px solid #0c3557;
  width: 130px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
}
#home .stats-block .value span:nth-child(1) {
  font-family: 'Open Sans Bold';
  font-size: 18px;
  color: #0c3557;
}
#home .stats-block .value span:nth-child(2) {
  font-family: 'Open Sans Bold';
  font-size: 18px;
  color: #0c3557;
}
#home .stats-block .value span:nth-child(3) {
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #0c3557;
}
#home .row-template-employee {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 2px;
}
#home .row-template-employee .column-photo {
  background-color: #f5f5f5;
  height: 100%;
  width: 105px;
  border-right: 1px solid white;
  border-left: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .row-template-employee .column-name {
  background-color: #f5f5f5;
  height: 100%;
  width: calc(50% - 11.33px - 35px);
  border-right: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .row-template-employee .column-company {
  background-color: #f5f5f5;
  height: 100%;
  width: calc(50% - 11.33px - 35px);
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#home .row-template-employee .column-cardid {
  background-color: #f5f5f5;
  height: 100%;
  width: calc(33.33% - 11.33px - 35px);
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#home .row-template-employee .column-actions {
  height: 100%;
  width: 69px;
  display: table;
}
#home .row-template-employee .photo-content {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home .row-template-employee .info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 6px;
  width: 100%;
}
#home .row-template-employee .info-content .row-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  height: 25px;
}
#home .row-template-employee .info-content .row-info-content .title {
  background: #254b6a;
  color: white;
  width: 70px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
#home .row-template-employee .info-content .row-info-content .value {
  width: calc(100% - 80px);
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #254b6a;
  font-family: 'Open Sans Bold';
}
#home .row-template-employee .btn-signout {
  background-image: url('../images/block.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #f5f5f5;
  box-shadow: initial;
  height: 51px !important;
  width: 34px !important;
  padding: 0;
  margin: 0 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid white;
}
#home .row-template-employee .btn-signin {
  background-image: url('../images/block.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #f5f5f5;
  box-shadow: initial;
  height: 51px !important;
  width: 34px !important;
  padding: 0;
  margin: 0 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid white;
}
#home .row-template-employee .btn-upload-files {
  background-image: url('../images/upload.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #f5f5f5;
  box-shadow: initial;
  height: 51px !important;
  width: 34px !important;
  padding: 0;
  margin: 0 0 0 1px !important;
  border-radius: 0px !important;
  border-bottom: 1px solid white;
}
#home .row-template-employee .btn-history {
  background-image: url('../images/history.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #f5f5f5;
  box-shadow: initial;
  height: 51px !important;
  width: 34px !important;
  padding: 0;
  margin: 0 0 0 1px !important;
  border-radius: 0px !important;
  border-bottom: 1px solid white;
}
#home .row-template-employee .btn-edit {
  background-image: url('../images/edit.png') !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #f5f5f5;
  box-shadow: initial;
  height: 51px !important;
  width: 34px !important;
  padding: 0;
  margin: 0 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid white;
}
/* ==========================================================================
   Update Files
   ========================================================================== */
#updateFiles .image-content {
  float: left;
  width: calc(50% - 20px);
  margin: 10px;
}
#updateFiles .label-image {
  font-family: "Open Sans Bold", "Roboto", "Helvetica Neue", Arial, sans-s;
  text-align: center;
  font-size: 20px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  width: 100%;
  color: white;
  background: #254b6a;
}
#updateFiles #btnSaveIDs {
  float: right !important;
}
/* ==========================================================================
   Stats
   ========================================================================== */
#stats .chart-title {
  font-family: "Open Sans Bold";
  color: #0c3557;
  font-size: 12px;
  text-transform: uppercase;
}
#stats .stats-row {
  height: 35px;
  display: flex;
  width: 700px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
#stats .stats-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  height: 35px;
  overflow: hidden;
}
#stats .stats-block .title {
  background-color: #0c3557;
  color: white;
  width: 190px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#stats .stats-block .title span {
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  z-index: 2;
}
#stats .stats-block .title .arrow {
  background-color: #0c3557;
  position: absolute;
  width: 35px;
  height: 35px;
  right: -27px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#stats .stats-block .value {
  border: 1px solid #0c3557;
  width: 130px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
}
#stats .stats-block .value span:nth-child(1) {
  font-family: 'Open Sans Bold';
  font-size: 18px;
  color: #0c3557;
}
#stats .stats-block .value span:nth-child(2) {
  font-family: 'Open Sans Bold';
  font-size: 18px;
  color: #0c3557;
}
#stats .stats-block .value span:nth-child(3) {
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #0c3557;
}
#stats #ctl00_main_content_pageControl_wccMonthStats,
#stats #ctl00_main_content_pageControl_wCCWeekAccess {
  margin: auto;
  width: 100% !important;
  max-width: 1024px;
  max-height: 400px;
}
#stats #ctl00_main_content_pageControl_wccMonthStats img,
#stats #ctl00_main_content_pageControl_wCCWeekAccess img {
  max-width: 1024px;
  max-height: 400px;
  width: 100%;
}
/* ==========================================================================
   Access Log
   ========================================================================== */
#accessLog #ctl00_main_content_gvAccessLog_DXCTMenu0_DXI2_ {
  background: transparent;
}
#accessLog #ctl00_main_content_gvAccessLog_DXCTMenu0_DXI2_ table {
  height: 100% !important;
  border: 0;
}
#accessLog #ctl00_main_content_gvAccessLog_DXCTMenu0_DXI2_ input {
  background: #f5f5f5;
  height: 25px;
  border-radius: 35px;
  padding: 0px 10px;
  width: calc(100% - 20px);
  text-align: center;
}
#accessLog #ctl00_main_content_gvAccessLog_DXFilterBar {
  position: absolute;
  top: 75px;
  right: 460px;
  height: 26px;
  font-size: 13px;
}
/* ==========================================================================
   COVID
   ========================================================================== */
#covid #ctl00_main_content_pageControl_gvTodayEntries_DXFilterBar,
#covid #ctl00_main_content_pageControl_gvLastEntries_DXFilterBar,
#covid #ctl00_main_content_pageControl_gvAllEntriesTemp_DXFilterBar {
  position: absolute;
  top: 120px;
  right: 60px;
  height: 26px;
  font-size: 13px;
}
#covid .stats-row {
  height: 30px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#covid .stats-row .stats-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 30px;
  overflow: hidden;
  padding: 5px;
}
#covid .stats-row .stats-block .title {
  background-color: #0c3557;
  color: white;
  width: calc(100% - 70px);
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#covid .stats-row .stats-block .title span {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
}
#covid .stats-row .stats-block .title .arrow {
  background-color: #0c3557;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#covid .stats-row .stats-block .value {
  border: 1px solid #0c3557;
  width: 70px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}
#covid .stats-row .stats-block .value a {
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #0c3557;
}
#covid .stats-row-percent {
  /*height: 30px;*/
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#covid .stats-row-percent .stats-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 25%;
  height: 100px;
  overflow: hidden;
  padding: 5px;
}
#covid .stats-row-percent .stats-block .title {
  border: 1px solid #0c3557;
  color: #0c3557;
  width: calc(100% - 70px);
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
#covid .stats-row-percent .stats-block .title span {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
}
#covid .stats-row-percent .stats-block .percent-box-border {
  border: 1px solid #0c3557;
  height: 26px;
  width: 70%;
  padding: 2px;
}
#covid .stats-row-percent .stats-block .percent-box {
  background-color: #9a9a9a;
  width: 100%;
  height: 100%;
}
#covid .stats-row-percent .stats-block .percent {
  background: #254b6a;
  height: 100%;
}
#covid .stats-row-percent .stats-block .value {
  width: 70px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#covid .stats-row-percent .stats-block .value a {
  font-family: 'Open Sans Bold';
  font-size: 12px;
  color: #0c3557;
}
/* ==========================================================================
   SMS
   ========================================================================== */
#sms {
  height: calc(100vh - 110px);
  padding: 10px 20px;
}
#sms .row-toolbar {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}
#sms .row-toolbar .test-block {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}
#sms .row-toolbar .test-block .dxeButtonEdit_WEIVisitorLog {
  height: 25px;
}
#sms .row-toolbar .test-block .dxeButtonEdit_WEIVisitorLog .dxEditors_edtDropDown_WEIVisitorLog {
  background-position: -523px -125px;
  background-size: 539px auto;
  width: 20px !important;
  height: 25px !important;
  border-left: 1px solid #0c3557;
}
#sms .row-toolbar .test-block .dxeButtonEdit_WEIVisitorLog input {
  height: 25px;
}
#sms .row-toolbar .test-block .dxbButton_WEIVisitorLog {
  margin-left: 15px;
}
#sms .search {
  height: 30px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  background: #f5f5f5;
  width: 400px;
  border-radius: 16px;
  padding: 0px 15px;
}
#sms .search .search-icon {
  height: 20px;
  width: 20px;
}
#sms .search .dxeTextBox_WEIVisitorLog {
  border: 0;
  width: calc(100% - 40px);
  background: transparent;
}
#sms .search .dxeTextBox_WEIVisitorLog input {
  height: 30px;
  background: transparent;
}
#sms .sms-row {
  height: calc(100% - 50px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sms .sms-label {
  font-family: 'Open Sans Bold';
  font-size: 14px;
  color: #0c3557;
  text-transform: uppercase;
  margin-left: 20px;
  padding-bottom: 10px;
}
#sms .history {
  width: 250px;
  height: 100%;
}
#sms .history .history-list {
  border: 2px solid #f3f3f3;
  height: calc(100% - 30px);
  overflow: auto;
}
#sms .history .history-list #ctl00_main_content_cvSMSHistory_DXMainTable {
  border: 0;
  background: white;
  padding: 0;
}
#sms .history .history-list #ctl00_main_content_cvSMSHistory_DXEmptyCard {
  border-radius: 0;
  border: 0;
  box-shadow: initial;
  width: 100%;
  color: #0c3557;
  font-family: 'Open Sans Bold';
}
#sms .history .history-list .history-card {
  padding: 0;
  width: 100%;
  height: auto;
  box-shadow: initial;
}
#sms .history .history-list .history-card:hover {
  opacity: 0.8;
  cursor: pointer;
}
#sms .history .history-list .item {
  padding: 8px 15px;
  border-bottom: 2px solid #f3f3f3;
}
#sms .history .history-list .item .date {
  background: #b7d9ef;
  color: #0c3557;
  width: 90%;
  border-radius: 6px;
  padding: 3px 5px;
  font-family: 'Open Sans Bold';
}
#sms .history .history-list .item .recipients-label {
  color: #0c3557;
  width: 90%;
  font-family: 'Open Sans Bold';
  display: block;
  padding: 5px 10px;
}
#sms .history .history-list .item .recipients {
  color: #0c3557;
  width: 90%;
  font-family: 'Open Sans Bold';
  display: block;
  font-size: 12px;
  padding: 2px 5px 0px 14px;
}
#sms .sms-content {
  width: calc(100% - 285px);
  height: 100%;
}
#sms .sms-block {
  background-color: #f5f5f5;
  height: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
#sms .write-area {
  border-right: 2px solid #f0f0f1;
  width: calc(100% - 300px);
  height: 100%;
  padding-right: 10px;
  position: relative;
}
#sms .write-area .sms-area {
  height: 100%;
}
#sms .write-area .sms-area > div {
  height: 100%;
}
#sms .write-area .sms-area textarea {
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  resize: none;
}
#sms .write-area .characters-resume {
  position: absolute;
  text-align: right;
  right: 10px;
  bottom: -10px;
}
#sms .write-area .character-label {
  color: #0c3557;
  font-family: 'Open Sans Bold';
  margin-left: 15px;
  font-size: 13px;
}
#sms .write-area .character-value {
  font-family: 'Open Sans Regular';
  font-size: 13px;
}
#sms .users {
  width: 300px;
  height: 100%;
  padding: 0px 10px 0px 20px;
}
#sms .users .user-list {
  height: calc(100% - 50px);
  overflow: auto;
}
#sms .users #ctl00_main_content_cvUsers_DXMainTable {
  border: 0;
  padding: 0;
}
#sms .users #ctl00_main_content_cvUsers_DXEmptyCard {
  border-radius: 0;
  border: 0;
  box-shadow: initial;
  width: 100%;
  color: #0c3557;
  font-family: 'Open Sans Bold';
}
#sms .users .user-card {
  padding: 0;
  width: 100%;
  height: auto;
  box-shadow: initial;
  background-color: transparent;
}
#sms .users .user {
  background-color: white;
  height: 65px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sms .users .user .name {
  color: #0c3557;
  font-size: 14px;
  font-family: 'Open Sans Bold';
  width: calc(100% - 140px);
}
#sms .users .user .photo {
  height: 65px;
  width: 65px;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  background-image: url('../images/usergroup-empty.png');
  background-color: #0c3557;
  border-radius: 60px;
  border: 2px solid white;
}
#sms .users .user .check {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 10px;
  background-color: #6a6a6a;
  border: 2px solid white;
}
#sms .users .user-card.dxcvSelectedCard_WEIVisitorLog .user {
  background-color: #b7d9ef;
}
#sms .users .user-card.user-card.dxcvSelectedCard_WEIVisitorLog .check {
  background-color: #0c3557;
}
#sms .users .actions {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sms .users .actions .dxbButton_WEIVisitorLog {
  width: 45%;
}
#sms .history-popup {
  padding-bottom: 20px;
}
#sms .history-popup .item {
  padding: 8px 15px;
}
#sms .history-popup .date {
  background: #b7d9ef;
  color: #0c3557;
  width: auto;
  border-radius: 6px;
  padding: 3px 5px;
  font-family: 'Open Sans Bold';
  display: initial;
}
#sms .history-popup .recipients-label,
#sms .history-popup .message-label {
  color: #0c3557;
  width: 90%;
  font-family: 'Open Sans Bold';
  display: block;
  padding: 5px 10px;
}
#sms .history-popup .recipients,
#sms .history-popup .message {
  color: #0c3557;
  width: 90%;
  font-family: 'Open Sans';
  display: block;
  font-size: 12px;
  padding: 2px 5px 0px 14px;
}
/* ==========================================================================
   COVID DETAIL
   ========================================================================== */
#covidDetail #gvTodayEntries_DXFilterBar {
  position: absolute;
  top: 10px;
  right: 38px;
  height: 25px;
}
#covidDetail .dxGridView_gvFilterRowButton_WEIVisitorLog {
  margin-left: -2px;
  margin-top: 3px;
  height: 19px;
}
/* ==========================================================================
   COVID DASH DETAIL
   ========================================================================== */
#covidDashDetail #gvTodayEntries_DXFilterBar {
  position: absolute;
  top: 10px;
  right: 38px;
  height: 25px;
}
#covidDashDetail .dxGridView_gvFilterRowButton_WEIVisitorLog {
  margin-left: -2px;
  margin-top: 3px;
  height: 19px;
}
/* ==========================================================================
   ACCESS LOG HISTORY
   ========================================================================== */
#accessLogHistory .row-template-employee {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 2px;
}
#accessLogHistory .row-template-employee .column-photo {
  background-color: #f5f5f5;
  height: 100%;
  width: 105px;
  border-right: 1px solid white;
  border-left: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}
#accessLogHistory .row-template-employee .column-name {
  background-color: #f5f5f5;
  height: 100%;
  width: calc(50% - 11.33px - 35px);
  border-right: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#accessLogHistory .row-template-employee .column-company {
  background-color: #f5f5f5;
  height: 100%;
  width: calc(50% - 11.33px - 35px);
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#accessLogHistory .row-template-employee .column-cardid {
  background-color: #f5f5f5;
  height: 100%;
  width: calc(33.33% - 11.33px - 35px);
  border-right: 1px solid white;
  border-left: 1px solid white;
}
#accessLogHistory .row-template-employee .column-actions {
  height: 100%;
  width: 69px;
  display: table;
}
#accessLogHistory .row-template-employee .photo-content {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#accessLogHistory .row-template-employee .info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 12px);
  padding: 6px;
  width: calc(100% - 12px);
}
#accessLogHistory .row-template-employee .info-content .row-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  height: 25px;
}
#accessLogHistory .row-template-employee .info-content .row-info-content .title {
  background: #254b6a;
  color: white;
  width: 70px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-family: 'Open Sans Bold';
}
#accessLogHistory .row-template-employee .info-content .row-info-content .value {
  width: calc(100% - 80px);
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #254b6a;
  font-family: 'Open Sans Bold';
  font-size: 13px;
}
#accessLogHistory .grid-content {
  margin-top: 15px;
}
.evaluations-grid .dxgvCommandColumn_WEIVisitorLog {
  display: table-cell;
  flex-direction: row;
}
.evaluations-grid .dxgvCommandColumn_WEIVisitorLog .dxbButton_WEIVisitorLog {
  margin: 0px 10px;
}