@charset "UTF-8";
body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

body.panel-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.main-wrapper {
  flex: 1;
}

.site-content {
  padding-top: 2em;
}

div {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
}

.container, .container-resp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.col1, .col1-2, .col1-3, .col1-4, .col2-3, .col3-4, .col1-5, .col2-5, .col3-5, .col4-5, .col1-6, .col5-6, .col1-12, .col5-12, .col7-12, .col11-12 {
  box-sizing: border-box;
  margin-right: 1%;
  margin-left: 1%;
}

.col1 {
  width: 98%;
}

.col1-2 {
  width: 48%;
}

.col1-3 {
  width: 31.333%;
}

.col1-4 {
  width: 23%;
}

.col1-5 {
  width: 18%;
}

.col1-6 {
  width: 14.666%;
}

.col2-3 {
  width: 64.666%;
}

.col3-4 {
  width: 73%;
}

.col2-5 {
  width: 38%;
}

.col3-5 {
  width: 58%;
}

.col4-5 {
  width: 78%;
}

.col5-6 {
  width: 81.333%;
}

@media (max-width: 980px) {
  .container-resp .col1-3, .container-resp .col1-4, .container-resp .col1-5, .container-resp .col2-5, .container-resp .col1-6, .container-resp .col2-3, .container-resp .col3-4, .container-resp .col3-5, .container-resp .col4-5, .container-resp .col5-6, .container-resp .col1-12, .container-resp .col5-12 {
    width: 48%;
  }
}
@media (max-width: 580px) {
  .container-resp .col1-2, .container-resp .col1-3, .container-resp .col1-4, .container-resp .col2-3, .container-resp .col3-4, .container-resp .col1-5, .container-resp .col2-5, .container-resp .col3-5, .container-resp .col4-5, .container-resp .col1-6, .container-resp .col5-6, .container-resp .col7-12, .container-resp .col11-12 {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .none-sm {
    display: none;
  }
}

@media (max-width: 980px) {
  .none-md {
    display: none;
  }
}

.none {
  display: none !important;
}

.clear:after, .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

::selection {
  background: #f2c838;
  color: #fff;
}

::-moz-selection {
  background: #f2c838;
  color: #fff;
}

body {
  color: #3f4b62;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-weight: 600;
  font-size: 2.4em;
  margin: 0 0 0.7em 0;
}

h2 {
  font-weight: 600;
  font-size: 1.9em;
  margin: 0 0 0.8em 0;
}
h2 .subheader {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-left: 3px;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0.7em 0;
}

h5 {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 0.8em 0;
}

.heading-group {
  margin-bottom: 1.1em;
}
.heading-group h1, .heading-group h2, .heading-group h3, .heading-group h4, .heading-group h5, .heading-group h6, .heading-group p, .heading-group ul, .heading-group ol, .heading-group a {
  margin-bottom: 0;
}

p {
  font-size: 1em;
  margin: 0 0 1em 0;
  line-height: 1.5;
}

ul, ol {
  padding: 0 0 0 20px;
  margin: 0 0 1em 0;
}
ul li, ol li {
  margin-bottom: 0.3em;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul.small, ol.small {
  font-size: 0.85em;
}

ul.no-pointers {
  padding: 0;
}
ul.no-pointers li {
  list-style-type: none;
}

p.italic, ul li.italic, ol li.italic {
  font-style: italic;
}
p.small, ul li.small, ol li.small {
  font-size: 0.85em;
}

h1.col-secondary, h2.col-secondary, h3.col-secondary, h4.col-secondary, h5.col-secondary, h6.col-secondary, p.col-secondary, ul.col-secondary, ol.col-secondary, .subheader.col-secondary {
  color: #2fb688;
}
h1.col-ternary, h2.col-ternary, h3.col-ternary, h4.col-ternary, h5.col-ternary, h6.col-ternary, p.col-ternary, ul.col-ternary, ol.col-ternary, .subheader.col-ternary {
  color: #f7d14d;
}
h1.col-quadrary, h2.col-quadrary, h3.col-quadrary, h4.col-quadrary, h5.col-quadrary, h6.col-quadrary, p.col-quadrary, ul.col-quadrary, ol.col-quadrary, .subheader.col-quadrary {
  color: #d83d4f;
}

hr {
  height: 1px;
  background: #dbdbdb;
  border: none;
  margin-bottom: 1.2em;
}

.pre-wrap {
  white-space: pre-wrap;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

input[type=text], input[type=number], input[type=time], input[type=password], input[type=email], select, .ms-choice {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  line-height: 2.5em;
  padding: 0 0.6em;
  font-size: 0.9em;
  width: 100%;
  outline: none !important;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fcfcfc;
}
input[type=text].form-error, input[type=number].form-error, input[type=time].form-error, input[type=password].form-error, input[type=email].form-error, select.form-error, .ms-choice.form-error {
  border-color: #b52738;
  color: #d83d4f;
}
input[type=text].disabled, input[type=text]:disabled, input[type=number].disabled, input[type=number]:disabled, input[type=time].disabled, input[type=time]:disabled, input[type=password].disabled, input[type=password]:disabled, input[type=email].disabled, input[type=email]:disabled, select.disabled, select:disabled, .ms-choice.disabled, .ms-choice:disabled {
  background: #dbdbdb;
  opacity: 0.7;
}

textarea, textarea.ckeditor {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border-radius: 3px;
  resize: none;
  border: 1px solid #dbdbdb;
  padding: 8px;
  background-color: #fcfcfc;
}
textarea:focus, textarea.ckeditor:focus {
  background: #fff;
}

.form-error input[type=text], .form-error input[type=password], .form-error input[type=email], .form-error select {
  border-color: #b52738;
  color: #d83d4f;
}

select {
  height: 2.5em;
}

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus {
  border-color: #3f4b62;
  background: #fff;
}

.form-top, .form-left, .form-submit, .form-checkbox, .form-file {
  margin-bottom: 1.1em;
  position: relative;
}

.form-top {
  display: block;
}

.form-top-long {
  min-height: 160px;
  margin-bottom: 1.1em;
  position: relative;
}

.form-top-medium {
  min-height: 100px;
  margin-bottom: 1.1em;
  position: relative;
}

.form-left input[type=text], .form-left input[type=password], .form-left input[type=email], .form-left select, .form-left > textarea, .form-left .ckeditor {
  width: 78%;
  float: right;
}
@media (max-width: 580px) {
  .form-left input[type=text], .form-left input[type=password], .form-left input[type=email], .form-left select, .form-left > textarea, .form-left .ckeditor {
    width: 100%;
    display: block;
    float: none;
  }
}
.form-left > p {
  padding-top: 6px;
}

.form-submit {
  text-align: right;
}
.form-submit .btn {
  margin-left: 10px;
}

.form-checkbox label {
  display: inline;
  line-height: 1.4em;
  font-size: 0.9em;
}
.form-checkbox .label-top, .form-checkbox.form-top label:first-child {
  display: block;
  line-height: inherit;
}

.form-file > input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-file > label:not(:first-child) {
  margin-bottom: 10px;
}

.form-top > label:first-child, .label-top {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-top > label:first-child.col-secondary, .label-top.col-secondary {
  color: #2fb688;
}

.form-left label {
  display: inline-block;
  width: 20%;
  line-height: 2em;
  margin-right: 2%;
  float: left;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 580px) {
  .form-left label {
    width: auto;
    float: none;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0.2em;
  }
}

.label-top-placehold {
  padding-top: 1em;
}
.label-top-placehold.form-checkbox {
  padding-top: 1.5em;
}
@media (max-width: 980px) {
  .label-top-placehold {
    padding-top: 0;
  }
}

.form-double-input > input[type=text], .form-double-input input[type=password], .form-double-input input[type=number], .form-double-input input[type=email], .form-double-input select, .form-double-input .ms-parent {
  width: 48.5%;
  float: left;
}
.form-double-input .spacer {
  float: left;
  width: 3%;
  text-align: center;
  display: inline-block;
  line-height: 2em;
}
.form-double-input:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.form-left.form-double-input > input[type=text], .form-left.form-double-input input[type=password], .form-left.form-double-input input[type=email], .form-left.form-double-input select, .form-left.form-double-input .ms-parent {
  width: 37%;
}
.form-left.form-double-input > input[type=text]:last-child, .form-left.form-double-input input[type=password]:last-child, .form-left.form-double-input input[type=email]:last-child, .form-left.form-double-input select:last-child, .form-left.form-double-input .ms-parent:last-child {
  float: right;
}
@media (max-width: 580px) {
  .form-left.form-double-input {
    width: 48.5%;
    float: left;
  }
  .form-left.form-double-input:last-child {
    float: right;
  }
}

.hasDatepicker {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

input[type=number], .number-input {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.captcha {
  margin-bottom: 1em;
}

.ms-choice {
  height: auto;
  color: #3f4b62;
}
.ms-choice > div {
  top: 5px;
}
.ms-choice > span {
  position: static;
  padding: 0 20px 0 0;
}

.ms-drop {
  background-color: #fcfcfc;
  border-color: #dbdbdb;
  color: #3f4b62;
}
.ms-drop ul {
  padding: 0;
}
.ms-drop ul > li {
  font-size: 0.9em;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.ms-drop ul > li label {
  padding: 0.8em;
  border-top: 1px solid #dbdbdb;
}
.ms-drop ul > li label input[type=checkbox], .ms-drop ul > li label label input[type=radio] {
  margin-right: 10px;
}
.ms-drop ul > li:first-child label {
  border-top: 0;
}
.ms-drop ul > li.selected {
  background: #f3f0f0;
}
.ms-drop ul > li.selected label {
  font-weight: bold;
}
.ms-drop .ms-no-results {
  padding: 0.5em !important;
  text-align: center;
  text-transform: uppercase;
}

.ms-search {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.ms-search input, .ms-search input:focus {
  background: #fcfcfc url("/javax.faces.resource/img/multiple-select.png.xhtml") no-repeat 100% -18px;
  background-position: calc(100% - 8px) -18px;
  min-height: 0;
  font-size: 0.8em;
}

.fixed-size-button {
  min-width: 15em;
}

.inputTextarea-placeholder::placeholder {
  font-size: 12px;
  text-align: center;
  color: #ccc;
}

.border-green {
  border-color: #80C363;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  outline: none !important;
  background: inherit;
  padding: 0;
  border: none;
}

.btn {
  display: inline-flex;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.btn > i {
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
}
.btn > i:before {
  display: inline-block;
  transition: all 0.25s ease;
}
.btn:hover > i:before {
  transform: scale(1.15);
}
.btn.btn-small {
  font-size: 0.65em;
}
.btn.btn-small:hover > i:before {
  transform: none;
}
.btn.btn-big {
  font-size: 1em;
}
.btn.btn-icon > i {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: none;
}
.btn.btn-primary {
  background: #3f4b62;
  border-color: #2b3648;
}
.btn.btn-primary > i {
  background: #36435b;
  border-color: #2b3648;
}
.btn.btn-primary:hover {
  background: #36435b;
}
.btn.btn-secondary {
  background: #2fb688;
  border-color: #1e976d;
}
.btn.btn-secondary > i {
  background: #28ab7e;
  border-color: #1e976d;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  background: #28ab7e;
}
.btn.btn-ternary {
  background: #f7d14d;
  border-color: #e5b612;
}
.btn.btn-ternary > i {
  background: #f2c838;
  border-color: #e5b612;
}
.btn.btn-ternary:hover, .btn.btn-ternary.active {
  background: #f2c838;
}
.btn.btn-quadrary {
  background: #d83d4f;
  border-color: #b52738;
}
.btn.btn-quadrary > i {
  background: #cd3143;
  border-color: #b52738;
}
.btn.btn-quadrary:hover, .btn.btn-quadrary.active {
  background: #cd3143;
}
.btn.btn-check {
  background: white;
  border-color: #3f4b62;
  color: #3f4b62;
}
.btn.btn-check > i {
  background: white;
  border-color: white;
  color: #3f4b62;
}
.btn.btn-check:hover, .btn.btn-check.active {
  background: white;
}
.btn.btn-b-primary, .btn.btn-b-primary > i {
  background: none;
  border-color: #3f4b62;
  color: #3f4b62;
}
.btn.btn-b-primary:hover, .btn.btn-b-primary.active, .btn.btn-b-primary > i:hover, .btn.btn-b-primary > i.active {
  border-color: #2b3648;
  color: #2b3648;
}
.btn.btn-b-secondary, .btn.btn-b-secondary > i {
  background: none;
  border-color: #28ab7e;
  color: #28ab7e;
}
.btn.btn-b-secondary:hover, .btn.btn-b-secondary.active, .btn.btn-b-secondary > i:hover, .btn.btn-b-secondary > i.active {
  border-color: #1e976d;
  color: #1e976d;
}
.btn.btn-b-ternary, .btn.btn-b-ternary > i {
  background: none;
  border-color: #f2c838;
  color: #f2c838;
}
.btn.btn-b-ternary:hover, .btn.btn-b-ternary.active, .btn.btn-b-ternary > i:hover, .btn.btn-b-ternary > i.active {
  border-color: #e5b612;
  color: #e5b612;
}
.btn.btn-b-quadrary, .btn.btn-b-quadrary > i {
  background: none;
  border-color: #d83d4f;
  color: #d83d4f;
}
.btn.btn-b-quadrary:hover, .btn.btn-b-quadrary.active, .btn.btn-b-quadrary > i:hover, .btn.btn-b-quadrary > i.active {
  border-color: #b52738;
  color: #b52738;
}
.btn.btn-b-down, .btn.btn-b-down > i {
  background: none;
  color: #3f4b62;
  border: none;
  font-size: 1.5em;
  margin: 1px;
  padding: 1px;
}
.btn.btn-b-down:hover, .btn.btn-b-down.active, .btn.btn-b-down > i:hover, .btn.btn-b-down > i.active {
  border-color: #2b3648;
  color: #2b3648;
}
.btn.disabled, .btn.btn-disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #3f4b62;
  opacity: 0.75;
  cursor: not-allowed;
  border-color: #dbdbdb;
}
.btn.disabled i, .btn.btn-disabled i {
  background: #f3f0f0;
  color: #3f4b62;
  border-color: #dbdbdb;
}
.btn.disabled.btn-icon i, .btn.btn-disabled.btn-icon i {
  background: inherit;
  color: #dbdbdb;
}
@media (max-width: 350px) {
  .btn:not(.btn-icon) > i {
    display: none;
  }
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
}
.text-link.uppercase {
  text-transform: uppercase;
}
.text-link.col-primary {
  color: #3f4b62;
}
.text-link.col-secondary {
  color: #2fb688;
}
.text-link.col-ternary {
  color: #f7d14d;
}
.text-link.col-quadrary {
  color: #d83d4f;
}
.text-link:hover {
  color: #2fb688;
}

.buttons-panel {
  margin-bottom: 1em;
  text-align: right;
}
.buttons-panel .btn {
  margin-left: 1em;
  margin-right: 0;
  margin-bottom: 0.6em;
}
.buttons-panel.left {
  text-align: left;
}
.buttons-panel.left .btn {
  margin-right: 1em;
  margin-left: 0;
}
@media (max-width: 580px) {
  .buttons-panel {
    text-align: left;
  }
  .buttons-panel .btn {
    margin-left: 0em;
    margin-right: 1em;
  }
}

.btn-inplace {
  font-size: 0.6em;
  padding: 0.4em 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1em;
  border-radius: 0.5em;
  border: 1px solid;
  transition: all 0.3s ease;
}
.btn-inplace.col-primary {
  color: #3f4b62;
}
.btn-inplace.col-primary:hover {
  background: #3f4b62;
  color: #fff;
}
.btn-inplace.col-secondary {
  color: #2fb688;
}
.btn-inplace.col-secondary:hover {
  background: #2fb688;
  color: #3f4b62;
}
.btn-inplace.col-ternary {
  color: #f7d14d;
}
.btn-inplace.col-ternary:hover {
  background: #f7d14d;
  color: #3f4b62;
}
.btn-inplace.col-quadrary {
  color: #d83d4f;
}
.btn-inplace.col-quadrary:hover {
  background: #d83d4f;
  color: #fff;
}

.buttons-import {
  display: flex;
  justify-content: space-around;
}

.buttons-import .button-import:first-child {
  flex-grow: 1;
}

.no-align {
  text-align: left !important;
}

.import-no-margin a, .import-no-margin button, .import-no-margin .disabled {
  margin-left: 0 !important;
}

input[type=number].download-goal {
  border-color: #e5b612;
}

input[type=number].quantity {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  text-align: center;
  font-size: large;
}

input[type=number].quantity::-webkit-inner-spin-button,
input[type=number].quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input-download {
  border: 2px solid #e5b612;
  display: inline-flex;
  border-radius: 5px;
  width: auto;
  height: 33px;
}

.number-input-download,
.number-input-download * {
  box-sizing: border-box;
}

.number-input-download button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.table-fixed {
  table-layout: fixed;
  width: max-content !important;
}

.table-goal-noVisit {
  display: flex;
  align-items: center;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.manual-15-margin-button {
  margin-top: 15px !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1090;
  background: #032a48;
  opacity: 0.9;
  display: none;
}
.loader > div {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sk-folding-cube {
  margin: 30px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.infobox {
  padding: 0.7em 1em;
  margin-bottom: 1em;
  border: 1px solid;
  display: block;
  font-size: 0.95em;
}
.infobox.col-primary {
  background: #3f4b62;
  border-color: #2b3648;
  color: #fff;
}
.infobox.col-secondary {
  background: #3ac495;
  border-color: #1e976d;
  color: #fff;
}
.infobox.col-ternary {
  background: #fde17f;
  border-color: #e5b612;
  color: #3f4b62;
}
.infobox.col-quadrary {
  background: #f67d8b;
  border-color: #b52738;
  color: #fff;
}
.infobox.col-simple-infobox {
  background: #e9eefb;
  border-color: #D8DEEC;
  color: #3f4b62;
}
.infobox .label-multiselect {
  margin-right: 20px;
}
.infobox .clear {
  clear: both;
}
.infobox .list-attribute-names {
  float: left;
}
.infobox .multiselect-copy-column-info {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  padding-top: 120px;
}
@media (max-width: 1300px) {
  body {
    padding-top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .top-header {
  background: #3f4b62;
  height: 80px;
  border-bottom: 2px solid #2b3648;
  padding: 0;
}
.header .top-header .wrapper > div {
  display: inline-block;
  vertical-align: top;
  height: 80px;
}
.header .top-header .wrapper .logo {
  float: left;
  border-left: 1px solid #2b3648;
  border-right: 1px solid #2b3648;
  padding: 5px 1em;
}
.header .top-header .wrapper .logo img {
  width: 175px;
  padding-top: 10px;
}
.header .top-header .wrapper .logo img.emblemat {
  display: none;
}
.header .top-header .main-menu {
  float: left;
}
.header .top-header .main-menu > a {
  border-right: 1px solid #2b3648;
  color: #f3f0f0;
  height: 80px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.85em;
  transition: all 0.25s ease;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  min-width: 140px;
}
.header .top-header .main-menu > a i {
  font-size: 1.7em;
  margin: 0.6em auto;
  display: block;
  transition: all 0.25s ease;
}
.header .top-header .main-menu > a:hover {
  color: #fff;
  background: #36435b;
}
.header .top-header .main-menu > a:hover > i {
  color: #fff;
}
.header .top-header .main-menu > a.active {
  background: #36435b;
  border-bottom: 2px solid #2b3648;
  color: #fff;
}
.header .top-header .main-menu > a.active i {
  color: #2fb688;
}
.header .top-header .user-panel {
  float: right;
  border-left: 1px solid #2b3648;
  border-right: 1px solid #2b3648;
  padding: 0 50px 0 110px;
  position: relative;
  color: #f3f0f0;
}
.header .top-header .user-panel .user-avatar {
  height: 60px;
  width: 90px;
  margin-top: 10px;
  border: 1px solid #2b3648;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin-right: 0.3em;
  position: absolute;
  left: 0.5em;
}
.header .top-header .user-panel .user-avatar img {
  max-height: 100%;
}
.header .top-header .user-panel .user-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .top-header .user-panel .user-info h4, .header .top-header .user-panel .user-info h5 {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 180px;
}
.header .top-header .user-panel .user-info h5 {
  font-weight: normal;
  text-transform: uppercase;
}
.header .top-header .user-panel .user-menu-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  border-left: 1px solid #2b3648;
  border-bottom: 1px solid #2b3648;
  box-sizing: border-box;
  line-height: 80px;
  font-size: 1.5em;
  padding: 0 0.4em;
  transition: all 0.25s ease;
}
.header .top-header .user-panel .user-menu-btn:hover {
  background: #36435b;
  color: #fff;
}
.header .top-header .user-panel .user-menu-btn.active {
  background: #36435b;
  color: #2fb688;
}
.header .top-header .user-panel .user-panel-submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 300px;
  background: #3f4b62;
  border-top: 1px solid #2b3648;
  color: #fff;
}
.header .top-header .user-panel .user-panel-submenu > a {
  text-transform: uppercase;
  line-height: 3em;
  font-size: 0.9em;
  padding: 0 10px;
  border-bottom: 2px solid #36435b;
  display: block;
  transition: all 0.25s ease;
}
.header .top-header .user-panel .user-panel-submenu > a:hover, .header .top-header .user-panel .user-panel-submenu > a.active {
  background: #36435b;
}
@media (max-width: 1300px) {
  .header {
    position: static;
  }
  .header .top-header {
    height: auto;
  }
  .header .top-header .wrapper {
    padding: 0;
    position: relative;
  }
  .header .top-header .wrapper > div {
    display: block;
    height: auto;
  }
  .header .top-header .wrapper .logo {
    float: none;
    height: 80px;
  }
}
@media (max-width: 1300px) and (max-width: 600px) {
  .header .top-header .wrapper .logo img {
    width: 150px;
    padding-top: 15px;
  }
}
@media (max-width: 1300px) and (max-width: 400px) {
  .header .top-header .wrapper .logo {
    content: "../img/emblemat-dark.svg";
  }
  .header .top-header .wrapper .logo img {
    display: none;
  }
  .header .top-header .wrapper .logo img.emblemat {
    display: block;
    width: 60px;
    padding-top: 10px;
  }
}
@media (max-width: 1300px) {
  .header .top-header .wrapper .main-menu {
    float: none;
    border-top: 2px solid #2b3648;
    display: flex;
    justify-content: stretch;
  }
  .header .top-header .wrapper .main-menu > a {
    width: 100%;
    float: none;
    min-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    height: 65px;
  }
}
@media (max-width: 1300px) {
  .header .top-header .wrapper .user-panel {
    position: absolute;
    float: none;
    right: 0;
    top: 0;
    height: 80px;
  }
}
@media (max-width: 1300px) and (max-width: 600px) {
  .header .top-header .wrapper .user-panel {
    padding-left: 20px;
    font-size: 0.9em;
    padding-top: 15px;
  }
  .header .top-header .wrapper .user-panel .user-avatar {
    display: none;
  }
  .header .top-header .wrapper .user-panel h4, .header .top-header .wrapper .user-panel h5 {
    width: 150px;
  }
}

.sub-header {
  background: #2fb688;
  border-bottom: 1px solid #1e976d;
}
@media (max-width: 1024px) {
  .sub-header .wrapper {
    padding: 0;
  }
}

.sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.sub-menu > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
  line-height: 40px;
  height: 40px;
  text-shadow: 0px 1px 1px rgba(21, 104, 74, 0.8);
  display: block;
  box-sizing: border-box;
  padding: 0 1em;
  border-bottom: 1px solid #1e976d;
  border-right: 1px solid #1e976d;
  cursor: pointer;
  transition: all 0.25s ease;
}
.sub-menu > a:first-child {
  border-left: 1px solid #1e976d;
}
.sub-menu > a:hover {
  background: #28ab7e;
}
.sub-menu > a.active {
  background: #28ab7e;
  font-weight: 600;
}
@media (max-width: 800px) {
  .sub-menu > a {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .sub-menu > a {
    width: 100%;
  }
}

.disabled-pointer-events {
  pointer-events: none;
}

.tabs-menu-wrapper {
  height: 90px;
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}
.tabs-menu a {
  display: block;
  border: 1px solid #dbdbdb;
  background: #fff;
  border-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 0.8em 1.2em;
  box-sizing: border-box;
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
  margin: 0 5px;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.tabs-menu a .caret {
  display: none;
}
.tabs-menu a .number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 25px;
  background: #f3f0f0;
  font-weight: bold;
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.tabs-menu a:hover {
  background: #f3f0f0;
}
.tabs-menu a:hover .number {
  background: #dcd4d4;
}
.tabs-menu a.active, .tabs-menu a.active:hover {
  background: #3f4b62;
  border-color: #2b3648;
  color: #fff;
}
.tabs-menu a.active .caret, .tabs-menu a.active:hover .caret {
  display: block;
  position: absolute;
  color: #3f4b62;
  font-size: 25px;
  bottom: -14px;
  left: 47%;
  left: calc(50% - 7px);
}
@media (max-width: 580px) {
  .tabs-menu a.active .caret, .tabs-menu a.active:hover .caret {
    display: none;
  }
}
.tabs-menu a.active .number, .tabs-menu a.active:hover .number {
  background: #2fb688;
  color: #3f4b62;
}
.tabs-menu a:first-child {
  margin-left: 0;
}
.tabs-menu a:last-child {
  margin-right: 0;
}
@media (max-width: 580px) {
  .tabs-menu {
    flex-wrap: wrap;
  }
  .tabs-menu > a {
    margin: 0;
  }
  .tabs-menu > a:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.tag-new {
  top: -26px;
  height: 14px;
  position: absolute;
  display: inline-block;
  background-color: #1e976d;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1.2;
  animation: pulse 1.5s infinite ease-in-out;
}

.tag-new::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 6px solid #1e976d;
  border-bottom: 6px solid transparent;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
div.table {
  overflow-x: auto;
}

div.table > table, table.table {
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
  text-align: center;
  margin-bottom: 1.1em;
  font-size: 0.9em;
}
div.table > table td, table.table td {
  border: 1px solid #dbdbdb;
  padding: 13px;
}
div.table > table td h4, table.table td h4 {
  margin-bottom: 0;
  font-size: 1.05em;
}
div.table > table td h5, table.table td h5 {
  margin-bottom: 0;
  font-weight: normal;
}
div.table > table .location, div.table > table .question, div.table > table .name, div.table > table .answer, table.table .location, table.table .question, table.table .name, table.table .answer {
  width: 350px;
  text-align: left;
}
div.table > table .location-stats, table.table .location-stats {
  width: 250px;
  text-align: left;
}
div.table > table .goal-stats, table.table .goal-stats {
  width: auto;
  text-align: center;
}
div.table > table .number-stats, table.table .number-stats {
  width: 60px;
}
div.table > table .name-center, table.table .name-center {
  width: 350px;
  text-align: center;
}
div.table > table .text, table.table .text {
  width: 150px;
}
div.table > table .text-medium, table.table .text-medium {
  width: 250px;
}
div.table > table .text-left, table.table .text-left {
  width: 150px;
  text-align: left;
}
div.table > table .date, table.table .date {
  width: 170px;
}
div.table > table .date h4, table.table .date h4 {
  font-weight: normal;
}
div.table > table .text-wide, table.table .text-wide {
  width: 400px;
  text-align: left;
}
div.table > table .number, table.table .number {
  width: 40px;
}
div.table > table .checkbox, table.table .checkbox {
  width: 20px;
}
div.table > table .action, div.table > table .action-wide, table.table .action, table.table .action-wide {
  width: 60px;
}
div.table > table .action a, div.table > table .action button, div.table > table .action-wide a, div.table > table .action-wide button, table.table .action a, table.table .action button, table.table .action-wide a, table.table .action-wide button {
  margin: 3px 5px;
}
div.table > table .action-wide, table.table .action-wide {
  width: 150px;
}
div.table > table .small, table.table .small {
  font-size: 0.85em;
}
div.table > table td.icon-td-left, div.table > table td.icon-td-right, table.table td.icon-td-left, table.table td.icon-td-right {
  position: relative;
  box-sizing: border-box;
}
div.table > table td.icon-td-left .icon-td-icon, div.table > table td.icon-td-right .icon-td-icon, table.table td.icon-td-left .icon-td-icon, table.table td.icon-td-right .icon-td-icon {
  position: absolute;
  height: 100%;
  top: 0;
  width: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.table > table td.icon-td-left .icon-td-icon.confirmed, div.table > table td.icon-td-right .icon-td-icon.confirmed, table.table td.icon-td-left .icon-td-icon.confirmed, table.table td.icon-td-right .icon-td-icon.confirmed {
  color: #2fb688;
}
div.table > table td.icon-td-left .icon-td-icon.unconfirmed, div.table > table td.icon-td-right .icon-td-icon.unconfirmed, table.table td.icon-td-left .icon-td-icon.unconfirmed, table.table td.icon-td-right .icon-td-icon.unconfirmed {
  color: #d83d4f;
}
div.table > table td.icon-td-left .icon-td-icon.ignored, div.table > table td.icon-td-right .icon-td-icon.ignored, table.table td.icon-td-left .icon-td-icon.ignored, table.table td.icon-td-right .icon-td-icon.ignored {
  color: #f2c838;
}
div.table > table td.icon-td-left, table.table td.icon-td-left {
  padding-left: 35px;
}
div.table > table td.icon-td-left .icon-td-icon, table.table td.icon-td-left .icon-td-icon {
  left: 0;
  border-right: 1px solid #dbdbdb;
}
div.table > table td.icon-td-right, table.table td.icon-td-right {
  padding-right: 35px;
}
div.table > table td.icon-td-right .icon-td-icon, table.table td.icon-td-right .icon-td-icon {
  right: 0;
  border-left: 1px solid #dbdbdb;
}
div.table > table tbody tr, table.table tbody tr {
  background: #fbfbfb;
}
div.table > table tbody tr:nth-child(even), table.table tbody tr:nth-child(even) {
  background: #fff;
}
div.table > table tbody tr.checked, div.table > table tbody tr.active, div.table > table tbody tr.done, table.table tbody tr.checked, table.table tbody tr.active, table.table tbody tr.done {
  background: rgba(47, 182, 136, 0.3);
}
div.table > table tbody tr.checked td, div.table > table tbody tr.active td, div.table > table tbody tr.done td, table.table tbody tr.checked td, table.table tbody tr.active td, table.table tbody tr.done td {
  border-color: #2fb688;
}
div.table > table tbody tr.checked td.collapse-btn button, div.table > table tbody tr.active td.collapse-btn button, div.table > table tbody tr.done td.collapse-btn button, table.table tbody tr.checked td.collapse-btn button, table.table tbody tr.active td.collapse-btn button, table.table tbody tr.done td.collapse-btn button {
  background: rgba(47, 182, 136, 0.4);
}
div.table > table thead, table.table thead {
  background: #3f4b62;
  border-bottom: 2px solid #2b3648;
}
div.table > table thead th, table.table thead th {
  font-weight: normal;
  font-size: 0.9em;
  padding: 13px;
  text-transform: uppercase;
  border: 1px solid #2b3648;
  color: #ffffff;
  height: 35px;
}
div.table > table thead th .sort, table.table thead th .sort {
  display: flex;
  align-items: center;
  cursor: pointer;
}
div.table > table thead th .sort span, table.table thead th .sort span {
  margin-right: 0.5em;
}
div.table > table thead th .sort i, table.table thead th .sort i {
  padding: 0.3em 0.5em;
  background: #36435b;
  border-radius: 5px;
  margin-left: auto;
  border: 2px solid #2b3648;
  color: #2fb688;
  transition: all 0.3s ease;
}
div.table > table thead th .sort:hover i, table.table thead th .sort:hover i {
  border-color: #2fb688;
}
div.table > table thead th .sort.active i, table.table thead th .sort.active i {
  border-color: #2fb688;
}
div.table > table thead tr, table.table thead tr {
  background: none;
}
div.table > table thead .table-action-panel, table.table thead .table-action-panel {
  padding: 3px 10px;
  text-align: left;
  border-top: 1px solid #2b3648;
  background: #36435b;
}
div.table > table thead .table-action-panel a, div.table > table thead .table-action-panel button, table.table thead .table-action-panel a, table.table thead .table-action-panel button {
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  display: inline-block;
  color: #2fb688;
  margin: 0 10px;
  transition: all 0.25s ease;
}
div.table > table thead .table-action-panel a:hover, div.table > table thead .table-action-panel button:hover, table.table thead .table-action-panel a:hover, table.table thead .table-action-panel button:hover {
  text-decoration: underline;
}
div.table > table tr.sub-table, table.table tr.sub-table {
  background: none;
}
div.table > table tr.sub-table table, table.table tr.sub-table table {
  margin-bottom: 0;
  font-size: 1em;
}
div.table > table tr.sub-table tbody tr:last-child, table.table tr.sub-table tbody tr:last-child {
  border-bottom: 2px solid #2fb688;
}
div.table > table tr.sub-table > td, table.table tr.sub-table > td {
  padding: 0;
  border: none;
}
div.table > table tr.sub-table > td thead, table.table tr.sub-table > td thead {
  background: #2fb688;
  border-color: #1e976d;
  border-top: 1px solid #1e976d;
}
div.table > table tr.sub-table > td thead th, table.table tr.sub-table > td thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #1e976d;
}
div.table > table tr.sub-table .sub-table-pagination, table.table tr.sub-table .sub-table-pagination {
  text-align: right;
}
div.table > table tr.sub-table .sub-table-pagination .pagination, table.table tr.sub-table .sub-table-pagination .pagination {
  display: inline-block;
  margin-left: 1em;
}

.table-thumb {
  max-width: 120px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

.add-tasks {
  background: #fafff9 !important;
}

.add-tasks-selectedAll {
  background: rgba(47, 182, 136, 0.3) !important;
}

.add-tasks-selectedAll td {
  border: 1px solid #2fb688 !important;
}

.remove-tasks {
  background: #fdf8f8 !important;
}

.remove-tasks-selectedAll {
  background: #fb6868 !important;
  color: white !important;
}

.description-sync-toggle {
  text-align: center;
  border-bottom: 1px solid #2b3648;
  padding: 8px !important;
  font-size: initial !important;
  color: #2b3648 !important;
  border-top: 1px solid #2b3648;
  border-left: 1px solid #2b3648;
  font-weight: bold !important;
  cursor: help;
}

.description-sync-toggle .description-sync-hide {
  display: none;
}

.description-sync-toggle:hover .description-sync-hide {
  display: block;
  font-weight: normal;
  text-transform: none;
}

.description-sync-toggle:hover .description-sync-show {
  display: none;
}

.description-sync-show {
  display: block;
}

.dropdown-container {
  position: relative;
  display: inline-block;
  width: 300px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.dropdown-menu.active {
  display: block;
  opacity: 1;
}

.sync-danger {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: xxx-large;
  color: red;
  margin-bottom: 20px;
}

.sync-all-tasks-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.selected-row {
  background-color: #b8ffc7 !important;
}

.selected-row-to-delete {
  background-color: #fb6868 !important;
  color: white !important;
}

.removed {
  display: none;
}

.table-goal {
  height: auto !important;
  padding: 7px 13px 7px 13px !important;
}

.modal > div {
  position: relative;
  max-width: 100%;
  padding: 0 10px;
}
.modal > div:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.modal-wide > div {
  width: 1200px;
  margin: 30px auto;
}

.modal-main > div {
  width: 950px;
  margin: 30px auto;
}

.modal-small > div {
  width: 650px;
  margin: 30px auto;
}

.modal-warning > div {
  width: 600px;
  margin: 20px auto;
  text-align: center;
}
.modal-warning > div > div > i.modal-icon {
  font-size: 2.5em;
  color: #d83d4f;
  margin: 0.4em 0;
}
.modal-warning > div .modal-footer {
  display: flex;
  margin-top: 2em;
}
.modal-warning > div .modal-footer .btn {
  width: 100%;
  margin: 0 10px;
}
.modal-warning > div .modal-footer .btn > i {
  float: left;
}
.modal-warning > div .modal-footer .btn:first-child {
  margin-left: 0;
}
.modal-warning > div .modal-footer .btn:last-child {
  margin-right: 0;
}

.modal-footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: right;
}
.modal-footer a, .modal-footer button, .modal-footer .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.modal-footer-universal {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  display: flex;
  margin-top: 1em;
  justify-content: flex-start;
}
.modal-footer-universal a, .modal-footer-universal button, .modal-footer-universal .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.modal-footer-universal a:first-child, .modal-footer-universal button:first-child, .modal-footer-universal .disabled:first-child {
  margin-left: 0em;
}
.modal-footer-universal a:last-child, .modal-footer-universal button:last-child, .modal-footer-universal .disabled:last-child {
  margin-left: auto;
}

.modal-footer-survey-confirmation-copy {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: right;
}
.modal-footer-survey-confirmation-copy a, .modal-footer-survey-confirmation-copy button, .modal-footer-survey-confirmation-copy .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.modal-close {
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 20px;
  transition: all 0.25s ease;
  z-index: 1;
  opacity: 0.4;
  cursor: pointer;
}
.modal-close:hover {
  color: #2fb688;
  opacity: 1;
}

.modal-backdrop {
  background-color: #2b3648;
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.filter-panel {
  padding-left: 10%;
  position: relative;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.1em;
}
@media (max-width: 980px) {
  .filter-panel {
    padding-left: 0;
  }
}
.filter-panel > i, .filter-panel > .number {
  position: absolute;
  width: 10%;
  left: 0;
  height: 100%;
  background: #f3f0f0;
  color: #3f4b62;
  box-sizing: border-box;
  padding: 10px;
  font-size: 2em;
  text-align: center;
}
.filter-panel > i:before, .filter-panel > .number:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  top: calc(50% - 0.5em);
}
@media (max-width: 980px) {
  .filter-panel > i, .filter-panel > .number {
    display: none;
  }
}
.filter-panel > div {
  padding: 1.1em;
  padding-bottom: 0;
}

.footer {
  text-align: center;
  margin-top: 1.5em;
}
.footer .top-footer {
  padding: 1em;
  background: #3f4b62;
}
.footer .top-footer img {
  max-width: 150px;
}
.footer .bottom-footer {
  padding: 1em;
  color: #6a7894;
  font-size: 0.7em;
  text-transform: uppercase;
  background: #36435b;
}

.photo-thumb {
  display: inline-block;
  max-width: 300px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 1em;
}
.photo-thumb img {
  width: 100%;
  border-radius: 0.25em;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.photo-thumb .btn-icon {
  position: absolute;
  top: 7px;
  left: 7px;
  opacity: 0.85;
}
.photo-thumb .photo-sidenote {
  position: absolute;
  font-size: 18px;
  background: #f3f0f0;
  padding: 4px;
  bottom: 5px;
  left: 1px;
  color: #3f4b62;
  opacity: 0.8;
}

.outline-border {
  outline: 5px solid #b52738;
  outline-offset: -5px;
}

.outline-border-orange {
  outline: 5px solid #eba519;
  outline-offset: -5px;
}

.correction-footer {
  text-transform: uppercase;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #b52738;
  flex-wrap: wrap;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.correction-footer.correction-orange {
  background-color: #eba519;
}
.correction-footer.low {
  height: 25px;
}

.correction-main-folder {
  position: absolute;
  font-size: xxx-large;
  opacity: 0.8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.correction-main-folder:hover {
  transform: scale(1.4) translate(-37%, -29%);
  opacity: 1;
}

.correction-reason-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 23ch;
  margin-left: 8px;
  padding-top: 5px;
}
.correction-reason-description:hover {
  overflow: visible;
  text-overflow: inherit;
  background: #b52738;
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: -8px;
  white-space: normal;
  padding: 10px;
}
.correction-reason-description:hover.correction-orange {
  background-color: #eba519;
}

.file-thumb {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.file-thumb > i {
  margin-right: 10px;
  font-size: 1.2em;
}
.file-thumb > label {
  margin-right: 10px;
  font-size: 0.9em;
}
.file-thumb > button {
  margin-left: auto;
}

.pagination {
  text-align: right;
  margin-bottom: 1.5em;
}
.pagination > .btn {
  margin-right: 5px;
}
.pagination .bounds {
  margin: 0 10px 0 5px;
  font-size: 0.85em;
  vertical-align: top;
  padding: 0.7em;
  display: inline-block;
}
.pagination:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 3px;
  font-size: 0.75em;
  text-transform: uppercase;
}
.breadcrumbs > span {
  color: #36435b;
  font-weight: bold;
}
.breadcrumbs > a:last-child {
  font-weight: bold;
  color: #2fb688;
}
.breadcrumbs > i {
  margin: 0 4px;
}

.btn > img {
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
}

.btn.btn-icon > img {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: none;
}

.btn.btn-b-primary, .btn.btn-b-primary > img {
  background: none;
  border-color: #3f4b62;
  color: #3f4b62;
}

.btn.btn-b-primary > img {
  width: 13px;
  height: 13px;
  margin-bottom: -0.5px;
  margin-right: -1.5px;
  max-width: none;
  display: inline-block;
}

.btn.btn-b-primary:hover > img {
  transform: scale(1.15);
}

.status.col-undone {
  background: #e69a7e;
}

.status.col-correction {
  background: #eba519;
}

.status.col-completed {
  background: #449dad;
}

.status.col-active {
  background: #80c363;
}

.status.col-waiting {
  background: #ebd55c;
}

.status.col-unpublished {
  background: #b4b4b4;
}

.status.col-published {
  background: #b4b4b4;
}

.status.small {
  font-size: 0.5em;
  min-width: fit-content;
  bottom: 0.5em;
  position: relative;
}

.audit {
  font-size: 0.8em;
  padding: 0.35em 0.7em;
  color: #fff !important;
  background: #3f4b62;
  display: inline-block;
  min-width: 140px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}

.audit.col-primary {
  background: #3f4b62;
}

.audit.col-secondary {
  background: #2fb688;
}

.audit.col-ternary {
  background: #f7d14d;
}

.audit.col-quadrary {
  background: #d83d4f;
}

.audit-icon-wrapper {
  font-size: 30px;
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: white;
  margin: auto;
}

.audit-icon-wrapper > i {
  vertical-align: middle;
  margin: 15px;
}

.audit-icon-wrapper.col-quadrary {
  background-color: #d83d4f;
}

.audit-icon-wrapper.col-secondary {
  background-color: #2fb688;
}

.audit-modal-title {
  text-align: center;
  margin-bottom: 10px;
}

.audit-modal-text {
  text-align: center;
  margin-bottom: 30px;
}

div.table > table .action.img-icon > img, table.table .action.img-icon > img {
  width: 13px;
  margin-bottom: -1.5px;
  margin-right: -3.5px;
  display: inline-block;
}

.btn-secondary.btn-icon > img {
  width: 13px;
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding: 0 1em 0 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
  background: #28ab7e;
  border-color: #1e976d;
}

.btn-secondary.btn-icon:hover > img {
  margin-right: 1.2em;
  padding-right: 0.8em;
  transform: scale(1.15);
}

.btn-icon.disabled > img {
  background: #f3f0f0;
  color: #3f4b62;
  border-color: #dbdbdb;
}

.audit-comment {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
  background: #fff8eb;
  border-color: #f0be5a !important;
  color: #0e0e0e;
  font-size: 0.8em;
  outline: 0;
  display: inline-flex;
  padding: 0.7em 1.5em;
  border: 1px solid;
  border-radius: 0.4em;
  text-align: left;
  overflow: auto;
  max-height: 150px;
}

.audit-comment > i {
  float: left;
  background: none;
  color: #eba519;
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: 1em;
}

.hidden {
  display: none;
}

.label-top-btn {
  margin-bottom: 1em;
  border-radius: 0.4em;
}

.icon-check.disabled > i {
  color: #3f4b62;
}

.icon-xmark.disabled > i {
  color: #dbdbdb;
}

.icon-frame {
  font-size: 0.8em;
  text-transform: uppercase;
  border: 1.5px solid;
  border-radius: 0.2em;
  padding-right: 0.1em;
  padding-left: 0.1em;
}

.comment-history {
  max-height: 400px;
  overflow: auto;
}

.counter {
  font-style: italic;
  font-weight: 100;
}

.commentText {
  height: 100px;
}

.status {
  font-size: 0.8em;
  padding: 0.35em 0.7em;
  color: #fff !important;
  background: #3f4b62;
  display: inline-block;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}
.status.col-primary {
  background: #3f4b62;
}
.status.col-secondary {
  background: #2fb688;
}
.status.col-ternary {
  background: #f7d14d;
}
.status.col-quadrary {
  background: #d83d4f;
}
.chart-horizontal {
  margin-bottom: 1.5em;
  padding-top: 50px;
  padding-bottom: 55px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  border-top: 1px dashed #dbdbdb;
}
.chart-horizontal > div {
  display: inline-block;
  min-width: 55px;
  max-width: 220px;
  height: 200px;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}
.chart-horizontal > div > div {
  background: #3f4b62;
  border-bottom: 2px solid #2b3343;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  bottom: 0;
}
.chart-horizontal > div > div > span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  top: -20px;
  position: relative;
  cursor: help;
  white-space: normal;
}
.chart-horizontal > div > label {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0 3px;
  vertical-align: bottom;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  top: 210px;
  width: 100%;
  box-sizing: border-box;
  line-height: 15px;
}
.chart-horizontal > div:after {
  content: " ";
  display: block;
  width: 80%;
  height: 100%;
  background: #fbfbfb;
  position: absolute;
  z-index: -1;
  left: 10%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.chart-bg-hor, .chart-bg-ver {
  position: relative;
}
.chart-bg-hor label, .chart-bg-ver label {
  position: relative;
  z-index: 5;
  text-align: center;
  display: block;
  font-weight: bold;
}
.chart-bg-hor div, .chart-bg-ver div {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f3f0f0;
  z-index: 0;
}

.chart-bg-hor div {
  height: 100%;
  -webkit-box-shadow: 1px 0px 2px 0px rgba(143, 143, 143, 0.3);
  -moz-box-shadow: 1px 0px 2px 0px rgba(143, 143, 143, 0.3);
  box-shadow: 1px 0px 2px 0px rgba(143, 143, 143, 0.3);
}

.chart-bg-ver div {
  width: 100%;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(143, 143, 143, 0.3);
  -moz-box-shadow: 0px -1px 2px 0px rgba(143, 143, 143, 0.3);
  box-shadow: 0px -1px 2px 0px rgba(143, 143, 143, 0.3);
}

.chart-horizontal.col-secondary > div > div {
  background: #2fb688;
  border-color: #258d6a;
}

.chart-horizontal.col-ternary > div > div {
  background: #f7d14d;
  border-color: #f5c41c;
}

.chart-horizontal.col-quadrary > div > div {
  background: #d83d4f;
  border-color: #bc2637;
}

.chart-component .chart-inside-text {
  text-align: center;
  font-weight: 800;
  display: grid;
  text-transform: uppercase;
}
.chart-component .chart-inside-text > span:first-child {
  font-size: 0.25em;
  display: block;
}
.chart-component .chart-inside-text > span {
  line-height: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.gallery .gallery-item {
  position: relative;
  height: 250px;
  width: 300px;
  overflow: hidden;
  margin-bottom: 1.5em;
  border: 2px solid #dbdbdb;
  background: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-item img {
  vertical-align: middle;
}
.gallery .gallery-item .info {
  position: absolute;
  width: 100%;
  transition: all 0.25s ease;
  bottom: 0;
  text-align: center;
  left: 0;
  line-height: 1.2;
  background: rgba(63, 75, 98, 0.9);
  color: #fff;
  font-size: 0.8em;
  padding: 1em;
}
.gallery .gallery-item .info h4, .gallery .gallery-item .info h5, .gallery .gallery-item .info h3, .gallery .gallery-item .info h2, .gallery .gallery-item .info p {
  margin-bottom: 0.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery.gallery-slider {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.gallery.gallery-slider .gallery-item {
  width: 200px;
  height: 250px;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .gallery.gallery-slider {
    width: 80%;
    width: calc(100% - 2em - 85px);
  }
  .gallery.gallery-slider .gallery-item {
    height: auto;
  }
  .gallery.gallery-slider .gallery-item .info {
    display: none;
  }
}

.question, .survey-element {
  border-bottom: 1px solid #3f4b62;
  transition: all 0.25s ease;
  position: relative;
  padding: 1.7em 0 1.7em 125px;
}
.question .number, .survey-element .number {
  position: absolute;
  top: 1.1em;
  width: 110px;
  padding-right: 10px;
  text-align: center;
  left: 0;
  font-size: 1.65em;
  font-weight: bold;
  border-right: 1px solid #dbdbdb;
}
.question .number .fa-filter, .survey-element .number .fa-filter {
  font-size: 10px;
  position: absolute;
  background: #f7d14d;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  right: -10px;
  top: 7px;
}
.question .number.removed-question, .survey-element .number.removed-question {
  color: rgba(63, 75, 98, 0.6509803922);
}
.question .question-content h5, .survey-element .question-content h5 {
  margin-bottom: 0;
}
.question .question-content > h2, .survey-element .question-content > h2 {
  padding-right: 210px;
}
.question .question-content h3, .survey-element .question-content h3 {
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4;
}
.question .question-content h3 i, .survey-element .question-content h3 i {
  font-size: 0.4em;
  vertical-align: top;
  color: #d83d4f;
  padding-top: 5px;
}
.question .question-content ul, .survey-element .question-content ul {
  margin-top: 1em;
}
.question > .infobox, .survey-element > .infobox {
  margin: 1em 0;
}
.question .survey-element-result, .survey-element .survey-element-result {
  position: absolute;
  right: 0;
  top: 1em;
  width: 170px;
  height: 60px;
}
.question .survey-element-result .answers-number, .survey-element .survey-element-result .answers-number {
  border: 1px solid #dbdbdb;
  height: 2.3em;
  line-height: 1.7em;
  padding: 0.3em;
  font-size: 0.85em;
  text-align: center;
  text-transform: uppercase;
  background: #fbfbfb;
}
.question .survey-element-result > .chart-bg-hor, .survey-element .survey-element-result > .chart-bg-hor {
  border: 1px solid #dbdbdb;
  line-height: 1.7em;
  height: 1.7em;
  margin-top: -1px;
}
@media (max-width: 980px) {
  .question .survey-element-result, .survey-element .survey-element-result {
    position: static;
    height: auto;
    margin-top: 10px;
    font-size: 0.8em;
    width: 150px;
  }
}
.question .chart-horizontal, .survey-element .chart-horizontal {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.question .chart-horizontal .removed-choice, .survey-element .chart-horizontal .removed-choice {
  opacity: 60%;
}
.question .photo-answers-slider, .survey-element .photo-answers-slider {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
}
.question .open-answer-slider, .survey-element .open-answer-slider {
  margin: 1.5em 0;
  display: flex;
  align-items: center;
}
.question .open-answer-slider .open-answer-item, .survey-element .open-answer-slider .open-answer-item {
  padding: 1.5em 1.5em 1em 90px;
  border: 1px solid #dbdbdb;
  position: relative;
  margin: 0 1em;
  width: 80%;
  width: calc(100% - 2em - 85px);
}
.question .open-answer-slider .open-answer-item i, .survey-element .open-answer-slider .open-answer-item i {
  position: absolute;
  left: 0;
  font-size: 40px;
  top: 0;
  height: 100%;
  border-right: 1px solid #dbdbdb;
  padding: 0 15px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
}
.question .open-answer-slider .open-answer-item .answer-content, .survey-element .open-answer-slider .open-answer-item .answer-content {
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-style: italic;
  margin-bottom: 0.8em;
}
.question .open-answer-slider .open-answer-item .answer-info, .survey-element .open-answer-slider .open-answer-item .answer-info {
  font-size: 0.85em;
  line-height: 1;
  text-transform: uppercase;
}
.question .buttons-panel, .survey-element .buttons-panel {
  margin-bottom: 0;
}
.question .buttons-panel .btn, .survey-element .buttons-panel .btn {
  margin-bottom: 0;
}
.question.survey-title h2, .survey-element.survey-title h2 {
  margin-bottom: 0;
}
.question.survey-title .number, .survey-element.survey-title .number {
  background: #2b3648;
}
.question.survey-title .survey-element-result .answers-number, .survey-element.survey-title .survey-element-result .answers-number {
  border-color: #3f4b62;
}
.question.survey-title .survey-element-result > .chart-bg-hor, .survey-element.survey-title .survey-element-result > .chart-bg-hor {
  border-color: #3f4b62;
}
.question.survey-title .survey-element-result > .chart-bg-hor > div, .survey-element.survey-title .survey-element-result > .chart-bg-hor > div {
  background: #2fb688;
}
.question.question-section, .survey-element.question-section {
  border-top: 1px solid;
}
.question.question-section h3, .survey-element.question-section h3 {
  font-size: 1.4em;
  padding-top: 0.1em;
  font-weight: bold;
}
.question.question-section .number, .question.survey-title .number, .survey-element.question-section .number, .survey-element.survey-title .number {
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f4b62;
  color: #fff;
  padding: 0;
}
.question.question-section .number.removed-section, .question.survey-title .number.removed-section, .survey-element.question-section .number.removed-section, .survey-element.survey-title .number.removed-section {
  opacity: 60%;
}
.question.question-section .number .fa-filter, .question.survey-title .number .fa-filter, .survey-element.question-section .number .fa-filter, .survey-element.survey-title .number .fa-filter {
  top: calc(50% - 10px);
}
.question.question-section .arrow, .question.survey-title .arrow, .survey-element.question-section .arrow, .survey-element.survey-title .arrow {
  height: 100%;
  top: 0;
  display: flex;
  position: absolute;
  right: 0;
  width: 32px;
  align-items: center;
  justify-content: center;
  background: #3f4b62;
  color: #fff;
  padding: 0;
}
.question .answer-content, .survey-element .answer-content {
  margin-top: 1.5em;
}
.question .answer-content.open, .survey-element .answer-content.open {
  font-size: 0.9em;
  font-style: italic;
}
.question .answer-content ul, .survey-element .answer-content ul {
  font-size: 0.9em;
}
.question .answer-content ul li, .survey-element .answer-content ul li {
  opacity: 0.6;
}
.question .answer-content ul li.checked, .survey-element .answer-content ul li.checked {
  opacity: 1;
  font-size: 1.2em;
}
.question .answer-content .photo-thumb, .survey-element .answer-content .photo-thumb {
  width: 200px;
}
.question .comment, .survey-element .comment {
  font-size: 0.9em;
  font-style: italic;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dashed #dbdbdb;
}
.question .removed-info, .survey-element .removed-info {
  opacity: 60%;
  font-style: italic;
}

.positive {
  color: #28ab7e;
}

.neutral {
  color: #3f4b62;
}

.negative {
  color: #b52738;
}

.section-weight {
  display: flex;
  align-items: center;
}

.label-weight-section {
  order: 1;
}

.input-section-weight-2 {
  order: 2;
}

.sectionElements {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.label-weight-section {
  width: 20%;
  font-size: 76%;
  min-width: 4em;
}

.error-page {
  margin-top: 2em;
  margin-bottom: 2em;
}
.error-page h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1em;
}
.error-page h3 {
  margin-bottom: 2em;
}

.placeholder-box {
  font-size: 1.2em;
  text-align: center;
  padding: 1.5em;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fbfbfb;
  color: #dbdbdb;
  border-radius: 1em;
  border: 1px dashed #dbdbdb;
  margin-bottom: 1.5em;
}
.placeholder-box > i {
  margin-bottom: 0.23em;
  font-size: 4em;
}
.placeholder-box p:last-child {
  margin-bottom: 0;
}
.placeholder-box.col-secondary {
  background: #43b58f;
  color: #fff;
}
.placeholder-box.col-secondary > i {
  color: #f7d14d;
}
.placeholder-box > .btn {
  margin-top: 1em;
}

.collapse-section.closed .collapse-container {
  display: none;
}
.collapse-section .collapse-trigger.small-button {
  text-align: right;
  margin-bottom: 1.5em;
}
.collapse-section .collapse-trigger.small-button button .fa-caret-up {
  display: inherit;
}
.collapse-section .collapse-trigger.small-button button .fa-caret-down {
  display: none;
}
.collapse-section.closed .collapse-trigger.small-button .fa-caret-up {
  display: none;
}
.collapse-section.closed .collapse-trigger.small-button .fa-caret-down {
  display: inherit;
}
.collapse-section .collapse-trigger.title-button {
  padding-right: 50px;
  position: relative;
  margin-bottom: 1em;
}
.collapse-section .collapse-trigger.title-button > button {
  position: absolute;
  right: 0;
  top: 0;
}
.collapse-section .collapse-trigger.title-button > button .fa-caret-up {
  display: inherit;
}
.collapse-section .collapse-trigger.title-button > button .fa-caret-down {
  display: none;
}
.collapse-section.closed .collapse-trigger.title-button .fa-caret-up {
  display: none;
}
.collapse-section.closed .collapse-trigger.title-button .fa-caret-down {
  display: inherit;
}

.checkbox-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  font-size: 0.85em;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-bottom: 1.5em;
}
.checkbox-panel:hover {
  border-color: #3f4b62;
}
.checkbox-panel:hover > button:first-child {
  border-color: #3f4b62;
  background: #f3f0f0;
}
.checkbox-panel h4 {
  text-transform: uppercase;
}
.checkbox-panel > button:first-child {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  margin-bottom: 1em;
}
.checkbox-panel > i {
  display: block;
  font-size: 2.5em;
  margin: 0.4em auto;
  color: #2fb688;
}
.checkbox-panel .check-state {
  margin-top: auto;
}
.checkbox-panel .check-state > i {
  display: none;
}
.checkbox-panel.active {
  background: #2fb688;
  border-color: #1e976d;
  color: #fff;
}
.checkbox-panel.active > button:first-child {
  background: #3f4b62;
  border: 2px solid #1e976d;
}
.checkbox-panel.active > i {
  color: #f7d14d;
}
.checkbox-panel.active input, .checkbox-panel.active select {
  color: #3f4b62;
}
.checkbox-panel.active .check-state > i {
  display: block;
  margin: 0 auto;
  font-size: 1.5em;
  color: #f7d14d;
}
.checkbox-panel.active .check-state > .btn {
  display: none;
}

.check-box-container {
  position: absolute;
  top: 1em;
  right: 3em;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.check-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  height: 2em;
  width: 2em;
  background-color: rgba(166, 173, 161, 0.2509803922);
  border-radius: 50%;
  border: solid #dbdbdb 3px;
}

/* On mouse-over, add a grey background color */
.check-box-container:hover input ~ .checkmark {
  background-color: #959894;
}

/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark {
  background-color: #2fb688;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 500ms;
}

.slick-prev-arrow, .slick-next-arrow {
  position: absolute;
  top: 49%;
  top: calc(50% - 15px);
  font-size: 1.5em;
  z-index: 1;
}
.slick-prev-arrow.slick-disabled, .slick-next-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-prev-arrow {
  left: 0;
}

.slick-next-arrow {
  right: 0;
}

.cyclical-settings-main input[type=text], .cyclical-settings-main input[type=number] {
  display: inline-block;
  width: 80px;
  margin-right: 1em;
}
.cyclical-settings-main select {
  display: inline-block;
  width: 250px;
}

.cyclical-settings-weekday-select {
  margin-bottom: 1.5em;
  display: flex;
  font-size: 0.8em;
}
.cyclical-settings-weekday-select > a {
  display: flex;
  line-height: 1;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background: #dbdbdb;
  border-radius: 50px;
  font-size: 0.8em;
  margin-top: 10px;
}
.cyclical-settings-weekday-select > a.active {
  background: #2fb688;
  color: #fff;
}

.cyclical-settings-selected-monthday {
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}
.cyclical-settings-selected-monthday label {
  line-height: 1;
  font-size: 0.9em;
}
.cyclical-settings-selected-monthday label, .cyclical-settings-selected-monthday select, .cyclical-settings-selected-monthday input {
  margin-right: 15px;
}

.card {
  border: 1px solid #dbdbdb;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1.5em;
}
.card > .main-number {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.card > .main-number > span {
  display: block;
  font-size: 0.35em;
  text-transform: uppercase;
  padding: 0.2em 1em;
  background: #3f4b62;
  color: #fff;
}
.card.vertical-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.calendar-container {
  max-width: 100%;
  overflow-x: auto;
}

.calendar {
  margin-bottom: 2em;
  min-width: 900px;
}
.calendar .calendar-settings {
  display: flex;
  padding: 1em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.3em;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}
.calendar .calendar-settings .cal-colors-select {
  margin-right: auto;
  width: 350px;
  margin-bottom: 0;
}
.calendar .calendar-settings .cal-selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
}
.calendar .calendar-settings .cal-selector h3 {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: 1.1em;
}
.calendar .calendar-settings .cal-selector h3 span {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #3f4b62;
  font-weight: bold;
}
.calendar .calendar-settings .view-type-btns a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar .calendar-settings .view-type-btns a:nth-child(2) {
  border-radius: 0;
}
.calendar .calendar-settings .view-type-btns a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar .cal-month-view, .calendar .cal-week-view {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.calendar .cal-month-view .days-labels, .calendar .cal-week-view .days-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.calendar .cal-month-view .days-labels > div, .calendar .cal-week-view .days-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
.calendar .cal-month-view .days-labels > div .weekend, .calendar .cal-week-view .days-labels > div .weekend {
  color: #2fb688;
}
.calendar .cal-month-view .week, .calendar .cal-week-view .week {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
.calendar .cal-month-view .week .day, .calendar .cal-week-view .week .day {
  border-left: 1px solid #dbdbdb;
  width: 110px;
  flex: 1;
  position: relative;
  padding-top: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.3em;
}
.calendar .cal-month-view .week .day .add-event-btn, .calendar .cal-week-view .week .day .add-event-btn {
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: all 0.2s ease;
  border-radius: 100px;
}
.calendar .cal-month-view .week .day .add-event-btn:hover, .calendar .cal-week-view .week .day .add-event-btn:hover {
  background: #28ab7e;
}
.calendar .cal-month-view .week .day .date-day, .calendar .cal-week-view .week .day .date-day {
  font-size: 1.2em;
  position: absolute;
  top: 8px;
  right: 12px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.calendar .cal-month-view .week .day.other-month, .calendar .cal-week-view .week .day.other-month {
  background: #f3f0f0;
  font-weight: bold;
}
.calendar .cal-month-view .week .day.other-month .date-day, .calendar .cal-week-view .week .day.other-month .date-day {
  opacity: 0.5;
}
.calendar .cal-month-view .week .day.other-month:hover, .calendar .cal-week-view .week .day.other-month:hover {
  background: #ece8e8;
}
.calendar .cal-month-view .week .day.today, .calendar .cal-week-view .week .day.today {
  border: 1px solid #6fa6b5;
  background: #def2f7;
}
.calendar .cal-month-view .week .day.today .date-day, .calendar .cal-week-view .week .day.today .date-day {
  background: #3f4b62;
  padding: 0 15px;
  color: #fff;
  border-radius: 10px;
}
.calendar .cal-month-view .week .day:hover, .calendar .cal-week-view .week .day:hover {
  background: #fbfbfb;
}
.calendar .cal-month-view .week .day:hover .add-event-btn, .calendar .cal-week-view .week .day:hover .add-event-btn {
  opacity: 1;
}
.calendar .cal-month-view .week {
  min-height: 130px;
}
.calendar .cal-week-view .week {
  min-height: 500px;
}
.calendar .cal-day-view .hours-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.5em;
}
.calendar .cal-day-view .hours-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
}
.calendar .cal-day-view .day-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3f4b62;
  margin-bottom: 0.5em;
}
.calendar .cal-day-view .day-label > div {
  padding: 1em;
  background: #3f4b62;
  text-align: center;
  color: #fff;
  line-height: 1;
  min-width: 160px;
}
.calendar .cal-day-view .day-label h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}
.calendar .cal-day-view .day-label h5 {
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #2b3648;
  text-transform: uppercase;
}
.calendar .cal-day-view .day {
  min-height: 500px;
  border: 1px solid #dbdbdb;
  position: relative;
  border-top-color: #3f4b62;
  display: flex;
  flex-direction: column;
}
.calendar .cal-day-view .day .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calendar .cal-day-view .day .lines > div {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #dbdbdb;
  top: 0;
  position: absolute;
}
.calendar .cal-day-view .day .lines > div:nth-child(1) {
  left: 16.5%;
}
.calendar .cal-day-view .day .lines > div:nth-child(2) {
  left: 33%;
}
.calendar .cal-day-view .day .lines > div:nth-child(3) {
  left: 50%;
}
.calendar .cal-day-view .day .lines > div:nth-child(4) {
  left: 66.6%;
}
.calendar .cal-day-view .day .lines > div:nth-child(5) {
  left: 83.2%;
}
.calendar .event {
  height: 20px;
  margin-bottom: 4px;
  line-height: 20px;
  padding: 0 0.5em;
  background: #3f4b62;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
}
.calendar .event > label {
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 18px;
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
.calendar .event .continuation-icon {
  display: block;
  position: absolute;
  font-size: 1em;
  top: 0;
  line-height: 18px;
  color: #000;
  left: 5px;
  opacity: 0.2;
}
.calendar .event .continuation-icon + label {
  padding-left: 7px;
}
.calendar .event .event-info {
  display: none !important;
}
.calendar .event.event-start {
  align-self: flex-end;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.calendar .event.event-start > label {
  position: absolute;
  z-index: 1;
  left: 0.5em;
  top: 0;
}
.calendar .event.event-end {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.calendar .event.event-full {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}
.calendar .event.event-full > label {
  box-sizing: border-box;
  max-width: 100%;
  vertical-align: top;
}
.calendar .event.offset-1 {
  margin-top: 24px;
}
.calendar .event.offset-2 {
  margin-top: 48px;
}
.calendar .event.offset-3 {
  margin-top: 72px;
}
.calendar .event.offset-4 {
  margin-top: 96px;
}
.calendar .event.offset-5 {
  margin-top: 120px;
}
.calendar .event.offset-6 {
  margin-top: 144px;
}
.calendar .event.offset-7 {
  margin-top: 168px;
}
.calendar .event.offset-8 {
  margin-top: 192px;
}
.calendar .event.offset-9 {
  margin-top: 216px;
}
.calendar .event.offset-10 {
  margin-top: 240px;
}
.calendar .event.offset-11 {
  margin-top: 264px;
}
.calendar .event.offset-12 {
  margin-top: 288px;
}
.calendar .event.offset-13 {
  margin-top: 312px;
}
.calendar .event.offset-14 {
  margin-top: 336px;
}
.calendar .event.offset-15 {
  margin-top: 360px;
}
.calendar .event.offset-16 {
  margin-top: 384px;
}
.calendar .event.offset-17 {
  margin-top: 408px;
}
.calendar .event.offset-18 {
  margin-top: 432px;
}
.calendar .event.offset-19 {
  margin-top: 456px;
}
.calendar .event.offset-20 {
  margin-top: 480px;
}
.calendar .event.color-positive {
  background: #2fb688;
}
.calendar .event.color-positive.event-hover {
  background: #299e76;
  border-color: #103c2d;
}
.calendar .event.color-negative {
  background: #d83d4f;
}
.calendar .event.color-negative.event-hover {
  background: #cd293c;
  border-color: #67151e;
}
.calendar .event.color-neutral {
  background: #f7d14d;
}
.calendar .event.color-neutral.event-hover {
  background: #f6c930;
  border-color: #a48107;
}
.calendar .event.color-1 {
  background: #86bdd0;
}
.calendar .event.color-1.event-hover {
  background: #70b1c7;
  border-color: #357388;
}
.calendar .event.color-2 {
  background: #dad360;
}
.calendar .event.color-2.event-hover {
  background: #d4cc47;
  border-color: #837d1e;
}
.calendar .event.color-3 {
  background: #62c7a8;
}
.calendar .event.color-3.event-hover {
  background: #4bbf9c;
  border-color: #266a55;
}
.calendar .event.color-4 {
  background: #f4b468;
}
.calendar .event.color-4.event-hover {
  background: #f2a64b;
  border-color: #b6690d;
}
.calendar .event.color-5 {
  background: #446b7d;
}
.calendar .event.color-5.event-hover {
  background: #395a69;
  border-color: #0e161a;
}
.calendar .event.color-6 {
  background: #c59ac9;
}
.calendar .event.color-6.event-hover {
  background: #ba86be;
  border-color: #7e4684;
}
.calendar .event.color-7 {
  background: #c8c2b1;
}
.calendar .event.color-7.event-hover {
  background: #bbb49f;
  border-color: #83795d;
}
.calendar .event.color-8 {
  background: #8f9a96;
}
.calendar .event.color-8.event-hover {
  background: #7f8b87;
  border-color: #444c49;
}
.calendar .event.color-9 {
  background: #cc7070;
}
.calendar .event.color-9.event-hover {
  background: #c45959;
  border-color: #782b2b;
}
.calendar .event.color-10 {
  background: #3e9775;
}
.calendar .event.color-10.event-hover {
  background: #358164;
  border-color: #112b21;
}
.calendar .event.color-11 {
  background: #6abfe6;
}
.calendar .event.color-11.event-hover {
  background: #50b4e2;
  border-color: #1a749d;
}
.calendar .event.color-12 {
  background: #d3e66a;
}
.calendar .event.color-12.event-hover {
  background: #cbe250;
  border-color: #899d1a;
}
.calendar .event.color-13 {
  background: #819bc9;
}
.calendar .event.color-13.event-hover {
  background: #6c8ac0;
  border-color: #354f7c;
}
.calendar .event.color-14 {
  background: #c9a4af;
}
.calendar .event.color-14.event-hover {
  background: #be919e;
  border-color: #854f5f;
}
.calendar .event.color-15 {
  background: #767571;
}
.calendar .event.color-15.event-hover {
  background: #666662;
  border-color: #282826;
}
.calendar .event.color-16 {
  background: #d28c5e;
}
.calendar .event.color-16.event-hover {
  background: #cb7b46;
  border-color: #764321;
}
.calendar .event.color-17 {
  background: #e87e83;
}
.calendar .event.color-17.event-hover {
  background: #e3646a;
  border-color: #ae1f26;
}
.calendar .event.color-18 {
  background: #8aaf5e;
}
.calendar .event.color-18.event-hover {
  background: #7b9f4f;
  border-color: #3c4d27;
}
.calendar .event.color-19 {
  background: #6b6d80;
}
.calendar .event.color-19.event-hover {
  background: #5d5f6f;
  border-color: #25262d;
}
.calendar .event.color-20 {
  background: #b69a7c;
}
.calendar .event.color-20.event-hover {
  background: #ab8b68;
  border-color: #624d37;
}
.calendar .event.color-21 {
  background: #ffe641;
}
.calendar .event.color-21.event-hover {
  background: #ffe222;
  border-color: #a79100;
}
.calendar .event.color-22 {
  background: #8f7e93;
}
.calendar .event.color-22.event-hover {
  background: #806e84;
  border-color: #3f3741;
}
.calendar .cal-week-view .event-full, .calendar .cal-month-view .event-full {
  width: 95%;
}
.calendar .week .day:last-child {
  overflow: hidden;
}
.calendar .week .day:last-child .event > label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.calendar .cal-day-view .event > label {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.calendar .cal-day-view .event-full {
  width: 99.5%;
}

#eventHoverInfo {
  position: fixed;
  width: 550px;
  font-size: 0.9em;
  background: rgba(247, 209, 77, 0.9);
  right: 0;
  bottom: 0;
  padding: 1em 1.5em;
  display: none;
  justify-content: flex-start;
  align-items: center;
}
#eventHoverInfo > i {
  font-size: 3em;
  margin-right: 0.8em;
}
#eventHoverInfo .data .event-info > span {
  display: block;
  margin-bottom: 0.3em;
}
#eventHoverInfo .data .event-info > span.task-name {
  font-size: 1.1em;
  font-weight: bold;
}
#eventHoverInfo .data .event-info > span.task-status {
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
#eventHoverInfo.hover {
  display: flex;
}

.number-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.number-box > label {
  display: block;
  line-height: 1;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  text-align: center;
  color: #fff;
  background: #3f4b62;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
}
.number-box > div {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
}

.numbers-card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.numbers-card .number-box {
  margin: 0 1em 0.5em 1em;
  min-width: 200px;
}

.btn-group .btn {
  margin: 0;
}
.btn-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.buttons-panel-time-logic-filter {
  margin-bottom: 1em;
  text-align: right;
}

.buttons-panel-time-logic-filter .btn {
  margin-right: 1em;
  margin-left: 0;
}

.filter-time-logic-modal {
  margin-left: 60px;
  margin-right: 60px;
}

#timeRestrictedQuestionsModal > div > div {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}

.modal-medium > div {
  width: 850px;
  margin: 30px auto;
}

.modal-footer-borderless {
  padding-top: 15px;
  margin-top: 25px;
  text-align: right;
}

.modal-footer-borderless a, .modal-footer-borderless button, .modal-footer-borderless .disabled {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

.modal-close-further {
  top: 14px;
  right: 24px;
}

.transparent {
  opacity: 0.5;
}

.survey-structure .question .after-question-btn-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  left: calc(50% + 180px);
  font-size: 0.9em;
  z-index: 1;
}

.survey-structure .question .after-question-btn-modal a {
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
}

.survey-structure .question .after-question-btn-modal a.disabled {
  opacity: 1;
}

.survey-structure .question .after-question-btn-modal {
  bottom: -17px;
}

.survey-structure .question:hover .after-question-btn-modal {
  pointer-events: all;
  opacity: 1;
}

.col-clock-filter {
  color: #2fb688;
}

.date-survey-modal-filter {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.date-survey-modal-filter-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.spacer-medium {
  margin: 0 1em;
  justify-content: center;
}

.spacer-short {
  margin: 0 1em;
  width: 50px;
  justify-content: center;
}

.text-bold {
  font-weight: bold;
}

.hour-and-minutes-filter {
  display: flex;
  width: 14em;
}

.margin-top {
  margin-top: 25px;
}

.margin-modal {
  margin: 30px;
}

.day-of-week {
  display: flex;
  width: 14em;
}

.dates-substitute-setter {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-container {
  position: relative;
}
.badge-container > span.badge {
  position: absolute;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: #D83D4F;
  border-radius: 5em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #B52738;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.85em;
  font-weight: bold;
  bottom: 1.6em;
  right: 0.5em;
}

.external-page {
  background: url("/resources/img/bg.jpg") center center no-repeat #3f4b62;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  min-height: 100vh;
}
.external-page .chow-logo {
  width: 220px;
}

.login-form {
  background: #fff;
  padding: 1.5em;
  max-width: 500px;
  margin: 2em auto;
  border: 1px solid #2b3648;
  border-radius: 0.3em;
  text-align: center;
}
.login-form img {
  width: 150px;
}
.login-form input {
  text-align: center;
}
.login-form .form-submit {
  text-align: center;
}
.login-form p:last-child, .login-form .form-submit:last-child {
  margin-bottom: 0;
}

.login-selectContext-main {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.login-selectContext-primary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  margin-bottom: 40px;
}

.login-selectContext-primary-button {
  padding: 10px;
  border-bottom: 1px solid #2fb688;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.login-selectContext-primary-button:hover {
  background: #f3f0f0;
  color: #2fb688;
}

.contextActive {
  background: #f3f0f0;
  color: #2fb688;
  font-weight: bold;
}

.login-tab-select-context {
  text-transform: uppercase;
  line-height: 3em;
  font-size: 0.8em;
  padding-left: 3em;
  border-bottom: 2px solid #36435b;
  display: block;
  transition: all 0.25s ease;
  background: #3a455a;
}

.login-tab-select-context-default {
  text-transform: none;
  line-height: 1em;
  margin-top: -10px !important;
  font-size: xx-small;
  display: flex;
  padding-left: 18px;
}

.login-select-default-context-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.login-select-default-context-header-image {
  height: 28px;
  padding: 10px;
}

.login-submit-centre {
  display: flex;
  justify-content: center;
}

.import-xls-steps > div {
  padding: 20px 60px;
  text-align: center;
  background: #f3f0f0;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
}
.import-xls-steps > div > span {
  position: absolute;
  opacity: 0.3;
  display: block;
  left: 9px;
  font-size: 3em;
  top: 0;
}
.import-xls-steps > div > i {
  display: none;
}
.import-xls-steps > div.done {
  background: #2fb688;
  color: #fff;
}
.import-xls-steps > div.done > span {
  color: #fff;
}
.import-xls-steps > div.active {
  background: #3f4b62;
  color: #fff;
}
.import-xls-steps > div.active > span {
  color: #fff;
}
.import-xls-steps > div.active > i {
  display: block;
  position: absolute;
  font-size: 40px;
  color: #3f4a61;
  left: 45%;
  left: calc(50% - 11px);
  bottom: -20px;
}

.import-message {
  text-align: center;
}
.import-message > i {
  display: block;
  font-size: 4em;
  margin-bottom: 0.3em;
}

.role-settings {
  max-width: 700px;
}

.permision-management {
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
}
.permision-management .permision-group > div:first-child, .permision-management .permision-item {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.permision-management .permision-group > div:first-child {
  background: #f3f0f0;
}
.permision-management .permision-group h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.permision-management .permision-item.disabled {
  color: rgba(63, 75, 61, 0.2901960784);
}
.permision-management .permision-item p {
  margin-bottom: 0;
  font-size: 0.8em;
}
.permision-management .permision-item h5 {
  margin-bottom: 0.4em;
}

.locationEditPage .map-container {
  margin-bottom: 1.5em;
}
.locationEditPage .new-atribute-value {
  margin-top: 1em;
}

.reset-password-button {
  width: max-content;
}

.max-right {
  margin-left: auto;
  margin-right: 0;
}

.manage-password-modal-center {
  position: absolute;
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 350px;
  padding-inline: 10%;
  border-radius: 25px !important;
}

.manage-password-modal-buttons {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

.manage-password-modal-text {
  text-align: center;
  font-size: large;
}

.manage-password-modal-header {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: x-large;
  margin-top: 25px;
  text-transform: uppercase;
  display: block;
}

.manage-password-modal-reset-header {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: x-large;
  margin-top: 50px;
  text-transform: uppercase;
  display: block;
}

.manage-password-modal-copied-header {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: x-large;
  margin-top: 100px;
  text-transform: uppercase;
  display: block;
}

.generatePasswordInput {
  text-align: center !important;
  font-weight: bold !important;
  border-radius: 40px !important;
  width: 400px !important;
  height: 40px !important;
}

.task-settings-section {
  margin-bottom: 1.3em;
  border-bottom: 1px solid #dbdbdb;
}
.task-settings-section > h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
.task-settings-section:last-child {
  border-bottom: none;
}

.task-group-status {
  background: #fcfbfb;
  text-align: center;
  padding: 20px;
  align-self: flex-start;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.task-group-status > i {
  font-size: 60px;
}
.task-group-status .status {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px -20px;
  display: block;
  border-radius: 0;
}
.task-group-status .progress {
  margin-bottom: 1em;
}
.task-group-status .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
}
.task-group-status .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.task-group-status .progress > div > div {
  background: #3ac495;
}
.task-group-status .buttons > .btn {
  display: block;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
.task-group-status .buttons > .btn i {
  float: left;
}
.task-group-status.is_stuck {
  margin-top: 65px;
}

.task-edit-container .cyclical-card .form-top {
  width: 100%;
}
@media (max-width: 980px) {
  .task-edit-container {
    flex-direction: column-reverse;
  }
  .task-edit-container > div {
    width: 98% !important;
  }
}

#taskEditFloatMenu {
  transition: all 0.25s ease;
}
#taskEditFloatMenu > a {
  transition: all 0.25s ease;
}
#taskEditFloatMenu.is_stuck {
  width: 100% !important;
  left: 0;
  background: #3f4b62;
  border: none;
  border-bottom: 1px solid #2b3648;
  z-index: 5;
}
#taskEditFloatMenu.is_stuck > a {
  font-size: 1em;
  border: none;
  border-radius: 0;
}

.task-users-section .buttons-panel {
  text-align: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1.5em 0 0.9em;
}
.task-users-section .buttons-panel > .btn:first-child {
  margin-left: 0;
}
.task-users-section .placeholder-box {
  min-height: 300px;
}

#autoTasksTriggerModal .autogen-date-settings input {
  width: 200px;
  margin-right: 10px;
  display: inline-block;
}
#autoTasksTriggerModal .autogen-date-settings select {
  width: 50%;
  display: inline-block;
}

.buttons-panel-ex {
  text-align: left !important;
  padding-top: 1em;
  border-top: 1px solid;
  margin-bottom: 0 !important;
}

.buttons-panel-ex .btn:first-child {
  margin-left: 0 !important;
}

.resp-ex {
  padding-bottom: 1.2em;
}

.add-q-ex {
  padding-bottom: 0.5em !important;
}

.filled-by-users {
  display: flex;
  border-radius: 0.4em;
  background: #f2c838;
  padding: 10px;
  color: white;
  margin-bottom: 1em;
  font-size: small;
  justify-content: center;
}

@media (max-width: 1080px) {
  .survey-editor > div {
    width: 98% !important;
  }
}
.survey-editor .survey-title {
  background: #fcfbfb;
  text-align: center;
  padding: 20px;
  align-self: flex-start;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.survey-editor .survey-title > i {
  font-size: 3em;
  margin-bottom: 0.5em;
}
.survey-editor .survey-title .form-top input {
  text-align: center;
}
.survey-editor .survey-title .buttons {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.7em;
  padding: 0.75em 0;
}
.survey-editor .survey-title .buttons .btn {
  width: 100%;
  box-sizing: border-box;
}
.survey-editor .survey-title .buttons .btn i {
  float: left;
}
.survey-editor .survey-title .bulk-editor {
  display: flex;
  padding: 0.75em 0;
}
.survey-editor .survey-title .counters {
  display: flex;
  padding: 0.75em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.7em;
}
.survey-editor .survey-title .counters > div {
  min-width: 150px;
  margin: 0 10px;
  width: 50%;
}
.survey-editor .survey-title .counters > div > span {
  display: block;
  text-align: center;
}
.survey-editor .survey-title .counters > div > span:first-child {
  font-size: 2em;
}
.survey-editor .survey-title .counters > div > span:last-child {
  font-size: 0.6em;
  text-transform: uppercase;
}
.survey-editor .survey-title .survey-tasks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75em;
  justify-content: space-between;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.9em;
  text-align: left;
}
.survey-editor .survey-title .survey-tasks > div {
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 5px 0;
}
.survey-editor .survey-title .survey-tasks > div > span {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}
.survey-editor .survey-title .survey-tasks-advanced {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
  justify-content: space-between;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.9em;
  align-items: flex-start;
  flex-direction: column;
}
.survey-editor .survey-title .survey-tasks-advanced > div {
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 5px 0;
}
.survey-editor .survey-title .survey-tasks-advanced > div > span {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}
.survey-editor .survey-title.is_stuck {
  margin-top: 1.5em;
}

.add-questions-box {
  padding: 2em 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
}
.add-questions-box .container-resp {
  justify-content: center;
}
.add-questions-box .export-panel {
  justify-content: flex-end;
  padding-top: 1.1em;
}

.new-question-btn {
  border: 2px solid #dbdbdb;
  background: #fff;
  padding: 1em;
  border-radius: 0.5em;
  transition: all 0.25s ease;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.8em;
}
.new-question-btn i {
  font-size: 2.2em;
  margin-bottom: 0.4em;
}
.new-question-btn h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.new-question-btn:hover {
  border-color: #3f4b62;
  background: #fbfbfb;
}

.survey-structure {
  margin-bottom: 1.5em;
}
.survey-structure .question .before-question-btns, .survey-structure .question .after-question-btns {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  left: calc(50% - 79px);
  font-size: 0.9em;
  z-index: 1;
}
.survey-structure .question .before-question-btns a, .survey-structure .question .after-question-btns a {
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  margin: 0 5px;
}
.survey-structure .question .before-question-btns a.disabled, .survey-structure .question .after-question-btns a.disabled {
  opacity: 1;
}
.survey-structure .question .before-question-btns {
  top: -12px;
}
.survey-structure .question .after-question-btns {
  bottom: -17px;
}
.survey-structure .question .controls {
  margin: 0.5em 0;
}
@media (min-width: 980px) {
  .survey-structure .question .controls {
    position: absolute;
    top: 0;
    right: 32px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    padding: 0.4em 0.5em;
    background: #3f4b62;
    font-size: 0.9em;
    border-bottom-left-radius: 5px;
  }
}
.survey-structure .question .controls > a {
  margin: 0 3px;
}
.survey-structure .question:hover {
  background: #fbfbfb;
}
.survey-structure .question:hover .before-question-btns, .survey-structure .question:hover .after-question-btns {
  pointer-events: all;
  opacity: 1;
}
.survey-structure .question:hover .controls {
  opacity: 1;
  pointer-events: all;
}

.question-choose-options .option {
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #dbdbdb;
  align-items: center;
}
.question-choose-options .option .points-input {
  width: 100px;
}
.question-choose-options .option > input {
  margin-right: 1.2em;
}
.question-choose-options .option.option-other {
  align-items: center;
}
.question-choose-options .option.option-other > span {
  width: 100%;
  margin-right: 1.2em;
  box-sizing: border-box;
}
.question-choose-options .option.option-other input {
  margin-left: auto;
}
.question-choose-options .buttons-panel {
  text-align: left;
}
.question-choose-options .buttons-panel .btn:first-child {
  margin-left: 0;
}

.date-survey-filter {
  padding: 1em 0;
  border-top: 1px solid #dbdbdb;
}
.date-survey-filter .time-select {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.date-survey-filter .time-select > div {
  display: flex;
  width: 100%;
}
.date-survey-filter .time-select > div .timeSelect {
  width: 100%;
}
.date-survey-filter .time-select > div .hours-select {
  margin-right: 0.5em;
}
.date-survey-filter .time-select .spacer {
  margin: 0 1em;
  width: 80px;
  justify-content: center;
}

.withBorder {
  border: 0.4px solid #dbdbdb;
  padding-top: 0.5em;
}

.scale-setup-div {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.scale-setup-div-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.add-description-scale {
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.fill-sr-question {
  border-bottom: 1px dashed #dbdbdb;
  border-top: 1px dashed #dbdbdb;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  justify-content: flex-start;
}

.star-grey {
  color: #dbdbdb !important;
  font-size: 2em !important;
  cursor: grab;
}

.star-green {
  color: #2fb688 !important;
  font-size: 2em !important;
  cursor: grab;
}

.star-spacing {
  margin-right: 0.5em;
}

.markOnScale {
  color: #dbdbdb !important;
  font-size: 2em !important;
}

.markOnScaleGreen {
  color: #2fb688 !important;
  font-size: 2em !important;
}

.advanced-survey-settings {
  color: #3067a8 !important;
  font-size: 0.89em !important;
  display: flex;
  align-items: center;
}

.hidden-settings {
  display: flex;
  flex-wrap: wrap;
  text-align: left !important;
}

.hidden-setting {
  padding-top: 0.8em;
}

.hidden-settings-not-visible {
  display: none;
}

.btn-custom {
  width: 30px;
  height: 20px;
  font-weight: bold;
  color: #6c757d;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 9px;
  border: 1px solid #ddd;
  background-color: white;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  margin: 0;
}

.btn-kry-selected {
  background-color: #d9534f;
  color: white;
}

.btn-mn-selected {
  background-color: #d9534f;
  color: white;
}

.btn-min-selected {
  background-color: #d9534f;
  color: white;
}

.btn-nd-selected {
  background-color: #343a40;
  color: white;
}

.btn-zgo-selected {
  background-color: #5cb85c;
  color: white;
}

.btn-default {
  background-color: white;
  color: #6c757d;
  border-color: #ccc;
}

.survey-editor-inventory-slide-container {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-top: -2px;
  padding: 10px;
  background: #f9f9f9;
}

.accordion-tab {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #f8f9fa;
  overflow: hidden;
}

.accordion-title {
  padding: 14px 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: rgb(243, 240, 240);
  transition: background 0.8s;
}

.accordion-title:hover {
  background: #cdcdcd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 1s ease, padding 1s ease;
  background: #fff;
}

.accordion-content.opening,
.accordion-content.open {
  padding: 20px;
}

.accordion-content-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-items: end;
}

.accordion-content-footer {
  text-align: right;
  gap: 10px;
  margin-bottom: 30px;
}

.r-step {
  border-left: 5px solid #007bff;
  background: #f9f9f9;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}

.r-step-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #007bff;
}

.r-step-content {
  font-size: 0.95em;
  line-height: 1.6;
}

.r-excel-example {
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px;
  font-family: monospace;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow-x: auto;
}

.r-highlight {
  background: #e7f3ff;
  padding: 5px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  color: #004085;
}

.r-note {
  background: #fff3cd;
  border-left: 5px solid #ffeeba;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.9em;
  margin-top: 10px;
  color: #856404;
}

.r-final-section {
  font-size: 0.9em;
  margin-top: 20px;
  padding: 12px;
  border-top: 1px dashed #ccc;
}

.surveys-list > div {
  padding: 1.5em;
  border: 1px solid #dbdbdb;
  border-radius: 0.3em;
  min-height: 190px;
  position: relative;
  padding-right: 150px;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.surveys-list > div > div.pItem > h3 {
  font-size: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #2b3648;
  margin-bottom: 1em;
  margin-right: 1em;
}
.surveys-list > div > div.pItem > h3 i {
  color: #2fb688;
  margin-right: 5px;
}
.surveys-list > div > div.pItem > h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.surveys-list > div > div.pItem .btn {
  margin-top: 1.5em;
  margin-right: 0.4em;
}
.surveys-list > div > div.pItem .numbers {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  background: #3f4a61;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-left: 2px solid #2b3648;
}
.surveys-list > div > div.pItem .numbers > div {
  height: 50%;
  border-bottom: 2px solid #2b3648;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.7em;
  transition: all 0.25s ease;
}
.surveys-list > div > div.pItem .numbers > div > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.4em;
  margin-top: 0.3em;
  opacity: 0.8;
}
.surveys-list > div > div.pItem .numbers > div:last-child {
  border-bottom: 0;
}
@media (max-width: 980px) {
  .surveys-list > div > div.pItem {
    width: 100%;
  }
}
.surveys-list > div:hover {
  background: #fbfbfb;
  border-color: #3f4b62;
}
.surveys-list > div:hover .numbers > div {
  color: #2fb688;
}
.surveys-list > div:hover .numbers > div > span {
  color: #fff;
}

.sItem {
  border-radius: 0.3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.removal {
  z-index: 5;
}

.removalChoose {
  background: rgba(63, 75, 98, 0.3);
  padding-top: 75px;
}

.removalChosen {
  background: rgba(63, 75, 98, 0.7);
}

.tykTotal {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 70px 65px;
  background-image: url("/javax.faces.resource/img/check.png.xhtml");
  background-repeat: no-repeat;
  background-position: center center;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 16px;
}

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

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tchk:not(:checked) + .slider:before {
  background-color: white;
  border: grey 2px solid;
  left: 0px;
  bottom: -7px;
}

.tchk:checked + .slider:before {
  background-color: #3F4B62;
  left: 0px;
  bottom: -4px;
}

.tchk:checked + .slider {
  background-color: #4084BE;
}

.tchk:not(:checked) + .slider {
  background-color: gray;
}

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

.tchk: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%;
}

.answer-filters {
  margin-bottom: 2em;
}
.answer-filters > .label-top {
  margin-bottom: 1em;
}

.add-answer-filter-row {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border: 1px solid #dbdbdb;
  margin-bottom: 1em;
  background: #fbfbfb;
  flex-wrap: wrap;
}
.add-answer-filter-row .add-answer-filter-orand {
  display: flex;
}
.add-answer-filter-row .add-answer-filter-orand .btn {
  width: 70px;
}
.add-answer-filter-row .add-answer-filter-orand .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.add-answer-filter-row .add-answer-filter-orand .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.add-answer-filter-row .add-answer-filter-orand .btn.active {
  background: #3f4b62;
  color: #fff;
}
.add-answer-filter-row .select {
  width: 100%;
  margin-bottom: 0.7em;
}
.add-answer-filter-row .submit {
  display: flex;
  margin-left: auto;
}
.add-answer-filter-row .submit .btn {
  display: flex;
  align-items: center;
}
.add-answer-filter-row .submit .btn:first-child {
  margin-right: 0.5em;
}

.answer-filter-row {
  display: flex;
  font-size: 0.9em;
  padding: 0.5em 0;
  line-height: 1;
  align-items: center;
  border-top: 1px solid;
}
.answer-filter-row > div {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1.5em;
  max-width: 30%;
  line-height: 1.4;
  white-space: nowrap;
}
.answer-filter-row > div > span {
  font-style: italic;
}
.answer-filter-row .remove {
  margin-left: auto;
  margin-right: 0;
}
.answer-filter-row:last-child {
  border-bottom: 1px solid;
  margin-bottom: 1em;
}

.question-stats-details-cards .card {
  flex-direction: column;
  justify-content: center;
}
.question-stats-details-cards .main-question-info .number-box {
  padding-top: 1em;
  border-top: 1px dashed #dbdbdb;
}
.question-stats-details-cards .main-question-info .details {
  margin-bottom: 0.3em;
}
.question-stats-details-cards .main-question-info .details > div {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #dbdbdb;
}
.question-stats-details-cards .main-question-info h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
}
.question-stats-details-cards .additional-question-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.question-stats-details-cards .additional-question-info .number-answer-info {
  margin: 0;
}
.question-stats-details-cards .additional-question-info .chart-horizontal {
  width: 100%;
}
.question-stats-details-cards .additional-question-info .chart-horizontal .removed-info {
  opacity: 60%;
  font-style: italic;
}
.question-stats-details-cards .additional-question-info .chart-horizontal .removed-choice {
  opacity: 60%;
}

.number-answer-info {
  margin: 3em 0 1em 0;
  display: flex;
  align-items: flex-end;
}
.number-answer-info .number-box {
  margin-right: 1em;
}
@media (max-width: 800px) {
  .number-answer-info {
    flex-direction: column;
    align-items: stretch;
  }
  .number-answer-info .number-box {
    margin-right: 0;
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  .number-answer-info .number-box > label {
    margin-top: 0.2em;
  }
}

.attr-container {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
  position: relative;
}

.attr-component {
  flex: 1;
  padding: 10px;
  border: 0px solid rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: rgba(47, 182, 136, 0.4);
  margin-left: 3.4em;
  margin-right: 3.4em;
  text-align: left;
}

.icon-between {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: white;
  border-radius: 50%;
  padding: 5px 10px;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.attr-container:last-child .icon-between {
  display: none;
}

.attr-component:hover {
  cursor: grab;
}

.pointer-drag {
  cursor: pointer;
  opacity: 0.8;
  color: white;
}

.withPaddingDrag {
  padding-right: 0.1em;
}

.notification-history-table .text-wide p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.9em;
}

.progress-result-info {
  display: flex;
  justify-content: space-between;
}
.progress-result-info .card {
  margin-right: 1.5em;
}
.progress-result-info .card:last-child {
  margin-right: 0;
}
@media (max-width: 980px) {
  .progress-result-info {
    flex-direction: column;
  }
  .progress-result-info .card {
    margin-right: 0;
  }
}
@media (max-width: 980px) and (max-width: 580px) {
  .progress-result-info .card {
    flex-direction: column;
  }
  .progress-result-info .card > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .progress-result-info .card > div:last-child {
    margin-bottom: 0;
  }
  .progress-result-info .card > div.status-chart, .progress-result-info .card > div.result-chart {
    min-height: 30px;
  }
  .progress-result-info .card > div.status-legend {
    width: 100%;
  }
}

.overall-progress-card, .overall-result-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.overall-progress-card .main-number, .overall-result-card .main-number {
  margin-right: 0.5em;
  min-width: 180px;
}
.overall-progress-card .status-chart, .overall-progress-card .result-chart, .overall-result-card .status-chart, .overall-result-card .result-chart {
  height: 100%;
  width: 100%;
  background: #f3f0f0;
  display: flex;
  border: 1px solid;
  overflow: hidden;
  border-radius: 5px;
  min-height: 80px;
}
.overall-progress-card .status-chart > div.col-primary, .overall-progress-card .result-chart > div.col-primary, .overall-result-card .status-chart > div.col-primary, .overall-result-card .result-chart > div.col-primary {
  background: #3f4b62;
}
.overall-progress-card .status-chart > div.col-secondary, .overall-progress-card .result-chart > div.col-secondary, .overall-result-card .status-chart > div.col-secondary, .overall-result-card .result-chart > div.col-secondary {
  background: #2fb688;
}
.overall-progress-card .status-chart > div.col-ternary, .overall-progress-card .result-chart > div.col-ternary, .overall-result-card .status-chart > div.col-ternary, .overall-result-card .result-chart > div.col-ternary {
  background: #f7d14d;
}
.overall-progress-card .status-chart > div.col-quadrary, .overall-progress-card .result-chart > div.col-quadrary, .overall-result-card .status-chart > div.col-quadrary, .overall-result-card .result-chart > div.col-quadrary {
  background: #d83d4f;
}

.overall-progress-card .status-legend {
  font-size: 0.85em;
  text-transform: uppercase;
  min-width: 280px;
}
.overall-progress-card .status-legend > div {
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.overall-progress-card .status-legend > div > span:first-child {
  margin-right: 0.8em;
  width: 20px;
  height: 20px;
  border-radius: 30px;
}
.overall-progress-card .status-legend > div > span:first-child.col-primary {
  background: #3f4b62;
}
.overall-progress-card .status-legend > div > span:first-child.col-secondary {
  background: #2fb688;
}
.overall-progress-card .status-legend > div > span:first-child.col-ternary {
  background: #f7d14d;
}
.overall-progress-card .status-legend > div > span:first-child.col-quadrary {
  background: #d83d4f;
}
.overall-progress-card .status-legend > div:last-child {
  margin-bottom: 0;
}
.overall-progress-card .status-chart {
  margin-right: 1.5em;
}

.overall-result-card {
  width: 100%;
  display: flex;
  align-items: center;
}
.overall-result-card .result-chart {
  width: 100%;
}

#progressTable div.status {
  white-space: nowrap;
  font-size: 0.75;
}
#progressTable div.status i {
  font-size: 0.9em;
  margin-left: 0.2em;
}
#progressTable div.audit {
  white-space: nowrap;
  font-size: 0.75;
}
#progressTable div.audit i {
  font-size: 0.9em;
  margin-left: 0.2em;
}

.task-fill .task-fill-info {
  background: #fcfbfb;
  text-align: center;
  padding: 20px;
  align-self: flex-start;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.task-fill .task-fill-info > i {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.task-fill .task-fill-info > h2 {
  font-size: 1.5em;
}
.task-fill .task-fill-info > ul {
  padding: 0;
  font-size: 0.9em;
}
.task-fill .task-fill-info > ul li {
  list-style-type: none;
  padding: 0;
}
.task-fill .task-fill-info .chart-bg-hor {
  margin-bottom: 1em;
  border: 1px solid;
  background: #fff;
}
.task-fill .task-fill-info .chart-bg-hor > div {
  background: #2fb688;
}
.task-fill .task-fill-info .task-fill-geolocation-info {
  font-size: 0.85em;
  margin-bottom: 2em;
}
.task-fill .task-fill-info .buttons .btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.task-fill .task-fill-info .buttons .btn i {
  float: left;
}
.task-fill .task-fill-info.is_stuck {
  margin-top: 1.5em;
}
.task-fill .isHiddenTooltip {
  background-color: lightgray;
  padding: 5px;
  font-size: 14px;
}
.task-fill .task-fil-info-new {
  background: #fcfbfb;
  text-align: center;
  padding-inline: 20px;
  align-self: flex-start;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.task-fill .task-fil-info-new > i {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.task-fill .task-fil-info-new > h2 {
  font-size: 1.5em;
}
.task-fill .task-fil-info-new > ul {
  padding: 0;
  font-size: 0.9em;
}
.task-fill .task-fil-info-new > ul li {
  list-style-type: none;
  padding: 0;
}
.task-fill .task-fil-info-new .chart-bg-hor {
  margin-bottom: 1em;
  border: 1px solid;
  background: #fff;
}
.task-fill .task-fil-info-new .chart-bg-hor > div {
  background: #2fb688;
}
.task-fill .task-fil-info-new .task-fill-geolocation-info {
  font-size: 0.85em;
  margin-bottom: 2em;
}
.task-fill .task-fil-info-new .buttons .btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.task-fill .task-fil-info-new .buttons .btn i {
  float: left;
}
.task-fill .task-fil-info-new.is_stuck {
  margin-top: 1.5em;
}
.task-fill .dropdown {
  margin-bottom: 2px;
}
.task-fill .section-header {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  font-size: small;
  background-color: #2fb688;
  padding: 10px;
  margin-bottom: 2px;
}
.task-fill .dropdown-icon {
  display: inline-block;
  float: right;
  color: white;
  transition: transform 0.2s;
}
.task-fill .dropdown-icon.open {
  transform: rotate(180deg);
}
.task-fill .dropdown-content {
  display: none;
  font-size: small;
  border: 1px solid lightgray;
}
.task-fill .dropdown-content.current-question {
  background-color: lightgray;
}
.task-fill .attached-file-link {
  width: 100%;
  font-size: x-small;
}
.task-fill .description-div {
  background-color: #2fb688;
  color: white;
  font-size: small;
  padding: 10px 0px;
}
.task-fill .description-text {
  cursor: pointer;
}
.task-fill td.task-fill-new {
  padding: 5px !important;
  border: 1px solid #2fb688 !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
}
.task-fill div.table.task-fill-new table {
  width: 100%;
  text-align: center;
  margin-bottom: 1.1em;
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
  border-bottom: 0px !important;
}
.task-fill .name-task-fill {
  width: 350px;
  text-align: left;
  font-weight: bold;
  font-size: medium;
  text-transform: uppercase;
}
.task-fill .question-head {
  margin-bottom: 1.5em;
}
.task-fill .question-head .comment {
  font-style: italic;
  margin-bottom: 0.5em;
  margin-top: -1em;
}
.task-fill .answer {
  margin-bottom: 1.5em;
}
.task-fill .answer.answer-open textarea {
  height: 180px;
  border-color: #3f4b62;
}
.task-fill .answer.answer-choose .answer-item {
  font-size: 1em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: 1px dashed #dbdbdb;
}
.task-fill .answer.answer-choose .answer-item:first-child {
  padding-top: 1em;
  border-top: 1px dashed #dbdbdb;
}
.task-fill .answer.answer-choose .answer-item > input {
  display: none;
}
.task-fill .answer.answer-choose .answer-item > input + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.task-fill .answer.answer-choose .answer-item > input + label > div {
  width: 25px;
  height: 25px;
  border: 1px solid #3f4b62;
  border-radius: 25px;
  margin-right: 10px;
}
.task-fill .answer.answer-choose .answer-item > input + label > div.multiple {
  border-radius: 5px;
}
.task-fill .answer.answer-choose .answer-item > input + label + .answer-other-comment {
  display: none;
  margin-left: 20px;
  width: 300px;
  max-width: 100%;
}
.task-fill .answer.answer-choose .answer-item > input:checked + label {
  font-weight: bold;
}
.task-fill .answer.answer-choose .answer-item > input:checked + label > div {
  background: #2fb688;
}
.task-fill .answer.answer-choose .answer-item > input:checked + label + .answer-other-comment {
  display: block;
}
.task-fill .answer.answer-photo .file-form {
  margin-bottom: 2em;
}
.task-fill .answer.answer-photo .file-form #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.task-fill .answer.answer-photo .photo-thumb {
  max-width: 280px;
  margin-right: 15px;
}
.task-fill .answer.answer-number .form-top input {
  border-color: #3f4b62;
}
.task-fill .comment {
  margin-bottom: 1.5em;
}
.task-fill .comment textarea {
  height: 80px;
}
@media (max-width: 980px) {
  .task-fill {
    flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
  .task-fill > div {
    width: 100% !important;
    margin: 0;
    margin-bottom: 1.5em;
  }
}

.task-fill-selector-container {
  position: relative;
  padding: 0 50px;
  margin-bottom: 2em;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.task-fill-selector {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.task-fill-selector .survey-nav-element {
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #3f4b62;
  width: 500px;
  text-align: center;
  outline: none !important;
  min-height: 120px;
  border-right: 1px solid #dbdbdb;
  display: block;
  margin-bottom: -5px;
  flex-direction: column;
}
.task-fill-selector .survey-nav-element > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.task-fill-selector .survey-nav-element > div h5 {
  font-size: 12px;
  margin-bottom: 5px;
}
.task-fill-selector .survey-nav-element > div h4 {
  font-size: 1.1em;
  font-weight: normal;
}
.task-fill-selector .survey-nav-element > div .fa-caret-down, .task-fill-selector .survey-nav-element > div .fa-check-circle, .task-fill-selector .survey-nav-element > div .fa-bookmark {
  display: block;
  font-size: 0.8em;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
  visibility: hidden;
}
.task-fill-selector .survey-nav-element.survey-nav-section {
  background: #fbfbfb;
}
.task-fill-selector .survey-nav-element.survey-nav-section h5 {
  text-transform: uppercase;
}
.task-fill-selector .survey-nav-element.survey-nav-section .fa-bookmark {
  visibility: visible;
  color: #3f4b62;
}
.task-fill-selector .survey-nav-element.survey-nav-section.answered .fa-bookmark {
  visibility: hidden;
}
.task-fill-selector .survey-nav-element.answered {
  background: #2fb688;
  color: #fff;
  border-color: #1e976d;
}
.task-fill-selector .survey-nav-element.answered .fa-check-circle {
  visibility: visible;
}
.task-fill-selector .survey-nav-element.active {
  background: #3f4b62;
  color: #fff;
  border-color: #2b3648;
}
.task-fill-selector .survey-nav-element.active .fa-caret-down {
  visibility: visible;
}
.task-fill-selector .survey-nav-element.active .fa-check-circle {
  visibility: hidden;
}
.task-fill-selector .survey-nav-element.logic-hidden {
  background: #dbdbdb;
  opacity: 0.3;
  pointer-events: none;
  border-color: #a2a2a2;
}

.task-fill-selector-nav .btn {
  position: absolute;
  top: 4.2em;
}
.task-fill-selector-nav .btn.prev {
  left: 0;
}
.task-fill-selector-nav .btn.next {
  right: 0;
}
.task-fill-selector-nav .btn.slick-disabled {
  opacity: 0.3;
}

.task-fill-nav-btns {
  padding-top: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.task-fill-nav-btns .btn {
  margin-left: 0.5em;
}
.task-fill-nav-btns .btn:first-child {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 980px) {
  .task-fill-nav-btns {
    flex-wrap: wrap;
  }
}

#taskDetailsModal .project-description .desc {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 1.5em;
}

#answerContainer.disabled-answer .answer, #answerContainer.disabled-answer > .comment {
  opacity: 0.3;
  pointer-events: none;
}

.i-color-green {
  color: #1e976d;
}

.i-color-red {
  color: #f11b1b;
}

.i-color-blue {
  color: #0046b7;
}

.values-filter-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.icon-resize-container {
  position: absolute;
  right: 7px;
  bottom: -6px;
  font-size: 13px;
  cursor: pointer;
}
.icon-resize-container > i:hover {
  scale: 1.2;
}

.export-card {
  text-align: center;
}
.export-card > i {
  font-size: 3em;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}

.grouping-folder {
  display: grid;
  margin: 20px 2px;
}
.grouping-folder label {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grouping-folder div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.grouping-folder td {
  padding: 20px 40px;
}
.grouping-folder td input {
  scale: 2;
  margin-right: 12px;
}

.categories div.filter-panel {
  margin-bottom: 0;
}
.categories .pagination {
  width: 100%;
}
.categories .categories-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
}
.categories .categories-picker > * {
  position: relative;
  text-align: center;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.categories .categories-picker > *:first-child {
  border-left: 1px solid #dbdbdb;
}
.categories .categories-picker > *:hover {
  background: #f3f0f0;
}
.categories .categories-picker > * .category-name {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-size: 0.8em;
}
.categories .categories-picker > * .projects-count {
  font-size: 0.7em;
}
.categories .categories-picker > * .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 0 auto;
  overflow: hidden;
}
.categories .categories-picker > * .icon-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7em;
  box-sizing: border-box;
}
.categories .categories-picker > *.active {
  background: #3f4b62;
  color: #f3f0f0;
  pointer-events: none;
}
.categories .categories-picker > *.active::after {
  content: "";
  border: 1em solid transparent;
  border-top-color: #2fb688;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .categories .categories-picker > *.active::after {
    opacity: 0;
  }
}
.categories #tgContainer {
  margin-top: 2em;
}
.categories .list-bar {
  display: grid;
  grid-template-columns: max-content auto max-content max-content max-content;
  align-items: center;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.categories .list-bar > * {
  font-weight: bold;
  margin-right: 2em;
}
.categories .list-bar .inactive {
  color: darkgrey;
}
.categories .list-bar i {
  margin-right: 0.3em;
}
.categories .categories-data-wrapper-grid {
  text-transform: uppercase;
  font-size: 0.85em;
}
.categories .categories-data-wrapper-grid .category-data {
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
  border-radius: 0.3em;
  padding-top: 0;
  padding-bottom: 0.3em;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .category-data {
    text-align: center;
  }
}
.categories .categories-data-wrapper-grid .category-data > * {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.categories .categories-data-wrapper-grid .top {
  margin: 0 1.5em 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-grid .top {
    flex-direction: column;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-grid .top .icon-and-title {
  margin: 0;
  display: grid;
  grid-template-columns: 104px 270px;
  grid-gap: 1em;
  align-items: center;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .top .icon-and-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .top {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-grid .top .stats-wrapper {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: 60px 60px;
  margin: 0;
}
@media (max-width: 1280px) {
  .categories .categories-data-wrapper-grid .top .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .top .stats-wrapper {
    grid-template-columns: 1fr;
  }
}
.categories .categories-data-wrapper-grid .top .stats-wrapper > div {
  margin: 0;
}
.categories .categories-data-wrapper-grid .top-text {
  display: flex;
  flex-direction: column;
}
.categories .categories-data-wrapper-grid .category-name {
  font-size: 1em;
  margin-bottom: 0;
  text-transform: initial;
}
@media (max-width: 1280px) {
  .categories .categories-data-wrapper-grid .category-name {
    font-size: 1.2em;
  }
}
.categories .categories-data-wrapper-grid .category-id {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.8em;
}
.categories .categories-data-wrapper-grid .icon-wrapper {
  position: relative;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories .categories-data-wrapper-grid .icon-wrapper::before {
  content: "";
  position: absolute;
  left: -1.5%;
  top: -1.5%;
  height: 103%;
  width: 103%;
  border-radius: inherit;
  border: 9px solid #dbdbdb;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .icon-wrapper {
    margin: 0 auto;
  }
}
.categories .categories-data-wrapper-grid .icon-wrapper img {
  width: inherit;
  height: inherit;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
  padding: 1.8em;
}
.categories .categories-data-wrapper-grid .progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: #2fb688;
  stroke-width: 9px;
}
.categories .categories-data-wrapper-grid .progress-ring {
  position: absolute;
  top: -23px;
  left: -23.5px;
}
.categories .categories-data-wrapper-grid .current-status {
  background: red;
  margin: 0;
  padding: 0.2em 2em;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 0.9em;
}
.categories .categories-data-wrapper-grid .current-status.PENDING {
  background: #28ab7e;
}
.categories .categories-data-wrapper-grid .current-status.DRAFT {
  background: #f2c838;
}
.categories .categories-data-wrapper-grid .current-status.COMPLETED {
  background: #cd3143;
}
.categories .categories-data-wrapper-grid .project-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em 1em 0 1em;
}
.categories .categories-data-wrapper-grid .project-status > * {
  margin-bottom: 0;
}
.categories .categories-data-wrapper-grid .project-status > h2 {
  font-size: 1.4em;
}
.categories .categories-data-wrapper-grid .project-status > h5 {
  font-size: 0.7em;
}
.categories .categories-data-wrapper-grid .task-dates {
  margin: 0.5em 0;
  font-size: 0.7em;
}
.categories .categories-data-wrapper-grid .task-dates > * {
  margin: 0 1em 0 1em;
  text-transform: initial;
  font-size: 1.2em;
}
.categories .categories-data-wrapper-grid .task-dates > *:nth-child(n+2) {
  margin-top: -1px;
}
.categories .categories-data-wrapper-grid .project-main-info {
  padding: 1em;
}
.categories .categories-data-wrapper-grid .project-main-info > span:first-child {
  margin-right: 0.5em;
}
.categories .categories-data-wrapper-grid .project-main-info .create-project-date {
  text-transform: initial;
  font-size: 0.7em;
  margin: 0.5em 0 0.5em 0;
}
.categories .categories-data-wrapper-grid .btns-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.categories .categories-data-wrapper-grid .btns-row > div:first-child {
  margin-right: 0;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-grid .btns-row {
    flex-direction: column;
    align-items: center;
  }
  .categories .categories-data-wrapper-grid .btns-row > div:first-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.categories .categories-data-wrapper-grid .manage-btns, .categories .categories-data-wrapper-grid .more-data-btns {
  display: flex;
  align-items: center;
}
.categories .categories-data-wrapper-grid .manage-btns > *:not(:last-child), .categories .categories-data-wrapper-grid .more-data-btns > *:not(:last-child) {
  margin-right: 1em;
}
.categories .categories-data-wrapper-grid .manage-btns > span, .categories .categories-data-wrapper-grid .more-data-btns > span {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-grid .manage-btns, .categories .categories-data-wrapper-grid .more-data-btns {
    flex-direction: column;
    justify-content: center;
  }
  .categories .categories-data-wrapper-grid .manage-btns > *:not(:last-child), .categories .categories-data-wrapper-grid .more-data-btns > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.categories .categories-data-wrapper-list {
  text-transform: uppercase;
  font-size: 0.85em;
}
.categories .categories-data-wrapper-list .category-data {
  border: 1px solid #dbdbdb;
  margin-bottom: 0.5em;
  border-radius: 0.3em;
  padding-top: 0;
  padding-bottom: 0.3em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.categories .categories-data-wrapper-list .category-data .left-section {
  margin: 0 1.5em 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-list .category-data .left-section {
    flex-direction: column;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-list .category-data .left-section .icon-and-title {
  margin: 0;
  display: grid;
  grid-template-columns: 104px 270px;
  grid-gap: 1em;
  align-items: center;
}
@media (max-width: 1140px) {
  .categories .categories-data-wrapper-list .category-data .left-section .icon-and-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-list .category-data .left-section .icon-and-title .top-text {
  display: flex;
  flex-direction: column;
  margin-right: -30px;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .left-section {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info {
  text-transform: initial;
  font-size: 1em;
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info .create-project-date {
  margin: 0.5em 0 0.5em 0;
  border-bottom: 1px solid #dbdbdb;
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info .task-dates {
  margin: 0.5em 0;
}
.categories .categories-data-wrapper-list .category-data .middle-section .detail-info .task-dates > *:nth-child(n+2) {
  margin-top: -1px;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row > div:first-child {
  margin-right: 0;
}
@media (max-width: 1360px) {
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row {
    flex-direction: column;
    align-items: center;
  }
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row > div:first-child {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns {
  display: flex;
  align-items: center;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns > *:not(:last-child) {
  margin-right: 1em;
}
.categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns > span {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns {
    flex-direction: column;
    justify-content: center;
  }
  .categories .categories-data-wrapper-list .category-data .middle-section .btns-row .more-data-btns > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin: 0;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em 1em 0 1em;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status > * {
  margin-bottom: 0;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status > h2 {
  font-size: 1.4em;
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper .project-status > h5 {
  font-size: 0.7em;
}
@media (max-width: 1280px) {
  .categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper {
    grid-template-columns: 1fr;
  }
}
.categories .categories-data-wrapper-list .category-data .right-section .stats-wrapper > div {
  margin: 0;
}
.categories .categories-data-wrapper-list .category-data .delete-btn {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
.categories .categories-data-wrapper-list .category-data .delete-btn > *:not(:last-child) {
  margin-right: 1em;
}
.categories .categories-data-wrapper-list .category-data .delete-btn > span {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .category-data .delete-btn {
    flex-direction: column;
    justify-content: center;
  }
  .categories .categories-data-wrapper-list .category-data .delete-btn > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 1140px) {
  .categories .categories-data-wrapper-list {
    text-align: center;
  }
}
.categories .categories-data-wrapper-list > * {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.categories .categories-data-wrapper-list .icon-wrapper {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories .categories-data-wrapper-list .icon-wrapper::before {
  content: "";
  position: absolute;
  left: -1.5%;
  top: -1.5%;
  height: 103%;
  width: 103%;
  border-radius: inherit;
  border: 7px solid #dbdbdb;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .categories .categories-data-wrapper-list .icon-wrapper {
    margin: 0 auto;
  }
}
.categories .categories-data-wrapper-list .icon-wrapper img {
  width: inherit;
  height: inherit;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
  padding: 1.3em;
}
.categories .category-id {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  font-size: 0.8em;
}
.categories .progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: #2fb688;
  stroke-width: 7px;
}
.categories .progress-ring {
  position: absolute;
  top: -37.5px;
  left: -37.5px;
}
.categories .current-status {
  background: red;
  margin-top: 1em;
  margin-bottom: -0.5em;
  padding: 0.4em 3em;
  color: #fff;
  border-radius: 0.3em;
  text-align: center;
  font-size: 0.9em;
}
.categories .current-status.PENDING {
  background: #28ab7e;
}
.categories .current-status.DRAFT {
  background: #f2c838;
}
.categories .current-status.COMPLETED {
  background: #cd3143;
}
.categories .project-main-info {
  padding: 1em;
}
.categories .project-main-info > span:first-child {
  margin-right: 0.5em;
}
.categories .project-main-info .category-name {
  font-size: 1em;
  margin-bottom: 0;
  text-transform: initial;
}
@media (max-width: 1280px) {
  .categories .project-main-info .category-name {
    font-size: 1.2em;
  }
}

.priv {
  padding: 2%;
  width: 100%;
}

.privChck {
  float: right;
}

.granted {
  width: 100%;
  padding: 2%;
}

.t-item {
  text-align: center;
  padding: 1% 0%;
  width: 10%;
}

.prvTable {
  background: #3F4B62;
  font-weight: normal;
  font-size: 0.9em;
  padding: 13px;
  text-transform: uppercase;
  border: 1px solid #2b3648;
  color: #ffffff;
  height: 35px;
  font-family: "Montserrat", sans-serif;
}

.pull-right {
  width: 30%;
  padding: 2%;
  display: inline-block;
}

.half {
  width: 40%;
  display: inline-block;
}

.combo {
  padding: 3% 0%;
}

.edit-project #categoryContainer {
  margin-bottom: 1.5em;
}
.edit-project .categories-section-title {
  margin-top: 4em;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.edit-project .btns-wrapper {
  display: flex;
}
.edit-project .btns-wrapper > a:not(:last-child) {
  margin-right: 1em;
}

.categories-wrapper {
  margin-bottom: 2em;
}
.categories-wrapper .icon-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.categories-wrapper .icon-wrapper > img {
  height: inherit;
  width: inherit;
  padding: 0.8em;
  box-sizing: border-box;
}
.categories-wrapper .category {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1em;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px solid #dbdbdb;
}
.categories-wrapper .category:first-child {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 500px) {
  .categories-wrapper .category {
    justify-items: center;
  }
  .categories-wrapper .category .icon-wrapper {
    grid-column: 1/4;
  }
}
@media (max-width: 500px) {
  .categories-wrapper .top-text {
    grid-column: 1/4;
    text-align: center;
  }
}
.categories-wrapper .main-title {
  color: #2fb688;
  margin-bottom: 0;
}
.categories-wrapper .category-name {
  font-size: 1.2em;
  margin-bottom: 0;
}
.categories-wrapper .btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.categories-wrapper .btns-wrapper > a {
  margin-bottom: 0.5em;
}
.categories-wrapper .btns-wrapper > a:not(:last-child) {
  margin-right: 1em;
}
@media (max-width: 980px) {
  .categories-wrapper .btns-wrapper {
    grid-column: 1/4;
    justify-self: flex-end;
  }
}
@media (max-width: 500px) {
  .categories-wrapper .btns-wrapper {
    justify-self: center;
    justify-content: center;
  }
}
.categories-wrapper.with-btns {
  margin-top: 3em;
}
.categories-wrapper.with-btns .category {
  grid-template-columns: auto 1fr auto;
  padding: 1em;
}
.categories-wrapper.with-btns .category.active {
  background: #EAF9F4;
}
.categories-wrapper.with-btns .edit-add-category-panel {
  margin-bottom: 3em;
  margin-top: 2em;
}
.categories-wrapper.with-btns .edit-add-category-panel .btns-wrapper {
  text-align: left;
}
.categories-wrapper.list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4em;
}
@media (max-width: 1280px) {
  .categories-wrapper.list {
    grid-template-columns: 1fr;
  }
}
.categories-wrapper.list > .category:first-child {
  border-top-width: 0;
}

.edit-category-panel {
  display: block;
  margin-top: 1em;
}
.edit-category-panel .icon-wrapper {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.edit-category-panel .icon-wrapper > img {
  height: inherit;
  width: inherit;
  padding: 0.8em;
  box-sizing: border-box;
}
.edit-category-panel .form-top {
  margin-bottom: 1.5em;
}
.edit-category-panel .colors-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-gap: 1em;
}
.edit-category-panel .colors-wrapper > div {
  cursor: pointer;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
}
.edit-category-panel .colors-wrapper > div.active {
  cursor: initial;
  border: 3px solid #3f4b62;
}
.edit-category-panel .category-icon .icons-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 1em;
}
.edit-category-panel .category-icon .icons-wrapper .icon-wrapper {
  cursor: pointer;
  position: relative;
  height: 100px;
  width: 100px;
  box-sizing: border-box;
  font-size: 22px;
}
.edit-category-panel .category-icon .icons-wrapper .icon-wrapper.active {
  cursor: initial;
}
.edit-category-panel .category-icon .icons-wrapper .icon-wrapper.active::before {
  content: "";
  height: inherit;
  width: inherit;
  border: 3px solid #3f4b62;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.edit-category-panel .btns-wrapper.modal-footer {
  justify-content: flex-start;
  margin-bottom: 3em;
}

.verification-days {
  max-width: 26em;
  margin-bottom: 1.1em;
  position: relative;
  display: block;
}
.verification-days > label {
  white-space: normal;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verification-days > label > i {
  color: #3f4b62;
  font-size: 1em;
  margin-left: 0.5em;
}

.customCheckbox-selected, .customCheckbox-notSelected {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  border-radius: 3px;
  outline: none;
}

.customCheckbox-selected {
  background-color: #08A7E2;
}

.customCheckbox-selected:hover, .customCheckbox-notSelected:hover {
  border-color: #08A7E2;
}

.align-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1em;
}

.scroll-btn-container {
  display: block;
  width: 20px;
  transition: ease-in-out 0.3s;
  background: #f3f0f0;
  height: 160px;
}
.scroll-btn-container.left-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-btn-container.right-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-btn-container > i {
  transition: ease-in-out 0.3s;
}
.scroll-btn-container:hover {
  background: rgb(225, 225, 225);
}
.scroll-btn-container:hover > i {
  scale: 1.4;
}

.scroll-outer-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

.scroll-inner {
  display: flex;
  justify-content: flex-start;
  overflow: visible !important;
  scroll-behavior: smooth;
  height: 160px;
}

.ellipsis-multiline {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catAttr {
  border: 1px solid black;
  border-radius: 3px;
}

.catAttrLink {
  color: black;
  padding: 0.6em 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.location-card-page .location-main-data {
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.location-card-page .map-container .map {
  height: 300px !important;
  border-radius: 1em;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
}
.location-card-page .card h3 {
  font-weight: 800;
  margin-bottom: 1em;
}
.location-card-page .punchcard .btn-group {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -1.5em;
}
.location-card-page .punchcard h3 {
  padding-right: 12em;
}
.location-card-page .last-photos-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-card-page .last-photos-slider .gallery {
  padding: 0 1em;
  width: 100%;
}
.location-card-page .last-photos-slider .gallery .gallery-item {
  height: 300px;
  width: 47%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.location-card-page .last-photos-slider .gallery .gallery-item img {
  visibility: hidden;
}

.container-tables {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.table-wrapper {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.table-wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-wrapper th,
.table-wrapper td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-wrapper th:first-child,
.table-wrapper td:first-child {
  text-align: center;
}

.table-wrapper td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .table-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.sales-data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
}

.sales-data-table th,
.sales-data-table td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.sales-data-table th:first-child,
.sales-data-table td:first-child {
  text-align: left;
}

.sales-data-table .wide-cell {
  width: 60%;
}

.sales-data-table th:last-child,
.sales-data-table td:last-child {
  border-right: none;
}

.sales-data-table th {
  background-color: #f2f2f2;
}

.sales-data-table tr:last-child td {
  border-bottom: none;
}

.location-feature {
  column-rule: 0px solid #eee;
  column-gap: 17px;
  width: 100%;
  margin: 0 auto;
}

.location-feature.location-feature-columns-3 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

@media only screen and (max-width: 720px) {
  .location-feature.location-feature-columns-3 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.location-feature .location-feature-item table {
  display: inline-table;
  vertical-align: top;
  margin-bottom: 17px;
  max-width: 100%;
  width: 100%;
}

.location-feature .location-feature-item {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.location-feature-td {
  width: 50%;
}

.btn.btn-gray {
  border-color: #a7a7a7;
  background: none;
  color: #a7a7a7;
}

.btn.btn-blue {
  background: none;
  border-color: #0a4479;
  color: #0a4479;
}

.special-filter-sign {
  color: #3f4b62;
  position: absolute;
  left: 0%;
}

.special-filter-sign-task-fill {
  color: #3f4b62;
}

.modal-list-task {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.knowledge-base-content {
  text-transform: uppercase;
}

.inputs-line {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.drop-file-div {
  border: 1px solid #dbdbdb;
  border-style: dashed;
  border-radius: 0.3em;
  background: #fbfbfb;
  min-height: 190px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: pointer;
}

.drop-file-div:hover {
  background: #3F4B62;
}
.drop-file-div:hover #hoverText {
  color: #fbfbfb;
}
.drop-file-div:hover #hoverIcon {
  color: #38B086;
}

.file-type-box-min {
  padding: 1.5em;
  border: 1px solid #F3F0F0;
  border-radius: 0.3em;
  background: #F3F0F0;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
}

.file-type-box {
  padding: 1.5em;
  border: 1px solid #F3F0F0;
  border-radius: 0.3em;
  background: #F3F0F0;
  min-height: 190px;
  position: relative;
  padding-right: 150px;
  padding-left: 150px;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
}

.center-image {
  display: flex;
  justify-content: center;
}

.add-file-class {
  min-width: 210%;
}

.file-added-view {
  width: 3%;
}

.file-added-view-file-list {
  width: 30%;
}

.added-file-view-div {
  display: flex;
  align-items: center;
}

.buttons-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-body-input-label {
  padding-bottom: 5%;
}

.distance-input-label {
  padding-top: 4%;
}

.files-kbf-list .file-overlay-container {
  position: relative;
}
.files-kbf-list .file-overlay-container:hover .overlay {
  opacity: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: grab;
}
.files-kbf-list .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  background-color: #0a4479;
  color: white;
}
.files-kbf-list .overlay > p {
  width: 100%;
}
.files-kbf-list > div {
  padding: 1.5em;
  border: 1px solid #dbdbdb;
  border-radius: 0.3em;
  min-height: 190px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  transition: all 0.25s ease;
}
.files-kbf-list > div > h3 {
  font-size: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #2b3648;
  margin-bottom: 1em;
  margin-right: 1em;
}
.files-kbf-list > div > h3 i {
  color: #2fb688;
  margin-right: 5px;
}
.files-kbf-list > div > h5 {
  margin-bottom: 0;
  font-weight: normal;
}
.files-kbf-list > div .btn {
  margin-top: 1.5em;
  margin-right: 0.4em;
}
.files-kbf-list > div .numbers {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  background: #3f4a61;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-left: 2px solid #2b3648;
}
.files-kbf-list > div .numbers > div {
  height: 50%;
  border-bottom: 2px solid #2b3648;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.7em;
  transition: all 0.25s ease;
}
.files-kbf-list > div .numbers > div > span {
  display: block;
  text-transform: uppercase;
  font-size: 0.4em;
  margin-top: 0.3em;
  opacity: 0.8;
}
.files-kbf-list > div .numbers > div:last-child {
  border-bottom: 0;
}
.files-kbf-list > div:hover {
  background: #fbfbfb;
  border-color: #3f4b62;
}
.files-kbf-list > div:hover .numbers > div {
  color: #2fb688;
}
.files-kbf-list > div:hover .numbers > div > span {
  color: #fff;
}
@media (max-width: 980px) {
  .files-kbf-list > div {
    width: 100%;
  }
}

.margin-new {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.wptitle {
  font-weight: bold;
  padding-bottom: 0.5em;
}

.wpbox {
  max-width: 100%;
  overflow-x: auto;
  min-width: 900px;
}

.bolded-text {
  font-weight: bold;
}

.color-dimmed {
  color: #3F4B62;
  margin-bottom: 0.5em;
}

.calendar-work-planning-container {
  max-width: 100%;
  overflow-x: auto;
}

.calendar-work-planning {
  margin-bottom: 2em;
  min-width: 900px;
}
.calendar-work-planning .calendar-work-planning-settings {
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 1.3em;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5em;
}
.calendar-work-planning .calendar-work-planning-settings .cal-selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 0;
}
.calendar-work-planning .calendar-work-planning-settings .cal-selector h3 {
  color: #2fb688;
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: 1.1em;
}
.calendar-work-planning .calendar-work-planning-settings .cal-selector h3 span {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #3f4b62;
  font-weight: bold;
}
.calendar-work-planning .calendar-work-planning-settings .colour-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px;
}
.calendar-work-planning .calendar-work-planning-settings .colour-info h3 {
  margin: 0 10px;
  min-width: 225px;
  text-align: center;
  font-size: 1.1em;
}
.calendar-work-planning .calendar-work-planning-settings .colour-info h3 span {
  font-size: 0.9em;
  margin-right: 0.2em;
  font-size: 0.9em;
}
.calendar-work-planning .calendar-work-planning-settings .cal-colors-select {
  margin: 0 20px;
  width: 350px;
}
.calendar-work-planning .calendar-work-planning-settings .view-type-btns a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar-work-planning .calendar-work-planning-settings .view-type-btns a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar-work-planning .cal-month-view-work-planning, .calendar-work-planning .cal-week-view-work-planning {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.calendar-work-planning .cal-month-view-work-planning .days-labels, .calendar-work-planning .cal-week-view-work-planning .days-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.calendar-work-planning .cal-month-view-work-planning .days-labels > div, .calendar-work-planning .cal-week-view-work-planning .days-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
.calendar-work-planning .cal-month-view-work-planning .days-labels > div .weekend, .calendar-work-planning .cal-week-view-work-planning .days-labels > div .weekend {
  color: #2fb688;
}
.calendar-work-planning .cal-month-view-work-planning .week, .calendar-work-planning .cal-week-view-work-planning .week {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
.calendar-work-planning .cal-month-view-work-planning .week .day, .calendar-work-planning .cal-week-view-work-planning .week .day {
  border-left: 1px solid #dbdbdb;
  width: 110px;
  flex: 1;
  position: relative;
  padding-top: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.3em;
}
.calendar-work-planning .cal-month-view-work-planning .week .day .add-event-btn, .calendar-work-planning .cal-week-view-work-planning .week .day .add-event-btn {
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: all 0.2s ease;
  border-radius: 100px;
}
.calendar-work-planning .cal-month-view-work-planning .week .day .add-event-btn:hover, .calendar-work-planning .cal-week-view-work-planning .week .day .add-event-btn:hover {
  background: #28ab7e;
}
.calendar-work-planning .cal-month-view-work-planning .week .day .date-day, .calendar-work-planning .cal-week-view-work-planning .week .day .date-day {
  font-size: 1.2em;
  position: absolute;
  top: 8px;
  right: 12px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.other-month, .calendar-work-planning .cal-week-view-work-planning .week .day.other-month {
  background: #f3f0f0;
  font-weight: unset;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.other-month .date-day, .calendar-work-planning .cal-week-view-work-planning .week .day.other-month .date-day {
  opacity: 0.5;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.other-month:hover, .calendar-work-planning .cal-week-view-work-planning .week .day.other-month:hover {
  background: #ece8e8;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.today, .calendar-work-planning .cal-week-view-work-planning .week .day.today {
  border: 1px solid #6fa6b5;
  background: #def2f7;
}
.calendar-work-planning .cal-month-view-work-planning .week .day.today .date-day, .calendar-work-planning .cal-week-view-work-planning .week .day.today .date-day {
  background: #3f4b62;
  padding: 0 15px;
  color: #fff;
  border-radius: 10px;
}
.calendar-work-planning .cal-month-view-work-planning .week .day:hover, .calendar-work-planning .cal-week-view-work-planning .week .day:hover {
  background: #fbfbfb;
}
.calendar-work-planning .cal-month-view-work-planning .week .day:hover .add-event-btn, .calendar-work-planning .cal-week-view-work-planning .week .day:hover .add-event-btn {
  opacity: 1;
}
.calendar-work-planning .cal-month-view-work-planning .week {
  min-height: 130px;
}
.calendar-work-planning .cal-week-view-work-planning .week {
  min-height: 500px;
}
.calendar-work-planning .cal-day-view-work-planning .hours-labels {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.5em;
}
.calendar-work-planning .cal-day-view-work-planning .hours-labels > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  text-transform: uppercase;
}
.calendar-work-planning .cal-day-view-work-planning .day-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3f4b62;
  margin-bottom: 0.5em;
}
.calendar-work-planning .cal-day-view-work-planning .day-label > div {
  padding: 1em;
  background: #3f4b62;
  text-align: center;
  color: #fff;
  line-height: 1;
  min-width: 160px;
}
.calendar-work-planning .cal-day-view-work-planning .day-label h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}
.calendar-work-planning .cal-day-view-work-planning .day-label h5 {
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #2b3648;
  text-transform: uppercase;
}
.calendar-work-planning .cal-day-view-work-planning .day {
  min-height: 500px;
  border: 1px solid #dbdbdb;
  position: relative;
  border-top-color: #3f4b62;
  display: flex;
  flex-direction: column;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div {
  width: 1px;
  height: 100%;
  border-right: 1px dashed #dbdbdb;
  top: 0;
  position: absolute;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(1) {
  left: 16.5%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(2) {
  left: 33%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(3) {
  left: 50%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(4) {
  left: 66.6%;
}
.calendar-work-planning .cal-day-view-work-planning .day .lines > div:nth-child(5) {
  left: 83.2%;
}
.calendar-work-planning .event {
  margin-bottom: 4px;
  line-height: 20px;
  padding: 0 0.5em;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
.calendar-work-planning .event > label {
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  white-space: nowrap;
  margin: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
.calendar-work-planning .event.event-continuation {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px #fff !important;
  border-right: 1px #fff !important;
  padding-left: 10px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.calendar-work-planning .event.event-start {
  margin-right: 0px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px #fff !important;
}
.calendar-work-planning .event.event-end {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-left: 10px !important;
  margin-left: 0px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px #fff !important;
}
.calendar-work-planning .event.event-full {
  border-radius: 5px;
}
.calendar-work-planning .event.offset-1 {
  margin-top: 24px;
}
.calendar-work-planning .event.offset-2 {
  margin-top: 48px;
}
.calendar-work-planning .event.offset-3 {
  margin-top: 72px;
}
.calendar-work-planning .event.offset-4 {
  margin-top: 96px;
}
.calendar-work-planning .event.offset-5 {
  margin-top: 120px;
}
.calendar-work-planning .event.offset-6 {
  margin-top: 144px;
}
.calendar-work-planning .event.offset-7 {
  margin-top: 168px;
}
.calendar-work-planning .event.offset-8 {
  margin-top: 192px;
}
.calendar-work-planning .event.offset-9 {
  margin-top: 216px;
}
.calendar-work-planning .event.offset-10 {
  margin-top: 240px;
}
.calendar-work-planning .event.offset-11 {
  margin-top: 264px;
}
.calendar-work-planning .event.offset-12 {
  margin-top: 288px;
}
.calendar-work-planning .event.offset-13 {
  margin-top: 312px;
}
.calendar-work-planning .event.offset-14 {
  margin-top: 336px;
}
.calendar-work-planning .event.offset-15 {
  margin-top: 360px;
}
.calendar-work-planning .event.offset-16 {
  margin-top: 384px;
}
.calendar-work-planning .event.offset-17 {
  margin-top: 408px;
}
.calendar-work-planning .event.offset-18 {
  margin-top: 432px;
}
.calendar-work-planning .event.offset-19 {
  margin-top: 456px;
}
.calendar-work-planning .event.offset-20 {
  margin-top: 480px;
}
.calendar-work-planning .event.color-positive {
  background: #2fb688;
}
.calendar-work-planning .event.color-positive.event-hover {
  background: #299e76;
  border-color: #103c2d;
}
.calendar-work-planning .event.color-negative {
  background: #d83d4f;
}
.calendar-work-planning .event.color-negative.event-hover {
  background: #cd293c;
  border-color: #67151e;
}
.calendar-work-planning .event.color-neutral {
  background: #f7d14d;
}
.calendar-work-planning .event.color-neutral.event-hover {
  background: #f6c930;
  border-color: #a48107;
}
.calendar-work-planning .event.color-1 {
  background: #86bdd0;
}
.calendar-work-planning .event.color-1.event-hover {
  background: #70b1c7;
  border-color: #357388;
}
.calendar-work-planning .event.color-2 {
  background: #dad360;
}
.calendar-work-planning .event.color-2.event-hover {
  background: #d4cc47;
  border-color: #837d1e;
}
.calendar-work-planning .event.color-3 {
  background: #62c7a8;
}
.calendar-work-planning .event.color-3.event-hover {
  background: #4bbf9c;
  border-color: #266a55;
}
.calendar-work-planning .event.color-4 {
  background: #f4b468;
}
.calendar-work-planning .event.color-4.event-hover {
  background: #f2a64b;
  border-color: #b6690d;
}
.calendar-work-planning .event.color-5 {
  background: #446b7d;
}
.calendar-work-planning .event.color-5.event-hover {
  background: #395a69;
  border-color: #0e161a;
}
.calendar-work-planning .event.color-6 {
  background: #c59ac9;
}
.calendar-work-planning .event.color-6.event-hover {
  background: #ba86be;
  border-color: #7e4684;
}
.calendar-work-planning .event.color-7 {
  background: #c8c2b1;
}
.calendar-work-planning .event.color-7.event-hover {
  background: #bbb49f;
  border-color: #83795d;
}
.calendar-work-planning .event.color-8 {
  background: #8f9a96;
}
.calendar-work-planning .event.color-8.event-hover {
  background: #7f8b87;
  border-color: #444c49;
}
.calendar-work-planning .event.color-9 {
  background: #cc7070;
}
.calendar-work-planning .event.color-9.event-hover {
  background: #c45959;
  border-color: #782b2b;
}
.calendar-work-planning .event.color-10 {
  background: #3e9775;
}
.calendar-work-planning .event.color-10.event-hover {
  background: #358164;
  border-color: #112b21;
}
.calendar-work-planning .event.color-11 {
  background: #6abfe6;
}
.calendar-work-planning .event.color-11.event-hover {
  background: #50b4e2;
  border-color: #1a749d;
}
.calendar-work-planning .event.color-12 {
  background: #d3e66a;
}
.calendar-work-planning .event.color-12.event-hover {
  background: #cbe250;
  border-color: #899d1a;
}
.calendar-work-planning .event.color-13 {
  background: #819bc9;
}
.calendar-work-planning .event.color-13.event-hover {
  background: #6c8ac0;
  border-color: #354f7c;
}
.calendar-work-planning .event.color-14 {
  background: #c9a4af;
}
.calendar-work-planning .event.color-14.event-hover {
  background: #be919e;
  border-color: #854f5f;
}
.calendar-work-planning .event.color-15 {
  background: #767571;
}
.calendar-work-planning .event.color-15.event-hover {
  background: #666662;
  border-color: #282826;
}
.calendar-work-planning .event.color-16 {
  background: #d28c5e;
}
.calendar-work-planning .event.color-16.event-hover {
  background: #cb7b46;
  border-color: #764321;
}
.calendar-work-planning .event.color-17 {
  background: #e87e83;
}
.calendar-work-planning .event.color-17.event-hover {
  background: #e3646a;
  border-color: #ae1f26;
}
.calendar-work-planning .event.color-18 {
  background: #8aaf5e;
}
.calendar-work-planning .event.color-18.event-hover {
  background: #7b9f4f;
  border-color: #3c4d27;
}
.calendar-work-planning .event.color-19 {
  background: #6b6d80;
}
.calendar-work-planning .event.color-19.event-hover {
  background: #5d5f6f;
  border-color: #25262d;
}
.calendar-work-planning .event.color-20 {
  background: #b69a7c;
}
.calendar-work-planning .event.color-20.event-hover {
  background: #ab8b68;
  border-color: #624d37;
}
.calendar-work-planning .event.color-21 {
  background: #ffe641;
}
.calendar-work-planning .event.color-21.event-hover {
  background: #ffe222;
  border-color: #a79100;
}
.calendar-work-planning .event.color-22 {
  background: #8f7e93;
}
.calendar-work-planning .event.color-22.event-hover {
  background: #806e84;
  border-color: #3f3741;
}
.calendar-work-planning .event-ooo {
  background: #E9E9E9;
  min-height: 128px;
}
.calendar-work-planning .event-ooo-border {
  border-left: 10px solid #D0D0D0 !important;
}
.calendar-work-planning .event-office-time {
  background: #E4F0F6;
  min-height: 128px;
}
.calendar-work-planning .event-office-time-border {
  border-left: 10px solid #CBE6F4 !important;
}
.calendar-work-planning .event-in-progress {
  background: #FFF8EB !important;
}
.calendar-work-planning .event-cancelled {
  background: #E3E0E0 !important;
}
.calendar-work-planning .event-overdue {
  background: #FFF1EB !important;
}
.calendar-work-planning .event-in-progress-border {
  border-left: 10px solid #EBA519 !important;
}
.calendar-work-planning .event-cancelled-border {
  border-left: 10px solid #C5C4C4 !important;
}
.calendar-work-planning .event-overdue-border {
  border-left: 10px solid #F97155 !important;
}
.calendar-work-planning .event-completed {
  background: #eef6e8 !important;
}
.calendar-work-planning .event-completed-border {
  border-left: 10px solid #80C363 !important;
}
.calendar-work-planning .week .day:last-child {
  overflow: hidden;
}
.calendar-work-planning .week .day:last-child .event > label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.calendar-work-planning .cal-day-view .event > label {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.calendar-work-planning .cal-day-view .event-full {
  width: 99.5%;
}

#eventHoverInfo-work-planning {
  position: fixed;
  width: 550px;
  font-size: 0.9em;
  background: rgba(247, 209, 77, 0.9);
  right: 0;
  bottom: 0;
  padding: 1em 1.5em;
  display: none;
  justify-content: flex-start;
  align-items: center;
}
#eventHoverInfo-work-planning > i {
  font-size: 3em;
  margin-right: 0.8em;
}
#eventHoverInfo-work-planning .data .event-info > span {
  display: block;
  margin-bottom: 0.3em;
}
#eventHoverInfo-work-planning .data .event-info > span.task-name {
  font-size: 1.1em;
  font-weight: bold;
}
#eventHoverInfo-work-planning .data .event-info > span.task-status {
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}
#eventHoverInfo-work-planning.hover {
  display: flex;
}

.add-new-task {
  text-transform: uppercase;
  color: #2fb688;
  font-size: 0.7em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.icc {
  margin-left: 0.5em;
  margin-right: 0.4em;
  color: #2fb688;
  font-size: 2.4em !important;
}

.gr-info {
  color: #80C363;
}

.yellow-info {
  color: #EBA519;
}

.red-info {
  color: #F97155;
}

.grey-info {
  color: #DBD9D9;
}

.event-col-in-progress {
  background: #EBA519;
}

.event-col-overdue {
  background: #F97155;
}

.event-col-cancelled {
  background: #DBD9D9;
}

.event-col-completed {
  background: #80C363;
}

.thumb-edited-event {
  margin-bottom: 4px;
  line-height: 20px;
  padding: 0 0.5em;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0.3em;
  background: white !important;
  border: 2px solid #3F4B62;
  padding-left: 8px;
  padding-right: 8px;
}

.buttons-calendar-events {
  display: flex;
  padding-left: 7.5em;
  padding-bottom: 0.3em;
}

.delete-calendar-event {
  color: #cd3143;
}

.not-visible-event {
  display: none;
}

.cal-type-select {
  min-width: 13em;
}

.bottom-right-link {
  position: absolute;
  bottom: 0;
  right: 3px;
}

.vacations {
  background-color: #73C8E8;
  background-image: url("/javax.faces.resource/img/vac_palm.png.xhtml");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 40px;
  padding: 2%;
  text-align: center;
}

.vacation-ico {
  content: url("/javax.faces.resource/img/vac_palm.png.xhtml");
  background: #73C8E8 !important;
  width: 2em;
  height: 1.48em;
  float: left;
  border-right: 1px solid black !important;
  padding: 0.3em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vac-item {
  font: normal normal medium 10px/13px Montserrat;
  text-transform: uppercase;
}

.vac-btn {
  height: 2.2em;
  border: 1px solid black;
  border-radius: 5px;
}

.vac-time {
  width: 90%;
  margin-left: 5%;
  display: flex;
  height: 38px;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid black;
  text-align: center;
}

.vac-color {
  background: #73C8E8;
  color: white;
}

.vac-color-cancelled {
  background: #DBD9D9;
  color: black;
}

.up {
  text-transform: uppercase;
}

.vac-btn-txt {
  text-transform: uppercase;
  color: white;
  display: flex;
  padding: 0.5em;
}

.a > div > table > tbody > tr > td {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15%;
  width: 30%;
  padding-bottom: 4%;
}

.a > div > table {
  width: 100%;
}

.upload-file-info {
  text-transform: initial;
  margin-bottom: 1em;
  font-size: small;
  color: #b7b7b7;
  font-style: italic;
}

.clause-container {
  background: white;
  text-align: justify;
  margin: 20px 10px;
  padding: 20px 10px;
}
.clause-container .clause-content > p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-indent: 20px;
}
.clause-container .clause-content > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block;
}
.clause-container .clause-content a {
  color: blue;
}
.clause-container .clause-content a:hover {
  text-decoration: underline;
}
.clause-container .clause-agreement-footer {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-bottom: 0;
  text-align: right;
}
.clause-container .clause-agreement-footer .left-button {
  text-align: left;
  float: left;
}
.clause-container .clause-accept-box {
  transform: scale(2);
  margin: 20px 20px 20px 30px;
}

.verification-gallery .top-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.verification-gallery .top-line .grouping-section {
  display: flex;
  margin-left: 7px;
}
.verification-gallery .top-line .grouping-section .grouping > label {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  margin-bottom: 0.2em;
  margin-left: -10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verification-gallery .top-line .grouping-section .grouping-btns {
  margin-top: 20px;
}
.verification-gallery .top-line .grouping-section .checkbox-grouping {
  margin: 28px 0 0 10px;
}
.verification-gallery .top-line .group-previous-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.verification-gallery .top-line .group-select {
  margin-left: -12px;
}
.verification-gallery .group-section {
  border-bottom: 1px solid #3f4b62;
  transition: all 0.25s ease;
  position: relative;
  padding: 0.7em 0 0.7em 0;
  display: block;
  margin-bottom: 1em;
}
.verification-gallery .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.verification-gallery .photo-gallery.gallery-slider {
  display: flex;
  justify-content: flex-start;
}
.verification-gallery .photo-gallery.gallery-slider .gallery-item {
  width: 195px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.verification-gallery .photo-gallery.gallery-slider .photo-couple {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1.16%;
}
.verification-gallery .photo-gallery.gallery-slider .corrected-photo {
  margin-left: 12px;
  margin-right: -5px;
}
.verification-gallery .photo-gallery.gallery-slider .more-icon > i {
  margin-top: 100px;
  font-size: 2em;
}
.verification-gallery .footer-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.verification-gallery .footer-panel .load-more-panel {
  text-align: right;
  padding-right: 17%;
}
.verification-gallery .button-container {
  display: inline-block;
  position: relative;
  margin-right: 48px;
  width: 300px;
}
.verification-gallery .button-container .expandable {
  z-index: 9999;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  height: 0;
  box-sizing: border-box;
  transition: height 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 9px;
}
.verification-gallery .button-container:hover .expandable {
  height: auto;
  border: 1px solid #e2e2e2;
}
.verification-gallery .button-container:hover .button-expandable {
  color: #3f4b62;
}
.verification-gallery .button-container:hover .button-expandable::before {
  visibility: visible;
  transform: scale(1, 1);
}
.verification-gallery .button-expandable {
  color: #3f4b62;
  display: block;
  padding: 7px;
  text-decoration: none;
  background: none;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  background-color: #fff;
  border: 1px solid #3f4b62;
  border-radius: 9px;
  text-transform: uppercase;
  text-align: center;
}
.verification-gallery .button-expandable i {
  padding: 0 10px 0 10px;
}
.verification-gallery .button-expandable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -10px;
  left: 0;
  background-color: #3f4b62;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}
.verification-gallery .expandable .exp-i {
  text-align: center;
  margin-top: 10px;
}
.verification-gallery .expandable .status {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border-radius: 0;
  text-align: center;
}
.verification-gallery .expandable .progress {
  margin-bottom: 1em;
}
.verification-gallery .expandable .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
  text-align: center;
}
.verification-gallery .expandable .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.verification-gallery .expandable .progress > div > div {
  background: #3ac495;
}
.verification-gallery .expandable a {
  color: #a9a9a9;
  font-size: 13px;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.verification-gallery .expandable a i {
  padding: 10px 15px 10px 15px;
  width: 20px;
}
.verification-gallery .expandable a:hover {
  color: #f3f0f0;
  text-decoration: underline;
  background: #e9e9e9;
  font-weight: bold;
}
.verification-gallery .expandable a:hover i {
  scale: 1.4;
  transition: all 0.25s ease;
}
.verification-gallery .expandable .link-quadrary:hover {
  background: linear-gradient(45deg, #d83d4f, #d83d4f, #fff, #d83d4f, #d83d4f);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-secondary:hover {
  background: linear-gradient(45deg, #2fb688, #2fb688, #fff, #2fb688, #2fb688);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-ternary:hover {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-primary:hover {
  background: linear-gradient(45deg, #3f4b62, #3f4b62, #fff, #3f4b62, #3f4b62);
  background-size: 400% 400%;
  text-decoration: none;
}
.verification-gallery .expandable .link-quinary:hover {
  background: linear-gradient(45deg, #43c99a, #43c99a, #fff, #43c99a, #43c99a);
  background-size: 400% 400%;
  text-decoration: none;
}

.verification-gallery-modal .icon-wrapper {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  font-size: 30px;
  text-align: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: white;
  margin: 10px auto;
}
.verification-gallery-modal .icon-wrapper.col-quadrary {
  background-color: #d83d4f;
}
.verification-gallery-modal .title {
  text-align: center;
}
.verification-gallery-modal .alert-info {
  color: #d83d4f;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.verification-gallery-modal .date-inputs {
  display: flex;
  justify-content: flex-start;
}
.verification-gallery-modal .footer {
  display: flex;
  justify-content: space-between;
}
.verification-gallery-modal .other-reason-text {
  height: 120px;
}

.btn-reason-remove {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: #eba519;
}
.btn-reason-remove > i {
  color: white;
  font-size: 2em;
}

.manual-link {
  display: flex;
  flex-direction: row-reverse;
  text-decoration: underline;
  margin-top: -15px;
}

.verification-gallery-manual .icon-wrapper {
  font-size: 5em;
  text-align: center;
  margin: auto;
}
.verification-gallery-manual .icon-wrapper > i {
  vertical-align: middle;
  margin: 15px;
}
.verification-gallery-manual .title {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.verification-gallery-manual .number-icon-wrapper {
  font-size: 3em;
  text-align: center;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.verification-gallery-manual .number-icon-wrapper > i {
  display: flex;
  font-size: 0.6em;
  color: white;
  padding: 10px;
  justify-content: space-around;
}
.verification-gallery-manual .number-icon-wrapper.col-primary {
  background-color: #3f4b62;
}
.verification-gallery-manual .step-title {
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.verification-gallery-manual .step-content {
  margin-bottom: 1em;
}

.fancybox-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-loading-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #999;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.gallery-spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #3f4b88 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #3f4b88);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: gallery-spinner-c7wet2 1s infinite linear;
}

.gallery-spinner-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

@keyframes gallery-spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
#falling-flowers {
  height: 1000px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.policy-container {
  width: 80%;
  text-align: center;
  margin: 2em auto;
  background: white;
  border-radius: 20px;
  padding-left: 2em;
  padding-right: 2em;
}
.policy-container h2 {
  padding-top: 1em;
}
.policy-container ol.para {
  counter-reset: item;
  list-style-type: none;
}
.policy-container ol.para li {
  margin-bottom: 0.5em;
}
.policy-container ol.para li:before {
  content: "§" counter(item, decimal) ". ";
  counter-increment: item;
  font-weight: bold;
}
.policy-container ol {
  width: 90%;
  counter-reset: item;
  list-style-type: none;
}
.policy-container ol > li:before {
  content: counter(item, decimal) ") ";
  counter-increment: item;
  font-weight: bold;
}
.policy-container ul {
  width: 90%;
  list-style-type: none;
}
.policy-container ul > li:before {
  content: "·";
  font-weight: bold;
}

.progress-container-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.progress-container-info-tasks-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.progress-container-info-tasks-container .tasks-head {
  display: block;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 1px #3f4b62;
}
.progress-container-info-tasks-container .tasks-desc {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.2em 1em;
  background: #3f4b62;
  color: #fff;
  width: 180px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.progress-container-info-tasks-chart {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 15px 20px 10px 20px;
}
.progress-container-info-tasks-chart .chart-container {
  display: flex;
  width: 100.1%;
  flex-wrap: wrap;
  border: 1px solid white;
  overflow: hidden;
  border-radius: 8px;
  min-height: 34px;
}
.progress-container-info-tasks-chart .chart-container > div {
  display: flex;
  align-items: center;
  padding-top: 13px;
  font-size: 13px;
  font-weight: bold;
}
.progress-container-info-tasks-chart .chart-container > div.first-item {
  border-radius: 8px 0 0 8px;
}
.progress-container-info-tasks-chart .chart-container > div.last-item {
  border-radius: 0 8px 8px 0;
}
.progress-container-info-tasks-chart .chart-container > div.single-item-rounded {
  border-radius: 8px;
}
.progress-container-info-tasks-chart .chart-container .legend-item {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 5px;
}

.chart-COMPLETED {
  background: #449dad;
}

.chart-PENDING {
  background: #80C363;
}

.chart-OVERDUE {
  background: #e69a7e;
}

.chart-UNPUBLISHED {
  background: #b4b4b4;
}

.chart-PUBLISHED {
  background: #7a7a7a;
}

.chart-STARTED {
  background: #3F4B62;
}

.single-status-force {
  padding: 15px 0 10px 20px !important;
}

.view-filters-box {
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
  align-content: flex-start;
}

.view-filters-box-container {
  border-radius: 10px;
  margin: 10px 10px 1em;
  padding: 10px;
  position: relative;
}

.edit-filter-container {
  display: flex;
  align-items: center;
  position: relative;
}

.view-filters-box-container-green-border {
  border: 1px solid rgba(47, 182, 136, 0.4);
}

.view-filters-box-container-grey-border {
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.edit-filter-component {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: rgba(47, 182, 136, 0.4);
  text-align: left;
  width: 100%;
  margin: 10px;
  cursor: grab;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #3F4B62;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edit-filter-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.edit-filter-title {
  text-align: left;
  color: #2FB688;
  font-weight: bold;
}

.edit-filter-description {
  text-align: left;
  font-size: 13px;
}

.modal-view-filters .edit-filter-component {
  background-color: #d2d4d9;
}

.edit-filter-header-title {
  font-weight: bold;
  color: #3f4b62;
  text-align: center;
  font-size: 1.3em;
  padding: 10px;
}

.edit-filter-sub-header-title {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
  font-size: 14px;
}

.custom-button-container {
  display: inline-block;
  margin-left: 1em;
  z-index: 1;
  position: relative;
}
.custom-button-container .custom-expandable {
  overflow: hidden;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  height: 0;
  box-sizing: border-box;
  transition: height 0.4s ease-in-out;
  transition-delay: 0.1s;
  border-radius: 9px;
  z-index: 1;
  min-width: 230px;
  text-align: left;
}
.custom-button-container:hover .custom-expandable {
  height: auto;
}
.custom-button-container:hover .custom-button-expandable::before {
  visibility: visible;
  transform: scale(1, 1);
}

.custom-button-expandable {
  display: inline-flex;
  line-height: 1;
  font-size: 0.8em;
  padding: 0.7em 1.5em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  vertical-align: bottom;
  cursor: pointer;
}
.custom-button-expandable.btn-small {
  font-size: 0.65em;
}
.custom-button-expandable.btn-primary {
  background: #3f4b62;
  border-color: #2b3648;
}
.custom-button-expandable.btn-primary > i {
  background: #36435b;
  border-color: #2b3648;
}
.custom-button-expandable.btn-primary:hover {
  background: #36435b;
}
.custom-button-expandable.btn-secondary {
  background: #2fb688;
  border-color: #1e976d;
}
.custom-button-expandable.btn-secondary > i {
  border-color: #1e976d;
}
.custom-button-expandable.btn-secondary:hover, .custom-button-expandable.btn-secondary.active {
  background: #28ab7e;
}
.custom-button-expandable.btn-ternary {
  background: #f7d14d;
  border-color: #e5b612;
}
.custom-button-expandable.btn-ternary > i {
  border-color: #e5b612;
}
.custom-button-expandable.btn-ternary:hover, .custom-button-expandable.btn-ternary.active {
  background: #f2c838;
}
.custom-button-expandable.btn-quadrary {
  background: #d83d4f;
  border-color: #b52738;
}
.custom-button-expandable.btn-quadrary > i {
  border-color: #b52738;
}
.custom-button-expandable.btn-quadrary:hover, .custom-button-expandable.btn-quadrary.active {
  background: #cd3143;
}
.custom-button-expandable i {
  display: inline-block;
  margin: -0.8em 1em -0.8em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
  border-color: #2b3648;
}
.custom-button-expandable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -10px;
  left: 0;
  background-color: #3f4b62;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}

.custom-expandable .exp-i {
  text-align: center;
  margin-top: 10px;
}
.custom-expandable .progress {
  margin-bottom: 1em;
}
.custom-expandable .progress > label {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0;
  display: block;
  text-align: center;
}
.custom-expandable .progress > div {
  background: #dbdbdb;
  height: 30px;
  line-height: 30px;
}
.custom-expandable .progress > div > div {
  background: #3ac495;
}
.custom-expandable a {
  color: #a9a9a9;
  font-size: 0.65em;
  display: block;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.custom-expandable a i {
  padding: 5px 10px 5px 10px;
  width: 10px;
}
.custom-expandable a:hover {
  color: #f3f0f0;
  text-decoration: underline;
  background: #e9e9e9;
  font-weight: bold;
}
.custom-expandable a:hover i {
  scale: 1.6;
  transition: all 0.25s ease;
}
.custom-expandable .link-primus:hover {
  background: linear-gradient(45deg, #3f4b62, #3f4b62, #fff, #3f4b62, #3f4b62);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-secundus:hover {
  background: linear-gradient(45deg, #2fb688, #2fb688, #fff, #2fb688, #2fb688);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-tertius:hover {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-quartus:hover {
  background: linear-gradient(45deg, #d83d4f, #d83d4f, #fff, #d83d4f, #d83d4f);
  background-size: 400% 400%;
  text-decoration: none;
}
.custom-expandable .link-quintus:hover {
  background: linear-gradient(45deg, #43c99a, #43c99a, #fff, #43c99a, #43c99a);
  background-size: 400% 400%;
  text-decoration: none;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 65, 85, 0.31);
  border-radius: 8px;
}

.overlay-container-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-all-filters {
  display: flex;
  align-items: center;
}
.select-all-filters > label {
  padding-right: 5px;
}

.overlay-main {
  width: 300px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 7px;
  font-size: 0.8em;
}

.edit-overlay-cont {
  height: auto !important;
  pointer-events: none;
}
.edit-overlay-cont > a:last-child {
  background: linear-gradient(45deg, #f7d14d, #f7d14d, #fff, #f7d14d, #f7d14d);
  background-size: 400% 400%;
  text-decoration: none;
  color: #f3f0f0;
  font-weight: bold;
  pointer-events: none;
}

.no-pointers {
  pointer-events: none;
  z-index: 12;
}

.edit-overlay-confirm {
  width: 200px;
  height: 100px;
  display: flex;
  position: absolute;
  right: 140px;
  background: white;
  border-radius: 10px;
  flex-direction: column;
  z-index: 12;
  justify-content: space-between;
}
.edit-overlay-confirm-close {
  margin-right: 6px;
  margin-top: 3px;
  font-size: 0.8em;
}
.edit-overlay-confirm-content {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
}
.edit-overlay-confirm-footer {
  display: flex;
  justify-content: space-evenly;
  color: #2fb688;
}
.edit-overlay-confirm-footer-text {
  margin-left: 5px;
  font-size: 0.8em;
  font-weight: bold;
}

.top210 {
  top: 210px !important;
}

.location-edit-overlay-confirm {
  top: unset !important;
  z-index: 12;
}

.overlay-dimmer {
  transition: opacity 1s ease-in-out;
  background-color: rgb(46, 46, 46);
  inset: 0;
  opacity: 0;
  position: fixed;
  z-index: 10;
}

.overlay-dimmer.active {
  opacity: 0.9;
}

.edit-overlay-single {
  z-index: 12;
  position: relative;
  pointer-events: none;
}

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