body, html {
	padding: 0;
	margin: 0;
	font-family: Roboto,Arial,sans-serif;
	color: #555;
	font-size: 12px;
	font-weight: 400;
}

a:link,
a:active,
a:visited {
	color: rgb(0, 128, 128);
	text-decoration: none;
}

a:hover {
	color: #22B5FB;
	text-decoration: underline;
}

input[type=text],
input[type=password],
select,
textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

input,
select {
	color: #555;
}

input[type=button],
input[type=submit],
.btn {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
	font-weight: 400;
	outline: none;
	transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
	text-decoration: none;
	justify-content: center;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	align-items: baseline;
	padding: .375rem .75rem;
	border: none;
	line-height: 1.5;
	cursor: pointer;
}

input[type=button]:hover,
input[type=submit]:hover,
.btn:hover {
	color: #212529;
	background-color: #a9a9a9;
	border-color: #a9a9a9;
}

.btn-primary {
	color: #fff !important;
	background-color: rgb(0, 128, 128) !important;
	border-color: rgb(0, 128, 128) !important;
}

.btn-primary:hover {
	background-color: rgb(5, 191, 191) !important;
	border-color: rgb(5, 191, 191) !important;
}

input[type=button]:disabled,
input[type=submit]:disabled,
.btn:disabled,
input[type=button].disabled,
input[type=submit].disabled,
.btn.disabled {
	color: #CACACA !important;
	background-color: #E2E2E2 !important;
	border-color: #E2E2E2 !important;
}

.menu {
	list-style: none;
	padding: 0;
	box-sizing: border-box;
}

.menu li a {
	display: block;
	padding: 3px 0;
}

.textMenu {
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.textOrange
{
	font-size: 12px;
	color: #ff6633;
}

.textTitle {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 0.025em;
}

.textField
{
	font-size: 12px;
	font-weight: bold;
}

.textRFV
{
    font-size: 11px;
    color: red;
}

.textError
{
	font-size: 11px;
	color: #C00000;
}

.textBox:disabled {
	background: #dddddd;
}

.msgBox {
	border-right: #a8c4da 1px solid;
	border-top: #a8c4da 1px solid;
	padding-left: 3px;
	border-left: #a8c4da 1px solid;
	padding-top: 3px;
	border-bottom: #a8c4da 1px solid;
	background-color: #edffff;
}

.gridHeader
{
	font-weight: bold;
	color: #3f3f3f;
	height: 22px;
	border-bottom: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
}

.cssMenuTable
{
	font-size: 11px;
	color: #3f3f3f;
}

.cssSubMenuTable
{
	font-size: 11px;
	color: #3f3f3f;
	background-color: #c9c9c9; 	
	elevation: above;
}

.cssSubMenuLayer
{
	position: absolute;
	visibility: hidden;
	table-layout: auto;
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin: 0px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.cssSubMenu
{
	width: 150px;
	height: 18px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.cssMenu
{
	width: 110px;
	height: 17px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #a9a9a9 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.cssMenuSeparator
{
    width: 100%;
    color: #a9a9a9;
    height: 1px;
}

.disabled, .disabled:hover {
	color: #DCDCDC;
	text-decoration: none;
	cursor: default;
}

/*Calendar Control*/
.ajax__calendar_container {
	background-color: #ffffff !important;
	border: solid 1px #ffffff !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 4px 0 rgba(0,0,0,.12);
}

.ajax__calendar_header {
	background-color: #ffffff;
	margin-bottom: 4px;
}

.ajax__calendar_title,
.ajax__calendar_next,
.ajax__calendar_prev {
	color: #004080;
	padding-top: 3px;
}

.ajax__calendar_body {
	background-color: #ffffff;
	border: solid 1px #ffffff;
}

.ajax__calendar_dayname {
	text-align: center !important;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #004080;
}

.ajax__calendar_day {
	color: #004080;
	text-align: center !important;
	vertical-align: middle;
	line-height: 16px;
}

.ajax__calendar_other .ajax__calendar_day {
	color: #C6C6C6 !important;
}

.ajax__calendar_hover .ajax__calendar_day,
.ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar_hover .ajax__calendar_year {
	color: #004080 !important;
	background-color: #C0E8FF !important;
	font-weight: bold;
}

.ajax__calendar_active .ajax__calendar_day,
.ajax__calendar_active .ajax__calendar_month,
.ajax__calendar_active .ajax__calendar_year {
	color: #FFFFFF !important;
	background-color: #18ACFF !important;
	border: none !important;
	font-weight: bold;
}

.ajax__calendar_today {
	font-weight: bold;
	color: #2FB4FF !important;
}

.ajax__calendar_other,
.ajax__calendar_hover .ajax__calendar_today,
.ajax__calendar_hover .ajax__calendar_title {
	color: #0076C1 !important;
}