@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url('../fonts/Roboto-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2');
}

:root {
	--inset-top: env(safe-area-inset-top);
	--inset-bottom: env(safe-area-inset-bottom);
	--inset-left: env(safe-area-inset-left);
	--inset-right: env(safe-area-inset-right);
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.footer_buttons_container {
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}


div.footer_button_light {
	cursor: pointer;
	font-size: 10pt;
	display: inline-block;
	border-radius: 5px;
	background-color: #ededed;
	color: #666666;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	-webkit-tap-highlight-color: transparent;
}

div.footer_button_main {
	cursor: pointer;
	font-size: 10pt;
	display: inline-block;
	border-radius: 5px;
	background-color: #004b7d;
	color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	-webkit-tap-highlight-color: transparent;
}

td.navbar_top {
	background-image: url('../images/grey_grad.gif');
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
}

div.check_entry {
	border: 1px solid transparent;
	margin-bottom: 10px;
}

div.check_entry_required {
	border: 1px solid #ffaaaa;
	background-color: #ffeeee;
	border-radius: 5px;
}

div.sync_menu {
	color: #333333;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 100%;
	text-align: left;
	font-size: 11pt;
	cursor: default;
	width: 240px;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

div.sync_status {
	padding-top: 18px;
	padding-bottom: 18px;
}

div.sync_button {
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 0px;
	color: #ffffff;
	font-family: Inter, Arial;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	background-color: #004b7d;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-size: 9pt;
}

div.workspace_channel_container {
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	background-color: #fafafa;
	transition: all 0.3s;
}

div.workspace_channel_container_selected {
	background-color: #e5f3fb;
	transition: all 0.3s;
}

div.workspace_channel_container_archived {
	background-color: #f9f9f9;
	transition: all 0.3s;
	opacity: 0.7;

}

div.workspace_channel_container:hover {
	background-color: #e5f3fb;
}

div.workspace_channel_link_title {
	width: calc(100% - 45px);
	font-family: 'Inter';
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555555;
	letter-spacing: -0.2px;
	font-size: 11pt;
	font-weight: 600;
}

div.workspace_channel_link_time {
	position: absolute;
	right: 10px;
	top: 1px;
	font-size: 9pt;
	color: #005fa9;
}

div.workspace_case_id {
	position: absolute;
	right: 10px;
	top: 20px;
	border-radius: 6px;
	background-color: #999999;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #ffffff;
	font-size: 8pt;
}


div.workspace_channel_link_icon {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 9pt;
	color: #777777;
}

div.workspace_channel_link {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.workspace_channel_desc {
	color: #999999;
	font-size: 9pt;
	width: 270px;
	word-wrap: break-word;
}

div.dashboard_inner_container {
	word-wrap: break-word;
	overflow-x: hidden;
	box-sizing: border-box;
	border: 1px solid #bbbbbb;
	box-shadow: inset 1px 2px 2px rgba(0,0,0,0.07);
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 10px;
}

div.dashboard_list {
	border-bottom: 1px solid #e4e4e4;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

div.dashboard_list:last-of-type {
	border-bottom: 0px;
}

div.mobile_switch {
	display: inline-block;
	box-sizing: border-box;
	width: 225px;
	font-weight: 400;
	height: 28px;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: -apple-system, 'Inter';
	border-radius: 12px;
	background-color: rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}

select.mobile_dropdown {
	border: 0px;
	font-family: 'Inter';
	color: #333333;
	font-size: 10pt;
	font-weight: 400;
	line-height: 14pt;
	padding-top: 7px;
	padding-bottom: 7px;
	appearance: none;
	background-color: transparent;
	background-image: url(arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 12px;
	padding-right: 20px;
	background-image: url('../images/chevron_down.svg');
	outline: 0px;
}

div.mobile_switch_option {
	width: 75px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	line-height: 30px;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 3;
	-webkit-tap-highlight-color: transparent;
}

div.mobile_switch_option_background {
	background-color: rgba(225,225,255,0.3);
	width: 75px;
	box-sizing: border-box;
	position: absolute;
	left: 75px;
	top: 0px;
	height: 100%;
	border-radius: 12px;
	box-shadow: 1px 1px 10px -3px rgba(0,0,0,1);
	z-index: 2;
}

div.mobile_switch_background {
	width: 100%;
	height: 100%;
	box-shadow: inset 5px 5px 10px -8px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
}

div.mobile_switch_light div.mobile_switch_option {
	color: rgba(255,255,255, 0.8);
}

.light_scroll::-webkit-scrollbar {
  width: 14px;
  height: 8px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.light_scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.light_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.2);
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

.dark_scroll::-webkit-scrollbar {
  width: 14px;
  height: 8px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.dark_scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.dark_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.13);
  border-radius: 10px;
  min-height: 100px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

div.mini_button {
	margin-left: 3px;
	margin-bottom: 3px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	border-radius: 4px;
	border: 1px solid #CBD0D5;
	text-align: center;
	cursor: pointer;
}

div.po_job_select {
	box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.3);
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-left: 3px solid #ff9900;
	padding: 5px;
	margin-bottom: 10px;
	word-wrap: break-word;
	cursor: pointer;
	transition: all 0.3s;
}

div.po_job_select:hover {
	background-color: #fffff4;
}

div.combo_filter_container {
	padding: 10px;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: inset 2px 2px 10px -5px rgba(0,0,0,0.2);
	border: 1px solid #ddddee;
	background-color: #fcfcfc;
}

div.combo_filter_delete {
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

div.left_navbar_inner_title {
	font-family: Roboto, Arial;
	letter-spacing: 0.2px;
	font-size: 8pt; color: #8888aa;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div.left_navbar_inner_title a {
	color: inherit;
	font-size: 9pt;
	color: #b4b4c4;
}

div.left_navbar_counter_outer {
	position: absolute;
	z-index: 2;
	top: -1px;
	right: 0px;
	margin-left: 3px;
	min-width: 35px;
	text-align: right;
}

div.left_navbar_counter_inner {
	display: inline-block;
	border-radius: 5px;
	background-color: #a4a4a4;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	font-weight: bold;
}

div.homepage_master {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}

span.topbar_counter {
	padding: 3px;
	margin-left: 0px;
	display: inline-block;
	font-size: 8pt;
	padding-left: 4px;
	line-height: 9px;
	padding-right: 4px;
	font-weight: bold;
	background-color: #aaaaaa;
	border-radius: 10px;
	color: #ffffff;
	margin-left: 0px;
	text-align: center;
}

span.tab_counter {
	float: right;
	padding: 3px;
	font-size: 8pt;
	padding-left: 4px;
	line-height: 9px;
	padding-right: 4px;
	font-weight: bold;
	background-color: #888888;
	border-radius: 10px;
	color: #ffffff;
	margin-left: 4px;
	display: none;
	text-align: center;
}

span.tab_counter_spinner {
	float: right;
	padding-left: 4px;
	padding-right: 4px;
}

span.firefox_fix {
	top: 0px;
	position: relative;
}

div.nav_left_group, div.nav_left_group_selected {
	cursor: pointer;
	border-top: 1px solid #edf3f9;
	height: 32px;
	border-bottom: 1px solid #b4bdc7;
}

div.nav_left_group_selected {
	background-image: url('../images/navbar_bg_gloss.png');
	background-position: center bottom;
}

.cls #back_left{
  	color:red;
}

.cls #back_right{
  	color:red;
}

.cls #front_left{
  	color:red;
}

.cls #front_right{
  	color:red;
}

.cls2 #back_left{
  	color:orange;
}

.cls2 #back_right{
  	color:orange;
}

.cls2 #front_left{
  	color:orange;
}

.cls2 #front_right{
  	color:orange;
}

.groupbox {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	margin-top: 9px;
	margin-left: 2px;
	margin-right: 8px;
	margin-bottom: 15px;
	padding: 12px;
	padding-right: 15px;
	border-radius: 5px;
	border: 1px solid #c4d2da;
	padding-top: 15px;
}

.groupbox:last-of-type {
	margin-bottom: 0px;
}

.groupbox_title {
	position: absolute;
	top: -7px;
	left: 10px;
	background-color: #ffffff;
	color: #333333;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}


#pup {
  position:absolute;
  z-index:20; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  background-color:#FFFFEE;
  font-size: 8pt;
  font-family:'Roboto', Arial, Tahoma, sans-serif;
  border: 1px solid #BBBBBB;
}

A:link { COLOR: #005fa9; TEXT-DECORATION: none }
A:hover { TEXT-DECORATION: underline }
A:visited {
	COLOR: #005fa9;
}

A.darklink:link { COLOR: #333333; TEXT-DECORATION: none }
A.darklink:hover { TEXT-DECORATION: underline }
A.darklink:visited {
	color: #333333;
}
A.redlink:link, A.redlink:visited {
	color: #990000;
}

A.redlink:hover {
	text-decoration: underline;
}

div.docs_right_container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
}

div.docs_right_container_selected {
	border: 1px dashed #cc0000;
}

div.docs_left {
	border: 1px solid transparent;
	margin-bottom: 0px;
	padding: 2px;
	background-color: transparent;
	line-height: 16px;
	-webkit-tap-highlight-color: transparent;
}

div.docs_left_selected {
	border: 1px solid #aecffa;
	margin-bottom: 0px;
	padding: 2px;
	background: #cce8ff;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(233, 249, 255, 1) 10%, rgba(204, 232, 255, 1) 100%);
	border-radius: 3px;
	line-height: 16px;
	-webkit-tap-highlight-color: transparent;
}

div.docs_left_selected a {
	text-decoration: none;
}

div.docs_left_selected a:hover, div.docs_left a:hover {
	text-decoration: none;
}

a.imagediv {
	float: left;
	text-decoration: none;
	color: #444444;
	font-family: 'Roboto', Arial;
	font-size: 8pt;
	text-align: center;
	border: 1px solid #cccccc;
	background-color: #efefef;
	margin-left: 5px;
	margin-top: 5px;
	overflow: hidden;
	width: 160px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #ffffff;
}

a.imagediv:hover {
	background-color: #ffffef;
}

a.template_icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 110px;
	height: 100px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	text-decoration: none;
	color: #333333;
	padding: 4px;
	font-size: 8pt;
	line-height: 10pt;
}

a.template_icon:hover {
	border: 1px solid #85ccff;
	color: #005fa9;
	background-color: #e5f4ff;
	text-decoration: none;
}


.combo_multi_entry {
	margin-right: 3px;
	float: left;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	height: 20px;
	background-color: #f3f3f3;
	white-space: nowrap;
	margin-bottom: 2px;
}

.crop_black {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

.crop_twip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.9);
	background-color: rgba(255,255,255,0.8);
}

.crop_twip_app {
	width: 28px;
	height: 28px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,0.9);
}

.crop_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

.grey_grad {
	background: rgb(222,222,222);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(222,222,222,1) 100%);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
	height: 25px;
}

.dark_grey_grad {
	border-top: 1px solid rgb(212,212,212);
	background: rgb(212,212,212);
	background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(212,212,212,1) 100%);
}

.closed {
	background: url('../images/linkplus.png') no-repeat;
	padding-left: 16px;
	font-family: 'Roboto', Lucida Grande, Arial;
	font-size: 8pt;
	background-repeat: no-repeat;
	height: 16px;
	display: block;
}

.open {
	background: url('../images/link.png') no-repeat;
	padding-left: 16px;
	font-family: 'Roboto', Lucida Grande, Arial;
	font-size: 10pt;
	background-repeat: no-repeat;
	height: 16px;
	display: block;
	cursor: default;
}

.open a {
	overflow: hidden;
	display: block;
	max-width: 170px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.open a.counter {
	max-width: 130px;
}

a.messenger:link, a.messenger:visited {

	display: block;
	height: 19px;
	border: 1px solid white;
	padding-top: 2px;
	margin-bottom: 1px;
	text-decoration: none;
	box-sizing: border-box;

}

a.messenger:hover {
	background-image: url('../images/messenger_bg.gif');
	background-repeat: repeat-x;
	background-color: #d6f0fd;
	border: 1px solid #9adffe;
	text-decoration: none;
}

td.topnav {
	border-right: 1px solid #666666;
	padding-right: 4px;
	padding-left: 4px;
}

div.container_item {
	max-width:100%;
	/* height:100px; */
	padding:0px 5px 5px 5px;
	background-color:#f7f7f7;
	cursor:move;
	overflow:hidden;
  	-webkit-touch-callout: none; /* iOS Safari */
  	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* IE/Edge */
  	user-select: none;
  	margin-bottom: 5px;
}

div.container_item a.container_item_delete {
	display: none;
}

div.container_item:hover a.container_item_delete {
	display: inline;
}

div.container_item_bottom {
	display: block;
}

.cal_fullbar {
	box-sizing: border-box;
	font-size: 8pt;
	font-family: 'Roboto', Arial;
	padding: 4px;
	height: 37px;
	color: #111199;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url('../images/white_gradient.png');
	background-repeat: repeat-x;
	background-position: 0px 10px;
	background-color: #ffffff;
	vertical-align: bottom;
}

.inline_icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	text-align: left;
}

.scrollable_container {
	width: 100%;
	height: 100%;
	overflow: auto;
	cursor: default;
	padding: 0px;
	margin: 0px;
	background-color: #f4f4f4;
	box-sizing: border-box;
}

table.email_table {
	font-size: 9pt;
	font-family: 'Roboto', Tahoma, Arial;
	color: #333333;
	border: 1px solid #999999;
}

th.email_table2 {
	text-align: left;
	background-color: #eeeeee;
	border-bottom:
	1px solid #bbbbbb;
}

th.email_table {
	text-align: left;
	background-color: #dddddd;
	border-bottom: 1px solid black;
	font-weight: normal;
}

th.main_part {
	text-align: left;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-right: 10px;
	padding: 4px;
}

td.main_part {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-right: 10px;
	padding: 4px;
}

table.main_part {
	margin-top: 25px;
	font-family: Arial;
	font-size: 11pt;
}

.smaller {
	font-family: Arial;
	font-size: 8pt;
}

.dyn_table_dropdown, .dyn_table_dropdown_sel {
	cursor: pointer;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	font-family: 'Roboto', Tahoma, Arial;
	font-size: 8pt;
	color: #333333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 20px;
}

.dyn_table_dropdown_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 20px;
	margin-left: 5px;
	z-index: 10;
}

