/*
	Login page
*/
#browserCheck {
	position: absolute;
	height: 360px;
	left: 50%;
	margin: 0 0 0 360px;
	overflow: visible;
	padding: 0;
	text-align: left;
}

#splash {
	font-family: verdana;
	height: 360px;
	left: 50%;
	margin-left: -360px;
	margin-top: -180px;
	position: absolute;
	top: 50%;
	width: 720px;
}

#splash .main {
	background-image: url("../images/geoplanning_splash.png");
	height: 360px;
}

#splash .maintenance {
    background-repeat: no-repeat;
    min-height: 16px !important;
    height: auto !important;
    background-position: 10px 15px !important;
    border: 1px solid #FFCD07;
    background-color: #F9FFAD;
    background-image: url('../images/16x16/exclamation_16.png') !important;
    padding: 10px 35px 10px;
}

#forbidden {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	left: 50px;
	line-height: 30px;
	position: absolute;
	top: 160px;
	width: 400px;
}

#login {
	border-collapse: collapse;
	bottom: 65px;
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	right: 40px;
	text-align: right;
}

#login label {
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	margin-right: 10px;
}

#login input[type=checkbox] {
	vertical-align: sub;
	margin-right: 10px
}

#login .cellWidth {
	width: 120px;
}

.login_input {
	border: 1px solid #A0A5A8;
	padding: 1px 2px;
}

#login .submit_btn {
	display: inline-block;
	text-align: left;
}

#login input[type=submit] {
	border: 1px solid #A0A5A8;
	padding: 1px 3px;
	cursor: pointer;
}

#login input[type=submit]:hover {
	border: 1px solid #808588;
	background-color: #FFFFFF;
}

#login-error {
    font-weight: bold;
    color: #FBB917;
    padding: 0 5px;
}
/*
	copyright
*/
#copyright,#version_login,#password_lost {
	color: #000000;
	font-size: 10px;
	position: absolute;
	bottom: 30px;
}

#copyright a:link,#visit a:link,#terms a:link,#copyright a:active,#visit a:active #terms a:active,#copyright a:visited,#visit a:visited,#terms a:visited
	{
	color: #000000;
	text-decoration: none;
}

#copyright a:hover,#visit a:hover,#terms a:hover {
	color: #000000;
	text-decoration: underline;
}

#copyright {
	left: 40px;
	width: 350px;
}

#visit {
	font-family: verdana;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

#terms {
	font-family: verdana;
	margin-top: 10px;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

#version_login {
	top: 30px;
	right: 40px;
	color: white;
}

#password_lost {
	right: 40px;
	color: white;
	font-weight: bold;
}

#password_lost a:hover {
	color: white;
	text-decoration: underline;
}

#password_lost a:link,#password_lost a:visited,#password_lost a:active {
	color: white;
	text-decoration: none;
}

/*
	Layout
*/
.x-btn-nav-btn-toolbar-small .x-btn-inner {
	color: black;
	padding: 1px 2px;
}

.x-btn-nav-btn-toolbar-small-over .x-btn-inner {
	/*background-image: url("../js/extjs4/resources/themes/images/gray/btn/btn-default-small-over-bg.gif");
	background-repeat: repeat-x;*/
	text-decoration: underline;
}

#geoplanning_banner {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*background-color: #D2D2D2;*/
	background-color: #9E1122;
	height: 30px;
	position: relative;
}

#geoplanning_banner .slogan {
	color: white;
	font-size: 12px;
	left: 378px;
	position: absolute;
	top: 38px;
	width: 200px;
	display: none;
}

#branding-container {
	position: absolute;
	right: 15%;
	bottom: 0;
	display: block;
}

#topRight_div {
	color: white;
	position: absolute;
	font-size: 10px;
	right: 5px;
	top: 5px;
	float: right;
}

#topRight_div a {
	text-decoration: none;
	color: white;
}

#topRight_div a:hover {
	text-decoration: underline;
}

.subToolbar {
	border-top: 1px solid transparent;
}

#bottom-border {
	border-top: 1px solid #808080;
	background-color: #D2D2D2;
	height: 20px;
	font-size: 10px;
	color: #626262;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#bottom-border a {
	text-decoration: none;
	color: inherit;
}

#bottom-border a:hover {
	text-decoration: underline;
}

#bottom-border .company {
	margin: 4px;
	float: left;
}

#bottom-border .version {
	margin: 4px;
	float: right;
}

#bottom-border img {
	margin-top: 2px;
	float: right;
}
/*
	# end Layout
*/

/*
 	# Blank Layout #
*/
.pageTitle {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
/*
 	# End Blank Layout #
*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	background-color: #ffffff;
}

/*
	page style
*/
body,form,table,tr,td,input,select,option {
	font-family: Verdana;
	font-size: 11px;
}

#containerTable {
	border-collapse: collapse;
	margin: 20px;
}

table#containerTable tr td {
	vertical-align: middle;
}

.tooltip-route .label {
	font-weight: bold;
	padding-right: 20px;
	padding-bottom: 10px;
}

.inputClass {
	width: 180px;
	height: 20px;
	border: solid gray 1px;
}

.inputDate {
	width: 80px;
}

.inputHour {
	width: 40px
}

table.mip-grid td.id {
	padding-left: 5px;
}

table.mip-grid td.checkBox {
	padding-left: 5px;
	padding-right: 5px;
}

.mip-grid {
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #666666;
	width: 100%;
	background-color: #FFFFFF;
}

.mip-grid th {
	background-color: #666666;
	color: #FFFFFF;
	height: 18px;
}

.mip-grid tr {
	vertical-align: middle;
}

.mip-grid th img {
	vertical-align: middle;
}

.mip-grid th a:link,.mip-grid th a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.mip-grid th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.mip-grid_row_1 {
	background-color: #FFFFFF;
}

.mip-grid_row_2 {
	background-color: #EEEEEE;
}

.disabled {
	opacity: 0.5;
}
/*
	LINK
*/
a.controlMap {
	color: #FF9933;
	text-decoration: none;
}

a.controlMap:visited {
	color: #FF9933;
	text-decoration: none;
}

.toolbar a:visited {
	color: black;
}

/*
	BUTTONS
*/
button {
	border: 0px;
	outline: none;
}

.buttons a,.buttons button {
	display: inline-block;
	/*float:left;*/
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	border: 1px solid #f5f5f5;
}

.buttons button[type] {
	padding: 4px 10px 6px 7px; /* Firefox */
	line-height: 17px; /* Safari */
	border: 1px solid #000000;
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
	border: 1px solid #f5f5f5;
}

.buttons a {
	border: 1px solid #000000;
}

/*
 Admin Panel
 */
.adminPanelCell {
	border: 1px solid white;
	cursor: pointer;
	padding: 2px;
	white-space: normal;
}

