﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/*chrome打印PDF时隐藏链接*/
@media print {
  a[href]:after {
     content : none !important;
  }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Add */
tr.headerBgColor {
	background-color: #BFBFBF;
    /*
    background-color: rgb(53, 126, 189);
    color: white;
    */
}

/* 将bootstrap的默认字体改为微软雅黑 */
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei, 'Times New Roman', 'メイリオ', '宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}

.cls_ValidationSummary {
	background-color: #fffacd;
    color: #ff4500;
}

.cls_MSG {
	background-color: #f0f8ff;
    color: #0000cd;
}

.cls_unpass {
	background-color: #ffdab9;
}

.my_pre {
  padding: 0px !important;
  margin: 0 0 0px !important;
  font-size: 14px !important;
  line-height: 1.428571429 !important;
  color: #000000 !important;
  background-color: transparent !important;
  border-width: 0px !important;
  border-radius: 0px !important;
  font-family: Microsoft YaHei, "Times New Roman", "メイリオ", "宋体" , Tahoma, Helvetica, Arial, "宋体", sans-serif !important;
}