body {
    color: #111D47;
    font-family: CamptonLight;
    font-size: 15px;
    margin: 0;
}
b, strong, .strong {
    font-family: CamptonBold;
    font-weight: bold;
}
p {
    font-size: 15px;
}
ul {
    padding-inline-start: 0;
}

.header-holder {
    background-color: #111D47 !important;
    color: #FFF !important;
    width: calc(100% - 280px);
    padding: 15px;
    z-index: 1;
    position: fixed;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    z-index: 3;
    border-left: 1px solid white;
    font-family: BebasNeue-Regular!important;
    text-transform: uppercase!important;
    height: 65px;
}

.header-holder p {
    margin: 0;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0!important;
}

.card-header {
    font-size: 19px;
}
.mat-button {
    border-radius: 0!important;
}
.responsive-card {
    border: none;
    margin-left: 0;
    background: none;
}
.responsive-card.full-width {
    margin-left: 0!important;
}
.brand-logo {
    max-width: 200px;
}
.btn {
    border-radius: 0;
    text-transform: uppercase!important;
    font-weight: bold!important;
    white-space:nowrap;
    /*padding: .65rem .75rem!important;*/
    /*font-size: 1.2rem!important;*/
}
.bg-primary {
    background-color: #111D47!important;
    color: #FFF;
    border: none!important;
}
.btn-secondary {
    background-color: #61C3D9!important;
    border-color: #61C3D9!important;
    color: #111D47!important;
}
.text-grey {
    color: #bbb!important;
}
.text-pink {
    color: #DD1B6B!important;
}
.login-title {
    font-family: BebasNeue-Regular;
    text-transform: uppercase;
    font-size: 122px;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.login-subtitle {
    font-family: BebasNeue-Regular;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #61C3D9;
    letter-spacing: 1.47px;
    margin-top: 15px;
}
.login-form-holder .login-subtitle {
    color: #EB1A6E!important;
    text-align: center;
}
.mat-form-field {
    width: 100%!important;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    color: #ccc!important;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
    color: #666!important;
}
.mat-input-element {
    font: inherit;
    background: 0 0;
    color: currentColor;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
    font-size: 17px!important;
}

.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon {
    width: 1.5em!important;
    color: #61C3D9;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: green!important;
}
.invalid .mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: green!important;
}


.mat-select-value-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px!important;
}
.list-group-item {
    padding: .50rem 1.25rem;
}
.btn-outline-primary {
    border-color: #61C3D9;
    color: #61C3D9;
}
.logo {
    width: 100px;
}
.login-title-holder {
    margin: 25px auto;
}
.login-title-holder .logo {
    margin: 30px auto;
}
.menu-holder {
    background-color: #111D47;
    width: 280px;
    height: 100vh;
    padding: 20px;
    position: fixed;
    /*box-shadow: 0 2px 1px 2px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);*/
    z-index: 9;
    top: 0;
    margin-left: -280px;
    overflow: hidden;
}
.menu-holder .list-group {
    padding: 15px 0;
}
.menu-holder .list-group-item {
    border: none;
    /*border-bottom: 1px solid #666;*/
    margin-bottom: 0;
    padding: .75rem .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px;
    line-height: 13px;
}
.menu-holder .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.menu-holder button {
    cursor: pointer;
}

.menu-holder button i {
    font-size: 13px;
    float: right;
}
.menu-holder i.collapse-icon {
     line-height: 21px;
}

.menu-holder i.menu-icon {
    font-size: 19px;
    float: unset;
    margin-right: 8px;
}

