/************ Page Loader *************/
#pageloader {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader-item {
    margin: auto;
    /* padding: 10px; */
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 70px;
    width: 70px;
    background: url(../images/logo/initial_logo.svg) 50% 50% no-repeat;
}
.loader-item img {
    /* padding: px; */
    width: 70px;
    height: 70px;
}
/* FONT WEIGHTS */
.fw-bold{
    font-weight: bold;
}
.fw-semi-bold{
    font-weight: 500;
}
.fw-normal{
    font-weight: normal;
}
.fw-light{
    font-weight: 300;
}
.fw-lighter{
    font-weight: 100;
}
.fw-bolder{
    font-weight: bolder;
}


.full-width{
    width: 100%;
}
.text-small{
    font-size: .9rem;
}


.md-icon{
    font-size: 1rem;
    font-weight: lighter; 
}
.bg-icon{
    font-size: 1.5rem;
    font-weight: lighter;
}
.lg-icon{
    font-size: 2rem;
    font: 100;
}

/* CUSTOM BADGE/PILL */

.badge-primary-light{
    background-color: #F5F9FF;
    border: 2px solid #013183;
    color: #000B1E;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
}
.badge-primary-light:hover{
    color: #fff;
    background-color: #013183;
    cursor: pointer;
    transition: all .3s linear;
}

.card-text{
    color: #606060;
}

.box-shadow {
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.08);
}

.custom-input{
    background-color: #F5F9FF;
    color: #000B1E;
    padding: 1.5rem 1rem;
    border: none;
}

a{
    color: #000B1E;
}

.content-active{
    color: #013183;
    border-bottom: 2px solid #013183
    /* text-decoration: underline; */
}

.inner-container{
    margin: 0 auto;
}

.border-bottom-dashed{
    border-bottom: 1px dashed #DDDDDD;
}
.sidebar-link:hover{
    cursor: pointer;
    background: #013183;
    color: #fff;
}


.error{
    color: red;
}

/** bottom right fixed social icons*/
.social-media-icons{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
}

.session-message{
    /* margin: 0 auto; */
    position: absolute;
    right: 20px;
    z-index: 999;
}
.session-message .close:focus{
    outline: none;
}
