@font-face {
  font-family: "Gotham Bold";
  src: url("/fonts/Gotham-Bold.otf") format("opentype"), url("/fonts/GOTHMBOL.TTF") format("truetype");
}
@font-face {
  font-family: "Gotham Medium";
  src: url("/fonts/GOTHMMED.TTF") format("truetype");
}
@font-face {
  font-family: "Gotham Book";
  src: url("/fonts/GOTHMBOK.TTF") format("truetype");
}
.block-form .results-title, .block-actions .action, .block-title, .block-long .assessments-item-data .name, .block-long .block-form .input-field select, .block-long .block-form .input-field .label, form.form .message, .login-form button, .button-style, .navigation-style {
  font-family: "Gotham Medium";
}

.modal-content .modal-header .modal-title, .assessments-item-data .status.with-date, .assessments-item-data .status, .block-long .block-title, form.form .forgot-password, .login-header, .fail-style, .pass-style, .heading1-style {
  font-family: "Gotham Bold";
}

.block-form .hint, .search-results-style, .version-number-style, .text-field-style, .field-heading-style, .sub-heading2-style, .sub-heading1-style {
  font-family: "Gotham Book";
}

.navigation-style {
  color: #fff;
  font-size: 14pt;
  line-height: 16pt;
  position: relative;
}
.navigation-style:hover {
  color: #fff;
}
.navigation-style.active:hover {
  text-decoration: none;
}
.navigation-style.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.heading1-style {
  color: #fff;
  text-transform: uppercase;
  font-size: 18pt;
  line-height: 20pt;
}

.sub-heading1-style {
  color: #21406e;
  font-size: 13pt;
  line-height: 14pt;
}

.sub-heading2-style {
  color: #47bdc7;
  font-size: 22px;
  line-height: 28px;
}

.sub-heading3-style {
  border-bottom: 2px solid #b7b7b7;
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham Bold";
}

