/**

	Cagette.net SASS stylesheet
	Use it with with bootstrap 3

**/
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,700");
/*
  Group map on /group/map
*/
.group-map {
  height: 100vh;
  width: 100%;
  /*
 		AUTOCOMPLETE 
  */ }
  .group-map .groups {
    width: 100%;
    height: calc(100vh - 130px);
    overflow-y: scroll; }
    .group-map .groups .groupBlock {
      cursor: pointer; }
      .group-map .groups .groupBlock img {
        width: 92px;
        float: left;
        margin-right: 12px; }
  .group-map #mapContainer {
    padding: 0; }
  .group-map .form-group-container {
    padding-top: 35px; }
    .group-map .form-group-container .form-group {
      display: inline-block;
      width: 50%;
      /*margin-left: auto;
      margin-right: auto;
      margin-top: 5rem;
      */ }
  .group-map #logo {
    background-image: url(/img/logo3.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 130px; }
  .group-map .leaflet-container {
    height: calc(100vh - 130px); }
  .group-map .leaflet-popup-content .groupName {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    font-family: Cabin,Helvetica,Arial,sans-serif;
    margin-top: 8px; }
  .group-map .leaflet-popup-content .groupImage {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin: auto; }
  .group-map .leaflet-popup-content a {
    color: #3c763d; }
  .group-map .autocomplete-input,
  .group-map .autocomplete-input:focus,
  .group-map .autocomplete-input:active {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border: honeydew;
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-radius: 2px;
    outline: none; }
  .group-map .autocomplete-results {
    position: fixed;
    width: 50%;
    border-bottom: honeydew;
    border-left: honeydew;
    border-right: honeydew;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 2px 2px;
    z-index: 1001; }
  .group-map .autocomplete-item {
    padding: 4px;
    text-align: left; }
  .group-map .autocomplete-icon {
    margin-right: 8px; }
  .group-map .fa.fa-map-marker.header {
    color: #e53935; }
  .group-map .icon {
    cursor: pointer; }
  .group-map .popup {
    cursor: pointer; }

/*body{
  background-color:#F8F4E5 !important;    
}*/
h1,
h2,
h3,
h4 {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
  font-style: italic; }

/* buttons */
/*.btn {
  text-transform: uppercase;
  font-size: 14px !important;
  padding : 7px 25px !important;
  font-weight:normal !important;
}

/*.btn-lg{
	font-size: 16px !important;
}

.btn-sm {
  font-size: 12px !important;
  padding : 5px 10px !important;
}

.btn-xs {
  font-size: 11px !important;
  padding : 2px 5px !important;
}

.btn-link {
  text-transform: none;
}*/
a {
  cursor: pointer; }

/* navigation */
ul.nav li {
  text-transform: uppercase;
  font-size: 14px; }

/* subnav in contractadmin*/
.nav-pills > li.active > a {
  background-color: #efe9d5 !important;
  color: #e95216 !important; }

/* Footer */
#footer {
  background: #84bd55;
  border-radius: 8px;
  padding: 20px;
  margin: 0; }
  #footer ul > li > a {
    color: #333; }
  #footer ul {
    margin: 3px 0 0;
    padding: 0;
    text-align: left;
    list-style: none;
    font-size: 14px; }
  #footer .cagsocialmedia li a {
    color: #fff;
    font-size: 20px;
    min-width: 32px;
    /*height: 32px;*/
    padding: 2px 0 0;
    display: inline-block; }
  #footer .cagsocialmedia {
    vertical-align: top; }
  #footer .cagsocialmedia li {
    display: inline-block;
    text-align: center; }
  #footer .cagfb {
    background-color: #4267b2; }
  #footer .cagtwitter {
    background-color: #1da1f2; }
  #footer .cagyoutube {
    background-color: #ff0000; }

#subfooter {
  /*background-color : #313131;
  color : #fff;*/
  text-align: center;
  font-size: 14px;
  padding: 15px 0 25px 0; }
  #subfooter span {
    color: #979797;
    font-size: 11px; }