.adminPanelCellHover {
	background-color: #F3F3F3;
	border: 1px solid #CCC !important;
	cursor: pointer;
}

.adminPanelCell a {
	color: black;
	text-decoration: none;
	display: block;
	height: 80px;
	width: 230px;
}

.adminPanelCell h3 {
	margin-bottom: 4px;
	font-weight: bold;
}

.adminPanelCell img {
	margin: 10px;
	width: 32px;
	height: 32px;
}

.adminPanelCell .x-mask {
	/* disabled style = a wite transparent div over the container (Ext4.3.2 behaviour) */
	background-color: white;
}

.adminPanelTitle {
	background: none !important;
	box-shadow: none;
	font-weight: bold;
	border-bottom: 1px solid #aaa !important;
	padding: 0 0 2px 0;
	margin-bottom: 10px;
}

.x-toolbar-text a {
	color: black !important
}
/*
 * ----- Dispatching -----
 */
#uncompleted-task-grid .x-grid-row .x-grid-cell-inner {
	height: 20px;
	overflow: hidden;
}

.dispatching-header {
	background: url("../images/orange-top-bottom.gif");
	border: none;
}

.x-nlg .x-toolbar-default.dispatching-header {
	background: url("../images/orange-top-bottom.gif");
	border: none;
}

.dispatchingTree .x-tree-technician td {
	font-weight: bold !important;
}

.dispatchingTree .x-tree-technician {
	font-weight: bold !important;
}

.dispatchingTree .x-row-round-closed,
.dispatchingTree .x-row-round-closed .x-grid-cell,
.x-grid-row.x-row-round-closed,
.x-grid-row.x-row-round-closed .x-grid-cell {
	background-color: #eee;
	color: #777 !important;
}

.dispatchingTree .x-tree-attachments td {
	min-width: 45px;
}

.dispatchingTree .x-tree-err {
	color: red !important;
}
.dispatchingTree .x-tree-icon {
    width: 20px;
    height: 20px;
    background-size: 18px;
}

.dispatchingTree .x-row-round-closed .x-tree-icon,
.x-row-round-closed .calendar-resource {
	-webkit-filter: grayscale(1) brightness(.9) contrast(1.3);
	filter: grayscale(1) brightness(.9) contrast(1.3);
}

.resourceToolTip-total .x-grid-cell{
	border-top: 1px solid black;
	font-weight: bold !important;
}

.tree-action {
	cursor: pointer;
}

.tree-icon {
	background-size: 16px 17px;
}

.tree-node-flag {
	margin: -1px 3px 0 0;
	width: 16px;
	height: 16px;
	border: none;
	vertical-align: middle;
}

.x-panel-header-checkbox {
	vertical-align: sub;
}

.x-window-bwrap {
	overflow: visible;
}

.x-window-body {
	overflow: visible;
}

.x-time-minutesField {
	font-style: italic;
	text-align: right;
}

.dropNodeCls {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 4px;
}

.ul.x-tab-strip-top {
	background-color: red;
}

.hidden {
	display: none !important;
}

html>body div.t-error li {
	margin-left: 20px;
}

div.t-error li {
	margin-left: 20px;
}

.filter-checkbox {
	vertical-align: middle;
	margin: 3px 3px 3px 5px;
}

.panelFiltered {
	border: 1px dashed red !important;
}

.boldButton .x-btn-inner {
	font-weight: bold !important;
}

.positionTooltip {
	background-color: white;
	padding: 0;
}

.positionTooltip .status-display {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
}

.positionTooltip .x-tip-body {
	padding: 0;
}

.positionTooltip .tip-header {
	background-color: #F5F5F5;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 6px;
}

.positionTooltip .tip-body {
	padding: 0 6px;
	margin-bottom: 5px;
}

.positionTooltip .tip-label {
	color: grey;
}

.positionTooltip .tip-label-icon {
	float: left;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	margin-top: 8px;
}

.positionTooltip .tip-value {
	padding-left: 10px;
}

.positionTooltip .tip-value-icon {
	min-height: 24px;
	padding: 9px 0 0 18px;
}

.x-splitter-horizontal {
	background-color: #e0e0e0;
}
/*
	admin
*/
.deleteWinBody {
	font-size: 12px;
	padding: 5px 0;
}

.higlightSearch {
	font-weight: bold;
}

.gridButtonContainer .x-grid3-cell-inner {
	margin: 0;
	padding: 0;
}

.gridButton {
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
	height: 16px;
	margin: 0 1px;
	width: 20px;
}

.gridButton-disabled {
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
	height: 16px;
	margin: 0 1px;
	width: 20px;
	cursor: default;
}

.gridButton-nobtn {
	height: 16px;
	width: 20px;
	margin: 0 1px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
}

.gridButton:HOVER {
	/*background-color: white;
    border-color: #C3C3C3 #666666 #666666 #C3C3C3;*/
	border-style: solid;
	border-width: 1px;
}

.gridButton:ACTIVE {
	/*border-color: #666666 #C3C3C3 #C3C3C3 #666666;*/
	border-style: solid;
	border-width: 1px;
}

.row-user-blocked td {
	background-color: #FFE7E0 !important;
}
/*
	viewport Pop-up
*/
.popupDetail-label {
	display: inline-block;
	width: 100px;
	white-space: nowrap;
	margin-bottom: 3px;
	font-weight: bold;
	color: #676767;
	margin-right: 5px;
}
.icon-field {
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0px 2px 20px;
    vertical-align: middle;
}

.icon-valid::before {
	content: "●";
	color: #1c8115;
}

.icon-invalid::before {
	content: "●";
	color: #a61941;
}
tr.popupDetail-refill td {
	padding-bottom : 8px;
}
.tooltip-route td {
	border: 5px solid transparent;
}
.tooltip-route td.label {
	font-weight:bold;
	color:#676767;
	vertical-align: top;
	padding: 0;
}
.oh-table {
	margin: 5px;
}
.oh-table td {
    padding: 3px 3px 3px 0;
    vertical-align: top;
}
.oh-table .day {
	font-weight: bold;
}
.status-log-table {
    line-height: 18px;
    margin: 5px;
    width: 510px;
}

.status-log-table td,th {
    padding-left: 7px;
    width: 125px;
}
.status-log-table th {
    border-right: 1px solid #c3c3c3;
}
.status-log-table .status-cell {
    padding: 0;
	border: 2px solid white;
	text-align: center;
}
/*
	viewport filter
*/
.vp-filter-ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
	text-indent: 10px;
}

.vp-filter-ul li {
	list-style: inherit;
	text-indent: -10px;
}
.filter-descr tr > td {
	padding-top: 4px;
}
.filter-label {
	font-weight: bold;
	vertical-align: top;
	padding-right: 3px;
}

