button{
	display: inline-block; 
	background: none;
	border: 0;  
	background-image: url('images/bg_login.png');
	background-repeat: repeat-x;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;	
	color:#fff;
	font-weight: bold;
	padding: 10px;
}

label{ 
	color: #888;
	font-size: 15px;
	font-weight: bold;
}

.space{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -999999999px;
}

form ul li{
	margin: 0 0 10px auto;
}

form ul li ul li{
	margin: 0;
}

.new-form select,
.new-form input,
.new-form textarea{
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset -1px 2px 4px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: inset -1px 2px 4px rgba(50, 50, 50, 0.1);
	box-shadow: inset -1px 2px 4px rgba(50, 50, 50, 0.1);
	margin: 0;
	overflow: hidden;
	width: 200px;
}

.new-form input{
	height: 30px;
	padding: 0 5px;
}

.new-form select{
	padding: 0 5px;
	width: 212px;
	height: 32px;
}

.new-form textarea{
	resize:none;
	min-height: 100px;
	padding: 5px;
} 

#plata_dialog_open{
	margin: 0 0 20px 0;
}

#plata_dialog{
	overflow: visible;
}

#plata_dialog ul{
	width: 260px;
}

#plata_dialog ul ul{
	width: auto;
}

#plata_dialog .plata_pachet_detalii li{
	color: #666;
	font-size: 15px; 
}

#plata_dialog .plata_pachet_detalii li span{ 
	font-weight: normal;
}

#plata_dialog .plata_pachet_detalii li h3{
	font-size: 18px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ddd ;
}

.new-form li{
	display: inline-block;
	margin: 0 0 10px auto;
}

.new-form .plata_pachet_detalii li{
	display: block;
} 

.fc-widget-content.selectable{
	border: 1px solid #f00000;
}

#loader{
	width: 100%;
	height: 100%;
	padding: 0 0 20px 0;
	position: absolute;
	background: rgba(196,196,196,0.5);
	top: 0;
	z-index: 9999;
	display: none;
}

#loader .load{
	position: relative;
	display: block;
	width: 1px;
	height: 1px;
	top: 45%;
	overflow: visible;
	margin: 0 auto;
	font-size: 45px;
} 

#rapoarte_buttons li{
	display: inline-block;
	margin: 0 10px 0 0;
}

#programari .tab #raport{
	color: #000;
}

#rapoarte .jurnal_casa .col.left{
	width: 40%;
}
#rapoarte .jurnal_casa .col.right{
	width: 55%;
}

#rapoarte #perioada .label{
	margin-bottom: 10px;
}

#rapoarte #perioada .form li{
	display: inline-block;
	margin-right: 10px;
	width: 150px;
}

#rapoarte #perioada input{
	width: 140px;
}

#plata_dialog button{
	padding: 10px 20px;
} 

#lista_programari #raport{
	color: #000;
}

#body .login.body{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#form.login{
	-webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.3);
	background: #fff;
}

#plata_dialog form ul.left li.checkbox input,
#plata_dialog li.checkbox input{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 15px;
	width: 15px;
	margin: 0 auto 0 0;
}

#plata_dialog li.checkbox{
	margin: 0 0 10px 0;
}

#search_lista li{
	display: block;
}

#search_lista li ul li{
	display: inline-block;
}

#search_lista .checkbox input{
	width: 16px;
	height: 16px;
} 

#search_lista button[type='reset']{
	padding: 5px 20px;
	font-size: 20px;
}