/*
Stylesheet für Minecraft Control Panel
*/

#wpcontent, #wpfooter {
    margin-left: 170px;
}

div.mcpanel.wrap {
    margin: 10px;
    cursor: default;
}

h2.mcp {
    padding: 5px 10px;
    background: #999;    
    font-weight: bold;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 2px #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: -1px 4px 10px #000;
    -moz-box-shadow: -1px 4px 10px #000;
    -khtml-box-shadow: -1px 4px 10px #000;
    -webkit-box-shadow: -1px 4px 10px #000;
}

div.JSONAPI {
    width: 100%;
    background: #fff;
    margin: 0 0 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: -1px 4px 10px #000;
    -moz-box-shadow: -1px 4px 10px #000;
    -khtml-box-shadow: -1px 4px 10px #000;
    -webkit-box-shadow: -1px 4px 10px #000;
}

div.JSONAPI table {
    width: 100%;    
}
div.JSONAPI table.header {    
    color: #fff;
    background: #444;
    line-height: 5px;
    padding: 0 5px;    
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

div.JSONAPI table.header h3 {
    color: #fff;    
}

div.JSONAPI td.server_status {
    text-align: right;
}

div.JSONAPI div.info_plugins {
    line-height: 15px;
    padding: 5px;
    border-bottom: 1px dashed #777;
} 

div.info_plugins span {
    display: inline-block;
}

div.info_plugins {
    padding: 0 5px 0 5px;
}

div.chat_block {
    background: #222;
    margin-bottom: 5px;
    font-size: 10px;
    cursor: default;
    opacity: 0.6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.stats_block {
    background: #222;
    padding: 10px;
    margin-bottom: 5px;
    cursor: default;
    line-height: 15px;
    opacity: 0.6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*    
    box-shadow: inset 0 0 10px 1px #444;
    -moz-box-shadow: inset 0 0 10px 1px #444;
    -khtml-box-shadow: inset 0 0 10px 1px #444;
    -webkit-box-shadow: inset 0 0 10px 1px #444;
    */
}

div.stats_block:hover {
    background: #444;
    padding: 10px;
    line-height: 15px;
    opacity: 0.6;
    border: 0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: default;
}


/*
div.JSONAPI div.info span:hover a {
    background: #777;
    color: #fff;
}
*/

/* Submenu Plugins */

/*

div#showPluginInfo {
    display: none;
}

#showPluginInfoButton:checked + div#showPluginInfo {
    display: block;
}

label#showPluginInfo {
    color: #000;
    cursor: pointer;
}

label#showPluginInfo:hover {
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

#showPluginInfoButton {
    opacity: 0.01;
}

div#showPluginInfo img {
    padding: 0 2px;
}
div.label_subMenu {
    background: #fff;
    color: #000;
    margin: 10px 0;
    padding: 5px;
}

#wpbody-content > div.mcpanel.wrap > div {
    background: #666;
    margin-top: 10px;
    padding: 5px 10px 10px 10px;
    color: #fff;
    box-shadow: inset 0 0 10px 2px #333;
    -moz-box-shadow: inset 0 0 10px 2px #333;
    -khtml-box-shadow: inset 0 0 10px 2px #333;
    -webkit-box-shadow: inset 0 0 10px 2px #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.JSONAPI-Input td.text {
    width: 100px !important;
}

div.JSONAPI-Input td.input {
    width: 400px !important;
}

div.JSONAPI-Server td.text {
    width: 130px !important;
    font-size: 1.1em;
}

div.JSONAPI-Server td.data {
    width: 400px !important;
    font-size: 1.1em;
    color: #ff0;
}

div.JSONAPI-Settings h3 {
    margin: 10px 0 5px 0;
}

div.JSONAPI-Settings div {
    padding: 15px 0 5px 0;
}

div.JSONAPI-Infos td.title {
    min-width: 200px;
}

div.JSONAPI-Infos td.server_on {
    color: lime;
    font-size: 1.2em;
    font-weight: bold;
}

div.JSONAPI-Infos td.server_off {
    color: #cc0000;
    font-size: 1.2em;
    font-weight: bold;
}

div.stats_block.online {
    background: #020 !important;
}

div.stats_block.offline {
    background: #300 !important;
}

div.stats_block {
    background: #222;
    padding: 10px;
    margin-bottom: 5px;
    cursor: default;
    line-height: 15px;
    opacity: 0.6;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;    
    box-shadow: inset 0 0 10px 1px #444;
    -moz-box-shadow: inset 0 0 10px 1px #444;
    -khtml-box-shadow: inset 0 0 10px 1px #444;
    -webkit-box-shadow: inset 0 0 10px 1px #444;
}

div.stats_block:hover {
    background: #444;
    padding: 10px;
    line-height: 15px;
    opacity: 0.6;
    border: 0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: default;
}

div.stats_block span.item {
        
}

div.stats_block span.data {
        
}
*/
label#showNicks {
    color: #fff;
    cursor: pointer;
}

label#showNicks:hover {
    color: #f00;
    cursor: pointer;
}

div#showNicks {
    display:none;
}

#showNicksButton {
    opacity:0.01;
}

#showNicksButton:checked + #showNicks {
    display:block;
}

div#showNicks img {
    padding: 0 2px;
}
