﻿body, html
{
    font-size: 14px;
}
.sidebar-popup.sidebar-menu-inner>div>ul>li.sidebar-item>ul
{
    position: absolute;
    top: 0;
    left: 10px;
    width: 90px;
    z-index: 99;
}
.sidebar-popup.sidebar-menu-inner ul
{
    width: 90px;
}
.sidebar-popup.sidebar-menu-inner ul li
{
    width: 90px;
}
#search button i
{
    color: #6c757d;
    font-size: 18px;
}
.big-header-banner .page-header
{
    color: #206BE7;
    background: transparent;
    box-shadow: none;
    transition: color .3s,background-color .3s;
}
.big-header-banner:not(.header-bg) .page-header .navbar-nav>li>a, .big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item)
{
    color: #206BE7;
}
.big-header-banner:not(.header-bg) .page-header .navbar-nav>li>a:hover, .big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item):hover
{
    color: #dc3545;
}
.big-header-banner:not(.header-bg) .header-mini-btn path
{
    stroke: #206BE7;
}
.big-header-banner:not(.header-bg) .header-mini-btn label:hover path
{
    stroke: #206BE7;
}
.header-big #search-text
{
    color: #6c757d;
}
.io-black-mode .header-big #search-text
{
    color: #fff;
}
.header-big .search-type input:checked+label:before
{
    content: '';
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
}
.header-big:not(.no-bg) .s-type-list
{
    color: #20c997;
}
.header-big:not(.no-bg) .text-muted, .header-big:not(.no-bg) .search-type .menu-item a, .header-big:not(.no-bg) .big-title .h1
{
    color: #fff!important;
}
.post-top
{
    padding-bottom: 50px;
}
.sidebar-menu-inner ul li ul li a
{
    margin-left: 30px;
}
.navbar-collapse ul li.menu-item-has-children:after
{
    content: '';
}
.header-big.css-color
{
    background-size: unset;
    background-position: unset;
    animation: unset;
}
.search-hot-text
{
    position: absolute;
    z-index: 100;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0 4px 5px 0 #cccccc94;
    overflow: hidden;
}
.search-hot-text ul
{
    margin: 0;
    padding: 5px 0;
}
.search-hot-text ul li
{
    line-height: 30px;
    font-size: 14px;
    padding: 0 25px;
    color: #777;
    cursor: pointer;
}
.io-black-mode .search-hot-text ul li
{
    color: #fff;
}
.search-hot-text ul li.current
{
    background: #f1f1f1;
    color: #2196f3;
}
.search-hot-text ul li:hover
{
    background: #f1f1f1;
    color: #2196f3;
    cursor: pointer;
}
.search-hot-text ul li span
{
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #e5e5e5;
    margin-right: 10px;
    border-radius: 10px;
    color: #999;
}
footer.main-footer .footer-text
{
    text-align: center;
}
footer.main-footer .footer-text a
{
    color: #007bff;
}
footer.main-footer .footer-text a:hover
{
    color: #f00;
}
.panel .panel-body a
{
    color: #007bff;
}
.panel .panel-body a:hover
{
    color: #979898;
}
.io-grey-mode .page-container .grid-bg
{
    background-image: linear-gradient(rgba(50,0,0,.05) 1px,transparent 0),linear-gradient(90deg,rgba(50,0,0,.05) 1px,transparent 0);
    background-size: 15px 15px;
    background-color: #d8d8d8;
}