.table-anchor{
    display: inherit;
    padding: 5px;
}

.search-input{
    width:100%;
 color:#0f0f0f !important;


}
input[type="search-input"]
{
  width:100% !important;

}
.max-width-50{max-width:50px}
.max-width-60{max-width:60px}
.max-width-70{max-width:70px}
.max-width-80{max-width:80px}
.max-width-90{max-width:90px}
.max-width-100{max-width:100px}
.max-width-110{max-width:110px}
.max-width-120{max-width:120px}
.max-width-130{max-width:130px}
.max-width-140{max-width:140px}
.max-width-150{max-width:150px}
.max-width-160{max-width:160px}
.max-width-170{max-width:170px}
.max-width-180{max-width:180px}
.max-width-190{max-width:190px}
.max-width-200{max-width:200px}


.responsive-text td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.responsive-text td:hover{
    /*text-overflow: clip;
    white-space: normal;
    word-break: break-all;*/
}

.padding-top-0 {
    padding-top: 0px !important;
}

/* Clearable text inputs */
.clearable{
  position: relative;
  display: inline-block;
  width: 100%;
}
.clearable input[type=text]{
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.clearable__clear{
  display: none;
  color: #575962;
  position: absolute;
  right:0px; top:14px;
  padding: 0 4px;
  position: absolute;
  font-style: normal;
  font-size:inherit;;
  user-select: none;
  cursor: pointer;
}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}
.field_required{
    color: Red;
    margin-left: 5px;
    position: absolute;
    font-family: 'Lato', sans-serif;
}

#ben-image{
   display:none;
}

.required {
margin-top:0px
}

.selectbox{
    height:38px!important
}

.m-tabs-line.m-tabs-line--success a.m-tabs__link:hover, .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link.active, .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link:hover {
    color: #007f3a;
    border-bottom: 1px solid #007f3a;
}

.m-checkbox.m-checkbox--state-brand.m-checkbox--solid > input:checked ~ span {
    background: #dddbf2;
}

.m-checkbox.m-checkbox--state-brand.m-checkbox--solid > span {
    background: #ebe9f7;
    border: 1px solid transparent !important;
}
.amount-col{
    min-width: 200px!important;
}
.display-none{display:none;}

.fa-2x {font-size: 20px;}

.inline-header-container{
    border-top: 1px solid #ce9b68;
    position: relative;
    font-weight: bold;
}
.inline-header-container div{
    position: absolute;top: -13px;background-color: #fff;
    font-size:16px!important;
}

.lbl-bold{
    font-weight:bold!important;
}

.link-bold{
    font-weight : bold!important;
    color : #89817a;
}

.link-bold:hover{
    color:blue;
}

.BreadFix{
    z-index: 500
}
.filter-apply-inside{
    float: left!important;;
    margin-top: 43px!important;
    padding-top: 10px;
    padding-bottom: 10px;

}
.field-error{
    color: #f03939;
}

/*** Start CSS For Remove two scroll bar in page when pop will open ***/
.modal-open {
    overflow: hidden!important;
}
/*** End CSS For Remove two scroll bar in page when pop will open ***/


.table-scrollable{
max-height: 700px;
overflow-x: auto !important;
}

.SumoSelect > .CaptionCont > span {
    font-size: 14px;
    font-style: normal;
    padding: 0.20rem;
}

.swal2-shown{
z-index:99999 !important;
}
.watershed_info{
    max-height:200px;
    overflow:auto;
}
.watershed_info p{
    margin:15px;
}
.watershed_info span{
    float:right;
    margin-right:10px;
}

.SumoSelect > .CaptionCont{
    border: 1px solid #ebedf2 !important;
}