body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #f7e5e5;
    height: 100%;
    background-color: rgb(16,120,135);
    }
    
body.monitor {
    font-size: 20px;
    }    


button {
    border-radius: 10px;
    background-color: #caf9db;
    margin: 1em;
    }
    
button.alert {
    background-color: #e66b6e;
    }    
    
    
a {
    text-decoration: none;
    }

a,div.mainmenu_item, .action_link {
    color:#672323;
    }

a:hover, .action_link:hover, th.sortable:hover {
    color: #310303;
    }

a:visited {
    }


h3,h4 {
    margin-block-start: 2em;
    margin-block-end: 0.5em;    
    }
    
    
#div_user_name {
    position: fixed;
    right: 20px;
    bottom: 20px;
    }

#div_menu {
    position:fixed;
    right: 10px;
    top: 10px;
    }



div.menu_item {
    float:right;
    max-height: 100px;   
    }


div.mainenu_item {
    }
    
div.submenu_block {
    }

    
div.mainmenu_item,
div.submenu_item {
    border: 2px solid #936436;
    padding: 0.2em;
    background-color: #CAF9DB; 
    width: 10em;
    text-align: center;    
    }

div.submenu_item {
    display: none;
    }



div.menu_item:first-child .mainmenu_item {
    border-top-right-radius: 0.5em;
    }    
    
div.menu_item:first-child.collapsed .mainmenu_item {
    border-bottom-right-radius: 0.5em;
    }    
    
div.menu_item:last-child .mainmenu_item {
    border-top-left-radius: 0.5em;
    }    
div.menu_item:last-child.collapsed .mainmenu_item {
    border-bottom-left-radius: 0.5em;
    }    

div.submenu_item:last-child {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    }
    
    
    
    
    
div.menu_item a,
div.news p a {
    color: #936436;    
    }

div.menu_item a:hover,
div.news p a:hover {
    color: rgb(151, 83, 204);
    }


table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;    
    }

td,th {
    padding: 3px;
    border: solid #aaa 1px;
    }

th {
    background-color: #1a4950;
    text-align: left;
    }

th.field {
    }

th.childs {
    }

th.actions {
    }
    
td.last_in_group, th.last_in_group,
td:last-child, th:last-child {
    border-right-width: 3px;
    border-right-color: #eee9e9;
    }

td:first-child, th:first-child {
    border-left-width: 3px;
    border-left-color: #eee9e9;
    }

th, tr:first-child td  {
    border-top-width: 3px;
    border-top-color: #eee9e9;
    }

th, tr:last-child td  {
    border-bottom-width: 3px;
    border-bottom-color: #eee9e9;
    }

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5em;
    }
    
h2 {
    margin-top: 0;
    margin-right: 3em;    
    }


.table_framed td {
    outline: solid 1px #555;
    }

.table_unframed td {
    outline-style: none;
    }

table tr:nth-child(even) {background: rgb(106, 141, 146)}
table tr:nth-child(odd) {background: rgb(42, 110, 119)}

.disabled {
    background-color: #ccc;
    color: #666;
    }

#top-area {
    height: 30px;
    }

#slogan {
    float: left;
    font-size: 26px;
    color: #aa00aa;
    line-height: 76px;
    margin-top: 68px;
    font-weight: bold;
    }

#content {
    margin: 20px;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */ 
    height:100%; /* Mindesthöhe für den IE */ 
    overflow: hidden !important; /* FF Scroll-leiste */ 
    }

    
.content_block, #div_msg {
    margin-bottom: 30px;
    }
    

.content_column {
    margin-right: 5em;
    display: block;
    float: left;
    }

#document_upload  {
    width: 300px;
    }
    
div.dropzone_css {
    box-sizing: border-box;    
    min-height: 100px;
    border: dashed 3px #14525a;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    cursor: copy;
    color: black;
    padding: 0;
    
    }
    
    
#div_confirmation, #div_msg {
    padding: 10px;
    background-color: #d0c3c3;
    border: 4px solid #15485F;
    color: #D61120;
    text-align: center;
    }
    
#div_confirmation {
    display: none;
    position: fixed;
    }

    
#please_wait {
    display: none;
    }        

body.please_wait #please_wait {
    display: block;
    position:fixed;
    z-index:99;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px; /* Negative half of height. */
    margin-left: -50px; /* Negative half of width. */
    }        

body.please_wait #content {
    opacity:0.5;
    }        

    
    
    
#div_msg {
    font-size: 1.5em;
    }

#div_msg.msg_level_1 {
    background-color: #ff6464;
    border: 4px solid #ff0000;
    color: #000000;
    }

    
    
h1.page_title {
    }

.action_link, .action_link_big {
    cursor: pointer;
    font-weight: bold;
    }

.action_link_big {
    display: inline-block;
    margin-right: 8px;
    border: solid 1px rgb(5, 64, 72);
    border-radius: 7px;
    background-color: #caf9db;
    padding: 10px;
    font-size: 120%;
    color: rgb(0,0,0);
    }

.action_link_big:disabled {
    border: solid 1px rgb(80,80,80);
    background-color: rgb(200,200,200);
    color: rgb(0,0,0);
    }

.action_link {
    font-size: smaller;
    margin-right: 1em;    
    }



    
    
.numeric {
	text-align: right;
    }


td.durchgefallen {
    color: #000000;
    background-color: #e0907f;
    }
    
td.editable {
    cursor: pointer;
    }

td.editable:hover {
    color: #000000;
    background-color: rgb(125, 136, 138);
    }

.move-icon {
	height: 16px;
	width: 16px;
    }
    


div.portrait {
    float: right;
    } 
div.portrait img{
    height: 300px;
    pointer-events: none;
    } 
div.portrait .dz-preview {
    display : none;
    }
    
    
div.anleitung {
    margin: 1em;
    }

div.anleitung ul {
    margin: 1em;
    }

div.anleitung li {
    margin: 0.5em;
    }

div.anleitung span.ueberschrift {
    font-weight: bold;
    display: block;
    }
    
    
    