/*
	Admin import error
*/
.importerError-VERY_LOW {
	background-color: #Fcc;
}

.importerError-LOW {
	background-color: #Faa;
}

.importerError-HIGH {
	background-color: #F77;
}

.importerError-VERY_HIGH {
	background-color: #F44;
}

/*
	Notification
*/
.importNotification {
	background-color: white;
	font-size: 11px;
	height: 100%;
	line-height: 15px;
	padding: 3px;
	text-align: center;
}

/*
	Menu items
*/
.x-kpi-menu .x-btn-inner {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.x-btn-kpiButton-small-over .x-btn-inner {
	background-color: #FFFFFF;
}
/*
	Importer
*/
.importer-body {
	padding: 10px;
	text-align: center;
	line-height: 15px
}

.importer-body input {
	margin-top: 5px;
}

.uploader-form {
	margin: 0 auto;
	width: 366px;
	text-align: left;
}

.uploader-error-link {
	display: block;
	text-align: right;
	background: url("../images/right-arrow-bubble.png") no-repeat scroll right center transparent;
	padding-right: 18px;
}

.uploader-form .mini-text {
	margin-top: 2px;
	font-size: 9px;
	font-style: italic;
}

.import-result {
	border: 1px solid lightgray;
	padding: 3px;
	margin: 10px 0;
}

.import-result h3 {
	font-weight: bold;
	margin-bottom: 2px;
}

.import-result .lbl {
	font-style: italic;
}
/*
	Map
*/
.mapNodeDragOver {
	border: 1px solid black;
}
.map-drop-ghost .resource {
	padding-left: 20px;
	height: 16px;
	margin-bottom: 2px;
}
.map-drop-ghost .from-direction-data {
	width: 100%;
	margin-top: 2px;
}
.from-direction-data .from-direction-name {
	font: normal 11px verdana,sans-serif;
}
.map-drop-ghost .to-direction-icon {
	position: absolute;
	bottom: 7px;
	left: 2px;
	width: 16px;
	height: 16px;
	background-image: url("../images/16x16/arrow-000-gray.png");
}
.map-drop-ghost img {
	vertical-align: middle;
}
/*
	UserPref page
*/
.userPrefsForm {
	text-align: center;
	font-size: 12px;
}

.userPrefsForm .centerdiv {

}

#user_pref {
	width: 1000px;
	text-align: left;
	margin: 70px auto;
	line-height: 25px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#user_pref h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 5px;
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	color: #606060;
	margin: 25px 0 10px;
}

#user_pref label {
	display: inline-block;
	width: 200px;
}

#user_pref label.radio {
	display: inline;
	width: auto;
	margin-right: 15px;
}

#user_pref input[type=radio] {
	margin-right: 4px;
	vertical-align: sub;
}

#user_pref h2 {
	margin-left: 20px;
	font-weight: bold;
}

#user_pref .fields {
	margin-left: 40px;
}

#user_pref fieldset {
	border: 1px solid #E0E0E0;
	margin: 0 40px 10px;
	padding: 0 10px 10px;
}

#user_pref fieldset legend {
	font-style: italic;
	padding: 0 10px;
}

#user_pref .subdiv {
	margin-bottom: 20px;
}

#user_pref .x-form-field-wrap.x-form-field-trigger-wrap {
	display: inline-block;
}

#user_pref .subdiv .right {
	text-align: right;
	margin: 20px;
}

#user_prefs .errorzone {
	border: none;
	margin-bottom: 0;
}
/*
	---------- Address/task/tech search component ----------
*/
.addSearchResult {

}

.addSearchResult:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*
	----------- forced scrollable ----------
 */
.forceScroll {
	overflow: auto !important;
}

/*
	---------- Shift edition panel ----------
*/
.paletteItem {
	padding: 3px 5px;
	border: 1px solid transparent;
}

.paletteItem:hover {
	cursor: pointer;
	background-color: #EFEFEF;
	border-color: #DDDDDD;
}

.paletteItem.x-item-selected {
	background-color: #E0E0E0;
	border-color: #BFB8B8;
	border-style: dotted
}

.shiftSummary p {
	padding: 10px 0;
	font-weight: bold;
}

.shiftSummary .columnList ul {
	overflow: auto;
}

.shiftSummary table td {
	padding: 1px 0;
}

.columnList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.columnList li {
	float: left;
	width: 11em;
	margin: 0;
	padding: 1px 0;
	font-size: 11px;
}

.errorLabel {
	color: red;
	font-style: italic;
}
/*
	-------------------- Report --------------------
*/
.reportActionSummary {
	background-color: #E0E0E0;
	border-color: #D0D0D0 #D0D0D0 transparent #D0D0D0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	line-height: 35px;
	font-size: 13px;
}

.reportActionSummary .inner {
	padding: 0 15px;
	margin: 5px;
	border: 1px solid #bbb;
	background-color: #EEE;
}

.reportButton .x-btn-inner {
	font-weight: bold;
}

.reportHomeDescrPanel .x-panel-header-text-container {
	text-align: center !important;
}

.reportBtnsContainer {
	border-right: 1px solid #D0D0D0;
}

.reportHomeDescrPanel h1 {
	font-weight: bold;
	margin: 15px 20px;
}

.reportHomeDescrPanel p {
	margin: 15px 50px;
}

.reportHomeDescrPanel li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 5px 0 5px 65px;
	text-indent: -13px;
}

.reportHomeDescrPanel .bold {
	font-weight: bold;
}

.reportConfigHeader {
	background-color: white;
	font-weight: bold;
	padding: 0 15px 15px 0;
}

.matchingLogicDescription h1 {
	font-weight: bold;
	margin: 10px 5px;
}

.matchingLogicDescription p {
	margin: 10px 5px;
}

.wizardPartner .x-border-layout-ct {
	background-color: white;
}

.wizardPartnerDescription .x-border-layout-ct {
	background-color: white;
	border-left: solid 1px #B5B8C8;
}

.errorSave .x-tab-inner {
	color: #CC3300;
}

.errorSave .x-btn-inner {
	color: #CC3300;
}

.errorSave {
	border: 1px solid #CC3300;
}

.errorPalette .x-panel-body {
	background-image: url("../images/invalid_line.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
	border-color: #CC3300;
}

.errorPalette .x-panel-header-text {
	color: red;
}

#searchReport_div {
	margin-top: 25px;
	margin-right: 5px;
	right: 0;
	position: absolute;
	color: white;
	font-size: 10px;
}

.searchReportGen_div {
	font-size: 10px;
	border: 1px solid black;
	background-color: white;
}

.searchReportGen_div .x-progress-bar {
	background: url("../images/orange-top-bottom.gif");
	border: none;
}

.searchReportGen_div .x-progress-default .x-progress-text {
	color: black;
}

