﻿/* David René - PTAH */
@import "/xlib/css/forms.css";
@import "/xlib/css/colors.css";
@import "webfont/CenturyGothic.css";
@import "framework.css";
@import "table_value.css";

.ps_attr_stock_container {
  background-color: aliceblue;
  padding: 5px;
}

.progress {
  height: 1.5em;
  width: 100%;
  background-color: #c9c9c9;
  position: relative;
}
.progress:before {
  content: attr(data-label);
  font-size: 0.8em;
  position: absolute;
  text-align: center;
  top: 5px;
  left: 0;
  right: 0;
}
.progress .value {
  background-color: #7cc4ff;
  display: inline-block;
  height: 100%;
}

td.dragHandle {

}

.ui-dialog { max-height: calc(100vh - 100px) !important; }
.ui-dialog-content { max-height: calc(100vh - 150px) !important; }
.ui-dialog-content { max-width: calc(100vw - 150px) !important; }

td.showDragHandle {
	background-image: url(img/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

table.product{
  /*height: 100%;*/
  width: 100%;
  margin: 12px 0 12px 0;
}

.cell_sep{
  padding: 0 5px 0 5px;
}

td.cell_stock{
  vertical-align: middle;
  text-align: right;
}

.icon_in_text{
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  /*vertical-align: sub;*/
}

.product_bg {
    background: white;
    border-radius: 2px;
    padding: 5px;
}

.editor_title {
background: #bae5ff;
  border-radius: 2px;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
}

.tab_bg {
    background: white;
    border-radius: 2px;
    padding: 5px;
}

.price_editor{
    background: #ecffe8;
}

.calculator_editor{
    background: #ffebde;
}

.reg_bg {
    background: #dcefff;
    border-radius: 3px;
    padding: 5px;
    margin: 7px 5px;
}

.reg_title {
  font-size: 14pt;
  font-weight: bold;
}

.reg_submit_bt {
	padding: 10px;
  margin: 5px;
  color: red;
  background: #fddbdb;
	border-radius: 5px;
}

.inside {
  list-style: decimal inside;
  
}

.item_disabled  {
  pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
  cursor: pointer;
  opacity: 0.65;
}

.strip_container {
  width: 100%;
  display: flex;
  height: 12px;
}

.strip_container.top{
  position: absolute;
  top: 0;
}

.strip_container.bottom{
  position: absolute;
  bottom: 0;
  
}

.strip{
  margin: 0px 1px;
  width: 5px;
  height: 12px;
  float: left;
  background-color: #e4e4e4;
}

.tool_bar {
  display: flex;
  margin: 2px;
  background: #fff3;
}

.ptah_kanban_all_content{
  margin: 12px 0px;
}
.ptah_kanban_content{
  
}

.wz_step_not_done{
  background-color: rgba(255,128,128, 0.15) !important;
}

.wz_step_done {
  background-color: rgba(128,255,128, 0.15) !important;
}

.menu_title{
	font-weight: bold;
  background-color: rgba(255,255,255,0.5);
}

.phone_click, .email_click{
  cursor: pointer;
  width: auto;
  margin: 0 2px 0 0;
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.clickable {
  cursor: pointer;
}

.call_record_phone{
    color: #35a2ff;
    font-size: 18px;
}

.tags_bar{
  width: 100%
}

.country_flag{
  padding:0 2px 0 2px;
}

.image_up_to_64{
    width:64px;
    max-height:64px;
    height:auto;
    border: 0;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    padding:0 2px 0 2px;
}

.image_up_to_128{
    max-width:128px;
    max-height:128px;
    width:auto;
    height:auto;
    border: 0;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}

.image_64{
    max-width:64px;
    max-height:64px;
    border: 0;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    padding:0 2px 0 2px;
}

.image_128{
    width:128px;
    height:128px;
    border: 0;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}

.o_res_partner_kanban.o_kanban_record.bg_gender_MR{
  background-color: #eff7ff;
}

.o_res_partner_kanban.o_kanban_record.bg_gender_MRS{
  background-color: #fef5ff;
}

.phone_inline{
  display: inline-flex;
}

.in_line{
  display: ruby;
}

/* thumbnail part */
#dir_viewer {
width: 100%;
background: rgba(255,255,255,0.8);
}

.dirlist_icon{
}

.icon_box{
/*float: left;*/
margin: 2px 5px;
width: 128px;
min-height: 100px;
display: inline-table;
}

.icon_box hover{
  background: aliceblue;
  border: 1px blue;
  border-radius: 2px;
}

.icon_box_img{
}

.icon_box_txt{
  display: block;
}

.icon_box_att{
}

.tool_bar_icon img{
  margin:0;
  padding: 0 1px;
}

.product_content{
  width: 100%;
}

.full {
  width:100%;
}

.cm{
  /*visibility:hidden;*/
  display: inline-block;
  opacity:0.1;
  transition:visibility 0s linear 0.5s, opacity 0.5s linear;
  vertical-align: top;
  text-align: right;
  color: red;
}
/* Définitions générales */

.cm:hover{
  /*visibility:visible;*/
  display: inline-block;
  opacity:1;
  vertical-align: top;
  text-align: right;  
}

* {
  /*border:0pt none;*/
  margin:0pt;
  padding:0pt;
}

body, html {
	position:relative; 
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "CenturyGothic";
	color: #1C4A62;    /*#2C739A;*/
	/*background: linear-gradient(#2A8D2B, #beffd5);*/
  /*background: linear-gradient(#D2BE2F, #fdffbe);*/
  /*background: linear-gradient(#A79728, #fdffbe);*/
  background-color: #2f95c3;
	/*overflow: visible;*/
	width: 100%;
	height: 100%;
	/*cursor: pointer;*/
}

/*td, tr, p {
	margin: 0;
	padding: 0;
	font-size: 10pt;*/
	/*font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
/*	color: #2C739A;
	text-align: justify;
}
*/

a, input, button {
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	font-family: 'CenturyGothic';
	font-size: 12px;
/*	font-size: 10pt;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #2C739A;
*/}

a, a:link, a:visited{
 	color: #1C4A62; /*#2C739A;*/
}

dl, dt, dd, ul, li {
	font-size: 10pt;
}

ul.square{
  list-style-type: square;
  list-style-position: inside;
}

div.clear {
	clear: both;
}

td.top {
  vertical-align: top;
  padding: 3px 0 0 0;
}

td.spacer{
  padding: 0 5px 0 0;
}

td.numeric,
th.numeric 	{
	padding-right: 5px;
	text-align: right;
	white-space: normal !important; 
}

td.numeric > .percent {
	float: right;
	width: 50px;
}

td > .numeric {
	float: right;
	text-align: right;
}

.br {
  clear:both;
  height:1px;
  overflow:hidden;
}

hr {
  border: dotted #2C739A 1px;
}


/* Menu de navigation principal */

#app_version {
  color:white;
  float:left;
  position: absolute;
  right: 5px;
  top: 84px;
  font-size:xx-small;
}

#app_model{
  color: #FF5B00;
  float: left;
  position: absolute;
  left: 230px;
  top: 54px;
  z-index: 20;
  font-weight: bold;
  font-size: 14pt;
  background-color: rgba(255,240,230,0.6);
  padding: 0px 5px 0px 5px;
  border-radius: 2px;  
}



  z-index: 20;
  font-weight: bold;
  
}
/* ETAT DE SURBRILLANCE */


