﻿
/*.header {
    position: fixed;
}
.footer {
    position: fixed;
}
.fixfixed .header,
.fixfixed .footer {
    position: absolute;
}*/




html, .P2pBody {
    background-color: #333;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}


@media only screen and (min-width: 801px) {
    .ui-page {
        width: 768px !important;
        margin: 0 auto !important;
        position: relative !important;
        border-right: 5px #666 outset !important;
        border-left: 5px #666 outset !important;
    } 
    .ui-footer-fixed
    {
        width: 768px !important;
        margin: 0 auto !important;
    } 
    
        .ui-header-fixed
    {
        width: 768px !important;
        margin: 0 auto !important;
    } 
} 
       
.P2pPageHeaderTitle
{
    height: 32px;
    width: 117px;
    text-align: center;
}
       

.P2pPageSubTitle
{
    border-style: none solid solid none;
    border-width: .5px;
    border-color: #C0C0C0;
    margin: -15px -15px 15px -15px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    background-color: #E5E5E5;
    font-size: medium;
    font-weight: bold;
}


.PageItemLeftTop {
    margin-top: -4px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-left: -5px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    color:darkred;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: small;
    font-weight: bold;
}

.PageItemRightTop {
    margin-top: -4px;
    margin-bottom: 0px;
    margin-right: -10px;
    margin-left: 0px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    color: #3366FF;
    font-size: small;
    font-weight: bold;
}

.PageItemLeftMiddle {
    margin-top: -4px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-left: -5px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    clear: both;
    color: black;
    text-overflow: ellipsis;
    font-size: small;
    font-weight: normal;
    width: 100%;
}

.PageItemLeftBottom {
    margin-top: 4px;
    margin-bottom: -4px;
    margin-left: -5px;
    margin-right: 4px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    clear: both;
    color:black;
    font-size: small;
    font-weight: normal;
    width: 108%;
}

audio
{
    width: 100%;
    display: block;
    margin: 10px 40px 0px 0px;
    text-align: center;
}

.AccountItemLeftTop
{
    float: left;
    overflow: hidden;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.AccountItemRightTop
{
    margin: 0px -13px 0px 0px;
    float: right;
}

.AccountListItemRightTop 
{
    margin: 0px 4px 0px 0px;
    float: right;
}
.AccountItemLeftBottom
{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.AccountItemRightBottom
{
    margin: 0px 1px 0px 0px;
    float: right;
}

.formGroupBox
{
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFFFFF;
    
}
 
 .AccountDetailLeft
{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: small;
}
 
 .AccountDetailRight
{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    color: blue;
    font-size: small;
    left: 135px;
}
 .AccountDetailDiv
{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.ToneItemLeftTop
{
    float: left;
    overflow: hidden;
    white-space:normal ;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:smaller;
}

.ToneItemRightTop
{
    margin: 0px 2px 0px 0px;
    float: right;
    font-size:smaller;
}

.ToneItemLeftBottom
{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.DeviceToneDetailLeftTop
{
    float: left;
    overflow: hidden;
    white-space:normal ;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:smaller;
}

.DeviceToneDetailRightTop
{
    margin: 0px 2px 0px 0px;
    float: right;
    font-size:smaller;
}

.DeviceToneDetailLeftBottom
{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:smaller;
}

 .DeviceToneDetailLeft
{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: small;
}
 
 .DeviceToneDetailRight
{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    left: 100px;
    position: absolute;
    color: blue;
    font-size: small;
}



/*Start Swipe delete*/
.aDeleteBtn
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    height: 15px;
    width: 60px;
    line-height: 15px;
    margin: 11px 10px 0 0;
    padding: 0.6em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    text-align: center;
}



/*Start of blink class*/

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 400ms;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 400ms;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}