body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	overflow: auto;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	/* Fix Firefox Font Weight Issue */
}

#cover {
	-webkit-backdrop-filter: saturate(180%) blur(100px);
	backdrop-filter: saturate(180%) blur(20px);
}

#cover,
.cover-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden !important;
}


#cover .cover-image {
	background-image: url("dark-wave.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
}

#cover .zoom {
	transform-origin: 50% 80%;
	animation: coverZoom linear 50s;
	animation-iteration-count: infinite;
	-webkit-animation: coverZoom linear 50s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: coverZoom linear 50s;
	-moz-animation-iteration-count: infinite;
	-ms-animation: coverZoom linear 50s;
	-ms-animation-iteration-count: infinite
}

@keyframes coverZoom {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.24)
	}
}

@-moz-keyframes coverZoom {

	0%,
	100% {
		-moz-transform: scale(1)
	}

	50% {
		-moz-transform: scale(1.24)
	}
}

@-webkit-keyframes coverZoom {

	0%,
	100% {
		-webkit-transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.24)
	}
}

@-ms-keyframes coverZoom {

	#content .content-block 0%,
	#content .semplice-cover 0%,
	#content-holder .content-block 0%,
	#content-holder .semplice-cover 0% {
		-ms-transform: scale(1)
	}

	#content .content-block 50%,
	#content .semplice-cover 50%,
	#content-holder .content-block 50%,
	#content-holder .semplice-cover 50% {
		-ms-transform: scale(1.24)
	}

	#content .content-block 100%,
	#content .semplice-cover 100%,
	#content-holder .content-block 100%,
	#content-holder .semplice-cover 100% {
		-ms-transform: scale(1)
	}
}


b,
strong {
	/*font-weight:500;*/
}

#container {
	margin: 10px;
	/* 	min-width:900px; */
}

.content_container {
	margin-left: 185px;
	margin-right: 7px;
	margin-top: 4px;
}

fieldset {
	padding: 10px;
	margin: 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color: #FFF;
	box-shadow: 0 0 2px #CCC;
}

legend {
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	text-align: left;
	border-radius: 5px;
	font-weight: 300;
}

a:link {
	color: #1777BD;
}

a:visited {
	color: #1777BD;
}

a:hover {
	color: #F30;
}

td {
	font-size: 12px;
}

.SmallWords {
	font-size: xx-small;
}

.SmallWordsBlack {
	font-size: xx-small;
	color: #000;
}

.FormText {
	font-size: 8pt;
	color: #000;
}

.FormHelpText {
	font-size: 8pt;
	color: green;
}

pre {
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #2f2f2f;
	margin: 10px;
	padding: 0;
	display: block;
}

.gray10 {
	font-size: 10px;
	color: #979797;
}

.black11_top {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-weight: 700;
}

.black11 {
	font-size: 13px;
}

.black11b {
	font-size: 11px;
	text-decoration: none;
	color: #2f2f2f;
	text-shadow: 1px 1px #fff;
}

.black12 {
	color: #2f2f2f;
	text-decoration: none;
}

.black12b {
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
}

.black12:hover,
.black12b:hover {
	text-decoration: underline;
}

a.blue11 {
	font-size: 11px;
	font-weight: 400;
	text-decoration: underline;
	color: #09e;
}

a.blue11:hover {
	font-size: 11px;
	text-decoration: underline;
	font-weight: 400;
	color: #060;
}

a.blue11b {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	color: #09e;
}

a.blue11b:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: 700;
	color: #060;
}

.red11,
.vred {
	color: #C00;
}

.vorange {
	color: orange;
}

.alert_message_container {
	font-size: 16px;
	line-height: 18px;
	color: #296a3d;
	background-color: #40E172;
	border-radius: 5px;
	border: 1px rgba(102, 204, 65, 1) solid;
	height: auto;
	margin: auto;
	text-align: center
}

