@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;
}

a
{
  text-transform: none;
  color: #000;
}

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;
    border-bottom: 1px solid #f1f1f1;
    background: #FFF;
}

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

.lMenu
{
  float: left;
  margin-top: 10px;
  margin-left: 240px;
}

.hotelTitle
{
  line-height: 46px;
  padding: 0 15px;
  font-family: 'montserBold';
  font-size: 18px;
}

.LogAvatar
{
  float: right;
  width: 30px;
  height: 30px;
  background: #CCC;
  border-radius: 25px;
  margin-top: 15px;
  margin-right: 10px;
  background: #f4f5f8 url(../imgs/star.png) no-repeat center center;
  background-size: 24px;
}


.side
{
    position: fixed;
    width: 240px;
    height: 100%;
    background: #52c234;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #061700, #3aaa35);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #061700, #3aaa35); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    


}

.logo
{
  position: absolute;
  width: 140px;
  height: 60px;
  background: url(../imgs/loginlogo.jpg) no-repeat -50px center;
  background-size: auto 50px;
  cursor: pointer;
}

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

.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% - 100px);
  top:100px;
}

.navItem
{
  position: relative;
  width: 100%;
  padding: 5px 20px 5px 10px;
  display: inline-block;
  cursor: pointer;
  font-family: 'futura';
}

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

.navIcon
{
  position: relative;
  width: 100px;
  text-align: center;
  color: #d1c3b1;
  font-size: 14px;
  float: right;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: top center;
  padding: 32px 0 10px 0;

}



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

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

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

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

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

.icoParam
{
  background-image: url(../imgs/param.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;
  font-family: 'futura';
}

.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:100%;
  height: calc(100% - 60px);
  left: 0px;
  top: 60px;

}

.subHeader
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background: rgba(255,255,255,1);
  line-height: 60px;
  padding: 0 16px;
  font-size: 16px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  font-family: 'open_sanssemibold';
}

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

.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;
}

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


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

.addSection h5
{
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  color: rgb(0, 188, 212);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

.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%;
  float: left;
  display: inline-block;
}

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

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

.col25
{
  position: relative;
  width: 25%;
  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;
}

.pad10 {
  padding: 10px;
}

.pad5 {
  padding: 5px;
}

.pad25 {
  padding: 25px;
}

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

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

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

.hotelItem .pict
{
  width: 80px;
  height: 80px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

.hotelItem .Txt
{
  width: 60%;
  height: 180px;
  float: left;
  padding-left: 10px;
  overflow: hidden;

}

.hotelItem .txt h3
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    color: #d1c3b1!important;
    font-family: 'montserBold';
}

.hotelItem .txt h2
{
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'montserBold';
}

.hotelItem .txt h1
{
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'montserBold';
}

.hotelItem .txt p
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'montser';
}

.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;
}

.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: cover;
  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;
}





.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;
}

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

.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;
}


.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;
  overflow: hidden;
}

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

.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;
}

.clientRub h2
{
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

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

.reservationList
{
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0px;
  left: 0;
}

.rezSep
{
  margin-bottom: 3px;
}

.reserItem .reserHeader
{
  width: 100%;
  padding: 10px;
  background: #ecf0f1;
  display: inline-block;
  line-height: 22px;
}

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

.reserItem .reserLine
{
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ecf0f1;
}

.reserItem .reser40
{
  width: 40%;
  display: inline-block;
  padding: 10px;
  float: left;
}

.reserItem .reser30
{
  width: 30%;
  display: inline-block;
  padding: 10px;
  float: left;
}

.reserItem .guests
{
  font-size: 11px;
  display: inline;
  padding-right: 5px;
}

.reserItem .guestsName
{
  font-size: 11px;
  display: inline;
  padding: 1px 10px;
  margin-right: 10px;
  background: rgb(0, 188, 212);
  color: #FFF;
  border-radius: 4px;
}

.tc
{
  text-align: center;
}

.tr
{
  text-align: right;
}


.reserContentPad
{
  box-sizing: border-box;
  padding: 10px;
}

.resHeaderNoPad
{
  padding: 0px!important;
}

.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 > .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 > .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 > .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 > .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 > .txtZone
{
  position: relative;
  width: calc(100% - 70px);
  padding: 15px;
  float: left;
  text-align: left;
}

.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 > .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 > .txtZone > h4
{
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: 'montserBold';
  text-transform: uppercase;
}

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

.clientItem > .txtZone > span > img
{
  height: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.clientItem > .txtZone > .stars
{
  width: 100%;
  height: 16px;
  margin-top: 6px;
}

.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%;
}

.clientItem > .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);
}

