body #logo                       { margin-left: 10px; }
html body #header > .page        { width: 1290px; }
html body #footer > .page        { width: 1260px; }
html body #side_ads,html body #side_content { padding: 0px; right: 0px; width: 300px; top:113px; z-index:11; }
html body#bdsm #side_ads,html body#bdsm #side_content { top:128px }
html body #content > .page       { padding: 10px 300px 10px 0; }
html body #navigation > .page    { padding: 0px 0px; width: 1260px;}
html body #navigation-bar > .nav-container    { width: 1260px !important;}
html body #navigation-bar .nav > li { margin-right: 50px; }
html body .alert-message > .page { padding: 5px 0; width: 1260px; font-size:13px; }
b { font-family: 'open sans Bold'; }
#viewport { min-width: 1280px !important; }

#memberinfo { margin-left: 65px; }

@media screen and (max-width: 1600px) {
    .new_notif {
        display: none;
    }
}
@media screen and (max-height: 970px) {
    #page_container {
        min-height: 750px !important;
    }
    #messages_collapse_button,
    #message_center_side {
        height: 510px !important;
    }
    #mc-folder_view {
        height: 140px !important;
    }
    #message_center_content {
        height: 654px !important;
    }
    #mc_default_txt.has_ad {
        height: 355px !important;
    }
    #mc_default_txt.no_ad {
        height: 640px !important;
    }
}
.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
#folder_error { 
    display: none;
}
#disclaimer {
    background-color: #cddaf2;
    padding: 10px;
    margin: -10px -10px 10px -10px;
    position: relative;
    z-index: 100;
}
#disclaimer .dtext {
    margin-right: 20px;
}
#disclaimer .dclose {
    position: absolute;
    right: 5px;
    top: 18px;
}
#disclaimer .dclose svg {
    height: 15px;
    width: 15px;
    fill: #ffffff;
}
#mc-fn_settings,
#mc-help_link {
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}
#mc-help_link {
    right: 0px;
}
#mc-fn_settings {
    right: 30px;
    bottom: 1px;    
}
#mc-help_link svg {
    height: 22px;
    width: 22px;
    fill:  #727272;
}
#mc-fn_settings svg {
    height: 20px;
    width: 20px;
    fill:  #727272;
}
#mc-fn_settings .dd_menu {
    left: -146px;
    color: #3366cc;
    width: 200px;
}
#mc-fn_settings:hover .dd_menu {
    display: block;
    position: absolute;
    z-index: 1000;
}

#mc-medley_ad {
    display: none;
    padding: 6px 6px 6px 30px !important;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color:  #bfbfbf;
    cursor: pointer;
}
#mc-medley_ad .medley_ad_txt {
    width: 160px;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}
#mc-medley_ad > div {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
#mc-medley_ad svg {
    fill: #fe9f25;
    height: 48px;
    width: 48px;
}
.hide_beta {
    display: none !important;
}
.hide_sidebar {
    width: 0%;
    overflow: hidden;
}
.medley_ads {
    text-align: center;
    margin-top: 30px;
}
h1 {
    color: #333333;
    font-size: 22px;
}
h3 {
    color: #333333;
}
hr {
    border: none;
    height: 1px;
    background-color: #bfbfbf;
}
.act_btns svg {
    fill:  #727272;
    height: 24px;
    width: 24px;
}
.folders,
.compose {
    padding: 5px;
}
.folders svg {
    height: 24px;
    width: 24px;
}
.folder_list .custom_folder {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#mc-folder_view {
    padding-top: 0px;
    position: relative;
    display: block;
    height: calc( 100vh - 743px );
    overflow:hidden;
}
.bootstrap-page {
    padding: 0px 15px;
}
.bootstrap-container-compact,
.bootstrap-container {
    max-width: 1260px !important;
    min-width: 1120px;
    width: 100%;
}
.conversation-badges,
.conversation-badges span{
    display: inline-block;
    vertical-align: bottom;
}
.conversation-badges svg {
    height: 15px;
    width: 15px;
}
.message_center_container {
    border-width: 0px 1px 1px 1px;
    border-color: #bfbfbf;
    border-style: solid;
}
.message_center_container.hasCatphising{
    margin-bottom:6px;
}

