@import "/resources/css/stylesheets/icons_category.css";
@import "/resources/css/stylesheets/icons.css";
@import "/resources/css/stylesheets/languages.css";
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 49%;
  top: 70%;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.effect2:after {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 10px;
  left: auto;
}
.mirror {
  color: #5a5a5a;
  font-size: 14px;
  /*
.form-signin {
  background-color: #eee;
  padding-bottom: 40px;
  padding-top: 40px;
  margin: 0 auto;
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  box-sizing: border-box;
  font-size: 16px;
  height: auto;
  padding: 10px;
  position: relative;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 10px;
}
*/
}
.mirror.singleTile {
  margin: 0px;
  padding: 0px;
}
.mirror button,
.mirror .form-control,
.mirror .pagination > li > a,
.mirror .pagination > li > span {
  border-radius: 0px;
  font-size: 14px;
}
.mirror label {
  margin: 0;
}
.mirror label:after {
  content: ':';
  margin-right: 2px;
}
.mirror .custom,
.mirror .form-control {
  color: #A6A6A6;
}
.mirror .btn.custom {
  background-color: #A6A6A6;
  border-color: #A6A6A6;
  color: #ffffff;
}
.mirror .strongFont {
  font-weight: bolder;
}
.mirror .verySmallFont {
  font-size: 10px;
}
.mirror .smallFont {
  font-size: 14px;
}
.mirror .bigFont {
  font-size: 24px;
}
.mirror .mediumFont {
  font-size: 18px;
}
.mirror .hughFont {
  font-size: 30px;
}
.mirror span.glyphicon {
  margin-right: 5px;
}
.mirror .panel-heading {
  color: #ffffff;
}
.mirror .header {
  height: 160px;
  background: #FFF;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .mirror .header {
    height: 100px;
  }
}
.mirror .header .powerUnitBox {
  height: 65px;
  width: 65px;
  float: left;
  margin: 5px;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 10px;
  color: #5a5a5a;
  font-weight: bolder;
}
.mirror .header .powerUnitBox.active {
  border: 5px solid #A6A6A6;
  color: #A6A6A6;
}
.mirror .header .powerUnitBox.active span.icon-category {
  margin-left: 10px;
  margin-top: 10px;
}
.mirror .header .powerUnitBox span.icon-category {
  margin: 15px;
}
.mirror .header .langSelector {
  width: 150px;
  float: right;
  margin: 20px auto;
  height: 32px;
}
.mirror .header .langSelector button {
  border: none;
}
.mirror .header #logoutButton {
  width: 120px;
  float: right;
  margin: 20px auto;
  height: 32px;
  padding-top: 5px;
}
.mirror .header #logoutButton a {
  color: #5a5a5a;
  font-size: 10px;
  text-align: right;
  display: inline-flex;
}
.mirror .header #logoutButton a span {
  margin-left: 5px;
  font-size: x-large;
}
.mirror .head div.pageSizeSelector {
  width: 75px;
  float: right;
  margin-left: 20px;
}
.mirror .head .row {
  margin-bottom: 5px;
}
.mirror .head .resultCount,
.mirror .head .powerUnitBox,
.mirror .head select,
.mirror .head div.pagination {
  color: #A6A6A6;
}
.mirror .head .resultCount {
  font-size: 24px;
}
.mirror .head .powerUnitBox {
  font-size: 30px;
  font-weight: bolder;
}
.mirror .head label {
  margin-right: 5px;
}
.mirror .head #sortSelection {
  float: left;
}
.mirror .head div.pagination {
  float: right;
  margin-top: 0;
}
.mirror .head div.pagination ul.pagination {
  margin: 0;
  border-radius: 0px;
  border: none;
}
.mirror .head div.pagination ul.pagination a {
  color: #A6A6A6;
}
.mirror .head div.pagination ul.pagination .active a {
  background-color: #A6A6A6;
  border-color: #A6A6A6;
  color: #ffffff;
}
.mirror .head div.pagination ul.pagination .disabled a {
  color: #777;
}
.mirror .login {
  margin-top: 1cm;
}
.mirror .login .dealerLogin,
.mirror .login .companyName {
  font-weight: bold;
}
.mirror .login form {
  margin-top: 5px;
}
.mirror .login form .checkbox label {
  font-weight: 700;
}
.mirror .login .loginContent {
  padding: 20px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.mirror .login .loginContent .form-inline {
  margin-top: 40px;
  margin-bottom: 30px;
}
.mirror .login .langSelector {
  float: right;
}
.mirror .login .langSelector button {
  border: none;
}
.mirror .login .loginButton {
  float: right;
}
.mirror .login label:last-child:after {
  content: '';
}
.mirror .item-details .panel-heading {
  cursor: pointer;
}
.mirror .item-details .navBar {
  height: 40px;
  background: #FFF;
  font-size: smaller;
  color: #A6A6A6;
}
.mirror .item-details .navBar .navItem {
  font-size: 10px;
  font-weight: bold;
  width: 140px;
}
.mirror .item-details .navBar .navItem img {
  height: 30px;
  padding: 2px;
  margin: 2px;
  border: 1px solid #dddddd;
}
.mirror .item-details .navBar .navItem a {
  color: #A6A6A6;
  text-decoration: none;
  display: inline-flex;
}
.mirror .item-details .navBar .navItem a span.glyphicon {
  font-size: x-large;
  color: #dddddd;
  margin-top: 3px;
}
.mirror .item-details .navBar .navItem.goback {
  float: left;
  text-align: left;
}
.mirror .item-details .navBar .navItem.previousItem {
  text-align: left;
  float: right;
}
.mirror .item-details .navBar .navItem.nextItem {
  float: right;
  text-align: right;
}
.mirror .item-details .quality {
  float: right;
}
.mirror .item-details .manufacturerAndType {
  float: left;
}
.mirror .item-details .customBackground {
  background-color: #A6A6A6;
}
.mirror .item-details table td {
  border: none;
  padding: 4px;
}
.mirror .item-details .staticDetails {
  margin-top: 20px;
}
.mirror .item-details .staticDetails table tr td:not([colspan="2"]):first-child {
  font-weight: bold;
  width: 300px;
}
.mirror .item-details .staticDetails table tr td:not([colspan="2"]):first-child:after {
  content: ':';
}
.mirror .item-details .staticDetails .staticTable {
  margin-bottom: 20px;
}
.mirror .item-details .staticDetails .staticTable tr:last-child td:first-child {
  padding-top: 25px;
}
.mirror .item-details .staticDetails .staticTable tr:last-child td {
  border-top: 1px solid #ddd;
}
.mirror .item-details .staticDetails .dynamicTable tr:first-child {
  border-top: 1px solid #ddd;
}
.mirror .item-details .connected-carousels .prev-stage span,
.mirror .item-details .connected-carousels .next-stage span {
  background: none repeat scroll 0 0 #A6A6A6;
}
.mirror .item-details .connected-carousels .stage {
  -webkit-box-shadow: 0 0 5px 5px #ddd;
  box-shadow: 0 0 5px 5px #ddd;
  width: 400px;
  height: 400px;
}
.mirror .item-details .connected-carousels .image-div {
  width: 400px;
}
.mirror .item-details .connected-carousels .image-div img {
  display: block;
  margin: auto;
  max-width: 400px;
  max-height: 400px;
}
.mirror .item-details .connected-carousels .navigation {
  width: 400px;
  height: 65px;
  margin: 20px 0 20px 0;
}
.mirror .item-details .connected-carousels .navigation .carousel-navigation {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mirror .item-details .connected-carousels .navigation .carousel-navigation li img {
  border: 1px solid #dddddd;
  padding: 4px;
  max-width: 400px;
  max-height: 65px;
}
.mirror .item-details .connected-carousels .navigation .carousel-navigation li.active img {
  border: 5px solid #dddddd;
  padding: 0px;
}
.mirror .item-details .action_buttons {
  margin-left: 20px;
  padding-top: 100px;
  padding-bottom: 30px;
}
.mirror .item-details .action_buttons .btn {
  border-radius: 0px;
}
.mirror .item-details .action_buttons .btn#print {
  background-color: #6b6a6a;
}
.mirror .item-details .action_buttons button {
  margin-left: 30px;
}
.mirror .item-details #toggleContactInfo span.glyphicon:before {
  content: '\e082';
}
.mirror .item-details #toggleContactInfo.collapsed span.glyphicon:before {
  content: '\e081';
}
.mirror .item-details .contactForm label {
  color: #5a5a5a;
}
.mirror .item-details .contactForm .noDot:after {
  content: '';
}
.mirror .item-details .contactForm .singleLine label {
  display: table;
}
.mirror .item-details .contactForm .singleLine .form-group {
  width: 100%;
}
.mirror .item-details .contactForm .submitAndCheck {
  text-align: right;
}
.mirror .item-details .contactForm .submitAndCheck .input-group {
  float: right;
}
.mirror .item-details .contactForm .createCode {
  text-align: left;
}
.mirror .itemList .content.row {
  margin-top: 20px;
}
.mirror .itemList .fromTo div:first-child {
  margin-right: -15px;
}
.mirror .itemList .fromTo div:last-child {
  margin-left: -15px;
}
.mirror .itemList .fromTo .fromToArrow {
  margin-left: -6px;
  margin-top: 10px;
  color: #dddddd;
}
.mirror .itemList .itemsList {
  margin-bottom: 50px;
}
.mirror .itemList .itemsList:not(.noborder) {
  border-left: 1px solid #dddddd;
}
.mirror .itemList .itemsList .itemListItem {
  cursor: pointer;
}
.mirror .itemList .itemsList .itemListItem .effect2 {
  background: none repeat scroll 0 0 #fff;
  height: 150px;
  margin: 30px 0 0 0;
}
.mirror .itemList .itemsList .itemListItem .itemImage {
  height: 150px;
  text-align: center;
}
.mirror .itemList .itemsList .itemListItem .itemImage img {
  bottom: 10px;
  max-width: 130px;
  max-height: 120px;
}
@media (min-width: 992px) {
  .mirror .itemList .itemsList .itemListItem .itemImage img {
    max-width: 180px;
    max-height: 150px;
  }
}
.mirror .itemList .itemsList .itemListItem .rightColumn .row {
  margin-left: 0px;
}
.mirror .itemList .itemsList .itemListItem .rightColumn {
  height: 150px;
}
.mirror .itemList .itemsList .itemListItem .rightColumn .headline .manufacturerAndType {
  float: left;
}
.mirror .itemList .itemsList .itemListItem .rightColumn .headline .ratings {
  float: right;
  margin-right: 10px;
}
.mirror .itemList .itemsList .itemListItem .rightColumn .priceBox {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.mirror .itemList .itemsList .itemListItem .rightColumn .bottomLine {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  float: left;
  max-width: 450px;
}
.mirror .itemList .itemsList .itemListItem .rightColumn .bottomLine span {
  display: inline-block;
}
.mirror .itemList .itemsList .itemListItem .rightColumn .bottomLine span:not(:last-child):after {
  content: '|';
  margin: auto 4px auto 4px;
}
.mirror .rating {
  background: url("/resources/images/mirror/star-icon-0.png") no-repeat 0px, url("/resources/images/mirror/star-icon-0.png") no-repeat 23px, url("/resources/images/mirror/star-icon-0.png") no-repeat 46px, url("/resources/images/mirror/star-icon-0.png") no-repeat 69px;
  display: inline-block;
  text-indent: -100000px;
  width: 92px;
  height: 22px;
}
.mirror .rating-1 {
  background: url("/resources/images/mirror/star-icon-1.png") no-repeat 0px, url("/resources/images/mirror/star-icon-0.png") no-repeat 23px, url("/resources/images/mirror/star-icon-0.png") no-repeat 46px, url("/resources/images/mirror/star-icon-0.png") no-repeat 69px #A6A6A6;
}
.mirror .rating-2 {
  background: url("/resources/images/mirror/star-icon-1.png") no-repeat 0px, url("/resources/images/mirror/star-icon-1.png") no-repeat 23px, url("/resources/images/mirror/star-icon-0.png") no-repeat 46px, url("/resources/images/mirror/star-icon-0.png") no-repeat 69px #A6A6A6;
}
.mirror .rating-3 {
  background: url("/resources/images/mirror/star-icon-1.png") no-repeat 0px, url("/resources/images/mirror/star-icon-1.png") no-repeat 23px, url("/resources/images/mirror/star-icon-1.png") no-repeat 46px, url("/resources/images/mirror/star-icon-0.png") no-repeat 69px #A6A6A6;
}
.mirror .rating-4 {
  background: url("/resources/images/mirror/star-icon-1.png") no-repeat 0px, url("/resources/images/mirror/star-icon-1.png") no-repeat 23px, url("/resources/images/mirror/star-icon-1.png") no-repeat 46px, url("/resources/images/mirror/star-icon-1.png") no-repeat 69px #A6A6A6;
}
.mirror .rating-5 {
  background: url("/resources/images/mirror/star-icon-1.png") no-repeat 0px, url("/resources/images/mirror/star-icon-1.png") no-repeat 23px, url("/resources/images/mirror/star-icon-1.png") no-repeat 46px, url("/resources/images/mirror/star-icon-1.png") no-repeat 69px #A6A6A6;
}
.mirror .showroom .effect2:before,
.mirror .showroom .effect2:after {
  width: 45%;
}
.mirror .showroom .header {
  height: 70px;
}
.mirror .showroom .customCol {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 245px;
  height: 380px;
}
.mirror .showroom .itemTile {
  border: 2px solid #dddddd;
  background: none repeat scroll 0 0 #fff;
  height: 350px;
  margin: 30px 0 0 0;
}
.mirror .showroom .itemTile.singleTile {
  height: 176px;
  width: 140px;
  margin-top: 0px;
  margin-left: -10px;
  border: 1px solid #A6A6A6;
}
.mirror .showroom .itemTile.singleTile .ratings {
  display: none;
}
.mirror .showroom .itemTile.singleTile .itemImage {
  width: 100px;
  height: 75px;
  top: 10px;
  left: 18px;
  text-align: center;
}
.mirror .showroom .itemTile.singleTile .itemImage img {
  max-width: 100px;
  max-height: 75px;
  width: inherit;
}
.mirror .showroom .itemTile.singleTile .price {
  left: 10px;
  bottom: 6px;
}
.mirror .showroom .itemTile.singleTile .details {
  position: absolute;
  left: 10px;
  bottom: inherit;
  top: 90px;
}
.mirror .showroom .itemTile.singleTile .details label {
  display: none;
}
.mirror .showroom .itemTile.singleTile .details div:first-child span:before {
  content: "\a";
  white-space: pre;
}
.mirror .showroom .itemTile.singleTile .details div:nth-child(2) span {
  float: left;
}
.mirror .showroom .itemTile.singleTile .details div:nth-child(2) span:not(:first-child):before {
  content: ",";
}
.mirror .showroom .itemTile .ratings {
  margin: 4px;
  float: right;
}
.mirror .showroom .itemTile .ratings:after {
  clear: both;
}
.mirror .showroom .itemTile .itemImage {
  width: 200px;
  position: absolute;
  bottom: 100px;
  left: 10px;
  text-align: center;
}
.mirror .showroom .itemTile .itemImage img {
  max-width: 200px;
  max-height: 200px;
}
.mirror .showroom .itemTile .details {
  position: absolute;
  left: 20px;
  top: 256px;
  font-size: 10px;
}
.mirror .showroom .itemTile .details div:last-child span:not(:last-child):after {
  content: "\a";
  white-space: pre;
}
.mirror .showroom .itemTile .price {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.connected-carousels .stage {
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.connected-carousels .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: .66;
}
.connected-carousels .photo-credits a {
  color: #fff;
}
/** Navigation container **/
.connected-carousels .navigation {
  margin: 20px auto;
  position: relative;
}
/** Shared carousel styles **/
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
}
/** Stage carousel specific styles **/
.connected-carousels .carousel-stage {
  /*height: 400px;*/
}
/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation {
  /*height: 60px;*/
  /*width: 240px;*/
  background: #fff;
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.connected-carousels .carousel-navigation li {
  cursor: pointer;
}
.connected-carousels .carousel-navigation li img {
  display: block;
  border: 5px solid #fff;
}
.connected-carousels .carousel-navigation li.active img {
  border-color: #ccc;
}
/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 300px;
  height: 410px;
  color: #fff;
}
.connected-carousels .prev-stage {
  left: 0;
}
.connected-carousels .next-stage {
  right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  display: none;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.connected-carousels .prev-stage span {
  left: 20px;
}
.connected-carousels .next-stage span {
  right: 20px;
}
.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block;
}
/** Navigation carousel controls **/
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 16px/29px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.connected-carousels .prev-navigation {
  left: -15px;
  top: 22px;
  text-indent: 6px;
}
.connected-carousels .next-navigation {
  right: -15px;
  top: 22px;
  text-indent: 20px;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  opacity: .5;
  cursor: default;
}
.report table.hideFirstColumn tr th:first-child,
.report table.hideFirstColumn tr td:first-child {
  display: none;
}
.report .reportContent {
  overflow: scroll;
}
.report .buttons input {
  margin-right: 10px;
}
.report #map-canvas {
  width: 100%;
  height: 500px;
}
.report .rightColumn {
  height: 500px;
}
.report .companyList {
  height: 425px;
  overflow: scroll;
  position: relative;
}
.report .citySearch {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.report p.error {
  color: red;
}
.tree tr td:first-child,
.tree tr th:first-child {
  width: 100px;
}
.tree tr td span.treegrid-expander {
  cursor: pointer;
  height: 16px;
  width: 16px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tree tr.treegrid-collapsed td span.treegrid-expander:before {
  content: "\e080";
}
.tree tr.treegrid-expanded td span.treegrid-expander:before {
  content: "\e114";
}
.tree .treegrid-indent {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}

.btn-white {
  background-color: #fff;
  color: black !important;
}

.btn-white h1, .btn-white h2, .btn-white h3, .btn-white p, .btn-white div, .btn-white a, .btn-white span, .btn-white li, .btn-white header, .btn-white label {
  color: black !important;
}

.btn-white:hover {
  background-color: white;
  color: #53a9e6 !important;
}

.btn-white:hover h1, .btn-white:hover h2, .btn-white:hover h3, .btn-white:hover p, .btn-white:hover div, .btn-white:hover a, .btn-white:hover span, .btn-white:hover li, .btn-white:hover header, .btn-white:hover label {
  color: #53a9e6 !important;
}

i.icon-style {
  color: #000 !important;
}

.btn-white:hover  i.icon-style {
  color: #53a9e6 !important;
}

.flag-position {
  display: flex;
  text-align: center;
}

.boostrap-base-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.boostrap-base-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.boostrap-base-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.boostrap-base-form-control:-ms-input-placeholder {
  color: #999;
}

.boostrap-base-form-control::-webkit-input-placeholder {
  color: #999;
}