.alert_error_container {
	font-size: 16px;
	line-height: 18px;
	color: #C00;
	background-color: #FFCECE;
	border-radius: 5px;
	border: 1px #F4B0B0 solid;
	height: auto;
	margin: auto;
	text-align: center
}

.alert_message:before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-right: 10px;
	width: 1em;
	color: #296a3d;
}

.alert_error:before {
	content: "\f256";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-right: 10px;
	width: 1em;
	color: #C00;
}

.alert_message,
.alert_error {
	padding: 7px 20px;
}

.alert_message a,
.alert_error a {
	text-decoration: underline;
}

.alert_message a:hover,
.alert_error a:hover {
	text-decoration: none;
}

.green11 {
	font-size: 11px;
	color: #060;
}

.textbox {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: silver;
	font-size: 12px;
	color: #2f2f2f;
	background-color: #fff;
}

/* small text */
.grey9 {
	font-size: 9px;
	line-height: 12px;
	color: #666;
}

A.grey9:link {
	font-size: 9px;
	color: #666;
	line-height: 12px;
	text-decoration: none;
}

A.grey9:visited {
	font-size: 9px;
	color: #666;
	line-height: 12px;
	text-decoration: none;
}

A.grey9:hover {
	font-size: 9px;
	color: #060;
	line-height: 12px;
	text-decoration: underline;
}

A.menu:link {
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
}

A.menu:visited {
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
}

A.menu:hover {
	font-size: 11px;
	text-decoration: underline;
	padding-left: 10px;
}

.menutop_title {
	font-weight: 700;
	text-decoration: none;
	font-size: 13px;
	color: #666;
}

A.menutop:link {
	font-size: 11px;
	text-decoration: none;
}

A.menutop:visited {
	font-size: 11px;
	text-decoration: none;
}

A.menutop:hover {
	font-size: 11px;
	text-decoration: underline;
}

.fill01 {
	font-size: 13px;
	/* text-shadow:1px 1px 2px #F2F1F2; */
}

.fill01 a,
.fill01 span {
	text-shadow: none;
}

.fill02 {
	/* text-shadow:1px 1px #fff; */
}

.fill03 {
	background-color: #F5F5F5;
}

.fill04 {
	background-color: #FAFAFA;
}

.fill05 {
	background-color: #F9D3CD;
}

.fill05:nth-child(odd) {
	background-color: #fdccc4;
}

/* Green */
.fill06 {
	background-color: rgba(0, 128, 0, 0.5) !important;
}

/* Blue */
.fill07 {
	background-color: rgba(0, 0, 255, 0.5) !important;
}

/* Yellow */
.fill08 {
	background-color: rgba(255, 255, 0, 0.5) !important;
}

.textfill01 {
	font-size: 11px;
	text-decoration: none;
	color: #2f2f2f;
	background-color: #CCF;
}

.textfill02 {
	font-size: 11px;
	text-decoration: none;
	color: #2f2f2f;
	background-color: #DDD;
}

.textfill03 {
	font-size: 11px;
	text-decoration: none;
	color: #2f2f2f;
	background-color: #F5F5F5;
}

.textfill04 {
	font-size: 11px;
	text-decoration: none;
	color: #2f2f2f;
	background-color: #FAFAFA;
}

.text,
.black12 {
	font-size: 11px;
	line-height: 14px;
	color: #333;
}

.black12 a {
	text-decoration: none;
	/* text-shadow:1px 1px 1px #fff; */
}

.black12 img {
	padding-right: 5px;
}

.fine {
	font-size: 9px;
	line-height: 12px;
	color: #999;
}

.menu_container {
	width: 175px;
	position: absolute;
	top: 40px;
	left: 15px;
	padding-bottom: 5px;
}

.menu_title {
	padding-left: 5px;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px 2px #fff;
	font-weight: 700;
}

.topBar {
	/* background-image:linear-gradient(#4F6EA7,#fff 50px); */
	background-color: #CCC;
	border-radius: 10px;
	border-spacing: 0;
	padding-left: 5px;
	/* text-shadow:1px 1px 2px #fff; */
}

