.required{
  color: red;
  font-weight: bold;
}
.error-msg{
  border-color: red!important;
  background-color: rgba(255, 0, 0, 0.15)!important;
}
.checkbox.error-msg + label{
  color: red!important;
  font-weight: bold;
}
.preview{
  font-weight: bold;
}
.signature{
  font-style: italic;
}
.team{
  min-height: 255px;
}
.team .card-img-overlay{
    background-color: rgba(255, 255, 255, 0.7);
}
.team:hover{
  transform: scale(1.1);
}
.team:hover .card-img-overlay,.team:hover .card-body{
  background-color: rgba(0, 186, 182, 0.8);
  color: white;
}
.team:hover .btn-primary{
  display: block;
}
.team:hover .card-img-overlay .text-secondary, .team:hover .card-body .text-secondary{
  color: white!important;
}
.team .btn-primary{
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  display: none;
}
.team .btn-primary:hover{
  background-color: transparent;
  border: none;
  font-size: 28px;
}
.form-group .select2-container{
  width: 190px!important;
}
.form-group .select2-container  .select2-selection {
  background-color: black;
  color: white;
  border: none;
  border-radius: unset;
  padding: 10px 20px;
  height: unset;
  font-weight: bolder;
}
.form-group .select2-container .select2-selection .select2-selection__rendered {
  color: white;
}
.form-group .select2-container .select2-selection .select2-selection__arrow {
  top:13px;
  right: 10px;
}
.form-group .select2-container .select2-selection .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}

.table a{
  color: black;
}
.table a:hover{
  font-weight: 500;
  text-decoration: none;
  color: black;
}
.table img{
  width: 25px;
}
.row .nav-pills .nav-link {
  border-radius: unset;
  color: black;
  padding: 10px 20px;
  background-color: lightgray;
}
.row .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: black;
  font-weight: bolder;
  border-radius: unset;
}
.fc-view-container .fc-dayGrid-view .fc-body .fc-row{
  min-height: 8rem;
}
#myGrid {
  width: 100%;
}
:root {
  --grid-height: 500px;
}
@media (max-width: 422px) {
  #myGrid {
    overflow-x: auto;
  }
  .ag-theme-alpine .ag-root-wrapper{
    width: 1024px;
  }
  .ag-body-viewport {
    height: var(--grid-height)!important;
    overflow: auto !important;
  }
}
@media (max-width:576px) {
  .w-sm-50 {
    width: 50%!important;
  }
  .form-group .select2-container {
    width: 100%!important;
  }
}
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  /* Force table to not be like tables anymore */
  .schedule, .schedule thead, .schedule tbody, .schedule th, .schedule td, .schedule tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .schedule thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .schedule tr {
    margin-bottom: 5px;
  }

  .schedule td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px 0 5px 35% !important;
    min-height: 30px;
  }

  .schedule td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 422px) {
  .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar > * {
    display: block!important;
    width: 100%!important;
    text-align: center!important;
    margin: 10px 0;!important;
  }
  .fc-toolbar .fc-right {
    display: none !important;
  }
  #partialCalendar {
    width: 100% !important;
  }
}
.drop-area {
  background-color: #ececec;
  border-radius: 20px;
  width: 100%;
  padding: 20px 10px ;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.drop-area.highlight {
  background-color: #d4d4d4;
}
.drop-area p {
  margin: 0;
}
.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.button:hover {
  background: #ddd;
}
.fileElem {
  display: none;
}
.preview{
  width: 100%;
}
.preview img{
  width: 20%;
  margin: 5px;
}
.filter-check, .filter-radio{
  margin-right: 5px;
}
.filter-box{
  border: 1px solid lightgray;
  padding: 5px 10px;
  text-align: center;
  display:inline-block
}
.btn-clear{
  position: absolute;
  top: 0;
  right: 15px;
}
.btn-clear:hover{
  background-color: rgba(255, 7, 0, 0.47);
}