/* ISO Fits & Tolerances Styles */

#iso_main tr td.dtip label {
	/*padding-top:10px;*/
	border:0px;
	margin:0px;
	vertical-align:top;
	/*width:33%;*/
}
#iso_main tr td.dtip {
	color:#000;
	margin:0px;
	padding-right:0px;
	vertical-align:top;
}
#iso_main .fit_type {
	font-weight:bold;
	color: #33a8ba;
}
#iso_main #fit_type {
	font-weight:bold;
}

.stextbox{
	width:154px;
}
.ltextfield{
	border:0px;
	/* width:40px; */
	/* width:62px; */
	background-color:transparent;
}
.button{
	background-image:url(../layout/design/t.gif);
	background-repeat:repeat-x;
	background-position:center center;
	border:#999 1px solid;
	padding-left:20px;
	padding-right:20px;
	width:80px;
	text-align:center;
	line-height:18px;
}
.block, .block td, .block div, .block th, #validationPopup, #validationPopup th, validationPopup td, #validationPopup div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.select{
	z-index:-1 !important;
}

/* new styles 04-04-2013 */
body{
	padding:0;
	margin:0;
    overflow: hidden;
	/* background-color:#eee; */
}
.block {
	/* width: 500px; */
	width:550px;
	background-color: #ffffff;
	padding: 5px;
	height: auto;
	margin:0 auto;
}

.errorblock {
	/* width: 500px; */
	width:500px;
	background-color: #ffffff;
	/* padding: 5px; */
	height: auto;
	margin:0 auto;
}

.hc_title {
	margin: 0;
	padding: 0;
	color: #ooo;
	font-family: arial;
	/* font-weight: bold; */
	font-weight:normal;
	font-size: 20px;
	text-align: left;
	padding: 4px;
	border-bottom: #93bcd2 1px solid;
	margin-bottom:20px;
}

.std_links {
	background-color: #f8f8f8;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 12px;
}

.label {
	font-weight: bold;
}

.result_div {
	background-image:url(../layout/design/result_bg.png);
	background-repeat:repeat-x;	
	background-color: #f8f8f8;
	margin-top: 5px;
	height: 100px;
}
.defaultMsg_div{
	background-color: #f8f8f8;
	border: #a29164 1px solid;
	height:150px;
	line-height:150px;
	margin-top:20px;
}

.material_text {
	color: #848484;
	font-size: 15px;
	font-weight: normal;
	padding: 5px;
	padding-bottom: 20px;
}

.lhsVal {
	color: #000;
	font-size: 28px;
	font-weight: bold;
}

