/*
pack de cores baseline
Verde: #90d401
Light Grey: #bfbfbf
Dark Grey: #808080
Blue: #45658c
Orange: #f79a08
Red: #d95151

*/



@font-face {
    font-family: 'centrale_sansbold';
    src: url('../css/fonts/centralesans-bold-webfont.woff2') format('woff2'),
         url('../css/fonts/centralesans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'centrale_sanslight';
    src: url('../css/fonts/centralesans-light-webfont.woff2') format('woff2'),
         url('../css/fonts/centralesans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'centrale_sansmedium';
    src: url('../css/fonts/centralesans-medium-webfont.woff2') format('woff2'),
         url('../css/fonts/centralesans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'centrale_sansregular';
    src: url('../css/fonts/centralesans-regular-webfont.woff2') format('woff2'),
         url('../css/fonts/centralesans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body{
	font-family: centrale_sansregular;
	margin-top: 45px;
}

a, a:hover{
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}


	
.selectorDownArrow,
.selectorUpArrow{
	position: absolute;
	margin-top:-30px;
	right: 20px;
}
.selectorUpArrow{
	display:none;
}
.textareaDownArrow{
	position: absolute;
	margin-top:-25px;
	right: 17px;
}

.mandatoryAsterisk{
	font-size: 16px;
	color: #8BD40A
}

.backNavigationSet{
	color:#808080;
	cursor:pointer;
}
.backNavigationSet i{
	font-size:18px;
	border:1px solid;
	padding: 3px 8px;
	border-radius:45px
}
.backNavigationSet td:nth-of-type(2){
	padding-left: 10px
}

.backNavigationSet div:first-of-type{
	color: #808080;
	font-family: centrale_sansregular;
	font-size: 10px;
}
.backNavigationSet div:nth-of-type(2){
	color: #808080;
	font-weight: bold;
	font-size: 14px;
}


.selectorContainer{
	border: 1px solid #CCCCCC;
	display:none;
	position: absolute;
	z-index: 1000;
	background:#fff;
	margin-top: 3px;
}


.checkboxContainer{
	color: #808080;
}
.checkboxContainer i{
	font-size: 15px;
	color:#8BD40A;
}
.checkboxContainer>div:first-of-type{
	border: 1px solid #D9D9D9;
	padding: 1px 4px;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	background:#ffffff
}

.checkboxWithSelector{
	position:relative;
	top: -4px
}

.checkboxContainer .formGroupContainer{
	display: inline-block;
	width: calc(100% - 35px);
	color: #808080;
}

.checkboxContainer .selectorContainer{
	width: calc(100% - 70px);
}

.mandatoryFieldLabel{
	color: red;
	font-size: 10px;
	position: absolute;
	display: none;
}

.bigGreenTitle{
	color:#8BD40A;
	font-size:40px;
	margin-top: 40px;
	margin-bottom: 20px
}

#reservationDetailsContainer{
	position: fixed;
	z-index: 1999;
	margin-top: 30px;
	right: auto;
	transition:all 1s;
	display: block;
	min-width: 350px;
}
#showReservationDetailsButton{
	display:none;
	z-index: 2010;
	position: fixed;
	background: #90D401;
	background: #ccc;
	color: #fff;
	right: 0;
	margin-top:30px;
	padding: 10px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: justify;
	max-width: 80px;
	font-size: 30px;
	height: 62px;
}


/*-----------------    Calendário    -----------------*/

.calendarGeneralContainer{
	font-size: 16px;
	color: #808080;
	font-family: centrale_sansregular;
	text-align:center;
	margin: auto;
	padding: 0px
}
.calendarGeneralContainer .col-md-4:nth-of-type(3){
	border-left: 1px solid #F6F6F6;	
}


.calendarGeneralContainer .headLine{
	padding-top: 20px;
	padding-bottom: 20px;
}
.calendarGeneralContainer .headLine>img{
	cursor: pointer;
}

.calendarDateTitle,
.calendarHourTitle{
	color: #8BD40A;
	font-size: 20px;
	text-align: left;
}

.calendarDateTable{
	width: 100%
}

.calendarDateTable th{
	font-size: 12px;
	font-weight: bold
}

.calendarDateTable td{
	font-size: 12px;
	padding:8px 5px;
}

.calendarDateTable td.dayLocked{
	color: #D9D9D9
}

.calendarDateTable td.dayPresent{
	font-weight: bold
}

.calendarDateTable td.dayAvailable{
	cursor:pointer;
}

.calendarDateTable td.daySelected{
	cursor:pointer;
	background: #8BD40A;
	color:#fff;
}


.calendarHourTable{
	text-align:center;
	margin: auto;
}

.calendarHourTable img{
	cursor: pointer
}


.calendarHourTable .hourDigits{
	font-size:69px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 1;
}
.calendarHourTable .hourValue,
.calendarHourTable .minuteValue{
	min-width: 100px
}

.calendarHourTable .confirmDateButton{
	background-color: #8BD40A;
	opacity: 0.5;
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px
}

.calendarHourTable .confirmDateButton.active{
	opacity: 1;
	cursor:pointer;
}


.calendarSelectorDownArrow,
.calendarSelectorUpArrow{
	margin-top: -30px;
	position: absolute;
	right: 20px
}
.calendarSelectorUpArrow{
	display:none;
}


#reservationBasicsContainer .triangle-up{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-bottom: 15px solid #eee;
	margin-left: 40%;
	z-index: 5000;
	display:none;
	top: 2px
}


#reservationBasicsContainer .tituloDeBloco{
	margin-top: 20px
}
#reservationBasicsContainer hr{
	color:#E6E6E6;
	margin-top: 40px
}

.calendarContainer #templateContainer{
	position: absolute;
	top: -36px
}

/*-----------------    Fim Calendário    -----------------*/







/*-----------------    Redefinição de classes de bootstrap    -----------------*/

label{
	margin-bottom: 0.1rem;
	color:#808080;
	font-size: 14px;
}

.form-control{
	font-size: 16px;
	font-family: centrale_sansregular;
	color: #000000 ;
	border: 1px solid #D9D9D9;
	border-radius: 0;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #D9D9D9;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(139, 212, 10, 0.25);
}
.form-control[readonly]{
	background-color: #fff;
}

.btn:focus {
	box-shadow:none;
}


.text-muted{
	color: #8BD40A !important;
	font-weight: bold;
}


/*-----------------    Fim de redefinição de classes de bootstrap    -----------------*/












/*-----------------    Header    -----------------*/

#messageContainer{
	position: fixed; 
	z-index: 10000;
	background: #000;
	opacity: 0.7;
	height:100vh;
	width: 100vw;
	display: none;
	margin-top: -50px;
}
#messageBox{
	position: fixed; 
	z-index: 10001;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
	width: 50vw;
	max-height: 80vh;
	margin: 10vh 24vw 0 24vw;
	text-align: center;
	padding: 5vh;
	display: none;
	overflow-y: scroll
}

#messageBox .title{
	font-weight: bold;
	font-size: 40px;
	color: #90D401;
}

#messageBox .message{
	font-size: 16px;
	color: #4D4D4D;
	margin-bottom: 32px;
}

#messageBox .button{
	background-color: #90D401;
	font-size: 17px;
	color: #fff;
	padding: 10px 40px;
	display:inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}


#topMenuContainer{
	background:#90D401;
	position: fixed;
	height: 45px;
	width: 100%;
	top: 0;
	z-index: 2000;
	/*transition: top 0.3s; */
}

#topMenuContainer_whoAreWe{
	position: absolute; 
	background: #fff; 
	padding: 10px; 
	top: 45px; 
	margin-left: -100px;
	display:none;
	color: #8BD40A;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.subMenuQuemSomosArea{
	text-align:center;
	display: inline-block;
	margin:20px;
}
.subMenuQuemSomosArea div{
	padding-top: 5px
	
}

.subMenuQuemSomosVerticalBar{
	border-left:1px solid #eee;
	display:inline-block;
	position:absolute;
	margin: 10px 0;
	height: 90px
}

.topMenuOption{
	color: #fff;
	white-space: nowrap;
	margin: 0;
	font-size: 14px;
	min-height: 45px;
	cursor:pointer;
}

.topMenuOption:not(.topMenuReserveJa){
	padding: 12px 20px;
}


.topMenuOption:hover,
.topMenuOption.selected{
	color: #8BD40A;
	background:#ffffff
}


.topMenuOption img{
	position:relative; 
	top: -3px;
	right: -4px;
}

