﻿@charset "UTF-8";

@font-face {
  font-family: "pickmup";
  src:url("../fonts/pickmup.eot");
  src:url("../fonts/pickmup.eot?#iefix") format("embedded-opentype"),
    url("../fonts/pickmup.woff") format("woff"),
    url("../fonts/pickmup.ttf") format("truetype"),
    url("../fonts/pickmup.svg#pickmup") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "pickmup" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pickmup" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-schliessen:before {
  content: "j";
}
.icon-scanning:before {
  content: "i";
}
.icon-rueckschub:before {
  content: "h";
}
.icon-pfeil:before {
  content: "f";
}
.icon-login:before {
  content: "e";
}
.icon-hamburgermenu:before {
  content: "d";
}
.icon-annahme-ruecksendung:before {
  content: "c";
}
.icon-annahme:before {
  content: "b";
}
.icon-qr-code:before {
  content: "g";
}
.icon-suche:before {
  content: "k";
}
.icon-sendehistorie:before {
  content: "l";
}
.icon-abholung:before {
  content: "a";
}
/*.newContactForm{
    border: 1px solid black;
    padding:10px 30px 10px 30px;
    margin:10px;
    overflow:hidden; /*because hr overlaps, i hide it
}
.contactFormTextbox{
    width: 200px;
}*/
.newContactForm{
    width:550px;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.newContactForm .inner-wrap{
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
}
.newContactForm h1{
    background: #2A88AD;
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}
.newContactForm h1 > span{
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}
.newContactForm label{
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    margin-bottom: 15px;
}
.newContactForm input[type="text"],
.newContactForm input[type="date"],
.newContactForm input[type="datetime"],
.newContactForm input[type="email"],
.newContactForm input[type="number"],
.newContactForm input[type="search"],
.newContactForm input[type="time"],
.newContactForm input[type="url"],
.newContactForm input[type="password"],
.newContactForm textarea,
.newContactForm select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.newContactForm .section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.newContactForm .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.newContactForm input[type="button"],
.newContactForm input[type="submit"]{
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}
.newContactForm input[type="button"]:hover,
.newContactForm input[type="submit"]:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
} 
.newContactForm .privacy-policy{
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}

/*
    SupportDashboard
*/
.dashboard-btn {
    background-color: #00A7E8;
    color: white;
    width: 80%;
    height: 150px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    white-space: normal;
    margin: auto;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dashboard-btn-title-label {
    font-weight: bolder;
}

.dashboard-btn-timeframe-label {
    font-size: small;
    text-decoration: underline;
}

.dashboard-content {
    margin: auto;
    width: 100%;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 50px;
    margin-top: 10px;
}

.grid-table {
    cursor: pointer;
    width: 60%;
    margin: auto;
    margin-top: 30px;
}

.dashboard-input {
    height: 30px;
    font-family: helvetica;
    width: 99%;
    margin-bottom: 20px;
}

.dashboard-input-date {
    height: 30px;
    font-family: helvetica;
    width: 49%;
    margin-bottom: 20px;
}

.dashboard-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.dashboard-one {
    grid-column: 1 / 2;
    grid-row: 1;
}

.dashboard-two {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}

.alri {
    text-align: right !important;
}

.grid-item {
    text-align: center;
}

.dashboard-dropdown {
    background-image: url(../Images/arrow_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 5px;
    -webkit-appearance: none;
}

.dashboard-input-elements {
    flex-direction: row;
}


#MainContent_packageTable {
     margin-top: 20px;
}

#MainContent_packageTable td {
    padding: 8px;
    color: white;
}

#MainContent_packageTable tr:hover {
    background-color: #00A7E8 !important;
}

.errorCountLow {
    background-color: #00A600 !important;
}

.errorCountMedium {
    background-color: #FF6600 !important;
}

.errorCountHigh {
    background-color: #FF0000 !important;   
}

.excel-button {
    background-color: green;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px;
    white-space: normal;
    margin: auto;
}

