/*
ASCI FUN
.____                          
|    |   _____  _____    ____  
|    |   \__  \ \__  \  /    \ 
|    |___ / __ \_/ __ \|   |  \
|_______ (____  (____  /___|  /
        \/    \/     \/     \/ 
 __      __      ___.          .__  __                 
/  \    /  \ ____\_ |__   _____|__|/  |_  ____   ______
\   \/\/   // __ \| __ \ /  ___/  \   __\/ __ \ /  ___/
 \        /\  ___/| \_\ \\___ \|  ||  | \  ___/ \___ \ 
  \__/\  /  \___  >___  /____  >__||__|  \___  >____  >
       \/       \/    \/     \/              \/     \/ 

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
  font-family: "Open Sans", sans-serif;
}

.result {
  font-family: Open Sans; 
}

form {
    padding-left: 5%;
}

.prijs-check {
    background: #ffffff;
    padding: 50px;
    //border-radius: 50px;
	
	 width: 50%;
    margin: 0 auto;
}

label {
  //font-family: Open Sans; 
  font-size: 1.2em !important;
} 

label.gewicht {
    padding-top: 10px;
}

span.select2.select2-container.select2-container--default.select2-container--below {
  width: 480px !important;
}

span.select2-selection.select2-selection--single {
  width: 480px !important;
}

span.select2-selection__arrow {
  right: 0px !important;
}

input.select2-search__field {
    background-color: white !important;
    background-image: url(searchicon.png) !important;
    background-position: calc(100% - 10px) center !important;
    background-repeat: no-repeat !important;
    padding-left: 40px !important;
    padding: 10px !important;
}

input[type="submit"] {
    background: #1b3767 !important;
    color: #fff !important;
    border-radius: 80px !important;
    font-size: 14px !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    padding: 10px 20px 10px 20px !important;
    margin: 1px 5px 5px 5px !important;
}

input[type="reset"] {
    background: #1b3767 !important;
    color: #fff !important;
    border-radius: 80px !important;
    font-size: 14px !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    padding: 10px 20px 10px 20px !important;
    margin: 1px 5px 5px 5px !important;
}

/* Range theme */

[type=range] {
    -webkit-appearance: none;
    background: transparent;
    margin: 12px 0;
	width: 480px;
    display: block;
  }

  [type=range]::-moz-focus-outer {
    border: 0;
  }

  [type=range]:focus {
    outline: 0;
  }

  [type=range]:focus::-webkit-slider-runnable-track {
    background: #fbfbfc;
  }

  [type=range]:focus::-ms-fill-lower {
    background: #eceff1;
  }

  [type=range]:focus::-ms-fill-upper {
    background: #fbfbfc;
  }

  [type=range]::-webkit-slider-runnable-track {
    cursor: default;
    height: 8px;
    transition: all 0.2s ease;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px;
  }

  [type=range]::-webkit-slider-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #1b3767;
    border: 2px solid #eceff1;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: default;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    margin-top: -10px;
  }

  [type=range]::-moz-range-track {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    cursor: default;
    height: 8px;
    transition: all 0.2s ease;
    width: 100%;
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px;
    height: 4px;
  }

  [type=range]::-moz-range-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #1b3767;
    border: 2px solid #eceff1;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: default;
    height: 24px;
    width: 24px;
  }

  [type=range]::-ms-track {
    cursor: default;
    height: 8px;
    transition: all 0.2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent;
  }

  [type=range]::-ms-fill-lower {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #dde3e6;
    border: 2px solid #cfd8dc;
    border-radius: 10px;
  }

  [type=range]::-ms-fill-upper {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 10px;
  }

  [type=range]::-ms-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #1b3767;
    border: 2px solid #eceff1;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: default;
    height: 24px;
    width: 24px;
    margin-top: 2px;
  }

  [type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
    cursor: not-allowed;
  }

.select2-container--default .select2-selection--single{
    padding:6px;
    height: 60px;
    /*width: 148px;  */ 
    font-size: 1.2em;  
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    width: 45px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    height: 45px !important;
    position: absolute;
    top: 0px !important;
    right: 0px;
    width: 20px;
    background: #1b3767 !important;
    color: #fff !important;
}

span.select2-selection.select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

input#amount {
    width: 480px;
}