/**
 * The base theme is built using bootstrap and .less. If you are not able to
 * update and recompile the less, you can put your css overrides in this file.
 */
 body #admin-menu {
  z-index: 1600 !important;
}

@media (min-width: 1033px) {
  #navbar {
    z-index: 3;
  }
}
/* his breaks the footer. Don't do this. 
@media (min-width: 768px) {
  .footer {
    position: absolute; 
  }
}
*/

.marker-cluster-small {
    background-color: rgba(254, 190, 45, 0.5);
}
.marker-cluster-small div {
    background-color: rgba(254, 190, 45, 0.8);

}

.marker-cluster-medium {
    background-color: rgba(24, 142, 251, 0.5);
}
.marker-cluster-medium div {
    background-color: rgba(24, 142, 251, 0.8);
}

.marker-cluster-large {
    background-color: rgba(252, 13, 27, 0.5);
}
.marker-cluster-large div {
    background-color: rgba(252, 13, 27, 0.8);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
}
.leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}
.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
}
.leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 30px;
}

/* This hides options in the language selector dropdown that shouldn't be visible
 * until that language is ready to go live. IE doesn't respect the CSS display: none 
 * in conjunction with <option> thats why we also need this jquery fix.
 * When you turn the lang selector back on, be sure to edit style-overrides.css as well
 */
#edit-language-choice option.language-selector.fr,
#edit-language-choice option.language-selector.nl,
#edit-language-choice option.language-selector.es {
    /**display: none !important;**/
}

/**#CybotCookiebotDialog div{
    display: block;
}**/

.print_pdf {
  float: right;
  margin-top: 30px;
  margin-bottom: 40px;
} 

.views-field-field-sparepart-image img.medium {
  max-width: 100%;
  width: 220px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sparepart_title{
  font-family: "RockwellStd-Bold", "Arial Black", serif;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  padding: 0 35px;
}

.views-field.views-field-field-sp-price {
    position: absolute;
    left: 16%;
    float: left;
    font-weight: bold;
    
}
.views-field-field-sp-price span.views-label.views-label-field-sp-price {
       float: left;
    margin-left: 35px;
}
.views-field-field-sp-price .field-content {
    float: left;
} 

.views-field.views-field-field-oracle-sp-id {
    float: left;
    margin-left: 111px;
    font-weight: bold;

}

.views-field-field-oracle-sp-id span.views-label.views-label-field-oracle-sp-id {
    float: left;
}

.views-field-field-oracle-sp-id div.field-content {
    float: left;
} 
 
.sp-wid {
  width: 16%;
}

.pdflogo{
  height: 85px;
}

.head_title{
  line-height: 80px;
  font-size: 37px;
}

.title_h1{
  line-height: 60px;
}

.title_h2{
  line-height: 10px;
  font-size: 30px;
  font-style: italic;
  display: block;
  color: #B5B5B5;
}

.sp_fax{
  font-size: 25px;
}

.sp_details{
  font-size: 18px;
  margin-bottom: 30px;
}

.sp_orders{
  margin: 20px 0px 20px 0px;
}

div.dateSign ul {
  list-style-type: none;
  float: right;
}

div.dateSign ul li {
  float: left;
  padding: 12px 30px;
  border-top: 1px solid;
  margin-right: 39px;
}

label.checkbox {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 18px;
}

div.padding-top .checkbox input[type="checkbox"] {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
} 

div#customer_details_fs input[type="checkbox"] {
    position: absolute;
    left: 38%;
    width: 20px;
    height: 20px;
} 

.checkbox span.info {
  position: absolute;
  left: 35%;
} 

.dateSign {
 padding-top: 30px;
} 

.padding-top{
  padding-top: 30px;
}

#sparepart-print-form div.panel-collapse.container{
    width: 65%;
    border: 1px solid #ddd;
    margin-top: 60px;
    margin-bottom: 0px;
}

fieldset.collapsible.panel.panel-default.form-wrapper.collapse-processed {
    padding-bottom: 22px;
}

.sparepart_form {
  margin-top: 161px;
  width: 60%;
  margin: 135px auto 50px;
}

.sp_logo {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(http://dev-beha.pantheon.io/sites/default/files/beha_amprobe_logo.svg) no-repeat;
  height: 85px; /* Height of new image */
}

div#customer_details_fs .form-type-checkbox label.control-label {
  padding: 0 0 10px;
}

div#payment_method_fs input {
  position: absolute;
  left: 38%;
  width: 20px;
  height: 20px;
}

div#sparepart_block label input[type='checkbox'] {
  position: absolute;
  left: 82%;
}

#views-form-sparepart-configurator-panel-pane-1 .row {
    margin-bottom: 20px;
} 

