@import url("../fonts/stylesheet.css"); /* Using a url */
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Avenir', sans-serif !important;
    font-size: 16px;
}

.fontAvenir{
    font-family: 'Avenir', sans-serif;
}

.lineHeight30{
    line-height: 40px;
}

.fontIndustry{
    font-family: 'Industry', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Industry', sans-serif;
    font-weight: bold;
}

.darkBrownColour{
    color: #2A0800;
}
.darkBrownBg{
    background-color: #2A0800;
}

.lightGrayBg {
    background-color: #f5f5f5;
}

.redBg{
    background-color:#D92E00;
}

.orangeBg{
    background-color:#FAAA28;
}
.lightGreyColor{
    color:#A3A3A3;
}

.greyBg{
    background-color: #eee;
}


.greyColor{
    color:#555555;
}
.orangeColor{
    color:#FAAA28;
}

.lightDanger{
    background-color: #f3e0e0;
}
.redColor{
    color:#D92E00;
}





.btn{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: 'Industry', sans-serif;
    text-transform: uppercase;
    font-size:14px;
}

.btn{

}

.btn-sm{
    font-family: 'Industry', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.containMaxWidth{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.backgroundImage{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.navbar-nav li a{
    font-family: 'Industry', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.navbar-nav li a.active{
    color:#D92E00 !important;
}


.navbar-nav li div.dropdown-menu a{
    font-weight: normal;
    text-transform: revert;
    font-size: 14px;
}
.navbar-nav li div.dropdown-menu{
    top:auto!important;
}

.subNavigation{
    list-style: none;
    padding: 0;
}
.subNavigation li{
    margin-bottom: 10px;
}

.subNavigation li a{
    font-family: 'Industry', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color:#A3A3A3;
}

.headerBg{
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url("../images/kenge_header.svg");
    background-repeat: repeat-x;
    background-size: contain;
}

.boxShadow{
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.rounded5{
    border-radius: 5px;
}

.rounded10{
    border-radius: 10px;
}
.searchResultLabel{
    width:60px;
}
.directoryResultWrapper{

}

.formSideImage{
    min-height: 545px;
    height: calc(100vh - 457px);
}

.coverImage{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.avatar150{
    width: 150px !important;
    height: 150px !important;
}

.avatar48{
    width: 48px !important;
    height: 48px !important;
}

.avatar32{
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    font-size: 14px;
    margin-bottom: 0!important;
}

.notificationIndicator{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F70505;
    border:solid 1px #fff;
    left: -5px;
    top:-2px;
}

.avatarEnhance{
    background-color: #2A0800;
    border:solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.avatar{
    width: 120px;
    height: 120px;
    border:solid 1px #D92E00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #D92E00;
    position: relative;
}

.avatarLarge{
    width: 200px;
    height: 200px;
}

.avatarInitialsSmall{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}

.avatarInitials{
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
}

.avatarImage{
    border-radius: 50%;
}

.membershipBadge{
    width:40px;
    height:40px;
    border-radius: 50%;
    position: absolute;
    top:0;
    bottom:0;
    right: -20px;
    margin: auto;
    background-color: #eee;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.userMembershipBadge{
    width:40px;
    height:40px;
    background-color: #2A0800;
    border-radius: 50%;

}

.userMembershipBadge img{
    width:40px;
    height: 40px;
}


.membershipBadge img{
    width:40px;
    height: 40px;
}

.topicLikeWrapper{

    background: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.topicLike{
    position: relative;
    color:#fff;
    cursor: pointer;
    width:40px;
    height: 40px;
    display:flex;
}
.topicLikeHover:hover, .commentLikeHover:hover{
    background-color: #FAAA28!important;
}



.topicLike div{
    background: none;
}



.topicLike img{

}
.likeCount{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myTopicWrapper{
    cursor: pointer;
}

.topicAttributes{
    width: 100%;
    font-size: 14px;
}

.topicAttributes tr td{
    vertical-align: middle;
    color:#A3A3A3;
}
.topicAttributes img{
    height: 40px;
}
.topicDetailTable{
    width:100%;
    font-size: 14px;
}
.topicDetailTable img{
    width: 32px;
}

.topicPopular img{
    height: 24px;
}

.comment{
    background-color: #f5f5f5;
    border-radius: 5px;
}

.userName{
    color:#d92e00;
}

.userName:hover{
    color: #f53701;
}

.commentLikeWrapper{
    max-width: 56px;
}

.commentLike{
    width:40px;
    height: 40px;
    color:#fff;
    cursor: pointer;
    font-size: 12px;
    position: relative;
}

.commentActions a{
    font-family: 'Industry', sans-serif;
    font-size: 14px;
}

.btn-warning{
    background-color: #FAAA28;
}

.btn-warning:hover{
    background-color: #cc8b20;
}

.btn-danger{
    background-color: #d92e00;
}

.btn-danger:hover, .btn-outline-danger:hover{
    background-color: #a92e00;
}

.btn-outline-danger{
    border-color: #d92e00;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    background-color: #d92e00;
    border-color: #d92e00;
}

.commentActions  a.btn-warning:hover{
    color:#000000;
}

.commentActions a:hover{
    color:#FAAA28;
}

.commentActions a.btn-danger{
    color:#fff;
}
.parentComment{
    font-size: 14px;
    line-height:16px;
}

.parentCommentWrapper a.userName{
    font-weight: bold;
    font-size: 14px !important;
    color:#D92E00;
}

.parentCommentWrapper{
    border:solid 1px #bbb;
    border-radius:5px;
    border-left:solid 5px #FAAA28;
    padding: 10px;
    background-color:#ddd;
    transition: all  1s ease;
}

.parentComment{
    height: auto;
    transition: all  1s ease;
}

.reportBtn{
    color:#D92E00;
}

.commentHideOverflow{
    max-height: 7rem;
    overflow: hidden;

}

.ck-editor__editable{
    height: 200px;
    color:#000;
}

.contributorsTable tr td{
    vertical-align: middle;
}


.directoryListing{
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    background: #eee;
}
.directoryLinks a{
    width: 38px;
    height: 38px;
    padding: 3px;
    border-radius: 50%;
    border:solid 1px #707070;
    display: inline-block;
}
.directoryLinks a img{
   max-width:100%
}

.directoryRole{
    font-size: 14px;
}

.directoryLightGrey{
    color:#ACACAC;
}

.userDetailsTable tr td img{
    width:32px;
    border:solid 1px #FAAA28;
}

.detailedBioLabel{
    color:#FAAA28;
    border-bottom:solid 1px #FAAA28;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.personalDataTabs{
    border-color: #707070;
}
.personalDataTabs li.nav-item a{
    background-color: #2A0800;
    border-color: #707070;
    color:#fff;
}

.personalDataTabs li.nav-item a.active{
    background-color:#FAAA28;
    border-color: #FAAA28;
    color: #2A0800;
}

.productTable tr td, .productTable tr th {
    border-color: #707070;
}

.notificationWrapper{
    position: relative;
    vertical-align: middle;
    margin-bottom: 20px;
}

.notificationAvatar{
    max-width: 48px;
    width: 48px;
}
.dismissNotification{
    position: absolute;
    top:5px;
    right: 20px;
}
.dismissNotification img{
    width:24px;
    cursor: pointer;
}

.userTopicsTable tr td img{
     width: 24px;
}

.userTopicsTable tr td a{
    color:#2A0800;
}

.userTopicsTable tr td:last-child{
    width:230px !important;
}

.imageCanvas{
    width:250px;
    height: 250px;

}

.cropBox{
    width: 300px;
    height: 300px;
}

.cropBox img{
    display: block;
    max-width: 100%;
}
#sample_image{
    display: block;
    max-width:100%;
}
.profile_pic_preview {
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin:auto;
    border: 3px dashed #7b7b7b;
    border-radius:50%;
}

.cropToolBar{
    position: absolute;
    text-align: center;
    color:#fff;
    width:100%;
    top:0;
    bottom:0;
    margin: auto;
    height: 160px;

}

.cropToolBar ul{
    padding: 0;
    margin: 0;
    list-style: none;
    width:40px;
}

.cropToolBar ul li{
    background-color: #000;
    width: 20px;
    height: 20px;
    padding: 10px;
    box-sizing: content-box;
    cursor: pointer;
}
.cropToolBar ul li:hover{
    background-color:#FAAA28 ;
}

.imagePreview{
    width:200px;
    height: 200px;
    border: dashed 2px #999;
    border-radius: 50%;
    overflow: hidden;
}

#uploadedImage{
    border-radius: 50%;
}

#uploadImageBox {
    background-color:rgba(0,0,0,0.5);
    width:190px;
    height: 127px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + .75rem + 2px);
}

.form-control, .select2-container--bootstrap, .select2-selection  {
    font-size:16px!important;
    width:100% !important;
    max-width: 100% !important;
}

div.dataTables_filter .form-control{
    width:auto !important;
}

.form-control:disabled, .form-control.disabled{
    cursor: not-allowed;
}

.easy-autocomplete{
    width:100% !important;
    max-width: 100% !important;
}

#home-iframe{
    width: 100%;
    border:0;
}

#black-line-hider{
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    width: 15px;
}

footer{
    background-image: url("../images/footer.svg");
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
}

footer ul{
    list-style: none;
    padding:0;
}

footer ul li{

    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 10px;
}

footer ul li a{
    color:#fff;
    font-family: 'Industry', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

footer ul li a:hover{
    color:#FAAA28;
}

footer a{
    color:#FAAA28;
}

footer  a:hover{
    color:#FAAA28;
}

#socialWrapper a {
    color: #fff;
    font-size: 32px;
    margin-right: 10px;
}

.page-item.active .page-link {
    background-color: #d92e00;
    border-color: #d92e00;
}

.pager .page-link span, .pager a.page-link{
    color: #d92e00;
}

.alert {
   
    padding: 0.5rem 1.25rem;
   
}

.readMore:hover {
    text-decoration: none;
    color:#D92E00;
    cursor: pointer; 
    
}