@font-face {
	font-family: Antartida;
	src: url(../public/fonts/antartida-rounded-medium-webfont.woff);
}

@font-face {
	font-family: AntartidaBold;
	src: url(../public/fonts/antartida-rounded-bold-webfont.woff);
}

:root {
	--primaryColour: #febd27;
	--primaryHover: #003b79;
	--secondaryColour: #003b79;
	--secondaryHover: #FF5C0A;
	--tertiaryColour: #44B4A6;
	--danger: #D5573B;
	--success: #62A87C;
	--blue: #3F88C5;
	--orange: #FF5C0A;
	--red: #F05D5E;
	--green: #09814A;
}

BODY {
	font-size: 16px;
	COLOR: #756d64;
	FONT-FAMILY: Calibri;
	BACKGROUND-COLOR: #ffffff
}


TABLE {
	font-size: 16px;
	COLOR: #756d64;
	FONT-FAMILY: Calibri;
}

.Table1 {
	font-size: 16px;
	COLOR: #000000;
	FONT-FAMILY: "Calibri";
}

INPUT {
	font-size: 16px;
	COLOR: black;
	FONT-FAMILY: AntartidaBold;
	BACKGROUND-COLOR: #ffffff
}

.BODY {
	scrollbar-base-color: #dee5ed;
	scrollbar-arrow-color: #768753;
	scrollbar-DarkShadow-Color: #cdd6e4;
	scrollbar-Track-Color: #f3f6f9;
	font-size: 16px;
	FONT-FAMILY: Calibri;
	HEIGHT: 24px
}

.dashboard-tile {
	background-color: white;
	border-radius: 8px;
	padding: 15px;
	margin-top: 10px;
	overflow: hidden;
}

label {
	font-size: 16px;
	font-family: Calibri;
}

.tile-items {
}

.tile-item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.tile-button {
	color: white;
	text-decoration: none;
}

	.tile-button:hover {
		color: white;
	}

.tile {
	text-align: center;
	background-color: #febd27;
	border: 3px solid white;
	color: white;
	height: 60px;
	border-radius: 8px;
	display: flex;
	position: relative;
	padding-left: 15px;
}

.DetailsFormBlock {
	max-width: 650px !important;
	margin-bottom: 15px;
}

.totalCompletion {
	color: #62A87C;
	font-size: 18px;
	padding: 15px 10px;
	text-align: center;
	font-family: AntartidaBold;
}

.locationModal {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 10px;
	padding: 10px;
	background: #F4F4F4;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	top: 0;
	border-color: #ADADAD;
	border-style: solid;
	border-width: 2px;
}

.mapBG {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 1;
	top: 0 !important;
	left: 0;
}



.tile-icon {
	padding-right: 10px;
	font-size: 30px;
	width: 60px;
	align-self: center;
	text-align: center;
}

.tile:hover {
	color: #febd27;
	background-color: white;
	border: 3px solid #febd27;
}

.tile-info-count-wrapper {
	margin-left: auto;
	align-self: center;
	margin-right: 15px;
	background-color: white;
	height: 30px;
	width: 30px;
	border-radius: 15px;
	display: flex;
}

.tile-info-count {
	color: #febd27;
	font-family: AntartidaBold;
	font-size: 18px;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
}

.card-text {
	font-family: Antartida;
	font-size: 18px;
	align-self: center;
}

.card-information {
	color: #09814A;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.main-content {
	margin-left: 250px;
	position: relative;
	transition: 0.5s;
	background-color: #F4F4F4;
	min-height: calc(100vh - 50px);
}

	.main-content .spinnerOverlay {
		width: calc(100vw - 250px);
		margin-left: 250px;
	}

.sidebar-collapsed {
	margin-left: 55px !important;
	transition: 0.5s;
}

	.sidebar-collapsed .header-wrapper {
		display: none !important;
	}

	.sidebar-collapsed .sidenav {
		width: 55px;
	}

		.sidebar-collapsed .sidenav .dropdownToggler {
			display: none;
		}


.menu-logo {
	display: flex;
	height: 50px;
	padding: 8px 8px 8px 14px;
	align-items: center;
}

.m-auto {
	margin: auto;
}

.sidebar-collapsed .sidenav .nav-item-text {
	display: none;
}

.sidebar-collapsed .sidenav .side-header {
	display: none;
}

.sidebar-collapsed .main-content {
	margin-left: 0px !important;
}

.sidebar-collapsed .navbar {
	margin-left: 0px !important;
}

.bg-primaryColour {
	background-color: #febd27 !important;
}

.navbar {
	height: 50px;
	margin-left: 250px;
	transition: 0.5s;
	z-index: 3;
}

.sidebar-toggler {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0 !important;
	height: unset !important;
}

	.sidebar-toggler:hover {
		color: white;
	}

.navbar .expanded {
}


.dropdown-menu {
	padding: 0 !important;
	color: #ADADAD;
}

	.dropdown-menu .notifications {
		padding: 5px 10px !important;
	}

.notifications {
	width: 200px;
}

.user-settings {
	width: 220px;
}

.text-center {
	text-align: center;
}

.dropdown-menu a {
	width: 100%;
	1: center;
	padding: 15px;
	margin-left: auto;
	height: 100%;
	color: #febd27;
}

	.dropdown-menu a i {
		margin-right: 10px;
	}

	.dropdown-menu a:hover {
		color: white;
		background-color: #003b79;
	}

.logout {
	color: #D5573B !important;
}

	.logout:hover {
		color: white !important;
		background-color: #D5573B !important;
	}

.header-wrapper {
	display: flex;
}

.header {
	padding-top: 10px;
	background-color: none;
	display: inline-block;
}

	.header img {
		height: 28px;
	}

.header-text {
	font-size: 14px;
	font-family: Antartida;
	color: #febd27;
	text-align: end;
}

.side-profile {
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
}

.nav-user-link {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.sidenav {
	height: 100%;
	font-family: Antartida;
	width: 250px;
	top: 0;
	left: 0;
	background-color: #fff;
	border-right: 1px solid #F4F4F4;
	position: fixed;
	z-index: 3;
	overflow-x: hidden;
	transition: .5s;
}

	.sidenav a {
		padding: 8px 8px 8px 14px;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600;
		color: #818181;
		display: block;
		white-space: nowrap;
		line-height: 2;
		border-radius: 8px;
		cursor: pointer;
	}

.sidebar-toggler {
	justify-content: center !important;
	padding-top: 5px !important;
	border-radius: 3px !important;
	padding-bottom: 5px !important;
}

.sidenav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #003b79;
}

/*    .sidenav .selected {
        background-color: var(--primaryColour);
        color: white;
    }*/

.nav-item-text {
	display: inline-block;
	margin: 0;
}

.spinnerOverlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 72px;
	color: white;
}

.sidebar-collapsed .main-content .spinnerOverlay {
	width: calc(100vw - 55px);
	margin-left: 55px;
}


.spinnerOverlay i {
	margin: auto;
}

.nav-icon {
	font-size: 1.2rem;
	margin-right: .2rem;
	text-align: center;
	width: 1.6rem;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

		.sidenav a {
			font-size: 18px;
		}
}


.flex {
	display: flex;
}

.companyDetailsButtonWrapper {
	padding-top: 15px;
}