@media (min-width: 1033px) {
  .banner-bumper {
    margin-top: 105px;
  }
}

.webform-confirmation{
  padding-top: 190px;
}

/** CSS for fixing video slideshow on higher resolution display **/
@media (min-width: 1920px){
  iframe#youtube-field-player--2 {
    width: 100%;
  }
  ol.flex-control-nav.flex-control-thumbs.youtube-li {
    bottom: 270px;
  }
}

.node-type-article .node-article{
	padding-top: 40px;
}

/** CSS for Questionnaires **/
@import url('https://fonts.googleapis.com/css?family=Lato');

.node-type-questions .qcontainer{
  display: block;
  position: relative;
  margin: 40px auto;
  height: auto;
  width: 60%;
  padding: 20px;
}

.node-type-questions h1.heading {
  color: #333333;
}

.node-type-questions .qcontainer ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.node-type-questions .qcontainer ul li{
  color: #333333;
  display: block;
  position: relative;
  float: left;
  /**width: 100%;
  height: 100px;
  border-bottom: 1px solid #333;**/
}

.node-type-questions ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.node-type-questions ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.node-type-questions ul li:hover label{
  color: #777;
}

.node-type-questions ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #333;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.node-type-questions ul li:hover .check {
  border: 5px solid #777;
}

.node-type-questions ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 2px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.node-type-questions input[type=radio]:checked ~ .check {
  border: 5px solid #FDC20E;
}

.node-type-questions input[type=radio]:checked ~ .check::before{
  background: #FDC20E;
}

.node-type-questions input[type=radio]:checked ~ label{
  color: #FDC20E;
}

.sets{
  min-height: 205px !important;
}

.insidesets{
  padding-left: 30px !important;
}


.heading{
  font-size: 26px;
}

.reset {
  min-width: 930px;
}

#compare {
  border-radius: 6px;
  width: 100px;
}

.info_map{
  height: 470px;
  width: 100%;
}

.info_map{    
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 83px;
}

.page-where-to-buy .container{
  width: 100% !important;
}

.page-vertriebspartner .container{
  width: 100% !important;
}

.page-verkoopadressen .container{
  width: 100% !important;
}

.page-points-de-vente .container{
  width: 100% !important;
}

.page-dove-acquistare .container{
  width: 100% !important;
}

.page-dónde-comprar .container{
  width: 100% !important;
}

.page-where-to-buy .pascal-flipped .container {
    padding-bottom: 15px;
}

.page-vertriebspartner .pascal-flipped .container {
    padding-bottom: 15px;
}

.page-verkoopadressen .pascal-flipped .container {
    padding-bottom: 15px;
}

.page-points-de-vente .pascal-flipped .container {
    padding-bottom: 15px;
}

.page-dove-acquistare .pascal-flipped .container {
    padding-bottom: 15px;
}

.page-dónde-comprar .pascal-flipped .container {
    padding-bottom: 15px;
}

.page-where-to-buy .flukestrap-layouts-sidebar {
  padding-right: 0px;
}

.page-vertriebspartner .flukestrap-layouts-sidebar {
  padding-right: 0px;
}

.page-verkoopadressen .flukestrap-layouts-sidebar {
  padding-right: 0px;
}

.page-points-de-vente .flukestrap-layouts-sidebar {
  padding-right: 0px;
}

.page-dove-acquistare .flukestrap-layouts-sidebar {
  padding-right: 0px;
}

.page-dónde-comprar .flukestrap-layouts-sidebar {
  padding-right: 0px;
}

.page-where-to-buy .footer{
  height: 130px;
}

.page-vertriebspartner .footer{
  height: 130px;
}

.page-verkoopadressen .footer{
  height: 130px;
}

.page-points-de-vente .footer{
  height: 130px;
}

.page-dove-acquistare .footer{
  height: 130px;
}

.page-dónde-comprar .footer{
  height: 130px;
}

.info_map{
  border-bottom: 1px solid #CCC;
}

.info_map .card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 15px;
  margin-right: 10px;
}

/* On mouse-over, add a deeper shadow */
.info_map .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.node-type-flipbook #navbar{
  display:none;
}

.node-type-flipbook #page-header{
  display:none;
}

.not-logged-in #fb5-ajax{
  margin-top: 0px;
}

.logged-in #fb5-ajax {
    margin-top: 30px;
}

#mapData .card-text{
  margin-bottom: 0px;
}

#mapData .card-body{
  color: #333;
  font-size: 16px;
}

.panelizer-view-mode .flukestrap-darwin{
  padding-top: 35px;
}

.celia-secondary-nav{
	clear: both;
}