/* Omniverse Developer Guide Overview page ------------------------------------------ */

.dev-module {
    background-color: #ededed;
    border-radius: 5px;
    border: 1px solid rgb(210 210 210);
    margin-bottom: 20px;
}

/* Title */
.dev-title-container {
    padding: 10px;
    background-color: white;
    border-radius: 5px 5px 0 0;
    position: relative;
}

/* Icons */
.dev-title-container img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: bottom;
}

.dev-title-container h2 {
    margin: 0px;
    display: inline-block;
    border: none;
}

/* Tags */
.dev-tag-container {
    position: absolute;
    right: 10px;
    top: 16px;
}

.dev-tag-container a.badge {
    font-size: 12px;
    padding: 7px 6px 5px 6px;
    color: #3f3f3f;
    background-color: #ededed;
    border: 1px solid #d9d9d9;
    margin-left: 5px;
    display: inline-block;
}

.dev-tag-container a.badge:hover {
    background-color: #8fb91b;
    border: 1px solid #6a8914;
    color: #ffffff;
}

.dev-tag-container a.badge:active {
    background-color: #779a17;
}

.inner-dev-module .dev-thumb-container img {
    border-radius: 5px;
}

@media only screen and (max-width: 1000px) {
    .inner-dev-module>div {
        float: none !important;
        display: block !important;
        width: auto !important;
    }

    .dev-title-container a.badge {
        display: none;
    }

    .inner-dev-module .dev-thumb-container {
        margin-left: 0;
        background-color: #e0e0e0;
    }

    .inner-dev-module .dev-thumb-container img {
        margin-right: 10px;
    }
}

.inner-dev-module {
    padding: 20px;
    border-top: 1px solid rgb(210 210 210);
    overflow: auto;
}

.inner-dev-module>div {
    float: left;
    vertical-align: top;
}

.inner-dev-module div.use-case {
    width: 30%;
}

.dev-thumb-container {
    margin-top: 28px;
    width: 68%;
    margin-left: 2%;
    text-align: center;
}

.inner-dev-module div.use-case h3 {
    margin-top: 0;
    padding-top: 0;
}

.inner-dev-module a.button,
.inner-dev-module p.button {
    display: block;
    margin-top: 20px;
}

/* dividers */
hr.solid {
    border-top: 1px solid #bbb;
    margin: 10px 0;
}

/* Get started page */
.icon-title-container {
    display: flex;
}

.icon-title-container img {
    width: 35px;
    height: 35px;
    margin: 25px 8px 0 0;
}

.icon-title-container h2,
.icon-title-container h3 {
    width: 100%;
    margin-right: 14px;
}

.dev-img-overlay {
    position: relative;
    text-align:top;
}

.dev-text-overlay p {
    position: absolute;
    top: 10px;
    left: 250px;
    color: white; 
}

.dev-button-overlay {
    position: absolute;
    bottom: 10px;
    left: 250px;
}

a.sd-btn {
    background-color: var(--nv-white) !important;
    border-color: var(--nv-green) !important;
    color: var(--nv-green) !important;
}
a.sd-btn:hover {
    background-color: var(--nv-green) !important;
    border-color: var(--nv-green) !important;
    color: var(--nv-white) !important;
}

#get-started ul.simple li {
    margin-left: 44px
}

#get-started ul.simple li::marker {
    content: none;
}

#get-started a.button,
p.button {
    margin-left: 43px;
}

p.button {
    display: inline-block;
}

p.button a {
    color: white;
}

a.button,
a.btn,
p.button {
    background-color: #8fb91b !important;
    border: none;
    color: white;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 20px;
}

#get-started p {
    margin-top: 0;
}

/* Extensions page */

#develop-extensions table,
#build-applications table,
#develop-services table,
#develop-connectors table {
    width: 100%;
}