/* Main Layout Width */
.c_body
{
    min-width: 1000px;
}

.c_title
{
    height: 60px;
}

.c_end
{
    height: 90px;
}

.c_title, .c_end
{
    width: 100%;
    position: relative;
    z-index: 12;
}

.c_title .logo
{
    width: 25%;
    min-width: 250px;
}

.c_title .login, .c_dialog_am
{
    width: 24%;
    min-width: 240px;
}

.c_dialog_am
{
    height: 300px;
    position: absolute;
    top: 60px;
    right: 1%;
}

.c_title .blank
{
    width: 1%;
    min-width: 10px;
}

.c_title .text
{
    width: 50%;
}

.c_content
{
    float: left;
    width: 100%;
    height: 100%;
    margin-top: -60px;
}

.c_content_box
{
    vertical-align: top;
}

.c_content_boundary
{
    float: left;
    width: 100%;
    margin: 60px 0px 90px 0px;
}

.c_end
{
    margin: -90px 0px 0px 0px;
}

/* Background */
.c_body
{
    background-image: url('../i/bg.png');
    background-repeat: repeat;
}

.c_content
{
    background-color: rgba(255,255,255,0.95);
}

/* Main Layout */

.c_body
{
    margin: 0px;
    padding: 0px;
}

.c_body table
{
    border-collapse: collapse;
}

.c_title >*
{
    height: 100%;
}

.c_title .logo
{
    left: 0px;
    float: left;
    background-color: black;
    color: white;
    vertical-align: middle;
    display: table-cell;
}

.c_title .logo span
{
    padding: 15px;
    font-size: 40px;
    font-family: Serif;
}

.c_title .text
{
    float: left;
    background-color: black;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
}

.c_title .text .title
{
    padding-top: 10px;
    font-size: 18px;
}

.c_title .text .subtitle
{
    font-size: 12px;
}

.c_title .login
{
    float: left;
    background-color: black;
}

.c_title .login table
{
    width: 100%;
    height: 100%;
    color: white;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.c_title .blank
{
    float: left;
    background-color: black;
}

#am_button span
{
    font-family: Sans;
    display: block;
    text-transform: uppercase;
    font-family: courier;
    font-weight: bold;
    font-size: 100%;
}

#am_button
{
    display: none;
}

#am_button:hover
{
    background-color: white;
    color: black;
}

#am_button:hover #am_dialog
{
    display: block;
}

.c_dialog_am
{
    background-image: url('../i/bg_am.png');
    background-repeat: repeat;
    display: none;
}

.c_dialog_am .container
{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.96);
    box-shadow: 0px 0px 0px 1px black inset;
}

.c_u_servers, .c_u_my_apps
{
    display: none;
}

.c_u_servers, .c_u_my_apps, .c_end
{
    float: left;
    width: 96%;
}

.c_u_my_apps
{
    min-height: 200px;
    margin: 10px;
    margin-bottom: 20px;
}

.c_u_servers
{
    margin: 10px;
}

.c_u_servers .button
{
    display: inline-block;
    font-size: 80%;
    border: 1px dashed black;
    padding: 0px 8px;
    margin-left: 10px;
    line-height: 1.6em;
}

.c_u_servers .button:hover
{
    cursor: pointer;
    background-color: black;
    color: white;
}

/* End */
.c_end
{
    width: 100%;
    background-color: black;
}

.c_end .footer
{
    float: left;
    width: 60%;
    height: 100%;
    color: white;
}

.c_end .links
{
    float: right;
    font-size: 13px;
    padding: 5px 25px;
}

.c_end .link
{
    line-height: 20px;
}

.c_end .company
{
    float: right;
    font-size: 11px;
    height: 100%;
    color: rgba(255,255,255,0.75);
    line-height: 125%;
}

.c_end .company td
{
    padding: 10px;
}

.c_end .cname:hover
{
    border-bottom: 1px solid rgba(255,255,255,0.75);
    cursor: pointer;
}

.c_end .link:hover
{
    text-decoration: underline;
    cursor: pointer;
}

/* Servers Title */
.c_u_s_title
{

}

.c_u_s_title .session
{
    font-size: 95%;
    float: right;
    padding: 0px 4px;
    background-color: rgba(0,0,0,0.55);
    color: white;
    margin-left: 10px;
    margin-bottom: 5px;
}

.c_u_s_title .session:hover
{
    background-color: black;
    cursor: pointer;
}

