@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #ecf5f7;
    color: rgb(55, 55, 56);
    padding: 15px;
    padding-top: 50px;
    font-size: 16px;
    line-height: 1.7;
}

body:before {
    content: "" ;
    position: fixed;
    width: 100vw;
    height: 30px;
    background: rgba(0, 0, 0, 0.15);
    left: 0px;
    bottom: 0px;
}

body:after {
    content: "powerd by";
    position: fixed ;
    bottom: 4px ;
    right: -16px ;
    background: url(http://demo.raumobil.com/logo/logo.svg) 55px -16px no-repeat ;
    background-size: 100px 53px ;
    display: block ;
    width: 200px ;
    height: 22px ;
    opacity: 1 ;
    color: white ;
    font-size: 11px ;
    line-height: 28px;
}

.content {
    padding: 15px 0px;
}

.header {
    height: 50px;
    line-height: 50px;
    background-color: #088ba9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(100%);
    padding: 0px 15px;
    color: white;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

a.menu_link, span.menu_active {
    float: left;
}

span.header_item {
    float: right;
}

.address_list_title, .statistik_title {
    font-size: 22px;
    border-bottom: 1px solid #a2a2a2;
    font-weight: 700;
    margin-top: 30px;
}

.address_list .address_list {
    margin-bottom: 15px;
    background: white;
    margin-top: 15px;
    padding: 20px;
}

.statistik_line {
    line-height: 30px;
    background: white;
    padding: 15px 15px 0px 15px;
    margin-top: 15px;
}

.statistik_line:last-child {
    margin-top: 0px;
    padding-bottom: 15px;
}

input[type="file"], a.address_upload, a.result_download, input[type="submit"],a.linkButton {
    position: relative;
    padding: 5px 15px ;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #008ba7;
    color: #ecf0f1;
    transition: background-color .3s;
    text-align: center;
    max-width: 200px;
    display: inline-block;
    margin-top: 15px;
    min-width: 160px
;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-right: 15px;
    cursor: pointer;
}

input[type="file"]:hover,input[type="file"]:focus, a.address_upload:hover,a.address_upload:focus, a.result_download:hover,a.result_download:focus, input[type="submit"]:hover,input[type="submit"]:focus,a.linkButton:hover, a.linkButton:focus {
    background-color: #027c94;
}

input[type="file"]:hover,input[type="file"]:focus, input[type="submit"]:hover,input[type="submit"]:focus,a.linkButton:hover, a.linkButton:focus {
    background-color: #027c94;
}

input[type="file"] > * , input[type="submit"] > * , a.linkButton > * {
    position: relative;
}

input[type="file"] span, a.linkButton span {
    display: block;
    padding: 12px 24px;
}

a.result_download:before, a.address_upload:before, input[type="submit"]:before, a.linkButton:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: rgba(236, 240, 241, .3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

input[type="file"]:hover:active:before, a.address_upload:hover:active:before, a.result_download:hover:active:before, input[type="submit"]:active:before, a.linkButton:active:before, a.secondLinkButton:active:before, a.mainLinkButton:active:before, input.secondLinkButton:active:before, input.secondLinkButton:hover:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

/* Styles, not important */

*, *:before, *:after {
    box-sizing: border-box;
}

a.address_upload {
    background: #8146ab;
    width: 300px;
    max-width: 300px;
}
a.result_download {
    background: #8146ab;
    text-decoration: none;
}

a.address_upload:focus,a.address_upload:hover,a.result_download:focus,a.result_download:hove {
    background: #8146ab;
}

.address_list_to .linkButton, .address_list_from .linkButton {
    background: #7d7d7d;
}

a.linkButton.linkButton_to {
    background: #598a4b;
}

a.linkButton.secondLinkButton, input.secondLinkButton {
    background-color:  #7d7d7d;
}
.linkButton.mainLinkButton {
    background-color: #FF9907;
}
.address_list_from .linkButton:first-child {
    background: #d07936;
}

input[type="file"] {
    max-width: 340px;
    width: 340px;
    background-color: #a0a0a0;
    padding: 10px 10px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 0px;
}

.input_line {
    margin-bottom: 15px;
}

.geocod_percent, .routing_percent {
    border: none;
    background: #a59595;
    height: 20px
;
}

.geocod_percent_balken, .routing_percent_balken {
    height: 20px;
    background-color: #10ca75;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.geocod_percent_zahl, .routing_percent_zahl {
    z-index: 10;
    font-size: 12px;
    background: none;
    color: white;
}

input[type="password"], input[type="text"] {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid rgb(0, 139, 167);
    line-height: 20px;
    padding-bottom: 5px;
    max-width: 340px;
    width: 340px;
    font-family: 'Roboto', sans-serif;
    color: rgb(55, 55, 56);
    outline: 0 none;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

input[type="password"]:focus input[type="text"]:focus {
    border-bottom: 3px solid rgb(0, 139, 167);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.routing_modal_checked {
    background-color: #00c779;
    color: white;
    border: none;
}

.routing_modal_active {
    background-color: #00c57d;
    color: white;
    border: none;
    animation: pulse 2s infinite;
}

.address_list_to, .address_list_from {
    width: 160px;
    float: right;
    display: inline-block;
    padding: 2px;
    font-size: 12px;
    margin-left: 25px;
}

