/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: Proxima Nova;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global Typography */
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

/* Global Headings */
h1 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 22px;
	color: #52475c;
}
h2{
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: 500;
}
/* General Text Formatting */
strong, span{
	display: block;
}
strong{
	font-size: 16px;
	color: #020202;
}
span{
	font-size: 12px;
	color: #868686;
}
img{
	max-width: 100%;
	height: auto;
}
/* Global Link style */
a {
	color: #c6c3c3;
	text-decoration: none;
	outline: none;
	transition: 0.4s ease;
}
a:hover, a:focus {
	color: #4B3693;
}



/* Clearfix class*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*Post Defined Classes*/
.d-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.align-items-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.justify-content-between {
	justify-content: space-between;
}
/* Global style */
.container{
	  margin: 0px auto;
	  max-width: none;
}

.header-row .tab-link li.active:after{
	bottom: 0;
}

/*FOR 1024PX*/
@media only screen and (max-width: 1024px){
	.table-fields table{
	min-width: 799px;
    }
}
/*FOR 768PX*/
@media only screen and (max-width: 768px){
	.content{
		padding: 0 20px 0 0;
	}
	.table-fields table{
	min-width: 650px;
	}
}
/*FOR 599PX*/
@media only screen and (max-width: 599px){
	
	h2,strong,.download-size span{
		font-size: 14px;
	}
	.content{
		padding: 0 15px;
	}
	.user-management{
		width: auto;
		float: none;
	}
	.download-material .prepared{
		display: none;
	}
	.management-list{
		flex-flow: column;
	}
	.management-list li{
		margin-right: 16px;
	}
	.management-list li:last-child{
		margin-right: 0;
	}
	.management-list li a{
		font-size: 14px;	
	}
	.pagination {
		margin-top: 10px;
	}
}
/*Content Area Start*/
/*.content{
	padding: 0 50px;
	margin-top: 30px;
}*/
.user-management{
	width: 95%;
	float: right;
	margin-right: 1%;
}
.download-material{
	/* padding-right: 37px; */
	/* margin: 0px 20px 0px 20px; */
	width: 20%;
	display: inline-block;
}
.downloads-in-progress{
	margin: 0px 0 20px 0px;
}
.download-material strong{
	margin-left: 35px;
}
.download-material strong span{
	margin-top: 6px;
	padding-left: 22px;
}
.download-material .prepared{
	position: absolute;
	right: 0;
	bottom: 100%;
	/* margin-bottom: 8px; */
	/* font-size: 13px;
	color: #020202; */
	font-style: italic;
}
.download-material .icon-page{
	margin-right: 11px;
	min-width: 10px;
}
.progress-bar{
	position: relative;
	background: url(../../assets/images/loader-bar.gif) no-repeat 0 20px;
    width: calc(100% - 24px);
    height: 36px;
    background-size: contain;
}

/* Global Sprite Icons */
.download-report-icon {
	background-image: url(../images/sprite-icons.png) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	width: 13px;
	height: 7px;
	margin:0 !important;
}

.download-cancel{
	position: absolute;
	top: 15px;
	left: 100%;
	border: none;
	background-color: transparent;
	cursor: pointer;
	height: 14px;
	outline: none;
}
.icon-cancel{
	background-position: -138px 0;
	width: 15px;
	height: 15px;
}
/*Management List Styling*/
.management-list{
	padding-bottom: 5px;
}
.management-list li{
	margin-right: 30px;
}
.management-list li a{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.management-list .active a{
	color: #4B3693;
	text-transform: uppercase;
}
.pagination{
	width: 105px;
	height: 25px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pagination span{
	color: #020202;
	font-size: 12px;
}
.page-prev,.page-next{
	position: relative;
}
.page-prev:before, .page-next:before {
	position: absolute;
	content: '';
	top: -4px;
	right: 8px;
	width: 8px;
	height: 8px;
	border: solid #767676;
	border-width: 0 2px 2px 0;
}
.page-prev:before{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 8px;
	right: auto;
}
.page-next:before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*Table Styling*/
.table-fields{
	overflow: auto;
	border: 1px solid #DCDFE2;
	margin:15px;
}
.table-fields table{
	width: 94%;
	margin-left: 3%;
	/* min-width: 1024px; */
}
.table-fields .table-image{
	width: 22px;
	padding: 9px 0px 0px 0px;
}
.table-fields td{
	vertical-align: top;
	border-bottom: 1px solid #DCDFE2;
	padding: 14px 0;
}

.table-fields tr:last-child td{
	border-top: none;
}

.download-size{
	width: 84px;
}
.file-download{
	width: 39px;
}
.delete-file{
	width: 39px;
	padding-right: 10px;
}
.table-content span{
	display: block;
	font-size: 12px;
	color: #919191;
	margin-bottom: 5px;
}


.download-size span{
	font-size: 16px;
	color: #868686;
}
.icon-page{
	width: 9px !important;
	height: 13px !important;
	background-position: -55px -1px !important;	
}
.icon-character{
	background-position: -82px -1px !important;
	width: 16px !important;
	height: 16px !important;
}
.icon-aeroplane{
	background-position: -115px -1px !important;
	width: 12px !important;
	height: 11px !important;
}
.icon-download-file{
	width: 15px !important;
	height: 19px !important;
	background-position: 0 0 !important;
}
.icon-row-delete{
	width: 14px !important;
	height: 18px !important;
	background-position: -26px -1px !important;
}

.table-header{
	background: #EBEBF4;
	padding: 10px;
	height: 41px;
}

.table-header h1{
	margin: 3px 0px 0px 5px;
	font-size: 16px;
	font-weight: 500;
	color: #020202;
	font-family: Proxima Nova;
	margin-left: 2%;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 243, 244, 0.679);
    z-index: 9999;
    overflow: auto;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}

.overlay-area {
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px -6px #000;
    -moz-box-shadow: 0 6px 14px -6px #000;
    box-shadow: 0 6px 14px -6px #000;
    width: 650px;
    text-align: left;
    padding: 55px 32px 20px;
}

.show-all{
	color:#4B3693;
	font-size:14px;
	vertical-align:text-top;
	display: inline-block;
	margin-top: 1px;
}

.show-all:hover{	
	text-decoration:underline;
}

.collapse{
	color:#4B3693;
	font-size:14px;
	vertical-align: text-top;
	display: inline;
}
.collapse:hover{
	text-decoration:underline;
}

.divOuter{
	float:left;
}

.metadata{
	float:left;
	margin:12px 0px 12px 35px; 	
}

.iconCheck{
	color: #444;
	margin:3px 0px 0px 5px;
	padding-right: 3px;
	font-size:16px;
  }
.titleDownloads{
	margin-left: 15px;
}

.chevronDown{
	background: url(/assets/images/downward-chevron.svg) !important;
	margin: 10px 5px 3px 5px;
	background-repeat: no-repeat;
	width: 12px !important;
	height: 7px !important;
}
.chevronUp{
	width: 12px !important;
	height: 7px !important;
	background: url(/assets/images/downward-chevron.svg) !important;
	margin: 0px 5px 13px 5px;
	background-repeat: no-repeat;
	transform:          rotate(180deg);
	-ms-transform:      rotate(180deg);
	-moz-transform:     rotate(180deg);
	-webkit-transform:  rotate(180deg);
	-o-transform:       rotate(180deg);
}

.systemError{
	position: absolute;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	right: 15%;
}