﻿#contentWrapper {
	height: auto !important;
	height: 100vh;
	min-height: 100vh;
	position: relative;
}

.searchResultId {
	width: 20px;
}

.searchResultSourceOrganization {
	width: 100px;
}

.iframeBorder {
	border: none;
}

table {
	border-spacing: 0px;
}

.width40 {
	width: 40px;
}

.width70 {
	width: 70px;
}

.width75 {
	width: 75px;
}

.width80 {
	width: 80px;
}

.width100{
	width: 100px;
}

.width120 {
	width: 120px;
}

.width250 {
	width: 250px;
}

.width300 {
	width: 300px;
}

html .brandZeronaryBgr {
	background-color: #3399ff !important;
}

html .brandZeronaryFgr {
	color: #FFFFFF !important;
}

html .brandPrimaryFgr {
	color: #FFFFFF !important;
}

html .brandPrimaryBrd2 {
	border-color: #FFFFFF !important;
}

html .brandPrimaryFgrBrdTop {
	border-top-color: #FFFFFF !important;
}

html .brandPrimaryBrd {
	border-top-style: none;
}

html .brandSecondaryBrd {
	border-color: #5b9bd5 !important;
}

html .brandSecondaryBgr {
	background-color: #5b9bd5 !important;
}

html .brandTertiaryFgr {
	color: #222222 !important;
}

html .brandTertiaryBgr {
	background-color: #BDD7EE !important;
	color: #222222 !important;
	background-image: none !important;
}

html .brandTertiaryBrd {
	border-top-color: #BDD7EE !important;
}

html .brandQuaternaryFgr {
	color: #222222 !important;
}

html .brandQuaternaryBgr {
	background: #FFFFFF !important;
}

html .tertiaryPalette {
	border-top-color: #5b9bd5 !important;
}

.brandQuaternaryBgr {
	background: #FFFFFF !important;
}

.brandQuaternaryBgr {
	background: #FFFFFF !important;
}

.headerlogo {
	margin-left: 5px;
	margin-top: 15px;
	float: left;
}

.headersearch {
	margin-left: 15px;
}

.headerlogout {
	float: right;
	margin-right: 15px;
	margin-top: -40px;
}

input.search_input::-webkit-input-placeholder {
	padding-top: 0.8em;
}

.search_input {
	padding: 0.25em 0.5em;
	border-radius: 15px 0 0 15px;
	max-width: 600px;
	min-width: 350px;
	width: calc(30vw - 200px);
	font-size: 14pt;
	margin-left: 50px;
	margin-top: 20px;
	float: left;
	line-height: 0;
}

.search_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.55em 0.7em;
	text-decoration: none;
	color: #FFF;
	background: #5b9bd5;
	border-color: #9dc3e6;
	transition: .4s;
	margin-top: 20px;
	float: left;
	line-height: normal;
	margin-left: 5px;
}

.search_btn:hover {
	background: #636363;
}

.zen .sideMenu>li {
	padding-right: 0.5em;
	vertical-align: center;
	display: block;
}

.search_container {
	float: right;
	margin-right: 0px;
}

.search_category {
	display: inline-flex;
	flex-direction: column;
	float: left;
	padding-left: 30px;
}

.radio_btn {
	display: none;
}

.radio_btn_lb {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: calc(26px + 5px);
	padding-left: calc(26px + 5px);
	line-height: 20px;
}

.radio_btn_lb::before {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	left: 0px;
	width: 19px;
	height: 19px;
	border: 1px solid #41719c;
	border-radius: 100%;
	background-color: #fff;
}

.radio_btn:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	left: calc(( 19px/ 2 - ( 13px/ 2)));
	width: 13px;
	height: 13px;
	background: #3399ff;
	border-radius: 100%;
}

#header_top {
	min-width: 240px;
	max-width: 900px;
	background-size: contain;
	background-color: #99ccff;
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
	margin: auto;
}

.viewBtns input[type='submit'], .viewBtns input[type='button'] {
	font-size: 1.083em;
	font-weight: bold;
}

.viewBtns input[type="submit"], .viewBtns input[type="button"] {
	padding: 5px .5em !important;
}

span.dateFormat {
	display: none;
}

.noResult {
	color: red;
}

.cuttext {
	visibility: hidden;
}

.container_section .sectionBtns input[type='submit'], .container_section .sectionBtns input[type='button'],
	.public_buttons input[type='submit'], .public_buttons input[type='button'],
	.uploadWrapper .closeBtn {
	font-size: 1.083em;
	font-weight: bold;
}

