<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-size: 18px;
    position: relative;
    color: #333;
    background: #42627A;
    font-family: 'Lato', sans-serif;
    height: 100%;
}

.wrapper {
    min-width: 1080px;
    max-width: 1200px;
    margin: auto;
}

.content-wrapper {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    vertical-align: middle;
}

h2 {
    font-size: 28px;
    margin: 0;
}

h3, h4 {
    margin-top: 0;
}

.size-full,
.size-half,
.size-third,
.size-fourth,
.size-fifth,
.size-1,
.size-2,
.size-3,
.size-4,
.size-5,
.size-6,
.size-7,
.size-8,
.size-9,
.size-10,
.size-11,
.size-12 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin: 10px 0;
}
.row {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.v-middle {
    vertical-align: middle;
}
.v-bottom {
    vertical-align: bottom;
}

.size-full {
    width: 100%;
}

.size-half {
    width: 50%;
}

.size-third {
    width: 33.33%;
}

.size-fourth {
    width: 25%;
}

.size-fifth {
    width: 20%;
}

.size-1 {
    width: 8.33%;
}
.size-2 {
    width: 16.66%;
}
.size-3 {
    width: 25%;
}
.size-4 {
    width: 33.33%;
}
.size-5 {
    width: 41.66%;
}
.size-6 {
    width: 50%;
}
.size-7 {
    width: 58.33%;
}
.size-8 {
    width: 66.66%;
}
.size-9 {
    width: 75%;
}
.size-10 {
    width: 83.33%;
}
.size-11 {
    width: 91.66%;
}
.size-12 {
    width: 100%;
}

.relative {
    position: relative;
}

.btn {
    padding: 6px 16px;
    border: 1px solid #333;
    font-size: 14px;
    border-radius: 0;
    background: #3284d3;
    color: white;
    border-radius: 4px;
}
.btn:hover {
    color: white;
    background: #4090dd;
    color: white;
}
.btn:active {
    background: #5ca5ea;
    color: white;
}
.btn:focus {
    color: white;
}

.btn.red {
    background: #d71a1a;
}
.btn.red:hover {
    background: #e84141;
}
.btn.red:active {
    background: #ed6262;
}

.btn.disabled {
    background: #e4e4e4;
    color: #999;
}
.btn.disabled {
    border: 1px solid #AAA;
}

.btn.small {
    padding: 3px 6px;
    font-size: 12px;
}

.header {
    width: 100%;
}
.header &gt; .wrapper {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.logo {
    margin: 0;
}

.logo-img {
    height: 35px;
    overflow: hidden;
}

.header-menu {
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 0;
}
.header-menu a {
    color: white;
}
.header-menu a .header-menu-text {
    border-bottom: 3px solid transparent;
}
.header-menu a:hover .header-menu-text,
.header-menu .header-menu-text.active {
    border-bottom: 3px solid white;
}

.header-menu-item {
    display: inline-block;
    padding: 2px 3px;
    font-size: 18px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    color: white;
}
.header-menu-item.notice {
}
.header-menu-item-expand {
    font-size: 24px;
}
.header-menu-item-notices {
    font-size: 18px;
}
.header-menu-item-notices.active {
    background: #d71a1a;
    border: 1px solid #9f0e0e;
}

.header-menu-text {
    padding: 8px 10px;
}

.header-option {
    position: absolute;
    top: 0;
    right: 30px;
    background: pink;
    padding: 4px 12px;
    font-size: 14px;
}

.header-menu-expanded {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    z-index: 100;
    border: 1px solid #CCC;
}
.header-menu .header-menu-expanded a {
    color: #42627A;
}
.header-menu-expanded .header-menu-item {
    display: block;
    color: #42627A;
    margin: 0;
    padding: 0 10px;
}

.header-menu-notices {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    z-index: 100;
    border: 1px solid #CCC;
    font-size: 14px;
}

.content {
    margin-bottom: 20px;
}

footer {
    background: yellow;
}
footer &gt; .wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.content-row {
    margin: 0 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0;
    background: #02A799;
    outline: 1px solid #333;
    color: white;
}

.table {
    display: table;
    margin-bottom: 0;
    background: white;
    color: #333;
    border: 1px solid #42627A;
}
.table.no-border {
    border: none;
}

.table .table-row:last-of-type .table-cell {
    border-bottom: none;
}
.table .table-row:last-of-type .table-cell.no-table {
    border-bottom: none;
}

.table-row {
    display: table-row;
}
.table-row:nth-child(2n+1) {
    background: #f6f6f6;
}

.table-cell,
.table-cell-header {
    display: table-cell;
    border-left: none;
    padding: 5px 10px;
    vertical-align: middle;
}

.table-cell-compact {
    padding: 0;
}

.table-cell {
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #bdbdbd;
}
.table-cell:first-of-type {
    border-left: none;
}

.table-cell-header {
    font-weight: bold;
    background: #42627A;
    color: white;
}
.table-cell-header a {
    color: white;
}

.table-cell.no-table,
.table-cell-header.no-table {
    border-top: none;
    border-left: none;
    padding: 0;
    background: #02A799;
}

input, textarea, select {
    font-size: 14px;
    width: 100%;
    padding: 5px 12px;
}
textarea {
    max-width: 100%;
}
input[type=checkbox] {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
select {
    padding: 5px 8px;
    height: 34px;
    box-sizing: border-box;
}

.input-compact {
    padding: 3px 6px;
}

input[disabled] {
    opacity: 0.6;
    text-align: center;
}

.custom-input-group {
    margin-bottom: 10px;
    font-size: 0;
    position: relative;
}
.custom-input-group &gt; * {
    font-size: 14px;
}

.custom-input-name {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom-input-check {
    display: inline-block;
    vertical-align: middle;
}
.input-custom-check {
    display: block;
    width: 14px !important;
    height: 14px !important;
}

.custom-input-group-notice {
    color: #AAA;
}
.custom-input-group-notice,
.custom-input-group-notice-link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
}

.page-options-left {
    float: left;
}
.page-options {
    float: right;
    position: relative;
    margin-bottom: 10px;
}
.page-options &gt; .btn {
    margin-left: 4px;
}

.page-options-entry {
    display: inline-block;
    margin-left: 4px;
}

.center {
    text-align: center;
}

label {
    margin: 0;
    font-weight: normal;
    display: inline;
}

.search-field-horizontal {
    margin-top: 10px;
}
.search-field-horizontal:first-of-type {
    margin-top: 0;
}
.search-field-horizontal &gt; input {
    width: auto;
    vertical-align: middle;
    display: inline-block;
}
.search-field-horizontal &gt; input[type=checkbox] {
    width: 16px;
    height: 16px;
}
.search-field-horizontal &gt; .btn {
    float: right;
}

.table-header-text {
    font-size: 18px;
}

.table-page-nav {
    text-align: center;
}

.table-page-nav &gt; * {
    display: inline-block;
}

.table-page-num {
    width: 50px;
    vertical-align: middle;
}
.table-page-num input {
    text-align: center;
}

.message {
    text-align: center;
    font-size: 24px;
    padding: 5px;
    background: #008d80;
    border: 3px solid #00746a;
    color: white;
    margin-bottom: 10px;
}
.message.error {
    background: #d73636;
    color: white;
    border: 3px solid #a01414;
}

.login-container {
    width: 460px;
    margin: 70px auto;
    padding: 30px 40px 40px;
    background: #02A799;
    outline: 1px solid #333;
    color: white;
}

.login-header {
    margin-bottom: 14px;
    text-align: center;
}

.login-notice {
    margin-bottom: 14px;
    font-weight: bold;
    text-align: center;
}

.table-cell-header &gt; * {
    display: inline-block;
    vertical-align: middle;
}

.table-sort-icon-desc {
    border-top: 8px solid #F2F2F2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.table-sort-icon-asc {
    border-bottom: 8px solid #F2F2F2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.confirm-box {
    overflow: hidden;
    position: absolute;
    bottom: 120%;
    right: 0;
    background: white;
    border: 1px solid #CCC;
    padding: 12px;
    width: 200px;
}

.confirm-text {
    margin-bottom: 8px;
}

.confirm-op {
    margin-right: 5px;
}

.important-row {
    background: #fed3d3;
}

.notice-row {
    background: #fff8cb;
}

.linkedin-input-container {
    display: inline-block;
    width: calc(100% - 40px);
    margin-right: 4px;
}

.linkedin-icon-container {
    display: inline-block;
}

.linkedin-icon {
    width: 36px;
    height: 36px;
}

.horizontal-inputs {
    display: flex;
}

.horizontal-inputs-tb {
    width: 100%;
    position: relative;
}

.input-options {
    display: flex;
}

.input-remove {
    cursor: pointer;
    font-size: 24px;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 10;
    color: red;
    display: none;
}

.horizontal-inputs-tb:hover .input-remove {
    display: block;
}

.search-container {
    border: 2px solid #00746a;
    background: #008d80;
    position: relative;
    font-size: 0;
    border-radius: 4px;
}

.file-drag-n-drop {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border: 2px dashed #00746a;
    padding: 10px 5px;
    display: inline-block;
    background: #008d80;
    cursor: pointer;
    color: white;
}

.file-box {
    background: #008d80;
    width: 100%;
    text-align: center;
    border: 2px solid #00746a;
    color: white;
}

.file-box-normal {
    font-size: 24px;
    height: 120px;
    padding: 12px;
}

.file-box-small {
    font-size: 18px;
    height: 60px;
    padding: 12px;
}

.file-box-square {
    border: 2px solid #00746a;
    width: 100%;
    height: 40px;
    padding: 10px 12px;
}

.file-progress {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.file-progress-bar {
    background: white;
    width: 100%;
    height: 16px;
    border: 1px solid white;
}

.file-progress-bar-filler {
    width: 0%;
    height: 100%;
    background: #008d80;
}

.file-drag-n-drop {
    width: 100%;
    text-align: center;
    border: 2px dashed #00746a;
    font-size: 38px;
    background: #008d80;
    cursor: pointer;
    color: white;
}

.file-box .file-drag-n-drop-text {
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.file-box-small .file-drag-n-drop-text {
    font-size: 24px;
}

.file-box-square .file-drag-n-drop-text {
    font-size: 58px;
}

.file-icon-list {
    font-size: 0;
}

.file-icon-list &gt; .file-box-square {
    margin-right: 5px;
    margin-bottom: 5px;
}

.file-icon {
    font-size: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.file-options {
    position: absolute;
    bottom: 3px;
    left: 3px;
    display: none;
}

.file-options &gt; a {
    display: inline-block;
    margin-right: 3px;
}

.clone {
    display: none;
}

.file-info {
    height: 100%;
}

.file-remove {
    position: absolute;
    font-size: 20px;
    color: red;
    top: -3px;
    right: 3px;
    cursor: pointer;
    display: none;
}

.file-box-square {
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #008d80;
}

.file-box-square:hover {
    background: rgba(0, 0, 0, 0.5);
}
.file-box-square:hover .file-options {
    display: block;
}
.file-box-square:hover .file-remove {
    display: block;
}

.uploaded-date {
    margin-top: 6px;
}

.input-container {
    position: relative;
}

.side-info {
    float: right;
    font-size: 12px;
    text-align: right;
}

.list {
    display: table;
    width: 100%;
    font-size: 16px;
}

.list-item {
    display: table-row;
}

.list-item-col {
    display: table-cell;
    padding: 3px 8px;
}

.list-item-col.move {
    width: 40px;
    text-align: center;
}
.list-item-col.move &gt; * {
    cursor: ns-resize;
}
.list-item-col.remove {
    width: 40px;
    color: red;
    text-align: center;
}
.list-item-col.remove &gt; * {
    cursor: pointer;
}

.range-container {
    margin-top: 10px;
}

.range-line {
    width: 100%;
    height: 6px;
    background: #00746a;
    position: relative;
    border: 1px solid #00514a;
    border-radius: 5px;
}

.range-drag {
    width: 16px;
    height: 16px;
    background: #F2F2F2;
    border: 1px solid #333;
    position: absolute;
    top: -6px;
    border-radius: 100%;
}

.range-start {
    left: 0;
}
.range-end {
    right: 0;
}

.range-desc {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.range-high-text{
    text-align: right;
}

.tags {
    margin-top: 8px;
    font-size: 0;
}

.tag {
    font-size: 14px;
    display: inline-block;
    background: #00746a;
    border: 1px solid #00514a;
    padding: 3px 8px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.tag:hover {
    cursor: pointer;
    opacity: 0.8;
}

.comments-container {
    margin-bottom: 20px;
}

.comment {
    margin-bottom: 15px;
}

.comment-text {
    background: #42627A;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 15px;
    white-space: pre-wrap;
    border: 1px solid #0a1219;
}
.comment.editable .comment-text {
    cursor: pointer;
}
.comment-editor {
    background: #42627A;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 15px;
    border: 1px solid #0a1219;
    width: 100%;
}
.comment-editor-options {
    float: right;
    margin-top: 5px;
}
.comment-remove-overlay {
    background: #b55757;
    display: inline-block;
    padding: 16px 10px;
    border-radius: 15px;
    border: 1px solid #0a1219;
    text-align: center;
    width: 100%;
    font-style: italic;
    cursor: pointer;
}

.comment-info {
    font-style: italic;
    font-size: 12px;
}

.comment-empty {
    font-style: italic;
    font-size: 12px;
}

.site-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.site-overlay-container {
    z-index: 10001;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 600px;
}

.site-overlay-header {
    background: #c12222;
    padding: 10px 15px;
    color: white;
}
.site-overlay-message {
    padding: 10px 15px;
}
.site-overlay-options {
    padding: 10px 15px;
    padding-top: 0;
    text-align: center;
}

.site-overlay-yes,
.site-overlay-no {
    margin-left: 3px;
    margin-right: 3px;
}

.inp-user-disabled {
    width: 30px !important;
    height: 30px !important;
}

.infomark {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/infobox.png);
    background-size: contain;
    margin-left: 3px;
    position: relative;
}

.infomark-box {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    width: 100%;
    background: white;
    color: rgb(66, 98, 122);
    padding: 8px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #555;
}

.ac-container {
    z-index: 1000;
}

input, textarea, select, button {
    border-radius: 4px;
    border: 2px solid #CCCCCC;
}

.no-margin {
    margin: 0;
}

.no-font-size {
    font-size: 0;
}

.candidate-icon {
    font-size: 32px;
    vertical-align: middle;
    margin-left: 8px;
    color: #008d80;
}
.candidate-icon:first-of-type {
    margin-left: 12px;
}
.candidate-icon:hover {
    text-shadow: 0 0 2px white;
}

.candidate-favourite {
}
.candidate-favourite.active {
    color: #ffed60;
}

.candidate-reminder {
}

.candidate-auto-reminder.active {
    color: white;
}

.date-input {
    width: 140px;
}

.required:after {
    content: " *";
    color: #e01c1c;
}

.reminder {
    padding: 8px;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    display: block;
    border-radius: 4px;
}
.reminder:last-of-type {
    margin-bottom: 0;
}

.reminder.active {
    background: #ffed60;
}

.reminder-name {
    float: left;
}
.reminder-date {
    float: right;
    font-size: 12px;
}
.reminder-message {
    margin-top: 5px;
}

.reminder-options {
    margin-top: 8px;
}

.candidate-extra-documents {
    font-size: 0;
    margin: -3px;
}

.extra-document:hover &gt; div {
    display: block;
}
.extra-document-options {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: initial;
    margin: 3px 5px;
    z-index: 5;
}
.extra-document-options &gt; * {
    margin: 3px 1px;
}
.extra-document-remove {
    display: none;
    position: absolute;
    top: 0;
    right: 3px;
    color: red;
    font-size: 20px;
    z-index: 5;
    cursor: pointer;
    line-height: initial;
}
.extra-document-date {
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.today-btn, .county-quick-btn {
    color: #ffed60;
    cursor: pointer;
}
.today-btn:hover,
.county-quick-btn:hover {
    text-decoration: underline;
}

.overlay {
    position: fixed;
}

.overlay-container {
    border-radius: 4px;
    box-shadow: 0 0 30px 0 #333;
}

.empty {
    font-style: italic;
}

.table-row:hover a.table-cell,
.table-row:hover .link.table-cell {
    text-decoration: underline;
    background: #dde6f3;
    cursor: pointer;
}

.overlay-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #F2F2F2;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-loader-spinner {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 0 5px #333;
}

.monthly-time-report-header {
    text-align: center;
}

.view-prev {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
}

.view-target {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
}

.view-next {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
}

.current-mission-remove {
    color: red;
    text-align: center;
    cursor: pointer;
}

.side-alerts {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 100;
}

.side-alert {
    color: white;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 100;
    max-width: 260px;
    margin-top: 10px;
}

.alert-success {
    background: #008d80;
    border: 1px solid #00746a;
}

.alert-warning {

}

.alert-error {
    background: #d71a1a;
    border: 1px solid #e84141;
}

.monthly-statistics-header {
    text-align: center;
    margin-bottom: 10px;
}

.centered-header{
    text-align: center;
    margin-bottom: 10px;
}

.red-day {
    color: #ff6666;
}

.space-up {
    margin-top: 12px;
}

.page-actions {
    float: right;
}

.page-actions .btn {
    margin-left: 5px;
}

.page-actions .btn:first-of-type {
    margin-left: 0;
}

.clone {
    display: none;
}

.icon-save {
    color: blue;
}

.icon-edit {
    color: #c2a021;
}

.icon-remove {
    color: #d71a1a;
}

.box {
    background: white;
    border: 1px solid #333;
    color: #333;
}

.box-header {
    background: #42627A;
    color: white;
    padding: 4px 8px;
    border-bottom: 1px solid #333;
    text-align: center;
    font-weight: bold;
}

.box-content {
    padding: 8px 12px;
}

.activity-options .icon {
    cursor: pointer;
}

.loader-small {
    width: 16px;
}

.loader {
    width: 24px;
}

.btn-loader {
    margin-right: 3px;
    vertical-align: middle;
}

.btn-text {
    vertical-align: middle;
}

.activity-report-calendar {
    margin-top: 20px;
}
.activity-report-calendar:first-of-type {
    margin-top: 0;
}

.candidate-duplicates,
.candidate-duplicates-cv {
    float: right;
}
.candidate-duplicates a,
.candidate-duplicates-cv a {
    color: white;
    text-decoration: underline;
}

.btn-file-preview,
.btn-file-download {
    width: 100%;
}

.btn-file-preview,
.btn-file-download,
.btn-file-remove {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-file-extended {
    display: none;
}

.horizontal {
    font-size: 0;
    white-space: nowrap;
}

.inline {
    display: inline;
}

.inp-file-name {
    flex-grow: 1;
}

.flex {
    display: flex;
}
</pre></body></html>