.topMenuReserveJa{
	text-align:center;
	background: #7DBF09;
	font-size: 12px;
	padding: 0 20px;
}
.topMenuReserveJa div:nth-of-type(2){
	font-size: 14px;
	font-weight: bold;
}




#loginContainer{
	z-index:5000;
	width: 328px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 45px;
	left: 50%;
	background:#fff;
	padding: 20px;
	display:none;
}

#buttonLogin{
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	background: #8BD40A;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	padding: 8px 20px;
	cursor: pointer;
	text-align:center;
}

#linkNewUser{
	color:#8BD40A;
	text-align:center;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}

#topMenuContainer .fa-bars{
	color: #fff;
	font-size: 30px;
	display:none;
	position:absolute;
	right: 80px;
	top: 5px;
}

#verticalMenuContainer{
	position: absolute;
	width: 200px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	position: absolute;
	top: 39px;
	right:0;
	background:#fff;
	padding: 20px;
	z-index: 2000;
	display: none;
}
/*-----------------    Fim Header    -----------------*/


/*-----------------    Footer    -----------------*/
#bottomMenus{
	margin-top: 50px;
	padding-top:47px ;
	padding-bottom:47px ;
	background: #4D4D4D;
	color:#ffffff;
	z-index: 2000;
}

#footer{
	background: #262626;
	color:#FAFAFA;
	padding: 30px;
}
#footer .col-md:nth-of-type(1){
	text-align:left;
}
#footer .col-md:nth-of-type(2){
	text-align:right;
}
#footer .col-md div{
	display: inline-block;
}

.bottomMenuTitle{
	font-size:16px;
	line-height: 35px;
	font-weight: bold;
}
.bottomMenuItem{
	font-size:16px;
	cursor:pointer;
	vertical-align:top;
}

#bottomMenus .col-md:not(:first-of-type){
	border-left: 1px solid #808080;
}


#partnersAccessButton{
	font-size: 18px;
	text-align:center;
	padding: 10px 20px;
	background-color: #8BD40A;
	color: #4D4D4D;
	width: 70%;
}

#bottomMenus img{
}

/*-----------------    Fim Footer    -----------------*/







/*-----------------    Homepage    -----------------*/
#homepageMessage_line1{
	font-weight: bold;
	font-size:50px;
	font-weight:bold;
	text-align:center;
}

#homepageMessage_line2{
	font-size:30px;
	text-align:center;
}

#centralSelectorsContainer{
	margin-top:-110px;
	height: 190px;
}


#centralSelectorsContainer .tabs div:first-of-type{
	font-weight: bold;
	font-size:18px;
}

#centralSelectorsContainer .mandatoryFieldLabel{
	margin-top: 20px;
}
.centralSelectorsTab{
	border: 1px solid #808080;
	padding:10px 15px;
	background-color: #808080;
	flex: 0;
	min-width: 200px;
	z-index:1999;
	color:#fff;
	position: relative;
	top: 0px;
	margin: 0;
}

#makeReservationIcon,
#checkReservationIcon{
	width: 30px
}
.centralSelectorsTab img{
	position: absolute;
	right: 20px;
	top: 22px;
}

.centralSelectorsTab.active{
	border: 1px solid #fff;
	background:#fff; 
	color:#8CD50C;
	margin: 0;
}

.centralSelectorsCell{
	color: #8BD40A;
	font-weight: bold;
	font-size: 14px;
	background:#ffffff;
	padding: 15px 50px 15px 10px;
	white-space: nowrap;
	display:inline-block;
	position:relative;
	border: 1px solid #fff;
	min-width: 13%;
	max-width: 39%;
	display:inline-block;
}

#centralSelectors_block3 #templateContainer{
	background:#fff;
	margin-top: 18px;
	position:absolute;
	z-index:999;
	padding: 30px;
	white-space: nowrap;
	width: auto;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}







.centralSelectorsCell .triangle-up{
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;  
  border-bottom: 15px solid #fff;
	margin-left: 50%;
	position: absolute;
	top: 82px;
	z-index: 1000;
	display:none
}

.centralSelectorsCell .selectorUpArrow,
.centralSelectorsCell .selectorDownArrow{
	margin-top: 0;
	position: absolute;
	right: 5px
}


.centralSelectorsCell  .textSelect{
	color: #D9D9D9;
	font-family:centrale_sansregular;
	font-style:italic;
	margin-top: 5px;
}
#centralSelectors_block1 .centralSelectorsCell:nth-of-type(1),
#centralSelectors_block1 .centralSelectorsCell:nth-of-type(2),
#centralSelectors_block1 .centralSelectorsCell:nth-of-type(3),
#centralSelectors_block2 .centralSelectorsCell:nth-of-type(1){
	border-right: 1px solid #EEEEEE;
}


#centralSelectorsButtonReservar,
#centralSelectorsButtonPesquisar{
	background-color: #8BD40A;
	color: #FFFFFF;
	text-align:center;
	font-weight: 300;
	font-size: 25px;
	padding:0;
	width: 20%;
	float: right;
	height:100% ;
	padding-top: 25px;
	cursor: pointer;
}


#forgotReservation{
	font-size:13px;
	padding: 10px;
	color:#BFBFBF;
	height: 40px
}

#forgotReservation span:nth-of-type(2){
	color:#8CD50C;
	cursor: pointer;
}

.homepageBlockTitle {
	color: #8BD40A;
	font-size: 40px;
	font-weight: 300;
	text-align:center;
	padding-bottom:40px;
	padding-top:40px;
}
.homepageBlockTitle>span:first-of-type {
	color: #8BD40A;
}
.homepageBlockTitle>span:nth-of-type(2) {
	color: #888888
}

#setEasyparkingAdvantages .col-md{
	text-align: center
}

#setEasyparkingAdvantages .col-md>div{
	font-size: 25px;
}

#setEasyparkingAdvantages .col-md>div:nth-of-type(2){
	font-family:centrale_sansregular;
	font-size: 20px;
	color: #888888;
}

#knowEasyParkingContainer{
	padding-bottom: 81px;
}
#knowEasyParkingContainer .imageContainer {
	height:210px;
	overflow: hidden
}
#knowEasyParkingContainer img {
	min-height:210px;
	max-width: 15vw;
}

.tooltipTitle{
	color:#8CD50C;
	font-weight: bold;
	font-size: 18px;
	position: static;
	margin-bottom: 20px;
}

.tooltipImageContainer{
	color: #808080;
	font-family:centrale_sansregular;
	padding: 0 8px 0 8px;
	display: inline-block;
	text-align: center;
}

.tooltipImageContainer .airportLabel{
	position:absolute;
	width: 100px;
	margin: 15px;
	padding: 8px;
	margin-top: -48px;
	text-align: center;
	background: rgba(255,255,255, 0.9);
	color: #808080;
	font-size: 16px;
}
.tooltipImageContainer.airport{
	cursor: pointer;
}

.tooltipImageContainer .tooltipImage{
	border: 2px solid #fff;
	margin-top: 5px
}

.tooltipImageContainer.active .tooltipImage{
	border: 2px solid #8BD40A	
}

.tooltipImageContainer.active .airportLabel{
	background: rgb(139, 212, 10, 1);
	color:#fff;
}

.tooltipImageContainer.vehicleType div:nth-of-type(1){
	font-size:12;
	font-weight: bold;
	text-align:center;
	margin-top: 5px;
}

.tooltipImageContainer.vehicleType div:nth-of-type(2){
	font-size:10px;
	text-align:center;
}
.tooltipImageContainer.vehicleType.activeVehicle div:nth-of-type(1),
.tooltipImageContainer.vehicleType.activeVehicle div:nth-of-type(2){
	color: #8CD50C;
}

.tooltipImageContainer.vehicleType div:nth-of-type(3){
	background: #808080;
	color:#fff;
	padding: 10px;
	margin-top: 15px;
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	cursor: pointer;
	font-size:12px;
	text-align:center;
	font-weight: bold;
}
.tooltipImageContainer.vehicleType.activeVehicle div:nth-of-type(3){
	background: rgb(139, 212, 10, 1);
}

.testimonialsContainer{
	text-align: center;
	float:left;
	margin-top: 30px;
	text-align:center;
	width: 100%;
	margin-bottom: -40px
}

#testimonialsLeftCell{
	float: left;
	margin-right: 60px;
}

#testimonialsLeftCell img{
	height: 250px;
	width: 250px;
	border-radius: 125px;
	margin: auto
}

#testimonialsRightCell {
	text-align:justify;
	position: relative;
	top: -40px	
}