.message_center_container .dd_menu {
    display: none;
}
.message_center_container .dd_menu ul {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    padding: 5px 0px;
    z-index: 1;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.message_center_container .dd_menu ul > li {
    padding: 2px 5px;
}
.message_center_container .dd_menu ul > li:hover {
    background-color: #f0f0f0;
}
#messages_header {
    border-bottom: 1px solid #bfbfbf;
    height:  80px;
    padding-left: 5px;
}
#message_center_body {
    min-height: 650px;
}
#messages_collapse_button,
#message_center_side {
    height: calc( 100vh - 374px );
}
#messages_left_panel,
#message_center_content {
    overflow: hidden;
    transition: width 240ms;
}
#messages_left_panel .compose .compose_icon {
    height: 13px;
    width: 13px;
    background-color: #7cb342;
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
    margin: 5px; 
}
#messages_left_panel .folders svg {
    padding:4px;
}
#messages_left_panel #custom_folders div span {
    max-width: 130px;
}
#messages_left_panel #default_folders li span {
    max-width: 105px;
}
#messages_left_panel .folders li span,
#messages_left_panel .folders div span {
    display: inline-block;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#messages_left_panel .folders li span:nth-child(3) {
    margin-left: 0px;
}
#messages_left_panel .compose,
#messages_left_panel .folders .msg_label,
#messages_left_panel .folders .create_filter {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
}
#messages_left_panel .folders .msg_label .current_filter {
    font-family: 'open sans Bold';
}
#messages_left_panel .folders .icon_bg {
    display: inline-block;
    float: left;
    border-radius: 50%;
}
#messages_left_panel .bb {
    border-bottom: 1px solid #bfbfbf;
}
#left_panel_collapse_btn {
    width: 20px;
    background-color: #f0f0f0;
    position: absolute;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    height: 100%;
}
#left_panel_message_list {
    margin-left: 21px;
    border-right: 1px solid #bfbfbf;
}
#collapse_arrow {
    padding: 0px 4px;
    position: absolute;
    top: 50%;
    bottom: 50%;
}
#collapse_arrow svg {
    height: 12px;
    width: 12px;
}
#messages_center_panel #mc-fn_label:hover .dd_menu,
#messages_center_panel #mcdd-filter:hover .dd_menu {
    display: block;
    position: absolute;
    width: 150px;
    z-index: 10;
}
.act_btn {
    margin: 8px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
}
.act_btn:hover,
#messages_left_panel .custom_folder .icon_bg:hover {
    background-color: #ebebeb;
}
#messages_left_panel .custom_folder .icon_bg:hover .icon_bg_pen {
    display: block;
}
#messages_left_panel .custom_folder .icon_bg_pen {
    position: absolute;
    left: 15px;
    display: none;
}
#messages_left_panel .custom_folder .icon_bg_pen svg {
    height: 12px;
    width: 12px;
}
.act_btn svg {
    display: block;
    padding: 4px;
}
#message_center_content {
    display: inline-block;
    vertical-align: top;
    height:calc( 100vh - 229px );
}
#message_center_content .filter_box,
#message_center_side .filter_box {
    border-radius: 50%;
    margin: 0;
    padding: 0;
}
#message_center_content .filter_box img,
#message_center_side .filter_box img {
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 50%;
}
#message_center_content .filter_box .freetoken_icon,
#message_center_side .filter_box .freetoken_icon{
    margin: 0;
    padding: 0;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 0%;
}
#message_center_side .msg_menu {
    display: none;
    position: absolute;
    width: 35px;
    top: 15px;
    right: 5px;
}
#message_center_side ._list._msg_replied {
    background-color: #e9e9e9;
}
#message_center_side ._list._msg_unread ._mem_info,
#message_center_side ._list._msg_unread ._intro{
    font-family: 'open sans Bold';
}
#message_center_side ._list:hover .msg_menu {
    display: block;
}
#message_center_side ._list .msg_menu svg {
    border-radius: 50%;
    height: 28px;
    width: 28px;
}
#message_center_side ._list .imc_online_status {
    background-color: green;
    height: 10px;
    width: 10px;
    position: absolute;
    z-index: 100;
    border-radius: 50%;
    right: 0px;
    border: 1px solid #ffffff;
}
#message_center_side ._list .msg_menu:hover svg {
    background-color: rgba(0,0,0,0.05)
}
#message_center_side ._list._on .msg_menu:hover svg {
    background-color: rgba(255,255,255,0.7)
}
#message_center_side ._list .msg_menu:hover .msg_menu_actions {
    display: block;
}
#message_center_side ._list .msg_menu.pop_up .msg_menu_actions {
    bottom: 100px;
}
#message_center_side ._list .msg_menu.pop_up .side_menu_folders {
    bottom: -70px;
}
#message_center_side ._list .msg_menu .msg_menu_actions {
    position: absolute;
    right: 10px;
    width: 150px;
}
.img_space_holder {
    background: none !important;
    margin: 0px 10px;
}
.usr_msgs {
    background-color: #f0f0f0;
}
.left_bubble_triangle {
    width: 0px;
    height: 0px;
    border-bottom: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 10px #ffffff;
    border-right: solid 10px #ffffff;
    position: absolute;
    left: -18px;
    top: 0;
}
.right_bubble_triangle {
    width: 0px;
    height: 0px;
    border-bottom: solid 10px transparent;
    border-left: solid 10px #2196f3;
    border-top: solid 10px #2196f3;
    border-right: solid 10px transparent;
    position: absolute;
    right: -18px;
    top: 0;
}
.left_bubble ._htm {
    background-color: #ffffff;
    max-width: 350px;
    float: left;
    color: #000000;
    margin-left: 10px;
}
.right_bubble ._htm {
    background-color: #2196f3;
    max-width: 350px;
    float: right;
    color: #ffffff;
    margin-right: 10px;
}
.right_bubble ._htm,
.right_bubble .filter_box {
    float: right;
}
#navigation ul li {
  *z-index: 25;
}
.act_btns {
    position: relative;
}
.panel_head {
    height: 50px;
}
.mc-msgbox_btns {
    border-bottom: solid 1px #bfbfbf;
}
.mc-msgbox_btns .act_btn {
    margin: 14px 18px;
}
.mc-msgbox_btns ._menu li svg {
    display: inline-block;
    padding: 0px 2px;
    height: 15px;
    width: 15px;
}
.mc-msgbox_btns ._menu li div {
    display: inline-block;
}
.status-badge.mini-fan-badge { padding: 0 5px; font-size: 10px; height: 12px; line-height: 13px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; text-shadow: 0px -1px 0px rgba(0,0,0,0.33); vertical-align: text-top; }

img:-moz-broken{-moz-force-broken-image-icon:1;width:24px; height:24px;}

body ul.show { margin:12px; padding:15px 40px 0px; list-style:disc; list-style-position:outside; }
body ul.showbullets li { margin-bottom:10px !important }

