.adrNewsTitle
{
	color: #0057a7;
	font-weight: bold;
}

td.table-cell.adrCol.only
{
    background-color: #ffffff !important;
    border: 0 !important;
}

td.table-cell.only
{
    background-color: #ffffff !important;
    border: 0 !important;
}

.aaa
{
    background-color: yellow;
}

.aaa td
{
    background-color: green;
}

.adrCol
{
    background-color: #ffffff !important;
    border: 0 !important;
}

.adrCol td
{
    background-color: #ffffff !important;
    border: 0 !important;
}

.adrRow
{
    background-color: #ffffff !important;
    border: 0 !important;
}

.searchcontainer-content thead .only
{
    display: none !important;
}

.aui .table-bordered
{
	border: 0 !important;
}

.searchcontainer-content td
{
	border: 0 !important;
    background-color: #ffffff !important;
}

.adrHeightRow
{
	height: 230px;
}
.media-left.news-img {
    margin-right: 10px;
}


/* CSS NEWS EMERGENCY */

.news-emergency-container {
	background: url('../html/img/bgNews.png') top right no-repeat;
	background-size: auto;
	margin: 20px 0;
	padding: 0px;
    display: flex;
    flex-flow: column;
}

.news-emergency-container .news-emergency-img-ultimora {
	max-width: 50px;
    margin: 20px 0;
    float: left;
}
.news-emergency-container .news-emergency-img-ultimora img {
	max-width: 100%;
}

.news-emergency-container .news-emergency-title-ultimora {
	color: #0057a7;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    margin: 20px 0 20px 20px;
    float:left;
}

.news-emergency-container .news-emergency-subtitle-ultimora {
	color: #0057a7;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding-top: 25px;
    border-top: 2px solid rgba(0, 87, 167, 0.5);
    width: fit-content;
    max-width: 160px;
    display: none!important;
}

.news-emergency-container .news-emergency-date-container {
	background-color: #ffffff;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    max-width: 100px;
}

.news-emergency-container .news-emergency-date-hour {
	color: #0057a7;
    font-weight: bold;
    font-size: 15px;
    max-width: 60px;
    margin: auto;
    padding-bottom: 5px;
}

.news-emergency-container .news-emergency-date-hour.first {
	color: #c10000;
}


.news-emergency-container .news-emergency-date-day {
	font-size: 12px;
    padding-top: 5px;
	background-color: #f3f3f3;
}

.news-emergency-container .news-emergency-title {
	text-transform: uppercase;
    font-size: 15px;
	margin: 0;
}

.news-emergency-container .news-emergency-title a{
	color: #44505e;
}

.news-emergency-container .news-emergency-title.first a {
	color: #c10000;
}

.news-emergency-container .news-emergency-title.first a:hover {
	color: #0af;
}

.news-emergency-container .news-emergency-new{
	padding: 20px 0;
    border-top: 2px solid #ddd;
    display: flex;
}

@media (min-width: 768px) {

	.news-emergency-container {
		background-size: cover;
		padding: 20px;
        flex-flow: row;
        max-width: 1280px;
        margin: 20px auto;
	}
    .news-emergency-container .news-emergency-img-ultimora {
        float: none;
    }
    .news-emergency-container .news-emergency-title-ultimora {
        margin: 0 0 25px 0;
        float: none;
    }
}




