/** PLANNER **/
.dashboard-content .planner-content h1{
  font-size: 20px;
}
.dashboard-content .planner-content{
  margin-bottom: 0;
  background-image: url("../images/dark_grawer2.png");
}
#dashplanner-holder{
  width: 100%;
  height: 257px;
}
.dashboard-content .planner-content p{
  margin: 0 auto;
  width: 90%;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 19px;
}
.dashboard-content .planner-tabs{
  padding-left: 0;
}
.dashboard-content .planner-list.photo li{
  height: auto;
}
.dashboard-content .planner-list.photo li > div{
  height: 0;
  padding-bottom: 60%;
}
.dashboard-content .planner-list.photo li{
  width: 25%;
}

.dashboard-content .planner-content .button{
  width: 96%;
}
.dashboard-content .planner-content .button a{
  width: 100%;
  background: transparent;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-family: "brandon_grotesquemedium";
}
.dashboard-content .planner-tabs > li a{
  height: 30px;
  line-height: 31px;
}
.dashboard-content .tiny-viewport{
  height: 251px;
  width: 100%;
  top: 218px;
  overflow: hidden;
} 
.dashboard-content .planner-tabs > li:after{
  display: none;
}
.dashboard-content  .tiny-scrollbar{
  margin-right: 13px;
  cursor: pointer;
}

.dashboard-content  .planner-list li{
  background-color: transparent;
  padding: 6px;
}
.dashboard-content .apla-title{
  box-sizing: border-box;
}
.dashboard-content .tiny-scrollbar.disable{
  display: none;
}
.dashboard-content .planner-list.photo{
  margin-top: 0;
}
.dashboard-content .planner-tabs > li a{
  padding: 0 10px;
  border-bottom-style: none;
  font-size: 12px;
}
.dashboard-content .planner-content .text-divider{
  margin-bottom: 19px;
}