s.arrow-d { display:inline-block;width:0;height:0;border:4px solid transparent;border-top-color:#828282;vertical-align:-2px; }
s.arrow-d._i { margin-top:7px; }

.disable_select { -moz-user-select:none;-webkit-user-select:none; }

.mc_icon_bg {
    background: url(https://secureimage.securedataimages.com/images/ffadult/37767/msg_center_bg.png) no-repeat;
    display: inline-block;
    top: -7px;
    right: -5px;
    color: #fff;
    background-color: #666;
}

.mc_icon_bg.tick { margin-right:3px;vertical-align:-4px;background-position:-9px -14px;width:12px;height:12px; }
.mc_icon_bg.tick.tick_on { background-position:-28px -33px; }
.mc_icon_bg.ffadult_fav { width:48px;height:48px;background-position:-381px -665px;}
.mc_icon_bg.search_x { width:17px;height:17px;background-position:-90px -90px; }

.mc_scroll_bar { position:absolute;top:0;right:2px;width:10px;cursor:pointer;z-index:7;overflow:hidden;background:#333;opacity:.5;filter: alpha(opacity = 50);border-radius:7px; }
.mc_scroll_bar > ._hd  , .mc_scroll_bar > ._ft { background:url(https://secureimage.securedataimages.com/images/ffadult/37767/msg_center_bg.png) no-repeat;width:100%;height:5px;position:absolute;left:0; }
.mc_scroll_bar > ._hd { background-position:-434px -14px;top:0; }
.mc_scroll_bar > ._bd { width:100%;position:absolute;top:5px;bottom:5px;background:#333;opacity:.5;filter: alpha(opacity = 50); }
.mc_scroll_bar > ._ft { background-position:-434px -19px;bottom:0; }

#bdsm .mc_scroll_bar > ._hd,
#bdsm .mc_scroll_bar > ._ft,
#bdsm .mc_scroll_bar > ._bd { background: #fff;opacity:1; }

.mc_scroll_bar._scroll_h { top:auto;right:auto;left:0;bottom:3px;height:5px;width:0 !important; }
.mc_scroll_bar._scroll_h > ._hd  , .mc_scroll_bar._scroll_h > ._ft { height:100%;width:5px;position:absolute;top:0; }
.mc_scroll_bar._scroll_h > ._hd { background-position:-431px -29px;left:0; }
.mc_scroll_bar._scroll_h > ._bd { left:5px;right:5px;height:100%;bottom:auto;top:auto;width:auto; }
.mc_scroll_bar._scroll_h > ._ft { background-position:-437px -29px;right:0;left:auto; }

.stdcontact_box { position:relative;top:-4px;display:inline-block;box-shadow: 3px 3px 4px #AAA;background:#299BDA;padding:2px 8px 3px 8px;color:#fff;margin-left:12px;border-radius:3px;line-height:1.3; }
.stdcontact_box:before { content:'';position:absolute;width:0;height:0;top:0;left:-18px;border:10px solid transparent;border-right:10px solid #299BDA; }
.stdcontact_box >._x { cursor:pointer;font-family:consolas !important;line-height:1;margin-left:2px;visibility:hidden; }
.stdcontact_box:hover >._x { visibility:visible; }

.text-overflow { text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block; }

.ajax-loader { position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;z-index:99;width:32px!important;height:32px!important; }
.mc_highlight { background:#E8FD00; color:#000; }

.lb-dialog { width:400px; }
.lb-dialog > ._title { display:block;border-bottom:1px solid #E8E8E8;font-size:14px;padding:8px 12px; }
.lb-dialog > ._wrap { padding:10px;line-height:1.5; }
.lb-dialog ._btn_group { text-align:right;margin-top:10px; }
.lb-dialog .btn { margin-left:6px; }

.modal-body.new_message input ,
.modal-body input#lml-man_newlabel ,
.modal-body textarea { box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s; }
.modal-body.new_message input:focus ,
.modal-body input#lml-man_newlabel:focus ,
.modal-body textarea:focus { border-color:rgba(82, 168, 236, 0.8);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);outline:0 none; }
.modal-body.new_message input ,
.modal-body input#lml-man_newlabel ,
.modal-body textarea ,
.modal-body select { border:1px solid #CCC;border-radius:3px 3px 3px 3px;color:#333;display:inline-block;font-size:13px;height:20px;line-height:20px;padding:2px; }

.modal-body input#lml-man_newlabel { cursor:pointer;}
.modal-body input.newlabel {color:#000!important;}
.modal-body .lml-title {
    margin-bottom: 5px;
}
.modal-body .lml-folder_colors div { 
    display: inline-block;
    height:21px;
    width: 21px;
    margin: 0px 10px 10px 0px;
}
.modal-body .lml-folder_colors .selected_color {
    height: 15px;
    width: 15px;
    border: 3px solid #000000;
} 
.modal-body.new_message > ._wrap { text-align:left; }
.modal-body.new_message ._rows:after { content:'';display:block;clear:both; }
.modal-body.new_message ._rows > div { float:left;position:relative;width:448px; }
.modal-body.new_message ._rows > span { float:left;text-align:right;width:60px;margin-right:10px;line-height:25px; }
.modal-body.new_message ._rows .err { color:#f00;display:none; }
.modal-body.new_message ._to { width:99%; }
.modal-body.new_message ._auto_com { overflow:hidden;background:#fff;width:330px;max-height:153px;position:absolute;left:0;top:20px;z-index:1;border-left:1px solid #ccc; border-right:1px solid #ccc;}
.modal-body.new_message ._hold_rows { display:none;border-bottom:1px solid #ccc;padding:6px;height:38px;cursor:default; }
.modal-body.new_message ._hold_rows:hover { background:#e9e9e9; }
.modal-body.new_message ._hold_rows > img{ width:40px;height:40px;float:left;margin-right:6px; }
.modal-body.new_message ._hold_rows > ._hold_info{ overflow:hidden; }
.modal-body.new_message .btn { margin-left:0; }

.modal-body.new_message .mc_msg_box { background:none;padding:0; }

#lbnm-msg_box .mc-msgbox_btns { border: 1px solid #E9E9E9; }
.modal-body.new_message textarea, .modal-body.new_message input {
  border-color: #E9E9E9;
}

.modal-body.man_labels li { text-align:left;/*border-bottom:1px solid #ddd;*/cursor:pointer;height:28px;line-height:28px;padding-left:10px;position:relative;}
.modal-body.man_labels li:hover { background:#eee; }
.modal-body.man_labels li > ._name { display:inline-block;width:400px; }
.modal-body.man_labels li > ._name > input { width:400px;height:22px; }
.modal-body.man_labels li > ._name > input[readonly] { background:none;cursor:pointer;color:#333;border:0;font-family:'Arial'; }

.modal-body.man_labels li > ._edit { display:block;width:20px;height:20px;margin-top:4px;background:url(https://secureimage.securedataimages.com/images/common/others/fruit2-sprite-16.png) -113px -705px no-repeat;float:right;}
.modal-body.man_labels li > ._edit:hover {background-position:-143px -705px;}
.modal-body.man_labels li > b { padding:0 6px; display:block;width:20px;height:20px;margin-top:4px;background:url(https://secureimage.securedataimages.com/images/common/others/fruit2-sprite-16.png) 3px -864px no-repeat;float:right;}
.modal-body.man_labels li > b:hover {  background-position:-80px -864px;}
.modal-body.man_labels li > ._save {display:none;margin-top:4px;float:right;margin-right:10px;}

.modal-body.man_labels li > ._save ._save_img {display:block;width:20px;height:20px;background:url(https://secureimage.securedataimages.com/images/common/others/fruit2-sprite-16.png) -110px -156px no-repeat;float:left;}
.modal-body.man_labels li > ._save ._save_img:hover{ background-position:-110px -188px;}
.modal-body.man_labels li > ._save ._save_txt {height:20px;line-height:25px;float:left;}
.modal-body.man_labels li > ._save:hover{color:#666; background-position:-110px -188px;}
.modal-body.man_labels .crt_new { text-align:left;margin-top:20px; }
.modal-body.man_labels .crt_new > input { width:99%;height:20px; }

.modal-body.man_labels #lml-man_scroller { max-height:350px;overflow:hidden;position:relative; }
.modal-footer { text-align: left; }
.d_border{border:1px solid #ddd;}

.lb-dialog.man_signature { width:700px; }
.lb-dialog.man_signature form { padding:12px; }
.lb-dialog.man_signature textarea { margin-bottom:15px; }
#lba_main { text-align:center; }
#lba_main > select { width:100%;height:24px;line-height:24px; }
#lba_main > textarea { display:block;width:99%;margin:12px auto 0 auto;height:140px;resize:none; }
#lba_main-msg { color:red;text-align:left;margin-bottom:4px; }
#lba_main-text ul { text-align:left; }

/* =sorry_working*/
.sorry_working { background:#FEEF9A;padding:4px 10px 0;margin-top:20px;overflow:hidden;line-height:1.6; }
.sorry_working h3 { color:#E57F48;font-size:18px; }
#message_center_content .section .sorry_working p ,
#message_center_content .section .sorry_working ul { margin-bottom:10px; }

/* =header */
#header_upgrade_btn  { z-index:101; }
.function_row .icon { float: none; margin-right: 0; }
.function_row .btn { /*margin-right: 5px;*/ border-radius:4px; }
.function_row .btn._lock { opacity:.5;filter: alpha(opacity = 50);cursor:default; }

.function_row ._left { float:left;width:370px; margin-right:20px;*display:inline; }
.function_row ._left > .btn , .function_row ._left > div { float: left;*display:inline;*zoom:1; }
.function_row ._left > .btn._last { margin-right:0 }

#mc-fn_wrap { *zoom:1; }
#mc-fn_wrap:after { content:'';display:block;clear:both; }
#mc-fn_wrap .span7 > .mc_dd , #mc-fn_wrap .span7 > .btn { float:right;margin-left:5px; }
#mc-fn_wrap .btn { font-size:12px; }

#mc_search_box { position:relative;float:left; }
#mc_search_box > .search_icon {
    display: inline-block;
    margin: 30px 0px;
}
#mc_search_box > .search_icon s{
    margin-top: -5px;
}
#mc_search_box > .mc-msgbox_textarea {
    display: inline-block;
    left: 20px;
    width: 600px;
    position: relative;
    background: #fff;
    clear: both;
}
.hasCatphising #mc_search_box > .mc-msgbox_textarea{
    width: 353px;
}
#mc_search {
    width: 100%;
    border: none;
    outline: none;
    font-size: 22px;
}
#mc_search::-ms-clear {
    display: none;
}
#mc_search_result { position:absolute;top:28px;left:0;border:1px solid #C7C7C7;width:180px;z-index:1;background:#fff;font-size:12px;display:none; }
#mc_search_result > li { padding:2px 0 2px 8px;cursor:pointer; }
#mc_search_result > li:hover { background:#E9E9E9; }

#mc_search_x { position:absolute;top:5px;right:5px;display:none;cursor:pointer; }

#catphishing-container{
    float: left;
    margin-left: 21px;
    height: 65px;
    width: 495px;
    background: #eaeae6;
    padding:5px 40px;
    position:relative;
}
#catphishing-container .slider-container{
    height: 65px;
    width: 495px;
    overflow:hidden;
}
#catphishing-container .arrow{
    position: absolute;
    top:32.5px;
    cursor: pointer;
}
#catphishing-container .arrow.backward{
    left:5px;
    transform: rotate(180deg);
}

#catphishing-container .arrow.forward{
    right:5px;
}
#catphishing-container ol{
    display:inline-block;
    transition: all 1.5s ease-in-out;
    width:5940px;
}
#catphishing-container ol.disabled{
    transition: none;
}
#catphishing-container ul{
    width:495px;
    height:65px;
    float:left;
    display:table;
}
#catphishing-container ul > div{
    display: table-cell;
    vertical-align: middle;
    font-family: Open Sans;
    font-size:12px;
}
#catphishing-container ul > div > em, #catphishing-container ul > div > b{
    font-family: 'open sans Bold';
    font-style: unset;
    font-weight:700;
    color: #3366cc;
}
#catphishing-container ul > div.text-center{
    text-align: center;
}

.popup-overlay{
    position: fixed;
    z-index: 1050;
    width:100%;
    height:100%;
    background: rgba(0 , 0 , 0, 0.5);
}
#popup-kanban-container:before{
    position: fixed;
    z-index: 1050;
    width:100%;
    height:100%;
    display:block;
    content: '';
    background: rgba(0 , 0 , 0, 0.5);
    top:0;
    left:0;
}
#popup-kanban-container .modal{
    position: absolute;
    width: 556px;
    padding: 4px;
    left: calc(50% - 282px);
    margin: 0;
    top: 132px;
    background: #37a2da;
    z-index: 1050;
    border-radius: 10px;
}
#popup-kanban-container.smaller .modal{
    width:467px;
    left: calc(50% - 237.5px);
    top: 242px;
}
#popup-kanban-container .close-button{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor:pointer;
}
#popup-kanban-container .header{
    display: table;
    text-align: center;
    padding: 0 43px;
}
#popup-kanban-container.smaller .header{
    padding:0 72px;
}
#popup-kanban-container .header .title{
    height: 82px;
    margin: auto;
    font-size: 18px;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-family: Open Sans;
}

#popup-kanban-container .header .subtitle{
    display: table-row;
    color: white;
    height: 60px;
    font-family: Open Sans;
}
#popup-kanban-container .header .subtitle em{
    font-style: unset;
}
#popup-kanban-container .contents{
    background: #FFFFFF;
    padding: 20px 60px 30px 60px;
    border-radius: 0 0 10px 10px;
}
#popup-kanban-container .contents ul{
    margin-bottom:20px;
}
#popup-kanban-container .contents ul:last-child{
    margin-bottom:0;
}
#popup-kanban-container .contents ul em{
    font-style: unset;
    font-weight:700;
}
#mc_sys_notice {
    padding: 17px 0px;
    background: #E1F0DD;
    text-align: center;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: 1px solid #bfbfbf;
    z-index: 1;
    width: 100%;
    top: 50px;
}
#bdsm #mc_sys_notice { color:#444; }

