/*!
 * CSS Switchery
 */

.switchery {
  background-color:#fff;
  border:1px solid #dfdfdf;
  border-radius:20px;
  cursor:pointer;
  display:inline-block;
  height:25px;
  position:relative;
  vertical-align:middle;
  width:40px;
  margin-right:5px;
  margin-top:-2px;
}

.switchery>small {
  background:#fff;
  border-radius:100%;
  box-shadow:0 1px 3px rgba(0,0,0,0.4);
  height:23px;
  position:absolute;
  top:0;
  width:23px;
}

.switchery-on
{
	box-shadow: rgb(88, 35, 50) 0px 0px 0px 16px inset; 
	border-color: rgb(88, 35, 50); 
	transition: border 0.4s, box-shadow 0.4s, background-color 1.2s; 
	-webkit-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s; 
	background-color: rgb(88, 35, 50);
}

.switchery-off
{
	box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset; 
	border-color: rgb(223, 223, 223); 
	transition: border 0.4s, box-shadow 0.4s; 
	-webkit-transition: border 0.4s, box-shadow 0.4s;
}
.switchery-on>small{
	left: 17px; transition: left 0.2s; 
	-webkit-transition: left 0.2s;
}

.switchery-off>small{
	left: 0px; 
	transition: left 0.2s; 
	-webkit-transition: left 0.2s;
}



/*
 * /fin Switchery
 */

@font-face{
        font-family:"Helvetica Condensed";
        src: url(/fonts/HelveticaCondensed.ttf) format('truetype');
}

.helveticaCondensed {
  
}

body {
  color:#333;
  padding-top:70px;
  background-color:#F1F1F1;
}

