body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.background-all {
    background-color: #ecf0f3;
}
/*
.navbar {
  overflow: visible;
  background-color: #333; 
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: visible;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}
*/
.navbar.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.body-footer {
    height: 70px;
}

/*CRUD*/

.content-body {
    align-items: initial !important;
}

.table-app {
    width: 100%;
    font-size: 14px;
}
td {
    vertical-align: middle !important;
}
.card-table {
    padding: 15px;
}
/*.select_form {
    height: 50px !important;
}*/
.detail-button {
    height: 30px;
}
.modal-details {
    overflow: visible !important;
}

.hiddenfield{
    visibility: hidden !important;
    display: none !important;
}