﻿td {
  vertical-align: baseline;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}

.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}

.grants-page .card label {
  font-weight: bold;
}

.main {
  margin: 0 auto;
  border-radius: 5px;
  background-color: white;
}

.main[isLogin='true'] {
  max-width: 450px !important;
}

#LoginLogo {
  max-width: 180px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

#navLogo {
  max-height: 35px;
}

body {
  background: url(../img/genese_pc_bg1280x706.png) no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  height: 100%;
}


#content-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sidebar-wrapper {
  background-color: #ffffff;
  z-index: 1000;
  overflow: hidden;
  /*width: 250px;*/
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
}

.gradient-deepblue {
  background: #6a11cb;
  background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc) !important;
  background: linear-gradient(45deg, #6a11cb, #2575fc) !important;
}

.gradient-orange {
  background: #fc4a1a;
  background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
  background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.gradient-ohhappiness {
  background: #00b09b;
  background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
  background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.small-font {
  font-size: 14px;
}

.bg-dark {
  background-color: #3c4349 !important;
}

.Admin {
  background-color: #0dcaf0 !important;
}

.Employee {
  background-color: #0d6efd !important;
}

.PremiumUser {
  background-color: #198754 !important;
}

.relative-tl-05 {
  position: relative;
  top: .5em;
  left: .5em;
}

.is-pagesize-tb {
  height: 100%;
  border: solid lightgrey 1px;
  border-radius: 3px;
  margin-left: .5em;
  width: 5em;
  padding: .5em;
}