/*
	application ofr
	$Author$
	$URL$
	$Revision$

	Copyright (C) No Parking 2010 - 2025
*/

* {
	margin: 0;
	padding: 0;
}

.clear {
	line-height: 0;

	clear: left;

	height: 0;
}

.clearfix:before,
.clearfix:after {
	display: table;

	content: '';
}

.clearfix:after {
	clear: both;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: underline;

	color: #2489ce;
}

a:hover {
	text-decoration: underline;

	color: #000;
}

p {
	line-height: 1.4em;
}

header, section, footer, aside,
nav, article, figure {
	display: block;
}

body {
	font: 1em/1em Helvetica, Arial, sans-serif;

	text-align: left;

	color: #383838;
	background: #efefef;
}

tr.line-red td {
	padding: .2em;

	color: #f9452e;
	background-color: #ffcdd2;
}

tr.line-orange td {
	padding: .2em;
}

tr.line-green td {
	padding: .2em;

	color: #86c530;
	background: #ddedc8;
}

tr.line-strong td {
	font-weight: bold;

	padding: .2em;
}

td.cell-red {
	padding: .2em;

	color: #f9452e;
	background-color: #ffcdd2;
}

td.cell-orange {
	padding: .2em;
}

td.cell-green {
	padding: .2em;

	color: green;
}

td.cell-strong {
	font-weight: bold;

	padding: .2em;
}

.green {
	margin-bottom: 10px;
	padding: 4px;

	color: #86c530;
	border-radius: 4px;
	text-shadow: none;
}

.red {
	margin-bottom: 10px;
	padding: 4px;

	color: red;
	border-radius: 4px;
	text-shadow: none;
}

.orange {
	margin-bottom: 10px;
	padding: 4px;

	color: orange;
	border-radius: 4px;
	text-shadow: none;
}

a.btn {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;

	padding: 10px;
	text-align: center;
	color: #fff;
	border: none;
	background: #00569e;
	text-decoration: none;
}

a.btn:hover {
	background: #666666;
}


/* Header
-------------------------------------------------------------------------------------------------------*/


/*========================/
	Menu
/========================*/

.header {
	font-size: .8em;

	position: relative;

	background: #2d2d2d;
}

.header-content {
	width: 90%;
	margin: 0 auto;
}

/*//// Navigation ////*/

.header .navigation ul li {
	display: inline-block;

	margin: 10px 4px 0 0;
}

.header .navigation ul li.notification a:after {
	display: inline-block;

	width: 10px;
	height: 10px;
	margin-left: 5px;

	content: ' ';

	background: url(../images/notification.png) 50% 50%;
}

.header .navigation ul li a {
	display: inline-block;

	padding: 10px;

	text-decoration: none;

	color: #fff;
	border-radius: 4px 4px 0 0;
}

.header .navigation ul li.selected a,
.header .navigation ul li a:hover {
	text-decoration: none;

	color: #393939;
	background: #f9f9f9;
}

.header .navigation .mobile-menu,
.header .navigation ul li.mobile-menu-close {
	display: none;
}

#actions ul li.selected {
	font-weight: bold;
}


/*========================/
	Actions
/========================*/

#actions {
	position: relative;

	width: 88%;
	margin: 0 auto;
	padding: 6px 1% 2px 1%;

	background: url(../images/admin/ico-actions.png) no-repeat 10px center #f9f9f9;
}

#actions ul {
	margin-left: 20px;
}

#actions ul li {
	font-size: .8em;

	display: inline-block;

	margin: 4px 0;
}

#actions ul li ul {
	position: absolute;
	z-index: 99;
	top: 40px;

	display: none;

	width: 100px;
	margin: 0;
	padding: 5px;

	background: #f9f9f9;
}

#actions ul li ul li {
	font-size: 1em;

	display: block;
	float: none;

	margin: 0;
	padding: 5px 5px 5px 20px;

	cursor: pointer;

	border-bottom: 1px dotted #ccc;
}

ul li.admin_status ul li.current {
	font-weight: bold;

	cursor: pointer;
}

ul li.admin_status ul li.online.current {
	padding-left: 15px;

	cursor: pointer;

	background: url(../images/online.png) no-repeat center left;
}

ul li.admin_status ul li.offline.current {
	padding-left: 15px;

	cursor: pointer;

	background: url(../images/offline.png) no-repeat center left;
}

#actions ul li ul li:last-child {
	border-bottom: 0;
}

#actions ul li a {
	padding: 2px 6px 2px 6px;

	text-decoration: none;

	color: #666;
	border-right: 1px dotted #ccc;
}

#actions ul li:last-child a {
	border-right: 0;
}

#actions ul li a:hover {
	color: #000;
}

/* ---- Actions ---- */

.outer_top,
.outer_bottom {
	display: none;

	text-align: right;
}

.content_action {
	z-index: 2;
	position: relative;
}

.content_action .outer_text {
	font-size: .9em;

	margin: 8px 0;
	padding: 10px 0;
}

.content_action .outer_text li a {
	font-weight: bold;

	text-transform: uppercase;

	color: #2489ce;
}

.content_action .outer_text li a:hover {
	text-decoration: underline;

	color: #2489ce;
}

.content_action .outer_text li {
	font-weight: bold;

	padding: 6px 12px;

	text-transform: uppercase;

	color: #2489ce;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
	background: #efefef;
}

.content_action .outer_text li button {
	width: auto;
	padding: 0;
}

.content_action h3,
.content_action ul li,
.content_action form {
	display: inline;
}

.content_action h3 {
	float: left;
}

.content_action h3:only-child {
	float: none;
}

.content_action ul {
	display: block;

	text-align: right;
}

.content_action li {
	margin-left: 10px;
}

.content_action li a,
.content_action li button {
	text-decoration: none;

	color: #555;
}

.content_action li a:hover,
.content_action li button:hover {
	text-decoration: underline;

	color: #000;
}

.content_action li button {
	font-size: .8em;
	font-weight: bold;

	cursor: pointer;
	text-transform: uppercase;

	color: #2489ce;
	border: 0;
	background: none;
}

.content_action li button:hover {
	color: #2489ce;
}

.content_action li form {
	padding: 0 10px;

	border-right: 1px solid #2489ce;
}

