/*@media (max-width: 1200px) {
	.row-fluid .span3 .hide-tablet {
		display: none;
	}
}*/
.pdf {
  width: 200px;
}
.pdf .print-hide {
  display: none;
}
.pdf #print_wrapper {
  padding-bottom: 150px
}
.pdf #print_footer {
 position: fixed;
 bottom: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.margin-right {
	margin-right: 10px;
}
.margin-bottom {
	margin-bottom: 10px;
}
.margin-top-3 {
	margin-top: 3px;
}
.compte-premium {
	background-image: url('/images/compte_premium_bg.jpg');
	background-repeat: no;
	background-size: 100% 100%;
	background-color: #000;
	background-color: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#000000));
	background-color: -moz-linear-gradient(0% 6% 270deg, #333333, #000000) repeat scroll 0 0 transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#000000)";
	color: #fff;
	padding: 10px;
}
.compte-premium a{
	color: #eaeaea;
}
.contactez-nous {
    background-image: url("/images/contactez_nous.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    height: 110px;
}
.span9 .table th, .span9 .table td {
	vertical-align: middle;
}
body .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, 
body .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	background: #5BB75B;
}
.red-switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, 
.red-switch .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	background: #FF5C5C;
    color: #FFFFFF;
}

.sidenav {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
    width: 228px;
	margin-top: 5px;
}
.sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}
.sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
.sidenav > .active > a,
.sidenav > .active > a:hover 
{
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
	background: #E0001B;
}
.sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
body .sidenav > li.active > a:hover {
	color: #fff !important;
}
body .sidenav > li > a:hover {
    background-color: #F5F5F5;
	color: #333 !important;
}
.sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}
.sidenav .active .icon-chevron-right, .sidenav .active a:hover .icon-chevron-right {
    background-image: url("/images/glyphicons-halflings-white.png");
    opacity: 1;
}
.sidenav.affix {
    /*top: 140px;*/
}
.sidebar-navigation .buttons {
	padding: 25px 0;
	/*text-align: center;*/
	width: 258px;
}
.sidebar-navigation .btn-success {
	margin-right: 12px;
}
.sidebar-navigation .btn {
	padding: 8px 20px;
}

body .sidenav > li > a {
	padding: 9px 15px;
}

.sidebar-nav > ul > li > span {
	display: none;
}

body h1 {
    line-height: 36px;
}

.title-bar-item {
	margin: 10px;
}

.anchor{
  display: block;
  height: 100px; 
  margin-top: -100px; 
  visibility: hidden;
}

#listing-grid,
#contact-message-grid,
#favorit-grid {
	clear: both;
	padding-top: 0;
}
#listing-grid .summary,
#product-grid .summary
 {
	text-align: left;
}


.feedback-bubble {
	position: relative;
}
.feedback-bubble-image {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #eaeaea;
}
.feedback-bubble-content {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-left: 80px;
}
.feedback-bubble-content:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #EEEEEE transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    content: "";
    display: block;
    height: 0;
    left: 71px;
    position: absolute;
    top: 15px;
    width: 0;
}

