@font-face {
    font-family: 'Innogy-Light';
    src: url('../html/webfont/Innogy-Light.eot');
    src: url('../html/webfont/Innogy-Light.eot?#iefix') format('embedded-opentype'),
    url('../html/webfont/Innogy-Light.otf'),
    url('../html/webfont/Innogy-Light.svg') format('svg'),
    url('../html/webfont/Innogy-Light.ttf') format('truetype'),
    url('../html/webfont/Innogy-Light.woff') format('woff')
;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Innogy-Medium';
    src: url('../html/webfont/Innogy-Medium.eot');
    src: url('../html/webfont/Innogy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../html/webfont/Innogy-Medium.otf'),
    url('../html/webfont/Innogy-Medium.svg') format('svg'),
    url('../html/webfont/Innogy-Medium.ttf') format('truetype'),
    url('../html/webfont/Innogy-Medium.woff') format('woff')
;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Innogy-Regular';
    src: url('../html/webfont/Innogy-Regular.eot');
    src: url('../html/webfont/Innogy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../html/webfont/Innogy-Regular.otf'),
    url('../html/webfont/Innogy-Regular.svg') format('svg'),
    url('../html/webfont/Innogy-Regular.ttf') format('truetype'),
    url('../html/webfont/Innogy-Regular.woff') format('woff')
;
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Innogy-Regular', sans-serif !important;
    font-size: 16px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

input[type=text], input[type=email], input[type=number], select {
    border-radius: 50px !important;
    border: solid 1px #d9d8d8 !important;
    padding: 8px 20px !important;
    box-shadow: none !important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    min-width: 205px;
    background-image: url('../img/arrow-down.png');
    background-position: right 18px top 18px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 20px !important;
}

a{
    color:white
}

a:hover{
    color:#009ba4;
}

.box {
    background-color: #fff;
    padding: 17px;
}

.list {
    border-collapse: collapse;
}

.list tr th {
    padding: 20px 15px;

}

.list tr td {
    padding: 20px 15px;
    border: solid 1px #fff;
}

.list-table-right {
    margin-bottom: 10px;
}

.logos {
    width: 1500px;
    height: 100px;
    display: flex;
    margin: 0 auto;
    padding-top: 50px;

}

#westenergie-logo {
    width: 300px;
    margin-left: 100px;
    margin-top: 30px;

}

#other-logo {
    width: 300px;

    margin-left: 260px;


}


#westenergie-logo img,
#other-logo img {
    width: 100%;
}

#container {
    padding-top: 75px;
    width: 1500px;
    position: relative;
    margin: 0 auto;
}

#leftContent {
    float: left;
    width: 160px;
    margin-left: 50px;
    margin-right: 50px;
}

#leftContent > ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#leftContent > ul > li {
    margin-bottom: 5px;
}

#leftContent > ul > li.separator {
    margin-top: 20px;
}

#leftContent > ul > li.tiny > a {
    font-size: 12px;
}

#leftContent > ul > li > a {
    font-size: 20px;
    color: #000000;
}

#order > #orderStatus {
    padding: 5px;
    margin-bottom: 10px;
}

#order > #orderStatus input[type="submit"] {
    float: right;
    margin-left: 5px;
}

#orderForm table {
    width: 100%;
}

#orderForm label.checkbox, #orderForm label.radio {
    float: right;
}

#orderForm input[type=submit] {
    float: right;
    margin-left: 10px;
}

#orderForm input[type="text"], input[type="number"] {
    width: 100%;
    float: right;
}

#orderForm select {
    width: 100%;
    float: right;
}

#orderForm input[type="text"]#pass {
    width: 139px;
    margin-right: 5px;
}

#orderForm input[type="submit"]#newPass {
    margin-top: -3px;
}

#orderForm input[type="text"]#street {
    width: 70%;
    margin-right: 5px;
}

#orderForm input[type="text"]#houseNumber {
    width: calc(30% - 5px);
}

#orderForm input[type="text"]#zipCode {
    width: 30%;
    margin-right: 5px;
}

#orderForm input[type="text"]#city {
    width: calc(70% - 5px);
}

#orderForm input[type="text"]#deliveryZipcode {
    width: 30%;
    margin-right: 5px;
}

#orderForm input[type="text"]#deliveryCity {
    width: calc(70% - 5px);
}

#orderForm input[type="text"]#salutation {
    width: 80px;
    margin-right: 5px;
}

#orderForm input[type="text"]#title {
    width: calc(70% - 5px);
}

#orderForm input[type="text"]#areaCode {
    width: 30%;
    margin-right: 5px;
    float: left
}

#orderForm input[type="text"]#phoneNumber {
    width: calc(70% - 5px);
}

#orderForm input[type="text"]#faxNumber
#orderForm td.option {
    padding-top: 25px;
}

#orderForm label.radio {
    vertical-align: middle;
    margin-top: 5px;
    display: inline-block;
    margin-right: 10px;
}

#orderForm label.radio > span {
    vertical-align: middle;
    margin-left: 2px;
}

#orderForm #salutationMr {
    margin-right: 5px;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 18px;
    margin-top: 0px
}

input:disabled,
textarea:disabled {
    background-color: #EBEBE4 !important;
    color: #757572 !important;
    text-shadow: none !important;
    border-color: #bcbcb6 !important;
}

input[type="text"], input[type="number"], select {
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
}

input[type="text"]:disabled, input[type="number"]:disabled {
    color: #757572;
}

/* Custom Checkbox */
label.checkbox > input[type="checkbox"] {
    display: none;
}

label.checkbox > span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("../img/checkbox_new.png");
    background-position: 0 0;
}

label.checkbox input[type="checkbox"]:checked + span {
    background-position: 0 -15px;
}