#mfl_create_new_label { margin:10px 10px 5px 10px;position:relative;height:22px; border:1px solid #ccc }
#mfl_create_new_label > ._input { position:absolute;top:0;left:2px;right:27px;height:20px;padding-left:4px;cursor:text;white-space:nowrap;overflow:hidden;line-height:1.7; }
#mfl_create_new_label > span { background:#fff;width:25px;height:22px;position:absolute;top:0;right:3px;line-height:22px;cursor:pointer;border-left:1px solid #ccc;text-align:center;z-index:2; }

#mcdd-filter ._selected {
    font-family: 'open sans Bold';
}
#mcdd-filter > .btn:after { content:'';display:block;clear:both; }
#mcdd-filter > .btn #mcdd-filter-title { float:left;font-size:12px; }
#mcdd-filter > .btn #mcdd-filter-title .caret { float:right; }
#mcdd-filter > .btn > .arrow-d { float:right;margin:7px 2px 0 0; }
#mc-fn_label.mc_dd > ._menu._on { min-width:160px;*width:160px; }
#mc-fn_wrap #mc-fn_label .sprite-tag { background-position:-53px -482px; }

#mcdd-filter ._my_lab { display:block;border-top:1px solid #ccc;padding:2px 8px; }
#mcdd-filter ._view_more {display:none;cursor:pointer;padding:2px 8px; }
#mcdd-filter_load_labels._max_height_view { max-height:66px;overflow:hidden; }

