html,body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #A0A0A0;
    position: static;
}

input {
    border: solid 1px #A0A0A0;
}

.frame {
    border: solid 1px #505050;
    border-radius: 3px;
    margin: 3px;
    padding: 1px;
}

.indicator {
    border: solid 1px #505050;
    margin: 0px 2px 0px 2px;
    padding: 0px 2px 0px 2px;
    opacity: 0.67;
}

.terminal_symbol {
    background-color: #808080;
    border: solid 1px #808080;
    margin: 0px 2px 0px 2px;
    padding: 0px 2px 0px 2px;
    opacity: 0.67;
}

/* gui */
.panel_gui_title {
    position:relative;
    width: 100%;
    z-index: 104;
    white-space: nowrap;
    overflow: hidden;
}
.panel_gui_menu {
    position:relative;
    width: 100%;
    z-index: 103;
    background-color: rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    padding: 0px;
    overflow: hidden;
}
.panel_gui_client {
    position:relative;
    width: 100%;
    z-index: 102;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0px;
    overflow: hidden;
}
.panel_gui_config {
    position: absolute;
    z-index: 104;
    white-space: nowrap;
    background-color: rgba(192, 192, 192, 0.90);
    padding: 0px;
    border: solid 1px;
    border-color: #606060;
}

/* caption correction */
/*
.right_word {
    font-weight: bolder;
    text-decoration: underline;
    word-break: break-all;
}
*/
.caption_correction_word {
/*    background-color: blue;*/
    word-break: break-all;
}

.typescript_search_word {
    background-color: yellow;
    word-break: break-all;
}

/* online indicator */
.indicator_online {
    color: #007F00;
    background-color: #C0FFC0;
    padding: 0px 1px 0px 1px;
    margin: 0px 1px 0px 1px;
/*    pointer-events: none;*/
}
.indicator_offline {
    color: #7F0000;
    background-color: #FFC0C0;
    padding: 0px 1px 0px 1px;
    margin: 0px 1px 0px 1px;
/*    pointer-events: none;*/
}
.indicator_clients {
    background-color: rgba(255,255,255,0.6);
    padding: 0px 2px 0px 2px;
    margin: 0px 2px 0px 2px;
/*    pointer-events: none;*/
}

/* placeholder with jQuery */
[contenteditable=true]:empty:before{
    content: attr(placeholder);
    opacity: 0.5;
}

/* main bar */
div#panel_main_bar {
    width: 100%;
    background-color: #D0D0D0;
    position: fixed;
    border-bottom: solid 1px;
    border-color: #606060;
}

/* caption panel */
div#panel_caption {
    background-color: hsl(120,30%,80%);
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 10px;
    width: 398px;
    height: 258px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
div#caption {
    color: #FFFFFF;
    background-color: #000000;
    overflow-y: auto;
    padding: 4px;
    margin: 2px;
    word-wrap: break-word;
    font-size: 16px; /*100%;*/
    line-height: 22px; /*1.4;*/
    /*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
}
div.unfinished_caption {
    opacity: 0.67;
}

/* linkage input panel */
div#panel_linkage_input {
    background-color: hsl(240,30%,80%);
    padding: 5px;
    position: absolute;
    top: 310px;
    left: 10px;
    width: 648px;
    height: 258px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
ul#linkage_input_table {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    list-style: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
ul#linkage_input_table li {
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
li.linkage_input_table_myself {
    background-color: hsl(240,30%,80%);
}
div.linkage_input_table_item_frame {
    white-space: nowrap;
    overflow: hidden;
}
/*
div.linkage_input_table_indicator {
    width: 6px;
    background-color: #FFFFFF;
    margin: 1px 0px 1px 0px;
    border: none;
    padding: 4px 0px 4px 0px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    line-height: 1.4;
    pointer-events: none;
}
*/
div.linkage_input_table_name_frame {
    margin: 0px;
    border: none;
    padding: 0px;
    display: inline-block;
}
div.linkage_input_table_name {
    cursor: row-resize;
    width: 2.5em;
    color: #202020;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 4px;
    border: solid 1px #A0A0A0;
    margin: 2px;
    vertical-align: top;
    overflow: hidden;
    line-height: 1.4;
    display: inline-block;
}
div.linkage_input_table_editor {
    position: absolute;
    color: #000000;
    background-color: #FFFFFF;
    resize: none;
    padding: 4px;
    border: solid 1px #A0A0A0;
    margin: 2px;
    font-size: 16px;
    line-height: 22px;
    word-break: break-all;
    white-space: normal;
    vertical-align: top;
    overflow-y: hidden;
    display: inline-block;
}
div.linkage_input_table_editor p {
    margin: 0px;
}
div.linkage_input_table_monitor {
    height: 22px;
    color: #202020;
    background-color: #E0E0E0;
    padding: 4px;
    border: solid 1px #A0A0A0;
    margin: 2px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px; /*1.4;*/
    word-break: break-all;
    white-space: normal;
    vertical-align: top;
    pointer-events: none;
}

/* group chat panel */
div#panel_group_chat {
    background-color: hsl(60,30%,80%);
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 420px;
    width: 238px;
    height: 158px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
