/** UCDA CSS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-family: "Lucida Grande","Lucida Sans","Verdana",sans-serif;
}


body {
/*    background-color: #022851;*/
    background-repeat: repeat-x;
    background-size: auto auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 16px;
    line-height: 14px;
    font-kerning: auto;
    text-rendering: optimizelegibility;
    color: #494949;
}






    body a {
        color: #0033CC;
        text-decoration: none;
        background: none;
    }

        body a:hover, body a:hover label.filters-label, body a:hover label.inventor-label {
            text-decoration: underline;
            background: none;
        }

            body a:hover i.demo-icon {
                text-decoration: none;
            }

        body a:focus {
            color: #12C4F0;
            text-decoration: underline;
        }



i.demo-icon {
    color: rgb(255, 191, 0) !important;
}


.dropdown-menu .active a {
    color: #1F67AB;
    text-decoration: none;
    background: none;
}

    .dropdown-menu .active a:hover {
        color: #444;
        text-decoration: underline;
        background: none;
    }

    .dropdown-menu .active a:focus {
        color: #444;
        text-decoration: none;
    }


/****** COMPONENTS *****/
@media only screen and (min-width:1025px) {
    div#errorUnsubscribed {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.icon-quickstart {
    color: #FF6600;
}

.icon-online-licensing {
    color: #7DAF38;
}

i.icon-info-circled {
    float: none;
    font-size: 1em;
}

#tech-match-none {
    font-size: 1.25em;
    font-weight: bolder;
    margin-top: 10px;
}

.btn, input[type=button], input[type=submit], input[type=reset], button {
    font-weight: 400;
    /*    color: rgb(90, 89, 85);*/
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(19, 99, 158) !important;
    /* background-color: #fafafa;*/
    /*    background-color: rgb(19, 99, 158) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
*/ -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
    margin-bottom: 3px;
}

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover, button:hover, button:focus, .btn:focus  {
        font-weight: 400;
        color: #FFFFFF;
        text-decoration: none;
        background-color: rgb(19, 99, 158) !important;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
        border-radius: 4px;
        /*        border: 1px solid rgb(211, 210, 209);*/
    }

    button.close {
        color: rgb(19, 99, 158) !important;
        background-color: none !important;
        background: none !important;
    }

#ctl00_ContentPlaceHolder1_ucNCDSearchForm_SearchPannel .btn {
    color: #FFFFFF !important;
    background-color: rgb(19, 99, 158) !important;
    background-image: none;
    border: none;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-shadow: none;
}

    #ctl00_ContentPlaceHolder1_ucNCDSearchForm_SearchPannel .btn:hover {
        background-color: rgb(2, 40, 81) !important;
        color: #FFFFFF !important;
        border: none;
    }

.form-control {
    border-radius: 0px;
    background: #F9F9F9
}

/*.form-control:focus {
    border-color: #FFC500;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);


}*/

.PrintSearchInfo { /*block that displays filter on print.aspx*/
    border-color: rgb(203, 144, 1);
    background: rgba(255,255,255,0.5);
}

/******** HEADER ********/
header {
    background: none;
    background-color: transparent;
    background-image: none;
}

    header > section {
    }

.logo {
    max-height: 100px;
    margin-top: 0px;
}




    .logo img {
        height: 100px;
        width: auto;
    }

.nav.navbar-nav {
    padding-left: 50px;
    padding-right: 50px;
}

.nav.navbar-position-middle {
    position: relative;
    top: 50px;
    float: right;
}

.navbar-nav li a {
    font-weight: normal;
    color: #FFF !important;
    text-decoration: none;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}




    .navbar-nav li a:hover {
        color: #FFBF00 !important;
        font-weight: bold;
    }

/***************SMALL FIXED HEADER ******************/
.small-fixed-header {
    background: none;
}

    .small-fixed-header .container-fluid {
        background-color: #FFF;
        padding-left: 30px;
        padding-right: 30px;
    }

    .small-fixed-header ul {
        border-bottom: 3px solid #DAAA00;
        background-color: #002855;
        width: 100%;
    }

        .small-fixed-header ul li {
            padding: 5px 0px 5px 0px;
            text-align: center;
            width: 33.33%;
        }

            .small-fixed-header ul li a {
                color: #FFF;
                font-weight: 700;
                font-size: 0.85em;
                text-transform: uppercase;
            }

            .small-fixed-header ul li:hover, .small-fixed-header ul li:focus, .nav li a:focus {
                /*background-color: #335379;*/
            }

                .small-fixed-header ul li:hover a, .small-fixed-header ul li:focus a, .nav li a:focus {
                    color: #DAAA00;
                }




