

td { padding: 4px; vertical-align: top; }

form#searchform .ratingClass {
	float: left;
}

.attr {
	margin-top: 20px;
}

#lastmodified {
	margin-top: 20px;
}

.content {
	line-height: 1.6em;
}

#centerColWide {
	width : 100%;
}

/*#centerCol ol > li,
#centerColWide ol > li {
	list-style-type: decimal;
}
*/

#centerColWide .content p, #centerCol .content p {
    margin-bottom: 0px;
    margin-top: 10px;
}

#contentWrap h3 {
    padding-bottom:0px;
    color: #545B5B !important;
    font-size: 21px;
}

.singleColumn ul {
    list-style-type: none;
}

.singleColumn ul li:before {    
    margin-right: 10px;
    top: 6px;
    left: -20px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #F16722;
    content: "";
    border-radius: 2px;
    margin-left: -20px;
}

.singleColumn ul li a {
    color: #545B5B !important;
    font-size: 14px;
}

.singleColumn ul li a:hover {
    color: #F16722 !important;
}

.snippetClass0 {

}

.snippetClass1 {
        font-size:100%;
    font-weight:normal;
    color:#465692;
    background-color:#F1F4F9;
}

.snippetClass2 {
        font-size:100%;
    font-weight:bold;
    color:#465692;
    background-color:#F1F4F9;
}

.snippetClass3 {
        font-size:100%;
    font-weight:bold;
    color:#465692;
    background-color:#F1F4F9;
}


@font-face  {
    font-family: 'TradeGothicLTProBdCnNo.18';
    src: url('/support/apps/infocenter/resources/css/fonts/trade/trade_gothic_condensed_no._18-webfont.eot');
    src: url('/support/apps/infocenter/resources/css/fonts/trade/trade_gothic_condensed_no._18-webfont.eot?#iefix') format('embedded-opentype'),
         url('/support/apps/infocenter/resources/css/fonts/trade/trade_gothic_condensed_no._18-webfont.woff') format('woff'),
         url('/support/apps/infocenter/resources/css/fonts/trade/trade_gothic_condensed_no._18-webfont.ttf') format('truetype'),
         url('/support/apps/infocenter/resources/css/fonts/trade/trade_gothic_condensed_no._18-webfont.svg#TradeGothicLTProBdCnNo.18') format('svg');
    font-weight: lighter;
    font-style: normal;
 }


@font-face  {
    font-family: 'TradeGothicLTProBdCnNo.20';
    src: url('/support/apps/infocenter/resources/css/fonts/trade/tradegothicltpro-bdcn20-webfont.eot');
    src: url('/support/apps/infocenter/resources/css/fonts/trade/tradegothicltpro-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
         url('/support/apps/infocenter/resources/css/fonts/trade/tradegothicltpro-bdcn20-webfont.woff') format('woff'),
         url('/support/apps/infocenter/resources/css/fonts/trade/tradegothicltpro-bdcn20-webfont.ttf') format('truetype'),
         url('/support/apps/infocenter/resources/css/fonts/trade/tradegothicltpro-bdcn20-webfont.svg#TradeGothicLTProBdCnNo.20') format('svg');
    font-weight: normal;
    font-style: normal;
 }


#kb-cve .contentPage #leftCol2 li.kb-cve a, 
#kb-bugfinder .contentPage #leftCol2 li.kb-bugfinder a, 
#kb-subs .contentPage #leftCol2 li.kb-subs a { 
    color: white; 
    background-color: black; margin: 8px 8px 8px 3px; 
    background-image:url('/support/apps/infocenter/resources/images/arrow_on.jpg'); 
    background-repeat: 
    no-repeat; 
    background-position: 4px 8px; 
    font-weight:bold; 
}

.internalonly {
    color: #a831d6;
}

.cvepagecontrol.previous {
    float:left;
}
.cvepagecontrol.next {
    margin-left:0.5em;
    float:left;
}

.cveRecordTitle {
    padding-right:1em;
}

.cveHeader td { 
    font-weight:bold;
}

table.cveList tr.cveHeader td {
    margin: 0px;
    padding: 10px 7px 0px 0px;
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
}

table.cveList tr.cveRecord td {
    margin: 0px;
    padding: 10px 7px 10px 5px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}


.cveRecordDetail .cveRecordTitle {
    font-size:larger;
    font-weight:bold;
}

.cveRecordDetail .cveRecordModified {
    font-style:italic;
}

.cveRecordDetail .cveRecordSummaryLabel { 
    display:none; 
}