.content_action li form:first-child {
	padding: 0 10px 0 0;
}

.content_action li form:last-child {
	padding: 0 0 0 10px;

	border-right: 0;
}


/* ---- Action Filter ---- */

.content_toolbar_container {
	position: relative;
	top: 0;
	right: 16px;

	width: auto;
	margin: 0 !important;

	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background: #f6f6f6;
	display: none;
}

.content_toolbar_container .outer_text {
	padding: 30px 16px 16px 16px;
}

.close_box {
	position: absolute;
	top: 10px;
	right: 10px;
}

.close_box a {
	font-size: .9em;
	font-weight: normal;

	display: block;
	overflow: hidden;

	width: 15px;
	height: 15px;
	padding: 0;

	text-decoration: none;
	text-indent: -500px;

	color: #555;
	border: none;
	background: url(../images/ico-close-small.gif) repeat-x center center;
}

.close_box a:hover {
	background: url(../images/ico-close-small.gif) repeat-x center center;
}

.content_toolbar_container input[type='submit'] {
	padding: 6px 8px;

	color: #fff;
	border: 1px solid #4c4c4c;
	background: #4c4c4c;
}

.content_toolbar_container input[type='submit']:hover {
	border: 1px solid #101010;
	background: #101010;
}


/* ---- Action result ---- */
.content_action_result {
	position: relative;
}

/* ---- Action filter ---- */
.content_action_filter {
	position: absolute;
	z-index: 2;
	top: 50px;
	right: 20px;
}

.content_action_result .outer_text {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	background: #fff;
	margin-bottom: 5px;
}

.content_action_result .inner_text {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*//// Messages ////*/

.header .navigation .content_success_status {
	color: #fff;
	background: #55bf2b;
}

.header .navigation .content_error_status {
	color: #fff;
	background: #fb6060;
}

.header .navigation .content_success_status ul li,
.header .navigation .content_error_status ul li {
	margin: 0;
	padding: 10px;
}

.header .navigation .content_success_status ul li:first-letter,
.header .navigation .content_error_status ul li:first-letter {
	text-transform: uppercase;
}



/* Contenu
-------------------------------------------------------------------------------------------------------*/


.main {
	position: relative;
}

.page-content .container_3 {
	position: relative;
	top: 0;

	min-height: 400px;
	padding-bottom: 40px;

	border-top: 4px solid #f9f9f9;
	background: #fff;
}

.shadow {
	position: absolute;
	z-index: -1;
	top: -100px;
	left: 50%;

	width: 1084px;
	height: 400px;
	margin-left: -492px;

	background: url(../images/bg-shadow.png) no-repeat left top;
}

/* ---- Save et Delete ---- */

button,
.content_action_filter input[type='submit'] {
	padding: 7px 12px;
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border: none;
	width: 100%;
	background: #9e9e9e;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
	margin: 5px 0;
}

button:hover,
input[type='submit']:hover {
	background: #757575;
	cursor: pointer;
}

button.submit-light {
	background: #c3c3c3;
	cursor: pointer;
}

button.submit-light:hover {
	background: #9e9e9e;
	cursor: pointer;
}

input[value='+'],
input[value='-'],
input[value='>'],
input[value='<'],
input[value='>>'],
input[value='<<'],
input[value='>>>'],
input[value='<<<'],
input.submit,
input[value="sélectionner"],
input[value="Regrouper"],
.body-configbankholidays input[type="submit"] {
	padding: 2px 4px;
	
	font-weight: bold;
	padding: 3px;
	text-align: right;
	color: #555;
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
	background: #efefef;
	font-size: 11px;
	width: auto;
}

input[value='>']:hover,
input[value='<']:hover,
input[value='>>']:hover,
input[value='<<']:hover,
input[value='>>>']:hover,
input[value='<<<']:hover,
input.submit:hover,
input[value="sélectionner"]:hover,
input[value="Regrouper"]:hover,
.body-configbankholidays input[type="submit"]:hover {
	background: #e0e0e0;
}

input.save-light,
button.confirm {
	background-color: #cddd00;
}

input.save-light:hover,
button.confirm:hover {
	background-color: #c0cb02;
}

input.save,
input.validate,
button.save {
	background-color: #89c339;
}

input.save:hover,
input.validate:hover,
button.save:hover {
	background-color: #7bb433;
}

input.save-dark,
input.confirm,
input#validate {
	background-color: #44af47;
}

input.save-dark:hover,
input.confirm:hover,
input#validate:hover {
	background-color: #3aa03d;
}

input.refuse,
input.delete-big {
	background-color: #fa442e;
}

input.refuse:hover,
input.delete-big:hover {
	background-color: #eb3b2e;
}

input.delete {
	background-color: #fa442e;
}

input.delete:hover {
	background-color: #eb3b2e;
}

input.delete-big,
button.delete {
	background-color: #fa442e;
}

input.delete-big:hover,
button.delete:hover {
	background-color: #eb3b2e;
}

input.hold,
button.hold {
	background-color: #ff9801;
}

input.hold:hover,
button.hold:hover {
	background-color: #ff8c01;
}

input#validatewithrecuperation {
	background-color: #00968a;

}

input#validatewithrecuperation:hover {
	background-color: #01897b;
}

input.calendar-icon {
	width: 38px !important;
	height: 38px !important;
}

/*========================/
	Analytics
/========================*/

th, td {
	padding: 5px;
}



/*========================/
	Form area
/========================*/

.listing_area table {
	clear: both;

	width: 100%;

	border-collapse: collapse;
}

.listing_area table tr th {
	padding: 10px;

	text-align: left;
	vertical-align: top;

	background: #e5e5e5;
}

.listing_area table tr th:first-letter {
	text-transform: uppercase;
}

.listing_area table tr td {
	padding: 10px;

	vertical-align: top;

	border-bottom: 1px solid #efefef;
}

.listing_area table tr td:first-child {
	border-left: none;
}

/*//// Etat ////*/

.listing_area table tr td.late {
	border: 1px solid #e73029;
}

/*//// Questions et Posts ////*/

.post-body,
.question-answer {
	font-size: .9em;

	overflow: auto;

	width: 600px;
	height: 200px;
}

.question-answer a img {
	width: 96%;
}