.lngNoBorder
{
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.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;
}

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

}


.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;
}


.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;
}

.clientRub .addTitle1
{
  height: 50px;
  color: #d1c3b1;
  font-size: 20px;
  font-family: 'open_sanssemibold';
  line-height:50px;
  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;
}


.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;
}


.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: opacity transform .3s;
}

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

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

.dissoExit
{
  position: relative;
  animation : ExitDissolve 0.3s ease-in;
}

.credit
{
  position: absolute;
  width: 100%;
  font-size: 10px;
  text-align: right;
  color: #FFF;
  bottom: 0;
  padding: 8px;
}

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

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

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

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

.activArt0
{
  opacity: .5;
}

.activArt1
{
  opacity: 1;
}


.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;
}


.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);
}

.col20
{
  position: relative;
  width: 20%;
  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;
}

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



.pad10 {
  padding: 10px;
}

.pad5 {
  padding: 5px;
}

.pad25 {
  padding: 25px;
}


.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;
}


.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;
  margin-top: 10px;
}

.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;
  bottom: 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: 100%;
  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';
}

.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: 100%;
  font-size: 16px;
  font-family: 'open_sanssemibold';
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  background-color: #efefef;
}

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

.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: #52c234;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #061700, #3aaa35);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #061700, #3aaa35); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.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;
}

.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/loginlogo.jpg) no-repeat center center;
  background-size: contain;
}


.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;
}


.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;
}



