div.model_tree {
	height:auto;
	overflow: auto;
	background-color: white;
}

#tree  .ui-helper-hidden {
  display: none;
}

#tree  .fancytree-container:focus {
  outline: none;
}

#tree  ul.fancytree-container >li {
  width: 100%;
}

#tree  ul.fancytree-container >li >ul { /* don't indent level-2 nodes */
  	padding: 10px 0 10px 25px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#tree  span.fancytree-node.fancytree-folder > span.fancytree-icon {
  	background: none;
    margin-left: -16px;
}

#tree  span.fancytree-title {
	font-size:14px;
}
#tree  ul.fancytree-container >li >.fancytree-node .fancytree-title{
    background: none;
    color: #000000;
}

/* Hide icons and expanders for top-level nodes*/
#tree  ul.fancytree-container >li >.fancytree-node .fancytree-icon,
#tree  ul.fancytree-container >li >.fancytree-node .fancytree-expander
#tree  ul.fancytree-container >li >ul >li >span.fancytree-node span.fancytree-expander
{
  display: none;
}

#tree  span.fancytree-focused span.fancytree-title {
    outline: 0px;
}

/* #tree  span.fancytree-active span.fancytree-title, */
#tree  pan.fancytree-selected span.fancytree-title {
   background: none;
}


#tree  span.fancytree-active .fancytree-title, span.fancytree-selected .fancytree-title {
    color: #fff;
    background: -webkit-linear-gradient(top, #248fd1 0%, #248fd1 100%);
    background: -o-linear-gradient(top, #248fd1 0%, #248fd1 100%);
    background: -ms-linear-gradient(top, #248fd1 0%, #248fd1 100%);
    background: linear-gradient(to bottom, #248fd1 0%, #248fd1 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248fd1', endColorstr='#248fd1', GradientType=0);
}

span.fancytree-active span.fancytree-title, span.fancytree-selected span.fancytree-title{
	background-color:#fff;
}
#tree  .fancytree-exp-n span.fancytree-expander,
#tree  .fancytree-exp-nl span.fancytree-expander {
  background-image: none!important;
  cursor: default;
}
.point{
cursor: pointer;
}
#tree  span.fancytree-expander {
    vertical-align: middle;
}

#tree .ui-helper-hidden {
  display: none;
}

#tree .fancytree-container:focus {
  outline: none;
}

#tree ul.fancytree-container {
  border: none;
  width: 100%;
}
#tree ul.fancytree-container >li {
  width: 100%;
}

#tree ul.fancytree-container >li >ul { /* don't indent level-2 nodes */
  	padding: 10px 0 10px 25px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#tree ul.fancytree-container >li >.fancytree-node {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    height: 31px;
    line-height: 31px;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2px 0 15px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    border-bottom: #e6e6e6 solid 1px;
    cursor: default;
}

#tree span.fancytree-ico-c> span.fancytree-icon{
	/* background: none;
	margin-left:-16px; */
	background: none;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color:#248fd1;
}
#tree span.fancytree-ico-c> span.fancytree-icon:before{
    content: "\e121";
}
/* Hide icons and expanders for top-level nodes*/
#tree ul.fancytree-container >li >.fancytree-node .fancytree-icon,
#tree ul.fancytree-container >li >.fancytree-node .fancytree-expander
#tree ul.fancytree-container >li >ul >li >span.fancytree-node span.fancytree-expander
{
  display: none;
}

#tree span.fancytree-focused span.fancytree-title {
    outline: 0px;
}



#tree .fancytree-exp-n span.fancytree-expander,
#tree .fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}

#tree span.fancytree-expander {
    vertical-align: middle;
}
.product_news1 { width:64px; height:38px; position:absolute; top:50px; right:10px;}
#tree >ul >li.fancytree-lastsib{border-bottom:1px solid #e6e6e6}
.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
caption {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size:14px;
    /* background-color: #efefef; */
    color: #737573;
}
th {
    text-align: center;
}
.see_table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #f9f9f9;
    font-size: 10px;
}
table thead{
	background-color: #f5f5f5;

}

/* .footer{
	width: 100%;
	height: auto;
	height:42px;
	line-height:42px;
	background: #404143;
 	color: #FFF;
    font-size: 14px;
    text-align: center;
} */
.treeTitle {
    border: 1px dotted #e6e6e6;
    border-bottom: none;
    height: 50px;
    /* #f5f5f5 */
    background-color: #f7f7f7;
  	 font-family: "Microsoft Yahei",arial,"\5b8b\4f53";
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color:#333333;
    /* color:#fff; */
    /* background: #e60012!important; */
}

.table-hover{
	background-color:#B5BEDE;
}
#os_partsModel_table tbody a{
	float:left;
	line-height:27px;
}

