/* initialisation */
body {
/*	padding: 0px;
	margin: 0px;
	width: 100%;

	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;*/
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}

.clear {
	clear: both;
}

.msgOk {
	color: green;
	font-weight: bold;
	padding: 10px;
}
.msgError {
	color: red;
	font-weight: bold;
	padding: 0 10px 25px 10px;
}



/**** surcharge style bootstrap */

.navbar-inverse.navbar-technoma {
	background-color: #fff;
	border-color: #080808;
}
.navbar-inverse.navbar-technoma .navbar-nav > li > a {
	color: #666;
	font-weight: bold;
}
.navbar-inverse.navbar-technoma .navbar-nav > li > a:hover,
.navbar-inverse.navbar-technoma .navbar-nav > li > a:focus,
.navbar-inverse.navbar-technoma .navbar-nav > li.active > a {
	color: #fff;
	background-color: #666;
}

.tab-content > .tab-pane {
    padding-top: 15px;
}

/* end surcharge style bootstrap*/


#jstreeBox {
	overflow: auto; /* pour contrebalancer le no-warp des li du jstree */
	padding-bottom: 5px;
}



.inlineFormBox {
	float: none;
	clear: both;
	padding-top: 8px;
}

table.tabPhototec {	
	margin: 15px 0 0 15px;
}
table.tabPhototec td {	
	padding: 0 8px;
	text-align: center;
}
table.tabPhototec td img {	
	margin-bottom: 5px;
}

table.tabDocTech {	
	margin: 15px 0 0 15px;
}
table.tabDocTech td {	
	padding: 0 25px 0 0;
	text-align: center;
}
table.tabDocTech td img {	
	margin-bottom: 5px;
}
table.tabDocTech td span.docName {	
	display: block;
	text-align: center;
	margin-bottom: 5px;
}


.listImgMini {
	height: 150px;
}

div.tabListPhoto {
	
}
div.tabListPhoto .logoBox {
	
}
div.tabListPhoto .photoBox {
	
}
div.tabListPhoto .prodPhotoBox {
	
}
div.tabListPhoto .defaultImg {
	
}
div.tabListPhoto .photo {	
	height: 150px;
}
div.tabListPhoto .imgFile {	
	display: block;
	font-style: italic;
	font-size: 11px;
}
div.tabListPhoto .legendeBox {
	
}
div.tabListPhoto .legendeBox .legende {
	
}


.txtToEditBox {
	padding-top: 7px;
}

.modalStringSearchMasterBox,
.modalTextSearchMasterBox {
	overflow: auto;
	width: 100%;
	height: 220px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.modalStringSearchMasterBox .list-group-item,
.modalTextSearchMasterBox .list-group-item {
    padding: 4px 10px;
}

.modalStringSearchMasterBox .list-group a,
.modalTextSearchMasterBox .list-group a {
	cursor: pointer;
}


div.boxPadding {
	padding: 10px;
}

div.topListSearchForm {
	padding: 0 0 15px 25px;
}
div.topListSearchForm span.titre {
	font-weight: bold;
}
div.topListSearchForm label {
	padding-left: 12px;
	font-weight: normal;
}
div.topListSearchForm select {
	
}
div.topListSearchForm input {
	
}


.listFromGrpNoMargin .form-group {
	margin-bottom: 0;
}



table.taducFormListTab {
}

table.taducFormListTab td.c1 {
	vertical-align: middle;
}
table.taducFormListTab td.c2 {
	vertical-align: middle;
	width: 50%;
}
table.taducFormListTab td.tabActionCentre {
	vertical-align: middle;
	width: 60px;
}
table.taducFormListTab td.tradAction {
	vertical-align: middle;
	width: 30px;
}

table.taducFormListTab tr.bg-success td {
	background-color: #dff0d8;
}


.label-titre {
    background-color: #428bca;
}
.label-renvoi {
    background-color: #777;
}

#tbodySortBase tr {
	cursor: move;
}

#tablListAccesoire {
	
}
#tablListAccesoire tr.mainlinkprod {
	background-color: #fff;
}
#tablListAccesoire tr.mainlinkprod > td,
#tablListAccesoire tr.mainlinkprod > td:hover {
	background-color: #fff;
}
#tablListAccesoire tr.mainlinkprod th {
	padding: 3px;
	font-size: 12px;
}
#tablListAccesoire tr.mainlinkprod tr.linkprod td {
	padding: 3px;
	font-size: 11px;
}
#tablListAccesoire tr.seplinkprod td {
	padding: 0px;
	font-size: 11px;
	border-bottom: 2px solid #999;
}

#boxPreviewImgHover {
	position: fixed;
	top: 115px;
	left: 15px;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #666;
	z-index: 3000;
	min-width: 200px;
	min-height: 100px;
}



.btSaveCopy,
.btCancelCopy {
	visibility: hidden;
}

.sortable-placeholder {
	background-color: #efefef;
	border: 1px dotted #666;
	min-height: 16px;
}

