body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

#SWHTable td.left 
{
  width: 150px;    
   
}


/* New */

#estimate-content {display:none;}

/* Overlay */
#simplemodal-overlay {
  /* background-color: #000; */
  
  
}

/* Container */
#simplemodal-container 
{
    overflow:scroll;
     font: 12px/22px verdana, arial, sans-serif;
 /* height: 560px;*/
 height:700px;
/* height:750px;
 /* width: 700px;*/
 width:850px;
  color: #333;
  background-color: #FFF;
  border: 4px solid #444;
  padding: 12px;
}

#simplemodal-container .simplemodal-data {
  padding: 8px;
}

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
  
}

#simplemodal-container a {
  color: #ddd;
}

#simplemodal-container a.modalCloseImg {
  background: url(../images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200; 
  position:relative;
  top: -15px;
  right: -16px;
  cursor:pointer;
  
}

#simplemodal-container h3 {
  color: #84b8d9;
}

#simplemodal-container img {
  /* background: url(../img/softwarehouse-header.jpg) no-repeat; */

  top: 0px;
  right: 0px;
}

#SWHSpecsTable {
  margin: 10px 0px 10px 15px;
  padding: 0px;
	width: 95%;
	box-shadow: 5px 5px 2px #888888;
	border: 1px solid #000000;
	
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

#SWHSpecsTable table{
	width: 100%;
	height: 100%;
	margin: 0px;
  padding: 0px;
}

#SWHSpecsTable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#SWHSpecsTable table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

#SWHSpecsTable table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

#SWHSpecsTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#SWHSpecsTable tr:hover td{
	
}

#SWHSpecsTable tr:nth-child(odd) {
  background-color: #e5e5e5;
}

#SWHSpecsTable tr:nth-child(even) {
  background-color:#ffffff;
}

/* #SWHSpecsTable td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
} */

#SWHSpecsTable td.left {
  width: 150px;
  font-weight: bold;
  
}


#SWHSpecsTable tr:last-child td{
	border-width: 0px 1px 0px 0px;
}

#SWHSpecsTable tr td:last-child{
	border-width: 0px 0px 1px 0px;
}

#SWHSpecsTable tr:last-child td:last-child{
	border-width: 0px 0px 0px 0px;
}

#SWHSpecsTable tr:first-child td.titled {
	background: -o-linear-gradient(bottom, #dddddd 5%, #dddddd 100%);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #dddddd) );
	background: -moz-linear-gradient( center top, #dddddd 5%, #dddddd 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");
  background: -o-linear-gradient(top,#005fbf,005fbf);
	
	background-color: #98363B
	border: 0px solid #000000;
	text-align: left;
	border-width: 0px 0px 1px 1px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

/* #SWHSpecsTable tr:first-child:hover td {
	background:-o-linear-gradient(bottom, #005fbf 5%, #005fbf 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #005fbf) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #005fbf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#005fbf");
  background: -o-linear-gradient(top,#005fbf,005fbf);
	background-color:#005fbf;
} */

#SWHSpecsTable tr:first-child td:first-child{
	border-width: 0px 0px 1px 0px;
}

#SWHSpecsTable tr:first-child td:last-child{
	border-width: 0px 0px 1px 1px;
}

.font
{
	font: Arial, Helvetica, sans-serif; 
		font-size:16px; 
		line-height:20px; 
		color:#2773BA; 
		
		text-decoration: none;
	
	
}
 
 .t {
        height:17px;
        padding:0;
        height: 20px;
        display: inline-block;
		width:150px;
    }
    .button {
  padding:5px;
  background-color: #dcdcdc;
  border: 1px solid #666;
  color:#000;
  text-decoration:none;
}
.TdSpace
 {
       
    padding-left :20px;
        
 }

.pageTitle {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: left;
	background-color: white;
	margin-top: 1px;
	font-size: 36px;
	color: #00549e;
}






