.red{
  color:#ed5565;
}
.blue{
  color:#337ab7;
}
.yellow{
  color:#ffb000;
}
.green{
  color: #6bae91;
}
a.red,a.blue,a.green{
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .welcome-message {
    display: none !important;
  }
}

.width_40{
  width: 40px;
  min-width:40px;
}
.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_200{
  width: 200px;
  min-width:200px;
}
.width_250{
  width: 250px;
  min-width:250px;
}
.width_300{
  width: 300px;
  min-width:300px;
}
.width_400{
  width: 400px;
  min-width:400px;
}
.width_500{
  width: 500px;
  min-width:500px;
}

/*特定格式*/
.select2-container--open {
  z-index: 9999;
}
.select2-container--default .select2-selection--single{
  border:0 !important;
}
.select2,.select2-container{
  padding:2px 5px 0 3px !important;
}
mdr-select2{
  padding:0 !important;
}
.select2{
  width:100% !important;
}