
.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 5px 10px;
    /*font-weight: bold;*/
    font-size: 13px;
}

.news-link-bg {
    
    /*background: #efefef;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 5px;
    margin-bottom: 3px;
    /*border-left: 2px solid #00b7e8;*/
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    
}
.news-link {
    margin-bottom: 10px;
}
.news-link span {  
    margin-right: 5px; 
}
.panel-body {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}

#featured-news.panel-body  {
    padding-bottom: 10px;
}

.panel-close {
    cursor: pointer;
}

.new-penel-footer {
    
    padding-top: 5px;
}

.media-body a:hover {
    color: #cccccc;
}
.media-body-text {
    font-size: 12px;
}

.panel-hr {
    
    border-style: dotted;
    border-color: #00b7e8;
    
    
}

span.panel-close {
    padding-top: 2px;
}

.view-more-btn {
    padding: 8px;
    color: white;
    background: #00b7e8;
    text-decoration: none;
    border-radius: 3px;
}

.view-more-btn:hover {
    text-decoration: none;
    background: #029cc5;
}

.view-more-btn:hover > .badge {
    background: #00b7e8;
    color: #2a6496;
}

.badge {
    font-weight: normal;
    border-radius: 3px;

}

.label-date {
    border-radius: 0.25em;
    display: inline;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 10px;
    color: #666666;
}

.label-light {
    background: #efefef;
}

.label-blue {
    background: #029cc5;
}
.blue-bg {
    background: #029cc5;
}

.color-blue {
    color: #029cc5;   
}

.btn-blue {
    color: #00b7e8;
    
}

/*.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 10px;
}*/

/*.dropdown-toggle {
    color: #666666;
    font-weight: bold;
    border-left: 1px solid #efefef;
    background: #efefef;
    
}*/

.btn {
    padding: 6px 10px;  
}



#left, .left {
    text-align: left;
}

body {
    background-color: #0b3369;
    font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.font-10 {
    font-size: 10px;
}


/*#content-promo-block {
    text-align: left;
}*/


