﻿
.max-data {
	min-height: 58px;
	max-height: 127px;
	overflow-y: auto;
	margin-bottom: 50px;
    width: 95%;
}

.max-data.expanded {
	min-height: 58px;
	max-height: 340px;
	overflow-y: auto;
	margin-bottom: 50px;
}


	.modal-dialog .max-data.expanded {		
		max-height: auto;
		overflow-y: auto;		
	}

.modal-body .content-block {
	box-shadow: none;
	padding: 10px;
	margin: 0;
}

.input-icon input[type="text"] {
	position: relative;
}

.input-icon .form-control:focus {
	border-color: #0680a3 !important;
}

.input-icon span.icon-search {
	position: absolute;
	top: 4px;
	right: 18px;
    opacity: 0.5;
}

.input-icon span.icon-search:before {
	font-size: 2rem;
	color: #425563;
}

.modal-title {
	float: left;
}

.resourcebank-bg {
	background: #ebeff4;
}

.right-article-list {
	/*position: relative;
	top: -10px;*/
	background-color: #f1f4f8;
	padding: 10px 20px;
	/*height: 92%;*/
}

/*.content-block.toggle-resources .right-article-list {
	height: 97%;
}*/


#related-resource-detail .modal-dialog {
	min-width: 90%;
}

.modal-body .right-article-list {
	height: auto;
}

.right-article-list h2 {
	color: #48515a;
}

.right-article-list a {
	color: #0680a3;
	line-height: 2.5rem;
}

.list-large-icon, .list-large-icon::before {
	font-size: 2rem !important;
	color: #0680a3;
}

@media only screen and (min-width:720px){
    .list-large-icon, .list-large-icon::before {
        font-size: 3rem !important;
    }
}

.content-block article {
	position: relative;
}

	.content-block article .view-info {
		position: absolute;
		bottom: 0px;
		width: 95%;
		display: inline-flex;
	}

.like-btn span::before {
	color: #0680a3;
}


/*==LIKE AND DISLIKE BUTTONS*/

a.like-btn, a.dislike-btn {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
	margin: -.5em -1px -.4em 0;
}

.modal-dialog .disablePointer {
	pointer-events: none;
}

.content-block .date-block span {
	font-size: 1.5rem !important;
	vertical-align: -3px !important;
}

	.content-block .date-block span::before {
		color: #424242;
	}

.date-block-divider {
	background-color: #ddd;
	width: 1px;
	margin: 0 5px;
	display: -webkit-inline-box;
}

.read-more-popup .modal-body {
	border-top: none;
	margin-top: 0px;
	padding-bottom: 0;
}

.read-more .btn .lessText, .read-more .btn.activeBtn .moreText {
	display: none;
}

.read-more .btn.activeBtn .lessText {
	display: block;
}

.modal-content .date-block, .modal-content .date-block span:before {
	color: #424242;
}

.modal-content {
	padding: 17px 20px;
}

.modal-body {
	/*padding: 0;*/
	/*overflow:hidden;*/
}

.toggle-resources .additional-res, .right-article-list .collapse.show .additional-res {
	display: none;
}

.toggle-resources .right-article-list {
	min-height: 230px;
}

.toggle-resources-title-hide {
	display: none;
}

.max-data a, .right-article-list a {
	color: #0680a3;
}

	.max-data a:hover, .right-article-list a:hover {
		text-decoration: underline;
		color: #0680a3;
	}

.resourcebank-search-block {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);		
	position: relative;
    padding: 10px 10px
}

@media (min-width: 1024px) {
	.read-more-popup .modal-dialog {
		max-width: 1300px;
	}

	.read-more-popup .modal-body .max-data {
		min-height: 100px;
		max-height: 400px;
		overflow-y: auto;
	}

	.read-more-popup .modal-body {
		min-height: 100px !important;
		max-height: 800px !important;
	}

	.read-more-popup .modal-header {
		padding-bottom: 7px;
		border-bottom: 0;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
	}

	.modal-body .right-article-list {
		margin-top: 15px;
	}

	.read-more-popup .modal-header {
		top: 15px;
	}
}

@media only screen and (max-width:1024px) {
	.read-more-popup .modal-body {
		max-height: 100%;
	}

	.right-article-list {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 1200px) {
	.content-block p {
		padding-right: 0 !important;
	}

	.resourcebank-details-section {
		padding: 10px 0px !important;
	}
    
}

.resourceBankListView {
	background-color: #ebeff4 !important;
	border:none !important;
}
.RelatedResourceBanks ul li .icon-menu_item_dropdown {
	position: absolute;
	top: 4px;
	right: 19px;
}

#listView {
	padding: 10px 5px;
	margin-bottom: -1px;
	min-height: 510px;
	font: inherit;
}

.k-listview:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Correct formatting of ul and ol in RB description*/
.resourceDescription ol li {
	list-style-type: decimal !important;
	list-style-position: inside !important;
}

.resourceDescription ul li {
	display: list-item;
	list-style-position: inside !important;
	list-style: inside !important;
}

.pinned-resource-icon {
    color: #0680a3;
}

.resourceBankListView .count-flag {
    background-color: #424242;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    color: white;
    /*position: absolute;
    right: 5px;*/
}

.resourcebank-search-block label{
    margin-bottom: 0;
    padding: 0;
}

.close {
    align-self: flex-end;
    color: #a9a9a9;
    font-size: 15px;
}

.resourceBankListView hr{ 
    width: 90%;
}