/* public-notices */

.btnViewAd{
    background-color: #0133B3;
    border-color:#0133B3;
}
.search-btn{
    float: right;
    color: white!important;
    background-color: #0133b3;
    border-color: #0133b3;
}

.date-format{
    font-family: proxima-nova,sans-serif;
    font-size: 19px;
}

.dbr-descp{
    margin-bottom: 10px;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    line-height: 24px;
}

.click-here {
    color: #1c17fc; 
    font-weight: bold; 
}

.dbr-dd{
    margin-top: 10px;
}

.dbr-title{
    font-size: 18px;
}

.dbr-date{
    font-family: proxima-nova,sans-serif;
    font-size: 16px;
}

h4.article-title {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 30px;
    font: 800 26px/28px Merriweather;
}

.load-more, .btn.loadnextfifo{
    background-color:#efefef;
}

ul li.announcement-item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.topic-header{
    margin: 0 0 20px 0;
    padding: 0;
}

.pubClass{
    margin:0; padding:0; list-style-type:none;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

body ::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 6px;
}

body ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.05);
    border-radius: 6px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
/* public-notices */

/*Iphone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .public-title {
        margin: 0 0 20px 0;
        padding: 0;
        font: 700 30px/30px Merriweather;
    }

    .dbr-date{
    text-align: center;
    padding-bottom: 10px;
    }

    .load-more, .btn.loadnextfifo{
    margin-bottom:3%;
    }
    ul li.announcement-item {
        display: block;
    }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    ul li.announcement-item>div:first-of-type {
        padding-bottom: 10px;
    }

    .dbr-date{
        text-align: center;
        padding-bottom: 10px;
    }

    .load-more, .btn.loadnextfifo{
        margin-bottom:3%;
    }

}

@media (max-width: 760px) {
    .notices-header span.notice-title{
      font-size: 18px;
      padding-bottom: 0;
    }
    .notices-header {
      height: 100px;
    } 
}
