html ,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.ui-content {
    padding: 0;
}
.ui-footer {
    text-align: center;
    padding: 5px 0;
}
.portrait, .portrait #mappage {
    min-height: 0;
}
/*.portrait, .portrait .ui-page{*/
    /*min-height: 0;*/
/*}*/
#mappage, #mappage .ui-content, #map {
    width: 100%;
    height: 100%;
}
.olControlAttribution {
    font-size: 10px;
    bottom: 5px;
    right: 5px;
}
#navigation {
    position: absolute;
    bottom: 70px;
    left: 10px;
    z-index: 1000;
}
#navigation .ui-btn-icon-notext {
    display: block;
    padding: 7px 6px 7px 8px;
}
#title, #tags, #shortdesc {
    display: none;
}
.ui-icon-check {
    opacity: 0.3;
}
.checked .ui-icon-check {
    opacity: 1;
}
.ui-icon-locate {
    background-image: url(img/locate.png);
}
.ui-icon-layers {
    background-image: url(img/openlayers.png);
}
.ui-content .ui-listview-inset, #search_results {
    margin: 1em;
}
.ui-content .ui-listview {
    margin: 0px;
}
#details-list li{
	padding:15px 10px;
}

.footer{
	position: absolute !important ;
	bottom: 0;
	width: 100%;
	padding: 0;
	z-index: 1000;
}

.footer-control-group{
	height:	100%;
	width: 100%;
	margin: 0;
}

.footer-button{
	width: 33%;
}

.footer-control-group .ui-controlgroup-controls {
	width: 100%;
}

.header{
	color: white; !important
}

.header .header-button{
	margin : 0;
}

.checkboxWidth{
	width:	53px;
}

.ui-content {
	padding-bottom: 60px;
}

.table-details{
	border: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

.table-details th {
	padding: 3px 0;
}

.two-col{
	width: 50%;
	padding: 1px 10px;
}

.left-col{
	text-align: left;
}

.right-col{
	text-align: right;
}

/* Modified at first page loading in javascript*/
.ui-content-smart{
	height: 0;
	width: 0;
}

.commands-table {
	padding: 10px 0;
}

.commands-table thead td{
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
}

.ui-select {
	width: 95% !important;
}