/* 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;
}

.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;
}

.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;
}

.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;
  background-size: 32px;
}

.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;
}

.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: 10px;
  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;
}

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

.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; 
}

.statsNoPadd
{
  padding: 0;
}

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

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

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

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


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

.attribItem
{
  width: 100%;
  line-height: 40px;
  background: #FFF;
  border-bottom: 1px solid #ecf0f1;
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
}

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

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

.delConfIco {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../imgs/del_ico.png) no-repeat center;
  background-size: 14px;
  margin-left: 5px;
  cursor: pointer;
  top: 10px;
}

.editConfIco {
  position: absolute;
  right: 40px;
  width: 30px;
  height: 30px;
  background: url(../imgs/edit_ico.png) no-repeat center;
  background-size: 14px;
  margin-left: 5px;
  cursor: pointer;
  top: 10px;
}

.attribIco {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-right: 15px;
  cursor: pointer;
}

.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;
}

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

.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;
}

.noteItem
{
  width: 100%;
  display: inline-block;
  font-family: 'montser';
  font-size: 13px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.noteItem span
{
  display: block;
  width: 180px;
  height: 24px;
  background: rgba(0, 188, 212, .8);
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 6px;
  text-indent: 10px;
}

.bookingBt
{
  width: 120px;
  height: 40px;
  background : rgb(94, 170, 211);
  color: #FFF;
  font-family: 'montserBold';
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  float: right;
  cursor: pointer;
  margin-right: 200px;
}

.bookingBt:hover
{
  background: #2E86B2;
}

.bookingContainer
{
  width: 100%;
  display: inline-block;
  background: #ecf0f1;
  margin-bottom: 20px;
}

.bookingSide
{
  width: 240px;
  min-height: 300px;
  background: #FFF;
  float: right;
  border-right: 1px solid #ecf0f1;
  display: inline-block;
}

.bookingSide  .title
{
  width: 100%;
  height: 50px;
  background: #FFF;
  font-family: 'montserBold';
  font-size: 12px;
  line-height: 50px;
  overflow: hidden;
  text-indent: 20px;
}

.bookingSide .roomZone
{
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.bookingSide .roomTitle
{
  width: 100%;
  height: 50px;
  background: rgba(0, 188, 212, .8);
  color: #FFF;
  font-family: 'montserBold';
  font-size: 12px;
  line-height: 50px;
  overflow: hidden;
  text-indent: 20px;
}

.bookingSide .titleItem
{
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  font-family: 'montser';
  font-size: 13px;
  line-height: 40px;
  overflow: hidden;
  text-indent: 20px;
  border-bottom: 1px solid #ecf0f1;
}

.bookingSide .bgGrey
{
  background: #ecf0f1;
}

.bookingItems
{
  width: calc(100% - 240px);
  min-height: 300px;
  background: #FFF;
  float: right;
  overflow: auto;
}

.bookingPriceZone
{
  width: 100%;
}

.bookingCol
{
  width: 100px;
  min-height: 300px;
  display: inline-block;
  border-right: 1px solid #ecf0f1;
  background: #FFF;
}

.bookingCol .title
{
  width: 100%;
  height: 50px;
  background: #ecf0f1;
  font-family: 'montserBold';
  font-size: 12px;
  line-height: 50px;
  overflow: hidden;
  text-align: center
}

.bookingCol .titleItem
{
  position: relative;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  font-family: 'montser';
  font-size: 13px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #ecf0f1;
}

.bookingCol .roomZone
{
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.bookingCol .roomTitle
{
  width: 100%;
  height: 50px;
  background: #FFF;
  color: #000;
  font-family: 'montser';
  font-size: 13px;
  line-height: 50px;
  overflow: hidden;
  text-indent: 20px;
}

.bookingCol .bgGrey
{
  background: #ecf0f1;
}

.bookingCol .status
{
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  top: 12px;
  background: #CCC;
}

.bookingCol .status1
{
  background: #27ae60;
}

.bookingCol .status0
{
  background: #c42814;
}

.bookingHeaderAction
{
  position: relative;
  height: 60px;
  float: right;
}

.bookingHeaderSection
{
  float: left;
  width: 160px;
  margin-right: 10px;
  margin-top: -12px;
  overflow: hidden;
}


.bookingOverley
{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.6);
  top: 0;
  left: 0;
  z-index: 999;
}

.bookingUpdateOverley
{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.1);
  top: 0;
  left: 0;
  z-index: 999;
}

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

.bookingModifView
{
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'montser';
  font-size: 13px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  background: #FFF;
  cursor: pointer;
  animation-delay: 100ms;
}

.bookingModifView:hover
{
  background:  #ecf0f1 url(../imgs/edit_ico.png) no-repeat 80px center;
  background-size: 12px;
}

.bookingModifEdit
{
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'montser';
  font-size: 13px;
  line-height: 40px;
  overflow: hidden;
  background: #FFF;
}

.bInput
{
  display: block;
  position: absolute;
  width: 65px!important;
  height: 2rem!important;
  margin: 0 0 0 0!important;
  top: 3px;
  left: 5px;
  line-height: 30px;
  text-align: center;
}

.bookingItemClose
{
  position: absolute;
  width: 20px;
  height: 18px;
  background: #ecf0f1 url(../imgs/del_ico.png) no-repeat center center;
  background-size: 12px;
  right: 1;
  top: 1;
  cursor: pointer;
}

.bookingItemSave
{
  position: absolute;
  width: 20px;
  height: 18px;
  background: #ecf0f1 url(../imgs/activ1.png) no-repeat center center;
  background-size: 12px;
  right: 1;
  bottom: 1;
  cursor: pointer;
}

.bookingItemIsUodating
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
}

.posList
{
  position: absolute;
  display: block;
  width: 96px;
  height: 132px;
  background: rgb(0, 188, 212);
  left: 0;
  bottom : 30;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.posListLink
{
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-family: 'montser';
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
}

.posListLink:hover
{
  background: rgba(255, 255, 255, .2);
}


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

.HeaderNotif
{
  position: fixed;
  height: 59px;
  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 #f1f1f1;
  cursor: pointer;
}



.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;
}

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


/* --- Gallery ----------------- */
.galPict
{
  position: relative;
  width: 25%;
  padding-top: 14%;
  float: left;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}

.galPict:nth-child(1)
{
  animation : EnterRoomLine 0.3s ease-in;
}

.galPictZone
{
  position: absolute;
  width: calc(100% - 6px);
  left: 5px;
  height: calc(100% - 5px);
  top: 5px;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 1px 1px;
}

