﻿.dbrResourceTitleCon {
    background-color: #323232;
}

.featureMain {
    display: none;
}

    .featureMain.on {
        display: block;
    }

.dbrResourceTitleCon .select-wrapper {
    float: right;
    margin-top: 18px;
}

    .dbrResourceTitleCon .select-wrapper span {
        font-size: 24px;
        line-height: 60px;
    }

.dbrResourceMain {
    min-height: 300px;
}

.applicationSelect .arrow-down {
    z-index: 1;
}

.applicationSelect select {
    background-color: white;
}

.applicationSelect label {
    margin-left: 0px;
}

h1 {
    font-size: 55px;
    line-height: 82px;
}

.dbrResourceTitleCon h1 {
    margin-right: 35px;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: capitalize;
}

.typeSelect {
    margin-left: 20px;
}

.dbr-resources .basicFeature .featureBox > a.card-a {
    height: 100%;
}

span.arrow-down {
    pointer-events: none;
}

a.back-icon {
    position: absolute;
    top: -30px;
    color: #FE8E14 !important;
    font-size: 18px;
    line-height: 36px;
}

/* code gallery new selection box */
.second-filter {
    margin-top: 90px;
}

.selectBox {
    width: 320px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 18px;
    color: #323234;
    cursor: default;
    padding-right: 13px;
}

    .selectBox .fontLight {
        color: #999999;
        font-size: 16px;
        margin-right: 3px;
    }

.selectOption {
    /*    padding: 0px 18px;*/
    color: #323234;
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    z-index: 100;
    box-shadow: 1px 5px 10px -5px #80808094;
}

    .selectOption li {
        padding: 0px 18px;
        height: 40px;
        line-height: 40px;
        cursor: default;
    }

        .selectOption li:hover {
            background: #DDDDDD;
        }

    .selectOption.hide {
        display: none;
    }

.selectionContainer i.icon-arrow-down {
    height: 50px;
    width: 27px;
    background: url(../images/icons/arrow-down.png) no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 60%;
}
/**/

/* Code Gallery */
.second-filter select {
    font-size: 20px;
    height: 60px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    color: #323234;
    padding: 0px;
    padding-left: 10px;
    padding-right: 25px;
    width: auto;
}

#chosenFeature, #chosenLanguage {
    text-overflow: ellipsis;
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    display: inline-block;
}

.dbr-resources .basicFeature .featureBox.codeGalleryBox .featureBoxTop {
    width: 100%;
}

.gray-text {
    color: #707070;
}

.second-filter select {
    direction: rtl;
    text-align: right;
}

    .second-filter select option {
        direction: ltr;
        text-align: left;
    }

.dbr-resources .basicFeature .featureBox.codeGalleryBox { height: 615px; }

    .dbr-resources .basicFeature .featureBox.codeGalleryBox .featureBoxTop .featureTag {
        margin-left: -12px;
    }

    .dbr-resources .basicFeature .featureBox.codeGalleryBox .featureBoxTop {
        border: 12px solid #8E8E8E;
    }

.dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .title {
    font-size: 30px;
    line-height: 45px;
    min-height: unset;
}

.dbr-resources .basicFeature .featureBox.codeGalleryBox .description {
    font-size: 17px;
}

.basicFeature .codeGalleryBox .featureBoxBottom i.download-arrow-big {
    position: relative;
    top: 2px;
}

.dbr-resources .basicFeature .featureBox .featureBoxBottom .tags {
    display: inline-block;
}

.dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .tags {
    margin-bottom: 0;
    width: 300px;
    /* margin-left: 20px; */
    float: right;
    text-align: right;
}

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .tags a {
        font-size: 16px;
        line-height: 30px;
        margin: 0px 3px;
        position: initial;
        cursor: pointer;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .tags span {
        font-size: 16px;
        line-height: 30px;
    }

        .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .tags span:last-child {
            display: none;
        }

.dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .text-wrapper {
    min-height: 240px;
}

.dbr-resources .basicFeature .codeGalleryBox .button-wrapper a {
    bottom: unset;
}

.dbr-resources .basicFeature .codeGalleryBox .viewImg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 26px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #707070;
    cursor: pointer;
}