.settings-tile {
	background-color: #FF5C0A;
	border: 3px solid white;
	color: white;
	height: 60px;
	width: 150px;
	border-radius: 8px;
	display: flex;
	position: relative;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

	.settings-tile:hover {
		background-color: white;
		border: 3px solid #FF5C0A;
		color: #FF5C0A;
	}

	.settings-tile .card-text {
		font-size: 16px;
	}

	.settings-tile .tile-icon {
		width: 30px;
		font-size: 24px;
	}

.dashboard-label {
	float: right;
	color: #FF5C0A;
}

#rbOpenTendor {
	float: right;
}

.expired-session-form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
}

.expired-session-header {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
/*#canvas_top a {
        border: solid 2px #44B4A6;
        color: #FFF;
        background: #44B4A6;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
        min-width: 100px;
        height: 50px;
        line-height: 50px;
        text-align: center;
  
        text-decoration:none;
    }

        #canvas_top a:hover {
            background: #FFF;
            color: #44B4A6;
            cursor: pointer;
               text-decoration:none;
                transition:ease-out 500ms;
        }*/
#canvas_top {
	background-image: url(../Logos/Hollard.png);
	background-position: center;
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Calibri;
	font-size: 16px;
	top: 0px
}

.nav-logo {
	width: 200px;
	padding-left: 20px;
}

#home_nav {
	width: 100%;
	display: flex;
	top: 0px
}

.nav-right {
	margin-top: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
}

.overview {
	display: flex;
	justify-content: space-between;
}

.dash-tile {
	height: 100px;
	padding: 10px 8px;
	font-family: Antartida;
	text-align: start;
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	text-decoration: none;
}

	.dash-tile:hover .dash-tile-icon {
		font-size: 80px;
	}

.dash-tile-head {
	margin-top: auto;
	color: #FAFAFA;
	font-size: 18px;
	font-weight: 400;
	margin-top: auto;
	font-family: Calibri;
}

.dash-tile-detail {
	line-height: 1;
	font-size: 24px;
	color: white;
	font-weight: 600;
}

.dash-tile-icon {
	position: absolute;
	font-size: 72px;
	right: -10px;
	bottom: -10px;
	object-fit: cover;
	color: black;
	opacity: 0.15;
	transition: 0.3s;
}

.bg-blue {
	background-color: #118AB2;
}

.bg-orange {
	background-color: #FF5C0A;
}

.bg-green {
	background-color: #09814A;
}

.bg-purple {
	background-color: #003b79;
}

.large-tile {
	border-radius: 3px;
	margin: 10px 0px;
	background-color: white;
	border: 2px solid transparent;
}

	.large-tile a {
	}

.large-tile-header {
	border-bottom: 1px solid #ADADAD;
	font-family: Antartida;
	padding: 10px 40px;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	color: #756d64;
	text-decoration: none;
	cursor: pointer !important;
}

	.large-tile-header i {
		margin-right: 5px;
	}

	.large-tile-header .pull-right {
		margin-left: auto;
	}

.large-tile-detail {
	padding: 10px 40px;
	font-family: Calibri;
	font-size: 14px;
}

	.large-tile-detail a {
		display: block !important;
		line-height: 1.5;
		text-decoration: none;
	}

.orange-top .large-tile-detail a {
	color: #FF5C0A;
}



.detail-header {
	font-family: Antartida;
	font-size: 18px;
}

.pull-right {
	float: right;
}

.large-tile-header {
	transition: 0.4s;
}

	.large-tile-header .pull-right {
		text-transform: uppercase;
		cursor: pointer !important;
		border-radius: 5px;
		padding: 5px 8px;
		font-family: Antartida;
		text-decoration: none;
		font-weight: 600;
	}

	.large-tile-header a:hover {
		text-decoration: none;
		color: white;
		cursor: default;
	}

.warning {
	font-weight: 600;
	color: #D5573B;
}

.blue-top .large-tile-header {
}

	.blue-top .large-tile-header:hover {
		background-color: #118AB2;
	}



.blue-top {
	border-top: 3px solid #118AB2 !important;
}

	.blue-top:hover {
		border-left: 2px solid #118AB2;
		border-right: 2px solid #118AB2;
		border-bottom: 2px solid #118AB2;
	}

.purple-top {
	border-top: 3px solid #003b79;
}

	.purple-top .large-tile-header a:hover {
		background-color: #003b79;
	}

	.purple-top:hover {
		border-left: 2px solid #003b79;
		border-right: 2px solid #003b79;
		border-bottom: 2px solid #003b79;
	}

.green-top {
	border-top: 3px solid #09814A;
}

	.green-top .large-tile-header a:hover {
		background-color: #09814A;
	}

	.green-top:hover {
		border-left: 2px solid #09814A;
		border-right: 2px solid #09814A;
		border-bottom: 2px solid #09814A;
	}

.orange-top {
	border-top: 3px solid #FF5C0A;
}

	.orange-top .large-tile-header a:hover {
		background-color: #FF5C0A;
	}

	.orange-top:hover .large-tile-header {
		background-color: #FF5C0A;
		color: white;
	}

	.orange-top:hover {
		border-left: 2px solid #FF5C0A;
		border-right: 2px solid #FF5C0A;
		border-bottom: 2px solid #FF5C0A;
	}
/*
    .large-tile-detail td, .large-tile-detail th {
        padding: 0 15px;
    }*/

.blue-top:hover .large-tile-header {
	background-color: #118AB2;
	color: white;
}

.green-top:hover .large-tile-header {
	background-color: #09814A;
	color: white;
}


.purple-top:hover .large-tile-header {
	background-color: #003b79;
	color: white;
}

.nav-button {
	text-decoration: none;
	font-family: Antartida;
	font-size: 14px;
}

.nav-vendor {
	font-family: AntartidaBold;
	font-size: 18px;
	color: #ADADAD;
}

.companyDetailsForm {
	border-radius: 8px;
	background-color: #F4F4F4;
}

#canvas_body {
	padding: 15px;
	justify-content: space-evenly;
	display: flex;
	z-index: 100;
	border-style: none none none;
}

.nav-linkbutton {
	text-decoration: none;
	font-family: AntartidaBold;
	float: right;
}

.rootNode {
	color: #febd27 !important;
	/*    background-color: #09814A!important;*/
	border: none !important;
	font-family: AntartidaBold !important;
}

.treeNode {
	font-family: Calibri;
	font-size: 18px;
	height: 20px;
	padding: 0 !important;
	width: 100%;
	color: #818181;
	border-top: 1px solid #F4F4F4;
}

	.treeNode a {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		padding-left: 5px !important;
		padding-right: 15px !important;
		display: flex;
		width: 100%;
		height: 100%;
		font-size: 16px !important;
		background-color: transparent;
		text-decoration: none !important;
	}

		.treeNode a i {
			margin-left: auto;
			color: #87C38F;
		}

.treeview img {
	width: 15px;
}

.treeview {
	overflow: hidden;
}

.leafNode {
	color: inherit;
	/*    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;*/
	border-radius: 5px;
}

	.leafNode:hover {
		color: white;
		background-color: #EB7133;
	}

	.leafNode a:hover {
		color: white;
		background-color: transparent;
	}

.selectNode {
	color: white !important;
	background-color: #003b79;
}

	.selectNode a {
		background: none;
	}

.nav-button-wrapper {
	display: flex;
	justify-content: flex-end;
}

.SaveButton {
	text-decoration: none;
	font-size: 16px;
}

.nav-name {
	font-family: AntartidaBold;
	font-size: 18px;
	color: #ADADAD;
}

.save-button {
	float: right;
	padding: 8px;
	border: 3px solid #44B4A6;
	background-color: white;
	border-radius: 8px;
	color: #44B4A6;
}

	.save-button:hover {
		color: white;
		background-color: #44B4A6;
	}

