.organizationlist tr td {
  vertical-align: middle; }
  .organizationlist tr td input[readonly] {
    border: none;
    background: #fff; }
    .organizationlist tr td input[readonly]:focus {
      border: none;
      outline: none; }
.organizationlist tr:nth-child(even) td input[readonly] {
  border: none;
  background: #eee; }
  .organizationlist tr:nth-child(even) td input[readonly]:focus {
    border: none;
    outline: none; }

.aBtn {
  padding: 0px 10px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  margin: 3px 5px; }
  .aBtn:hover {
    color: #fff; }
  .aBtn:focus {
    color: #fff; }
  .aBtn:visited {
    color: #fff; }

.btn_del {
  background: #9e9e9e; }

.btn_warning {
  background: #ff7800; }

.btn_default {
  background: #0b97c3; }

.btn_action {
  background: #337ab7; }

/*# sourceMappingURL=userManagement.css.map */