.question-answer ol,
.question-answer ul {
	margin: 10px 0 10px 20px;
}

.question-answer ol li,
.question-answer ul li {
	margin-bottom: 6px;

	list-style-type: circle;
}


/*//// table-action ////*/

.listing_area {
	position: relative;
	margin-bottom: 20px;
}

.listing_area .operations-top button,
.listing_area .operations-bottom button {
	padding: 3px;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	display: inline;
	text-align: center;
	color: #2489ce;
	border-radius: inherit;
	background: #efefef;
	border: 1px solid #ccc;
	margin: 0;
	width: auto;
	text-decoration: underline;
}

.listing_area .operations-top button:hover,
.listing_area .operations-bottom button:hover {
	color: #383838;
	background: #efefef;
}


.listing_area .operations-top input,
.listing_area .operations-bottom input,
.listing_area .operations-top select,
.listing_area .operations-bottom select {
	padding: 3px;
}

.listing_area .operations-top,
.listing_area .operations-bottom,
.listing_area .legnth-top {
	font-size: .9em;
}

.listing_area .operations-top input[type='text'] {
	float: none;
}

.listing_area .operations-top {
	float: left;
	margin-bottom: 16px;
}

.listing_area .length-top {
	float: right;
	margin-bottom: 16px;
}

.listing_area .operations-bottom {
	margin-top: 16px;
}

.listing_area ul.infos {
}

.listing_area ul.operations {
	padding: 6px 18px 6px 6px;
	border-radius: 4px;
	background: #efefef;
}

.listing_area .legnth-top ul.infos {
	padding: 8px 12px;
}

.listing_area .legnth-top ul.infos p {
	padding: 0;
}

/* actions */

.listing_area ul.operations {
	position: relative;

	float: left;
}

.listing_area ul.operations:after {
	position: absolute;
	left: 18px;

	display: block;

	width: 12px;
	height: 9px;

	content: '';
}

.listing_area .operations-top  ul.operations:after {
	bottom: -9px;

	background: url('../images/pointer-grey.png') no-repeat left bottom;
}

.listing_area .operations-bottom  ul.operations:after {
	top: -9px;

	background: url('../images/pointer-grey.png') no-repeat left top;
}

.listing_area ul.operations li {
	float: left;
}

.listing_area ul.operations li.divider {
	margin: 0 12px;
	padding: 12px 0;

	border-left: 1px solid #ccc;
}

.listing_area ul.operations li a {
	display: block;

	margin-top: 3px;
}

.listing_area .operations .complement > div,
.listing_area .operations .complement > select {
	display: none;
}

/*//// Form manager ////*/

.form-manage-header {
	padding: 10px;
}

.form-manage-footer {
	margin-top: 10px;
}

.form-manage-footer select {
	font-size: .8em;

	padding: 4px 6px;
}

/*//// Pager /////*/

.pager li.page:first-letter {
	text-transform: uppercase;
}

.pager li.page {
	height: 60px;
}

.pager li {
	font-size: .9em;
	line-height: 1.6em;

	float: left;

	margin: 0 6px 6px 0;
}

.pager li.currentpage {
	color: #664100;
	background: #f8be18;
}

.pager li a,
.pager li.currentpage {
	display: block;

	width: 24px;
	height: 24px;
	padding: 0;

	text-align: center;
	text-decoration: none;
}

.pager li a {
	color: #393939;
	background: #efefef;
}

.pager li a:hover {
	color: #664100;
	background: #f8be18;
}

.message .content a {
	margin-bottom: 20px;
}

.body-message #delete,
.body-api_key form #delete {
	margin: 20px 0 0 0 !important;
}


/*========================/
	Billets
/========================*/

#display-body img {
	max-width: 100%;
}


/*========================/
	Formulaires
/========================*/

form {
	position: relative;
}

form p {
	clear: left;

	padding: 8px 0 4px 0;
}

form label {
	line-height: 1em;

	display: block;
	float: left;

	width: 125px;
	padding: 8px 20px 8px 8px;

	text-align: left;
}

form input[type='text'] {
	float: left;
}

.itemsform {
	margin-bottom: 20px;
}

.itemsform.itemsform-login li {
	padding: 2px 0;

	border: none;
}

.itemsform.itemsform-login li label {
	padding: 8px 10px 8px 0;
}

.itemsform .itemsform-submit input {
	margin-top: 20px;
}

.itemsform .itemsform-submit #save,
.itemsform .itemsform-submit #delete {
	margin: 0;
}

.itemsform .itemsform-submit a:first-letter {
	text-transform: uppercase;
}

.itemsform.form_display li {
	padding: 2px 0;

	border: none;
}

.itemsform.form_display li label {
	color: #999;
}

.itemsform.form_display li p {
	line-height: 2em;

	float: left;
}

.itemsform.form_display li a {
	display: block;
}

.itemsform li {
	position: relative;

	clear: left;

	margin: 0;
	padding: 8px 0 4px 0;

	list-style: none;

	cursor: pointer;
}

.itemsform label {
	line-height: 1em;

	display: block;
	float: left;

	width: 125px;
	padding: 8px 20px 8px 0;

	text-align: right;
}

.itemsform .txt_field_empty {
	font-size: 12px;
	line-height: 1.2em;

	float: left;

	padding: 8px 0;

	color: #999;
}

.itemsform .hidden_field {
	float: left;
}

.itemsform .field_edit {
	display: block;
}

.itemsform .field_empty {
	display: none;
}

.itemsform .itemsform-bold label,
.itemsform .itemsform-bold input,
.itemsform .itemsform-bold select {
	font-size: 1.3em;
	font-weight: bold;
}

.itemsform .pointer {
	position: absolute;
	bottom: -8px;
	left: 76px;

	width: 12px;
	height: 9px;
	margin-bottom: 0;

	background: url(../images/futura/pointer-form.png) no-repeat left top;
}

.itemsform .hidden_field input[type='text'].input-zip {
	width: 75px;
}

.itemsform .hidden_field input[type='text'].input-date {
	width: auto;
}

.itemsform .hidden_field textarea {
	width: 400px;
}

form div.display-block {
	width: 750px;
	padding: 10px;

	border: 1px solid black;
}

