"#Wrapper" : {
backgroundColor: "#fff"
},
"#container": {
},
"#typeCard": {
height: '120dp',
width: '300dp',
clipViews: false,
layout:'horizontal',
// scrollType:'horizontal',
horizontalWrap:false,
// scrollingEnabled: false,
top: "18dp"
},
"#typeCard[platform=android]":{
width:'100%',
height:'280dp'
},
"#separateLine":{
left: '10dp',
right: '10dp',
backgroundColor: "#cfcfcf",
height: '1dp',
top: '193dp'
},
"#infoCard": {
left: "20dp",
right:'20dp',
color:'#000',
textAlign: 'left',
top:'15dp',
height: Ti.UI.SIZE,
font:{
fontSize: '16dp',
fontFamily: "GillSans-Light"
},
bottom: '8dp'
},
"#infoCard[platform=android]":{
font:{
fontFamily: "gill_sans_cyr_mt_light"
}
},
"#firstBox":{
layout: "vertical",
top: "208dp"
},
".firstBoxLabel":{
textAlign: 'left',
color:'#000',
left: '20dp',
right: '20dp'
},
'#chooseTypeText':{
font:{
fontSize: '16dp',
fontFamily: "GillSans-Light"
},
left: '20dp',
right: '20dp'
},
'#chooseTypeText[platform=android]':{
font:{
fontFamily: "gill_sans_cyr_mt_light"
}
},
"#helpText":{
font:{
fontSize: '11dp',
fontFamily: "GillSans-Light"
},
wordWrap: 'true',
left: '20dp',
right: '20dp',
top: '10dp'
},
"#helpText[platform=android]":{
font:{
fontFamily: "gill_sans_cyr_mt_light"
}
},
"#cardRegWrapper": {
top: "67dp",
horizontalBounce: false,
scrollingEnabled: true,
height: Ti.UI.SIZE
},
"#cardRegWrapper[platform=android]": {
top: "50dp"
},
"#inputBox":{
layout: "vertical",
top: "193dp",
// horizontalBounce: false,
scrollingEnabled: false
},
"#textFieldWrapper": {
height: '45dp',
left: '20dp',
right:'20dp'
// width: "282dp"
},
"#textFieldRepeatWrapper": {
height: '45dp',
left: '20dp',
right:'20dp'
// width: "282dp"
},
".inputField":{
borderColor: '#CCC',
borderWidth: "1dp",
height: '43dp',
left: '0dp',
width: "100%",
keyboardType: Ti.UI.KEYBOARD_NUMBER_PAD,
paddingLeft: '5dp',
maxLength: 8,
color:'#000'
},
".exclamation": {
visible: false,
image: "/images/exclamation.png",
width: "21dp",
height: "21dp",
right: "10dp",
top: "10dp"
},
"#errorLabel":{
font:{
fontSize: '14dp',
fontFamily: "GillSans-Light"
},
left: '20dp',
right: '20dp',
top: '10dp',
bottom:'5dp',
backgroundColor: "#FF0050",
color: "#fff",
height: '0dp',
textAlign: 'center'
},
"#errorLabel[platform=android]":{
font:{
fontFamily: "gill_sans_cyr_mt_light"
}
},
"#checkBoxWrapper":{
top: '0dp'
},
"#licenseTextWrapper": {
width: Ti.UI.SIZE,
height:'50dp',
right:'0dp',
left: "0dp",
top:'-1dp',
zIndex: 30,
// borderColor:"#3d3d3d",
// borderWidth:'1dp'
},
".licenseText": {
width:Ti.UI.SIZE,
font: {
fontSize: '12dp',
fontFamily: "GillSans-Light"
},
color: "#000",
top: "0dp",
},
".licenseText[platform=android]":{
top:'2dp',
font:{
fontSize:'13dp',
fontFamily: "gill_sans_cyr_mt_light"
}
},
".link": {
height: "16dp",
top: "0dp"
},
".link[platform=android]":{
height:"18dp"
},
".linkText": {
color:'#000',
font: {
fontSize: '12dp',
fontFamily: "GillSans-Light"
},
left: "0dp"
},
".linkText[platform=android]":{
font: {
fontSize: '13dp',
fontFamily: "gill_sans_cyr_mt_light"
},
},
"#linkText1":{
width: Ti.UI.SIZE,
color:'#000'
},
"#linkText2":{
width:Ti.UI.SIZE,
color:'#000',
left:'14dp'
},
".underlineLink": {
height: "1dp",
backgroundColor: "#000",
bottom: "0dp",
left: "0dp"
},
".underlineLink[platform=android]":{
visible: false
},
"#firstString": {
top: "-1dp",
layout: "horizontal",
horizontalWrap:false,
width: Ti.UI.SIZE,
left:'2dp',
// right:'20dp'
},
"#licenseText1": {
left: "5dp"
},
"#licenseText1[platform=android]":{
font:{
fontSize:'13dp',
fontFamily: "gill_sans_cyr_mt_light"
}
},
"#link1": {
width: Ti.UI.SIZE,
top: "0dp",
left: "2dp"
},
// "#link1[platform=android]":{
// top:'1dp'
// },
"#licenseText2": {
left: "5dp"
},
"#underlineLink1": {
width: "97dp"
},
"#secondString": {
width: Ti.UI.SIZE,
top: "15dp",
left:'2dp',
},
"#underlineLink2": {
width: "213dp",
left:'14dp'
},
"#horzView":{
left: '20dp',
right: '20dp',
height: '60dp'
},
"#checkBtn":{
top: "0dp",
title: '',
width: '29dp',
height: '29dp',
backgroundImage: '/images/checkbox_unchecked.png'
},
"#nextBtn":{
font: {
fontSize: '26dp',
fontFamily: "GillSans-Light"
},
color: '#fff',
textAlign: Ti.UI.TEXT_ALIGNMENT_CENTER,
backgroundGradient: {
type: "linear",
startPoint: {x: '50%', y: '0%'},
endPoint: {x: '50%', y: '100%'},
colors: [{ color: '#bce292', offset: 0.0}, { color: '#b8d98c', offset: 1.0 }]
},
height: '50dp',
width: "300dp",
top: '0dp'
},
"#nextBtn[platform=android]":{
font:{
fontSize:'26dp',
fontFamily: "gill_sans_cyr_mt_light"
}
},
"#coverAll": {
backgroundColor: "#000",
opacity: 0.3
},
"#activityIndicator": {
color: '#fff',
font: {
fontFamily: "GillSans",
fontSize: 26,
fontWeight: "bold"
},
message: 'Loading...',
style: Ti.UI.iPhone.ActivityIndicatorStyle.DARK,
top:10,
left:10,
height:Ti.UI.SIZE,
width:Ti.UI.SIZE
},
"#activityIndicator[platform=android]": {
style: Ti.UI.ActivityIndicatorStyle.DARK,
}