/* used in all study tables */
.study-table th {
    border-top: 0;
    white-space: nowrap;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    text-align: left;
}
.study-table td {
    padding: 8px;
    white-space: nowrap;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-spacing: 0;
}
/* end */
/* used in profile-modals.php */
.info-table td { 
    padding: 8px;
    white-space: nowrap;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-spacing: 0;
}
/* end */
.homepage-nav-dropdown-group:hover .dropdown-menu-icon {
    transition: all .3s ease-out;
    transform: translateX(0);
    opacity: 1;
}
.pulse-ring { /* used in voice_notes_modal.php */
    animation: pulsate infinite 1.5s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 300px;
  max-width: 90%;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-drilldown-axis-label {
    text-decoration: none !important;
    cursor: default !important;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.view_on {
	background: #1dd0c0 !important;
    border-color: #005149 !important;
    box-shadow: inset 0px 0px 4px #01554d !important;
    outline: none !important;
}
.menubar_scroll::-webkit-scrollbar {
  width: 5px;
}
.menubar_scroll::-webkit-scrollbar-track {
  background: #333333;
}
.menubar_scroll::-webkit-scrollbar-thumb {
  background: #c5c5c5;
			border-radius: 5px;
}
.ck .ck-powered-by {
  display: none !important;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.7, 0.7);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.004, 1.004);
        opacity: 0;
    }
}
@media (max-width: 310px) {
    .profileName {
        display: none !important;
    }
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.ck-content .table {
  width: 100%;
  float: none !important;
}