/* General */

body, p, th, td {
  font-family: arial, helvetica, sans serif;
  font-size: 12px;
  line-height: initial !important;
}

h1 {
  color: #666666;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: inherit;
}

A:link {
  text-decoration: none;
  color: #006699;
}
A:visited {
  text-decoration: none;
  color: #006699;
}
A:active {
  text-decoration: none;
  color: #006699;
}
A:hover {
  text-decoration: underline;
  color: #006699;
}
a:not([href]):not([class]) {
    text-decoration: underline;
    color: #006699;
}
a:not([href]):not([class]):hover {
    text-decoration: underline;
    color: #006699;
}
#secondary-navigation ul a {
    text-decoration: none;
}
/* Search Filter */

#edit_search_criteria {
  cursor: pointer;
}

.releases_table, .releases_table tr, .releases_table th, .releases_table td {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  border-collapse:separate ;
}
.releases_table td {
  padding-right: 4px;
}
.viewversion_table{
  line-height: 2px;
}

.viewversion_emptytd{
  line-height: 13px !important;
}

.search_field {
  width: 200px;
}
.search_field_wide {
  width: 400px;
}
#feature_table{
   width: 97%;
}
#feature_table th {
  font-weight: bold;
}
#CurrentResults
{
text-align: right;
margin: -3% 2%;
}

#search_total {
  border: 1px solid white;
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding: 1px;
}
#search_table {
  width: 940px;
}
#search_table td {
  padding: 8px;
}
#search_table  {
  border: 1px solid #d0d0d0;
}

#edit_search_table {
  width: 100%/*This change is to fix main search table width constant for all programs*/;
}
#edit_search_table td {
  padding: 8px;
}
#edit_search_table  {
  border: 1px solid #d0d0d0;
  border-collapse: initial !important;
}
#edit_search_table td  {
  vertical-align: top;
}

#search_table td  {
  vertical-align: top;
}

#sf_row_top {
  background: #666666;
  color: white;
  height: 40px;
}
#sf_row_second {
  background: #999999;
  color: white;
}
#sf_row_middle_1 {
  background: white;
  color: black;
}
#sf_row_middle_2 {
  background: white;
  color: black;
}
#sf_row_bottom {
  background: #EEEEEE;
  color: #a0a0a0;
  display: table-row !important;
}

.search_col {
  min-width: 195px;
  max-width: 195px;
}
.feature_val {
  padding-left: 72px;
}
.search_col_wide {
  width: 470px;
}
#expand_collapse_all {
  font-size: 11px;
  color: #0000FF;
  cursor: pointer;
}
#expand_collapse_all :hover {
  text-decoration: underline;
  color: #0000A0;
}

.filter_image {
  height: 11px;
  width: 11px;
  cursor: pointer;
  padding-right: 2px;
}


.filter_item {
  margin-bottom: 20px;
  font-weight: bold;
  vertical-align: top;
}



/* Search Results */

#search_results_bar {
  display: none;
}

#search_results_top {
  background: #3399CC;
  color: white;
  width: 100%;
  vertical-align: middle;
  font-size: 13px;
}
#search_results_top > div {
  padding: 12px;
}
#search_results_display {
  float: right;
  text-align: right;
}

#search_results_table {
  width: 100%;
  display: none;
}
#search_results_table_body > tr:nth-child(even) {
  background: #E9F0F7;
}

#search_results_table, #search_results_table th, #search_results_table td, #search_results_table tr {
  border-collapse: collapse;
  border-color: rgba(204, 204, 204, 1);
}
#search_results_table, #search_results_table tr {
  border: 1px solid #CCCCCC;
  width: 100%;
}
#search_results_table th, #search_results_table td {
  padding: 8px;
  text-align:left;
  vertical-align: top;
}

#search_results_table th{
  background: #999999;
  color: white;
}

#search_results_table tr:hover  {
  background: #EEEEEE;
}

#search_results_table th A:link, #search_results_table th A:visited, #search_results_table th A:active, #search_results_table th A:hover {
  color: white;
}



/* modal and modal arrow */
#modal {
  width: 345px;
  position: fixed;
  top: 100px;
  left: 300px;
  display: none;
  z-index: 2;
}
#modal_top {
  background-image: url('images/modal_top.png');
  background-repeat: no-repeat;
  height: 29px;
}
#modal_middle {
  background-image: url('images/modal_mid.png');
  background-repeat: repeat-y;
  padding-left: 25px;
  padding-right: 20px;
}
#modal_bottom {
  background-image: url('images/modal_bot.png');
  background-repeat: no-repeat;
  height: 26px;
}

.modal-open {
    overflow: scroll !important;
}

.arrow {
  background-image: url('images/modal_arrows.png');
  background-repeat: no-repeat;
  height: 60px;
  width: 48px;
  z-index: 3;
  overflow: hidden;
}
.arrow_top_left {
  background-position: 0px -140px;
  margin-left: -32px;
}
.arrow_middle_left {
  background-position: 0px 0px;
  margin-left: -32px;
}
.arrow_bottom_left {
  background-position: 0px -70px;
  margin-left: -32px;
}
.arrow_top_right {
  background-position: -47px -140px;
  margin-left: 329px;
}
.arrow_middle_right {
  background-position: -47px 0px;
  margin-left: 329px;
}
.arrow_bottom_right {
  background-position: -47px -70px;
  margin-left: 329px;
}
#modal_arrow {
  position: fixed;
  display: none;
  top:  100px;
  left: 300px;
}


#modal_table th, #modal_table td {
  padding: 4px;
}
#modal_table th {
  text-align: right;
  font-weight: normal;
  color: #666666;
  width: 166px;
}
#modal_table td {
  font-weight: bold;
  color: black;
  font-weight: normal;

}