.panelContent {
	/* border:1px #CCC solid; */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.standard {
	color: #666;
	background-color: #FFF;
	border-radius: 10px;
	border-spacing: 0;
}

.standard_transparent {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	background: transparent;
	border-radius: 10px;
	border-spacing: 0;
	background-image: linear-gradient(#C5C5C5, #F4F3F4 50px);
	padding: 10px;
}

.standard_design {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	background-color: rgba(255, 206, 99, 0.5);
	border-radius: 10px;
	border-spacing: 0;
	padding: 10px;
}

.standard_sales {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	background-color: rgba(0, 0, 255, 0.29);
	border-radius: 10px;
	border-spacing: 0;
	padding: 10px;
}

.standard_billed {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	background-color: #FFF;
	border-radius: 10px;
	border-spacing: 0;
	background-image: linear-gradient(#F9D3CD, #fff 60px);
	padding: 10px;
}

table.standard {
	width: 100%;
}

table.standard td {
	padding: 5px;
}

table.standard tr.table_header {
	font-size: 14px;
	text-shadow: 1px 1px #FFF;
	line-height: 16px;
	height: 35px;
}

table.standard tr.table_header td {
	padding-left: 15px;
}

.alternate_a,
table.standard:not(.noaltbgcolor) tr:nth-child(even) {
	background-color: #FFF;
}

.alternate_b,
table.standard:not(.noaltbgcolor) tr:nth-child(odd) {
	background-color: #EFEFEF;
}

.topic_name {
	font-size: 16px;
}

table.hover tr:not(.nohover):hover {
	background-color: yellow !important;
}

table.hover tr:first-child:hover {
	background-color: transparent !important;
}

/*
table.hover tr.nohover {
    background-color: white !important;
}
*/

.bordertop {
	border-top: 1px solid #CCC;
}

.standardtext {
	font-size: 10px;
	line-height: 150%;
	color: #666;
}

.line {
	border-top: 1px solid #CCC;
}

.fill06 {
	background-color: #D6DFF7;
}

.strike {
	text-decoration: line-through;
	color: red;
}

.highlight {
	background-color: rgba(255, 255, 0, 0.25);
}

.highlight_2 {
	background-color: rgba(255, 206, 99, 0.25);
}

.highlight_3 {
	background-color: rgba(189, 0, 17, 0.25);
}

#overlay_container {
	position: fixed;
	z-index: 9999997;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: scroll;
	background-color: rgba(0, 0, 0, 0.5);
}

#overlay {
	position: relative;
	vertical-align: middle;
	background-color: #FFF;
	margin: 100px;
	padding: 20px;
	box-shadow: 1px 1px 15px rgba(125, 125, 125, 0.81);
	border-radius: 25px;
	z-index: 9999998;
}

#overlay_content {
	position: relative;
	z-index: 9999999;
}

body.mobile #overlay {
	margin: 5%;
	padding: 10px;
}

#ajax_window {
	z-index: 9999999;
	background-color: #FFC;
	opacity: .95;
	filter: alpha(opacity=95);
	border: 1px solid red;
	position: fixed;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	overflow: auto;
	padding: 15px;
}

.status {
	background-color: #1777BD;
	color: #FFF;
	text-align: center;
	font-size: 125%;
}

.status_icon {
	font-size: 20px;
	line-height: 20px;
}

#csv_file_preview {
	border: 1px solid red;
	height: 225px;
	margin: 4px auto;
	overflow: scroll;
	width: 730px;
}

.caution span {
	background-color: #000;
	padding: 5px;
	border-radius: 20px;
}

.caution {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	left: 0;
	line-height: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	visibility: visible;
}

.warning {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	left: 0;
	line-height: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	visibility: visible;
}


.alert_text {
	background-color: #292929;
	padding: 5px;
	border-radius: 20px;
}

#otherContent {
	/* Normal text content */
	float: left;
	/* Firefox - to avoid blank white space above panel */
	padding-left: 10px;
	/* A little space at the left */
}

.style1 {
	color: #666
}

