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;
}
.screen-holder {
    margin-top: 30px;
}
.screen-holder-title {
    padding: 15px 0;
}
.screen-holder-title h1 {
    font-size: 26px;
    font-family: BebasNeue-Regular;
    text-transform: uppercase;
}
.screen-holder-body {
    padding: 0;
    background-color: white;
}
.hidden-input {
    height: 0px;
    border: none;
    width: 0;
    padding: 0;
}


.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;
}
.mat-flat-button {
    font-family: CamptonLight !important;
}
.btn {
    font-family: CamptonLight!important;
    border-radius: 0;
    text-transform: uppercase!important;
    font-weight: bold!important;
    padding: .375rem .75rem!important;
    font-size: 1.0rem!important;
}
.bg-primary {
    background-color: #111D47!important;
    color: #FFF;
    border: none!important;
    /*letter-spacing: 3px;*/
}
.btn-secondary {
    background-color: #61C3D9!important;
    border-color: #61C3D9!important;
    color: #111D47!important;
    letter-spacing: 3px;
}
.bg-light {
    background-color: #f2f2f2!important;
}

.text-grey {
    color: #bbb!important;
}
.text-pink {
    color: #EB1A6E!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: #EB1A6E;
    letter-spacing: 1.47px;
    margin-top: 15px;
}
.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: 20px!important;
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon {
    width: 1.5em!important;
    color: #61C3D9;
}
.mat-select-value-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px!important;
}
.btn-outline-primary {
    border-color: #61C3D9;
    color: #61C3D9;
    letter-spacing: 3px;
}
.logo {
    width: 100px;
}
.login-title-holder {
    margin: 25px auto;
}
.login-title-holder .logo {
    margin: 30px auto;
}
.save-button-bar {
    /*padding: 0 30px;*/
    padding: 0;
}

.menu-holder {
    background-color: #E5E5E5;
    width: 300px;
    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: -300px;
    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: 16px;
}
.sub-menu-item {
    font-size: 14px!important;
}


.menu-holder .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.menu-holder button {
    cursor: pointer;
}

.menu-holder i {
    font-size: 13px;
    float: right;
}

.menu-holder i.menu-icon {
    font-size: 19px;
    float: unset;
    margin-right: 8px;
}
.menu-svg-icon {
    margin-bottom: 6px;
    height: 22px;
    width: 22px;
    margin-right: 10px;
    fill:#2e985d;
}
.menu-holder .list-group-item {
    position: relative;
    display: block;
    padding: .50rem 0.5rem .75rem .25rem;
    margin-bottom: -1px;
    background-color: #E5E5E5;
    border: none;
}
.menu-holder .list-group-item.active {
    background-color: #d7e1e3;
    border-color: #d7e1e3;
    color: #000c41;
    font-family: CamptonBold;
    font-weight: bold;
}
.menu-holder .list-group-item.active.open {
    color: #495057;
    font-family: CamptonLight;
}
.menu-holder .list-group-item.active-ish {
    font-family: CamptonBold;
    font-weight: bold;
    color: #111D47;
}
.menu-holder img {
    margin-bottom: 15px;
}
.menu-holder .logout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d6d6d6;
    height: 50px;
    font-size: 16px;
    line-height: 55px;
}
.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;
}


.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: 41px;
}
.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;
    margin-top: 30px;
}
.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 hr {
    width: 95%;
    margin: 1px auto;
    border-top: 2px solid rgba(0,0,0,.4);
}
.task-list .alert-success {
    color: #ccc;
    border-left: 5px solid green;
}
.task-list .alert-danger {
    color: #333;
    border-left: 5px solid red;
}
.task-list .alert-warning {
    color: #333;
    border-left: 5px solid #ffa500!important;;
}
.text-warning {
    color: #ffa500!important;
}
.task-list mat-icon {
    float: right;
}
.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: 200px;
}
.padded-left {
    padding-left: 15px!important;
}
.padded-top {
    padding-top: 80px;
}
.no-padded-top {
    padding-top: 0;
}
.staff-number-text {
    margin-bottom: 0!important;
    font-size: 12px!important;
    color: #bbb!important;
    line-height: 20px!important;
}
.staff-number {
    margin-bottom: 0!important;
    font-size: 18px!important;
}
footer {
    border-top: 1px solid #eee;
    background-color: #fff;
}
footer img {
    max-width: 50px;
    margin: 0 15px 15px 15px;
}
footer .btn {
    text-transform: none!important;
}
.dashboard-nav-button {
    margin: 15px auto;
    background-color: white;
    padding: 5px;
    text-align: center;
}
.dashboard-nav-button .inner {
    border: 5px solid #61C3D9;
    padding: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-nav-button h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #61C3D9;
}

.info-modal {
    max-width: 350px;
    margin: 50px auto;
    background-color: white;
    padding: 5px;
    position: fixed;
    top: 50px;
    left: calc(50% - 175px);
    z-index: 10;
    text-align: center;
}
.info-modal .inner {
    border: 1px solid #61C3D9;
    padding: 15px;

}
/*.info-modal .close {*/
/*    color: #61C3D9!important;*/
/*    font-size: 30px;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*}*/

.info-modal .close {
    color: #000!important;
    font-size: 27px;
    position: absolute;
    top: 10px;
    right: 18px;
}
.info-modal .error {
    color: red!important;
    border: 1px solid red;

}
/*.info-modal h3 {*/
/*    font-size: 30px;*/
/*}*/
/*.info-modal h4 {*/
/*    font-size: 22px;*/
/*    font-weight: 300;*/
/*}*/
/*.info-modal p {*/
/*    color: #aaa;*/
/*    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 .completed-title {
    background-color: #111D47;
    color: #61C3D9;
    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: #fff!important;
    border-radius: 0!important;
    text-transform: uppercase;
}
.mat-flat-button.mat-accent {
    background-color: #EB1A6E;
    color: #fff!important;
    border-radius: 0!important;
    text-transform: uppercase;
}
.btn-width-big {
    width: 100%;
    max-width: 300px;
}
.btn-width-full {
    width: 100%;
}

.page-overview {
    text-align: left;
    padding: 15px 0;
}
.page-overview h1 {
    font-size: 24px;
}
.page-overview p {
    font-size: 16px;
}
.page-overview hr {
    width: 95%;
}
.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-input-invalid .mat-input-placeholder {
    color: red;
}

.mat-input-invalid .mat-input-ripple {
    background-color: red;
}
.mat-radio-label {
    align-items: flex-start!important;
}

.bl-bb {
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
}
.bl {
    border-left: 1px solid #E5E5E5;
}


.contract-holder {
    border-bottom: 1px solid #eee;
    padding: 25px 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% - 250px);
    overflow-y: auto;
    overflow-x: hidden;
}
.logo-container {
    height: 200px;
}
