/* Put your custom CSS here */
/*
.ui-content {
    position : absolute;
    top      : 43px;
    right    : 0;
    bottom   : 43px;
    left     : 0;
}

#listaMovimentiContent.ui-content {
    position : absolute;
    top      : 43px;
    right    : 0;
    bottom   : 100px;
    left     : 0;
}

#editMovimentoContent.ui-content {
    position : absolute;
    top      : 43px;
    right    : 0;
    bottom   : 100px;
    left     : 0;
}
*/

.center-button{
margin: 5 auto;
}

.center-wrapper{
text-align: center;
}

.center-wrapper * {
margin: 5 auto;
}
/*
@media only screen and (min-width: 600px) {
  .ui-page {
    width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  .ui-footer {
    max-width: 600px;
    margin: 0 auto;
  }
  BODY {
    background-color: #ccc !important;
  }
}
*/

.wp-firstfield
{
	text-align:left; 
	width:120px;
}

.wp-data {
	text-align:right; 
	width:110px;
}

.wp-dalaltxt {
	text-align:right; 
	width:30px;
}

.wp-oramintxt {
	text-align:right; 
	width:40px;
}

.wp-oraminval {
	text-align:right; 
	width:90px;
}
	
.wp-oramindp {
	text-align:center; 
	width:10px;
}

.listItemNoIcon .ui-icon
{

 display: none;

}