/** UCI CSS */

/*#region INITIALIZE */

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, .btn,
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-size: 100% !important;
    line-height: 120% !important;
    /*font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif !important;*/
    font-family: Arial, sans-serif !important;
}

.or-seperator, .row.linkedin-button {
    display: none !important;
}
/*#endregion*/
/*#region COLORS, Backgrounds, Fonts */
body {
    /* font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;*/
    font-family: Arial, sans-serif !important;
    background: #DCDDDE;
    background-repeat: repeat-x;
    background-size: auto auto;
    font-kerning: auto;
    text-rendering: optimizelegibility;
    color: #574E56;
}

    /*#region BACKGROUNDS*/




    /*#endregion*/



    /*#region LINKS*/
    body a {
        color: #1B3D6D;
        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;
            color: #333;
        }

            body a:hover i.demo-icon {
                text-decoration: none;
            }

        body a:focus {
            color: #333;
            text-decoration: underline;
        }

.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;
    }

/*#endregion*/






/*#endregion*/




/*#region RESPONSIVE BREAKPOINTS : LAYOUT */
section.container-fluid {
    max-width: 100% !important;
}

header {
    padding-top: 45px;
    padding-bottom: 5px;
    margin-bottom: 60px; /* space below the header before the page */
}

    header .container-fluid {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    header > .container-fluid {
        padding-bottom: 15px !important;
    }

.nav.navbar-nav {
    padding-left: 0px;
    padding-right: 0px;
}

.sticky-header .container-fluid {
    padding-left: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 10px !important;
}

.sticky-menu-bar ul li {
    padding-left: 20px;
    padding-right: 20px;
}

.sticky-header.sticky-bar[style="position: fixed;"] .container-fluid .sticky-menu-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.navbar-toggle, .navbar {
/*    padding-bottom: 60px !important;*/
}

.browse-category-section.content-blocks.contents, .browse-category-section.content-blocks.page-headers {
    width: 100% !important;
}
/*.browse-category-section {*/
.modal {
    width: 80% !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    max-width: 1024px !important;
}

.modal-dialog {
    width: 100% !important;
    margin: 10px 0px 10px 0px !important;
}

body.modal-open .modal {
    padding-right: 60px !important;
}


footer {
    /*  padding-top: 60px !important;*/
    margin-top: 60px;
}

    footer #footer02 {
        /* padding-top: 60px;*/
    }

#footer03 {
    text-align: center;
    background-color: #d9d9d9 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}


.technology-title-table-column {
    width: 75% !important;
}




@media only screen and (max-width: 1280px) {
}


@media only screen and (max-width: 1024px) {


    header {
        padding: 50px 0px 5px 0px;
    }

        header .container-fluid {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }


    .sticky-header .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sticky-menu-bar ul {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sticky-header.sticky-bar[style="position: fixed;"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*  .browse-category-section {*/
    .modal {
        width: auto !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        max-width: 820px !important;
    }

    body.modal-open .modal {
        padding-right: 5px !important;
    }

    footer .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

        footer .container-fluid .row {
            padding: 0px !important;
        }

    footer #footer02 {
        padding-top: 15px;
    }


    footer #footer03 {
        text-align: left;
        padding-top: 15px;
    }


    footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_line {
        width: 4rem;
        color: #FFFFFF;
        opacity: 1;
    }


    .tech-id-column {
        width: 10% !important;
    }

    .technology-title-table-column {
        width: 80%;
    }
}


@media only screen and (max-width: 768px) {

    .technology-title-column {
        display: none;
    }

    footer #footer01 {
        padding-left: 0px;
        padding-right: 0px;
    }



    footer #footer02 {
        padding-top: 15px;
    }

    footer #footer03 {
        text-align: left;
        padding-top: 15px;
    }
}

/*#endregion*/
/****** COMPONENTS *****/

.icon-quickstart {
    color: #FF6600;
}

.icon-online-licensing {
    color: #7DAF38;
}

i.icon-info-circled {
    float: none;
    font-size: 1em;
}

.btn {
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    /*font-size: 1.3750rem !important;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1B3D6D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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;
}

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        /*font-weight:400; */
        color: #FFFFFF;
        text-decoration: none;
        /*        background-color: #26B7ED;*/
        background-color: #005194;
        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 #005194;
        /*        border: 1px solid #26B7ED;*/
        /*font-size: 1.375em !important;*/
    }

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

header .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FED206;
}


.form-control {
    border-radius: 6px;
    background: #FFF;
}

/*.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: #1B3D6D;
    background-image: none;
    filter: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



    header li {
        line-height: 100% !important;
    }

.logo {
    margin: 0 !important;
    height: 36px !important;
}


    .logo a img {
        height: 36px !important;
        width: auto !important;
    }


@media only screen and (min-width: 1025px) {
    .logo {
        width: 16%;
    }

    /*    .modal-dialog, .modal {
        width: 100% !important;
        max-width: 1000px !important;
    }*/
}

