/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-jun-2015, 16:25:20
    Author     : tino
*/

html,body {
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
}

.inner-container {
    margin: 10px auto;
    width: 1240px;
    max-width: 90%;
}

.tops-cell {
    width: 350px;
    max-width: 80%;
}

.half-container {
    float: left;
    width: 50%;
    overflow: hidden;
}

.table {
    display: block;
}

.selectors {
    float: left;
    width: 60%;
    overflow: hidden;
}

.presentation {
    float: left;
    overflow: hidden;
    width: 39%;
    min-width: 250px;
}

.col-spacer {
    float: left;
    overflow: hidden;
    width: 50px;
    height: 1px;
    display: none;
}

.selectors .slick-next {
  right: 15px !important;
}

#configurator .row {
    display: block;
    clear: both;
    width: 100%;
    line-height: 1px;
    margin-left: 0px !important;
}

.row_relative {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    line-height: 1px;
}

.row_bottoms {
    position: absolute;
    bottom: 0px;
    display: block;
    clear: both;
    width: 100%;
    line-height: 1px;
}

.row_tops {
    position: absolute;
    top: 0px;
    display: block;
    clear: both;
    width: 100%;
    line-height: 1px;
}

.selector-row {
    display: block;
    clear: both;
    width: 80%;
    padding: 0 10px 0 10px;
    margin: 0 40px; 
}

.cell {
    display: inline-block;
}

.cell.v-middle {
    vertical-align: middle;
}

.cell_parent {
    position: relative;
}
.cell.v-top {
    vertical-align: top;
    position: relative;
    top: 10px;
}

.cell.r-top {
    vertical-align: top;
    position: relative;
    top: 2px;
}

.cell.m-top {
    vertical-align: top;
    position: relative;
    top: 150px;
}

.cell.b-bottom {
    vertical-align: top;
    position: relative;
    top: 15px;
}

.block {
    display: block;
}

.slick-prev:before, .slick-next:before{
    color:red !important;
}

.div-toggles {
	margin-top: 1em;
}
.div-toggles .trigger {
	position: relative;
	display: inline-block;
	width: 40px;
	padding: 4px;
	height: 25px;
	border: 1px solid #666;
	border-radius: 2px;
	background: #eee;
	box-shadow: inset 0 -17px 8px rgba(0,0,0,0.3), inset 0 -4px 7px rgba(0,0,0,0.3);
}
.div-toggles .trigger:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	border: 5px solid;
	border-color: #000 transparent transparent;
}
.div-toggles .trigger:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -1px;
	border: 5px solid;
	border-color: #eee transparent transparent;
}
.div-toggles .active:before {
	margin-top: -7px;
	border-color: transparent transparent #eee;
}
.div-toggles .active:after {
	margin-top: -8px;
	border-color: transparent transparent #000;
}
.div-toggles .trigger div {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #fff url('data:image/gif;base64,R0lGODlhDAAMAIABAMzMzP///yH5BAEAAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7');
}
.div-toggles .trigger div div {
	border: 1px solid #666;
	border-color: #666 #ccc #ccc #666;
	background: #aaa;
}

#colorPicker {
  width: 120px;
  display: inline-block;
}  

#poleheightdiv {
  display: inline-block;
}

#poleheightdiv_old {
  display: inline-block;
}

@media screen and (max-width: 480px) {
	.tops-cell {
            width: 150px;
        }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
	.selectors {
      width: 250px;
  }
  .presentation {
      width: 250px;
  }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
	.selectors {
      width: 200px;
  }
  .presentation {
      width: 180px;
      min-width: 180px;
  }
  .inner-container {
      margin: 2px 2px;
      max-width: 99%;
  }
}

@media screen and (max-width: 480px) {
	.selectors {
      width: 150px;
  }
  .presentation {
      width: 100px;
      min-width: 100px;
  }
  .title {
      display: none;
  }
  .inner-container {
      margin: 2px 2px;
      max-width: 99%;
  }
  .col-spacer {
      display: block;
  }
  .selector-row {
      width: 80px;
  }
}