.btSaveOrdre,
.btCancelOrdre {
	visibility: hidden;
}

th.thCopyBoxCol,
td.copyBtBox {
	display: none;
}


td.moveBtBox {
	display: none;
}
th.thOrderBoxCol {
	display: none;
}

span.moveBtBox,
span.moveRenvoiBtBox {
	display: none;
	margin-right: 8px;
	cursor: pointer;
}

td.btTd span {
	cursor: pointer;
}

td.td_action {
	text-align: right;
}

div.imgpreview {
	padding-top: 10px;
}
div.imgpreview img {
	max-width: 250px;
	max-height: 250px;
}
div.imgpreview img:active {
	max-width: none;
	max-height: none;
}

div.imgtabpreview {

}
div.imgtabpreview img {
	max-width: 250px;
	max-height: 250px;
}
div.imgtabpreview img:hover {
}

div.colOrderMasterBox {

}
div.colOrderMasterBox div.colOrderBox {
	padding: 5px 8px;
	margin-bottom: 5px;
	border: 1px solid #dadada;
	width: 400px;
	cursor: move;
}

div.colOrderMasterBox div.colOrderBox span.info {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

table.tabDefCol {
}
table.tabDefCol th {

}
table.tabDefCol th.col {
	/*background-color: #e5f1ff;*/
	border-bottom-color: #0f0cb9;
}
table.tabDefCol th.col.colsup {
	/*background-color: #e5f1ff;*/
	border-bottom-color: #72b924;
}
table.tabDefCol th.col span.reg {
	font-style: italic;
	font-size: 11px;
	color: #999999;
}

div.sep1 {
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px solid #999;
}

div.sep2 {
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dashed #999;
}
div.sep3 {
	height: 1px;
	margin: 15px 0;
	border-bottom: 2px solid #666;
}



.blrTextDataBox {
	font-size: 26px;
	padding-bottom: 10px;
}

h1.blktxtTitre {
	margin: 10px 0 5px 0;
	font-size: 26px;
	font-weight: normal;
	color: #000;
}
h2.blktxtSubTitre {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: normal;
	color: #77787b;
}
h3.blktxtTitreTexte {
	margin: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

div.blktxtLibelle {
	margin: 2px 0 2px 0;
}

div.blktxtImg {
	margin: 0 0 2px 20px;
}

div.bldImgDataBox {
	padding: 5px 0 5px 20px;
}
/*div.bldImgDataBox .imgpreview {*/
/*}*/

div.blrTextRegroupMasterBox {
	border: 2px dashed #999;
	padding: 5px 5px 5px 15px;
	margin: 15px 0 15px 0;
}
div.blcTextMasterBox {
	border: 1px dotted #aaa;
	padding: 0 0 5px 10px;
	margin-bottom: 25px;
}

div.blcTextMasterBox .blcTextActionBox {
	padding: 8px 0;
}

div.blocTextRegroupMasterActionBox .btSaveOrderBlocTxtRegroup,
div.blocTextRegroupMasterActionBox .btCancelOrderBlocTxtRegroup,
div.blrTextRegroupMasterBox .btSaveOrderBlocTxt,
div.blrTextRegroupMasterBox .btCancelOrderBlocTxt,
div.blcTextMasterBox .btSaveOrderTxt,
div.blcTextMasterBox .btCancelOrderTxt {
	visibility: hidden;
}

.btRemoveTxt, .btRemoveTxtRegroup {
	color: #ff0000;
	cursor: pointer;
}

div.blrTextRegroupMasterBox .btEditTxt {
	visibility: hidden;
}


#orderCatMasterBox div.catOrderBox {
	padding: 5px 8px;
	margin-bottom: 5px;
	border: 1px solid #dadada;
	width: 300px;
}
#orderCatMasterBox div.catOrderBox .glyphicon-move {
	cursor: move;
}


.colValueEditMainBox {

}
.colValueEditMainBox .btAddValBox {
}
.colValueEditMainBox .colValBox {
	display: none;
	max-width: 800px;
}
.colValueEditMainBox .colValTitre {
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 4px;
}
.colValueEditMainBox .colValLine {
	background-color: #fff;
}
.colValueEditMainBox .colValLine:nth-child(odd) {
	background-color: #f3f3f3;
}


.dedoubTxt .txtd1 {
	margin-bottom: 45px;
}
.dedoubTxt .txtd1.ok {
	background-color: #d9ffd0;
}
.dedoubTxt .txtd2 {
	padding: 3px;
}
.dedoubTxt .txtd2.selected {
	border: 2px dashed green;
}
.dedoubTxt .txtd2id {
	display: inline-block;
	min-width: 50px;
}
.dedoubTxt .txtd3 {
	background-color: #f0f0f0;
	padding: 5px;
}
.dedoubTxt span.tnb {
	font-style: italic;
	font-size: 12px;
	color: #999999;
}
.dedoubTxt span.showtrad,
.dedoubTxt span.showuse {
	cursor: pointer;
}

.dedoubTxt .tradInfoBox {
	padding-left: 40px;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

