/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 11, 2018, 5:28:50 PM
    Author     : skycap
*/
.blockElement {
    position: fixed !important;
    top:calc(50% - 76px) !important;
    left: calc(50% - 120px) !important;
    z-index:10000 !important;
}
.blockOverlay {
    z-index: 9999 !important;
}
.center-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    float: left;
    margin-bottom: 30px;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
    z-index: 9999;
}
.button-file-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: calc(50% - 31px)!important;
    padding-left: calc(50% - 20px);
    top: 0;
    display: none;
}
.header-navbar .navbar-wrapper .navbar-logo span {
    vertical-align: middle;
    font-weight: 700; 
    font-size: 1.25rem;
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: capitalize;
}
.navbar-logo a img {
    width: 55px;
    height: auto;
}
.flag-selected {
    color :#8B257A;
}
input[type="radio"][disabled] + label:before {
    background: rgba(0,0,0,0.04);
    cursor: not-allowed;
    opacity: 0.4;
}
.close-file {
    position: absolute;
    right: -14px;
    top: -13px;
    font-size: 22px;
    z-index: 9999;
    cursor: pointer !important;
}
.close-file i {
    background: #8B257A;
    color: #fff;
    border-radius: 100%;
}
.session-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.session-wrapper .session-inner-wrapper {
    width: 500px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
    box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0.45rem;
    background: #f2f3f4;
    overflow: hidden;
}
.session-wrapper .session-inner-wrapper form {
    padding: 1.875rem;
}
.input-group-text {
    background: none;
    border: none;
    color: #fff;
}
.main-search.open .input-group-text {
    color: #495057;
}
.back-btn{
    position: absolute;
    bottom: 0px;
}
.top-head{
    position: relative;
}
.topics-list .pcoded-mtext {
    max-width: 75%;
    display: inline-block;
}
.top-head-button { 
    display: none;
}
.top-head-title {
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    } 
    .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-header .pcoded-left-header, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar {
        width: 300px;
    }
    .pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
        margin-left: 300px;
    }
}
@media only screen and (max-width:1200px) and (min-width: 992px)   {
    .container {
        max-width: 95%;
    }    
    .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-header .pcoded-left-header, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar {
        width: 270px;
    }
    .pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
        margin-left: 270px;
    }
}

@media (max-width:992px) {
    .main-menu-header {
        margin-top: 70px;
    }
    .topics-list .pcoded-mtext {
        max-width: 70%;
        display: inline-block;
    }
    .top-head-title {
        width:70%;
    }
    .top-head-button {
        display: block;
        width: 28%;
        text-align: center;
    }
}
@media (max-width:557px) {
    .top-head-title {
        width:100%;
        text-align: center;
    }
    .top-head-button {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.post-replies-block {
    padding-left:70px;
    background: #eee;
    margin-top:10px;
    padding-top: 8px;
}
.post-replies-block ul {
    max-height: 200px;
    overflow:auto;
    overflow-x: hidden;
}
.post-replies-block ul li {
    padding:10px;
    font-size: 12px;
    color:#666;
}
.post-replies-block ul li:hover {
    background-color:#ddd;
    cursor: default;
}
.topics-list {
    position: relative;
}
.dis-count{
    position: absolute;
    top:10px;
    right: 10%;
}
.pcoded-submenu .active {
    background-color:#8B257A;
}
.pcoded-submenu .active a {
    color:#FFF !important;
}
.image-input-parent {
    padding-top:10px;
    max-height: 100px;   
    overflow: hidden;
    min-width: 144px;
}
.image-input-parent .fileinput-button {
    margin-left: 0px;
}
.topics-list i {
    position: absolute;
    top: 43%;
}
.topics-list .pcoded-mtext {
    padding-left: 28px;
}