label.checkbox input[type="checkbox"]:disabled + span {
    background-position: -15px 0;
}

label.checkbox input[type="checkbox"]:checked:disabled + span {
    background-position: -15px -15px;
}

/* Custom Radio button */
label.radio > input[type="radio"] {
    display: none;
}

label.radio > span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url("../img/radiobutton.png");
    background-position: 0 0;
}

label.radio input[type="radio"]:checked + span {
    background-position: 0 -15px;
}

label.radio input[type="radio"]:disabled + span {
    background-position: -15px 0;
}

label.radio input[type="radio"]:checked:disabled + span {
    background-position: -15px -15px;
}

td {
    padding: 10px 2px;
}

input {
    margin: 0px;
}

.btn-default, .btn-folder, #zurueck-products {
    font-family: "Innogy-Medium" !important;
    font-size: 90% !important;
    font-weight: 500 !important;
    color: white !important;
    background: #009ba4 !important;
    border-radius: 99px !important;
    border: none !important;
    padding: 10px 25px !important;
    text-align: center !important;
    vertical-align: middle !important;
    transition: all 0.4s ease-out !important;
    border: solid 2px #009ba4 !important;
}

.btn-default:hover {
    background: #006e73 !important;
    border-radius: 99px !important;
    color: white !important;
    border: none !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: solid 2px #006e73 !important;
}

/* Login */
#login {
    padding: 40px;
    float: left;
    background-color: #f59b00;
    color: #fff;
    width: 770px;
}

#login h1 {
    font-weight: normal;
}

#login > #login-form {
    width: 285px;
    float: left;
}

#login-form h1 {
    margin: 10px;
    margin-bottom: 20px;
}

#login #login-form input[type=text] {
    width: 100%;
}

#login > #login-form > input[type="submit"] {
    margin-top: 20px;
    width: 100%;
}

#help {
    float: left;
    padding-left: 10px;
    margin-left: 40px;
    max-width: 400px;
}

#help > #helpBox {
    padding-left: 15px;
    padding-bottom: 22px;
    width: 440px;
}

#help h1 {
    margin: 5px 0;
    font-size: 30px;
}

#helpText {
    text-align: left;
    margin: 10px 0;
}

.error {
    background-color: #FFBABA;
    border: 2px solid;
    padding: 5px;
    color: #D8000C;
    width: 604px;
    position: absolute;
    top: 95px;
}

#impressum {
    width: 604px;
    background-color: #f59b00;
    color: #fff;
    padding: 40px;
    margin-left: 280px;
}

#impressum .creios {
    font-size: 11pt;
    color: #fff;
}

#impressum a {
    color: #fff;
}

#orders {
    width: 260px;
    background-color: #f59b00;
    color: #fff;
    padding: 40px;
}

#orders .date {
    text-align: left;
}

#orders .amount {
    width: 100%;
    text-align: right;
}

#orders > table {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#orders {
    text-align: center;
}

#orders table {
    border-collapse: collapse !important;
}

#orders table th {
    padding: 10px;
}

#orders table tr td {
    border: solid 1px #fff;
    padding: 10px;

}

#editOrder {
    padding: 40px;
    float: left;
    background-color: #f59b00;
    color: #fff;
}

#importExport {
    float: left;
    background-color: #f59b00;
    color: #fff;
    padding: 40px;
}

#importExport #csvUpload {
    margin-bottom: 20px;
}

#importExport #csvUpload input[type="file"] {
    float: left;
    margin: 10px 10px 10px 0;
}

#importExport > #importFinished {
    width: 235px;
}

#importExport > #importFinished th {
    text-align: left;
}

#importExport > #importFinished > p {
    text-align: center;
    margin-top: 0px;
}

#importExport > #importFinished > table {
    width: 100%;
}

#orderForm a.button {
    height: 17px;
    margin-top: 10px;
}

h2 {
    display: inline-block;
}

.createButton {
    margin-left: 20px;
}

#createOrder {
    float: left;
    padding: 40px;
    background-color: #f59b00;
    color: #fff;
    width: 400px;
}

#importExport h2 {
    display: block;
}

.hiddenSubmit {
    position: absolute;
    left: -10000px;
}

#adminIndex {
    float: left;
    padding: 40px;
    background-color: #f59b00;
    color: #fff;
}

#adminIndex > #filterYear > li {
    display: inline;
    float: left;
    padding: 0 10px;
}

#adminIndex > #filterYear > li > a {
    text-decoration: underline;
    color: #fff;
}

#adminIndex > #filterYear > li:first-of-type {
    padding-left: 0;
}

#adminIndex > #filterYear > li > span.currentYear {
    font-weight: bold;
}

#adminIndex > #filterYear {
    float: left;
    width: 100%;
    margin: 40px 0;
    padding: 0;
}

#createOrder > #errorSchoolId {
    background-color: #FFBABA;
    border: 2px solid;
    padding: 5px;
    color: #D8000C;
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}

#rightContent {
    float: left;
    width: calc(100% - 260px);
}

#rightContent #order {
    width: 550px;
    padding: 40px;
    float: left;
    background-color: #f59b00;
    color: #fff;
}

#schools {
    float: left;
    padding: 40px;
    width: 102%;
    background-color: #f59b00;
}

#schools table {
    float: left;
    width: 100%;
}

#schools table {
    border-collapse: collapse !important;
}

#schools table tr th {
    padding: 10px 5px;
    color: #fff;
}

#schools table tr td {
    border: solid 1px #fff;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

#schools table tr td a {
    color: #fff;
    font-size: 14px;
}

#schools .edit-school {
    display: block;
    width: 100%;
    text-align: center;
}

#schools h2 {
    color: #fff;
}

#schools .btn-default {
    float: right;
    margin-bottom: 20px;
}