#testimonialsRightCell div:first-of-type{
	font-size: 20px;
	text-align: justify;
	position: relative;
	top: -40px;
	line-height: 2;
}

#testimonialsRightCell div:nth-of-type(2){
	font-size: 25px;
	text-align: right;
	color:#8BD40A;
	font-weight: bold;
}

#testimonialsRightCell div:nth-of-type(3){
	font-size: 20px;
	text-align: right;
}

#vantagensEasypoint{
	background:url('/local/layout/easyparking/resources/images/easypoint_bg_hor.jpg') 50% 50% no-repeat;
	color: #FFF;
	margin-top: 40px;
}
#vantagensEasypoint .container{
	padding-top: 100px;
	padding-bottom: 80px
}
#vantagensEasypoint .vantagensEasypoint_leftCell{
	 text-align:left;
	 border-right: 2px solid rgb(250, 250, 250, 0.25);
	 font-size:40px;
	 line-height: 1
}
#vantagensEasypoint .vantagemEasypoint{
	 width:31%;
	 display:inline-block;
	 text-align:center;
}
#vantagensEasypoint .vantagemEasypoint img{
	 margin:auto;
	 display:block;
}
#vantagensEasypoint .vantagemEasypoint div:first-of-type{
	 font-size: 34px;
	 font-weight:bold;
}
#vantagensEasypoint .vantagemEasypoint div:nth-of-type(2){
	 font-size: 20px;
}


#faqsContainer{
	background:url('/local/layout/easyparking/resources/images/bg_faq_horizontal.jpg') 50% 50% no-repeat;
	height: 300px;
}

#faqsLeftCell{
	position: absolute; 
	width: 35%; 
	display: inline-block; 
	height: 300px; 
	padding: 20px 40px 20px 10%;
}

#faqsLeftCell table{
	margin: 50px 10% ;
}

#faqsLeftCell table #cell_1{
	font-size: 40px;
	line-height: 1
}

#faqsLeftCell table #cell_2{
	font-size: 150px;
	line-height: 1;
	color:#8BD40A;
	position:relative;
	top: 30px
}

#faqsLeftCell table #cell_3{
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
}

#faqsRightCell{
	position: absolute;
	width: 65%;
	background:#1D1D1D;
	opacity: 0.6;
	height: 300px;
	display: inline-block;
	margin-left: 35%;
	padding: 20px 5% 20px 40px;
	line-height: 2.5
}

#faqsRightCell_title{
	font-size: 24px;
	font-weight: bold;
	color:#8BD40A;
}

.faqsRightCell_faq{
	word-wrap:nowrap;
	margin-right: 9%;
	width: 40%;
	display: inline-block;
	color: #fff;
}


/*-----------------    Fim Homepage    -----------------*/




/*-----------------    Barra Navegação    -----------------*/
#reservationStageContainer{
	height: 95px;
	background:#4D4D4D;
	color:#fff;
	z-index:1000
}

#reservationStageContainer .col{
	padding:0px;
	text-align:center;
}
#reservationStageContainer .firstLine{
	margin-left: -50%
}
#reservationStageContainer .greenLine{
	color:#ffffff ; 
	border: 0;
	border-top: 5px solid #90D401;
	width: 50%;
	margin-top: 42px;
	display: inline-block;
	position: absolute;
}
#reservationStageContainer .whiteLine{
	color:#ffffff; 
	border: 0;
	border-top: 5px solid #ffffff;
	width: 50%;
	position: absolute;
	margin-top: 42px;
	display: inline-block;
	position: absolute;
	
}


.stageNumber{
	border-radius: 20px;
	height: 40px;
	width: 40px;
	padding: 4px;
	margin-top: 25px;
	margin-left:calc(50% - 20px);
	z-index: 1000;
	position:relative;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff
}

.stageName{
	font-size: 12px;
	font-family: centrale_sansregular;
	color:#ffffff;
	display:block;
	text-align:center;
}

.stageNameSelected{
	font-size: 12px;
	font-family: centrale_sansregular;
	color:#ffffff;
}
.stageDone{
	border: 2px solid #90D401;
	background: #F9FDF2;
	color: #90D401 ;
}
.stageInProgress{
	border: 2px solid #90D401;
	background: #90D401;
}
.stageNotDone{
	border: 2px solid #ffffff;
	background: #4D4D4D;
}

/*-----------------    Fim Barra Navegação    -----------------*/



/*-----------------    Reserva_1    -----------------*/

.calendarContainer #templateContainer{
	background:#fff;
	margin-top: 18px;
	position:absolute;
	z-index:999;
	padding: 30px;
	white-space: nowrap;
	width: auto;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
/*-----------------    Fim Reserva_1    -----------------*/



/*-----------------    Reserva_2    -----------------*/

#chooseParkingContainer,
#adicionalServicesContainer,
#reservationInfoMessage,
#personalInfoContainer,
#reservationDataContainer,
#reservationConfirmed,
#personalAreaContainer,
#newUserContainer,
#newUserContainer,
#whoAreWeContainer{
	margin-top: 75px;
}

#stageTitle{
	font-family: centrale_sansregular;
	font-size: 30px;
	margin-top:20px;
}

#chooseParkingContainer .tituloDeBloco{
	margin-top: 20px;
	margin-bottom: 20px
}

#chooseParkingContainer #spacer{
	height: 200px;
}

#chooseParkingContainer hr{
	margin-top: 20px;
}


#chooseParkingContainer .mandatoryFieldLabel{
	display: none;
}
#chooseParkingContainer .parkingType{
	background-color: #FAFAFA;
	width: 100%;
	border: 1px solid transparent;
	box-shadow:-2px 4px 3px 0 transparent 
}

#chooseParkingContainer .parkingType tr:first-of-type td{
	padding-top: 10px;	
}

#chooseParkingContainer .parkingType tr:last-of-type td{
	padding-bottom: 5px;
}

#chooseParkingContainer .parkingTypeLabel{
	color:#8BD40A;
	font-size: 25px;
	font-weight:bold;
}

#chooseParkingContainer .parkingTypeAmount1{
	color:#4C4C4C;
	font-size: 35px;
	font-weight:bold;
}
#chooseParkingContainer .parkingTypeAmount2{
	color:#4C4C4C;
	font-size: 20px;
	font-weight:bold;
}
/*
#chooseParkingContainer .col-md-4:first-of-type{
	border-right: 1px solid #E6E6E6
}

/*

#chooseParkingContainer .parkingType img{
	margin:0 15px;	
}
#chooseParkingContainer .parkingType td:nth-of-type(2)>div:first-of-type{
	margin-top: 0px;
	font-size:14px;
}

#chooseParkingContainer .parkingType td:nth-of-type(2)>div:nth-of-type(2){
	font-size:25px;
	font-weight: bold;
}

#chooseParkingContainer .parkingType td:nth-of-type(2)>div:nth-of-type(3){
	font-size:35px;
	font-weight: bold;
	color: #8BD40A
}
*/

#chooseParkingContainer .buttonSelect{
	height: 48px;
	width: 131px;
	background-color: #8BD40A;
	box-shadow: -1px 2px 2px rgba(0,0,0,0.1);
	font-family: centrale_sansregular;	
	font-size: 14px;	
	font-weight: 300;	
	color:#fff;
	text-align: center;
	padding: 14px;
	cursor:pointer;
	margin:10px auto 20px auto;
}

.blockTitle{
	font-weight: bold;
	font-size: 20px;
	color: #90D401;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom:8px;
	margin-bottom:10px;
	margin-top:15px;
}

#deliveryPlace{
	color: #000000;
}

.selectorContainer{
	width: calc(100% - 30px);
	max-height: 100px;
	overflow-x:hidden;
	overflow-y: scroll;
}

.selectBoxOption{
	font-size: 14px;
	padding: 5px 20px;
	cursor:pointer;
}

.selectBoxOption:hover{
	font-size: 14px;
	color: #ffffff;
	background: #8BD40A;
}

#parkingCommentsContainer{
	border-top: 1px solid #D9D9D9;
	margin-top: 15px;
	padding-top: 25px;
}
/*-----------------    Fim Reserva_2    -----------------*/



/*-----------------    Detalhes da Reserva    -----------------*/
#reservationDetails{
	background: #F2F2F2;
	padding: 15px 18px;
}

#reservationDetails .fa-trash-alt{
	color: #F72D2D;
	margin-right: 5px;
	font-size: 12px;
}

#reservationDetails>table{
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: left;
}

