.no-padding {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.google-translate-bar {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 25%;
  background: #fff;
}

.simulator-cetelem {
  margin-top: 30px;
}

.simulator-cetelem iframe {
  border: 0;
  width: 160px;
  float: right;
  clear: both;
  min-height: 600px;
}

.header .top-menu .navigation a.goog-logo-link {
  width: auto;
  display: inline;
}

.no-padding .nav {
  font-family: "Open Sans", "Verdana Regular","Verdana", sans-serif;
}

.no-padding-left {
  padding-left: 0px!important;
}
.no-padding-right {
  padding-right: 0px!important;
}
@media (min-width: 768px) {
  .container {
    width: 600px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 785px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 950px!important;
  }
}
body {
  background: #fff;
  font-family: "Verdana Regular","Verdana","Open Sans", sans-serif;
}
.wrapper {
  position: relative;
  min-height: 100vh;
}
.header {
  border-bottom: 1px solid #46505a;
}
.header .top-menu {
  width: 100%;
}
.header .top-menu .navigation {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.header .top-menu .navigation a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.header .top-menu .navigation:nth-child(1) {
  background: #b9c3c8;
}
.header .logo {
  width: 220px;
  height: 53px;
  margin-top: -15px;
}

.header .username {
  /* line-height: 20px; */
  color: #46505a;
  font-size: 11px;
  /* font-weight: bold; */
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 30px;
  /* min-height: 20px; */
  margin-top: -2px;
  font-family: "Open Sans", "Verdana";
}

.header .main-tab {
  margin: 10px 0 0 0;
  padding: 10px 30px;
  background: #f5f6f7;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 110px;
  text-align: center;
  line-height: 14px;
}
.header .main-tab:hover {
  background: #46505a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header .main-tab:hover a {
  color: #f5f6f7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header .main-tab a {
  line-height: 14px;
  color: #46505a;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Open Sans", "Verdana Regular","Verdana", sans-serif;

}
.insert-tab {
  display: block!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header .main-tab-hover {
  background: #46505a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header .main-tab-hover a {
  color: #f5f6f7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.header .resume-tab {

  margin: 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  float: right;
  min-height: 55px;
}


.header .withusername.resume-tab {
  float: right;
  margin-right: 15px;
}
.header .login-tab {

}
.header .resume-tab a {
  line-height: 14px;
  margin-top: 15px;
  color: #b9c3c8;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 7px;
  background: #FFF;
  width: 40px;
  margin-left: 10px;
  padding: 5px 2px 0 2px;
}

.header .resume-tab #buySimulation {
  width: 65px;
}

.header .resume-tab a i {
  font-size: 22px;
  color: #b9c3c8;
}
.left-menu {
  background: none;
  border: none;
}
.left-menu .menu-nav .menu-title {
  font-family: "Open Sans", "Verdana Regular","Verdana", sans-serif;

  width: 100%;
  line-height: 25px;
  margin: 0px 0 10px 0;
  padding: 0 20px 0 0;
  color: #46505a;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-sizing: border-box;
  float: left;
}
.left-menu .menu-nav .menu-title p {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #46505a;
}
.left-menu .menu-nav li {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  float: left;
}
.left-menu .menu-nav li a {
  width: 65%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 5px 0 5px 5px;
  background: none!important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: right;
}
.left-menu .menu-nav li.active a {
  background: #f5f6f7 !important;
}
.left-menu .menu-nav li a .menu-nav-icon {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  padding: 0;
  /*  background: transparent url("../../images/icons_sprite.png");*/
  border: none;
  float: left;
}
.left-menu .menu-nav li a .menu-nav-kitchen {
  background-position: 0 -80px;
}
.left-menu .menu-nav li a .menu-nav-toilet {
  background-position: -40px -80px;
}
.left-menu .menu-nav li a .menu-nav-office {
  background-position: -80px -80px;
}

.left-menu .menu-nav li a .menu-nav-office img {
  width: 40px;
  height: auto;
  display: inline-block;
  float: left;
}

.left-menu .menu-nav li a .menu-nav-bedroom {
  background-position: -120px -80px;
}
.left-menu .menu-nav li a .menu-nav-hall {
  background-position: -160px -80px;
}
.left-menu .menu-nav li a .menu-nav-pantry {
  background-position: -200px -80px;
}
.left-menu .menu-nav li a .menu-nav-details {
  width: 60%;
  height: 40px;
  margin: 0;
  padding: 0;
  float: left;
}
.left-menu .menu-nav li a .menu-nav-details p {
  line-height: 10px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
.left-menu .menu-nav li a .menu-nav-details span {
  line-height: 15px;
  margin: 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  clear: both;
}
.left-menu .menu-nav li .menu-nav-edit {
  width: 35%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 13px 0 0 0px;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  float: right;
}
.left-menu .menu-nav li.active .menu-nav-edit {
  background: #f5f6f7;
}

.left-menu .menu-nav li .menu-nav-edit .menu-nav-delete-icon {
  width: 30px;
  height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /* float: left; */
  display: block;
  cursor: pointer;
  line-height: 20px;
}

.left-menu .menu-nav li .menu-nav-edit .menu-nav-delete-icon .fa,
.left-menu .menu-nav li .menu-nav-edit .menu-nav-edit-icon .fa{
  color: rgba(70, 80, 90, 0.69);
  font-size: 15px;
}

.left-menu .menu-nav li .menu-nav-edit .menu-nav-edit-icon {
  width: 35px;
  height: 40px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  float: left;
  display: block;
  cursor: pointer;
  font-size: 10px;
  color: rgba(70, 80, 90, 0.69);
  text-align: center;
  line-height: 20px;
  display: none;
}

.left-menu .menu-nav li .menu-nav-edit .menu-nav-delete-icon {
  width: 35px;
  height: 40px;
  margin: 0 0 0 5px;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  float: left;
  display: block;
  cursor: pointer;
  font-size: 10px;
  color: rgba(70, 80, 90, 0.69);
  text-align: center;
  display: none;

}

.left-menu .menu-nav li .menu-nav-edit .menu-nav-edit-icon a:hover {
  text-decoration: none;
}

.left-menu .menu-nav .grand-total {
  width: 100%;
  height: 110px;
  margin: 10px 0 10px 0;
  padding: 0 20px 0 0;
  float: left;
  color: #46505a;
}

.left-menu .menu-nav .grand-total.hasFakeRoom {


}

.left-menu .menu-nav .grand-total p {
  width: 100%;
  line-height: 15px;
  margin: 0;
  padding: 0;
  padding-left: 60px !important;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  /*  letter-spacing: 0.3px;
  */  text-align: left;
  font-weight: bold;
}

.left-menu .menu-nav .grand-total p:first-child{
  border-top: 2px solid #46505a;
  padding-top: 10px;
}

.left-menu .menu-nav .grand-total span {
  width: 100%;
  line-height: 20px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.left-menu .menu-nav .menu-commands,
.left-menu .menu-nav .menu-commands a {
  width: 100%;
  height: 30px;
  line-height: 31px;
  margin: 0 0 2px 0;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #b9c3c8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.left-menu .menu-nav .menu-commands.hasFakeRoom,.left-menu .menu-nav .menu-commands.hasFakeRoom a,
.left-menu .menu-nav .menu-commands.hasFakeRoom,.left-menu .menu-nav .menu-commands.hasFakeRoom a:hover{
  background: #46505a;
  color: #fff;

}

.left-menu .menu-nav .menu-commands.printSimulation {
  background-color: #46505a;
  color: #fff;
  padding: 15px 0 15px 15px;
  height: 75px !important;
  text-transform: uppercase;
  height: auto;

}


.left-menu .menu-nav .menu-commands.printSimulation i {
  float: left;
  font-size: 35px;
  font-size: 35px;
  font-size: 35px;
  color: #FFF;
  opacity: 1;
  width: 18%;
  margin: 5px 2px 5px 10px;
  text-align: left;
}

.left-menu .menu-nav .menu-commands.printSimulation a {
  float: left;
  width: 60%;
  line-height: 20px;
  font-size: 15px;
  text-align: left;
  padding-top: 3px;
  font-weight: 300;
  height: auto;
}


.left-menu .menu-nav .menu-commands a:hover {
  color: #fff;
  background: #46505a !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.content {
  padding-bottom: 70px;
  margin-top: 7px;
}

.saveSimulationModal .content {
  padding-bottom: 20px;
  margin-top: 7px;
  font-size: 12px;
}

.content .main {
  background: #f5f6f7;
}
.content .main .main-title-container {
  width: 100%;
  margin: 20px 0 0px 0;
  padding: 0 15px 0 15px;
  float: left;
}
.content .main .main-title-container .main-title {
  margin: 0;
  padding: 0 0px 10px 0;
}
.content .main .main-title-container .main-title p {
  font-family: "Open Sans", "Verdana Regular","Verdana", sans-serif;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #46505a;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: left;
}
.content .main .main-title-container .main-title a {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  background: #46505a;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  float: right;
  font-family: "Open Sans", sans-serif;
}
.content .main .main-title-container .main-title a img {
  margin: -2px 0 0 5px;
}
.content .main .main-checkboxes-container,
.content .main .selected-tile-container {
  width: 100%;
  margin: 0 0 0px 0;
  padding: 0 15px 0 15px;
  float: left;
}
.content .main .main-checkboxes-container .main-checkboxes,
.content .main .selected-tile-container .selected-tile {
  margin: 0;
  padding: 0 ;
  border-bottom: 1px solid #46505a;
}
.content .main .main-checkboxes-container .main-checkboxes .checkbox {
  line-height: 18px;
  margin: 0 10px 0px 0;
  padding: 5px;
  color: #46505a;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.content .main .main-checkboxes-container .main-checkboxes .checkbox:hover, .content .main .main-checkboxes-container .main-checkboxes .selected {
  background: #b9c3c8;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.content .main .main-checkboxes-container .main-checkboxes .checkbox .check {
  width: 12px;
  height: 11px;
  margin: 3px 0 0 5px;
  background: url("../../images/sprite.png");
  background-position: -12px -36px;
  float: right;
}
.content .main .main-checkboxes-container .main-checkboxes .checkbox .checked {
  background-position: 0 -36px;
}
.content .main .selected-tile-container .main-tiles-title {
  line-height: 30px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #46505a;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  float: left;
}

#add-room .add-room .add-room-button {
  width: 160px;
  line-height: 20px;
  margin: 0 auto 20px auto;
  padding: 5px 20px;
  background: #46505a;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

.content .main .selected-tile-container .selected-tile .selected .content-data {
  min-height: 120px;
}

.content .main .selected-tile-container .selected-tile .selected .content-data .tile-option{
  margin-top: 20px;
}

.content .main .selected-tile-container .selected-tile .selected .content-data .tile-option .title {
  text-transform: uppercase;
  font-size: 11px;
}

.content .main .selected-tile-container .selected-tile .selected .no-padding-right {
  /*min-height: 25vw;*/
}
.content .main .selected-tile-container .selected-tile .selected .tile-img,
.content .main .selected-tile-container .selected-tile .selected .tile-info,
.content .main .selected-tile-container .selected-tile .selected .tile-option,
.content .main .selected-tile-container .selected-tile .selected .tile-brand,
.content .main .selected-tile-container .selected-tile .selected .tile-series,
.content .main .selected-tile-container .selected-tile .selected .tile-price,
.content .main .selected-tile-container .selected-tile .selected .tile-more {
  float: left;
  clear: left;
}
.content .main .selected-tile-container .selected-tile .selected .tile-img {
  width: 100%;
  height: 15vw;
  margin: 0;
  padding: 0;
  background: url("../../images/tile.png") center center no-repeat;
  background-size: cover;
}
.content .main .selected-tile-container .selected-tile .selected .tile-info p,
.content .main .selected-tile-container .selected-tile .selected .tile-option p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  float: left;
  clear: both;
}
.content .main .selected-tile-container .selected-tile .selected .tile-info span,
.content .main .selected-tile-container .selected-tile .selected .tile-option span {
  margin: 0 0 10px 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-align: justify;
  float: left;
  clear: both;
}
.content .main .selected-tile-container .selected-tile .selected .tile-brand p,
.content .main .selected-tile-container .selected-tile .selected .tile-series p,
.content .main .selected-tile-container .selected-tile .selected .tile-price p {

  min-width: 45px;
  margin-right: 10px;
  color: #46505a;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-bottom: 2px;

}
.content .main .selected-tile-container .selected-tile .selected .tile-brand span,
.content .main .selected-tile-container .selected-tile .selected .tile-series span,
.content .main .selected-tile-container .selected-tile .selected .tile-price span {
  color: #46505a;
  font-size: 11px;
  font-weight: 600;
  float: left;
}
.content .main .selected-tile-container .selected-tile .selected .tile-price {
  width: 100%;
  margin-bottom: 30px;

}
.content .main .selected-tile-container .selected-tile .selected .tile-price .tile-price-euro {
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background: url("../../images/sprite.png") no-repeat;
  background-position: 0 -58px;
  float: right;
}

.fa {

  opacity: 0.8;
  margin-left: 4px;
}

.hint .fa {

  color: #333;
  margin-top: 5px;
  opacity: 0.5;
}

.main-tiles .mix{
  display: none;
}

.content .main .selected-tile-container .selected-tile .selected .tile-remove {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  float: right;
  clear: both;
}

.content .main .selected-tile-container .selected-tile .selected .tile-remove:hover {
  color: #46505a;
  font-weight: 300;
}

.content .main .selected-tile-container .selected-tile .selected  .tile-view {
  bottom: 0;
  position: absolute;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  right: 100px;
}
.content .main .selected-tile-container .selected-tile .selected .tile-remove .chevron {
  margin: -2px 0 0 10px;
}
.content .main .selected-tile-container .selected-tile .selected .tile-remove:hover .previous-chevron-02 {
  background-position: -12px -24px;
}
.content .main .main-tiles .main-tiles-title {
  font-family: "Open Sans", "Verdana Regular","Verdana", sans-serif;
  line-height: 30px;
  margin: 0 0 0px 0;
  padding: 0;
  color: #46505a;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  float: left;
}
.content .main .main-tiles .main-tiles-order {
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
  float: right;
}
.content .main .main-tiles .main-tiles-order p {
  margin: 0 10px 0 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  float: left;
}
.content .main .main-tiles .main-tiles-order .main-tiles-select {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  background: #fff url("../../images/dropdown-arrow.png") center right no-repeat;
  border: 1px solid #b9c3c8;
  float: right;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.label-arrow i {
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 5px;
  margin-left: 8px;
}

.panel .label-arrow .down {
  background: #fff url(../../images/down-arrow.png) center center no-repeat;
}

.panel.active .label-arrow .down {
  background: #fff url(../../images/top-arrow.png) center center no-repeat;
}

.content .main .main-tiles .main-tiles-order .main-tiles-select:hover {
  border: 1px solid #46505a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.content .main .main-tiles .main-tiles-order .main-tiles-select select {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 28px 0 10px;
  background: none;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-align: right;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  float: right;
}

.content .main .main-tiles .main-tiles-order select:focus,
.content .main .main-tiles .main-tiles-order select:active {
  border: none;
}
.content .main .main-tiles .main-tiles-filters {
  margin: 0 40px 0 0;
  float: left;
}
.content .main .main-tiles .main-tiles-filters:last-child {
  margin: 0 40px 5px 0;
  float: left;
}

.content .main .main-tiles {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;

}

.left-menu .menu-nav .menu-commands a.pad-left-align {
  text-align: left;
  padding-left: 60px;
}

.left-menu .menu-nav .menu-commands a.autofill {

}

.content .main .main-tiles .main-tiles-filters .checkbox {
  line-height: 18px;
  margin: 0 5px 10px 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  float: left;
  cursor: pointer;
}
.content .main .main-tiles .main-tiles-filters .checkbox:hover {
  text-decoration: none;
}
.content .main .main-tiles .main-tiles-filters .checkbox .check {
  width: 12px;
  height: 11px;
  margin: 2px 5px 0 0;
  background: url("../../images/sprite.png");
  background-position: -12px -47px;
  cursor: pointer;
  float: left;
}
.content .main .main-tiles .main-tiles-filters .checkbox .checked {
  background-position: 0 -47px;
}
.content .main .main-tiles .main-tiles-filters .hint {
  width: 20px;
  height: 25px;
  margin: -5px 0 0 0;
  /*background: url("../../images/sprite.png") no-repeat;
  background-position: -23px -36px;*/
  cursor: pointer;
  float: left;
}
.content .main .main-tiles .main-tiles-filters .hint:hover {
  background-position: -43px -36px;
}
.ui-tooltip {
  max-width: 450px;
  padding: 20px 15px;
  position: absolute;
  left: 100px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-corner-all {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ui-widget-content {
  background: #ffffff;
  font-family: "Verdana Regular","Verdana", "Open Sans", sans-serif;
  color: #46505a;
  font-size: 11px;
  text-align: justify;
  border: none;
}

.content .main .empty-results {
  min-height: 400px;
  padding: 40px;
  text-align: center;
  font-size: 14px;
}

.content .main .empty-results .message {
  border: 2px solid #b9c3c8;
  background: #fff;
  padding: 40px;
}


.content .main .main-tiles .tile-container {
  margin-bottom: 10px;
  background: #fff;
  float: left;
  max-width: 100%;
  min-height: 325px;
}

.content .main .main-tiles .tile-container:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.content .main .main-tiles .tile-container .materialMeta {
  min-height: 70px;
}

.content .main .main-tiles .tile-container .tile-img,
.content .main .main-tiles .tile-container .tile-info,
.content .main .main-tiles .tile-container .tile-brand,
.content .main .main-tiles .tile-container .tile-series,
.content .main .main-tiles .tile-container .tile-price,
.content .main .main-tiles .tile-container .tile-more {
  padding: 0 10px;
  float: left;
  clear: left;
}
.content .main .main-tiles .tile-container .tile-img {
  width: 100%;
  height: 15vh;
  margin: 0 0 5px 0;
  padding: 0;
  background: url("../../images/tile.png") center center no-repeat;
  background-size: cover;
}
.content .main .main-tiles .tile-container .tile-info p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  float: left;
  clear: both;
  color: #46505a;
}
.content .main .main-tiles .tile-container .tile-info span {
  margin: 0 0 5px 0;
  padding: 0;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-align: justify;
  float: left;
  clear: both;
}
.content .main .main-tiles .tile-container .tile-brand p,
.content .main .main-tiles .tile-container .tile-series p,
.content .main .main-tiles .tile-container .tile-price p {

  min-width: 45px;
  margin-right: 10px;
  color: #46505a;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-bottom: 2px;
}

.content .main .main-tiles .tile-container .tile-price a.add-room-shortcut {
  color: #46505a;
  font-size: 11px;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  float: left;
}

.content .main .main-tiles .tile-container .tile-brand span,
.content .main .main-tiles .tile-container .tile-series span,
.content .main .main-tiles .tile-container .tile-price span {
  color: #46505a;
  font-size: 11px;
  font-weight: 600;
  float: left;
  display: inline;
  word-wrap: break-word;
  width: 120px;
}

.content .main .main-tiles .tile-container .tile-price {
  width: 100%;
}

.content .main .main-tiles .tile-container .tile-price.no-scope span a {
  color: #46505a;
  font-size: 11px;
  text-decoration: underline;
  font-weight: normal;
}


.content .main .main-tiles .tile-container .tile-price span {
  width: 75px;
}

.content .main .main-tiles .tile-container .tile-price.no-scope span{
  width: 100px;
}


.content .main .main-tiles .tile-container .tile-price .tile-price-euro {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  background: url("../../images/sprite.png") no-repeat;
  background-position: 0px -58px;
  float: right;
}
.content .main .main-tiles .tile-container .tile-more {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background-color: #46505a;
}

.content .main .main-tiles .tile-container .tile-more-img {
  width: 12px;
  height: 12px;
  margin: -3px 0 0 5px;
  padding: 0;
  background: url("../../images/sprite.png");
  background-position: 0 -12px;
  display: inline-block;
  vertical-align: middle;
}
.content .main .main-tiles .tile-container .tile-more:hover {
  background-color: #B9C4C9;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.content .main .main-tiles .tile-container .img-responsive {
  min-height: 131px;
}

.content .main .main-tiles .tile-container .tile-more:hover .tile-more-img {
  background-position: 0 0px;
}
.content .main .selected-tile-container .selected-tile .selected {
  padding: 10px;
  background: #fff;
  float: left;
  max-width: 100%;
}
.content .main .main-tiles .paginator {
  width: 92px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
.content .main .main-tiles .paginator .previous-chevron-02 {
  margin-top: 2px;
  float: left;
}
.content .main .main-tiles .paginator .previous-chevron-02:hover {
  background-position: -12px -24px;
}
.content .main .main-tiles .paginator .current {
  width: 40px;
  margin: 0 10px;
  line-height: 16px;
  color: #46505a;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  float: left;
}
.content .main .main-tiles .paginator .current span {
  font-size: 13px;
  font-weight: 600;
}
.content .main .main-tiles .paginator .next-chevron-02 {
  margin-top: 2px;
  float: left;
}
.content .main .main-tiles .paginator .next-chevron-02:hover {
  background-position: -24px -24px;
}
.content .main .main-tiles .tile-container .tile-info {
  min-height: 80px;
  margin-top: 10px;
}
.chevron {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  background: url("../../images/sprite.png");
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.previous-chevron-01 {
  background-position: -12px 0px;
}
.previous-chevron-02 {
  background-position: -12px -12px;
}
.previous-chevron-03 {
  background-position: -12px -24px;
}
.next-chevron-01 {
  background-position: -24px 0px;
}
.next-chevron-02 {
  background-position: -24px -12px;
}
.next-chevron-03 {
  background-position: -24px -24px;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer .container {
  background: #46505a;
  padding: 20px;
}

.footer .container .row {
  margin: 0;
}

.footer .footer-menu,
.footer .footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-menu li a,
.footer .footer-copyright {
  line-height: 20px;
  color: #8b9297;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .footer-copyright {
  text-transform: none;
  text-align: right;
}

#details .bxslider {
  list-style-type: none;
  padding: 0;
}


.rooms-tab {
  display: none;
}

.rooms-tab .row {
  background: #46505a;
}
.rooms-tab .room {
  height: 125px;
  margin-top: 60px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;

}
.rooms-tab .room:nth-child(6n+6) {
  border-right: none;
}
.rooms-tab .room:nth-child(n+7) {
  border-bottom: none;
}
.rooms-tab .room a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: block;
  float: left;
}
.rooms-tab .room a .room-icon {
  width: 40px;
  height: 40px;
  margin: 7px auto 0 auto;
  border: none;
  clear: both;
}


.rooms-tab .room a p {
  line-height: 18px;
  margin-top: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  clear: both;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.rooms-tab .room:hover a p {
  color: #46505a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.rooms-tab .room a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #b9c3c8;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0;
  display: block;
  clear: both;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.rooms-tab .room:hover a span {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.rooms-tab .info {
  padding: 15px 0;
  background: #b9c3c8;
  border-top: 2px solid #fff;
  text-align: center;
}
.rooms-tab .info p {
  width: 70%;
  line-height: 20px;
  margin: 0 auto 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
}
.rooms-tab .info p:nth-child(2) {
  margin-top: 15px;
}


.content .main .main-tiles .tile-container.faded {
  opacity: 0.3;
}

/* Tour */

.tour-container {
  padding: 0 10px 0 10px;
}

/*TABLET*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content .main .main-title-container .main-title a {
    font-size: 11px;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .content .main .main-title-container .main-title a {
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 2px 10px;
    float: left;
  }
  .content .main .main-title-container .main-title a .chevron {
    vertical-align: top;
  }
  .content .main .main-tiles .main-tiles-order p {
    margin: 0;
    text-align: right;
    float: right;
  }
  .content .main .selected-tile-container .selected-tile .selected .no-padding-left {
    margin-bottom: 10px;
    padding: 0px;
  }
  .content .main .selected-tile-container .selected-tile .selected .no-padding-right {
    padding: 0px;
  }
}
/*MOBILE*/
@media screen and (min-width: 482px) and (max-width: 767px) {



  .tourist-popover {
    display: none !important;
  }

  .header .logo {
    width: 100%;
    height: 100px;
    margin: 20px auto 0 auto;
  }
  .header .logo a {
    width: 100%;
    text-align: center;
    display: block;
  }
  .header .main-tab {
    margin: 13px 0 0 0;
  }
  .left-menu {
    margin: 0;
    background: #f5f6f7;
  }
  .navbar-default .navbar-toggle {
    background: #fff;
    border-color: #46505a;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #46505a;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #46505a;
    background: #fff;
  }
  .navbar-nav {
    width: 100%;
    margin: 7.5px 0 0 20px;
  }
  .left-menu .menu-nav li .menu-nav-edit {
    width: 15%;
  }
  .left-menu .menu-nav li a {
    width: 75%;
  }
  .content .main .main-title-container {
    margin: 0 0 20px 0;
  }
  .content .main .main-title-container .main-title {
    padding: 0 15px 10px 0;
  }
  .content .main .main-title-container .main-title a {
    font-size: 11px;
  }
  .content .main .selected-tile-container .selected-tile .selected .no-padding-left {
    margin-bottom: 10px;
    padding: 0px;
  }
  .content .main .selected-tile-container .selected-tile .selected .no-padding-right {
    padding: 0px;
  }
  .content .main .selected-tile-container .selected-tile .selected .tile-img {
    height: 35vw;
  }
}
@media screen and (min-width: 482px) and (max-width: 615px) {

  .tourist-popover {
    display: none !important;
  }

  .navbar-default .navbar-toggle {
    background: #fff;
    border-color: #46505a;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #46505a;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #46505a;
    background: #fff;
  }
  .navbar-nav {
    width: 100%;
    margin: 7.5px 0 0 20px;
  }
  .left-menu {
    margin: 0;
    background: #f5f6f7;
  }
  .content .main .main-title-container {
    margin: 0 0 20px 0;
  }
  .content .main .main-title-container .main-title a {
    margin-top: 10px;
    font-size: 10px;
    float: left;
    clear: both;
  }
}
@media screen and (max-width: 481px) {

  .tourist-popover {
    display: none !important;
  }

  .header .logo {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .header .logo a {
    width: 100%;
    text-align: center;
    display: block;
  }
  .header .main-tab {
    margin: 13px 0 0 0;
  }
  .navbar-default .navbar-toggle {
    background: #46505a;
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #46505a;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #fff;
    background: #fff;
    margin-bottom: 20px;
  }
  .navbar-nav {
    width: 100%;
    margin: 7.5px 0 0 20px;
  }
  .left-menu {
    margin: 0;
  }
  .left-menu .menu-nav li .menu-nav-edit {
    width: 35%;
  }
  .left-menu .menu-nav li .menu-nav-edit .menu-nav-edit-icon {
    margin: 0 0 0 0px;
  }

  .left-menu .menu-nav li .menu-nav-edit .menu-nav-delete-icon {
    display: block;
  }

  .left-menu .menu-nav li .menu-nav-edit .menu-nav-edit-icon {
    display: block;
  }

  .navbar-header {
    background: #fff;
  }

  .label-top {
    max-width: 300px;
    float: left;
    margin-top: 23px;
    margin-right: 15px;
    margin-bottom: 8px;
    font-family: "Open Sans", "Verdana Regular","Verdana", sans-serif;
    line-height: 35px;
    margin: 0;
    padding: 0;
    color: #46505a;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    margin-left: 20px;
    padding-top: 6px;
  }

  .content {
    padding-bottom: 220px;
    margin-top: 7px;
  }
  .content .main .main-title-container {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .content .main .main-title-container .main-title {
    padding: 15px 15px 10px 20px;
    border-top: 1px solid #46505a;
  }
  .content .main .main-title-container .main-title a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0;
    font-size: 11px;
    text-align: center;
  }

  .content .main .main-title-container .main-title a.autofillsmall {
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 9px;
    text-align: center;
    width: 50%;
    margin-top: 0;
    background: #b9c3c8;
  }

  .content .main .main-checkboxes-container {
    padding: 0 20px;
  }
  .content .main .main-checkboxes-container .main-checkboxes .checkbox {
    margin: 0 10px 5px 0;
  }
  .content .main .main-tiles .main-tiles-title {
    margin: 0 -10px;
  }
  .content .main .main-tiles .main-tiles-order {
    width: 100%;
    margin: 0 -10px;
    float: left;
  }
  .content .main .main-tiles .main-tiles-order .main-tiles-select {
    margin: 0 0 20px 0;
    float: right;
  }
  .content .main .main-tiles .main-tiles-filters {
    margin: 0 -10px;
    clear: both;
  }
  .content .main .main-tiles .main-tiles-filters:last-child {
    margin: 0 -10px 20px -10px;
  }
  .content .main .main-tiles .main-tiles-filters .checkbox {
    font-size: 11px;
  }
  .content .main .main-tiles .tile-container {
    margin: 0 -10px 20px -10px;
  }

  .content .main .main-tiles .tile-container:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);

  }

  .content .main .selected-tile-container .selected-tile .selected .no-padding-left {
    margin-bottom: 10px;
    padding: 0px;
  }
  .content .main .selected-tile-container .selected-tile .selected .no-padding-right {
    padding: 0px;
  }
  .content .main .selected-tile-container .selected-tile .selected .tile-img {
    height: 35vw;
  }
  .footer {
    height: 220px;
  }
  .footer-menu {
    padding: 0 15px!important;
    text-align: center;
  }
  .footer .footer-copyright {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
  }

  .header .resume-tab {

  }

  .header .resume-tab a {
    margin-top: 0px;
    margin-right: 0px;
    float: left;
  }

  .header .username {
    text-align: center;
    margin: 0;
  }

  .header .withusername.resume-tab {
    margin-top: 10px;
  }

  .header .login-tab {
    margin-right: 0px;
  }

  #login .login .login-title, #simulation .login .login-title {
    font-size: 23px;
  }

  .header .withusername.resume-tab {
    float: left;
    padding: 20px !important;
  }
}

/* Client requested hack */
a:active, a:visited, a:focus { outline: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

:focus {outline:none !important;}