.button-style {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.field-heading-style {
  color: #3669b0;
  font-size: 13pt;
  line-height: 14pt;
}

.text-field-style {
  color: black;
  font-size: 13pt;
  line-height: 14pt;
  outline: none;
}

.version-number-style {
  color: #21406e;
  font-size: 12pt;
  line-height: 14pt;
}

.search-results-style {
  color: #3669b0;
  font-size: 52px;
  line-height: 60px;
}

.pass-style {
  color: #2bc805;
  font-size: 14pt;
  line-height: 16pt;
}

.fail-style {
  color: #c84b4b;
  font-size: 14pt;
  line-height: 16pt;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b7b7b7;
}

body {
  background: #f0f0f0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 20px;
  padding-right: 20px;
}

svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

header {
  height: 120px;
  background: #47bdc7;
  padding: 20px 0;
}
header .logo {
  width: 286px;
  height: 80px;
  padding: 0 20px;
  flex: 0 0 auto;
}
header .logo svg {
  fill: #fff;
}
header .menu {
  width: 100%;
  flex: 0 1 auto;
}
header .menu-item {
  margin: 0 30px;
}

section {
  padding: 20px 0;
}

.login-header {
  color: #21406e;
  font-size: 13pt;
  line-height: 14pt;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
}

.login-form .label {
  color: #21406e;
  font-size: 16px;
  line-height: 20px;
}
form.form {
  padding: 0 15px;
}
form.form .input-field {
  margin-bottom: 6pt;
}
form.form .input-field .label {
  margin-bottom: 2pt;
}
form.form .input-field input {
  border: 0;
  outline: none;
  background: #fff;
  height: 46px;
  padding: 4px 12px;
  width: 360px;
  max-width: 100%;
}
form.form .checkbox-wrapper input[type=checkbox] {
  display: none;
}
form.form .checkbox-wrapper input[type=checkbox] + div {
  border: 4px solid #21406e;
  margin-left: 16px;
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 50%;
}
form.form .checkbox-wrapper input[type=checkbox] + div:after {
  content: "";
  display: block;
  background-color: transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: background-color 0.2s;
}
form.form .checkbox-wrapper input[type=checkbox]:checked + div:after {
  background-color: #3669b0;
}
form.form .forgot-password {
  color: #21406e;
  margin: 32px 0;
  cursor: pointer;
}
form.form button {
  margin-top: 16px;
  border: 4px solid #21406e;
  color: #21406e;
  font-size: 18pt;
  width: 260px;
  height: 80px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
form.form .message {
  padding: 14px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
  border: 1px solid;
  margin: 20px 0;
}
form.form .message.error {
  color: #c84b4b;
  background: #FFDCE0;
}

.category-item {
  padding: 20px;
}
.category-item .icon {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-item .icon svg {
  max-height: 176px;
}
.category-item:nth-of-type(odd) {
  background: #47bdc7;
}
.category-item:nth-of-type(odd) .icon svg {
  fill: #fff;
}
.category-item:nth-of-type(odd) .category-link {
  border-color: #fff;
  color: #fff;
}
.category-item:nth-of-type(even) {
  background: #fff;
}
.category-item:nth-of-type(even) .icon svg {
  fill: #3669b0;
}
.category-item:nth-of-type(even) .category-link {
  border-color: #3669b0;
  color: #3669b0;
}
.category-link {
  border: 2px solid;
  font-size: 18pt;
  border-radius: 42px;
  width: 276px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  margin: 20px auto;
}
.category-link:hover {
  text-decoration: none;
}

.block {
  width: 100%;
  max-height: 474px;
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.block-long {
  max-height: calc(100vh - 180px);
}
.block-long .block-title {
  background: transparent;
  color: #3669b0;
  border-bottom: 2px solid #b7b7b7;
  padding: 0;
  margin: 10px 20px;
}
.block-long .block-form {
  padding: 10px 20px;
}
.block-long .block-form .input-field .label {
  margin-bottom: 10px;
  color: #3669b0;
}
.block-long .block-form .input-field select {
  outline: none;
  color: #fff;
  background: #36a8e0;
  border: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  appearance: none;
  padding: 5px 12px;
}
.block-long .assessments-item {
  padding-top: 10px;
}
.block-long .assessments-item-data .name {
  color: #3669b0;
  margin-bottom: 8px;
  font-size: 13pt;
  line-height: 14pt;
}
.block-wrapper {
  display: flex;
}
.block-column {
  max-width: 440px;
  width: 100%;
}
.block-column + .block-column {
  margin-left: 20px;
}
.block-column.big-column {
  max-width: none;
  flex: 0 1 auto;
}
.block-column.big-column .block {
  max-height: calc(100vh - 180px);
}
.block-title {
  color: #fff;
  font-size: 14pt;
  background: #47bdc7;
  padding: 10px 15px;
}
.block-body {
  min-height: 188px;
  overflow-y: auto;
}
.block-body .list-item {
  color: #21406e;
  font-size: 14pt;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
}
.block-body .list-item:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #b7b7b7;
}
.block-body .list-item.active {
  background: #36a8e0;
  color: #fff;
}
.block-actions {
  padding: 0 10px 10px;
  display: flex;
}
.block-actions.small {
  padding: 0 1rem 1rem;
}
.block-actions.small .action {
  font-size: 14px;
  line-height: 14px;
  height: 30px;
  max-width: 47%;
  max-width: calc(50% - 5px);
  text-align: center;
  justify-content: center;
}
.block-actions .action {
  padding: 0 10px;
  background: #3669b0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  border: 0;
  outline: none;
  width: 100%;
  text-align: left;
  height: 46px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
.block-actions .action + .action {
  margin-left: 10px;
}
.block-actions .action.alt {
  background: transparent;
  color: black;
}
.block-form {
  padding: 1rem;
}
.block-form .input-field {
  margin-bottom: 12px;
}
.block-form .input-field:last-of-type {
  margin-bottom: 0;
}
.block-form .input-field .static-field {
  padding: 10px;
}
.block-form .input-field .label {
  margin-bottom: 2px;
}
.block-form .input-field input, .block-form .input-field textarea {
  padding: 10px;
  border: 2px solid #36a8e0;
  width: 100%;
}
.block-form .input-field textarea {
  resize: none;
  min-height: 88px;
}
.block-form .block-actions {
  padding: 10px 0 10px;
}
.block-form-group + .block-form-group {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #b7b7b7;
}
.block-form .group-field-item + .group-field-item {
  margin-left: 8px;
}
.block-form .group-field-item input {
  outline: none;
  width: 80px;
}
.block-form .hint {
  font-size: 12px;
  line-height: 16px;
  color: #3669b0;
  margin-top: 4px;
}
.block-form .actions {
  display: flex;
}
.block-form .actions .action {
  width: 100%;
  background: #3669b0;
  outline: none;
  padding: 6px 10px;
  border: 0;
  margin: 10px 0;
  text-align: center;
}
.block-form .actions .action:hover {
  text-decoration: none;
  color: #fff;
}
.block-form .actions .action + .action {
  margin-left: 10px;
}
.block-form .results-wrapper {
  border-top: 2px solid #b7b7b7;
  padding-top: 10px;
  margin: 10px 0;
}
.block-form .results-count {
  margin-top: 8px;
  border: 4px solid #3669b0;
  padding: 20px;
  text-align: center;
}
.block-fields {
  display: flex;
}
.block-fields .input-field + .input-field {
  margin-left: 10px;
}
.block-list-item + .block-list-item {
  border-top: 2px solid #b7b7b7;
  margin-top: 10px;
  padding-top: 8px;
}
.block-list + .add-user-form {
  border-top: 2px solid #b7b7b7;
  margin-top: 10px;
  padding-top: 8px;
}

.assessments-wrapper {
  padding: 0 20px;
}
.assessments-wrapper .general-actions {
  padding: 20px;
  border-top: 2px solid #b7b7b7;
  display: flex;
  margin: 0 -20px;
}
.assessments-wrapper .general-actions .action {
  border: 0;
  background: #3669b0;
  outline: none;
  min-width: 344px;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  cursor: pointer;
}
.assessments-wrapper .general-actions .action input[type=file] {
  display: none;
}
.assessments-wrapper .general-actions .action:hover {
  color: #fff;
  text-decoration: none;
}
.assessments-wrapper .general-actions .action + .action {
  margin-left: 16px;
}
.assessments-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.assessments-item-data {
  flex: 1 1 auto;
  width: 100%;
}
.assessments-item-data .status {
  width: 50%;
  color: #fff;
  padding: 4px 8px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  border: 0;
  outline: none;
  text-align: left;
}
.assessments-item-data .status.fail {
  background: #E85B6C;
}
.assessments-item-data .status.pass {
  background: #3A9923;
}
.assessments-item-data .status.with-date {
  background: transparent;
  width: auto;
  padding: 0;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}
.assessments-item-data .status.with-date.fail {
  color: #c84b4b;
}
.assessments-item-data .status.with-date.pass {
  color: #2bc805;
}
.assessments-item-data .status.with-date + .actions {
  margin-top: 6px;
}
.assessments-item-data .actions {
  margin-top: 20px;
  display: flex;
}
.assessments-item-data .actions .action {
  border: 0;
  background: #3669b0;
  outline: none;
  margin-bottom: 0;
  min-width: 170px;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
}
.assessments-item-data .actions .action input[type=file] {
  display: none;
}
.assessments-item-data .actions .action:hover {
  text-decoration: none;
  color: #fff;
}
.assessments-item-data .actions .action + .action {
  margin-left: 8px;
}
.assessments-item-version {
  margin-left: auto;
  padding-left: 10px;
}

.modal-content {
  border-radius: 0;
  border: 0;
  padding: 30px;
  background: #F0F0F0;
}
.modal-content .modal-header {
  border-bottom: 2px solid #C3C3C3;
  padding: 1rem 0;
}
.modal-content .modal-header .modal-title {
  color: #21406e;
  text-transform: uppercase;
}
.modal-content .modal-body {
  padding: 1rem 0;
}
.modal-content .modal-body .form {
  padding: 0;
}
.modal-content .modal-body .form .input-field {
  margin-bottom: 0.75rem;
}
.modal-content .modal-body .form .input-field:last-of-type {
  margin-bottom: 0;
}
.modal-content .modal-body .form .input-field input, .modal-content .modal-body .form .input-field textarea {
  width: 100%;
  border: 0;
  background: #fff;
  resize: none;
  padding: 0.5rem;
}
.modal-content .modal-body .form .input-field textarea {
  height: 154px;
}
.modal-content .modal-body .form .label {
  color: #28406A;
}
.modal-content .modal-body .sub-actions {
  margin-top: 1rem;
  padding: 10px 0;
  border-top: 2px solid #C3C3C3;
  border-bottom: 2px solid #C3C3C3;
}
.modal-content .modal-body .sub-actions .action {
  margin-bottom: 8px;
  display: block;
  background: #3669b0;
  border: 0;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
}
.modal-content .modal-body-actions {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 26px;
}
.modal-content .modal-body-actions .action {
  outline: none;
  border: 0;
  width: 100%;
  margin: 0;
  background: #3669b0;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  height: auto;
  border-radius: 0;
  color: #fff;
}
.modal-content .modal-body-actions .action + .action {
  margin-left: 10px;
}
.modal-content .modal-footer {
  padding: 0 0 1rem;
  border-top: 0;
  flex-wrap: nowrap;
}
.modal-content .modal-footer button {
  outline: none;
  border: 0;
  width: 100%;
  margin: 0;
  background: #3669b0;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
}
.modal-content .modal-footer button.alt {
  text-align: left;
}
.modal-content .modal-footer button + button {
  margin-left: 10px;
}

.spinner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

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