#left_column,#right_column {
    display: none;
}
#center_column{
	width: 100%;
}
#center_column .row{
	margin-left: 0;
	margin-right: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
	/*margin: 8px 0 0 0 !important;*/
}
.cb{
	clear: both;
}
.dn{
	display: none;
}
.bleu{
    color: #41abcb;
}
.rouge{
    color: #E40040;
}
.fd__arianne{
	width: 100%;
	margin: 20px 0 0 0;
}
.fd__arianne__tiret{
	width: 10em;
	display: table-cell;
}
.fd__arianne__tiret:first-child, .fd__arianne__tiret:last-child{
	width: 2em;
	display: table-cell;
}
.fd__arianne__tiret span{
	height: 5px;
	width: 100%;
	display: block;
	margin-top: 18px;
	background-color: #c4c4c4;
}
.fd__arianne__btn{
	height: 42px;
	width: 6em;
	display: table-cell;
	line-height: 35px;
	vertical-align: middle;
	/*background-color: #f9f9f9;*/
	color: #bcb9b8;
	text-align: center;
	/*border: 1px solid #c4c4c4;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
.fd__arianne__btn:first-child{
	width: 10em;
    font-weight: bold;
}
.fd__arianne__btn span{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.fd__arianne__btn-active{
	/*background-color: #f2f2f2;*/
	/*color: #7f7a77;*/
	color: #03ae06;
    font-weight: bold;
}
/* page param */
.fd__left{
	width: 75%;
	float: left;
}
.fd__right{
	width: 25%;
	float: left;
	color: #333333;
}
h4{
	font-weight: bold;
	font-style: italic;
}
.fd__right__content{
	width: 100%;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #d5d5d5;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f6f6f6 10%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(10%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f6f6f6 10%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#f6f6f6 10%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f6f6f6 10%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#f6f6f6 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f6f6f6',GradientType=0 );
}
.fd__content a.fd__content__btn span{
	display: block;
	min-height: 27px;
	width: 140px;
	margin-right: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #d5d5d5;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.fd__content a.fd__content__btn i{
	font-size: 12px;
    font-weight: normal;
	color: #ccc;
	text-transform: capitalize;
    white-space: nowrap;
}
.fd__content a.fd__content__btn span:hover, .fd__content a.fd__content__btn-active span{
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
}
#fd__color span, #fd__color img, #fd__lacquering span, #fd__lacquering img{
    width: 120px;
}
.zone_color{
	padding: 0px !important;
}
.zone_color p{
	height: 130px;
	width: 130px;
	margin: 4px;
}
.fd__btn{
	padding: 10px 20px;
	margin: 20px;
	border: 1px solid #d5d5d5;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.fd__btn-valid{
	background: #91c862;
	background: -moz-linear-gradient(top,  #91c862 0%, #648d46 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c862), color-stop(100%,#648d46));
	background: -webkit-linear-gradient(top,  #91c862 0%,#648d46 100%);
	background: -o-linear-gradient(top,  #91c862 0%,#648d46 100%);
	background: -ms-linear-gradient(top,  #91c862 0%,#648d46 100%);
	background: linear-gradient(to bottom,  #91c862 0%,#648d46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c862', endColorstr='#648d46',GradientType=0 );
}
.fd__btn-valid2{
	background: #FFAD2F;
	background: -moz-linear-gradient(top, #E78500 0%, #FFAD2F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E78500), color-stop(100%,#FFAD2F));
	background: -webkit-linear-gradient(top,  #E78500 0%,#FFAD2F 100%);
	background: -o-linear-gradient(top,  #E78500 0%,#FFAD2F 100%);
	background: -ms-linear-gradient(top,  #E78500 0%,#FFAD2F 100%);
	background: linear-gradient(to bottom,  #E78500 0%,#FFAD2F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E78500', endColorstr='#FFAD2F',GradientType=0 );
}
.fd__btn-cancel{
	background: #b10404;
	background: -moz-linear-gradient(top,  #d91313 0%, #b10404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d91313), color-stop(100%,#b10404));
	background: -webkit-linear-gradient(top,  #d91313 0%,#b10404 100%);
	background: -o-linear-gradient(top,  #d91313 0%,#b10404 100%);
	background: -ms-linear-gradient(top,  #d91313 0%,#b10404 100%);
	background: linear-gradient(to bottom,  #d91313 0%,#b10404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91313', endColorstr='#b10404',GradientType=0 );
}
#fd__thickness__content a.fd__content__btn span{
    font-weight: normal;
    text-transform: none;
}
/* page dessin */
.fd__recap{
    background-color: #cacaca;
    padding: 2px;
    border: 1px solid #ccc;
}
.fd__recap span {
    text-align: center;
    color: #333;
    font-size: 15px;
    width: 22%;
    display: inline-block;
}
.fd__recap span em{
	font-style: italic;
}
.fd__recap>em{
    float: right;
    margin-right: 15px;
}
.fd__head{
	/*margin: 10px 5px 0 5px;*/
	margin: 2% 1% 0 0;
	border:1px solid #333333; 
	text-align: center;
}
.fd__head_cursor a:hover, .fd__head_cursor span:hover{
    background-color: #8E8E8E;
}
.fd__head a, .fd__head span{
	color: #fff;
	background-color: #333333;
	width: 100%;
	padding: 2px 5px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.fd__head strong{
	padding: 3px;
	display: block;
}
.fd__head i{
	float: left;
	font-size: 25px;
}
.i_small strong{
    padding: 1px 0 0 0;
}
.fd__head .i_small i{
	font-size: 15px;
    margin : 2px 10px 2px 10px;
}
.fd__head a:hover{
	color: #333333;
	background-color: #999;
}
.fd__head_cursor{
	cursor:n-resize;
}
#fd__add, #fd__add2{
	width: 100%;
	height: 80px;
    border: 0;
}
#fd__add a{
	/*width: 50%;*/
	display: block;
    /* float: left; */
    max-width: 230px;
}
#fd__add2 a{
	width: 50%;
	display: block;
    max-width: 380px;
}
#fd__add_col3{
	width: 66%;
	height: 48px;
	margin-left: 13%;
}
#fd__add_col3 a{
	width: 33.33%;
	display: block;
	float: left;
}
.fd__add__right{
	text-align: right;
}
.fd__add__right i{
	float: right;
	margin: 8px;
}
.fd__add__left{
	text-align: left;
}
.fd__add__left i{
	float: left;
	margin: 8px;
}
.fd__delete_div{
    border:0;
}
.fd__delete{
    background-color: #FF8A83 !important;
    margin: 0px;
    font-size: 12px;
}
.fd__delete i{
    font-size: 34px;
}
.fd__delete strong{
    padding: 0px;
}
#fd__help{
	width: 18%;
}
#fd__help a{
	padding: 14px;
	text-align: center;
}
#fd__tools{
	width: 10%;
    min-height: 620px;
	margin: 2% 1% 0 1%;
}
#fd__tools2{
	width: 16%;
    min-height: 580px;
	margin: 2% 1% 0 1%;
}
.fd__tools .fd__head{
	margin: 0;
}
.fd__tools>form>div{
	margin: 0 auto 10px auto;
	display: block !important;
}
.fd__tools form, .fd__tools .form{
    background-color: #f4f4f4;
    border:1px solid #cacaca;
    padding: 8%;
}
.fd__tools>div.form>div{
	margin: 0 auto 10px auto;
	display: block !important;
}
.fd__tools>div.form{
	padding: 8%;
}
.fd__tools label{
	width: 100%;
	text-align: center;
	font-weight: 16px;
}
.fd__tools input{
	width: 50%;
	text-align: right;
}
.dd-select label, .dd-options label{
	width: auto;
	text-align: left;
	font-weight: auto;
	margin: 0;
}
#machining__type ,#machining__type .dd-select, #machining__size ,#machining__size .dd-select{
    width: auto !important;
}
#machining__type .dd-select label,#machining__type  .dd-options label{
    line-height: 40px !important;
}
#machining__type .dd-select img,#machining__type  .dd-options img{
    width: 30%;
}
#machining__size .dd-select label,#machining__size  .dd-options label{
	line-height: 10px !important;
}
.dd-select input, .dd-options input{
	width: auto;
	text-align: left;
}
#fd__container{
	width: 86%;
	margin: 2% 1% 0 1%;
    position: relative;
}
#fd__container2{
	width: 80%;
	margin: 2% 1% 0 1%;
}
#fd__container .fd__head, #fd__container2 .fd__head{
	margin: 0;
}
#fd__container__head{
	width: 100%;
}
#fd__container__front {
	width: 100%;
	height: 480px;
	border:1px solid #cacaca; 
	display:block; 
}
#fd__front, #fd__top, #fd__3d{
	width: 100%;
	height: 100%;
	background:#686868; 
	cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;
	overflow: hidden;
}
#fd__front:active, #fd__top:active, #fd__3d:active {
	cursor:grabbing;
	cursor:-moz-grabbing;
	cursor:-webkit-grabbing;
}
#fd__front>svg, #fd__top>svg, #fd__3d>svg {
	background:#fff; 
}
.fd__container__front__message{
    width: 100%;
    position: absolute;
    top: 30px;
}
.fd__container__front__message div{
	display: none;
	text-align: center;
	background-color: #FFE149;
	color: #D71B1B;
	padding: 2px;
	border: 1px solid #ccc;
    font-size: 14px;
    min-height: 40px;
}
#fd__popup_hide{
    position: absolute;
    top: 0;
}
.fd__icons{
	width: 100%;
	margin-top: -30px;
	padding: 5px;
}
.fd__icons li{
	padding: 3px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	float: right;
	position: relative;
	font-size: 13px;
	cursor: pointer;
}
#fd__container .fd__icons{
	margin-top: -36px;
}
#fd__container .fd__icons li{
	font-size: 18px;
}
#fd__container_right1{
	width: 42%;
	margin: 0.5% 1% 0 1%;
}
#fd__container_right2{
	width: 42%;
	margin: 0.5% 1% 0 1%;
}
#fd__container_right12{
    width: 39%;
    margin: 0.5% 1% 0 1%;
}
#fd__container_right22{
    width: 39%;
    margin: 0.5% 1% 0 1%;
}
#fd__container_right1 .fd__head, #fd__container_right2 .fd__head, #fd__container_right12 .fd__head, #fd__container_right22 .fd__head{
	margin: 0;
}
#fd__container_right1__head, #fd__container_right2__head{
	width: 100%;
}
#fd__container_right1__content {
	width: 100%;
	height: 200px;
	border:1px solid #cacaca; 
	display:block; 
}
#fd__container_right2__content {
	width: 100%;
	height: 200px;
	border:1px solid #cacaca; 
	display:block; 
	background:#fff; 
	overflow: hidden;
}
.fd__length{
    margin: 0 1% 0 13%;
}
.fd__length>span{
    height: 28px;
    color: #FFF;
    font-size: 15px;
    width: 100%;
    background-color: #333;
    display: block;
    padding: 2px;
    text-align: center;
}
.fd__head__table{
	margin: 2% 1% 0 1%;
	border:1px solid #333333; 
	padding: 2px 5px;
}
.fd__head__table th{
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	background-color: #333333 !important;
}
.icon-collapse-alt, .icon-expand-alt{
	margin: 5px;
	font-size: 20px;
}
#fd__length__new{
	width: 100%;
	height: 27px;
	padding: 0 6px;
	float: left;
	border: 1px solid rgb(189, 194, 201);
	line-height: 27px;
	margin-bottom: 7px;
}
.quantity_wanted_p .btn {
	margin: 0 3px !important;
}
#submitProduct{
	margin: 0 30px 10px 0;
	font-size: 14px;
	width: 180px;
}
.fd__left_panier{
    width: 60%;
    float: left;
    padding: 20px 1%;
}
.fd__right_panier{
    width: 25%;
    float: left;
    padding: 0 1% 0 0;
}
.fd__right_panier>.fd__right__content{
    padding: 0;
}
.fd__right_panier #fd__recap_div{
    padding: 10px;
}
.fd__right_panier img{
    padding: 6px 40px;
}
#fd__left__content>.fd__head, .fd__right_panier .fd__head{
    margin: 0;
}
#fd__left__content__container{
    width: auto;
    border: 1px solid #cacaca;
    background-color: #FFFFFF;
}
.box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
    margin: 0px 1%;
}
.fd__btn__new, .fd__btn__cart {
    background-color: #232323;
    color: #ffffff;
    margin:20px;
}
.fd__btn__new:hover ,.fd__btn__cart:hover {
    background-color: #1d9c33;
    color: #ffffff;
}
.fd__btn__cart:before, .fd__btn__new:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: white;
    padding-right: 10px;
}
.fd__btn__cart:before {
    content: "\f07a";
}
.fd__btn__new:before {
    content: "\f040";
}
#fd__recap_detail_div{
    margin: 2%;
}
#submitDesign,
#cancelDesign,
#submitLength,
#cancelLength,
#cancelPanier {
	margin-top: 10px;
}
.fd__panier__btn{
    color: #ffffff;
    margin: 0 !important;
    width: 100%;
}
.fd__btn-panier{
    color: #ba0716;
    border: 1px solid #ba0716;
}
.fd__add_other{
    display: none;
    margin: 10px;
    color: #249225;
    border: 2px solid #249225;
    padding: 2px;
    max-width: 350px;
    text-align: center;
    font-weight: bold;
}
.fd__infovue{
    font-weight : bold;
    text-align: center;
    /*margin-top: 5px;*/
    /*width: 75%;*/
    background-color: #ffcaca;
    padding-top : 8px;
    padding-bottom : 8px;

}
.fd__infovue .text-defilant{
	color: red;
}
.fd__infovue .text-fixe{
	color: #0B2161;

}
.fd__contents_panier_all{
	width: 100%;
	position: relative;
}
.fd__contents_panier{
	/*margin-right:280px;*/
}
.fd__contents_copypanier{
	position: absolute;
	right: 0;
	width: 270px;
	top:20px;
	margin-left:20px;
	background: #333;
	color: #777;
}
.fd__contents_copypanier_header{
	padding: 5px 10px 10px 10px;
}
.fd__contents_copypanier_header a, .fd__contents_copypanier .cart_block a {
	color: white;
}
.fd__contents_copypanier .cart_block {
	background: #484848;
	color: #9c9b9b;
	width: 270px;
	min-height: 115px;
	padding: 10px 20px 10px 10px;
	margin-bottom: 15px;
	box-shadow: 0px 5px 4px #484848;
	display: block;
	position: relative;
}
.fd__contents_copypanier_img_content{
	float: left;
	width: 98px;
	height: 98px !important;
	background: white;
	margin-right: 5px;
}
.fd__contents_copypanier .cart_block .fd__contents_copypanier_delete{
	position: absolute;
	top:5px;
	right: 5px;
}
.fd__contents_copypanier_footer{
	text-align:center;
	padding: 10px 10px 20px 10px;
}
.fd__contents_copypanier_footer p b{
	color: white;
}
/*
.fd__contents_copypanier .cart_block .cart-buttons {
	background: url(../../../../themes/default-bootstrap/img/cart-shadow.png) repeat-x #333333;
}
.fd__contents_copypanier .cart_block .cart-prices {
	border: none;
	background: url(../../../../themes/default-bootstrap/img/cart-shadow.png) repeat-x #3d3d3d;
}
*/
@media (max-width: 1200px) {
	.fd__contents_panier_all .shopping_cart {
		width: 270px !important;
	}
}
/* Bouton record folding */

