.template-customizer-open-btn
{
    display: none !important;
}
.app-brand-logo.demo img{
    width: 100%;
    height: auto;
}
.app-brand-logo.demo{
    width: 80px;
    height: 80px;
    margin:0px;
}
.app-brand
{
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-top:0.5rem !important;
    margin-bottom:0.5rem !important;
}
.table-responsive {
    min-height: 350px;
    padding-bottom: 120px;
}
#tableWrapper{
  display: none;
}
.breadcrumb
{
    font-size: 1.1rem;
}
.breadcrumb-item, .breadcrumb-item a {
    color: #00a499;
}
.dropdown-item:hover,.dropdown-item:focus{
    color:#00a499;
    background-color:rgba(0, 164, 153,.1);
}
.modal-body {
  max-height: 70vh !important;
  overflow-y: auto !important;
}
.error-message{
    font-size: 0.9em;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    color: #e7515a;
    background-color: #fbeced;
    border-color: #e7515a;
    border-radius: 5px;
}
.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
}
.message.error {
    color: #802d3d;
    background-color: #fddde4;
    border-color: #cf4863;
}
.message {
    position: relative;
    padding: .55rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
