/* General */

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

h1 {
  color: #666666;
}

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;
}


/* 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: 130px;
}
#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;
}

#cpuevc_matrix_button {
  cursor: pointer;
  padding-right:14px;
}

#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;
}

#cpuevc_matrix_button {
    vertical-align: top !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;
}

/* 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;
    padding-left:75px;
}

#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%;
    font-family: "proxima-nova","Arial",sans-serif !important;
    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("http://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("http://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: 337px; /*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 375px;
}
.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 860px;
	/* 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: 588px;
    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 10px 15px;
    padding: 0;
    padding-right:18px;
    color: #555;
    font-weight: 400;
    font-family: "proxima-nova",Verdana,Tahoma,Arial,sans-serif;
    font-size: 13px;
    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: "proxima-nova","Arial",sans-serif !important;
}

#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;
}
.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: 100;
}

.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("http://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("http://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*/
}

.nav > li > a:focus{
    background-color: #717074 !important;
}
#account_login_left_container #login_fields .login_input input {
    border: 1px solid #999;
    margin:0;
}
#account_login_container #email{
    border: 1px solid #999;
}
#account_login_container {
    width: 250px;
    float: left;
}
/*
 * END
 */

