﻿/*fixed footer at the bottom of the screen*/
footer {
    /*position: fixed !important;*/
    left: 0;
    bottom: 0;
    width: 100%;
}

#content_form {
    margin-bottom:20px !important;
}

/*make heading of the view black and bold*/
table > thead > tr > th > a {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

/*Objekt list: hide the last drop down (view detail and edit record buttons) from the view 
div[class="entity-grid entitylist"] > div > table > tbody > tr > td:last-child {
    display: none;
}*/

/*Wareneingangspruefung list: hide the last drop down (view detail and edit record buttons) from the view */
div[id="wareneingangspruefung_view"] > div > div > table > tbody > tr > td:last-child {
    display: none;
}

/*Lagerhaltung list: hide the last drop down (view detail and edit record buttons) from the view */
div[id="lagerhaltung_rueckstellproben_view"] > div > div > table > tbody > tr > td:last-child {
    display: none;
}

/*Speiseausgabetemperatur list: hide the last drop down (view detail and edit record buttons) from the view */
div[id="speiseausgaben_view"] > div > div > table > tbody > tr > td:last-child {
    display: none;
}

/*Reinigungsarbeiten list: hide the last drop down (view detail and edit record buttons) from the view */
div[id="reinigungsarbeiten_view"] > div > div > table > tbody > tr > td:last-child {
    display: none;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.crmEntityFormView .cell {
    padding: 0 10px 20px !important;
}

.form-close, .close {
    font-size: 38px !important;
}

ul[class="dropdown-menu"] > li {
    height: 35px;
}

ul[class="dropdown-menu"] > li > a {
    height: 100%;
}

.form-control {
    border: 1px solid #f2f2f2 !important;
    padding-left: 5px !important;
}

.section-title  {
    padding-left: 10px;
    border: 1px solid #f2f2f2 !important;
}

.tab-title {
    padding-left: 10px;
}

.infoDiv {
    height: 40px;
    border: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #00800038;
}

.actions {
    padding-left: 10px !important;
}

.row {
    margin-right:0px !important;
}

th > a {
    text-decoration: none !important;
}

button[class="button2 button2Red"] {
    border: 2px solid #ff0000ad !important;
    color: #ff0000ad;
}

button[class="button2 button2Red"]:hover {
    background-color: #ff0000ad !important;
    border: 1px solid #ff0000ad !important;
    color: white;
}

.button1:hover {
    color: #95c130;
    background-color: white !important;
    border-color: #95c130 !important;
}


.breadcrumb > .active {
    color: #95c130;
}
/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            color: #95c130;
            text-decoration: none !important;
            padding: 6px;
        }

            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }