/*questionario issues*/
	
input[type=checkbox]{
	display: none;
}

input[type=radio] {
	display: none;
}


/***Radio Button*****/
.ui-controlgroup .ui-radio{
	background: url(assetsfix/html/simplicity/img/radio-unchecked.png);
	width: 21px;
	height: 21px;
	background-size: 21px;
}


.ui-controlgroup .ui-radio.selected{
	background: url(assetsfix/html/simplicity/img/radio-checked.png);
	width: 19px;
	height: 19px;
	background-size: 19px;
}


/******Checkbox ****/
 .ui-controlgroup .ui-checkbox{
	background:url(assetsfix/html/simplicity/img/unchecked.png);
	background-size: 23px;	
	width: 23px;
	height: 23px;
}

.ui-controlgroup .ui-checkbox.selected{
	background:url(assetsfix/html/simplicity/img/checked.png);
	background-size: 21px;
	width: 21px;
	height: 21px;
}

.ui-controlgroup-horizontal span{
	margin-left: 5px; 
	float: left; 
	margin-right: 20px; 
	margin-top: 4px;
}

.ui-controlgroup-vertical span{
	margin-left: 2em; 
}

.ui-controlgroup-vertical .ui-checkbox{
	margin:0px;
	padding: 0px;
	margin-bottom: -17px;
}

.ui-controlgroup-vertical .ui-radio{
	margin:0px;
	padding: 0px;
	margin-bottom: -17px;
}


.ui-controlgroup-vertical .ui-checkbox.selected{
	margin:0px;
	padding: 0px;
	margin-bottom: -15px;
	margin-left: 1px;
}

.ui-controlgroup-vertical .ui-radio.selected{
	margin:0px;
	padding: 0px;
	margin-bottom: -15px;
	margin-left: 1px;
}

.mod.form .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	display:inline;
}

.mod.campaign .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	display:inline;
}

/*Form fields*/

/*Place holder for inputs (hint text)*/
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{ 
    color:	#767676;
}


/*This is to avoid textarea autogrow*/
textarea{
    height: 125px !important;
    max-height: 125px !important;
    overflow:auto !important;  
}

/*Label for inputs*/
.ui-mobile label, .ui-controlgroup-label{
	font-weight: bold;
}

/*For inputs*/
.ui-input-text input, .ui-input-search input, textarea.ui-input-text{
	font-family: Arial;
	color: #333333;
	text-shadow: none;
	font-size: 14px;
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
	box-shadow:  0 1px 3px rgba(0,0,0,0.6) inset;
	background-color: #ffffff;
}

.ui-input-text input:focus, .ui-input-search input:focus, textarea.ui-input-text:focus {
	outline: none;
    box-shadow: inset 0 0 0 3px #448515,0 1px 3px rgba(50,50,50,0.75) inset;
}

/*Height for input*/
.ui-input-text input, .ui-input-search input{
	height: 36px;
}

.ui-input-text, .ui-input-search {
	border-width: inherit;
	border-style: inherit;
}

/*END SIMPLICITY*******/

/**Login AND Login OTP */
.mod.loginOtp{
	overflow: hidden;
}

.mod.loginOtp label{
	width: inherit;
}

.form_login .ui-field-contain .ui-select,
.form_loginOtp .ui-field-contain .ui-select {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}

.form_login .ui-btn.ui-icon-carat-d.ui-btn-icon-right.ui-corner-all.ui-shadow,
.form_loginOtp .ui-btn.ui-icon-carat-d.ui-btn-icon-right.ui-corner-all.ui-shadow {
 	font-family: Helvetica, Arial, sans-serif; 
 	font-size: 13px; 
 	font-weight: bold; 
	color: #000;
	padding-bottom: 6px;
}

/*Background Color*/
.ui-mobile-viewport, .ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	background-color: #fff;
}

/*Error Page*/
.topNoLine.ui-header.ui-bar-inherit{
	overflow: hidden;
	width: 100%;
	border: none;
	background: #111;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
	height: 50px;
	text-shadow: 0 -1px 1px #000;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));
	background-image: -webkit-linear-gradient(#3c3c3c,#111);
	background-image: -moz-linear-gradient(#3c3c3c,#111);
	background-image: -ms-linear-gradient(#3c3c3c,#111);
	background-image: -o-linear-gradient(#3c3c3c,#111);
	background-image: linear-gradient(#3c3c3c,#111);
}

.mod.text.modDefaultSideMargins{
	background-color: #fff;
}

.vodafoneHeader.headerText.ui-title{
	padding:0px;
}
/*##################*/

/****div that envolve text input=[file]***/
.image-upload-form .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	background-color: initial;
	border-color:initial;
	color: inherit;
	text-shadow: none;
	margin: 0;
	border-width: initial;
	border-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: inherit;
	background-color: initial;
	border-color: initial;	
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

 /*All links visited*/
.ui-mobile-viewport.ui-overlay-a a{
	color: #333333;
}

 .ui-mobile-viewport.ui-overlay-a a:visited{
	color: #5E2750;
}

.ui-mobile-viewport.ui-overlay-a a:focus{
	color: #FFF;
}


/*Radius for input for Login*/
.form_login .ui-corner-all,
.form_loginOtp .ui-corner-all {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*For all input define family and size*/
input,
textarea{
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	text-shadow: none;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0,6) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6) inset;
	box-shadow:  0 1px 2px rgba(0,0,0,0.6) inset;
	background-color: #ffffff;
}

input{
	height: 36px;
}

/*For file input define family and size*/
input[type="file"]{
	box-shadow: none;
}

input[type="file"]:focus{
	border: none;
	box-shadow: none;
}

/*For module Pesquisa-shadow and background*/
.postAnchorContainer td:first-child input {
}
 
 /*For module Pesquisa-marging*/
.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	min-height: 0px;
	text-shadow: none;
}

.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	margin: 0px;
}

.form_login .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset,
.form_loginOtp .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
	width: 100%;
	float: none;
}

/*Focus for inputs*/
.ui-page-theme-a .ui-focus {   
	border-color: #428600;
	outline: none;
	border-style: solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
}


/*###################################################*/
.ui-content {
	padding: 0em 0em 0em 0em;
}

.ui-page.ui-body-c.ui-page-active {
	background: rgba(255,255,255,1);
 	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)); 
 	background-image: -webkit-linear-gradient(#fff,#fff); 
	background-image: -moz-linear-gradient(#fff,#fff);
	background-image: -ms-linear-gradient(#fff,#fff);
	background-image: -o-linear-gradient(#fff,#fff);
	background-image: linear-gradient(#fff,#fff);
}

.ui-btn-corner-all {
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright:0px;
}

.ui-btn.ui-btn-corner-all.ui-shadow.ui-btn-up-c, .ui-btn.ui-btn-corner-all.ui-shadow.ui-btn-hover-c{
	background-position: bottom !important;
	background: rgb(233,233,233); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(bottom,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
	text-shadow: none;
	color : #000000;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright:3px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	
}

.ui-btn-inner {
	padding: .4em 25px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	zoom: 1;
}

.ui-select .ui-btn-icon-right .ui-icon {
	right: 10px;
}

.ui-icon {
	background-color: transparent;
	background: url(assetsfix/html/simplicity/img/arrow_down.png);
	background-repeat: no-repeat;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright:0px;
	width: 16px;
	height: 12px;
}

.ui-btn-icon-left .ui-icon, .ui-btn-icon-right .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	-moz-background-size: 16px 12px;
	-o-background-size: 16px 12px;
	-webkit-background-size: 16px 12px;
	background-size: 16px 12px;
}

.ui-loader .ui-icon-loading {
	background:url(assetsfix/html/simplicity/img/loading.gif);	
	width: 35px;
	height: 35px;
	/* Galaxy S4 ignores border-radius property */
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	background-size:35px 35px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.ui-loader .ui-icon {
	position: static;
	display: block;
	opacity: .9;
	margin: 0 auto;
	width: 35px;
	height: 35px;
	background-color: transparent;
}

.ui-loading .ui-loader {
	opacity: .85;
	z-index: 100;
	left: 50%;
	width: 200px;
	margin-left: -130px;
	margin-top: -35px;
	padding: 10px 30px;
	display: block;
	top: 48% !important;
}
/*##########################*/

.ui-body-a, .ui-dialog.ui-overlay-a {
	border: 1px solid #2a2a2a;
	background: #222;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-weight: normal;
	background-image: linear-gradient(#666,#222);
}

.ui-checkbox input{
	margin: 0;
}

.ui-radio input{
	margin: 0;
}

.question input{
	left: 0;
/*  	margin-top: 0.35em;  */
}

/*Typography*/
.text.ui-header, .mgen-header {
	font-family: vodafone-font, arial;
	color: #E60000;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	font-size: 22px;
	background: transparent;
	border-bottom: none;
	border-top: none;
	text-shadow: none;
	font-weight: 400; 
}

.ui-header .ui-btn-right{
	position: relative;
	right: 0px;
	top: 0px;
}

.ui-header .ui-btn-menu{
	position: relative;
	right: 10px;
	top: 8px;
}

.ui-listview.ui-li {
    list-style: none outside none;
    margin-top: 1em;
    padding: 0;
}

.text{
	padding-bottom : 1em;
}

.ui-header .ui-title {
	margin: 0.5em 0 0 0;
	font-size: 22px;
	text-shadow: none;
	font-weight: bold;
	float: left;
}

.ui-loader{
	display: none;
	position: fixed;
}

.imagetext .link{
	padding-top: 1.5em;
}

.ui-content .ui-listview {
    margin: 0;
    margin-right: 5px;
    /*width: 100%;*/
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CCCCCC;
}

.ui-btn-up-d, .ui-btn-hover-d{
	border: none;
}

.link .ui-icon{
	background: none;
}

.ui-li, .ui-li.ui-field-contain {
	border-width: 2px 3px 0;
}

.ui-li:last-child, .ui-li.ui-field-contain:last-child {
    border-bottom-width: 3px;
}


.ui-content .ui-listview {
	margin:0;
	padding:0;	
}

.imageLinklist .ui-icon{
	
}

.imageLinklist .ui-btn-icon-right {

}

.myarrowright {
	position: absolute;
	top: 9px;
	right: 10px;
	background-image: url(../img/arrow_right_new.png);
	-webkit-background-image: url(../img/arrow_right_new.png);
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	background-position: center;
	-webkit-background-position: center;
	width: 15px;
	height: 15px;
}

.ui-btn-up-a{
	border:none;
	background:none;
	font-weight:bold;
	color:#000000;
	text-shadow:none;
	background-image:none;
}

.ui-body-c, .ui-dialog.ui-overlay-c {
	color: #333;
	text-shadow: none;
}

.ui-field-contain, fieldset.ui-field-contain {
	padding: 0;
/* 	margin: 0; */
	border-width: 0;
	overflow: visible;
}

.ui-controlgroup, fieldset.ui-controlgroup {
	padding: 0;
	margin: 0 0 1em;
}

textarea.ui-input-text {
	-webkit-transition: height 200ms linear;
	   -moz-transition: height 200ms linear;
	     -o-transition: height 200ms linear;
	        transition: height 200ms linear;
	height: auto;
}

input.ui-input-text, textarea.ui-input-text {
	width: 94%;
}

.ui-mobile-rendering > * {
    visibility: initial;
}

#logoutModule .ui-btn.ui-shadow.ui-corner-all,
#logoutModule .ui-btn.ui-shadow.ui-btn-corner-all.ui-btn-hover-c {
	background: none;
	border: none;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #BD0000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	white-space: nowrap;
	padding: .4em 25px;
	text-overflow: ellipsis;
	overflow: hidden;
	box-shadow: none;
}

.ui-field-contain .ui-select {
	width: 100%;
}

.ui-input-text.ui-focus{
	border: none;
}

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
	background-color: #fff;
	background-color: rgba(255,255,255,0);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
	text-align: left;
	width: 17px;
}

.ui-icon-carat-d:after {
	background-image: url(../img/arrow_down_new.png);
}

@media ( min-width :28em) {
	.ui-field-contain>label ~[class*=ui-],.ui-field-contain .ui-controlgroup-controls {
		width: 100%;
	}
}
.mod.loginOtp{
	overflow: hidden;
}

.mod.loginOtp .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	margin-bottom: 5px;
}


.formSuccess {
    display: none;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    padding: 10px 17px 10px 50px;
    position: relative;
    min-height: 30px;
    background-repeat: no-repeat;
    background-color: #F4F8F0;
    border: solid 1px #428600;
    background-image: url('../img/alert-success.png');
    background-position: 10px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 13px;
}

.formSuccess.formSuccessActive{
    display: inline-block;
}

.form_loginOtp .recaptcha-submit-button.disabled{
	pointer-events: none;
}

.form_loginOtp .button.not-allowed{
	cursor: not-allowed;
}

.form_login .link-to-opt-auth{
	padding: 10px;
}

#otp-result-message{
	margin-bottom: -52px;	
}

.form_loginOtp{
	margin-top: 52px;
	overflow: hidden;
}

.g-recaptcha{
	margin-bottom: 10px;
	margin-top: 10px;
}

.mod.loginOtp .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset{
	display: inline-block;	
}