body {
    background-color: #0288D1;
    color: #fff;
}

body > .content {
    min-height: calc(100vh - 80px - 295px);
}

body > .content .pagename {
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
}

img {
    max-width: 100%;
}

footer {
    background-color: #212121;
    color: #fff;
    padding: 40px 0;
}

footer .footer-columns {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
}

footer .footer-columns > .block-center {
    text-align: center;
}

footer .footer-columns > .block-right {
    text-align: right;
}

footer .footer-columns .title {
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #BDBDBD;
}

footer .footer-columns ul {
    list-style: none;
}

footer .footer-columns ul > li {
    box-sizing: border-box;
    padding: 8px 0;
    list-style: none;
    font-size: 12px;
}

footer .footer-columns ul > li > a {
    color: #9E9E9E;
}

footer .subinfo {
    padding-top: 20px;
    color: #424242;
    text-align: center;
    line-height: 20px;
}




.input-append > .append,
.input-prepend > .prepend {
    line-height: 34px;
}

.input-block > label {
    padding: 0;
}




/*body > .navbar [data-notifications-state="true"] {
    color: #ffc107;
}*/

body > .navbar {
    background-color: #212121;
}

body > .navbar .navbar-wrapper .nav-brand,
body > .navbar .navbar-wrapper .nav-link {
    color: #fafafa;
}

body > .navbar .navbar-wrapper .nav-link::after {
    background-color: #e0e0e0;
}

body > .navbar .navbar-wrapper .nav-link.active,
body > .navbar .navbar-wrapper .nav-link:hover {
    color: #e0e0e0;
}

body > .navbar .navbar-wrapper .nav-link[data-notifications-state="true"]:before {
    content: "*";
    color: #ffc107;
    margin-right: 6px;
}

body > .navbar .navbar-wrapper .nav-link[data-notifications-unreaded] {

}

body > .navbar .navbar-wrapper .nav-mobile {
    color: #fff;
}



ol {
    padding-left: 20px;
}



ul.pagination > li > a {
    color: #fff;
    font-size: 14px;
    padding-left: 9px;
    padding-top: 1px;
}

.side-block-list > .block-id {
    margin-bottom: 20px;
    position: relative;
}

.side-block-list > .block-id:last-child {
    margin: 0;
}

.side-block-list > .block-id .block-id-hider {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    display: none;
}

.side-block-list > .block-id .block-id-hider:before,
.side-block-list > .block-id .block-id-hider:after {
    width: 100%;
    height: 2px;
    background-color: #9e9e9e;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    z-index: 1;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.side-block-list > .block-id .block-id-hider:after {
    width: 2px;
    height: 100%;
    top: 0;
    right: calc(50% - 1px);
}

.side-block-list > .block-id.visible .block-id-hider:after,
.side-block-list > .block-id.visible .block-id-hider:before {
    transform: rotate(90deg);
}

.side-block-list > .block-id.visible .block-id-hider:before {
    opacity: 0;
}

.side-block-list > .block-id > .name {
    font-size: 16px;
    font-weight: bold;
    color: #9e9e9e;
    padding-bottom: 24px;
    text-align: center;
}

.tag-list {
    font-size: 0;
}

.tag-list > .tag-id {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font-size: 12px;
    padding: 4px;
    line-height: normal;
}

.tag-list > .tag-id > a {
    display: block;
    text-align: center;
    padding: 4px 8px;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.tag-list > .tag-id > a:hover,
.tag-list > .tag-id.active > a{
    color: #fff;
    background-color: #2196F3;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px;
}



.bbpanel-target {
    margin-top: 8px;
}


textarea {
    min-height: 64px;
    line-height: 20px;
}


.input-block-file {
    box-sizing: border-box;
}

span {
    box-sizing: border-box;
}

.bb-quote-wrapper > .bb-quote {
    background-color: rgba(0,0,0,0.04);
    color: rgba(0,0,0,0.4);
}

.bb-quote-wrapper > .bb-quote > .bb-quote-title {
    background-color: rgba(0,0,0,0.04);
    color: rgba(0,0,0,0.4);
}




/* Light theme + */

body.theme-color-light {
    background-color: #fafafa;
    color: #616161;
}

body.theme-color-light a:not(.btn) {
    color: #424242;
}

body.theme-color-light a:not(.btn):hover {
    color: #212121;
}

body.theme-color-light > footer {
    background-color: #eee;
}

body.theme-color-light > footer .subinfo {
    color: #bdbdbd;
}

body.theme-color-light > .navbar {
    background-color: transparent;
}

body.theme-color-light > .navbar .navbar-wrapper .nav-brand,
body.theme-color-light > .navbar .navbar-wrapper .nav-link {
    color: #616161;
}

body.theme-color-light > .navbar .navbar-wrapper .nav-link::after {
    background-color: #212121;
}

body.theme-color-light > .navbar .navbar-wrapper .nav-link.active,
body.theme-color-light > .navbar .navbar-wrapper .nav-link:hover {
    color: #212121;
}

body.theme-color-light > .navbar .navbar-wrapper .nav-mobile {
    color: #212121;
}

body.theme-color-light ul.pagination > li > a {
    color: #424242;
}

body.theme-color-light .tag-list > .tag-id > a:hover,
body.theme-color-light .tag-list > .tag-id.active > a{
    background-color: #f5f5f5;
    color: #616161;
}

body.theme-color-light .bbpanel-target > ul > li > a:hover {
    background-color: #eee;
}

/* Light theme - */




/* Dark theme + */

body.theme-color-dark {
    background-color: #212121;
    color: #e0e0e0;
}

body.theme-color-dark a:not(.btn) {
    color: #e0e0e0;
}

body.theme-color-dark a:not(.btn):hover {
    color: #fff;
}

body.theme-color-dark > footer {
    background-color: rgba(0,0,0,0.1);
}

body.theme-color-dark .window {
    background-color: #424242;
    color: #fafafa;
}

body.theme-color-dark .input-block > label {
    color: #757575;
}

body.theme-color-dark .tag-list > .tag-id > a:hover,
body.theme-color-dark .tag-list > .tag-id.active > a{
    background-color: #212121;
}

body.theme-color-dark .modal > .wrapper > .modal-content {
    background-color: #616161;
    color: #eee;
}

body.theme-color-dark .modal > .wrapper > .modal-content > .modal-header {
    border-color: #757575;
    color: #e0e0e0;
}

body.theme-color-dark .modal > .wrapper > .modal-content > .modal-footer {
    border-color: #757575;
}

body.theme-color-dark .bbpanel-target > ul > li > a {
    color: #616161;
}

body.theme-color-dark .bbpanel-target > ul > li > a:hover {
    background-color: #424242;
    color: #eee;
}

body.theme-color-dark .table .table-cell-resp {
    background-color: rgba(0,0,0,0.4);
}

body.theme-color-dark > .navbar .navbar-wrapper .nav-mobile {
    color: #fff;
}

body.theme-color-dark .bb-quote-wrapper > .bb-quote {
    color: rgba(255,255,255,0.4);
}

body.theme-color-dark .bb-quote-wrapper > .bb-quote > .bb-quote-title {
    color: rgba(255,255,255,0.4);
}

body.theme-color-dark .bb-quote-wrapper::after {
    color: rgba(0,0,0,0.1);
}

/* Dark theme - */