@charset "utf-8";
/* CSS Document */

.divModSL {
	height: 40px;
	/*clear: left;
	float: right;*/
	width: 100%;
	text-align: right;
	border-top: thin solid #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top:5px;
	display: table;
}

#inputModSL {
	text-align: center;
	width: 35px;
}
.butonModSL {
	background-color: #FFC;
}
.divClear {
    clear:  both;
}

.reseteazaPuncteSL {
	cursor: pointer;
	cursor: hand;
	color: #006;
}
.reseteazaPuncteSL:hover {
	color: #F00;
}
#ModKeysDescSL {
	height: 20px;
	width: 100%;
	text-align: right;
	cursor: pointer;
	cursor: hand;
	padding-top:5px;
	margin-top: 5px;
}
#ModKeysDescSL span {
	margin-right: 15px;
}

#ModKeysDescSL:hover {
	background-color: #E8E9EB;
}
#KeywordsDescriereSL {
	margin-top: 5px;
	height: 80px;
	width: 100%;
	background-color: #E8E9EB;
	text-align: center;
	display:none;
}
.inputSL {
	height: 18px;
	margin-top: 5px;
	border: thin solid #036;
	width: 80%;
}
.butonSalveazaSL {
	margin-top : 5px;
}
