﻿header.gray-header {
    height: 74px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 2px 3px 0 RGBA(0 0 0 / 10%);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

    header.gray-header.not-titled {
        height: 60px;
    }

    header.gray-header.disabled {
        pointer-events: none;
    }

    header.gray-header .header-content {
        padding: 0px 90px;
        max-width: 2000px;
        margin: auto;
    }

    header.gray-header .dell-logo {
        padding-top: 10px;
        display: flex;
    }

        header.gray-header .dell-logo.not-titled {
            padding-top: 10px;
        }

    header.gray-header .dell-logo-img img {
        width: 40px;
        height: 40px;
    }

    header.gray-header span {
        color: #444444;
    }

    header.gray-header .centered-content {
        margin: auto;
        white-space: pre-line;
        text-align: center;
        margin-top: -5px;
    }

        header.gray-header .centered-content .title {
            font-size: 24px;
            color: #010b2b;
            font-family: "roboto-light", sans-serif;
        }

        header.gray-header .centered-content .sub-title {
            font-size: 14px;
            color: #010b2b;
            font-family: "roboto-light", sans-serif;
        }

.dell-logo-img:focus {
    outline: #010b2b solid 1px;
    max-height: 41px;
}

@media (min-width: 768px) {
    header.gray-header {
        height: 95px;
    }

        header.gray-header .dell-logo {
            padding-top: 24px;
        }

        header.gray-header.not-titled {
            height: 88px;
        }

        header.gray-header .dell-logo.not-titled {
            padding-top: 24px;
        }

        header.gray-header .language-selector-container {
            display: flex;
            margin-top: 30px;
        }

        header.gray-header .centered-content {
            padding-left: 100px;
            margin-top: -15px;
        }

        header.gray-header .no-language {
            padding-left: 0px;
        }

        header.gray-header .centered-content .title {
            font-size: 32px;
            color: #444444;
            font-family: "roboto-regular", sans-serif;
        }
}

@media screen and (max-width: 992px) {
    header.gray-header .header-content {
        padding: 0px 15px;
    }
}
