/* CSS Document */

.head_image_area
{
	/*specify the size because the image we are using is not the same size as what we want it to display at*/
	background: 0 0/200px 200px no-repeat url('/wp-content/plugins/hearingspace/img/HeadBackground.png');
	width: 200px;
	height: 200px;
	margin: 75px 50px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: 0;
}

.eoutput_bone_image
{
	background: 0 0/40px 40px url('/wp-content/plugins/hearingspace/img/EOutput_Bone.png');
}

.eoutput_inserts_image
{
	background: 0 0/40px 40px url('/wp-content/plugins/hearingspace/img/EOutput_Inserts.png');
}

.eoutput_headphones_image
{
	background: 0 0/40px 40px url('/wp-content/plugins/hearingspace/img/EOutput_Headphones.png');
}

.eoutput_speakers_image
{
	background: 0 0/40px 40px url('/wp-content/plugins/hearingspace/img/EOutput_Speakers.png');
}

.eoutput_operator_image
{
	background: 0 0/40px 40px url('/wp-content/plugins/hearingspace/img/EOutput_Operator.png');
}

.eoutput_dirac_image
{
	background: 0 0/40px 40px url('/wp-content/plugins/hearingspace/img/EOutput_Dirac.PNG');
}

.eoutput_image
{
	width: 40px;
	height: 40px;
	min-width: 40px !important;
	min-height: 40px !important;
	border: 0;
}

.userlisticon {
	max-width: 36px !important;
	width: 36px;
	border-radius: 18px;
	vertical-align: middle;
}

.hs_list_table {
	border-collapse: collapse;
}

.hs_tr_cb_only {
	width: 50px;
}

.hs_account_create_panel {
	padding: 0 18px;
	background-color: white;
	overflow: hidden;
}

#AccountCreateWindow{
    width:550px;
    border-collapse: collapse;
    border: none;
    background-color:#fff;
    border-radius: 5px;
}

#AccountCreateWindow tr:nth-child(odd){
    background-color: unset;
}

.cabine_select_header{
	background-color: #134a6d !important;
}

.hs_white_strong
{
	color: whitesmoke !important;
	font-weight: bold;
}

.LibreSpeaker
{
	position: absolute;
	width: 40px;
	height: 40px;
}

.HeadImage
{
	width: 100%;
	height: 100%;
}

.slidecontainer {
	width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 10px; /* Specified height */
	background: #585858; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
	margin-top: 7px;
}

/* Mouse-over effects */
.slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 20px; /* Set a specific slider handle width */
	height: 20px; /* Slider handle height */
	background: #04AA6D; /* Green background */
	cursor: pointer; /* Cursor on hover */
	border-radius: 10px;
}

.slider::-moz-range-thumb {
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	background: #04AA6D; /* Green background */
	cursor: pointer; /* Cursor on hover */
}

.hs_full_width
{
	width:100%;
	min-width: 100% !important;
}
.hs_centered
{
	text-align: center;
}

.bone_adjustment_row td
{
	width: 75px;
	max-width: 75px !important;
}