#print_save_export {
  text-align: right;
  width: 100%;
  background: white;
  color: #999999;
}


#reset_button {
  cursor: pointer;
  vertical-align: top !important;
}

#search_pagination {
  width: 940px;
  text-align: right;
}
#search_pagination table {
  width: 940px;
}
#search_pagination td {
  text-align: center;
  padding: 8px;
}

#search_pagination .page_num {
  color: #3399CC;
  cursor: pointer;
}
#search_pagination .page_current {
  color: white;
  background: #999999;
}
#search_pagination .page_num:hover {
  color: #3399CC;
  background: #CCCCCC;
}


#bookmark {
    cursor: pointer;
}

#export_csv {
    cursor: pointer;
}

#bookmark_url {
    display: none;
}


/* Details */
#details_table {
  width: 100%;
  border: 1px solid #d0d0d0;
  color: black;
  text-align: right;
}
#details_table th {
  color: #666666;
  font-weight: normal;
  padding: 4px;
}
#details_table td {
  text-align: left;
  vertical-align: top;
  padding: 4px;
}
#details_table_row_top td a:link, #details_table_row_top td a:visited, #details_table_row_top td a:active, #details_table_row_top td a:hover {
  color: white;
}

#details_table_row_top {
  background: #666666;
  color: white;
  height: 40px;
}
#details_table_row_bottom {
  background: #EEEEEE;
  color: white;
  height: 40px;
}

.details_table_title_row {
  background: #999999;
  color: white;
}
.main_search_table {
  width:100%;
}
.details_table_title_row {
  padding: 10px;
}
.details_table_subtitle_row th {
  font-weight: bold;
  color: #666666;
  text-align: left;
  border-bottom: 1px solid #d0d0d0;
}

#details_table ul, #details_table li {
  margin: 0;
  padding: 0;
}

#details_table ul {
  list-style:none;
}
#details_table li {
  margin-bottom: 10px;
}

.details_table_tab1 th {
    text-align: right;
}

.details_table_tab2 th {
    font-weight: bold;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    font-size: 12px;
    line-height:150%;
}

.collapseExpandImg{
    vertical-align:middle;
    height:15px;
    width:15px;
}

img {
    vertical-align: initial !important;
}

.break-word {
  word-wrap: break-word;
}

.storage_table_title_row th {
    font-weight: bold;
    color: #666666;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
    font-size: 11px;
    line-height:150%;
}

.io_table_row{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
}


td.deviceDetailTable {
    padding: 10px;
    border-spacing: 10px;
}

.deviceDetailTable th{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 3px;
}

.bottom_border_after_row td{
    border-bottom:1px solid #d0d0d0;
    margin-left: auto;
    margin-right: auto;
}


.resultsTableIntro
{
    font-size:12px;
}
.disclaimer
{
    font-size:12px;
    text-align: justify;
    text-justify: inter-word;
    margin-top:10px;
    margin-bottom:10px;
}

.vsanDisclaimer
{
    font-size:12px;
    text-align: justify;
    text-justify: inter-word;
    margin-top:10px;
    margin-bottom:10px;
}

.vcfSwitchInfo, .healthcheckjson
{
    margin: 15px 0px;
    font-family: arial, helvetica, sans serif;
    font-size: 14px;
    font-weight:bold;
    color: #888;
}

.vcfByonInfo
{
    margin: 15px 0px;
    font-family: arial, helvetica, sans serif;
    font-size: 16px;
    font-weight:bold;
}

/* General */
.border_bottom_gray
{
    border-bottom: 1px solid #CCCCCC;
}

/* Overwrite Classes so that result can print properly. */
#page-footer .footer-main {
        padding-bottom:35px !important;
}
#page-footer .container-fluid {
        max-width: 100% !important;
        padding-left: 38px !important;
}
#page-side-nav .sidebar ul li span {
    margin-top: 4px !important;
}
#page-footer .col-md-12 {
    margin-top: 2px !important;
}
/* Overwrite Classes so that result can print properly. */
#container {
    background:url("//www.vmware.com/files/templates/images/bg-wrapper.gif") no-repeat scroll 0 0 #FFFFFF;
    margin:0 auto;
    overflow:visible !important;
    position:relative;
    width:1170px;
}

#content-container {
    background:url("//www.vmware.com/files/templates/images/bg-sphere-two-columns.gif") no-repeat scroll 725px 276px transparent;
    min-height:360px;
    overflow:visible;
    padding:160px 0 0 !important;
    width:100%;
    margin-top:0px !important;
}

#content-container.wide {
    background:none repeat scroll 0 0 transparent;
    margin:0;
    overflow:visible;
    padding:1px 45px !important;
    width:100%;
}
#container #content-container #content {
    background: #fff none repeat scroll 0 0;
    margin-top: 4%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 1050px !important;
}
.breadcrumb {
    clear: both;
    background-color : #fff;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}
.breadcrumb li {
    font-size: 13px !important;
}
.breadcrumb a {
    color: #ccc;
}
.h1 a{
    color:#0095d3 !important;
}
#content-left ul li{
    font-size: 14px;
    color: #666666;
}
#content-left {
    margin-top: 0;
}
#content-right ul li{
    font-size: 14px;
}
.main-box {
    height:1%;
    margin-top: 0px;
    overflow:visible;
    padding:0 25px 0;
    z-index:1;
}

