@font-face {
    font-family:'Continental Stag Sans Book';
    src:url(../fonts/ContinentalStagSans-Book_0.otf) format('opentype');
    font-weight:400;
}
@font-face {
    font-family:'Continental Stag Sans';
    src:url(../fonts/ContinentalStagSans-Light_0.otf) format('opentype');
    font-weight:100;
}
@font-face {
    font-family:'Continental StagSans';
    src:url(../fonts/ContinentalStagSans-Med_0.otf) format('opentype');
    font-weight:500;
}

* {
    margin:0;
    padding:0;
    text-decoration:none;
}

body {
    font-family: 'Continental Stag Sans';
    background: url(../images/bg_grey_tile.jpg);
    letter-spacing: 0.25px;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}

#pdf_download {
    margin-top: 40px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    color: #ffa500;
    font-weight: ;
}

.error {box-shadow: 0px 0px 6px 2px rgba(255, 0, 0, 0.8) !important;}
.ifocus {box-shadow: 0px 0px 6px 2px rgba(255, 146, 0, 0.8) !important;}
.red {color: #ff363b}
.pointer {cursor: pointer}

a {color: #404040;}
a:visited {color: #404040;}

button {cursor:pointer}

.input_normal.read {
    color: #252a33;
    background-color: #cecece !important;
}

.load_cap_line {
    margin-top: -47px !important;
    z-index: -1;
    height: 22px;
    padding-top: 13px !important;
}


#resultmessage2 {
    display: inline;
    font-size: 20px;
    white-space: nowrap;
    text-align: right;
    margin-left: 0;
}

.exit {
	display:none;
    position:absolute;bottom:50px;left:20px;z-index:3;
}

select::-ms-expand {
  display: none;
}

.swal2-confirm.swal2-styled {
    background-color: #ffa500 !important;
}

.swal2-popup .swal2-title {
    font-size: 24px !important;
}

.swal2-icon.swal2-success {
    border-color: #ffa500 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid #ffa500 !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #ffa500 !important;
}



.content_wrap {
	position:relative;
	width:100%;
	overflow:hidden;
}

.h2 {
	font-weight:100;
    font-size:18pt;
}


.h3 {

    float: left;
    width: 100%;
    height: 20px;
    margin-top: 12px;
    margin-bottom: 12px;

}

.title_wrap {
    position: relative;
    width: 100%;
    margin-top: 4px;
    float: left;
}

.input_wrap {

    float: left;

}

.endresult .input_wrap {
	display:inline-block;
	float:none;
}
.legende_wrap {

    float: left;
    margin-left: 12px;
    margin-top: 12px;

}

.pdf_only {display:none}


.block_sub_wrap {
	position:relative;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    /* height: 97px; */
}

.select_wrap {
    float: left;
    width: 40%;
}

hr {
	margin-top:5px;
}

#axleimg {
    float: left;
    width: 240px;
    margin-top: -32px;
    margin-left: 6px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
}


#axleimg img {
    display:block;
    width:100%;
}
.setup {
    float:left;
    width:36%;
    min-width:270px;
    margin:0 0 20px 0;
    padding:0;
}
.setupsmall {
    float:left;
    width:10%;
    margin-left:-2%;
    padding:0;
}


#email {
    height: 40px;
    font-size: 16px;
    padding: 2px 12px;
    margin-top: 24px;
    border: solid 1px #ccc;
    border-radius: 12px;
    width: 400px;
    text-align: center;
}










#langSwitchDe, #langSwitchEn {
    height:15px;
    width:20%;
    margin-left:17%;
    cursor:pointer;
}

h1 {
    font-weight:300;
    font-size:18pt;
}

h2 {
    font-weight:100;
    font-size:18pt;
}

h3 {
    font-weight:400;
    font-size:14pt;
}

hr {
 background: #a8a8a8;
 border: none;
 color: #a8a8a8;
 height: 1px;
 width: 100%;
}
.smalldeviceheader {
    display:none;
}

