/***********************************************************************************************************************
 *
 *  Beat Messenger Administrator Tool / messenger-admin.css
 *
 *  Copyright(C) Beat Communication , Inc. 2016 All rights reserved.
 *
 **********************************************************************************************************************/
/*
    値を1つ指定した場合：	指定した値が[上下左右]のマージンになります。
    値を2つ指定した場合：	記述した順に[上下][左右]のマージンになります。
    値を3つ指定した場合：	記述した順に[上][左右][下]のマージンになります。
    値を4つ指定した場合：	記述した順に[上][右][下][左]のマージンになります
*/
@charset "UTF-8";

html {
    overflow-y: scroll;
}

body {
    color: #000000;
    background-color: #FFFFFF;
    font-family: arial, sans-serif;
    /*
    font-family: "Meiryo UI", "メイリオ", "MS UI Gothic"; "ヒラギノ角ゴシック";
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-family: Century Gothic;
    */
}
label:hover {
    cursor: pointer;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.alphabet_font {
    font-family: "Century Gothic", "Meiryo UI", "メイリオ", "MS UI Gothic", "ヒラギノ角ゴシック";
}
.mailaddress_font {
    font-family: "Century Gothic", "Meiryo UI", "メイリオ", "MS UI Gothic", "ヒラギノ角ゴシック";
}

/* ------------------------------------------------------------------------- */
.header_footer_color {
    background: #051b3a;
    color: #FFFFFF;
}


/* ------------------------------------------------------------------------- */
#naviwrap a:link {
    color:#EEEEEE;
}
#naviwrap a:visited {
    color:#EEEEEE;
}
#naviwrap a:hover {
    color:#00EEEE;
}
#naviwrap a:active {
    color:#EEEEEE;
}
div#naviwrap {
    position: fixed;	/* 動かさない */
    top: 0;
    left: 0;
    width: 100%;		/* 画面最大サイズで確保 */
    min-width:1280px;
    height: 42px;
    z-index: 9999;		/* 一番手前で指定 */
}
div#naviframe {
    margin: 0 auto;
    width: 1280px;		/* naviwrap:width - 24 */
    height: 42px;
    line-height: 42px;	/* これ指定することによって文字が中央寄りになる */
    color: #ffffff;
}
div#navileft {
    float: left;
    margin: 0 0 0 16px;
    font-size: medium;
}
div#naviright {
    float: right;
    margin: 0 16px 0 0;
    font-size: medium;
}
span.navisep {
    margin: 0 8px 0 8px;
}

/* メンテナンス用 */
div#emergencywrap {
    position: fixed;	/* 動かさない */
    top: 42px;
    left: 0;
    width: 100%;		/* 画面最大サイズで確保 */
    height: 18px;
    z-index: 9999;		/* 一番手前で指定 */

    background-color: #ff4444;
    display: none;
}
div#emergencyframe {
    margin: 0 auto;
    width: 100%;
    height: 18px;
    line-height: 18px;	/* これ指定することによって文字が中央寄りになる */
    color: #ffffff;
    text-align: center;
}

/* ------------------------------------------------------------------------- */
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* ------------------------------------------------------------------------- */
div#main {
    margin: 58px auto 0;
    width: 1280px;
    min-height: 800px;
}

/* ------------------------------------------------------------------------- */


/*
div#mainNaviTitle {
    background-color: #acd6ff;
    padding: 2px 2px;
    text-align: center;
}
div#mainNaviBody {
    background-color: #ffffff;
    margin: 8px 8px;
}
div#mainNaviItem {
    padding: 4px 0 4px 0;
}
*/


/* ------------------------------------------------------------------------- */
.mainContentWidth {
    width: 1042px;
}


/* ------------------------------------------------------------------------- */
.registcsvConfirmTable {
    width: 100%;
    border-collapse: collapse;
}
.registcsvConfirmTable th{
    width: 25%;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}
.registcsvConfirmTable td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}


/* ------------------------------------------------------------------------- */
div#mainMenu {
    position: relative;
    float: left;
    width: 220px;
}

.menu_render_table {
    height: 100%;
    width: 100%;
    border: solid 1px #CCCCCC;
    word-break: break-all;
}

td.ui-menu-header {
    padding: 5px;

    border: 1px solid #494437;
    background: #817865 url(../img/ui-bg_gloss-wave_45_817865_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;

    width: 100%;
}

td.ui-menu-body {
    padding: 4px 4px 4px 4px;
}

div.mainmenu-item {

}


/* ------------------------------------------------------------------------- */
div#mainContent {
    position: relative;
    float: right;
    width: 1042px;
    margin: 0 8px 0 8px;
}