/********* STICKY HEADER LAYOUT_NCD OVERRIDES ****/

    .sticky-header {
        z-index: 89999991;
        background: #1d4776 !important;
        height: 56px !important;
    }

    .sticky-header .container-fluid {
    }

    .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid {
        background: transparent;
    }

        .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li {
            border-radius: 0px;
        }

    .sticky-header .container-fluid a {
        color: #FFF;
    }


    .sticky-header .container-fluid li {
        /*background:#DDD;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;*/
        margin: 0px 0px 0px 1px;
    }

        .sticky-header .container-fluid li.active {
            background-color: transparent;
            border-top-right-radius: 0px;
        }

            .sticky-header .container-fluid li.active a span, .sticky-header .container-fluid li.active a i {
                color: #FFBF00;
            }

    .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li a {
        color: #FFF;
    }

        .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li:hover a,
        .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li a:focus {
            color: #FFBF00;
        }

.sticky-menu-bar {
    height: 100%;
}

    .sticky-menu-bar ul {
        padding-left: 50px;
        padding-right: 50px;
    }

        .sticky-menu-bar ul li {
            height: 56px;
            align-content: space-evenly;
        }

            .sticky-menu-bar ul li:hover a span, .sticky-menu-bar ul li a:focus span {
            }

            .sticky-menu-bar ul li:hover a, .sticky-menu-bar ul li a:focus {
                color: #FFBF00;
            }





            .sticky-menu-bar ul li#request-info-icon {
                background: #DAAA00;
            }

                .sticky-menu-bar ul li#request-info-icon a {
                    color: #003262;
                }

                .sticky-menu-bar ul li#request-info-icon:hover, .sticky-menu-bar ul li#request-info-icon:focus {
                }


@media only screen and (max-width:1024px) {
    .sticky-header {
        background: none repeat scroll 0% 0%;
    }

        .sticky-header .container-fluid, .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid {
            padding-right: 10px;
            padding-left: 10px;
            background: #002855;
        }

    .sticky-menu-bar ul {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sticky-header .container-fluid li {
        background: #002855;
        border-radius: 0px;
    }

        .sticky-header .container-fluid li a, .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li a {
            color: #EEE;
        }

            .sticky-header .container-fluid li:hover a, .sticky-header .container-fluid li a:focus, .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li:hover a, .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li a:focus {
                color: #DAAA00;
            }
}

li#save-search-icon {
background-color: rgb(2, 40, 81) !important;
}
.row.filter-licensing{
    padding-bottom:10px;
    padding-top:10px;
}

#registrationblock {
    background-color: #FFFFFF !important
}
/****** SEARCH BOX *****/
/*a#advanceSearch, div.filters-count a {
color: rgb(90, 89, 85);
text-decoration:none;
}

.category-filter-background>div{
background-color: #002855;
border-radius:0px;
}
.category-filter-background>div a, .filters-label.filter-active,  .category-filter-background>div a:hover {
color:#DAAA00; 
text-decoration:none;
}

.category-filter, .filters-count {
border-radius:0px;

}
*/
/****** SEARCH BOX *****/
a#advanceSearch, div.filters-count a {
    color: #FFF;
    text-decoration: none;
}


.input-form-control, .select-control {
    height: 2.75rem !important;
    font-size: 1.10em;
}


.search-key {
    font-size: 1.250rem !important;
}

.modal-category {
    font-weight: bold !important;
    line-height: 2.2rem !important;
}

.modal-subcategory {
    padding-left: 20px !important;
    line-height: 2.2rem !important;
}

.modal .categories-group .category-header .category-header-select label, .modal ul.sub-categories label {
    font-size: 100% !important;
}


.browse-category-section {
    background-color: #FFFFFF !important;
}

.dynamic-category-header {
    padding-left: 30px !important;
    color: rgb(2, 40, 81) !important;
}

.category-filter-background > div {
    background-color: #1d4776 !important;
    border-radius: 0px;
    /*  margin-bottom: 30px !important;*/
}

    .category-filter-background > div a, .category-filter-background > div a:hover {
        color: rgb(2, 40, 81) !important;
        text-decoration: none;
    }