.sqlLog {
  margin-top: 24px;
  font-size: 10px;
  background: #aaa; }
  .sqlLog a {
    color: #666; }

.contact {
  border: 2px solid #ccc;
  border-radius: 8px;
  margin: 8px;
  padding: 8px;
  width: 250px;
  min-height: 100px; }

.homeBlock {
  margin-bottom: 32px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 8px; }
  .homeBlock .content {
    margin: 8px 8px 8px 90px; }

span.panel-title {
  color: #966125 !important;
  font-size: 20px !important;
  font-weight: normal !important; }

.article {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 8px; }

.white {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 4px;
  position: relative; }

.disabled {
  opacity: 0.5; }

/* block marron */
.block {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 8px; }

/* block marron + contours */
.block2 {
  margin-bottom: 32px;
  background: #f0d277;
  border-radius: 8px;
  position: relative;
  padding: 8px;
  border: 2px solid #c3a04c; }

/* product in shop */
table.product {
  width: 100%;
  height: 135px;
  overflow: auto; }
  table.product td {
    padding: 8px;
    vertical-align: top; }
  table.product .desc {
    font-size: 90%;
    color: #666; }
  table.product a.productName {
    line-height: 20px;
    display: block;
    font-weight: bold; }

/* GLOBAL TABLE SKINNING */
table.table tr.head > td {
  border-top: 3px solid #ddd;
  height: 30px;
  font-size: 120%;
  vertical-align: bottom; }

table.table tr.subrow {
  background-color: #eee; }

table.listing tr td {
  white-space: nowrap;
  overflow-x: hidden; }

table.table tr.disabled td,
table.table tr.inactive td {
  opacity: 0.4; }

/* DIV TABLE */
div.tableHeader {
  font-weight: bold;
  color: #aaa;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px; }

/*table.table>tbody>tr>th{
	background-color:white;
	color:#BBB;
	border-top:none;
}*/
div.reportHeader {
  background-color: #ddd; }

/* a product order in a table style */
.productOrder {
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px; }
  .productOrder .infos {
    color: #aaa;
    font-size: 0.8em; }

/* A product reference */
.ref {
  color: #aaa;
  font-family: monospace;
  font-size: 0.9em; }

/* Link to share */
.linkToShare {
  font-family: Monospace;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f5f5f5; }

/* make <a> like clickable divs  */
.clickable {
  display: block;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: inherit;
  background-color: white;
  margin-bottom: 12px;
  padding: 8px; }
  .clickable:hover {
    cursor: pointer;
    background-color: #f5e1a5;
    border-color: #ebc349;
    text-decoration: none;
    transition: all 0.15s ease; }
  .clickable:active {
    cursor: pointer;
    background-color: #f0d277;
    border-color: #ebc349;
    text-decoration: none;
    transform: scale(0.95); }
  .clickable.disabled {
    background-color: lightgray;
    cursor: not-allowed; }

/* a cagette group block (use it with .clickable ) */
.groupBlock {
  height: 110px;
  overflow: hidden;
  vertical-align: top;
  position: relative; }
  .groupBlock .address {
    font-size: 0.9em; }
  .groupBlock .distance {
    font-weight: bold;
    color: #84bd55;
    font-size: 1.2em;
    position: absolute;
    right: 8px;
    bottom: 6px; }

/* a cagette pro block (use it with .clickable ) */
.proBlock {
  height: 110px;
  overflow: hidden;
  vertical-align: top;
  position: relative;
  background: #bad096;
  /*span.cpro{
		position: absolute;
		right:0px;
		top:0px;
		background:darken(#bad096,30%);
		color:yellow;
		height: 12px;
		padding:4px;
		font-weight: bold;
	}*/ }
  .proBlock:hover {
    background: #a3c073; }

.header .accountBlock a {
  color: #777; }

/*
	SHOP v1
*/
.shop .header {
  background-color: #749e3c;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px;
  font-size: 16px;
  line-height: 22px;
  color: white; }
  .shop .header a {
    color: white; }
  .shop .header .info {
    font-weight: bold; }

.shop .body {
  background: white;
  display: inline-block;
  width: 100%;
  padding-top: 12px; }
  .shop .body .catHeader {
    font-weight: bold;
    font-size: 1.2em;
    color: #583816;
    border-bottom: 1px solid #ccc;
    width: 100%; }

.shop .product {
  display: inline-block; }
  .shop .product .name {
    padding-left: 8px; }
  .shop .product .warning {
    font-size: 11px;
    color: #900;
    font-weight: bold; }

.price {
  font-weight: bold;
  font-size: 1.3em; }

.vat {
  color: #999999; }

.detail {
  color: #999999;
  font-size: 90%; }

#cartContainer.scrolled {
  position: fixed;
  top: 125px; }

.cartDiv {
  margin-bottom: 16px;
  background: #007700;
  border-radius: 8px;
  position: relative;
  padding: 8px;
  color: white; }
  .cartDiv h2 {
    color: white !important; }
  .cartDiv a.infos {
    margin-top: 8px;
    font-size: 12px;
    color: white !important;
    display: block; }
  .cartDiv #cart {
    margin-bottom: 12px; }
    .cartDiv #cart div.order {
      margin-bottom: 8px; }
      .cartDiv #cart div.order a {
        margin-right: 8px; }
    .cartDiv #cart div.total {
      font-size: 120%;
      margin-bottom: 12px;
      margin-top: 12px;
      border-top: 1px solid #fff; }

.place {
  color: #666;
  font-weight: bold;
  margin-top: 13px;
  padding: 8px;
  font-size: 13px;
  border-top: 1px solid #ccc; }

.distribMessage {
  color: #fff;
  font-weight: bold;
  padding: 4px;
  margin-top: 13px;
  font-size: 13px;
  background-color: #080;
  /*border-top:1px solid #333 ;*/ }

.dateBoxOffset {
  position: absolute;
  top: -16px;
  left: -18px;
  display: block; }

.dateBox {
  border-radius: 8px;
  background-color: #c59654;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  margin: 0;
  padding: 4px;
  box-shadow: 4px 4px 0px #292929;
  /* place link */ }
  .dateBox .box {
    line-height: 22px;
    background-color: #ffffff;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    border-radius: 4px; }
  .dateBox a {
    color: #ffffff !important; }
  .dateBox a:hover {
    color: #ffffff !important; }

/* categories */
span.tag {
  color: white;
  font-size: 80%;
  padding: 4px;
  background-color: #666666;
  border-radius: 4px;
  line-height: 30px; }

span.tag.active {
  padding: 12px;
  font-size: 16px;
  line-height: 45px; }

/**
	Popovers for help and tutorials
**/
.popover {
  color: white;
  font-size: 14px; }
  .popover h3.popover-title {
    padding: 4px;
    color: #bb9931 !important;
    border-bottom: 1px solid #bb9931 !important;
    background-color: none; }
  .popover .popover-content {
    font-size: 16px; }
    .popover .popover-content b {
      color: #fc0;
      font-weight: normal; }
  .popover .footer {
    border-top: 1px solid #bb9931;
    height: 45px;
    padding: 12px 0; }
    .popover .footer .pull-left .btn {
      background-color: #583816;
      color: white;
      border: 1px solid white; }
    .popover .footer .pull-right .btn {
      background-color: #fc0;
      color: #583816;
      border: 1px solid #583816; }

/* skin a modal like a tuto popover */
.modal.help .modal-header {
  font-size: 1.3em;
  color: #bb9931 !important;
  border-bottom: 1px solid #bb9931 !important;
  font-weight: bold !important;
  background-color: #583816 !important; }

.modal.help .modal-content {
  background-color: #583816 !important;
  color: white; }

.modal.help .modal-footer {
  border-top: 1px solid #bb9931 !important; }

/* hightlight a zone for tutos */
.highlight {
  border: 2px dashed orange;
  border-radius: 16px; }

/* Distribution box for the homepage */
.distrib {
  margin: 0px 0px 28px 0px;
  position: relative; }
  .distrib .header {
    display: block;
    height: 72px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    background-color: #749e3c;
    vertical-align: middle;
    margin: 0;
    padding: 6px 6px 6px 90px; }
    .distrib .header.disabled {
      background-color: #999;
      opacity: 1; }
    .distrib .header.orders {
      background-color: #b2823f; }
    .distrib .header .info {
      font-size: 16px;
      line-height: 22px;
      /* place link */ }
      .distrib .header .info a {
        color: #ffffff !important; }
        .distrib .header .info a:hover {
          color: #ffffff !important; }
    .distrib .header .date {
      line-height: 23px;
      background-color: #ffffff;
      color: #666;
      font-size: 14px;
      text-align: center;
      margin: 0 8px 0 0;
      border-radius: 6px;
      border: 4px solid #c6c6c6; }
    .distrib .header .address,
    .distrib .header .closing {
      font-weight: normal;
      font-size: 0.9em;
      line-height: 16px; }
  .distrib .myorder {
    font-weight: bold;
    color: #999;
    background: white;
    padding: 11px 0 4px 16px; }
  .distrib .content {
    padding: 6px 6px 6px 6px;
    background-color: #85b14d;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    .distrib .content.disabled {
      background: #aaa;
      opacity: 1; }
    .distrib .content.orders {
      background: #fff;
      padding-left: 50px; }
    .distrib .content .footer {
      color: #999;
      font-size: 0.9em; }
      .distrib .content .footer a {
        color: #999; }

div.groupImg {
  background: no-repeat center;
  background-size: cover;
  width: 110px;
  height: 110px; }

div.productImg {
  display: inline-block;
  border-radius: 3px;
  width: 70px;
  height: 70px;
  margin: 4px;
  background: no-repeat center;
  background-size: cover; }

div.product div.productImg {
  margin-right: 12px;
  vertical-align: middle; }

div.productSelect {
  /*div.selector{
		width:64px;
		height: 64px;
		display: inline-block;
		cursor: pointer;

		&.active{
			background-color: #007700;
		}

		&:hover{
			background-color: #00AA00;
		}
	}*/ }
  div.productSelect div.product {
    display: inline-block; }

div.productBox div.productImg {
  background-size: cover;
  height: 220px;
  width: 220px;
  background-position: center center;
  border-radius: 6px; }

div.productBox div.productName {
  display: block;
  font-weight: bold;
  color: #967820;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 4px; }

div.productBox .price {
  font-weight: bold;
  text-align: right; }

.tt-menu {
  background-color: #f5e3ac; }

.tt-suggestion {
  background-color: #f5e3ac;
  padding: 8px;
  border-top: 1px solid #ccc;
  color: #634e0c;
  cursor: pointer;
  font-style: italic; }
  .tt-suggestion:hover {
    background-color: #f0d47e; }

#pInput .txpProduct {
  color: #aaa;
  font-weight: bold;
  font-size: 0.8em;
  margin: 4px 0; }

#pInput img {
  max-width: 100px;
  max-height: 100px; }

/*
div.ProductComp{
	margin:8px 0;
	padding:8px 0;
	border-bottom:solid 1px #CCC;
}

.ComposerApp{
	.add-button{
		vertical-align:top !important;
	}
}
*/
div.basketNumber {
  display: inline-block;
  background-color: #333;
  border-radius: 10px;
  padding: 6px;
  font-weight: bold;
  color: #ccc; }

tr.success td div.basketNumber {
  background-color: #070;
  color: white; }

tr.danger td div.basketNumber {
  background-color: #d9534f;
  color: white; }

/* fixed bar on bottom for buttons */
.fixedBar {
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  margin: 0;
  padding: 8px;
  border-top: 3px solid #ccc;
  z-index: 99; }

/*!
 * https://github.com/YouCanBookMe/react-datetime
 */
.rdt {
  position: relative; }

.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9; }

.rdtOpen .rdtPicker {
  display: block; }

.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static; }

.rdtPicker .rdtTimeToggle {
  text-align: center; }

.rdtPicker table {
  width: 100%;
  margin: 0; }

.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px; }

.rdtPicker td {
  cursor: pointer; }

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer; }

.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999; }

.rdtPicker td.rdtToday {
  position: relative; }

.rdtPicker td.rdtToday:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff; }

.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker td span.rdtOld {
  color: #999999; }

.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker th {
  border-bottom: 1px solid #f9f9f9; }

.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none; }

.rdtPicker th.rdtSwitch {
  width: 100px; }

.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top; }

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed; }

.rdtPicker thead tr:first-child th {
  cursor: pointer; }

.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee; }

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9; }

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer; }

.rdtPicker button:hover {
  background-color: #eee; }

.rdtPicker thead button {
  width: 100%;
  height: 100%; }

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer; }

td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee; }

.rdtCounters {
  display: inline-block; }

.rdtCounters > div {
  float: left; }

.rdtCounter {
  height: 100px; }

.rdtCounter {
  width: 40px; }

.rdtCounterSeparator {
  line-height: 100px; }

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.rdtCounter .rdtBtn:hover {
  background: #eee; }

.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em; }

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px; }

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px; }