#top-of-page {
    font-family: "proxima-nova", "Arial", sans-serif !important;
    font-size: 14px;
}
.nav ul li a {
    font-weight : initial !important;
}
.page-b-footer-pattern {
    background : transparent url("https://www.vmware.com/files/images/framework/page-background-a-gray-home.png") no-repeat scroll right bottom / 100% auto !important;
}
#footer {
    margin-top : 20px;
    font-family: "proxima-nova", "Arial", sans-serif !important;
}
#footer h4 {
    font-weight: bold;
}
#isearch-form #search-form {
    top : -5px !important;
}
.btn-search {
    margin: 0 0 0 -30px !important;
    padding-top: 25px !important;
}
.vmwarelogo {
        background: url("https://www.vmware.com/files/images/framework/vmware-Logo-BT.png") no-repeat scroll 0 0 transparent !important;
}
.hand_cursor {
    cursor: pointer;
}
.float_left_m{ float: left; margin: 0 -15px; }
.float_right{ float: right; }
.float_left{ float: left; }
.padding_left_20{ padding-left: 20px; }
.align_right{ text-align: right; }
.align_left{ text-align: left; }
.width_30{ width:30px; }
/* End Here */

.san_dtl_main_tbl
{
    border:0;
    width:98%;
    border-top:1px solid #CCCCCC;
}

/* CSS For alternate Rows Color */
.row1
{
    background-color:#E8F1F8;
}
.row2
{
    background-color:#FFFFFF;
}
.section-entry {
    height:97px;
    margin:-30px 0 16px;
    overflow:hidden;
    padding:11px 0 0 40px;
    width:900px;
    background:url("images/hero_pattern-long-s3.jpg") no-repeat scroll 0 0 transparent;
    top: 150px;
}
.section-entry h1 a, .section-entry h1 a:visited , .section-entry h1 a:hover{
    color:#FFFFFF !important;
    font-size:30px;
    font-weight:normal;
    margin:24px 0 0;
    line-height:initial !important;
}
a.back{
    background:url("images/btn_back.png") no-repeat scroll 0 0 transparent;
}
a.survey{
    background:url("images/btn_survey.png") no-repeat scroll 0 0 transparent;
}
.top-box2 .col {
    background-color:#dfe9f3;
    width: 139px !important;
    margin-right: 20px !important;
    height: 90px;
}
.top-box2 .col .btn {
    margin-left: 13px !important;
    margin-top: 3px !important;
}



/*
 *  dhtml combo css starts form here
 */
.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 357px; /*default  width of main box */
border: 0px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: pointer;
background-color: #F0F0F0;
font-size:13px;
font-weight:bold;
color:rgb(153, 153, 153);
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -18px;
height:17px;
width:17px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
width: 337px; /*default width of drop down menu*/
top:19px;
left:-19px;
border-bottom-width: 0;
position: absolute;


display: none;
z-index: 5;
font-size:11px;
font-weight: normal;
}


.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
/*
width: auto;
display: block;
background: #ffffff;
border-bottom: 1px solid gray;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
font-size:11px;
*/
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
/* background: rgb(51, 153, 204);*/
}

.dhtmlselect .dropdown .t {
background:url("//www.vmware.com/files/templates/images/bg-drop-top.png") no-repeat scroll 0 0 transparent;
height:7px;
margin: -2px 0 0px 10px;
overflow:hidden;
width:103%;
z-index:100;
}

.dhtmlselect .dropdown .c {
overflow:hidden;
padding:0 26px 19px 9px;
background:url("images/bg-drop-strip-6.png") repeat-y scroll 0 0 transparent;
width:343px;
height:100%;
}
.dhtmlselect .dropdown .b {
background:url("images/bg-drop-bottom-1.png") no-repeat scroll 0 0 transparent;
height:16px;
overflow:hidden;
width:100%;
margin: -2px 1px;
padding: 10px 10px 10px 24px;
}

.dhtmlselect .dropdown .dropdown-links ul {
margin-top:4px;
margin-left:2px;
background:none repeat scroll 0 0 transparent;
height:auto;
list-style:none outside none;
padding:0;
width:110px;
}

.dhtmlselect .dropdown .dropdown-links ul li {
background:none repeat scroll 0 0 transparent;
float:none;
line-height:12px;
padding:0 0 4px;
}

.dhtmlselect .dropdown .dropdown-links ul a {
background:none repeat scroll 0 0 transparent !important;
color:#3399CC !important;
}

.dhtmlselect .dropdown .dropdown-links ul a:hover {
color:#006699 !important;
}

/* Help CSS */
.moredetails
{
    width:130px;
    float:left;
/*    margin: 0pt -596px 0px 414px;*/
    margin: 0 -544px 0 398px;
}
.helpDiv
{
    border:medium solid;
	margin:-11px 650px;
}
#helpLink
{
	margin:-11px 650px;
}
.moreDetails-content
{
    left: 532px;
    text-align:left;
    display:none;
    position:absolute;
    height:auto;
    width: 290px;
}

.drop-links div.drop-links-left {
    float: left;
    margin: 0 7px 0 0;
    padding: 0 0 0 20px;
    width: 152px ;
}
.drop-links div.drop-links-right {
    float: left;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    width: 165px;
}
.green-box {
    background: url("images/bg-service-box-top-green1.gif") no-repeat scroll 0 0 #36363B;
}
.blue-box{
	background: url("images/bg-service-box-top-blue1.gif") no-repeat scroll 0 0 #36363B;
}
.frame {
    float: left;
    margin: 0 20px 0 0;
    width: 420px;
}

.service-boxes .frame {
    float: left;
    margin: 0 20px 0 0;
    width: 460px;
}

#content1 {
    margin: 0;
    padding: 0 20px 0;
}
.service-boxes .bg1 {
    height: 2%;
    overflow: hidden;
    padding: 24px 19px 76px;
}
.service-boxes {
    background: none repeat scroll 0 0 #666666;
    margin: 0 -20px 16px;
    overflow: hidden;
    width: 940px;
    height: 45px;
}

