html, body {
    min-height: 100%;
}
body {
    font-family: 'Calibri-Light', sans-serif !important;
    background: linear-gradient(30deg, #018bbb 0%, #862f9f 90%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
}

.site-content{
    height:auto;
    overflow: hidden !important;
    overflow-y: auto !important;
    padding:0;
}

header{
    background: #342e8ce6;
    padding:5px;
    border-bottom:1px solid #634897;
    color:#fff;
    font-size:25px;
    text-align: center;
}

header .home-icon{
    float:left;
    margin-top:7px;
    height:20px;
}
header .account-icon{
    float:right;
    margin-top:7px;
    height:20px;
}

header a.link {
    float: left;
    margin-left: 10px;
    font-size: 18px;
    margin-top: 6px;
}

header a.link:hover {
    text-decoration: underline;
}

header .centerFix {
    width: 165px;
    float: right
}

@media (max-width: 600px) {
    header .centerFix {
        display: none;
    }
}

.text-white{
    color:#fff;
}

.alert{
    margin-top:20px;
}
.alert li{
    list-style-type: none;
}

.registrationTypeSelector label{
    font-weight: inherit;
}
.registrationTypeSelector input{
    float:right;
    margin-top: 8px;
}

#registrationForm label{
    font-weight:inherit;
    line-height: inherit;
}
#registrationForm input{
    font-size:15px;
}

.contentHolder{
    padding-right:45px !important;
}

.dashboardHeader{
    border-bottom:2px solid rgba(255, 255, 255, 0.56);
    font-size: 30px;
    color:#fff;
    margin-top:50px;
}
.dashboardHeader span a{
    margin-right:30px;
    color:rgba(255, 255, 255, 0.56);
}
.dashboardHeader span a:hover{
    color:#fff;
}
.dashboardHeader span.active a{
    color:#fff !important;
}
.dashboard-group a:hover{
    background-color:rgba(255, 255, 255, 0.35) !important;
}

.accountIconMenu .site-navigation .sub-indicator{
    display:none;
}
.accountIconMenu .site-navigation{
    background: transparent;
}
.accountIconMenu .site-navigation li > a{
    padding:0 !important;
}
.accountIconMenu{
    height:30px;
}
.accountIconMenu .sub-menu{
    left:-190px;
    top:40px;
}
.accountIconMenu .form-control{
    display: none;
}
.accountIconMenu .site-navigation ul.navbar-menu{
    display: block !important;
}
.accountIconMenu {
    width:20px;
    float:right;
}



/* Profile page css */
    .profilePage #content{
        height:100% !important;
        /* overflow-y:auto; */
    }
    .profilePage .site-content{
        height:100%;
        overflow-y: auto !important;
    }
    .profilePage{
        /* min-height: 800px; */
        /* height:90vh; */
    }
    .profilePage .image-preview-input {
        position: relative;
        overflow: hidden;
        margin: 0px;    
        color: #333;
        background-color: #fff;
        border-color: #ccc;    
    }
    .profilePage .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .profilePage .image-preview-input-title {
        margin-left:2px;
    }
    .profilePage .btn-bs-file{
        position:relative;
    }
    .profilePage .btn-bs-file input[type="file"]{
        position: absolute;
        filter: alpha(opacity=0);
        opacity: 0;
        width:0;
        height:0;
        outline: none;
        cursor: inherit;
    }


    .profilePage .box-header .box-title {
        padding-bottom: 7px;
    }

    .profilePage .box-header {
        margin-bottom: 10px;

    }