.dashboard-content .planner-list{
  width: 100%;
  margin-top: 0px;
}
.dashboard-content .planner-list li{
  font-size: 10px;
  height: 40px;
  margin-bottom: 10px;
  font-family: "brandon_grotesquemedium";
  line-height: 12px;
}
.dashboard-content .planner-list.photo li{
  margin-bottom: 0;
}
.dashboard-content .planner-list .apla-title h4{
  font-size: 10px;
  line-height: 12px;
}
.dashboard-content .planner-list .apla-title h5{
  font-size: 8px;
}
.dashboard-content .planner-list li > div{
  height: 41px;
}
.dashboard-content .planner-list li:hover:after{
  display: none;
}
.planner-content{
  width: 100%;
  background-image: url(../images/dark_grawer.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #49545b; 
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
  font-family: 'brandon_grotesqueregular';
  margin-bottom: 65px;
}
.planner-content h1{
  font-size: 36px;
  font-family: 'brandon_grotesquebold';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.23rem;
}
.planner-content p{
  font-size: 20px;
}
@media screen and (max-width: 700px){
  .planner-content p {
       margin: 0 auto 13px;
      max-width: 94%;
  }
}
.planner-content .text-divider{
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  width: 50px;
  margin-bottom: 48px;
}
.planner-list{
  width: 80%;
  margin: 0 auto;
  padding: 0;
  margin-top: 44px;

}
.planner-list li{
  width: 25%;
  text-align: center;
  list-style-type: none;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}
.planner-list.photo{
  width: 93%;
}
.planner-list.photo li{
  width: 20%;
}
@media screen and (max-width: 1100px){
  .planner-list.photo li{
    width: 25%;
  }
}
@media screen and (max-width: 850px){
  .planner-list{
    width: 90%;
  }
  .planner-list li{
    width: 33.3%;
  }
  .planner-list.photo li{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
    .planner-list{
      width: 90%;
    }
    .planner-list li, .planner-list.photo li{
      width: 100%;
    }

}




.planner-list div{
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.planner-list li > div {
    border: 1px solid #72848f;
    height: 56px; 
    position: relative;
    -moz-transition: all 0.3 linear;
    transition: all 0.3s linear;
}

.no-touch .planner-list li:hover > div, 
.planner-list li.selected > div,
.no-touch .planner-list li.selected:hover > div{
  border-color: #6adabd;
  background-color: #6adabd;
  color: #fff;
}
.planner-list li.error > div{
  border-color: #F81717;
  background-color: #F81717;
  color: #fff;
}

.no-touch .planner-list li:hover > div{
  background-color: rgba(107, 218, 190, 0.33);
}
.planner-list li.filler{
  border-style: none;
  height: 1px;
  width: 100%;
}
.planner-list li.last:after{
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}
.planner-content  .button{

  clear: both;
  margin: 0 auto;
  width: 40%;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 30px;
}
.planner-content  .button a{
  display: block;
  height: 40px;
  background: #1d2124;
  line-height: 41px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'brandon_grotesquemedium';
  font-size: 20px;
  letter-spacing: 0.13rem;
    -moz-transition: background-color 0.3 linear;
  transition: background-color 0.3s linear;
}
.no-touch .planner-content  .button a:hover{
  background-color: #000;
}

.planner-tabs{
  font-size: 0;
  display: inline-block;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
}
.planner-tabs > li{
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff;
  list-style-type: none;
  border-right: 1px solid #49545b; 

}
.planner-tabs > li:last-child{
  border-right-style: none;
}
.planner-tabs > li a{
  font-size: 16px;
  text-decoration: none;
  display: block;  
  padding: 0 50px;
  color: #000;
  height: 40px;
  line-height: 41px;
}

.no-touch .planner-tabs > li:hover, .planner-tabs > li.selected{
    background: #6adabd;  
}

.no-touch .planner-tabs > li:hover a, .planner-tabs > li.selected a{
  color: #fff;
}

.planner-list.photo li > div{
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  border-style: none;
  padding-bottom: 60%;
}
.planner-list.photo li > div:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  background-color: #6adabd; 
  opacity: 0;
  -moz-transition: opacity 0.3 linear;
  transition: opacity 0.3s linear;
}

.planner-list.photo li.selected > div:after, .no-touch .planner-list.photo li.selected:hover > div:after, .planner-list.photo li.error > div:after
{
  opacity: 0.8;

}
.planner-list.photo li.error > div:after{
  background-color: #f81717; 
}
.no-touch .planner-list.photo li:hover > div:after{
  opacity: 0.3;
}

.no-touch .planner-list li:hover .apla-title,
.planner-list li.selected .apla-title
{
  background-color:transparent;
}
.planner-list .apla-title{
  padding-bottom: 8px;
  padding-top: 10px;
    -moz-transition: background-color 0.3 linear;
  transition: background-color 0.3s linear;
}
.planner-list .apla-title h4{
  font-size: 13px;
  line-height: 13px;
}
.planner-list .apla-title h5{
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
.planner-list .apla-title h4, .planner-list .apla-title h5{
  font-weight: normal;
  font-family: 'brandon_grotesquemedium';
}

.planner-content.showplan{
  padding-left: 40px;
  padding-right: 40px;
}

.planner-body, .planner-side{
  float: left;
  box-sizing: border-box;
}
.planner-body{
  width: 66.66%;
  padding-right: 10px;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}


 .planner-side{
  width: 33.33%;
  padding-left: 10px;
 }

 .plan-btn{
  display: block;
  width: 100%;
  text-transform: uppercase;
  background-color: #1d2124;

  padding: 12px 19px;
  font-size: 17px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'brandon_grotesquebold';
  -moz-transition: background-color 0.3 linear;
  transition: background-color 0.3s linear;
  text-decoration: none;
  box-sizing: border-box;
 }
.planner-side .plan-btn{
  background-image: url(../images/icons/planner/more.png);
  background-size: 13px 25px;
  background-position: 98%  center;
  background-repeat: no-repeat;
}
.no-touch .plan-btn:hover{
  color: #fff;
  background-color: #000;
}

.planner-side p{
  text-align: left;
  line-height: 23px;
  font-size: 17px;
  margin-bottom: 40px;

}






.planner-body .details div{
   display: block;
   float: left;
   box-sizing: border-box;
}
.planner-header.details div{
  padding: 10px 0;
}
.planner-header .details .item, .planner-header .details .where{
  padding-top: 19px;
  padding-bottom: 14px;
}
.planner-header, .planner-table{
  width: 100%;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display: table-row; 
  font-family: 'brandon_grotesquemedium';
}
.planner-header .details div{
   text-align: center;
   vertical-align: middle;
   padding: 10px 0;
   line-height: 13px;


}
.planner-header div{
  background-color: #e5e5e5;
  display: table-cell;
  color: #000;
  padding: 0;
}

.planner-body .when{
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  width: 16.666%;
}

.planner-table .when{
  background-color: #6d7c85;
  color: #fff;
  padding: 30px 17px;

}

.planner-table .when > div{
  min-height: 131px;
}
.planner-body .when, .planner-body .details{
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.planner-body .planner-header .when, .planner-body .planner-header .details{
  vertical-align: middle;
}
.planner-body .planner-header .when{
  padding-left: 17px;
}

.planner-body .item{
  width: 67%;
}

.planner-body .order{
  width: 16%;
  border-right: 1px solid #49545b;
}
.planner-body .where{
  width: 17%;
  border-left: 1px solid #49545b;
  position: relative;
}

table.day-events{
  width: 100%;

}
.when .plan-btn{
  font-family: 'brandon_grotesquemedium';
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 7px;
  right: 17px;
  left: 17px;
  width: auto;
}
.planner-table .item{
 
  min-height: 108px;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 54px;
  padding-top: 0;
  padding-right: 0;

}
.planner-table .item .item-content{
  background-color: #fff;
  width: 100%;
  min-height: 107px;
  box-sizing: border-box;
  padding-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.planner-table .where{
  height: 107px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 29px;
  border-left-style: none;
}

.planner-table .where div{
  float: none;
  font-size: 11px;
  line-height: 13px;
}
.planner-table .where .info{
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/info_icon.png);
  background-size: 16px 16px;
  margin-bottom: 8px;
  cursor: pointer;
}


.planner-table .left-info{
  text-transform: none;
  width: 54px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
}
.planner-table .left-info .ord{
  font-size: 17px;
  padding-top: 14px;
}

.planner-table .left-info > div{
  width: 100%;
  height: 53px;
  background: #e5e5e5;
  text-align: center;
}
.planner-table .left-info > div.time.empty{
  background: #fff;
}

.planner-table .left-info > div:first-child{
  margin-bottom: 1px;
}
.planner-table .change-date{
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #eceeee;
  border-left: 1px solid #eceeee;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.planner-table .change-date.time{
  top: auto;
  bottom: 1px;
  border-bottom-style: none;
  border-top: 1px solid #eceeee;
}
.planner-table .change-date.time .clock.ico{
  margin-left: 11px;
}
.planner-table .item h2{
  font-size: 17px;
  font-weight: normal;
  font-family: 'brandon_grotesquebold';
  margin-bottom: 0;
  margin-top: 0;
  line-height: 20px;
}
.planner-table .item h2 a{
  color: #000;
  text-decoration: none;
}
.planner-table .item h2 a:hover{
  opacity: 0.8;
}

.print-only{
  display: none !important;
}
.planner-table .item p{
  font-size: 14px;
  text-transform: none;
  font-family: 'brandon_grotesqueregular';
  margin-top: 0;
}
.plan-static{
  background: #1d2124;
  color: #fff;
  display: block !important;
  height: 108px;
  width: 100%;
  font-size: 17px;
  font-family: 'brandon_grotesquemedium';
  text-align: center;
  padding-top: 29px;
}
.plan-up, .plan-down{
  display: block !important;
  width: 100%;
  height: 54px;
  cursor: pointer;
  background-color: #1d2124;
  background-size: 24px 12px;
  background-position: center;
  transition: background-color 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.plan-up{
  margin-bottom: 1px;
  background-image: url(../images/icons/planner/up.png);
}
.plan-up:hover, .plan-down:hover{
  background-color: #000;

}

.plan-down{
   background-image: url(../images/icons/planner/down.png);
}
.plan-event{
  width: 100%;
  margin-bottom: 10px;
  transition: opacity 0.3s ease-in-out;

}
.planner-table{
  transition: height 0.3s ease-in-out;

}

.plan-event:last-child{
  margin-bottom: 0;
}
.planner-body .details div.picker, #mobileWindow{
  display: none;
}
.planner-table .where .delete{
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/cut_close.png);
  background-size: 30px 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.plan-event .calendar.ico{
  background-position: -127px -1px;
     height: 39px;
     vertical-align: middle;
     width: 39px;
}
.planner-body .details div.ui-datepicker-header, .planner-body .details div.ui-datepicker-title{
  float: none;
}



.ui-tooltip{
  background: #e5e5e5;
  box-shadow:  4px 4px 0 0 rgba(0, 0, 0, 0.15);
  width: 284px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'brandon_grotesquemedium';
  border-radius: 0;
  text-align: center;
  padding: 20px 0;
  padding-top: 0;
  position: relative;
}


.ui-tooltip:after{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e5e5e5 transparent transparent transparent;
  content :'';
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
}
.tip-address{
  background: #fff;
  padding: 10px 0;

  padding-top: 8px;
}

.tip-fullname{
  background-color: #fff;
  padding-top: 13px;

  font-family: 'brandon_grotesquebold';;
}

.tip-icons{
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.ui-tooltip h2{
  font-size: 12px;
  font-weight: normal;
  font-family: 'brandon_grotesquebold';
  margin-bottom: 4px;
}

.tip-announcement{
  margin-top: 10px;
  color: #e71515;
}

.clock.ico{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/planner/clock.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
 

}
.mobile-more{
  display: none;
}
.left-info .time div, .change-date.time div{
  float: none;
  width: 100%;
  margin-top: -2px;
  text-transform: none;
  text-align: center;
  color: #49545b;
}
.change-date.time div{
  font-size: 10px;
  margin-top: -6px;
}
.picker-announcement{
  width: 100%;
  background: #eceeee;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid #000;
  border-top-style: none;

}
.change-date.time .clock.ico{
  margin-top: 8px;
}
.time .clock.ico{
   margin-top: 10px;
}
.mobile-buttons, .planner-body .details div.short-name, .planner-body .details div.left-mobile-info, .planner-body .details div.mobile-more{
  display: none;
}
@media screen and (max-width: 1155px){
  .planner-body, .planner-side{
    width: 100%;
  }
  .planner-header, .planner-body .details div.long-name, .planner-body .when br{
    display: none;
  }
  .mobile-buttons, .planner-body .details div.short-name, .mobile-more, .planner-body .details div.left-mobile-info, .planner-body .details div.mobile-more{
    display: block;
  }
  .planner-body .details div.mobile-more{
    height: 53px;
  }
  .planner-body .details div.mobile-more.is-expanded{
    background-color: #1d2124;
  }
  .planner-body .when, .planner-body .details{
    display: block;
    width: 100%;
  }

  .planner-table .when > div{
    min-height: 0;
  }
  .planner-side{
    padding: 0;
    padding-top: 10px;

  }
  .planner-side p{
    display: none;
  }
  .when .plan-btn{
    width: 20px;
    height: 20px;
    right: 21px;
    left: auto;
    top: 6px;
    background: url(../images/icons/planner/location.png);
    background-size: 15px 17px;
    background-position: center;
    text-indent: -9999px;
    background-repeat: no-repeat;
  }
  .planner-content.showplan{
    padding-left: 10px;
    padding-right: 10px;
  }
  .planner-body{
    padding: 0;
    border-spacing: 0;
  }
  .mobile-button{
    display: block;
    float: left;
    text-decoration: none;
    color: #1d2124;
    font-size: 12px;
    font-family: brandon_grotesquebold;
    text-transform: uppercase;
    background: #fff;
    width: 37%;
    height: 33px;
    line-height: 34px;
    padding: 0 12px;
    box-sizing: border-box;
    margin-right: 2%;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.more-mobile-buttons{
  display: none;
}
.more-mobile-buttons .mobile-button{
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  line-height: 18px;

}
.planner-body .details div.order{
  float: right;
}
.planner-table .where .delete{
  display: none;
}
.planner-table .left-info{
  width: 43px;
}
.planner-body .item{
  width: 73%;
  padding-left: 44px;
  z-index: 9;
}
.planner-body .where{
  width: 11%;
}
.planner-table .item h2{
  font-size: 13px;
  line-height: 14px;
}
.mobile-button.button-2{
  width: 45%;
}
.mobile-button.button-3{
  width: 14%;
  font-family: brandon_grotesqueregular;
  font-size: 42px;
}

.bottom .mobile-button.button-1, .bottom .mobile-button.button-2{
  width: 49%;
}
  .mobile-button:last-child{
    margin-right: 0;
  }

  .planner-table .item p{
    font-size: 11px;
    line-height: 13px;
    float: left;
    padding-top: 7px
  }
  .plan-static{
    font-size: 12px;
  }
  .left-info .time{
    display: none !important;
  }
  .planner-body .when{
    padding: 10px;
    margin-bottom: 10px;
    float: none;
    clear: both;
  }
  .planner-table{
    display: block;
  }
  .planner-table:after{
    display: block;
    width: 100%;
    clear: both;
    height: 10px;
    content: "";
  }

.planner-body .details div.left-mobile-info{
    width: 137px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42px;
    display: none;
  }
  .left-mobile-info-item{
    width: 100%;
    height: 36px;
    line-height: 37px;
    display: block;
    background: #1d2124;
    color: #fff;
    box-sizing: border-box;
    padding-left: 17px;
    cursor: pointer;
  }

}

.planner-content.map{
  padding-left: 40px;
  padding-right: 40px;
}

#planner-map-canvas{
  width: 100%;
  height: 626px;
  margin-bottom: 40px;
  margin-top: 28px;
}
.plan-left, .plan-right{
  width: auto !important;
  letter-spacing: 0.1em;
}
.plan-left{
  float: left;
}

.plan-right{
  float: right;
}

h1.map-date{
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquemedium';
  height: 49px;
  line-height: 50px;
  padding: 0 16px;
  color: #000;
  font-weight: normal;
  margin: 0;
  background: #e5e5e5;
}

.plan-btn.special-btn{
  background-color: #6adabd;
}

#localisationform{
  width: 0;
  overflow: hidden;
  float: right;
  white-space: nowrap;
  font-size: 0;
  transition: width 0.3s linear;
}
#localisationform.is-expanded{
  width: 349px;
}

#localisation_input{
  height: 48px;
  line-height: 48px;
  width: 300px;
  display: inline-block;
  vertical-align: top;

}
.plan-btn#geolocalisation{
  background-image: url("../images/icons/location.png");
  background-position: center center;
  background-size: 50px 50px;
  height: 49px;      
  width: 49px;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s linear;
}


.plan-btn#geolocalisation:hover{
  background-color: #000;
}
@media screen and (max-width: 700px){

  #mobileWindow{
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    position: absolute;
    display: none;
  }
  #localisationform.is-expanded{
    width: 100%;
  }