.feedback-bubble-content .feedback-title {
	background-color: #E1E1E1;
    background-image: linear-gradient(#F8F8F8, #E1E1E1);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	padding: 10px;
	color: #999;
}

.feedback-bubble-content .feedback-message {
	padding: 10px;
	color: #000;
}

.feedback-bubble-content .feedback-message-old {
	background: #f8f8f8;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.separator {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	margin: 5px 0;
}

.search-form {
	display: none;
}

body {
	background: #f8f8f8;
}

body .portlet-content {
	background: #fff;
}

body .container-fluid {
	max-width: 1170px;
	margin: auto;
}

.media-header .media-body .media-heading {
	margin: 2px 0 0;
	font-size: 16px;
	color: #1d2e7b;
}
.media-header .media-body .media {
	margin: 0;
}
.media-content > a > img {
	margin-bottom: 10px;
}
.media-content .media {
	margin-top: 10px;
}

body input, body textarea, body .uneditable-input {
	width: auto;
}

.portlet .pagination ul {
	float: right;
}
.portlet .pagination li {
	display: none;
}
.portlet .pagination li.previous  {
	display: inline;
}
.portlet .pagination {
    height: 40px;
    margin: 0;
}
.portlet .table {
    margin-bottom: 5px;
}
.portlet .pagination li.next {
	display: inline;
}
.portlet .grid-view {
	padding: 0;
	border: 0;
}
body .editable-click, body a.editable-click, body a.editable-click:hover {    
    font-weight: bold;
    text-decoration: none;
	border-bottom: 0;
}
.promo-banner {
	background: none repeat scroll 0 0 #000000;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    left: 5px;
    overflow: hidden;
    padding: 10px 2px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 37px;
	display: none;
}
.promo-banner-big {
	width: 20px;
    height: 20px;
	padding: 10px;
}
.promo-banner img {
	border: 0 !important;
}
.relative {
	position: relative;
}
body .btn-info:hover,
body .btn-info:focus,
body .btn-info:active {
  background: #49afcd;
  *background: #2f96b4;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background: -moz-linear-gradient(top, #2f96b4, #5bc0de);
}
body .btn-danger:focus,
body .btn-danger:active {
  background: #ee5f5b;
  *background: #ee5f5b;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background: -moz-linear-gradient(top, #ee5f5b, #bd362f);
}
body .btn-danger:hover {
  background: #bd362f;
  *background: #bd362f;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background: -moz-linear-gradient(top, #bd362f, #ee5f5b);
}

body #category_form {
	width: 65%;
}
body #category_form #category,
body #category_form #childCategory,
body #category_form #subChildCategory {
	width: 97%;
}

