body
{
    padding:9px;
}

body *:not.ace_editor
{
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4{
    font-size: 1.2rem;
}
sub{
    font-size: 0.8rem;
}

.row
{
    max-width: 99%;
}

.ui-widget-content a.button
{
    color:white;
}

div.alternierend{
    background-color: lightgray;
}
div.row.liste div.column{
    padding-bottom:3px;
    padding-top:3px;
}

div.column.url
{
    word-wrap: break-word;
}

.aceeditor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ace_editor{
    height:700px;
}

.menu a{
    margin:0;
    padding:0;
    padding-right:15px;
}


table.datatable td{
    padding:2px 8px;
    font-size:0.9rem;
    vertical-align: top;
}
table.datatable td, table.datatable td *{
    word-wrap: break-word;
    overflow: hidden;
}
table.datatable tbody tr td{
    border-bottom:1px solid #e6e6e6;
}
table.datatable tbody tr td .button{
    margin: 0.2rem;
    width:120px;
}
table.datatable tbody tr td img{
    max-height: 52px;
    margin:0;
    max-width:65px;
}


@media only screen and (max-width: 1499px) {
    table.datatable td, table.datatable td *{
        font-size: 0.75rem;
    }
}

table.datatable textarea{
    height:60px;
    margin:0;
    width:195px;
}

.cke_notifications_area{
    display: none;
}

.chatbot-messages div{
    font-family: "Courier New", Courier, monospace;
}

.cert-box{
    display: inline-block;
}
.cert-box.orange{
    background-color: orange;
    color: white;
}
.cert-box.red{
    background-color: red;
    color: white;
}
.nopadding{
    padding:0;
}