form div.display-block div.question div.content,
form div.display-block div.post div.title {
	font-size: 1.4em;
	line-height: 1em;

	margin-bottom: 10px;

	color: #f8be18;
}

form div.display-block div.question div.tags,
form div.display-block div.post div.tags {
	font-size: .8em;

	color: #999;
}

form input[type='text'],
form input[type='password'],
form input[type='email'],
form select,
form textarea {
	font-size: 1em;

	margin-right: 6px;
	padding: 8px 10px;

	border: 1px solid #ccc;
}

form textarea {
	font: 1em/1em Helvetica, Arial, sans-serif;

	width: 400px;
	height: 100px;
}

form input[type='text']:focus,
form input[type='password']:focus,
form select:focus,
form textarea:focus {
	border: 1px solid #f8be18;
	outline: none;
}

a.submit,
form input[type='submit'],
form button[type='submit'] {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 18px;
	background: #55bf2b;
	margin: 10px 0;
	width: 100%;
	text-decoration: none;
}

a.submit:hover,
a.submit:active,
form input[type='submit']:hover,
form input[type='submit']:active,
form button[type='submit']:hover,
form button[type='submit']:active {
	cursor: pointer;
	background: #393939;
}

form #save {
	background: #55bf2b;
}

form #save:hover {
	background: #666;
}

form #delete {
	background: #fb6060;
}

form #delete:hover {
	background: #666;
}

form #close {
	background: #fb6060;
}

form #close:hover {
	background: #666;
}

form #remind,
form #delete_attachments {
	background: #2489ce;
}

form #remind:hover,
form #delete_attachments:hover {
	background: #666;
}

form #preview {
	background: #2489ce;
}

form #preview:hover {
	background: #666;
}

.advanced_features:hover {
	background: #666;
	text-decoration: none;
}

.advanced_features {
	position: relative;

	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;

	display: inline-block;
	text-align: center;
	text-decoration: none;

	color: #fff;
	background: #393939;
	border-radius: 18px;

	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 0;
	padding: 10px 0;
	width: 100%;
}

.field_complement {
	font-size: .8em;
	font-style: italic;

	margin-left: 145px;

	color: #fb6060;
}

/*//// Form submit ////*/

form #shortcut {
	float: left;
}

.modal-box form #standby,
.modal-box form #install,
.modal-box form #unblock,
.modal-box form #terminate,
.modal-box form #shortcut,
.modal-box form #delete,
.modal-box form #save,
.modal-box form #process_payment,
.modal-box form #reimburse {
	margin: 0 auto;
}

.modal-box form select {
	width: 100%;
}

.modal-box form #standby:hover,
.modal-box form #terminate:hover,
.modal-box form #shortcut:hover,
.modal-box form #delete:hover {
	background: #393939;
}

.modal-box form #terminate,
.modal-box form #delete,
.modal-box form #standby {
	background: #fb6060;
}

.modal-box form {
	margin-top: 20px;
}

.modal-box form .dangerous {
	background: #fb6060;
}

form #unblock,
form #process_payment,
form #send_by_mail,
form #send_by_mail_dun,
form #reimburse,
form #copy-param {
	margin-top: 20px;
}

/*//// Account Features ////*/

#show-snapshots:hover, #action[value=create_account_with_snapshot]:hover {
	background: #666;
	text-decoration: none;
}

#show-snapshots:focus, #action[value=create_account_with_snapshot]:focus {
	color: #ddd;
	background: #bbb;
	cursor: wait;
}

#show-snapshots {
	position: relative;

	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;

	display: inline-block;
	text-align: center;
	text-decoration: none;

	color: #fff;
	background: #55bf2b;
	border-radius: 18px;

	margin-top: 20px;
	width: 100%;
	padding: 10px 0;
}

#snapshots-list {
	text-align: center;
}


#display-cfg-param:hover {
	background: #666;
	text-decoration: none;
}

#display-cfg-param {
	position: relative;

	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;

	display: inline-block;
	text-align: center;
	text-decoration: none;

	color: #fff;
	background: #55bf2b;
	border-radius: 18px;

	margin-top: 20px;
	width: 100%;
	padding: 10px 0;
}

#account-params {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	overflow: scroll;
	scrollbar-width: thin;
	border: 0.5px solid rgb(204, 204, 204);
}

#account-params pre {
	-webkit-user-select: all;  /* Chrome all / Safari all */
	-moz-user-select: all;     /* Firefox all */
	-ms-user-select: all;      /* IE 10+ */
	user-select: all;
}


/*//// Questions ////*/

.body-post .itemsform .hidden_field input[type='text'],
.body-post .itemsform .hidden_field textarea,
.body-question .itemsform .hidden_field input[type='text'],
.body-question .itemsform .hidden_field textarea {
	width: 700px;
}

.body-post .itemsform .hidden_field input[type='text'].input-date,
.body-question .itemsform .hidden_field input[type='text'].input-date {
	width: auto;
}

.body-post .itemsform .hidden_field textarea,
.body-question .itemsform .hidden_field textarea {
	height: 500px;
}

.body-post .itemsform .hidden_field textarea.small,
.body-question .itemsform .hidden_field textarea.small {
	height: 50px;
}

/*//// Archives ////*/

.archives {
	clear: both;

	margin: 20px 0;
	padding: 15px;

	background-color: #f9f9f9;
}

.archives h4 {
	margin: 20px 0;

	border-bottom: 1px dotted #ccc;
}

.archives dl dt,
.archives dl dd {
	font-size: .8em;

	color: #666;
}

.archives dt {
	font-weight: bold;

	display: block;
	float: left;

	width: 15%;

	text-align: right;
}

.archives dd {
	display: block;

	min-height: 20px;
	margin-left: 15%;
	padding-left: 8px;
}

.modal-box .archives dt {
	width: 35%;
}

.modal-box .archives dd {
	margin-left: 35%;
}


/*========================
	Calendrier (input date)
========================*/

.input-date-calendar {
	z-index: 999;

	padding: 40px 16px 16px 16px;

	border: 1px solid #ccc !important;
	border-radius: 4px;
	background: #f6f6f6 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #f6f6f6) !important; /* for firefox 3.6+ */
	box-shadow: 0 0 4px #999;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f6f6f6') !important; /* for IE */
}