.lhsUnit {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.rhsVal {
	color: #2ca7b9;
	font-size: 28px;
	font-weight: bold;
}

.rhsUnit {
	color: #2ca7b9;
	font-size: 13px;
	font-weight: bold;
}

.equals {
	color: #000;
	font-size: 16px !important;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}
select{
	font-size:11px;
}
.clearanceFit{
	line-height:32px;
	color:#33a8ba;
	font-size:16px !important;
	font-weight:normal;
	text-align:left;	
	margin-left: 70px;
}
.headline {
	color: #000;
	font-size:16px;
	font-weight:normal;	
}
label{
	color: #000;
	font-size:12px;
	font-weight:bold;	
}
label.normal{
	color: #000;
	font-size:12px;
	font-weight:normal;	
}
.range{	
	background:url(../layout/design/alert_normal.png) no-repeat left bottom;
	padding-left:20px;
	height:35px;
	line-height:35px;
	/* width:223px; */
	width:255px;
	*width:223px;
	text-align:left;
	border-right:#ffb844 1px solid;
	display:inline-block; 
	*display:block;
	position:absolute;
	z-index:0;
	float:right;
	margin-top: 2px;
}

.rangeInval{	
	background:url(../layout/design/alert_error.png) no-repeat left bottom;
	padding-left:20px;
	height:35px;
	line-height:35px;
	width:252px;
	/* *width:223px; */
	text-align:left;
	border-right:red 1px solid;
	display:inline-block;
	*display:block;
	position:absolute;
	z-index:0;
	float:right;
	margin-top: 2px;
}
label.unitLabel{
	font-weight:normal;
}
.resVal{
	color:#35abb9;
	font-size:24px !important;
	font-weight:normal;
	text-align:right;
}
input.rounded{
	background: url(../layout/design/textbox.png) no-repeat left center;
	padding:0 11px;
	*padding:11px;
	width: 86px;
	width : 86px\9; 
	*width: 86px;
	border:none;
	height:41px;
	*height:24px;	
	line-height:41px;
	*line-height:20px;
	color:#ccc;
	font-weight:normal;
	outline: none;
}
input.roundedfocus {
	background: url(../layout/design/textbox_focus.png) no-repeat left center;
	padding:0 11px;
	*padding:11px;
	width: 86px;
	width : 86px\9; 
	*width: 86px;
	border:none;
	height:41px;
	*height:24px;	
	line-height:41px;
	*line-height:20px;
	color:#000;
	font-weight:normal;
	outline: none;
}

input.errorTB {
	background: url(../layout/design/textbox_err.png) no-repeat left center;
	padding:0 11px;
	*padding:11px;
	width: 86px;
	width : 86px\9; 
	*width: 86px;
	border:none;
	height:41px;
	*height:24px;	
	line-height:41px;
	*line-height:20px;
	outline: none;
}
input.errorTB:focus {
	background: url(../layout/design/textbox_err_focus.png) no-repeat left center;
	padding:0 11px;
	*padding:11px;
	width: 86px;
	width : 86px\9; 
	*width: 86px;
	border:none;
	height:41px;
	*height:24px;	
	line-height:41px;
	*line-height:20px;
	outline: none;
}
.colTheme td{
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;	
}
.colTheme td.noborder{
	border-bottom:0;	
}
.colheader{
	font-weight:bold;
	text-align:center;
}
.whtlabel{
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-left:8px;
}
.valign{
	vertical-align:top;
	*vertical-align:middle;
}
form{
	margin:0; *margin:0; margin:0/9;
	padding:0; *padding:0; padding:0/9;
}
/* body {
    border: 1px solid #33a8ba;
  } */

  .isoFit-footer {
    background: #393939 0 0 no-repeat padding-box;
    /* padding: 0 10px; */
    padding: 5px;
    width: auto;
    opacity: 1;
    min-height: 15px;
    height: auto;
    z-index: 1;
    color: #e4e4e4;
    display: flex;
    justify-content: space-between;
    font-family: Arial, Helvetica,
      sans-serif;
    font-size: 12px;
  }

  .isoFit-disclaimer {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  }

  .isoFit-disclaimer:hover {
    text-decoration: underline;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .disclaimerBox {
    width: 85%;
    background: #FFF;
    margin: 0 auto;
    border-radius: 6px;
    height: 90vh;
    font-family: Tahoma, Arial, sans-serif;
    position: relative;
  }

  .disclaimerBox h3 {
    color: #fff;
    background-color: #40adbe;
    font-size: 20px;
    text-indent: 22px;
    line-height: 54px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .disclaimerBoxContent {
    width: auto;
  }

  .disclaimerBoxContentDesc {
    margin-left: 23px;
    margin-right: 23px;
    font-size: 15px;
    line-height: 22px;
    padding-top: 0px;
    padding-bottom: 10px;
    /*  max-height: 200px;
    overflow-y: scroll; */
	overflow-y: auto;
    height: 55vh;

  }

  .disclaimerBoxContentText {
    font-weight: bold;
    padding-left: 20px;
    margin-top: -21px;
    margin-top: -26px \9;
    display: block;
  }

  .disclaimerBoxCheckBox {
    margin-left: -4px;
    z-index: 100;
  }

  .disclaimerBoxContentBtns {
    float: right;
    margin-right: 24px;
    margin-top: 15px;
    height: 33px;
  }

  .disclaimerBoxCustomPrimaryBtn {
    border: 1px solid #0695AA;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px;
    background: #40ADBE;
    cursor: pointer;
  }

  .disclaimerBoxCustomPrimaryBtnDisabled {
    background: #ddd;
    color: #EFEFEF !important;
    border: 1px solid #DAD4D4;
    cursor: default;
  }

  .disclaimerBoxCustomSecondaryBtn {
    border: 1px solid #34A7B8;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    padding: 8px 20px;
    margin: 5px;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
  }

  .disclaimerCloseIcon {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 26px;
  }

  .disclaimerDivider {
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: none;
  }

  .disclaimerBoxContentDesc::-webkit-scrollbar {
    width: 4px;
  }

  .disclaimerBoxContentDesc::-webkit-scrollbar-thumb {
    background: #49b1bb;
    border-radius: 4px;
  }

  .disclaimerBoxContentDesc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #b4b4b4;
    border-radius: 4px;
  }
  
   .disclaimerFooterSection {
    position: absolute;
    width: 100%;
    right: 0px;
    bottom: 0px;

  }