﻿@charset "UTF-8";
@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.app-loading {
  padding: 20px;
  position: absolute;
  top: 30vh;
  margin-left: 12.5%;
  width: 75%;
  text-align: center;
  background-color: #071d49;
  font-size: 2em;
  color: white;
}

.sign-in-form {
  width: 400px;
  height: 400px;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

a, .btn-link {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.content {
  padding-top: 5px;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message, .error-messages {
  color: red;
}

#maps-blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 10300;
}

#maps-blazor-error-ui .warning-sign {
  font-weight: bold;
}

#maps-blazor-error-ui .maps-copy,
#maps-blazor-error-ui .maps-reload {
  cursor: pointer;
}

#maps-blazor-error-ui .copy-sign,
#maps-blazor-error-ui .reload-sign {
  text-decoration: none;
}

#maps-blazor-error-ui .k-icon {
  font-size: 20px;
}

#maps-blazor-error-ui .options {
  position: absolute;
  right: 2.15rem;
  top: 0.5rem;
}

#maps-blazor-error-ui .options .separator {
  margin: 0 10px;
}

#maps-blazor-error-ui .maps-dismiss {
  cursor: pointer;
  position: absolute;
  right: -1.45rem;
  top: 0rem;
}

.standard-form {
  width: 800px;
}

.page-title {
  font-size: 14pt;
  margin-bottom: 10px;
}

.sortable {
  cursor: pointer;
}

.window-content {
  padding-bottom: 15px;
}

.window-buttons {
  float: right;
}

.card-margin {
  margin: 15px;
}

.k-editor .k-dropdown {
  width: 12.4em !important;
}

.k-grid-toolbar .k-pager-wrap {
  border: 0;
  flex-grow: 1;
}

.k-grid-toolbar hr.line-break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  border: 0;
}

.k-grid th {
  font-weight: bold !important;
}

