.main-header.navbar {
    margin-bottom: 0!important;
    padding: 0!important;
    align-items: unset!important;
}

.userLogo {
    background-color: white;
    width: 100%;
    height: 140px;
    position: relative;
}

.userLogo img{
    width: 100%!important;
    max-height: 140px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-action {
    float: right;
    width: 38px;
    margin-bottom: 10px;
  }

.message.error{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


/* FORMS */
form>fieldset .field{

}

form>fieldset>div>label{
    font-size: 14px;
    margin-top: 1%;
}

form>fieldset>div div>label{
    font-size: 14px;
    margin-top: 1%;
}

form>fieldset>div>div>input{
    display: block;
    width: 100%;
    height: calc(1.95rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form>fieldset>div div>select{
    display: block;
    width: 100%;
    height: calc(1.95rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form>fieldset>div>div div>input{
    display: block;
    width: 100%;
    height: calc(1.95rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form>fieldset>div>div div>textarea{
    display: block;
    width: 100%;
    height: calc(1.95rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form>fieldset>div>div >textarea{
    display: block;
    width: 100%;
    height: calc(1.95rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form>fieldset>div>div>div>ul{
    display: inline-flex;
    margin: 0;
}

form .btn-toolbar {
    justify-content: flex-end!important;
}

form>p .message.success{
    color: #28a745;
    border: solid #28a745 2px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

form p.success{
    color: #28a745;
    border: solid #28a745 2px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

form>p .message.bad{
    color: rgb(167, 40, 40);
    border: solid #a72828 2px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

form p.bad{
    color: rgb(167, 40, 40);
    background-color: rgba(167, 40, 40, 0.2);
    border: solid 2px #a72828;
    border-radius: 5px;
    padding: 5px;
}

.card-hover:hover{
    background-color: rgb(48 48 48 / 23%);
}

/* TABLE */
.action-column{
    width: 110px;
}

form .optionset ul{
    list-style: none;
    padding-inline-start: 0;
}

form .optionset ul li{
    padding-right: 10px;
}

form>fieldset .field.readonly {
    columns: 2;
    border-bottom: solid #e6e3e3 0.2px;
    padding-top: 11px;
}

form>fieldset .field.readonly > label{
    margin-right: 30%;
}

.nav-tabs .nav-link{
    color:#495057!important;
    border: #dee2e6 solid 1px;
    margin-right: 4px;
}

.nav-tabs .nav-link:hover{
    background-color: #71717154;
}

.nav-tabs .nav-link.active{
    background-color: #ffffff;
}

.nav-right-btn{
    border: none!important;
    margin-right: 0px!important;
}

.menu-open{
    background-color: #8b89891f;
}

.inline-options ul{
    display: inline-flex;
    margin: 0;
}

.custom-card{
    border: dashed #4F5861 2px;
    border-radius: 10px;
    margin: 10px 8px;
    padding: 12px 16px;
    color: #4F5861;
}

.custom-card:hover{
    border: solid #4F5861 2px;
    color: #4F5861;
}

.custom-card.active-tab{
    background-color: rgb(229 229 229);
}

.btn-close{
    color: red;
}

.alert.alert-info{
    color: #489aa6;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