.category-filter.category-filter-background {
    background: none !important;
}

.category-filter {
    margin-bottom: 30px !important;
}

.filters-label.filter-active {
    color: rgb(255, 191, 0) !important;
}

.category-filter {
    border-radius: 0px;
}


label.filters-label {
    margin-top: 5px;
}

#ctl00_ContentPlaceHolder1_ucNCDSearchForm_SearchPannel {
    color: rgb(2, 40, 81) !important;
}

/********* MODAL FILTER *******/



/****** FILTER + BROWSE BY CATEGORY ******/

.categories-group .categories-list {
    border: none;
    background-color: rgb(248, 248, 248);
}

    .categories-group .categories-list a:hover {
        color: rgb(0,69,140);
    }

.browse-category-right-panel h2 {
    font-size: 1em;
    text-transform: uppercase;
}

.categories-group {
    color: rgb(0,69,140);
    font-size: 1.2em;
}
    /* .modal-content */ .categories-group ul, .categories-group ul.categories-list li {
        background: none;
    }

        /* .modal-content */ .categories-group ul.sub-categories, .categories-group ul.category-header {
            border-bottom: 1px solid rgb(221,221,219);
        }

.sub-categories.tech-info{
    width:100% !important;

}
/*.modal-content */ ul.category-header li:hover {
    background: rgba(96, 148, 193,0.2);
}

/*.modal-content*/ ul.sub-categories li, .categories-group ul.categories-list ul.sub-categories li {
    background: rgba(0,0,0,0.02);
}

    .modal-content ul.sub-categories li:hover, .categories-group ul.categories-list ul.sub-categories li:hover {
        /*background: rgba(96, 148, 193,0.05);*/
        color: rgb(0, 178, 227) !important;
    }

    /*DEFERRED
.modal-content ul.sub-categories li  a label::before {
content:'\e838';
}
*/
    .modal-content ul.sub-categories li a label, .categories-group ul.categories-list ul.sub-categories li label {
        font-weight: 400;
    }

.categories-list .technology-row .sub-categories li.sub-cat-active {
    background: rgba(96, 148, 193,0.5);
}

.modal-content ul.sub-categories li a, .modal-content a {
    color: #002855;
}

/******* CONTENT ******/

h1, .tech-heading-main {
    font-family: "Lucida Grande","Lucida Sans","Verdana",sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #082b61;
}

.tech-heading-main, #ctl00_ContentPlaceHolder1_divTitleHTML {
    color: rgb(2, 40, 81);
}


.content-blocks {
    box-shadow: none;
    webkit-box-shadow: none;
    moz-box-shadow: none;
    /*background:#FFF;*/
}

    .content-blocks #ctl00_ContentPlaceHolder1_ucNCDSearchForm_SearchPannel a {
        color: rgb(2, 40, 81);
    }

        .content-blocks #ctl00_ContentPlaceHolder1_ucNCDSearchForm_SearchPannel a:hover, .content-blocks #ctl00_ContentPlaceHolder1_ucNCDSearchForm_SearchPannel a:focus {
            color: #FFBF00;
            text-decoration: underline;
        }



.middle-content, .wrapper, .sticky-menu-bar ul .active {
    background: transparent;
    font-size: 1rem;
}

.middle-content {
}

.avail-tech-content.contents {
    background-color: rgb(255, 255, 255);
}



.tech-link {
    line-height: 21px;
}


.qs-ol-keynote {
    background-color: (255,255,255,0.5);
}

.error-block-img {
    float: left;
    background: url('../Images/Redesign_Images/searchresults_error_message.png') no-repeat;
    width: 21px;
    height: 21px;
    border-radius: 27px;
    background-size: 100%;
    /*margin-right: 0.7em;*/
    margin-top: -0.25em;
}

.error-blocks { /*20161211 v3.2*/
    background: #002855;
}






/****** TABLES ****/



.table .table-headers, .btn-group.dropdown-button a.dropdown-toggle, .btn-group.dropdown-button a.dropdown-toggle:hover, .btn-group.dropdown-button a.dropdown-toggle:focus {
    color: rgb(242, 240, 228);
    background-color: #00204E;
    text-shadow: none;
}