.table tbody tr td{
     vertical-align: middle;
     white-space: nowrap;
}
/* a,#upDownTitle{
    font-family: "Microsoft Yahei",arial,"\5b8b\4f53";
} */
/* ul.fancytree-container{
    font-family: "Microsoft Yahei",arial,"\5b8b\4f53";
}

.header-top .nav-bar .navbar-nav > li {
	font-family: "Microsoft Yahei",arial,"\5b8b\4f53";
} */
.tab_font_color{
	font-size:14px;
}
.glyphicon-repeat{
	cursor: pointer;
	 color:#248fd1;
}
/* .nav-tabs > li.active > a{
	color:#e60010;
} */
/* a:hover {
	color: #e60213;
} */
a{
	color: #248fd1;
    text-decoration: none;
    cursor: pointer;
}
#osSearchBtn{background-color:#e60012!important;}
#osPartsSearchBtn{background-color:#e60012!important;}
#osServiceSearchBtn{background-color:#e60012!important;}
.newBtn{display:block;width:90px;height:32px;border:none;background:#999;color:#fff;float:left;float: right; margin-left: 3px;}
.footer {
    width: 100%;
    height: auto;
    background: #404143;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    bottom: 0px;
    position: fixed;
}
.footerInnerBox {
    max-width: 1232px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: #939392;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 15px;
     width: 100%;
    height: auto;
}
.footerLine {
    width: 100%;
    height: 0px;
    padding-top: 18px;
    border-top: 1px solid #686868;
}
#os_partsModel_table img{
	max-width:45px;
	max-height:30px;
}





#tree2  .ui-helper-hidden {
  display: none;
}

#tree2  .fancytree-container:focus {
  outline: none;
}

#tree2  ul.fancytree-container {
  border: none;
  width: 100%;
  /* overflow: hidden; */
  padding:0px;
}
#tree2  ul.fancytree-container >li {
  width: 100%;
}

#tree2  ul.fancytree-container >li >ul { /* don't indent level-2 nodes */
  	padding: 10px 0 10px 25px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#tree2  span.fancytree-node.fancytree-folder > span.fancytree-icon {
  	background: none;
    margin-left: -16px;
}

#tree2  span.fancytree-title {
	font-size:14px;
}

#tree2  ul.fancytree-container >li >.fancytree-node {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    font-size:14px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2px 0 15px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    border-bottom: #e6e6e6 solid 1px;
    cursor: default;
}

#tree2  ul.fancytree-container >li >.fancytree-node .fancytree-title{
    width: 100%;
    background: none;
    color: #000000;
}

/* Hide icons and expanders for top-level nodes*/
#tree2  ul.fancytree-container >li >.fancytree-node .fancytree-icon,
#tree2  ul.fancytree-container >li >.fancytree-node .fancytree-expander
#tree2  ul.fancytree-container >li >ul >li >span.fancytree-node span.fancytree-expander
{
  display: none;
}

#tree2  span.fancytree-focused span.fancytree-title {
    outline: 0px;
}

/* #tree  span.fancytree-active span.fancytree-title, */
#tree2  pan.fancytree-selected span.fancytree-title {
   background: none;
}


#tree2  span.fancytree-active .fancytree-title, span.fancytree-selected .fancytree-title {
    color: #fff;
    background: -webkit-linear-gradient(top, #248fd1 0%, #248fd1 100%);
    background: -o-linear-gradient(top, #248fd1 0%, #248fd1 100%);
    background: -ms-linear-gradient(top, #248fd1 0%, #248fd1 100%);
    background: linear-gradient(to bottom, #248fd1 0%, #248fd1 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248fd1', endColorstr='#248fd1', GradientType=0);
}
#tree2  .fancytree-exp-n span.fancytree-expander,
#tree2  .fancytree-exp-nl span.fancytree-expander {
  background-image: none!important;
  cursor: default;
}
#tree2  span.fancytree-expander {
    vertical-align: middle;
}

#tree2 .ui-helper-hidden {
  display: none;
}

#tree2 .fancytree-container:focus {
  outline: none;
}

#tree2 ul.fancytree-container {
  border: none;
  width: 100%;
  overflow: visible;
}
#tree2 ul.fancytree-container >li {
  width: 100%;
}

#tree2 ul.fancytree-container >li >ul { /* don't indent level-2 nodes */
  	padding: 10px 0 10px 25px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#tree2 ul.fancytree-container >li >.fancytree-node {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    height: 31px;
    line-height: 31px;
    border: 1px solid #e6e6e6;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2px 0 15px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    border-bottom: #e6e6e6 solid 1px;
    cursor: default;
}

#tree2 ul.fancytree-container >li >.fancytree-node .fancytree-title{
  width: 100%;
}

#tree2 span.fancytree-ico-c> span.fancytree-icon{
	/* background: none;
	margin-left:-16px; */
	background: none;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color:#248fd1;
}
#tree2 span.fancytree-ico-c> span.fancytree-icon:before{
    content: "\e121";
}
/* Hide icons and expanders for top-level nodes*/
#tree2 ul.fancytree-container >li >.fancytree-node .fancytree-icon,
#tree2 ul.fancytree-container >li >.fancytree-node .fancytree-expander
#tree2 ul.fancytree-container >li >ul >li >span.fancytree-node span.fancytree-expander
{
  display: none;
}

#tree2 span.fancytree-focused span.fancytree-title {
    outline: 0px;
}



#tree2 .fancytree-exp-n span.fancytree-expander,
#tree2 .fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}