.c_u_s_title .stats
{
    font-size: 95%;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

/* Servers */
.c_u_s_host_container
{
    position: relative;
    min-width: 200px;
    height: 30px;
    margin: 5px;
    float: left;
}

.c_u_s_input
{
    height: 28px;
    width: 100%;
}

.c_u_s
{
    line-height: 28px;
    background-color: white;
    color: black;
    text-align: center;
    border: 1px solid black;
}

.c_u_s:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
    box-shadow: 2px 2px 0px 0px #909090;
}

.c_u_s_selected
{
    background-color: black;
    color: white;
}

.c_u_s_notselected
{
    background-color: white;
    color: black;
}

.c_u_s_new
{
    font-weight: bold;
    font-family: monospace;
    font-size: 24px;
}

.c_u_s_host
{
    font-family: monospace;
    font-size: 12px;
    width: 100%;
    margin-right: 10px;
}

.c_u_s_host .txt
{
    margin-right: 20px;
}

.c_u_s_edit
{
    position: absolute;
    right: -1px;
    bottom: 1px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    width: 12px;
    font-size: 12px;
    line-height: 1em;
    padding: 1px 4px 1px 4px;
    background-color: white;
    color: black;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.c_u_s_del
{
    top: 1px;
    right: -1px;
    padding: 1px 4px 1px 4px;
    width: 12px;
    font-size: 12px;
    line-height: 1em;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    background-color: white;
    color: black;
    position: absolute;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.c_u_s_del:hover,.c_u_s_edit:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

.c_u_s_del .id,.c_u_s_edit .id,.c_u_s_host .id
{
    display: none;
}

.c_u_s_input {display: none;}
.c_u_s_input>span {display: table; width: 100%; height: 100%;}
.c_u_s_input>span>span {display: table-row;}
.c_u_s_input>span>span>span {display: table-cell; vertical-align: middle;}
.c_u_s_input input
{
    width: 100%;
    padding-right: 20px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: black;
    font-family: monospace;
    font-size: 12px;
    text-align: center;
}

.c_u_s_container
{
    width: 99%;
    float: left;
    border: 1px solid black;
    padding: 5px;
    background-color: rgba(255,255,255, 0.75);
}

.c_u_m_container_jobs
{
    float: left;
}

/* Server Selections */
.c_u_s_selections
{
    font-size: 90%;
    font-family: serif;
}

.c_u_s_selections .clear, .c_u_s_selections .text, .c_u_s_selections .selections
{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0px 4px;
    line-height: 1.4em;
}

.c_u_s_selections .text
{
    padding: 0px;
}

.c_u_s_selections .clear, .c_u_s_selections .selection
{
    color: white;
}

.c_u_s_selections .clear, .c_u_s_selections .notselected
{
    background-color: rgba(0,0,0,0.55);
}

.c_u_s_selections .selected
{
    background-color: black;
}

.c_u_s_selections .clear:hover, .c_u_s_selections .selection:hover, .c_u_s_selections .selection input.name:hover
{
    cursor: pointer;
    background-color: black;
}

.c_u_s_selections .selection
{
    margin-right: 10px;
    float: left;
    color: white;
    padding: 0px 4px;
}

.c_u_s_selections .selection input.name
{
    border: none;
    background-color: transparent;
    color: white;
    width: 50px;
    padding: 0px 4px;
    font-family: serif;
    height: 1.4em;
    display: none;
}

/* Server Selections : Ends */

.c_u_my_apps .filter
{
    margin-left: 20px;
}

.c_u_my_apps .filter input
{
    border: 1px solid #aaa;
    padding: 2px 4px;
}

.c_u_my_apps .button
{
    display: inline-block;
    font-size: 80%;
    border: 1px dashed black;
    padding: 0px 8px;
    margin-left: 10px;
    line-height: 1.6em;
}

.c_u_my_apps .button:hover
{
    cursor: pointer;
    background-color: black;
    color: white;
}

/* Apps & Jobs Listing */
.c_u_my_apps .app-title-full
{
    float: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
}

.c_u_my_apps .app-title
{
    font-family: Sans;
    float: left;
    min-width: 180px;
    max-width: 240px;
    min-height: 6em;
    border: 1px solid black;
    margin: 5px;
    background-color: rgba(255,255,255, 0.75);
    margin-bottom: 15px;
}

.c_u_my_apps .app-title .title
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -0.6em;
    padding-bottom: 5px;
}

.c_u_my_apps .app-title .title .app-hdr
{
    background-color: white;
    border: 1px solid black;
}

.c_u_my_apps .app-title .title .app-edit
{
    padding: 0px 5px;
}

.c_u_my_apps .app-title .title .app-job-add
{
    background-color: white;
    color: black;
    padding: 0px 5px;
    border: 0px;
    border-left: 1px solid black;
    display: inline-block;
}

.c_u_my_apps .app-title .title .app-edit:hover,
.c_u_my_apps .app-title .title .app-job-add:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

.c_u_my_apps .app-html
{
    float: left;
}

/* Apps & Jobs Listing : Ends */

/* Job Variables (config) */
.c_u_s_variables_config
{
    width: 100%;
    margin: 20px 0px;
    display: table;
    font-family: serif;
    font-size: 90%;
}

.c_u_s_variables_config>.inc
{
    width: 100%;
    padding: 1em 0px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: underline;
}

.c_u_s_variables_config>.readonly
{
    background-color: rgba(0,0,0,0.05);
}

.c_u_s_variable_config
{
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    border: 1px solid black;
}

.c_u_s_variable_config .name
{
    display: inline-block;
    height: 100%;
    padding: 0px 4px 0px 4px;
    color: white;
    background-color: black;
    line-height: 1.4em;
}

.c_u_s_variable_config input.value
{
    padding: 0px 4px;
    border: 0px;
    text-align: center;
}

.c_u_s_variable_config input.readonly
{
    background-color: rgba(0,0,0,0); /* transparent */
}

/* Job Variables */
.c_u_s_variables
{

}

.c_u_s_variables .text, .c_u_s_variables .variables
{
    float: left;
    padding: 0px 4px;
    line-height: 1.5em;
}

.c_u_s_variables .text
{
    padding: 0px;
}

.c_u_s_variables .variable
{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    padding: 0px 4px;
    font-size: 90%;
    font-family: serif;
    color: white;
}

.c_u_s_variables .edit, .c_u_s_variables .new
{
    background-color: rgba(0,0,0,0.90);
}

.c_u_s_variables .noedit
{
    background-color: rgba(0,0,0,0.50);
}

.c_u_s_variables .variable:hover, .c_u_s_variables .variable input.name:hover
{
    cursor: pointer;
    background-color: black;
}

.c_u_s_variables .variable input.name
{
    border: none;
    background-color: transparent;
    color: white;
    width: 120px;
    padding: 0px;
    font-family: serif;
    height: 1.4em;
    display: none;
}

.c_u_s_variables .variable span.name
{
    padding: 0px 10px;
}

/* Job Variables : End */

.c_job
{
    float: left;
    font-family: Sans;
    font-size: 90%;
    padding: 2px 5px;
}

.c_job_click:hover
{
    cursor: pointer;
    text-decoration: underline;
}

img.c_job_image:hover
{
    cursor: pointer;
    background-color: #eee;
}

/* Account Creation */
#am_create, #am_login
{
    margin: 20px;
    display: none;
}

#am_create table, #am_login table
{
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

#am_create .field
{
    padding: 10px;
    height: 100px;
    width: 30%;
    border: 1px solid black;
    vertical-align: middle;
}

#am_create .input
{
    vertical-align: top;
}

#am_create .field + .button
{
    border: 0px;
    text-align: center;
    vertical-align: middle;
}

#am_create .input .text
{
    min-height: 2.5em;
}

#am_create .input h1
{
    margin: 0px auto;
    float: left;
    padding: 0px 12px 0px 0px;
}

#am_create .input p, #am_login .input p
{
    text-align: center;
}

#am_create .input input, #am_login .input input, .c_dialog input.invite-code
{
    margin: 5px;
    border: 1px solid black;
    padding: 5px 7px;
}

#am_create .input .note
{
    width: 100%;
    text-align: right;
    font-size: 75%;
    font-style: italic;
    color: rgba(128,128,128, 0.75);
}

#am_create .signup, #am_login .login
{
    width: 150px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.66);
    border: 1px dashed black;
    font-size: 18px;
}

#am_create .signup:hover, #am_login .login:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

#am_create .info
{
    box-shadow: 2px 2px;
}

#am_create .container
{
    width: 100%;
    height: 100%;
}

#am_create .subtitle, #am_login .subtitle
{
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 36px;
}

/* Account Login */
#am_login .container
{
    width: 100%;
    height: 100%;
    text-align: center;
}

#am_login .field
{
    padding: 10px;
    height: 100px;
    border: 1px solid black;
}

#am_login .button
{
    border: 0px;
    text-align: center;
    vertical-align: middle;
}

#am_login .button table
{
    width: initial;
    height: initial;
}

#am_login layout_o
{
    width: 100%;
    text-align: center;
}

#am_login .layout_i
{
    width: 340px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* Account Manager Dialog */
#am_dialog *
{
    font-family: courier;
    font-weight: bold;
    color: black;
}

#am_dialog .options
{

}

#am_dialog .options .option span
{
    display: inline-block;
    width: 100px;
    text-transform: none;
}

#am_dialog .options .option input
{
    border: 1px solid black;
    padding: 0px 4px;
    width: 120px;
    margin-right: 10px;
}

#am_dialog .logout, #am_dialog .export, #am_dialog .import, #am_dialog .manage
{
    position: absolute;
    text-transform: uppercase;
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 0px 10px;
}

#am_dialog .logout { top: 10px; right: 10px; }
#am_dialog .export { top: 30px; right: 10px; }
#am_dialog .import { top: 50px; right: 10px; }
#am_dialog .manage { top: 70px; right: 10px; }

#am_dialog .logout:hover,
#am_dialog .export:hover,
#am_dialog .import:hover,
#am_dialog .manage:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

.accid
{
    width: 140px;
    padding: 5px;
    text-align: left;
}

.accid>div
{
    margin: 5px;
    height: 100px;
    border: 1px solid black;
    background-color: white;
}

.accid span
{
    text-align: center;
    text-decoration: underline;
}

#am_accid
{
    word-wrap: break-word;
    word-break: break-all;
    font-size: 80%;
    padding: 0px 5px 5px 5px;
    text-align: center;
}

/* Export / Import */
#am_export
{
    border: 1px solid black;
    padding: 0px 12px;
    text-align: center;
    margin-left: 20px;
    line-height: 1.5em;
}

/* Dialog */
.c_dialog_o
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 24;
}

.c_dialog_m
{
    display: table-row;
}

.c_dialog_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_dialog
{
    border: 3px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.c_dialog_button
{
    width: 110px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.66);
    border: 1px dashed black;
    font-size: 18px;
    margin-right: 20px;
}

.c_dialog_button:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

/* Virtual Terminal */
.c_vt_o
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 15;
}

