.bulkedit-controls-container {
    position: relative;
    height: 100%;
    padding: 10px;
    min-height: 450px;
    min-height: 350px;
}

.fields-panel {
    height: 100%;
    padding: 15px;
    overflow: auto;
    opacity: 0.85;
    border: 1px solid #E9ECF3;
    background: #FFFFFF;
    border-radius: 8px;
}

.clause-row table{
  width: 100%;
  margin-bottom: 10px;
}
.clause-row table tr{
  height: 35px;
}
.clause-row table tr th.header{
  width: 50%;
  text-align: left;
  padding-left: 5px;
  font-weight: 400;
}
.clause-row table tr td.field-wrapper{
  width: 45%;
}
.clause-row table tr td.value-wrapper{
  width: 45%;
}
.clause-row table tr td.middle-arrow{
  width:50px;
  text-align: center;
}
.clause-row table tr td.remove-wrapper{
  width: 45px;
  text-align: center;
  
}
.clause-row .remove-wrapper .f-icon-remove_face{
  color: #F46160;
  font-size: 13px;
}
.clauses {
    border-collapse: collapse;
    width: 100%;
    padding: 1px;
}

.clauses .header {
    color: rgb(102, 102, 102);
}

.multi-field-edit .clauses .field {
    width: 35%;
}

.multi-field-edit .clauses .operator {
    width: 35px;
}

.clauses .clause-row {
    height: 25px;
    vertical-align: top;
}
.clause-row a.f-icon-add{
  padding-right: 3px;
}
.clause-row a.append{
  color: #4E94FF;
  line-height: 18px;
}
.clause-row .default-input{
  height: 30px;
  background-color: #F5F6F9;
  border: 1px solid #DEE1EA;
  border-radius: 3px;
}
.bulkedit-controls-container .modal-title-label{
  font-weight: 400;
  font-size: 17px;
}
.bulkedit-controls-container .modal-header{
  border-bottom: none;
  padding-bottom: 20px;
}
.bulkedit-controls-container .modal-footer{
  background: none;
  border-top:none;
}
.bulkedit-controls-container .footer-info{
  text-align: left;
  width: 90%;
  color: #2D2F33;
  font-size: 14px;
}
.bulkedit-controls-container .footer-info span{
  color:#000015;
  font-size: 17px;
  padding:0 5px;
  font-weight: bold;
}
.bulkedit-controls-container .farris-label-tips{
  margin-left: 5px;
}
.bulkedit-controls-container .farris-label-tips .f-icon{
  color: #2A84FF;
  font-size: 17px;
  opacity: 0.6;
}
.bulkedit-controls-container .buttons {
  padding-top: 5px;
}