.progressReport_div {
	border-bottom: 1px solid black !important;
}

.progressReport_text .x-form-item-label {
	font-size: 10px !important;
}

.progressReport_text .x-form-display-field {
	font-size: 10px !important;
}

.currentReport {
	width: 110px;
}

.noReport {
	width: 90px;
}

.errorReport {
	color: red;
	font-weight: bold;
	font-size: 11px;
	margin-right: 30px;
}

.check-true-column {
	background-image: url("../images/check_11x11.gif");
	background-position: center;
	background-repeat: no-repeat;
}

.checkbox-name {
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.innerComboItem {
	white-space: nowrap;
	overflow: hidden;
}

.x-btn-outline .x-btn-tl {
	background-position: -6px 0;
}

.x-btn-outline .x-btn-tr {
	background-position: -9px 0;
}

.x-btn-outline .x-btn-tc {
	background-position: 0 -9px;
}

.x-btn-outline .x-btn-ml {
	background-position: -6px -24px;
}

.x-btn-outline .x-btn-mr {
	background-position: -9px -24px;
}

.x-btn-outline .x-btn-bl {
	background-position: -6px -3px;
}

.x-btn-outline .x-btn-br {
	background-position: -9px -3px;
}

.x-btn-outline .x-btn-bc {
	background-position: 0 -18px;
}

/*
 * fieldset panel
 */
.formPanelTitle {
	background: none !important;
	box-shadow: none;
	font-weight: bold;
	color: #AAAAAA;
	border-bottom: 1px solid #AAAAAA !important;
	padding: 0 0 2px 0;
	margin-bottom: 10px;
}

.formPanelTitle div div.x-box-inner {
	height: 16px !important;
}

.formPanelTitle .x-tool-help {
	/* override the default help image */
	background: url("../images/16x16/help.png");
}
.fieldset-panel-header {
	background: none !important;
	box-shadow: none;
	font-weight: bold;
	color: #AAAAAA;
	border-bottom: 1px solid #AAAAAA !important;
	padding: 0 0 2px 0;
	margin-bottom: 10px;
}
/* .fieldset-panel-header div div.x-box-inner {
	height: 24px !important;
}
.fieldset-panel-header .x-panel-header-text-container-default {
	font-size: 16px;
	line-height: 16px;
	color: #C62828;
} */
/*
 * ===== OPTIM page =====
 */
.optim-rounds-tree .no-icon-row .x-tree-icon {
	display: none !important;
}
.optim-rounds-tree .x-grid-dirty-cell {
	background-image: none !important;
}
.optim-rounds-tree .x-tree-icon {
    width: 20px;
    height: 20px;
}

.optimTreeIndex {
	color: grey;
	display: inline-block;
	height: 16px;
	overflow: visible;
	padding-left: 16px;
	text-align: center;
	vertical-align: text-bottom;
	width: 35px;
}

.helpBubble {
	cursor: help;
	width: 25px;
	padding-left: 9px;
	padding-right: 7px;
}

.x-tip h3 {
	font-weight: bold;
}

.iconHeaderColumn .x-column-header-inner {
	padding: 3px 1px;
}
.optim-toolbar .x-box-scroller {
	height: 44px;
    border-color: #a9a9a9;
}
.optim-toolbar .x-box-scroller-left {
	margin-left: -1px;
}
.optim-toolbar .x-toolbar-scroll-left {
	background-image: url("../images/extjs-modif/toolbar/scroll-left.gif");
}
.optim-toolbar .x-toolbar-scroll-right {
	background-image: url("../images/extjs-modif/toolbar/scroll-right.gif");
}
/** ----- optim detail ----- */
.emptyMsg {
	color: gray;
	font: 11px tahoma, arial, helvetica, sans-serif;
	text-align: center;
	margin: 50px auto;
}

.optim-detail-container {
	clear: both;
	padding: 5px;
	height: 100%;
	width: 650px;
}

.optim-detail-container h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.optim-detail-container h1 span {
	font-size: larger;
	margin-left: 3px;
}

.optim-detail-container img {
	vertical-align: bottom;
}

.optim-detail-container .detail-column {
	float: left;
	width: 210px;
	margin: 5px;
}

.optim-detail-container .detail-main {
	border: 1px dashed #BBB;
	padding: 5px;
}

.detail-ref {
	font-size: smaller;
	margin-left: 50px;
	color: gray;
}

.optim-detail-container .detail-val {
	margin-left: 10px;
}

.optim-detail-container .detail-lbl {
	color: gray;
}

.optim-detail-container p {
	margin-top: 7px;
}

.optim-warning-detail-container {
	clear: both;
	padding: 5px;
	height: 60px;
	width: 100%;
}

.optim-warning-detail-container h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.optim-warning-detail-container img {
	vertical-align: bottom;
}

.optim-warning-detail-container .detail-main {
	border: 1px dashed #BBB;
	padding: 5px;
}

.optim-warning-detail-container .detail-main h1 {
	background: url("../images/32x32/lightning_32.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: larger;
	height: 32px;
	margin: 3px;
	padding: 5px 0 0 35px;
}

.optim-warning-detail-container .detail-val {
	margin-left: 10px;
}

.optim-warning-detail-container .detail-lbl {
	color: gray;
}

.optim-warning-detail-container p {
	margin-top: 7px;
}

.icon-red-dot {
	background-image: url("../images/red_dot_12.png");
	padding-left: 15px;
	background-position: left;
	background-repeat: no-repeat;
}

.optim-detail-container table {
	margin-top: 3px;
}

.optim-detail-container table td {
	vertical-align: top;
	padding: 0 0 3px 10px;
}

.optim-detail-container table th {
	padding: 0 0 3px 10px;
}

.constrainEnum {
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: 3px;
	background-image: url("../images/red_dot_12.png");
	background-position: center;
	background-repeat: no-repeat;
}

.side-icon-bg {
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
}

.optim-res-row div {
	position: relative;
}

.optim-res-row .res-name {
	display: inline-block;
	left: 35px;
	overflow: hidden;
	position: absolute;
	right: 16px;
	text-overflow: ellipsis;
}

.optim-resume {
	margin-bottom: 5px;
}

.optim-duration {
	color: gray;
	font-size: 10px;
	font-style: italic;
}

.row-resource .x-grid-cell {
	font-weight: bold;
}

.quantifable-table {
	table-layout: fixed;
	width: 33%;
}

.quantifiable-name {
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.quantifiable-name:hover {
	overflow: visible;
	width: auto;
	position: absolute;
	background-color: #EFEFEF;
}

/*
 * ==================== end of optim page
 *
 * ========== TomTom association page ==========
 */
.no-device-selected-msg {
	text-align: center;
	margin-top: 100px;
	font-size: 32px;
	color: #666666;
	opacity: 0.6;
}

.device-person-combo {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.device-person-combo .name {
	font-weight: bold;
}

.device-person-combo .foreignId {
	color: gray;
}
/*
 * ================= end of TomTom association page
 *
 * ========== Custom TOOL ===========
 */
.x-tool-magnifier {
	background-image: url(../images/sprites/custom-tools.gif) !important;
	background-position: 0 0;
}

.x-tool-over .x-tool-magnifier {
	background-position: -15px 0;
}
/*
 * ==================== end of custom tools
 */

/*
 *  =================== Error component
 */
.label-invalid div.x-form-display-field,.label-valid div.x-form-display-field,.label-loading div.x-form-display-field,.display-valid div.x-form-display-field,.display-info div.x-form-display-field
	{
	background-repeat: no-repeat;
	min-height: 19px;
	padding-left: 18px;
	padding-top: 0; /* surcharge d'une config extjs */
}

.label-invalid div.x-form-display-field {
	background-image: url('../images/16x16/exclamation_16.png') !important;
	color: red !important;
}

.label-valid div.x-form-display-field {
	background-image: url('../images/16x16/tick.png') !important;
	color: green !important;
}

.label-loading div.x-form-display-field {
	background-image: url('../js/extjs4/resources/themes/images/gray/tree/loading.gif') !important;
	color: gray !important;
}

.display-info div.x-form-display-field {
	background-image: url('../images/16x16/information.png') !important;
	font-size: 11px;
}

.textarea-no-border,.textarea-no-border textarea {
	border: none;
}

.form-item-label-blue {
	color: #0094FF !important;
	font-family: Verdana, sans-serif !important;
	font-size: 10px !important;
	-moz-user-select: -moz-none;
	cursor: default;
	float: left;
	font-size: 12px;
	padding: 3px 0 0;
	position: relative;
	z-index: 2;
}

/*  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*   Forms - ErrorField
/*  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
.errorPanel,.validPanel,.warningPanel,.loadingPanel,.infoPanel {
	background-repeat: no-repeat;
	min-height: 16px !important;
	height: auto !important;
	background-position: 5px 5px !important;
	width: 100%;
	/* padding: 5px; */
}

.errorPanel {
	border: 1px solid red;
	background-color: #FFE3E0;
	background-image: url('../images/16x16/exclamation_16.png') !important;
}

.validPanel {
	border: 1px solid green;
	background-color: #C5FFC1;
	background-image: url('../images/16x16/tick.png') !important;
}

.warningPanel {
	border: 1px solid #FFCD07;
	background-color: #F9FFAD;
	background-image: url('../images/16x16/exclamation_16.png') !important;
}

.loadingPanel {
	border: 1px solid gray;
	background-color: #E0E0E0;
	background-image: url('../js/extjs4/resources/themes/images/gray/tree/loading.gif') !important;
}

.infoPanel {
	border: 1px solid blue;
	background-color: #DDEBFF;
	background-image: url('../images/16x16/information.png') !important;
}

.errorPanel ul,.validPanel ul,.warningPanel ul,.loadingPanel li,.infoPanel li {
	padding-left: 35px;
	margin: 5px;
}

.errorPanel li,.validPanel li,.warningPanel li {
	list-style: disc;
}

.errorPanel li {
	color: red !important;
}

.validPanel  li {
	color: green !important;
}

.warningPanel  li {
	color: #AD8805 !important;
}

.loadingPanel  li {
	color: gray !important;
}

.infoPanel  li {
	/*color: blue !important; */

}

.messageBox-question-content {
	background: url("../images/32x32/icon-question.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 40px;
}

.noImage {
	background-image: none !important;
}

.map-item-disabled .x-form-item-label {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3);
	opacity: 0.3;
}

.map-item-disabled input {
	color: #000000 !important;
	/*font-weight: bolder !important;*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7) !important;
	opacity: 0.7 !important;
}

.iconPadding {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 17px;
}

.textfield-disabled {
	color: #545454;
	background-color: #EBEBE4;
	border: 1px solid #ABADB3;
	padding-left: 1px;
}

/** ----- Log as feature ----- */
#banner-log-back {
	position: absolute;
	left: 45%;
	font-weight: bold;
	height: 38px;
}

#banner-log-back-left {
	background-image: url('../images/banner_tab/button-left.png');
	float: left;
	width: 10px;
	background-repeat: no-repeat;
	height: 38px;
}

#banner-log-back-center {
	background-image: url('../images/banner_tab/button-center.png');
	background-repeat: repeat-x;
	float: left;
	height: 38px;
	padding-top: 7px;
}

#banner-log-back-center a {
	color: #656565;
	font-size: 11px;
}