i.LockheadMartin {
    background: url(../../images/icons/lockheed.png);
    height: 51px;
    width: 182px;
    display: inline-block;
    float: right;
    margin-top: -14px;
}

i.IBM {
    background: url(../../images/icons/ibm.png);
    height: 39px;
    width: 98px;
    display: inline-block;
    float: right;
    margin-top: -4px;
}

/* zoom in */
#zoomBox {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1130;
    transition: opacity ease-in-out 0.3s;
}

    #zoomBox .zoomImgContainer {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #6d6d6cad;
    }

        #zoomBox .zoomImgContainer i {
            font-size: 40px;
            top: 50px;
            position: absolute;
            /* left: 50%; */
            right: 50px;
            color: #424242;
        }

        #zoomBox .zoomImgContainer img {
            top: 50%;
            position: absolute;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 60;
            max-height: 90%;
        }

    #zoomBox .zoomOverlay {
        height: 100%;
        width: 100%;
        /* background-color: #707070aa; */
        z-index: 30;
    }

@media (min-width: 1680px) {
    .container {
        max-width: 1630px;
    }
}

@media (max-width: 1679px) {
    h1, .h1 {
        font-size: 42px;
        line-height: 56px;
    }
    /*  code gallery - filter  */
    .second-filter .f24 {
        font-size: 20px;
    }

    .selectBox .fontLight {
        font-size: 13px;
        margin-right: 3px;
    }

    .selectBox {
        width: 260px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 14px;
    }

    .selectionContainer i.icon-arrow-down {
        height: 40px;
        background-size: 50%;
    }

    #chosenFeature, #chosenLanguage {
        width: 40%;
    }

    .selectOption {
        font-size: 14px;
    }

        .selectOption li {
            padding: 0px 14px;
            height: 40px;
            line-height: 40px;
        }
    /* end filter */
    .dbrResourceTitleCon .select-wrapper span {
        font-size: 18px;
        line-height: 40px;
    }

    .dbrResourceTitleCon h1 {
        margin-right: 10px;
        margin-top: 10px;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .title {
        font-size: 20px;
        line-height: 26px;
        min-height: unset;
    }

    .dbr-resources .basicFeature .featureBox .featureBoxBottom {
        padding: 15px 20px 15px;
    }

    .text-wrapper p.description {
        font-size: 15px;
        line-height: 24px;
    }

    .f16 {
        font-size: 14px;
    }

    .dbr-resources .basicFeature .featureBox.codeGalleryBox { height: 435px; }

    .dbr-resources .basicFeature .codeGalleryBox.featureBox .button-wrapper a {
        font-size: 16px;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .tags a {
        font-size: 14px;
        line-height: 27px;
        margin: 0px 3px;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .tags {
        margin-bottom: 0;
        width: 200px;
        float: right;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .text-wrapper {
        min-height: 180px;
    }

    .dbr-resources .basicFeature .featureBox.codeGalleryBox .description {
        font-size: 15px;
    }

    i.LockheadMartin {
        margin-top: -10px;
        zoom: 0.7;
    }

    i.IBM {
        zoom: 0.7;
        margin-top: 5px;
        margin-right: 14px;
    }
}

@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 44px;
        line-height: 56px;
    }

    .applicationSelect select {
        width: 175px;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom {
        padding: 40px 30px 30px 45px;
    }

        .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom .title {
            font-size: 20px;
            line-height: 25px;
        }

    .dbr-resources .basicFeature .featureBox.codeGalleryBox {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .dbrResourceTitleCon .row > div {
        text-align: center;
    }

    .dbrResourceTitleCon .select-wrapper {
        float: none;
    }

    .second-filter .select-wrapper {
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .selectBox {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .typeSelect {
        margin-left: 0px;
    }

    .second-filter select {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .dbr-resources .basicFeature .codeGalleryBox .featureBoxBottom {
        padding: 20px 20px 15px;
    }

    .dbr-resources .dbrResourceMain .basicFeature .featureMain {
        margin-bottom: 20px;
    }
}

#loadingResources.loading {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.575);
    height: 100%;
    width: 100%;
    margin-top: 0px !important;
    text-align: center;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    top: 50%;
}
    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 36px;
        height: 36px;
        margin: 6px;
        border: 6px solid #fe8e14;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fe8e14 transparent transparent transparent;
    }
