/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.02.2017
    Author     : detlev
*/
body
{
    background-color: #393939
}

p
{
    font-family: sans-serif; 
    font-size: 12pt
}

td
{
    vertical-align: top
}

p.sel, p.lb
{
    margin-top: 2px; margin-bottom: 0
}

p.lb { color: gray; font-style: italic }

dt { font-size: 11pt }
dd { font-size: 11pt }

select
{
    border-radius: 0;
    border-style: solid;
    width: 100%
}

a:link { text-decoration: none }
a:hover { text-decoration: underline }

.CodeMirror 
{
    font-size: 11pt;
    border-radius: 5px;
}

.yasr table.dataTable tbody tr 
{    background-color: #D8FEDA; }
.yasr 
{    background-color: #D8FEDA; }


.cmds
{
    width: 135px;
    background-color: lightblue;
    font-family: Arial, Helvetica, sans-serif ;
     border-radius: 3px;
    border: solid white 1px;
    text-align: center
}
#topbar
{
    position:fixed; 
    height:  40px; 
    width:   100%;
    top:     0px;
    left:    0px;
    right:   0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:10px;
    background-color: transparent; color: white
}