#esxiService {
    margin: 0 -20px 14px;
    font-family: arial, helvetica, sans serif;
    font-size: 14px;
    font-weight:bold;
    color: #888;
    float:left;
	width: 70%;
}

#esxiService a{
    text-decoration: underline;
}

#right-div-top-panel {
    font-family: arial, helvetica, sans serif;
    font-size: 14px;
    font-weight:bold;
    color: #888;
    float:left;
	margin:-10px 0px 10px 0px;
}

#right-div-top-panel img{
	width: 300px;
}
#right-div-top-panel a{
    text-decoration: none;
}

#partnersupport,#developercenter,#vsanrnsupport{
    margin: 15px 0px;
    font-family: arial, helvetica, sans serif;
    font-size: 14px;
    font-weight:bold;
    color: #888;
}

#partnersupport a,#developercenter a{
    text-decoration: underline;
}

#simsupport {
    margin: 15px 0px;
    font-family: arial, helvetica, sans serif;
    font-size: 14px;
    font-weight:bold;
    color: #888;
}

#simsupport a{
    text-decoration: underline;
}


#psh3{
    padding:9px 240px;
}
.service-boxes h3{
    padding: 9px 322px;
}
.drop-links div.drop-links-right1 {
    float: left;
    margin: 0 3px 0 0;
    padding: 0 0 0 5px;
    width: 165px;
}
.drop-links {
	padding:6px 0px 0px 0px;
}
.btn-search-submit {
    background: url("images/btn_search.png") no-repeat scroll 0 0 transparent;
    width: 68px;
    height:24px;
  }

#search_vcg_button{
	margin: -24px 497px -16px 870px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 5px; 
		
	/* Firefox 1-3.6 */
	-moz-border-radius: 5px; 
		
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 5px 5px 1em 1em;

}

#mdMenuDiv{
    z-index: 99999;
    border-top: 4px solid #595959;
    left: 612px;
    box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.5);
}

.alert-box{
visibility: hidden !important;
display: none !important;
}

.os_support_scope{
font-size: 11px;
}

/* CSS for CPU/EVC compatibility using table*/
.product_table {
    width: 940px;
}
.product_table th {
    background: #999999;
}
.product_table tr:hover {
    background: #e0e0e0;
}
.product_table, .product_table td, .product_table th, .product_table tr {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

.product_table tr:nth-child(even) {background-color:#FFFFFF;}
.product_table tr:nth-child(odd) {background-color:#E9F0F7;}

.matrix_header_row{
    background-color:#999999;
    height:70px;
}

.matrix_header_row th{
    font-size: 12px !important;
    font-weight: normal !important;
    vertical-align: middle !important;
}

.matrix_header_static_col{
    border-left:none !important;
    border-top:none !important;
    border-bottom:none !important;
    position:initial !important;
    background-color:#999999;
    min-width:150px;
    height:66px;
    text-align:center;
}
.matrix_header_static_col_back {
    width:145px;
    border-right:none;
}
.matrix_row{
    height:70px;
}
.matrix_static_col {
    border-left:none !important;
    border-top:none !important;
    border-bottom:none !important;
    background-color:#FFFFFF;
    width:150px;
    height:66px;
}
.matrix_static_col_back{
    width:145px;
    border-right:none;
}
.static_col_text {
    margin-top:25px;
}

#product_version {
  width: 140px;
}

#results {
  overflow-x: auto;
  width:100%;
  font-family: "proxima-nova","Arial",sans-serif !important;  
}

#results td {
 text-align: center;
}

#results .product_col {
 text-align: left;
}

/** Over-riding for chrome,firefox and safari, since this property otherwise comes from main vmware fce.css**/

.tableTitle{
    margin: 10px;
}
/*Solutions table body*/
#solution_results_table_body > tr:nth-child(even) {
  background: #E9F0F7;
}

#display_interval {
	color : #000000 !important;
}

#expand_collapse_id hr {
	margin-bottom: inherit !important;
	margin-top: inherit !important;
	padding: 0px !important;
	margin: 6px !important;
}

.tableResultsTips span{
	font-weight: bold;
	font-size: 16px;
}
#solution_results_table_body > tr {
  height: 60px;
}

.security_td_format{
	vertical-align: top !important;
}

#search_results_table_help {
  width: 540px;
  padding-left: 30px;
}
#search_results_table_help>tbody>tr>td {
  padding: 10px;
}
#search_results_table_help>tbody>tr>th {
  padding: 10px;
  background: #999999;
  color: white;
}

.word-break {
  word-break: break-all;
  display: inline-block;
}
.vsan_search_text{
	padding-top: 10px;
	padding-left: 10px;
    font: inherit;
    font-size: 1.1em;
}
.vsan_search_text ol {
	font: inherit;
}

#backtotop,#turnoffscroll{
	color:white;
	font:inherit;
	font-weight: bold;
	text-decoration: underline;
}

.vsan_tooltip{
	color: #006699;
}

#orKeyword{
	margin-left: 18%;
}

.vasa_profile_name{
	float:left;
	padding:4px;
	width:270px;
}

.vasa_profile_val{
	float:left;
	padding:4px;
}

.cert_info_divider{
	border-bottom:3px solid #aaaaaa;
}

#ssdLinks{
    color:white;
    font:inherit;
    text-decoration: underline;
}
#ssdIntrotext{
    margin-bottom:5px;
    display:none;
}
#secondary-navigation ul li {
border-bottom: 1px solid #CCCCCC;
line-height: 14px !important ;
padding: 7px 25px;
}

#vsan_delay_note{
    font:inherit;
    font-size: 1.02em;
    font-weight: bold;
    background: #DCFCDC;
    padding: 15px;
    text-justify: inter-word;
    text-align: justify;
}
/*Contact Us*/
#comment-form-button-wrapper {
    float: right;
    height: 1px;
    position: fixed;
    top: 180px;
    width: 100%;
    z-index: 190;
}