.item-modify {
	position: absolute;
	top: 0px;
	right: 2px;
	display: none;
}
.item-modify a.dropdown-toggle{
	position: absolute;
	top: 3px;
	right: 2px;
	width: 14px;
	height: 14px;
	opacity: 0.6;
	cursor: pointer;
}
.item-modify a.dropdown-toggle:hover {
	opacity: 1;
}
.portlet {
	position: relative;
}
.dropdown-tools .dropdown-menu {
  min-width: 0px; 
  left: auto;
  position: absolute;
  right: 0;
  top: 20px;
}
.dropdown-tools .dropdown-menu li{
  line-height: 15px;
  font-size: 12px;
}
.dropdown-tools .dropdown-menu a{
  display: block;
  font-weight: normal;
  padding: 3px 10px;
  line-height: 15px;
  color: #333;
}
.dropdown-tools .dropdown-menu a:hover,
.dropdown-tools .dropdown-menu a:focus,
.dropdown-tools .dropdown-menu a:active
{
 /*background: #E0001B;*/
 background-color: #848282;
background-color: #848282;
background-image: -moz-linear-gradient(top, #848282, #9e9090);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848282), to(#9e9090));
background-image: -webkit-linear-gradient(top, #848282, #9e9090);
background-image: -o-linear-gradient(top, #848282, #9e9090);
background-image: linear-gradient(to bottom, #848282, #9e9090);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#848282', endColorstr='#9e9090', GradientType=0);
 text-decoration: none;
 color: #fff;
}
.dropdown-tools .dropdown-menu [class^="icon-"] {
	margin-top: 0;
}

.dropdown-tools .dropdown-menu li{
  line-height: 15px;
}
.dropdown-tools .dropdown-menu a{
  display: block;
  font-weight: normal;
  padding: 3px 10px;
}
.dropdown-tools .dropdown-menu form {
    margin: 0;
}
.button-column {
	min-width: 50px;
}
.portlet-content .button-column {
	min-width: 10px;
	width: 10px;
	padding: 7px 5px 0 0;
}
.portlet-content table td {
	padding: 4px 5px 4px 0;
}
.portlet-content  table tr:first-child td {
	border-top: 0;
	padding-top: 0;
}
.portlet-content  .summary {
	display: none;
}

.gray {
	color: #999;
}
.label-tip {
	margin: 10px 0;
	color: #999;
	font-size: 10px;
	line-height: 14px;
	white-space: normal;
}
body .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: 0px;
}
body .badge {
    padding: 2px 9px 1px;
}

#profile-form label {
	width: 30%;
	float: left;
	margin-top: 5px;
	font-weight: normal;
}
#profile-form input[type=text],
#profile-form input[type=file] {
	width: 60%;
	float: left;
}

.rating .selected {
	color: gold;
	content: "★";
	font-size: 20px;
    line-height: 16px;
}

@font-face {
	font-family: 'colaboratelightregular';
    src: url('/fonts/ColabLig-webfont.eot');
    src: url('/fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ColabLig-webfont.woff') format('woff'),
         url('/fonts/ColabLig-webfont.ttf') format('truetype'),
         url('/fonts/ColabLig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

body h1, body h2, body h3, body h4, body .portlet > .portlet-decoration, body .sidebar-nav > ul > li > a, body .navbar a, body th {
	/*font-family: 'colaboratelightregular';*/
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.normal {
	font-weight: normal !important;
}

.feed-list .feed-form {
	background: none;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: visible;
	margin: 0 0 20px;
}
.feed-list .feed-form form {
	margin: 0;
}
.feed-list .feed-form textarea{
	border: 0;
    box-shadow: none;
}	
.feed-list .feed-form:hover {
	background: none;
	
}
.feed-list .feed-form-focused {
	
}
.feed-list .feed-form-focused:hover {
	cursor: normal;
}
.feed-list .feed-form .button-bar{
	background: #eaeaea;
	border-top: 1px solid #ddd;
    margin: 0;
    padding: 4px;
    position: relative;
	height: 29px;
}
.feed-list .feed-form .button-bar input[type=submit]{
	margin-bottom: 3px;
}
.feed-list .feed-form .buttons {
	float: left;
}
.feed-list .feed-form .buttons a{
	display: block;
	border-right: 1px solid #ddd;
	padding: 8px;
	margin: -5px;
	opacity: 0.3;
}
.feed-list .feed-form .buttons a:hover{
	background: #ddd;
	opacity: 1;
}
#feed_images ul {
	margin: 0 0 2px 5px;
	list-style: none;
}
#feed_images ul li {
	width: 70px;
	height: 70px;
	border: 2px solid #eaeaea;
	/*padding: 1px;*/
	background: #fff;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
#feed_images ul li.new {
	background: url('/images/loading.gif') no-repeat 28.5px 28.5px;
}
#feed_images ul li.add {
	background: url('/images/add_file.png') no-repeat;
	border: 2px dotted #eaeaea;
}
#feed_images ul li.add:hover {
	opacity: 0.8;
}
#feed_images ul li a.delete {
	background: #999;
    display: block;
    height: 16px;    
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
	display: none;
}
#feed_images ul li a.delete span {
	margin: -1px 1px;
    opacity: 1;
}
body div.form {
    /*background-color: #fff;
    border: 1px solid #ddd;*/
	border: 0;
}
body .table {
    /*background: #fff;*/
    border: 0;
}
body .items tr:hover td {
	background: #eaeaea;
}

.subscription th, 
.subscription td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}	
.subscription td {
	color: #333;
}
.subscription th {
    background: #444;
    padding: 8px 10px 5px;
    vertical-align: middle;
	text-align: center;
	color: #fff;
}
.subscription td:first-child {
    background: #888;
    padding: 10px;
    text-align: left;
	color: #fff;
}
.subscription .yes {
    background: url("/images/check.png") no-repeat scroll center center #f5f5f5;
}
.subscription tr + tr td + td {
    border-left: 1px solid #eaeaea;
    width: 104px;
}
.subscription td {
	padding: 10px;
    background: #f5f5f5;
}
.subscription td:last-child {
	border-right: 1px solid #eaeaea;
}
.subscription tr:last-child td{
	color: #78C0FF;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	background: #ccc;	
}