#reservationDetails img {
	float:right;
	margin-top: 15px;
	margin-right: 10px;
}

#reservationDetails hr{
	margin:8px 0;
}

#reservationDetailsTitle{
	font-size: 25px;
}
#reservationDetails .cellTitle{
	color: #A6A6A6;
	font-size: 14px;
}
#reservationDetails #selectParkingLine{	
	color: #A6A6A6;
	font-size: 16px;
	font-style:italic
}

.washingTypeCell,
.electricLoadingCell,
.inspectionCell,
.takeTheKeyCell{
	display: none;
}

#reservationDetails .selectedItemLine{
	color: #000000;
	font-size: 16px;
	font-family: centrale_sansregular;
}

#reservationDetails .fa-trash-alt{
	cursor: pointer;
}
#reservationDetails .totalLine{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#reservationDetails #amountToPayTitle{
	font-size: 16px;
	font-weight: bold;
}

#reservationDetails #amountToPay{
	text-align: right;
	font-weight: bold;
	color: #8BD40A;
	font-size: 35px;
}

#buttonContinue{
	height: 80px;
	background-color: #FDEBCE;
	margin-top:10px;
	font-size: 25px;
	font-family: centrale_sansregular;
	color: #ffffff;
	text-align:center;
	padding: 20px
}
#buttonContinue.active{
	background-color: #8BD40A;
	color: #ffffff;
	cursor:pointer;
}

/*-----------------    Reserva 3    -----------------*/

#adicionalServicesContainer .removerServico{
	font-size: 10px;
	position: absolute;
	margin-top: -10px;
	color: red;
	text-decoration: underline;
	margin-left: calc(50% - 30px);
	cursor: pointer;
	display:none;
}

.serviceContainer{
	margin-bottom:25px
}

.leftCellContainer{
	background-color:#FAFAFA;
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);	
	padding: 20px;
	height: 100%;
}

.rightCellContainer{
	background-color:#F2F2F2;
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	text-align:center;
}

.leftCellContainer table{
	width: 100%
}

.leftCellContainer .selectorDownArrow,
.leftCellContainer .selectorUpArrow{
	right: 40px
}

.leftCellContainer table:nth-of-type(1) td:nth-of-type(2){
	padding: 5px 15px
}

.leftCellContainer .serviceTitle{
	color: #8BD40A;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px
}
.leftCellContainer .serviceIcon{
	padding: 5px
}

.leftCellContainer input{
	margin-top: 8px
}


.rightCellContainer div:nth-of-type(1){
	color: #4D4D4D;
	font-size:14px;
	padding-top: 15px;
	padding-bottom:0px;
}

.rightCellContainer div:nth-of-type(2){
	font-size:40px;
	font-weight: bold;
	padding: 0px 30px;
	line-height: 40px;
	
}

.rightCellContainer div:nth-of-type(2) span{
	font-size:25px;
}

.rightCellContainer div:nth-of-type(3){
	color: #8BD40A;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 15px
}

.rightCellContainer .buttonAddService{
	color: #8BD40A;
	font-size:14px;
	background-color: #8BD40A;
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	color: #ffffff;
	padding: 12px;
	margin: 0 15% 20px 15%;
	cursor:pointer;
}

.rightCellContainer .buttonAddService.disabled{
	opacity: 0.25;
	cursor: auto;
}

#checkedItemsContainer div{
	 color: #808080;
	 font-family: centrale_sansregular;
	 font-size: 12px;
}



#typeOfWashingOptionsContainer,
#electricRechargeOptionsContainer{
	max-width: 290px;
}
/*-----------------    Fim de Reserva 3    -----------------*/


/*-----------------    Reserva 4    -----------------*/


#allVehicleContainer{
	margin-top: 10px
}

#personalInfoContainer .tituloDeBloco{
	margin-bottom: 10px
}
.tituloDeBloco .tituloDeBloco_line1{
	font-size: 18px;
	color:#4D4D4D;
}
.tituloDeBloco .tituloDeBloco_line2{
	font-size: 28px;
	font-weight: bold;
	color:#8BD40A;
	line-height: 1
}


.newVehicleContainer .fa-check{
	visibility:hidden
}


#allVehicleContainer .vehicleTitle div,
#temporaryNewVehicle .vehicleTitle div{
	color: #F79A08;
	background:#FAFAFA;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
	margin-top: 5px
}

#temporaryNewVehicle .vehicleTitle div{
	margin-bottom: 20px
}

#allVehicleContainer .vehicleTitle i{
	position: relative;
	top: 7px
}

.newVehicleContainer .contentorMatricula{
	font-weight: bold;
	font-size: 25px;
}

#messageBox .contentorMatricula{
	font-weight: bold;
	font-size: 20px;
	color: #F79A08;
}

.newVehicleContainer .fa-trash-alt,
.newVehicleContainer .fa-chevron-down,
.newVehicleContainer .fa-chevron-up{
	font-size: 25px;
	float: right;
	cursor: pointer;
	margin-left: 15px;
	display: none;
	
}

#buttonAddNewVehicle,
#buttonSaveNewVehicle{
	color: #F79A08;
	font-weight: bold;
	margin: 10px 0;
	cursor: pointer;
}

#reservationLoginContainer{
	margin-bottom:20px;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	background: #fcfcfc;
	padding-top: 35px;
	padding-bottom:35px;
}


#reservationLoginContainer div:nth-of-type(1){
	color: #808080;
	font-family: centrale_sansregular;
	font-weight: bold;
	font-size: 20px;
}

#reservationLoginContainer div:nth-of-type(2){
	color: #808080;
	font-family: centrale_sansregular;
	font-size: 14px;
}
#reservationLoginContainer div:nth-of-type(3){
	color: #8BD40A;
	font-family: centrale_sansregular;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px
}


#securityIcon{
	width: 12px;
	position: relative;
	top: -4px
}


.greyBackgrounded{
	background: #FAFAFA;
	padding-bottom: 10px
}




/*-----------------    Fim de Reserva 4    -----------------*/



/*-----------------    Reserva 5    -----------------*/


#reservationDataContainer .tituloDeBloco{
	margin-top: 20px;
	margin-bottom: 20px
}
#reservationDataContainer hr{
	color:#E6E6E6;
	margin-top: 40px
}

.fieldTitle{
	color: #BFBFBF;
	font-size: 14px
}


#reservationDataContainer .tituloDeBloco_line1{
	font-size: 14px;
}
#reservationDataContainer .tituloDeBloco_line2{
	font-size: 18px;
}


.yourNameOnInvoice>span:first-of-type,
.paymentMethod>span:first-of-type{
	font-size: 10px;
	border: 1px solid #D9D9D9;
	border-radius: 18px;
	display: inline-block;
}

.yourNameOnInvoice i,
.paymentMethod i{
	padding: 3px;
	font-size: 10px;
	color: #90D401;
}

.yourNameOnInvoice span{
	cursor:pointer
}

#promotionalCodeButton{
	background:#90D401;
	color:#fff;
	font-style:normal;
	font-size: 20px;
	width:50%;
	height: 38px;
	padding: 4px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.methodTitle{
	color: #90D401;
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
	padding: 5px 0;
}
.methodNotes{
	color: #808080;
	font-size: 12px;
	margin-left: 25px;
	text-align: justify
}
.paymentMethodCell1{
	border-right: 1px solid #90D401
}
.paymentMethodCell1 i,
.paymentMethodCell2 i {
	padding: 3px;
	font-size: 10px;
	color: #90D401;
}
.paymentMethodCell1 span:first-of-type,
.paymentMethodCell2 span:first-of-type{
	font-size: 10px;
	border: 1px solid #D9D9D9;
	border-radius: 18px;
	display: inline-block;
	
}

.paymentMethodCell2>div{
	display: inline-block;
	max-width: calc(50% - 35px);
	margin-left: 20px;
	margin-top: 20px;
	white-space: nowrap;
	text-align: left;
}

.clicableContainer{
	cursor: pointer;
}

.checkboxText{
	display:inline-block;
	width: calc(100% - 40px);
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
}

.checkboxText a{
	color: #A4DB2F;
	font-weight: bold;
}

.checkboxText i{
	font-size: 8px;
	position: relative;
	top: -3px;
	color: #fff;
	background: #90D401;
	padding: 2px;
	border-radius: 10px
}

#reservationDataContainer .yourVehicle{
	background: #FAFAFA;
}

#reservationDataContainer .yourVehicleHead{
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 5px;
	color: #90D401; 
}