@media only screen and (max-width: 1024px) {
    .logo {
        width: 50%;
    }

    div#dataToggle {
        border-left: 0px;
        height: 34px;
        background: #1B3D6D;
    }

        div#dataToggle button:focus span {
            background: #FED206;
        }

    header .navbar-collapse .navbar-nav li {
        background: rgb(0, 60, 97);
    }

    .navbar-default .navbar-collapse.collapse {
        margin-top: 5em !important;
        background: #1B3D6D !important;
        border: none !important;
    }

    .navbar-default .navbar-collapse .navbar-nav.visible-block {
        display: block;
        position: relative;
        top: 0px;
        z-index: 89999992;
        border-top: none;
        border-bottom: none;
        text-align: right;
        background: #1B3D6D !important;
    }
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 580px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 420px) {
}

@media only screen and (max-width: 320px) {
}






.navbar-nav li a, .navbar-nav > li > a, .navbar-default .navbar-nav li a {
    /*font-weight:normal;*/
    /*color:rgb(37, 44, 88);*/
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-nav li a:hover {
        /*color:#FFCE29;*/
        color: #FFFFFF !important;
        text-decoration: underline;
        /*font-weight:normal;*/
    }



/***************PRE HEADER ******************/

section.pre-header {
    display: none;
    border: none !important;
}
/***************SMALL FIXED HEADER ******************/
.small-fixed-header {
    background: none;
}



    .small-fixed-header ul {
        background-color: rgb(96, 148, 193);
        width: 100%;
    }

        .small-fixed-header ul li {
            padding: 10px 0px 10px 0px !important;
            text-align: center;
            width: 33.33%;
            border-right: 1px solid rgb(231,231,230);
        }

            .small-fixed-header ul li a {
                color: rgb(37, 44, 88);
                font-weight: 600;
                font-size: 0.75em;
                text-transform: uppercase;
            }

                .small-fixed-header ul li a:hover {
                    color: #FFCE29;
                }

            .small-fixed-header ul li:last-of-type {
                border-right: none;
            }


/********* STICKY HEADER LAYOUT_NCD OVERRIDES ****/


li#save-search-icon {
    background: none !important;
}

.sticky-menu-bar ul li#save-search-icon a {
    color: #FED206;
}


.sticky-header {
    z-index: 89999991;
}

    .sticky-header .container-fluid {
        background: #1B3D6D;
    }

    .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid {
        background: #1B3D6D;
    }

    .sticky-header.sticky-bar[style="position: fixed;"] {
        background: #1B3D6D;
        height: auto !important;
    }



    .sticky-header .container-fluid a {
        color: #FFF; /**/
    }

    .sticky-header .container-fluid li.active {
        background: #fdca40; /**/
        color: #000;
        border-radius: 20px;
    }

    .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li {
        /*border-radius:0px;*/
    }

        .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li a {
            color: #FFF;
        }

        .sticky-header.sticky-bar[style="position: fixed;"] .container-fluid li.active {
            /*border-bottom:3px #666 solid;*/
        }

        .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: #FFF;
        }

.sticky-menu-bar ul {
}

    .sticky-menu-bar ul li {
        font-weight: 700;
        font-size: 0.98rem;
    }

        .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: #FFF;
        }

        .sticky-menu-bar ul li#request-info-icon {
            /*background:rgb(106, 162, 184);	*/
            /* border:solid 2px #FFFFFF;*/ /*#26B7ED;*/
            border-radius: 20px;
        }

            .sticky-menu-bar ul li#request-info-icon a {
                color: #000;
            }

.sticky-header.sticky-bar[style="position: fixed;"] ul li#request-info-icon {
    /*border-bottom:3px #666 solid;*/
}


.sticky-menu-bar ul li#request-info-icon:hover, .sticky-menu-bar ul li#request-info-icon:focus {
    /*background:#C4820E;*/
    background: #FED206;
}


    .sticky-menu-bar ul li#request-info-icon a:hover, .sticky-menu-bar ul li#request-info-icon a:focus, .sticky-menu-bar ul li#request-info-icon:hover a, .sticky-menu-bar ul li#request-info-icon:focus a {
        color: #1B3D6D !important;
    }

@media only screen and (max-width:1024px) {

    .sticky-menu-bar ul li#icon-online-licensing a span, .sticky-menu-bar ul li#search-icon a span, .sticky-menu-bar ul li#category-icon a span {
        display: none !important;
    }

    .sticky-header {
        background: none
    }








    .container-fluid li {
        border-radius: 0px;
    }

    /*    .modal-dialog, .modal {
        width: 100% !important;
        max-width: 800px !important;
    }*/
}



