.wrapper {
  background-color: #f4f3ef!important;
  height: auto;
}
.navbar.navbar-transparent {
  background-color: #fff!important;
}
.navbar * {
  /*color: #777!important;*/
}
.content {
  padding: 110px 10px;
  max-width: 1800px;
  margin: 0 auto;
  transition: all .3s 0s ease-in-out;
  min-height: 100vh;
}
.card {
  padding: 0 0 50px;
}
.card .card-header .category {
  font-size: 100%;
}
.flex-wrap {
  display: flex;
  align-items: center;
}
.m-l-3 {
  margin-left: 3px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-r-3 {
  margin-right: 3px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-b-3 {
  margin-bottom: 3px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-60
{
  margin-bottom: 60px!important;
}
label input[type="radio"] {
  margin-right: 3px;
}
.font-size-110
{
  font-size: 110%;
}
.label-pink {
  border-radius: 15px;
  padding: 5px 15px;
  background-color: #E95B6B!important;
  color: #fff!important;
}
.bg-man {
  background-color: #ccf7ff!important;
}
.bg-woman {
  background-color: #ffe6ee!important;
}
.btn-light {
    color: #212529!important;
    background-color: #f8f9fa!important;
    border-color: #f8f9fa!important;
}
.alert-message {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 15px;
  left: 0;
  top: 60px;
  z-index: 999;
}
.alert-message.alert-success a {
  color: #155724;
}
.pull-hidden-box {
  display: none;
  padding: 0 0 10px;
}
.pull-hidden-box.active {
  display: block;
}
.pull-wrap {
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
.pull-wrap p {
  margin-bottom: 0;
}
.pull-wrap .tab-menu {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.pull-wrap .tab-menu:first-of-type
{
  margin-left: auto;
  border-left: 1px solid #ccc;
}
.drop-zone{
  width: 100%;
  height: 200px;
  border: 1px dotted black;
  margin-top: 2rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pull-hidden-box-inv {
  visibility: collapse;
}
#pull-hidden-box-inv.active {
  visibility: visible;
}
/*
.handouts-label {
  display: inline-block;
  margin-right: 10px;
  background: #777;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}
*/
.filename-form {
  position: absolute;
  right: 0;
  width: 250px;
  background: #f4f3ef;
  padding: 15px 10px 10px;
  transform: scale(0);
  opacity: 0.6;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e5e1;
  z-index: 9;
  box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(17, 16, 15, 0.1);
  border: 1px solid #252422;
  border-radius: 3px;
  }
.filename-form.active {
  transform: scale(1);
  opacity: 1;
}
.filename-form > .filename-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #252422;
}
.table-introductions th:first-of-type {
  width: 160px!important;
  font-size: 90%;
}
.table-introductions th:last-of-type {
  width: 80px!important;
  text-align: center;
}
.table-introductions td:nth-of-type(4+n) {
  text-align: center;
}
.table-introductions td {
  width: calc((100% - 240px)/4)!important;
}
@media screen and (min-width:769px)
{
  .table-introductions th:first-of-type ,.table-introductions th, .table-introductions td {
    width: calc(100%/6)!important;
  }
}
.card .card-sub-title
{
  font-size: 1.3em;
  border-left: 10px solid #454d55;
  padding-left: 13px;
}

#hide-content {
  position: fixed;
  z-index:99;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.24);
  color: #403D39;
}
#hide-content .fa {
  position: absolute;
}
#hide-content .fa.fa-ban {
  font-size: 16px;
  top: 14px;
  right: 20px;
}
#hide-content .fa.fa-desktop {
  font-size: 32px;
  right: 9px;
  top: 12px;
}
table.table-records > thead > tr > th,.table-records > tbody > tr > td {
  font-size: 85%;
}
@media screen and (max-width:768px)
{
  .table-records th:not(:nth-of-type(3)){
    width: 50px;
  }
}