/* FishEye menu */

#top_menu {
	position: absolute;
	z-index: 12;
	margin: 0;
	padding: 0;
/*	width: 170px;*/
	height: auto;
	left: 240px;
	top: 85px;
}

#top_menu .menu_item {
  width: 34px;
  height: 34px;
  vertical-align:top;
  cursor:pointer;
  position: relative;
  margin-left: 0px;
  margin-right: 5px;
}

.menu_selected {
	border: #FC7A23 1px solid;

}

/* Positionnement des titres de page */

div#titres {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	height: 30px;
	left: 238px;
	top: 88px;	
}

#titres h1, #titres p {
	margin: 0;
	padding: 0;
	height: 29px;
	text-indent: 30px;
	color: #fff;
	font-size: 18pt;
	font-weight: normal;
	padding-top: 5px;
	background: transparent url(../img/puce_titres.gif) top left no-repeat;	
}

/* Content area */

#content {
	margin: 0;
	padding: 0;
    left: 10px;
	right: 10px;
    top: 50px;
	/*bottom: 15px;*/
	position: absolute;
  border: none;
  background: none;
  margin-bottom: 5px;
}

/* Content frames */

.frame {
  width: 640px;
  padding: 0 0 20px 0;
}

.wide {
  width: auto;
}

.frame_wave {
	color: #fff;
	font-size: 18px;
	padding-right: 130px;
	padding-bottom: 4px;
	display: inline-block;
	/*height: 21px;*/
}

