/*Filters Section*/
.download-area-template{
	overflow-x:hidden;
}

.filter-section{
	background: #004c72;
    color: #ffffff;
    padding: 20px 30px 20px 20px !important;
}

.filter-section h5{
	margin-bottom:15px;
}

.filter-section input{
	padding:0 5px;
}

.filter-section .filters{
	width:100%;
	color:#000000;
	height:40px !important;
	border-radius:3px;
	border:1px solid #c0c0c0;
	margin-bottom:15px !important;
}

.select2-container{
	margin-bottom:25px !important;
	width:100% !important;
}

.select2-container .select2-search input[type='search'],
.select2-selection__choice{
	color:#000000;
}

.da-section{
	min-height: 350px !important;
}

.da-add,
.da-remove{
	text-align:center;
	border:1px solid #c0c0c0;
	text-transform:uppercase;
	color:#004c72;
	font-weight:bold;
	padding:5px !important;
	cursor:pointer;
}

.da-remove{
	display:none;
}

.da-add p{
	font-size:14px;
	margin-bottom:0;
}

.multidl_row{
	position: -webkit-sticky;
    position: sticky;
	display:none;
    width: 100%;
	bottom:0;
}

#multidl_file_list{
	background: #ffc425;
    font-weight: bold;
    padding: 10px;
	width: 100%;
	display:inline-block;
}

#multidl_files div{
	padding:10px;
}

.multidl_link{
	background: #ffc425 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    height: 40px;
    padding: 5px 15px;
    position: relative;
	width:200px;
	text-align:center;
}

_:-ms-lang(x), .multidl_link{
    margin-bottom:-2px;
}

.multidl_link:hover{
	color:#004c72;
}

.glyphicon-remove-circle{
	cursor:pointer;
}

.glyphicon-remove-circle:hover{
	color:red;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.filter-section{
		position:absolute !important;
		height:100%;
		left:0;
	}
	
	.da-section{
		float:right !important;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.filter-section{
		position:absolute !important;
		height:100%;
		left:0;
	}
	
	.da-section{
		float:right !important;
	}
}

/*Downloads Area*/
.da-searchbox-container{
	margin-bottom:20px;
}

.da-searchbox-container #quicksearch{
	background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
}

.da-searchbox-container .inner-addon { 
    position: relative; 
}

.da-searchbox-container .inner-addon .glyphicon {
	color: #004c72;
	font-size: 20px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.da-ico{
	text-align:center;
	cursor:pointer;
}

.da-ico img{
	max-width:50px;
	height:auto;
	border-radius:5px;
}

.da-file-dot-separator::before{
	content: "•";
	padding:0 3px;
}

.da-file-info{
	line-height:20px;
}

.da-file-info span{
	color: grey;
    font-size: 14px;
    margin-bottom: 10px;
}

.da-file-info .dl-btn{
	color: #bf0000;
    font-weight: bold;
    padding: 0 10px;
	cursor:pointer;
	display:none;
	margin:0;
}

.da-grid-item{
	margin-bottom:25px;
	padding:10px;
	/*position:relative !important;
	left:auto !important;
	top:auto !important;*/
}

.da-grid-item:hover .dl-btn{
	display: inline-block;
}

/*Student/Agent forms*/
.da_forms{
	padding:15px;
}

.da_forms h4,
.da_forms p{
	text-align:center;
}

.da_form input{
	width:100% !important;
}

.da_form .gform_heading{
    border-top: 5px solid #003d5b;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.da_form .gform_heading h3{
	text-transform:uppercase;
	margin:10px !important;
}

.da_form_student .gform_heading{
    background-color: #004c72;
}

.da_form_agent .gform_heading{
    background-color: #0069AA;
}

.da_form .gform_body{
	padding:15px;
}

.da_form_agent form{
	background-color:#e5e5e5;
}

.da_form_student form{
	background-color:#d3d3d3;
}

.da_form .gform_body ul li,
.da_form .gform_body ul li.gfield_error,
.da_form .gform_body ul li .gfield_description,
.da_form .gform_body ul li .validation_message{
	background-color:transparent !important;
}

.da_form .gform_footer{
	margin-top:0;
}

.da_form .gform_footer .gform_button{
	max-width:75%;
	margin:0 auto !important;
	display:block !important;
}

.da-ico{
	padding:0 !important;
}

.da-title p:empty{
	display: none;
}

.da-title .dl_doc{
	font-weight:bold;
	color:#004c72;
	cursor:pointer;
}

.dl_doc_item{
	cursor:pointer;
	color:
}

.dl_doc_item:hover{
	text-decoration:underline;
}

/*Media queries*/
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.dl-btn{
		display:none;
	}
	
	.da-file-info span{
		font-size:12px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.da-grid-item{
		width:45% !important;
	}
	
	.multidl_row{
		width: 100%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.da-grid-item{
		width:100% !important;
	}
	
	.da-grid{
		padding:0 !important;
	}
	
	.multidl_row{
		width: 100%;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.multidl_row{
		width: 100%;
	}
}