/*
 * Please see the included README.md file for license terms and conditions.
 */


/* This file is completely optional and not required. */
/* Note the reference that includes it in the index.html file. */


/* Disable certain interactions on touch devices */
/* SOURCE: https://github.com/ftlabs/fastclick/blob/master/examples/input.html */
/* LICENSE: https://github.com/ftlabs/fastclick/blob/master/LICENSE */
body {
    -webkit-touch-callout: none ;
    -webkit-text-size-adjust: none ; -ms-text-size-adjust: none ;
    -webkit-user-select: none ; -moz-user-select: none ; -ms-user-select: none ; user-select: none ;
    -webkit-highlight: none ;
    -webkit-tap-highlight-color: rgba(0,0,0,0) ;
    -webkit-tap-highlight-color: transparent ;      /* For some Androids */
}

/* Recommended for Windows 8 Phone */
/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */
html {
    -ms-touch-action: pan-x ;
}

/* Recommended for Windows 8 Phone */
/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */
body {
    -ms-touch-action: pan-y ;
    -ms-content-zooming: none ;
}

/* allow copy-paste */
input, textarea  {
    -webkit-user-select: text ; -moz-user-select: text ; -ms-user-select: text ; user-select: text ;
}

body {
    /* margin: 0.5rem ; */
    background: #F3F3F3 !important;
    background-color: #F3F3F3 !important;
    color: black ;
}

.upage-content { padding:0px; font-size:14px; text-align:justify;}
.upage-content h1 { background-color: #304195; font-size:18px; color:#FFF; text-shadow: none; padding: 10px 0px; text-transform:uppercase; text-align:center; margin: 0px; margin-bottom: 10px;}
h3 { font-size:16px; color:#304195; text-transform:uppercase; border-bottom:2px solid #304195; text-align:left; padding-bottom:5px;}

.cabecalho { height:60px !important; padding-top:0px; border:0px !important; border-radius:0px !important; background-color: #F3F3F3 !important; border-bottom: 1px solid #340155 !important;  }

.logo  { heigth:40px !important; max-height: 40px; width: auto !important; margin-top: 5px;}

.lotes { margin:0px; padding:0px; margin-top:20px; width:48%; margin-left:1%; margin-right:1%; float:left; }
.lotes a { margin:0px; padding:0px; text-decoration:none; color:#3071aa;}
.lotes a:hover { color:#000;}
.lotes .img { margin-bottom:0px; border:1px solid #CCC; height:120px; }
.lotes h3 { font-size:12px; margin:4px 0x 4px 0px; padding:0px; text-align:center; border:0px; }
.lotes h5 { font-size:12px; margin:0px; padding:0px; color:#000; font-weight:normal; margin-bottom:10px; text-align:center;}

			.ui-tabs .ui-tabs-active {
				background-color: #000;border: 0px;
				box-shadow: none;
				text-shadow: none;
			}

.menu { text-shadow: none; color:#FFF; background-color: #004E98; font-weight: normal !important; font-size: 13px;}
.menu i { margin-right: 5px; color: #666; }

#box_subcategoria { display:none;}

#php_logado { text-align:center; width:100%; margin-top:10px; font-size:13px; }

textarea.ui-input-text { height: inherit !important}