#mcdd-filter_load_labels_scroller { max-height:446px;overflow:hidden;position:relative;  }

#label_as_scroller { max-height:300px;overflow:hidden;position:relative;white-space:normal;border-bottom:1px solid #ddd; }

/*=side*/
#message_center_side {
    overflow: hidden;
    position: relative;
    clear:both;
    border-width: 1px 0px 0px 1px;
    border-color: #bfbfbf;
    border-style: solid;
}
#message_center_side .spinner-dots,
#message_center_side ._list_empty { 
    margin-top: 50%; 
    text-align: center;
}
#mc-side_more {
    font-size:12px;
    text-transform:capitalize;
    border-right: 1px #bfbfbf solid;
    border-color: #bfbfbf;
}
#mc-side_more._lock { text-indent:-999em;cursor:default; }
#mc-side_more._lock:hover { background-color:#f8f8f8; }
#bdsm #mc-side_more._lock:hover { background-color:inherit; }

#mc-side_more .spinner-dots {display:none;}
#mc-side_more.disabled {
    display: none;
}
#bdsm #mc-side_more:hover {color:#b77b03;}

#mc_dd_sort_btn { width:21px; height:21px; margin-left:4px; padding:0; }
#mc_dd_sort_btn > .sprite-up { background-position: -171px -148px; }
#mc_dd_sort_btn > .sprite-down { background-position: -171px -118px; }

.act_btns ._tick,
#message_center_side ._list > ._tick {
    height: 100%;
    display: inline-block;
    width: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.act_btns ._tick input,
