@charset "utf-8";
/**
 * adm.loading: CSS fuer Loading
 *
 * @filesource adm.loading.css
 * 
 * @copyright  (c) 2013 by Regionalimmobilien24 GmbH | Kirchstraße 2 | D-08523 Plauen Germany
 * 
 * 
 * @version    1.0
 * @date       19.06.2013 12:35:10
 */

body #header {
    box-shadow: 0px 1px 0px #91AB00;
    background: #FFF !important;
    border-bottom: 1px solid #91AB00;
}
body {
    font-size: 12px;
}
body a {
    color: #7C8F12;
}

.adm_loading {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
    z-index: 100000;
    position: fixed;
    top: -1px;
    left: -1px;
    background: url(../img/loading_bg.png) repeat top left transparent;
}

.adm_loading.loading_show {
    display: block !important;
    visibility: visible !important;
    height: 100% !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.loader{
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 54px;
    width: 144px;
    margin-top: -27px;
    margin-left: -72px;
}
.adm_news_status_new{
    font-weight: bold !important;
    cursor: pointer;
}
.adm_news_status_delete{
    color: #FF0000;
    text-decoration: line-through;
    display: none;
}
.adm_news_status_new_icon{
    background: url(../img/adm_news_new.png) center center no-repeat;
}
.adm_news_status_read_icon{
    background: url(../img/adm_news_read.png) center center no-repeat;
}
.adm_news_status_delete_icon{
    background: url(../img/adm_news_delete.png) center center no-repeat;
}

#sidebar > ul > li.active > ul > li.active {
    background-color: #0272BD;
    /*background-image: linear-gradient(to bottom, #208ED3 0%, #0272BD 100%);
    background-color: #262626;
    font-style: italic;*/
}
.adm_mark_nowin_0 .icon{
    color: #F00;
    text-decoration: line-through;
}