.table-hover tr  .SHOW_ON_HOVER a{
  display: none;
}
.table-hover tr:hover  .SHOW_ON_HOVER a{
  display: block;
}
.SHOW_ON_HOVER
{
  width: 50px;
}

.btn_add_custom
{
  border: 1px solid #d4d3d3;
  background-color: #efefef;
  width: 100%;
}
.btn_add_custom:hover
{
    border: 1px solid gray;
  width: 100%;
  background-color: #79b1ec;
}
.close-modal-custom
{
    float: left;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: red !important;
    text-shadow: 0 1px 0 red;
    opacity: .5;
}
.modal-header-custom {
    background-color: rgb(247 247 247);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.btn-custom {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-custom  {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-custom[readonly]{
    background-color:#e9ecef;
    opacity:1;
}

.map-input-custom
{
    cursor: pointer;
}
.fr-element table td, .fr-element table th{
    border:  1px solid #dfdfdf73;
}