#message_center_side ._list > ._tick input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: 5px;
    top: 20px;
    height: 15px;
    width: 15px; 
    border: 2px solid #727272;
}
.act_btns ._tick._on input,
#message_center_side ._list > ._tick._on input {
    background-color: #009688;
}
.act_btns ._tick._on input:after,
#message_center_side ._list > ._tick._on input:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: transparent;
    top: 1px;
    left: 1px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
#message_center_side ._list > ._reply  ,
#message_center_side ._list {
    height: 47px;
    border-bottom: 1px solid #BFBFBF;
    padding: 6px 55px 6px 30px;
    overflow: visible;
    color: #000;
    position: relative;
    cursor: pointer;
}

#message_center_side ._list._on,
#mc-medley_ad._on {
    background:#FBDCB2;
}
#message_center_side ._list.highlight_cell_fan._on { background:#FBDCB2; }
#message_center_side ._list.highlight_cell_fan { background:#FAEC9D; }

#bdsm #message_center_side ._list._on { background:#44525a; }
#bdsm #message_center_side ._list.highlight_cell_fan._on { background:#44525a; }
#bdsm #message_center_side ._list.highlight_cell_fan { background:#FAEC9D; }
#bdsm #message_center_side ._list { color:#ddd; }

#message_center_side ._list ._handle {
    padding-right: 3px;
    display: inline-block;
    max-width: 75%;
}
#message_center_side ._list ._age {
    padding-right: 3px;
    display: inline-block;
    color: #666666;
}
#message_center_side ._list > ._reply { background-position:-63px -65px; width:7px;height:6px;position:absolute;top:50%;left:20px;margin-top:-3px; }

#message_center_side img ,
#message_center_side .ffadult_fav,
#message_center_content .ffadult_fav { width:48px;height:48px; float:left;}
#message_center_side .ffadult_fav { margin-right:6px; }

#message_center_side ._list > ._age { color:#333; }
#message_center_side ._list > ._loc { margin:2px 0;color:#999; }
#message_center_side ._list > ._mem_info { 
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.25;
}
#message_center_side ._list ._intro {
    max-width: 75%;
    overflow: hidden;
    display: inline-block;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
}
#message_center_side ._list ._unread {
    font-family: 'open sans Bold';
    color:#fff !important;
    background:#3366cc;
    padding:0 4px;
    line-height:16px;
    border-radius: 8px;
    float: left;
    margin-right: 3px;
}
#message_center_side ._list ._intro .red { font-size:10px; }

#message_center_side ._list > ._t { position:absolute;top:2px;right:13px;font-size:9px;font-style:normal;color:#666; }
#bdsm #message_center_side ._list > ._t { color:#ccc; }
#message_center_side ._list > ._x { display:none;position:absolute;top:2px;right:15px;text-decoration:none;color:#666;cursor:pointer;font-size:16px; }

#message_center_side ._list ._ricon {
    position: absolute;
    right: 15px;
    top: 20px;
} 
#message_center_side ._list:hover ._t,
#message_center_side ._list:hover ._ricon {
    display: none;
}
#message_center_side ._list ._ricon svg {
    height: 20px;
    width: 20px;
    fill:  #727272;
}
#message_center_side ._list .sprite-tiny-vip { margin-left:2px; }
#message_center_side ._more { text-align:center;background:#e9e9e9;color:#666;padding:13px 0;cursor:pointer;border-bottom:0; }

/*=content*/
#message_conversation .section > .content { padding-top:10px;line-height:1.6; }
#message_center_content .section p { margin:0;line-height:1.4; }
#message_center_content .mc_ic { margin-top:-1px; }

#mc_default_txt {
    position: relative;
    line-height:1.3;
    overflow: hidden;
}
#mc_default_txt.has_ad {
    height: calc( 100vh - 525px );
}
#mc_default_txt.no_ad {
    height: calc( 100vh - 229px );
}
#mc_default_txt h2 { font-size:14px;border-bottom:1px solid #ccc;padding-bottom:2px;margin-bottom:10px; }
#mc_default_txt img { width:100%; }
#mc_default_txt ._disc { list-style:disc;margin-left:26px; }

#mc_default_txt ._wrap { padding:10px 17px; }

#mc_default_txt ._HELP p{ margin-bottom:15px;font-size:12px;}
#mc_default_txt ._HELP b{ font-size:13px; }
#mc_default_txt ._HELP li{ margin: 0px 0px 10px 10px;font-size:12px;}
#mc_default_txt ._HELP ._how{ padding:6px 0;margin:10px 0;display:block;border-bottom:1px solid #ddd;font-size:14px;}
#mc_default_txt ._HELP ._title{ padding:4px 0;margin:-4px 0;display:block;border-bottom:1px solid #ddd;font-size:14px;}
#mc_default_txt ._HELP ._to_help{ display:block;padding-top:10px;  }
#mc_default_txt ._HELP ._indent{ padding-left:30px;  }

#message_center_content ._msg_view ._msg_view_msg{
    overflow: hidden;
    position: absolute;
    top: 51px;
    left: 0;
    right:0;
    bottom:110px;
}

#message_center_content ._msg_view ._msg_view_msg._noMsgBox {
    bottom: 0px;
}
#message_center_content ._msg_view ._msg_view_msg._noMsgBox,
#message_center_content ._msg_view ._msg_view_msg._msgBox {
    background-color: #f0f0f0;
    padding: 10px;
}
#message_center_content ._msg_view ._msg_view_msg > ._shadow { width:100%;height:8px;position:absolute;left:0;display:none; }
#message_center_content ._msg_view ._msg_view_msg > ._shadow._top { top:0;background-image:-moz-radial-gradient(center top , ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent); }
#message_center_content ._msg_view ._msg_view_msg > ._shadow._bottom { bottom:0;background-image:-moz-radial-gradient(center bottom , ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent); }

