﻿/* overrides */
.BreadCrumb {
    display: none;
}

/* general */
h3 {
    font-size: 17px !important;
    margin: 20px 0 3px 0 !important;
}
h4 {
    font-size: 100% !important;
    margin: 15px 0 3px 0 !important;
}
h3:first-child, h4:first-child {
    margin-top: 0 !important;
}
#sec_main h3, #sec_main h4 {
    font-weight: bold;
}

/* blocks */
#hero {
    padding-bottom: 20px;
}
#sec_main {
    float: left; 
    width: 64%;
    margin-right: 4%;
}
#sec_related {
    float: left;
    width: 32%;
}
#sec_related table {
    margin-top: 15px;
}
#sec_related td {
    padding-bottom: 15px;
}
#sec_search {
    padding-top:30px;
    width: 100%;
    clear: both;
}
#sec_search .h2_strong {
    font-weight: bold; 
}
#search_by {
    width: 33%;
    margin-right: 30px;
    display:inline-block;
}
#filter_by {
    width: 63%;
    display: inline-block;
}

/* inputs */
div.sb-search {
	margin-top: 16px;
	overflow-y: hidden;
}
#sec_SearchBox {
    float: left;
    height: 26px;
    width: 33%;
    margin-right: 30px;
    border: 1px solid #a9a9a9;
    background: none repeat #fff;
}
#txtSearch {
    height: 20px;
    width: calc(100% - 43px);
    color: #000;
    outline-style: none;
    outline-width: medium;
    outline-color: invert;
    border: none;
    margin: 2px 8px;
    vertical-align: top;
    font-size: 14px !important;
}
#btnSearch {
    display: inline-block;
    background: url('https://i-technet.sec.s-msft.com/Areas/SecurityBulletins/Themes/Security/Content/ImageSprite.png?v=635955913788792339') no-repeat scroll -107px 0;
    width: 19px;
    height: 16px;
    overflow: hidden;
    padding: 0;
    border: none !important;
    cursor: pointer;
    margin: 5px 3px;
}
.sb-search #productDropdown {
    /*float: right;*/
    width: 63%;
    height: 28px;
}

/* search results */
div.loading-results-label {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 300px;
    margin: 5px auto;
    left: 0px;
    right: 0px;
    padding: 8px;
    border: outset 1px #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.sb-results {
	border: solid 1px #bababa;
	margin-top: 12px;
	position: relative;
}
div.sb-results div.loading-results {
	height: 100%;
	width: 100%;
 /* background: url('https://i-technet.sec.s-msft.com/Areas/SecurityBulletins/Themes/Security/Content/Styles/../images/overlay-bg.png?v=635955913788167146');
	opacity: .7; */
    background-color: #c0c0c0;
    opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
}
div.sb-results div.pager {
	background-color: #369;
	height: 30px;
	padding: 6px 8px 6px 8px;
	color: #fff;
	border-bottom: solid 1px #bababa;
	font-weight: bold;
}
div.sb-results div.pager div.pager-left {
	float: left;
	padding-top: 5px;
}
div.sb-results div.pager div.pager-right {
	float: right;
}
/*
div.sb-results div.pager div.pager-right a {
    background: url('https://i-technet.sec.s-msft.com/Areas/SecurityBulletins/Themes/Security/Content/ImageSprite.png?v=635955913788792339') no-repeat scroll 0 0;
	height: 21px;
	width: 20px;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
    overflow: hidden;
}
div.sb-results div.pager div.pager-right a.prev {
	background-position: -20px 0;
}
div.sb-results div.pager div.pager-right a.next {
	background-position: -40px 0;
}
div.sb-results div.pager div.pager-right a.last {
	background-position: -60px 0;
}
*/
div.sb-results div.pager div.pager-right input {
	width: 26px;
	vertical-align: middle;
}
div.sb-results div.pager div.pager-right span.pagertxt {
	padding: 3px;
	vertical-align: middle;
}
div.pager button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-weight:bold;
  font-size: 16px;
  padding: 2px;
  background: #369;
  border: solid #fff 2px;
  text-align:center;
  text-decoration: none;
  width:30px;
}

div .pager button:hover {
  background: #fff;
  color:#369;
  text-decoration: none;
}

div.sb-results table {
	width: 100%;
}
div.sb-results table td {
	padding: 10px 2px 10px 2px;
}
div.sb-results table tr:nth-of-type(2n), div.sb-results table thead td {
	background: #f3f3f3;
}
div.sb-results table thead td {
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}
div.sb-results table thead td:nth-child(1), div.sb-results table thead td:nth-child(3) {
	width: 10%;
}
div.sb-results table thead td:nth-child(2), div.sb-results table thead td:nth-child(5) {
	width: 12.5%;
}
div.sb-results table thead td:nth-child(4) {
	width: 55%;
}
.sb-results table thead td span {
    background: url('https://i-technet.sec.s-msft.com/Areas/SecurityBulletins/Themes/Security/Content/ImageSprite.png?v=635955913788792339') no-repeat scroll -81px 0;
    width: 12px;
    height: 6px;
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin-left: 3px;
}
.sb-results table thead td span.reverse {
    background: url('https://i-technet.sec.s-msft.com/Areas/SecurityBulletins/Themes/Security/Content/ImageSprite.png?v=635955913788792339') no-repeat scroll -94px 0;
    width: 12px;
    height: 6px;
    overflow: hidden;
}

div.sb-results table td.detail a.bulletinLink {
	font-weight: bold;
	color: #00749e;
	cursor: pointer;
	text-decoration: none;
}