.help-h2 h2{
    padding-top:8px;
}

body{
   -ms-overflow-style: scrollbar;/*IE has different implementation of overflow. It doesn't honour overflow property*/
}

#comment-form-button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: none repeat scroll 0 0 #0095d3;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 5px 15px #000000;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	height: 90px;
	padding: 8px 10px;
	opacity: 0.6;
}
#feedbackSubmit {
    display: block !important;
    margin-top: 10px !important;
}

#comment-form-button:hover {
	background: #006990;
	opacity: 1;
}

#container * {
    box-sizing: content-box !important;
}

#comment-form-button-wrapper * {
    box-sizing: content-box !important;
}

.modal-dialog .modal-content .modal-body {
    box-sizing: initial !important;
}

.expand_area *{
        box-sizing: border-box !important;
}

.modal-dialog {
    width: 650px;
    box-sizing: initial !important;
}

.modal {
	top: 100px !important;
}

.modal-content {
    width: 650px;
    margin-left: -10px;
    border: 4px solid #0080ab !important;
    box-sizing: initial !important;
}

.modal-body {
    box-sizing: initial !important;
}

#name {
    width: 96% !important;
}

#email {
    width: 96% !important;
}

#message {
    width: 96% !important;
}

#sel1 {
	width: 35% !important;
}

.form-control {
	font-size: 15px !important;
	height: 21px !important;
	color : #000 !important;
}

.modal-h1 {
    color: #0095d3;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin: 15px 10px 10px 15px;
}

.modal-p {
    line-height: 18px;
    margin: 0 0 30px 15px;
    padding: 0;
    padding-right:18px;
    color: #555;
    font-weight: 400;
    font-family: "proxima-nova",Verdana,Tahoma,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    text-align: justify;
    text-justify: inter-word;
}

button.close {
    background: url(images/modalclose.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: inline;
    height: 29px;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 25px;
    z-index: 3200;
    font-size: 0px !important;
    font-weight: 0 !important;
    line-height: 0 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

#message {
    min-height: 90px !important;
    max-height: 200px !important;
    margin-bottom: 5px !important;
    resize: none !important;
}

#message {
    -webkit-transition-property: background-color; /* Safari */
    transition-property: background-color;
}

#message:focus {
    background-color: #ffc;
}

.control-label {
    color: #555;
    font-weight: 400;
    font-family: "proxima-nova",Verdana,Tahoma,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal !important;
}

#footermatter {
    font-family: arial, helvetica, sans serif;
}

#logoutdiv {
    color: #999999;
    font-size: 14px;
    right:45px !important;
    position: absolute;
    top: 35px;
    padding: 0 !important;
    z-index: 2;
}

#products-mm1 {
    left: -239px;
    cursor: auto;
    z-index: 1;
}

.drop-one1 {
    background-color: #f1f1f1;
    border-top: 4px solid #595959;
    box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.5);
    display: none;
    left: 1px !important;
    overflow: hidden;
    padding-bottom: 30px;
    position: absolute;
    right: 0 !important;
    top: 17px;
    width: 630px;
    z-index: 0;
}

.drop-one1 .c1 .inner1 {
    float: left;
    width: 100%;
}

.drop-one1 .c1 .c-heading {
    display: inline-block !important;
    float: left;
    font-size: 22px;
    margin: 0 0 10px 20px;
    width: 95%;
}
.drop-one1 .t1 {
    background: transparent url("https://www.vmware.com/files/templates/images/bg-drop-one-top.png") no-repeat scroll 0 0;
    display: none;
    height: 7px;
    overflow: hidden;
    width: 408px;
    z-index: 100;
}
.c-column-container1 {
    float: left;
    width: 300px;
}

.drop-one1 .c1 .c-bg-gradient {
    float: left;
    font-weight: normal;
    margin-right: 2px;
    margin-top: 10px;
    width: 190px;
}

.drop-one1 .c-bg-gradient .c-column-heading1 {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}

.newData1 {
    float: left;
    margin: 0 15px 0 20px;
    width: 280px;
}

.newData1 .c-column-heading1 {
    border-bottom: 1px solid #cccccc;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.33em;
    margin-bottom: 7px;
    padding-bottom: 5px;
    padding-top: 12px;
    text-indent: 0;
}

.newData1 .c-column-links1 {
    float: left;
}

.drop-one1 .c-bg-gradient .c-column-links1 ul li {
    background: transparent none repeat scroll 0 0;
    float: none;
    margin: 0 !important;
    padding: 3px 10px;
}

.newData1 .c-column-links1 > ul {
    background-color: transparent;
    display: block;
    left: auto;
    position: relative;
    width: auto;
    padding:0;
}

.newData1 .c-column-links1 > ul li {
    clear: both;
    margin-bottom: 10px;
    padding: 5px 5px 5px 0;
    list-style: outside none none;
}

.newData1 .c-column-links1 > ul li a {
    color: #006990;
    float: left;
    font-size: 12px;
    font-weight: normal;
}

.drop-one1 .b1 {
    background: transparent url("https://www.vmware.com/files/templates/images/bg-drop-one-bottom.png") no-repeat scroll 0 0;
    display: none;
    height: 113px;
    width: 408px;
}

.clear {
    clear: both;
}

#keyword
{
    border: 1px solid #A0A0A0;/*To fix border missing issue*/
}

.vcg-btn{
	border-radius: 5px !important;
	border: 0px none;
	color: rgb(255, 255, 255);
	background-image: linear-gradient(to bottom, rgb(78, 183, 219) 0px, rgb(59, 160, 193) 60%, rgb(43, 117, 178) 100%); 
	font-size: 20px;
}

