* {
  box-sizing: border-box;
  font-family: Helvetica !important;
}

html {
  font-size: 16px;
}

.dropdown-content {
  position: absolute;
  right: 0;
  z-index: 9999;
}

.footer, .footer * {
  /*position: fixed;*/
  bottom: 0;/*
  width: 100%;  */
  background-color: var(--red);
  /*opacity: 0.9;*/
  text-align: center;
  color:var(--white);
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--white);
  line-height: 0;
}

.footer a:hover {
  text-decoration: none;
  color: var(--white);
  text-shadow: 2px 2px 4px #000000;  
} 

.table-responsive {
  padding: 0px 10px 10px 10px;
}

.btn-logout {
  width: 100%;
  padding: 3px 20px;
  text-align: left;
}

/*.brand {height: 15px;}*/

.dataTables_wrapper .myfilter .dataTables_filter {
  float:left
}
.dataTables_wrapper .mylength .dataTables_length {
  float:right
}

.navbar-brand img {
  float: left;
  margin-right: 15px;
  width: 50px;  
  height: : calc(50px*9/16);
}

.nav-link {
    padding-right: 1rem !important; 
    padding-left: 1rem !important;
}

.navbar {
  background-color: var(--red);
  opacity: 0.9;
  z-index: 99;
}
.navbar *{
  text-transform: uppercase;
  color : var(--light);
}

.navbar > * h4 {
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.navbar > * a.nav-link {
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  display: inline-block;
  /*padding: 15px 20px;*/
  position: relative;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar > * a:not(.dropdown-item):after {    
  background: none repeat scroll 0 0 transparent!important;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff !important;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar > * a:not(.dropdown-item):hover {
  color: var(--white);
  text-shadow: 2px 2px 4px #000000;  
}

.navbar > * a:hover:after { 
  width: 100%; 
  left: 0; 
}

.dropdown-menu {
  background-color: var(--red);
  border: none !important;
  box-shadow: 2px 2px 4px #000000;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;  
  text-decoration: none;
  background-color: transparent!important;
}

a.dropdown-item::after {
  background: none repeat scroll 0 0 transparent!important;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff !important;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

a.dropdown-item:hover:after {
  width : 100%;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;  
  text-decoration: none;
  background-color: transparent!important;
}

@media (max-width: 575.98px) {
  .navbar > * h4 {
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
}

.toggleHeading {
  animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -moz-transition: none !important;
}

.toggleCaption {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-transition: none !important;
}

div.apps{
  /*margin: 15px;*/
  height: 250px;
  text-align: center;
}

div.apps * {
  text-transform: uppercase;
}

.square {
  width: 80%;
  height: 80%;
  border-radius: 10px;
  background-color: #DC1E3C;
  opacity: 0.95;
  line-height: 1.2;
}

.square:after {
  display: block;
  padding-bottom: 100%;
}

.upperpage {
  text-align: center;
  position: fixed;
  display: block;
  z-index:9999;
  height: 100vh;
  background-color: #e9ecef;
  /*transform: translate(-50%,-50%);*/
  font-family: sans-serif;
}

.upperpage span{
  display: block;
  text-transform: uppercase;
}

.text1 {
  font-size: 100px;
  font-weight: 700;     
  color: rgb(0, 0, 26, 0.8);
  text-shadow: 2px 2px rgb(173, 173, 133);          
  letter-spacing: 8px;
  animation: animatetext 2s 1;
  margin-bottom: -40px;
  padding: 0;
}

.text2 {
  font-size: 50px;
  font-weight: 300;     
  color: rgb(0, 0, 26, 0.8);
  text-shadow: 2px 2px rgb(173, 173, 133);
}

@keyframes animatetext {
  0% {
    margin-bottom: -40px;
    background:#e9ecef;
    position: relative;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: -80px;
    background: #e9ecef;
    position: relative;
  }
  85% { 
    letter-spacing: 8px;
    margin-bottom: -80px;
    background: #e9ecef;
    position: relative;
  }
}

/* icon div */
.glyph, .glyph > * {
  color : var(--light);
}

a.glyph:hover {
  text-decoration: none;
  color: var(--white);
  text-shadow: 2px 2px 4px #000000;  
}