#message_center_content ._msg_view ._hold { position:relative; margin-top: 5px; }
#message_center_content ._msg_view ._list_hd { display:block;border-bottom:1px solid #BFBFBF;overflow:hidden;line-height:1.5; }
#message_center_content ._msg_view ._list_hd > b { padding:6px 10px; font-size:22px; display:inline-block; }
#message_center_content ._msg_view ._list_hd > ._labels { background:#BFBFBF;color:#fff;border-radius:4px;margin:0 6px;padding:5px 6px;position:relative; }
#message_center_content ._msg_view ._list_hd > ._labels:hover { color:#000; }
#message_center_content ._msg_view ._list_hd > ._labels:hover > s { visibility:visible; }*/
#message_center_content ._msg_view ._list_hd > .mc_icon_bg { width:16px;height:16px;vertical-align:-2px; }
#message_center_content ._msg_view ._list_hd > .mc_icon_bg.getiton { background-position:-431px -646px; }
#message_center_content ._msg_view ._list_hd > .mc_icon_bg.bdsm { background-position:-432px -702px; }
#message_center_content ._msg_view ._list_hd > .mc_icon_bg.ffc { background-position:-433px -675px; }
#message_center_content ._msg_view ._list_hd > .mc_icon_bg.xh { background-position:-433px -617px; }
#message_center_content ._msg_view ._list_hd > .mc_icon_bg.out { background-position:-433px -588px; }
#message_center_content ._msg_view ._list_hd > a { cursor:pointer; }

#message_center_content ._msg_view ._handle { color:#36c; }

#message_center_content ._msg_view ._lists { padding-bottom:5px;position:relative;min-height:47px; }
#message_center_content ._msg_view ._lists._receipt { background:#eee; }
#message_center_content ._msg_view ._lists > ._hold:after { content:'', display:block; clear:both; }
#message_center_content ._msg_view ._lists ._htm {
    position: relative;
    word-wrap: break-word;
    border-radius: 4px;
    padding: 10px;
    max-width: 75%;
}
#message_center_content ._msg_view ._lists ._htm ._cont { display:inline-block; word-wrap:break-word; }
#message_center_content ._msg_view ._lists ._htm ._cont > ._sys_notice { color:#777;font-size:11px; }
.chinese #message_center_content ._msg_view ._lists ._htm ._cont,
.japanese #message_center_content ._msg_view ._lists ._htm ._cont,
.korean #message_center_content ._msg_view ._lists ._htm ._cont {
    word-break: break-all;
}

#message_conversation > .mc_msg_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    *width: 550px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
}
#mc_msg_box_lb .mc-mc_msg_box-tip {  font-size: 11px;padding-bottom: 5px;font-style: italic;color:#333; }

/* TODO : 2012/10/9 , Emily will remove img tag*/
#message_center_content ._msg_view ._lists ._htm ._cont > img[src$="square.gif"] { cursor:pointer;margin:0 6px 6px 0; }

#message_center_content ._msg_view ._lists ._htm ._icebreaker_wrap { margin-right: 35px; }
#message_center_content ._msg_view ._lists ._htm ._icebreaker_indication { color: #757575; }
#message_center_content ._msg_view ._lists ._htm ._icebreaker_indication, #message_center_content ._msg_view ._lists ._htm ._icebreaker_question > a { font-size: 11px; font-weight: normal; font-style: italic; -webkit-text-size-adjust: none; }
#message_center_content ._msg_view ._lists ._htm ._icebreaker_question { margin-bottom: 12px;display: inline-block; }

#message_center_content ._msg_view ._lists ._show_attachments:after { content:'';display:block;clear:both; }
#message_center_content ._msg_view ._lists ._show_attachments img { float:left; cursor:pointer; margin: 2px 5px 5px 0px; }
#message_center_content ._msg_view ._time { display:block;font-size:10px;margin-top:10px; }
#message_center_content ._msg_view ._avatar { width:48px;height:48px; }

#message_center_content ._msg_view .gift { float: left;text-align:center; }
#message_center_content ._msg_view .gift_text { width: 100%;clear:both;margin-top:10px; }

#message_conversation > ._mult_select { height:489px; }
#message_conversation > ._mult_select > ._wrap { padding:10px; }
#message_conversation > ._mult_select > ._wrap._first { border-bottom:1px solid #BFBFBF; height: 30px;}
#message_conversation > ._mult_select b { font-size:14px; }

#message_conversation > .spinner-dots.small {
    margin-top: 200px;
}
#mc_feedback { float:right;clear:both;margin:15px 50px 0 0 }

body #lb-box { zoom:1;line-height:1;display:none;position:fixed;left:0;top:0;right:0;bottom:0;z-index:9999998; }
body #lb-x { position: static; }
#lb-box.upload_spinner { text-align: center; }
#lb-mask { display:none;position:fixed;top:0;left:0;left:0;top:0;right:0;bottom:0;background:#333;}
.modal-body { overflow: inherit; }

#lb-box.show_thumb { text-align: center; }
#lb-box.show_thumb #lb-x { position: absolute; }

.autoreplypop .btn { display:table;margin:0 auto; }

/* 40016 MC Improvements */
#message_center_content ._msg_view ._lists{position:relative;cursor:pointer;}
#message_center_content ._msg_view ._lists:hover{}
#message_center_content ._msg_view ._lists a._x { display:none;cursor:pointer;width:14px;height:14px; }
#message_center_content ._msg_view ._lists.right_bubble a._x { float:right; }
#message_center_content ._msg_view ._lists.left_bubble a._x { float:left; }
#message_center_content ._msg_view ._lists:hover a._x { display:block; position: absolute; bottom:3px; }
#message_center_content ._msg_view ._lists.right_bubble:hover a._x { left: -15px; }
#message_center_content ._msg_view ._lists.left_bubble:hover a._x { right: -15px; }
#message_center_content ._msg_view ._lists a._x:hover { border-color:#333;background-position:-61px -67px;}