.k-grid-filter {
  width: 20px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.top-row {
  background-color: #071d49;
  color: white;
}
.top-row .btn-link {
  color: white;
}

.maps-background {
  background-color: #808080;
}

.navbar-brand {
  font-size: 24px;
}

.navbar-brand, .navbar-brand:hover {
  color: white;
}

.yellow-icon {
  color: yellow !important;
}

.roles-dialog {
  min-width: 250px;
}

.k-window-titlebar {
  background-color: #3274CC;
  color: white;
}

.k-grid .k-button-icon,
.k-grid .k-icon-button {
  background: inherit;
  border: none;
  margin: auto;
}
.k-grid .k-button-icon .k-grid .k-icon,
.k-grid .k-icon-button .k-grid .k-icon {
  font-size: large;
}

.k-grid-toolbar .k-pager-wrap {
  flex-grow: unset;
}
.k-grid-toolbar .k-pager-wrap .k-pager-info {
  display: none;
}

/*.k-grid-pager {
    display: none;
}*/
.k-command-cell span {
  display: flex;
}

th {
  font-weight: bold;
}

.btn-margin {
  margin: 10px;
}

.large-icon .k-icon::before {
  font-size: x-large;
}

.k-drawer-wrapper {
  min-height: 100%;
}

.no-scroll .k-grid-content {
  overflow-y: hidden;
}
.no-scroll .k-grid-header {
  padding-right: 0 !important;
}
.no-scroll .k-grid-header-wrap {
  border-width: 0px !important;
}
.no-scroll .k-grid-footer {
  padding-right: 0 !important;
}

.row .k-checkbox {
  margin: 5px;
}

.k-button-icon.image-button,
.k-icon-button.image-button {
  width: 68px;
  height: 38px;
}
.k-button-icon.image-button img,
.k-icon-button.image-button img {
  border-radius: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.auth.footer {
  height: 75px;
  vertical-align: bottom;
  line-height: 88px;
}

.auth .copy {
  margin-left: 8px;
  line-height: 72px;
  vertical-align: bottom;
  padding-top: 24px;
  color: #071d49;
}

.k-menu-horizontal.manage-account {
  background-color: #071d49;
}

.manage-account .k-link {
  color: #eaeaea;
}

.manage-account .k-link.k-menu-link.k-state-active {
  color: #ffffff;
}

#account .validation-summary-errors li {
  list-style-type: "⚠️ ";
}

.no-scroll .k-grid-content {
  overflow-y: hidden;
}

.no-scroll .k-grid-header {
  padding-right: 0 !important;
}

.no-scroll .k-grid-header-wrap {
  border-width: 0px !important;
}

.info-text-icon {
  color: #005dc4;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.warning-text-icon {
  color: #cc7000;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.info-text-icon::before {
  content: "i ";
  font-size: 1.2em;
}

.warning-text-icon::before {
  content: "! ";
  font-size: 1.2em;
}

.info-text-icon.-large,
.warning-text-icon.-large,
.warning-header {
  font-size: 150%;
}

.info-text-icon.-tooltip,
.warning-text-icon.-tooltip {
  cursor: pointer;
}

.info-box {
  border: 1px solid #005dc4;
  margin-bottom: 20px;
  padding: 6px;
  width: 870px;
}

.warning-box {
  border: 1px solid #cc701d;
  margin-bottom: 20px;
  padding: 6px;
  width: 870px;
}

.info-box .box-text,
.warning-box .box-text {
  font-size: 90%;
}

.timeout-dialog {
  display: none;
  min-width: 200px;
  position: fixed;
  /* Prevents useless vertical scrollbars. */
  top: 200px;
  z-index: 10002;
}

.email-template-editor {
  min-width: 400px;
}

.k-iframe {
  width: 100%;
}

.k-dialog-content .k-form-label {
  white-space: nowrap;
  min-width: 100px;
}

.k-dialog-content .k-form-field {
  margin-right: 10px;
}

.k-form .k-form-fieldset.post-to-be-filled {
  background-color: #eeffee;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 22px;
}

.k-form .k-form-fieldset.post-to-be-suppressed {
  background-color: #ffeeee;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 24px;
}

.division-header {
  font-size: 18px;
  margin-bottom: -8px;
}

.k-form .k-form-field {
  margin-top: 10px;
}

.k-form-field > .k-label.k-form-label {
  margin-bottom: 3px;
}

html, body, #app {
  margin: 0;
  height: 100%;
  min-height: 100%;
}

body, #app {
  display: flex;
  flex-direction: column;
}

header,
footer {
  flex: none;
}

main {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  flex: auto;
}

.footer {
  position: relative;
}

.k-drawer-container, .k-drawer {
  min-height: 100%;
}

.k-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.forma, .formb, .recruitment-campaign {
  padding-top: 5px;
}

.forma .col1, .formb .col1, .recruitment-campaign .col1 {
  margin-top: -16px;
}

.recruitment-campaign .col2 {
  margin-top: -16px;
}

@media only screen and (min-width: 1650px) {
  .k-form-field.mt--16 {
    margin-top: -16px;
  }
}
.manage-account {
  padding-bottom: 7px !important;
  z-index: 999;
}

/* maps-selector */
.ddl-mimic .k-grid-header {
  display: none;
}