#submitRecord{
    margin: 10px 0;
    padding: 10px 16px;
}
#record__type{
    float: right;
    padding: 10px 0;
    margin:  10px 5px;
}
#record__type a{
    padding:0;
}
#record__type label{
    line-height: 35px;
}
#record__type img{
    width: 40px;
}
#record__name{
    float: right;
    padding: 11px;
    margin: 10px 0;
}
/* Page record */
.fd__content__btn_record.fd__content__btn-inactive img{
    opacity: 0.4;
}
.fd__content__btn_record.fd__content__btn-inactive span{
    opacity: 0.9;
}
.fd__content__btn_record span{
    border: 0 !important;
    /*margin-top: -25px !important;*/
    padding: 0 10px !important;
    font-size: 14px !important;
    text-align: left !important;
    text-transform: none !important;
    color: #777777 !important;
}
.fd__content__btn_record span:hover{
    background-color: #fff !important;
}
.fd__content__btn_record:hover, .fd__content__btn_record:focus {
    text-decoration: none !important;
}{
    background-color: #fff !important;
}
.fd__record_link{
    display: block;
    margin: auto;width: 50%;
    text-align: center;
    background-color: #aaa;
    color: #fff;
    padding: 15px;
}

.fd__record_box a{
    padding:0;
}
.fd__record_box label{
    line-height: 40px !important;
    text-align: center;
    padding-left: 10px;
}
.fd__record_box img{
    width: 40px;
    margin: 0;
}
.fd__record_box{
    float: left;
    margin: 1%;
    width: 23%;
}
.fd__record_box>span{
    height: 42px;
    width: 35%;
    float: left;
    background-color: #428bca;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}
.fd__record_box > div{
    float: left;
    width: 65% !important;
}
.fd__record_box > div > div{
    height: 42px;
    width: 100% !important;
    border: solid 1px #428bca;
}
.fd__record_box ul{
    max-height: 300px;
}
.fd__infonewlength{
    text-align: center;
    height: 35px;
    margin: 20px 0;
}

/* loader */

#fd__loader{
    position: fixed;
    z-index: 20000;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	display: none;
}
#fd__loader__content{
	margin:160px auto;
	width: 50px;
}
.fd__loader__content__block{
	background-color:#9FC0FF;
	border:2px solid #3B5998;
	float:left;
	height:30px;
	margin-left:5px;
	width:8px;
        opacity:0.1;
	-webkit-transform:scale(0.7);
	-webkit-animation-name: facebook;
 	-webkit-animation-duration: 1s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	
	}