#banner-log-back-right {
	background-image: url('../images/banner_tab/button-right.png');
	width: 10px;
	float: left;
	background-repeat: no-repeat;
	height: 38px;
}
/**
 * ============================= Calendar
 */
.calendar-tip-header {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.calendar-tip-header img {
	vertical-align: middle;
	margin-right: 3px;
}

.x-scheduler-row-selected {
	background-color: #E3E3E3;
}

.calendar-tip-reference {
	text-align: right;
	font-size: 10px;
	color: #808080;
	font-style: italic;
	height: 10px;
}

.calendar-tip-address {
	padding-bottom: 10px;
	text-align: left;
}
.calendar-tip-padding-bottom {
	padding-bottom: 10px;
}
.calendar-tip-attachments {
	margin-top: 10px;
}
.calendar-tip-dashed, .calendar-tip-attachments {
	border-top: dashed black 1px;
}
.calendar-tip-attachment {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.calendar-tip-padding {
	padding-top: 10px;
}

.calendar-tip-background {
	background-color: white;
}

.calendar-icon-action {
	margin-left: 5px;
}

.calendar-resource {
    padding-left: 20px;
    display: block;
    padding-top: 1px;
    line-height: 16px;
}
.zone-outShift {

}
.zone-dutyCall {
	background-color: #B3E5FC !important;
}
.zone-outShift.zone-closedRound {
	background-color: #eee !important;
}
.zone-dutyCall.zone-closedRound {
	background-color: #ddd !important;
}
/**
 * ============================= Calendar END
 */
.defaultCursor {
	cursor: default;
}

/** ===== QuantifiablePanel ===== **/
.overflown-label div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/** ===== End QuantifiablePanel ===== **/

/** ===== Availibility ===== **/
.sch-event.availability-evt-timetable {
	background: #03A9F4 !important;
	z-index: 4;
}

.sch-event.availability-evt-alternative_timetable {
	background: #B3E5FC !important;
	z-index: 4;
}

.sch-event.availability-evt-guard_service {
	background: #0288D1 !important;
	z-index: 4;
}

.sch-event.availability-evt-public_holiday {
	background: #00796B !important;
	color: white;
	z-index: 6;
}

.sch-event.availability-evt-holiday {
	background: #009688 !important;
	color: white;
	z-index: 6;
}

.sch-event.availability-evt-compensatory_leave {
	background: #B2DFDB !important;
	color: white;
	z-index: 6;
}

.sch-event.availability-evt-planned_activity {
	background: #FFC107 !important;
	z-index: 5;
}

.sch-event.availability-evt-resttime {
	background: #e0e0e0 /*rgba(0, 0, 0, 0.1)*/ !important;
	margin: 0 !important;
	padding: 0 !important;
	border-color: transparent !important;
	z-index: 3;
}

.sch-event.availability-evt-resttime.sch-event-selected,.sch-event.availability-evt-resttime.sch-event-selected.sch-event-hover {
	border-color: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.time-gap {
	background: rgba(0, 255, 0, 0.1) !important;
}

.well-wrapper {
	position: relative;
	padding: 10px;
	padding-left: 38px;
	margin-bottom: 5px;
}

.well-warning {
	color: #9F6000;
	background-color: #FEEFB3;
}

.well-error {
	color: #D8000C;
	background-color: #FFBABA;
}

.well-icon {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 18px;
	background-position: center center;
	background-repeat: no-repeat;
}

.progress-running {
	color: #FFFFFF !important;
	background-color: #2196F3;
	border-color: #1976D2;
}

.progress-running>.x-progress-bar.x-progress-bar-default {
	background-color: #1976D2;
	background-image: none;
}

.progress-success {
	color: #212121 !important;
	background-color: #8BC34A;
	border-color: #689F38;
}

.progress-success>.x-progress-bar.x-progress-bar-default {
	background-color: #689F38;
	background-image: none;
}

.progress-error {
	color: #FFFFFF !important;
	background-color: #FF5722;
	border-color: #E64A19;
}

.progress-error>.x-progress-bar.x-progress-bar-default {
	background-color: #E64A19;
	background-image: none;
}

.progress-running>.x-progress-text-back,
.progress-success>.x-progress-text-back,
.progress-error>.x-progress-text-back,
.progress-running>.x-progress-bar.x-progress-bar-default,
.progress-success>.x-progress-bar.x-progress-bar-default,
.progress-error>.x-progress-bar.x-progress-bar-default
	{
	color: inherit !important;
}

.loader {
  background-color: #ffffff;
  height: 3px;
  position: relative;
  width: 100%;
}

.loader-bar {
  background-size: 18em 0.25em;
  height: 100%;
  position: absolute;
  background-color: #808080;
  animation: cssload-width 750ms cubic-bezier(0.45, 0, 1, 1) infinite;
  -o-animation: cssload-width 750ms cubic-bezier(0.45, 0, 1, 1) infinite;
  -ms-animation: cssload-width 750ms cubic-bezier(0.45, 0, 1, 1) infinite;
  -webkit-animation: cssload-width 750ms cubic-bezier(0.45, 0, 1, 1) infinite;
  -moz-animation: cssload-width 750ms cubic-bezier(0.45, 0, 1, 1) infinite;
}

@keyframes cssload-width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {left: 0%;right: 100%;}
  50% {left: 0%;right: 0%;}
  100% {left: 100%;right: 0%;}
}

@-o-keyframes cssload-width {
  0%, 100% {
    -o-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {left: 0%;right: 100%;}
  50% {left: 0%;right: 0%;}
  100% {left: 100%;right: 0%;}
}

@-ms-keyframes cssload-width {
  0%, 100% {
    -ms-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {left: 0%;right: 100%;}
  50% {left: 0%;right: 0%;}
  100% {left: 100%;right: 0%;}
}

@-webkit-keyframes cssload-width {
  0%, 100% {
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {left: 0%;right: 100%;}
  50% {left: 0%;right: 0%;}
  100% {left: 100%;right: 0%;}
}

@-moz-keyframes cssload-width {
  0%, 100% {
    -moz-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
  }
  0% {left: 0%;right: 100%;}
  50% {left: 0%;right: 0%;}
  100% {left: 100%;right: 0%;}
}

/** ===== End Availibility ===== **/

/** ===== Notifications ===== **/

.notif-wrapper {
	position: relative;
	color: #212121;
	border-top: #D9D9D9 1px solid;
	border-bottom: #909090 1px solid;
	padding: 4px;
}

.notif-wrapper .notif-subtemplate-wrapper {
	min-height: 16px;
	padding-bottom: 4px;
}

.notif-wrapper .notif-close-btn {
	position: absolute;
	display: none;
	top: 5px;
	right: 4px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer !important;
}

.notif-wrapper .notif-close-btn.disabled,
.notif-wrapper:hover .notif-close-btn.disabled {
	cursor: default;
	display: none !important;
}

.notif-wrapper:hover .notif-close-btn {
	display: block !important;
}

.notif-wrapper .notif-date {
	color: #727272;
	font-size: smaller;
}

.availability-notif {
	position: relative;
	height:100%;
}

.availability-notif .av-notif-icon {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.availability-notif .av-notif-body {

}
.availability-notif .av-notif-body.with-icon {
	padding-left: 22px;
}

.availability-notif .av-notif-body .av-notif-title {
	font-weight: bold;
	margin-bottom: 2px;
}
.availability-notif .av-notif-body .av-notif-subtitle {
	font-style: italic;
	font-size: smaller;
	margin-bottom: 4px;
}
.availability-notif .av-notif-body .av-notif-details {
	margin-bottom: 4px;
}

/** ===== End Notifications ===== **/

/** ===== Awl SrNotes ===== **/

.srnote-wrapper {
	position: relative;
	border-top: #D9D9D9 1px solid;
	border-bottom: #909090 1px solid;
}

.srnote-wrapper.srnote-wrapper-first{
	border-top: transparent 1px solid;
}

.srnote-wrapper.srnote-wrapper-last{
	border-bottom: transparent 1px solid;
}

.srnote-wrapper .srnote-note {
	margin-bottom: 18px;
	padding:4px;
}

.srnote-wrapper .srnote-title,.srnote-wrapper .srnote-type {
	font-style: italic;
	font-size: smaller;
	color: #727272;
	position:absolute;
	bottom:4px;
}

.srnote-wrapper .srnote-title {
	left:4px;
}

.srnote-wrapper .srnote-type {
	font-variant: small-caps;
	/**float: right;**/
	right:4px;
}

/** ===== End Awl SrNotes ===== **/
.window-notification {
	border-radius: 0 !important;
	background-color: white;
}
.notification-transition {
	right: 0px !important;
	left: auto !important;
	width: 0px !important;
}
.notification-transition-show {
	-webkit-transition : width 200ms ease-in;
	-moz-transition: width 200ms ease-in;
	-o-transition: width 200ms ease-in;
	transition: width 200ms ease-in;
	width: 400px !important;
}

.notification-transition-hide {
	-webkit-transition : width 200ms ease-in;
	-moz-transition: width 200ms ease-in;
	-o-transition: width 200ms ease-in;
	transition: width 200ms ease-in;
	width: 0px !important;
}
.no-notification-wrapper {
	position:relative;
	height: 100%;
}
.no-notification-content {
	width: 100%;
	height: 154px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.no-notification-content p {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #787878;
}
.no-notification-content div {
	text-align: center;
	background-image: url('../images/notifications_none.png');
	background-repeat: no-repeat;
	width: 96px;
    height: 96px;
    text-align: center;
    margin: auto;
}
/*
 * ========== Partner Wizard ==========
 */
.successMsg {
    border: 1px solid green;
    background: url('../images/16x16/tick.png') no-repeat 10px #C5FFC1 !important;
    padding: 6px 30px;
    height: 30px;
}
.failureMsg {
    border: 1px solid red;
    background: url('../images/16x16/exclamation_16.png') no-repeat 10px #FFE3E0 !important;
    padding: 6px 30px;
    height: 30px;
}

/*
 * ========== SLA Dashboard ==========
 */

.window-sla-dashboard {
	-webkit-border-radius: 3px !important;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius: 3px !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-radius: 3px !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top: 0px transparent solid !important;
	border:0px solid transparent;
	background-color: white;
}
.sla-dashboard-transition-show {
	-webkit-transition : height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
	height: 400px !important;
}

.sla-dashboard-transition-hide {
	-webkit-transition : height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
	height: 0px !important;
}

.sla-green-text {
	color: #33CC33!important;
}
.sla-red-text {
	color: #CC3333 !important;
}

/*
 * ========== Charts ==========
 */
.gp-chart-wrapper{
	max-height: 100%;
	max-width: 100%;
}
/* ========== End of Charts */

/*
 * ========== DataExchangeError edition ==========
 */
.code-wrapper {padding: 5px; position: absolute;top:0px;right:0px;left:0px;bottom:0px;overflow:auto;}
.code-wrapper .string { color: green; }
.code-wrapper .number { color: darkorange; }
.code-wrapper .boolean { color: blue; }
.code-wrapper .null { color: magenta; }
.code-wrapper .key { color: red; }

.editor textarea{border:none;background-image:none;padding:5px;font-family: monospace;}

/*
 * ========== Exceptional Payout Panel ==========
 */
.payoutPanel td {
	line-height: 20px;
	vertical-align: middle;
}
.payoutPanel .label {
	width: 100px;
}
.payoutPanel .value {
	width: 200px;
}
.payoutPanel .block {
	float: left;
}
.emptyTextMsg {
	font-size:20px;
	text-align:center;
	color: gray;
}
/* ========== End of Exceptional Payout Panel */

/* ========== Address form ========== */
.list-address-suggestion {
	padding: 8px;
	display: table;
    width: 100%;
    table-layout: fixed;
	border-bottom: 1px solid #CACACA;
}
.list-address-suggestion p {
	margin-top: 4px;
	margin-bottom: 2px;
}
.list-address-over, .list-address-selected {
	background-color: #C62828;
}
.list-address-over p, .list-address-selected p {
	color: #f9f9f9;
}
.list-address-over .address-item-icon img, .list-address-selected .address-item-icon img {
	content: url("../images/24x24/map-marker.png");
}
.address-item-icon {
	display: table-cell;
    height: 2rem;
    vertical-align: middle;
    width: 12%;
    padding-left: 8px;
}
.address-item-icon img {
	content: url("../images/24x24/map-marker-grey.png");
}
.address-item-content {
	display: table-cell;
    height: 2rem;
    vertical-align: middle;
    width: 80%;
}
.list-pois {
	padding: 8px;
	display: table;
    width: 100%;
    table-layout: fixed;
	border-bottom: 1px solid #CACACA;
}
.poi-name {
	font-size: 16px;
	margin-bottom: 8px;
}
/* ========== End of Address form ==========*/

/* ========== SimpleTask ========== */
.simple-task-tray-transition {
	right: auto !important;
	left: 0px !important;
	width: 0px !important;

}
.simple-task-tray-transition-show {
	-webkit-transition : width 200ms ease-in, opacity 200ms ease-in;
	-moz-transition: width 200ms ease-in, opacity 200ms ease-in;
	-o-transition: width 200ms ease-in, opacity 200ms ease-in;
	transition: width 200ms ease-in, opacity 200ms ease-in;
	width: 465px !important;
	opacity : 1;
}

.simple-task-tray-transition-hide {
	-webkit-transition : width 200ms ease-out, opacity 200ms ease-out;
	-moz-transition: width 200ms ease-out, opacity 200ms ease-out;
	-o-transition: width 200ms ease-out, opacity 200ms ease-out;
	transition: width 200ms ease-out, opacity 200ms ease-out;
	width: 0px !important;
	opacity : 0;
}
.x-btn.flat-btn{
	background-image:none;
	background-color:transparent;
	border: 1px transparent solid;
	border-radius: 0;
}
.x-btn-over.flat-btn{
	/*background-color: #f3f3f3;*/
}
.x-btn-over.flat-btn .x-btn-icon-el{
	filter: grayscale(0.4);
	-webkit-filter: grayscale(0.4);
}
.x-btn-pressed.flat-btn{
	/*background-color: #d6d6d6;*/
}
.x-btn-pressed.flat-btn .x-btn-icon-el{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
/* ========== End of SimpleTask ==========*/
/* ========== Carousel ========== */
.carousel-wrapper {
	width: 100%;
	height: 100%;
	background-color: #333333;
	padding: 5px;
	/*white-space: nowrap;*/
	position: relative;
	color:#FFFFFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.carousel-img-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}

.carousel-img-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 99%;
	max-height: 99%;
}

.carousel-metadata {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:50px;
	cursor: pointer;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	background: rgba(0,0,0,0.4);
}

.carousel-metadata:hover{
	background: rgba(0,0,0,0.6);
}

.carousel-metadata.expanded {
	height:134px;
}
.carousel-metadata-header{
	height: 50px;
	line-height:50px;
	padding:16px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear:both;
}

.carousel-metadata-header span{
    display: block;
    height: 20px;
    line-height:20px;
    margin-right: 16px;
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 0 0 auto;
}
.carousel-metadata-header .arrow{
	background-image: url("../images/32x32/flat/right-arrow-white.svg");
    background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
    width: 20px;
	transform: rotate(-90deg);
}
.carousel-metadata-header .text{
	font-size: 1.3em;
}
.carousel-metadata.expanded .carousel-metadata-header .arrow{
	transform: rotate(90deg);
}
.carousel-metadata.expanded .carousel-metadata-header .text{
	/*display:none;*/
	zoom: 1;
	filter: alpha(opacity=0);
  	opacity: 0;
}
.carousel-metadata-body{
	/*display:none;*/
	zoom: 1;
	filter: alpha(opacity=0);
  	opacity: 0;
	position:absolute;
	top:0;
	left:50px;
	right:0;
	height:100%;
	padding:16px 16px 16px 0;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.carousel-metadata.expanded .carousel-metadata-body {
	/*display:block;*/
	zoom: 1;
	filter: alpha(opacity=100);
  	opacity: 1;
}
.carousel-metadata-body .body-text {
	font-size: 1.3em;
	margin-bottom: 16px;
}



/* ========== End of Carousel ========== */
/* ========== WorkSheet ========== */
.worksheet {
	padding: 5px 5px 0 5px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.worksheet>.block {
	width: 100%;
	will-change: transform;
	margin-bottom: 5px;
	border-radius: 2px;
	overflow: hidden;
	background-color: #fafafa;
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
	padding: 10px;
	color: #000;
	clear: both;
}
.worksheet>.block>.title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	margin-bottom: 10px;
}
.worksheet .address {
	float:left;
}
.worksheet .foreingId {
	color: #999999;
	text-align: right;
	float: right;
}
.worksheet .contact,.worksheet .customer {
	display: inline-block;
}
.worksheet .contact td,.worksheet .customer td {
	vertical-align: top;
}
.worksheet>.block table, .worksheet>.block tbody, .worksheet>.block tr {
	width: 100%;
}
.worksheet>.block table td.label {
	width: 120px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.worksheet>.block table td.separator{
	margin-right: 5px;
	width: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.worksheet .data table th{
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.worksheet .data table th,
.worksheet .data table td {
	text-align: center;
}
.worksheet .comments .comment{
	margin-top:5px;
	/*border: 1px solid #607D8B;*/
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 30px;
	overflow: hidden;
}
.worksheet .comments .comment:first-child {
	margin-top:0px;
}
.worksheet .comments .comment.expanded {
	height: 80px;
}
.worksheet .comments .comment .comment-header{
	height: 30px;
	line-height:30px;
	color:#FFFFFF;
	background-color: #C22537;
	cursor: pointer;
	padding:8px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear:both;
}
.worksheet .comments .comment .comment-header:hover{
	background-color: #9E1122;
}
.worksheet .comments .comment .comment-header span{
    display: block;
    height: 14px;
    line-height:14px;
    margin-right: 8px;
    flex: 0 0 auto;
}
.worksheet .comments .comment .comment-header span.arrow {
    background-image: url("../images/32x32/flat/right-arrow-white.svg");
    background-position: center center;
	background-size: 18px;
    width: 14px;
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.worksheet .comments .comment.expanded .comment-header .arrow {
	transform: rotate(90deg);
}
.worksheet .comments .comment .comment-header span.text{
	flex: 1 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 1px; /* We must set an initial width in order to flex work */
}

.worksheet .comments .comment .comment-content{
	height: 50px;
	padding: 5px 5px 0 5px;
}
.worksheet .comments .comment .comment-content .comment-text {
	max-height: 100%;
	overflow-y: auto;
}

.worksheet .images .img-container-wrapper {
	height:100%;
	max-height: 250px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color: #6f6f6f;
}

.worksheet .images .img-container-wrapper .img-container {
	/* Prevent vertical gaps */
	line-height: 0;
	-webkit-column-count: 7;
	-webkit-column-gap: 0px;
	-moz-column-count: 7;
	-moz-column-gap: 0px;
	column-count: 7;
	column-gap: 0px;
	text-align: center;
}

.worksheet .images .img-container img{
	/* Just in case there are inline attributes */
	width: 100% !important;
	maxWidth: 100% !important;
	height: auto !important;
	cursor: pointer;
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-filter: grayscale(1) brightness(.9) contrast(1.3);
	filter: grayscale(1) brightness(.9) contrast(1.3);
}
.worksheet .images .img-container img:hover{
	-webkit-filter: grayscale(0) brightness(1) contrast(1.1);
	filter: grayscale(0) brightness(1) contrast(1.1);
}
.gp-scrollfix>span,
.gp-scrollfix>span>div {
	display:block !important;
}

.signatures>figure.signature{
	display:inline-block;
	margin:0;
}
.signatures>figure.signature>img {
	width:100px;
	height: auto;
	display: inline-block;
	line-height: 0;
}
.signatures>figure.signature>figcaption{
	display:block;
	width:100%;
	text-align:center;
	font-size: 1.1em;
    font-style: oblique;
}
/* ========== End of WorkSheet ========== */

/*
 * ========== Responsive container ==========
 */
.r-container {
	padding: 3px 3px 0 3px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.r-container>.block {
	will-change: transform;
	margin-bottom: 3px;
	/*border-radius: 2px;*/
	overflow: hidden;
	background-color: #fafafa;
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	/*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);*/
	padding: 5px;
	color: #000;
}

.r-container>.block>.title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	margin-left: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.r-container>.block>.content {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	display: block;
	padding-top: 4px;
	margin: 0;
	line-height: 1.2;
	-webkit-transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: delay 0.1s;
	transition: delay 0.1s;
}

.r-container>.block table, .r-container>.block tbody, .r-container>.block tr {
	width: 100%;
}

.r-container>.block>.content .text-right {
	text-align: right;
	padding-right: 5px;
}

.r-container>.block>.content,
.r-container>.block>.content * {
	box-sizing: border-box;
}

.r-container>.block>.content>.row {
	width: 100%;
	margin-bottom: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.r-container>.block>.content>.row.separator{
	border-top: 1px #B6B6B6 solid;
}

.r-container>.block>.content>.row>* {
	flex: 0 0 auto;
}

.r-container>.block>.content .label{
	font-weight: bold;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* col-fill must have a width to avoid line return with wide content */
.r-container>.block>.content>.row>.col-fill {flex: 1 0 auto; width: 10%;}

.r-container>.block>.content>.row>.col-1 {width:100%}
.r-container>.block>.content>.row>.col-2 {width:50%}
.r-container>.block>.content>.row>.col-3 {width:33.33333333333333%}
.r-container>.block>.content>.row>.col-4 {width:25%}
.r-container>.block>.content>.row>.col-5 {width:20%}
.r-container>.block>.content>.row>.col-6 {width:16.66666666666667%}
.r-container>.block>.content>.row>.col-7 {width:14.28571428571429%}
.r-container>.block>.content>.row>.col-8 {width:12.5%}
.r-container>.block>.content>.row>.col-9 {width:11.11111111111111%}
.r-container>.block>.content>.row>.col-10 {width:10%}

.infoPanelHeight {
	height: 70px !important
}

/* End of Responsive container */