.dyn_table_dropdown {
	background-image: url("../images/button_bg.gif");
	background-color: #dbdbdb;
	background-repeat: repeat-x;
}

.dyn_table_dropdown_sel {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid white;
}

.dyn_table_dropdown_menu {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: 'Roboto', Tahoma, Arial;
	font-size: 9pt;
	padding: 3px;
}

.dyn_table_dropdown_contents {
	position: absolute;
	top: 19px;
	left: -3px;
	width: 160px;
	background-color: #f4f4f4;
	border: 1px solid #999999;
	display: none;
}


div.rounded_top {
	padding: 0px;
	width: 100%;
	background-image: url('../images/rounded_top.gif');
	background-repeat: repeat-x;
	background-color: #FAFAFA;
	height: 4px;
}

div.rounded_left {
	background-image: url('../images/rounded_topleft.gif');
	float: left;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}

div.rounded_right {
	background-image: url('../images/rounded_topright.gif');
	float: right;
	background-repeat: no-repeat;
	width: 10px;
	height: 4px;
}

div.rounded_inner {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

div.rounded_bottom {
	padding: 0px;
	width: 100%;
	background-image: url('../images/rounded_bottom.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #FAFAFA;
	height: 4px;
}

div.rounded_bottom_left {
	background-image: url('../images/rounded_bottomleft.gif');
	float: left;
	background-repeat: no-repeat;
	width: 6px;
	height: 5px;
}

div.rounded_bottom_right {
	background-image: url('../images/rounded_bottomright.gif');
	float: right;
	background-repeat: no-repeat;
	width: 6px;
	height: 5px;
}


.vvsmall {
	font-family: Arial;
	font-size: 7pt;

}

div.rounded_top_red {
	padding: 0px;
	width: 100%;
	background-image: url('../images/rounded_top.gif');
	background-repeat: repeat-x;
	background-color: #FFC7CE;
	height: 4px;
}

div.rounded_left_red {
	background-image: url('../images/rounded_topleft_red.gif');
	float: left;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}

div.rounded_right_red {
	background-image: url('../images/rounded_topright_red.gif');
	float: right;
	background-repeat: no-repeat;
	width: 10px;
	height: 4px;
}

div.rounded_inner_red {
	width: 100%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FFF2F4;
	background-image: url('../images/red_grad.gif');
	background-repeat: repeat-x;
}

div.rounded_inner_red h2 {
	border-bottom: 1px solid #e69a9e;
}

div.rounded_bottom_red {
	padding: 0px;
	width: 100%;
	background-image: url('../images/rounded_bottom.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #FFF2F4;
	height: 4px;
}

div.rounded_bottom_left_red {
	background-image: url('../images/rounded_bottomleft_red.gif');
	float: left;
	background-repeat: no-repeat;
	width: 6px;
	height: 5px;
}

div.rounded_bottom_right_red {
	background-image: url('../images/rounded_bottomright_red.gif');
	float: right;
	background-repeat: no-repeat;
	width: 6px;
	height: 5px;
}

.inner_cell {
	border-bottom:1px solid #dddddd;
	padding-bottom: 3px;
	padding-top: 3px;
}

.inner_cell_red {
	border-bottom:1px solid #E69A9E;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #9C0006;
}

h2, div.homepage_app_title {
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9.5pt;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 3px;
	padding-bottom: 5px;
}

div.homepage_app_title a {
	color: #999999;
	margin-left: 3px;
	font-weight: 400;
	font-size: 10pt;
	line-height: 10pt;
}


@media screen {
	td.report_body {
		background-color: #f4f4f4;
	}
}

table.newsfeed {
	font-size: 8pt;
	font-family: 'Roboto', Tahoma, Arial;
	color: #333333;
}


.tinytext {
	color: #888888;
	font-size: 7pt;
	font-family: Tahoma, Arial, sans-serif;
}

.vsmall {
	color: #777777;
}

.business_card_inner {
	font-size: 8pt;
	font-family: 'Roboto', Tahoma, Arial;
	color: #333333;
	padding: 4px;
}

.business_card {
	height: 100px;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
	float: left;
}


table.report_icon {
	font-family: Arial;
	font-size: 8pt;
	width: 100px;
	height: 100px;
	border: 1px solid #eeeeee;
	padding-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}

div.report_icon {
	font-family: Inter, Roboto, Arial;
	font-size: 8pt;
	width: 135px;
	height: 105px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	transition: all 0.3s;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}

div.report_icon:hover {
	background-color: #ffffdd;
}

div.report_icon_v2 {
	font-family: Inter, Roboto, Arial;
	font-size: 9pt;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 6px;
	margin-bottom: 8px;

	transition: all 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px -5px rgba(0,0,0,0.3);
}

div.report_icon_v2:hover {
	background-color: #ffffdd;
}

div.report_icon_title {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

div.report_icon_description {
	padding-top: 3px;
	color: #777777;
	line-height: 12pt;
}

a.mobile_home_big_button {
	color: inherit;
	font-family: Inter, Roboto;
	font-size: 10pt;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

a.mobile_home_big_button i {
	font-size: 52px;
	height: 52px;
	color: #168ac8;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.mobile_package_container {
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 3px 3px 5px -4px rgba(0,0,0,0.5);
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #bbbbbb;
}

div.mobile_package_lozenge {
	border-radius: 5px;
	background-color: #000066;
	padding: 3px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
}

a.default_button {
	border-radius: 4px;
	text-align: center;
	background-color: #488fc7;
	padding: 6px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: 'Inter', Arial;
	font-size: 9pt;
	border: 0px;
	box-sizing: border-box;
	display: inline-block;
	color: #f9f9f9;
	transition: all 0.3s;
}

a.default_button:hover {
	text-decoration: none;
	background-color: #6ca7d2;
	color: #ffffff;
}

a.default_button i {
	padding-right: 3px;
}

.cal_item {
	border: 1px solid #ffffff;
	font-family: Arial;
	font-size: 8pt;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 24px;
	cursor: pointer;
	position: absolute;
}

.calinnerdiv {
	margin: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cal_item_unconfirmed {
	border: 1px solid #ffffff;
	font-family: Arial;
	font-size: 8pt;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;

	padding: 2px;
	cursor: pointer;
	vertical-align: middle;
	padding-top: 4px;
	position: absolute;
	opacity: .4;
	filter: alpha(opacity=40);

	width: 1px;
	height: 24px;

}

.cal_title1 {
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Roboto, Arial;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #cccccc;
	text-align: center;
	box-sizing: border-box;
	height: 19px;
	width: 20px;
}

.cal_title2 {
	box-sizing: border-box;
	background-color: #E8EEF7;
	font-size: 8pt;
	font-family: Roboto, Arial;
	padding: 2px;
	color: #111199;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url('../images/white_gradient.png');
	text-align: center;
	height: 18px;
	width: 20px;
}

.cal_month {

	background: rgb(241,241,241);
	background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(213,213,213,1) 100%);
	/*
		background: url('../images/gradient_dark_gr.png');
		background-color: #cccccc;
	*/
	font-size: 8pt;
	font-family: 'Roboto', Arial;
	box-sizing: border-box;
	padding: 0px;
	line-height: 16px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	text-align: center;
	margin: 0px;
	height: 20px;
}

.cal_title_left, .cal_title_left_amber, .cal_title_left_red {
	height: 24px;
	text-align: right;
	font-size: 8pt;
	font-family: 'Roboto', Tahoma, Arial;
	padding: 2px;
	padding-right: 5px;
	border-bottom: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color: #dfdfdf;
	background-image: url('../images/white_gradient.png');
	background-repeat: repeat-x;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.cal_title_left_red {
	background: url('../images/white_gradient_red.png');
}

.cal_title_left_amber {
	background: url('../images/white_gradient_amber_light.png');
}


.cal_title_left_dark {
	height: 24px;
	text-align: right;
	background-color: #ff9900;
	font-size: 8pt;
	font-family: 'Roboto', Tahoma, Arial;
	padding: 2px;
	padding-right: 5px;
	border-bottom: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color: #DADADA;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

div.day_planner_left_group {
	color: #111133;
	height: 24px;
	line-height: 24px;
	text-align: left;
	font-size: 8pt;
	font-family: Roboto, Arial;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url('../images/gradient_med_gr.png');
	box-sizing: border-box;
	position: relative;
	top: 0px;
	left: 0px;
}

div.day_planner_left_group_counter {
	position: absolute;
	right: 5px;
	top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 6px;
	background-color: #a9a9a9;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 14px;
	color: #f9f9f9;

}

.cal_header_left {
	color: #111133;
	height: 24px;
	text-align: left;
	font-size: 8pt;
	font-family: Roboto, Arial;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url('../images/gradient_med_gr.png');
	box-sizing: border-box;
}

.timesheet_title_left {
	padding-left: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-right: 5px;
	background: url('../images/white_gradient.png');
	background-position: 0px 18px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 8pt;
	font-family: Roboto, Arial;
	vertical-align: bottom;
	padding-bottom: 3px;
	font-weight: bold;

}



a.div_littlebutton:link, a.div_littlebutton:visited {
	display: block;
	border:1px solid #ccccbb;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding: 3px;
	color:#00156e;
	background:#E2E2E2 url('../images/btnbkgnd_hotter.png') repeat-x center left;
	text-decoration: none;
}

a.div_littlebutton:hover {
	border:1px solid #445599;
}

.littlebutton {
	border:1px solid #959595;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding: 3px;
	color: #00156e;
	border-radius: 3px;
	background: #E2E2E2 url('../images/button_bg.gif') repeat-x top left;

}

.bigbutton {background-color:#f1f1f1;border:1px solid #959595;}
.bigbutton {font-family: Tahoma, Arial, sans-serif; font-size: 10pt; padding: 1px; padding-left: 0px; padding-right: 0px; color:#00156e; background:#E2E2E2 url('../images/btnbkgnd_green.gif') repeat-x center left;}

.bigbutton2 {
	background-color: #f2f2f2;
	border: 1px raised #dddddd;
	background-image: url("../images/icon_project.png");
	background-position: 3px 4px;
	background-repeat: no-repeat;
	font-family: Roboto, Arial;
	font-weight: bold;
	color: #333333;
	font-size: 11pt;
	height: 28px;
	padding-left: 30px;
	width: 180px;

}

.title { font-family: Tahoma, Arial, sans-serif; font-size: 10pt; color: #444444; }
.title_ver { font-family: Verdana; font-size: 11pt; color: #444444; }

.bigtitle { font-family: 'Roboto', Tahoma, Arial; font-size: 14pt; color: #425A68; font-weight: bold; }

.login_title { font-family: Tahoma, Arial, sans-serif; font-size: 13pt; color: #444444; }

.login_bg {
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat-x;
	background-color: #C5CFD0;
}

.suggestbox {

	width: 450px;
	border: 1px solid #aaaaaa;
	background-color: #f7f7f7;
	position: absolute;
	z-index: 100;
	background: #efefef;
	background-repeat: repeat-x;

}

.highlight {
	display: inline;
	background-color: #ffff99;
	border-radius: 2px;
}

div.lozenge font.highlight {
	color: #333333;
}

a.suggestlink, tr.suggestlink {
	transition: all 0.1s;
}

A.suggestlink:link, A.suggestlink:visited {
	padding: 3px;
	border-bottom: 1px solid #ccccee;
	display: block;
}

A.suggestlink:hover, tr.suggestlink:hover { background-color: #ffeecf; text-decoration: none; }

.suggest_groups td:hover{
	background-color: #ffffaa;
}
.suggest {
	border-bottom: 1px solid #ccccee;
}

div.topbar_mini_button {
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid transparent;
	padding-left: 3px;
	padding-right: 3px;
	transition: all 0.3s;
}

div.topbar_mini_button:hover {
	background-color: #ffffcc;
	border: 1px solid #e1e100;
}

td.topbar_buttons {
	padding: 3px;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
}

td.topbar_buttons_rounded {
	border-bottom: 0px;
	padding: 6px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-color: #f4f4f4;
	box-sizing: border-box;
}

div.topbar_buttons_rounded {
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 3px 3px 8px -5px rgba(0,0,0,0.5);
	background-color: #ffffff;
	border-radius: 7px;
	padding: 4px;
	margin-right: 3px;
	box-sizing: border-box;

}

textarea {
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9pt;
	border: 1px solid #CBD0D5;
	border-radius: 3px;
	padding: 4px;
}

textarea:focus {
	border: 1px solid #65acdf;
    box-shadow: 0px 0px 5px #3389af;
	outline: none;
}

textarea.nohighlight:focus {
	border: 1px solid #CBD0D5;
    box-shadow: none;
	outline: none;
}

textarea.default {
	font-size: 10pt;
}

form {
	margin: 0px;
}


.inline_button {
	display: inline-block;
	color: #005fa9;
	padding: 5px;
	border-radius: 4px;
	padding-bottom: 4px;
	font-size: 8.5pt;
	font-family: Inter;
	border: 1px solid #dddddd;
	background-color: #fafafa;
	padding-right: 8px;
	text-decoration: none;
	cursor: pointer;
}

.inline_button:hover {
	background-color: #ffffcc;
	border: 1px solid #e1e100;
	text-decoration: none;
}


.topbar_button {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	z-index: 10;
	margin-right: 4px;
	border-radius: 3px;
	transition: all 0.1s;
	color: #005fa9;
	cursor: pointer;
}

.topbar_button_v2 {
	position: relative;
	top: 0px;
	left: 0px;
}

.topbar_button:hover {
	background-color: #ffffcc;
	border: 1px solid #e1e100;
	text-decoration: none;
}

.topbar_button_toggle_on {
	/*
	background-color: #f5f8ff;
	border: 1px solid #ccdeff;
	*/
	background-color: #ffffcc;
	border: 1px solid #e1e100;
	text-decoration: none;
}

div.topbar_button_container a.toggled {
	background-color: #ffffcc;
	border: 1px solid #e1e100;
	text-decoration: none;
}


.topbar_button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.topbar_button_title {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 22px;
	padding-right: 5px;
	padding-top: 4px;
	display: block;
	line-height: 13px;
}

.topbar_button_v2 .topbar_button_icon {
	position: absolute;
	left: 3px;
	top: 2px;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

div.subbutton_container {
	box-sizing: border-box;
	margin-bottom: 4px;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

div.topbar_button_container {
	border-right: 1px solid #dddddd;
	margin-right: 2px;
	float: left;
	height: 24px;
}

table.calendar_side_table {
	margin-bottom: 10px;
	margin-top: 5px;
}

table.calendar_side_table td {
	box-sizing: border-box;
	padding: 5px;
	font-family: Roboto, Arial;
	text-align: center;
	cursor: default;
}


table.calendar_side_table td.calendar_side_day {
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid transparent;
}


table.calendar_side_table td.calendar_side_day:hover {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	text-decoration: none;
}

table.calendar_side_table td.grey {
	color: #aaaaaa;
}

table.calendar_side_table td.current_day {
	background-color: #f9f2de;
	border: 1px solid #ffdca7;
	text-decoration: none;
}

table.calendar_side_table td.today {
	background-color: #e4eef8;
	border: 1px solid #bfdffd;
	text-decoration: none;

}



table.calendar_side_table tr.selected td {
	background-color: #dfdff0;
}

table.calendar_side_table tr.selected td:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

table.calendar_side_table tr.selected td:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .topbar_button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.topbar_drop_button {
	border: 1px solid #ffffff;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
}

.topbar_drop_button_on {
	border: 1px solid #cccccc;
	text-decoration: none;
	font-family: Roboto, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 24px;
	background-color: #ffffcc;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-right: 2px;
	cursor: pointer;
}


.topbar_button_on {
	text-decoration: none !important;
	font-family: Roboto, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	height: 22px;
	background-color: #ffffbb;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffbb;
	text-decoration: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.topbar_button_on:hover {
	text-decoration: none;
}

.presetbutton {
	float: left;
	width: 210px;
	height: 22px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	cursor: pointer;
	margin: 2px;
}

.presetbutton:hover {
	background-color: #ffffbb;
	border: 1px solid #cccccc;
	text-decoration: none;
}



.dialog_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
	/* backdrop-filter: blur(3px); */
	/* -webkit-backdrop-filter: blur(3px); */
	/* backdrop-filter: blur(3px); */
	display: none;
	z-index: 1000;
}

.dialog_table {
	opacity: 1;
	transition: opacity 0.3s, right 0.3s, top 0.5s, transform 0.3s;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 7px;
	border: 0px;
	overflow: hidden;
	box-shadow: -10px 0px 15px -10px rgba(0,0,0,0.5);
	display: inline-block;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	overscroll-behavior: contain;
}

.transform_up {
	transform: translate(0px, -30px);
	opacity: 0;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.tab_inactive:hover, .tab_active:hover, .tab_inactive:visited, .tab_active:visited {
	text-decoration: none;
	color: #333333;
}

.tab_active {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	cursor: pointer;

}

.tab_inactive {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	cursor: pointer;

	background-image: url("../images/tab_inactivebg.gif");
	background-repeat: repeat-x;
	background-color: #D2D2D4;

}

.tab_extra_button {
	display: inline;
	position: relative;
	top: 1px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: -1px;
	margin-top: -1px;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	cursor: pointer;
	background-color: #eeeeee;

}

div.small_icon {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	pointer-events: none;
}

div.left_navbar_item {
	font-family: Roboto, Arial;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 7px;
}

input.card_default {
	font-family: Roboto, Segoe UI, Helvetica, Arial;
	border: 0px solid #CBD0D5;
	border-radius: 3px;
	padding: 2px;
	outline: 0px;
	margin: 1px;
	margin-left: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

input.tabledefault {
	font-family: Roboto, Segoe UI, Helvetica, Arial;
	border: 1px solid #CBD0D5;
	border-radius: 3px;
	padding: 4px;
	margin: 1px;
	margin-left: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	outline: none;
}

input.tabledefault::placeholder {
	color: rgba(0,0,0,0.2);
}

input.default, input.default_nofocus, div.default_input {
	font-family: Roboto, Segoe UI, Helvetica, Arial;
	border: 1px solid #CBD0D5;
	border-radius: 3px;
	padding: 4px;
	margin: 1px;
	margin-left: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	outline: none;
}

input.default::placeholder {
	color: #bbbbbb;
}

input.default[type=button] {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

input.login:focus {
	outline: none;
}

input.default:focus {
	border: 1px solid #65acdf;
    box-shadow: 0px 0px 5px #3389af;
	outline: none;
}

input.nohighlight:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

input.tiny {
	border: 1px solid #BBC0C5;
	padding: 1px;
	height: 17px;
	font-size: 8pt;
	margin: 1px;
}

select.default {
	font-family: Roboto, Segoe UI, Helvetica, Arial;
	border: 1px solid #CBD0D5;
	border-radius: 3px;
	padding: 3px;
	padding-left: 0px;
	margin: 1px;
	margin-left: 0px;
	box-sizing: border-box;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	background-color: #ffffff;
	color: inherit;
}

select.default:focus {
	border: 1px solid #65acdf;
    box-shadow: 0px 0px 5px #3389af;
	outline: none;
}

input.small_input, select.small_input {
	border: 1px solid #BBC0C5;
	padding: 2px;
	height: 20px;
	font-size: 8pt;
	font-family: 'Roboto', Arial;
}

a.small_tab_link {
	background-color: #f2f2f2;
	border-radius: 6px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

a.small_tab_link_selected {
	color: #ffffff;
	background-color: #364569;
}

div.background_task_popup {
	user-select: none;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 150;
	box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.5);
	border: 1px solid #e4e4e4;
	padding: 5px;
	background-color: #ffffff;
	width: 380px;
	border-radius: 8px;
}

div.background_task_inner_container {
	margin-bottom: 5px;
	background-color: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 2px 2px 7px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	max-height: 50vh;
	overflow-y: auto;
}

span.background_task_lozenge {
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #364569;
	color: #ffffff;
}

div.readonly_alike {
	border: 1px solid #BBC0C5;
	padding: 2px;
	background-color: #efefef;
}

div.whitebox {
	border-radius: 4px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	padding: 10px;
}

input.noborder {
	border: 0px solid white;
	padding: 2px;
	width: 100%;
	height: 100%;
	font-size: 8pt;
	font-family: 'Roboto', Tahoma, Arial;
}

td.blank_td {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-size: 8pt;
	border: 0px solid white;
}

.littleinput {
	border: 1px solid #BBC0C5;
	height: 17px;
	box-sizing: border-box;
	padding-left: 4px;
	font-family: 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.inner_table {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.big_title {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 700;
	color: #333366;
	letter-spacing: 0px;
}

td.big_title {
	padding-top: 3px;
	padding-left: 5px;
}

.small {
	font-family: 'Roboto', Verdana,  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 135%;
	}

input.searchbox {
	border: 1px solid #dddddd;
	background-color: #fcfcfc;
	padding: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	width: 100%;
	height: 20px;
	background-image: url("../images/search_mag.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
	color: #aaaaaa;
}

body {
	/* overflow: hidden; */
	width: 100%;
	height: 100%;
	/* overscroll-behaviour: none; */
	-webkit-overflow-scrolling: auto;
}


/* App Table Blocks */

div.table_block {
	cursor: pointer;
	border-radius: 5px;
	margin: 12px;
	padding: 8px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 3px 3px 5px -4px rgba(0,0,0,0.5);
}

/* Sortable tables */

.table_search {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.table_title_text {
	padding-left: 3px;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9pt;
	padding: 4px;
}

.mini_table_title {
	background-image: url('../images/white_gradient.png');
	padding: 3px;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9pt;
	border-bottom: 1px solid #cccccc;
	height: 10px;
	color: #555555;
}

.table_title {
	background-image: url('../images/white_gradient.png');
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	color: #000000;
	background-repeat: repeat-x;
	background-color: #dfdfdf;
}

td.sortable_reorder_td {
	cursor: move;
	text-align: center;
	width: 22px;
	border-right: 1px solid #d9d9d9 !important;;
	background: linear-gradient(180deg, #fafafa 0%, #ebebeb 90px) !important;
	background-repeat: repeat-x !important;;
	padding: 0px;
	box-sizing: border-box;
	box-shadow: 3px 0px 7px -5px rgba(0,0,0,0.2);
}


.navlink {
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding-left: 3px;
}

table.sortable {
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
}

table.default_table {
	background-image: url("../images/table_bg.gif");
	background-repeat: repeat-x;
	color: #444444;
	border: 1px solid #cccccc;
}

th.report {
	background-color: #dddddd;
	color: #777777;
	font-weight: bold;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	background-image: url('../images/gradient_med_gr.png');
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-left: 3px;
	border-right: 1px solid #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	box-sizing: border-box;
}

th.report_search {

	background-color: #dddddd;
	background-image: none;
	padding: 2px;

}

input.report_search {
	font-size: 8pt;
	border-radius: 4px;
	padding-left: 20px;
}

th.report2 {
	background-color: #dddddd;
	color: #222222;
	font-weight: bold;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 10pt;
	height: 25px;
	background-image: url('../images/gradient_light_gr.png');
	padding-right: 5px;
	padding-left: 3px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

th.report3 {
	background-color: #dddddd;
	color: #222222;
	font-weight: bold;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 8pt;
	padding: 4px;
	height: auto;
	background-image: url('../images/gradient_light_gr.png');
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.report {
	color: #444444;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

td.report {
	box-sizing: border-box;
	padding: 3px;
	padding-right: 5px;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}


table.sortable thead {
	background-color:#d3d3d3;
	color: #555555;
	font-weight: bold;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
	background-repeat: repeat-x;
}

table.default_table thead {
	background-color:#d3d3d3;
	color: #555555;
	font-weight: bold;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
	background-repeat: repeat-x;
}

a.littlesearchbutton {
	display: block;
	float: right;
	border: 1px solid #cccccc;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #fbfbfb;
	margin-top: 1px;
	padding: 1px;
	width: 16px;
	height: 16px;
}

a.littlesearchbutton img {
	position: relative;
	top: 1px;
	left: 1px;
	width: 14px;
	height: 14px;
}

.light_box {
	width: 100%;
	background-color: #efefef;
	background-image: url('../images/gradient_light_gr.png');
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
}

.td_actions {
	background-color:#dddddd;
	color: #555555;
	font-weight: bold;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
}

.default_table th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_med_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	background-color: #d3d3d3;
	background-repeat: repeat-x;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.default_table th.nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.default_table th.sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #dddddd;
}

.default_table th.sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #dddddd;
}

/* Input Tables */

table.input_table {
	border: 1px solid #cccccc;
	border-bottom: 0px;
	background-image: url("../images/table_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
}

table.input_table th {
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_med_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	color: #555555;
	cursor: default;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
}

table.input_table th:first-child {
	border-left: 0px;
}

table.input_table th:last-child {
	border-right: 0px;
}

table.input_table td {
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 8pt;
	padding-right: 2px;
	padding-top: 1px;
	padding: 0px;
}

table.input_table td:last-child {
	border-right: 0px;
}

select.noborder {
	border: 0px;
	background-color: transparent;
	width: 100%;
	width: calc(100%-3px);
	font-family: inherit;
}

.sortable th {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_med_gr.png');
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.sortable th.sorttable_nosort {
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.sortable th.sorttable_sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #dddddd;
}

.sortable th.sorttable_sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #dddddd;
}

.sortable td {
	padding: 2px;
	padding-right: 4px;
	font-family: 'Roboto', Arial;
	font-size: 8pt;
	padding-left: 4px;
	border-bottom: 1px solid #dddddd;
}

.sortable tr {
	cursor: default;
}

.sortable tr.selected {
	background-repeat: repeat-x;
	background-color: #deffb5;
	background-image: url("../images/selected_green.gif");
}

.sortable tr.selected td {
	background-image: url("../images/selected_green.gif");
	background-color: #DEFFB5;
	background-repeat: repeat-x;
}

.sortable tr.red {
	background-repeat: repeat-x;
	background-color: #deffb5;
	background-image: url("../images/selected_red.gif");

}

.sortable tr.unselected {
	background-image: none;
}

.sortable tr:nth-child(odd) {
	background-color: #fafafa;
}

.sortable tr:nth-child(even) {
	background-color: #f5f5f5;
}



.default_table td {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #dddddd;
}

.default_table tr {
	cursor: default;
}

.default_table tr.selected {
	background-image: url("../images/selected_green.gif");
	background-color: #DEFFB5;
	background-repeat: repeat-x;
}

.default_table tr.selected td {
	background-image: url("../images/selected_green.gif");
	background-color: #DEFFB5;
	background-repeat: repeat-x;
}

.default_table tr.unselected {
	background-image: none;
}

.tab_default {
	cursor: pointer;
	margin-bottom: 2px;
	width: 100%;
	position: relative;
	right: 0px;
	z-index: 10;
	box-sizing: border-box;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #f0f0f0;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-image: url('../images/gradient_med_gr.png');
	background-color: #d3d3d3;
	background-repeat: repeat-x;
}

.tab_selected {
	cursor: pointer;
	margin-bottom: 2px;
	position: relative;
	right: 0px;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 2px solid #ffffff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #ffffff;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-image: url('../images/tab_background_l.png');
	background-repeat: repeat-y;
}

.inputsubmit {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #D9DFEA;
  border-left-color: #D9DFEA;
  border-bottom-color: #0e1f5b;
  border-right-color: #0e1f5b;
  background-color: #3D576C;
  color: #FFFFFF;
  font-size: 11px;
  font-family: tahoma, verdana, arial, sans-serif;

  }

 .inputselect {
   font-size: 11px;
    font-family: tahoma, verdana, arial, sans-serif;
 }

.inputcheckbox {
  border: 0px; }

.inputsearch {
	  background: white url('../images/magglass.png') no-repeat 3px 4px;
	  padding-left: 17px;
}

.itemline {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 2px;
	padding-top: 2px;
}

.tabletop {
	background: #476277;
	background-image: url('../images/table_top.png');
	background-repeat: repeat-x;
	padding: 3px;
	padding-left: 4px;
	font-family: 'Roboto', Arial;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}

.hide_x:hover {
	background-color: #DEE6EC;
}



/* Tooltips */

.mailtooltip {
	border: 1px solid #767676;
	border-radius: 5px;
	padding: 4px;
	background-color: #CFDDF1;
	background-image: url("../images/tooltip_highlight.png");
	background-repeat: repeat-x;
	font-family: Roboto, Arial;
	font-size: 8pt;
	color: #444444;
	box-shadow: 2px 2px 15px -5px #000000;
}

#theToolTip{
	position: absolute;
	left: -300px;
	max-width: 300px;
	border: 1px solid #aaaaaa;
	padding: 7px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	background-image: url('../images/login_grad.gif');
	background-repeat: repeat-x;
	display: none;
	z-index: 1000;
	font-family: Segoe UI, Arial;
	font-size: 10pt;
	line-height: 14pt;
	color: #555555;
	border-radius: 3px;
	box-shadow: 5px 5px 15px -3px rgba(128,128,128,0.8);
}

#ToolTipPointer{
	position: absolute;
	left: -300px;
	z-index: 1001;
	display: none;
}

#theToolTip p{
	font-size: 1.1em;
	color: #333333;
	line-height: 1.4em;
	margin-right:10px;
	margin-top: 0;
}

#ToolTipTextWrap {
	font-weight: bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right: 10px;
}

.skin0 {
	position: absolute;
	border-radius: 3px;
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.5);
	background-color: menu;
	z-index: 150;
	visibility: hidden;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menuitems {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	clear: both;
	cursor: pointer;
	font-family: Inter, Roboto, Open Sans, Arial, Tahoma, Arial, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color: #333333;
	margin: 0px;
}

.menuitems:hover {
	background-color: #f1f1f1;
}

/* Used by the colour picker */

#plugin { BACKGROUND: #f4f4f4; border: 1px solid #aaaaaa; COLOR: #666; DISPLAY: block; FONT-FAMILY: arial; FONT-SIZE: 11px; PADDING: 7px 10px 11px 10px; Z-INDEX: 1; TOP: 0; LEFT: 0; POSITION: absolute; WIDTH: 210px; _width: 210px; }
#plugin br { CLEAR: both; MARGIN: 0; PADDING: 0;  }
#plugin select { BORDER: 1px solid #333; BACKGROUND: #FFF; POSITION: relative; TOP: 4px; }

#plugHEX { FLOAT: left; position: relative; top: -1px; }
#plugCLOSE { FLOAT: right; cursor: pointer; MARGIN: 0 8px 3px; _MARGIN-RIGHT: 10px; COLOR: #FFF; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#plugHEX:hover,#plugCLOSE:hover { COLOR: #FFD000;  }

#plugCUR { float: left; width: 10px; height: 16px; font-size: 1px; background: #333; margin-right: 3px; }

#SV { border: 1px solid #666666; background: #FF0000 url('../images/SatVal.png'); _BACKGROUND: #FF0000; POSITION: relative; CURSOR: crosshair; FLOAT: left; HEIGHT: 166px; WIDTH: 167px; _WIDTH: 166px; MARGIN-RIGHT: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/SatVal.png', sizingMethod='scale'); -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#SVslide { BACKGROUND: url('../images/slide.gif'); HEIGHT: 9px; WIDTH: 9px; POSITION: absolute; _font-size: 1px; line-height: 1px; }

#H { BORDER: 1px solid #666666; CURSOR: crosshair; FLOAT: left; HEIGHT: 154px; POSITION: absolute; WIDTH: 19px; PADDING: 0px; margin: 0px; TOP: 21px; left: 190px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
#Hslide { BACKGROUND: url('../images/slideHue.gif'); HEIGHT: 5px; WIDTH: 33px; POSITION: absolute; _font-size: 1px; line-height: 1px; }
#Hmodel { POSITION: relative; }
#Hmodel div { HEIGHT: 1px; WIDTH: 19px; font-size: 1px; line-height: 1px; MARGIN: 0; PADDING: 0; }

/* Used by the Calendar */

.cpDayColumnHeader {
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}

td.cpDayColumnHeader {
	border-bottom: 1px solid #cccccc;
}

select.cpMonthNavigation {
	font-size: 9pt;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	border: 0px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 2px;
}

select.cpYearNavigation {
	font-size: 9pt;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	border: 0px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 2px;
}

.cpBorder {
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 15px -6px rgba(0,0,0,0.5);
	font-size: 8px;
	border-radius: 4px;
	padding: 3px;
	margin-top: 3px;
	position: relative;
	left: -1px;
}

.cpCurrentDate {
	background-color: #ffffff;
	font-size: 9pt;
	padding: 2px;
	text-align: center;
}

.cpCurrentMonthDate {
	background-color: #ffffff;
	font-size: 9pt;
	padding: 2px;
	text-align: center;
}

.cpOtherMonthDate {
	background-color: #eeeeee;
	font-size: 9pt;
	padding: 2px;
	text-align: center;
}

td.cpTodayText {
	border-top: 1px solid #cccccc;
}

.cpTodayText {
	font-size: 9pt;
	padding: 2px;
	text-align: center;
}

/* DHTML Slider */

*.carpe_horizontal_slider_display_combo {
	clear: left;
	margin: 0;
}
*.carpe_vertical_slider_display_combo {
	float: left;
	margin: 0;
}
*.carpe_horizontal_slider_track {
	background-image: url('../images/grey_grad.gif');
	background-color: #bbb;
	color: #333;
	width: 230px;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_vertical_slider_track {
	background-color: #bbb;
	color: #666;
	padding: 3px 6px 15px 6px;
	width: 24px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
*.carpe_horizontal_slider_track *.carpe_slider_slit {
	background-color: #333;
	color: #ccc;
	width: 210px;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
*.carpe_vertical_slider_track *.carpe_slider_slit {
	background-color: #000;
	color: #333;
	width: 2px;
	height: 100px;
	position: absolute;
	margin: 4px 10px 4px 10px;
	padding: 4px 0 1px 0;
	line-height: 0px;
	font-size: 0;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
}
*.carpe_horizontal_slider_track *.carpe_slider {
	width: 16px;
	background-color: #aaaaaa;
	color: #666666;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 1px solid;
	border-color: #fff #333 #333 #fff;
}
*.carpe_vertical_slider_track *.carpe_slider {
	width: 20px;
	background-color: #666;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #333 #333 #999;
}
*.carpe_slider_display_holder {
	background-color: #fff;
	color: #333;
	width: 34px;
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 0 2px 0 0;
	height: 18px;
	text-align: right;
	border: 1px solid #aaa;
}
.carpe_slider_display {
	background-color: #fff;
	color: #333;
	padding: 3px 1px 0 0;
	width: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	cursor: default;
}

/* Dynamic Selects */

div.dropdown_div {
	width: 100%;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding-left: 3px;
}

.dropdown_item {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	cursor: pointer;
}

.dropdown_table {
	table-layout: fixed;
	cursor: default;
	font-family: Tahoma, Arial;
	font-size: 8pt;
}

.dropdown_content_div {
	cursor: default;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	overflow: auto;
	overflow-x: none;
	border: 1px solid #7F9DB9;

}

a.gallerylink {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	padding: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;

}

a.gallerylink:hover {
	text-decoration: none;
	background-color: #ffffcc;
}



.box_selected {
	background-color: #3399ff;
	border: 2px solid #3399ff;
	color: #ffffff;
	cursor: pointer;
}

.box_unselected {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #333333;
	cursor: pointer;
}

.box_copy {
	background-color: #ffffaa;
	border: 2px solid #ffffaa;
	color: #333333;
	cursor: pointer;
}

.homepage_trans {
	display: block;
	border: 1px dashed #999999;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.homepage_trans_inactive {
	display: none;
}

.vertical_text {
	writing-mode: tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
}

.vertical_table_header {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	height: 180px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url('../images/grey_grad_left.png');
	background-repeat: repeat-y;
	background-color: #dedede;
	width: 30px;
}

.vertical_table_header_light {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background-image: url('../images/gradient_med_gr.png');
	background-repeat: repeat-x;
	background-color: #dedede;
	width: 30px;
	text-align: center;
	padding: 4px;
}

.vertical_table_header_dark {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background-image: url('../images/gradient_vdark_gr.png');
	background-repeat: repeat-x;
	background-color: #dedede;
	width: 30px;
	height: 26px;
	text-align: center;
}

.vertical_table_cell {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	height: 20px;
	background-image: url('../images/grey_grad_left.png');
	background-repeat: repeat-y;
	background-color: #dedede;
	text-align: center;
	padding: 4px;
}

.vertical_table_left {
	width: 300px;
	padding: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vertical_table_subleft {
	width: 300px;
	padding: 4px;
	padding-left: 20px;
	color: #555555;
}

.project_details {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.project_details_label {
	color: #333333;
	border-bottom: 1px solid #dddddd;
	padding: 2px;
	margin-bottom: 2px;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 10px;

}

.project_details_value {
	display: block;
	font-size: 14pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 10px;
	white-space: nowrap;
}

a.perf_dropdown {
	display: block;
	padding: 3px;
	padding-left: 4px;
	font-size: 20pt;
	line-height: 20pt;
	color: #000000;
	text-decoration: none;

}

a.perf_dropdown:hover {
	text-decoration: none;
	background-color: #3399ff;
	color: #ffffff;
}

div.day_planner_item, div.day_planner_item_sel {
	font-family: 'Roboto', 'Arial';
	padding: 4px;
	font-size: 8pt;
	position: absolute;
	top: 0px;
	height: 54px;
	background-color: #e1eaf7;
	background-image: url('../images/day_planner_item_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px solid #a8c2e2;
	border-top: 1px solid #e7eff9;
	border-left: 1px solid #e7eff9;
	border-radius: 4px;
	cursor: normal;
}

td.breadcrumbs_v2_title {
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-size: 16pt;
	background-color: #e4e4f4;
	border-bottom: 1px solid #ccccee;

}

div.day_planner_item_sel {
	border: 1px solid #ff0000 !important;
}

div.container_column {

	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	height: 100%;

}

div.container_column_header{
	box-sizing: border-box;
	padding: 3px;
}



.portlet-placeholder {
	border: 1px dotted black;
	margin-bottom: 5px;
}

input.table_searchbox {
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 8pt;
}

.header_master_search {
	background-color: #ffffff;
	padding: 4px;
	padding-left: 27px;
	box-sizing: border-box;
	background-image: url('../images/search_mag_2.png');
	background-position: 5px 6px;
	background-repeat: no-repeat;
	border: 1px solid #a8bac8;
	padding-bottom: 6px;
	position: relative; top: 0px; left: 0px;
}

div.day_planner_leadin {
	position: absolute;
	top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url('../images/bg_yellow_25p.png');
	border: 1px solid #e5e35f;
	height: 53px;
	color: #111111;
	padding: 4px;
	box-sizing: border-box;
	border-radius: 2px;
}

div.timesheet_item {
	position: absolute;
	width: 100%;
	padding: 3px;
	padding-top: 1px;
	padding-left: 5px;
	background-image: url('/images/highlight_bg.png');
	background-repeat: repeat-x;
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: default;
	background-color: #ff9900;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 10;

}

div.timesheet_temp {
	z-index: 5;
	position: absolute;
	width: 100%;
	padding: 3px;
	padding-top: 1px;
	padding-left: 5px;
	border: 0px solid #ffffff;
	background-color: rgba(0,0,90,0.1);
	border-radius: 0px;
	box-sizing: border-box;
	cursor: default;
}

div.dropdown_title {
	padding-left: 10px;
	margin-bottom: 4px;
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial;
	font-size: 10pt;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	padding-right: 10px;
	font-weight: bold;
}

a.dropdown_title_button {
	font-weight: normal;
	float: right;
	color: #005fa9 !important;
}

a.dropdown_title_button:hover {
	text-decoration: underline;
}


/*
Popr 1.0
Copyright (c) 2015 Tipue
Popr is released under the MIT License
http://www.tipue.com/popr
*/


.popr
{
     cursor: pointer;
     -webkit-tap-highlight-color: transparent;
}
.popr a
{
     color: #333;
     text-decoration: none;
     border: 0;
}
.popr-box
{
     display: none;
}
.popr_content
{
     background-color: #fff;
     padding: 7px 0;
     margin: 0;
     cursor: default;
}
.popr-item
{
     color: #555555;
     padding: 5px 16px 6px 10px;
     transition: all 0.3s;
}
.popr-item:hover
{
     color: #222222;
     background-color: #f2f2f2;
}

.popr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 10px;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     z-index: 900;
}
.popr_container_top
{
     display: none;
     position: absolute;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     z-index: 900;
}

.popr_container_topright
{
     display: none;
     position: absolute;
     margin-top: 10px;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     z-index: 900;
}

.popr_container_topleft
{
     display: none;
     position: absolute;
     margin-top: 10px;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     z-index: 900;
}

.popr_point_top, .popr_point_bottom, .popr_point_topright
{
     position: relative;
	background: #fff;
	border: 1px solid #bbbbbb;
}
.popr_point_top:after, .popr_point_top:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.popr_point_top:after
{
	border-top-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.popr_point_top:before
{
	border-top-color: #bbbbbb;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

.popr_point_bottom:after, .popr_point_bottom:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.popr_point_bottom:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.popr_point_bottom:before
{
	border-bottom-color: #bbbbbb;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}


.popr_point_topright:after, .popr_point_topright:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.popr_point_topright:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	right: 10px;
	margin-left: -8px;
}
.popr_point_topright:before
{
	border-bottom-color: #bbbbbb;
	border-width: 9px;
	right: 9px;
	margin-left: -9px;
}

.filter_goods_button{
	    padding: 5px;
	    background-image: url(/images/grey_grad.gif);
	    background-repeat: repeat-x;
	    background-color: #dedede;
	    padding-left: 10px;
	    padding-right: 10px;
	    cursor: pointer;
	    border: 1px solid #cccccc;
	    margin:10px 0px 10px 0px;
	    display:block;
}

/* Context Menu V2 */

div.live_context_menu {
	display: none;
	position: absolute;
	background-color: #ffffff;
	left: 10px;
	top: 10px;
	border: 1px solid #c6c6c6;
	padding: 1px;
	box-shadow: 2px 2px 10px -5px #000000;
	z-index: 100;

}

div.live_context_menu_spacer {
	margin-left: 28px;
	border-bottom: 1px solid #e0e3e6;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.live_context_menu a.context_link, div.live_context_submenu a.context_link, div.live_context_item {
	display: block;
	box-sizing: border-box;
	padding-left: 28px;
	font-family: 'Roboto', 'Segoe UI', Arial;
	font-size: 9pt;
	color: #5e5e5e;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	position: relative;
	top: 0px;
	left: 0px;
	white-space: nowrap;
}

div.live_context_rightarrow {
	width: 4px;
	height: 7px;
	background-image: url('../images/context_right.png');
	background-repeat: none;
	position: absolute;
	top: 6px;
	right: 7px;
	z-index: 90;
}

div.live_context_menu a.context_link:hover, div.live_context_submenu a.context_link:hover, div.live_context_item:hover {
	background-color: #cde6f7;
}

div.live_context_item div.live_context_submenu {
	display: none;

}

div.live_context_item:hover div.live_context_submenu {
	position: absolute;
	background-color: #ffffff;
	left: 200px;
	top: -1px;
	border: 1px solid #c6c6c6;
	padding: 1px;
	box-shadow: 2px 2px 10px -5px #000000;
	display: block;
	z-index: 100;
}

div.status_marker {
	display: inline-block;
	line-height: 16px;
	position: relative;
	top: -1px;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 8px;
	margin-right: 4px;
}

div.status_marker_mobile {
	display: inline-block;
	line-height: 16px;
	position: relative;
	top: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	border-radius: 8px;
	margin-right: 0px;
}

div.popr_icon_container {
	width: 20px;
	height: 16px;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
}

div.popr_status_marker {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
}

div.status_marker_green {
	border: 1px solid #009900;
	background-color: #009900;
}

div.status_marker_amber {
	border: 1px solid #ff9900;
	background-color: #ff9900;
}

div.status_marker_red {
	border: 1px solid #dd4444;
	background-color: #dd4444;
}

div.menu_spacer {
	cursor: default;
	border-top: 1px solid #eeeeee;
	margin-top: 5px;
	margin-bottom: 3px;
}

div.live_status {
	display: inline-block;
	width: 75px;
	text-align: center;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 8px;
	color: #ffffff;
	font-weight: bold;
}

div.app_scrollable_area {
	width: 100%;
	height: 200px;
	overflow-y: auto;
}

div.lower_button_bar {
	box-sizing: border-box;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
	text-align: right;
}

div.survey_inline_button {
	display: inline-block;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9pt;
	border-radius: 6px;
	background-color: rgba(0, 75, 125, 0.09);
	user-select: none;
	text-decoration: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	color: #295ca5;
	cursor: pointer;
}

div.app_button {
	cursor: pointer;
	font-size: 10pt;
	display: inline-block;
	border-radius: 5px;
	background-color: #004b7d;
	color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
}

div.app_image_picker_image {
	border: 4px solid white;
	width: calc(20% - 10px);
	height: calc(33% - 10px);
	border-radius: 8px;
	overflow: hidden;
	background-color: #f4f4f4;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: border 0.3s;
}

@media (max-width: 1000px) {
	div.app_image_picker_image {
		width: calc(33% - 10px);
		height: calc(28% - 10px);
	}
}

@media (max-width: 500px) {
	div.app_image_picker_image {
		width: calc(50% - 10px);
		height: calc(40% - 10px);
	}
}

div.app_image_picker_image_selected {
	border: 4px solid #33bb33;
}

.lozenge {
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 4px;
	color: #ffffff;
}

.table_lozenge_v2 {
	white-space: nowrap;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.table_lozenge {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	background-color: #999999;
}

a.title_lozenge, span.title_lozenge {
	position: relative;
	top: -3px;
	margin-left: 3px;
	font-size: 10pt;
	background-color: #aa88bb;
	border-radius: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
}

.task_lozenge {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-right: 4px;
	color: #ffffff;
}

div.ews_inbox_nav {
	font-family: Roboto, Segoe UI, Arial;
	font-size: 9pt;
	padding: 0px;
	cursor: pointer;
	line-height: 16px;
}

div.ews_inbox_nav:hover {
	background-color: #cde6f7;
}

div.ews_msg, div.ews_msg_read, div.ews_msg_open {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	box-sizing: border-box;
	padding-left: 16px;
	font-family: Segoe UI, Arial;
	font-size: 9pt;
	position: relative;
	top: 0px;
	left: 0px;
	border-left: 3px solid transparent;
	cursor: pointer;
	color: #333333;
	background-color: #ffffff;
	transition: 0.2s;
}

div.ews_topright_bubble {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
}

div.ews_msg {
	border-left: 3px solid black;
	position: relative;
	top: 0px;
	left: 0px;
}

div.ews_bold {
	font-weight: bold;
}

div.ews_red {
	color: #991111;
}

div.ews_orange {
	color: #9e491c;
}

div.ews_msg_open {
	background-color: #cde6f7;
	border: 1px dashed #000000;
	border-left: 3px solid #b1d6f0;
}

div.ews_msg_read:hover {
	border-left: 3px solid #b1d6f0;
	background-color: #f3fafd;
}

div.ews_msg:hover {
	background-color: #f3fafd;
}

div.ews_showonhover:hover{
	color: rgba(113,194,112,1) !important;
}

div.ews_msg_read div.ews_showonhover {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: rgba(0,0,0,0.1);
	font-size: 13pt;
}

div.ews_msg_read:hover div.ews_showonhover {
	color: rgba(0,0,0,0.3);
}

div.ews_from {
	margin-left: 24px;
	font-size: 11pt;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 0.1px;
}

div.ews_bubble {
	position: absolute;
	left: 3px;
	top: 7px;
	width: 29px;
	height: 29px;
	line-height: 29px;
	border-radius: 29px;
	text-align: center;
	color: #ffffff;
	font-family: Roboto, Arial;
}

div.contact_bubble {
	width: 29px;
	height: 29px;
	line-height: 29px;
	border-radius: 29px;
	text-align: center;
	color: #ffffff;
}

div.clientid {
	position: relative;
	top: -1px;
	display: inline-block;
	background-color: #efefef;
	color: #333333;
	border-radius: 2px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 5px;
	margin-left: 4px;
	font-weight: 400;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.header_hover_link {
	color: #005fa9
}

a.header_hover_link:hover {
	text-decoration: underline;
}

div.ews_subject {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 70px;
	font-size: 8pt;
	font-family: 'Segoe UI', Arial;
	letter-spacing: 0.3px;
}

div.ews_datetime {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 8pt;
}

div.ews_msg div.ews_from {
	color: #111111;
}

div.ews_msg div.ews_subject, div.ews_msg div.ews_datetime {
	font-weight: bold;
	color: #111111;
	font-size: 8pt;
}

div.userbubble {
	float: left;
	width: 17px;
	height: 17px;
	color: #ffffff;
	background-color: #ffffff;
	line-height: 17px;
	text-align: center;
	border-radius: 18px;
	font-size: 7pt;
	font-family: Roboto;
	margin-right: 3px;
}

span.userbubble {
	background-color: #45a17b;
	position: relative;
	top: -1px;
	padding: 1px;
	font-size: 7pt;
	line-height: 16px;
	width: 16px;
	height: 16px;
	margin-right: 0px;
	font-family: Roboto;
	overflow: hidden;
	color: #ffffff;
	background-color: #ffffff;
	text-align: center;
	width: 17px;
	height: 17px;
	border-radius: 16px;
}

tr.instant_suggest:hover td {
	background-color: #ffffef;
}

.blink_red{
	background-image: none !important;
	background-color: #fdd6d6 !important;
	background-repeat: repeat-x;
	transition: all 0.5s;
}
.hover_red:hover{
	color: red;
	transition: all 0.5s;
}
.hover_black_bold:hover{
	color: black;
	font-weight: bold;
}

.notification_container{
	position:absolute;
	bottom:50px;
	right:-400px;
	width:300px;
	background-color:#edede5;
	z-index:9999;
	border:1px solid #d0d0d0;
	opacity:0.85;
	border-left: 2px solid #02416b;
}
.alert_container{
	border-left: 2px solid #db871a;
	right:25px;
	padding:10px;
	display:none;
}
.notification_container h3{
	color:#111111;
	margin: 0px;
   	color: #093c72;
   	font-family: 'Roboto', Arial;
   	letter-spacing: 0px;
        font-weight: 600;
}
.alert_container h3{
	color:#111111;
	margin: 0px;
   	color: #093c72;
   	font-family: 'Roboto', Arial;
   	letter-spacing: 0px;
        font-weight: 600;
        font-size:1em;
}
.notification_container p{
	color:#111111;
	margin: 3px 0px 0px 0px;
  	font-size: 0.8em;
   	font-family: 'Roboto', Arial;
    	letter-spacing: 0px;
}
.notification_container img{
	float:left;
	padding:5px;
	margin-right: 10px;
}
.notification_wrapper{
	float:left;
	width:226px;
}
.alert_container .notification_wrapper{
	width:100%;
}
.btn_green_notification{
	padding:5px;
	background-color:#077f25;
	text-align:center;
	color:white !important;
	font-weight:bold;
	cursor:pointer;
	float:left;
	width:150px;
	margin:5px 10px 0px 0px !important;
}
.btn_red_notification{
	padding:5px;
	background-color:#ad3600;
	text-align:center;
	color:white !important;
	font-weight:bold;
	cursor:pointer;
	float:left;
	width:120px;
	margin:5px 0px 0px 0px !important;
}

/* ---- Vision Toast Notifications ---- */

#vision_toast_container {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	pointer-events: none;
}

.vision_toast {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 280px;
	max-width: 420px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.14), 0 1px 4px rgba(0,0,0,0.08);
	padding: 14px 18px;
	pointer-events: all;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	border-left: 4px solid #2e7d32;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
}

.vision_toast.vision_toast_visible {
	opacity: 1;
	transform: translateX(0);
}

.vision_toast.vision_toast_hiding {
	opacity: 0;
	transform: translateX(40px);
}

.vision_toast_icon {
	font-size: 20px;
	flex-shrink: 0;
	line-height: 1;
}

.vision_toast_body {
	flex: 1;
	line-height: 1.4;
}

.vision_toast_title {
	font-weight: 600;
	margin-bottom: 2px;
}

.vision_toast_message {
	color: #555;
}

.vision_toast_close {
	background: none;
	border: none;
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
	flex-shrink: 0;
	padding: 0 0 0 4px;
	line-height: 1;
}

.vision_toast_close:hover {
	color: #555;
}

.vision_toast.vision_toast_success { border-left-color: #2e7d32; }
.vision_toast.vision_toast_success .vision_toast_icon { color: #2e7d32; }

.vision_toast.vision_toast_error { border-left-color: #c62828; }
.vision_toast.vision_toast_error .vision_toast_icon { color: #c62828; }

.vision_toast.vision_toast_warning { border-left-color: #e65100; }
.vision_toast.vision_toast_warning .vision_toast_icon { color: #e65100; }

.vision_toast.vision_toast_info { border-left-color: #0277bd; }
.vision_toast.vision_toast_info .vision_toast_icon { color: #0277bd; }

/* ---- End Vision Toast Notifications ---- */

div.band_container {
	display: inline-block;
	padding: 3px;
	background-color: transparent;
	border-radius: 4px;
}

div.band_container_red {
	display: inline-block;
	padding: 3px;
	border-radius: 4px;
	background-color: #eeaaaa;
}

.notification_container{
	position:absolute;
	bottom:50px;
	right:-400px;
	width:300px;
	background-color:#edede5;
	z-index:9999;
	border:1px solid #d0d0d0;
	opacity:0.85;
	border-left: 2px solid #02416b;
}
.alert_container{
	border-left: 2px solid #db871a;
	right:25px;
	padding:10px;
	display:block;
}
.notification_container h3{
	color:#111111;
	margin: 0px;
   	color: #093c72;
   	font-family: 'Roboto', Arial;
   	letter-spacing: 0px;
        font-weight: 600;
}
.alert_container h3{
	color:#111111;
	margin: 0px;
   	color: #093c72;
   	font-family: 'Roboto', Arial;
   	letter-spacing: 0px;
        font-weight: 600;
        font-size:1em;
}
.notification_container p{
	color:#111111;
	margin: 3px 0px 0px 0px;
  	font-size: 0.8em;
   	font-family: 'Roboto', Arial;
    	letter-spacing: 0px;
}
.notification_container img{
	float:left;
	padding:5px;
	margin-right: 10px;
}
.notification_wrapper{
	float:left;
	width:226px;
}
.alert_container .notification_wrapper{
	width:100%;
}
.btn_green_notification{
	padding:5px;
	background-color:#077f25;
	text-align:center;
	color:white !important;
	font-weight:bold;
	cursor:pointer;
	float:left;
	width:150px;
	margin:5px 10px 0px 0px !important;
}
.btn_red_notification{
	padding:5px;
	background-color:#ad3600;
	text-align:center;
	color:white !important;
	font-weight:bold;
	cursor:pointer;
	float:left;
	width:120px;
	margin:5px 0px 0px 0px !important;
}

.timesheet_entry_v2 {
	font-family: 'Roboto', Arial;
	cursor: default;
	overflow: hidden;
	background-image: url('../images/day_planner_item_bg.png');
	background-repeat: repeat-x;
	border-radius: 4px;
	border: 1px solid rgba(40,40,40,0.15);
	position: absolute;
	padding: 4px;
	width: calc(100% - 1px);
	box-sizing: border-box;
}

/* jquery.fileupload.css */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input, .fileinput-button-inner {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: 'alpha(opacity=0)';
  height: 100%;
  font-size: 100%;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

div.fileinput_box {
	box-sizing: border-box;
	line-height: 30px;
	border: 2px dashed #e4e4e4;
	background-color: #f9f9f9;
	color: #999999;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
}

div.fileinput_box:hover {
	border: 2px dashed #c3c3df;
	background-color: #f9f9fe;
}

div.upload_container_v2 {
	margin-top: 10px;
	width: 840px;
	background-color: #f7f7f7;
	border: 1px solid #bbcbd5;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 6px;
}

div.upload_filename_v2 {
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 10px;
	text-align: right;
	max-width: 150px;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div.upload_progress_bar_v2 {
	width: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 1px;
	background-color: #ffffff;
	border-radius: 12px;
}

div.upload_progress_v2 {
	border-radius: 10px;
	height: 16px;
	background-color: #d6585a;
	text-align: right;
	box-sizing: border-box;
	padding-right: 5px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	font-family: Roboto, Arial;
	overflow: hidden;
	transition: all 0.3s;
}

div.upload_notes_v2 {
	padding-left: 10px;
}

div.ts_placeholder {
	display: none;
	background-color: #ffcc33;
	opacity: 0.2;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
}

div.header_user_bubble {
	background-color: rgba(255,255,255,0.4);
	border-radius: 60px;
	padding: 2px;
	border: 1px solid rgba(70,70,70,0.2);
	transition: all 0.4s;
}

div.header_user_bubble:hover {
	background-color: rgba(255,255,255,0.6);
	border: 1px solid rgba(120,120,200,0.5);

}

div.header_user_profile_circle, img.header_user_profile_circle {
	border-radius: 46px;
	border: 1px solid #bbbbbb;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	font-size: 13pt;
	text-align: center;
	display: block;
}


/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

/* Switchery defaults. */

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-background-clip: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}

.comment_textarea {
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #333333;
	box-sizing: border-box;
	padding: 3px;
	width: 300px;
	height: 25px;
	min-height: 25px;
	overflow: auto;
}

.comment_textarea:placeholder {
	color: #aaaaaa;
}

.comment_textarea:-ms-input-placeholder {
	color: #aaaaaa;
}

.taskboard_title {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #dedede;
	background-image: url('/images/grey_grad.gif');
	background-repeat: repeat-x;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 16px;
}

.taskboard_count {
	display: inline-block;
	border-radius: 16px;
	min-width: 16px;
	text-align: center;
	background-color: #a4a4a4;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	margin-left: 5px;
	font-size: 9pt;
	box-sizing: border-box;
	cursor: default;
}

.crm_sub_link {
	float: left;
	padding: 1px;
	padding-left: 4px;
	padding-right: 5px;
	display: block;
	border-radius: 3px;
	color: #555555;
	margin-right: 3px;
	margin-bottom: 2px;
	background-color: rgba(0,0,0,0.08);
}

.crm_sub_container {
	clear: both;
	margin-left: 10px;
	margin-top: 5px;
}

div.event_sub_container div.crm_sub_link {
	padding: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	margin-right: 7px;
}

/* ChartJS CSS */

/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@keyframes chartjs-render-animation {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

.chartjs-render-monitor {
	animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
	position: absolute;
	direction: ltr;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
	z-index: -1;
}

.chartjs-size-monitor-expand > div {
	position: absolute;
	width: 1000000px;
	height: 1000000px;
	left: 0;
	top: 0;
}

.chartjs-size-monitor-shrink > div {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0;
}

div.bubble {
	font-family: 'Roboto', 'Segoe UI', Arial;
	background-color: rgb(212, 237, 218);
	border: 1px solid rgb(195, 230, 203);
	color: rgb(21, 87, 36);
	padding: 6px;
	padding-left: 8px;
	padding-bottom: 5px;
	font-size: 10pt;
	margin: 0px;
	margin-bottom: 3px;
}

div.bubble_icon {
	padding-right: 10px;
	font-size: 17px;
}

.event_table_left {
	font-size: 10pt;
	text-align: right;
	line-height: 20px;
	padding-right: 10px;
	color: #777777;
}

.event_table_contents {
	font-size: 10pt;
}

div.event_history_bubble {
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	margin-bottom: 10px;
	font-family: Roboto;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 3px;
	box-shadow: 2px 2px 7px -5px #000000;
}

select.inline_dropdown {
	font-family: Roboto;
	border: 0px;
	border: 1px solid #cccccc;
}

a.timer_button_big {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

div.app_header_outer {
	background-color: #ffffff;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding-top: var(--inset-top);
}

div.app_header_inner {
	padding: 10px;
	padding-bottom: 10px;
}

div.app_footer_outer {
	z-index: 100;
	background-color: #ffffff;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-bottom: var(--inset-bottom);
	box-sizing: border-box;
}

div.app_topbar_login_background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	height: calc(var(--inset-top) + 30px);
}

div.app_scroll_container_outer {
	/* height: 100%; */
	height: 100vh;
	background-color: #f4f4f4;
}

div.selected_resource {
	border: 1px solid #cccccc;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.5);
	border-radius: 4px;
	padding: 6px;
}

div.app_footer {
	box-sizing: border-box;
	padding: 10px;
	border-top: 1px solid #cacacb;
	box-shadow: 0px -5px 24px -15px rgba(0,0,0,0.3);
	z-index: 10;
	position: relative;
	top: 0px;
	left: 0px;
}

div.app_footer_inset_padding {
	background-color: #ff9900;
}

div.app_tab_container {
	height: 30px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-left: 10px;
	overscroll-behavior: contain;
}

div.app_tab {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	white-space: nowrap;
	cursor: pointer;
	line-height: 20px;
	height: 30px;
	font-size: 11pt;
	box-sizing: border-box;
	margin-left: 13px;
	margin-right: 13px;
}

div.app_tab span.tab_counter {
	float: none !important;
	position: relative;
	top: -2px;
}

div.app_tab_active {
	color: #19427b;
	border-bottom: 3px solid #19427b;
}

div.app_tabs_light div.app_tab {
	color: rgba(255,255,255,0.8);
}

div.app_tabs_light div.app_tab_active {
	color: #ffffff;
	border-bottom: 3px solid #ff9900;
}

div.app_footer a {
	color: inherit;
}

div.app_footer_link {
	color: inherit;
}

div.app_goback {
	margin-right: 25px;
	font-size: 18pt;
	color: #333333;
	display: inline-block;
}

div.app_goback_light {
	color: #ffffff;
}

div.app_question_title {
	margin-bottom: 3px;
	margin-top: 4px;
}

div.app_title {
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	font-size: 14pt;
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

div.app_title_light {
	color: #ffffff;
}

table.order_details_packages td {
	padding: 0px;
	border: 0px;
	padding-right: 5px;
}


/* JQUERY TAGIT STYLING */

ul.tagit {
    box-sizing: border-box;
    padding: 1px;
    overflow: auto;
    margin: 0px;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 1px 1px 1px 0;
}
ul.tagit li.tagit-choice {
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only {
    padding: .2em .5em .2em .5em;
}

ul.tagit li.tagit-choice-editable {
    padding: .2em 18px .2em .5em;
}

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: 70px;
    background-color: inherit;
    outline: none;
}

ul.tagit {
    border-style: solid;
    border-width: 1px;
    border-color: #CBD0D5;
    border-radius: 3px;
    background-color: #ffffff;
}

ul.tagit li.tagit-choice {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 4px -2px rgba(0,0,0,0.5);
    background: none;
    background-color: #f9f9f9;
    font-weight: normal;
    padding-top: 1px;
    padding-bottom: 1px;

}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #333;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    line-height: 16px;
    color: #333;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #bbcef1;
    border-color: #6d95e0;
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222;
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
.ui-widget {
    font-size: 1.1em;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */

.tagit-autocomplete.ui-autocomplete { position: absolute; cursor: default; }
* html .tagit-autocomplete.ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.tagit-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}
.tagit-autocomplete.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.tagit-autocomplete.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 50% 50% repeat-x; color: #222222; }
.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }
.tagit-autocomplete .ui-state-active  { border: 1px solid #aaaaaa; }

.tagit-autocomplete .ui-widget-content { border: 1px solid #aaaaaa; }
.tagit .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px,1px,1px,1px); }

/* Select formatting */

select.nodrop {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select.nodrop::-ms-expand {
	display: none;
}

table.stock_pick_table {
	font-size: 9pt;
	font-family: Roboto, Arial;
	border-collapse: collapse;
}

table.stock_pick_table td {
	padding: 2px;
	padding-right: 6px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
}

div.booking_green {
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #33bb33;
	border-radius: 5px;
}

div.booking_red {
	color: #ffffff;
	word-wrap: break-word;
	white-space: normal;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #bb3333;
	border-radius: 5px;
}

div.survey_images_container {
	margin-top: 10px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 10px;
	border-radius: 6px;
}

div.survey_image {
	box-shadow: 2px 2px 6px -2px rgba(0,0,0,0.5);
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 113px;
	border-radius: 3px;
	background-color: #e6e6e6;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.survey_image_clear {
	clear: both;
}

div.survey_image_edit {
	cursor: pointer;
	position: absolute;
	text-align: center;
	top: 5px;
	left: 5px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

div.survey_image_delete {
	cursor: pointer;
	position: absolute;
	text-align: center;
	top: 5px;
	right: 5px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

div.survey_image_link_count {
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	left: 5px;
	line-height: 20px;
	padding: 0 6px;
	height: 20px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 11px;
	white-space: nowrap;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

div.survey_sections_panel_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: rgba(0,0,0,0.4);
}

div.survey_sections_panel {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 15px;
	max-height: 60vh;
	overflow-y: auto;
}

div.survey_sections_panel_title {
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}

div.survey_sections_panel_item {
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 10pt;
}

div.survey_sections_panel_item:last-child {
	border-bottom: none;
}

.pdf_spinner, .pdf_spinner:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.pdf_spinner {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(192,192,192, 0.2);
	border-right: 1.1em solid rgba(192,192,192, 0.2);
	border-bottom: 1.1em solid rgba(192,192,192, 0.2);
	border-left: 1.1em solid rgb(0, 124, 186);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.7s infinite linear;
	animation: load8 0.7s infinite linear;
	overflow: hidden;
}

div.survey_image_spinner {
	display: block;
	position: absolute;
	z-index: 10;
	left: 75px;
	top: 15px;
}

div.survey_image_loadingbar {
	position: absolute;
	bottom: 10px;
	left: 10px;
	box-sizing: border-box;
	width: 180px;
	border-radius: 10px;
	height: 4px;
	background-color: rgba(0,0,0,0.1);
	overflow: hidden;
}

div.survey_image_loadingbar_inner {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 4px;
	background-color: #ff9900;
	width: 0px;
}

.small_pdf_spinner, .small_pdf_spinner:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.small_pdf_spinner {
	margin: 10px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.9em solid rgba(192,192,192, 0.2);
	border-right: 0.9em solid rgba(192,192,192, 0.2);
	border-bottom: 0.9em solid rgba(192,192,192, 0.2);
	border-left: 0.9em solid rgb(186, 186, 186);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.7s infinite linear;
	animation: load8 0.7s infinite linear;
	overflow: hidden;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Vision Form Builder */

div.form_builder_outer_container {

	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	width: 400px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #bbbbbb;
	margin-bottom: 50px;
	margin-top: 50px;
	box-shadow: 4px 4px 12px -5px rgba(0,0,0,0.5);

}

div.form_builder_inner_container {
	min-height: 100px;
	padding-bottom: 50px;
}

span.form_builder_starter {
	display: block;
	border: 1px dashed #dddddd;
	background-color: #fafafa;
	color: #bbbbbb;
	padding-top: 30px;
	font-size: 10pt;
	text-align: center;
	min-height: 50px;
}

div.form_builder_toolbox_item {
	background-color: #ffffff;
	border: 1px dashed #cccccc;
	border-radius: 4px;
	margin-bottom: 3px;
	cursor: move;
	width: 220px;
}

div.form_builder_item {
	background-color: #ffffff;
	border: 1px dashed #cccccc;
	border-radius: 4px;
	margin-bottom: 3px;
	cursor: move;
}

div.quick_drop_target {
	white-space: normal;
	cursor: default;
	box-sizing: border-box;
	border: 1px dashed #aaaaaa;
	padding: 1px;
	background-color: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
	height: 85px;
}

div.quick_drop_progress {
	white-space: normal;
	cursor: default;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 6px;
	position: relative;
	height: 85px;
	transition: all 0.3s;
}

div.quick_drop_complete {
	height: auto !important;
}

div.quick_drop_dragover {
	border: 2px dashed #cc3333;
	padding: 0px;
	padding-top: 19px;
	padding-bottom: 19px;
	background-color: #fff4f4;
}

div.quick_drop_target input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

a.quick_drop_button {
	display: block;
	border: 1px solid #dddddd;
	background-color: #f6f6f6;
	padding: 3px;
	line-height: 16px;
	white-space: nowrap;
	margin-right: 4px;
	margin-bottom: 4px;
	flex-grow: 1;
	transition: all 0.3s;
}

a.quick_drop_button:hover {
	border: 1px solid #e9e98d;
	background-color: #fefeee;
}

a.quick_drop_button:last-child {
	margin-right: 0px;
}

a.quick_drop_button img {
	margin-right: 3px;
}

/* Fixes for IE < 8 */
@media screen\9 {
  div.quick_drop_target input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/* Warehouse Explorer */

div.warehouse_explorer_outer {
	background: rgb(140,140,140);
	background: radial-gradient(circle, rgba(254,254,254,1) 0%, rgba(210,210,210,1) 100%);
}

/* Default table variable */


table.default_table {
	background: #efefef;
	/* background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(245,245,245,1) 100%); */
}

.default_table tr th:last-child {
	border-right: 0px;
}

.default_table tr {
	background-color: rgba(255,255,255,0.2);
}

.default_table tr:nth-child(even) {
	background-color: rgba(255,255,255,0.5);
}

.default_table tr.selected:nth-child(even) {
	background-color: #deffb5;
}

.default_table td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.default_table tr:last-child td {
	border-bottom: 0px;
}

td.warning_td {
	background-color: rgba(255,0,0,0.05) !important;
}

div.referral_title {
	color: #888899;
	font-size: 8pt;
	font-family: 'Roboto','Arial';
	padding-bottom: 4px;
}

div.referral_value {
	font-size: 18pt;
	font-weight: bold;
}

div.form_builder_template_thumbnail {
	float: left;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 246px;
	padding: 10px;
	height: 60px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
	box-shadow: 4px 4px 7px -7px rgba(0,0,0,0.5);
	transition: all 0.3s;
}

div.form_builder_template_thumbnail:hover {
	background-color: #ffffef;
	border: 1px solid #dfdfaf;
}

table.mobile_stock_table td {
	padding: 8px;
	font-size: 9pt;
}

table.mobile_stock_table td.mobile_stock_topbar {
	background-color: #004b8d;
	color: #ffffff;
}

table.mobile_stock_table tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

table.mobile_stock_table {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

table.mobile_stock_table div.parent_title {
	font-family: Inter, Roboto;
	font-weight: bold;
	font-size: 7pt;
}

/* Animated loader for background task popup */

div.small_upload_tick {
	border-radius: 16px;
	width: 16px;
	height: 16px;
	background-color:#b4dfb4;
	color: #008e00;
	text-align: center;
	font-size: 8pt;
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 2px;
}

div.small_upload_tick i {
	-webkit-text-stroke: 1px;
}

div.small_upload_cross {
	border-radius: 16px;
	width: 16px;
	height: 16px;
	background-color:#dfb4b4;
	color: #8e0000;
	text-align: center;
	font-size: 8pt;
	line-height: 18px;
}

div.small_upload_cross i {
	-webkit-text-stroke: 1px;
}

.small_upload_spinner {
	width: 16px;
	height: 16px;
	border: 3px solid rgba(128,128,128,0.4);
	border-bottom-color: #364569;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: background-task-rotation 0.7s linear infinite;
}

div.background_upload_item {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.background_upload_item table {
	font-size: 9pt;
}

div.background_upload_title {
	max-width: 250px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.background_task_tick {
	border-radius: 32px;
	width: 32px;
	height: 32px;
	background-color:#b4dfb4;
	color: #008e00;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin-top: 1px;
	margin-bottom: 2px;
}

div.background_task_tick i {
	-webkit-text-stroke: 1px;
}

.background_task_spinner {
	width: 32px;
	height: 32px;
	border: 6px solid rgba(128,128,128,0.4);
	border-bottom-color: #364569;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: background-task-rotation 0.7s linear infinite;
}

@keyframes background-task-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Animated loader */

.animated_gradient_container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 0px;
}

.animated_gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	display: none;
	box-sizing: border-box;
	background: repeating-linear-gradient(to right, red 0%, blue 50%, red 100%);
	width: 100%;
	background-size: 200% auto;
	background-position: 0 100%;
	animation: gradient 2s infinite;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}

@keyframes gradient {
  0%   { background-position: 0 0; }
  100% { background-position: -200% 0; }
}

/* LDS Loader for mobile login */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.35s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.2s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.05s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Native fonts for mobile */

.native_font {
	font-family: -apple-system, BlinkMacSystemFont, Roboto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Opportunity filters */

div.opportunity_filter_preset {
	display: inline-block;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: 4px;
	margin-bottom: 4px;
	cursor: pointer;
	font-size: 9pt;
	box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.5);
}

span.opportunities_counter {
	position: relative;
	top: 0.5px;
	background-color: #77aa77;
	font-size: 8pt;
	line-height: 6pt;
	display: inline-block;
}

div.opportunity_filter_preset_on {
	border: 1px solid #55bb55;
	color: #225522;
	background-color: #e1f1e1;
}

div.opportunity_filter_preset_off {
	border: 1px solid #dd6666;
	color: #552222;
	background-color: #f1e1e1;
}

div.opportunity_filter_preset_on i {
	color: #448844;
	margin-right: 3px;
}

div.opportunity_filter_preset_off i {
	display: none;
}

div.opportunity_filter_preset_on span.opportunities_counter {
	background-color: #90b490;
}

div.opportunity_filter_preset_off span.opportunities_counter {
	background-color: #bb9394;
}

/* Field Services App */

td.main_menu {
	width: 90px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

div.main_menu_outer {
	text-align: center;
	margin-bottom: 12px;
	font-size: 9pt;
	width: 100%;
}

div.main_menu_outer div.image {
	background-color: #79ce67;
	border-radius: 15px;
	width: 100%;
	height: 85px;
	color: #ffffff;
	margin-bottom: 2px;
	cursor: pointer;
}

div.main_menu_outer div.image i {
	font-size: 55px;
	padding-top: 15px;
}

div.current_job_bubble {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	background: #e1e1e1;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%);
	box-shadow: 3px 3px 8px -5px #999999;
	border: 1px solid rgba(168,168,168,0.4);
	border-radius: 10px;
	padding: 10px;
	font-size: 10pt;
}

td.yesno_yes {
	background-color: #cde9cd;
	transition: all 0.3s;
	width: 60px;
}

td.yesno_no {
	background-color: #f6e0e0;
	transition: all 0.3s;
	width: 60px;
}

td.yesno_na {
	background-color: #f4f4f4;
	color: #999999;
	width: 60px;
}

td.yesno_yes_selected {
	background-color: #62d962;
	font-weight: bold;
}

td.yesno_no_selected {
	background-color: #ff8787;
	font-weight: bold;
}

td.yesno_na_selected {
	background-color: #e4e4e4;
	font-weight: bold;
	color: #555555;
}

div.complete_yes {
	cursor: pointer;
	border-radius: 10px;
	background-color: #009900;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}

div.complete_no {
	cursor: pointer;
	border-radius: 10px;
	background-color: #990000;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}

td.reorder-placeholder-cell {
	border: 1px dashed #999999;
	background-color: #fdfdfd;
}

div.complete_grey {
	cursor: pointer;
	border-radius: 10px;
	background-color: #bbbbbb;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}

div.inner_title {
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 3px;
	color: #333333;
	font-weight: bold;
}

div.main_padding {
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
}

a.timer_button_big {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

div.copy_button {
	margin-left: 5px;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

div.copy_button_label {
	position: absolute;
	left: 16px;
	top: -5px;
	border: 1px solid #c8c8c8;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	white-space: nowrap;
	background-color: #f3f3f3;
	color: #666666;
	font-size: 8pt;
	transition: all 0.2s;
	opacity: 0;
	box-shadow: 1px 1px 5px -3px rgba(0,0,0,0.5);
}

div.copy_button_label_copied {
	background-color: #e1f3e1;
	color: #338833;
	border: 1px solid #99cc99;
}

div.copy_button:hover div.copy_button_label {
	opacity: 1;
}

.image_select {
	width: 80px;
	height: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
	border-radius: 5px;
}

.image_select img {
	vertical-align: middle;
}

.image_select a.delete {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #79ce67;
	width: 25px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-bottom-left-radius: 5px;
}

a.schedule_button {
	display: inline-block;
	background-color: #aaaaaa;
	color: #ffffff;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 2px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

tr.ha1 {
	background-color: #f6f6f6;
}

tr.ha2 {
	background-color: #fafafa;
}

td.handover_left {
	padding: 4px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

td.handover_right {
	font-weight: bold;
	padding: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.white_bubble {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

td.fs_tab_selected {
	border-bottom: 3px solid #ff9900;
	color: #333333;
	text-align: center;
	height: 35px;
	font-size: 10pt;
	cursor: pointer;
}

td.fs_tab_notselected {
	border-bottom: 3px solid white;
	color: #999999;
	text-align: center;
	height: 35px;
	font-size: 10pt;
	cursor: pointer;
}

div.warning_box {
	border: 1px solid #eec9ca;
	background-color: #f2dede;
	background-image: url('../images/error_grad.gif');
	background-position: 0px -30px;
	background-repeat: repeat-x;
	padding: 10px;
	border-radius: 10px;
	color: #440000;
}

div.loading_overlay {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	border-radius: 10px;
	background: rgba(0,0,0,0.2);
	padding: 20px;
	font-weight: bold;
	color: #ffffff;
}

td.order_left {
	color: #888888;
	padding-right: 10px;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

div.clientid_lozenge {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 3px;
	font-size: 8pt;
}

td.popup_file_uploads_filename {
	font-size: 10pt;
	word-wrap: break-word;
}

td.popup_file_uploads_filesize {
	font-size: 10pt;
	color: #999999;
}

td.popup_file_uploads_actions {
	font-size: 16px;
	text-align: right;
}

td.popup_file_uploads_actions i {
	font-size: 16px;
	color: #990000;
}

td.popup_file_uploads_icon i {
	font-size: 14px;
}

.light_side_scroller::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	padding: 3px;
}

.light_side_scroller::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px;
}

.light_side_scroller::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.2);
	border-radius: 10px;
}

.dark_side_scroller::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	padding: 3px;
}

.dark_side_scroller::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
}

.dark_side_scroller::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;
}

div.hide_scrollbars::-webkit-scrollbar{
	display: none;
}

/* Mobile Calendar */

td.calendar_td {
	font-size: 12pt;
	text-align: center;
	padding: 1px;
	padding-top: 4px;
	height: 43px;
	border-bottom: 1px solid #eeeeee;
}

div.calendar_td_outer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.calendar_dot {
	position: absolute;
	top: 28px;
	left: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background-color: #ff9900;
	border-radius: 16px;
}

td.current_month {
	color: #333333;
	background-color: #ffffff;
}

td.not_current_month {
	color: #999999;
	background-color: #f4f4f4 !important;
}

td.calendar_weekend {
	background-color: #fbfbfb;
}

div.calendar_selector {
	border-radius: 28px;
	line-height: 28px;
	height: 28px;
	width: 28px;
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

div.calendar_selector_selected {
	background-color: #004b7d;
	color: #ffffff;
}

div.mobile_list_item {
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 12px;
	padding: 8px;
	box-sizing: border-box;
	background-color: #fcfcfc;
	box-shadow: 3px 3px 7px -5px rgba(0,0,0,0.5);
	font-size: 10pt;
}

div.mobile_appointment_list_item {
	cursor: pointer;
	border-radius: 5px;
	border-left: 4px solid orange;
	margin-bottom: 12px;
	padding: 8px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 3px 3px 5px -4px rgba(0,0,0,0.5);
}

div.no_momentum {
	scroll-behavior: auto;
}

div.week_calendar_topbar_panel {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.week_calendar_topbar_allday_panel {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.week_calendar_topbar_item {
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 0px solid black;
	height: 30px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	color: #8e8e93;
	font-weight: 400;
	font-size: 10pt;
}

div.week_calendar_topbar_allday_item {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	box-sizing: border-box;
	color: #8e8e93;
	font-size: 9pt;
	padding-left: 1px;
	padding-right: 1px;
}

div.week_calendar_topbar_current_day {
	display: inline-block;
	border-radius: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px;
	background-color: #004b7d;
	color: #ffffff;
}

div.week_calendar_topbar_item span.day {
	font-weight: 600;
	color: #7e7e83;
}

div.week_calendar_topbar_current_day span.day {
	color: #ffffff;
}

div.week_calendar_horiz_line {
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
}

div.week_calendar_panel {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 4;
}

div.week_calendar_column {
	position: absolute;
	left: 0px;
	top: 0px;
	/* border-right: 1px solid rgba(0,0,0,0.1); */
	box-sizing: border-box;
}

div.week_calendar_column_even {
	background-color: rgba(230,230,230,0.3);
}

div.week_calendar_topbar_allday_outer {
	position: absolute;
	z-index: 3;
	background-color: rgba(245,245,245,0.8);
	border-top: 1px solid #dddddd;
	box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
	box-sizing: border-box;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 30px;
}

div.week_calendar_allday_item {
	border-radius: 5px;
	background-color: #fadbdd;
	color: #c41b27;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 24px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
	font-weight: 600;
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;

}

div.week_calendar_item {
	border-radius: 5px;
	background-color: rgba(209, 238, 253, 0.6);
	border-left: 3px solid #15a9f7;
	color: #1d709b;
	height: 24px;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 8.5pt;
	line-height: 11pt;
	margin-left: 2px;
	width: calc(100% - 4px);
}

div.week_calendar_item_blue {
	background-color: rgba(209, 238, 253, 0.6);
	border-left: 3px solid #15a9f7;
	color: #1d709b;
}

div.week_calendar_item_red {
	background-color: rgba(253, 238, 209, 0.6);
	border-left: 3px solid #edc06b;
	color: #707070;
}

div.week_lozenge {
	background-color: #2d80ab;
	color: #ffffff;
	border-radius: 3px;
	font-size: 7pt;
	line-height: 9pt;
	padding: 3px;
	margin-bottom: 2px;
}

div.week_extra_info {
	font-weight: 400;
	font-size: 8pt;
	line-height: 11pt;
	word-wrap: break-word;
}

div.app_inline_box {
	border-radius: 6px;
	background-color: #fcfcfc;
	padding: 10px;
	font-family: 'Inter';
	font-size: 10pt;
	line-height: 14pt;
	border: 1px solid #dddddd;
}

div.mobile_button {
	background-color: #004b8d;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

div.appointment_mobile_button {
	width: 220px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 10pt;
	display: inline-block;
	border-radius: 4px;
	background-color: rgba(0, 75, 125);
	color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
}

div.appointment_mobile_button_subtitle {
	font-weight: 400;
	font-size: 8pt;
}

div.appointment_mobile_button_red {
	border-left: 8px solid #aa0000;
}

div.appointment_mobile_button_green {
	border-left: 8px solid #00aa00;
}

div.appointment_mobile_button_subtitle {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 165px;
}

div.mobile_two_block {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 13px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 8px -5px rgba(0,0,0,0.7);
	border-radius: 6px;
}

div.mobile_homepage_block {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 13px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 8px -5px rgba(0,0,0,0.7);
	border-radius: 6px;
	-webkit-tap-highlight-color: transparent;
	font-size: 10pt;
	font-family: Inter, Roboto, Arial;
}

div.mobile_inner_block {
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	padding: 13px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 8px -5px rgba(0,0,0,0.7);
	border-radius: 6px;
	-webkit-tap-highlight-color: transparent;
	font-size: 10pt;
	font-family: Inter, Roboto, Arial;
}

div.mobile_popup_container {
	pointer-events: auto;
	display: none;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(5px);
}

div.mobile_popup_dialog {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.5);
	max-width: max(80%, 350px);
	pointer-events: auto;
}

div.planner_check {
	width: 19px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #999999;
	height: 20px;
	position: absolute;
	top: 0px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
}

div.planner_check i {
	pointer-events: none;
}

div.planner_check_green {
	background-color: #99dd99;
	color: #339933;
}

div.planner_check_red {
	background-color: #dd9999;
	color: #993333;
}

div.planner_check_amber {
	background-color: #ffcc88;
	color: #997733;
}


td.subinfo_td {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	line-height: 175%;
	padding: 10px;
}

td.subinfo_td:last-of-type {
	border-right: 0px;
}

div.subinfo_title {
	color: #666666;
}

div.subinfo_value {
	letter-spacing: -0.3px;
	font-size: 12pt;
}

div.subinfo_small_value {
	letter-spacing: -0.3px;
	font-size: 10pt;
}

div.mobile_month_picker_top {
	margin-bottom: 5px;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
}

div.mobile_month_picker_top_button {
	border: 1px solid #cccccc;
	cursor: pointer;
}

div.mobile_month_picker_top_button:hover {
	background-color: #f4f4f4;
}

div.mobile_month_picker {
	width: 80px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	float: left;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	background-color: #ffffff;
}

div.mobile_month_picker:hover {
	background-color: #f4f4f4;
}

div.custom_dropdown_outer {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

select.custom_dropdown_select {
	-webkit-text-size-adjust: 100%;
	appearance: menulist-button;
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

select.custom_dropdown_contents {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.calendar_asset_check {
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 6px;
	cursor: pointer;
	word-wrap: break-word;
	margin-bottom: 2px;
	transition: all 0.3s;
}

div.calendar_asset_check:hover {
	background-color: #f6f6ff;
}

div.workspace_lhs {
	background-color: #efefef;
	width: 375px;
	min-width: 375px;
}

div.workspace_rhs {
	background-color: #f4f4f4;
}

div.servicedesk_inner_div {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	box-shadow: 4px 4px 15px -10px rgba(0,0,0,0.5);
	border-radius: 6px;
}

div.servicedesk_note p {
	margin-top: 0px;
	margin-bottom: 0px;
}


div.servicedesk_lhs {
	background-color: #efefef;
	width: 375px;
	min-width: 375px;
}

div.servicedesk_rhs {
	background-color: #f4f4f4;
}

div.show_trimmed {
	border-radius: 16px;
	width: 35px;
	text-align: center;
	background-color: #cccccc;
	color: #666666;
	line-height: 16px;
	height: 16px;
	font-size: 6pt;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
}

div.show_trimmed:hover {
	background-color: #bbbbbb;
}

div.report_lhs_title {
	text-decoration: none;
	font-size: 9pt;
	color: #444444;
	padding: 5px;
	display: block;
	transition: all 0.3s;
	font-family: Inter, sans-serif;
	margin-bottom: 1px;
	padding-left: 8px;
	font-weight: bold;
}

div.reports_box {
	background-color: #ffffff;
	border: 1px solid #d6d6d9;
	box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.3);
	border-radius: 4px;
	overflow-y: auto;
	overflow-x: auto;
}

a.report_lhs_link {
	text-decoration: none;
	font-size: 9pt;
	color: #444444;
	padding: 4px;
	display: block;
	transition: all 0.3s;
	font-family: Inter, sans-serif;
	margin-bottom: 1px;
	padding-left: 16px;
}

a.report_lhs_link_selected {
	background-color: #e5f3ff;
	box-shadow: 1px 1px 7px -5px rgba(0,0,0,3);
}

a.report_lhs_link_selected:hover {
	background-color: #cce8ff;
}

a.report_lhs_link:hover {
	background-color: #cce8ff;
}

div.combo_email_container {
	position: relative;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	padding: 4px;
	font-family: Roboto, Arial;
	font-size: 13.333px;
	border: 1px solid #CBD0D5;
	border-radius: 3px;
}

div.combo_email_container_focus {
	border: 1px solid #65acdf;
    	box-shadow: 0px 0px 5px #3389af;
}

div.combo_email_item {
	display: block;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f9f9f9;
	float: left;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s;
	margin-right: 3px;
	margin-bottom: 3px;
}

div.combo_email_item:hover {
	background-color: #f0f0f0;
}

div.combo_email_cursor {
	width: 1px;
	height: 17px;
	background-color: #ffffff;
	font-family: Roboto, Arial;
	font-size: 13.333px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

input.combo_email_input {
	outline: 0px;
	float: left;
	border: 0px;
	font-family: Roboto, Arial;
	font-size: 13.333px;
	width: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.client_file_popup_thumbnail {
	cursor: pointer;
	margin-bottom: 10px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbbbbb;
	background-color: #f4f4f4;
	border-radius: 4px;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.5);
	box-sizing: border-box;
	transition: all 0.3s;
}

div.client_file_popup_thumbnail_selected {
	border: 1px solid #ff9900;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.5);
}

div.combo_email_mirror {
	position: absolute;
	visibility: hidden;
	white-space: pre;
	display: inline-block;
	border: 0px;
	font-family: Roboto, Arial;
	background-color: #00ff00;
	font-size: 13.333px;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Search Suggest */

table.suggest {
	transition: all 0.3s;
}

table.suggest:hover {
	background-color: #ffeecf;
}

table.suggest_selected {
	background-color: #ffffaa;
}

table.suggest td {
	padding: 3px;
}

.suggestbox table.suggest {
	background-color: rgba(255,255,255,0.2);
}

.suggestbox table.suggest:nth-child(even) {
	background-color: rgba(255,255,255,0.5);
}

.suggestbox table.suggest_selected {
	background-color: #fcfccc;
}

.suggestbox table.suggest_selected:nth-child(even) {
	background-color: #fcfccc;
}

.suggestbox table.suggest:hover {
	background-color: #ffeecf;
}

@keyframes suggestspin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

i.master_search_loading {
	font-size: 1.3em;
	line-height: 1.3em;
	position: absolute;
	display: none;
	top: 4px;
	color: #bbbbcc;
	left: 5px;
	animation: suggestspin 1s linear infinite;
}

i.master_search_holding {
	font-size: 1.2em;
	position: absolute;
	display: block;
	top: 8px;
	left: 6px;
	color: #aaaaaa;
}

div.master_search_container {
	float: left;
	margin-left: 10px;
	margin-top: 17px;
	margin-bottom: 10px;
}

div.master_search {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	padding-left: 27px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	border: 1px solid #a8bac8;
	position: relative;
	top: 0px;
	left: 0px;
}

input.master_search_input {
	outline: 0px;
	padding: 2px;
	border: 0px;
	width: 250px;
	font-family: 'Inter', 'Roboto', Segoe UI, Arial;
	font-size: 10pt;
	color: #aaaaaa;
}

div.header_left_icon_block {
	height: 47px;
	width: 60px;
	color: #9999a2;
	border-radius: 6px;
	padding-top: 4px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	top: 0px;
	left: 0px;
}

div.header_left_icon_block:hover {
	background-color: rgba(255,255,255,0.4);
	color: #777777;
}

div.header_left_icon_block_selected {
	color: #364569;
	/*background-color: rgba(255,255,255,0.4);*/
}

div.header_left_icon_block_selected:hover {
	color: #364569;
}

div.mobile_flex_container {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
}

div.popup_groupbox {
	margin-bottom: 12px;
	box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.3);
	border: 1px solid #dcdcdc;
	padding: 10px;
	border-radius: 6px;
}

div.dialog_iframe_border {
	border: 1px solid #aaaaaa;
}

div.add_observation_button {
	border-radius: 100px;
	color: #ffffff;
	background-color: #2c2f35;
	box-shadow: 3px 3px 12px -5px rgba(0,0,0,0.7);
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
}

div.add_observation_button:hover {
	background-color: #3c3f45;
}

div.popup_client_list_inner {
	font-size: 9pt;
	padding: 10px;
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.12);
	margin-bottom: 6px;
	box-shadow: 2px 2px 8px -5px rgba(0,0,0,0.5);
	cursor: pointer;
	transition: all 0.3s;
}

div.popup_client_list_inner:hover {

	background-color: #f6fbfd;
}

div.popup_client_list_selected {
	border: 1px solid #0098ff;
	background-color: #eef7fc;
}

div.popup_client_list_selected:hover {

	background-color: #eef7fc;
}

div.survey_nav {
	font-size: 10pt;
}

div.survey_left:hover {
	background-color: rgba(0,0,0,0.04);
	cursor: pointer;
}

div.survey_section {
	display: none;
}

div.survey_section div.app_question_title {
	font-weight: bold;
	font-size: 9pt;
}

div.rics_score {
	width: 22px;
	height: 22px;
	border: 1px solid rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 9pt;
	line-height: 22px;
	display: inline-block;
	margin-left: 1px;
	border-radius: 22px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s;
}

div.rics_score:hover {
	opacity: 1;
}

div.rics_score_1 {
	background-color: #008000;
}

div.rics_score_2 {
	background-color: #ffa500;
}

div.rics_score_3 {
	background-color: #ff0000;
}

div.rics_score_ni {
	background-color: #ffffff;
	color: #000000;
}

div.rics_score_inactive {
	opacity: 0.3;
}

/* Contenteditable survey blocks */

.survey_contenteditable {
	cursor: text;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.survey_contenteditable:empty::before {
	content: '';
}

.survey_contenteditable div {
	margin-bottom: 4px;
	overflow-wrap: break-word;
	word-break: break-word;
}

.survey_content_suggested {
	background-color: #f5f8fd;
	border-left: 3px solid #6ba3d6;
	padding: 4px 8px;
	border-radius: 3px;
}

.survey_content_edited {
	background-color: #fffbf0;
	border-left: 3px solid #d4a843;
	padding: 4px 8px;
	border-radius: 3px;
}

.survey_content_user {
	background-color: #f7f7f8;
	border-left: 3px solid #c8c8cc;
	padding: 4px 8px;
	border-radius: 3px;
}

.survey_content_plain {
	padding: 0px;
}

.survey_content_kept {
	background-color: #f5eaea;
	border-left: 3px solid #9e5a5a;
	padding: 4px 8px;
	border-radius: 3px;
}

@keyframes survey_content_flash {
	0% { background-color: #ffe082; }
	100% { background-color: #f5f8fd; }
}

.survey_content_suggested_new {
	animation: survey_content_flash 1s ease-out forwards;
}

.speech_bubble {
  position: relative;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
}

.speech_bubble::before,
.speech_bubble::after {
  content: '';
  position: absolute;
  border: 11px solid transparent;
}

.speech_bubble::after {
  border: 10px solid transparent;
}

.speech_bubble.speech_top::before,
.speech_bubble.speech_top::after {
  bottom: 100%;
  left: 19px;
  border-bottom-color: #ccc;
}

.speech_bubble.speech_top::after {
  left: 20px;
  border-bottom-color: #ffffff;
}

.speech_bubble.speech_bottom::before,
.speech_bubble.speech_bottom::after {
  top: 100%;
  left: 14px;
  border-top-color: #ccc;
}

.speech_bubble.speech_bottom::after {
  left: 14px;
  border-top-color: #ffffff;
}

/* Grow-wrap for textarea on safari iOS */

.grow-wrap {
  display: grid;
}

.grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";

  /* This is how textarea text behaves */
  white-space: pre-wrap;

  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;

}

.grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;
  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}

.grow-wrap > textarea,
.grow-wrap::after {
	 /* Identical styling required!! */
	font: inherit;
	font-size: 10pt;
	line-height: 14pt;
	resize: none;
	box-sizing: border-box;
	min-height: 22px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #cbd0d5;

	/* Place on top of each other */
	grid-area: 1 / 1 / 2 / 2;

}

/* Section Picker for app */
div.section_picker_mobile_nav {
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 2px 2px 8px -5px rgba(0,0,0,0.4);
	border: 1px solid #dddddd;
	border-radius: 6px;
	background-color: #fcfcfc;
}

div.property_overview_left {
	float: left;
	width: calc(100% - 415px);
}

div.property_overview_right {
	float: right;
	width: 405px;
	margin-top: 10px;
}

iframe.property_overview_right_iframe {
	border: 1px solid #cccccc;
	width: 398px;
	height: 300px;
	border-radius: 6px;
	margin-bottom: 10px;
}

/* Responsive for desktop section picker on survey page */
/* Hide if viewport width less than 800px */

#section_picker_mobile_container, tr.section_picker_mobile_container {
	display: none;
}

@media (max-width: 830px) {

	#section_picker_desktop, td.section_picker_desktop {
		display: none;
	}

	#section_picker_mobile_container, tr.section_picker_mobile_container {
		display: table-row;
	}
}

@media (max-width: 630px) {

	td.survey_hide_on_phone {
		display: none;
	}

	div.property_overview_left {
		float: none;
		width: auto;
	}

	div.property_overview_right {
		float: none;
		width: auto;
		margin-top: 10px;
	}

}

@media (max-width: 600px) {
	#survey_helper_container {
		display: none;
	}
}

/* Mention input support */

span.mentioned {
	color: #005fa9;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 5px -4px rgba(0,0,0,0.4);
	border-radius: 5px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 9pt;
	white-space: nowrap;
}

.mentions-container {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	overflow: auto;
	display: block;
	width: 275px;
	border-radius: 3px;
	background-color: #f4f4f4;
	z-index: 999999;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 3px 3px 10px -5px rgba(0,0,0,0.5);
	padding: 1px;
	box-sizing: border-box;
}

.mentions-container ul {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mentions-container li {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 3px;
	margin: 0px;
	cursor: pointer;
	font-size: 9pt;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
}

.mentions-container li:nth-of-type(2n) {
	background-color: #f6f6f6;
}

.mentions-container li:last-of-type {
	border-bottom: none;
}

.mentions-container li.highlight {
	background-color: #f9f7ef;
}

.mentions-container li span {
	font-weight: bold;
}

.mentions-container li.no-match {
	cursor: default;
}

.mentions-container .menu-highlighted {
	font-weight: bold;
}

.mentions-input {
	outline: none;
	border: 1px solid #CBD0D5;
	padding: 6px;
	border-radius: 6px;
	overflow-y: scroll;
	cursor: text;
	font-size: 10pt;
	line-height: 13pt;
	background-color: #ffffff;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	box-sizing: border-box;
	margin: 0px;
}

.mentions-input:focus {
	border: 1px solid #65acdf;
    box-shadow: 0px 0px 5px #3389af;
	outline: none;
}

.mentions-input-no-outline:focus {
	border: 1px solid #CBD0D5;
	box-shadow: none;
	outline: none;
}

.mentions-input:empty:before {
	content: attr(placeholder);
	display: block;
	color: #bbb;
}


/* Checkbox animation */

.success-checkmark {
	width: 80px;
	height: 115px;
	margin: 0 auto;
  }
  .success-checkmark .check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4CAF50;
  }
  .success-checkmark .check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	content: "";
	height: 100px;
	position: absolute;
	background: #FFFFFF;
	transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgba(76, 175, 80, 0.5);
  }
  .success-checkmark .check-icon .icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	background-color: #FFFFFF;
  }

  @keyframes rotate-circle {
	0% {
	  transform: rotate(-45deg);
	}
	5% {
	  transform: rotate(-45deg);
	}
	12% {
	  transform: rotate(-405deg);
	}
	100% {
	  transform: rotate(-405deg);
	}
  }
  @keyframes icon-line-tip {
	0% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	54% {
	  width: 0;
	  left: 1px;
	  top: 19px;
	}
	70% {
	  width: 50px;
	  left: -8px;
	  top: 37px;
	}
	84% {
	  width: 17px;
	  left: 21px;
	  top: 48px;
	}
	100% {
	  width: 25px;
	  left: 14px;
	  top: 45px;
	}
  }
  @keyframes icon-line-long {
	0% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	65% {
	  width: 0;
	  right: 46px;
	  top: 54px;
	}
	84% {
	  width: 55px;
	  right: 0px;
	  top: 35px;
	}
	100% {
	  width: 47px;
	  right: 8px;
	  top: 38px;
	}
  }