.green {
	color: #82c300;
}
.white {
	color: #fff !important;
}
.blue {
	color: #006DCC !important;
}
.pink {
	color: #006DCC !important;
}
.clearpink {
	color: #006DCC !important;
}
.orange {
	color: #000 !important;
}
.darkgray {
	color: #333333;
}
.red {
	color: #E0001B;
}
.gray {
	color: #999;
}
.black {
	color: #000;
}
.yellow  {
	color: #FFE600;
}

.center {
	text-align: center;
}

.profil-view .row {
	border-bottom: 1px solid #eaeaea;
}

.btn-info {
    /*background: #82c300;*/
}
.nav .btn-info,
.nav .btn-danger {
    color: #fff !important;
}
.nav a:hover {
    color: #fff !important;
}

.order table td {
	border-bottom: 1px dotted #333;
}

.order table tr:last-child td {
	border-bottom: 0;
}

body #model_form {
    background: #fff;
    border: 1px solid #eaeaea;
}

.border-image {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
}

.padding-image {
	border: 1px solid #eaeaea;
	padding: 2px;
	border-radius: 5px;
	overflow: hidden;
}

body .grid-view {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px 5px;
}
#product-draft-grid {
	background: #ccc;
}

#model_form .row .bordered-table label {
	/*width: auto;
	float: none;*/
	font-size: 12px;
}
#model_form .row .bordered-table input {
	margin: 0;
}
.bordered-table td {
	border-bottom: 1px solid #ddd;
}
.bordered-table td.left-border {
	border-left: 1px solid #ddd;
}
.bordered-table td.right-border {
	border-right: 1px solid #ddd;
}
.bordered-table td.top-border {
	border-top: 1px solid #ddd;
}

.gray-bg {
	background: #eaeaea;
}
/*
body a, body a:hover, body .sidebar-nav ul > li > a, body .sidebar-nav ul > li > a:hover, body .summary-number {
    color: #006dcc;
}*/
.accept-cgv {
	font-size: 10px;
	line-height: 13px;
	margin-top: 10px;
}
.option-selected {
	background:#E5FFCF;
}
.nowrap {
	white-space:nowrap;
}

body .width-form input[type=text]{
	width: 206px;
}
body .width-form textarea{
	width: 450px;
}
body .width-form .input-append .add-on {
    color: #333;
    height: auto;
    margin-top: 0;
}

.questions {
	list-style: none;
}
.questions li.question .title {
	font-size: 15px;
	color: #52B4ED;
	margin-bottom: 5px;
	font-weight: bold;
	cursor: pointer;
}

.questions li.question .answer {
	border-left: 3px solid #ddd;
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 2px;    
    padding-left: 10px;
}
.questions li.question .answer-text {
    max-width: 400px;	
	float: left;
}
.questions li.question .answer-media {	
	float: left;
	margin-left: 25px;
}
h3.question-category .category-action {
	display: none;
}
h3.category-active .category-action {
	display: inline;
}
.questions li.question .question-action {
	display: none;
}
.questions li.question-active .question-action {
	display: inline;
}
body .nav-list [class^="icon-"] {
    margin-top: 0px;
}
.sidebar-bloc {
	margin-top: 15px;
}
body div.form-bordered {
    background-color: #fff;
    border: 1px solid #eaeaea;
	border-radius: 5px;
}
#html5-watermark {
	display: none !important;
}
.html5lightbox {
	position: relative;
}
.html5lightbox .play-button {
	position: absolute;
	top: -40px;
	left: 75px;
	width: 100px;
	height: 100px;
	background: url('/images/play-button-100.png');
	opacity: 0.7;
}
.html5lightbox:hover .play-button {
	opacity: 0.6;
}

