.hidden {
    display: none;
}
#password{
    -webkit-text-security:disc;
}
.dottedLine {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 26px;
}
.min-width-70 {
    min-width: 70px !important;
}
.min-width-90 {
    min-width: 90px !important;
}
.width-200 {
    width: 200px;
}
.max-height-50 {
  max-height: 50px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.text-zafra {
    color: #d63017 !important;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.myContentEditable {
    display: block;
    width: 100%;
    height: 200px;
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