#fd__lcb-1{
 	-webkit-animation-delay: .3s;
 }
#fd__lcb-2{
 	-webkit-animation-delay: .4s;
}
#fd__lcb-3{
 	-webkit-animation-delay: .5s;
}
@-webkit-keyframes facebook{
	0%{-webkit-transform: scale(1.2);opacity:1;}
	100%{-webkit-transform: scale(0.7);opacity:0.1;}
}
.fd__loader__text{
	margin: 140px auto;
	width: 300px;
	clear: both;
	text-align: center;
	color: #3B5998;
}

/* step */
#fd__step{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100000;
}
#fd__step__bg{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 2;
}
#fd__step__content{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.fd__step__content__pop, #fd__step__content__pop{
	margin: auto;
	position: fixed;
	width: 300px;
	min-width: 300px;
	height: 200px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fd__step__text, #fd__step__text {
    width: 98%;
    padding: 20px;
    border: 1px solid #cacaca;
    margin: 0 1% 0 1%;
    background-color: #fff;
}
.fd__step__btn {
    color: #ffffff;
    padding: 2px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}
.fd__step__step{
    clear: both;
    height: 22px;
    width: 100%;
    padding-top: 20px;
}
.fd__step__step:last-child{
    margin-bottom: 20px;
}
.fd__step__step__text{
    width: 60%;
    height: 22px;
    padding-top: 4px;
    text-align: center;
    background-color: #D8D8D8;
    text-transform: uppercase;
    font-size: 13px;
}
.fd__step__step-desactive>.fd__step__btn{
    display: none;
}
.fd__step__step-desactive>.fd__step__step__text{
    width: 100%;
}
.fd__step_prest__text{
    text-align: center;
    display: none;
}
.fd__step__step-desactive>.fd__step_prest__text{
    text-align: center;
    display: block;
}
#fd__step__content_choix{
    width: 50%;
    height: 450px;
    min-width: 450px;
}
.fd__step__btn__prest{
    width: 45%;
    min-height: 75px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.fd__step__btn__prest span{
    font-size: 17px;
}
.fd__step__btn__prest span.small{
    font-size: 11px;
}
.fd__step__btn__prest_text{
    width: 45%;
    padding: 10px;
}
#fd__content__popup{
    width: 70%;
}
#fd__step__content_presta{
    width: 40%;
    height: 450px;
}
.green{
    color: #00AD04;
}
.orange{
    color: #EA7F06;
}
#fd__tools_panier {
    width: 13%;
    margin: 2% 1% 0 1%;
}
/* confirm */
.fd__popup, .fd__popup_alert, #fd__confirm{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100000;
}
.fd__popup__bg, .fd__popup__bg_alert, #fd__confirm__bg{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 2;
}
.fd__popup__head{
    margin: 0 0 0 1%;
    background-color: #333333;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    width: 93%;
    height: 22px;
    font-weight: bold;
    float: left;
}
.fd__popup__content, #fd__confirm__content{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.fd__popup__content__pop, #fd__confirm__content__pop{
	margin: auto;
	position: fixed;
	width: 700px;
	height: 400px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fd__popup__close{
    float: left;
    width: 5%;
    height: 22px;
    background-color: #333333;
    padding: 2px 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#fd__confirm__text {
	width: 98%;
	padding: 20px;
	border: 1px solid #cacaca;
	margin: 0 1% 0 1%;
	background-color: #fff;
}
.fd__popup__text {
    width: 98%;
    padding: 10px 20px;
    clear: both;
    border: 1px solid #cacaca;
    margin: 0 1% 0 1%;
    background-color: #fff;
}
.fd__popup_alert .fd__popup__text {
    text-align: center;
}
.fd__popup_alert .fd__popup__text .error {
    color: #d5090d;
}
.fd__popup_alert .fd__popup__text .success {
    color: #089319;
}

