html, body {
margin: 0;
padding: 0;
overflow: hidden;
font-family: 'HelveticaNeue';
font-weight: normal;
}
#phone {
width: 240px;
height: 320px;
padding: 133px 56px 351px 56px;
margin: 35px auto 0 auto;
position: relative;
}
#phone.collapse {
background: none;
position: absolute;
top: 37px;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0;
width: auto;
height: auto;
}
#screen {
width: 240px;
height: 320px;
position: relative;
overflow: hidden;
}
#phone.collapse #screen {
position: static;
width: 100%;
height: 100%;
}
iframe {
border: none;
margin: 0;
padding: 0;
}
.content {
width: 240px;
height: 320px;
position: absolute;
z-index: 1;
}
#phone.collapse .content {
width: 100%;
height: 100%;
}
#controls {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 36px;
background-color: #eee;
border-bottom: 1px solid #999;
font-size: 14px;
line-height: 36px;
font-family: 'HelveticaNeue';
font-weight: normal;
text-align: center;
z-index: 1;
}
#not-registered, #registered {
float: left;
margin-left: 20px;
}
#registered {
display: none;
}
#mxit-id {
font-family: 'HelveticaNeue-Bold';
font-weight: normal;
}
#unlink, #link {
position: relative;
top: 0px;
float: right;
margin-right: 20px;
cursor: default;
}
#inputs {
display: none;
}
.link .icon {
width: 56px;
height: 56px;
border-radius: 56px;
border: 5px solid #fff;
box-shadow: 0 2px 2px rgba(64,64,64,0.4);
display: block;
background: -webkit-linear-gradient(-75deg, #f5a627 0%, #de6003 100%);
}
.link:active .icon { background: -webkit-linear-gradient(-75deg, #F58A27 0%, #CF3A00 100%); }
.link.disabled .icon { background: -webkit-linear-gradient(-75deg, #c6c6c6 0%, #7a7a7a 100%); }
.link .icon .image {
background-position: center;
background-repeat: no-repeat;
background-size: 50px;
width: 100%;
height: 100%;
display: block;
}
a.link {
padding: 0;
text-decoration: none;
font-family: 'HelveticaNeue-Medium';
font-weight: normal;
font-size: 14px;
color: #333;
position: relative;
top: 2px;
}
.link .icon {
width: 26px;
height: 26px;
border-radius: 26px;
border: 2px solid #fff;
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px;
margin: 0 4px 4px 6px;
}
.link .icon .image {
background-size: 24px;
}
.in .icon .image, .out .icon .image {
background-size: 22px;
}
#expand {
position: absolute;
display: block;
right: 19px;
top: 27px;
}
#collapse {
position: absolute;
z-index: 10;
display: block;
right: 1px;
top: 5px;
display: none;
}
#phone.collapse #expand {
display: none;
}
#phone.collapse #collapse {
display: block;
}
#fadeout {
position: fixed;
height: 100px;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(90deg, #fff 0%, #fff 5%, rgba(255,255,255,0.95) 15%, rgba(255,255,255,0) 100%);;
z-index: 10;
}