.resource-main {
	padding: 0 10px 50px;
}

.resource-module {
	max-width: 900px;
	margin: auto;
	margin-top: 30px;
	padding: 10px;
}

.title-input {
	margin: auto;
	margin-top: 20px;
	display: block;
	width: 100%;
	max-width: 300px;
}

.article-input {
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	width: 100%;
	max-width: 500px;
	height: 100px;
	margin-bottom: 20px;
}

.file-select {
	vertical-align: middle;
}

.upload {
	vertical-align: middle;
}

.rs-header {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding-top: 10px;
}

.resource-list {
	width: 60%;
	display: inline-block;
	text-align: left;
	background-color: #f8f8f8;
	padding: 0 0px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	overflow: hidden;
	vertical-align: top;
}

@media only screen and (max-width: 530px) {
	.rs-header {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.resource-list {
		display: block;
		width: 100%;
	}
}

.rs-item-container {
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
	transition: all 0.2s;
}

.rs-item-container:hover {
}

.rs-item-container.toggled .rs-item-header {
	background-color: #f0f0f0;
}

.rs-item-header {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 10px;
	height: 40px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

.rs-item-header:hover {
	background-color: #f4f4f4;
	color: #da0505;
}

.rs-item-header-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.rs-item-more {
	padding: 10px;
}

.rs-item-article {
	font-size: 13px;
	margin-bottom: 20px;
}

.rs-item-title {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rs-item-date {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 80px;
}

.rs-item-link::after {
	background-image: url("../../images/download.svg");
	width: 10px;
	height: 10px;
	background-size: contain;
	display: inline-block;
	content: '';
	margin-left: 3px;
}

.rs-item-link {
	margin-right: 15px;
	font-size: 13px;
	color: #d71c1c;
}

.rs-item-link:hover {
	text-decoration: underline;
}

.delete {
	font-size: 12px;
	margin-top: 20px;
}




.page-selector-container {
    width: 100%;
    font-size: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 20px;
}

.page-selector-link {
    margin: 3px;
}

.page-selector-link.current {
    pointer-events: none;
    cursor: default;
}

.page-selector {
    box-sizing: border-box;
    width: auto;
    min-width: 25px;
    height: 25px;
    padding: 0 5px 2px;
    background: none;
    border: 1px solid #e20e0e;
    border-radius: 2px;
    font-size: 13px;
    color: #e20e0e;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.page-selector:hover, .page-selector-link.current .page-selector {
    background-color: #e20e0e;
    color: white;
}