.c_vt_m
{
    display: table-row;
}

.c_vt_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_vt
{
    border: 3px solid black;
    box-sizing: border-box;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.c_vt_title
{
    background-color: black;
    color: white;
    line-height: 30px;
    font-family: Sans;
    font-size: 110%;
}

.c_vt_title .view
{
    float: left;
    display: inline-block;
    margin-right: 64px;
}

.c_vt_title .view>.normal:hover,
.c_vt_title .view>.full
{
    width: 8px;
    height: 8px;
    border: 10px solid black;
    background-color: white;
    cursor: pointer;
}

.c_vt_title .view>.full:hover,
.c_vt_title .view>.normal
{
    width: 20px;
    height: 20px;
    border: 4px solid black;
    background-color: white;
    cursor: pointer;
}

.c_vt_title .multi
{
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.c_vt_title .multi .text
{
    border-radius: 5px;
    border: 1px solid black;
    width: 50px;
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    background-color: white;
    color: black;
}

.c_vt_title .multi textarea
{
    border: 0px;
    margin-left: -50px;
    width: 50px;
    height: 24px;
    overflow: hidden;
    background-color: transparent;
    color: transparent;
    resize: none;
}

.c_vt_title .multi textarea:hover
{
    cursor: pointer;
}

.c_vt_title .icon
{
    float: right;
    width: 20px;
    margin-left: 5px;
}

.c_vt_title .icon:hover
{
    cursor: pointer;
    background-color: white;
    color: black;
}

/* Running Session */
.c_run
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-top: 30px;
    margin-top: -30px;
}

.c_run .scrollarea
{
    height: 100%;
    overflow-y: scroll;
}

.c_run .container
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    padding: 0px;
}

