/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15.01.2021, 11:36:00
    Author     : Alberto Iturria
*/

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* @import url(http://allfont.de/allfont.css?fonts=arial-narrow); */


@import url(http://allfont.de/allfont.css?fonts=source-sans-pro);

@font-face {
    font-family: 'DejaVuSans';
    src: local('../Fonts/DejaVu/DejaVusSans.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}


html, body {
    /* position: relative; */
    /* min-height: 100%; */
    height: 100%;
}


body {
    font-family: Arial, Helvetica, sans-serif !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    display: -webkit-flex;
    -ms-flex-direction: column;
    align-items: stretch;
}


.tx-dogrel-downloadportal {
    margin-top: 200px;
    flex: 1 1 auto;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.login-container {
    margin-top: 150px;
    flex: 1 1 auto;
    -ms-flex: 1;
    -webkit-flex: 1;
}


code {
    font-size: 80%;
}


/* Anfrageformular */

#orderTable {
    width: 100%;
}

.hideShowCell {
    display: none;
}

.hideShowCell > a {
    color: black;
}



.showHideText {
    padding-left: 15px;
    font-size: small;
}

.bg-black {
    background-color: black !important;
    color: white;
}


#orderTableCaption:hover {
    cursor: pointer;
}

/* START automatischer Zähler in CSS */
#orderTableBody {
    counter-reset: section;                      /* Setzt den Zeilenzähler auf 0 */
}

#rowCounter > span::before {
    counter-increment: section;                 /* Erhöht den Abschnittszähler */
    content: counter(section);                  /* Zeigt den Zähler an */
}

/* ENDE automatischer Zähler in CSS */

/* Navbar settings */
.navbar {
    min-height: 80px !important;
    background-color: rgba(248, 248, 248, 0.9);
    font-size: 20px;
    border-bottom: 1px solid rgb(231,231,231) !important;
}

.navbar-dark {
    /* border-bottom: 1px solid red; */
}

.navbar-custom {
    background-color: white !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

#navbar-toggler {

}

.nav-item {
    /* border-left: 1px solid rgb(231,231,231) !important; */
    border-right: 1px solid #adadad;
}

.nav-item:last-child {
    /* border-left: 1px solid rgb(231,231,231) !important; */
    border-right: none;
}

li.fasIconMenu {
    border-right: none;
}


a.nav-link {
    _color: rgb(0,65,160) !important;
    _color: rgb(0,134,198) !important;
    padding:0;
}

a.nav-link:hover {
    text-decoration: underline;
}

.validation_error_msg {
    color:red;
}

.topalign {
    vertical-align: top;
}

.dogrel_blau {
    color: #0085c5;
}

.prepend-width {
    width: 41px;
}


.light-gray {
    background-color: #F1F1F1 !important;
}

a.link-special {
    text-decoration: none !important;
    color: black;
    font-size: 14px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-140 {
    margin-top: 140px;
}


.btn-dogrel {
    background-color: #0085c5;
    border-color: #0085c5;
    color: white;
}

.breadcrumb-item a {
    color: #CBCBCB;
}

.breadcrumb-item.active a {
    text-decoration: underline;
}

.breadcrump-nav  {
    background-color: #FFFFFF !important;
}

.red-color {
    color: red;
}

#projectsTable th {
    cursor: pointer;
}

/* LOGIN Formular */
ul.typo3-messages {
    list-style-type: none;
    font-size: 16px;
    padding:0;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

    .tx-dogrel-downloadportal {
        margin-top: 130px;
    }

    p.card-text {
        font-size: 12px !important;
    }

    .footer > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    p.footer-text {
        font-size: 16px;
    }

    h3.titel_startseite {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .link-special p {
        font-size: 14px;
    }

    .login-header-title h3 {
        font-size: 22px !important;
        padding-top: 20px;
    }

    .headerCol {
        font-size: xx-small;
    }

    .customerSvgLogo {
        width: 120px;
    }

    #headerCustomerName {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 577px) and (max-width: 768px) {

    .footer > .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .footer-note {
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

    p.footer-text {
        font-size: 18px;
    }

    h3.titel_startseite {
        font-size: 1.4em;
    }

    .login-header-title h3 {
        font-size: 18px !important;
        padding-top: 20px;
    }

    .headerCol {
        font-size: x-small;
    }

    .customerSvgLogo {
        width: 120px;
    }

    #headerCustomerName {
        display: none;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 769px) and (max-width: 992px) {

    .footer > .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    p.footer-text {
        font-size: 18px;
    }

    .login-header-title h3 {
        font-size: 20px !important;
        padding-top: 20px;
    }

    .headerCol {
        font-size: x-small;
    }

    .customerSvgLogo {
        width: 120px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 993px) and (max-width: 1199px) {

    p.footer-text {
        font-size: 16px;
    }

    .headerCol {
        font-size: small;
    }

}

@media (min-width: 1200px) {

    .footer > .container-fluid {
        line-height: 15px; /* Vertically center the text there */
    }

}

.card-text-size {
    font-size: small;
}

/* Footer */
footer ul {
    list-style: none;
    padding-left: 0;
}

footer {
    /* background-color: #555; */
    background-color: rgb(52, 52, 52);
    color: #bbb;
    line-height: 1.5;
}
footer a {
    text-decoration: none;
    color: #eee;
}
footer a:hover {
    text-decoration: underline;
    color: red;
}
.ft-title {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}

.ft-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
}
.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
}

.ft-social {
    padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #777 solid;
    padding-top: 1.25rem;
}
.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}

.ft-legal {
    padding: 0.9375rem 1.875rem;
    /* background-color: #333; */
    background-color: rgb(0, 0, 0);
}
.ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;       /* same as flex-grow: 1; */
}

