.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-t-3 {
  margin-top: 3px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-l-3 {
  margin-left: 3px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-r-3 {
  margin-right: 3px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-30 {
  margin-right: 30px;
}
.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-hover-man:hover {
  background-color: #ccf0fa!important;
}
.bg-woman {
  background-color: #ffe6ee!important;
}
.bg-hover-woman:hover {
  background-color: #fadce4!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, .pc-pull-wrap {
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
.pull-wrap p, .pc-pull-wrap p, .pc-pull-wrap {
  margin-bottom: 0;
}
.pull-wrap .tab-menu, .pc-pull-wrap .pc-pull-menu {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.pull-wrap .tab-menu:first-of-type, .pc-pull-wrap .pc-pull-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;
}
.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;
  }
}
.form-group .form-control.is-warning {
  border: 1px solid #f4a460!important;
  position: relative;
}
.form-group .form-control.is-warning:focus {
  box-shadow: 0 0 0 0.2rem rgb(244 164 96 / 25%);
}
.form-group .warning-feedback {
  font-size: 90%;
  color: #f4a460;
  width: 100%;
  margin-top: 0.25rem;
  display: none;
}
.form-group .invalid-feedback {
  font-size: 90%;
}
.pink-btn {
  background: #ef857d;
}
.pink-btn:hover, .pink-btn:focus, .pink-btn:active {
  background: #ea6960 !important;
}