.input-date-calendar table {
	width: auto !important;

	table-layout: fixed;
	border-collapse: separate !important;
}

.input-date-calendar table td,
.input-date-calendar table th {
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;

	background: none !important;
}

.input-date-calendar table .hand {
	color: #666;
}

.input-date-calendar table .hand td {
	padding: 1px;

	border-radius: 4px;
}

.input-date-calendar table .hand td:hover {
	color: #000;
	background: #ccc !important;
}

.input-date-calendar a {
	font-size: .9em;
	font-weight: normal;

	position: absolute;
	top: -2px;
	left: 18px;

	display: block;

	padding: 6px 8px;

	text-decoration: none;

	color: #555;
	border: 1px solid #d3d3d3;
	border-radius: 0 0 4px 4px;
	background: url(../images/futura/btn-grey.png) repeat-x left top;
	text-shadow: 0 1px 0 #f6f6f6;
}

.input-date-calendar a:hover {
	border: 1px solid #bebebe;
	background: url(../images/futura/btn-grey-hover.png) repeat-x left top;
}

/* Footer
-------------------------------------------------------------------------------------------------------*/
.credits-content {
	font-size: .8em;

	width: 90%;
	margin: 10px auto 40px auto;

	text-shadow: 0 1px 0 #fff;
}

.credits-content a {
	text-decoration: none;

	color: #999;
}


/* Custom Grid 
-------------------------------------------------------------------------------------------------------*/

.container_3 {
	width: 88%;
	margin: 0 auto;
	padding: 0 1%;
}

.container_3 .grid_1 {
	float: left;

	width: 280px;
	margin: 0 15px;
}

.container_3 .grid_2 {
	float: left;

	width: 590px;
	margin: 0 15px;
}

.container_3 .grid_3 {
	width: 900px;
	margin: 0 15px;
}

ul.hits li {
	margin-bottom: 1em;
}

ul.hits div.hit-uri {
	font-weight: bold;
}

ul.hits div.hit-http_user_agent {
	color: #ddd;
}

ul.hits div.hit-date_insert {
	margin-top: 10px;
}

ul.calls li {
	margin-bottom: 1em;
}

ul.calls div.call-account {
	font-weight: bold;
}

ul.calls div.call-http_user_agent,
ul.calls div.call-referer,
ul.calls div.call-remote_address {
	color: #ddd;
}

ul.calls div.call-date_insert {
	margin-top: 10px;
}

tr.unpublished td {
	background-image: url(../images/link_hash.gif);
	background-repeat: repeat;
}

tr.blocked td {
	background-color: #efefef;
}

tr.installed td:first-child {
	background-color: #55bf2b;
}

tr.uninstalled td:first-child {
	background-color: #fb6060;
}

tr.standby td:first-child {
	background-color: #ff8400;
}

tr.outsourced td:first-child {
	background-color: #6060fb;
}

tr.unpublished td:first-child,
tr.blocked td:first-child,
tr.installed td:first-child,
tr.uninstalled td:first-child,
tr.standby td:first-child {
	width: 15px;
}

#holder {
	position: absolute;
}

#tit {
	font-size: 25px;

	margin-top: 20px;

	text-align: center;

	color: #339;
}

/*//// Facture ////*/

.body-accounts_invoices .content_todo {
	clear: both;
}

.body-accounts_invoices .content_working .itemsform .itemslist {
	float: left;

	width: 200px;
	margin: 0 25px 25px 0;
	padding: 0;
}

.body-accounts_invoices .content_working .itemsform li {
	clear: none;

	padding: 0;

	border-bottom: none;
}

.invoice-details {
	padding-bottom: 6px;
	text-align: center;
	border-radius: 4px;
	background: #f9f9f9;
}

.invoice-details:hover,
.invoice-details:active {
	background: #fff;
}

.invoice-details div {
	padding: 6px;
}

.invoice-details .invoice-day {
	font-weight: bold;
	margin-bottom: 6px;
	color: #333;
	border-radius: 4px 4px 0 0;
	background: #dfdfdf;
	text-shadow: 0 1px 0 #e3e3e3;
}

.invoice-description { 
	line-height: 1.2em;
}

/*//// Detail impression ////*/

.invoice-print {
	position: relative;

	padding: 20px;

	border: 1px dotted #ccc;
}

