/*
 * Default start page
 */

@media (min-width: 992px) {
    h3.home-header-1 {
        min-height: 106px;
    }
}

@media (min-width: 1200px) {
    h3.home-header-1 {
        min-height: 80px;
    }
}



img#xxl-red-logo {
    padding: 0;
    margin: 20px 0;
    width: 50%;
}

img#all-in-red-logo {
    padding: 0;
    margin: 20px 0;
    width: 50%;
}

img#xxl-red-logo-login {
    width: 25%;
    margin-right: 40px;
}


img#all-in-red-logo-login {
    width: 25%;
}



div#main-content-container {
    margin-bottom: 16px;

    min-height: 500px; /* need for small screens */
}


div#main-content-container h1 {
    margin-top: 0 !important;
}
div#main-content-container h2 {
    margin-top: 0 !important;
}
div#main-content-container h3 {
    margin-top: 0 !important;
}


select#pgSelect{
    padding:10px;
}

tr.ajax-load, tr.clickable{
    cursor: pointer;
}

#manual-result-wrapper .row{
    border-bottom: 1px  #CCCCCC solid;

}

#manual-result-wrapper .row > div {
    padding: 5px 0;
}



/*
 * Breadcrumbs
 */
div ol.breadcrumb {

    font-weight: bold;

}

.spacer-top{
    margin-top:20px;
}

.spacer-bottom{
    margin-bottom:20px;
}

.small-spacer-bottom {
    margin-bottom: 5px;
}




div.machineBox {
    padding: 10px;
}

/* color every even number of selected elements
in xxl registration preview in grey */
div#selectedMachines > div.row:nth-child(even) {
    background-color: #dedede;
}

.badge-number {
    background-color: #224b43 !important;
}



.textSizeXLarge {
    font-size: x-large;
}

.textSizeLarge {
    font-size: large;
}

.textSizeLarger {
    font-size: larger;
}

.clickable-row {
    font-size: larger;
    cursor: pointer;
}
/*
 * CookieMessage
 */
.cookiemessage_all {
    position: fixed;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.9);

}

.cookiemessage_wrapper {
    padding-top: 17.6px;
    padding-bottom: 17.6px;
    max-width: 80em;
    margin: 0 auto;
    position: relative;
}

.cookiemessage_text {
    color: white;
    text-align: left;
    width: 80%;
    font-size: 1.1em;
}

.cookiemessage_dataprivacylink {
    color: white;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-transform: none;
    text-decoration-color: white;
}

.cookiemessage_button {
    position: absolute;
    right: 1em;
    top: 50%;
    margin: -.75em 0 0 0;
    width: 12em;
    border: 0;
    padding: .25em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    font-family: Arial,sans-serif;
    color: #fff;
    text-transform: none;
    background: #09726a;
    border-radius: 2px;
    cursor: pointer;
}
a#cookiehyperlink:visited {
    color: white;
}
a#cookiehyperlink:hover {
    color: white;
}