#editor_placeholder {
    float: left;
    width: 100%;
    position: relative;
}
 
/* The placeholder */
#editor_placeholder label {
    top: 33px;
    left: 9px;
    z-index: 1;
    color: #bbbbbb;
    position: absolute;
}

body table th, body .table td {
    line-height: 15px;
}

.editable-td-promotion-reduction:after {
	content: " %";
	font-weight: bold;
	color: #1d2e7b;
}
.editable-td-price,
.editable-td-promotion-price {
	white-space:nowrap;
	text-align: left;
}
.editable-td-price:after,
.editable-td-promotion-price:after {
	content: " €";
	font-weight: bold;
	color: #1d2e7b;
}

.full-show {
	display: none;
}
.full-screen .full-show {
	display: table-cell;
}

#product-grid tr td:nth-child(3)  {
	display: none;
}
.full-screen #product-grid tr td:nth-child(3) {
	display: table-cell;
}

.full-screen {
	display: block;
}

body #model_form .row #image_list  input[type="text"] {
	width: 80% !important;
}


.navbar .brand img {
    max-height: 19px;
}

body .navbar .brand {
    padding-right: 0 !important;
	padding-left: 0;
}

body .navbar-inverse .nav-collapse .nav > li > a {
   color: #ccc;
} 
body .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #333;
}

.take-picture {
	background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
    float: left;
    font-weight: bold;
    height: 80px;
    margin-bottom: 10px;
    opacity: 0.9;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 180px;
}
.take-picture:hover {	
	opacity: 1;
	cursor: pointer;
	background: #fff;
}
body .mobile-file-upload {
	opacity:0; 
	position:relative;  
	height:98px; 
	width: 138px; 
	top:-90px;
	left:-10px;
}
.button-column .glyphicon {
	font-size: 16px;
}
body .grid-view .button-column {
    width: 65px;
}
body .navbar-inverse .nav-collapse .dropdown-menu .active  a {
    color: #fff;
}

body h1 {
    font-size: 32px;
}

.loading {
	background: url('/images/loading.gif');
	width: 16px;
	height: 16px;
	display: none;
}

.grid-view thead {
	border-bottom: 1px solid #333;
}

.grid-view tfoot {
	border-top: 1px solid #333;
}

.style-switcher {
	padding: 11px 10px 0;font-size: 18px;
}
.style-switcher .icon {
	color: #E0001B;text-decoration:none !important;margin-left:15px;
}
.style-switcher .text {
	color: #666;display: inline-block;font-size: 14px;vertical-align: top;
}
.style-switcher a:hover .text {
	color: #222;
}

.help-tip {
	text-decoration: none;
	border-bottom: 1px dashed #1d2e7b;
}
.help-tip:hover {
	text-decoration: none;
	border-bottom: 0;
}

#model_form  .row #User_password {
	width: 160px;
}

#model_form  .row #Profile_birthday,
#model_form  .row #Profile_postal_code,
#model_form  .row #Profile_phone,
#model_form  .row #Profile_mobile {
	width: 100px;
}

body .table-bordered {
	border: 1px solid #ddd;
}
.table-bordered th:first-child, .table-bordered td:first-child {
	border-left: 0;
}

.nobr {
	white-space: nowrap;
}

.clickable table tr {
	cursor: pointer;
}

body .grid-view .filters .filter-container {
    padding: 0;
}

body .navbar .nav > li > a {
	white-space: nowrap;
}

.ui-autocomplete li a:hover {
	color: #fff !important;
	background: #ccc !important;
	text-shadow: none !important;
}

.ui-autocomplete-loading {
	background: white url('/images/loading.gif') 99% center no-repeat !important;
}