:placeholder-shown {
	color: #a9a9a9;
}

:-ms-input-placeholder {
	color: #a9a9a9;
}

::-webkit-input-placeholder {
	color: #a9a9a9;
}

:-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}

.searchContainer {
	border: 1px solid #bdbdbd;
	padding: 1em;
	margin: 4px 20px;
	border-radius: 5px;
	width: 500px;
}

.searchContainer * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.searchTable {
	border-collapse: collapse;
	margin: auto;
	margin-left: 0px;
}

.searchTable td {
	padding: 4px;
}

.searchTable input[type=text], .searchTable select, .searchTable textarea
	{
	padding: 6px 8px !important;
	margin: 0px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #CCCCCC;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}

.searchTable input[type=text]:focus, .searchTable select:focus,
	.searchTable textarea:focus {
	outline: 0;
	border-color: #20a0e4;
}

.searchTable .headerTd {
	text-align: right;
	vertical-align: middle;
	color: #4a4a4a;
	min-width: 125px;
	width: 125px;
}

.searchTable .searchWord {
	width: 100%;
}

.searchTable .searchDate input {
	width: 90px;
}

.searchTable .searchButton {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	font-size: 1.083em;
	font-weight: bold;
	background-color: #5b9bd5;
	border-color: #5b9bd5;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .50),
		rgba(255, 255, 255, 0) 12px);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .50),
		rgba(255, 255, 255, 0) 12px);
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .50),
		rgba(255, 255, 255, 0) 12px);
	padding: 7px 15px;
	text-decoration: none;
}

.searchTable .searchDate {
	vertical-align: baseline;
}

.searchTable .searchDate>span {
	text-align: center;
	word-break: break-all;
	display: table-cell;
}

.searchTable





















.searchDate
>
span




















:not





















(
:nth-of-type(2)





















)
{
width




















:





















92
px




















;
}
.container_wrap * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.container_wrap .pbSubheader {
	background-color: transparent !important;
}

.container_wrap input[type=text], .container_wrap select,
	.container_wrap textarea {
	padding: 4px 8px !important;
	margin: 0px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #CCCCCC;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.container_wrap input[type=text]:focus, .container_wrap select:focus,
	.container_wrap textarea:focus {
	outline: 0;
	border-color: #20a0e4;
}

.container_section {
	margin: 1em 0;
}

.container_wrap .ptBreadcrumb {
	font-size: 90%;
}

.container_wrap .ptBreadcrumb a {
	color: #015ba7;
	text-decoration: none;
}

.container_wrap input[type="submit"], .container_wrap input[type="button"]
	{
	padding: 5px .5em !important;
}

.publicOverlayBack {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 777777;
	background: rgba(0, 0, 0, 0.8);
}

.publicOverlayBack .loading_img {
	position: relative;
	top: 40%;
	margin: auto;
	display: none
}

.publicOverlayBack .loading_img>div {
	background-color: #fff;
	border-radius: 100%;
	margin: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.publicOverlayBack .loading_img>div:nth-child(1) {
	-webkit-animation: scale .75s -.24s infinite
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation: scale .75s -.24s infinite
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.publicOverlayBack .loading_img>div:nth-child(2) {
	-webkit-animation: scale .75s -.12s infinite
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation: scale .75s -.12s infinite
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.publicOverlayBack .loading_img>div:nth-child(3) {
	-webkit-animation: scale .75s 0s infinite
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation: scale .75s 0s infinite
		cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@
-webkit-keyframes scale { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

45%
{
-webkit-transform














:















scale














(
.1














);
transform














:















scale














(
.1














);
opacity














:















0
.7














;
}
80%
{
-webkit-transform














:















scale














(1);
transform














:















scale














(1);
opacity














:















1;
}
}
@
keyframes scale { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

45%
{
-webkit-transform














:















scale














(
.1














);
transform














:















scale














(
.1














);
opacity














:















0
.7














;
}
80%
{
-webkit-transform














:















scale














(1);
transform














:















scale














(1);
opacity














:















1;
}
}

.viewBtns input[type='submit'], .viewBtns input[type='button'],
	.container_section .sectionBtns input[type='submit'],
	.container_section .sectionBtns input[type='button'], .public_buttons input[type='submit'],
	.public_buttons input[type='button'], .uploadWrapper .closeBtn {
	font-size: 1.083em;
	font-weight: bold;
}
