/* Author: Adedoyin https://github.com/aeadedoyin
   Created For: ARM Pensions */

/* @import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

@import url('https://fonts.cdnfonts.com/css/effra-heavy');

                

/* BS Overrides */
/*  Tags */
html {
    scroll-behavior: smooth;
    font-size: 14px !important;
}

html,
body {
    color: #31282e;
    background: #f7f7f7;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}

a {
    font-weight: 500;
    color: #F58220;
}

a:hover {
    color: #f77d13;
    /*70% Opacity*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.add-metric {
    cursor: pointer;
}

::placeholder {
    font-size: 12px;
}

.btn[data-toggle="collapse"] {
    transition: all .2s linear;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    background-color: #1d191c;
    border-color: #1d191c;
}

.pagination>li>a,
.pagination>li>span {
    color: #000000;
    cursor: pointer;
    user-select: none;
}

.overflow-any {
    overflow: auto;
}

.overflow-400 {
    position: relative;
    max-height: 400px;
    overflow: auto;
}

.overflow-300 {
    position: relative;
    max-height: 300px;
    overflow: auto;
}

.overflow-modal {
    position: relative;
    max-height: 75vh;
    overflow-x: hidden;
}

/* .page-item.active .page-link */
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>span:focus {
    background-color: #1d191c;
    border-color: #1d191c;
}

.pagination>.page-item.active>a,
.pagination>.page-item.active>span,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span:hover {
    background-color: #31282e;
    border-color: #31282e;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.17rem;
}

h4,
.h4 {
    font-size: 1.12rem;
}

h5,
.h5 {
    font-size: .83rem;
}

h6,
.h6 {
    font-size: .75rem;
}

/* ARM Specific */
/* ScrollBars */
/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #000000;
    scrollbar-shadow-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000000;
}

/* Font */
.font-special {
    font-family: 'Effra Medium',sans-serif;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

/* Colours */
.text-arm-primary {
    color: #09518C !important;
}

.text-arm-grey {
    color: #e21884 !important;
}

.text-arm-whisp {
    color: #e9ecef !important;
}

/* Background */
.bg-arm-whisp {
    background: #e9ecef;
}

.bg-arm-primary {
    color: #ffffff !important;
    background: #09518C !important;
}

.bg-brown {
    color: #ffffff !important;
    background: #A79280 !important;
}

.bg-arm-access-primary {
    color: #ffffff !important;
    background: #8dc63f !important;
}

.bg-arm-whine {
    color: #ffffff !important;
    background: #A8005B !important;
}

.bg-arm-grey {
    color: #ffffff !important;
    background: #F58220 !important;
}

.bg-arm-light-success {
    background: #E3F1DF !important;
}

.bg-arm-stone {
    color: #101010 !important;
    background: #f2f2f2 !important;
}

.bg-body {
    background: #f7f7f7;
}

.bg-breadcrumb {
    background-color: #e9ecef;
}

.btn-pill {
    min-width: 145px;
    border-radius: 50vh !important;
}

.btn-pill-default {
    border-radius: 50vh !important;
}

/* Others */
.h-screen {
    height: 100vh;
}

.auth-image {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/login-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#content-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75vh;
}

.auth-form #logo{
    max-width: 100%; 
    max-height: 3.5rem; 
    display: block; 
    margin: auto; 
}

.error-image {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('../img/error-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.auth-form {
    max-width: 600px;
    margin: 0 auto;
}

#username-label, #password-label {
    position: relative;
}


#username-label:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("../img/user_icon.svg") center / contain no-repeat;
  }

  #password-label:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("../img/password_icon.svg") center / contain no-repeat;
  }

.checkbox-larger * {
    cursor: pointer;
}

/* Layouts */
#wrapper {
    display: flex;
    min-height: 100%;
    margin-bottom: -80px;
    padding-bottom: 80px;
    padding-top: 56px;
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    margin-left: 200px;
}

#wrapper #side-wrapper.show{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5) !important;
    left: 0px !important;
    transition: all .2s;
}

@media (max-width: 768px) {
    #wrapper #content-wrapper {
        margin-left: 0px;
        transition: all .2s;
    }

    #wrapper #side-wrapper {
        box-shadow: none;
        left: -200px;
        transition: all .2s;
    }
}

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    opacity: 0;
    text-align: center;
    color: #fff;
    background: #011b3380;
    line-height: 46px;
    transition: all .5s;
}

.scroll-to-top.active {
    opacity: 1;
    transition: all .5s;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #011b33;
}

.scroll-to-top i {
    font-weight: 800;
}

.smaller {
    font-size: 0.7rem;
}

.o-hidden {
    overflow: hidden !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.w-100p {
    min-width: 100px;
}

.max-w-100p {
    max-width: 100px;
}

.w-80px {
    width: 80px;
}

.h-80px {
    height: 80px;
}

.select-none {
    user-select: none !important;
}

.prevent-events {
    pointer-events: none;
}

.hover-zoom {
    transition: transform .5s, filter .3s ease-in-out;
    filter: brightness(80%);
}

.hover-zoom:hover {
    filter: brightness(100%);
    transform: scale(1.1);
}

.navbar-nav .form-inline .input-group {
    width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}

.sidebar {
    width: 200px !important;
    height: 100%;
    min-height: calc(100vh - 56px);
    padding-bottom: 50px;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    text-align: left;
    padding: 0.5rem .75rem;
    width: 100%;
}

.sidebar .nav-item .nav-link span {
    font-size: 1rem;
    display: inline;
}

.sidebar .nav-item .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    top: 0;
    margin: 0 1rem;
}