table tr:first-of-type th, table tr:first-of-type td {
    color: rgb(242, 240, 228);
    background-color: #00204E;
    text-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: bold;
}

table tr td {
    padding: 5px;
}

.uc-recent-technologies-table .table-body .table-row.even {
    background: #D7DBE3;
    border-bottom: 1px solid #FFF;
}

.uc-recent-technologies-table .table-body .table-row.odd {
    background: #EEE;
    border-bottom: 1px solid #FFF;
}

.results-page ul.dropdown-menu {
    left: -15px;
}


    .results-page ul.dropdown-menu li {
        background-color: rgb(96,148,193);
        color: #FFF;
    }

        .results-page ul.dropdown-menu li.active {
            background-color: #00204E;
            color: #FFF;
        }

        .results-page ul.dropdown-menu li a {
            color: #FFF;
        }

        .results-page ul.dropdown-menu li:hover {
            background-color: rgba(96,148,193,0.3);
        }

.pagination-block {
    background: rgba(90, 89, 85,0.05);
    border-bottom: 1px solid rgb(90, 89, 85);
}

#LogInBlock {
    background-color: rgb(248, 248, 248) !important;
}

#hdLogin {
    color: rgb(2, 40, 81) !important;
}
/********** FOOTER **********/
footer {
    background: rgb(2, 40, 81) !important;
    height: auto;
    line-height: 2;
    font-size: 1em;
    filter: none;
    color: #FFF;
}

    footer a {
        color: #FFF;
        text-decoration: underline;
    }

        footer a:hover, footer a:focus {
            color: #ccc;
            text-decoration: none;
            font-weight: bold;
        }

.address p {
    line-height: 2;
}

footer div div:last-of-type {
    text-align: right;
}

@media only screen and (max-width: 768px) {

    footer div div:last-of-type {
        text-align: left;
    }
}
/*********** DA ONLY********/

.header-wrapper {
    background-color: rgb(2, 40, 81) !important;
    height: 118px !important;
}


@media only screen and (min-width : 1024px) {
    .logo {
        padding-left: 50px;
    }

    /*#region RESPONSIVE BREAKPOINTS : LAYOUT */

    @media only screen and (min-width: 1024px) {
        section {
            width: 100% !important;
            max-width: 100% !important;
        }

        .content-blocks {
            width: 100% !important;
            max-width: 100% !important;
        }
    }

    @media only screen and (min-width: 1280px) {
        section {
            width: 100% !important;
            max-width: 100% !important;
        }

        .content-blocks {
            width: 100% !important;
            max-width: 100% !important;
        }
    }


    @media only screen and (min-width: 1600px) {
        section {
            width: 100% !important;
            max-width: 100% !important;
        }

        .content-blocks {
            width: 100% !important;
            max-width: 100% !important;
        }
    }

    section.container-fluid {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .browse-category-right-panel {
        padding-left: 30px;
        padding-bottom: 30px !important;
    }



    .middle-content-sub-block {
        width: 100% !important;
    }


        .middle-content-sub-block#subBlockOne {
            /*   background: url('../../images/da/bg-blue.png') no-repeat;*/
            background-color: rgb(248, 248, 248) !important;
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 20px;
            padding-bottom: 20px;
            color: rgb(2, 40, 81) !important;
        }


        .middle-content-sub-block#subBlockTwo {
            background: #FFFFFF;
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 20px;
            padding-bottom: 20px;
        }


    /**** KEYBOARD TAB FOCUS START ****/


    div.row.category-filter div.filters-count a:focus, div.search-id a:focus label, div.search-id a:focus i, div.btn-group.dropdown-button > a.btn.dropdown-toggle:focus > span, div.btn-group.dropdown-button.open > ul.dropdown-menu.results-page-count > li > a:focus {
        color: #12C4F0;
    }

    a[title="OnlineLicensing"]:focus span#lblOnlineLicense {
        color: #FFBF00;
    }

    span#lblUcQuickStart a:focus {
        text-decoration: none;
    }

    div.modal-content div.modal-body.categories-group ul.categories-list li.technology-row a:focus i, div.modal-content > div.modal-header > button.close:focus, div.categories-group > ul.categories-list > li.technology-row > ul.category-header > li.icon-table-cell > a:focus > i {
        color: #12C4F0;
    }

    /**** KEYBOARD TAB FOCUS END****/
