/*body {
    display: block;
    margin: 8px;
}*/
.ui-datepicker-year {
	color: black;

}

.ui-datepicker-month {
	color: black;

}

h1 {
	font-size: 16px;
}

.pt_button {
	border: 2px solid #93B4EF;
	border-radius: 5px;
	padding: 8px;
}

.pt_button_lg {
	border: 2px solid #93B4EF;
	font-size: 18px;
	border-radius: 7px;
	padding: 10px;
	max-width: 600px;
	word-break: keep-all;
}

.pt_button:hover,
.pt_button_lg:hover {
	background-color: #93B4EF;
}

.blacktitle {
	margin: 10px 0 10px 0;
}

.blacktitle:hover {
	color: #318bc4;
	text-decoration: underline;
	cursor: pointer;
}

.blacktitlenohover {
	font-weight: 600;
	padding-bottom: 9px;
	border-bottom: 2px single #828282;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 17px;
	color: #000000;
	margin: 10px 0 10px 0;
}

.subtitle {
	margin: 10px 0 10px 0;
	/* font-family: Tahoma;*/
	font-size: 16px;
	font-weight: 600;
}

.breadcrumbs {
	font-weight: bold;
	text-decoration: none;
	/* font-family: Tahoma;*/
	font-size: 10pt;
	color: #4C8ADA;
}

.panel {
	margin-right: 10px;
}



td {
	font-size: 10pt;
}

.header-blocks {
	margin-right: -3px;
	/*	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;*/
	width: 42px;
	height: 42px;
	display: inline-block;
}

.form_separator {
	margin-top: 10px;
	height: 10px;
	box-sizing: border-box;
}

.showhide {
	float: right;
	font-weight: normal;
	margin-right: 5px;
	color: #7EACDD;
	cursor: pointer;
}

.request_form_field {
	border: 1px solid #c0c0c0;
	padding-left: 4px !important;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px;
	width: 495px;
	line-height: 23px;
}

#requirements span {
	color: #318bc4;
	text-decoration: underline;
	cursor: pointer;
}

#requirements span:hover {
	color: blue;
}

.confirmheader {
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #e0e0e0;
	background-color: #e0e0e0;
}

.editicon {
	display: inline-block;
	width: 20px;
	background-image: url(../images/edit.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 20px;
	margin-left: 10px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background: rgba( 255, 255, 255, .8 )
                url('https://i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat; */
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
	display: block;
}

.docpanel {
	border-radius: 4px;
	border: 1px solid #c0c0c0;
	padding: 8px;
	background-color: #f3f3f3;
	margin-top: 8px;
}

.docpanel span {
	display: block;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.tooltip {
	width: 300px;
	padding: 10px;
}

.help {
	background-image: url(../images/help-qmark.png);
	background-repeat: no-repeat;
	/*height: 20px;*/
	width: 20px;
	cursor: help;
	background-size: 20px 20px;
	display: inline-table;
}

.timerbar {
	background-color: green;
	color: white;
	padding: 8px;
	width: 276px;
	font-size: 16px;
	border-radius: 4px;
}

label {
	font-size: 14px;
}

#progtbl td:hover {
	background-color: #efefef !important;
}