.red{
  color:#ed5565;
}
.blue{
  color:#337ab7;
}
.yellow{
  color:#ffb000;
}
.green{
  color:#3fff00;
}
a.red,a.blue{
  text-decoration: underline;
}

hr{
  margin-top:10px;
  margin-bottom:10px;
}

@media (max-width: 1000px) {
  .welcome-message {
    display: none !important;
  }
}
@media (min-width: 320px){
  .navbar-left {
     float: left;
  }
  .navbar-right {
    float: right;
  }
}

.width_50{
  width: 50px;
  min-width:50px;
}
.width_60{
  width: 60px;
  min-width:60px;
}
.width_80{
  width: 80px;
  min-width:80px;
}
.width_120{
  width: 120px;
  min-width:120px;
}
.width_140{
  width: 140px;
  min-width:140px;
}
.width_180{
  width: 180px;
  min-width:180px;
}
.width_200{
  width: 200px;
  min-width:200px;
}
.width_250{
  width: 250px;
  min-width:250px;
}

/*特定格式*/
.select2-container.select2-container--default.select2-container--open{
  z-index: 99999;
}
.select2.select2-container.select2-container--default{
  width: 100% !important;
}
.select2-container--default .select2-selection--single{
  border:0 !important;
}
.select2,.select2-container{
  padding:2px 0px 0 3px !important;
}
mdr-select2{
  padding:0 !important;
}