/* Mijn boekfiets - adminview - rit toevoegen mobiel -  POPUP LOCATIE TOEVOEGEN en koppelen aan  bodyclass van de iframe contentpane*/
/* Smartphones tot 350px */
@media (max-width: 350px) {
  body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(2) {
    margin-bottom: 50px;
  }
  
  body.contentpane   #save_location + input[type="button"].btn-info {
        transform: translate(0px, -557px);
   background: #E43141; 
  }
  body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(3) > label::after {
  content: "\A (beweeg de pin op de kaart als je \A geen coordinaten ziet)";
    white-space: pre;
  color: #17ad4b;
  font-size: smaller;
}
}


/* Smartphones tot 400px */
@media (min-width: 350px) and (max-width: 400px) {
  body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(2) {
    margin-bottom: 50px;
  }

  body.contentpane #save_location + input[type="button"].btn-info {
transform: translate(-96px, -534px);
    background: #E43141; 
  }
  body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(3) > label::after {
  content: "\A (beweeg de pin op de kaart als je geen coordinaten ziet)";
      white-space: pre;
  color: #17ad4b;
  font-size: smaller;
  }
}

/* Tablets / kleine laptops 400-900 px */
@media (min-width: 400px) and (max-width: 900px) {
body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(2) {
    margin-bottom: 50px;
  }

body.contentpane #save_location + input[type="button"].btn-info {
    transform: translate(84px, -507px);
  background: #E43141; 
  }
body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(3) > label::after {
  content: "\A (beweeg de pin op de kaart \A als je geen coordinaten ziet)";
      white-space: pre;
  color: #17ad4b;
  font-size: smaller;
  }
}

/* 901px t/m 957px (972) */
@media (min-width: 901px) and (max-width: 957px) {
  body.contentpane> #adminForm > div.row-fluid > div.span5 > div:nth-child(2) {
    margin-bottom: 50px;
  }

  body.contentpane #save_location + input[type="button"].btn-info {
    transform: translate(146px, -309px);
    /* achtergrondkleur terug naar standaard btn-info */
     background: #E43141; 
  }
 body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(3) > label::after {
  content: "\A (beweeg de pin op de \Akaart als je geen coordinaten ziet)";
      white-space: pre;
  color: #17ad4b;
  font-size: smaller;
  }
} 
  
  
/* 958px en groter */
@media (min-width: 958px)  {
  body.contentpane> #adminForm > div.row-fluid > div.span5 > div:nth-child(2) {
    margin-bottom: 50px;
  }

  body.contentpane #save_location + input[type="button"].btn-info {
    transform: translate(0px, 0px);
    /* achtergrondkleur terug naar standaard btn-info */
     background: #E43141; 
  }
 body.contentpane #adminForm > div.row-fluid > div.span5 > div:nth-child(3) > label::after {
  content: "\A (beweeg de pin op de \Akaart als je geen coordinaten ziet)";
      white-space: pre;
  color: #17ad4b;
  font-size: smaller;
  }  
  
 body.contentpane #adminForm > > div.row-fluid > div.span7 {
     float: none!important;
        width: 100%!important;
  }

}


@media (min-width: 768px) and (max-width: 979px) {
    .row-fluid .span7 {
        width: 100%!important;
    }
}




/* Mijn boekfiets - adminview - Rottenoverzicht */
body.rittenoverzicht #filter_category_id  {
  display:none;
   /* background: #ff0000; */
  
}