@media only screen and (min-width: 29.8125rem /*477px*/) {
    .ft-main {
        justify-content: space-around;
    }
}
@media only screen and (min-width: 77.5rem /*1240px*/ ) {
    .ft-main {
        justify-content: space-evenly;
    }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .loginSubTitle {
        font-size: initial;
        padding-bottom: 1rem;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .loginSubTitle {
        font-size: initial;
        padding-bottom: 1rem;
    }

}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .loginSubTitle {
        font-size: initial;
        padding-bottom: 1rem;
    }
}


/* TOP button */
#button {
    display: inline-block;
    /* background-color: #FF9800; */
    /* background-color: #0f6674; */
    background-color: rgb(213, 28, 38);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 48px;
    right: 10px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    /* content: "\f077"; */
    content: url("../Icons/chevron-up.svg");
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: rgb(213, 28, 38);
    border: 1px solid white;
}

#button:active {
    background-color: rgb(213, 28, 38);
}

#button.show {
    opacity: 1;
    visibility: visible;
    visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

.searchFieldIcon:hover {
    cursor: pointer;
}

.textfield-error {
    outline: none !important;
    border:1px solid #da0f15;
    box-shadow: 0 0 10px #da0f15;
}

/* PDF table styles */
.pdfHeader {
    background-color: #0b0b0b;
    color: #FFFFFF;
    font-family: DejaVuSans;
}

.pdfTableCustomerData > tr > td {
    font-family: DejaVuSans;
}

#pdfTable > tbody > tr > td {
    font-family: DejaVuSans;
}

.articleCell {
    font-family: DejaVuSans;
    font-size: 10px;
}

#orderTableCaption > a  {
    color: black;
}

/* box shadow */
.card-box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.sales-area-card-footer {
    background-color: white;
    border-top: none;
}

/* dropdown item language menu */
.dropdown-item-lang {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

div.frame > ul > li  {
    list-style-position: inside;
    margin-left: 1.5em;
}

#overViewForm > img:hover {
    cursor: pointer;
}

.machineListImage:hover {
    cursor: pointer;
}