/**
 *  This file is part of devMX TeamSpeak3 Webviewer.
 *  Copyright (C) 2011 - 2012 Max Rath and Maximilian Narr
 *
 *  devMX TeamSpeak3 Webviewer is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  TeamSpeak3 Webviewer is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with devMX TeamSpeak3 Webviewer.  If not, see <http://www.gnu.org/licenses/>.
*/

div.devmx-name
{
    font-size: 30px;
    padding: 15px;
    max-width: 600px;
    width: auto;
    color: white;
    background: rgba( 30, 30, 30, 0.9 );
    -webkit-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    -moz-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.devmx-name span
{
    font-size: 15px;
    text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 );
}

fieldset.config
{
    margin-bottom: 6px;
}

p, span,a, tr, td, button, input, .tooltip
{
    font-size: 14px;
}

div.center
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

div.warning, div.alert
{
    width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

div#permission-check
{
    padding: 5px;
}

div#permission-warning
{
    padding: 3px;
    margin-top: 15px;
    margin-bottom: 5px;
}

div#permission-warning span
{
    font-size: 12px;
}

div#permission-check table
{
    text-align: left;
}

div#alert, div#warning, div#info
{
    width: 100%;
    font-size: 14px;
}

a.select-button
{
    text-decoration: none;
}

span.select-button
{
    padding: 5px;
    width: 250px;
    margin-left: 10px;
    text-decoration: none;
    color: black;
}

span.config-button
{
    background: #a4a4a4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

.config
{
    padding: 0.7em;
}

.config a span
{
    padding: 5px;
    margin-right: 5px;
}

ul.sortable
{
    background-color: #eee;
    padding: 15px;
    width: 200px;
    height: 350px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

li
{
    list-style-type: none;
    padding: 5px;
}

table.config
{
    padding: 60px;
    border-radius: 5px;
    margin: auto;
    width: 900px;
}

table.config td
{
    padding: 8px;
}


table.config-select
{
    padding: 10px; 
}

table.config-select td
{
    padding: 10px;
}

table.style tr td:nth-child(2),
table.language tr td:nth-child(2)
{
    width: 150px;
}

table.config td.option-descr
{
    padding-left: 40px;
}

table.config td.option-descr,
table.config td.option-descr span,
table.config td.option-descr p
{
    font-size: 12px;
    color: #555;
}

table.config td.option-descr * a
{
    font-size: 12px;
    color: #555;
}

li.module-active, 
li.module-inactive
{
    padding: 5px;
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px #888;
    -webkit-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
    cursor: pointer;
    text-decoration: underline;
}

li.module-inactive
{
    background: #8FC400;
    background: -moz-linear-gradient(top, #8FC400 0%, #8FC400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8FC400), color-stop(100%,#8FC400));
    background: -webkit-linear-gradient(top, #8FC400 0%,#8FC400 100%);
    background: -o-linear-gradient(top, #8FC400 0%,#8FC400 100%);
    background: -ms-linear-gradient(top, #8FC400 0%,#8FC400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 );
    background: linear-gradient(top, #8FC400 0%,#8FC400 100%);
}

li.module-active
{
    background: #B6E026;
    background: -moz-linear-gradient(top, #B6E026 0%, #ABDC28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6E026), color-stop(100%,#ABDC28));
    background: -webkit-linear-gradient(top, #B6E026 0%,#ABDC28 100%);
    background: -o-linear-gradient(top, #B6E026 0%,#ABDC28 100%);
    background: -ms-linear-gradient(top, #B6E026 0%,#ABDC28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 );
    background: linear-gradient(top, #B6E026 0%,#ABDC28 100%);
}

iframe#module-config
{
    border: 0;
    overflow: hidden;
    width: 1050px !important;
    height: 700px !important;
}

span#last
{
    margin-top: 10px;
}

span.topnav a
{
    height: 30px;
}

/* Flag on language selection */
img.flag
{
    margin-right: 4px;
}

/* Language link on language selection */
span.language
{
    margin-right: 4px;
}