.frame_blk {
	margin: 0;
	padding: 20px;
	text-align: justify; /*center;*/ /* justify; */
	background: #fff;	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

div.fenetre_blc_wide {
	margin: 0;
	padding: 20px;
	margin-top: 4px;
	text-align: justify;
	background: #fff;	
}

/* Mise en page des éléments communs */

div#bandeau {
	margin: 0;
	padding: 0;
	width: auto;
	height: 91px;
	background: transparent url(../img/fd_bandeau_boucle.gif) top left repeat-x;
}

div#logo{
	z-index: 9;
	margin: 0;
	padding: 0;
	left: 5px;
	top: 49px;	
}

div#small_logo{
    /*z-index: 9;*/
    margin: 2px;
    padding: 0;
    right: 0;
    top: 32px;
    position: absolute;
}

div#domain_name_container {
	position: absolute; 
	z-index: 10;
	margin: 0;
	padding: 0;
	/*right: 170px;*/
	top: 6px;
	width: 100%;
}

div#domain_name {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 400px;
}

.domain_name_text{
	position: absolute; 
	width: 400px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
	z-index: 2;
	font-size: 24px;
	font-weight: bold;
	cursor: default;
}

.domain_name_back{
	width: 100%;
	height: 30px;
	filter: Alpha(Opacity=20, FinishOpacity=20, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);
	-moz-opacity:0.2;
	opacity: 0.2;	
	background-color: #FFFFFF;
}

div#calexium {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 24px;
	right: 4px;
	top: 6px;
	text-align: left;	
	background: transparent url(../img/bycalexium.png) top right no-repeat;
}

div#calexium a {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 24px;
}

div#calexium {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 24px;
	right: 4px;
	top: 6px;
	text-align: left;	
	background: transparent url(../img/bycalexium.png) top right no-repeat;
}

div#calexium a {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 24px;
}


div#sousdrap {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 114px;
	height: 45px;
	right: 0;
	top: 37px;	
	background: transparent url(../img/sousdrapeau.png) top right no-repeat;
}

#cont_id {
	position: absolute;
	top: 175px;
	left: 239px;
	width: 116px;
}

#menu_tools {
  position:absolute;
  right:40px;
  top: 4px;
  z-index:200;
  
}

#menu_tools table tbody tr td{
  padding: 0 2px;
}

#logged_user {
  position: absolute;
  right: 152px;
  top: 12px;
  font-style: italic;
  color: #784b18;
  z-index: 200;
  font-size: 8pt;
}

/* --------------------- */
/* '.toolbar' Table      */

#toolbar_container{
	width: 100%;
	position: relative;
	left:0px;
	right:0px;
}
#toolbar_container h1,
#toolbar_container h2{
	margin-top: 0;
	margin-bottom: 0.7em;
}
#toolbar_container p{
  margin-top: 0;
	margin-bottom: 0.7em;
}

/*#toolbar_container > tbody > tr > td:nth-child(2){
  text-align:right;
}
*/
/*table.toolbar {*/
/*  float:right;
  text-align:right;
  padding-left:0;
  position:relative;*/