.invoice-print .invoice-number {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.invoice-print .invoice-day {
	top: 38px;
}

.invoice-break {
	page-break-before: always;
}

/* Adresse */

.invoice-print .invoice-header {
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}

.invoice-print .invoice-address {
	position: absolute;
	top: 20px;
	right: 20px;

	text-align: left;

	color: #333;
	width: 33%;
}

.invoice-print .invoice-address .vcard div {
	padding: 2px 0;
}

.invoice-print .invoice-address .org {
	font-size: 1em;
	font-weight: bold;
}

.invoice-print .invoice-address .email {
	background: none;
}

.invoice-print .invoice-account {
	position: relative;

	padding-top: 30px;
}

.invoice-print .invoice-account {
	line-height: 2em;
}

.invoice-print .invoice-account img {
	width:20px;
	margin-right:10px;
}

.invoice-print h1 {
	font-size: 1.6em;
}

.invoice-print h2 {
	font-size: 1.2em;
}
	
.invoice-print .invoice-title {
	margin: 30px 0 0 0;
}

.invoice-print .invoice-subtitle {
	margin: 14px 0 0 0;
}

/* Body */
.invoice-body {
	clear: both;
}

.invoice-body table {
	width: 100%;
	margin: 20px 0 0 0;

	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
}

.invoice-body table tr th,
.invoice-body table tr td {
	padding: 8px 10px;
	border-bottom: 1px solid #e3e3e3;
}

.invoice-body table tr .account-name {
	text-align: left;
	border-bottom: none;
}

.invoice-body table tr .partner-account-users {
	text-align: left;
}

.invoice-body table tr .empty-cell {
	border-bottom: none;
}

.invoice-body table tr .payment-deadline {
	text-align: left;
	font-size: 0.8em;
}

.invoice-body table tr .total {
	background-color: #e3e3e3;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 5px;
}

.invoice-body table tr:first-child th,
.invoice-body table tr:first-child td {
	text-align: center;

	color: #333;
	border-bottom: none;
	background: url(../images/futura/bg-grey.png) #e3e3e3 repeat-x bottom left;
	text-shadow: 0 1px 0 #e3e3e3;
}

.invoice-body table tr:first-child th:first-child,
.invoice-body table tr:first-child td:first-child {
	border-radius: 4px 0 0 0;
}

.invoice-body table tr:first-child th:last-child,
.invoice-body table tr:first-child td:last-child {
	border-radius: 0 4px 0 0;
}

.invoice-body p {
	margin: 20px 0 0 0;
}

.invoice-body hr {
	margin: 40px 0;
	border-bottom: 1px solid #e3e3e3;
}

.invoice-survey {
	margin-top: 40px;
	border-top: 1px solid #e3e3e3;
	padding: 40px 0;
}

.invoice-survey li {
	margin-bottom: 20px;
}

.invoice-price {
	margin-left: 590px;
	padding: 4px 0 4px 10px;

	background: #f9f9f9;
}

.invoice-price table {
	clear: both;

	margin: 0;

	border-collapse: collapse;
}

.invoice-price table tr th {
	padding: 8px 4px;

	text-align: right;

	color: #393939;
}

.invoice-price table tr td {
	width: 93px;
	padding: 8px 4px;
}

.invoice-comment {
	font-style: italic;
	margin-top: 30px;
}

.invoice-notice {
	font-size: 8pt;
	font-style: italic;
}

/* co2 */

.invoice-print .co2 {
	margin: auto;
	padding: 15px 0px;
}

.invoice-print .co2 p {
	margin: auto;
	padding: initial;
}

.invoice-print .co2 img {
	vertical-align: middle;
}

/* Footer */
.invoice-footer {
	font-size: .8em;

	margin-top: 60px;

	text-align: center;

	color: #666;

	display : inline-block;
	font-size: 10px;
	position: absolute;
	height: 70px;
	bottom: 0;
	right: 0.5cm;
	left: 0.5cm;
}

.invoice-footer div.noparking-address {
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}

.invoice-footer div.noparking-informations {
	text-align: right;
	float: right;
}

.invoice-footer div.noparking-logo {
	float: left;
}

/* Messages si la carte de crédit est expirée */
.body-invoice .expired,
.body-invoice .expiring {
	font-size: .9em;

	margin: 10px 0 20px 0;
	padding: 10px 10px 10px 38px;

	color: #fff;
}

.body-invoice .expired {
	background: url(../images/admin/ico-alert.png) no-repeat 10px center #f37d7c;
}

.body-invoice .expiring {
	background: url(../images/admin/ico-alert.png) no-repeat 10px center #edab39;
}

.body-invoices .alert-payment td,
.body-invoices .alert-payment td a {
	font-weight: bold;
	color: #f5544c;
}

/*//// Analytics ////*/

.body-analytics table tr:nth-child(even) {
	background-color: #ddd;
}

.modal-box {
	position: absolute;
	z-index: 3;
	top: 10%;
	left: 50%;

	width: 440px;
	margin: 0 0 20px -250px;
	padding: 30px;

	transition: opacity .4s, -webkit-transform .3s;
	transition: transform .3s, opacity .4s;
	transition: transform .3s, opacity .4s, -webkit-transform .3s;

	border-radius: 4px;
	background: white;
}

.modal-box .heading {
	margin: 0 0 30px 0;
	padding: 0;

	background: transparent;
}

.modal-box h2 {
	font-size: 22px;
	font-weight: bold;

	position: relative;

	color: #666;
}

.modal-box .content_working {
	margin: 0;
	padding: 0;
}

.modal-box .content_working input,
.modal-box .content_working select,
.modal-box .content_working button {
	max-width: 100%;
}

.modal-box .itemsform-head {
	font-size: 17px;
	font-weight: bold;

	background: none !important;
}

.modal-box .itemsform-head-bottom {
	border: none !important;
}

.modal-box .itemsform-head label,
.modal-box .itemsform-head input,
.modal-box .itemsform-bold label,
.modal-box .itemsform-bold input {
	font-size: 16px;
}

.modal-box .itemsform li {
	margin: 0 0 15px 0;
	padding: 0;

	border: none;
}

.modal-box .itemsform li:last-child {
	margin: 0;
}

.modal-box .itemsform label,
.modal-box .itemsform .itemsform-head label {
	width: 125px;
	margin: 5px 10px 0 0;
	padding: 0;
}

.modal-box .itemsform select {
	margin-top: 5px;
}

.modal-box .itemsform .itemsform-head span {
	padding-top: 0 !important;
}

.modal-box .itemsform .itemsform-head .hidden_field,
.modal-box .itemsform .hidden_field,
.modal-box .itemsform .hidden_field textarea {
	width: 305px;
	padding: 0;
}

.modal-box .itemsform .hidden_field input {
	width: initial !important;
}

.modal-box .itemsform .hidden_field input[type='radio'] {
	margin-right: 10px;
}

.modal-box .itemsform .hidden_field textarea {
	padding: 6px;
}


.modal-box .content_working select {
	margin: 7px 0 0 0;
}

.modal-box .content_working input[type='text'] {
	width: 100%;
}


.modal-box .content_working .itemsform-currency input {
	width: 90%;
}

.modal-box .content_working input[type='text'].input-date {
	width: auto;
}

.modal-box .content_working input[type='checkbox'] {
	width: auto;
	margin: 9px 4px 0 0;
}

.modal-box .modal-close {
	position: absolute;
	top: 0;
	right: 0;

	width: 40px;
	height: 40px;
	margin-top: 0;
	padding: 0;

	cursor: pointer;
	transition: opacity .4s;

	border: none;
	background: url('../images/icon-close.png') no-repeat center center;
	background-size: 10px 10px;
}

.modal-box .modal-close:hover {
	opacity: .8;
}

.modal-overlay {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background: rgba(63, 63, 68, .8);
}

/* Tech
-------------------------------------------------------------------------------------------------------*/


/*========================
	Pairs
========================*/

.body-pairs .listing_area table td:nth-child(3) {
	overflow-wrap: break-word;
	word-break: break-all;
}



/* Chat 
-------------------------------------------------------------------------------------------------------*/


/*========================
	Back Office
========================*/

.chat-admin #wrap {
	width: 100%;
	height: 500px;

	background: #ccc;
	color: #000;
}

