/*STILI INPUT*/

.ui-timepicker{
    border: 1px solid black;
}

#print {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_esporta.png") top left no-repeat;
}
div.input {
	float: left;
	width: 97%;
	height: 32px;
	margin-bottom: 10px;
	border: 1px solid grey;
	border-radius: .25rem;
	text-align: left;
	padding-left: 2px;
	background-color: white;
}


div.input:focus-within {
	border:1px solid #5897fb;
	background-color: #ffffd3;
}

div.inputNoHeight {
	float: left;
	width: 97%;
	padding-left: 7px;
	margin-bottom: 10px;
}

div.check {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.select {
	float: left;
	width: 100%;
	height: 32px;
	position: relative;
	text-align: left;
	margin-bottom: 12px;
}

div.selectmulti {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	border-radius: 2px;
}

div.input input {
	font-family: "Open Sans";
	color: #111;
	text-align: left;
	line-height: 28px;
	font-size: 1em;
	height: 32px;
	width: 90%;
	text-indent: 2px;
	padding: 0;
	border: transparent;
	background-color: transparent;
	text-align: left;
}

div.select select {
	font-family: "Open Sans";
	color: #111;
	text-align: left;
	line-height: 28px;
	border: 1px solid grey;
	border-radius: .25rem;
	font-size: 1em;
	height: 34px;
	width: 97.5%;
}

span.customSelect {
	font-size: 1em;
	line-height: 34px;
	background-image: url("../img/input_bg.png");
	background-position: top left;
	font-family: "Open Sans";
	color: #111;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
	height: 32px;
	background-color: none;
	text-indent: 5px;
}
span.customSelect.changed {
	background-color: #ECECEC;
}
.customSelectInner {
	background:url("../img/input_dx_select.png") no-repeat center right;
	width: 44px;
	height: 32px;
}


textarea.textarea {
	font-family: "Open Sans";
	color: #111;
	text-align: left;
	line-height: 15px;
	/*border: none;
	background: url("../img/input_bg_textarea.png") top right no-repeat;*/
	font-size: 1em;
	height: 102px;
	width: 98%;
	/*width: 583px;*/
	float: left;
	text-indent: 15px;
	padding-top: 10px;
}


div.input span {
   width: 90%;
}

div.input span.username:after {
   font-family: FontAwesome;
   content: "\f2bd";
   display: inline-block;
   padding-right: 3px;
   padding-bottom: 4px;
   vertical-align: middle;
}

div.input span.password:after {
   font-family: FontAwesome;
   content: "\f023";
   display: inline-block;
   padding-right: 3px;
   padding-bottom: 4px;
   vertical-align: middle;
}

div.input span.date:after {
   font-family: FontAwesome;
   content: "\f073";
   display: inline-block;
   padding-right: 3px;
   padding-bottom: 4px;
   vertical-align: middle;
}

div.input span.time:after {
   font-family: FontAwesome;
   content: "\f017";
   display: inline-block;
   padding-right: 3px;
   padding-bottom: 4px;
   vertical-align: middle;
}

div.input span.modal input {
	background: url("../img/input_dx_modal.png") top right no-repeat;
}

div.input span.money:after {
   font-family: FontAwesome;
   content: "\f153";
   display: inline-block;
   padding-right: 3px;
   padding-bottom: 4px;
   vertical-align: middle;
}

div.input span.perc input {
	background: url("../img/input_dx_perc.png") top right no-repeat;
}


#send {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #D82328;
	border: solid 1px #984710;
	width: 75px;
	height: 30px;
	color: #FFF;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
}

#send:hover {
	color: #984710;
}

input.cerca {
	border: none;
	width: 97%;
	color: #333;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 15px;
	background: url("../img/tools_search.png") top right no-repeat;
	height: 24px;
	line-height: 20px;
}

label {
	color: #111;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	width: 100%;
	float: left;
	clear: both;
}


#filter, #resetfilter {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8B8E7B;
	border: solid 1px #525448;
	width: 75px;
	height: 30px;
	color: #FFF;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#filter.filtra {
	background: #6AD85A;
	width: auto;
	color: #000;
	font-size: bold;
}

#resetfilter.resetta {
	background: #CCC;
	color: #666;
}

#filter:hover, #resetfilter:hover {
	color: #D82328;
}

#modifyall1, #cancelall1,  #addnew1, #modifyall2, #cancelall2,  #addnew2 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #D5D8C4;
	height: 32px;
	color: #8B8E7B;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#modifyall1, #modifyall2 {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_modifica.png") top left no-repeat;
}

#cancelall1, #cancelall2 {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_cancella.png") top left no-repeat;
}

#addnew1, #addnew2 {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_aggiungi.png") top left no-repeat;
}


.gestisci {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #D5D8C4;
	height: 26px;
	color: #8B8E7B;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	background: #EDF0DA;
	float: left;
}

#apply {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #D82328;
	border: solid 1px #984710;
	width: 140px;
	height: 30px;
	line-height: 20px;
	color: #FFF;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

#save,.save {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8B8E7B;
	border: solid 1px #525448;
	background: #D82328;
	border: solid 1px #D82328;
	width: 75px;
	height: 30px;
	line-height: 20px;
	color: #FFF;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
}

#undo {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #EDF0DA;
	border: solid 1px #D5D8C4;
	width: 75px;
	height: 30px;
	line-height: 20px;
	color: #8B8E7B;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
}

#addsingle {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #D5D8C4;
	height: 32px;
	color: #8B8E7B;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
}

#addsingle {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_aggiungi.png") top left no-repeat;
}


.basebutton {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #D5D8C4;
	height: 32px;
	color: #8B8E7B;
	font-size: 0.9em;
	font-family: "Open Sans";
	cursor: pointer;
	float: left;
	margin-left: 10px;
}

.postlistatobutton{
	float: right;
	margin-top:-10px;
	margin-bottom:5px;
	margin-right: 10px;
}

#selectall {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_seleziona.png") top left no-repeat;
}

#deselectall {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_deseleziona.png") top left no-repeat;
}

#export {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_esporta.png") top left no-repeat;
}

#globalExport {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_esporta.png") top left no-repeat;
}

#sendto {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_esporta.png") top left no-repeat;
}

#modify {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_modifica.png") top left no-repeat;
}

#closewindow {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_chiudi.png") top left no-repeat;
}


#cancelall {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_chiudi.png") top left no-repeat;
}


#print {
	padding-left: 40px;
	background: #EDF0DA url("../img/input_sx_esporta.png") top left no-repeat;
}

.ReportisticaBancali{
	font-size:26px;
	width: 33%;
	height: 250px;
	border:1px solid #CCCCCC;
	float: left;
	padding-top: 60px;
}

.ReportisticaBancali:hover{
	border:1px solid #CCCCCC;
	color:#D82328;
}

.chosen-container{
	width: 95%;
}