.status-error{
    border: 1.5px solid red !important;
}
.content-process{
    border: 1.5px solid black;
    background-color: #dddddd;
    padding: 15px;
}
tfoot tr td {
    font-size: 18px;
}

.panel-height{
    max-height:300px;
}
.margin-top-5{
    margin-top:5px;
}

.panel-hash > .panel-heading {
  color: #fff;
  background-color: #A9A9A9;
}

.panel-hash > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #A9A9A9;
}

.custom-active{
    background-color: #A9A9A9;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

fieldset.my-fs {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
    border: 10px solid #6f92d3 !important;
    border-radius: 12px;
}