.side-header {
	color: #b6b7b9;
	background: #F5F5F5;
	font-size: 12px;
	transition: 0.5s;
	padding: 10px 25px 10px 15px;
}

.row-right {
	float: right;
	display: flex;
}

.linkbutton {
	text-decoration: none;
	font-family: AntartidaBold;
}

.clear-button {
	float: right;
	padding: 8px;
	border: 3px solid #003b79;
	background-color: white;
	border-radius: 8px;
	color: #003b79;
}

	.clear-button:hover {
		color: white;
		background-color: #003b79;
	}

.copyFromButton {
	color: #003b79 !important;
	background-color: white !important;
	border: 2px solid #003b79 !important;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

	.copyFromButton:hover {
		color: white !important;
		background-color: #003b79 !important;
		border: 2px solid white !important;
	}


.dropdownToggler {
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#divPanel {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 3;
	height: 100%;
}

.TelFormatDropDown {
	width: 50px;
}

.linkbutton-div {
	color: white;
	text-align: center;
	padding: 10px;
	background-color: #febd27;
	border-radius: 8px;
}

.product-text {
	padding-left: 10px;
	color: white;
	font-family: Antartida;
	font-size: 18px;
}

.nav-button {
	color: white;
	text-align: center;
	/*width: 45px;*/
	padding: 15px;
	margin-left: auto;
	border-radius: 8px;
}

	.nav-button:hover {
		color: #FFE7AD;
	}

.coLogo {
	float: none;
	/*    padding-left: 10px;*/
	/*background-image: url(../Logos/Hollard.png);*/
}


.LoginForm {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.SecondaryHeader {
	font-family: Antartida;
	font-size: 18px;
	color: #febd27;
	text-align: end;
}

.BodyText {
	font-family: Calibri;
	font-size: 16px;
	line-height: 19px;
}

.PrimaryHeader {
	text-align: left;
	font-family: AntartidaBold;
	font-size: 40px;
	color: #febd27;
}

.SubHeading {
	text-align: left;
	font-family: AntartidaBold;
	font-size: 28px;
	padding-bottom: 15px;
	color: #febd27;
}

	.SubHeading i {
		padding-right: 10px;
		float: left;
	}

.ModalPopup {
	background: white;
	max-width: 100vw;
	max-height: 80vh;
	border: 2px solid #ADADAD;
	border-radius: 10px;
	overflow-x: hidden;
	padding: 10px 10px 10px 10px;
}

.ErrMSG {
	font-size: 16px;
	font-family: Calibri;
	color: #D5573B;
	background: none !important;
}

.SuccessMSG {
	font-size: 28px;
	font-family: Antartida;
	color: #62A87C;
	background: none !important;
}

#cmdAccept {
	border: none;
}

	#cmdAccept:disabled {
		background-color: #DADADA;
	}

#cmdDecline {
	/*	background-color: #003b79;*/
	border: none;
}

.SecondaryButton {
	color: #febd27 !important;
	border: 2px solid #febd27 !important;
	background-color: white !important;
}

.mainForm {
	border: 2px solid #ADADAD;
	background-color: white !important;
	padding: 10px 25px !important;
	position: relative;
}

.vendor-name {
	position: absolute;
	font-family: AntartidaBold;
	font-size: 18px;
	color: var(--secondaryColour);
	right: 25px;
	top: 25px;
}

.companyDetailsButton {
	width: 500px;
}

input[type=file] {
}

input[type=number] {
	height: 42px;
	border: solid 2px #DADADA;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Calibri;
}


input[type=text], input[type=password] {
	height: 42px;
	border: solid 2px #DADADA;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Calibri;
}

	input[type=text]:focus, input[type=password]:focus {
		border: solid 2px #ADADAD;
		border-radius: 5px;
	}


.checkbox-cell {
	display: block;
	position: relative;
}

	.checkbox-cell input[type=checkbox] {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}


textarea {
	border: solid 2px #DADADA;
	width: 100%;
	font-family: Calibri;
	resize: none;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	min-width: 250px;
}

	textarea:focus {
		border: solid 2px #ADADAD;
		border-radius: 5px;
	}

a {
	color: #67BBA9;
	text-decoration: underline;
	font-size: 16px;
	line-height: 19px;
}

	a:hover {
		color: #41AA94;
		text-decoration: none;
	}

select {
	width: 100%;
	height: 42px;
	overflow: hidden;
	border: solid 2px #DADADA;
	border-radius: 5px;
	font-size: 16px;
	font-family: Calibri;
	/*background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;*/
}

	select option {
		font-size: 16px;
	}

.StandardButton {
	background-color: #febd27;
	border: 1px solid #febd27;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	min-width: 75px;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
}
	.StandardButton:hover {
		cursor: pointer;
		color: var(--primaryColour) !important;
		background: white !important;
		transition: ease-out 500ms;
	}
	.StandardButton:disabled {
		background: #756d64;
		opacity: 0.5;
	}