#fd__confirm__btn1{
	cursor: pointer;
}
#fd__confirm__btn2{
	cursor: pointer;
}
@media (max-width: 1200px) {
    #machining__type .dd-select label,#machining__type  .dd-options label{
        line-height: 30px !important;
    }
    #fd__container {
        width: 84%;
        margin: 2% 1% 0 1%;
        position: relative;
    }
    #fd__tools {
        width: 12%;
        margin: 2% 1% 0 1%;
    }
    #fd__container_right1 {
        width: 41%;
        margin: 0.5% 1% 0 1%;
    }
    #fd__container_right2 {
         width: 41%;
         margin: 0.5% 1% 0 1%;
     }
    #fd__add, #fd__add2 {
        width: 84%;
        height: 48px;
        margin-left: 15%;
        border: 0;
    }
}
@media (max-width: 992px) {
    #machining__type .dd-select label,#machining__type  .dd-options label{
        line-height: 20px !important;
    }
    #fd__container {
         width: 80%;
         margin: 2% 1% 0 1%;
         position: relative;
     }
    #fd__tools {
        width: 16%;
        margin: 2% 1% 0 1%;
    }
    #fd__container_right1 {
        width: 80%;
        margin: 0.5% 1% 0 19%;
    }
    #fd__container_right2 {
        width: 80%;
        margin: 0.5% 1% 0 19%;
    }
    #fd__container_right12{
        width: 80%;
        margin: 0.5% 1% 0 19%;
    }
    #fd__container_right22{
        width: 80%;
        margin: 0.5% 1% 0 19%;
    }
    #fd__add, #fd__add2 {
        width: 80%;
        height: 48px;
        margin-left: 19%;
        border: 0;
    }
}
/*@media (max-width: 768px) {
    #machining__type .dd-select label,#machining__type  .dd-options label{
        line-height: 20px !important;
    }
    #fd__container_right1 {
        width: 80%;
        margin: 0.5% 1% 0 19%;
    }
    #fd__container_right2 {
        width: 80%;
        margin: 0.5% 1% 0 19%;
    }
    #fd__add, #fd__add2 {
        width: 80%;
        height: 48px;
        margin-left: 19%;
        border: 0;
    }
}*/
#quantity_wanted_moins,#quantity_wanted_plus{
	border: none !important;
}