.map-header .shortname, #mobileWindow .longname, .map-info .today-date, #mobileWindow .map-address{
  display: block;
} 
#mobileWindow{
  background-color: #49545b;
  background-image: url("../images/dark_grawer.png");
  background-position: 0 -204px;
}
.map-header .longname, #mobileWindow .shortname, /*#tickets-popup, #newsletter-popup*/{
  display: none;
}
.plan-btn{
  float: none;
  font-size: 15px;
  text-align: center;
}
.planner-content.map{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
h1.map-date{
  width: 100%;
  margin-bottom: 10px;
  float: none;
}
#planner-map-canvas{
  margin-top: 0px;
}
#mobileWindow  .content{
  left: 49px;
  text-align: left;
  right: 25px;
}

.map-header .map-ord{
  width: 32px;
  height: 25px;
  line-height: 27px;
}
.map-header:after{
  margin-right: -31px;
  bottom: -15px;
  border-width: 15px 16px 0;
}
.map-header .map-ord.white{
  font-size: 10px;
}

#planner-map-canvas{
  height: 266px;
  margin-bottom: 10px;
}
.map-info{
  position:  static;
 
  left: 0;
  right: 0;
  width: auto;
  bottom: 0;
  margin: 0;
  z-index: 100;
  top: 82px;
}
#mobileWindow .map-header{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 82px;
  z-index: 300;
  box-shadow: 0px 6px 1px 0 rgba(50, 50, 50, 0.2);

}