.chat-zone {
	display: none;
}

.chat-zone.current {
	display: block;
}

/*//// Navigation chat ////*/

.chat-admin .content-navigation {
	float: left;
	overflow-y: auto;

	width: 20%;
	height: 500px;

	background: #999999;
}

.chat-admin .content-navigation li {
	position: relative;

	padding: 6% 6% 6% 10%;

	cursor: pointer;

	border-bottom: 1px solid #bbb;
}

.chat-admin .content-navigation li.notification {
	background: url(../images/notification.png) no-repeat 4% center;
}

.chat-admin .content-navigation li.notification .name {
	color: #ff9801;
}

.chat-admin .content-navigation li.offline {
	background: url(../images/offline.png) no-repeat 4% center;
}

.chat-admin .content-navigation li.offline .name {
	color: #f9452e;
}

.chat-admin .content-navigation li.mobile {
	background: url(../images/ico-mobile.png) no-repeat 4% center;
}

.chat-admin .content-navigation li.current,
.chat-admin .content-navigation li.current:hover {
	background-color: #cccccc;
}

.chat-admin .content-navigation li:hover {
	background-color: #b3b3b3;
}

.chat-admin .content-navigation li .hand {
	position: absolute;
	top: 50%;
	right: 6%;

	display: none;

	margin-top: -7px;

	opacity: .75;
}

.chat-admin .content-navigation li:hover .hand {
	display: block;
}

.chat-admin .content-navigation li:hover .hand:hover {
	opacity: 1;
}

.chat-admin .content-navigation li:last-child {
	border-bottom: 0;
}

.chat-admin .content-navigation li span {
	display: block;
}

.chat-admin .content-navigation li .name {
	font-weight: bold;

	float: left;

	width: 75%;
}

.chat-admin .content-navigation li .hour {
	font-size: .7em;

	float: left;

	width: 25%;

	text-align: right;

	color: #666;
}

.chat-admin .content-navigation li .message {
	font-size: .85em;

	float: left;
	overflow: hidden;

	width: 75%;
	margin-top: 3%;

	color: #666;
}

/*//// Content chat ////*/

.chat-admin .content-chat {
	position: relative;

	float: left;

	width: 60%;
	height: 500px;
	color: #000;
}

.chat-history .content-chat {
	position: relative;

	float: left;
	overflow-y: auto;

	width: 80%;
	height: 500px;
}

.chat-admin .content-chat .chat-message {
	overflow-y: auto;

	height: 375px;
	padding: 2%;
}

.chat-history .content-chat .chat-message {
	height: auto;
	padding: 2%;
}

.chat-admin .content-chat .chat-message .chat-message-client {
	float: left;

	width: 85%;
	margin-bottom: 2%;
}

.chat-admin .content-chat .chat-message .chat-message-admin {
	float: right;

	width: 85%;
	margin-bottom: 2%;

	text-align: right;
}

.chat-history .content-chat .chat-message .chat-message-admin,
.chat-history .content-chat .chat-message .chat-message-client {
	margin-bottom: 1%;
}

.chat-admin .content-chat .chat-message h5 {
	font-size: .9em;
	font-weight: bold;

	margin-bottom: 1%;

	color: #000000;
}

.chat-admin .content-chat .chat-message h5 small {
	font-weight: normal;

	color: #666666;
}

.chat-admin .content-chat .chat-message .chat-message-text {
	position: relative;

	margin-bottom: 1%;
}

.chat-admin .content-chat .chat-message .chat-message-client div {
	display: inline-block;

	padding: 1%;

	background: #fff;
}

.chat-admin .content-chat .chat-message .chat-message-admin div {
	display: inline-block;

	padding: 1%;

	background: #ffedaf;
}


.chat-admin .content-chat .chat-self {
	position: absolute;
	bottom: 0;

	width: 96%;
	height: 41px;
	margin: 2%;

	background: #fff;
}

.chat-admin .content-chat .chat-self textarea {
	font: 1em/1em Helvetica, Arial, sans-serif;

	display: block;
	float: left;

	width: 90%;
	height: 25px;
	margin-left: 1%;

	resize: none;

	border: 0;
}

.chat-admin .content-chat .chat-self textarea[required]:invalid {
	box-shadow: none;
}

.chat-admin .content-chat .chat-self input:focus {
	outline: none;
}

.chat-admin .content-chat .chat-self button {
	display: block;
	float: right;

	width: 25px;
	height: 40px;
	margin-right: 2%;

	cursor: pointer;
	text-indent: -9999px;

	border: 0;
	background: #fff url(../images/link_send.png) center right no-repeat;
}

/*//// Sidebar chat ////*/

.chat-admin .content-sidebar {
	float: left;
	overflow: auto;

	width: 20%;
	height: 500px;

	background: #999999;
}

.chat-admin .content-sidebar a {
	color: #000;
}

.chat-admin .content-sidebar .sidebar-visitor {
	padding: 6%;
}

.chat-admin .content-sidebar .sidebar-visitor h3 {
	margin-bottom: 20px;
}

.chat-admin .content-sidebar .sidebar-visitor h3 .hand {
	margin: 0 0 0 15px;

	cursor: pointer;
}

.chat-admin .content-sidebar .sidebar-visitor form input[type=text] {
	display: inline-block;

	box-sizing: border-box;
	width: 80%;
	height: 40px;
	margin-right: 0;
}

.chat-admin .content-sidebar .sidebar-visitor form input:focus {
	outline: none;
}

.chat-admin .content-sidebar .sidebar-visitor form input[type=submit] {
	display: inline-block;

	box-sizing: border-box;
	width: 20%;
	height: 40px;
	margin-right: 0;
}

.chat-admin .content-sidebar .sidebar-visitor small.online {
	font-size: .6em;

	display: inline-block;

	margin-left: 5px;

	text-transform: uppercase;

	color: #8ac43a;
}

.chat-admin .content-sidebar .sidebar-visitor small.offline {
	font-size: .6em;

	display: inline-block;

	margin-left: 5px;

	text-transform: uppercase;

	color: #f9452e;
}

