.tag {
    display: inline-block;
    padding: 3px 12px;
    margin: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border:1px solid #ccc;
}
.tag .tag-close {
    float: right;
    padding-left: 8px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.input-file {
  height:auto !important;
  font-size: .8rem;
  border-radius: 10rem;
  padding:10px;
}
label {
  margin-bottom: 2px !important;
  font-size: 11px;
}


.my-cont {
  font-size: 9px;
}
.myTable th, .myTable td {
  font-size: 10px;
  padding:2px !important;
}
.myTable .trh {
  background:rgba(0,0,0,.05) !important;
}
.myTable .trd {
  background:rgba(255,255,255,1) !important;
}

.my-field {
  line-height: 1;
  height: auto;
  padding: 2px;
  font-size: 11px;
  border-radius: 3px;
}

.my-btn {
  line-height: 1;
  height: auto;
  padding:3px 5px;
  margin:0px 2px;
  font-size: 9px;
  border-radius: 3px;
}

div.ag-theme-alpine div.ag-row {
  font-size: 12px !important;
  height: 30px !important;
  line-height:20px !important;
}