#reservationDataContainer .yourVehicleHead span{
	font-weight: bold;
}
#reservationDataContainer .chevronUp,
#reservationDataContainer .chevronDown{
	float: right;
	font-size: 25px;
	cursor:pointer;
}
#reservationDataContainer .chevronUp{
	display: none; 
}

#reservationDataContainer .paymentInfoRow{
	margin-top: 30px;
	background: #FAFAFA;
	padding-top: 20px;
	padding-bottom: 20px
}

#reservationDataContainer .paymentInfoRow .paymentInfoRowtitle{
	color:#BFBFBF;
	font-size: 14px;
}

#reservationDataContainer .paymentInfoRow>div:nth-of-type(1) .paymentInfoRow_line2{
	font-weight: bold;
	color: #90D401;
	margin-top: 5px
}
#reservationDataContainer .paymentInfoRow>div:nth-of-type(2) .paymentInfoRow_line2{
	color: #4D4D4D;
	font-size: 25px;
}
#reservationDataContainer .paymentInfoRow>div:nth-of-type(3) .paymentInfoRow_line2{
	color: #90D401;
	font-size: 25px;
	font-weight: bold;
}
#reservationDataContainer .paymentInfoRow>div:nth-of-type(4) .paymentInfoRow_line2{
	color: #000000;
	font-size: 25px;
	font-weight: bold;
}

#reservationDataContainer .paymentInfoRow .col-md-2{
	border-left: 1px solid #cccccc;
}

/*-----------------    Fim de Reserva 5    -----------------*/


/*-----------------    Reserva 6    -----------------*/


#confirmationBanner{
	font-size: 18px;
	color:#808080;
	margin-top: 30px
}

#confirmationBanner img{
	float: left;
	margin-right: 30px;
}

#confirmationBanner div:first-of-type{
	color: #90D401;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}

#reservationConfirmed hr{
	margin-top: 30px;
	margin-bottom: 40px
}
#createYourAccountContainer{
	border: 1px solid #D9D9D9;
	padding: 30px;
	background: linear-gradient(#90D401, #6ea300);
}

#createYourAccountContainer div:first-of-type{
	color: #FFFFFF;
	font-size:25px;
	width: 70%
}

#createYourAccountContainer div:first-of-type span{
	font-weight: bold;
}

#createYourAccountContainer div:nth-of-type(2){
	margin-top: 45px;
	width: 160px;
	height: 43px;
	display: inline-block;
	background-color: #fff;
	font-size: 14px;
	padding: 10px 32px;
	color: #808080;
	box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	cursor: pointer;
}


#checkYourReservationContainer{
	font-size: 30px;
	padding: 30px;
	color:#808080;
	background: url("../images/checkYourReservationIcon.png") no-repeat right bottom;
}

#checkYourReservationContainer div:first-of-type{
}

#checkYourReservationContainer div:nth-of-type(2){
	font-weight: bold;
	font-size: 40px
}

#checkYourReservationContainer div:nth-of-type(3){
	margin-top: 45px;
	font-size: 20px;
	color: #90D401;
	cursor: pointer;
	font-weight: bold;
}

/*-----------------    Fim de Reserva 6    -----------------*/



/*-----------------   Reserva 7    -----------------*/

#linkCheckReservationsList{
	position:absolute;
	right: 30px;
	top: 30px;
	color: red;
	font-size: 14px;
	text-decoration:underline;
	cursor: pointer
}


#yourReservationOptionsContainer{
	background-color: #FAFAFA;
	padding: 20px;
}

#reservationDataContainer .tituloDeBloco{
	margin-left: -15px;
}
#reservationDataContainer .tituloDeBloco_line1{
	font-size: 14px;
}
#reservationDataContainer .tituloDeBloco_line2{
	font-size: 18px;
}

.yourReservationButton1,
.yourReservationButton2,
.yourReservationButton3{
	height: 60px;
	width: 100%;
	padding: 15px 12px 14px 60px;
	color: #4D4D4D;
	cursor:pointer; 
}

.yourReservationButton1{
	background: url("../images/yourReservationButtonIcon1.png") 10px 50% no-repeat
}
.yourReservationButton2{
	background: url("../images/yourReservationButtonIcon2.png") 10px 50% no-repeat
}
.yourReservationButton3{
	background: url("../images/yourReservationButtonIcon3.png") 10px 50% no-repeat
}

#yourReservationOptionsContainer div:nth-of-type(5){
	font-size: 12px;
}

#yourReservationOptionsContainer div:nth-of-type(6){
	font-size: 20px;
	color: #90D401;
	font-weight: bold;
}

.bottomButton{
	margin-top: 10px;
	padding: 20px;
	background-color: #FAFAFA;
		box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.1);
	color:#BFBFBF;
}

.bottomButton div:nth-of-type(1){
	font-size: 25px;
	font-weight: bold;
}

.bottomButton div:nth-of-type(2){
	font-size: 11px;
	width: calc(100% - 50px);
	display: inline-block
}

.bottomButton img{
	width: 40px;
	position: relative;
	margin-top: -20px
}


.innerContainer{
	padding-left: 3vw
}
.innerContainer .col-first{
	padding-left: 0px;
}
.innerContainer .col-last{
	padding-right: 0px;
}
.innerContainer .blockTitle{
	border-bottom: none;
}
.vehicleSeparatorLine{
	border-bottom: 1px solid #90D401;
	margin: 15px 0
}
/*-----------------    Fim de Reserva 7    -----------------*/




/*-----------------    Area de Cliente    -----------------*/

#personalAreaContainer .tab{
	background: #fff;
	display: inline-block;
	color: #808080;
	cursor: pointer;
	background-color: #FAFAFA;
	padding: 10px;
	height: 70px;
}

#personalAreaContainer .tab[data-value="yourPersonalDataContainer"]		{min-width: 200px;}
#personalAreaContainer .tab[data-value="yourVehiclesContainer"]				{min-width: 190px;}
#personalAreaContainer .tab[data-value="yourReservationsContainer"]		{min-width: 200px;}
#personalAreaContainer .tab[data-value="yourVouchersContainer"]				{min-width: 170px;}

#personalAreaContainer .tab img{
	height: 42px;
	float:left;
	margin-right: 10px;
}

#personalAreaContainer .tab div{
	white-space: nowrap;
	display:block
}

#personalAreaContainer .tab div:nth-of-type(1){
	font-size: 14px;
}


#personalAreaContainer .tab div:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
	color:#90D401
}

#personalAreaContainer .tab.active{
	font-weight: bold;
	background: #90D401;
	color:#fff;
}
#personalAreaContainer .tab.active div:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
	color:#fff
}


#personalAreaContainer .tab.easyPointTab{
	position: relative;
	top: 6px
}
#personalAreaContainer .tab.easyPointCorporateTab{
	position: relative;
	top: 20px;
}
#personalAreaContainer .tab.easyPointTab img{
	float:none;
}
#personalAreaContainer .tab.easyPointTab span:first-of-type{
	font-size:12px;
	color:#808080;
}
#personalAreaContainer .tab.easyPointTab span:nth-of-type(2){
	font-size:18px;
	color:#45658C;
	font-weight: bold;
}
#personalAreaContainer .tab.easyPointTab.active span:first-of-type,
#personalAreaContainer .tab.easyPointTab.active span:nth-of-type(2){
	color:#fff;
}

#personalAreaContainer .tab.active.easyPointTab{
	background: #45658C;
}
#personalAreaContainer .tab.active.easyPointCorporateTab{
	background-color: #F79A08
}

.templateAlterarPassword button,
.templateAlterarDadosUtilizador button,
.templateAlterarDadosFaturacao button,
.changeInvoicingPlaceButton,
.templateConfirmaApagarLocalFaturacao button,
#yourVehiclesContainer button{
	background:#90D401; 
	border-radius:0; 
	color:#fff;
}
.templateConfirmaApagarLocalFaturacao button,
#yourVehiclesContainer .deleteVehicleButton{
	background:#D95151; 
}

#personalAreaContainer .deleteInvoicingPlaceButton{
	border-radius: 0px;
	background: #D95151;
	width: 37px;
	float: right;
	color: #fff;
}
.changeInvoicingPlaceButton{
	float:right;
	margin-right: 10px
}

.templateAlterarPassword .tituloMudarPassword,
.templateAlterarDadosUtilizador .tituloAlterarDados,
.templateAlterarDadosFaturacao .tituloAlterarDadosFaturacao,
.templateConfirmaApagarLocalFaturacao .tituloApagarDadosFaturacao{
	font-weight: bold;
	font-size: 25px; 
	color: #90D401; 
}
.templateConfirmaApagarLocalFaturacao .tituloApagarDadosFaturacao{
	color: #D95151; 
}