.fixed-to-viewport {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.maps-selector tr {
  cursor: pointer;
}

.maps-selector tr:hover, .maps-selector .selected {
  background-color: #ddddff !important;
}

.maps-selector table {
  top: 2px;
  margin-top: -2px;
  font-size: 12px;
}

.maps-selector th {
  background: white;
  position: sticky;
  top: -2px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

@media print {
  .k-drawer, .top-row, button {
    display: none !important;
  }
  html, body, app, main {
    display: block !important;
    overflow: visible !important;
    flex: 0 0 0;
  }
  .k-form-buttons {
    display: none;
  }
  .k-form-field {
    page-break-inside: avoid !important;
  }
  .no-print {
    display: none;
  }
}
.k-icon.text-icon-font {
  font-family: Arial;
  font-weight: bolder;
  font-size: 16px;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.approval-chain {
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 1000;
}
.approval-chain th {
  font-weight: bold;
  border-bottom-width: 2px;
  border-bottom-color: black;
  background-color: lightgray;
  padding-left: 4px;
  padding-right: 4px;
}
.approval-chain td, .approval-chain th {
  height: 20px;
  border: 1px solid silver;
}
.approval-chain > table {
  width: 400px;
  max-height: 300px;
  font-size: 75%;
  border-collapse: collapse;
  border: 1px solid silver;
}

.clickable {
  cursor: pointer;
}

.template-edit .caution {
  font-size: 1.17em;
}
.template-edit .reason {
  margin-left: 1.93em;
}

.k-tooltip .approval-chain {
  color: black;
  font-size: 16px;
}

.approval-chain td {
  padding: 4px;
}

.no-spinner .k-input-spinner {
  display: none;
}

.state-enabled a {
  cursor: pointer;
  pointer-events: all;
}

.k-state-disabled {
  opacity: initial;
}

.excel-button {
  background: #02723B;
  padding: 0 5px 0 0;
}

.k-grid-table td > ol.post-candidates {
  padding-left: 18px;
}

.pre-line {
  white-space: pre-line;
}

.high-z-index {
  z-index: 99999;
}

.post-to-be-filled {
  background-color: rgb(238, 255, 238);
}

.post-to-be-suppressed {
  background-color: rgb(255, 238, 238);
  margin-top: 16px !important;
}

.k-form-fieldset.post-to-be-suppressed > legend.k-form-legend {
  padding-bottom: 0 !important;
  margin-top: -40px !important;
}

.hide-legend > legend {
  display: none;
}

.hide-legend {
  margin-top: 0 !important;
}

.k-drawer-item .k-icon {
  line-height: 2em;
  margin-right: 20px;
  margin-top: -20px;
}

.hr-data .k-form-buttons.k-actions-start {
  margin-top: 10px;
}

.hidden {
  display: none !important;
}

.hr-data .k-form-buttons {
  margin: 20px !important;
}

.k-i-pencil, .posts-table .k-i-check {
  color: green;
}

.posts-table .k-i-close {
  color: red;
}

.posts-table .k-i-myspace, .posts-table .k-i-eye, .posts-table .k-i-copy, .recruitment-campaign .k-i-eye, .recruitment-campaign .k-i-copy {
  color: cornflowerblue;
}

.posts-table .k-table-md {
  font-size: 80%;
}

.posts-table {
  height: 600px;
}

@media screen and (min-height: 800px) and (max-height: 899px) {
  .posts-table {
    height: 700px !important;
  }
  .posts-table .k-table-md {
    font-size: 100%;
  }
}
@media screen and (min-height: 900px) and (max-height: 999px) {
  .posts-table {
    height: 800px !important;
  }
  .posts-table .k-table-md {
    font-size: 100%;
  }
}
@media screen and (min-height: 1000px) and (max-height: 1099px) {
  .posts-table {
    height: 900px !important;
  }
  .posts-table .k-table-md {
    font-size: 100%;
  }
}
@media screen and (min-height: 1100px) and (max-height: 1199px) {
  .posts-table {
    height: 1000px !important;
  }
  .posts-table .k-table-md {
    font-size: 100%;
  }
}
@media screen and (min-height: 1200px) {
  .posts-table {
    height: 1100px !important;
  }
  .posts-table .k-table-md {
    font-size: 100%;
  }
}
.posts-table .bg-success {
  border-bottom: 1px solid #00dd00 !important;
}

.posts-table .bg-danger {
  border-bottom: 1px solid #ff4444;
}

.post-search {
  width: 250px !important;
}

.maps-selector .error {
  color: red;
}

.search-box {
  min-width: 250px;
}

.saolta-logo {
  margin-top: 5px;
}

footer > hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.k-button-solid-secondary {
  color: #071d49;
}

.k-button-solid-primary {
  color: white;
}

.sidebar {
  font-weight: bold;
}

.k-drawer-item.k-selected {
  background-color: #2AD2C9;
  color: #071d49;
}

.k-drawer-item.k-selected:hover {
  background-color: #20C2B9;
  color: #071d49;
}

.sidebar footer {
  background-color: #F0F0F0;
}