.menu {
  width: 300px;
  height: 100%;
  background: #333;
  position: fixed;
  top: 0;
  right: -300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  z-index: 10;
}
.menu.show-nav {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px) tranlateZ(0);
  -ms-transform: translateX(-300px) tranlateZ(0);
  transform: translateX(-300px) tranlateZ(0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu ul li {
  position: relative;
  list-style: none;
  width: 60%;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  border-top: 1px solid #333;
  box-shadow: 0 -1px 1px -1px #746559;
}

.menu ul li:first-child {
  margin-top: 20px;
  border: 0;
  box-shadow: none;
}

.menu ul li a {
  position: relative;
  font-weight: 300;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 1);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f38b00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

.no-touch .menu ul li a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.menu p {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 86%;
  left: 20px;
  font-size: 0.875em;
  text-align: center;
}

.menu p a {
  color: rgba(243, 139, 0, 0.6);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu p a:hover {
  color: #f38b00;
  text-decoration: underline;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #fff; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav h2 {
    width:100%;
    text-align:center;
}
.languageborder, .unitborder {
    width:100%;
    position:relative;
}
.languages, .units {
    width:80%;
    margin-left:10%;
    text-align:center;
}
.sidenav select {
    width:20%;
    margin-left:10%;
    padding-right:0;
}
#expertwrapper {
    width:80%;
    margin-left:10%;
    margin-top:20px;
}
#expertmode {
    margin:0;
    text-align:left;
    width:70%;
    float:left;
}
#expertmode a {
    padding-left:0
}
.currentconfig_lang {
    display:inline-block;  
}
.switch {
    float:right;
    width:60px;
    height:30px;
    background:#aaa;
    margin:0;
    padding:0;
    appearance:none;
    border:none;
    cursor:pointer;
    position:relative;
    border-radius:40px;
    z-index:101;
}
.switch:before {
    content: ' ';
    position:absolute;
    left:3px;
    top:3px;
    height:24px;
    width:54px;
    background:#fff;
    border-radius:20px;
    z-index:102;
}
.switch:after {
    content:' ';
    width:22px;
    height:22px;
    border-radius:22px;
    position:absolute;
    background:#aaa;
    top:4px;
    left:4px;
    box-shadow:0 1px 5px #999;
    z-index:103;
    transition-duration:300ms;
}
.switchOn, .switchOn:before{
    background:#ffa500; !important;
}
.switchOn:after{
    left:34px;
    background:#fff; !important;
    box-shadow:none;
}



#sidenavfooter {
    position:absolute;
    width:100%;
    bottom:105px;
    background:rgb(255,165,0);
    padding-top:20%;
    padding-bottom:20px;
}
#sidenavlogo {
    width:30%;
    margin-left:10%;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #202020;
    display: block;
    transition: 0.3s
}
#sidenavbackground {
    position:fixed;
    background:black;
    width:0%;
    height:100%;
    z-index:49;
    opacity: 0.5;
    overflow:hidden;
    transition:0.5s;
    top:0;
    right:0;
    
}
#switchm {
    display:block;
}
#switchkm {
    display:none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f38b00;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#title {
    width:180px;
    margin:auto;
    padding-top:14px;
    text-align:center;
}
.title1, .title2 {
    float:left;
}
.title1 {
	margin-right:5px;
}

input::-webkit-input-placeholder {
color: rgba(0,0,0,0.5) !important;

}
 
input:-moz-placeholder { /* Firefox 18- */
color: rgba(0,0,0,0.5) !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: rgba(0,0,0,0.5) !important;  
}
 
input:-ms-input-placeholder {  
color: rgba(0,0,0,0.5) !important;  
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.configuration {
    width:100%;
}
#configcontent, #workroadcondition, #vehicleconfig, #vehiclestats {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-bottom: 24px;
    float: left;
    width: 100%;
}

#ipconfig {
    display:none;
}
.viewexpertmode {
    display:none;
}
.ipsetup {
    width:100%;
}
.tab {
    width:100%;
}
.vehiclesetup {
    width:100%;
}
#configresult {
    display:inline-block;
    width:50%;
    margin-left:25%;
}

#vehiclestats, #averageload {
    float:left;
    width:100%;
}

#payloads .backgroundcalc {
    width:45%;
    margin-right:4%;
}
.backgroundcalc {
    position:relative;
    background:#eee;
    width:46%;
    float:left;
    margin:2px 2%;
    padding:3px 0 2px 0;
}
.backgroundcalc input {
    position:absolute;
    padding-top:2.5px;
    padding-bottom:2.5px;
    margin-top:-3.5px;
    right:30px;
    text-align:right;
    border:none;
    padding-right:5px;
    width:50px;
	border:none;
	-moz-appearance: textfield;
}

