@font-face {
    font-family: 'grupporegular';
    src: url('../fonts/gruppo-regular-webfont.eot');
    src: url('../fonts/gruppo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gruppo-regular-webfont.woff2') format('woff2'),
         url('../fonts/gruppo-regular-webfont.woff') format('woff'),
         url('../fonts/gruppo-regular-webfont.ttf') format('truetype'),
         url('../fonts/gruppo-regular-webfont.svg#grupporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url('../fonts/futura-t-ot-book_19064-webfont.eot');
    src: url('../fonts/futura-t-ot-book_19064-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-t-ot-book_19064-webfont.woff2') format('woff2'),
         url('../fonts/futura-t-ot-book_19064-webfont.woff') format('woff'),
         url('../fonts/futura-t-ot-book_19064-webfont.ttf') format('truetype'),
         url('../fonts/futura-t-ot-book_19064-webfont.svg#maven_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'montser';
  src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/montserrat-regular-webfont.otf')  format('opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf')  format('truetype'), url('../fonts/montserrat-regular-webfont.svg#TrajanPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserBold';
  src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/montserrat-semibold-webfont.otf')  format('opentype'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat-semibold-webfont.ttf')  format('truetype'), url('../fonts/montserrat-semibold-webfont.svg#TrajanPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    background-color:#f4f5f8;
    font-family: 'montser';
    font-size:14px;
    height:100%;
    margin:0px;
    padding:0px;
    width:100%;
    overflow: hidden;
}

.header
{
    position: fixed;
    width: 100%;
    height: 60px;
    background: #FFF url(../imgs/logo.png) no-repeat 5px center;
    /*background: #ecf0f1;*/
    background-size: auto 45px;
  /*  border-bottom: 1px solid #bdc3c7;*/
    box-shadow: 0 0px 25px 0 rgba(0,0,0,0.12);
    border-bottom-right-radius: 20px;

}

.rMenu
{
  float: right;
  margin-top: 5px;
}

.LogAvatar
{
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  margin-top: 15px;
  margin-right: 5px;
  background: rgb(162,30,255);
  background-size: 30px;
  font-family: 'montserBold';
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}


.blColor
{
    color: rgb(0, 188, 212);
}

.side
{
    position: fixed;
    width: 120px;
    height: 100%;
   /*box-shadow: 0 0px 3px 0 rgba(0,0,0,0.15);*/
   background: #ecf0f1;
   background-image: -moz-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
    background-image: -webkit-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
    background-image: -ms-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012345', endColorstr='#123456',GradientType=0 ); /* IE6-9 */

}

.logo
{
  position: absolute;
  width: 100%;
  height: 100px;
  background:  url(../imgs/headerlogo.png) no-repeat 15px 10px;
  background-size: auto 45px;
  display: none;
}

.logoOver
{
  position: absolute;
  width: 100%;
  height: 70px;
  background: rgba(255,255,255,0);
}

.time {
  color: #333;
  font-size: 36px;
  position: relative;
  display: block;
  margin-top: 20px;
}

.headercontent
{
    position: relative;
    float: right;
    margin-right: 10px;

}

.navig
{
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top:60px;
  padding-top: 20px;
}

.navItem
{
  position: relative;
  width: 100%;
  padding: 5px 0px 5px 0px;
  display: inline-block;
  cursor: pointer;
}

.navItem:hover
{
  background: rgba(0,0,0,.2);
}

.navIcon
{
  position: relative;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  float: right;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: top center;
  padding: 28px 0 6px 0;

}



.dash
{
  background-image: url(../imgs/dash.png);
}

.artic
{
  background-image: url(../imgs/articles.png);
}

.cNl
{
  background-image: url(../imgs/nl.png);
}

.clients
{
  background-image: url(../imgs/clients.png);
}

.booking
{
  background-image: url(../imgs/booking.png);
}

.webb
{
  background-image: url(../imgs/stock.png);
}

.sliderIco
{
  background-image: url(../imgs/sliders.png);
}

.paramIco
{
  background-image: url(../imgs/params.png);
}

.prodlist
{
  background-image: url(../imgs/prodlist.png);
}

.plink
{
  background-image: url(../imgs/link.png);
}

.promo
{
  background-image: url(../imgs/promo_ico.png);
}

.invoice
{
  background-image: url(../imgs/facture.png);
}

.subNav
{
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: auto;
}

.subNavItem
{
  padding: 0 40px 0 10px;
  color: rgba(255,255,255,.5);
  text-align: right;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-bottom: rgba(255,255,255,.05) 1px solid;
}

.subNavItem:hover
{
  color: rgba(255,255,255,1);
}


.animSubHotel
{
  animation: slideIn 1s ease-in forwards;
}

@keyframes slideIn {
  0% {
    display: inline;
  }
  100% {
    display: inline-block;
  }
}

.appContent
{
  position: absolute;
  width: calc(100% - 120px);
  height: calc(100% - 60px);
  left: 120px;
  top: 60px;

}

.subHeader
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  font-size: 20px;
  background: #ecf0f1;
}

.appSubContent
{
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  padding: 0px;
}

.stockHeader
{
  width: 100%;
  height: 40px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
  padding: 0 10px;
  border-bottom: 1px solid #f1f1f1;
}

.stockItem
{
  width: 100%;
  padding: 10px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px;

}

.appAddArt
{
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  background: #FFF;
  z-index: 100;
  display: none;
}

.viewClient
{
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  background: #fafafa;
  z-index: 100;
  display: none;
}

.bgWhite
{
  background: #FFF;
}

.artAddContent
{
  padding: 30px 5%;
  font-family: 'futura';
}


.addSection
{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
  display: inline-block;
  background: #FFF;
}

.addSection h5
{
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 30px;
  color: rgb(0, 188, 212);
}

.icoItem
{
  width: 100%;
  padding: 10px 0;
  border-bottom:  1px solid #ecf0f1;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: left center;
  padding-left: 60px;
}

.icoItem label
{
  width: 40%;
  float: left;
  font-size: 16px;
  color: rgb(255, 64, 129);
}


.col50
{
  position: relative;
  width: 50%!important;
  float: left;
  display: inline-block;
}

.col100
{
  position: relative;
  width: 100%;
  float: left;
  display: inline-block;
}

.col33
{
  position: relative;
  width: 33.33%!important;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col25
{
  position: relative;
  width: 25%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col20
{
  position: relative;
  width: 20%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.imgStock
{
  width: 80px;
  float: left;
  margin-right: 10px;
}

.colInfo
{
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}

.colCol
{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.stockNumber
{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}

.stockLabel
{
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}

.col40
{
  position: relative;
  width: 50%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col40 > .rech
{
  height: 40px;
  margin-left: 10px;
  padding-left: 30px;
  background: url(../imgs/search_icon.png) no-repeat left center;
  background-size: 20px;
  font-size: 14px;
  float: left;
}

.col40 > .rechLabel
{
  height: 40px;
  line-height: 40px;
  float: left;
}

.col40 > .rech > input
{
  height: 28px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 13px;
  min-width: 240px;
}

.col10
{
  position: relative;
  width: 10%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col15
{
  position: relative;
  width: 15%;
  display: inline-block;
  transition: all 1s ease;
}

.col20
{
  position: relative;
  width: 20%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col50
{
  position: relative;
  width: 50%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col65
{
  position: relative;
  width: 65%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col35
{
  position: relative;
  width: 35%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col80
{
  position: relative;
  width: 80%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col20
{
  position: relative;
  width: 20%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}

.col60
{
  position: relative;
  width: 60%;
  float: left;
  display: inline-block;
  transition: all 1s ease;
}





.pad10 {
  padding: 10px;
}

.pad5 {
  padding: 5px;
}

.pad2 {
  padding: 2px;
}

.pad25 {
  padding: 25px;
}

.hotelItem
{
  width: 100%;
  height: 190px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
}

.hotelItem .hotelDetails
{
  width: 100%;
  height: 130px;
  padding: 10px;
}

.hotelItem .hotelActions
{
  width: 100%;
  height: 60px;
  border-top: 1px solid #f1f1f1;
  padding: 10px;
  text-align: right;
}

.hotelItem .pict
{
  width: 160px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}

.hotelItem .Txt
{
  width: 70%;
  height: 120px;
  float: left;
  padding-left: 10px;
  overflow: hidden;
  font-size: 10px;

}

.hotelItem .actions
{
  width: 25%;
  height: 120px;
  float: left;
  padding: 5px;
  overflow: hidden;
  font-size: 10px;

}

.hotelItem .actions .actionItem
{
  width: 100%;
  height: 24px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
  background: #FFF;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
}

.actionsBts
{
  position: absolute;
  right: 0px;
  top: 5px;
}


.hotelItem .txt h3
{
    font-size: 18px;
    font-family: 'montserBold';
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #333!important;
}

.hotelItem .txt p
{
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.hotelItem .hotelActions .langState
{
  float: left;
}

.hotelItem .hotelActions .langState .langIcon
{
  width: 24px;
  height: 24px;
  background: #ecf0f1;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}


.lng1
{
  background: #27ae60!important;
  color: #FFF;
}

.lng0
{
  background: #ecf0f1;
  color: #333;
}

.show0
{
  display: none;
}

.show1
{
  display: block;
}

.clientFilter
{
  position: absolute;
  width: 75%;
  height: 80px;
  top: 0px;
  left: 0;
  padding: 0 20px 0 20px;
  background: #FFF;
  overflow: hidden;
  border-top: 1px rgb(0, 188, 212) solid;
}

.fullPad20
{
  padding: 0 20px 0 20px;
}

.clientList
{
  position: absolute;
  width: 75%;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  padding: 8px;
}

.wid60
{
  width: 70%;
}

.wid40
{
  width: 30%!important;
  left: 70%!important;
}


.clientList h2
{
  width: 100%;
  display: block;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  background: rgba(255,255,255,.5);

}

.promoItems
{
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}

.clientOptions
{
  position: absolute;
  width: 25%;
  height: 100%;
  left:  75%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;*/
}

.pad0
{
  padding: 0;
}


.colProd50
{
  width: 50%;
  float: left;
  padding: 10px;
}

.colProd33
{
  width: 33%;
  float: left;
  padding: 5px;
}

.clientItem
{
  position: relative;
  width: 100%;
  height: 100px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
  /*border: 1px solid #e7eaec;*/
  border-radius: 2px;
}

.ProdItem
{
  position: relative;
  width: 100%;
  height: 150px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
  border-radius: 2px;
  font-size: 11px;
  overflow: hidden;
}

.hei100
{
  height: 100px;
}

.ProdItem > .brand
{
  position: absolute;
  right: 10px;
  top: 10px;
  height: 16px;
}

.ProdItem > .smallBrand
{
  height: 12px;
}

.prodItem span
{
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-right: 80px;
}

.prodDet
{
  padding: 10px;
  display: inline-block;
}

.clientRub
{
  position: relative;
  width: 100%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
  border-radius: 0px;
  margin-bottom: 8px;
  transition: all 1s ease;
}

.noShadow
{
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}

.clientRub > .rubHeader
{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-indent: 15px;
  color: rgb(0, 188, 212);
  line-height: 40px;
  font-size: 13px;
  font-family: 'open_sanssemibold';
}

.clientRub > .rubFooter
{
  width: 100%;
  padding: 15px;
  text-align: right;
  display: inline-block;

}

.clientRub > .rubCorps
{
  width: 100%;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
  font-family: 'open_sansregular';
}

.clientRub > .rubCorps h3
{
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 'open_sanssemibold';
  color: #333;
  text-transform: uppercase;
}

.clientRub > .rubCorps > .pictZone
{
  position: relative;
  width: 100%;
  height: 150px;
  padding: 10px;
  float: left;
  display: inline-block;
  margin-bottom: 20px;
}

.clientRub > .rubCorps > .pictZone > .pict
{
  position: relative;
  width: 150px;
  height: 150px;
  background: #CCC;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

.clientRub > .rubCorps > .pictZone > .clientInitials
{
  width: 150px;
  height: 150px;
  background: rgb(0, 188, 212);
  border-radius: 80px;
  color: #FFF;
  font-size: 68px;
  text-align: center;
  line-height: 150px;
  font-family: 'montserBold';
  text-transform: uppercase;
  margin: auto;
}



.clientRub .lineInfo
{
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 3px 0;
}

.clientRub .lineInfo30
{
  width: 35%;
  display: inline-block;
  float: left;
  text-align: right;
  color : #999;
  font-size: 13px;
}
.clientRub .lineInfo70
{
  width: 65%;
  display: inline-block;
  float: left;
  text-align: left;
  text-indent: 15px;
  font-size: 13px;
  font-family: 'open_sanssemibold';
}

.clientRub hr
{
  display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin: 1em 0;
    padding: 0;
}

.cardItem
{
  position: relative;
  width: 100%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
}

.clientItem > .pictClient
{
  width: 60px;
  height: 60px;
  background: #ccc;
  border-radius: 40px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clientItem > .iconMessage
{
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../imgs/messages.png);
  background-position: center center;
  background-size: 36px;
  background-repeat: no-repeat;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.clientItem > .iconMessage > .badge
{
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0px;
  border-radius: 8px;
  background : rgb(255, 64, 129);
  text-align: center;
  line-height: 14px;
  font-size: 8px;
  font-family: 'montserBold';
  color: #FFF;
  cursor: pointer;
}

.clientItem > .clientInitials
{
  width: 60px;
  height: 60px;
  background: rgb(0, 188, 212);
  border-radius: 40px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  font-family: 'montserBold';
  text-transform: uppercase;
}


.clientItem > .pictZone
{
  position: relative;
  width: 100%;
  height: 120px;
  padding: 20px;
  float: left;
}

.clientItem > .pictZone > .pict
{
  position: relative;
  width: 100px;
  height: 100px;
  background: #CCC;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

.clientItem > .txtZone
{
  position: relative;
  padding: 15px;
  float: left;
  text-align: left;
}

.clientItem > .details
{
  position: absolute;
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  font-family: 'montserBold';
  color: #FFF;
  background : rgb(0, 188, 212);
  border-radius: 2px;
  right: 10px;
  bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  cursor: pointer;
}


.clientItem > .txtZone > h4
{
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: 'montserBold';
  text-transform: uppercase;
}

.clientItem > .txtZone > h3
{
  font-size: 11px;
  padding: 0;
  margin: 0;
  font-family: 'montserBold';
  text-transform: uppercase;
}

.clientItem > .txtZone > span
{
  display: block;
  line-height: 14px;
  font-size: 12px;
  font-family: 'montser';
  color: #7f8c8d;
}

.clientItem > .txtZone > .stars
{
  width: 100%;
  height: 16px;
}

.clientItem > .txtZone > .stars img
{
  height: 16px;
}



.clientItem > .flag
{
  position: absolute;
  width: 40px;
  right: 10px;
  top: 10px;
  border: #ecf0f1 1px solid;
}

.clientItem > .flag img
{
  width: 100%;
}

.itemActions
{
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0px;
  border-top: #ecf0f1 1px solid;
  text-align: center;
  padding: 11px;
}

.detClient
{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-family: 'open_sansregular';
}


@keyframes openAddAnim {
  0% {
    top: 100%;
    background: #FFF;

  }
  100% {
    top: 60px;
    background: #FFF;
  }
}


.openAdd {
  display: block;
  animation: openAddAnim 0.5s;
}

.addSection50
{
  width: 50%;
  float: left;
}

.addSection33
{
  width: 33.33%;
  float: left;
}

.padR10
{
  padding-right: 10px;
}

.padR20
{
  padding-right: 20px;
}

.cltitle
{
  color: #999;
  font-size: 11px;
}


.filterZone
{
  width: 100%;
  padding: 20px;
}

.filterZone input
{
  border: none;
  border-bottom: 1px solid #CCC;
}

.filterZone input::placeholder
{
  color: #000;
}

.filterZone input:focus:not([readonly])
{
  color: #000;
  /*background:  #fafafa;*/
  border-bottom: 0px solid #26a69a;
  box-shadow: 0 0px 0 0 #26a69a;
}


.addSection input
{
  border: none;
  border-bottom: 1px solid #CCC;
}

.addSection input::placeholder
{
  color: #000;
}

.addSection input:focus:not([readonly])
{
  color: #000;
  /*background:  #fafafa;*/
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 0px 0 0 #26a69a;
}


/* --------- Langues -------------------------------------- */

.pad0-20
{
  padding: 0 20px;
}

.lngLine
{
  width: 100%;
  display: inline-block;
  /*border-bottom: 1px solid rgb(0, 188, 212);*/
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.langue20
{
  width: 20%;
  float: left;
}

.langue60
{
  width: 60%;
  height: 40px;
  float: left;
}

.lngLine img
{
  width:30px;
  height: 20px;
  margin-right: 15px;
  margin-top: 10px;
  float: left;
}

.lngLine .lname
{
  width: 140px;
  height: 40px;
  line-height: 40px;
  float: left;
}

.lngLine .liso
{
  height: 20px;
  width: 20px;
  margin: 10px;
  line-height: 20px;
  float: left;
  border-radius: 15px;
  background: rgb(0, 188, 212);
  color: #FFF;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}

.lngLine .lActiv
{
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  margin: 11px auto;
}


.lngLine .btAction
{
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  float: right;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  background: #CCC;
  cursor: pointer;
  border-radius: 4px;
}


.lngLine .btRed
{
  background: #c42814;
}

.lngLine .btGreen
{
  background: #47b64e;
}

.lActiv
{
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;

}


.tabsLine
{
  width: 100%;
  height: 50px;
  background: #FFF;
  margin-bottom: 10px;
}

.tabsItem
{
  width: 25%;
  height: 50px;
  border-bottom: 1px solid #CCC;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  font-family: 'open_sanssemibold';
  float: left;
  cursor: pointer;
}


.tabsItemSel
{
  color: rgb(0, 188, 212);
  border-bottom: 3px solid rgb(0, 188, 212);
}

.zoneConfig
{
  width: 100%;
  margin-bottom: 60px;
  display: none;
}

.configItem
{
  position: relative;
  width: 100%;
  padding: 10px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  display: inline-block;

}

.zoneConfigTitle
{
  width: 100%;
  height: 80px;
}

.zoneConfigTitle > .title
{
  height: 70px;
  color: #d1c3b1;
  font-size: 20px;
  font-family: 'open_sanssemibold';
  line-height: 70px;
  float: left;
}

.configItemIco
{
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #d1c3b1 url(../imgs/room_ico.png) no-repeat center center;
  background-size: 30px;
  margin-right: 20px;
  float: left;
}

.configItemCalIco
{
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: #d1c3b1 url(../imgs/cal_ico.png) no-repeat center center;
  background-size: 30px;
  margin-right: 20px;
  float: left;
}


.configItemContent
{
  width: calc(100% - 200px);
  float: left;
  color: #333;
  font-size: 12px;
}

.configItempContent
{
  width: calc(100% - 300px);
  float: left;
  color: #333;
  font-size: 12px;
}

.configItemContent span
{
  font-family: 'open_sanssemibold';
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: block;
}


.configItemContent .label
{
  font-size: 12px;
  color: #FFF;
  width: 80px;
  height: 20px;
  line-height: 20px;
  float: left;
  background: #ccc;
  text-align: center;
  border-radius: 0px;
}

.configItempContent .plabel
{
  font-size: 12px;
  color: #FFF;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  float: left;
  background: #ccc;
  text-align: center;
  border-radius: 0px;
}

.configItempContent .pvalue
{
  font-size: 12px;
  color: #333;
  margin-right: 20px;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  float: left;
  text-align: center;
  background: #efefef;
  font-family: 'open_sanssemibold';
}

.configItemContent .value
{
  font-size: 12px;
  color: #333;
  margin-right: 20px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  float: left;
  text-align: center;
  background: #efefef;
}

.labelLine
{
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.ShowConfigZone
{
  display: block;
}

.tauxZone
{
  position: relative;
  width: 100%;
  background: rgb(0, 188, 212);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  border-radius: 2px;
  margin-bottom: 15px;
  transition: all 1s ease;
  color: #FFF;
}

.tauxInput
{
  font-size: 13px!important;
  font-family: 'open_sanssemibold';
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50%!important;
  height: 2rem!important;
  margin: 0 0 10px 0!important;
}


.tauxZone > .rubHeader
{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-indent: 15px;
  color: #FFF;
  line-height: 40px;
  font-size: 13px;
  font-family: 'open_sanssemibold';
}

.tauxZone > .rubCorps
{
  width: 100%;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
}

.tauxUpdating
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
}


.perioTitle
{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgb(0, 188, 212);
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  font-family: 'open_sanssemibold';
  float: left;
  cursor: pointer;
  color: rgb(0, 188, 212);
  background: #FFF;
}


.shadowPlus
{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
}

.zoneAddConfig
{
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}

.zoneAddConfig h3
{
  font-size: 18px;
  text-align: left;
  font-family: 'open_sanssemibold';
  color: rgb(0, 188, 212);
  margin-bottom: 5px;
}

.hideBt
{
  display: none;
}

.rline
{
  border-left: 3px solid rgb(0, 188, 212);
  background: #f4f5f8;
}

.labelRoom
{
  color: rgb(0, 188, 212);
}

.lrEnter
{
  position: relative;
  animation : EnterRoomLine 0.3s ease-in;
  transition: all .3s;
}

.lrExit
{
  position: relative;
  animation : ExitRoomLine 0.3s ease-in;
  transition: opacity transform .3s;
}

@keyframes EnterRoomLine {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes ExitRoomLine {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}


.livraison
{
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  background: rgb(162,30,255);
  color: #FFF;
  font-size: 12px;
  margin-top: 6px;
  border-radius: 4px;
}

.rezState
{
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  background: rgb(87,56,254);
  color: #FFF;
  font-size: 12px;
  margin-top: 6px;
  border-radius: 4px;
  margin-left: 10px;
}

.rezStateCancel
{
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  background: rgb(255,0,20);
  color: #FFF;
  font-size: 12px;
  margin-top: 6px;
  border-radius: 4px;
  margin-left: 10px;
}

.blueTitle
{
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  font-size: 14px;
  background: rgb(0, 188, 212);
  padding: 0 10px;
}

.GreyTitle
{
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 14px;
  background: #ecf0f1;
  padding: 0 10px;
}

.adrItem
{
  width: 100%;
  color: #333;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #f4f5f8;
  display: inline-block;
}

.payStyle
{
  text-transform: uppercase;
  font-size: 12px;
}

.payLineItem
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f4f5f8;
  font-size: 12px;
  color: #333;
  padding: 0 10px;
}

.greyBg
{
  background: #f4f5f8;
}

.prodLineItem
{
  width: 100%;
  border-bottom: 1px solid #f4f5f8;
  font-size: 12px;
  color: #333;
  padding: 10px;
  display: inline-block;
}

.prodLineImg
{
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}

.prodDetails
{
  float: left;
  width: calc(100% - 90px);
}

.prodDetails span
{
  font-family: 'open_sanssemibold';
}

.prodDetails .roundColor
{
  width: 20px;
  height: 20px;
  border-radius: 15px;
  margin-top: 6px;
  float: left;
}

.prodDetails .detColor
{
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  margin-top: 6px;
  margin-left: 5px;
  float: left;
}

.snInput
{
  width: 120px;
  height: 36px;
  border: 1px solid #f4f5f8;
  float: right;
  margin-top: 10px;
  overflow: hidden;
}

.stockInput
{
  width: 120px;
  height: 46px;
  border: 1px solid #ccc;
  padding: 0 5px;
  margin-right: 20px;
  float: right;
  overflow: hidden;
}

.valStock
{
  width: 46px;
  height: 46px;
  background: rgb(0, 188, 212);
  color: #FFF;
  cursor: pointer;
  float: right;
  line-height: 46px;
}

.snInput input
{
  width: 120px;
  height: 36px;
  font-size: 12px;
  text-indent: 5px;
}

.lineRez0
{

}

.lineRez1
{
  background:  #f7ffef;
}

.validZone
{
  width: 90%;
  margin-top: 10px;
}

.validPourcent
{
  height: 24px;
  line-height: 24px;
  color: #FFF;
  text-indent: 10px;
  background: rgb(162,30,255);
}


.InvDet
{
  width: 100%;
  padding: 20px;
}

.invPaper
{
  width: 100%;
  max-width: 1280px;
  margin: auto;
  box-shadow: 0 0px 25px 0 rgba(0,0,0,0.12);
  padding: 30px;
  background: #FFF;
  display: block;
}

.invBts
{
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 15px;
}

.paper100
{
  width: 100%;
  display: inline-block;
}

.paper50
{
  width: 50%;
  float: left;
}

.paperAdr
{
  float: right;
  padding-right: 15px;
  border-right: 4px solid #6134FE;
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  font-family: 'montserBold';
}

.marg120
{
  margin-top: 120px;
}

.marg50
{
  margin-top: 50px;
}

.invClient
{
  width: 100px;
  padding-left: 10px;
  height: 30px;
  background:  #6134FE;
  color: #FFF;
  font-size: 14px;
  font-family: 'open_sanssemibold';
  line-height: 30px;
}

.bordBott
{
  border-bottom: 1px #f4f5f8 solid;
}

.bordTop
{
  border-top: 1px #f4f5f8 solid;
}

.cliAdress
{
  width: 50%;
  font-family: 'montser';
  font-size: 13px;
  padding: 10px 0;
  line-height: 18px;
}


.cliAdress span
{
  font-family: 'montserBold';
  font-size: 15px;
}

.cliAdress small
{
  font-family: 'montser';
  font-size: 11px;
}


.zonFacture
{
  width: 85%;
  float: right;
}

.faOptionsZone
{
  width: 100%;
  padding: 15px;
  display: inline-block;
}

.faOptionsZone > .faOptTitle
{
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #ecf0f1;
}

.faOptionsZone > .faOptContent
{
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}

.faOptionsZone > .faOptContent > .faOptItem
{
  position: relative;
  padding: 0 15px;
  line-height: 32px;
  background: #ecf0f1;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  border-radius: 4px; 
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: .8;
  color: #333;
}

.faOptionsZone > .faOptContent > .faOptItem:hover
{
  opacity: 1;
}

.faOptionsZone > .faOptContent > .faOptSelect
{
  background: #6134FE;
  color: #FFF;
}

.faOptionsZone > .faOptContent input
{
  position: relative;
  height: 40px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0;
  min-height: 40px;
  margin: 10px 0 0px 0;
  border-bottom: 1px solid #ecf0f1;
}


.invoiceTitle
{
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  background: #6134FE;
  font-family: 'montserBold';
  font-size: 48px;
  text-align: center;
}

.invInfos
{
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.invNum
{
  font-family: 'montserBold';
  font-size: 18px;
  float: left;
}

.invDate
{
  padding-top: 5px;
  font-family: 'montserBold';
  font-size: 14px;
  float: right;
}

.invDate span
{
  font-family: 'montser';
  font-size: 12px;
}


.bord4
{
  border-bottom: 3px #f4f5f8 solid;
}

.wid10
{
  width: 10%;
  float: left;
  padding: 5px 0;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  text-align: center;
}

.wid45
{
  width: 50%;
  float: left;
  padding: 5px 0;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  text-align: left;
}


.wid15
{
  width: 15%;
  float: left;
  padding: 5px 0;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  text-align: right;
}

.ft13
{
  font-family: 'open_sansregular';
  font-size: 13px;
}

.zoneTot
{
  width: 35%;
  float: right;
}

.totItem
{
  width: 100%;
  height: 40px;
  border-bottom: 1px #f4f5f8 solid;
}

.totTitle
{
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  float: left;
}

.totValue
{
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  float: left;
}

.linkProduit
{
  position: absolute;
  width: calc(100% - 20px);
  height: calc(50% - 15px);
  border: 1px solid #ecf0f1;
  top: 10px;
  left: 10px;
}

.linkProduit > .prodDetails
{
  position: absolute;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #ecf0f1;
  top: 0px;
}

.linkProduit > .prodLinked
{
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  bottom:0px;
}


.linkProduits
{
  position: absolute;
  width: calc(100% - 20px);
  height: calc(50% - 15px);
  border: 1px solid #ecf0f1;
  bottom: 10px;
  left: 10px;
}

.subCats
{
  position: relative;
  width: 270px;
  float: right;
}

.CatBack
{
  position: absolute;
  width: 30px;
  height: 100%;
  background: url(../imgs/back.png) no-repeat center center;
  background-size: 30px;
  cursor: pointer;
}

.bgGrey
{
  background: #ecf0f1;
}

.linkzoneProds
{
  position: absolute;
  width: 100%;
  height: 100%;
}

.linkzoneProds > .side
{
  position: absolute;
  width: 300px;
  height: 100%;
  background: rgb(87,56,254);
  background-image: -moz-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
   background-image: -webkit-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
   background-image: -ms-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012345', endColorstr='#123456',GradientType=0 ); /* IE6-9 */
}

.side100
{
  width: 100%;
}

.rechBrandItem
{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ecf0f1;
  background-position: center center;
  background-size: auto 22px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.linkzoneProds > .side > .cats
{
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
}

.linkzoneProds > .side > .catsNoMargin
{
  height: 100%;
  top: 0px;
}


.linkzoneProds > .side > .reference
{
  position: absolute;
  width: 100%;
  height:60px;
  top: 0px;
  padding: 10px;
}

.linkzoneProds > .side > .reference input
{
  height: 40px;
  color: #FFF;
  font-size: .85rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;

}


.pad1020
{
  padding: 10px 20px 10px 0;
}
.linkzoneProds > .side > .cats .items
{
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #FFF;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.linkzoneProds > .side > .cats .subItems
{
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: #FFF;
  font-size: 12px;
  /*background: rgb(87,56,254);*/
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}


.linkzoneProds > .prods
{
  position: absolute;
  width: calc(100% - 300px);
  height: 100%;
  right: 0;
  padding: 10px;
  overflow: hidden;
}

.addToLinked
{
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: rgb(255, 64, 129);
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  bottom: 10px;
  right: 10px;
  color: #FFF;
  cursor: pointer;
}

.openPrix
{
  display: inline-block;
  padding: 2px 8px;
  background: rgb(255, 64, 129);
  color: #FFF;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

.filterZone h2
{
  font-weight: bold;
  background: rgb(255, 64, 129);
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  margin: 0;
}

.filterZone .fld50
{
  width: 50%;
  float: left;
}

.filterZone .fld100
{
  width: 100%;
  float: left;
}

.filterZone .promoForm
{
  width: 100%;
}

.filterZone .selProd
{
  width: 100%;
  height: 46px;
  background: #CCC;
}

.panelOverflow
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .85);
  z-index: 9999;
}

.panelProd
{
  position: absolute;
  width: 70%;
  height: 500px;
  background: #FFF;
  left: 15%;
  top: 50%;
  margin-top: -250px;
  box-shadow: 0 0px 25px 0 rgba(0,0,0,0.12);
}

.panelHeader
{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.panelContent
{
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  bottom: 0;
}

.slidersContainer
{
  position: relative;
  width: 1100px;
  background: #FFF;
  box-shadow: 0 0px 25px 0 rgba(0,0,0,0.12);
  display: inline-block;
  margin-left: calc((100% - 1100px)/2);

}

.sld01
{
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid #ecf0f1;
}

.sld02
{
  position: relative;
  width: 100%;
  height: 420px;
  border: 1px solid #ecf0f1;

}

.sld04
{
  position: relative;
  width: 100%;
  height: 180px;
  border: 1px solid #ecf0f1;
}

.sld03
{
  position: relative;
  width: 50%;
  height: 180px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld05
{
  position: relative;
  width: 40%;
  height: 280px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld06
{
  position: relative;
  width: 30%;
  height: 280px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld07
{
  position: relative;
  width: 30%;
  height: 140px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld08
{
  position: relative;
  width: 35%;
  height: 140px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld09
{
  position: relative;
  width: 50%;
  height: 360px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld10
{
  position: relative;
  width: 25%;
  height: 360px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sld11
{
  position: relative;
  width: 25%;
  height: 180px;
  border: 1px solid #ecf0f1;
  float: left;
}

.sldLeft
{
  position: relative;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom:  10px;
}

.sldRight
{
  position: relative;
  width: 100%;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom:  10px;
}

.sldTopProd
{
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:  10px;
  display: inline-block;
}

.sliderTitle
{
  position: absolute;
  width: 100%;
  height: 40px;
  background: rgb(0, 188, 212);
  color: #FFF;
  padding-left: 10px;
  line-height: 40px;
  font-size: 12px;
}

.sldCategTitle
{
  position: relative;
  width: 100%;
  height: 40px;
  background: rgb(0, 188, 212);
  color: #FFF;
  padding-left: 10px;
  line-height: 40px;
  font-size: 12px;
}

.sliderTitleSub
{
  position: absolute;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ecf0f1;
  color: #333;
  padding-left: 10px;
  line-height: 40px;
  font-size: 12px;
}

.sliderDesk
{
  position: absolute;
  width: 50%;
  height: calc(100% - 40px);
  border-right: 1px solid #ecf0f1;
  top: 40px;
  left: 0;
}

.sliderMob
{
  position: absolute;
  width: 50%;
  height: calc(100% - 40px);
  top: 40px;
  right: 0;
}

.sldContainer
{
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
}

.sldZone
{
  position: relative;
  width: 100%;
  padding: 10px;
}

.sldItem
{
  position: relative;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0px 5px 0 rgba(0,0,0,0.12);
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
  color: #333;
}

.sldItem > .pict
{
  height: 60px;
  float: left;
}

.sldItem > .pictProd
{
  height: 60px;
  float: left;
}

.sldItem > .sldTxt
{
  padding-left: 10px;
  float: left;
}

.sldItem > .sldTxt > span
{
  font-weight: bold;
}

.sldCategs
{
  position: relative;
  width: 100%;
  min-height: 200px;
  background: rgb(0, 188, 212);
  float: left;
  display: inline-block;
  padding-bottom: 10px;
}

.sldCatgItem
{
  position: relative;
  width: calc(33.33% - 14px);
  height: 200px;
  background: #FFF;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}





 .galTitle
 {
   position: absolute;
   width: 100%;
   height: 60px;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
   padding: 0 20px;
 }

 .galContainer
 {
   position: absolute;
   width: 100%;
   height: calc(100% - 60px);
   top: 60px;
 }

 .galItems
 {
   padding: 20px;
 }

 .galItem
 {
   position: relative;
   float: left;
   width: 240px;
   height: 160px;
   border: 4px #FFF solid;
   margin-right: 5px;
   margin-bottom: 5px;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
 }

 .galNom
 {
    font-family: 'open_sanssemibold';
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #d1c3b1;
    float: left;
    text-transform: uppercase;
 }

 .delPict
 {
   position: absolute;
   width: 30px;
   height: 30px;
   border-radius: 25px;
   background: rgba(255, 64, 129, .9);
   color: #FFF;
   font-family: 'open_sanssemibold';
   text-align: center;
   font-size: 14px;
   line-height: 30px;
   top: 10px;
   right: 10px;
   cursor: pointer;
 }

 .categSel
 {
   position: absolute;
   width: 300px;
   height: 300px;
   background: #FFF;
   box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px;
   z-index: 99;
   top: 105px;
   overflow: hidden;
 }

 .activArt0
 {
   opacity: .5;
 }

 .activArt1
 {
   opacity: 1;
 }

.withFilter
{
  height: calc(100% - 100px);
  top: 104px;
}

.withTabs
{
  height: calc(100% - 160px);
  top: 160px;
}

.filterProdZone
{
  position: absolute;
  width: 100%;
  height: 46px;
  top: 60px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
  z-index: 99;
  padding: 0 15px;
}

.serialRech
{
  width: 200px;
  height: 32px;
  border: 1px solid #ecf0f1;
  overflow: hidden;
  margin-top: 7px;
  float: left;
}

.labelRech
{
  position: relative;
  height: 32px;
  float: left;
  padding: 0 10px 0 0;
  line-height: 32px;
  font-size: 12px;
  color: #333;
  margin-top: 7px;
}


.categRechZone
{
  position: relative;
  float: left;
}

.zoneRechCat
{
    position: absolute;
    top: 42px;
    left: 11px;
    width: 280px;
    height: 320px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
}


.categRech
{
  position: relative;
  height: 32px;
  float: left;
  padding: 0 20px;
  line-height: 32px;
  font-size: 12px;
  color: #333;
  margin-top: 7px;
  margin-left: 10px;
  background: #ecf0f1;
  border-radius: 4px;
  cursor: pointer;
}

.categRechReset
{
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  margin-top: 13px;
  text-align: center;
  border-radius: 12px;
  color: #FFF;
  float: left;
  cursor: pointer;
  background: rgb(255, 64, 129) url(../imgs/whiteclose.png) no-repeat center center;
  background-size: 18px;
}



.serialRech input
{
  position: relative;
  height: 32px;
  font-size: 12px;
  width: 100%;
  padding: 0;
  padding-left: 8px;
  min-height: 32px;
}

.sliderAdd
{
  position: absolute;
  width: 100%;
  height: 300px;
  background: #FFF;
  bottom :0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}

.sliderAdd .sldContainer
{
  position: relative;
  width: 600px;
  margin: auto;
}

.sliderAdd .sldSection
{
  position: relative;
  width: 100%;
  display: inline-block;
}

.plusSlide
{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: rgb(0, 188, 212);
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  right: 5px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
}

.plusSlideWht
{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #FFF;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  color: rgb(0, 188, 212);
  right: 5px;
  top: 5px;
  font-size: 18px;
  cursor: pointer;
}

.delSld
{
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  background: rgb(255, 64, 129);
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  right: 10px;
  top: 10px;
  font-size: 8px;
  cursor: pointer;
}

.edtSld
{
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  background: rgb(0, 188, 212);
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  right: 10px;
  top: 32px;
  font-size: 8px;
  cursor: pointer;
}

.optionsContainer
{
  position: absolute;
  width: 100%;
  height: 100%;
}

.optionProdDetails
{
  position: absolute;
  width: 320px;
  height: 100%;
  border-right: 1px solid #ecf0f1;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 10px;
}

.optionProdContent
{
  position: absolute;
  width: calc(100% - 320px);
  height: 100%;
  right: 0;
}

.optionProdTitle
{
  position: absolute;
  width: 100%;
  height: 50px;
  background: #FFF;
  top: 0;
  border-bottom: 1px solid #ecf0f1;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 10px;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  line-height: 50px;
  padding-left: 20px;
}

.optionsContainerDetails
{
  position: relative;
  width: 100%;
  padding: 30px;
}

.optionsContainerDetails img
{
  width: 100%;
}

.optionsContainerDetails > h3
{
  font-size: 18px;
  font-family: 'open_sanssemibold';
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
}

.optionsContainerDetails > p
{
  font-family: 'open_sanssemibold';
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
}

.optionsContainerDetails > small
{
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}

.optionProdAddPanel
{
  position: absolute;
  width: 100%;
  height: 140px;
  background: #FFF;
  bottom: 0;
  border-top: 1px solid #ecf0f1;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 10px;
  font-size: 11px;
  padding: 20px;
}

.optionProdAddPanel .forms
{
  width: 80%;
}

.optionProdAddPanel .sectionPanel
{
  width: 100%;
  display: inline-block;
}

.optionProdAddPanel input
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ecf0f1;
  font-size: 11px;
}

.optionProdAddPanel textarea
{
  width: 100%;
  height: 50px;
  font-size: 11px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
}

.plusConfig
{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 32px;
  background: rgb(87,56,254);
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  right: 20px;
  top: 20px;
  font-size: 30px;
  cursor: pointer;
}

.plusColors
{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 32px;
  background: rgb(87,56,254);
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  right: 20px;
  bottom: 20px;
  font-size: 30px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 10px;
}

.optionProdItems
{
  position: absolute;
  width: 100%;
  height: calc(100% - 190px);
  top: 50px;
}

.optionProdColors
{
  position: absolute;
  width: 100%;
  height: calc(100% - 90px);
  top: 90px;
}

.optionProdHeader
{
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50px;
  background: rgb(87,56,254);
  color: #FFF;
  font-family: 'open_sanssemibold';
}

.prodCol50
{
  width: 50%;
  float: left;
}

.prodCol25
{
  width: 25%;
  float: left;
}

.prodCol15
{
  width: 15%;
  float: left;
}

.prodCol5
{
  width: 5%;
  float: left;
}

.prodTxtRight
{
  text-align: right;
}

.prodPadLeft10
{
  padding-left: 10px;
}

.prodPadLeft20
{
  padding-left: 20px;
}

.prodPadRight10
{
  padding-right: 10px;
}

.lnheight40
{
  line-height: 40px;
}

.prodColorDet
{
  width: calc(100% - 100px);
  padding-left: 10px;
  float: left;
}

.prodColorDet span
{
  display: block;
  font-family: 'open_sanssemibold';
  font-size: 14px;
}

.prodColorDet small
{
  display: block;
  font-family: 'open_sansregular';
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 6px;
}

.prodColorColol
{
  width: 24px;
  height: 24px;
  float: left;
  border-radius: 15px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ecf0f1;
  margin-right: 10px;
}

.prodColorRef
{
  float: left;
  line-height: 24px;
  font-family: 'open_sansregular';
  font-size: 12px;
  font-weight: bold;
}

.prodPict
{
  width: 100px;
  float: left;
}

.prodPict img
{
  width: 100px;
}


.optionProdItemsContainer
{
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.optionConfigItem
{
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #ecf0f1;
}

.optionConfigItemAttrib
{
  width: 30%;
  font-size: 14px;
  font-family: 'open_sanssemibold';
  font-weight: bold;
  display: inline-block;
  float: left;
}

.optionConfigItemValue
{
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  float: left;
}

.optionConfigItemAction
{

  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  float: right;
}

.optionConfigItemActions
{
  position: absolute;
  right: 0;
}

.ColorModal
{
  position: absolute;
  width: 100%;
  height: 260px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 10px;
  bottom: 0;
}

.colorAddZone
{
  position: relative;
  width: 600px;
  margin: auto;
  padding-top: 30px;
}

.ColorSection
{
  position: relative;
  width: 100%;
  display: inline-block;
}

.ColorSection50
{
  position: relative;
  width: 50%;
  float: left;
}

.editIco
{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../imgs/edit_ico.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
}

.editValidIco
{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../imgs/activ1.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
}

.editCancelIco
{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../imgs/activ0.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
}

.delIco
{
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../imgs/del_ico.png) no-repeat center;
  background-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}

.colorColonne
{
  position: relative;
  width: 25%;
  height: 50px;
  padding: 5px 10px;
  float: left;
  cursor: pointer;
}

.colorColonne:hover
{
  background: #ecf0f1;
}

.colorColonne .imgg
{
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
  border-radius: 20px;
  margin-top: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.colorColonne .colLabel
{
  height: 30px;
  float: left;
  margin-right: 5px;
  border-radius: 20px;
  margin-top: 5px;
  line-height: 30px;
  font-size: 12px;
}

.colItemContainer
{
  position: absolute;
  width: 80%;
  height: 100%;
  overflow: hidden;
}

.fullLogin
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.loginHeader
{
    position: absolute;
    width: 100%;
    height: 50%;
   /*box-shadow: 0 0px 3px 0 rgba(0,0,0,0.15);*/
   background: #ecf0f1;
   background-image: -moz-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
    background-image: -webkit-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
    background-image: -ms-linear-gradient( -135deg, rgb(162,30,255) 0%, rgb(87,56,254) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012345', endColorstr='#123456',GradientType=0 ); /* IE6-9 */

}

.loginFooter
{
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
}

.loginForm
{
  width: 400px;
  margin: auto;
  margin-top: 40px;
}

.loginSection
{
  width: 100%;
  overflow: hidden;
  display: inline-block;
}


.rubTabs
{
  width: 20%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-bottom: 2px solid #FFF;
  float: left;
  cursor: pointer;
}

.rubCurrent
{
  border-bottom: 4px solid #551596;
}

.rubTabLabel
{
  position: absolute;
  top: 105px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  background: #551596;
  text-indent: 20px;
}

.paramRub
{
  width: 100%;
  background: #FFF;
  display: inline-block;
}

.marqItem
{
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #ecf0f1;
  padding: 20px 60px;
}

.filterItem
{
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #ecf0f1;
  padding: 20px;
}

.ftTitle
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.ftTitle span
{
  margin-right: 10px;
  margin-top: 5px;
  display: block;
  float: left;
}

.subFilters
{
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.addShadow
{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}


.subSubFilters
{
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}

.subFilterItem
{
  width: calc(33.33% - 20px);
  padding: 10px;
  background: #FFF;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  display: inline-block;
  min-height: 500px;
}

.tauxContainerItem
{
  width: 100%;
  padding: 10px;
  background: #FFF;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  display: inline-block;
}

.subSubItem
{
  position: relative;
  width: 100%;
  padding: 10px 0;
  background: #FFF;
  border-bottom: 1px solid #ecf0f1;
  font-size: 12px;
  display: inline-block;
}

.subSubItem span
{
  float: right;
}

.subFltTilte
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  background: #ecf0f1;
  text-indent: 10px;
}

.subFltTilte span
 {
   float: right;
   margin-right: 10px;
   margin-top: 4px;
 }

.marqItemContent
{
  width: 100%;
  margin: auto;
}

.marqItemLogo
{
  width: 35%;
  height: 40px;
  float: left;
}

.marqItemLogo img
{
  height: 40px;
}

.marqItemLabel
{
  width: 35%;
  height: 40px;
  line-height: 40px;
  float: left;
}

.marqItemAction
{
  width: 30%;
  height: 40px;
  line-height: 40px;
  float: left;
}

.marqItemAction > .actionsIcons
{
  float: right;
  padding-top: 10px;
}

.echeance50
{
  width: 50%;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-indent: 10px;
}

.echeance30
{
  width: 30%;
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.echeance20
{
  width: 20%;
  float: left;
  font-size: 12px;
  font-weight: normal;
}

.echeance20 span
{
  float: right;
  margin-right: 10px;
}


.loginLogoZone
{
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -254px;
  width: 508px;
  height: 62px;
  background: url(../imgs/loginheader.png);
}

.logoLogin
{
  position: absolute;
  width: 300px;
  height: 90px;
  top: 20px;
  left: 50%;
  margin-left: -150px;
  background: url(../imgs/logo.png) no-repeat center center;
  background-size: contain;
}

.fltModelOverlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .1);
  z-index: 999;
  top: 0;
}

.fltModel
{
  position: absolute;
  width: 480px;
  height: 360px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -180px;
  overflow: hidden;
}

.fltModelTitle
{
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgb(255, 64, 129);
  color: #FFF;
  text-indent: 10px;
  line-height: 50px;
}

.fltModelList
{
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 50px;
}

.fltModelListItem
{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ecf0f1;
  line-height: 40px;
  color: #333;
  text-indent: 10px;
  cursor: pointer;
}

.whiteClose
{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
  background: url(../imgs/whiteclose.png) no-repeat center center;
  background-size: 40px;
  cursor: pointer;
}

.rubPadd30
{
  padding: 30px;
}

.parentCat {
    border: 10px;
    width: 420px;
    display: block;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    position: relative;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    color: #333;
    padding: 0 10px 0 20px;;
    margin-bottom: 10px;
}

.widt600
{
  width: 600px;
}

.parentCat span
{
  float: right;
  padding-top: 10px;
  margin-left: 10px;
}

.primary
{
  background-color: rgb(0, 188, 212);
  color: #FFF;
}

.secondary
{
  background-color: rgb(255, 64, 129);
  color: #FFF;
}

.settSubCat
{
  width: 100%;
  padding: 0px 0px 30px 40px;
  display: inline-block;
}

.settFilterName
{
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: rgb(255, 64, 129);
  font-size: 10px;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}

.settSeoName
{
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: rgb(133, 206, 48);
  font-size: 10px;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
  float: left;
}

.settFilterNameBg
{
   background: #95a5a6;
}

.settCatActions
{
  position: absolute;
  height: 24px;
  right: 10px;
  top: 9px;
}

.settCatDelete
{
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: #FFF url(../imgs/del_ico.png) no-repeat center;
  background-size: 12px;
  margin-left: 8px;
  cursor: pointer;
  float: left;
}

.settCatEdit
{
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: #FFF url(../imgs/edit_ico.png) no-repeat center;
  background-size: 12px;
  margin-left: 8px;
  cursor: pointer;
  float: left;
}

.catAdd
{
  position: absolute;
  width: 640px;
  height: 100px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 20px;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -50px;
  border-radius: 4px;
  overflow: hidden;
}

.catAddFlt
{
  width: 380px;
  height: 260px;
  margin-left: -190px;
  margin-top: -130px;
}

.catAddClose
{
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  background: #FFF url(../imgs/del_ico.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
  right: 5px;
  top: 5px;
}

.catAddTitle
{
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-indent: 10px;
}

.catAddContent
{
  position: absolute;
  width: 100%;
  height: 70px;
  top: 30px;
}

.catAddContentFt
{
  top: 40px;
  height: 220px;
  background: #fbfbfb;
}

.catAdd80
{
  width: 80%;
  float: left;
  padding: 10px;
}

.catAdd60
{
  width: 60%;
  float: left;
  padding: 10px;
}

.editInput
{
  width: 95%!important;
  height: 36px!important;
  font-size: 12px!important;
}

.editTextArea
{
  width: 95%!important;
  height: 100px!important;
  font-size: 12px!important;
  border: none;
}

.birthHeader
{
  position: absolute;
  width: 100%;
  height: 80px;
  background: rgb(0, 188, 212) url(../imgs/birthday.png) no-repeat 10px center;
  background-size: 48px;
  line-height: 80px;
  font-family: 'montserBold';
  font-size: 15px;
  padding-left: 70px;
  color: #FFF;
  text-transform: uppercase;
}


.birthContent
{
  position: absolute;
  width : 100%;
  height: calc(100% - 80px);
  top: 80px;
}

.birthTitle
{
  padding: 10px;
  border-bottom: 1px solid #ecf0f1;
  font-family: 'montserBold';
  font-size: 12px;
}

.birthItem
{
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-bottom: 1px solid #ecf0f1;
}

.birthItem > .pictClient
{
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 40px;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.birthItem > .clientInitials
{
  width: 50px;
  height: 50px;
  background: rgb(0, 188, 212);
  border-radius: 40px;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-family: 'montserBold';
  text-transform: uppercase;
}


.birthItem > .txtZone
{
  position: relative;
  padding: 10px;
  float: left;
  text-align: left;
}

.birthItem > .txtZone > h4
{
  font-size: 13px;
  padding: 0;
  margin: 0;
  font-family: 'montserBold';
  text-transform: uppercase;
}

.birthItem > .txtZone > span
{
  line-height: 14px;
  font-size: 11px;
  font-family: 'montserBold';
  color: #7f8c8d;
  display: block;
  text-transform: uppercase;
}

.birthItem > .txtZone > .birthBtns
{
  display: inline-block;
  margin-top: 5px;
}

.birthItem > .txtZone > .birthBtns > .birthBtn
{
  position: relative;
  float: left;
  margin-right: 5px;
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  font-family: 'montserBold';
  color: #FFF;
  background : #95a5a6;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  cursor: pointer;
}


/* ---- Payement MoDal ------- */
.overley
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.35);
  z-index: 999;
}

.arrModal
{
  position: absolute;
  width: 800px;
  height: 450px;
  background: #FFF;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -230px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  border-radius: 4px;
}

.arrModalHeader
{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #FFF;
  padding-left: 20px;
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
  background: rgba(0,0,0,.2);
}

.arrModalClose
{
  position: absolute;
  width: 40px;
  height: 40px;
  background:#FFF url(../imgs/delete.png) no-repeat center center;
  background-size: 30px;
  top: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
  border-radius: 20px;
  opacity: .8;
}

.arrModalClose:hover
{
  border-radius: 30px;
  background: rgba(0,0,0,.05) url(../imgs/delete.png) no-repeat center center;
  background-size: 30px;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
  opacity: 1;
}

.arrModalCorps
{
  width: 100%;
  height: 340px;
  padding: 20px;
}

.modalLineInfo
{
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 3px 0;
}

.ModalRubFooter
{
  width: 100%;
  padding: 15px;
  text-align: right;
  display: inline-block;
}

.alertModal
{
    position: absolute;
    width: 400px;
    height: 200px;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
    border-radius: 4px;
}

.alertCorps
{
  width: 100%;
  height: 120px;
  padding: 60px 20px 20px 20px;
  text-align: center;
}

.alertCorps span
{
  display: block;
  color: #2b912b;
  font-size: 16px;
  font-weight: bold;
}

.fullList
{
  height: 100%;
  top: 0px;
}

.fullStock
{
  padding: 0;
  width: 100%;
}

.noPadd 
{
  padding: 0;
}

.upOverley
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.5);
  z-index: 999;
}

.majEnCours
{
  position: absolute;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 188, 212, .8);
  color: #FFF;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -40px;
  text-align: center;
  font-family: 'montserBold';
  font-size: 13px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 20px;
}


/* Contact et newsletter ------------------------------------------- */

.nlHeader
{
  position: absolute;
  width: 100%;
  height: 80px;
  background: rgb(0, 188, 212);
  background-size: 48px;
  line-height: 80px;
  font-family: 'montser';
  font-size: 20px;
  padding-left: 20px;
  color: #FFF;
}

.nlContent
{
  position: absolute;
  width : 100%;
  height: calc(100% - 120px);
  top: 130px;
}

.nlGroupList
{
  position: absolute;
  width: calc(100% - 100px);
  max-height: 50%;
  top: 130px;
  left: 0;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 8px;
  border-top: 1px solid #ecf0f1;
  padding: 10px;
  overflow-y: auto;
}


.nlGroupItem
{
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #333;
  line-height: 40px;
  cursor: pointer;
  transition: all .3s;
}

.nlGroupItem:hover
{
  background: #ecf0f1;
  text-indent: 10px;
  transition: all .3s;
}


.nlAdd
{
  position: absolute;
  width : 100%;
  height: 0px;
  top: 130px;
  border-bottom: 1px solid #ecf0f1;
  padding: 0px 10px 0px 10px;
  padding-top: 0px;
  overflow: hidden;
}

.nlAddSection
{
  position: relative;
  width: 100%;
}

.nlInput
{
  position: relative;
  width: 100%;
  height: 32px!important;
  font-size: 12px!important;
  color: #333;
  margin: 0 0 14px 0!important;
}

.nlAction
{
  position: absolute;
  width : 100%;
  height: 50px;
  top: 80px;
  box-shadow: rgba(0, 0, 0, 0.15) 4px 0px 10px;
}

.inbox
{
  position: relative;
  width: 100%;
  height: 80px;
}

.inbox > .inboxText
{
  position: relative;
  height: 80px;
  background-size: 48px;
  line-height: 80px;
  font-family: 'montser';
  font-size: 28px;
  color: #333;
  float: left;
}

.inbox > .inboxAll
{
  position: relative;
  height: 80px;
  background-size: 48px;
  line-height: 80px;
  font-family: 'montser';
  font-size: 13px;
  padding-left: 10px;
  color: #333;
  float: right;
}

.inbox > .inboxNbr {
  height: 32px;
  width: 32px;
  background: #333;
  color : #FFF;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
  margin-left: 15px;
  font-family: 'montser';
  font-size: 14px;
  float: left;
  margin-top: 24px;
}

.inBoxSide
{
  position: absolute;
  width: 280px;
  height: 100%;
  background: #FFF;
  border-right: 1px solid #ecf0f1;
  border-top: 1px solid #ecf0f1;
}

.inBoxContent
{
  position: absolute;
  width: calc(100% - 280px);
  height: 100%;
  background: #FFF;
  border-top: 1px solid #ecf0f1;
  right: 0;
}

.inBoxItem
{
  position: relative;
  width: 100%;
  padding: 10px;
  display: inline-block;
  font-family: 'montser';
  font-size: 11px;
  color: #333;
  border-bottom: 1px solid #ecf0f1;
  cursor: pointer;
  transition-duration: 200ms;
}

.inBoxItem:hover
{
  background: #bdc3c7;
}

.inBoxItem > .avatar 
{
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  font-family: 'montserBold';
  font-size: 13px;
  margin-right: 10px;
  background: rgb(0, 188, 212);
  color: #FFF;
  text-transform: uppercase;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.inBoxItem > .infoDet 
{
  position: relative;
  width: calc(100% - 42px);
  float: left;
  padding-top: 5px;
}

.inBoxItem > .infoDet span 
{
  width: 100%;
  display: block;
  font-family: 'montserBold';
  font-size: 11px;
 
}

.inBoxItem > .dateSent 
{
  width: 100%;
  display: block;
  font-family: 'montser';
  font-size: 10px;
  text-align: right;
}

.inboxNew
{
  background: #ecf0f1;
  border-bottom: 1px solid #fff;
}

.contactDetails
{
  width: 100%;
  padding: 20px;
  display: inline-block;
}

.contactDetails > .ctcHeader
{
  position: relative;
  width: 100%;
  font-family: 'montser';
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ecf0f1;
}

.contactDetails > .ctcHeader span
{
  width: 100%;
  display: block;
  font-family: 'montserBold';
  font-size: 18px;
}

.contactDetails > .ctcHeader > .dateSent 
{
  width: 100%;
  display: block;
  font-family: 'montser';
  font-size: 11px;
  text-align: right;
}

.contactDetails > .ctcMessage
{
  width: 100%;
  font-family: 'montser';
  font-size: 14px;
  padding-bottom: 10px;
  margin-top: 60px;
}

.contactDetails > .ctcMessage span
{
  width: 100%;
  display: block;
  margin-bottom: 22px;
  font-family: 'montserBold';
  font-size: 18px;
}

.contactDetails > .ctcResponse
{
  position: relative;
  width: 100%;
  font-family: 'montser';
  font-size: 14px;
  padding-top: 20px;
  border-top: 1px solid #ecf0f1;
  line-height: 18px;
  margin-top: 30px;
}

.contactDetails > .ctcResponse > span
{
  width: 100%;
  display: block;
  margin-bottom: 20;
  font-family: 'montser';
  font-size: 10px;
}

.mailingItem
{
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

.mailingItem > .mailingContent
{
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid #ecf0f1;
  border-radius: 2px;
  font-family: 'montser';
  font-size: 12px;
}

.mailingItem > .mailingContent > span
{
  width: 100%;
  display: block;
  font-family: 'montserBold';
  font-size: 12px;
}

.mailingItem > .mailingContent > .mailDelete
{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 10px;
  background: url(../imgs/del_ico.png) no-repeat center center;
  background-size : 14px;
  cursor: pointer; 
}

.mailingItem > .mailingContent > .mailEdit
{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 10px;
  background: url(../imgs/edit_ico.png) no-repeat center center;
  background-size : 14px;
  cursor: pointer; 
}

.addMailing
{
  position: absolute;
  width: 50px;
  height: 50px;
  border-left: 1px solid #ecf0f1;
  background: url(../imgs/plus.png) no-repeat center center;
  border-left: 1px solid #ecf0f1;
  background-size : 24px;
  right: 0;
  cursor: pointer;
  transition-duration: 100ms;
}

.addSettings
{
  position: absolute;
  width: 50px;
  height: 50px;
  border-left: 1px solid #ecf0f1;
  background: url(../imgs/list_icon.png) no-repeat center center;
  border-left: 1px solid #ecf0f1;
  background-size : 24px;
  right:50px;
  cursor: pointer;
  transition-duration: 100ms;
}

.nlSelect
{
  position: relative;
  width: calc(100% - 100px);
  height: 50px;
  line-height: 50px;
  background: url(../imgs/nlselect.png) no-repeat right center;
  background-size: 30px;
  font-family: 'montserBold';
  font-size: 15px;
  cursor: pointer;
  padding-left: 10px;
}

.addMailing:hover
{

  background-size : 32px;
}

.mailReply
{
  position: absolute;
  width: 36px;
  height: 36px;
  background: rgb(0, 188, 212) url(../imgs/reply_white.png) no-repeat center center;
  background-size: 28px;
  border-radius: 20px;
  cursor: pointer;
  right: 0px;
  bottom: 10px;
}

.zoneMailResponse
{
  width: 100%;
  margin-top: 40px;
}

.zoneMailBts
{
  width: 100%;
  padding: 20px 0;
}


.mailSettingsZone
{
  position: relative;
  min-width: 600px;
  height: 162px;
  display: block;
  overflow: hidden;
}

.mailGroupList
{
  width: 100%;
  padding: 0 24px 12px;
  display: inline-block;
}

.mailGroupAddZone
{
  width: 100%;
  display: inline-block;
  padding: 0 24px 12px;
}

.mailGroupAddZone input 
{
    height: 2.4rem;
    width: 50%;
    font-size: 0.8rem;
    margin: 0 12px 0px 0px;
}

.mailingContent input 
{
    height: 2.4rem;
    width: 50%;
    font-size: 0.8rem;
    margin: 0 12px 0px 0px;
}


/* Stats ------------------------  */

.statsHeader
{
  width: 100%;
  display: inline-block;
  margin-bottom: 00px;
  padding: 10px;
}

.statsLine
{
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
}

.stats70
{
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
}

.st25
{
  width: 25%;
  display: inline-block;
  padding: 10px;
  float: left;
}


.statHeaderItem
{
  position: relative;
  width: 100%;
  height: 160px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.statItemTitle
{
  width: 100%;
  height: 44px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 44px;
  padding-left: 56px;
  font-size: 14px;
  line-height: 44px;
}


.icoCommand
{
  background-image: url(../imgs/icocomm.png);
}

.icoIncome
{
  background-image: url(../imgs/icoincome.png);
}

.icoCostumer
{
  background-image: url(../imgs/icoclient.png);
}

.icoVisit
{
  background-image: url(../imgs/icovisit.png);
}

.statGraph
{
  width: 100%;
  display: inline-block;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  padding: 10px 20px;
}

.IncomeGraph
{
  width: 100%;
  display: inline-block;
  background: #4B79A1;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #283E51, #4B79A1);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #283E51, #4B79A1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  padding: 10px 20px;
}

.IncomeGraph h3
{
  text-align: center;
  font-size: 14px;
  color: #FFF;
}

.barsSats
{
  width: 60%;
  float: left;
}

.barsSats h3
{
  text-align: center;
  font-size: 14px;

}

.dougSats
{
  width: 40%;
  float: left;
}

.dougSats h3
{
  text-align: center;
  font-size: 14px;

}

.statsTopVente
{
  width: 60%;
  min-height: 370px;
  display: inline-block;
  background: #FFF;
  padding: 20px;
  float: left;
  border-right: 1px solid #ecf0f1;
}

.statsTopCommand
{
  width: 40%;
  min-height: 370px;
  display: inline-block;
  background: #FFF;
  padding: 20px;
  float: right;
}

.statsNewBlock
{
  width: 33.3333%;
  min-height: 370px;
  display: inline-block;
  background: #FFF;
  padding: 20px;
  float: left;
  border-right: 1px solid #ecf0f1;
}

.statPad20
{
    padding: 20px;
}

.statsTitle
{
  width: 100%;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  background: #ecf0f1;
  text-indent: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.statsContent
{
  position: relative;
  width: 100%;
  height: 300px;
  
}

.statsContainer
{
  position: absolute;
  width: 100%;
  height: 100%;
}

.statsContainerItem
{
  position: relative;
  width: 100%;
  height: 100px;
  display: inline-block;
  border-bottom: 1px solid #ecf0f1;
  padding: 6px 0;
}

/* stats 02 ------------------------- */

.statsValue
{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'montserBold';
  font-size: 28px;
  text-align: center;
  color: #000;
}

.statsValue span
{
  font-size: 8px;
  font-family: 'montser';
}

.statsValueAll
{
  position: absolute;
  height: 24px;
  min-width: 30px;
  line-height: 24px;
  font-family: 'montser';
  font-size: 12px;
  color: #FFF;
  border-radius: 12px;
  right: 10px;
  top: 10px;
  text-align: center;
  padding: 0 10px;
}

.statsBgYellow
{
  background: #F1A351!important;
}

.statsBgRed
{
  background: #FA6869;
}

.statsBgBlue
{
  background: #61A6E9;
}

.statsBgGreen
{
  background: #45BE89;
}

.statsBlockFooter
{
  position: absolute;
  width: 100%;
  min-height: 50px;
  bottom: 0;
  left: 0;
  padding: 4px 8px;
}

.statsBlockItem
{
  position: relative;
  width: 50%;
  height: 42px;
  float: left;
  color: #FFF;
  font-family: 'montserBold';
  font-size: 20px;
  padding-left: 40px;
  padding-top: 8px;
  background-position: left center;
  background-size: 34px;
  background-repeat: no-repeat; 
  line-height: 17px;
}

.statsBlockItem small
{
  font-family: 'montser';
  font-size: 10px;
  display: block;
}

.statsBlockItem span
{
  font-family: 'montser';
  font-size: 8px;
}

.statsBlockSmall
{
  font-size: 14px;
  line-height: 15px;
  padding-top: 8px;
}

.icoStatRoom
{
  background-image: url(../imgs/stat_room.png);
}

.icoStatPax
{
  background-image: url(../imgs/stat_pax.png);
}

.icoStatPay
{
  background-image: url(../imgs/stat_pay.png);
}

.icoStatNpay
{
  background-image: url(../imgs/stat_npay.png);
}

.icoStatInc
{
  background-image: url(../imgs/stat_inc.png);
}

.icoStatDec
{
  background-image: url(../imgs/stat_dec.png);
}

.icoStatEqual
{
  background-image: url(../imgs/stat_equal.png);
}

.icoStatGuest
{
  background-image: url(../imgs/stat_guest.png);
}

.icoStatPages
{
  background-image: url(../imgs/stat_pages.png);
}

.icoStatClientBooking
{
  background-image: url(../imgs/stat_cl_booking.png);
}

.icoStatClientRoom
{
  background-image: url(../imgs/stat_cl_room.png);
}

.icoStatClientIncome
{
  background-image: url(../imgs/stat_cl_income.png);
}



.statsLineContainer
{
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}

.statCoupon
{
  position: relative;
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  background: rgb(0, 188, 212);
  color: #FFF;
  font-family: 'montser';
  font-size: 11px;
  margin-right: 10px;
}

.statRezDate
{
  position: relative;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #333;
  font-family: 'montser';
  font-size: 11px;
}

.statRezDate span
{
  font-family: 'montserBold';
}

.statsData
{
  position: relative;
  float: left;
  display: inline-block;
  padding: 2px 0;
  color: #333;
  font-family: 'montser';
  font-size: 11px;
}

.statsData span
{
  color: #333;
  font-family: 'montser';
  font-size: 10px;
  color: rgb(0, 188, 212);
  display: block;
}

.statsData50
{
  width: 50%;
}

.statsData25
{
  width: 25%;
}

.statsItemBorder
{
  border-bottom: 1px solid #ecf0f1;
}

.autoHeight
{
  height: auto;
  display: inline-block;
}

.stClient
{
  width: 33.33%;
  color: #333;
  border-left: 2px solid rgb(0, 188, 212);;
  padding-left: 10px;
  margin-top: 8px;
  height: 32px;
  padding-top: 2px;
}

.stCl
{
  width: 100%;
}

.statClWidth
{
  width: calc(100% - 80px);
}

.statsLeftBorder
{
  border-left: 1px solid #ecf0f1;
}

.statsClientEmail
{
  font-family: 'montserBold';
  font-size: 12px;
}
.statsClientAdded
{
  font-family: 'montser';
  font-size: 10px;
}

.statsClientMessage
{
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ecf0f1;
  padding: 6px 0;
}

.clientItem .clientInitials36
{
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.clientItem .pictClient36
{
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.newItemStats
{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../imgs/newitem.png) no-repeat center center;
  background-size: 40px;
}

.clStatsInfo
{
  border-left: 1px solid #ecf0f1;
  padding-left: 10px;
}

.statsNoPadd
{
  padding: 0;
}

.statLivraison
{
  line-height: 20px;
  height: 20px;
  font-size: 10;
  margin-top: 4px;
}

.statClCroissance
{
  height: 42px;
  float: right;
  font-family: 'montserBold';
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  padding-right: 10px;
}

.statClCroissance span
{
  font-family: 'montserBold';
  font-size: 12px;
}

.statsNewBadge
{
  height: 22px;
  float: right;
  margin-top: 4px;
  padding: 0 8px;
  line-height: 22px;
  border-radius: 4px;
  background: #FA6869;
  font-family: 'montserBold';
  font-size: 10px;
  margin-right: 4px;
  color: #FFF;
  display: inline-block;
  text-indent: 0;
}

.statsBtDetails
{
  background: #61A6E9!important;
  cursor: pointer;
}

.st50
{
  width: 50%;
  display: inline-block;
  padding: 0 10px 10px 10px;
  float: left;
}

.statHeader100
{
  height: 100px;
}

.statHeader120
{
  height: 120px;
}

.statsHeaderNoPadd
{
  padding: 0 10px 10px 10px;
}

.onlineTitle
{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'montser';
  font-size: 11px;
  color: #FFF;
  text-align: center;
  top: 0;
}

.onlineContainer
{
  position: relative;
  width: 120px;
  height: 120px;
  background: #45BE89;
  font-family: 'montserBold';
  font-size: 36px;
  line-height: 130px;
  color: #FFF;
  text-align: center;
  float: left;
}

.onlineDetails
{
  width: calc(100% - 120px);
  padding: 10px;
  color: #000;
  font-family: 'montser';
  font-size: 12px;
  float: right;
}

.onlineIp
{
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.onlineDetails img
{
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
}

.onlineDetails span
{
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
}

.pageEnCours
{
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-family: 'montserBold';
  font-size: 10px;
  color: #45BE89;
}

.pagePanier
{
  position: relative;
  width: 100%;
  height: 84px;
}

.pagePanierImage
{
  position: relative;
  width: 84px;
  height: 84px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pagePanierDetails
{
  position: relative;
  width: calc(100% - 84px);
  height: 84px;
  float: right;
}

.pagePanierDetails span 
{
  width: 100%;
  display: block;
  font-family: 'montserBold';
  font-size: 14px;
  color: #000;
}

.pagePanierDetails small 
{
  width: 100%;
  display: block;
  font-family: 'montser';
  font-size: 10px;
  color: #000;
  margin-bottom: 10px;
}


.pageEnCoursTitle
{
  width: 100%;
  font-family: 'montserBold';
  font-size: 14px;
  color: #000;
}


.statConnectedClients {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
  border-radius: 10px;
  overflow: hidden;
}

.st100 {
  width: 100%;
  display: inline-block;
  padding: 0 10px 10px 10px;
  float: left;
}

.connectedTitleContainer
{
  height: 40px;
  float: left;
  padding: 0 5px 0 0;
}

.connectedTitle
{
  height: 40px;
  background: #61A6E9;
  color: #FFF;
  font-family: 'montser';
  font-size: 11px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 5px;
  float: left;
}

.connectedTrian
{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #61a5e9;
  float: left;
}

.connectPadd
{
  padding: 5px
}

.connectWhite
{
  background: #FFF!important;
}

.connectedItem
{
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-family: 'montser';
  font-size: 12px;
  background: #ecf0f1;
  color: #333;
  float: left;
  border-radius: 15px; 
}

/* ---------------------------------- */



/* ---Notifications header ----------------- */

.HeaderNotif
{
  position: fixed;
  height: 60px;
  background: #FFF;
  top: 0;
  right: 120px;
  z-index: 999;
}

.notif
{
  position: relative;
  float: left;
  width: 50px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-right: 1px solid #ecf0f1;
  cursor: pointer;
}

.notif:nth-child(1)
{
  border-left: 1px solid #ecf0f1;
}

.notifBgRez
{
  background-image: url(../imgs/header_cart.png);
}

.notifBgEmail
{
  background-image: url(../imgs/header_email.png);
}

.notifBgMess
{
  background-image: url(../imgs/header_message.png);
}

.notifBadge
{
  position: absolute;
  width: 18px;
  height: 18px;
  background: rgb(162,30,255);
  border-radius: 10px;
  line-height: 18px;
  text-align: center;
  color: #FFF;
  top: 6px;
  right: 4px;
  font-size: 10px;
}

/* ---------------------------------- */


.printFooter {
  display: none;
  position: fixed;
  text-align: center;
  bottom: 20px;
  width: 100%;
  background: #fff;
  margin: 0 auto 0 auto;
  
}




/* --- Media Print ----------------- */

@media print {
  body 
  {
    background-color:#FFF;
  }
  .invPaper
  {
    width: 1200px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
    padding: 40px;
  }
  .bordBott
  {
    border-bottom: 1px #000 solid;
  }

  .bordTop
  {
    border-top: 1px #000 solid;
  }

  .bord4
  {
    border-bottom: 3px #000 solid;
  }

  .totItem
  {
    border-top: 1px #000 solid;
  }

  .printFooter {
    display: none;
  }

  .invoiceTitle
  {
    background: #FFF;
    border-bottom: 1px #000 solid;
    color: #000;
    font-size: 72px;
  }

  .invClient
  {
    padding-left: 0;
    background: #FFF;
    color: #000;
    border-bottom: 1px #000 solid;
  }

  .paperAdr 
  {
    border-right: 4px solid #000;
  }

}

/* ---------------------------------- */



/* Toaster -------------------------- */

.ToastPosition
{
  position: fixed;
  left: 50%;
  margin-left: -150px;
  top: 0px;
  padding: 20px;
  z-index: 99999999;
}

.toastContainer
{
  width: 300px;
  min-height: 50px;
  background: #45BE89;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
  border-radius:6px; 
  display: inline-block;
  padding: 10px 10px 10px 50px;
  color: #FFF;
  font-family: 'montser';
  font-size: 14px;
  line-height: 18px;
}

.toastContainer span
{
  font-family: 'montserBold';
  font-size: 14px;
}

@keyframes toastIn {
  0% {
    top: -25%;
    
  }
  100% {
    top: 0;
  }
}

@keyframes toastOut {
  0% {
    top: 0;
    
  }
  100% {
    top: -25%;
  }
}

.toastAnimIn
{
  animation: toastIn .5s ease-out forwards;
}

.toastAnimOut
{
  animation: toastOut .5s ease-out forwards;
}

/* ---------------------------------- */



/* Dialog --------------------------- */

.dialog
{
    margin: 48px;
    display: flex;
    outline: none;
    position: relative;
    overflow-y: auto;
    flex-direction: column;
    flex: 0 1 auto;
    max-height: calc(100% - 96px);
    max-width: calc(100% - 96px);
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    z-index: 99991;
    background: #FFF;
    transition: all 500ms;
}

.dialogOverly
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
}

.dialogTitle {
  flex: 0 0 auto;
  margin: 0;
  padding: 12px 24px 12px;
}

.dialogTitle h6 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

.dialogContent {
  flex: 1 1 auto;
  padding: 0 24px 12px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  transition: all 500ms;
}

.dialogContentPadd0
{
  padding: 0 0 0 0;
}

.dialogContent p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}

.dialogFooter {
  flex: 0 0 auto;
  margin: 8px 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.dissoEnter
{
  animation : EnterDissolve 0.3s ease-in;
}

.dissoExit
{
  animation : ExitDissolve 0.3s ease-in;
}
@keyframes EnterDissolve {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ExitDissolve {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* ---------------------------------- */

/* Traduction ------------------------ */

.tradHeader
{
  position: absolute;
  width: 100%;
  height: 40px;
  background: #FFF;
  top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-Top: 1px solid rgba(0, 0, 0, .05);
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  background: #f1f1f1;
}

.tradHeader img 
{
  height: 20px;
  margin-right: 10px;
  display: block;
  margin-top: 9px;
  float: left;
}

.tradLine
{
  position: relative;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #f1f1f1;
  font-size: .85rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  display: inline-block;
  transition: all .3s;
  height: auto;
}

.tradContainer
{
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  background: #FFF;
  top: 100px;
  overflow: hidden;
}

.trad40
{
  position: relative;
  width: 40%;
  float: left;
  padding: 0 20px;
  
}

.trad20
{
  position: relative;
  width: 20%;
  float: left;
  padding: 0 20px;
}

.tradLh40
{
  line-height: 40px;
}

.tradCenter
{
  text-align: center;
}

.tradPad20
{
  padding: 20px;
}

.tradBtEdit
{
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.7;
}

.tradBtEdit:hover 
{
  opacity: 1;
  transition: opacity .3s;
}

.tradBgEdit 
{
  background: url(../imgs/edit_ico.png) no-repeat center center;
  background-size: 18px;
}

.tradBgClose
{
  background: url(../imgs/activ0.png) no-repeat center center;
  background-size: 14px;
}

.tradBgValid
{
  background: url(../imgs/activ1.png) no-repeat center center;
  background-size: 14px;
}

.tradLangZone
{
  position: absolute;
  height: 38px;
  right: 20px;
  top: 11px;
}

.tradLangItem
{
  position: relative;
  height: 38px;
  padding: 0 10px;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, .15);
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 36px;
  cursor: pointer;
}

.tradSelLang
{
  background: #45BE89;
  color: #FFF;
}

/* ---------------------------------- */


/* Edition Adresse ------------------ */

.editAdressZone
{
  width: 600px;
  display: inline-block;
}

.editAdressZone .adrCol100
{
  width: 100%;
  float: left;
}

.editAdressZone  .adrCol50
{
  width: 50%;
  float: left;
}

.editAdressZone > .padR10
{
  padding-right: 10px;
}

.editAdressZone input 
{
  position: relative;
  height: 40px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0;
  min-height: 40px;
  margin: 10px 0 0px 0;
  border-bottom: 1px solid #ecf0f1;
}



/* ---------------------------------- */




/* -- Messagerie -------------------- */

.messageDetails
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.messageHeader
{
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  border-bottom: 1px solid #ecf0f1;
}

.messageHeader > .avatar
{
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  font-family: 'montserBold';
  font-size: 15px;
  margin-right: 10px;
  margin-left: 20px;
  margin-top: 10px;
  background-color: #ecf0f1;
  color: #333;
  text-transform: uppercase;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
}

.messageHeader > .messTitle
{
  line-height: 60px;
  float: left;
  font-size: 1.2rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #333;
}


.messageMessages
{
  position: absolute;
  width: 100%;
  height: calc(100% - 140px);
  top: 60px;
  border-bottom: 1px solid #ecf0f1;
  
}

.messageFooter
{
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px; 
  padding: 0 20px;
}

.messageFooter textarea
{
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
  height: 60px;
  width: 75%;
  border: none;
  resize: none;
  overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #ecf0f1;
}

.messageLine
{
  position: relative;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  padding: 20px;
}

.messageLine > .avatar 
{
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  font-family: 'montserBold';
  font-size: 13px;
  margin-right: 10px;
  background-color: rgb(0, 188, 212);
  color: #FFF;
  text-transform: uppercase;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
}

.messageLine > .messageSELF 
{
  position: relative;
  float: left;
  max-width: 60%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  font-size: .9rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  background: rgba(0, 188, 212, .7);
  color: #FFF;
  padding: 10px
}

.messageLine > .messageADMIN
{
  position: relative;
  float: right;
  max-width: 60%;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  font-size: .9rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  background: #ecf0f1;
  color: #333;
  padding: 10px;
}

.sendMessageBt
{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(0, 188, 212);
  border-radius: 36px;
  top: 15px;
  right: 15px;
}


/* ---------------------------------- */


.seoZone
{
  width: 100%;
  border: 1px solid #ecf0f1;
  padding: 20px;
  margin-top: 20px;
}

.seoZone .seoLabel
{
  width: 100%;
  font-size: 1.5rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  background: rgba(0, 188, 212, .7);
  color: #FFF;
  line-height: 50px;
  padding-left: 20px;
}

label {
  font-size: 1rem;
}

.EditSeoZone
{
  width: 500px;
  
}

.EditSeoZone input
{
  position: relative;
  height: 30px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0;
  min-height: 30px;
  margin: 0px 0 10px 0;
  border-bottom: 1px solid #ecf0f1;
}

.EditSeoZone textarea
{
  position: relative;
  height: 40px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0;
  margin: 0px 0 20px 0;
  border: none;
  resize: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ecf0f1;
}

.EditSeoZone label
{
  display: block;
  width: 100%;
  line-height: 20px;
  color: rgb(0, 188, 212);
  margin-bottom: 10px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}


/* ---------------- site select ------------------------------------------ */
.HeaderSiteSelect {
  position: fixed;
  height: 60px;
  background: #FFF;
  top: 0;
  left: 120px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.siteSelectItem {
  font-family: 'montser';
  padding: 5px 10px;
  background-color: #ecf0f1;
  font-size: 12px;
  color: #333;
  border-radius: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.siteSelectItemSelected {
  color: #FFF;
  background-color: rgb(0, 188, 212);
  font-family: 'montserBold';
}

.globalSiteContainer
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.globalSiteName {
  font-size: 24px;
  font-weight: 900;
}

.globalSiteSelect {
  font-size: 10px;
  font-weight: 700;
  background-color: #95a5a6;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
  padding: 2px 10px;
}

.addInputBrand {
  background-color: rgb(0, 188, 212);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: 80px;
  left: 300px;
}

.dimensionsGrid {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(4, 1fr);
}

.categSelectedZone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.categSelectedItem {
  background-color: #ecf0f1;
  border-radius: 8px;
  padding: 6px 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
}

.categSelectedName {
  font-family: 'montser';
  font-size: 12px;
  color: #333;
  margin-right: 6px;
}

.categSelectedDelete {
  width: 22px;
  height: 22px;
  background: url(../imgs/del_ico.png) no-repeat center;
  background-size: 14px;
  cursor: pointer;
}

.categSelectedDefault {
  width: 22px;
  height: 22px;
  border-radius: 12px;
  background: #FFF;
  margin-right: 2px;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categSelectedSetDefault {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #27ae60;
}


.productOptions {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.productOptionItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
}
.productOptionCheck {
  display: flex;
  width: 22px;
  height: 22px;
  border: 1px solid #bdc3c7;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.productOptionCheked {
  width: 14px;
  height: 14px;
  background-color: rgb(0, 188, 212);
  border-radius: 2px;
}
.productOptionLabel {
  font-family: 'montser';
  font-size: 12px;
  color: #333;
}