﻿.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .panel ul.demo1 {
        height: 230px !important;
    }

.news-item {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.panel {
    background: rgb(215, 230, 254);
}

.notification {
    /*position: absolute;*/
    z-index: 8;
    left: 1255px;
    top: 230px;
}

    .notification .panel.panel-default {
        border: 2px solid #2092b7 !important;
    }
    .notification .panel.panel-default .panel-heading {
            background-color: #2092b7 !important;
            border: 1px solid #2092b7 !important;
            color:#fff !important;
            padding:3px 15px !important;
        }
        .notification .panel.panel-default .panel-heading i {
            color:#fff !important;
        }

        .notification .panel.panel-default .panel-footer {
            background-color: #2092b7 !important;
            border: 1px solid #2092b7 !important;
            padding: 3px 15px !important;
        }
            .notification .panel.panel-default .panel-footer .pagination > li > a, .pagination > li > span {
                    padding: 2px 8px !important;
            }

    .notification i {
        color: #ed2a28;
    }

    .notification ul li i {
        padding-right: 10px;
    }

    .notification ul li a {
        display: block;
        color: #ed2a28;
    }
    .notification ul li {
        font-size:13px;
    }