div#group_chat_logarea {
    overflow-y: auto;
    margin: 2px;
    padding: 4px;
    font-size: 12px; /*80%;*/
    line-height: 1.4;
    border: solid 1px #A0A0A0;
}
input#group_chat_input {
    margin: 2px;
    line-height: 1.6;
    border: solid 1px #A0A0A0;
}

/* rotation timer panel */
div#panel_rotation_timer {
/*    background-color: hsl(20,30%,80%);*/
    background-color: hsl(0,30%,80%);
    padding: 5px;
    position: absolute;
    top: 210px;
    left: 420px;
    width: 238px;
    height: 88px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
span#rotation_timer_control button {
    padding-left: 2px;
    padding-right: 2px;
}
div#rotation_timer_logarea {
    overflow-y: auto;
    margin: 2px;
    padding: 4px;
    font-size: 12px; /*80%;*/
    line-height: 1.4;
    border: solid 1px #A0A0A0;
}

/* function key panel */
div#panel_function_key {
    background-color: hsl(300,30%,80%);
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 670px;
    width: 238px;
    height: 258px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
div#function_key_area {
    font-size: 12px; /*80%;*/
    overflow-y: auto;
}
/*
div#function_key_area input {
    margin: 0px;
}
*/

/* correction panel */
div#panel_correction {
    background-color: hsl(280,30%,80%);
    padding: 5px;
    position: absolute;
    top: 310px;
    left: 670px;
    width: 238px;
    height: 108px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
    /* 標準で隠す→文訂正で十分そう */
    visibility: hidden;
}
div#correction_logarea {
    overflow-y: auto;
    margin: 2px;
    padding: 4px;
    font-size: 12px; /*80%;*/
    line-height: 1.4;
    border: solid 1px #A0A0A0;
}

/* public caht */
div#panel_public_chat {
    background-color: hsl(40,30%,80%);
    padding: 5px;
    position: absolute;
    top: 580px;
    left: 420px;
    width: 238px;
    height: 138px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
div#public_chat_logarea {
    overflow-y: auto;
    margin: 2px;
    padding: 4px;
    font-size: 12px; /*80%;*/
    line-height: 1.4;
    border: solid 1px #A0A0A0;
}
input#public_chat_input {
    margin: 2px;
    line-height: 1.6;
    border: solid 1px #A0A0A0;
}

/* typescript panel */
div#panel_typescript {
    background-color: hsl(220,30%,80%);
    padding: 5px;
    position: absolute;
    top: 40px;
    left: 920px;
    width: 238px;
    height: 378px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
div#typescript_monitor {
    height: 22px;
    color: #202020;
    background-color: #E0E0E0;
    margin: 0px;
    border: solid 1px #A0A0A0;
    padding: 4px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
ul#typescript_table {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    list-style: none;
    padding: 0px;
    border: 0px;
    margin: 0px 0px 0px 0px;
    border: double 1px #A0A0A0;
}
ul#typescript_table li {
    white-space: nowrap;
    overflow: hidden;
    padding: 1px;
    border: 0px;
    margin: 0px 0px 2px 0px;
}
div.typescript_table_title_bar{
    cursor: row-resize;
    background-color: hsl(220,30%,80%);
    font-size: 75%;
}
/*textarea.typescript_table_textarea{*/
div.typescript_table_editor{
    position: absolute;
    color: #000000;
    background-color: #FFFFFF;
    resize: none;
    margin: 2px;
    border: double 1px #A0A0A0;
    padding: 4px;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    white-space: normal;
    vertical-align: top;
/*    overflow-y: hidden;*/
    overflow-y: scroll;
    display: inline-block;
}

/* speech recognition panel */
div#panel_speech_recognition {
    background-color: hsl(320,30%,80%);
    padding: 5px;
    position: absolute;
    top: 580px;
    left: 10px;
    width: 398px;
    height: 138px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
span#speech_recognition_control button {
    padding-left: 2px;
    padding-right: 2px;
}
div#speech_recognition_texts {
    font-size: 12px; /*80%;*/
    overflow-y: auto;
    word-wrap: break-word;
}

/* sentence correction panel */
div#panel_sentence_correction {
    background-color: hsl(260,30%,80%);
    padding: 5px;
    position: absolute;
/*    top: 430px;*/
    top: 310px;
    left: 670px;
    width: 238px;
/*    height: 138px;*/
    height: 258px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
ul#sentence_correction_history {
    word-wrap: break-word;
    overflow-y: auto;
    list-style: none;
    font-size: 12px; /*80%;*/
    padding: 0px;
    margin: 0px;
}

/* audio panel */
div#panel_audio {
    background-color: hsl(140,30%,80%);
    padding: 5px;
    position: absolute;
    top: 430px;
    left: 920px;
    width: 238px;
    height: 138px;
    border: solid 1px;
    border-color: #606060;
    opacity: 0.9;
}
span#audio_control button {
    padding-left: 2px;
    padding-right: 2px;
}
ul#audio_speakers_table {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    list-style: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
ul#audio_speakers_table li {
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
ul#audio_speakers_table li button{
    padding-left: 2px;
    padding-right: 2px;
}