.percentlegend, .weightlegend, .weightlegend2, .pressurelegend, .speedlegend, .distancelegend, .distancelegend2, .tphlegend, .tpdlegend, .timelegend, .templegend {
	float:right;
	margin-right:3px;
	font-size:10pt;
}

.fliesstext {
    font-size:11pt;
    font-weight:100;
    border:none;
}



.twenty {
    margin-top:20px;
}
/*
#backgroundcalcborder {
    position:relative;
    width:100%;
}*/

.blind {
    display:none;
}
#header {
    position:fixed;
    width:100%;
    height:50px;
    background:#ffa500;
    top:0;
    z-index:50;
}
.headerbumper {
    height:50px;
}

#menuclosed {
    width:30px;
    height:22px;
    margin:14px;
    margin-right:5%;
    background:url(../images/closed.png);
    float:right;
    cursor:pointer;
}

#logo {
    width:140px;
    height:50px;
    background:url(../images/logo.svg);
    float:left;
    background-repeat: no-repeat;
}

#content {
    width:90%;
    margin:auto;
    margin-bottom:120px;
    -webkit-transition: margin-bottom 2s ease-out;
    -moz-transition: margin-bottom 2s ease-out;
    -o-transition: margin-bottom 2s ease-out;
    transition: margin-bottom 2s ease-out;
    
}

.section {
    margin-top:12px;
}

.config_wrap_left {width:60%;float:left;}
.config_wrap_right {
    width: 36%;
    float: left;
    margin-left: 4%;
}

#configurationname {
    margin-top: 4px;
    width: 96%;
    height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    float: left;
    margin-left:7px;
    /* margin-right: 5%; */
}


.button_wrap {
    display: block;
    margin-top: 4px;
    height: 18px;
    padding: 8px 0;
    width: 49%;
    background: #ffa500;
    border-radius: 20px;
    text-align: center;
    float: left;
    cursor: pointer;
    outline: none;
    margin-left: 1%;
}

.button_wrap.inactive {
    background: #b5b5b5;
    color: #6a6a6a;
}

.button {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Continental StagSans';
    cursor: pointer;
    width: 100%;
    height: 26px;
    margin-top: -7px;
    padding-top: 10px;
}

.clear {
    clear:both;
}
#currentconfiguration {
    margin-top:10px;
    font-size:15pt;
    font-weight:300;
}

#brand, #vehicle, #tires, #kmh, #language, #unit, #tripdistance, #cycletime, #shiftsperday, #hourscountpershift, #resthourspershift, #workingdaysweek, #workingdaysyear, #maxtemperature, #mintemperature, #roadgrade, #roadgradeperc, #recommendedip_front, #recommendedip_rear1, #recommendedip_rear2, #operatingip_front, #operatingip_rear1, #operatingip_rear2 {
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border: none;
    border-radius: 20px;
    width: 300px;
    height: 33px;
    padding-top: 2px;
    padding-left: 20px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    background-color: white;
    background-image: url(../images/conti/dropdownarrow.png);
    background-repeat: no-repeat;
    font-size: 11pt;
    outline: 0 none;
    background-position: 270px;
}
#language, #unit {
    width:80%;
    margin-left:10%;
    background-position:250px
}
#configurationname {
    outline:0;
}

#kmh {
    width:80px;
    background:white;
    text-align:center;
    padding:0;
    height:33px;
    font-weight:700;
}

.inputfield {
    float:left;
    width:33.3%;
    margin-bottom:30px;
}

#tripdistance, #cycletime, #shiftsperday, #hourscountpershift, #resthourspershift, #workingdaysweek, #workingdaysyear, #maxtemperature, #mintemperature, #roadgrade, #roadgradeperc, #recommendedip_front, #recommendedip_rear1, #recommendedip_rear2, #operatingip_front, #operatingip_rear1, #operatingip_rear2 {
    text-align:right;
    width:100px;
    height:30px;
    background-image:none;
    padding-right:20px;
}

.legende {
    margin-top:50px;
    margin-left:10px;
    font-weight:300;
}
#workroadcondition, #vehicleconfig {
    display:none;
}
.myconfiguration, #warcs, .expertmode, #iptoggle, #vehicletoggle {
    float:left;
	font-size:18pt;
    padding-top:12px;
}