.style2,
style2 a {
	font-size: 22px;
}

textarea,
input[type="number"],
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border: 1px solid #bbb;
	background-color: #FFF;
	margin: 0;
	border-radius: 5px;
	outline: 0;
	outline-style: none;
	outline-width: 0;
	-webkit-appearance: none;
}

textarea {
	padding: 2px 10px;
	box-sizing: border-box;
}

/*
input {
 outline:none;
}
*/



img:focus {
	border: 2px solid yellow;
	outline-style: none;
}

input[type="submit"]:focus {
	background-color: yellow;
	/* fallback color if gradients are not supported */
	background-image: none;
	color: #729EC7;
	box-shadow: none;
}

/*
select {
	height:25px;
	padding:6px 16px;
	border:none;
	font-weight: 700;
}
*/

textarea {
	background-color: #FFF;
}

div.autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	background-color: #fff;
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 400px;
	opacity: .9;
	white-space: nowrap
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	color: #000;
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 2px;
	height: 16px;
	cursor: pointer;
	white-space: nowrap
}

#current_time {
	font-size: 40px;
	height: 44px;
	display: block;
}

#weather_container {
	float: right;
	width: 30%;
	margin: 0 0 10px 10px;
}

#venueweather {
	padding: 10px;
	font-size: 12px;
}

#venueweather .venue_weather_icon {
	border-radius: 5px;
	box-shadow: 0 0 6px #7d7d7d;
}

#venueweather .venue_weather_temperature {
	font-size: 50px;
	line-height: 40px;
}

#venueweather .venue_weather_string {
	font-size: 28px;
	line-height: 32px;
	clear: left;
}

#venueweather .venue_weather_observation_time {
	font-size: 10px;
}

.contact_name {
	font-size: 3em;
	line-height: 1em;
}

.contact_company {
	font-size: 2em;
	line-height: 1em;
}

::selection {
	color: #fff;
	background: #7a7a7a;
}

::-moz-selection {
	color: #fff;
	background: #7b7b7b;
}

#logo {
	text-align: center
}

#logo img {
	border: none;
	margin: 0 auto
}

#logo_lightmode {
	display: block;
}

#logo_darkmode {
	display: none;
}


div#search_for_auto_complete {
	position: absolute;
	width: 80%;
	max-height: 600px;
	overflow: auto;
	top: 44px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
	padding: 0px;
	z-index: 99999;
	-khtml-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px #CCC solid;
	border-top: none;
	border-radius: 4px;
	-khtml-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

#auto_close {
	/*
	display:inline;
	position:absolute;
	right:15px;
*/
	cursor: pointer;
}

ul.contacts {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	text-align: left;
	z-index: 9;
}

ul.contacts div.header {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	z-index: 9;
}

ul.contacts div.footer {
	text-align: center;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	z-index: 9;
}

ul.contacts div.footer:hover {
	background-color: white;
}

/*
ul.contacts li:hover {
	background-color:yellow;
	cursor:pointer;
	z-index:9;
}
*/

li.contact {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px;
	height: auto;
	z-index: 9;
	background-color: #FFF;
	cursor: pointer;
}

li.contact a {
	text-decoration: none;
	color: gray !important;
	padding: 5px;
}

li.contact a:hover {
	text-decoration: none;
	color: black !important;
}

li.contact div.image {
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 8px;
	margin-left: 8px;
}

li.contact div.name {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2em;
	color: #000;
}

.vrow_a {
	background-color: #fff;
}

.vrow_b {
	background-color: #efefef;
}

/* Entire pane */
#dhtmlgoodies_xpPane {
	float: left;
	width: 100%;
	white-space: nowrap;
	left: 0;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel {
	margin-left: 0;
	margin-right: 2px;
	margin-top: 10px;
}

#dhtmlgoodies_xpPane .panelContent {
	font-size: 10px;
	/*
		border-left:1px solid #FFF;
		border-bottom:1px solid #FFF;
*/
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	position: relative;
	clear: both;
	/* background-color:#fff; */
}

