.ml20{
  margin-left: 20px;
}
.mr20{
  margin-right: 20px;
}
.mt20{
  margin-top: 20px;
}
.mb20{
  margin-bottom: 20px;
}
.loading{
  width:80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10000;
}
body {
	background-color: #dcdcdc;
}
.body{
   background: linear-gradient(180deg, #C1F9CE 0%, #F5F5F5 40%);
   background-repeat: no-repeat;
}
.align_center{
  display: flex;
  justify-content: center;
}
  .pageItem{
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
  }
  .pageItem .active{
    background-color: #ddd;
  }
  ul,li{
      list-style: none;
  }
.select2-container .select2-selection--single {
                height: 50px;
                line-height: 50px;
                border-radius: 15px;
                padding-left: 20px;
            }
    .select2-container--default .select2-selection--single .select2-selection__rendered
            {
                line-height: 50px;

            }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #5cb85c;
  }