#resultbox {
    width:100%;
    margin:30px 0 0 0;
    background:#363636;
    position:fixed;
    bottom:0;
    -webkit-transition: margin-bottom 1s ease-out;
    -moz-transition: margin-bottom 1s ease-out;
    -o-transition: margin-bottom 1s ease-out;
    transition: margin-bottom 1s ease-out;
}
.rotate{
   transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
}
.arrow {
    background-image:url(../images/conti/arrowdowngrey.svg);
    background-size:100%;
    width:30px;
    height:30px;
    float:right;
	margin-top:8px;
    margin-right:5%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow:hover {
    background-image:url(../images/conti/arrowdownblack.svg);
}

#resultboxarrow {
    background-image:url(../images/conti/arrowfootergrey.png);
    height:30px;
    width:30px;
    margin-top:5px;
    margin-right:5%;
    float:right;
    background-size:cover;
    opacity:0.6;
    margin-bottom:5px;
}
#resultboxarrow:hover {
    background-image:url(../images/conti/arrowfootergrey.png);
    opacity: 1;
}

#headline {
    width: 287px;
    margin: 10px 0 5px 0;
    color: white;
    font-weight: 300;
    font-size: 24px;
    float: left;
}
#operatingkmh{
    width:80%;
    margin-left:15%;
}
#morestats {
    position:relative;
    display:none;
    width:70%;
    margin-left:15%;
}
#output {
    display:none;
}

.results {
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
}

#resultmax {
    width: 40%;
    color: white;
    font-size: 24px;
    float: right;
    margin-left: 1%;
    text-align: center;
    margin-top: 10px;
    margin-right: 2%;
}

#maximum_2{
    color:#ffa500;
}

#maximum {
    margin-right: 12px;
    color:#ffa500;
}

.resultfull h3, .resulthalf h3 {
    text-align:center;
    margin-bottom:10px;
    color:white;
}

.resulthalf {
    float:left;
    width:50%;
}
.resultfull {
    float:left;
    width:100%;
}

.endresult {
    position:relative;
    color:#ffa500;
    font-size:18pt;
    min-width:150px;
    float:left;
    text-align:left;
    width:92%;
    padding-left:4%;
    margin:auto;
    margin-top:0px;
    margin-bottom:10px;
    height:30px;
    text-align:center;
    padding-top:10px;
    background:#444;
}
.endresult input {
    background:none;
    text-align:left;
    color:#ffa500;
    box-shadow:none;
    border:none;
    font-size:18pt;
    width:56px;
	-moz-appearance:textfield;
}

#resultmessage {
    color:white;
    text-align:center;
    font-weight:400;
    margin-bottom:20px;
    margin-top:10px;
}

#after {
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

#export, #sendmail {
    display:inline-block;
    width:150px;
    margin:0 10px;
    padding:10px 0 5px 0;
    text-align:center;
    background:#ffa500;
    border-radius:30px;
    font-size:10pt;
    height:20px;
}
button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border:none;
    background:none;
    font-weight:500;
}
}
.temperature, .temperature_imperial {
    width:50%;
    min-width:500px;
    float:left;
}

#resultcontent, #headercontent, #content {
    width:90%;
    max-width:1000px;
    margin:auto;
}
select {
    padding-right:35px;
}
#tireldga_lang, #maxts_lang, #avgws_lang {
    display:inline-block;
    width:70%;
    max-width:230px;
}  


#emptyloadpertiregrade1, #emptyloadpertiregrade2, #emptyloadpertiregrade3, #fullloadpertiregrade1, #fullloadpertiregrade2, #fullloadpertiregrade3, #emptytonshort, #emptytonshortgrade, #fulltonshort, 
#fulltonshortgrade, #tireloadmax, #tireloadfront, #tireloadrear, #tireloadavg, #tireloadgrademax, #tireloadgradefront, #tireloadgraderear, #tireloadgradeavg, #loadcapacity, #loadcapacityperc, 
#roadgradeeff, #distancemiles, #distancekm, #avgworkingspeed, #time, #temperaturefactor, #gradefactor, #distancefactor, #speedfactor, #avgdistance, #tripsperhour, #tripsperday, #avgloadip, 
#tlcoipmax, #tlcoipfront, #tlcoiprear, #tlcoipavg, #tldifmax, #tldiffront, #tldifrear, #tldifavg, #avgloadipmax, #avgloadipfront, #avgloadiprear, #avgloadipavg, #avgloadgradepercentmax, 
#avgloadgradepercentfront, #avgloadgradepercentrear, #avgloadgradepercentavg, #avgloadippercentmax, #avgloadippercentfront, #avgloadippercentrear, #avgloadippercentavg, #ipfactor, #operatingtkphmax,
#operatingtkphfront, #operatingtkphrear, #operatingtkphavg
{
    display:none;
}