.galDelPict {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: rgba(255,255 , 255, .7) url(../imgs/delete.png) no-repeat center center;
  background-size: 22px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.galLangZone
{
  position: absolute;
  width: 100%;
  display: inline-block;
  bottom: 0;
  padding: 10px;
}

.galLangZone > .langIcon
{
  width: 22px;
  height: 22px;
  background: #ecf0f1;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: .8;
  font-size: .6rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

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

.pictAddInfoPict
{
  width: 200px;
  float: left;
}

.pictAddInfoPict img
{
  width: 200px;
}

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

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

.pictAddInfoData textarea
{
  position: relative;
  min-height: 100px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  resize: none;
  overflow: auto;
  text-size-adjust: auto;
}

.pictAddInfoData textarea:focus
{
  
  outline: transparent;
}

.pictAddInfoData label
{
  position: relative;
  height: 24px;
  font-size: .8rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0;
  min-height: 24px;
  color: rgb(94, 170, 211)!important;
}

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


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

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

.errToastPosition
{
  position: fixed;
  left: 50%;
  margin-left: -150px;
  bottom: 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;
}


.errorToastContainer
{
  width: 300px;
  min-height: 50px;
  background: rgb(219, 52, 69);
  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;
}

.errorToastContainer 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;
}

@keyframes errToastIn {
  0% {
    bottom: -25%;
    
  }
  100% {
    bottom: 0;
  }
}

@keyframes errToastOut {
  0% {
    bottom: 0;
    
  }
  100% {
    bottom: -25%;
  }
}

.errToastAnimIn
{
  animation: errToastIn .5s ease-out forwards;
}

.errToastAnimOut
{
  animation: errToastOut .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;
}

.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;
}

.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 #f1f1f1;
  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 #f1f1f1;
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 36px;
  cursor: pointer;
}

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

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


/* 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;
}

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


/* --- Avis ------------------------- */

.avisList
{
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0px;
  left: 0;
}

.EditAvisZone
{
  width: 600px;
  
}

.EditAvisZone small
{
  display: block;
  width: 100%;
  font-size: .6rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.EditAvisZone h6
{
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

.EditAvisZone .starZone
{
  display: block;
  width: 100%;
  height: 20px;
}


.EditAvisZone .starZone img
{
  height: 20px;
  float: left;
}

.EditAvisZone .starZone .avisState
{
  height: 20px;
  float: left;
  margin-left: 10px;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #FFF;
  font-size: .7rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  border-radius: 4px;
}


.avisHeight
{
  height: 124px;
}

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

.avisEtat
{
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #f1c40f;
}

.avisEtat0
{
  background: #f1c40f;
}

.avisEtat1
{
  background: #27ae60;
}

.avisEtat2
{
  background: #c0392b;
}


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


/* --- Fa Options ------------------- */

.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: #042C50;
  color: #FFF;
}


.faOptionsZone > .faOptContent > .avisEtat0
{
  background: #f1c40f;
}

.faOptionsZone > .faOptContent > .avisEtat1
{
  background: #27ae60;
}

.faOptionsZone > .faOptContent > .avisEtat2
{
  background: #c0392b;
}


.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;
}

.soinsItem
{
  position: relative;
  width: 33.3%;
  display: inline-block;
  float:left;
  padding-right: 10px; 
}

.soinsItem > .container
{
  position: relative;
  width: 100%;
  height: 84px;
  border: 1px solid #ecf0f1;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #FFF;
  overflow: hidden;
}

.soinsItem > .container > .pict
{
  position: relative;
  width: 100px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  border-radius: 4px;
  float: left;
  margin-right: 10px;
}

.soinsItem > .container > .text 
{
  position: relative;
  width: calc(100% - 110px);
  float: left;
  font-size: .9rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  padding-right: 40px;
  line-height: 18px;
}

.soinsItem > .container > .text span
{
  display: block;
  font-size: .7rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

.soinsItem > .container > .btAction
{
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgb(255, 64, 129);
  font-size: 1.2rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  right: 10px;
  top: 10px;
  border-radius: 20px;
}

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


/* Omra Hajj -------------------------------------- */
.offerItem
{
  position: relative;
  width: 33.33%;
  padding: 5px;
  display: inline-block;
}

.offerItem > .item
{
  position: relative;
  width: 100%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px;
  border-radius: 2px;
  overflow: hidden;
}

.offerItem > .item h3
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  font-weight: bold;
}

