.secured-content-h1
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 48px;
	font-weight: normal;
	color: #676564;
}

.vertical-seperator
{
	width: 1px;
	height: 100%;
	background-color: #d0d0d0;
}

div.vertical-spacing
{
	padding-bottom: 15px;
}

.small-text
{
	font-size: 14px;
}

.button-forward
{
    font-family: 'SourceSans3_bold', sans-serif !important;
	font-size: 16px  !important;
	font-weight: normal  !important;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: url('/images/button-arrow.png') no-repeat right #0065a4  !important;
	padding: 8px 25px 8px 15px  !important;
	border-radius: 0 30px 30px 0  !important;
	cursor: pointer  !important;
	white-space: nowrap !important;
	transition: all 0.2s !important;
}

.button-forward:hover
{
	background: url('/images/button-arrow.png') no-repeat right #0076C0  !important;
}

.button-forward:active
{
	background: url('/images/button-arrow.png') no-repeat right #005183 !important;
}

.required-field
{
	color: #ff0000;
}

/* https://www.w3.org/WAI/tutorials/forms/labels/ */
.visually-hidden
{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rem-blue-glyph,
.rem-blue-glyph:link,
.rem-blue-glyph:visited
{
	font-family: REMGlyph;
	font-size: 20px;
	font-weight: normal;
	color: #0065a4;
	transition: color 0.2s;
}

.rem-blue-glyph:hover
{
	color: #0075BE;
}

.rem-blue-glyph:active
{
	color: #00578E;
}

input.custom-checkbox
{
    width: 19px;
	height: 19px;
	border: 1px solid #a9a9a9;
	background-color: #ffffff;
	transition: background-color 0.2s;
}

input.custom-checkbox:checked
{
    background-color: #0065a4;
}

.ww_p_secured_error,
.ww_pError_securedFiles,
.ww_p_secured_error li
{
	color: red;
	font-weight: bold;
}

.ww_secured_navigation_container
{
	font-family: 'open_sans', Arial;
	font-size: 14px;
	color: #848484;
	text-decoration: none;
	line-height: 21px;
	margin-bottom: 20px;
}

.ww_secured_file_transfer_folder_container
{
	background-color: #E5E5E5;
}

.ww_secured_file_transfer_file_container
{
	background-color: #EFEFEF;
}

.ww_secured_file_transfer_list_table
{
	font-family: 'open_sans', Arial;
	font-size: 14px;
	color: #848484;
	text-decoration: none;
	line-height: 21px;
}

.ww_secured_file_transfer_list_table tr:nth-child(even)
{
	background-color: #E5E5E5;
}

.ww_secured_file_transfer_folder_name_container, .ww_secured_file_transfer_file_upload_container
{
	width: 40%;
	font-family: 'open_sans', Arial;
	font-size: 14px;
	color: #848484;
	text-decoration: none;
	line-height: 21px;
	background-color: #EFEFEF;
}

.ww_secured_file_transfer_folder_choice_container
{
	font-family: 'open_sans', Arial;
	font-size: 14px;
	color: #848484;
	text-decoration: none;
	line-height: 21px;
	background-color: #E5E5E5;
}



/* MOBILE */
.ww_secured_file_transfer_list_table_mobile tr.even
{
	background-color: #E5E5E5;
}

.ww_secured_file_transfer_list_table_mobile a
{
	margin-left: 5px;
	margin-right: 5px;
}

a.ww_secured_file_transfer_file_links:link, a.ww_secured_file_transfer_file_links:visited, a.ww_secured_file_transfer_file_links:active, a.ww_secured_file_transfer_file_links:hover
{
	font-family: "REMGlyph";
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

div#responsive_content_container
{
	margin: 0;
	padding: 0;
}

div.secured-content-wrapper
{
	background-color: #eaeaea;
}

div.secured-content-wrapper.white-bg
{
	background-color: white;
}

@media (min-width: 1000px)
{
	div#bootstrap-container
	{
		max-width: 1000px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


@media (max-width: 999px)
{
	div#bootstrap-container
	{
		position: relative;
		left: 0;
		top: 0;
		padding-top: 80px;
	}
}


/*
 * SQUARE ELEMENTS:
 */
div.square
{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

div.square div.table-content
{
	position: absolute;
    height: 100%;
    width: 100%;
}

div.square div.table-content div.table
{
	display: table;
    width: 100%;
    height: 100%;
}

div.square div.table-content div.table div.table-cell
{
	display: table-cell;
    text-align: center;
    width: 100%;
    height: 100%;
}

div.square div.table-content div.table div.vertical-align-middle
{
	vertical-align: middle;
}

a div.dashboard-main-links
{
	background-color: white;
	border-radius: 10px;
}

/* Ensure dashboard images remain center aligned */
div.dashboard-main-links img.img-responsive
{
	display: inline;
}

div.default-vertical-margin
{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

div.link-file-icon
{
	background-color: #eaeaea;
	border: solid 1px #d1d1d1;
	border-collapse: collapse;
	border-radius: 5px;
}

div.link-file-icon i.fa
{
	font-size: 50px;
}

@media only screen and (max-width: 480px)
{
	div.link-file-icon i.fa
	{
		font-size: 25px;
	}
}

.panel-body
{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-flow: row wrap;
}

div.link-document
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 12px;
	color: #413d3b;
	text-align: center;
}

div.link-document a
{
    word-wrap: break-word;
}


table.table-login td, table.table-register td
{
	padding: 2px;
}

table.table-search-results th, table.table-search-results td
{
	padding: 5px;
}