.bs-docs-header {
  color:rgba(255,255,255,0.7);
  margin-top:-20px;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover {
  color:#432436;
  font-weight:bold;
  font-size:14px;
}

.navbar-default {
  background-color:#FFF;
}

.center {
  text-align:center;
}

.tab-un {
  margin-left:30px;
}

.tab-deux {
  margin-left:80px;
}

.table-condensed {
  font-size:12px;
}

table tr td.naked, table tr th.naked {
  border:0;
  padding-left:10px;
  background:transparent;
}

table tr.naked td {
  border:0;
}

table tr.form label {
  background-color:#F1F1F1;
  font-size:11px;
}

table tr.form td {
  background-color:#F1F1F1;
  font-size:12px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  vertical-align:middle;
}

.table-small {
  font-size:11px;
}

.table .table {
  background-color:transparent;
}

.table-small>thead>tr>th, .table-small>tbody>tr>th, .table-small>tfoot>tr>th, .table-small>thead>tr>td, .table-small>tbody>tr>td, .table-small>tfoot>tr>td {
  vertical-align:middle;
  padding:2px;
  background-color:transparent;
}

.label {
  font-size:12px;
}

.light {
  opacity:0.7;
}

.light-green {
  color:#67B168;
}

.label-success {
  background-color:#67B168;
}

.label-successer {
  background-color:#2B542C;
}

.plat {
  font-size:13px;
  font-weight:normal;
}

.plat em {
  font-weight:normal;
}

.vin {
  font-weight:normal;
  font-size:13px;
}

.vin em {
  font-weight:normal;
}

table tr td.plat em.light {
  font-size:12px;
}

.btn-gray {
  color:#666;
  border-color:#666;
}

.btn-gray:hover {
  color:#FFF;
  background-color:#666;
  border-color:#666;
}

input.em {
  font-style: italic;
  opacity:0.7;
}

.row {
  margin-left:-5px;
  margin-right:-5px;
}

.label-xs {
  font-size:11px;
  margin-bottom:0;
}

input.form-control, select.form-control, textarea.form-control {
  border:none;  
}

.bs-callout {
  font-size:12px;
  padding-top:10px;
  padding-bottom:10px;
}

.bs-callout-success {
  border-color:#5CB85C;
  background-color:#EFFFDF;
}

.bs-callout-success h4 {
  color:#3C763D;
}

.bs-callout-wine {
  border-color:#5f212f;
  background-color:#efe8e6;
}

.bs-callout-wine h4 {
  color:#5f212f;
}

table tr td.bs-callout-wine {
  border-top:0;
  font-size:11px;
  color:#5f212f;
}

hr.tab-un {
  margin-left:30px;
  margin-top:15px;
  margin-bottom:15px;
  border-style:dashed;
  border-color:#CCC;
}

hr.tab-zero {
  margin-top:15px;
  margin-bottom:15px;
  border-style:dashed;
  border-color:#CCC;
}

h4.separateur {
  border-bottom:1px dashed #CCC;
  height:12px;
  display:block
}

span.separateur {
  background:#F1F1F1;
  padding-left:5px;
  padding-right:5px;
}

span.separateur span {
  color:#CCC;
  font-weight:normal;
}

table.table-condensed {
  margin-bottom:0px;
}

.input-group-addon {
  background-color:#E1E1E1;
  border:none;
}

a.input-group-addon:hover {
  background-color:#65212E;
  color:#FFF;
}

.nav-tabs {
  font-size:12px;
}

ul.nav-tabs {
  margin-bottom:10px;
}

ul.nav-tabs li.active a {
  background-color:#F1F1F1;
}

ul.nav-tabs li a {
  background-color:#DADADA;
}

label.control-label {
  font-size:12px;
  padding-top:6px;
  text-align:right;
}

.form-group {
  margin-bottom:5px;
}

table.table tbody tr td {
  vertical-align: middle;
}

.bs-docs-header h1, .bs-docs-header p {
  margin-right:0;
}

.texture-diamant {
  background:url('../imgs/texture-diamant.png') repeat top left;
}


/*
 * Prévisu mise en avant personnalisée
 */

.very-light {
  opacity:0.5;
}

.cartouche-vin-appli {
  width:146px;
  font-family:"helvetica condensed";
  padding:8px;
  font-size:12px;
  border:1px solid #CCC;
  background:#FFF;
  box-shadow:rgb(119, 119, 119) 0px 0px 5px;
}

i.rouge {
  background-color:#532235;
  box-shadow:0 0 1px rgba(0,0,0,0.6);
  border-radius:6px;
  width:12px;
  height:12px;
  display:inline-block;
  vertical-align:-1px;
  margin-right:4px;
}

i.rose {
  background-color:#CE8483;
  box-shadow:0 0 1px rgba(0,0,0,0.6);
  border-radius:6px;
  width:12px;
  height:12px;
  display:inline-block;
  vertical-align:-1px;
  margin-right:4px;
}

i.blanc {
  background-color:#FF9;
  box-shadow:0 0 1px rgba(0,0,0,0.6);
  border-radius:6px;
  width:12px;
  height:12px;
  display:inline-block;
  vertical-align:-1px;
  margin-right:4px;
}

div.img-circle {
  box-shadow:0 0 1px rgba(0,0,0,0.6);
}

.btlRouge {
     background:url(../imgs/btlRouge.png) top left no-repeat;
     background-size:6px 21px;
}

.btlRose {
     background:url(../imgs/btlRose.png) top left no-repeat;
     background-size:6px 21px;
}

.btlBlanc {
     background:url(../imgs/btlBlanc.png) top left no-repeat;
     background-size:6px 21px;
}

.btlBlancSucre {
     background:url(../imgs/btlBlancSucre.png) top left no-repeat;
     background-size:6px 21px;
}

.btlChampagneBlanc {
     background:url(../imgs/btlChampagneBlanc.png) top left no-repeat;
     background-size:6px 21px;
}

.btlChampagneRose {
     background:url(../imgs/btlChampagneRose.png) top left no-repeat;
     background-size:6px 21px;
}

.cartouche-vin-appli .plat {
     background:url(../imgs/couteauFourchette.png) top left no-repeat;
     background-size:16px 20px;
}

div.infoContainer {
     padding:0 0 0 13px;
     margin:2px 0 4px;
     min-height:22px;
     background-size:6px 21px;
}

div.plat {
     padding:0 0 0 20px;
     margin:2px 0 4px;
     min-height:22px;
     background-size:6px 21px;
     font-size:9px;
     line-height:10px;
}

.cartouche-vin-appli h1 {
     font-size:11px;
     color:#333;
     margin:0;
     line-height:11px;
     font-weight:normal;
}

.cartouche-vin-appli h2 {
     font-weight:normal;
     font-size:8px;
     color:#666;
     margin:0;
     line-height:8px;
     padding:0;
}

.cartouche-vin-appli div.prix {
     border-top:1px dashed #CCC;
     margin-left:15px;
}

.prix {
     font-size:7px;
     padding:1px 0 0 0;
     color:#777;
     margin:0;
}

div.plus {
     font-size:22px;
     line-height:22px;
     text-align:center;
     display:block;
     font-family:Arial, Helvetica, sans-serif;
     color:#492235;
}

.iPadMini {
    position:absolute;
    top:150px;
    right:-7px;
    width:640px;
}

.btn-outline-white {
  border-color:#FFF;
  color:#FFF;
}

.btn-outline-white:hover {
  background-color:#FFF;
  color:#65212E;
}

i.hasInfo {
  color:#65212E;
}

i.hasNoInfo {
  color:#999;
}

.shadowBottomStripe {
  background: #e1e1e1; /* Old browsers */
  background: -moz-linear-gradient(top, #e1e1e1 18%, #e1e1e1 82%, #ababab 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#e1e1e1), color-stop(82%,#e1e1e1), color-stop(100%,#ababab)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e1e1e1 18%,#e1e1e1 82%,#ababab 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e1e1e1 18%,#e1e1e1 82%,#ababab 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e1e1e1 18%,#e1e1e1 82%,#ababab 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e1e1e1 18%,#e1e1e1 82%,#ababab 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ababab',GradientType=0 ); /* IE6-9 */
}

div.shadow {
    box-shadow:0 0 1px rgba(0,0,0,0.6);
}

.bg-img-vin {
  background-color:#432436;
  background-image:-webkit-linear-gradient(top,#65212E 0,#432436 100%);
  background-image:linear-gradient(to bottom,#65212E 0,#432436 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65212E', endColorstr='#432436', GradientType=0);
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