@media screen and (min-width: 1200px){  

#tireldga_lang, #maxts_lang, #avgws_lang {
    display:inline-block;
    width:200px;
}    
#content {
    max-width:1000px;    
}
    
.inputfield {
    float:left;
    width:25%;
    margin-bottom:20px;
}
.temperature .inputfield, .roadgrade .inputfield {
    width:50%;
}
.configurationname {
    margin-right:0;
}
.configuration {
    width:100%;
    min-width:400px;
    float:left;
}

.tab {
    width:100%;
    float:left;
    margin-bottom:32px;
}

.vehiclesetup {
    width:100%;
    float:left;
}
.vehicleSetupMargin{
    height:10px;    
}
.vehicleSetupMarginBorder{
    display:none;;    
}
.fliesstext {
    width:100%;
}
.fliesstextkurz {
    width:180px;
    margin-right:10px;
}
.fullhd {
    display:none;    
}
.temperature {
    width:50%;
    min-width:400px;
    float:left;
}
.roadgrade {
    width:50%;
    min-width:400px;
    float:left;
}

.backgroundcalc {
    width:29%;
    margin-left:0%;
    padding:3px 0 2px 1%;
    margin-right:3.3%;
    border-radius:5px;
    padding-top:7px;
    min-height:18px;
}
.backgroundcalc input {
    position:absolute;
    right:30px;
    text-align:right;
    font-weight:700;
    border:none;
    width:70px;
    border-radius:5px;
    height:20px;
    margin-top:-7px;
    padding-top:3px;
	-moz-appearance: textfield;
}
input {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}
}

@media screen and (max-width: 700px) {

#title {
    width:150px;
}
    
h1 {
    font-size:16pt;
} 
      
h2 {
    text-align:center;
    margin-bottom:2px;
    }
    
h3 {
    text-align:center;
    margin-left:0;
    margin-right:0;
    padding:0;
}
#resultcontent h3 {
    width:100%;    
}


#current {
    padding-top:20px;    
}    

#currentconfiguration, .currentconfig_lang {
    display:block;
    width:100%;
    margin-top:10px;
    text-align:center;
    margin-bottom:10px;
}

#axleimg {
    float:left;
    width:40%;
    margin:0 auto;
    height:auto;
    text-align:center;
    padding:0;
}


.setup, .setupsmall {
    margin-top:10px;
    padding:0;
    width:100%;
    min-width:0;
    text-align:center;
}
.setupsmall {
    margin-bottom: 30px;
}
    
#brand, #tires, #vehicle {
    border-radius: 20px;
    padding-top:2px;
    padding-left:20px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    background-color:white;
    background-image:url(../images/conti/dropdownarrow.png);
    background-repeat: no-repeat;
    font-size:11pt;
    outline:0 none;
    background-position: 98%;  
	width:100%;
}
.select_wrap {
	position:relative;
	width:50%;
	margin-right:10%;
	margin-bottom:20px;
}

.backgroundcalc{
    width:98%;
    padding-left:2%;
    margin-left:0;
    margin-bottom:5px;
}

#ipconfig .inputfield {
	position:relative;
	width:30%;
	margin-left:1.5%;
	margin-right:auto;
}

#recommendedip_front, #recommendedip_rear1, #recommendedip_rear2, #operatingip_front, #operatingip_rear1, #operatingip_rear2 {
	width:65%;
	padding-right:20%;
}

#tripdistance, #cycletime, #shiftsperday, #hourscountpershift, #resthourspershift, #workingdaysweek, #workingdaysyear, #maxtemperature, #mintemperature, #roadgrade, #roadgradeperc {
    width:60%;
    max-width:300px;
    padding-right:20%;
}
    
#workroadcondition .inputfield {
	position:relative;
    width:45%;
	margin-left:2,5%;
	margin-right:auto;
    }
	
.inputfeld .fliesstext {
	margin-left:0;
	text-align:left;
}
.inputfield .input_wrap {
	width:50%;
}
	

.inputfield .legende {
    margin-left:-15%;
    text-align:right;
}
    