.menu-holder .list-group-item {
    position: relative;
    display: block;
    padding: .70rem 0.5rem .70rem .25rem;
    margin-bottom: -1px;
    background-color: #111D47;
    color: #d7e1e3;
    border: none;
}
.menu-holder .sub-menu-item {
    margin-left: 50px!important;
    background-color: #111D47!important;
}
.menu-holder .sub-menu-item.active {
    color: #fff;
    font-family: CamptonBold;
    background-color: #111D47!important;
}
.menu-holder .list-group-item.active {
    background-color: #24466B;
    border-color: #d7e1e3;
    color: #fff;
    font-family: CamptonBold;
    font-weight: bold;
}
.menu-holder hr {
    margin-top: 8px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #941D5F;
    padding-top: 9px;
    width: 100%;
}
/*.menu-holder .list-group-item.active:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding: 0px 0;*/
/*    line-height: 0px;*/
/*    border-bottom: 1px solid pink;*/
/*    height: 5px;*/
/*}*/
.menu-holder .list-group-item.sub-active {
    color: #fff;
    font-family: CamptonBold;
    font-weight: bold;
    margin-top: 1px;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.menu-holder .list-group-item.active-ish {
    font-family: CamptonBold;
    font-weight: bold;
}
.menu-holder img {
    margin-bottom: 16px;
    border: 1px solid #d7e1e3;
}

.menu-holder .logout {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    background-color: #111D47;
    color: white;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
}

.menu-open {
    margin-left: 0;
}
.br-1 {
    border-right:1px solid #333;
}
.status-indicator {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 15px;
}
.status-indicator.completed {
    border: 1px solid #00CA01!important;
    background-color: #00CA01;
}
.status-indicator.pending {
    border: 1px solid #FD9B29!important;
    background-color: #FD9B29;
}
.status-indicator.declined {
    border: 1px solid red!important;
    background-color: red;
}
.status-indicator.osNews {
    border: 1px solid #EB1A6E!important;
    background-color: #EB1A6E!important;
}
.status-indicator.dark {
    border: 1px solid #111D47!important;
    background-color: #111D47;
}

.list-group.bordered-right {
    border-right: 1px solid #D8D8D8!important;
    height: calc(100vh - 265px);
    padding-top: 100px;
}

.list-group-item .status-indicator {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    display: inline-block;
    float: right;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0;
}
.list-group-item .status-indicator.completed {
    border: 1px solid #00CA01;
    background-color: #00CA01;
}
.list-group-item .status-indicator.pending {
    border: 1px solid #FD9B29;
    background-color: #FD9B29;
}

.wrapper {
    width: 100%;
    margin-left: 0;
}
.task-list {

}
.task-list .os-title {
    background-color: #61C3D9;
    color: #111D47;
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.task-list .completed-title {
    background-color: #111D47;
    color: #61C3D9;
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.task-list .alert {
    background-color: #FFF;
    text-align: left;
    border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.task-list .alert-success {
    color: #ccc;
    border-left: 5px solid green;
}
.task-list .alert-danger {
    color: #333;
    border-left: 5px solid #ddd;
}
.task-list mat-icon {
    float: right;
}


.task-list ul {
    margin: 0;
}
.task-list li {
    background-color: #eee;
    padding: 10px;
    margin: 1px;
}
.task-list li.pending {
    background-color: #eee;
    padding: 10px;
    margin: 1px;
    border-left: 4px solid #ffa500;
}
.task-list li.outstanding {
    background-color: #eee;
    padding: 10px;
    margin: 1px;
    border-left: 4px solid red;
}

.task-list hr {
    width: 95%;
    margin: 1px auto;
    border-top: 2px solid rgba(0,0,0,.4);
}


.mt-5 {
    margin-top: 2.0rem;
}
.mt-6 {
    margin-top: 2.5rem;
}
.mt-7 {
    margin-top: 3.0rem;
}
.mt-8 {
    margin-top: 3.5rem;
}
.mb-120 {
    margin-bottom: 120px;
}
.padded-left {
    padding-left: 15px!important;
}
.padded-top {
    padding-top: 80px;
}
.no-padded-top {
    padding-top: 0;
}
.staff-number-text {
    margin-bottom: 0;
    font-size: 12px;
    color: #bbb;
}
.staff-number {
    margin-bottom: 0;
    font-size: 18px;
}
footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #bbb;
    background-color: #fff;
    margin-top: 180px;
}
footer img {
    max-width: 50px;
    margin: 0 15px 15px 15px;
}
.info-modal {
    max-width: 350px;
    margin: 50px auto;
    background-color: white;
    padding: 5px;
    position: fixed;
    top: 50px;
    left: calc(50% - 175px);
    z-index: 10;
    border-radius: 10px;
    text-align: center;
}
.info-modal .inner {
    border: none;
    padding: 30px 15px 15px 15px;

}
.info-modal .close {
    color: #000!important;
    font-size: 27px;
    position: absolute;
    top: 10px;
    right: 18px;
}
.info-modal h3 {
    font-size: 30px;
}
.info-modal h4 {
    font-size: 22px;
    font-weight: 300;
}
.info-modal p {
    font-weight: 300;

}


.general-list {

}
.general-list .title {
    background-color: #61C3D9;
    color: #111D47;
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.general-list .alert {
    background-color: #FFF;
    text-align: left;
    border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.general-list .alert-success {
    color: #ccc;
    border-left: 5px solid green;
}
.general-list .alert-danger {
    color: #333;
    border-left: 5px solid #ddd;
}

.general-list mat-icon {
    position: absolute;
    top: 12px;
    right: 0px;
}
.mat-flat-button.mat-primary {
    background-color: #61C3D9!important;
    color: #2b3b70!important;
    border-radius: 0!important;
}
.table td {
    padding: 1rem .25rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.table th {
    padding: 0.65rem .25rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
table .snapshot td, table .snapshot th {
    padding: .25rem!important;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

thead {
    font-family: CamptonBold;
}
table.data-table thead {
    font-family: CamptonLight;
    background-color: #111D47;
    color: white;
    border: none;
}
.table.data-table thead th {
    vertical-align: bottom;
    border-bottom: none!important;
}
.table.data-table thead th i {
    font-size: 12px;
    font-weight: 700;
}
.table.data-table thead th i.ui-checkbox {
    font-size: 22px;
    font-weight: 400;
}

.mat-input-element:disabled {
    color: inherit!important;
}
.mat-select-disabled .mat-select-value {
    color: inherit!important;
}
.mat-slide-toggle-bar {
    background-color: #fff!important;
    border: 1px solid #E5E5E5!important;
    height: 16px!important;
}
.mat-slide-toggle-thumb {
    background-color: #E5E5E5!important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #171e42!important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #fff!important;
    border: 1px solid #E5E5E5!important;
    height: 16px!important;
    line-height: 10px;
}
.mat-slide-toggle-content {
    white-space: normal!important;
     overflow: hidden;
     text-overflow: ellipsis;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
    color: rgba(0,0,0,.94)!important;
}
.breadcrumb {
    background-color: #171e42;
    border-radius: 0;
}
.breadcrumb-item {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.no-records {
    max-width: unset;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    border: 2px solid #ccc;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-success {
    background-color: green;
    color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-danger {
    background-color: red;
    color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
    background-color: #ffa500!important;
    color: #fff;
}
.mat-chip-list-wrapper {
    margin: -10px -4px!important;
}
.mat-flat-button.mat-primary {
    background-color: #61C3D9!important;
    color: #fff!important;
    border-radius: 0!important;
    text-transform: uppercase;
    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    font-size: 18px;
}
.mat-flat-button.mat-warn {
    background-color: red!important;
    color: #fff!important;
    border-radius: 0!important;
    text-transform: uppercase;
    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    font-size: 18px;
}
.mat-flat-button.mat-accent {
    background-color: #EB1A6E!important;
    color: #fff!important;
    border-radius: 0!important;
    text-transform: uppercase;
    font-family: BebasNeue-Regular;
    letter-spacing: 2px;
    font-size: 18px;
}

.btn-width-big {
    width: 100%;
    max-width: 300px;
}
.btn-width-full {
    width: 100%;
}
.btn-slim {
    min-width: 40px!important;
    padding: 0 8px!important;
}
.btn-width-50 {
    width: 75%;
}
.sub-menu {
    position: relative;
    text-align: center;
    height: 60px;
    background-color: #E5E5E5;
    color: #5c5c5c;
    margin: -15px;
    font-size: 16px;
    line-height: 63px;
    margin-bottom: 40px;
}
.btn-nav {
    position: absolute!important;
    left: 10px;
    top: 10px;
    border: 1px solid #d8d8d8!important;
    border-radius: 3px!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .65rem 1.15rem 0.65rem .5rem;;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
    color: #727992;
}
.list-group-item.active {
    background-color: #fff;
    border-color: #fff;
    font-family: CamptonBold;
    color: #111D47;
}
.staff-nav {
    background-color: #E5E5E5!important;
    margin: -15px!important;
    margin-bottom: 0!important;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*height: 80px;*/
}
.staff-nav .nav-btn-holder {
    min-width: 200px;
}
.staff-nav .mat-stroked-button {
    min-width: 40px;
    padding: 8px 15px;
}
.staff-nav .material-icons {
    font-size: 28px;
    line-height: 1;
}
.staff-nav-holder {
    text-align: left;
    /*width: 270px;*/
    margin: 0 auto
}
.staff-nav-holder-img {
    width: 60px;
    display: inline-block
}
.staff-nav-holder-title {
    /*width: 210px;*/
    display: inline-block
}
.statement {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}
.statement.active {
    border-color: #61C3D9;
    color: #61C3D9;
    font-family: CamptonBold;
}
.statement.bordered {
    border-color: #61C3D9;
}
.statement.bordered.pink {
    border-color: #EB1A6E;
}
.statement.bordered.red {
    border-color: red;
}
.statement p {
    margin-bottom: 0;
}
.mat-select-arrow {
    /*visibility: hidden;*/
    /*width: 21px;*/
    /* height: 9px; */
    border-style: solid;
    border-left: 6px solid!important;
    border-right: 6px solid!important;
    border-top: 6px solid!important;
    border-width: 2px 2px 0 0!important;;
    content: ''!important;
    display: inline-block!important;
    height: 12px!important;
    left: 0px!important;
    position: relative!important;
    top: 0!important;
    transform: rotate(135deg)!important;
    vertical-align: top!important;
    width: 12px!important;
    margin: 0 6px!important;
}
.remove-border-bottom .mat-tab-header {
    border-bottom: none;
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-datepicker-toggle,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-datepicker-toggle {
    top: -8px!important;
    position: relative!important;
}
.mat-flat-button.mat-primary[disabled] {
    cursor: not-allowed!important;
    opacity: .50!important;
}

.list-group-margin-top {
    margin-top: 100px;
}
.records-selected-holder {
    height: 33px;
}
.job-desc-holder {
    border-bottom: 1px solid #ccc;
}
.underlined {
    text-decoration: underline;
}
.hidden {
    display: none;
}
.dropzone {
    min-height: 0;
    padding: 0;
}
a.induction {
    color: #61C3D9!important;

}

.btn-induction {
    text-transform: none!important;
    background-color: #FAFAFA!important;
    border-color: #F6F6F6!important;
    font-size: 13px!important;
    border-radius: 3px!important;
    padding: .65rem .75rem!important;

}
.btn-induction.active {
    background-color: #ECF6F8!important;
    border-color: #61C3D9!important;
    color: #61C3D9!important;
    font-family: CamptonBold;
}
.job-desc-holder {
    border-bottom: 1px solid #eee;
    padding: 15px 0;

}
.job-desc-holder a {
    color: #61C3D9!important;

}
.contract-holder {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.contract-holder .icon {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contract-holder .details {
    text-align: left;
    flex-grow: 1;
    margin-left: 20px;

    flex-direction: column;
    justify-items: center;
    display: flex;
    align-self: center;
}
.contract-holder .details p {
    margin-bottom: 0px;
}
.contract-holder .links {
    color: #61C3D9!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contract-holder .links a {
    color: #61C3D9 !important;
}
.no-border {
    border: none;
}
.menu-container {
    height: calc(100% - 140px);
    overflow-y: auto;
    overflow-x: hidden;
}
.logo-container {
    height: 95px;
}


.pagination {
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 30px;
}

.pagination__count {
    color: #61c3d9;
    font-size: 17px;
    flex: none;
}
.pagination__nav {
    flex: none;
}
.pagination__nav-item {
    font-size: 17px;
    margin-left: 5px;
    padding: 8px 12px 6px 12px;
    text-align: center;
    line-height: 18px;
    color: #DD1B6B!important;
    background-color: #fff;
    border: 1px solid #DD1B6B;
    border-radius: 5px;
}
.pagination__nav-item--active {
    padding: 8px 12px 6px 12px;
    background-color: #61c3d9;
    color: #fff!important;
    border: 1px solid #61c3d9;
}
.pagination button:disabled {
    cursor: not-allowed;
    background-color: #eee;
    color: #ccc!important;
    border: 1px solid #eee;
}