#dhtmlgoodies_xpPane .panelContent div {
	position: relative;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar {
	height: 25px;
	padding-right: 5px;
	cursor: pointer;
	overflow: hidden;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span {
	line-height: 25px;
	vertical-align: middle;
	font-size: 12px;
	/*
color:#fff;
	text-shadow:1px 1px 2px #000;
	font-weight:700;
*/
	float: left;
	padding-left: 2px;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar i {
	float: right;
	cursor: pointer;
	padding: 5px;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar i.fa-chevron-down,
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar.open i.fa-chevron-up {
	display: none;
}

#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar.open i.fa-chevron-down,
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar i.fa-chevron-up {
	display: block;
}

.priority-very_high {
	color: red;
	animation: blink 1s step-start 0s infinite;
	-webkit-animation: blink 1s step-start 0s infinite;
}

.priority-high {
	color: orange;
	animation: blink 1s step-start 0s infinite;
	-webkit-animation: blink 1s step-start 0s infinite;
}

@keyframes blink {
	50% {
		opacity: 0.0;
	}
}

@-webkit-keyframes blink {
	50% {
		opacity: 0.0;
	}
}

.priority-normal {
	color: transparent;
}

i.venue_copy {
	color: #1777BD;
	cursor: pointer;
	padding: 0 5px;
	position: relative;
}

i.venue_copy:hover {
	color: #F30;
}

i.venue_copy:after {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 11px;
	background: rgba(33, 37, 41, 0.9);
	color: #FFF;
	padding: .5em 1em;
	white-space: nowrap;
	z-index: 10;
	transition: all 0.18s ease-out 0.18s;
	pointer-events: auto;
	border-radius: 4px;
}

i.venue_copy:hover:after {
	content: attr(data-balloon);
	transform: translate(-50%, 0);
}

i.copy_active {
	z-index: 10;
	animation-delay: 0s;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}



@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(-100%);
	}

	5% {
		-webkit-transform: translateY(-100%);
	}

	15% {
		-webkit-transform: translateY(0);

	}

	20% {
		-webkit-transform: translateY(-80%);
	}

	25% {
		-webkit-transform: translateY(0%);

	}

	30% {
		-webkit-transform: translateY(-70%);
	}

	35% {
		-webkit-transform: translateY(0%);

	}

	40% {
		-webkit-transform: translateY(-60%);
	}

	45% {
		-webkit-transform: translateY(0%);

	}

	50% {
		-webkit-transform: translateY(-50%);
	}

	55% {
		-webkit-transform: translateY(0%);

	}

	60% {
		-webkit-transform: translateY(-30%);
	}

	65% {
		-webkit-transform: translateY(0%);

	}

	70% {
		-webkit-transform: translateY(-15%);
	}

	75% {
		-webkit-transform: translateY(0);

	}

	80% {
		-webkit-transform: translateY(-10%);
	}

	85% {
		-webkit-transform: translateY(0);

	}

	90% {
		-webkit-transform: translateY(-5%);
	}

	95% {
		-webkit-transform: translateY(0);

	}

	100% {
		-webkit-transform: translateY(0);

	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(-100%);
	}

	5% {
		-webkit-transform: translateY(-100%);
	}

	15% {
		-webkit-transform: translateY(0);

	}

	20% {
		-webkit-transform: translateY(-80%);
	}

	25% {
		-webkit-transform: translateY(0%);

	}

	30% {
		-webkit-transform: translateY(-70%);
	}

	35% {
		-webkit-transform: translateY(0%);

	}

	40% {
		-webkit-transform: translateY(-60%);
	}

	45% {
		-webkit-transform: translateY(0%);

	}

	50% {
		-webkit-transform: translateY(-50%);
	}

	55% {
		-webkit-transform: translateY(0%);

	}

	60% {
		-webkit-transform: translateY(-30%);
	}

	65% {
		-webkit-transform: translateY(0%);

	}

	70% {
		-webkit-transform: translateY(-15%);
	}

	75% {
		-webkit-transform: translateY(0);

	}

	80% {
		-webkit-transform: translateY(-10%);
	}

	85% {
		-webkit-transform: translateY(0);

	}

	90% {
		-webkit-transform: translateY(-5%);
	}

	95% {
		-webkit-transform: translateY(0);

	}

	100% {
		-webkit-transform: translateY(0);

	}
}


/* hr {
	border: none;
	  height: 0px;
	  box-shadow: 0 1px 4px 1px #CFD7DE;
} */

hr {
  border-style: inset;
  border: 3px #1777BD solid;
  margin: 30px 0;
  clear: both;
}

table tr th {
	padding: 0 5px;
	font-weight: bold;
}

#session_time {
	font-size: 10px;
	color: #979797;
	text-align: center
}

