/* Notifications*/




.imp_dd  .down {
	
}
.imp_dd  .up {
	background:#F0F0F0 url(imgs/bullet_arrow_up.png) no-repeat left center !important;
}

.improvements {
	width:100%;
	display:block;
	padding:20px;
	box-sizing:border-box;
	border:#6B010B 1px solid;
	margin-top:10px;
}
.improvements ul {
	list-style-type:disc;
	margin-left:30px;
}

.label {
	display:inline-block; 
	height:16px;
	text-indent:22px;
	font-weight:700;
}
.label_tick {
	background:url(imgs/apply.png) no-repeat left;
}

.label_error {
	background:url(imgs/error.png) no-repeat left;
}

.label_warning {
	background:url(imgs/warning.png) no-repeat left;
}

.alert {
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:10px 10px 10px 40px;
	min-height:40px;
	line-height:20px;
	font-size:14px;
	margin:10px 0;
}
.alert_warning {
	border:1px solid #F99B00;
	background:#F8EFC0 url(imgs/warning_b.png) no-repeat left center;
}
.alert_warning b {
	color:#F99B00;
	margin-right:10px;
	display:inline-block;
}

.alert_info {
	border:1px solid #32A6C9;
	background:#C0ECF8 url(imgs/info.png) no-repeat left center;
}
.alert_info b {
	color:#32A6C9;
	margin-right:10px;
	display:inline-block;
}

.alert_error {
	border:1px solid #F90000;
	background:#F8C0CA url(imgs/cross_shield.png) no-repeat left center;
}
.alert_error b {
	color:#F90000;
	margin-right:10px;
	display:inline-block;
}

#contentStatus {
	
}
.tabel_cols td{
	box-sizing:border-box;
	vertical-align:top;
}
.tabel_cols td:first-child{
	padding:0px 30px 0px 0px;
}

.content_staus_box {
	
	display:inline-block; 	
}

.resultstable {
	border-collapse:collapse;
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}

.densityTabel, .densityTabel td {
	border:1px solid #05506B;
	border-collapse:collapse;
}
.densityTabel td {
	padding:10px;
	box-sizing:border-box;
}
.linksTable td {
	padding:5px;
	text-align:center;
	word-break:break-all;
}
.tr_head1 td{
	background:#EDEDED;
	text-align:center;
	padding:10px 0;
}
.imgsTabel {
	text-align:center;
}
.imgsTabel .thumb {
	text-align:center;
}
.imgsTabel .thumb img {
	width:80%;
	max-height:40px;
}

.btn_green {
	padding:3px 5px;
	color:#fff;
	background:#84AB0B;
	border-radius:3px;
	cursor:pointer;
	font-size:14px;
	display:inline-block;
}
.btn-gray {
	background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    text-shadow: none;
	text-decoration:none;
	padding:2px 5px;
	display:inline-block;
	border-radius:2px;
}
.btn-gray:hover {
	background: #F1F1F1;
}

.brlink_box {
	width:100%;
	display:inline-block;
	border:1px solid #ccc;
	margin-bottom:5px;
	box-sizing:border-box;
	padding:5px;
}



.resultstable tbody {
	width:100% !important;
}
.resultstable tr, .resultstable td  {
	box-sizing:border-box;
}