/*  display:inline;
}*/
/*
table.toolbar td {
  color:#666666;
  padding:1px 1px 1px 4px;
  text-align:center;
  border: none;
}
table.toolbar a {
  border:1px solid #FBFBFB;
  cursor:pointer;
  display:block;
  float:left;
  padding:1px 5px;
  white-space:nowrap;
  text-decoration:none;

}
table.toolbar a:hover {
  border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
  border-style:solid;
  border-width:1px;
  color:#0B55C4;
}

a.toolbar span {
  display:block;
  float:none;
  height:32px;
  margin:0 auto;
  width:32px;
  */
/* Formulaires */


.form_row {
/*	display: table-row;*/
	border: none;

	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	text-align:justify;
	cursor: default;
	width: 100%;	
}

.form_row .form_label {
	text-align: right;
	width: 200px;
	padding-top:0.2em;
  padding-right:10px;
	height: auto;
	line-height: 1.1em;
}

.form_row input {
	/*padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 210px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #3D4554;*/
}

.form_row input[type="text"] {
/*	border: 1px solid #2C739A;
	width: 200px;
	height: 22px;*/
}

.form_row .explain {
	color: rgb(0, 100, 0);
	font-size: 10pt;
}

.form_row .form_input {
	vertical-align:middle;
}

td.form_tooltip_cell {
	width: 16px;
}

/* DR added */
div#wide_form {
	text-align: right;
	width: 90%;
	margin: auto;
}

div#formulmail {
	text-align: right;
	width: 400px;
	margin: auto;
}

/*input#login_name, input#password, input#real_name, input#passwordbis, input#list_name, input#description,
input#user_alias {
	border: 1px solid #2C739A;
	padding-left: 0.3em;
	padding-right: 0.3em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #3D4554;
}*/

input.form_input
{
	border: 1px solid #2C739A;
	padding-left: 0.3em;
	padding-right: 0.3em;
	/*font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
	color: #3D4554;
}



#go_admin_home {
	color: #2C739A;
	background: url(../img/picto_upgrade1.gif) center right no-repeat;
	padding: 6px 40px 6px 0px;
	text-align: center;
	border: none;
	cursor:pointer;
}

a#go_admin_home {
  text-decoration: none;
}
  
/*.bt_valid :hover {
Le mode de codage du ce bouton ne me permet pas de gérer un rollover en CSS
en revanche, il vous est possible de gérer cela en JavaScript ! Vous trouverez
ici le code hexa du texte au survole
	color: #F60;
}*/

/*label {
	margin-right: 3px;
}
*/

.borderno {
	border: none;
	margin: 0px;
	padding: 0px
}

/* Messages d'information */

div#informations {
	position: absolute;
	margin: 0;
	padding: 0;
	padding-left: 31px;
	padding-top: 5px;
	height: 25px;
	left: 238px;
	top: 155px;
	text-align: left;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
}

#info_bg {
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	width: 100%;
	filter: Alpha(Opacity=20, FinishOpacity=20, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);
	-moz-opacity:0.2;
	opacity: 0.2;
	/*background-color: #FFFFFF;*/
}

#infos {
	position: absolute;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color: transparent;*/
	z-index: 2;
}

div.inline {
  display: flex;
  padding: 2px;
}

/* construction des tableaux */

div.tableau {
	border: 1px solid #fff;
	width: auto;
}

.tableau a {
	color: #1C4A62; /*#2C739A;*/
	text-decoration: none;
}

.tableau a:hover {
	/*border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;*/
	color: #FF6600;
}

.tableau .tr_odd {
	background: #eef;
}

.tableau .tr_even{
	background: #fff;
}

.tableau table {
	/*background-color: #fff;*/
	text-align: left;
	width: 100%;
	border-collapse:collapse;
}

/*.tableau thead, .tableau th {
	color: #fff;
	height: 35px;
	padding-left: 6px;
	background: #2C739A url(../img/table_h.gif) bottom left repeat-x;
}*/

.tableau td, .tableau td {
	/*height: 29px;*/
	padding-left: 6px;
}

.delete {
	float: left;
}

