/*-------------------------- nav layouts --------------------------*/



/*-------------------------- news layouts --------------------------*/
/*
ul { margin-left: 0; padding-left: 0; }
li { list-style-type: none; }
*/
div.row h4 {
	color: #c3325f;
	border-bottom: 1px solid #999;

    margin: 10px 0 15px 0;
    padding: 10px 0 5px 0;
}

div.row h4 a {
	color: #c3325f;
	border-bottom: none;
}

div.row div.col-lg-4 {
    /*min-height: 280px;*/
}

ul.list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-unstyled li {
	list-style: none;
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #999;
    padding: 2px 0 2px 0;
}

ul.list-unstyled li a {
    overflow: hidden;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: normal;
	color: #74a9d8;
}

ul.list-unstyled li a.open_link {
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url("/assets/img/external-link-ltr-icon.svg");
	background-image: linear-gradient(transparent,transparent),url("/assets/img/external-link-ltr-icon.svg");

	display: inline-block;
	padding: 0px 15px 0px 0;
	font-weight: normal;
	color: #74a9d8;
}

ul.list-unstyled li div.show_more {
	display: none;
	border-top: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	margin: 0 0 5px 0;
}

ul.list-unstyled li div.show_more p {
	padding: 5px 10px 5px 10px;
}

ul.list-unstyled li div.show_more p.description {
	font-size: small;
}

ul.list-unstyled li div.show_more p.read {
	padding: 0px 0px 5px 10px;
	font-size: small;
}




/*
https://www.w3schools.com/colors/colors_picker.asp
*/

ul.list-unstyled li a.item_new {
    font-weight: normal;
	color: #428bca;
}

ul.list-unstyled li a:hover {
	/*background-color: rgb(238, 238, 238);*/
}

span.item_new {
	z-index: 10;
	position: relative;
	right: 0px;
	top: 0px;
    float: right;
}

.popover span {
	display: block;	
}

.popover div.addthis_toolbox {
	display: none;
    margin: 10px 0px 0px;
}


/*-------------------------- footer --------------------------*/



/*-------------------------- ranking lists --------------------------*/
ul.ranking, ol.ranking {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

ul.ranking li,
ol.ranking li {
	font-size: 1.6em;
	line-height: 1.8em;
	color: #000;
	display: inline;
	margin: 0;
	padding: 10px 15px 5px 0;
}

ul.ranking li span.rank {
	font-size: 1.0em;
	color: #999;
	padding: 0px 0px 0px 5px;
	display: none;
}

a.tag-low, a.Low {
	font-size: 1em;
}
a.tag-medium, a.Medium {
	font-size: 1.5em;
}
a.tag-high,a.High {
	font-size: 2.4em;
}

/*-------------------------- site config, error checking and app variable info --------------------------*/

div.site-config {
	z-index: 99999;
    background-color: #f0f0f0;
    border: 2px solid #333;
    line-height: 1.2;
    width: 80%;
    right: 20px;
    top: 40px;
    margin: 0px;
    min-height: 130px;
    padding: 15px;
    margin-bottom: 30px;
}

div.page-tasks {
    background-color: rgb(251, 251, 251);
    border: 2px solid rgb(232, 232, 232);
    height: 215px;
    line-height: 1.2;
    width: 200px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 160px !important;
    margin: 0px;
    width: auto !important;
    height: auto !important;
    min-height: 130px;
    padding: 15px;
    margin-bottom: 30px;
    background: none repeat scroll 0% 0% rgb(245, 245, 245) !important;
    border: 0px none !important;
    border-radius: 4px 4px 4px 4px;
}


/*-------------------------- utils --------------------------*/
hr.silent {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: transparent;
}

div.container div.clearfix {
	padding: 20px 0 20px 0;
}