.cveRecordDetail .cveRecordSummary {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.cveRecordModified {
    white-space:nowrap;
}

.cveRecordProductLabel, .cveRecordBuildsLabel {
    font-weight:bold;
}

div.cveRecordDetail {
    padding-bottom:1em;
}

div.cveRecordProducts, div.cveRecordBuilds {
    padding-top:0.7em;
}

.listTriangles {
    line-height: 16px;
    list-style-image: url('../images/bg-arrow-gray.gif');
}



/* 
 * ALTERNATE ORDERED/UNORDERED LISTS
 */

div.im-clearDiv ul
{
    list-style:disc;
}

div.im-clearDiv ul > li > ul,
div.im-clearDiv ul > ul
{
    list-style:circle;
}

div.im-clearDiv ul > li > ul > li > ul,
div.im-clearDiv ul > li > ul > ul,
div.im-clearDiv ul > ul > li > ul,
div.im-clearDiv ul > ul > ul
{
    list-style:square;
}

div.im-clearDiv ol
{
    list-style:decimal;
}

div.im-clearDiv ol > li > ol,
div.im-clearDiv ol > ol
{
    list-style:lower-alpha;
}

div.im-clearDiv ol > li > ol > li > ol,
div.im-clearDiv ol > ol > li > ol,
div.im-clearDiv ol > li > ol > ol,
div.im-clearDiv ol > ol > ol
{
    list-style:lower-roman;
}

div.im-clearDiv li {
    list-style-type:inherit;
    list-style-position:outside;
}

span.bugsnippetclasslevel0 {
    display:inline-block;
    margin-bottom:1ex;
}

#content td.lockicon img { margin-top:0.5em }
#content td.rvbd_suggest_login { font-size:13pt; font-weight:bold; }
#content .public_search_MA .notice em, 
#content .public_search_MA .notice em a { font-size: 13px; font-weight: bold; font-style:normal; }

#header {
	width: auto;
	position: fixed;
}


#container{
	width: 100%;
	height: 100%;
}
.cc-accent-line {
    height: 3px;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 10;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}
.tab-bar-section {
     position: fixed;
}
.fix-pos {
     z-index: 9999;
     position: fixed;
     width: 100%;
}
.off-canvas-wrap {
     height: auto;
}
#container #wrap {
  float: none;
  height: 100vh;
}
.left-off-canvas-menu {
  height: 100vh;
}

.categoryitems {
    margin: 5px 0 0 10px;
}

.categoryitems.subs {
    margin: -25px 0;
}

.listTriangles li {
    font-size: 13px;
}

.categoryitems.subs .im-table table tr td {
    font-size: 11px;
    padding-left: 20px;
}

.categoryitems.subs .im-table table tr th {
    font-size: 11px;
}

.menuheader a {
    display: block;
    border-left: 7px solid transparent;
    background-image: none !important;
    padding: 8px 25px 8px 6px !important;
    font-size: 14px;
    font-weight: 400;
}

.h1headline {
    margin-top: 15px;
}

.fnheadingtable {
        display: none;
    }
    .rvbd_suggest_login table {
        border: none;
    }
    .bg-primary {
        background: #F16722 !important;
        color: #fff !important;
    }
    .radius-3 {
        border-radius: 3px;
    }
    #content td.rvbd_suggest_login {
        font-size: 20px;
        color: #545B5b;
        font-weight: normal;
    }
    .public_search_MA p strong:before {
        position: inherit;
        vertical-align: middle;
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #F16722;
        content: "";
        border-radius: 2px;
        margin-right: 10px;
    }
    #content p {
        font-size: 15px;
        color: #545B5b;
    }
    #content a:link {
        font-size: 15px;
    }
    .cat-leaf-loc {
        font-size: 15px;
    }
    .im-odd table, .im-even table {
        border: none;
        margin-bottom: 0;
    }
    .im-odd img, .im-even img {
        width: 20px;
        height: 20px;
    }
    .im-odd table div, .im-even table div {
        margin-left: -12px;
        font-family: "Open Sans", sans-serif, Arial, Helvetica;
        color: #545B5b;
    }
    .alternaterow a:link {
        font-size: 15px;
    }
    #content .public_search_MA .notice em {
        font-size: 15px;
        font-weight: normal;
        color: #545B5b;
    }
    #content .public_search_MA .notice em a {
        font-weight: normal;
        font-size: 15px;
    }
    .alternaterow {
        font-family: "Open Sans", sans-serif, Arial, Helvetica;
    }
    table.alternaterow tr:nth-of-type(even) table.noalt tr {
        background: inherit !important;
    }
    table.noalt {
        background-color: inherit;
    }
    #softwareSearch label {
        padding-left: 5px;
    }
    #softwareSearch input[type="radio"] {
    height: unset;
    margin-left: 5px;
}

.im-subscriptions table thead {
    background-color: #fff;
}

body.widget-true div.cc-accent-line {
    display: none;
}

body.widget-true div.copyrightAndLinks
{
    display: none;
}

body.widget-true div.attr.notice
{
    display: none;
}

body.widget-true div.ropencase
{
    display: none;
}

body.widget-true div#lastmodified
{
    display: none;
}

body.widget-true div#article-sidebar
{
    display: none;
}

body.widget-true div#container div#wrap {
    top: 5px;
}