.results {
    width:100%;
    margin:40px auto;
}
.resultleft, .resultright {
    color:#ffa500;
    font-size:18pt;
    width:auto;
    float:left;
    text-align:left;
    width:100%;
    text-align:center;
    margin-left:0;
    margin-right:0;
    padding:0;
}
.roadgrade {
    width:100%;
    min-width:200px;
}


    .configuration {
        width: 100%;
        position: relative;
        float: left;
        height: 212px;
    }
.configcontentwrapper {
    position:relative;
    max-width:300px;
    margin:auto;
}


.config_wrap_left {width:100%;float:left;}
.config_wrap_right {width:100%;float:left;}

#configurationname {
    /*width:95%;*/
    padding-left:5%;
}
#part1, #part2, #maximum_lang, .maximum {
     font-size:15pt;   
}
#headline {
    width:220px;    
}
    
#resultboxarrow {
    background-image:url(../images/conti/arrowfootergrey.png);
    margin-right:30px;
}
#resultmax {
    padding-left:0;
    margin-left:5%;
    width:130px;
}    
    
#savebutton {
    width:100%;
    padding-left:0;
    padding-right:0; 
}
.resulthalf {
    width:100%;
}


    .button_icon {display: block}
}

@media screen and (max-width: 480px){
#title {
    display:none;    
}
.smalldeviceheader {
    width:160px;
    margin:0 auto;
    display:block;
    text-align:center;
    font-size:18pt;
    margin-top:-20px;
    margin-bottom:30px;
    font-weight:100;
}
    
#configarrow, #vehiclearrow, #warcsarrow, #expertarrow {
    width:30px;
    height:30px;
    margin-bottom:0;
    padding-bottom:0;
}
    
h1 {
    display:none;    
}
    
h2 {
    text-align:center;
    font-size:14pt;
    padding-top:12px;
}
    
h3 {
    font-size:12pt;
}
#language, #unit {
    width:80%;
    margin-left:10%;
    background-position:right;
}
#currentconfiguration {
    margin-top:10px;
    font-size:14pt;
    text-align:center;
}
.fliesstext {
    text-align:left;
    font-weight:300;
}
#tripdistance, #cycletime, #shiftsperday, #hourscountpershift, #resthourspershift, #workingdaysweek, #workingdaysyear, #maxtemperature, #mintemperature, #roadgrade, #roadgradeperc {
    width:44%;
    padding-right:45%;
	margin-left:2%;
}

#ipconfig .inputfield {
	position:relative;
	width:90%;
	margin-left:5%;
	margin-right:auto;
}

#recommendedip_front, #recommendedip_rear1, #recommendedip_rear2, #operatingip_front, #operatingip_rear1, #operatingip_rear2 {
	width:50%;
	padding-right:50%;
}
    
.inputfield .fliesstext {
    margin-left:2%;   
}
    
.inputfield .legende {
    margin-left:-20%;
    text-align:right;
}
#tripdistance, #cycletime, #shiftsperday, #hourscountpershift, #resthourspershift, #workingdaysweek, #workingdaysyear, #maxtemperature, #mintemperature, #roadgrade, #roadgradeperc {
    width:50%;
    padding-right:50%;
}
    
#workroadcondition .inputfield {
	position:relative;
    width:90%;
	margin-right:auto;
    }
	
.inputfeld .fliesstext {
	margin-left:0;
	text-align:left;
}
.inputfield .input_wrap {
	width:50%;
	margin-right:10%;
}
    
#resultbox {
    padding-bottom:5px;
}
#resultboxarrow {
    margin-right:5px;
    margin-top:10px;
    
    
}

#headline {
    width:72%;
    margin-left:14%;
    text-align:center;
}
#resultmax {
    width:100%;
    text-align:center;
    margin-top:1px;
    margin-bottom:2px;
    margin-left:0;
}
    
#resultmessage {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}

#part1, #part2 {
    font-size:14pt;
    margin:0;
    padding:0;
}
.resulthalf input {
    width:40px;  
}
    
#maximum_lang, #maximum_lang2, .maximum, #maximum_2, #frontaxle_lang, #frontaxle, #rearaxle, #average, #rearaxle_lang, #average_lang, #opmax_lang, #operatingmax_str, #opfront_lang, #operatingfront_str, #oprear_lang, #operatingrear_str, #opavg_lang, #operatingavg_str
{
    font-size:16pt;
    padding:0px;
    margin:0;
}
#maximum_lang, #maximum_lang2, #frontaxle_lang, #rearaxle_lang, #average_lang, #opmax_lang, #opfront_lang, #oprear_lang, #opavg_lang {
    padding-left:15px;
}
#maximum_2, #frontaxle, #rearaxle, #average, #operatingmax_str, #operatingfront_str, #operatingrear_str, #operatingavg_str
{
    position:absolute;
    right:10px;
    padding-right:0;
    width:50px;
    text-align:right;
    margin-top:2px;
}
#operatingmax_str, #operatingfront_str, #operatingrear_str, #operatingavg_str
{
    margin-top:1px;    
}