.offerItem > .item h4
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-weight: bold;
}

.offerItem > .item p
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.offerItem > .item > .line
{
  width: 100%;
  display: inline-block;
  padding: 20px;
}

.offerItem > .item > .line > .pict
{
  width: 120px;
  height: 100px;
  border-radius: 3px;
  background-color: #CCC;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.offerItem > .item > .line > .text
{
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
  display: inline-block;
  float: left;
}

.offerItem > .item > .offerActions
{
  width: 100%;
  height: 60px;
  border-top: 1px solid #f1f1f1;
  padding: 10px;
  text-align: right;
}

.offerItem > .item > .offerActions > .langState
{
  float: left;
}

.offerItem > .item > .offerActions > .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;
}

.sectionForm
{
  position: relative;
}

.inputContainer
{
  position: relative;
  width: 200px;
  height: 40px;
  background: #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 5px;
  border : 1px solid rgb(0, 188, 212);;
}

.selectButton
{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  background: #ecf0f1 url(../imgs/select.png) no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  border : 1px solid rgb(0, 188, 212);;
}

.omraInput
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  width: 100%!important;
  line-height: 40px!important;
  height: 40px!important;
  padding: 0 10px!important;
}

.voyageItem
{
  position: relative;
  float: left;
  width: 220px;
  padding: 10px;
  background: rgb(0, 188, 212);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.voyageItem > .title
{
  position: relative;
  width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #FFF;
  padding-bottom: 10px;
}

.voyageItem > .fieldContainer
{
  position: relative;

}

.omraOptionHeader
{
  position: absolute;
  width: 100%;
  height: 81px;
  padding: 10px;
  border-bottom: 1px solid  rgb(0, 188, 212);
  background: #fff;
  color: #333;
  display: inline-block;
  top: 0;
}

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

.omraOptionSection
{
  width: 100%;
  display: inline-block;
  padding: 40px;
}


.omraOptionSection > h2
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 48px;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  font-weight: 300;
  color:  rgb(0, 188, 212);
}

.omraOptionHeader .pict
{
  width: 100px;
  height: 60px;
  border-radius: 3px;
  background-color: #CCC;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.omraOptionHeader > .container
{
  float: left;
  padding: 5px 15px;
}

.omraOptionHeader > .container h3
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  padding: 0;
  margin: 0;
  padding-bottom: 3px;
  font-weight: 500;
  color:  rgb(0, 188, 212);
}

.omraOptionHeader > .container h4
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 300;
  color:  rgb(0, 188, 212);
}

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

.omraSelectcontainer
{
  position: absolute;
  right: 20px;
  bottom: -1px;
}

.omraSelectcontainer > .item
{
  float: left;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: color .5s;
}

.omraSelectcontainer > .selected
{
  border-top: 1px solid rgb(0, 188, 212);
  border-left: 1px solid rgb(0, 188, 212);
  border-right: 1px solid rgb(0, 188, 212);
  border-bottom: 1px solid #FFF;
  color:  rgb(0, 188, 212);
  font-weight: 500;
}

.omraTarifItem
{
  position: relative;
  float: left;
  min-width: 220px;
  padding: 10px;
  background: rgb(0, 188, 212);
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.omraTarifItem > .icon
{
  position: relative;
  width: 100%;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 18px ;
}

.omraTarifItem > .title
{
  position: relative;
  width: 100%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFF;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 300;
}

.omraTarifItem > .value
{
  position: relative;
  width: 100%;
  height: 40px;
  background: #ecf0f1;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 5px;
  border : 1px solid rgb(0, 188, 212);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
}

.omraTarifItem > .value > span
{
  font-size: 12px;
  font-weight: 300;
}

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

.omraProgItem > .pict
{
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #95a5a6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover ;
  float: left;
  margin-right: 20px;
}

.omraProgItem > .content
{
  width: calc(100% - 140px);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  float: left;
  border-bottom: 1px solid #95a5a6;
  display: inline-block;
  min-height: 120px;
  padding-bottom: 20px;
}

.omraProgItem > .content > .date
{
  width: 100%;
  font-weight:500;
  font-size: 12px;
}

.omraProgItem > .content > .title
{
  width: 100%;
  font-weight:500;
  font-size: 14px;
  padding-bottom: 5px;
}

.omraProgItem > .content > .subTitle
{
  font-weight:300;
  font-size: 14px;
  padding-bottom: 10px;
}

.omraProgItem > .content > p
{
  font-weight:300;
  font-size: 13px;
  padding: 0;
  margin: 0;
}


.omraHebergeItem
{
  width: 300px;
  height: 360px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #95a5a6;
  padding: 10px;
}

.omraHebergeItem > .pict
{
  width: 100%;
  height: 140px;
  background-color: #95a5a6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover ;
}

.omraHebergeItem > .content
{
  padding: 10px 0;
  display: inline-block;
}

.omraHebergeItem > .content > .title
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
}