.delete input{
	background: transparent url(../icons/16x16/cross.png) center no-repeat !important;
	border: medium none !important;
	color: #2C739A;
	float: left;
	height: 16px;
	width: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

.delete input:hover {
	color: #FF6600;
	background: transparent url(../icons/16x16/cross.png) center no-repeat !important;
	cursor: pointer;
}

.tableau  a.phone{
	background: transparent url(../icons/16x16/phone.png) center no-repeat;
	border: medium none;
	color: #2C739A;
	float: left;
	height: 16px;
	width: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

.tableau  a.phone:hover {
	color: #FF6600;
	background: transparent url(../icons/16x16/phone.png) center no-repeat;
	cursor: pointer;
}


.tableau .icon {
	float: left;
	width: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

.tableau a.edit {
	background: transparent url(../img/edit_small.gif) center no-repeat;
	border: medium none;
	color: #2C739A;
}

.tableau a.delete {
	background: transparent url(../icons/16x16/cross.png) center no-repeat;
	border: medium none;
	color: #2C739A;
}

.tableau a:hover.edit {
	color: #FF6600;
	background: transparent url(../img/edit2_small.gif) center no-repeat;
	cursor: pointer;
}

/*********************************/

div.tableau_small {
	border: 1px solid #fff;
	width: auto;
}

.tableau_small a {
	color: #1C4A62; /*#2C739A;*/
	text-decoration: none;
}

.tableau_small a:hover {
	/*border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;*/
	color: #FF6600;
}

.tableau_small table {
	background-color: #fff;
	text-align: left;
	width: 100%;
	border-collapse:collapse;
}

.tableau_small thead, .tableau_small th {
	color: #fff;
	height: 18px;
	white-space: nowrap;
	padding-left: 6px;
	background: #2C739A url(../img/table_h_small.gif) bottom left repeat-x;
}

.tableau_small td {
	height: 18px;
	padding-left: 6px;
	white-space: nowrap;
}

.tableau_small .tr_odd {
/*	background: #fff url(../img/table_r1_small.gif) bottom left repeat-x;*/
}

.tableau_small .tr_even{
	background: #fff url(../img/table_r2_small.gif) bottom left repeat-x;
}

.tableau_small .effacer {
	display: inline;
	padding: auto;
}

.tableau_small .effacer input {
	background: transparent url(../icons/16x16/cross.png) center left no-repeat;
	border: medium none;
	color: #2C739A;
}

.tableau_small .effacer input:hover {
	color: #FF6600;
	background: transparent url(../icons/16x16/cross.png) center left no-repeat;
	cursor: pointer;
}

/* Pied de tableau */

div.pied {
	width: auto;
	margin: auto;
	height: 35px;
	text-align: right;
	background: transparent url(../img/creaboucle.gif) top left repeat-x;
	overflow: hidden;
}

div#decroche {
	margin-left: auto;
	width: auto;
	height: 35px;
	text-align: right;
	padding-left: 120px;
	background: transparent url(../img/decrochepied.gif) top left no-repeat;
}

div#souscreate {
	height: 35px;	
	background-color: #fff;
	padding-right: 18px;
}

div#mailcreate {	
	background-color: #fff;
	padding-right: 18px;
}

div#create_user a {
	color: #2C739A;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 30px;
	background: transparent url(../img/picto_creatuser1.gif) center right no-repeat;
}

div#create_user a:hover {
	color: #FF6600;
	background: transparent url(../img/picto_creatuser2.gif) center right no-repeat;
}

div#create_list a {
	color: #2C739A;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 30px;
	background: transparent url(../img/picto_creatuser1.gif) center right no-repeat;
}

div#create_list a:hover {
	color: #FF6600;
	background: transparent url(../img/picto_creatuser2.gif) center right no-repeat;
}

div#create_group a {
	color: #2C739A;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 30px;
	background: transparent url(../img/picto_creatuser1.gif) center right no-repeat;
}

div#create_group a:hover {
	color: #FF6600;
	background: transparent url(../img/picto_creatuser2.gif) center right no-repeat;
}