input[type=button], input[type=submit] {
	background-color: #febd27;
	border: 1px solid #febd27;
	border-radius: 5px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

	input[type=button]:hover, input[type=submit]:hover {
		cursor: pointer;
		background: #694F7A;
		transition: ease-out 500ms;
	}

.center {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.grid th, tr {
	/*    width: 1%;*/
	/*    white-space:nowrap;*/
}

.time {
	width: 100% !important;
}

.grid caption {
	text-align: left;
	font-weight: bold;
}

.grid {
	border: 1px solid #999999;
	max-width: 100%;
	min-width: 450px;
	padding: 3px;
	text-align: left;
}

	.grid th {
		cursor: pointer;
		color: #333333;
		font-family: Calibri;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		border: none;
		background-color: #ededed;
		padding-left: 5px;
	}

	.grid tr {
		position: relative;
		height: 35px;
		font-family: Calibri;
		font-weight: normal;
		color: #756d64;
		margin-left: 5px;
		padding-left: 5px;
		font-size: 16px;
	}

	.grid td {
		word-break: keep-all !important;
		padding-right: 10px;
		padding-left: 5px;
		word-break: break-all;
		font-size: 16px;
	}

	.grid tr:hover {
		cursor: default;
	}

.grid_selected {
	background-color: #F0F0F0;
	border: 1px solid #cccccc;
	font-family: Calibri;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
}

.headerLogoffText {
	color: white;
}

.home-header {
	padding-top: 20px;
}

.home-header {
	text-align: center;
}

h1 {
	color: #febd27;
	font-family: Antartida;
	font-size: 26px;
	font-weight: 600;
}

h2 {
	color: #febd27;
	font-family: Antartida;
	font-size: 22px;
}

h3 {
	color: #003b79;
	font-family: Antartida;
	font-size: 18px;
}

.HomeHeading {
	text-align: left;
	font-size: 16pt;
	/*padding:10px;*/
}

.Footer {
	position: fixed;
	background-color: #ADADAD;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Calibri;
	bottom: 0px;
	height: 30px;
	text-align: center;
	right: 0px;
	left: 0px;
	line-height: 30px;
	z-index: 3;
}

.FooterHeader {
	z-index: 3;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Calibri;
	background-color: #ADADAD;
	bottom: 0px;
	height: 30px;
	text-align: center;
	position: fixed;
	right: 0px;
	left: 0px;
	line-height: 30px;
}


.columnHeader {
	background: #febd27;
	color: #FFF;
	font-family: Calibri;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.columnHeaderCentre {
	background: #febd27;
	color: #FFF;
	font-family: Calibri;
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
}

.KeepAliveFrame {
	display: none;
}

.subnav-wrapper {
	width: 25%;
	padding-right: 8px;
}

.mainContent {
	min-width: 75%;
}

.controlBorder {
	border-radius: 5px;
	border: none !important;
	padding: 10px;
	width: 100%;
}

.mr-40 {
	margin-right: 40px;
}

.subnav {
	border-radius: 3px;
	background-color: white;
	/*    border: 2px solid #ADADAD;*/
}

	.subnav .RowHead {
		height: auto;
		padding: 15px 0;
		font-size: 36px;
	}

.PageHeader {
	font-weight: normal;
	font-size: 17px;
	color: black;
	font-family: Calibri;
}

.TopLabel {
	font-size: 13px;
	color: black;
	font-family: Calibri;
}

.frame {
	/*border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;*/
}

.Label {
	font-size: 11px;
	color: black;
	font-family: Calibri;
}

.TreeLabel {
	font-size: 11px;
	color: black;
	text-indent: 5px;
	font-family: Calibri;
}

.RedLabel {
	font-size: 11px;
	color: #D5573B;
	font-family: Calibri;
}

.GreenLabel {
	font-size: 11px;
	color: green;
	font-family: Calibri;
}


.NormLabel {
	padding-left: 5px;
	font-size: 11px;
	color: black;
	font-family: Calibri;
}

.AlterLabel {
	border-top: lightgrey 1px solid;
	padding-left: 5px;
	font-size: 11px;
	color: black;
	border-bottom: lightgrey 1px solid;
	font-family: Calibri;
	background-color: whitesmoke;
}

.SmallLabel {
	font-size: 7pt;
	color: black;
	font-family: Calibri;
}

.HideWindow {
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../Image/vert_bar_repeat.gif);
	padding-bottom: 0px;
	margin: 0px;
	width: 10px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: repeat-y;
	height: 100%;
	background-color: #b6d0f8;
}

.TabWindow {
	border-top: #002d96 1px solid;
	border-left: #002d96 1px solid;
	border-bottom: #002d96 1px solid;
}

.ReportTab {
	border-right: dimgray 1px solid;
	padding-right: 1px;
	border-top: dimgray 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: dimgray 1px solid;
	width: 10px;
	cursor: pointer;
	padding-top: 1px;
	border-bottom: dimgray 1px solid;
	background-repeat: no-repeat;
	height: 10px;
}

.FilterTab {
}

.HeadLabel {
	BACKGROUND-POSITION-X: left;
	font-size: 11px;
	background-image: url(Image/arrow11.gif);
	color: black;
	text-indent: 5px;
	background-repeat: no-repeat;
	font-family: Calibri;
}

.FilterLabel {
	font-size: 11px;
	cursor: default;
	color: black;
	font-family: Calibri;
}

.LargeSelect {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 190px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.XLSelect {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 250px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.XXLSelect {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 390px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.Select {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 90px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.MediumSelect {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 140px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.SmallInp {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 80px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.XSmallInp {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 40px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.Inp {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 140px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.DurInp {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 20px;
	color: black;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.LargeInp {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 180px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.XLInp {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 350px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.DragStyle {
	font-weight: lighter;
	font-size: 11px;
	cursor: move;
	color: black;
	font-family: Calibri;
}

.TopRow {
	font-size: 16px;
	color: white;
	font-family: Calibri;
	background-color: #756d64;
}

.Hidden {
	display: none;
	visibility: hidden;
}

.HiddenVis {
	visibility: hidden;
}

.HiddenLabel {
	visibility: hidden;
}

.RowHead {
	border: none;
	color: #febd27;
	font-family: AntartidaBold;
	font-size: 28px;
	text-decoration: none;
	height: 35px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 35px;
}


	.RowHead.collapsible {
		height: 55px !important;
	}

.NormRow {
	font-size: 11px;
	padding-bottom: 3px;
	width: 150px;
	color: black;
	padding-Left: 10px;
	padding-top: 3px;
	font-family: Calibri;
	border-right-width: thin;
	border-right-color: whitesmoke;
}

.AlterRow {
	font-size: 11px;
	padding-bottom: 3px;
	width: 150px;
	color: black;
	padding-Left: 10px;
	padding-top: 3px;
	font-family: Calibri;
	background-color: whitesmoke;
}

.Heading {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Calibri;
}

.SelectOrder {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 110px;
	color: #000080;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.BrowseButton {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 20px;
	border-bottom: #000080 1px solid;
	background-color: #b3cff3;
	font-family: Calibri;
	text-align: center;
	cursor: pointer;
}

.SmallButton {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	BACKGROUND-POSITION-Y: top;
	border-left: #000080 1px solid;
	width: 30px;
	cursor: pointer;
	border-bottom: #000080 1px solid;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
	text-align: center;
}

.Button {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	BACKGROUND-POSITION-Y: top;
	border-left: #000080 1px solid;
	width: 50px;
	cursor: pointer;
	border-bottom: #000080 1px solid;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
	text-align: center;
}

.MedButton {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 70px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
	background-color: #b3cff3;
	text-align: center;
	cursor: pointer;
}

.LargeButton {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 100px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
	text-align: center;
	cursor: pointer;
}

.XLButton {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 200px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
	text-align: center;
	cursor: pointer;
}

.LightRow {
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../Image/lightrow_back2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	height: 17px;
	background-color: #cccccc;
}

.LightRowTop {
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../Image/lightrow_back2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	height: 17px;
	background-color: #cccccc;
}

.LightCell {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	background-image: url(../Image/lightrow_back2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	text-indent: 10px;
	height: 17px;
	background-color: #b6d0f8;
}

.Templ {
	background-position: left top;
	font-size: 11px;
	background-image: url(../Image/Templ.gif);
	width: 30px;
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 20px;
	background-color: transparent;
}

.TemplateNew {
	background-position: left top;
	font-size: 11px;
	background-image: url(../Image/Templ-add.gif);
	width: 30px;
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 20px;
	background-color: transparent;
}

.UnTempl {
	background-position: left top;
	font-size: 11px;
	background-image: url(../Image/UnTempl.gif);
	width: 30px;
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 20px;
	background-color: transparent;
}

.mouseover {
	font-size: 11px;
	cursor: pointer;
	color: navy;
	font-family: Calibri;
}

.Treemouseover {
	font-size: 11px;
	cursor: pointer;
	color: navy;
	text-indent: 5px;
	font-family: Calibri;
}

.NewTempl {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 11px;
	margin-left: 5px;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Calibri;
}

.mini_nav {
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../Image/nav_back_grey.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
}

.MenuItemSelect {
	border-right: #000080 1px;
	border-top: #000080 1px;
	border-left: #000080 1px;
	width: 18px;
	cursor: pointer;
	border-bottom: #000080 1px;
}

.MenuLine {
	cursor: pointer;
	color: #333333;
	font-family: Calibri;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background-color: #ededed;
	padding-left: 5px;
}

.MenuItemSelect_HL {
	font-weight: bold;
	font-size: 12px;
	background-image: url(Image/nav_hl_back_3.gif);
	color: black;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #756d64;
}

.MenuLine_HL {
	font-weight: bold;
	font-size: 12px;
	background-image: url(Image/nav_hl_back_2.gif);
	color: black;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
}

/*.MenuItemSelect
{
    font-weight: bold;
    font-size: 12px;
    background-image: url(Image/nav_hl_back.gif);
    margin: 0px;
    color: white;
    background-repeat: repeat-x;
    font-family: Calibri;
    background-color: #FFCC66;
}*/

.envelope {
	background-image: url(../Image/envelope.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	background-position: center;
	border-style: none;
}

.SubMenuItemSelect {
	color: #FFF;
	background-color: #44B4A6;
}

.SubMenuItemSelect_HL {
	/*color: white;
	background-color: #756d64;*/
}


.DragSelect {
	padding-right: 0px;
	background-position: left center;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=70, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100);
	background-image: url(../Image/arrow21.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	position: absolute;
	background-color: #ebb93d;
}

.FrameStyle {
	border-right: fuchsia thin solid;
	padding-right: 0px;
	border-top: fuchsia thin solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: fuchsia thin solid;
	padding-top: 0px;
	border-bottom: fuchsia thin solid;
}

.Divider {
	background-attachment: fixed;
	background-image: url(Image/Div.jpg);
	background-repeat: no-repeat;
}

.MainHeader {
	font-weight: bold;
	font-size: 16px;
	color: #febd27;
	line-height: 30px;
	font-family: Calibri;
	background-color: #FFF;
	text-align: left;
	height: 30px;
}

.HeaderImg {
	background-image: url(../Image/back_header.gif);
	background-repeat: repeat-x;
	background-color: #073b96;
}

.ItemChoose {
	border-right: #000080 1px solid;
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	background-image: none;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #000080 1px solid;
	cursor: pointer;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	height: 10px;
	background-color: #fbe9b8;
}

.ToolBarM {
	font-weight: bold;
	font-size: 16px;
	background-image: url(../Image/nav_back.gif);
	padding-bottom: 1px;
	color: white;
	background-repeat: repeat-x;
	font-family: Calibri;
}

.ToolBarD {
	font-size: 11px;
	background-image: url(../Image/nav_back.gif);
	color: black;
	background-repeat: repeat-x;
	font-family: Calibri;
}

.ReportItem {
	background-position: 3px center;
	font-size: 11px;
	background-image: url(../Image/Folder_Closed.gif);
	width: 20px;
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 20px;
	background-color: transparent;
}

.ReportItemSelect {
	background-position: 3px center;
	font-size: 11px;
	background-image: url(../Image/Folder_Open.gif);
	width: 20px;
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 20px;
	background-color: transparent;
}

.FilterHeader {
	border-top: #c3daf9 2px solid;
	cursor: n-resize
}

.MainFrame {
	border-right: #c3daf9 2px solid;
	cursor: w-resize;
}

.Test {
	border-right: #002d96 1px solid;
	border-top: #002d96 1px solid;
	border-left: #002d96 1px solid;
	border-bottom: #002d96 1px solid;
	background-color: #8DB1E6;
}

.HeadRow {
	font-weight: bold;
	font-size: 8px;
	border-left-color: white;
	border-bottom-color: white;
	color: #000000;
	border-top-color: white;
	font-family: Calibri;
	border-right-color: white;
}

.TextArea {
	border-right: #000080 0px solid;
	border-top: #000080 1px solid;
	border-left: #000080 0px solid;
	width: 580px;
	border-bottom: #000080 0px solid;
	height: 202px;
}

.a {
	font-weight: bold;
	font-size: 12px;
	font-family: Calibri;
}

.Dialog {
	background-image: url(../Image/back_dialog.gif);
	background-repeat: repeat-y;
}

.Dialoghost {
	background-color: #c3daf9;
	scrollbar-base-color: #dee5ed;
	scrollbar-arrow-color: #768753;
	scrollbar-DarkShadow-Color: #cdd6e4;
	scrollbar-Track-Color: #f3f6f9;
}

.DialogFrame {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	border-left: #000080 1px solid;
	border-bottom: #000080 1px solid;
}

.toolbar {
	font-size: 12px;
	background-image: url(../Image/back_toolbar2.gif);
	color: black;
	border-bottom: #000080 1px solid;
	background-repeat: repeat-x;
	font-family: Calibri;
}

.send_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/send.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.send_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/send_hl_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.attach_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/attach.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.attach_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/attach_HL_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.newserver_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/newserver.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.newserver_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/newserver_hi_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.cancel_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/cancel.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.cancel_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/cancel_hl_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.download_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/download.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.download_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/download_hi_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.ok_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/ok.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.ok_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/ok_hl_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.Add_button {
	padding-right: 0px;
	background-position: left center;
	padding-left: 2px;
	font-size: 12px;
	background-image: url(../Image/add.gif);
	padding-bottom: 1px;
	color: black;
	direction: rtl;
	border-top-style: none;
	text-indent: 5px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: Calibri;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
	cursor: pointer;
}

.Add_Button_HL {
	border-right: #000080 1px solid;
	padding-right: 0px;
	background-position: left top;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../Image/add_hl_back.gif);
	padding-bottom: 0px;
	border-left: #000080 1px solid;
	color: black;
	direction: rtl;
	text-indent: 3px;
	padding-top: 0px;
	border-bottom: #000080 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: right;
	cursor: pointer;
}

.TableContainer {
	height: auto;
	overflow: scroll;
	display: block;
}

.SaveLink::before {
	content: "\f0c7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 5px;
}

.Link {
	min-width: 75px;
	line-height: 18px;
	text-align: center;
	border: solid 2px #44B4A6;
	color: #FFF !important;
	font-family: AntartidaBold;
	text-transform: uppercase;
	background: #44B4A6 !important;
	text-decoration: none;
	display: inline-block;
	padding: 8px 5px 8px 5px;
	border-radius: 8px;
}

	.Link:hover {
		background: white !important;
		cursor: pointer;
		text-decoration: none !important;
		color: #44B4A6 !important;
		transition: ease-out 500ms;
	}

.MedLink {
	min-width: 50px;
	max-width: 75px;
	line-height: 33px;
	text-align: center;
	border: solid 2px #44B4A6;
	color: #FFF !important;
	font-family: AntartidaBold;
	text-transform: uppercase;
	background: #44B4A6 !important;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 8px;
}

	.MedLink:hover {
		background: white !important;
		cursor: pointer;
		text-decoration: none !important;
		color: #44B4A6 !important;
		transition: ease-out 500ms;
	}

.AltLink {
	min-width: 75px;
	line-height: 33px;
	text-align: center;
	border: solid 2px #003b79;
	color: #FFF;
	background: #FFF;
	font-family: AntartidaBold;
	text-transform: uppercase;
	background: #003b79;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 8px;
}

	.AltLink:hover {
		background: white;
		cursor: pointer;
		color: #003b79;
		transition: ease-out 500ms;
	}

.DangerLink {
	min-width: 75px;
	line-height: 33px;
	text-align: center;
	border: solid 2px #D5573B;
	color: #D5573B !important;
	background: #FFF !important;
	font-family: AntartidaBold;
	text-transform: uppercase;
	background: white;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 8px;
}

	.DangerLink:hover {
		background: #D5573B !important;
		cursor: pointer;
		color: white !important;
		text-decoration: none !important;
		transition: ease-out 500ms;
	}

.SubHead {
	border-top: #768753 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Image/back_subhead.gif);
	padding-bottom: 3px;
	color: black;
	padding-top: 3px;
	border-bottom: white 4px solid;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #ffffff;
}

.divider {
	background-position: left center;
	background-image: url(../image/divider4.gif);
	background-repeat: no-repeat;
}

.DividerAsc {
	BACKGROUND-POSITION-Y: center;
	background-image: url(../Image/Arrow_up.gif);
	background-repeat: no-repeat;
}

.DividerDesc {
	BACKGROUND-POSITION-Y: center;
	background-image: url(../Image/Arrow_down.gif);
	background-repeat: no-repeat;
}

.NewTemplate {
	background-position: center top;
	background-image: url(../Image/new_template.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}

.Deltempl {
	background-position: Left center;
	background-image: url(../Image/delete_template.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}

.SaveTempl {
	BACKGROUND-POSITION: center center;
	background-image: url(../Image/save_template.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}

.refreshlist {
	BACKGROUND-POSITION: center center;
	background-image: url(../Image/refresh.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}

.NewTemplSel {
	background-position: center top;
	background-image: url(../Image/new_template_sel.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

.DelTemplSel {
	BACKGROUND-POSITION: center center;
	background-image: url(../Image/delete_template_sel.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

.SaveTemplSel {
	background-position: center center;
	background-image: url(../Image/save_template_sel.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

.AttachItem {
	font-size: 11px;
	width: 300px;
	color: black;
	font-family: Calibri;
}

.OpenFilter {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/filter_open.gif);
	color: white;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
}

.CloseFilter {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/filter_close.gif);
	color: white;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
}

.WorkListOrder {
	border-right: #000080 1px solid;
	background-position: left top;
	z-index: 20;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#C3C3C3', Direction=135, Strength=4);
	left: 30px;
	background-image: url(../Image/blue-menu-back.gif);
	width: 110px;
	cursor: default;
	border-bottom: #000080 1px solid;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	height: 40px;
}

.OrderItem {
	border-right: #000080 1px solid;
	padding-right: 4px;
	border-top: #000080 1px solid;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #000080 1px solid;
	cursor: default;
	color: black;
	text-indent: 25px;
	padding-top: 2px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
	background-color: #fbe9b8;
	width: 110px;
}

.OrderItemSelect {
	border-right: #000080 1px solid;
	padding-right: 4px;
	border-top: #000080 1px solid;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #000080 1px solid;
	cursor: default;
	color: black;
	text-indent: 25px;
	padding-top: 2px;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
	background-color: #fbe9b8;
	background-image: url(../Image/Tick.gif);
	background-repeat: no-repeat;
	width: 110px;
}

.ItemLabel {
	border-right: #ffffff 1px;
	padding-right: 5px;
	border-top: #ffffff 1px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #ffffff 1px;
	cursor: default;
	color: black;
	padding-top: 3px;
	text-indent: 25px;
	border-bottom: #ffffff 1px;
	font-family: Calibri;
}

.DividerLabel {
	border-right: #ffffff 1px;
	padding-right: 5px;
	border-top: #ffffff 1px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 1px;
	vertical-align: super;
	border-left: #ffffff 1px;
	cursor: default;
	color: black;
	text-indent: 25px;
	padding-top: 1px;
	border-bottom: #ffffff 1px;
	font-family: Calibri;
	text-align: center;
}

.ItemSelectLabel {
	border-right: #ffffff 1px;
	padding-right: 5px;
	border-top: #ffffff 1px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #ffffff 1px;
	cursor: default;
	color: black;
	padding-top: 3px;
	text-indent: 25px;
	border-bottom: #ffffff 1px;
	font-family: Calibri;
	background-image: url(../Image/tick.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	background-position: left top;
}



.MoreButton {
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	cursor: pointer;
	color: #000000;
	border-bottom: black 1px solid;
	font-family: Calibri;
	background-color: lightgrey;
}

.TableFrame {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	cursor: default;
	border-bottom: #000000 1px solid;
}

.ListItemSelect {
	background-position: left center;
	font-size: 11px;
	color: white;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: #000099;
}

.SubLabel {
	font-size: 8px;
	font-family: Calibri;
	text-indent: 10px;
}

.DetailLabel {
	font-size: 9px;
	color: mediumblue;
	text-indent: 20px;
	font-family: Calibri;
}

.WItem {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 3px;
	cursor: default;
	color: #5583D3;
	border-bottom: lightgrey 1px solid;
	font-family: Calibri;
}

.WLItem {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	cursor: default;
	color: #000000;
	font-family: Calibri;
}

.WLItemAlter {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 9px;
	padding-bottom: 4px;
	color: black;
	padding-top: 4px;
	border-bottom: lightgrey 1px solid;
	font-family: Calibri;
	background-color: whitesmoke;
}

.WLItemHead {
	padding-right: 5px;
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/lightrow_back2.gif);
	color: black;
	background-repeat: repeat-x;
	font-family: Calibri;
}

.WLSubRowLabel {
	font-size: 11px;
	color: black;
	text-indent: 15px;
	font-family: Calibri;
}

.WLSubRow {
	background-position: 5px 17px;
	margin-top: 13px;
	font-weight: bolder;
	font-size: 11px;
	background-image: url(../Image/WLplus.gif);
	margin-bottom: 7px;
	vertical-align: sub;
	color: dimgray;
	text-indent: 20px;
	padding-top: 13px;
	border-bottom: #a7a6ae 2px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 35px;
	background-color: white;
}

.WLSubRowClose {
	background-position: 4px 17px;
	margin-top: 13px;
	font-weight: bolder;
	font-size: 11px;
	background-image: url(../Image/WLMinus.gif);
	margin-bottom: 4px;
	vertical-align: sub;
	color: dimgray;
	text-indent: 20px;
	padding-top: 13px;
	border-bottom: #a7a6ae 2px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 35px;
	background-color: white;
}

.WLSubRowItem {
	margin-top: 13px;
	font-weight: bolder;
	font-size: 11px;
	margin-bottom: 4px;
	vertical-align: sub;
	color: dimgray;
	padding-top: 13px;
	border-bottom: #a7a6ae 2px solid;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: Calibri;
	height: 35px;
	background-color: white;
}

.ItemOpen {
	BACKGROUND-POSITION-X: 4px;
	font-size: 11px;
	background-image: url(../Image/WLPlus.gif);
	cursor: pointer;
	color: black;
	text-indent: 40px;
	font-family: Calibri;
}

.ItemCLose {
	background-position: 4px;
	font-size: 11px;
	background-image: url(../Image/WLMinus.gif);
	cursor: pointer;
	color: black;
	text-indent: 40px;
	font-family: Calibri;
}

.SelectRow {
	background-color: #aac6f6;
}

.ViewUser {
	background-position: 25px top;
	font-size: 11px;
	background-image: url(../Image/User.gif);
	cursor: pointer;
	color: black;
	text-indent: 40px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewUserSelect {
	background-position: 25px top;
	font-weight: bolder;
	font-size: 11px;
	background-image: url(../Image/User.gif);
	cursor: pointer;
	color: black;
	text-indent: 40px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewGroup {
	background-position: 10px top;
	font-size: 11px;
	background-image: url(../Image/Groups.gif);
	color: black;
	text-indent: 30px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewMe {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/User.gif);
	cursor: pointer;
	color: black;
	text-indent: 15px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewSelectMe {
	background-position: left center;
	font-weight: bolder;
	font-size: 11px;
	background-image: url(../Image/User.gif);
	cursor: pointer;
	color: black;
	background-repeat: no-repeat;
	text-indent: 15px;
	font-family: Calibri;
	height: 18px;
}

.ViewMeSelect {
	background-position: Left center;
	font-weight: bolder;
	font-size: 11px;
	background-image: url(../Image/User.gif);
	cursor: pointer;
	color: black;
	background-repeat: no-repeat;
	background-color: #B3CFF3;
	font-family: Calibri;
	height: 18px;
}

.Views {
	background-position: 35px center;
	font-size: 11px;
	background-image: url(../Image/Tree.gif);
	color: dimgray;
	text-indent: 48px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.Viewslast {
	background-position: 35px center;
	font-size: 11px;
	background-image: url(../Image/LastTree.gif);
	color: dimgray;
	text-indent: 48px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewsSelect {
	background-position: 35px top;
	font-size: 11px;
	background-image: url(../Image/Tree.gif);
	color: black;
	text-indent: 48px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewsLastSelect {
	background-position: 35px top;
	font-size: 11px;
	background-image: url(../Image/LastTree.gif);
	color: black;
	text-indent: 48px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewNew {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 11px;
	margin-left: 20px;
	border-left: gray 1px solid;
	width: 150px;
	color: black;
	border-bottom: gray 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
}

.ViewsNew {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 11px;
	margin-left: 45px;
	border-left: gray 1px solid;
	width: 150px;
	color: black;
	border-bottom: gray 1px solid;
	background-repeat: no-repeat;
	font-family: Calibri;
}

.ViewsNewImg {
	background-position: 35px center;
	font-size: 11px;
	background-image: url(../Image/LastTree.gif);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.ViewNewImg {
	background-position: 10px center;
	font-size: 11px;
	background-image: url(../Image/LastTree.gif);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.TopHeader {
	font-weight: bolder;
	font-size: 13px;
	color: black;
	font-family: Calibri;
}

.DataOn {
	background-position: left top;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Image/tab1b_01.gif);
	width: 113px;
	cursor: pointer;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 25px;
	background-color: transparent;
	text-align: center;
}

.DataOff {
	background-position: left top;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../Image/tab1a_01.gif);
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-align: center;
	width: 200px;
	cursor: pointer;
	width: 113px;
	height: 25px;
}

.HistOn {
	background-position: left top;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Image/tab2a_02.gif);
	width: 113px;
	cursor: pointer;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 25px;
	background-color: transparent;
	text-align: center;
}

.HistOff {
	background-position: left top;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../Image/tab2b_02.gif);
	width: 113px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 25px;
	background-color: transparent;
	text-align: center;
	cursor: pointer;
}

.ClearTD {
	border-bottom: #000080 1px solid;
}

.ListArrow {
	background-position: Left top;
	background-image: url(../image/arrownew.gif);
	width: 16px;
	background-repeat: no-repeat;
	height: 16px;
}

.DeleteItem {
	background-position: Left center;
	background-image: url(../Image/delete_template.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: transparent;
}

.EditItem {
	background-position: Left center;
	background-image: url(../Image/Edit1.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-color: transparent;
}

.AlterDeleteItem {
	background-position: left center;
	border-top: lightgrey 1px solid;
	background-image: url(../Image/delete_template.gif);
	cursor: pointer;
	border-bottom: lightgrey 1px solid;
	background-repeat: no-repeat;
	background-color: whitesmoke;
}

.AlterEditItem {
	background-position: right center;
	border-top: lightgrey 1px solid;
	background-image: url(../Image/Edit1.gif);
	cursor: pointer;
	border-bottom: lightgrey 1px solid;
	background-repeat: no-repeat;
	background-color: whitesmoke;
}

.ItemDescr {
	font-size: 11px;
	width: 120px;
	color: #000000;
	font-family: Calibri;
}

.DataItem {
	border-right: #000080 1px solid;
	border-top: #000080 1px solid;
	font-size: 11px;
	border-left: #000080 1px solid;
	width: 110px;
	color: #000000;
	border-bottom: #000080 1px solid;
	font-family: Calibri;
}

.Check {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/c.gif);
	color: black;
	text-indent: 15px;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
}

.UCheck {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/uc.gif);
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-indent: 15px;
}

.Option {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/cradio.gif);
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-indent: 15px;
}

.UOption {
	background-position: left center;
	font-size: 11px;
	background-image: url(../Image/uradio.gif);
	color: black;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
	text-indent: 15px;
}

.FilterView {
	background-position: left top;
	font-size: 11px;
	background-image: url(../Image/filterbut.gif);
	cursor: pointer;
	color: black;
	text-indent: 15px;
	background-repeat: no-repeat;
	font-family: Calibri;
	background-color: transparent;
}

.FilterList {
	padding-left: 10px;
	margin-left: 10px;
}

.borderline {
	border-right: lightgrey 1px;
	border-top: lightgrey 1px;
	font-size: 11px;
	border-left: lightgrey 1px;
	color: #000000;
	border-bottom: lightgrey 1px;
	font-family: Calibri;
	background-color: whitesmoke;
}

.ReportMenuLine {
	background-position: left center;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../image/Report-grey.gif);
	text-indent: 35px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 25px;
	background-color: transparent;
}

.WorkListMenuLine {
	background-position: left center;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../image/WorkList-grey.gif);
	text-indent: 35px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 25px;
	background-color: transparent;
}

.SearchMenuLine {
	background-position: left center;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../image/Search-grey.gif);
	text-indent: 35px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 25px;
	background-color: transparent;
}

.MenuLineOver {
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../Image/nav_hl_back_2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
}

.MenuLineOverSelect {
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../Image/nav_hl_back_3.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
}

.MenuLineSelect {
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../Image/nav_hl_back.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #ebb93d;
}

.rptTempl {
	background-position: 15px top;
	font-size: 11px;
	background-image: url(../Image/Report.gif);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.rptTemplImgSel {
	background-position: 15px top;
	font-size: 11px;
	background-image: url(../Image/Open.gif);
	color: dimgray;
	width: 20px;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.rptTemplSelect {
	font-size: 11px;
	text-indent: 5px;
	color: navy;
	font-family: Calibri;
}

.rptLastTempl {
	background-position: 15px top;
	font-size: 11px;
	background-image: url(../Image/Report.gif);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}

.background {
	background: url(../Image/Workspace_background.gif) fixed no-repeat center center;
}

.SearchTipBody {
	font-size: 11px;
	color: #000000;
	font-family: Calibri;
}

.message1 {
	font-size: 18px;
	color: #003b79;
	font-family: Antartida;
	padding-bottom: 15px;
}

.error1 {
	font-weight: bold;
	font-size: 12pt;
	color: #002d96;
	font-family: Calibri;
}

.error2 {
	padding-left: 10px;
	font-size: 8pt;
	color: black;
	font-family: Calibri;
}

.grip {
	FONT-WEIGHT: bolder;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(../Image/expand_back.gif);
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: Calibri
}

/*.PageHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #002d96;
	font-family: Calibri;
	
}*/

.IndexHead {
	font-weight: bold;
	padding-left: 10px;
	font-size: 8pt;
	color: #002d96;
	font-family: Calibri;
}

/*.MenuLineOver
{
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Image/nav_hl_back_2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
	
}*/

/*.MenuLineOverSelect
{
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Image/nav_hl_back_3.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #b3cff3;
	
}*/
/*.MenuLineSelect
{
	padding-right: 0px;
	border-top: #000080 1px solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(Image/nav_hl_back.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #ebb93d;
}*/

/*.rptTempl
{
	background-position: 15px top;
	font-size: 11px;
	background-image: url(../Image/Report.gif);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
}*/

.HeadRowLeft {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	background-image: url(../Image/lightrow_back2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	border-bottom: #8B8BA5 1px solid;
	height: 17px;
	background-color: #b8b9ce;
	border-top: #DAD6CF 1px solid;
	border-left: #DAD6CF 1px solid;
}

.HeadRowRight {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	background-image: url(../Image/lightrow_back2.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	border-bottom: #8B8BA5 1px solid;
	height: 17px;
	background-color: #b8b9ce;
	border-top: #DAD6CF 1px solid;
	border-right: #DAD6CF 1px solid;
}


.SummaryBorder {
	border-right: darkgray 1px double;
	border-top: #dad6cf 1px double;
	border-left: #dad6cf 1px double;
	border-bottom: #dad6cf 1px double;
}

.SummaryLabel {
	border-left: #DAD6CF 1px double;
	font-size: 11px;
	color: black;
	font-family: Calibri;
}

.calanderstyle {
	font-weight: bold;
	font-size: 11px;
	font-family: Calibri;
}

.SearchTips {
	BACKGROUND-POSITION-X: 10px;
	background-attachment: fixed;
	background-image: url(../Image/Search_Tips.gif);
	width: 300px;
	background-repeat: no-repeat;
	height: 380px;
}

.Arrow {
	BACKGROUND-POSITION-X: left;
	background-attachment: fixed;
	background-image: url(../image/Arrow_New.gif);
	width: 20px;
	background-repeat: no-repeat;
	height: 20px;
}

.TabFrame {
	border-right: #002D96 1px solid;
	padding-right: 2px;
	border-top: #002D96 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #002D96 1px solid;
	padding-top: 2px;
	border-bottom: #002D96 1px solid;
	background-color: #9CBDEB;
}

.LeftTab {
	border-right: #002D96 1px solid;
	padding-right: 2px;
	border-top: #002D96 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #002D96 1px solid;
	padding-top: 2px;
	border-bottom: #002D96 1px solid;
	background-color: #B3CFF3;
}

.OpenItem {
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../Image/Open.gif);
	cursor: default;
	background-repeat: no-repeat;
}

.AvailableItem {
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../Image/Available.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.AllocatedItem {
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../Image/Alocated.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.SleepItem {
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../Image/Sleep.gif);
	background-repeat: no-repeat;
	cursor: default;
}


.CompanyLogoLeft {
	background: url(../Image/logo_Blue.gif) #B3CFF3 fixed no-repeat left top;
	height: 40px;
}

.CompanyLogoRight {
	background: url(../Image/workspace_Blue.jpg) #B3CFF3 fixed no-repeat left top;
	height: 40px;
}

.CompanyRepeat {
	background: url(../Image/Large_repeat_Blue.gif) #B3CFF3 fixed repeat-x left top;
	height: 40px;
}


.elips {
	position: absolute;
	width: 100%;
	overflow: hidden;
	Padding-Bottom: 10px;
	text-overflow: ellipsis
}


.elip {
	font-size: 11px;
	overflow: hidden;
	width: 100%;
	font-family: Calibri;
	position: absolute;
	Padding-Bottom: 10px;
	height: 100%;
	TEXT-OVERFLOW: ellipsis;
}

.linesel {
	font-size: 11px;
	color: white;
	background-color: #B3CFF3;
	font-family: Calibri;
}

.lineselName {
	font-size: 11px;
	color: white;
	background-repeat: no-repeat;
	font-family: Calibri;
	height: 18px;
	background-color: #B3CFF3;
}

.LeftTabOn {
	border-right: #002D96 1px solid;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	color: black;
	text-indent: 10px;
	padding-top: 5px;
	border-bottom: #002D96 1px solid;
	font-family: Calibri;
	background-color: #B3CFF3;
}

.right {
	text-align: right;
	float: right;
	padding-left: 35px;
}


.RightTabOn {
	font-weight: bold;
	font-size: 11px;
	color: black;
	text-indent: 10px;
	border-bottom: #002D96 1px solid;
	font-family: Calibri;
	background-color: #B3CFF3;
	cursor: pointer;
}

.LeftTabOff {
	border-top: #002D96 1px solid;
	border-Right: #002D96 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	color: #5987D6;
	text-indent: 10px;
	font-family: Calibri;
	background-color: #B3CFF3;
	cursor: pointer;
}

.RightTabOff {
	border-top: #002D96 1px solid;
	font-size: 11px;
	color: #5987D6;
	text-indent: 10px;
	font-family: Calibri;
	background-color: #B3CFF3;
	cursor: pointer;
}

.DivOn {
	border-top: #002D96 1px solid;
	border-Right: #002D96 1px solid;
	background: url(../Image/divider4.gif) #B3CFF3 fixed no-repeat center center;
}

.DivOff {
	border-Right: #002D96 1px solid;
	border-bottom: #002D96 1px solid;
	background: url(../Image/divider4.gif) #B3CFF3 fixed no-repeat center center;
}

.Page {
	font-size: 10px;
	cursor: pointer;
	color: #5180D0;
	font-family: Calibri;
	text-decoration: underline;
}

.PageSelect {
	font-size: 10px;
	cursor: pointer;
	color: #0B3F99;
	font-family: Calibri;
}

.LightRowSel {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	background-image: url(../Image/nav_hl_back.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: black;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	border-bottom: #8e9f63 1px solid;
	height: 17px;
	background-color: #e7e9da;
}

.ToolBarD {
	font-weight: bold;
	font-size: 16px;
	background-image: url(../Image/nav_hl_back.gif);
	color: white;
	background-repeat: repeat-x;
	font-family: Calibri;
	cursor: pointer;
}

.PageMove {
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: #0B3F99;
	font-family: Calibri;
	text-align: center;
}

.ScreenHeader {
	font-weight: bold;
	font-size: 18pt;
	color: #3399ff;
	font-style: italic;
	font-family: Calibri;
}

.gvwStatusGrid {
	font-size: 16px;
}

	.gvwStatusGrid:hover {
		/*background-color: #ADADAD;*/
		cursor: pointer;
	}

.calendarIcon {
	height: 20px;
	width: 20px;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 5px;
}

.collapsible:hover {
	color: #555;
	cursor: pointer;
}

.content {
	display: none;
}

.collapsible:after {
	content: '\002B';
}

.active:after {
	content: "\2212";
}

.iti {
	display: block;
}

.nowrap {
	word-break: unset !important;
}

.sub-menu a {
	font-size: 14px;
	padding-left: 20px;
}

.AttachmentType {
	width: 100%;
	height: 42px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 2px #DADADA;
	border-radius: 5px;
	font-size: 16px;
	font-family: Calibri;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 10px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable/Disable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	z-index: 1; /* Sit on top */
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 800px;
	border: 2px solid #ADADAD;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
}

.modal .AttachmentType {
	Height: 150px;
}

.templateInfoTable {
	width: 100%;
}

	.templateInfoTable tr th {
		background-color: #ededed;
		color: #333333;
		padding: 6px 3px;
		text-align: left;
		font-family: Calibri;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}

		.templateInfoTable tr th a {
			color: white;
		}

	.templateInfoTable tr td {
		background: #EDEDED;
	}

	.templateInfoTable tr:hover td {
		background: #bdbdbd;
	}


	.templateInfoTable tr td div textarea {
	}

.halfwidth {
	width: 50%;
}

.selectGrid {
	overflow-y: auto;
	height: 250px;
	width: 300px;
}

.mid-row-buttons {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

.mid-row-buttons-container {
	padding: 15px;
	display: flex;
}


.radio-button-table td {
	padding-left: 8px;
}

.locked-attachment-input {
	border: solid 2px #DADADA;
	width: 100%;
	font-family: Calibri;
	resize: none;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	min-width: 250px;
}

.modalBackground {
	background-color: black;
	opacity: 0.8;
	z-index: 1000;
	position: absolute;
}
