body {
    height: 100%;
    padding-top: 2.5em;
    background-color: #000;
    }

body,input,select {
    font: 16px Arial, sans serif;
    color: #d9d9d9;;
    }

a {
    text-decoration: none;
    color:inherit;
    }

a:hover, span.action_link:hover {
    color: rgb(110, 83, 204);
    }

a:visited {
    }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}    
    
#logo {
    position: absolute;
    top: 0;
    left: 0;
    }    

#logo a {
    display: block;
    height: 82px;
    width: 166px;
    background: url(images/RTdropzone.jpg) 0 0 no-repeat;
    }    

#div_user_name {
    position: absolute;
    right: 20px;
    bottom: 20px;
    }

#div_menu {
    display: block;
    position:fixed;
    top:20px;
    right:20px;
}



div.menu_item {
    float:right;
    max-height: 100px;
    width: 10em;
    text-align: center;
    }


div.mainmenu_item,
div.submenu_item {
    font-size: 1.5em;
    border: 1px solid #efefef;
    padding: 8px;
    background-color: #334544; 
    opacity: 1.0;
    }

div.submenu_item {
    display: none;
    /*margin-bottom: -100%;*/
    }


    

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:hover,
div.news p a:hover {
    color: rgb(151, 83, 204);
    }


    
    
div.news {
    border: solid #71d1f9;
    padding: 20px; 
    margin: 0 0 20px 20px;   
    }
    
div.news p {
    margin-left: 20px;
    font-size: 150%;
    font-style: italic;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;    
    }

td,th {
    padding: 0.3em 0.5em;    
    border: solid #aaa 1px;
    }



th, .action_link {
    background-color: #c4decf;
    color: #11151d;
    }

th {
    text-align: left;
    font-size: 1.3em;    
    }

th.field {
    }

th.childs {
    }

th.actions {
    }

input,select {
    background-color: #334544;
    margin: 3px;
}
    
    
h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
h2 {
    margin-top: 0;
    }


table tr:nth-child(even) {background: #334544}
table tr:nth-child(odd) {background: #334544}

.disabled {
    background-color: #ccc;
    color: #666;
    }

#content {
    margin: 60px 4em 0 4em;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:100%; /* Mindesthöhe für den IE */ 
    }

    
.content_block, #div_msg {
    margin-top: 2em;
    }
    
input {
    color:#1360d8;
    }    
    
#head-graphic {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    }
    
#div_confirmation, #div_msg {
    padding: 20px;
    border: 4px solid #aaa;
    box-shadow: 30px 30px 13px rgba(13, 73, 14, 0.23);
    border-radius: 7px;
    color: #D80616;
    text-align: center;
    font-size: 150%;
    opacity: 0.8;    
    }
    
#div_confirmation {
    position: fixed;
    display: none;
    }

    
#div_msg {
    font-size: 1.5em;
    min-height: 2.5em;
    }



#div_msg.level_10 {
    background-color: #FA3434;
    color: #0C1D6E;
    }

    
    
h1.page_title {
    }

.action_link, .action_link_big {
    display: inline-block;
    margin: 0.2em;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(13, 73, 14, 0.38);
    border-radius: 7px;
    background-color: #268c53;
    padding: 0.2em 0.6em;
    }

.action_link_big {
    display: inline-block;
    font-size: 160%;
    }

.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: 120%;
    }


.numeric {
	text-align: right;
    }

.td_editable {
    cursor: pointer;
    }

.td_editable:hover {
    color: #d81d1d;
    background-color: #111111;
    }

    
tr.filters td {
    background-color: #111111;
    
    }    
    
#div_please_wait {
    position: fixed;
    left: 10px;
    top: 10px;
    display:none;
    }
#div_please_wait.please_wait {
    display:block;
}
#content.please_wait {
    opacity:0.5;
}


img.cover_thumb {
    border: 1px solid #dddddd;
    height: 60px;    
    }




.postit {
    float:left;
    max-width: 20em ;
    margin: 18px;
    padding: 47px 15px 15px 15px;
    box-shadow: 10px 10px 5px #2C231E;
    background-image: url(img/pin100.png);
    background-repeat: no-repeat;
    background-position: top;
    color: #200E04;
    /* font-family: 'Kite One', sans-serif; */
    background-color: #F4F592;
    }
 

.postit:nth-of-type(3n) {
   -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}

.postit:nth-of-type(3n-1) {
   -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.postit:nth-of-type(3n-2) {
   -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

div.portrait {
    float: right;
    margin: 3em;
    } 
div.portrait img{
    height: 300px;
    pointer-events: none;
    } 
div.portrait .dz-preview {
    display : none;
    }


.button {
    display: block;
    padding: 5px;
    background-color: #334544;
    cursor: pointer;
    border-radius:6px;
    }
    
.button:hover {
    background-color: #47605e;
    }        