div#create_contact a {
	color: #2C739A;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 30px;
	background: transparent url(../img/picto_creatuser1.gif) center right no-repeat;
}

div#create_contact a:hover {
	color: #FF6600;
	background: transparent url(../img/picto_creatuser2.gif) center right no-repeat;
}

div#mailmanage {
	height: 35px;
	padding-left: 18px;
	float: right;	
	background-color: #fff;
	padding-right: 18px;
}

.picmana a {
	color: #2C739A;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 32px;
	line-height: 35px;
	background: transparent url(../img/picto_manage1.gif) center right no-repeat;
}

.picmana a:hover {
	color: #FF6600;
	background: transparent url(../img/picto_manage2.gif) center right no-repeat;
}

/* PICTOGRAMMES */

.effacer a {
	padding-left: 32px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 28px;
	background: transparent url(../img/picto_effacer1.gif) center left no-repeat;
}

.effacer a:hover {
	color: #FF6600;
	background: transparent url(../img/picto_effacer2.gif) center left no-repeat;
}



/* PAGES SYSTEM */


.buttonIconChar {
  display:none !important;
}

.sysinfos .ok{
  background-image: url(../icons/16x16/status_valid.png);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.sysinfos .error{
  background-image: url(../icons/16x16/status_error.png);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.sysinfos .unknown{
  background-image: url(../icons/16x16/status_ready.png);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.sysinfos .processing{
  background-image: url(../icons/16x16/status_processing_16x16.gif);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.buttons, .dijitButtoncontents {
	text-align:center;
}

.bt_horsform {
	color: #2C739A;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 30px;
	line-height: 35px;
	display: inline;
}

#reboot a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 32px;
	line-height: 35px;
	background: url(../img/picto_enter1.gif) center right no-repeat;
}

#reboot a:hover {
	color: #FF6600;
	background: url(../img/picto_enter2.gif) center right no-repeat;
}

#manage_certificate{
  padding:0px 5px;
  margin-left: 15px;
}

#mailserver a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	line-height: 35px;
	background: url(../img/picto_mailserver1.gif) center right no-repeat;
}

#mailserver a:hover {
	color: #FF6600;
	background: url(../img/picto_mailserver2.gif) center right no-repeat;
}

#set_tz a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	line-height: 35px;
	background: url(../img/picto_mailserver1.gif) center right no-repeat;
}

#set_tz a:hover {
	color: #FF6600;
	background: url(../img/picto_mailserver2.gif) center right no-repeat;
}


#change_pwd a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	line-height: 35px;
	background: url(../img/picto_mailserver1.gif) center right no-repeat;
}

#change_pwd a:hover {
	color: #FF6600;
	background: url(../img/picto_mailserver2.gif) center right no-repeat;
}

#network_btn a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	line-height: 35px;
	background: url(../img/picto_mailserver1.gif) center right no-repeat;
}

#network_btn a:hover {
	color: #FF6600;
	background: url(../img/picto_mailserver2.gif) center right no-repeat;
}

#fullreset a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	line-height: 35px;
	background: url(../img/picto_mailserver1.gif) center right no-repeat;
}

#fullreset a:hover {
	color: #FF6600;
	background: url(../img/picto_mailserver2.gif) center right no-repeat;
}

#restore a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 35px;
	line-height: 35px;
	background: url(../img/picto_mailserver1.gif) center right no-repeat;
}

#restore a:hover {
	color: #FF6600;
	background: url(../img/picto_mailserver2.gif) center right no-repeat;
}

#upgrade a {
	color: #2C739A;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 37px;
	line-height: 35px;
	background: url(../img/picto_upgrade1.gif) center right no-repeat;
}

#upgrade a:hover {
	color: #FF6600;
	background: url(../img/picto_upgrade2.gif) center right no-repeat;
} 


.usercheck {
	background: transparent url(../img/contact.png) center left no-repeat;
	padding-left: 20px;
}

.groupcheck {
	background: transparent url(../img/group.png) center left no-repeat;
	padding-left: 20px;
}