.c_run .row
{

}

.c_run .col
{
    border: 1px solid black;
    vertical-align: top;
    text-align: center;
}

.c_run .col .title
{
    line-height: 20px;
    background-color: black;
    color: white;
}

.c_run .col .content
{
    margin-top: -20px;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.c_run .col .term
{ 
    display: table;
    width: 100%;
    height: 100%; 
    border-collapse: collapse;
}
.c_run .col .term>div { display: table-row; }
.c_run .col .term>div>div
{
    display: table-cell;
    vertical-align: middle;
}

.c_run .col .term iframe
{
    width: 100%;
    height: 100%;
}

/* Miscellaneous */
.vtop
{
    vertical-align: top;
}

.vmiddle
{
    vertical-align: middle;
}

.vbottom
{
    vertical-align: bottom;
}

/* Content Pages */
.c_p
{
    display: none;
    padding: 40px 30px 40px 30px;
}

.c_p .subtitle
{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}

.c_p .close
{
    margin-top: -36px;
    margin-right: 20px;
    text-align: right;
}

.c_p .close .button
{
    padding: 2px 4px;
}

.c_p .back
{
    padding: 20px 0px 0px 0px;
}

.c_p .button
{
    padding: 5px 10px;
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
}

.c_p .button:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

#p_documentation, #p_about
{
    background-color: rgba(255,255,255,0.8);
}

#p_documentation .subtitle
{
    text-align: center;
}

#p_documentation .section
{
    text-align: justify;
}

#p_documentation .keystroke
{
    font-weight: bold
}

#p_documentation .notes, #p_documentation .code
{
    margin: 0px 20px 0px 20px;
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
}

#p_documentation .code
{
    font-family: monospace;
}

#p_documentation .img
{
    display: inline;
    margin: 0px 0px 0px 10px;
}

#p_documentation .img>img
{
    border: 10px solid rgba(1,1,1,0.6);
}

#p_reportabuse .info, #p_about .info
{
    text-align: justify;
}

#p_about .gen
{
    margin: 20px 40px 20px 40px;
    font-style: italic;
    color: rgba(0,0,0,0.5);
}

/* Manage */
.c_manage_o
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 20;
}

