@charset "UTF-8";
/* CSS Document */
html, body
{
    height: 100%;
}
.top-menu{
	position:absolute;
	right:10px;
	top:15px;
    font-family:Trebuchet MS;
    font-size:12pt;
    color:#666;
    z-index:10;
}
.bottom-menu{
text-align: right;
	position:absolute;    
	font-family:Trebuchet MS;
    font-size:10pt;
    color:#666;
    right:0px;
    border-top: 1px solid #ebebeb;
bottom: 0px;
/*padding: 3px 0 10px;*/
width: 100%;
display: block;
font-family: arial,sans-serif;
line-height: 34px;
height: 34px;
padding-right:15px;
}
.bottom-menu a{	
	text-decoration:none;
	color:#666;
}
.bottom-menu a:hover{	
 text-decoration:underline;
}


button.orange, a.orange, input[type=submit].orange {
    padding: 10px 30px;
    -webkit-border-radius: 2px 2px;
    border: solid 0px rgb(153, 153, 153);
    background: #d64937; /* Old browsers */
    background: -moz-linear-gradient(top,  #d64937 0%, #d14836 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d64937), color-stop(100%,#d14836)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d64937 0%,#d14836 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d64937 0%,#d14836 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d64937 0%,#d14836 100%); /* IE10+ */
    background: linear-gradient(top,  #d64937 0%,#d14836 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64937', endColorstr='#d14836',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    font-size:11px;
    line-height: 1;
}
 
button.orange:hover, a.orange:hover, input[type=submit].orange:hover {
    padding: 9px 29px;
    border: 1px solid #b0281a;
    background: #dd4b39; /* Old browsers */
    background: -moz-linear-gradient(top,  #dd4b39 0%, #c53727 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b39), color-stop(100%,#c53727)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dd4b39 0%,#c53727 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dd4b39 0%,#c53727 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dd4b39 0%,#c53727 100%); /* IE10+ */
    background: linear-gradient(top,  #dd4b39 0%,#c53727 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#c53727',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 1px #333333;
    -moz-box-shadow: 0 1px 1px #333333;
    box-shadow: 0 1px 1px #333333;
}
 
button.orange:active, a.orange:active, input[type=submit].orange:active {
    padding: 9px 29px;
    border: 1px solid #b0281a;
    -webkit-box-shadow: inset 0 0 8px 4px rgb(197, 55, 39), 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px rgb(197, 55, 39), 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px rgb(197, 55, 39), 0 1px 0 0 #eeeeee; 
}
/*    */

.signup, .login{
background: #FFFFFF url('Street_Background.jpg') center center fixed no-repeat;
-moz-background-size: cover;
background-size: cover;
font-family:"Comic Sans MS", cursive	;
color:white;
}
h1 {
	color:white;
}
body{
	margin:0px;
}
.login_input {
color:#b5b5b5;
width: calc(100% - 10px);
width: -webkit-calc(100% - 10px);
width: -moz-calc(100% - 10px);
position:relative;
background-color:#E7E8E9;
}

.admin-search-input {
color:#b5b5b5;
width: calc(100% - 10px);
width: -webkit-calc(100% - 10px);
width: -moz-calc(100% - 10px);
position:relative;
background-color:#E7E8E9;
color:#999;
}

.ui-helper-hidden-accessible{
	display:none;
}
.phone{
	
	font-size: 14px;
	margin-top: 5px;
	color: #333;
	padding:5px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
.cpf{
	
	font-size: 14px;
	margin-top: 5px;
	color: #333;
	padding:5px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
.gray-highlight:hover{
	background-color:#E7E8E9;
}
.edit-item-area{
	margin-left:-28px;
}
.edit-label{
	margin-left: 28px;
}
.mobile{
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 5px;
	color: #333;
	padding:5px;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}
.small-pic{
	width:30px;
	height:30px;
	background-size:cover;
	margin-left: 5px;
	margin-top: 5px;
}
/**********************/
div#chatlist {
    width: 50px;
    height: 140px;
    border: 0px solid black;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
div.mousescroll {
    overflow: hidden;
}
div.mousescroll:hover {
    overflow-y: scroll;
}
ul {
    list-style-type: none;
}
.slimScrollDiv { border: 1px solid #fa0; margin:10px; }
/**********************/

.ui-autocomplete
{
max-width: 485px;
color: #b5b5b5;
font-family: 'Trebuchet MS';
font-size: 14.4pt;
background-color:white;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

a.vermais{
	background-color: #7C7C7C;
	color: white;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	/*opacity:0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);*/
}
a.vermais:hover{
	text-decoration: underline;
}
.ui-menu-item:hover{
	background-color:#E7E8E9;
	cursor:default;
}

ul{
	list-style-type:none;
}
li{
	list-style-type:none;
	margin-left: -40px;
	padding-left: 10px;
}

.vaga-tile{
	width:287px;
	height:90px;
	background-color:#FC9;
	margin-bottom:5px;
    cursor:pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 59%, #e1e1e1 95%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(59%,#f1f1f1), color-stop(95%,#e1e1e1), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 59%,#e1e1e1 95%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 59%,#e1e1e1 95%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 59%,#e1e1e1 95%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 59%,#e1e1e1 95%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

.vaga-tile:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 37%, #e1e1e1 95%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(37%,#f1f1f1), color-stop(95%,#e1e1e1), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 37%,#e1e1e1 95%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 37%,#e1e1e1 95%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 37%,#e1e1e1 95%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 37%,#e1e1e1 95%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}

.left-tag{
	display:inline-block;
	width:40px;
	height:100%;
	position:relative;
	border-right: 1px solid white;
}

.right-tag{
	
	width: 245px;/*calc(100% - 49px);*/
	height:90px;
	position:absolute;
	color:#666;
	font-family:"Trebuchet MS";
	font-size:12px;
	display: inline-table;
}
.address{
	margin-left:5px;
	font-family:Trebuchet MS;
	margin-top: 10px;
}
.address-popup{
	padding-left:40px;
}
.dark-font{
	color:#333;
}
.icons-types{
	position:absolute;
	bottom:0px;
	right:0px;
	height:24px;
	width:150px;
}
.jump-to-popup{
	position:absolute;
	bottom:0px;
	left:5px;
	height:20px;	
}
.pic-popup {
position: relative;
width: 150px;
height: 150px;
background-color: silver;
-moz-background-size: cover;
background-size: cover;
background-image: url(images/profile-pic.png);

}

.phone-input, .mobile-input, .cpf-input{
	width:128px;
	border:1px solid #b5b5b5;
}

input{
	/*border: 0px solid white;*/
	border:none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color:#b5b5b5;
padding-left:10px;
height:30px;
}
.name input{
	/*background-color:#b5b5b5;
    color:#E7E8E9;*/
	color:#b5b5b5;
    padding-left:10px;
	margin-bottom:5px;
	border: 1px solid #b5b5b5;
	width:128px;
}
.name{	
	padding:5px;
}
.sign_input{
color:#b5b5b5;
width: 85%;
max-width:300px;
position:relative;
left: 10%;
}
.addgarage_button{
	width:33px;
	height:33px;
	background-image:url(images/logout.png);
	background-position: 0px -33px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-17px;
}
.addgarage_button:hover{
 background-position: -33px -33px;
}
.addgarage_button:active{
	box-shadow:inset 0 0 3px #B5B5B5;
}

.title{
	text-align:center;
	width:100%;
	margin-top:180px;
}
.inline-block{
	display:inline-block;
}
/*
button{
	cursor: pointer;
background-color: white;
border: 4px solid #ffffff;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
color:#b5b5b5;
}
*/
.red-button{
display: inline-block;
background-color:#E81D27;
color:white;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border:none;
cursor:pointer;

}
.red-button:hover{
opacity:0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}
.red-button:active{
box-shadow:inset 0 0 5px #B5B5B5;
-moz-box-shadow: inset 0 0 5px #B5B5B5; /* Firefox */  
-webkit-box-shadow: inset 0 0 5px #B5B5B5; /* Safari, Chrome */
opacity:1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

/**/
.green-button{
display: inline-block;
background-color:#67A54B;
color:white;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border:none;
cursor:pointer;
height:30px;
}
.green-button:hover{
opacity:0.9;
-moz-opacity: 0.9;
filter: alpha(opacity=90);
}
.green-button:active{
box-shadow:inset 0 0 3px #B5B5B5;
}

/**/


.signup_button{
display: inline-block;
height: 30px;
left:none; 
position:absolute; 
right:0px; 
width:80px;
background-color:#E81D27;
color:white;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border:none;
cursor:pointer;
}
.signup_button:hover{
opacity:0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}
.signup_button:active{
box-shadow:inset 0 0 4px #B5B5B5;
-moz-box-shadow: inset 0 0 4px #B5B5B5; /* Firefox */  
-webkit-box-shadow: inset 0 0 4px #B5B5B5; /* Safari, Chrome */
opacity:1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

.cross{
background-image: url(images/fb1.png);
background-repeat: no-repeat;
background-position: -163px -381px;
background-color: #666;
width: 16px;
height: 16px;
position: absolute;
right: 0px;
top: 0px;
opacity:0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
cursor:pointer;
display:none;
}

.cross:hover{
opacity:1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}

.link-mapa span {
position: relative;
margin-right: 5px;     
}
.logo{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-51px;
	background-image:url(images/logo.png);
	width:338px;
	height:102px;
}
.icon-more{
	width:74px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: -74px -40px;/*
	width:27px;
	height:27px;
	background-image:url(images/fb1.png);
	background-position: -143px -438px;*/
	position: relative;
	left: 50%;
	margin-left: -37px;
	bottom: -15px;
	cursor: pointer;
}
.icon-less{
	width:74px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: 0px -40px;
	/*
	width:27px;
	height:27px;
	background-image:url(images/fb1.png);
	background-position: -116px -438px;*/
	position: relative;
	left: 50%;
	margin-left: -37px;
	bottom: -15px;
	cursor: pointer;
}

.icon-carro-small{
	width:20px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: 0px -20px;
	float: right;
	margin-left: 3px;    
}
.icon-caminhonete-small{
	width:20px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: -20px -20px;
	float: right;
	margin-left: 3px;
}
.icon-caminhao-small{
	width:20px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: -40px -20px;
	float: right;
	margin-left: 3px;
}
.icon-moto-small{
	width:20px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: -60px -20px;
	float: right;
	margin-left: 3px;
}
.icon-bicicleta-small{
	width:20px;
	height:20px;
	background-image:url(images/icons.png);
	background-position: -80px -20px;
	float: right;
	margin-left: 3px;
}
.icon-edit{
	width:20px;
	height:20px;
	background-image:url(images/logout.png);
	background-position: -123px -21px;
	cursor:pointer;
}
.ou{
	width:35px;
	height:70px;
	background-image:url(images/septa-ou.png);
	position:absolute;
	top:45px;
	left:-35px;
}

.icon-edit:hover{
	background-position: -123px 0px;
}
#submit{
	display:none;
}
.loading{
	background-image:url(images/ajax-loader.gif);
    background-repeat:no-repeat;
    width:16px;
    height:16px; 
    position:absolute;
	left:50%;
	top:50%;
	margin-left:-8px;
    margin-top:-8px;
	display:none;
}
.icon-save{
	width:20px;
	height:20px;
	background-image:url(images/logout.png);
	background-position: -144px -21px;
	cursor:pointer;
}
.icon-save:hover{
	background-position: -144px 0px;
}

.icon-map{
	width:29px;
	height:39px;
	background-image:url(images/logout.png);
	background-position: -165px 0px;
	cursor:pointer;
}
.icon-map:hover{
	background-position: -165px -40px;
}

.header{
	width:100%;
	height:230px;
	background-color:#E7E8E9;
    position:relative;
	background-image:url(images/fundo-peq.png);
	-moz-background-size: cover;
	background-size: cover;
}

.maps-icon{
	background-image:url(images/maps-icon.png); 
	width:32px; 
	height:32px;
	position: absolute;
	top: 34px;
	left: 25px;
	cursor:pointer;
}

.home.header{
	width:100%;
	height:304px;/*405px;*/
	background-color:#E7E8E9;
    position:relative;
	background-image:url(images/fundo-grande.png);
	-moz-background-size: cover;
	background-size: cover;
}

.center{
	position:absolute;
	left:50%;
}

input.search-bar{
   border:none;
    width:515px;
    height:30px;
    position:relative;
    margin-left:-257px;
    top:-45px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#b5b5b5;
	padding-left:9px;
	font-family:Trebuchet MS;
	font-size:14.4pt;
	padding-right: 39px;
}

.menu{
	width:100%;
	height:67px;
	background-color:#666;
	position:relative;
}
.link-mapa{
	float:right;
	font-weight:lighter;
	font-size:12pt;
	margin-right: 10px;
}
.link-mapa:hover{
	text-decoration:underline;
	color:#A5A5A5;
	cursor:pointer;
}
.link-mapa:active{
	color:#B5B5B5;
}
.header .content{
	height: 100%;
}
.menu .content{
	height: 100%;
}
.content {
	width: 980px;
	height: auto;
	position:absolute;
	left:50%;
	margin-left:-490px;
}
.personal-info{
	position:absolute;
	width:150px;
	left:50%;
	margin-left:-75px;
	color:#666;
	font-family:"Trebuchet MS";
	font-size:14pt;
	margin-top:10px;
}
.garage-div{
	width:100%;
	height:auto;
	/*background-color:#E7E8E9;*/
	font-family:"Trebuchet MS";
	font-size:13pt;
	color:#666;
	margin-bottom:10px;
	position: relative;
	background: #f1f1f1;
    background: -webkit-gradient(radial,100 36,0,100 -40,120,from(#fafafa),to(#f1f1f1)),#f1f1f1;
}
textarea.description{
    background-color:white;
    width:100%;
    max-width:100%;
    border:none;
    color:#666;
    padding:10px;
    box-sizing: border-box;
}
div.description{
    color:#666;
}
.admin{
	margin-top:28px;
}
.clear{
 width:100%;
 height:25px;
}
.street{
	font-weight:bold;
}
.hidden{
	display:none;
}
.neighborhood{
	font-weight:normal;
}
.area{
	font-size:12pt;
	font-weight:normal;
}
.logout{
	width: 80px;
	position: absolute;
	right: 0px;
	cursor:pointer;
	/*
	width:33px;
	height:33px;
	background-image:url(images/logout.png);
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-17px;*/
}
.plus{
	width:33px;
	height:33px;
	background-image:url(images/logout.png);
	background-position: 0px -33px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-17px;
}
.logout:hover{
 background-position: -33px 0px;
}
.logout:active{
	box-shadow:inset 0 0 3px #B5B5B5;
}

.plus:hover{
 background-position: -33px -33px;
}
.plus:active{
	box-shadow:inset 0 0 3px #B5B5B5;
}
.location-icon{
	width:23px;
	height:23px;
	background-image:url(images/location.png);
/*	background-position: -66px -66px;*/
	cursor:pointer;
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.location-icon:hover{
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);

}

.location-icon:active{
	/*background-position: -66px -66px;*/
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.search-icon{
	width:33px;
	height:30px;
	background-image:url(images/logout.png);
/*	background-position: -66px -66px;*/
	background-position: -66px -34px;
	cursor:pointer;
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.search-icon:hover{
	background-position: -66px -34px;
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);

}

.search-icon:active{
	/*background-position: -66px -66px;*/
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.carro-icon{
	width:36px;
	height:34px;
	background-image:url(images/logout.png);
	background-position: -194px 0px;
	cursor:pointer;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/*
.carro-icon:active{
	background-position: -230px 0px;
}*/

.caminhonete-icon{
	width:36px;
	height:34px;
	background-image:url(images/logout.png);
	background-position: -194px -34px;
	cursor:pointer;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.caminhao-icon{
	width:36px;
	height:34px;
	background-image:url(images/logout.png);
	background-position: -194px -68px;
	cursor:pointer;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.moto-icon{
	width:36px;
	height:34px;
	background-image:url(images/logout.png);
	background-position: -194px -102px;
	cursor:pointer;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.bicicleta-icon{
	width:36px;
	height:34px;
	background-image:url(images/logout.png);
	background-position: -194px -136px;
	cursor:pointer;
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


.types-icon:hover{
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.types-icon:active{
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}


.select {
   margin-top:3px;
	position: absolute;
	width: 40px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 30px;
	padding: 3px 24px 0 5px;
	color: #b5b5b5;
	background: url(images/logout.png) no-repeat;
	background-position: 0px -67px;
	overflow: hidden;
	font-family:'Trebuchet MS'; 
	font-size:14.4pt;	
}
.styled{
	height:30px;
	width: 69px;
}
.filters{
	margin-top: -30px;
	margin-left: -257px;
}
.more{
	width:27px;
	height:4px;
	background-image:url(images/logout.png);
	background-position: -66px 0px;
	position:relative;
	left:50%;
	margin-left:-13.5px;
	bottom:0px;
	cursor:pointer;
}

.more:hover{
 background-position: -95px 0px;
}
.more:active{
  opacity:0.7;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

.pictures-theater{
 background-color:black;
 -moz-background-size: contain;
 background-size: contain;
 cursor:pointer;
 background-repeat:no-repeat;
 background-position:center;
}

#content {
	width: 980px;
	height: 100%;
	background-color: gray;
	position:absolute;
	left:50%;
	margin-left:-450px;
}
.left{
	width:290px;
	position:absolute;
	left:0px;
	height:100%;
}
.left.admin-page{
	width:215px;
	position:absolute;
	left:0px;
	height:100%;
}
.margin5px{
	margin:5px;
}
.right{
	width:765px;
	position:absolute;
	right:0px;
	height:100%;
}
.menu-right{
	width:765px;
	position:absolute;
	right:0px;
	height:100%;
	font-family: Trebuchet MS;
}
.pic{
	position:relative;
	width:150px;
	height:150px;
	background-color:silver;
	left:50%;
	margin-left:-75px;
	-moz-background-size: cover;
	background-size: cover;
	background-image:url(images/profile-pic.png);
	cursor:pointer;
}
.garage-add-pic{
	position:relative;
	width:120px;
	height:120px;
	display:inline-block;
	background-image:url(images/pic.png);	
	-moz-background-size: cover;
	background-size: cover;	
}
.alan-upload{
	cursor:pointer;
	overflow: hidden;
}
.horizontal-space{
	position:relative;
	width:5px;
	height:auto;
	display:inline-block;
}
.vertical-space{
	position:relative;
	height:5px;
	width:auto;
}
info{
	display:none;
}

.add-garage{
	/*
	width:100%;
	border: 1px solid black;
	height: 20px;
	position:relative;
	text-align:center;*/
	cursor:pointer;
}

.add-garage-popup{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.9); 
	z-index:1000;	
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#B5B5B5;

}

.previews {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  
	position:absolute;
	margin-top:-22px;
	top:50%;
	left:20px;
background-image: url(images/fb2.png);
background-repeat: no-repeat;
background-size: auto;
background-position: 0 -145px;
height: 45px;
width: 27px;
cursor:pointer;
}

.previews:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.arrows{
	display:none;
}
.report{
	color:#fff; 
	cursor:pointer; 
	position:absolute; 
	bottom:0px; 
	right:0px; 
	width:80px; 
	height: 25px;
	text-shadow: 0px 0px 5px #000000;
	filter: shadow(color=#000000,direction=0,strength=5); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=0,strength=5)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.report:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.next{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  
	position:absolute;
	margin-top:-22px;
	top:50%;
	right:20px;
	background-image: url(images/fb2.png);
background-repeat: no-repeat;
background-size: auto;
background-position: -56px -145px;
height: 45px;
width: 27px;
cursor:pointer;
}

.next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.sign-popup{
	/*border: 0px solid #E7E8E9;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color:#E7E8E9;*/
	background-color:white;
	
	position:absolute;
	width:90%;
    min-width:500px;
	height:500px;
	left:50%;
	top:50%;
	margin-left:-45%;
	margin-top:-250px;
}
.border-internal{
	position:relative;/*
	width:calc(100% - 80px);
	height:calc(100% - 80px);
	border: 10px solid #B5B5B5;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background-color:transparent;
	margin:15px;
	padding:15px;*/
	height:100%;
}

.add-garage-popup .sign-popup .border-internal .right{
	width:360px;
	position:absolute;
	right:0px;
	height:100%;
	padding-left:10px;
	overflow: auto;
	overflow-x: hidden;
}

.add-garage-popup .sign-popup .border-internal .left-popup{
	width: calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: -moz-calc(100% - 360px);
	position:absolute;
	left:0px;
	height:100%;
}

.add-garage-popup .sign-popup .border-internal .left{
	width: calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: -moz-calc(100% - 360px);
	position:absolute;
	left:0px;
	height:100%;
}

/* Big Button Style */
 
.big {
    padding: 0 40px;
    padding-top: 10px;
    height: 45px;
    text-transform: uppercase;
    font: bold 20px/22px Arial, sans-serif;
}
 
.big span {
    display: block;
    text-transform: none;
    font: italic normal 12px/14px Georgia, sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}

/* Gray Color */
 
.gray {
    color: #515151;
 
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
    background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}


.gray-button {
height: 40px;
	
	display: inline-block;
    position: relative;
    margin: 10px;
    padding: 0 25px;
	padding-top: 10px;
    text-align: center;
    text-decoration: none;
    font: bold 20px/22px Arial, sans-serif;
 
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
	
    color: #515151;
 
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
    background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}
.gray-button:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}
.gray-button:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}
.gray-bar1{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 1px;
    background-color: #4A4A4A;
}

.float-left{
	float:left;
}
.float-left{
	float:right;
}

.vertical-gray-line{
height: 67px;
border-left: 1px solid #4A4A4A;
border-right: 1px solid #8a8a8a;
}

.vert-centered-text-out{
 position:absolute;
 display:table;
 width:150px;
 height:100%;
}
.vert-centered-text-out:hover{
	background-color:#727272;
}
.vert-centered-text-out:active{
	background-color:#5c5c5c;
}


.vert-centered-text-in{
	position: relative;
	color: #fff;
	width: 100%;
	left: 0px;
	text-shadow: 0 1px 0 rgba(29, 29, 29, 0.5);
	filter: shadow(color=rgba(29, 29, 29, 0.5),direction=135,strength=3); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=rgba(29, 29, 29, 0.5),direction=135,strength=3)";
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hidden{
	display:none;
}

.lot-reg-input{
	border: 1px solid #333; color:#333
}

.incomplete-address{
	color:red; 
	font-size:12px;
	font-family: Verdana;
}


input.myfile {
  height: 400px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 100px;
  z-index: 2;

  opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  -khtml-opacity: 0.0; /* Safari 1.x */
  -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

/* ------------------------------------------------------------------------------------------------------------- BUTTON */

.uibutton,
.uibutton:visited {
    position: relative;
    z-index: 1;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.6em 0.375em;
    border: 1px solid #999;
    border-bottom-color: #888;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
    /* outline: none; */
    color: #333;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.uibutton:hover,
.uibutton:focus,
.uibutton:active {
    border-color: #777 #777 #666;
}

.uibutton:active {
    border-color: #aaa;
    background: #ddd;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ............................................................................................................. Large */

.uibutton.large {
    font-size: 13px;
}

/* ............................................................................................................. Submit, etc */

.uibutton.confirm {
    border-color: #29447e #29447e #1a356e;
    color: #fff;
    background-color: #5B74A8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
}

.uibutton.confirm:active {
    border-color: #29447E;
    background: #4F6AA3;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*
@font-face {
    font-family: 'Segoe';
    src: url('Segoe.eot');
    src: url('Segoe.eot?#iefix') format('embedded-opentype'),
         url('Segoe.woff') format('woff'),
         url('Segoe.ttf') format('truetype'),
         url('Segoe.svg#Segoe') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*----------------------------------------------------------
Tablet Portrait size to standard 960 (768x1024) 
-----------------------------------------------------------
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
*/