#personalAreaContainer .usedVouchersLine{
	border-bottom: 1px solid #D9D9D9;
	padding: 8px 0px;
	margin: 0px;
}

#personalAreaContainer .usedVouchersLine div:nth-of-type(2),
#personalAreaContainer .usedVouchersLine div:nth-of-type(3){
	padding: 0px
}

#personalAreaContainer .usedVouchersHeaderLine{
	padding: 8px 0px;
	margin: 0px;
	margin-top: 25px;
	border-bottom: 1px solid #D9D9D9;
}

#personalAreaContainer .usedVouchersLine .voucherId,
#personalAreaContainer .usedVouchersLine .voucherStatus{
	font-size: 16px;
	color: 	#90D401;
	padding: 0px;
}
#personalAreaContainer .usedVouchersHeaderLine div:nth-of-type(1){
	font-size: 25px;
	padding: 0px;
}
#personalAreaContainer .usedVouchersHeaderLine div:nth-of-type(2),
#personalAreaContainer .usedVouchersHeaderLine div:nth-of-type(3){
	padding-top: 12px;
	font-size: 14px;
	padding: 0px;
}

/*-----------------    Fim Area de Cliente    -----------------*/





/*-----------------    Novo Utilizador    -----------------*/

#newUserContainer .tituloDeBloco_line1{
	font-size: 14px;
}
#newUserContainer .tituloDeBloco_line2{
	font-size: 18px;
}
#newUserContainer hr{
	margin-top: 30px;
	margin-bottom: 40px
}

#currentVehicles label{
	display:none;
}

#buttonCreateAccount{
	text-align:center;
	cursor:pointer;
	padding: 20px;
	color: #fff;
	background: #F79A08;
	font-size: 20px;
	margin-top: 30px;
}

#currentVehicles button{
	border-radius: 0px;
	background: #D95151;
	width: 37px;
	float: right; 
	color: #fff;}

/*-----------------    Fim de Novo Utilizador    -----------------*/



/*-----------------    Institucional    -----------------*/
.institucional_content{
	font-size: 18px;
	margin-bottom: 40px;
	color: #4D4D4D;
}
/*-----------------    Fim de Institucional    -----------------*/




/*-----------------    Area Pessoal    -----------------*/

#personalAreaContainer .outliningContainer{
	padding: 1px;
	background-image:linear-gradient( #90D401, #fff, #fff);
}
#yourPersonalDataContainer,
#yourVehiclesContainer,
#yourReservationsContainer,
#yourVouchersContainer,
#easyPointContainer,
#easyPointCorporateContainer{
	background:#fff;
	padding: 30px
}

#personalAreaContainer #createReservationButton{
	background: url('/local/layout/easyparking/resources/images/btn_reserva.png') no-repeat;
	width:146px;
	height:48px;
	padding-left: 20px;
	float: right;
	color:#fff;
	position: relative;
	top: -17px;
	line-height: 1.2;
	padding-top: 7px;
	cursor: pointer;
	font-size: 12px;
}
#personalAreaContainer #createReservationButton div:nth-of-type(2){
	font-weight: bold;
	font-size: 15px;
}

.statusInProcess{
	color: #90D401;
	font-weight: bold;
}
.statusConcluded{
	font-weight: bold;
}
.statusCanceled{
	color: #D95151;
	font-weight: bold;
}


#personalAreaContainer .blockTitle img{
	float: right;
}
#personalAreaContainer .blockTitle{
	font-size: 25px;
}

#personalAreaContainer .chevronUpIcon{
	display:none
}

#personalAreaContainer .chevronUpIcon,
#personalAreaContainer .chevronDownIcon{
	cursor: pointer;
}


#personalAreaContainer .changeButton,
#personalAreaContainer .deleteButton,
#personalAreaContainer .checkButton,
#personalAreaContainer .redeemButton{
	color:#fff;
	min-width: 70px;
	padding: 6px;
	display: inline-block;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
}

#personalAreaContainer .deleteButton{
	background:#D95151;
	margin-left: 15px;
}
#personalAreaContainer .changeButton,
#personalAreaContainer .checkButton{
	background:#90D401;
	margin-left: 15px;
}

#personalAreaContainer .redeemButton{
	background:#45658C;
}

#personalAreaContainer .tabbedFormLabel {
	color: #BFBFBF;
	font-size: 14px;
}
#personalAreaContainer .tabbedFormLabel>div {
	background:#fff
}

#personalAreaContainer #addNif{
	color: #F79A08;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 30px 30px 10px 0;
	cursor:pointer;
}


#personalAreaContainer #addNif>i{
	font-size: 14px;
	border-radius: 15px;
	border: 2px solid;
	padding: 3px;
	margin-right: 10px
}

#personalAreaContainer .rgpdButtons div,
#personalAreaContainer .changeInfoButtons div{
	background-color: #F2F2F2;
	display: block;
	padding: 10px;
	cursor:pointer;
	text-align:center;
}

#personalAreaContainer .changeInfoButtons {
	margin-top: 20px;
	margin-bottom: 20px;
}


#personalAreaContainer .rgpdButtons span{
	font-size: 14px;
	color: #A4DB2F;
	font-weight: bold;
	cursor:pointer;
}

#personalAreaContainer .rgpdButtons i{
	font-size: 8px;
	position: relative;
	top: -3px;
	color: #fff;
	background: #90D401;
	padding: 2px;
	border-radius: 10px;
}

#personalAreaContainer .rgpdOptionsTitle{
	font-size: 14px;
	color: #A4DB2F;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

#personalAreaContainer .vouchersButtonContainer,
#personalAreaContainer  .vehiclesButtonContainer{
	text-align: right;
}

.addedPointsLine,
.easypointCorporateLine{
	font-size:20px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 15px;
	margin-top: 15px;
}

.addedPointsLine div:nth-of-type(1),
.addedPointsLine div:nth-of-type(2),
.addedPointsLine div:nth-of-type(3){
	color:#666666;	
}

.addedPointsLine div:nth-of-type(4),
.addedPointsLine div:nth-of-type(5),
.easypointCorporateLine div:nth-of-type(4){
	color:#90D401;
	font-weight: bold;
}

.addedPointsLine .buttonCheckReservation,
.easypointCorporateLine .buttonCheckReservation {
		color: #fff;
		background: #90D401;
		border: 0;
		border-radius:0;
		font-size: 14px;
		font-weight: bold;
		padding:8px
}

#easyPointCorporateContainer #cell_1{
	padding:20px; 
	padding-left: 80px;
	color:#fff;
	background: url("/local/layout/easyparking/resources/images/icon_20.png") no-repeat #f79a08 20px 50%;
	border-right: 1px solid #fff;
	line-height: 1;
}
#easyPointCorporateContainer #cell_2{
	padding:10px; 
	padding-left: 80px;
	color:#fff;
	background: url("/local/layout/easyparking/resources/images/icon_21.png") no-repeat #F7A524 20px 50%;
	border-right: 1px solid #fff;
}
#easyPointCorporateContainer #cell_3{
	padding:10px; 
	font-size: 14px;
	color:#FBBA00;
	text-align: right;
	background: url("/local/layout/easyparking/resources/images/cup_prize.png") no-repeat #F2F2F2 0 50%;
	line-height: 1;
}
#easyPointCorporateContainer #cell_1 div:first-of-type span:first-of-type{
	font-size: 25px;
}
#easyPointCorporateContainer #cell_1 div:first-of-type span:nth-of-type(2){
	font-size: 25px;
	font-weight: bold;
}
#easyPointCorporateContainer #cell_1 div:nth-of-type(2) span:first-of-type{
	font-size: 18px;
}
#easyPointCorporateContainer #cell_1 div:nth-of-type(2) span:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
}
#easyPointCorporateContainer #cell_2 div:first-of-type span:first-of-type{
	font-size: 25px;
}
#easyPointCorporateContainer #cell_2 div:first-of-type span:not(:first-of-type){
	font-size: 25px;
	font-weight: bold;
}
#easyPointCorporateContainer #cell_2 div:nth-of-type(2){
	font-size: 14px;
}

#easyPointCorporateContainer #cell_3 div:first-of-type{
	font-size: 17px;
	color:#4D4D4D;
	font-weight: bolder;
}
#easyPointCorporateContainer #cell_3 div:nth-of-type(2){
	font-size: 12px;
	color:#4D4D4D;
	margin-bottom:15px;
}
#easyPointCorporateContainer #cell_3 div:nth-of-type(3) span:nth-of-type(2){
	font-size: 16px;
	font-weight: bolder;
}