.listcheck {
	background: transparent url(../img/mailing_list.png) center left no-repeat;
	padding-left: 20px;
}

.externalcheck {
	background: transparent url(../img/external_mail.png) center left no-repeat;
	padding-left: 20px;
}
#form_mailgin_rights {
	width: 100%;
}
toolbar {
	height: 35px;
}
td.contact {
	background-image: url(../img/contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	position: static;
}

td.group {
	background-image: url(../img/group.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	position: static;
}

td.external {
	background-image: url(../img/external_mail.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	border: none;
	padding: none;
	position: static;
}

div.external {
	background-image: url(../img/external_mail.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	position: static;
}

td.mailing {
	background-image: url(../icons/16x16/ml_lists.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	position: static;
}

#permission input {
	margin: auto;
	text-align: center;
}

/************  Wizard ************/
.fenetre_blc h1 {
	font-size: 12pt;
}
.fenetre_blc .wz_intro {
	text-align: justify;
}
#id_skip_button, #id_next_button{
	color: #2C739A;
	height: 22px;
	background: url(../img/picto_enter1.gif) center right no-repeat;
	padding: 8px 32px 8px 0px;
	text-align: right;
	border: none;
	cursor:pointer;
	margin: 10px 20px 10px 0px;
	text-decoration: none;
}

.wz_buttons {
	text-align: right;
	font-size: 10pt;
}
/************  System informations ************/

.info_label {
	font-weight: bold;
	text-align:right;
}

.info_data {
  padding-left: 10px;
}

/************  directory bar *****************/

div.dir_bar {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/************  Navigation bar *****************/

div.navig_bar {
	margin: 10px;
	height:30px;
	text-align:center;
}

div.navig_bar div {
	margin: 10px;
	padding: 10px;
	height:30px;
	text-align:center;
}


div.navig_bar a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 10px;
	text-decoration:none;
	font-size: 12pt;
}

div.navig_bar .go_first_page {
	display:inline;
}

div.navig_bar .go_first_page a {
	background: transparent url(../img/fast_left_arrow.png) center no-repeat;
}

div.navig_bar .go_first_page a:hover {
/*	background: transparent url(../img/fast_left_arrow_hover.gif) center no-repeat; */
	background: transparent url(../img/fast_left_arrow.png) center no-repeat;
}

div.navig_bar .go_first_page a.disabled {
/*	background: transparent url(../img/fast_left_arrow_disabled.gif) center no-repeat; */
	background: transparent url(../img/fast_left_arrow.png) center no-repeat;
}


div.navig_bar .go_previous_page {
	display:inline;
}

div.navig_bar .go_previous_page a {
/*	background: url(../img/left_arrow.gif) center no-repeat; */
	background: url(../img/left_arrow.png) center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px
}

div.navig_bar .go_previous_page a:hover {
/*	background: url(../img/left_arrow_hover.gif) center no-repeat; */
	background: url(../img/left_arrow.png) center no-repeat;
}

div.navig_bar .go_previous_page a.disabled {
/*	background: url(../img/left_arrow_disabled.gif) center no-repeat; */
	background: url(../img/left_arrow.png) center no-repeat;
}


div.navig_bar .go_next_page {
	display:inline;
}

div.navig_bar .go_next_page a {
/*	background: url(../img/right_arrow.gif) center no-repeat; */
	background: url(../img/right_arrow.png) center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px;
}

div.navig_bar .go_next_page a:hover {
/*	background: url(../img/right_arrow_hover.gif) center no-repeat; */
	background: url(../img/right_arrow.png) center no-repeat;
}

div.navig_bar .go_next_page a.disabled {
/*	background: url(../img/right_arrow_disabled.gif) center no-repeat; */
	background: url(../img/right_arrow.png) center no-repeat;
}


div.navig_bar .go_last_page {
	display:inline;
}

div.navig_bar .go_last_page a {
/*	background: url(../img/fast_right_arrow.gif) center no-repeat;*/
	background: url(../img/fast_right_arrow.png) center no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 5px;
}

div.navig_bar .go_last_page a:hover {
/*	background: url(../img/fast_right_arrow_hover.gif) center no-repeat;*/
	background: url(../img/fast_right_arrow.png) center no-repeat;
}

div.navig_bar .go_last_page a.disabled {
/*	background: url(../img/fast_right_arrow_disabled.gif) center no-repeat; */
	background: url(../img/fast_right_arrow.png) center no-repeat;
}


div.navig_bar .page_selector {
	display:inline;
	margin: auto;/*0 170px 0 170px;*/
}

div.navig_bar .page_selector select {
	border: 1px #A5ACB4 solid;
	color: #3D4554;
	padding: 0px;
	
}


/* progress bar container */
#progressbar{
	border:1px solid black;
	width:200px;
	height:20px;
	float: center;
	color:black; 
	margin:auto;
	position: relative;
	top: -10px;
}
/* color bar */
#progressbar div.progress{
	position:absolute;
	width:0;
	height:100%;
	overflow:hidden;
	background-color:#369;
}
/* text on bar */
#progressbar div.progress .text{
	position:absolute;
	text-align:center;
	color:white;
}
/* text off bar */
#progressbar div.text{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