body .bootstrap-switch .bootstrap-switch-label {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

@media (min-width: 768px) and (max-width: 980px) {
	body .nav-collapse .nav > li > a {
		color: #fff;
	}
	body .nav-collapse .dropdown-menu a {
		color: #ccc;
	}
	.row-fluid .span6 {
		width:64%;
		margin-left: 0;
	}
	.row-fluid .span3,
	.row-fluid .span6-sub {
		width:33%;
		margin-right: 0;
	}
	.row-fluid .span6-sub .span6 {
		width:100%;		
	}
	.row-fluid .span6-sub {
		margin-left: 20px
	}	
	.profil-module-container .row-fluid .span3 {
		width: 33%;
		margin-top: 0px;
	}
	.row-fluid .span3 {
		width: 100%;
		margin-top: -62px;
	}
	.row-fluid .span9 {
		margin: 15px 0;
		width: 100%;
	}
	.sidebar-nav ul li {
		float: left;
		margin-left: -5px;
	}
	.sidebar-nav ul li a{
		background: none;
		border: 0;
		box-shadow: none;
		padding: 6px 10px;
		color: #333333;
		border-radius: 0;
		border-right: 1px dotted #ccc;
	}
	.sidebar-nav ul li:last-child a{
		
	}
	.sidebar-nav ul li a:hover{
		padding: 6px 10px;
		background: none;
		border: 0;
		border-right: 1px dotted #ccc;
		box-shadow: none;
		color: #333 !important;
	}
	.sidebar-nav ul > li > a {
		color: #888 !important;
	}
	.sidebar-nav ul > li > a:hover {
		color: #333 !important;
	}
	.breadcrumb {
		margin: -15px 0 0;
		padding: 7px 10px;
	}
	.navbar .brand {
		margin-left: -5px;
	}
	#model_form .row label, 
	#model_form .row-special > label {
		float: none !important;
		width: auto !important;
	}
	#model_form .row input,
	#model_form .row textarea
	{
		float: none !important;
		width: 98% !important;
	}
	body .navbar-inverse .nav-collapse .nav > li > a, body .navbar-inverse .nav-collapse .dropdown-menu a {
		color: #ccc;
	}
	body .sidebar-bloc {
		display: none;
	}
	body .navbar-inverse .nav-collapse .nav > li > a, 
	body .navbar-inverse .nav-collapse .dropdown-menu a {
		color: #ccc;
	}
	
	.command .grid-view td h3 {
		line-height: 25px !important;
	}
	
	body .sidebar-nav ul > li.active > a, .sidebar-nav ul > li.active > a:hover {
		color: #fff !important;
	}	
}
@media (max-width: 768px) {
	.row-fluid .span6 {
		width:100%;
	}
	.row-fluid .span3 {
		width:100%;
	}
	.row-fluid .span6-sub {
		margin-left: 0px
	}
	
	/* Force table to not be like tables anymore */
	table.grid-view, .grid-view thead, .grid-view tbody, .grid-view th, .grid-view td, .grid-view tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.grid-view thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	body .grid-view {
		padding: 0;
		border: 0;
		background: none;
		border-radius: 0;
	}
	
	body .table tr {		
		border: 1px solid #eaeaea;
		border-radius: 5px;
		/*box-shadow: 1px 1px 4px 1px #999;*/
		margin-bottom: 10px;
	}
	
	.grid-view td {
	/* Behave  like a "row" */
		border: none;
	/*	border-bottom: 1px solid #eee; */
		position: relative;
		/*padding-left: 50%; */
		font-size: 13px;
		background: #fff;
		text-align: center !important;
		width: auto !important;
		border: 0 !important;	
	}
	
	.grid-view td:before { 		
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
		padding: 2px 0;
		color: #aaa;
	}
	
	.grid-view td h3 {
		line-height: 20px;
		font-size: 16px;
	}
	
	td.button-column .glyphicon {
		font-size: 24px;
		padding: 5px 15px;
	}
	
	td.button-column {
		background: #eaeaea;
	}
	
	td.name-column {
		background: #eaeaea;
	}
	
	select.title-bar-item {
		margin: 0 0 10px;
		width: 100%;
	}
/*	
	tr:nth-child(2) td { 
		background: #eaeaea;
	}
*/	
	/*
	Label the data */
	#product-grid td:nth-of-type(4):before { content: "Prix :"; }
	#product-grid td:nth-of-type(5):before { content: "Promo :"; }
	#product-grid td:nth-of-type(6):before { content: "Réduction :"; }
	#product-grid td:nth-of-type(7):before { content: "Promo activé :"; padding-top: 10px; }
	#product-grid td:nth-of-type(8):before { content: "Activé :"; padding-top: 10px; }
	
	body #product-grid td:nth-of-type(4),
	body #product-grid td:nth-of-type(5),
	body #product-grid td:nth-of-type(6),
	body #product-grid td:nth-of-type(7),
	body #product-grid td:nth-of-type(8)
	{ 
		padding-left: 30% !important; 
		text-align: right !important;	
		border-bottom: 1px dotted #eaeaea !important;		
	}
	body #product-grid td:nth-of-type(9)
	{ 		
		border-bottom: 1px dotted #eaeaea !important;		
	}
	
	body .command .grid-view td {
		text-align: left !important;
	}
	.command .grid-view td:nth-of-type(2):before { content: "Durée (semaines) :"; padding-top:8px; }
	.command .grid-view td:nth-of-type(3):before { content: "Prix :"; }
	.command .grid-view td:nth-of-type(4):before { content: "Prix total :"; }
	body .command .grid-view td:nth-of-type(2),
	body .command .grid-view  td:nth-of-type(3),
	body .command .grid-view  td:nth-of-type(4)
	{ 
		padding-left: 30% !important; 
		text-align: right !important;	
		border-bottom: 1px dotted #eaeaea !important;		
	}
	.command .grid-view tr:last-child td:before { 
		content: ""; 
	}
	.command .grid-view tr:last-child {
		margin-top: 10px !important;
		padding: 5px 0;
		text-align: right;
	}
	.command .grid-view tr:last-child td {
		padding-left: 5px !important; 
		text-align: left !important;	
		border-top: 1px dotted #eaeaea !important;	
		display: inline !important;
		width: 100%;
	}
	
	body #model_form .row input[type="text"],
	body #model_form .row textarea,
	body #model_form .row label,
	body #model_form .row-special > label 
	{
		float: none !important;
		width: 98% !important;
	}
	body .label-tip {
		float: none !important;
		margin: 0 !important;
	}
	#model_form .row-special .left {
		float: none !important; 
	}
	body .row .table-special {
		width: 100%;
	}
	body #model_form .row .input-prepend,
	body #model_form .row .input-append {
		width: auto;
		float: none !important;
	}
	body #model_form .row .input-prepend input,
	body #model_form .row .input-append input {
		width: 70% !important;
	}
	
	body .breadcrumb {
		margin: 0 0 10px;
	}
	body .navbar-inverse .nav-collapse .nav > li > a, 
	body .navbar-inverse .nav-collapse .dropdown-menu a {
		color: #ccc;
	}
	
	#profile-form label {
		float: none;
		width: 98%;
	}
	#profile-form input[type="text"], #profile-form input[type="file"] {
		width: 98%;
	}
	.portlet-content .media > .pull-left {
		float: left;
	}
}
@media only screen 
and (max-width: 490px) {
	#editor_placeholder label {
		top: 56px;	
	}
}
@media only screen 
and (max-width: 400px) {
	.navbar .brand {width:78%}
}

@media only screen 
and (min-width : 980px) {
	.container-fluid{padding-top: 100px;}
}

@media only screen 
and (min-width : 1224px) {
	.navbar .brand {margin-left:0px;}
}
@media print {
	.print-hide {
      display: none;
	}
   #print_wrapper {
	  padding-bottom: 150px
   }
   #print_footer {
	 position: fixed;
	 bottom: 0;
   }
   a:link:after, a:visited:after {    
		content: " ";    
	}
  .row-fluid .span9 {
	width: 100%;
  }
}
