/*
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 : 5.5.2015, 21:26:52
    Author     : Jytky
*/
body{
        font: 100% "Trebuchet MS", sans-serif;
        margin: 50px;
}
.demoHeaders {
        margin-top: 2em;
}
#dialog-link {
        padding: .4em 1em .4em 20px;
        text-decoration: none;
        position: relative;
}
#dialog-link span.ui-icon {
        margin: 0 5px 0 0;
        position: absolute;
        left: .2em;
        top: 50%;
        margin-top: -8px;
}
#icons {
        margin: 0;
        padding: 0;
}
#icons li {
        margin: 2px;
        position: relative;
        padding: 4px 0;
        cursor: pointer;
        float: left;
        list-style: none;
}
#icons span.ui-icon {
        float: left;
        margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
        position: absolute;
}
select {
        width: 200px;
}

.hide {
  display: none;
}

.showme {
  display: inline;
}

.button {}

table tr th {
    text-align: left;
}

.logout {
    margin-left: 150px;
}

.illegal_value {
  background: red;
}

.same_row {
  float: left;
  padding-right:20px;
}