body {
    color: #000;
    font-family: 'Microsoft Yahei', Arial;
    padding: 0px;
    margin: 0px;
    background-color:#eaeff5;
}

body > .container-fluid {
    padding: 0;
}

label {
    font-weight: normal;
    margin:0;
}

ul{
    list-style:none;
}
span.line_message{
    color:#f00;
}
.radio-inline{
    padding-left:0;
}
span.required:before {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #f00;
    content: "*";
}

/* Form input sizing */
.input-mini {
  width: 45px !important;
}

.input-xsmall {
  width: 80px !important;
}

.input-small {
  width: 120px !important;
}

.input-medium {
  width: 240px !important;
}

.input-large {
  width: 320px !important;
}

.input-xlarge {
  width: 480px !important;
}

/***
Customized Bootstrap Labels
***/
.label.label-sm {
  font-size: 12px;
  padding: 0px 4px 1px 4px;
}

/*隐藏ie浏览器自带的清除input值的按钮*/
input::-ms-clear { display: none; }
/*解决IE下a标签点击有虚线边框的问题*/
a:focus{outline:none;}

/*自定义样式*/
.padding-0 {
    padding: 0px !important;
}
.margin-0{
    margin:0px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-5 {
    margin:5px !important;
}
.margin-left-5 {
   margin-left:5px !important; 
}
.margin-right-5 {
   margin-right:5px !important; 
}
.margin-right-10 {
   margin-right:10px !important; 
}
.margin-bottom-5 {
    margin-bottom:5px !important;
}
.margin-bottom-10 {
    margin-bottom:10px !important;
}
.none {
  display: none; 
}
.block {
  display: block; 
}
.text-left{
    text-align:left !important;
}
.text-center{
    text-align:center !important;
}
.text-right{
    text-align:right !important;
}
.scroll .ui-dialog-content {
  overflow-x: hidden;
  overflow-y: auto; }

/*loading*/
@-webkit-keyframes loading-2{
	0%{
		transform:scaleY(1);
		-moz-transform:scaleY(1);
		-webkit-transform:scaleY(1);
	}
	50%{
		transform:scaleY(.4);
		-moz-transform:scaleY(.4);
		-webkit-transform:scaleY(.4);
	}
	100%{
		transform:scaleY(1);
		-moz-transform:scaleY(1);
		-webkit-transform:scaleY(1);
	}
}

.loading-2 i{display:inline-block;width:4px;height:35px;border-radius:2px; background:#fff;margin:0 2px;}
.loading-2 i:nth-child(1){
	-webkit-animation:loading-2 1s ease-in .1s infinite;
	-moz-animation:loading-2 1s ease-in .1s infinite;
	animation:loading-2 1s ease-in .1s infinite;
}
.loading-2 i:nth-child(2){
	-webkit-animation:loading-2 1s ease-in .2s infinite;
	-moz-animation:loading-2 1s ease-in .2s infinite;
	animation:loading-2 1s ease-in .2s infinite;
}
.loading-2 i:nth-child(3){
	-webkit-animation:loading-2 1s ease-in .3s infinite;
	-moz-animation:loading-2 1s ease-in .3s infinite;
	animation:loading-2 1s ease-in .3s infinite;
}
.loading-2 i:nth-child(4){
	-webkit-animation:loading-2 1s ease-in .4s infinite;
	-moz-animation:loading-2 1s ease-in .4s infinite;
	animation:loading-2 1s ease-in .4s infinite;
}
.loading-2 i:nth-child(5){
	-webkit-animation:loading-2 1s ease-in .5s infinite;
	-moz-animation:loading-2 1s ease-in .5s infinite;
	animation:loading-2 1s ease-in .5s infinite;
}

/* pageSearch loading */.background-mask {
    display: none;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    cursor: wait;
    position: absolute;
    background-color: rgb(0, 0, 0);
}.loading-position {
    z-index: 99999; 
    position: absolute; 
    padding: 0px; 
    margin: -50px 0px 0px -50px; 
    width: 100px; 
    top: 50%; 
    left: 789px; 
    text-align: center; 
    color: rgb(0, 0, 0); 
    border: none; 
    cursor: wait; 
    height: 100px;
}.pageSearch-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    z-index: 99998;
    opacity: 1;
}.mvBox{height:15px; background:#F5FAFD url(../img/pageSearch-loading2.jpg) no-repeat left center; width:471px; position:absolute; padding:0 30px; margin:0 auto;left: 32%;top: 58%;}
.mvBtn{position:absolute; left:50px; top:0;}
.mvTxt{height:50px; line-height:50px; width:531px; text-align:center; font-size:30px; color:#29B6FF; font-family:Arial; margin:0 auto;position: absolute;left: 32%;top: 50%;}


table thead .sorting {
    background: url('/Content/img/datatables/images/sort_both.png') no-repeat center right;
    cursor: pointer;
    padding-right: 12px;
    width: 15px;
    height: 15px;
    float: right;
}
table thead .sorting.asc {
    background: url('/Content/img/datatables/images/sort_asc.png') no-repeat center right; }
table thead .sorting.desc {
    background: url('/Content/img/datatables/images/sort_desc.png') no-repeat center right; }
table thead .reset-sorting {
    color: #dcdcdc;
    float: left;
    margin-top: 3px;
    cursor: pointer;
}

/***
Select2 Plugin
***/
/*.form-control .select2-choice {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
  height: 34px;
  padding: 3px 0 0px 12px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
}

.select2-drop {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  border-top: 0;
}

.select2-drop-auto-width {
  border-top: 1px solid #e5e5e5;
}

.select2-drop.select2-drop-above {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop-active {
  border: 1px solid #999999;
  border-top: 0;
}

.select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: #fff;
  filter: none;
  border-left: 1px solid #e5e5e5;
}

.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
  border-left: 0 !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 1px;
}

.select2-search input {
  border: 1px solid #e5e5e5;
  background-color: #fff !important;
  filter: none;
  margin: 0;
  outline: 0;
  border: 1px solid #e5e5e5;
  webkit-appearance: none !important;
  color: #333333;
  outline: 0;
  height: auto !important;
  min-height: 26px;
  padding: 6px 6px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}

.form-control.select2-container {
  border: 0;
  height: auto !important;
  padding: 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #999999 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open .select2-choice {
  border-bottom: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999999 !important;
  border-top: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #999999 !important;
  border-bottom: 0 !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  margin: 5px 0;
}

.select2-results .select2-highlighted {
  background: #eee;
  color: #333;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 3px 7px 4px;
  background: #f4f4f4;
  display: list-item;
}

.select2-container-multi .select2-choices {
  padding-left: 6px;
  min-height: 34px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 5px 0 3px 5px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}*/
