/*
font-color: #4497cb;
border-color: #b0d3e9 #dedede
*/
h1, h2, h3, h4, h5 {margin:0; padding: 5px 0 7px 0; color: #4497cb;}
body {
	width: 100%;
	background: none repeat scroll 0 0 #edf5fa;
    color: #000;
    font: 90%/170% Calibri,helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
#wrapper {
 background: url("../images/body.png") repeat-x scroll 50% 0 #edf5fa;
 position: relative;
}
/*HEADER SECTION*/
header{
	width: 90%;
	margin: 0 auto;
	height: 95px;
}
header img#logo{
	width: 350px; 
	padding-top: 15px; 
	display: block;
	float:left;
}

header h1#title {
	width: 200px; 
	color: #fff;
	float:left; 
	margin-left: 30px;
	padding-top: 37px;
}

/*MAIN SECTION */
main, #order_panel {
	position: relative;
	width: 90%;
	margin: 0 auto; 
	/*clear:both;*/
	display: block;
	min-height: 150px;
	background-color: rgba(255,255,255, 0.9);
	border: 1px solid #dedede; 
    /*padding: 60px 25px 5em 35px;*/
    padding: 0 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.51);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.51);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.51);
}

.login main {width: 25%; padding: 60px 0 5em 0;}

/*STYLES*/
.inputstyle, .button {
	background-color: #fafcfd; /*#fcfefe;*/ /*#edf5fa;*/
	border: 2px solid #b0d3e9;
	border-radius: 5px;
	padding: 3px 5px;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	font-size: 13px;
	/*color: #4497cb; */
	color: #787878;
	font-family: verdana;
}
select.inputstyle {
  padding: 2px 5px !important;

}
.inputstyle:hover, .inputstyle:focus {
  background-color: #fff;	
}

/*.inputstyle {
    background-color: #fafcfd;
    border: 2px solid rgba(210, 229, 244, 0.86);
    border-radius: 5px;
    
    font-family: verdana;
    font-size: 13px;
    padding: 5px;
    transition: all 0.4s ease-in 0s;
}

.inputstyle:hover, .inputstyle:focus {
    background-color: #fff;
    border-color: #a9cdea;
}*/

#submitbutton {
	width: 150px;
	display: inline-block;
	margin: 10px auto;
	border-radius: 15px;
	font-size: 16px;
	padding: 2px;
	cursor:pointer;


}
#submitbutton i {
	color: green;
	margin-left: 5px;
}

#loginwrapper { 
	width: 300px;
	height: 100px;
	margin: 0 auto;
	text-align: center;

}

#loader { margin: 0 5px; display:none;}
#loader i {color: #4497cb;}
/*MENUS STYLE*/
#mainmenu{
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 25px;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.51);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.51);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.51);
}
#mainmenu ul li {
 display: inline;
 font-size: 13px;
 margin-right: 15px;
}
#utilmenu ul, #mainmenu ul {
    list-style: outside none none;
}

#mainmenu ul li i{
	margin-right: 7px !important;
}
#utilmenu ul, #mainmenu ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#utilmenu {
	position: absolute;
	top: 0;
	right: 0;
}
#utilmenu ul li{ 
	display: inline-block; 
	font-size: 15px;
	
	margin-right: 10px;
}
#utilmenu ul li a, #mainmenu ul li a{
	color: #4497cb !important;
	text-decoration: none;
}
#utilmenu ul li i{
	margin-right: 5px;
}
#bonjour {
	position: absolute;
	top: 0;
	left: 5px;
}
#bonjour h3, #page-title h2 {
	color:#4497cb;
	padding:0;
}
#page-title {
 	/*position: absolute;
	top: 0;
	left: 5px;	
	*/
	padding:0;
	margin:0;
	text-align: center;
}
#catalog {
	background-color: #fff;
	left: 65px;
    position: fixed;
    top: 310px;
    width: 145px;
    border: 1px solid #dedede;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.51);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.51);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.51);
}
#catalog ul#parentlist {
 /*border: 1px solid #dedede;*/
 /*border-radius: 5px;*/
 list-style: none;
 margin: 0;
 padding: 0;
 /*width: 255px;*/
 /*height: 120px; */
/* cursor:pointer;*/
/* -moz-transition: all 0.4s ease-in;
 -webkit-transition: all 0.4s ease-in;
 -o-transition: all 0.4s ease-in;
 transition: all 0.4s ease-in;*/
