@charset "UTF-8";

.bg-nav-modal{
  background-color: #eaecf2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14) !important;
}

.swal-height {
  min-height: 335px!important;
  overflow-y: hidden!important;
}

.border-radius {
  border-radius: 0.35rem !important;
}

.div-overflow {
  width: 100% !important;
  overflow: auto !important;
  max-height: 400px !important;
  padding: 10px !important;
}

.input-height{
  height: 40px !important;
}

.card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 25px 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  color: rgba(0,0,0, 0.87);
  background: #fff;
}

.seal-card {
  padding-left: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #eaecf2;
  background-clip: border-box;
  border: 1px solid #c6cad600;
  border-radius: 0.35rem;
}

.table-top {
  color: #fff;
  background-color: #5a5c69;
  border-color: #6c6e7e;
  border-radius: 6px 0px 0px 6px;
}

.table-bottom {
  color: #fff;
  background-color: #5a5c69;
  border-color: #6c6e7e;
  border-radius: 0px 6px 6px 0px;
}

.checkbox {
  height: 20px; 
  width: 20px;
  cursor:pointer;
  margin: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(50%);
  /* height: ; */
}

.btn-default{
  background-color: #5a5c69;
  color: #fff;
  font-weight: bold;
}