@charset "utf-8";
/* 正规的个人相关页面START */
.my_main {
    background-color: #52585f;
}

.my_main .mount_navbar .opts li a {
    line-height: 20px;
}

.my_main .my_other_main h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #FFF;
}

.my_main .my_content_main h4 i {
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 10px;
    font-size: 20px;
}

.my_main .my_other_main h4 .glyphicon {
    background-image: url(/Static/images/common/icon_32x32.png?v=3);
    height: 32px;
    width: 32px;
    margin: -6px 6px 0 0;
}

.my_main .my_other_main h4 .glyphicon-credit-card {
    background-position: -40px -112px;
}

.my_main .my_other_main h4 .glyphicon-lock {
    background-position: -40px -76px;
}

.my_main .my_other_main h4 .glyphicon-cog {
    background-position: -40px -148px;
}

.my_main .my_other_main h4 .glyphicon-storage {
    background-position: -40px -328px;
}

.my_main .my_other_main {
    border-top: 1px solid #5c6168;
    padding: 0 50px;
}

/* 个人信息 */
.my_main .my_info_main {
    height: 150px;
    background-color: #40464D;
    padding: 30px 50px;
}

.my_main .my_info_main .upload_photo {
    display: block;
    overflow: hidden;
    position: relative;
}

.my_main .my_info_main .upload_photo .upload_overflow em {
    line-height: 96px;
    font-size: 16px;
}

.my_main .my_info_main img {
    width: 96px;
    height: 96px;
}

.my_main .my_info_main .info {
    margin-left: 20px;
    width: 180px;
}

.my_main .my_info_main .info a,
.my_main .my_info_main .info a:hover {
    text-decoration: none;
    background-color: #f9b615;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    font-size: 14px;
    margin-top: -3px;
    line-height: 22px;
    padding: 0 10px;
}

.my_main .my_info_main .info .vip_name {
    color: #f9b615;
}

.my_main .my_info_main .info #edit_name {
    font-size: 30px;
    color: #FFF;
    margin: 20px 0 0;
}

.my_main .my_info_main .infos p,
.my_main .my_info_main .info p {
    height: 32px;
    line-height: 32px;
    margin-bottom: 0;
    overflow: hidden;
    zoom: 1;
    color: #9AA2AC;
    font-size: 14px;
}

.my_main .my_info_main .infos p * {
    float: left;
}

.my_main .my_info_main .infos i {
    font-size: 14px;
    margin: 7px 7px 0;
}

.my_main .infos .edit_name {
    width: 400px;
    margin-top: 4px;
}

.my_main .infos .edit_name .cancel_edit {
    margin-left: 8px;
}

.my_main .infos .edit_pwd input {
    line-height: 22px;
    width: 125px;
    margin-right: 6px;
    padding: 0 6px;
}

.my_main .infos #edit_phone a:hover {
    text-decoration: none;
}

.my_main .infos #edit_phone a.is_edit {
    color: #4d4d4d;
}

.my_main .infos #edit_phone a.is_edit:hover {
    color: #2a6496;
}

.validate_email {
    margin-bottom: -15px;
}
/* 云库列表 */
.my_main .my_team_main {
    margin-bottom: 20px;
}

.my_main .my_team_main .team_list {
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

.my_main .my_team_main .team_list .danger {
    color: #d9534f;
}

.my_main .my_team_main .team_list li {
    float: left;
    list-style: none;
    color: #FFF;
    text-align: center;
    margin: 10px 5px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}

.my_main .my_team_main .team_list li img {
    height: 64px;
    width: 64px;
}

.my_main .my_team_main .team_list li h6 {
    font-size: 14px;
    margin: 5px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    font-weight: normal;
}

.my_main .my_team_main .team_list li p {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}

/* 设备管理 */
.my_main .my_device_main {
    padding-bottom: 20px;
}

.my_main .my_device_main .table {
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
}

.my_main .my_device_main .table em {
    color: #999;
    font-style: normal;
    margin-right: 15px;
}

.my_main .my_device_main .table td {
    line-height: 24px;
}

.my_main .my_device_main .table td.ops {
    padding: 0;
    overflow: hidden;
    zoom: 1;
}

.my_main .my_device_main .table td.ops .btns {
    margin-right: -100%;
    overflow: hidden;
    zoom: 1;
}

.my_main .my_device_main .table .btn-flat {
    float: right;
    line-height: 40px;
    height: 40px;
}

.my_main .my_device_main .table .tog_dev_btn {
    background-color: #E65353;
}

.my_main .my_device_main .table i {
    background-position: -4px -704px;
}

.my_main .my_device_main .table .enable i {
    background-position: -4px -784px;
}

.my_main .my_device_main .table .disable i {
    background-position: -4px -764px;
}

.my_main .my_device_main .table .disable .tog_dev_btn {
    background-color: #52AE75;
}

.my_main .my_device_main .checkbox {
    color: #FFF;
}

/* 安全设置 */
.my_main .my_safe_main {
    padding-bottom: 20px;
}

.my_main .my_safe_main .form-horizontal {
    width: 320px;
    line-height: 30px;
    color: #FFF;
}

/* 邮件提醒 */
.my_main .my_mailset_main {
    height: 250px;
}

.my_main .my_mailset_main h5 {
    font-size: 14px;
    font-weight: bold;
}

.my_main .my_mailset_main ul {
    padding-left: 20px;
}

.my_main .my_mailset_main ul li {
    line-height: 30px;
    height: 30px;
}

.my_main .my_mailset_main ul li input {
    margin-top: 9px;
}