#session_timeout_window {
	z-index: 9999999;
	background-color: #303030;
	opacity: .95;
	filter: alpha(opacity=95);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	padding: 15px;
	width: auto;
	height: auto;
}

#session_timeout_window .alert_error_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
}



.bodyimg {
	width: 100%;
	min-height: 100vh;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.loginbox {
	background: rgb(0, 54, 108);
	width: 100%;
	min-height: 550px;
	margin: 50px auto;
	display: flex;
	align-items: center;
	background: -moz-linear-gradient(180deg, rgba(0, 54, 108, 1) 0%, rgba(0, 101, 167, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 54, 108, 1) 0%, rgba(0, 101, 167, 1) 100%);
	background: linear-gradient(180deg, rgba(0, 54, 108, 1) 0%, rgba(0, 101, 167, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00366c", endColorstr="#0065a7", GradientType=1);
	border-radius: 10px
}

.loginbox .btn {
	background: #75AED3 !important;
	border-radius: 10px !important
}

.loginbox .btn:hover,
.btnDiv input:hover,
.save:disabled {
	background: rgba(255, 255, 255, 0.3) !important
}

.form-main,
.innerlogin {
	position: relative;
	width: 100%;
	padding: 30px;
}

.innerlogin figure {
	display: block;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 10px
}

.innerlogin figure img {
	width: 250px;
	height: auto;
	display: inline-block;
}

.form-group {
	position: relative;
	margin-bottom: 30px;
}

input[type="password"].form-control {
	text-transform: inherit;
}

.form-group span.icons {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 6px;
	display: block;
}

.form-group span.profile-icons {
	background: url(images/User_icons.png) no-repeat;
	background-size: cover;
}

.form-group span.password-icons {
	background: url(images/lock-icon.png) no-repeat;
	background-size: cover;
}

.rembersec {
	display: flex;
	-ms-flex: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 0 30px;
}

.rembersec>div {
	text-align: left;
}

.rembersec>div.fg-password {
	text-align: right;
}

.fg-password a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.checkbox {
	display: flex;
	align-items: center;
}

.checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	background: transparent;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.checkbox label {
	padding: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.otherLinks {
	display: block;
	width: 100%;
	padding: 15px 0;
	margin: 15px 0;
	border-top: 2px solid #fff;
}

.btnDiv {
	position: relative;
	text-align: center;
	padding: 30px 0 20px;
}

.btnDiv .btn {
	display: inline-block;
	min-width: 200px;
	min-height: 45px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	border: 0;
	background: #0099d4;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.otherLinks ul li {
	display: block;
	line-height: auto;
	position: relative;
}

.otherLinks ul li a {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

span.icons {
	width: 35px;
	height: 35px;
	display: inline-block;
}

span.fileicon {
	background: url(images/file-icon.png) no-repeat;
	background-size: 70%;
	background-position: 3px;
}

.otherLinks ul li a span.helpicon {
	background: url(images/help-icon.png) no-repeat;
	background-size: 70%;
	background-position: 3px;
}

.otherLinks p {
	color: #FFF
}

.fg-password a:hover,
.otherLinks ul li a:hover {
	color: #ccc;
	text-decoration: underline
}