/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

ul.wpdeepl_corrections li{
	transition: all 0.2s;
	margin-bottom: 20px;
}

.wpdeepl_translation_results{
	font-weight: bold;
}
.wpdeepl_error{
	margin-bottom:.4em;
	color: #900;
}
#wpdeepl_warning{
	margin-bottom:.4em;
	color: #C60;
}
#wpdeepl_success{
	color: #090;
}

#wpdeepl_hidden_errors_number{
	margin-top: 0;
	color: #666;
	font-weight: bold;
	display: none;
}

.wpdeepl_correction_message{
	clear:left;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 6px 1em;
	background: #E4E4E4;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form-table th {
    width: 300px;
}
.form-table td{
    vertical-align: top;
}
.form-table table td{
	padding: 3px 10px;
}
.form-table table .select_all_rules_row td{
    padding-bottom: 15px;
}

.language_selection{
	float:right;
}
.language_selection label{
	margin-right: 5px;
}
.translation_button{
	display:block;
}

#wpdeepl_box .spinner{
	margin-top: 6px;
	float: none;
}
#wpdeepl_translation{
	float: left;
}

#wpdeepl_support a:hover{
	padding-left:6px;
	opacity:0.9
}

#credit a{
    background: transparent url(../img/logo.png) 0 0 no-repeat;
    display: inline-block;
    position: relative;
    overflow: hidden;
	text-indent: 64px;
    height: 32px;
    width: 64px;
	vertical-align: middle;
	transition: all 0.2s;
	margin-left: 10px;
}
#credit a:hover{
	opacity: 0.7;
}  