.chat-admin .content-sidebar .sidebar-visitor .place {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-place.png) no-repeat left top;
}

.chat-admin .content-sidebar .sidebar-visitor .mobile {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-mobile.png) no-repeat left top;
}

.chat-admin .content-sidebar .sidebar-visitor .time {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-time.png) no-repeat left top;
}

.chat-admin .content-sidebar .sidebar-visitor .source {
	overflow: auto;

	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-source.png) no-repeat left top;
}

.chat-admin .content-sidebar .sidebar-visitor .pages {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-pages.png) no-repeat left top;
}

.chat-admin .content-sidebar .sidebar-visitor .pages .hits {
	margin: 0;
	padding: 10px 10px 10px 0;

	background: none;
}

.chat-admin .content-sidebar .sidebar-visitor .hits {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-hits.png) no-repeat left top;
}

.chat-admin .content-sidebar .sidebar-visitor .chats {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;

	background: url(../images/ico-chats.png) no-repeat left top;
}

/* /// timeline-exit_rate /// */

.exit_rates th {
	text-align: center;
}

.extra {
    margin-top: 8px;
    margin-bottom: 30px;
}

.timeline {
	padding-bottom: 10px;
}

.timeline:after {
	clear: both;
	content: '';
	display: block;
}

.timeline li.timeline-control-left,
.timeline li.timeline-control-right {
	border: 1px solid #e4e4e4;
	box-shadow: none;
	float: left !important;
	height: 36px;
	margin: 0 3px 0 0;
	text-shadow: none;
	width: 36px;
}

.html-calendar input.timeline-control-left,
.timeline .timeline-control-left input {
	overflow: hidden;
    width: 36px;
    height: 36px;
    text-indent: 999px;
    border: none;
    background: url(../images/arrow_black_left.gif) no-repeat center center;
}

.html-calendar input.timeline-control-right,
.timeline .timeline-control-right input {
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-indent: 999px;
    border: none;
    background: url(../images/arrow_black_right.gif) no-repeat center center;
}

.timeline li.timeline-day {
	color: #666;
	display: block;
	float: none;
	font-size: 15px;
	height: auto;
	margin: 0 0 10px 0;
	padding-top: 10px;
	width: 100%;
}

.timeline li.timeline-day img,
.timeline td img.hand {
	float: left;
	width: 24px;
	margin: -3px 5px 0 0;
}

.html-calendar {
	align-items: center;
	display: inline-flex;
}

.html-calendar input[type="submit"].timeline-control-left,
.html-calendar input[type="submit"].timeline-control-right {
	line-height: 24px;
	vertical-align: middle;
	overflow: hidden;
	width: 24px !important;
	height: 24px !important;
	text-indent: 999px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0;
	margin: 0;
}

.html-calendar input[type="submit"].timeline-control-left  {
	background: #fff url(../images/arrow_grey_left.svg) no-repeat center center;
	background-size: auto 40%;
	margin-right: 4px;
}

.html-calendar input[type="submit"].timeline-control-left:hover  {
	background: #fff url(../images/arrow_black_left.svg) no-repeat center center;
	background-size: auto 40%;
}

.html-calendar input[type="submit"].timeline-control-right  {
	background: #fff url(../images/arrow_grey_right.svg) no-repeat center center;
	background-size: auto 40%;
	margin-right: 4px;
}

.html-calendar input[type="submit"].timeline-control-right:hover  {
	background: #fff url(../images/arrow_black_right.svg) no-repeat center center;
	background-size: auto 40%;
}

.nobr .hand.icon-border {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.nobr .calendar-icon {
	background: #fff url(../images/link_calendar_grey.svg) no-repeat center center;
	background-color: rgb(255, 255, 255);
	background-size: auto 80%;
}

.nobr .calendar-icon:hover {
	background: #fff url(../images/link_calendar.svg) no-repeat center center;
	background-size: auto 80%;
}

/* Mailings */

.mailing {
	text-align: left;
	padding-top: 20px;
}

.mailing .itemsform .itemsform-submit {
	margin: 0;
	padding-left: 20px;
}

select {
	max-width: 1000px;
}

.hits-table {
	max-width: 100%;
}

.hits-table td {
	padding: 7px;
}

.hits-table .hits-number {
	text-align: center;
}

.hits-table-header {
	background-color: #e5e5e5;
	font-weight: bold;
}

#map-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1024px;
	height: 512px;
	margin-bottom: 10px;
}

#map {
	width: 100%;
	height: 100%;
	border: 2px solid #6e6e6e;
	border-radius: 10px;
}

.content_action_filter	{
	z-index: 9999;
}

nobr .hand {
	width: 31px;
	height: 31px;
	margin: 0 10px 0px 10px;
	vertical-align: sub;

	-webkit-border-radius: 4px;
	   border-top-left-radius: 4px;
	   border-bottom-left-radius: 4px;
	   border-top-right-radius: 4px;
	   border-bottom-right-radius: 4px;
}

nobr .calendar-icon {
	background: #fff url(../images/link_calendar_grey.svg) no-repeat center center;
	background-size: auto 80%;
}

nobr .calendar-icon:hover {
	background: #fff url(../images/link_calendar.svg) no-repeat center center;
	background-size: auto 80%;
}

nobr .hand.icon-border {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0px 5px 0px 0px;
}

nobr .hand:hover {
	cursor: pointer;
}

.date-calendar-inputs {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.input-date {
	margin-right: 5px;
}

.input-date-calendar {
	top: 3px;
	left: 230px;
}

.input-date-calendar.input-clock {
	left: 320px;
}

.html-calendar .input-date-calendar {
	top: 0;
	left: 0;
}

.html-calendar input.hand {
	margin: 0;
	width: 24px !important;
	height: 24px !important;
}

.mask:empty {
	display: none;
}

.expander {
	height: 2em;
	overflow: hidden;
	cursor: pointer;
	color: #828282;
}

.expander::before {
	content: "⨁";
	margin-right: 1em;
}

body.body-account img.drag-icons,
body.body-invoice img.drag-icons,
body.body-quote img.drag-icons {
	display: none;
}

form .hidden_field > p > input[type="text"] {
	float: none;
}
