.cursor-pointer {
  cursor: pointer;
}

.dash-icon-card .dash-icon-image {
  width: 50px;
  height: auto;
}
.dash-icon-card .dash-icon-title {
  font-size: 1em;
  line-height: 1em;
  height: 2em;
}
.dash-icon-card .dash-icon-text {
  font-size: 1.5em;
}

.getisSelectHelperHolder .getisSelectHelperListHolder div {
  cursor: pointer;
}
.getisSelectHelperHolder .getisSelectHelperListHolder :hover {
  background: #2aa1c6;
  color: white;
}

.mtpChartHolderDiv {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.mtpChartHolderDiv .mtpChartInnerDiv {
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mtpChartHolderDiv .mtpChartInnerDiv .mtpChartMenuHolderDiv {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.mtpChartHolderDiv .mtpChartInnerDiv .mtpChartMenuHolderDiv .mtpChartMenuHolder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: #f0f0f0;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}
.mtpChartHolderDiv .mtpChartInnerDiv .mtpChartMenuHolderDiv .mtpChartMenuHolder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mtpChartHolderDiv .mtpChartInnerDiv .mtpChartMenuHolderDiv .mtpChartMenuHolder ul li {
  padding: 5px;
  cursor: pointer;
}
.mtpChartHolderDiv .mtpChartInnerDiv .mtpChartMenuHolderDiv .mtpChartMenuHolder ul li:hover {
  background-color: #808080;
  color: #ffffff;
}
.mtpChartHolderDiv .mtpChartInnerDiv canvas {
  width: 100%;
  height: 100%;
}

.photoCaptureArea {
  width: 100%;
}
.photoCaptureArea .photoControlArea {
  width: 90%;
}
.photoCaptureArea .videoArea {
  position: relative;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  height: -moz-fit-content;
  height: fit-content;
}
.photoCaptureArea .videoArea video {
  width: 100%;
}

div.dataTables_processing {
  position: fixed !important;
}

.verticalText {
  transform: rotate(-90deg);
}

.display-none {
  display: none;
}

.hide {
  display: none;
}

.page-top-image-area {
  position: relative;
  margin-bottom: 20px;
}
.page-top-image-area img {
  width: 100%;
}
.page-top-image-area .mtp-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.page-top-image-area .mtp-logo img {
  height: 100%;
  width: auto;
}
.page-top-image-area .action-button {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 20px;
}

.no_border_topbar {
  margin-bottom: 20px;
}

.aside-menu .menu-nav > .menu-section .menu-text {
  color: #ffffff !important;
}

.mtp_footer {
  background-color: #2aa1c6;
  border-top: 20px solid #ededed;
  border-left: 1px solid #ededed;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.mtp_footer a, .mtp_footer a:link, .mtp_footer a:visited {
  color: #fff;
  text-decoration: underline;
}
.mtp_footer a:hover, .mtp_footer a:active {
  color: #808080;
}

.modal .modal-header {
  background-color: #2aa1c6;
}
.modal .modal-header .modal-title {
  color: #fff;
}

.btn-greyed {
  background-color: #ededed;
}

.form-floating label {
  z-index: 1;
}

.courseGroupSlotHolder {
  border: 2px solid #ededed;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f8f8f8;
}

.personSelectArea {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  min-width: 250px;
}

.personSelectArea > div {
  background-color: #ffffff;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.personSelectArea > div:hover {
  background-color: #2aa1c6;
  cursor: pointer;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
