/* reset style */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset style */

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-image: url("images/bg.jpg");
	background-color: #8ddbf2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ui-widget {
	font-family: Verdana, Tahoma, sans-serif;
}

h1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	margin-left: 5px;
}

div#menu {
	overflow: hidden;
}

#menu ul {
	width: 1000px;
	height: 35px;
	margin: 0px auto;
}

#menu ul li {
	float: left;
	background: rgba(27, 164, 189, 0.5);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 28px;
	margin: 7px 1px 0px;
	padding: 0px 5px;
}

#menu ul li.active,
#menu ul li.active:hover {
	background: #fff;
	height: 35px;
	margin: 0px;
}

#menu ul li.active a {
	padding: 7px 8px;
}

#menu ul li.active a:link,
#menu ul li.active a:visited {
	text-decoration: none;
	display: block;
	font-size: 10px;
	color: #000;
}

#menu ul a {
	display: block;
	height: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 9px;
	font-weight: bold;
	font-family: "Helvetica Neue", sans-serif;
	padding: 4px;
}

@media only screen and (min-width: 1367px) {

	#menu ul {
		width: 1200px;
	}

	#menu ul li {
		padding: 0px 7px;
	}

	#menu ul li.active a:link,
	#menu ul li.active a:visited {
		font-size: 13px;
	}

	#menu ul a {
		font-size: 11px;
	}
}

#menu ul a:hover {
	color: #000;
}

#menu ul li:hover {
	background: rgba(255, 255, 255, 0.5);
}

#menu ul a img {
	margin-right: 4px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

a {
	font-size: 9pt;
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a.folder_name:hover,
a.file_name:hover {
	color: Red;
}

input.blocked {
	background-color: #FFFFE1
}

.textmiddle {
	vertical-align: middle;
}

input.blur {
	color: #999;
}

input.highlight {
	background-color: #ffffb0
}

table.top,
td.top {
	border: 2px solid black;
	border-collapse: collapse;
	background-color: #FFFFFF
}

table.grid,
tr.grid,
td.grid {
	background-color: #fff;
	font-size: 8pt;
	border-collapse: collapse;
}

table.grid {
	border-collapse: separate;
	border-spacing: 4px;
}

table.calendar {
	empty-cells: hide;
}

table.grid img {
	vertical-align: middle;
}

tr.grid_even td {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

tr.grid td,
tr.grid_title td,
table.grid tr th {
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	background: #66d37d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	height: 30px;
	vertical-align: middle
}

tr.grid td {
	background: #ffffb0;
}

tr.grid_even td {
	background: #fcfcfc;
}

td.busy {
	background: #fff0f0;
}

tr.click:hover {
	cursor: crosshair
}

tr.grid_service {
	white-space: nowrap;
	height: 24px;
	border: 0px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border-collapse: collapse;
}

tr.grid_service td img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

tr.grid_title td.grid_saturday, tr.grid td.grid_saturday, tr.grid_even td.grid_saturday  {
	background: #d58282;
	color: #fff;
}

tr.grid_title td.grid_sunday, tr.grid td.grid_sunday, tr.grid_even td.grid_sunday  {
	background: #d36666;
	color: #fff;
}

tr.grid_title td.grid_today, tr.grid td.grid_today, tr.grid_even td.grid_today {
	background: #8ddbf2;
	color: #fff;
	font-weight: bold;
}

td.grid_user {
	background: #00a35d;
	color: #fff;
	font-weight: bold;
}

tr.grid_title, table.grid tr th {
	color: #fff;
}

table.grid:not(.calendar) tr:hover:not(.grid_title) td {
	background-color: #ffee11;
	color: #000;
}

table.grid:not(.calendar) tr.focused:not(.grid_title) td {
	background-color: #2A9FFF;
	color: #fff;
	font-weight: bold;
}

a.grid_service {
	font-size: 129pt;
	color: #AAAAAF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.grid_link {
	font-size: 9pt;
	color: #fff;
	text-decoration: underline
}

a.grid_link_active {
	font-size: 9pt;
	color: #f55
}

table.main,
tr.main,
td.main {
	border: 2px solid black;
	background-color: #FFF7FE
}

table.desc,
tr.desc,
td.desc {
	font-weight: bold;
	border: 0px solid black;
}

td.descr {
	font-size: 12pt;
	color: red;
	font-weight: bold;
	border: 0px solid black;
}

tr.title {
	font-weight: bold;
	text-align: center;
	border: 1px
}

tr.blue {
	background-color: #BBE9FF;
	border: 1px
}

tr.darkyellow {
	background-color: #EEEEAA
}

tr.yellow {
	background-color: #FFFF80
}

tr.red {
	background-color: #FF6A6A
}

#head {
	height: 40px;
	width: 100%;
	min-width: 920px;
	background: #333;
	position: relative;
	margin-bottom: 5px;
}

#head h1,
#head #ver,
#head>ul {
	position: absolute;
	text-shadow: 0px 1px 1px #000;
}