#tree2 span.fancytree-expander {
    vertical-align: middle;
}

.partsCompatibility_table{
	text-align:center !important;
}
.partsModelFilter_table{
	text-align:center !important;
}
#serviceModel{
	width: 80% !important;
	text-align:center !important;
	margin-left:10%;
	font:bolder;
	height:30px;
	/* background:#F5F5F9; */
}
#partName{
	width: 80% !important;
	text-align:center !important;
	margin-left:10%;
}
#partType,#cpuPlatform,#osVersion{
	width: 80% !important;
	text-align:center !important;
	margin-left:10%;
}
#osSearchResultDiv .dataTables_wrapper {    position: relative;    clear: both;    zoom: 1;    overflow-x: auto; }
#osSearchResultDiv table{    width: 800px; }
#servImg2 {

}
.osResultSpanDiv {
	vertical-align: middle;
}
.pcTable1Tr {
	height:40px;
	text-align:center;
}
.pcTable2Tr {
	height:30px;
	text-align:center;
}
.pcTable1Select {
	width:90%;
	height:30px;
	margin-left: 5%;
}

.pcTable1SelectTd2 {
	width:40%;
	height:30px;
}
.pcTable1SelectTd3 {
	width:30%;
	height:30px;
}
#pcOKBtn{background-color:#4CD964!important;}
#serviveFilterBtnDiv {
	margin-right: 20%;
}

#resultOfDissipation{
  width: 60%;
  flex-basis: auto;
  flex-grow: 1;
  height: 360px;
  float: left;
  border: 1px solid #dddddd;
  /* background-color: #f5f5f5; */
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  /* margin-left: 30px; */
  font-size: small;
}

.resultOffont{
  font-size: large;
}

#tableOfResult{
  width: 100%;
  text-align: left;
  /* cellspacing :10 */
  border-collapse: separate;
  border-spacing: 0px 15px;
}
#tableOfResult > tbody > tr > td{
  font-weight: 800;
  white-space: keep-all;
}

#tableOfResult > tbody > tr > td:nth-child(2){
  text-align: right;
  padding-right: 10px;
}

#tableOfResult > tbody > tr > td:nth-child(3){
  text-align: left;
  color: #686868;
  font-weight: 500;
  /* padding-left: 2px; */
}

#firstTable select > option:nth-child(1){
  /* display : none; */
}

select[disabled]{
  cursor:not-allowed;
  background-color:rgba(179, 176, 176, 0.185)
}

.ui-progressbar {

  position: relative;
}

table .ui-widget-header {
  border: 0px;
}

table .ui-widget-content {
  border: 0px;
}

.progress-label {
  position: absolute;
}

tr:nth-child(1) .ui-progressbar-value {
  background: rgba(82, 183, 250, 0.582);
}

tr:nth-child(2) .ui-progressbar-value {
  background: #f56c6c;
}

tr:nth-child(3) .ui-progressbar-value {
  background: #f56c6c;
}

.progressbar {
  background: #dddddd46;
  width: 100%;
  height: 10px;
}


#tree2 span.fancytree-ico-c span.fancytree-title{
  width: calc(100% - 38px);
  text-overflow: ellipsis;
  overflow: hidden;
}

#tree2 span.fancytree-ico-c:hover span.fancytree-title{
  width: auto;
  overflow:visible;
  background-color: white;
  color: #248fd1;
}

#tree2 span.fancytree-ico-ef span.fancytree-title ,#tree2 span.fancytree-ico-cf span.fancytree-title {
  width: calc(100% - 18px);
  text-overflow: ellipsis;
  overflow: hidden;
}

#tree2 ul li ul span.fancytree-ico-ef span.fancytree-title:hover, #tree2 ul li ul span.fancytree-ico-cf span.fancytree-title:hover{
  width: auto;
  overflow:visible;
  background-color: white;
}

#range {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #99CCFF;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
  width: 30px;
  left: -6px;
}

input:focus{
  outline: none;
  color:rgb(116, 116, 116);
}

#resultRate{
  -webkit-text-fill-color: rgb(20, 202, 130);
}

button{
  width: 80px;
  height: 30px;
  border:none;
  border-radius: 2px;
  color:white;
  z-index:99;
  background-color: #68696b;
}

button:hover{
  background-color: #848588 !important;
}

#tree2  span.fancytree-active .fancytree-title, span.fancytree-selected .fancytree-title {
    color: #248fd1;
    background: white;
}
.glyphicon.glyphicon-question-sign{
  color: #248fd1;
  font-size: smaller;
}

.glyphicon.glyphicon-question-sign:hover{
  cursor: help;
}

#displayDiv{
  position: absolute;
  width: auto;
  height: auto;
  background-color: cornsilk;
  z-index: 2000;
  padding: 5px 10px 5px 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: smaller;
  font-weight: 500;
  border-radius: 8px;
}

.pcTable1Tr td:nth-child(3) span{
  text-align: left;
}

#firstTable td:nth-child(4) select{
  display: inline-block;
  width: 80%;
  margin-right: 2px;
}

#firstTable tbody td:nth-child(4){
  text-align: left;
}
