@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration:none !important;
}

.button2 {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.218s,border 0.218s,box-shadow 0.218s;
}

.button3 {
	width:100px;
	height:100px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    opacity: 100;
    pointer-events: none;
    transition: background-color 0.218s,border 0.218s,box-shadow 0.218s;
	margin:20px;
}
.button3 :hover{
	background-color:#333;
}
button{	
	width:80px;
	height:40px;
	color:#fff;
	border: 1px solid #eee;	
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius:5px !important;
}
#recordButton{
	background-color:#007bff;
}
#stopButton{
	background-color:#FF0000;
}
#pauseButton{
	visibility:hidden;
}
#recorded-sounds-title{
	direction:rtl;
}
.hidden{
	display:none;
}
.save-to-disk{
	background-color:#00FF3C;
	width:80px;
	height:40px;
	color:#fff;
	border: 1px solid #eee;	
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius:5px !important;
	padding:10px;
	margin:5px;
}
.upload-to-server{
	background-color:#007bff;
	width:80px;
	height:40px;
	color:#fff;
	border: 1px solid #eee;	
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius:5px !important;
	padding:10px;
	margin:5px;
	
}
.upload-to-server:hover{
	box-shadow: 0px 0px 8px #666;	
	transition: 0.218s,border 0.218s,box-shadow 0.218s;
}
.upload-to-server a:hover{
	text-decoration:none;
}
#recordingsList{
	padding: 0;
}
#recordingsList a{
	display:block;
	width:100%;
	height:50px;
	margin:5px;
}
#recordingsList:hover a{
	text-decoration:none;
}
li{
	display:block;
}
.site-button{	
	height:40px;
	color:#fff;
	border: 1px solid #eee;	
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border-radius:5px !important;
	background-color:#007bff;
	display:inline-block;
	text-align:center;
	padding:5px;
}
.site-button-pronounce{
	width:80px;	
	height:40px;
	color:#fff;
	border: 1px solid #eee;	
	box-shadow: 0px 0px 5px #999;;
	border-radius:5px !important;
	background-color:#007bff;
	display:inline-block;
	text-align:center;
	padding:5px;
}
.site-button-pronounce:hover{
	box-shadow: 0px 0px 10px #666;
}
#record-section{
	direction:rtl;
}
#submit-record{
	padding-top:100px;
}
.login-to-record-message{
	background-color:#FF5B5B;
	color:#fff;
	padding:5px;
	margin-top:5px;
	text-align:center;
	box-shadow:0px 0px 10px #666;
	font-size:12px;
}

.select-category{
	padding-bottom:30px;
	direction:rtl;
}
.select-category select{
	width:100%;
	height:50px;
}