#head h1 {
	left: 0px;
	height: 20px;
	padding: 10px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}

#head h1 strong {
	font-weight: bold;
}

#head #ver {
	width: 200px;
	height: 20px;
	padding: 12px 0px 8px;
	left: 50%;
	margin-left: -100px;
}

#head>ul {
	right: 0px;
}

#head>ul>li {
	float: left;
	height: 20px;
	padding: 12px 0px 8px;
	margin: 0px 10px;
	color: #aaa;
	white-space: nowrap;
}

#head>ul>li img {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

#head>ul>li a {
	font-weight: bold;
}

#head>ul>li a:hover {
	color: #fff;
}

#head_main {
	height: 40px;
	width: 100%;
	background: #000 url('ximages/logo_background.png');
}

#head_logo {
	display: inline;
	height: 40px;
	width: 200px;
}

#head_ver {
	display: inline;
	height: 40px;
	width: 100px;
}

#head_login {
	display: inline;
	height: 40px;
	width: 200px;
}

#head_logout {
	display: inline;
	float: right;
	margin-top: 15px;
}

/* old content 
#content {border: 2px solid black; background-color: #edf6ff; min-width:500px; min-height: 500px; margin-left: 25px; margin-right: 25px; }
*/
#content {
	background: #fff;
}

#contentWrap {}

#grid,
#hist_grid {
	margin: 0px auto;
	width: 98%;
}

#order_popup {
	border: 2px solid black;
	border-radius: 5px;
	padding: 1px;
	background-color: #EEEEEE;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 20000;
}

a.popupTrigger {
	font-size: 9pt;
}

a.popupTrigger img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}


#service_form h1 {
	text-align: center;
}

#content h1 {
	text-align: center;
}

.content {
	padding: 20px;
}

#tabs {
	border: 0px;
}



#fancybox-content,
#fancybox-outer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}



div#client_calendar_type img {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

div#client_all,
div#client_nav_top,
div#client_nav_bottom,
div.nav {
	margin: 0px auto;
}

div#client_all,
div#client_nav_top,
div#client_nav_bottom,
div.nav {
	width: 98%;
	height: 20px;
	padding: 10px 0px 0px;
}

div#client_nav_bottom,
div.nav_bottom {
	padding: 5px 0px 10px;
}

div#client_all,
div#client_nav_top,
div.nav_top {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}

div#client_nav_bottom,
div.nav_bottom {
	border-top: 1px solid #999;
	margin-top: 5px;
}

div#client_all {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	text-align: center;
}

div#client_all a {
	font-weight: bold;
}

#client_nav_top ul,
#client_nav_bottom ul,
#client_all ul,
div.nav ul {
	position: relative;
	width: 100%;
}

#client_nav_top ul li,
#client_nav_bottom ul li,
#client_all ul li,
div.nav ul li {
	position: absolute;
}

#client_all ul li.prev,
#client_all ul li.next,
div.nav ul li.prev,
div.nav ul li.next {
	width: 33%;
}

#client_nav_top ul li.prev,
#client_nav_top ul li.next {
	width: 33%;
}

#client_nav_bottom ul li.prev,
#client_nav_bottom ul li.next,
#client_all ul li.next {
	width: 33%;
}

#client_nav_top ul li.status,
#client_nav_bottom ul li.status,
#client_all ul li.status,
div.nav ul li.status {
	min-width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
}

#client_nav_top ul li.prev,
#client_nav_bottom ul li.prev,
#client_all ul li.prev,
div.nav ul li.prev {
	left: 0px;
	text-align: left;
}

#client_nav_top ul li.next,
#client_nav_bottom ul li.next,
#client_all ul li.next,
div.nav ul li.next {
	right: 0px;
	text-align: right;
}

#client_nav_top ul li a,
#client_nav_bottom ul li a,
div.nav ul li a {
	color: #999;
	font-weight: bold;
}

#client_nav_top ul li a:hover,
#client_nav_bottom ul li a:hover,
div.nav ul li a:hover {
	color: #333;
}


div#order_client_calendar_type img {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

div#order_client_all,
div#order_client_nav_top,
div#order_client_nav_bottom {
	margin: 0px auto;
}

div#order_client_all,
div#order_client_nav_top,
div#order_client_nav_bottom {
	width: 98%;
	height: 20px;
	padding: 10px 0px 0px;
}

div#order_client_nav_bottom {
	padding: 5px 0px 10px;
}

div#order_client_all,
div#order_client_nav_top {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}

div#order_client_nav_bottom {
	border-top: 1px solid #999;
	margin-top: 5px;
}

div#order_client_all {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	text-align: center;
}

div#order_client_all a {
	font-weight: bold;
}



#order_client_nav_top ul,
#order_client_nav_bottom ul,
#order_client_all ul {
	position: relative;
	width: 100%;
}

#order_client_nav_top ul li,
#order_client_nav_bottom ul li,
#order_client_all ul li {
	position: absolute;
}

#order_client_all ul li.prev,
#order_client_all ul li.next {
	width: 33%;
}