.vcg-reset-btn{
    border-radius: 5px;
    border: 1px solid rgb(188,188,188);
    color: rgb(51,153,204);
    background-image: linear-gradient(to bottom, rgb(253,253,253) 0px, rgb(239,239,239) 60%, rgb(228,228,228) 100%);
    font-size: 20px;
}

.nav > li > a:focus{
    background-color: #717074 !important;
}
#account_login_left_container #login_fields .login_input input {
    border: 1px solid #999;
    margin:0;
    width: 360px;
}
#account_login_container #email{
    border: 1px solid #999;
}
#account_login_container {
    width: 250px;
    float: left;
}
.vcg-contact-us {
  transform: rotate(270deg);
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box !important;
  height: 65px !important;
  border-radius: 5px !important;
  box-shadow: -3px 0px 15px 6px grey !important;
}
.zh_CN-label{
  height: 90px !important;
}

.thin_tbl_tr{
text-align: left !important;
border-bottom: 1px solid #d0d0d0 !important;
border-top: 1px solid #d0d0d0 !important;
}

.thin_tbl_td{
text-align: left !important;
border-bottom: 1px solid #d0d0d0 !important;
border-top: 1px solid #d0d0d0 !important;
}

.thin_tbl_td2{
text-align: left !important;
border-bottom: 1px solid #d0d0d0 !important;
border-top: 1px solid #d0d0d0 !important;
font-weight: bold !important;
}

.thin_tbl_footnotes{
text-align: left !important;
border-bottom: 1px solid #d0d0d0 !important;
border-top: 1px solid #d0d0d0;
padding-left:30px !important;
}

.thin_tbl_main{
padding-left:17px !important;
font-weight:bold !important;
font-size:1.2em !important;
padding-top:10px !important;
padding-bottom:10px !important;
}


.thin_tbl_footnotes_span{
display: inline-block;
float: left;
}

#content-right #secondary-navigation ul li {
    padding: 7px 25px 7px 37px;
}
.vasa_turnoffscroll {
    font-size: 12px !important;
}
.vasa_backtop {
    font-size: 12px !important;
}

.note_highlight{
    background-color: #FFFF99;
}
.vmscsub li{
    margin:5px 0px;
}

.vmscsub {
list-style-type: square;
}
td.thin_tbl_td.extra {
    padding-left: 4% !important;
}
td.thin_tbl_td2.custom_space {
    padding-left: 23% !important;
}
.wcp_plugin_new {
    width:100%;
}

#search_results_table .wcp_plugin_new tr {
    border: none;
}
#search_results_table .wcp_plugin_new td {
    width: 50%;
    padding-left: 0px;
}

.show_descending_Partner_Name, .show_ascending_Partner_Name, .show_descending_Product_Name, .show_ascending_Product_Name,
.show_descending_Product_Version, .show_ascending_Product_Version, .show_descending_Platforms, .show_ascending_Platforms{
    padding-left: 3px;
}

.show_descending_Partner_Name img, .show_ascending_Partner_Name img, .show_descending_Product_Name img, .show_ascending_Product_Name img,
.show_descending_Product_Version img, .show_ascending_Product_Version img, .show_descending_Platforms img, .show_ascending_Platforms img{
 height:9px;
 width:10px;
}
/*
VIVA CHANGES  
*/
div#login_header.login_header_pc {
    font-size: 13px !important;
}

div#account_login_left_container.viva_login_centralized {
    float: none;
    margin: auto;
    border: 1px solid #999;
    width: 40%;
    border-radius: 28px;
}

div#account_login_left_container.viva_login_centralized .login_input input{
    width:331px !important;
}


#div_login_viva input.btn.btn-primary.btn-block.viva_login {
    width: 87%;
}
.viva_no_result{
    font-family: 'metropolislight',arial, helvetica, sans serif;
    font-size: 26px;
    font-weight: bold;
    color: red;
    background: #EEEEEE;
    display: table-row !important;
    width: 98%;
    float: left;
    padding: 9px;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
}

#viva_transaction_id_main{
background: #666666;
font-size: 13px;
border-radius: 4px;
padding: 10px;
margin-right: 26px;
color: white;
}
/*
VIVA CHANGES  
*/
.eol_legend:before {
    content: "\25A0 ";
    color: #FF3333;
    font-size: 170%;
}

.eol_preview_legend:before {
    content: "\25A0 ";
    color: #FFA500;
    font-size: 170%;
}

/*
 * END
 */
#no_result_eol_eos{
    cursor: pointer;
}

#search_results_table_body > #vvols_tr:nth-child(4n-1) {
    background-color: #E9F0F7 !important;
}
#search_results_table_body > #vvols_tr:nth-child(4n) {
    background-color: #E9F0F7 !important;
}
#search_results_table_body > #vvols_tr:nth-child(even) {
    background: none ;
}
#vvols_feature_release_table{
	width:50%;
	color:#464547;
}
#vvols_feature_release_table th{
	background:#464547;
	border:1px solid #464547;
}
#vvols_feature_release_table td{
	border:1px solid #999999;
}
#vvol_show_more_details td {
text-align: center;
font-weight: bold;
}
#vvols_feature_release_table tbody > tr:nth-child(odd) {
    background-color:#E9F0F7;
}
#vvols_feature_release_table tbody > tr:nth-child(even) {
    background-color:#FFFFFF;
}
.gradient-hr{
	position:inherit !important;
}

#vvol_srm_esxi_table{
	width:100%;
}
#vvol_srm_esxi_table tr{
	border:none;
}
#vvol_srm_esxi_table tr td#srm_vvol_esxi{
	width:20%;
	font-weight:bold;
}

#vvol_srm_esxi_table tr td#srm_vvol{
	width:80%;
	padding: 0px;
}