/*-----------------    Fim de Area Pessoal    -----------------*/


/*-----------------    Easypoint    -----------------*/

#easypointTopBanner{
	height: 890px;
	color: #fff;
	background: url('/local/layout/easyparking/resources/images/img_easypoint.jpg') 50% 0 no-repeat;
	text-align: center;
}
#easypointTopBanner img{
	width:370px;
	padding: 50px 10px 60px 10px;
}
#easypointTopBanner div:first-of-type{
	font-size: 55px;
	font-weight: bold;
	padding-top: 220px;
}
#easypointTopBanner div:nth-of-type(2){
	font-size: 25px
}

#easypointBeneficiosContainer{
	height: 500px;
	background: url('/local/layout/easyparking/resources/images/img_easypoint_2.jpg') 50% 0 no-repeat;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

#easypointBeneficiosContainer img{
	width: 180px;
}

#easypointBeneficiosTitle{
	padding: 63px 10px
}

.contentorBeneficio div{
	font-size: 25px;
	margin:20px;
}

#easypointOpcoesConta img{
	padding:35px 0px
}

#easypointOpcoesConta #buttonsContainer{
	text-align:center;
	margin: 80px 0
}
#easypointOpcoesConta .buttonCell{
	font-size: 22px;
	color: #808080;
}
#easypointOpcoesConta .buttonCell:first-of-type{
	border-right: 1px solid #ccc;
}

#easypointLoginButton{
	width: 255px;
	background:#45658C;
	color:#fff;
	display: inline-block;
	padding: 20px;
	margin-top: 20px
}

#easypointRegisterButton{
	width: 255px;
	border:1px solid #45658C;
	color:#45658C;
	display:inline-block;
	padding:20px;
	margin-top:20px
}



#easypointCorporateTopBanner{
	height: 830px;
	color: #fff;
	background: url('/local/layout/easyparking/resources/images/img_agencias.jpg') 50% -150px no-repeat;
	text-align: center;
	position: relative;
}

#easypointCorporateTopBanner .easypointCorporateTextLine:first-of-type{
	font-size: 35px;
	font-weight: bold;
	margin-top: 150px;
	padding: 0 100px 0 100px
}
#easypointCorporateTopBanner .easypointCorporateTextLine:nth-of-type(2){
	font-size: 25px;
	margin-top: 30px;
	padding: 0 100px 0 100px
}

#easypointCorporateTopBanner #bottomGreenBanner{
	background: #8BD40A;
	opacity: 0.8;
	height: 275px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#easypointCorporateTopBanner #bottomGreenBanner .innerCell{
	color:#fff;
	text-align:center;
	margin: auto;
	padding: 50px 0;
	font-size: 25px;
}
#easypointCorporateTopBanner #bottomGreenBanner .innerCell img{
	max-width: 90px;
	margin-bottom: 30px;
}

#easypointCorporatePresentation{
	margin-top: 70px;
	margin-bottom: 40px;
	color:#4D4D4D
}
#easypointCorporatePresentation .easypointCorporatePresentationTitle{
	font-size: 40px;
}
#easypointCorporatePresentation .easypointCorporatePresentationText{
	font-size:25px;
	text-align: justify;
}


#easypointCorporateCentralBanner{
	height: 550px;
	color: #fff;
	background: url('/local/layout/easyparking/resources/images/img_easypoint_corporate.jpg') 50% 50% no-repeat;
	text-align: center;
	padding-top: 50px ;
	padding-bottom: 80px ;
}
#easypointCorporateCentralBanner>img{
	width: 225px;
}
#easypointCorporateCentralBanner .easypointCorporatePresentationText{
	font-size:22px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 65px;
}
#easypointCorporateCentralBanner .innerCell img {
	width: 163px
}

#easypointCorporateContactForm div{
	color: #4D4D4D;
}

#easypointCorporateContactForm #formTitle{
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: center;
}

#easypointCorporateContactForm #selectBusinessArea{
	font-size: 18px;
	color: #58595B
	
}
#easypointCorporateContactForm #submitButton{
	background: #90D401;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	cursor: pointer;
}

/*-----------------    Fim Easypoint    -----------------*/

/*-----------------    Faqs    -----------------*/

#howCanWeHelpContainer{
	background-color: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
}

#howCanWeHelpContainer div{
	margin-top: 2px;
	margin-bottom: 2px;
}

#howCanWeHelpContainer div img{
	height: 60%;
	margin-bottom: 5px;
	margin-left: 20px;
}

#howCanWeHelpContainer div input{
	border: none;
	margin: 5px 0 0 10px;
	color: #BFBFBF;
	font-style: italic;
	width: calc(100% - 60px);
}

.tileContainer{
	margin-top: 30px;
}

.tileHeader{
	background-color: #90D401;
	color: #fff; 
	padding: 15px 30% 15px 10px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.tileBody{
	background-color: #FAFAFA;
	padding: 15px 20px;
}
.tileFaq{
	margin-top: 3px;
	margin-bottom: 3px;
	color:#4D4D4D;
	cursor: pointer;
}

#faqsDetailContainer .backNavigationSet{
	margin-top: 20px;
}

#faqsDetailContainer #faqsFirstLevelContainer{
	background-color: #FAFAFA;
}

#faqsDetailContainer #faqsFirstLevelContainer table{
	margin: 20px;
	width: calc(100% - 40px);
}

#faqsDetailContainer #faqsFirstLevelContainer table{
	margin: 20px;
	width: calc(100% - 40px);
	color: #888;
	font-weight: bold;
}

#faqsDetailContainer #faqsFirstLevelContainer .dividingLine{
	border-bottom: 1px solid #E6E6E6;
}

#faqsDetailContainer #faqsFirstLevelContainer .activeFaq{
	color: #90D401;
}

#faqsDetailContainer #faqsFirstLevelContainer table td:not(.dividingLine){
	padding: 15px 0;
	line-height:1.2;
}
#faqsDetailContainer #faqsFirstLevelContainer table img{
	margin-right: 10px
}

#faqsDetailContainer #faqBlockTitle{
	color: #90D401;
	font-size: 30px;
	font-weight: bold;
}

#faqsDetailContainer #faqsSecondLevelContainer .faqTitle{
	color: #4D4D4D;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

#faqsDetailContainer #faqsSecondLevelContainer .faqAnswer{
	color: #4D4D4D;
	font-size: 14px;
	display: none;
	margin-bottom: 20px;
}

#faqsDetailContainer #faqsSecondLevelContainer .divider{
	border-bottom:1px solid #BFBFBF;
}

#faqsDetailContainer #faqsSecondLevelContainer .faqTitle.active{
	color: #90D401;
}


#faqsDetailContainer #faqsSecondLevelContainer .chevronDownIcon,
#faqsDetailContainer #faqsSecondLevelContainer .chevronUpIcon{
	float: right;
	cursor: pointer;
}
#faqsDetailContainer #faqsSecondLevelContainer .chevronUpIcon{
	display: none;
}


#faqsCategoriesContainer #faqsCategoriesTitle{
	font-size: 30px;
	color: #000;
	margin-top: 40px
}

#faqsCategoriesContainer .categoryContainer{
	border: 1px solid #E1E1E1;
	margin-top: 15px;
	padding: 15px 15px 30px 140px;
	font-size: 14px;
	line-height: 1.8;
	height: calc(100% - 30px);
}
#faqsCategoriesContainer .categoryTitle{
	color: #90D401;
	font-size: 20px;
	font-weight: bold
}
/*-----------------    Fim de Faqs    -----------------*/







