
.tableEnreg .controls {
  display: flex;
  max-width: 18em;

}

.anlButton {
	color: #ed341d;
	cursor: pointer;
	text-align: center;
    margin-top: 12px;
	display:none;
}

.tableEnreg button {
  flex-grow: 1;
  height: 2rem;
  min-width: 6rem;
  border: none;
	/*
  border-radius: 0.15rem;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);

  */
margin-left: 2px;


  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
	/*
  color:#000000;
  */
	    font-size: 12px;
}
.tableEnreg button.recBtn
{
	background: #ed341d;
	/*
	color:#ffffff;
	*/
}


.tableEnreg button:hover,.tableEnreg button:focus {
  outline: none;
}
.tableEnreg button.recBtn:hover,.tableEnreg button.recBtn:focus {
  background: #c72d1c;
	/*
	color:#ffffff;
	*/
}
/*
.micro {
	width:341px;
	margin-top:1px;
}
*/
.tableEnreg,.tdMicro {
	width:341px;
}
.tdMicro {
	background-image: url('/public/js/audioRecord/images/micro_off.jpg');
	background-size: 340px 200px;
	background-repeat: no-repeat;
	height:200px;
	text-align: center;
}

.tableEnreg .controls,.tdVal  {
	/*
	background-color: black;
	 */
}
.tdVal button {
	/*
	background: #0ec40c;
	*/
	margin:2px 0 0 0;
	width: 21.2em;
	display:none;
}
.tdVal button:hover, .tdVal button:focus {
  outline: none;
	/*
  background: #14ad10;
  */
}

.tableEnreg button::-moz-focus-inner {
  border: 0;
}

.tableEnreg button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}

.tableEnreg button:disabled {
  pointer-events: none;
  background: #d5c1c1;
}
.tableEnreg button:first-child {
  margin-left: 0;
}

.tableEnreg audio {
 	 display: block;
 	 width: 300px;
 	margin: 0 auto;
	height:28px;
	filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);

	margin-top: 30px;
}

.recordingsList{
	width: 100%;
}


button[id^="recordButton__"]{   min-width : 146px; }
button[id^="pauseButton__"]	{   min-width : 95px; }
button[id^="stopButton__"]	{   min-width : 95px; }