.audit_pdp_url , .audit_seperator {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 6px;
	font-weight: bold;
}
#account_login_left_container{
	margin-bottom: 0px;
	width:407px;
}

div#account_login_center_container_new {
    padding: 0 25px 0;
}

.myvmware_login_button{
	text-align:center;
}
#left-block{
	width: 50%;
    float: left;
}
#right-block{
	width:50%;
	float:left;
	margin-top: 13%;
}
.myvmware_login_button button{
	width: 88%;
    font-size: 16px;
    height: 34px;
}
.myvmware_login_header {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}
.login_seperator{
	display: block;
    height: 100%;
    width: 0.5px;
    border-left: 1px solid #adadad;
    position: absolute;
    left: 48%;
}
.nic_rdmanic_seperator{	
	display: block;
    margin-top: 11px;
}
span.rdmanic_search_details {
    display: block;
    margin-top: 11px;
}
.rdmanic_search_details span {
    font-weight: bold;
}
.nic_model_searchsite{
	font-weight: bold;
}
table.psp_app_new tr {
    border: none !important;
}

.modal-backdrop.show {
    opacity: .8 !important;
}

#container #content-container {
	box-shadow: none !important;
}


.emergency-notification{
	background-color: #c21d00;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom:18px;
}
.emergency-notification a {
    color: white;
}

.nsxv_eol_message {
    padding: 13px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border: solid 1px #8888;
    background-color: yellow;
    margin-top: 4px;
    margin-bottom: 4px;
}

div#custome-message {
    margin-bottom: 8px;
}
/*VSAN ESA CSS*/

span.vsan_esa_step1_active, span.vsan_esa_step2_active, span.vsan_esa_step3_active {
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    margin: 4px;
    background-color: #1c4289;
    border-radius: 10px;
    font-size: 12px;
    color: white;
}

span.vsan_esa_step1_inactive, span.vsan_esa_step2_inactive, span.vsan_esa_step3_inactive {
    display: inline-block;
    width: 30%;
    text-align: center;
    /* height: 28px; */
    vertical-align: middle;
    padding: 10px;
    margin: 4px;
    background-color: #EEEEEE;
    border-radius: 10px;
    font-size: 12px;
    color: #888888;
}

.vsan_esa_model_popup {
    text-align: center;
    width: 100%;
    padding: 11px;
}

.vsan_readynode_radio, .vsan_esa_readynode_radio {
    display: block;
    padding: 0px 7px 0px 7px;
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

#vsan_modal_content{
    border: 0px !important;	
}

#vsan_modal_header{
	text-align:center;
	display:block;
	background: #06344d;
    color: white;
}

h5#vSANPopupModalLabel {
    font-size: 16px;
    font-weight: bold;
}

#vsan_model_footer{
	padding: 1px;
	text-align: center;
    display: block;
}

#vsan_close_button{
	font-size: 12px;
}

.vsanesa_all_steps {
    padding: 5px 0px 5px 0px;
}

input#build_vsan_esa_readynode {
    float: right;
    margin: 0px 2px 0px 2px;
}
.search_heading_vsanesa {
  text-align: center;
  background-color: #c1c0c0;
  font-size: 15px;
  font-weight: bold;
}

element {

}
#container * {

    box-sizing: content-box !important;

}
.esa_host_conf {

    width: 100%;
    display: block;
    font-size: 15px;
}

.esa_hardware_refrence_link{
font-size: 12px;
font-weight: bold;
line-height: 24px;
}

.vsan_readynode_refrence_link{
font-size: 12px;
line-height: 24px;
}

.vsan_readynode_refrence_link a{
font-weight: bold;
}


#show_vsan_esa_readynode {
  float: right;
}

.result_vsanesa_core label,.result_vsanesa_socket label,.result_vsanesa_memory label,.result_vsanesa_no_storage_device label,.result_vsanesa_storage_cap label,.result_vsanesa_raw_storage_cap label,.result_vsanesa_network label,.result_vsanesa_network label{
    font-weight: bold;
    margin-right: 2px;
}

.result_vsanesa_core ,.result_vsanesa_socket ,.result_vsanesa_memory ,.result_vsanesa_no_storage_device ,.result_vsanesa_storage_cap ,.result_vsanesa_raw_storage_cap ,.result_vsanesa_network ,.result_vsanesa_network {
    display:block;
}

.vsanesa_td{
		width: 200px !important;
}

.vsanesa_table_hd{
	font-size: 14px;
	background-color: #dfdfdf;
	width: 142px !important;
	padding: 10px !important;
}

button#vsan_esa_startover,button#vsan_esa_modify,button#vsan_esa_print {
    margin: 0px 8px 0px 5px;
    float: right;
    font-size: 12px;
}
tr#vsan_esa_step3_buttons{
	background-color: #EEEEEE !important;
    border: none;
}

.esa_header_content {
    font-size: 24px;
    padding: 10px 10px 10px 0px;
    margin-bottom: 21px;
}

.vsan_esa_text1 {
    font-size: 14px;
    padding: 10px 10px 10px 0px;
}

.vsan_esa_text2 {
    font-size: 14px;
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    color: #5E6C84;
}

.vsan_esa_text3 {
    padding: 10px 10px 10px 0px;
 
}

.vsan_esa_text3 ul li {
    font-size: 14px !important;
}

.vsan_esa_table1_header {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
}

.vsan_esa_table1_content,#vsan_esa_heading_sizing_content,#vsan_esa_designconsidetation_content,#vsan_esa_performanceclass_content,#vsan_esa_enduranceclass_content {
    padding: 10px 10px 10px 0px;
}


