.pg-table{
    /*background-color: #302f34;*/
    border: none !important;
    color: black;
    width: 100% !important;
    text-align: center;
}
.pg-table td, .pg-table th{
    /*border: none !important;
	border-right: 1px solid #C6C6C6;*/
	font-weight: bold;
}
.front-trainer{
	font-size:14px;
	font-weight: 400;
}

thead{
background-color: #f4f4f4;
}

.pg-th-date{
    color: #b2b2b2;
        font-size: 1rem;
    font-weight: bold;
}
.pg-table th{
    text-align: left;
}
.pg-table-nav {
    padding: 10px 0;
}
.pg-table-nav_link-prev{
    float: left;
}
.pg-table-nav_link-next{
    float: right;
}
.pg-class{
	background-color: transparent !important;
    /*display: inline-block;*/
    padding: 5px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    max-width: 150px;
    /*margin: 10px auto;*/ 
    font-weight: bold;
	line-height: 20px;
}
.pg-class .pg-instructor{
    color: #302f34;
    font-weight: bold;
    font-size: smaller;
    display: none;
}

/* The actual popup (appears on top) */
.pg-class .pg-popup {
    display: none;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 8px;
    font-size: smaller;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -125px;
  }
  
  /* Popup arrow */
  .pg-class .pg-popup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.84) transparent transparent transparent;
  }
  .pg-class .pg-popup_bottom{
    border-top: 1px solid lightgray;
    margin-top: 10px;
    font-weight: bold;
  }
  .pg-class .pg-popup_instructor{
      float: left;
  }
  .pg-class .pg-popup_hour{
      float: right;
  }

.pg-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3686274509803922);
}
.pg-modal.show{
    display: flex;
}
.pg-modal_body {
    background: white;
    width: 40em;
    padding: 1em;
}
.pg-modal_bottom {
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
}
.pg-modal_close {
    float: right;
    background: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    outline: none;
}

.pg-filters{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.pg-filters_header {
    width: 10%;
    line-height: 40px;
    padding: 10px;
}
.pg-filters_fields {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.pg-filter {
    width: 50%;
}
.pg-filter .select2-container {
    background: transparent;
    padding: 0px 5px;
    height: auto;
    position: relative;
}
.pg-filter .select2-container--default .select2-selection.select2-selection--multiple{
    padding: 2px;
}
.pg-filter .select2-container--default .select2-search--inline .select2-search__field {
    height: 40px;
    margin: 0;
    padding: 0 2px;
}
.pg-filter .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: whitesmoke;
    color: #060606;
    border: none;
    border-radius: 3px;
    text-transform: none;
    padding: 9px 8px 6px 6px;
    margin: 2px;
    position: relative;
    font-size: 12px;
}