.panel{
    position: relative !important;
    display: block;
}

#testcontainer{
    display: flex;
    flex-flow: row wrap;
}

#testcontainer > div{
    margin: 1%;
}

.headertitle{
    font-variant : none !important;
    font-size: 2rem !important;
}

.btnsize{
    width: 3rem !important;
    height: 3rem !important;
}

#widgetIcon{
    max-height: 38px !important;
}

.jsPanel .jsPanel-content{
    overflow-x : auto !important;
}

.deleteBtnPanel{
    margin: 4px;
}

.txtBoxDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .modal-header:before, .modal-header:after{
      content: inherit;
  }

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
      max-width: 510px;
      flex: 3 0 150px;
  }

  .listyle{
      padding:5%;
  }

  .listyle:hover{
      background-color: #727070;
  }

  .dropdown-menu{
      padding:0px !important;
  }