#order_client_nav_top ul li.prev,
#order_client_nav_top ul li.next {
	width: 33%;
}

#order_client_nav_bottom ul li.prev,
#order_client_nav_bottom ul li.next {
	width: 33%;
}

#order_client_nav_top ul li.status,
#order_client_nav_bottom ul li.status,
#order_client_all ul li.status {
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
}

#order_client_nav_top ul li.prev,
#order_client_nav_bottom ul li.prev,
#order_client_all ul li.prev {
	left: 0px;
	text-align: left;
}

#order_client_nav_top ul li.next,
#order_client_nav_bottom ul li.next,
#order_client_all ul li.next {
	right: 0px;
	text-align: right;
}

#order_client_nav_top ul li a,
#order_client_nav_bottom ul li a {
	color: #999;
	font-weight: bold;
}

#order_client_nav_top ul li a:hover,
#order_client_nav_bottom ul li a:hover {
	color: #333;
}


div#loginBox {
	width: 500px;
	height: 240px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -130px;
	background: #fff;
	border: 10px solid rgba(0, 0, 0, .25);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	-moz-background-clip: border;
	/* Firefox 3.6 */
	-webkit-background-clip: border;
	/* Safari 4? Chrome 6? */
	background-clip: border-box;
	/* Firefox 4, Safari 5, Opera 10, IE 9 */

	-moz-background-clip: padding;
	/* Firefox 3.6 */
	-webkit-background-clip: padding;
	/* Safari 4? Chrome 6? */
	background-clip: padding-box;
	/* Firefox 4, Safari 5, Opera 10, IE 9 */

	-moz-background-clip: content;
	/* Firefox 3.6 */
	-webkit-background-clip: content;
	/* Safari 4? Chrome 6? */
	background-clip: content-box;
	/* Firefox 4, Safari 5, Opera 10, IE 9 */
}

div#loginBox header {
	width: 100%;
	height: 95px;
	background: #eee;
}

div#loginBox header h1 {
	font-size: 24pt;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	color: #000;
	padding: 25px 0px 10px;
}

div#loginBox header h1 strong {
	font-weight: bold;
}

div#loginBox header h2 {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	color: #bdbdbd;
}

div#loginBox div#loginForm {
	width: 500px;
	height: 145px;
	position: relative;
}

div#loginBox div#loginForm #user_name,
div#loginBox div#loginForm #password {
	position: absolute;
	top: 30px;
	right: 52%;
	width: 140px;
	height: 24px;
	border: 1px solid #92e4ff;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 12pt;
	padding: 5px;
}

div#loginBox div#loginForm #password {
	left: 52%;
}

div#loginBox div#loginForm #user_name:focus,
div#loginBox div#loginForm #password:focus {
	box-shadow: 0px 0px 10px rgba(146, 228, 255, 1);
	outline: 0;
}

div#loginBox div#loginForm #autologinwrap {
	position: absolute;
	top: 90px;
	right: 52%;
}

div#loginBox div#loginForm #submit {
	position: absolute;
	top: 90px;
	left: 52%;
}


div#footer {
	margin: 25px auto;
	width: 940px;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;
	font-size: 9pt;
	color: #666;
}

div#footer a {
	color: #666
}

div#footer a:hover {
	color: #000;
}

div#warning {
	border: 2px solid black;
	border-radius: 5px;
	padding: 5px;
	background-color: #ff7777;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	font-size: 15px;
	top: 5px;
	height: auto;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	z-index: 999;
	padding: 10px;
}

div.companies {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 100%;
	background: #333;
	display: none;
}

div.companies li {
	padding: 5px;
	color: #fff;
}

li.companies {
	position: relative;
}

li.companies:hover div.companies {
	display: block;
}

.changes li {
	padding-bottom: 10px;
}

div.tag {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #666;
	display: inline-block !important;
	margin-right: 2px;
}

/* HTML marker styles */
.service-tag {
  background-color: #d36666;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 6px 8px;
  position: relative;
	display: flex;
	align-items: center;
	border-top: 0px solid #d36666;
}

.service-tag::after {
  content: "";
  position: absolute;	
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: inherit;	
	border-top-width: 8px;
	border-bottom: 0px;
}

/* HTML marker styles */
.route-tag {
  background-color: #d36666;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 6px 8px;
  position: relative;
	display: flex;
	align-items: center;
	border-top: 0px solid #d36666;
	bottom: 25px;
}

.route-tag::after {
  content: "";
  position: absolute;	
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: inherit;	
	border-top-width: 8px;
	border-bottom: 0px;
}

.order-tag {
  background-color: #4285F4;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 6px 8px;
  position: relative;
	display: flex;
	align-items: center;
	border-top: 0px solid #4285F4;
}

.order-tag::after {
  content: "";
  position: absolute;
	display: flex;
	align-items: center;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: inherit;
	border-top-width: 8px;
	border-bottom: 0px;
}

.order-tag img {
	width: 16px; 
	height: 16px
}