#mobileWindow .content{
  font-size: 15px;
    line-height: 16px;
}
#mobileWindow .longname{
  margin-bottom: 6px;
}
#mobileWindow .map-ord {
  background: none repeat scroll 0 0 transparent;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      height: 26px;
      left: 0;
      line-height: 26px;
      width: 26px;
}
#mobileWindow .close{
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  top: 7px;
  right: 7px;
  height: 23px;
  width: 23px;
  line-height: 17px;
}
.map-info .name-photo{
  background: #fff;
  z-index: 200;
  box-shadow: 0 6px 1px 0 rgba(50, 50, 50, 0.11), 0 -3px 1px 0 rgba(50, 50, 50, 0.05)
}
.map-info .name-photo, .map-info .map-hours{
  position: relative;
}
#mobileWindow .map-info, #mobileWindow .close{
  display: block;
  text-align: center;
}
#mobileWindow .map-header:after{
  display: none;
}

 .map-info .map-hours{
  box-shadow: 0px 6px 1px 0 rgba(50, 50, 50, 0.3);
 }

 h1.map-date{
  padding-left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  background: transparent;
  height: auto;
 }
 #localisationform{
  position: relative;
 }
 #geolocalisation.plan-btn{
  position: absolute;
  right: 0;
  top: 0;
 }
 #localisation_input{
  padding-left: 10px !important;
  padding-right: 58px !important;
  width: 100%;
 }
 .planner-body.empty-planner{
  background: #6d7c85;
  padding-top: 20px;
  padding-bottom: 100px;
  color: #5c5555;
  background: #e5e5e5;
    text-shadow: 0 1px 0 #fff;
 }
}