/****** SEARCH BOX *****/
a#advanceSearch, div.filters-count a {
    color: #666;
    text-decoration: none;
}

.input-form-control, .select-control {
    height: 2.75rem !important;
}

.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;
}

.category-filter-background > div {
    background-color: rgb(203, 209, 212);
    border-radius: 6px;
}

    .category-filter-background > div a, .filters-label.filter-active, .category-filter-background > div a:hover {
        color: #333;
        text-decoration: none;
    }

.category-filter {
    border-radius: 5px;
}



/********* MODAL FILTER *******/






/****** FILTER + BROWSE BY CATEGORY ******/




.categories-group .categories-list {
    border: none;
    /*border-top:rgb(203, 209, 212) 5px solid;*/
    text-align: left !important;
}


    .categories-group .categories-list a, .categories-group .categories-list a span {
        color: #1B3D6D !important;
        font-weight: bold !important;
        line-height: 2.250rem !important;
        font-size: 1.3750rem !important;
    }


        .categories-group .categories-list a:hover {
            /*color:rgb(0,69,140);*/
            color: #574E56;
        }

.categories-group ul.sub-categories li {
    border-bottom: none !important;
}

.browse-category-right-panel .categories-group ul.sub-categories li::before {
    /*color:rgb(0,137,166);*/
    color: #1B3D6D !important;
}

.browse-category-right-panel h2 {
    color: #FFFFFF !important;
    background: #1B3D6D !important;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 1.3750rem !important;
    /*font-weight: bold;*/
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
}

.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: none !important;
        }


/*.modal-content */ ul.category-header li:hover {
    /*background:#FFF;*/
}

/*.modal-content*/ ul.sub-categories li, .categories-group ul.categories-list ul.sub-categories li {
    /*background:rgba(255,255,255,0.4);*/
}

    .modal-content ul.sub-categories li:hover, .categories-group ul.categories-list ul.sub-categories li:hover {
        background: #DCDDDE;
    }

.browse-category-right-panel .categories-group ul.category-header li label, .browse-category-right-panel .categories-group ul.sub-categories label {
    padding-top: 0.1em !important;
    padding-bottom: 0em !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);*/
    /*    background: #574E56 !important;*/
    background: rgba(90, 89, 85,0.05);
}


.modal-content ul.sub-categories li a span, .modal-content a {
    color: #1B3D6D !important;
    line-height: 1.8750rem !important;
    font-weight: normal !important;
    font-size: 1.3750rem !important;
}

/*.categories-group .categories-list a,*/ .categories-group .categories-list a span.search-subcat-no-tech {
    color: #574E56 !important;
    padding-left: 0px !important;
}

.modal .categories-group .categories-list a span.search-subcat-no-tech {
    /*    padding-left: 20px !important;*/
}

.modal li.category-header-select label {
    padding-top: 0px !important;
}

.modal .category-header-select label, .modal .categories-group ul.sub-categories label {
    padding-top: 0px !important;
    padding-left: 20px !important;
}

/******* CONTENT ******/

p.para-note {
    margin-bottom: 60px !important;
    padding-bottom: 0px;
    font-size: 1.3750em !important;
}



h1.tech-heading-main, .ncd-main h1 {
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal !important;
    font-size: 1.8750rem !important;
    vertical-align: middle;
    padding: 0px 30px 0px 0px;
    /*font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;*/

    color: #574E56;
}

    h1.tech-heading-main span {
        /*font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;*/
    }

.content-blocks {
    box-shadow: none;
    webkit-box-shadow: none;
    moz-box-shadow: none;
}

h1.tech-heading#technologies-heading, span#lblHeading {
    font-size: 1.8750rem !important;
    font-weight: normal !important;
}

.content-blocks a:hover {
    color: #574E56;
    text-decoration: underline;
}

.middle-content, .wrapper, .sticky-menu-bar ul .active {
    background: transpartent;
}

.middle-content {
}

.avail-tech-content.contents {
    background-color: transparent;
}

.tech-id-column {
    padding-top: 15px !important;
}

    .tech-id-column label {
        padding-top: 0px !important;
    }

.tech-link {
    line-height: 21px;
}


