﻿#pnlInfo {
        padding-top: 10px;
    }

    .progress-label {
        float: left;
        width: 8.5em;
        padding-top: 4px;
        color: rgba(112,128,144,1);
        font-size: 12px;
        font-weight: bold;
    }

    .progress-div {
        padding: 0px;
    }

        .progress-div a {
            color: #fff;
            cursor: pointer;
        }

    .header-area {
        height: 3em !important;
    }

    input[type=checkbox] {
        width: 15px;
        height: 15px;
    }

    label.checkbox {
        padding-top: 3px;
        display: inline-block;
    }

    label.menulabel {
        padding-bottom: 5px;
        width: 4.5em;
    }
 * {
        margin: 0;
        padding: 0;
    }

    body {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #mainRCM {
        height: 100%;
        padding: 60px 0 50px;
        box-sizing: border-box;
    }

    .notice {
        padding-top: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    ul.newslist {
        height: 94%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #news {
        /*border: 1px solid #d4d4d4;*/
        border-top-style: none;
        height: 100%;
    }

    .list-group-item:first-child {
        border-top: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .newslist > li:not(:last-child) {
        border-bottom: 1px solid #d4d4d4;
    }

    .newslist > li > a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 2px 2px;
        text-decoration: none;
        cursor: pointer;
    }

    .news-thumb {
        color: #fff;
        float: left;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding-top: 9px;
    }

    .news-danger {
        background-color: rgb(234,97,143);
    }

    .news-warning {
        background-color: #f0ad4e;
    }

    .news-thumb > span {
        color: #fff;
        line-height: 16px;
        font-size: 13px;
    }

    .news-info {
        background-color: rgb(31,34,127);
    }

    .news-success {
        background-color: #5cb85c;
    }

    .news-short {
        margin: 5px 0 0 60px;
    }

        .news-short > p {
            margin-bottom: 0;
            font-weight: bold;
        }