@media screen and (max-width: 1280px){
  .content.page-content.planner{
    padding: 0 !important;
  }
}

@media screen and (max-width: 766px){
  .planner-content, .planner-content.map{
    padding-top: 111px;
  }
  .dashboard-content .planner-list.photo li{
    width: 100%;
  }
  .planner-content .button{
    width: 91%;

  }
  .planner-tabs{
    padding-left: 0;
  }
   .planner-tabs > li{
     margin: 3px;
  }
  .planner-tabs > li a{
    font-size: 12px;
    padding: 0 24px;

  }
  .planner-list{
    margin-top: 21px;
  }

  .planner-body .details div .showCalendar{
    display: none;
  }
  .change-date .picker{
    z-index: 999;
  }
  .planner-table .change-date:not(.time){
    border-style: none;
  }
  .plan-event{
    position: relative;
  }
  .planner-table .where .info{
    display: none;
  }
  .plan-event .short-name{
    margin-top: 20px;
  }
  .planner-body .details div{
    z-index: 999;
  }

}


.mobile-more .clock{
  margin-top: 19px;
}

.mobile-tip{
  background: #fff;
      bottom: 0;
      display: none;
      left: 44px;
      position: absolute;
      right: -28px;
      top: 0;
      right: 0;
      padding-left: 10px;
      padding-right: 10px;

}
@media screen and (min-width: 767px){
  .mobile-tip{
    display: none !important;
  }
}
.planner-body .details div.mobile-tip{
  z-index: 1000;
}
.mobile-tip .tip-fullname{
  font-size: 11px;
  line-height: 12px;
}

.mobile-tip .tip-address{
  font-size: 11px;
  line-height: 12px;

}
.mobile-tip .del{
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-family: "brandon_grotesquebold";
}
.mobile-tip .tip-hours{
 background: none repeat scroll 0 0 #e5e5e5;
    bottom: 0;
    font-size: 9px;
    left: 0;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    width: 100%;
}
.mobile-tip div{
  float: none !important;
}


.planner-choose-one.error{
   color: #E3859B;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.33);
}


.map-header{
  width: 80px;
 
  font-size: 11px;
}
.planner .map-header{
   height: 50px;
}
.map-header > .content{
  left: 40px;
}

.planner .map-header .shortname, .planner .map-header.is-expanded .longname{
  display: block;
}
.planner .map-header .longname, .planner .map-header.is-expanded .shortname{
  display: none;
}
.planner .map-header {
    font-size: 11px;
    height: 44px;
    width: 60px;

}
.planner .map-header:after{
 
      border-width: 14px 10px 0;
      bottom: -14px;
      content: "";
      height: 0;
      margin-right: -10px;
      position: absolute;
      right: 50%;
      width: 0;
}
.planner  .map-header > .content{
  left: 9px;
  right: 9px;
}

.planner .SmartInfoWindow{

}