.omraHebergeItem > .content > .line
{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14x;
  color: #333;
  width: 100%;
  padding-bottom: 5px;
}

.omraHebergeItem > .content > .line span
{
  font-weight: 500;
  font-size: 14px;
}



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


.mainMenu
{
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 60px;
  overflow: hidden;
}

.mainMenu .item
{
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #3BAA34;
  margin: 10px;
  font-family: 'montserBold';
  font-size: 20px;
  transition: all 600ms;
  cursor: pointer;
}

.mainMenu .item:hover
{
  background: #3BAA34;
  color: #FFF;
}

.zoneMenu
{
  position: absolute;
  top: 0;
  left: 150px;
  right: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoneMenu .item
{
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  font-family: 'montserBold';
  font-size: 15px;
  float: left;
  cursor: pointer;
  transition: all 300px;
}

.zoneMenu .item:hover
{
  border-bottom: 2px solid #3BAA34;
}

.addInfoPanel
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.addInfoPanel > .panel
{
  width: 800px;
  height: 420px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
  box-sizing: border-box;
  padding: 20px;
}

.menuContainer
{
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.menuContainer .itemMenu
{
  display: flex;
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}

.menuContainer .itemMenu .menuContent
{
    width: 100%;
    height: 160px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
    box-sizing: border-box;
    padding: 20px;
}

.menuContainer .itemMenu .menuContent h3
{
  width: 100%;
  font-family: 'montserBold';
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.menuContainer .itemMenu .menuContent small
{
  width: 100%;
  font-size: 11px;
}

.menuContainer .itemMenu .menuContent .type
{
  padding: 2px 10px;
  background-color: #3BAA34;
  color: #FFF;
  font-size: 12px;
  margin-top: 3px;
  border-radius: 4px;
  display: inline-block;
}

.menuContainer .itemMenu .menuContent .title
{
  width: 100%;
  font-size: 13px;
  padding: 5px 0;
}

.faqOptions
{
  position: absolute;
  width: 400px;
  height: 100%;
  left:  0;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  border-right: 1px solid #f1f1f1;
}

.faqList
{
  position: absolute;
  width: calc(100% - 400px);
  height: 100%;
  left:  400;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}

.faqListContent {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.faqDiv
{
  width: 100;
}

.faqitem
{
  display: inline-block;
  padding: 5px 20px;
  background-color: #3BAA34;
  color: #FFF;
  font-size: 14px;
  font-family: 'montserBold';
  border-radius: 4px;
  cursor: pointer;
}

.faqSubDiv
{
  width: calc(100% - 30px);
  margin-left: 20px;
  display: inline-block;
}

.faqSubitem
{
  display: inline-block;
  padding: 5px 20px;
  background-color: #CCC;
  color: #333;
  font-size: 12px;
  font-family: 'montserBold';
  border-radius: 4px;
  cursor: pointer;
}

.faqAddGroup
{
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #333;
  color: #FFF;
  font-size: 30px;
  font-family: 'montserBold';
  line-height:33px;
  text-align: center;
  cursor: pointer;
}

.faqPos
{
  padding: 3px 0;
}

.faqArtContent {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.faqArtTitle
{
  display: inline-block;
  padding: 5px 20px;
  background-color: #CCC;
  color: #333;
  font-size: 14px;
  font-family: 'montserBold';
  border-radius: 4px;
  cursor: pointer;
}

.faqArtItems
{
  width: 100%;
  padding: 0 0 30px 0;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.faqArtItem
{
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.faqBtActions
{
  position: absolute;
  top: 2px;
  right: 0;
}

.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;
}