.blink {      
    animation: animation_blink2 0.5s infinite;	
  }

@keyframes animation_blink {
    0% { opacity: 1; color:#000;}
    50% { opacity: 0.6; color:#000;}
    100% { opacity: 1; color:#000;}    
}


@keyframes animation_blink2 {
  0% { opacity: 1; }
  50% { opacity: 0.6; }
  100% { opacity: 1; }    
}


.hidebody {
    display: none;
}

.main-wrapper {
  height: 100vh;  
}

.section100 {
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section30 {
  height: 30%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section70 {
  height: 70%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-group-sm > .btn, .btn-sm {
    --mdb-btn-padding-top: 0.375rem;
    --mdb-btn-padding-bottom: 0.3125rem;
    --mdb-btn-padding-x: 1rem;
    --mdb-btn-font-size: 0.75rem;
    --mdb-btn-line-height: 1.5;
}

.btn-mini {
    --mdb-btn-padding-top: 0.375rem;
    --mdb-btn-padding-bottom: 0.3125rem;
    --mdb-btn-padding-x: 1rem;
    --mdb-btn-font-size: 0.35rem;
    --mdb-btn-line-height: 1.5;
}
.rgba-grey-slight {
	background-color: rgba(158,158,158,0.1);
}

.nav-active {
	background-color: #eee;
}

.narrower {
	border-radius:0.25rem;
	margin-top:-1.25rem;
	padding: 1.6rem 1rem;
}

.table-light {
    --mdb-table-color: #000;
    --mdb-table-bg: #f5f5f5;
    --mdb-table-border-color: #e2e2e2;
    --mdb-table-striped-bg: #eee;
    --mdb-table-striped-color: #000;
    --mdb-table-active-bg: #e2e2e2;
    --mdb-table-active-color: #000;
    --mdb-table-hover-bg: #e8e8e8;
    --mdb-table-hover-color: #000;
}


.md-form {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table td {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table th {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding-top: 0px;
    padding-bottom: 0px;
}

table.table td {
    padding-top: 0px;
    padding-bottom: 0px;
}

table.table th, table.table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.table {
   
    margin-bottom: 0rem;
}

input {
    #padding-top: 110px;
    #padding-bottom: 0px;
    }
    
    
 .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Navbar */

.dropbtn {
    padding-left:5px;
    padding-right:5px;
    //padding-top:8px;
    text-transform: capitalize;
    font-size: var(--mdb-nav-link-font-size);
    font-weight: var(--mdb-nav-link-font-weight);
    border-radius:0;
  }
  
  .dropicon {
    padding-bottom: 0.4rem;
    padding-left:5px;
    padding-right:5px
  }
  
  .mynavlink {
    padding-top:9px;
    white-space: nowrap;
  }
  
  .xdebug-error th {
    background-color:#f00;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
  }
  .xdebug-error td {
    font-size: 15px;
  }

  /*login form*/
html,
body,
.intro {
  height: 100%;
}

@media (min-width: 550px) and (max-width: 750px) {
  html,
  body,
  .intro {
    height: 550px;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  .intro {
    height: 550px;
  }
}

a.link {
  font-size: .875rem;
  color: #6582B0;
}
a.link:hover, 
a.link:active {
  color: #426193;
}

/*search pagination*/
.trailing.clear {
  cursor: pointer;

  &:focus {
    color: #3b71ca;
    outline: none;
  }
}

/* debugger */
.dbg_black {
  color: #000;
}
.dbg_red {
  color: #f00;
}
.dbg_green {
  color: #0f0;
}
.dbg_yellow {
  color: #ff0;
}
.dbg_blue {
  color: #00f;
}
.dbg_magenta {
  color: #f90;
}
.dbg_cyan {
  color: #0ff;
}
.dbg_white {
  color: #fff;
}
.dbg_grey {
  color: #aaa;
}