.vsan_esa_table1_content table tr td , #vsan_esa_heading_sizing_content table tr td, #vsan_esa_designconsidetation_content table tr td,#vsan_esa_performanceclass_content table tr td,#vsan_esa_enduranceclass_content table tr td{
    border: 1px solid #c1c7d0 !important;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.vsan_esa_table1_content table tr ,#vsan_esa_heading_sizing_content table tr , #vsan_esa_designconsidetation_content table tr,#vsan_esa_performanceclass_content table tr,#vsan_esa_enduranceclass_content table tr  {
    border: 1px solid #c1c7d0 !important;
}


.vsan_esa_table1_content table,#vsan_esa_heading_sizing_content table , #vsan_esa_designconsidetation_content table ,#vsan_esa_performanceclass_content table,#vsan_esa_enduranceclass_content table{
    border: 1px solid #c1c7d0 !important;;
    width: 100%;
}

td.vsan_esa_hw_tb_heading {
    font-weight: bold;
    background-color: #f4f5f7;
}

div#vsan_esa_heading_device_guidance_title,#vsan_esa_performanceclass_title,#vsan_esa_enduranceclass_title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
}

.vsan_esa_table1_content {
    padding: 10px 10px 10px 0px;
}

div#vsan_esa_heading_device_guidance_content {
    padding: 10px 10px 10px 0px;
}

div#vsan_esa_heading_device_guidance_content {
    padding: 10px 10px 10px 0px;
}

div#vsan_esa_heading_device_guidance_content ul li {
    font-size: 14px;
}
div#vsan_esa_heading_sizing_title {
    padding: 10px 10px 10px 0px;
    font-size: 16px;
    font-weight: bold;
}

 #vsan_esa_heading_sizing_content table tr td ul li{
 	font-size: 14px;
 }

#vsan_esa_heading_sizing_content table tr td.vsan_esa_heading_sizing_content_table_td {
    text-align: left;
}

div#vsan_esa_designconsidetation_title {
    padding: 10px 10px 10px 0px;
    font-size: 16px;
    font-weight: bold;
}

.vsanesa_table_detail_hd1 {
    font-size: 14px;
    background-color: #dfdfdf;
    width: 140px !important;
    padding: 10px !important;
}
.vsanesa_table_hd {
    font-size: 14px;
    background-color: #dfdfdf;
    width: 155px !important;
    padding: 10px !important;
}

.vsanesa_table_hd1 {
    font-size: 14px;
    background-color: #dfdfdf;
    width: 300px !important;
    padding: 10px !important;
}

.no_esa_readynode_found_buttons{
	margin: 8px;
    width: 100%;
    float: right;
}

.no_esa_readynode_found {
  	font-weight: bold;
    font-style: italic;
    text-align: center !important;
    float: left;
    width: 100%;
    padding: 13px 0px 13px 0px;
    background-color: #E9F0F7;
}


#show_vsan_esa_readynode_reset,#show_vsan_esa_readynode_startover{
	float:right;
	margin-right: 1%;
}

#build_vsan_esa_readynode_reset{
	float:right;
	margin-right: 1%;
}
/*VSAN ESA CSS*/

#newfeedback-form-button-wrapper {
    float: right;
    height: 1px;
    position: fixed;
    top: 290px;
    width: 100%;
    z-index: 190;
    display:none;
}

#feedback-form-button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: none repeat scroll 0 0 #0095d3;
	border-radius: 4px 0 0 4px;
	box-shadow: 0 5px 15px #000000;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	height: 80px !important;
	padding: 8px 10px;
	opacity: 0.6;
	display:none;
}


#feedback-form-button:hover {
	background: #006990;
	opacity: 1;
}

#feedback-form-button:hover {
	background: #006990;
	opacity: 1;
}


#newfeedback-form-button-wrapper * {
    box-sizing: content-box !important;
}

.header-component .hdr-wrapper{
	    position: relative !important;
	    height: auto !important;
}

body #container{
	padding-top: 0px !important;
}

.vsanesa_intro_text{
    margin-top: 1%;
    padding-left: 2px;
}

span.vsanesa_head_1,span.vsanesa_head_2,span.vsanesa_head_3,span.vsanesa_head_4 {
    font-size: 14px;
}

.vsanesa_bottom_block{
    font-size: 14px;
}

.vsanesa_bot_head_1,.vsanesa_bot_head_2{
	padding-bottom: 5px;
    display: inline-block;
    font-weight: bold;
}

.bot_main_content1 li {
    margin: 8px 0px 0px 0px;
}

.bot_main_content1 ul {
    padding-left: 20px;
}

span.vsanesa_head_2 {
    font-size: 20px;
    color: #006990;
}

span.step2_vsanosa {
    display: inline-block;
    margin-left: 3px;
}
	
span.step2_vsanosa_label {
    float: left;
}	
	
span.Endurance.\-.Drive.Writes.Per.Day\(DWPD\)_search_filter_title {
    font-size: 11px;
}

span.storage_link {
    display:inline-block;
    margin-top: 4px;
    margin-bottom: 12px;
    margin-left: 1px;
    font-weight: normal;
    font-size: 10px;
}

span.vsanesa_result_head_addtional {
    font-weight: bold;
    color:red;
}

.program_head_notification span {
    width: 100%;
    display: block;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
    background: #dddd67;
    padding: 6px 6px 6px 6px;
}

.program_head_notification {
    padding: 0 25px 0;
    margin-bottom: 7px;
}

.quick_filter_search {
	border: 1px solid;
    border-bottom: 0;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 4px);
    border-color: rgb(118, 118, 118);
}

.quick_search_filter_options {
	width: 100%;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 1px;
}

.quick_filter_search:focus-visible, .quick_search_filter_options:focus-visible {
	/* box-shadow: inset 0 0 0 1px #09f; */
	outline: 0;
	border: 1px solid rgb(0, 95, 204); 
}