.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
}

.sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}

.sidebar .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar .nav-item .nav-link.active {
    color: #ffffff;
    background: rgba(19, 9, 9, 0.5);
}

.sidebar .nav-item .nav-link:hover {
    color: #ffffff;
    background: rgba(19, 9, 9, 0.5);
}

.sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
}

.sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}

.sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
    color: #ffffff;
}

.sidebar.toggled {
    width: 90px !important;
    overflow: visible;
}

.sidebar.fixed-top {
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.w-100 .card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

.form-label-group {
    position: relative;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

footer.sticky-footer,
.push {
    display: flex;
    height: 80px;
    background-color: #e9ecef;
}

/* GG Icons */
.gg-x1 {
    transform: scale(1) !important;
}

.gg-x2 {
    transform: scale(2) !important;
}

.gg-x3 {
    transform: scale(3) !important;
}

/* Overrides */
.custom-checkbox,
.custom-radio,
.custom-checkbox input,
.custom-checkbox label,
.custom-radio input,
.custom-radio label,
input[type='checkbox'] {
    cursor: pointer !important;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #d2d2d2;
    border-radius: 50vh;
}

input[type='checkbox']:checked {
    background: #858585;
    border: 4px solid #d2d2d2;
}

/* Utils */
.main-font {
    font-family: "Karla", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-truncate-table {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

/* Modals */
.modal-overflow {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Colors */
.bg-whisp {
    background-color: #f6f6f6;
}

.bg-dark-blue {
    background-color: #34495E;
}

.bg-green {
    background-color: #A4C519; /* #8DC63F; */
}

.bg-blue {
    background-color: #09518C;
}

.bg-orange {
    background-color: #F39C12;
}

.bg-red {
    background-color: #E74C3C;
}

.bg-black {
    background-color: #101010 !important;
}

.bg-purple {
    background-color: #8E44AD;
}

.bg-readonly {
    background-color: #e9ecef;
}

.bg-dark-purple {
    background-color: #011b33 !important;
}

.bg-dark-gray {
    background-color: #7f8c8d;
}

.bg-gray {
    background-color: #95a5a6;
}

.bg-light-gray {
    background-color: #bdc3c7;
}

.bg-yellow {
    background-color: #f1c40f;
}

.text-dark-blue {
    color: #09518C;
}

.text-green {
    color: #16A085;
}

.text-blue {
    color: #2980B9;
}

.text-orange {
    color: #F58220;
}

.text-red {
    color: #E74C3C;
}

.text-purple {
    color: #8E44AD;
}

.text-faded {
    color: rgba(255, 255, 255, 0.5);
}

.text-dark-purple {
    color: #011b33 !important;
}

.text-whisp {
    color: #e9ecef;
}

.shadow-ambient {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.shadow-material {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.cursor-pointer {
    cursor: pointer;
    user-select: none;
}

/* Text Area */
.no-resize {
    resize: none;
}

/* Dashboard User Count */
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

.circle-tile-heading .fa {
    line-height: 70px;
}

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.circle-tile-heading.bg-dark-blue:hover {
    background-color: #034b86;
}

.circle-tile-heading.bg-green:hover {
    background-color: #8DC63F;
}

.circle-tile-heading.bg-yellow:hover {
    background-color: #F58220;
}

.circle-tile-heading.bg-blue:hover {
    background-color: #2473A6;
}

.circle-tile-heading.bg-red:hover {
    background-color: #CF4435;
}

.circle-tile-heading.bg-purple:hover {
    background-color: #7F3D9B;
}

/* Pages */
.section-heading {
    background: #f7f7f7;
    padding: 1rem .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fixed-topnav {
    position: fixed;
    width: 100%;
    z-index: 5;
    max-height: 56px;
    box-shadow: 0 0px 5px #011b3370;
}

.fixed-sidenav {
    position: fixed;
    z-index: 4;
}

/* WYSIWYG [TinyMCE] */
.tox-statusbar__branding {
    display: none;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
    background-color: #e9ecef !important;
}

/* Slim Select */

.ss-main .ss-single-selected {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}


/* iFram Containers for PPT and PDF */

.iframe-container {
    width: 100%;
    height: 100%;
    position: relative;
}


/* PPT - Presentation Doc [MSOfficeApp],
PDF - Portable Doc [Chrome Reader],
SCORM  */

.iframe-portable,
.iframe-presentation,
.iframe-scorm,
.iframe-overlay-pdf,
.iframe-overlay-ppt,
.iframe-overlay-google {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.iframe-overlay-pdf,
.iframe-overlay-ppt,
.iframe-overlay-google {
    z-index: 4;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Fullscreen */
.fullScreen {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* Messaging */

/* Messaing Main Container */
.messaging-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    max-width: 400px;
    background: #ffffff;
}

/* Messaging Scroller */
.messaging-container *::-webkit-scrollbar {
    width: 5px;
}

.messaging-container *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.messaging-container *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.messaging-conversation {
    max-height: 65vh;
}

.messaging-input textarea {
    resize: none;
    border: 0;
    outline: none;
    height: 25px;
}

.messaging-input textarea::focus {
    border-top: 1px solid #2473A6;
}

/* Wide Spread Page Overlay */
.page-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999999;
    user-select: none;
    transition: all 0.5s;
}

.page-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    color: #011b33;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ql-editor {
    min-height: 80px;
}

#audit_discussions {
    height:auto;
    overflow-y:scroll;
}