.menu-list {
    position: absolute;
    height: 0px;
    border: 1px solid #ddd;
    opacity: 0;
    z-index: 99999;
    width: 86.7%;
    margin-top: 70px;
    display: none;
}

.menu-list div.sol-menu {
    width: 28%;
    background-color: #eee;
    height: 100%;
    float: left;
}

.menu-list div.sol-menu ul {
    margin-top: 20px;
}

.menu-list div.sol-menu ul li {
    border-bottom: 1px solid #ddd;
    padding: 3px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
}

.menu-list div.sol-menu ul li a {
    font-size: 11px;
    color: #555;
}

.menu-list div.sol-menu ul li a:hover {
    color: #c00;
}

.menu-list div.sol-menu ul li div {
    display: none;
}

.menu-list div.sol-menu ul li:hover {
    cursor: pointer;
}

.menu-list div.sol-menu ul li.active {
    background-color: #fff;
}

.menu-list div.sag-menu {
    width: 72%;
    float: left;
    height: 100%;
    background-color: #fff;
}

.acilir-menu span:hover {
    cursor: pointer;
}

#search-reply {
    overflow-x: hidden;
    overflow-y: scrool;
}

#search-reply ul li a {
    color: #000;
}

#search-reply ul li a:hover {
    color: #c00;
}

.menu-list div.sag-menu ul li a {
    color: #000;
}

.menu-list div.sag-menu ul li a:hover {
    color: #c00;
}

div.loading_panel {
    display: none;
}

body.loading div.loading_panel {
    display: block !important;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('/img/loading.gif') 50% 50% no-repeat;
}

.alerts {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: fixed;
    right: 20px;
    top: 150px;
}

.alerts.success {
    background-color: #4CAF50;
}

.alerts.info {
    background-color: #2196F3;
}

.alerts.warning {
    background-color: #ff9800;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}