body {
    padding-top: 56px;
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}


.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

/*
problems in frontend/modules/users/viewer/views/user-subscription/subscribe.php:65
*/
/*.grid-view th,*/
/*.grid-view td:last-child {*/
    /*white-space: nowrap;*/
/*}*/

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*logo css*/
@font-face {
    font-family: 'CustomFont';
    src: url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
}
.logo {
    font-family: 'CustomFont', sans-serif;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    color: black;
}
.highlight {
    /*text-decoration: line-through;*/
    /*text-decoration-color: black;*/
    background-color: darkred;
    color: white;
    padding: 1px 10px;
    border-radius: 5px;
}


/*#logo{*/
    /*text-decoration: line-through;*/
    /*!* text-decoration-style: wavy; *!*/
    /*text-decoration-thickness: 3px;*/
    /*color: #ffffff;*/
    /*!*color: rgba(44, 2, 25, 0.73);*!*/
    /*text-decoration-color: #d3000080;*/
    /*font-size: 25px;*/
    /*font-style: oblique;*/
    /*font-weight: bold;*/
    /*text-shadow: rgba(255, 0, 0, 0.69) 1px 1px;*/
/*}*/
/*
#logo:before {
    content: "No";
}
#logo:after {
    content: "__";
    color: #e9ebee;
}
*/
.circle {
    width: 45px;
    height: 25px;
    line-height: 20px;
    border-radius: 50%;
    border-color: #d8ff00;
    border-style: groove;
    border-width: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background: #ffffff4d;
}
.navbar-collapse {
    justify-content: end;
}
.navbar {
    z-index: 1031;
    padding: 2px;
}

.indigo {
    background-color: #3f51b5 !important;
}

/* btn css*/
.add-post-btn{
    /*line-height: 12px;*/
    /*!* width: 18px; *!*/
    /*font-size: 8pt;*/
    /*font-family: tahoma;*/
    /*margin-top: 1px;*/
    margin-right: 21px;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    position: fixed;
    top: 60px;
    right: 0;
    /*left: ;*/
    z-index: 1031;
}
.report-btn{
    display: flex;
    justify-content: end;
}

.chat-btn{
    display: flex;
    justify-content: end;
    position: relative;
    margin-bottom: -30px;
    z-index: 1000;
}

.profile-pic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
}


.full-page{
    width: 100%;
}


/*for search input from layout*/
input.search {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #3333336e;
    /*background-image: url(/img/searchicon.png);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    outline: none;
    border: 1px solid #ccc;
}
@media(max-width:767px) {
    input.search {
        width: 150px;
    }
}
input.search::placeholder {
    color: #fff;
    font-size: 1.2em;
    font-style: italic;
    opacity: 0.6;
}
#navbar-main-search-values{
    position: absolute;
    min-height: 100px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.8);
    padding: 2px;
    border-radius: 10px;
    z-index:1051;
    border: 1px solid #ccc;
}
#navbar-main-search-values ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navbar-main-search-values a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