.c_manage_m
{
    display: table-row;
}

.c_manage_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_manage
{
    border: 3px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.c_manage_title
{
    background-color: black;
    color: white;
    line-height: 30px;
    font-family: Sans;
    font-size: 110%;
}

.c_manage_title .icon
{
    float: right;
    width: 20px;
    margin-left: 5px;
}

.c_manage_title .icon:hover
{
    cursor: pointer;
    background-color: white;
    color: black;
}

.c_manage_content
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-top: 30px;
    margin-top: -30px;
}

.c_manage_content .scrollarea
{
    height: 100%;
    overflow-y: scroll;
}

/* Manage (Self) */
.c_manage_self
{
    margin: 10px;
    font-size: 12px;
}

.c_manage_self .details { float: left; }
.c_manage_self .status  { float: right; }
.c_manage_self .field
{
    display: block;
    margin-bottom: 2px;
}

.c_manage_self .field span
{
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}

.c_manage_self .details>.field span
{
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-align: center;
}

.c_manage_self .details>.name span
{
    font-size: 125%;
    font-weight: bold;
}

.c_manage_self .details>.email span
{
    font-size: 120%;
}

.c_manage_self .details>.team span
{
    font-size: 100%;
}

.c_manage_self .details>.pass span
{
    height: auto;
    margin-top: 4px;
}

.c_manage_self .status
{
    text-align: center;
    border: 1px solid black;
}

.c_manage_self .status .info
{
    margin: 12px 12px;
}

.c_manage_self .status .info .emph
{
    border: 1px solid black;
    padding: 2px 5px;
    font-weight: bold;
}

.c_manage_self .button
{
    display: inline-block;
    line-height: 24px;
    border: 1px dotted black;
    padding: 2px 12px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    min-width: 100px;
}

.c_manage_self .button:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

/* Manage (users) */
.c_manage_users
{
    float: left;
    width: 100%;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
}