div.filters_checkboxes {
  display:inline;
  float:left;
}
div.filter_checkbox{
  margin: 5px 15px 5px 5px;
  display: inline;
}

div.filter_checkbox img{
  margin-bottom: -3px;
  margin-right: 4px;
}

div.filter_checkbox input{
  margin: 2px;
}

div.filters_checkboxes .bt_valid {
  float:none;
  margin:auto;
}

div.sendto {
  margin: 5px 5px 5px 100px;
  display: inline;
  float:right;
}
div.sendto select {
  border: 1px #A5ACB4 solid;
}

.redir{
 color :#fff;
}


/*** Router page ***/

#dmz_ip {
  display:inline;
}

/* --------------------- */
/* DASHBOARDS
/* --------------------- */

.container{
  width: 100%;
  overflow-x: auto;
}
.container .frame{
  width: 100%;
}
.container .left_col {
  padding-right: 20px;
}
.container .right_col {
  padding-left: 20px;
}

.container .module_col{
  vertical-align: top;
  width: 50%;
}

/*--------------------------*/
/* CONTROL PANEL            */
/*--------------------------*/

.control_panel td {
    padding: 0 5px 5px 0px;
    text-align: center;
    display: inline-flex;
}

.control_panel td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.control_panel_text {
    background: bisque;
    padding: 0 5px; 
}

.ptah_separator{
  margin: 3px 0 3px 0;
}

.ptah_tag{
    padding: 2px 5px 1px 5px;
    margin: 0 0 2px 3px;
    position: relative;
    line-height: 13px;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);    
    color: #333;
    cursor: default;
    border-radius: 3px;
    background-clip: padding-box;
    background-image: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    font-size: 11px;
    height: 14px;
}

/*************************************/
/* have to change the following name */

.select2-container-multi-dolibarr .select2-choices-dolibarr .select2-search-choice-dolibarr {
    padding: 2px 5px 1px 5px;
    margin: 0 0 2px 3px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);*/
}

.select2-container-multi-dolibarr .select2-choices-dolibarr li {
    float: left;
    list-style: none;
}
.noborderoncategories {
    border: none !important;
    border-radius: 5px !important;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container-multi-dolibarr .select2-choices-dolibarr {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    cursor: text;
    overflow: hidden;
}

.ptah_table th{
  padding: 2px 5px;
border-bottom: solid 2px lightblue;

}

.ptah_table td{
  padding: 2px 5px;
border-bottom: solid 1px lightblue;

}

.scan_one img{
  vertical-align: top;
}

.scan_multi img{
  vertical-align: top;
}

.parcel_number{
background: #000;
width: 24px;
height: 24px;
color: #FFF;
text-align: center;
vertical-align: middle;
font-size: 16pt;
font-weight: bold;
display: table-cell;
}

.parcel_text{
  padding: 0px 5px;
  display: inline;
}

.parcel_thumbnail{
  padding: 0px 5px;
  display: inline;
}