.action_render_table {
    height: 100%;
    width: 100%;
    border: solid 1px #CCCCCC;
    word-break: break-all;
}

td.ui-widget-header {
    padding: 5px;

    border: 1px solid #494437;
    background: #817865 url(../img/ui-bg_gloss-wave_45_817865_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;

    width: 100%;
}

td.ui-widget-body {
    padding: 4px 4px 4px 4px;
}

/* ------------------------------------------------------------------------- */
div#userlist_control_panel {
    margin: 0 0 16px 0;
}

span.userlist_usermode_manage {
    font-size: small;
    background-color: #d74dff;
    color: #ffffff;
    margin-left: 8px;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

span.userlist_usermode_admin {
    font-size: small;
    background-color: #ff0000;
    color: #ffffff;
    margin-left: 8px;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

span.userlist_usermode_yourself {
    font-size: small;
    background-color: #ffc000;
    color: #000000;
    margin-left: 8px;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

span.userlist_usermode_deleted {
    font-size: small;
    background-color: #0000ff;
    color: #ffffff;
    margin-left: 8px;
    font-weight: bold;
    padding: 2px 2px 2px 2px;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
}

tr#userlist_search_result_header {
    background-color: #acd6ff;
    background-image: linear-gradient(white,white,white,#e8e8e8);
    width: 1000px;
}

/* ------------------------------------------------------------------------- */
.default_table_header {
    background-color: #acd6ff;
    background-image: linear-gradient(white,white,white,#e8e8e8);
    width: 1000px;
}

.table_sharp_border {
    border-collapse: collapse;
    border: 1px #000000 solid;
}
.table_sharp_boarder td {
    border: 1px #000000 solid;
}


/* ------------------------------------------------------------------------- */
div#footer {
    width: 100%;
    min-width: 1280px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}



/* ------------------------------------------------------------------------- */
.ui-visual-button {
    font-size: 1.0em;
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
    color:black;
    background:#ffdd57;
    border:solid 1px black;
    border-radius:15px;
}
.ui-visual-button:hover {
    opacity: 0.8;
}

/* ------------------------------------------------------------------------- */
table.hover tr:hover {
    background-color: #ffff99;
}
table.hover td:hover {
    background-color: #ffcc99;
}



/* ------------------------------------------------------------------------- */
button.flat_base {
    padding: 4px 16px 4px 16px;
    color: #FFFFFF;
    text-decoration: none;
    border-style: none;
    letter-spacing: 4px;
    font-size: 1.0em;
}
button.flat_submit {
    background-color: #2187e7;
}
button.flat_submit:hover {
    background-color: #193f7d;
}
button.flat_cancel {
    background-color: #ff8888;
}
button.flat_cancel:hover {
    background-color: #894646;
}
div.flat_button_area {
    margin-top: 32px;
}


/* ------------------------------------------------------------------------- */
.roomlist-row {
    height: 64px;
}
.roomlist-row:hover {
    background-color: #dcf6ff;
    cursor: pointer;
}
.roomlist-icon {
    width: 64px;
    height: 64px;
    text-align: center;
}
.roomlist-icon img {
    width: 56px;
    height: 56px;
    border-radius: 28px;
}

.roomlist-entry-group-name {
    font-weight: bold;
}
.roomlist-entry-group-members {
    margin-left: 16px;
    color: #808080;
}
.roomlist-entry-pair-members {

}

tr.roomlist-row td {
    padding: 0 4px 0 4px;
}


div.roomdata-userlist {

}

.roomdata-userlist-icon {
    width: 64px;
    height: 64px;
}

.roomdata-userlist-icon img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
}

.roomdata-userlist-lastname {
    padding: 0 4px 0 4px;
}

.roomdata-userlist-firstname {
    padding: 0 4px 0 4px;
}



/************************************
** CSSでタブ表示
************************************/
.tabs {
    margin-top: 12px;
}

/* タブのスタイル */
.tabs .tab-label {
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #999;
    background-color: #f3f3f3;
    margin-left: 1px;
    margin-right: 1px;
    padding: 3px 6px;
    border-bottom: none;
    font-size: 0.9em;
}

/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
    opacity: 0.7;
}

/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content {
    display: none;
}

/* タブ内容のスタイル */
.tabs .tab-content{
    border: 1px solid #999;
    padding: 10px;
    min-height: 200px;
}

/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content,
.tabs #tab-4:checked ~ .tab-4-content,
.tabs #tab-5:checked ~ .tab-5-content {
    display: block;
}

/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
    background-color: #fff;
}