.endresult {
    height:20px;
    padding-top:3px;
    padding-bottom:3px;
    margin-bottom:2px;
    text-align:left;
}

#export, #sendmail {
    width:90%;
    margin:0;
    padding:5px 1px 10px 1px;
}
#after {
    margin-bottom:0;    
}
#resultmessage {
    margin: 10px auto;    
}

    .button_icon {display: none}
    
}


@media screen and (max-width: 382px){
    
    #export {
        margin-bottom:10px;
    }
    
}





.configcontentwrapper {
    float: left;
    width: 100%;
    height: 36px;
    margin-top: 12px;
}
.configname {
    margin-top: 8px;
    width: 100%;
    float: left;
}
#workroadcondition .temperature .inputfield, #workroadcondition .roadgrade .inputfield {
    margin-bottom: 0px;
    width: 50%;
}
#workroadcondition .inputfield {
    margin-bottom: 12px;
}
.inputfield {
    float: left;
    width: 33.3%;
    margin-bottom: 0px;
}


.temperature, .roadgrade {
    width: 50%;
    float: left;
}



.button_in {
    float: left;
    margin-left: 12px;
    text-align: center;
}

.button_text {
    width: 88%;
}

.button_icon {
    font-size: 28px;
    margin-top: -7px;
    position: absolute;
    margin-left: 16px;
}


/*less than 800px*/
@media screen and (max-width: 800px) {
    .temperature, .roadgrade {
        width: 100%;
        float: left;
    }
}

.swal2_popup_conf_box {
    width:80%;
    max-width:800px;
    font-size: 13px;
}


.conti {color:#ffa500}
.conf_line {
    border-bottom: #a8a8a8 solid 1px;
    height: 32px;
    margin-bottom: 24px;
}
.conf_line.loading {
    color: #ffa500;
}
.conf_line.loaded {
    font-weight: bold;
    color: #000000;
}

.conf_line.loaded .conti {
    color:#000000;
}

.conf_line.inuse {
    color: #ff241c !important;
}
.conf_cell {
    float: left;
    margin-right: 8px;
}

.conf_cell_name {
    width: 36%;
    min-width: 100px;
    text-align: left;
}
.conf_cell_date {
    width: 18%;
    min-width: 50px;
}
.conf_cell_panel {
    width:10%;
    min-width: 24px;
}

.conf_title {
    color: #222;
    font-size: 20px;
}

.conf_cell_delete {
    background: url(../images/icons/icon_trash-can.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: -6px;
}


.swal2-popup h2.swal2-title.swal2_title_conf_box {
    margin-top: 16px;
    margin-bottom: 24px;
}

.swal2_confirm_conf_box {
    font-size: 18px !important;
}

.swal2-icon.swal2-warning {
    border-color: #ffa500;
    color: #ffa500;
}

#swal2-content b {
    font-weight: bold;
}

.none {display:none}
.left {float:left}
.b {font-weight:bold}

button {
    outline: 0 none !important;
    box-shadow: none !important;
}



.swal2-popup .swal2-styled {
    margin: .3125em;
    padding: .5em 4em;
    font-weight: 500;
    box-shadow: none;
}

.swal2-popup .swal2-styled {
    border-radius: 1.25em !important;
}




.info_inline {
    width: 14px;
    height: 14px;
    background-color: #ffa500;
    cursor: pointer;
    position: absolute;
    margin-left: 12px;
    margin-top: 14px;
    background: url(../images/icons/icon_info.svg);
}

.info_inline.label {
    margin-top: -16px;
}
.info_inline.label.label_tire {
    margin-left: 36px;
}

.settings_line {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.link_manual_a {float:left;width:100%}
.link_manual_text {float:left;}
.link_manual_icon {
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icons/icon_download.svg);
	cursor: pointer;
	margin-left: 9px;
	margin-top: -2px;
}

#info_resultmessage_1 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

#settings_section_bottom {
    position: fixed;
    bottom: 24px;
}