/* Section titles*/
#received-file-section {
	width: 145%;
	margin-top: -100px;
	margin-left: -5%;
}

#received-article {
	width: 100%;
}

.received-files-subsection-title {
	margin-top: 80px;
}

.subsection-title {
	margin: 50px 0 20px 0;
}

/* Filter TABLE */
#received-filter-table .table>ul {
	width: 100%;
}

#received-filter-article .table .first-column,
#received-filter-article .table .last-column {
	width: 15px;
}

#received-filter-article .table .column:nth-child(1) {
	width: 350px;
	overflow: auto;
}

#received-filter-article .table .column:nth-child(2) {
	width: 350px;
	overflow: auto;
}

#received-filter-article .table .column:nth-child(3) {
	width: 280px;
	overflow: auto;
}

/* TABLE */
#received-file-article {
	height: 500px;
}

#received-file-article .table>ul {
	width: 100%;
	max-height: 100%;
	font-size: 15px;
}

#received-file-article .table .first-column,
#received-file-article .table .last-column {
	width: 15px;
}

#received-file-article .table .column:nth-child(1) {
	width: 200px;
	overflow: auto;
}

#received-file-article .table .column:nth-child(2) {
	width: 200px;
	overflow: auto;
}

#received-file-article .table .column:nth-child(3) {
	width: 145px;
}

#received-file-article .table .column:nth-child(4) {
	width: 145px;
}

#received-file-article .table .column:nth-child(5) {
	width: 190px;
	text-align: center;
}

#received-file-article .table .column:nth-child(6) {
	width: 120px;
	text-align: center;
}

#received-file-article .table .column:nth-child(7) {
	width: 120px;
	text-align: center;
}


.fileDeliveryProgress {
	width: 100%;
	height: 5px;
	background-color: #888;
}

.deliveryProgress {
	height: 100%;
	background-color: #ffc50a;
}

.deliverySuccess {
	height: 100%;
	background-color: #4CAF50;
}

.deliveryFailed {
	height: 100%;
	background-color: #ff0000;
}

.delete-received-file {
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.pause-resume-received-file {
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
}

/******************** FOOTER ********************/
#template-section .delete-template {
	width: 20%;
	height: 30px;
	margin-top: 40px;
	margin-left: 40%;
}

.pagination-container {
	display: block;
	width: 100%;
	text-align: center;
}

.page-size {
	padding: 8px 16px;
}

.page-size select {
	width: 60px;
}

.page-size option {
	text-align: right;
}

.pagination {
	display: inline-flex;
	width: 100%;
}

#pagination-start {
	display: flex;
	justify-content: flex-start;
	flex: 0.2;
}

#pagination-pages {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0.8;
}

#pagination-end {
	display: flex;
	justify-content: flex-end;
	flex: 0.2;
}

.pagination a {
	padding: 8px 16px;
	text-decoration: none;
	cursor: pointer;
}

.pagination a.active {
	-moz-box-shadow:    inset 0px -1px 0 0 #ffc50a;
	-webkit-box-shadow: inset 0px -1px 0 0 #ffc50a;
	box-shadow:         inset 0px -1px 0 0 #ffc50a;
}

.pagination a:hover:not(.active) {
	color: #ffc50a;
	-moz-box-shadow:    inset 0px -1px 0 0 #ffc50a;
	-webkit-box-shadow: inset 0px -1px 0 0 #ffc50a;
	box-shadow:         inset 0px -1px 0 0 #ffc50a;
}