.c_manage_users>.button
{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    float: right;
    border: 1px dotted black;
    padding: 2px 8px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.c_manage_users>.button:hover
{
    cursor: pointer;
    color: white;
    background-color: black;
}

.c_manage_users .users { display: table; }
.c_manage_users .users>.user, .c_manage_users .users>.head { display: table-row; }
.c_manage_users .users>*>.info { display: table-cell; }

.c_manage_users .users
{
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

.c_manage_users .users>.leader
{
    border-top: 2px solid black;
}

.c_manage_users .users>.leader>.sno>span
{
    display: inline-block;
    border: 1px solid black;
    border-radius: 12px;
    min-width: 20px;
    padding: 0px 5px;
    text-align: center;
    background-color: black;
    color: white;
}

.c_manage_users .users>.current
{
    font-weight: bold;
}

.c_manage_users .users>.head>.info
{
    border: 1px solid black;
    border-right: 1px solid white;
    font-weight: bold;
    background-color: black;
    color: white;
}

.c_manage_users .users>.head>.last
{
    border-right: 1px solid black;
}

.c_manage_users .users>*>.info
{
    padding: 4px 4px;
    border: 1px solid black;
}

.c_manage_users .users>*>.member
{
    border: 0px;
}

.c_manage_users .users>.user>.leader
{
    border-bottom: 0px;
}

.c_manage_users .users>.editable:hover
{
    cursor: pointer;
    background-color: #ccc;
}

/* Manage (dialog) */
.c_manage_dialog_o
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 22;
}

.c_manage_dialog_m
{
    display: table-row;
}

.c_manage_dialog_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_manage_dialog
{
    border: 3px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
}

.c_manage_dialog_title
{
    background-color: black;
    color: white;
    line-height: 30px;
    font-family: Sans;
    font-size: 110%;
}

.c_manage_dialog_title .icon
{
    float: right;
    width: 20px;
    margin-left: 5px;
}

.c_manage_dialog_title .icon:hover
{
    cursor: pointer;
    background-color: white;
    color: black;
}

.c_manage_dialog .main
{
    font-size: 12px;
    box-sizing: border-box;
    padding: 6px;
    width: 100%;
    float: left;
}

.c_manage_dialog .main .left
{
    float: left;
}

.c_manage_dialog .main .right
{
    float: right;
}

.c_manage_dialog .main .section
{
    padding: 5px;
    margin-left: 20px;
    border: 1px solid black;
}

.c_manage_dialog .main .section label
{
    font-weight: bold;
}

.c_manage_dialog .main .field
{
    margin: 5px 0px;
}

.c_manage_dialog .main .field span
{
    display: inline-block;
    width: 50px;
    padding-right: 10px;
}

.c_manage_dialog .main .field input[type=text], .c_manage_dialog .main .field select
{
    width: 189px;
}

.c_manage_dialog .main .field input[type=text]
{
    border-collapse: collapse;
    border: 1px solid black;
    padding: 2px 4px;
}

.c_manage_dialog .main .check
{
    line-height: 1.5em;
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
}

.c_manage_dialog .main .check span
{
    display: inline-block;
    text-align: left;
    width: 160px;
}

.c_manage_dialog .main .check input[type=checkbox]
{
    width: 30px;
}

.c_manage_dialog .main .bottom
{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.c_manage_dialog .main .bottom .button
{
    display: inline-block;
    margin: 5px;
    border: 1px dashed black;
    padding: 5px;
    width: 120px;
}

.c_manage_dialog .main .bottom .button:hover
{
    cursor: pointer;
    background-color: black;
    color: white;
    font-weight: bold;
}

.c_manage_dialog .main .whole
{
    margin-top: 20px;
    width: 100%;
    float: left;
    line-height: 2.5em;
}

.c_manage_dialog .main .whole span
{
    display: inline-block;
    width: 140px;
    padding-right: 10px;
    text-align: left;
}

.c_manage_dialog .main .whole input[type=password]
{
    width: 189px;
    border-collapse: collapse;
    border: 1px solid black;
    padding: 2px 4px;
}

/* Job (dialog) */
.c_job_dialog_o
{
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 18;
}

.c_job_dialog_m
{
    display: table-row;
}

.c_job_dialog_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_job_dialog
{
    border: 3px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 460px;
}

.c_job_dialog_content
{
    margin-top: -30px;
    padding-top: 30px;
    box-sizing: border-box;
    height: 100%;
}

.c_job_dialog_title
{
    background-color: black;
    color: white;
    line-height: 30px;
    font-family: Sans;
    font-size: 110%;
}

.c_job_dialog_title .icon
{
    float: right;
    width: 20px;
    margin-left: 5px;
}

.c_job_dialog_title .icon:hover
{
    cursor: pointer;
    background-color: white;
    color: black;
}

.c_job_dialog #oldjob
{
    display: none;
}

.c_job_dialog #newjob
{
    display: block;
}

/* Job Description */
.c_job_dialog .jobdesc .container
{
    overflow: hidden;
    background-color: rgba(255,255,255, 0.75);
}

.c_job_dialog .jobdesc .lpane
{
    float: left;
    width: 300px;
    height: 100%;
    border-right: 4px solid black;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.c_job_dialog .jobdesc .rpane
{
    float: right;
    margin-left: -300px;
    padding: 10px 10px 10px 310px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.c_job_dialog .jobdesc .rpane .tb
{
    width: 100%;
    height: 100%;
}

.c_job_dialog .jobdesc .rpane .meta
{
    height: 1%; /* Auto-fit Height */
}

.c_job_dialog .jobdesc .rpane .content>div
{
    height: 100%;
}

.c_job_dialog .jobdesc .rpane .field
{
    text-align: left;
    padding-bottom: 2px;
}

.c_job_dialog .jobdesc .rpane .field span
{
    font-size: 90%;
}

.c_job_dialog .jobdesc .lpane .field span
{
    width: 120px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.c_job_dialog .jobdesc .line
{
    overflow: hidden; /* Floating Stuff within a Div */
    width: 100%;
    padding: 2px 0px;
}

.c_job_dialog .jobdesc .line .info
{
    text-align: justify;
    font-size: 90%;
    padding: 10px 10px;
}

.c_job_dialog .jobdesc .line .info>div
{
    border: 1px dashed black;
    border-radius: 10px;
    padding: 10px;
}


.c_job_dialog .jobdesc .line .shell input
{
    background-color: rgba(0,0,0,0.05);
}

.c_job_dialog .jobdesc .line .desc
{
    padding: 10px 0px 0px 10px;
}

.c_job_dialog .jobdesc .line .desc textarea
{
    width: 100%;
    height: 80px;
    border: 1px solid black;
    padding: 4px;
    resize: none;
}

.c_job_dialog .load
{
    float: left;
    display: inline-block;
}

.c_job_dialog .jobdesc .flags
{
    float: right;
}

.c_job_dialog .jobdesc .flags .selected
{
    background-color: black;
    color: white;
}

.c_job_dialog .jobdesc .flags .option
{
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.c_job_dialog .jobdesc .flag:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

.c_job_dialog .jobdesc .flag
{
    float: left;
    font-size: 14px;
    border: 1px solid black;
    margin: 2px;
    padding: 0px 2px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.c_job_dialog .jobdesc textarea
{
    width: 100%;
    height: 100%;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    font-family: monospace;
}

.c_job_dialog .jobdesc .versions
{
    margin: 5px 0px;
    text-align: right;
}

.c_job_dialog .jobdesc .versions .on,
.c_job_dialog .jobdesc .versions .off:hover
{
    color: white;
    background-color: black;
}

.c_job_dialog .jobdesc .versions .off
{
    color: black;
    background-color: white;
}

.c_job_dialog .jobdesc .version:hover
{
    cursor: pointer;
}

.c_job_dialog .jobdesc .version
{
    display: inline-block;
    border: 1px solid black;
    color: black;
    background-color: white;
    margin-left: 10px;
    padding: 2px 4px;
}

.c_job_dialog .jobdesc .version .name
{
    font-size: 90%;
}

.c_job_dialog .jobdesc input[type=text]
{
    padding: 0px 4px;
    height: 24px;
    width: 140px;
    border: 1px solid black;
}

.c_job_dialog .button-p
{
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.c_job_dialog .button
{
    line-height: 30px;
    text-align: center;
    border: 1px dashed black;
    font-size: 18px;
    width: 110px;
    float: right;
    margin-right: 10px;
}

.c_job_dialog .button:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

/* Job Description: Ends */

/* Node (dialog) */
.c_node_dialog_o
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 22;
}

.c_node_dialog_m
{
    display: table-row;
}

.c_node_dialog_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_node_dialog
{
    border: 3px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
}

.c_node_dialog_content
{
    margin-top: -30px;
    padding-top: 30px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.c_node_dialog_title
{
    background-color: black;
    color: white;
    line-height: 30px;
    font-family: Sans;
    font-size: 110%;
}

.c_node_dialog_title .icon
{
    float: right;
    width: 20px;
    margin-left: 5px;
}

.c_node_dialog_title .icon:hover
{
    cursor: pointer;
    background-color: white;
    color: black;
}

.c_node_dialog_content textarea
{
    border: 1px solid black;
    padding: 4px;
    height: 100%;
    width: 100%;
}

.c_node_dialog_content .block
{
    padding: 0px 10px 10px 10px;
}

.c_node_dialog_content .head
{
    padding-top: 10px;
}

.c_node_dialog_content .auto
{
    height: 1%;
}

.c_node_dialog_content .info
{
    padding: 10px;
    font-size: 90%;
}

.c_node_dialog .button
{
    line-height: 30px;
    text-align: center;
    border: 1px dashed black;
    font-size: 18px;
    width: 110px;
    float: right;
    margin-right: 10px;
}

.c_node_dialog .button:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

.c_node_dialog .loadf
{
    float: left;
    font-size: 90%;
    margin-left: 10px;
}

/* Node dialog : ends */

/* App (dialog) */
.c_app_dialog_o
{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    background-color: rgba(128,128,128,0.75);
    z-index: 22;
}

.c_app_dialog_m
{
    display: table-row;
}

.c_app_dialog_i
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c_app_dialog
{
    border: 3px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
}

.c_app_dialog_content
{
    margin-top: -30px;
    padding-top: 30px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.c_app_dialog_title
{
    background-color: black;
    color: white;
    line-height: 30px;
    font-family: Sans;
    font-size: 110%;
}

.c_app_dialog_title .icon
{
    float: right;
    width: 20px;
    margin-left: 5px;
}

.c_app_dialog_title .icon:hover
{
    cursor: pointer;
    background-color: white;
    color: black;
}

.c_app_dialog .button
{
    line-height: 24px;
    text-align: center;
    border: 1px dashed black;
    font-weight: bold;
    width: 110px;
    font-size: 90%;
    float: left;
    margin-left: 10px;
}

.c_app_dialog .button:hover
{
    background-color: black;
    color: white;
    cursor: pointer;
}

.c_app_dialog_content .main
{
    height: 100%;
    overflow-y: scroll;
}

.c_app_dialog_content .inner
{
    padding: 10px;
}

.c_app_dialog_content .main .actglobal
{
    overflow: hidden; /* float inside div */
    width: auto;
    height: auto;
    text-align: center;
    display: inline-block;
}

.c_app_dialog_content .main .actglobal .name
{
    float: left;
    border: 1px solid black;
    display: inline-block;
}

.c_app_dialog_content .main .actglobal input
{
    text-align: center;
    height: 25px;
    border: 0px;
}

.c_app_dialog_content .main .listjobs
{
    text-align: left;
    padding: 10px;
}

.c_app_dialog_content .main .listjobs .name
{
    font-weight: bold;
}

.c_app_dialog_content .main .listjobs .content
{

}

.c_app_dialog_content .main .listjobs .content .jobname
{
    border-bottom: 1px solid black;
    padding: 2px 4px;
    margin-left: 10px;
    display: inline-block;
}

.c_app_dialog_content .main .history
{
    text-align: left;
    padding: 10px;
}

.c_app_dialog_content .main .history .info
{
    padding: 0px 20px 20px 20px;
    font-size: 90%;
    font-style: italic;
}

.c_app_dialog_content .main .history .content
{
    border: 1px solid black;
    padding: 10px;
    font-size: 85%;
}

.c_app_dialog_content .main .history .content .dull
{
    color: rgba(0,0,0,0.3);
}

.c_app_dialog_content .main .history .content .jobhist
{
    margin-bottom: 5px;
}

.c_app_dialog_content .main .history .content .jobhist>.user
{
    float: right;
    font-size: 90%;
    color: rgba(0,0,0,0.39);
}

.c_app_dialog_content .main .history .content .jobhist>.name
{
    border-bottom: 1px solid black;
    padding: 2px 4px;
    display: inline-block;
}

.c_app_dialog_content .main .history .content .jobhist>.host
{
    border: 1px dotted black;
    padding: 2px 4px;
    display: inline-block;
    margin-left: 5px;
}

.c_app_dialog_content .main .history .content .jobhist>.vars
{
    margin: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
}

.c_app_dialog_content .main .history .content .jobhist>.vars>.var
{
    margin-right: 20px;
    display: inline-block;
}

.c_app_dialog_content .main .history .content .jobhist>.vars>.var>.name
{

}

.c_app_dialog_content .main .history .content .jobhist>.vars>.var>.value
{

}
/* App dialog : ends */

.tb          { display: table;      }
.tb>.tr      { display: table-row;  }
.tb>.tr>.td  { display: table-cell; }

.c_help
{
    font-style: italic;
    font-size: 90%;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px dashed black;
    line-height: 1.4em;
}