/* border-radius:10px;*/
}
#catalog ul#parentlist li { 
 -moz-transition: all 0.2s ease-in;
 -webkit-transition: all 0.2s ease-in;
 -o-transition: all 0.2s ease-in;
 transition: all 0.2s ease-in;
 padding: 0 5px;

}
#catalog ul#parentlist li:hover {
	background-color: #f8f8f8; 
}
/*#catalog figure:hover {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 255, 0.51);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 255, 0.51);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 255, 0.51);
}
#catalog figure:active {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 255, 1);
	-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 255, 1);
	box-shadow:         0px 0px 4px 0px rgba(50, 50, 255, 1);
}*/

/*#catalog img {
	width: 40px;
	margin-right: 10px;
}*/
#catalog ul li {
	color:#4497cb;
	font-size: 15px;
}
/*DATA TABLE STYLE*/
#tablelist, #panier, #addresslist, #categories {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100% !important;
}
#tablelist tbody tr, #panier tbody tr, #addresslist tbody tr, #categories tbody tr{
 line-height: 17px;
}
#addresslist tbody tr {
  cursor:pointer;
}
#tablelist tbody tr:hover, 
#panier tbody tr:hover,
#addresslist tbody tr:hover {
	background-color:rgba(68,151,203,0.3) !important; 
}
#tablelist tr.odd, 
#panier tr.odd,
#addresslist tr.odd,
#categories tr.odd {
	background-color:rgba(68,151,203,0.1); 
}

#tablelist th, #tablelist td, 
#panier th, #panier td,
#addresslist th, #addresslist td,
#categories th, 
#categories td,
{ 
 border: 1px solid #f8f8f8;
}
#tablelist th, #panier th, #addresslist th, #categories th{ 
 color: #4497cb;
 cursor:pointer;
 font-size: 16px;
}
#tablelist td, #panier td, #addresslist td, #categories td{
 color: #787878;
 text-align: center;
 padding:3px 0;

}
#tablelist td span, #panier td span, #addresslist td span, #categories td span{
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 display: inline-block;
}

#tablelist_processing, #addresslist_processing {
    background-color: rgba(0, 0, 0, 0.4);
    /*border: 2px solid #fff;*/
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
#tablelist_paginate, #addresslist_paginate, #categories_paginate  {
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;


}
#tablelist_paginate a, #addresslist_paginate a, #categories_paginate a {
    color: #4497cb;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
    
}
#tablelist_paginate .current, #addresslist_paginate .current, #categories_paginate .current{
    background-color: #dedede;
    border: 2px solid #d2e5f4;
    border-radius: 10px;
    font-size: 19px;
    padding: 0 3px;
}
.dataTables_filter {
    left: 0;
    position: absolute;
    top: -30px;
}
#addresslist_filter {
    top: -18px !important;
}
.dataTables_filter input {
    background-color: #d2e5f4;
    border: 2px solid #d2e5f4;
    border-radius: 15px;
    font-size: 13px;
    padding: 0 5px;
    transition: all 0.7s ease 0s;
    width: 150px;
}

.dataTables_filter input:focus, .dataTables_filter input:hover {
    background-color: #fff;
}

/*TOOLTIP*/
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border-radius: 10px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ellipsis {
	color: #4497cb;
	margin-left: 10px;
}

/*ADD EDIT ADDRESS FORM STYLE */
#newEditAddress {
	width: 300px;	
}

#newEditAddress input, #newEditAddress select  {
	width: 93%;	
	margin-top: 10px; 
	margin-left:3px;
}

#addressButton, #saveButton, #categoryButton, #sendbutton {
    border: 2px solid #4497cb;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    padding: 3px;
    padding-bottom:0;
    text-align: center;
    width: 130px;
    cursor:pointer;
    margin-top: 10px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#addressButton:hover, #saveButton:hover, #categoryButton:hover, #sendbutton:hover {
 border: 2px solid #ccc; 
}



#addressButton i, #saveButton i, #categoryButton i, #sendbutton i {
	color: green;
	font-size: 20px;
	margin-right: 5px;
}
#addressButton span, #saveButton span, #categoryButton span, #sendbutton span {
	bottom: 2px;
    color: #4497cb;
    font-size: 18px;
    position: relative;
}

/*CATALOG PAGE PANIER*/
#panier td{
	text-align: center;
}
.selected{
	background-color: rgba(210, 229, 244, 0.86) !important;
}
.additional {
	width: 190px;
	float:left;
}

#additional1 {
	width: 200px;
	float:left;
}
#additional2{
	width: 320px;
	float:left;
}
.additional label, #additional1 label, #additional2 label{
	display: block;
	color: #787878;
	font-size: 14px;
}
#destination {display:block; float:left;}
#autre {width: 150px; margin-top: 3px;}
