.hide {
    display: none;
}

.share-dialog{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}

.wrap-share-dialog{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.share-dialog .delDialog {
    padding: 20px;
    width: 335px;
}
.share-dialog .confirmContent {
    text-align: left;
    font-size: 14px;
}
.share-dialog .dialog-footer {
    margin-top: 20px;
    height: 30px;
}

.btn-cancel {
    background-color: transparent;
    border: 1px solid #d8d7d7;
    color: #999;
}

.btn-del {
    background-color: #44b5ff;
    color: white;
}

.btn-cancel:hover {
    background-color: #d8d7d7;
}

.btn-del:hover {
    background-color: #69c4ff;
}
.pull-right {
    vertical-align: middle;
    float: right;
    margin-right: 20px;
}
.share-dialog {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.share-dialog .container {
    color: RGBA(0, 0, 0, 0.3);
    background: #eee;
    margin: 125px auto;
    width: 520px;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
.btn {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    border: 0; }

.primary, .btn {
    background-color: #6BC4FA;
}

.btn {
    color: white;
    font-size: 14px;
    outline: none;
}

.btn:hover {
    background-color: RGBA(107, 196, 250, 0.8);
}
.center {
    text-align: center;
}
.close {
    background: url("../images/close_normal.png?v=1") no-repeat center;
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    right: 0px;
    top: 0px;
}

.close:hover {
    background: url("../images/close_over.png?v=1") no-repeat center;
}

.close:active {
    background: url("../images/close_click.png?v=1") no-repeat center;
}

.btn {
    width: 100px;
    height: 32px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
    background-color: #44b5ff;
}

.btn-cancel {
    border: solid 1px #d1d1d1;
    background-color: white;
}

.btn-cancel:hover {
    background-color: #f4f4f4;
}

.btn-cancel:active {
    background-color: #e8e8e8;
}

.share-dialog .dialog-footer {
    bottom: 10px;
    position: absolute;
    right: 10px;
    margin-top: 0px;
    height: 32px;
}

.dialogContent {
    margin: 20px;
    font-size:12px;
    color: #393946;
    opacity: 0.8;
}

.dialog-title {
    font-size: 12px;
    color: white;
    opacity: 0.9;
    padding-left:12px;
}

.dialogHeader {
    height: 32px;
    line-height: 32px;
    width: 100%;
    background: #2a2e33;
    color: white;
    opacity: 0.9;
}

.share-dialog .container {
    height: 180px;
    width: 360px;
    -moz-box-shadow:0px 0px 10px #393946;
    -webkit-box-shadow:0px 0px 10px #393946;
    box-shadow:0px 0px 10px #393946;
    padding: 0px;
    border-radius: 0px;
    background: #fffefd;
}

.actionBar {
    float: right;
    display: none;
    position: absolute;
    right:0px;
    height: 56px;
    line-height: 56px;
    top: 50%;
    margin-top: -28px;
}

.bubble{
    background-color: #777;
    background-color: RGBA(0,0,0,0.5);
    display: inline-block;
    z-index: 1200;
    border-radius: 4px;
    padding: 10px;
    color: white;
    font-size: 14px;
}
.bubble-wrap{
    position: fixed;
    left:0;
    right: 0;
    top:30%;
    text-align: center;
    z-index: 1200;
}