.qs-ol-keynote {
    /*	background-color: rgba(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: #0064a4;
}

#ctl00_ContentPlaceHolder1_uctabannercategory {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}

/****** TABLES ****/

.table {
    margin-top: 60px;
}

    .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, table tr.patentHeader td {
        color: #FFFFFF;
        background-color: #1B3D6D;
        text-shadow: none;
    }

    .table .icon-plus-squared-alt, .table .icon-minus-squared-alt {
        /*font-size: 1.8750rem;*/
        font-size: 1.3750rem;
        padding-top: 0.6em !important;
    }

.table-headers {
    font-weight: bold;
    /*font-size: 1.3750rem !important;*/
    white-space: nowrap;
    height: 50px;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}

table tr.patentHeader {
    font-weight: bold;
    font-size: 1.2750rem !important;
    white-space: nowrap;
    height: 60px;
}

    table tr.patentHeader td {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
        border: #1B3D6D solid 2px !important;
    }

.uc-recent-technologies.page-headers {
    padding-top: 60px !important;
}

.uc-recent-technologies-table {
    padding-top: 0;
    /*font-size: 1.3750em !important;*/
}

.tech-id-column {
    padding: 1em 0px 1em 0px !important;
}

/*@media only screen and (min-width: 1280px) {
    .tech-id-column {
        width: 10% !important;
    }

    .technology-title-table-column {
        width: 80%;
    }
}*/

.uc-recent-technologies-table .table-body .table-row.even {
    /*border-bottom:2px solid #FFF;*/
}

.btn.dropdown-toggle {
    font-size: inherit !important;
}

.uc-recent-technologies-table .table-body .table-row.odd {
    /*border-bottom:2px solid #FFF;*/
}

.results-page ul.dropdown-menu {
    left: -15px;
}


    .results-page ul.dropdown-menu li {
        background-color: #574E56;
        color: #FFF;
        display: list-item !important;
    }

        .results-page ul.dropdown-menu li.active {
            background-color: #1B3D6D;
            color: #FFF;
        }

        .results-page ul.dropdown-menu li a {
            color: #FFF;
            font-size: 100% !important;
        }

        .results-page ul.dropdown-menu li:hover {
            background-color: #26B7ED;
        }

.pagination-block {
    background: rgba(90, 89, 85,0.05);
    border-bottom: 1px solid rgb(90, 89, 85);
}


/********** FOOTER **********/

footer {
    background: #003c61 !important;
    filter: none;
    color: #FFFFFF;
    padding-bottom: 20px !important;
}

    footer .container-fluid {
        height: auto;
        line-height: 2;
        font-size: 1em;
    }

#footer-logo {
    width: 300px !important;
    display: block;
}



footer a {
    color: #FFFFFF;
    line-height: 1.8750rem !important;
}

.address p {
    line-height: 2;
}

footer .copyright img {
    float: right;
}


.footer_line {
    width: 4rem;
    color: #FFFFFF;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {

    /*    footer .copyright img {
        float: left;
    }*/
    /*.navbar-default {
border:none !important;
}*/

    .navbar-nav > li > a {
        line-height: auto !important;
    }

    .navbar-collapse {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

footer a:hover, footer a:active, footer a:focus {
    color: #FED206 !important;
}




footer #footer02 a img {
    width: 41px;
}



    footer #footer02 a img:hover {
        width: 105%;
    }









/********** NCD HTML ***********/

.middle-content.ncd-page section {
}

.fields > p, .ncd-sub-right-panel p {
    margin-bottom: 15px;
    line-height: 2.5;
    font-weight: normal;
}

div.ncd-data h3 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.350rem !important;
    color: #565555;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 25px;
}

div.ncd-data h4 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1.250rem !important;
    color: #565555;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 20px;
}


.fields > p > span, .fields > ul > li > span {
    font-family: Trebuchet,Trebuchet MS,sans-serif !important;
    font-size: initial;
    line-height: 1.5;
    font-weight: 200;
    color: #333;
}


div.display-block.indented ul li::before {
    content: '\00BB \0020';
    color: #666;
    font-size: 1.5em;
}

table tr td {
    padding: 5px 3px;
}

div.ncd-data.contact-info {
    /*background: #EAEFE4 none repeat scroll 0% 0%;*/
    margin: 0px 0px 20px;
    /*padding: 10px;*/
    /*color: #696A69;*/
    /*font-size: 11px;*/
}

/*div.ncd-data.inventors {
background: #E9E4EA none repeat scroll 0% 0%;
margin: 0px 0px 20px;
padding: 10px;
color: #696A69;
font-size: 11px;

}

div[class*=otherdata] {
     background:#deeeef;
margin: 0px;
padding: 10px;
color: #696A69;
font-size: 11px;

}*/

.ncd-sub-right-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}





/**** KEYBOARD TAB FOCUS START ****/


div.row.category-filter div.filters-count a#filtersCountBlock: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: #1B3D6D;*/
    color: #26B7ED;
}

a[title="OnlineLicensing"]:focus span#lblOnlineLicense {
    color: #1F67AB;
}

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: rgb(203, 209, 212);*/
    color: #26B7ED;
}

/**** KEYBOARD TAB FOCUS END****/