@media (max-width:1200px) {
	
	#reservationDetailsContainer{
		right:-350px
	}
	
	#showReservationDetailsButton{
		display:block;
	}
	#reservationDetailsContainer,
	#showReservationDetailsButton{
		top: 0px;
		margin-top: 5px
	}

	
	#footer .col-md div{
		display: block;
		text-align: center;
	}
	#footer .col-md span{
		display: none;
	}
	
	
	
	/*-----------------   Homepage    -----------------*/
	#centralSelectorsContainer .col-2{
		min-width: 30%;
	}
	
	#faqsContainer{
		background: url('/local/layout/easyparking/resources/images/bg_faq_vertical.jpg') 50% 50% no-repeat;
		height: auto;
	}
	#faqsRightCell, #faqsLeftCell{
		display: block;
		position: relative;
		width: auto;
		margin:0;
		height: auto;
	}
	
	#faqsLeftCell table{
		margin: auto;
	}
	
	.faqsRightCell_faq{
		display: block;
		margin:0;
		width: 100%
	}
	
	/*-----------------   fim Homepage    -----------------*/
	
	/*-----------------   Reserva 2    -----------------*/
	.deliveryPlaceContainer,
	.reservationCommentsContainer{
		max-width: 100%;
		flex: 0 0 100%
	}
	/*-----------------   Fim Reserva 2    -----------------*/
	
	/*-----------------   Reserva 3    -----------------*/

	/*-----------------   Fim Reserva 3    -----------------*/
	
	
	/*-----------------   Reserva 4    -----------------*/

	/*-----------------   Fim Reserva 4    -----------------*/
	
	
	/*-----------------   Reserva 7    -----------------*/

	
	.innerContainer .col-first{
		padding-left: 15px;
	}
	.innerContainer .col-last{
		padding-right: 15px;
	}
	.yourReservationButton2{
		padding-top: 5px;
	}
	/*-----------------    Fim de Reserva 7    -----------------*/

	
}




@media (max-width:992px) {

	#topMenuTabsContainer{
		display: none;
	}

	#topMenuContainer .fa-bars{
		display: inline-block;
	}
	
	#loginContainer{
		top: 39px;
		right: 0%;
		left: auto;
		z-index: 2000;
		width: 200px;
	}
	
	/*-----------------   Homepage    -----------------*/
	.centralSelectorsCell{
		height: 40px;
		padding: 10px;
	}
	.centralSelectorsCell .selectionTooltipBox{
		margin-top: 30px;
		white-space: normal;
		text-align: center;
	}
	.centralSelectorsCell  .textSelect{
		position: absolute; 
		right: 50px;
		top: 10px
	}
	
	.testimonialsContainer{
		text-align: center;
		width: 100%;
		margin-bottom: -60px;
	}

	#testimonialsLeftCell{
		float: none;
		display: block;
	}

	#testimonialsRightCell {
		top: -20px	
	}

	#testimonialsRightCell div:first-of-type{
		top: -40px;
	}

	#testimonialsRightCell div:nth-of-type(2){
		position: relative;
		margin-top: -50px
	}



	#vantagensEasypoint{
		background:url('/local/layout/easyparking/resources/images/easypoint_bg_ver.jpg') 50% 50% no-repeat;
	}
	#vantagensEasypoint .container{
		padding-top: 60px;
		padding-bottom: 40px
	}
	#vantagensEasypoint .vantagensEasypoint_leftCell{
		text-align:center;
		border-bottom: 2px solid rgb(250, 250, 250, 0.25);
		padding-bottom: 30px;
		border-right:none;
	}
	#vantagensEasypoint .vantagensEasypoint_leftCell img{
		width:90%;
		max-width:300px;
	}
	#vantagensEasypoint .vantagemEasypoint{
		margin-top: 30px;
		width:100%;
		display:block;
	}
	#vantagensEasypoint .vantagemEasypoint img{
		 margin:auto;
		 display:block;
	}
	#vantagensEasypoint .vantagemEasypoint div:first-of-type{
		 font-size: 34px;
		 font-weight:bold;
	}
	#vantagensEasypoint .vantagemEasypoint div:nth-of-type(2){
		 font-size: 20px;
	}



	
	
	/*-----------------   end Homepage    -----------------*/
	

	/*-----------------    Barra Navegação    -----------------*/
	#reservationStageContainer{
		height: 130px;
	}
	/*-----------------    fim Barra Navegação    -----------------*/
	
	
	
	
	/*-----------------   Reserva 7    -----------------*/

	.yourReservationButton2{
		padding-top: 15px;
	}
	
	.innerContainer{
		padding-left: 0px;
		padding-right: 0px
	}
	/*-----------------    Fim de Reserva 7    -----------------*/
	
	/*-----------------  Novo utilizador    -----------------*/
	#newUserContainer #vehicleListHeadersForDesktop{
		display:none
	}
	#currentVehicles label{
		display:block;
	}
	/*-----------------    Fim de Novo utilizador    -----------------*/

	/*-----------------    Easypoint    -----------------*/
	#easypointTopBanner{
		height: 450px;
		background: url('/local/layout/easyparking/resources/images/img_easypoint.jpg') 60% 20% no-repeat;
	}
	#easypointTopBanner div:first-of-type{
		padding-top: 50px;
		font-size:30px
	}
	#easypointTopBanner img{
		padding: 20px 10px 30px 10px;
	}
	#easypointTopBanner div:nth-of-type(2){
		font-size:20px;
		text-align: justify;
		padding: 10px 40px
	}
	
	#easypointBeneficiosContainer{
		height: 1250px;
		background: url('/local/layout/easyparking/resources/images/img_easypoint_Vertical.jpg') 50% 0 no-repeat;
	}
	#easypointOpcoesConta #buttonsContainer{
		margin-top: 30px;
	}
	#easypointOpcoesConta .buttonCell:first-of-type{
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	#easypointCorporateTopBanner{
		height: 400px;
		color: #fff;
		background: url('/local/layout/easyparking/resources/images/img_agencias.jpg') 50% 0% no-repeat;
		background-size: auto 600px;
		text-align: center;
		position: relative;
	}

	#easypointCorporateTopBanner .easypointCorporateTextLine:first-of-type{
		font-size: 20px;
		font-weight: bold;
		margin-top: 5vw;
		padding: 0 20px 0 20px
	}
	#easypointCorporateTopBanner .easypointCorporateTextLine:nth-of-type(2){
		font-size: 15px;
		margin-top: 5vw;
		padding: 0 20px 0 20px
	}

	#easypointCorporateTopBanner #bottomGreenBanner{
		background: #8BD40A;
		opacity: 0.8;
		height: 140px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	#easypointCorporateTopBanner #bottomGreenBanner .innerCell{
		color:#fff;
		text-align:center;
		margin: auto;
		padding: 25px 0;
		font-size: 15px;
	}
	#easypointCorporateTopBanner #bottomGreenBanner .innerCell img{
		max-width: 40px;
		margin-bottom: 20px;
	}

	#easypointCorporatePresentation{
		margin-top: 30px;
		margin-bottom: 40px;
		color:#4D4D4D
	}

	#easypointCorporatePresentation img{
		width: 50%;
	}
	
	#easypointCorporatePresentation .easypointCorporatePresentationTitle{
		font-size: 20px;
	}
	#easypointCorporatePresentation .easypointCorporatePresentationText{
		font-size:15px;
	}


	#easypointCorporateCentralBanner{
		height: 350px;
		color: #fff;
		background: url('/local/layout/easyparking/resources/images/img_easypoint_corporate.jpg') 50% 50% no-repeat;
		text-align: center;
		padding-top: 30px ;
		padding-bottom: 50px ;
		font-size: 3vw
	}
	#easypointCorporateCentralBanner>img{
		width: 225px;
	}
	#easypointCorporateCentralBanner .easypointCorporatePresentationText{
		font-size: 15px;
		text-align: justify;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#easypointCorporateCentralBanner .innerCell img {
		max-width: 13vw;
	}

	#easypointCorporateContactForm div{
		color: #4D4D4D;
	}

	#easypointCorporateContactForm #formTitle{
		font-size: 25px;
	}

	#easypointCorporateContactForm #selectBusinessArea{
		font-size: 14px;
		
	}
	
	.radioButtonContainer{
		margin-left: 20vw
	}
	
	
	
	
	
	/*-----------------    Fim Easypoint    -----------------*/
	
	
	
}





@media (max-width:768px) {
	
	#messageBox {
			width: 80vw;
			max-height: 80vh;
			margin: 10vh 10vw 0 10vw;
	}

	.bottomMenuTitle{
		text-align:center;
		background:#636363;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	#bottomMenus .col-md:nth-of-type(2) {
		border: none;
	}
	
	#footer .col-md{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	/*-----------------   Homepage    -----------------*/
	#centralSelectorsContainer .col-2{
		min-width: 50%;
	}
	/*-----------------   fim Homepage    -----------------*/


}


@media (max-width:576px) {
	
	#messageBox {
			width: 90vw;
			max-height: 90vh;
			margin: 5vh 5vw 0 5vw;
	}
	
	
	/*-----------------    Barra Navegação    -----------------*/
	.leftMostColumn, .rightMostColumn{
		display:none;
	}

	/*-----------------    Fim Barra Navegação    -----------------*/
}