.divider-text:before,
.divider-text:after {
    color: white;
    content: "";
    flex: 1;
    border-bottom: 1px solid #555;
    margin: auto 0.25rem;
    box-shadow: 0 -2px;
}

/*.cardCollapsible {*/
    /*margin-top: 20px;*/
    /*width: 150%;*/
/*    height: 100px;
    display: table;*/
/*}*/
.Mytable {
    width: 50%;
}

/*.test {
    width: 200px;
    background-color:purple;
}*/


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

table tbody td{
    vertical-align: middle;
}

.dataTables_wrapper #myTableProduct_filter.dataTables_filter input,
#InsulationTable_wrapper .dataTables_filter input,
#CategoryTable_wrapper .dataTables_filter input,
#userTable_wrapper .dataTables_filter input,
#ResultTable_wrapper .dataTables_filter input {
    background-color: #f7f7f9;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-body-color);
    border: 0;
    border-radius: 0;
    outline: none;
}

.dataTables_wrapper #myTableProduct_filter.dataTables_filter input:focus,
#InsulationTable_wrapper .dataTables_filter input:focus,
#CategoryTable_wrapper .dataTables_filter input:focus,
#userTable_wrapper .dataTables_filter input:focus,
#ResultTable_wrapper .dataTables_filter input:focus{
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

#myTableProduct_wrapper .dataTables_length,
#InsulationTable_wrapper #InsulationTable_length,
#CategoryTable_wrapper #CategoryTable_length,
#userTable_wrapper #userTable_length,
#ResultTable_wrapper #ResultTable_length,
#myTableProduct_wrapper .dataTables_filter,
#InsulationTable_wrapper .dataTables_filter,
#CategoryTable_wrapper .dataTables_filter,
#userTable_wrapper .dataTables_filter,
#ResultTable_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.navbar-brand img {
    max-width: 200px;
    height: auto;
}
.login-form {
    width: 40%;
    margin: 0 auto;
}
#login-submit {
    margin: 0 auto;
    display: table;
}