/* 22245 - read receipt button */
#message_center_content ._msg_view .read_receipt {
    color: #ffffff;
    text-decoration: underline;
}

#mc-fn_label >._menu._on #spinnercle3{position:absolute;left:15px;bottom:12px;}
#mfl_create_new_label #spinnercle3{position:absolute;top:8px;margin-left:-10px;margin-top:-5px;}
#message_center_content #spinnercle3{position:absolute;left:220px;top:-35px;}
#message_center_side #spinnercle3{position:absolute;left:240px;top:-35px;}
#lb-main #spinnercle3{position:absolute;left:50%;bottom:27px;margin-left:-23px;}

#bdsm #message_center_content,
#bdsm #message_center_side ._list,
#bdsm #mc_default_txt ._HELP ._title,
#bdsm #mc_default_txt ._HELP ._how,
#bdsm #message_center_content ._msg_view ._lists,
#bdsm #label_as_scroller,
#bdsm #message_center_side ._list > ._x,
#bdsm .close, #bdsm .close:hover{ color:#ddd; }
#bdsm .mc_quickView {color:#b77b03;}
#bdsm #message_center_content ._msg_view ._lists > ._x {background-position: -61px -98px;border-color:#bbb;}
#bdsm #message_center_content ._msg_view ._lists > ._x:hover { border-color:#fff; }

.mc_upsell {
    position: absolute;
    top: 350px;
    height: 175px;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    border: 1px solid #e53935;
    background-color: #ffffff;
    cursor: pointer;
}
.mc_upsell .upsell_title {
    background-color: #ffa000;
    border-bottom: 1px solid #e53935;
    padding: 10px;
    color: #ffffff;
}
.mc_upsell .upsell_body {
    padding: 20px;
}
.mc_upsell .upsell_cta {
    background-color: #ffa000;
    padding: 10px;
    margin: 10px 60px;
    text-align: center;
    color: #ffffff;
}
.mc-ucell {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0px;
}
.mc-ucell > div {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.mc-ucell .action {
    background: #f41002;
    border-color: #f41002;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 14px;
    cursor: pointer;
}
.mc-reply-1 ._show_attachments img, .mc-reply-1 .flrs {
    opacity:0.1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}
.mc-reply-1 ._htm, .mc-reply-1 .gift_text a {
    color: transparent;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.mc-reply-1 #message_center_content ._msg_view ._lists:nth-child(2) {
    border-bottom: none;
}

#bdsm .mc-reply-1 ._htm,#bdsm  .mc-reply-1 .gift_text a {
    text-shadow: 0 0 6px rgba(255,255,255,0.5);
}
.mc-reply-1 ._icebreaker_wrap {
    text-shadow: initial;
}
.mc-reply-1 ._cont a {
    color:transparent;
}
.mc-short ._intro {
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mc-short ._intro.show-full {
    width: auto;
}

/*** standard contacts banner ***/
.upgrade-contacts-banner {
    position: relative;
    color: #000000;
}
.upgrade-contacts-banner:hover {
    color: #000000;
}
.upgrade-contacts-banner img {
    width: 940px;
    margin-bottom: 10px;
}
.upgrade-contacts-banner .btn {
    position: absolute;
    right: 15px;
    top: -100px;
    font-size: 18px;
    width: 175px;
    padding: 18px;
}
.upgrade-contacts-banner .banner-title {
    font-size: 32px;
    position: absolute;
    top: -106px;
    left: 280px;
    width: 430px;
}

.english .upgrade-contacts-banner .banner-title,
.chinese .upgrade-contacts-banner .banner-title {
    font-size: 42px;
}
.spanish .upgrade-contacts-banner .banner-title {
    font-size: 28px;
}
.portuguese .upgrade-contacts-banner .banner-title {
    font-size: 26px;
}
.upgrade-contacts-banner .banner-txt {
    font-size: 26px;
    position: absolute;
    top: -58px;
    left: 280px;
    width: 430px;
}
.portuguese .upgrade-contacts-banner .banner-txt,
.french .upgrade-contacts-banner .banner-txt {
    font-size: 22px
}
.italian .upgrade-contacts-banner .banner-txt,
.dutch .upgrade-contacts-banner .banner-txt,
.german .upgrade-contacts-banner .banner-txt {
    font-size: 18px;
}
.swedish .upgrade-contacts-banner .banner-txt,
.japanese .upgrade-contacts-banner .banner-txt {
    font-size: 20px;
}

.mc_static_popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  color: #ffffff;
  background-color: #00a0db;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #00a0db;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.mc_static_popover.top {
    margin-top: -10px;
    top: 285px;
}
.mc_static_popover.right {
  margin-left: 10px;
}
.mc_static_popover.bottom {
  margin-left: 135px;
  width: 350px;
  text-align: center;
  bottom: -45px;
  top: auto;
}
.mc_static_popover.left {
  margin-left: -10px;
}
.mc_static_popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.mc_static_popover-content {
  padding: 9px 14px;
}
.mc_static_popover > .arrow,
.mc_static_popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mc_static_popover > .arrow {
  border-width: 11px;
}
.mc_static_popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.mc_static_popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.mc_static_popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #00a0db;
}
.mc_static_popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.mc_static_popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #00a0db;
}
.mc_static_popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.mc_static_popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #00a0db;
}
.mc_static_popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.mc_static_popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #00a0db;
  bottom: -10px;
}

#message_center_content ._msg_view ._lists.spacer {
  border: none;
}
