/* capsule search for design partners */
div.design_partner_section {
	margin: 0 auto 0 auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
div.design_partner_section > div {
    /*padding: 7px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #3980d0;*//*#6eb2ff*/
	
    color: #000000;/*#ffffff;*/
    /*cursor: pointer;*/
    font-size: 16px;/*13px; max for all three inline*/
	font-weight: bold;
	text-decoration: none; /*underline;*/
    text-align: center;
	/*float: left;*/
	display: inline-block;
	margin: /*10px 20px;*/10px 50px;
}
div.design_partner_section > div > div {
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #98ebf9; /*#3980d0;*//*#6eb2ff*/
	
    color: #000000;/*#ffffff;*/
    /*cursor: pointer;*/
    font-size: 16px;/*13px; max for all three inline*/
	font-weight: bold;
	text-decoration: none; /*underline;*/
    text-align: center;
}
div.design_partner_section > div > div > img {
	height: 25px;
}
div.design_partner_section > div > table {
	/*width: 100%;*/
    padding: 7px;
   /* border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #3980d0;*/
	/*margin: 20px 0 0 0;*/
	margin: auto;
}
div.design_partner_section > p { /* used as separator */
	margin: 10px auto;
}
div.design_partner_section select {
	margin: 10px 0 7px 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 3px;
    font-size: 13px;/*11px;*/
    min-width: 225px;
    height: 25px;/*20px;*/
}
div.design_partner_section input[type=button], #all_ds_partners input[type=button], div.design_center_filters input[type=button] {
	cursor: pointer;
	background: #990000;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	height: 23px;
	padding: 3px;
	margin: 10px 0 7px 5px;
}
/* design centers page */
div.ds_title {
	margin: 10px 0 25px 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #cc0000;
}
div.ds_description {
	font-size: 15px;
	font-weight: bold;
	min-width: 60%;
	margin: 20px 5px 0px 5px;
}
/* END design centers page */

/* special case experienced node */
select#Experience_technology_Lower_than_22nm option:nth-child(5), select#Experience_technology_Lower_than_22nm option:nth-child(6) {
	display: none;
}
div.all_ds {
	/*display: table-cell;
	float: right;*/
	border-radius: 7px;
	background: #ffffff;
	color: #000090;
	/*padding: 10px 20px;*/
	position: relative;
	/*top: 15px;*/
	
	text-align: right;
	/*margin: 0 132px 35px 0;*/
}
div.all_ds a, div.all_ds a:link, div.all_ds a:visited {
	text-decoration: underline/*none*/;
	color: #cc0000; /*#000090;*/
	font-weight: bold;
	font-size: 150%;
}
div.foundry_link {
	/*position: absolute;
	bottom: 55px;
	right: 60px;*/
	display: flex;
	justify-content: end;
	margin: 0 50px 55px 0;
}
div.foundry_link a {
	font-size: 15px;
	font-weight: bold;
}
.descriptionetallds{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin: 15px 10px 25px 0;
}
.partnersimages{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 35px 0;
}
#partnersimages0 .table_design_center:nth-child(2n+1) {
	background: #eeeeee;
}
#partnersimages1 .table_design_center:nth-child(2n) {
	background: #eeeeee;
}
.table_design_center {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	width: 27%;
}
.design_center_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 7px 0;
}
.design_center_logo img {
	max-width: 70%;
}
.design_center_filters {
	display: flex;
	flex-direction: row;
}
.main_filters{
	
}
.special_filter {
	padding: 40px 25px 0 10px;
	margin-top: 67px;
}
.special_filter_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 126px;
}
.special_filter_list {
	padding-left: 7px;
	margin-top: 5px;
	list-style: none;
}
.special_filter_list li {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.special_filter_list li:hover {
	background: #d2f8ff;
	cursor: pointer;
}
.special_filter_list a, .special_filter_list label {
	color: #11809f;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	margin-left: 7px;
}
/*.special_filter_list a:hover, .special_filter_list label:hover {
	text-decoration: underline;
}*/
.special_filter_submit {
	text-align: right;
}

.special_filter_list label {
	padding-left: 20px;
	width: 100%;
}
.special_filter_list input[type=checkbox] {
	display: none;
}
.special_filter_list input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
}
.special_filter_list input[type=checkbox]:checked + label::before {
	background: #98ebf9;
}
.special_filter_list input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	height: 4px;
	width: 10px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(-45deg);
}
select.searchAttributeSmall {
	min-width: 100%;
	margin: 7px 0 0 0;
	display: none;
}

#faraday-technology, #arasan-chip-systems-inc {
	max-width: 100%;
}
#VendorName {
	width: 150px;
	min-width: 150px;
}