/************************************************
*  file name: styles.css
*  author: Klaus-Dieter Wahl
************************************************/
@media only screen and (max-width: 400px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 401px) and (max-width: 1024px)
 {
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
}

#userprofile {
    max-width: 400px;
    font-size: 0.8em;
}
#userprofile h4 {
    font-size: 1.3em;
}

#newMessage td{
    background-color: #ec9566;
    color: #fff;
    font-weight: bold;
    font-size: 0.7em;
    padding:5px;
}
#newMessage td, h5{
    background-color: #ec9566;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    padding:5px;
}
.gridButton {
    display: grid;
    padding:10px;
    grid-gap: 20px;
     grid-template-columns:  80% 20%;
}

.num {
    text-align: right;
}
.bold {
    font-weight: bold;
}

.textCenter {
    text-align: center;
}
.backgrey {
    background-color: #eee;
    padding: 5px;
}

.backgrey h4 {
    color: black;
    font-weight: bold;  
    margin:0px;
}
.backgrey input {
    background-color: #fff;
}

#locNew {    
    background-color: transparent;
    padding:0px;
    font-size:1em;
   
}
#locNew img {
  position:relative;
  top: -15px;
}

#locNew a {
height:15px;  
}

#main-body {
    max-width: 1200px;
    margin:20px auto;
}

#contentBody {
    box-shadow: 0em 0em;
    width: 100%;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    top:20px;
}

#topHeader{
    display: grid;
    grid-template-columns: repeat(12);
    padding:10px;
    color: black;
    background-color: white;
}


#userData {
    grid-column: 9 / 12;
    float:right;
    font-size: 0.5em;
}
#appTitle {
    grid-column: 5 / 8;    
    color: green;
    font-weight: bold;
}

/*****************************************************************
* menu Container 
*****************************************************************/

.title-area,
.menu-wrapper {
    float: left;
    height: 20px;
}

#menu-wrapper div {
    color: #0f6002;
    font-weight: bold;
}

.top-bar.expanded,
.top-bar,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background-color: #fff;
    height: 35px;
}

#idMenu {
    width: 100%;
}
#idMenu li {
    width: 14%;
    text-align: center;
    padding-left: 2px;
    min-width:130px;
}

#idMenu li ul {
    clear: left;
    display: block;
}

#idMenu li ul li {
    clear: left;
    text-align: left;
    display: block;
    width: 100%;
}

#idMenu li ul li a {
    background: #d6d6d6 none repeat scroll 0% 0%;
    color: black;
    font-size:0.7em;
    padding:8px;
    font-size: 0.7em;
    margin:1px;
    line-height: 1.8rem;
}

#idMenu li ul li a:hover {
    background: #f9d96b;
    color: green !important;
}

#idMenu h3 {
    background: #5A9285 none repeat scroll 0% 0%;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    text-transform: uppercase;
}


.optionlist td label{
    margin-right: 5px;
    border: 1px dotted;
    background-color:#eee; 
    padding: 2px;
}
.col {
    border-top: 1px dotted;
}

body {
    background-color:#e5dedb;
    font-size: 1.8em;
}
.footerLeft {
    position:relative;
    top:40px;
    font-size: 0.8em;
    margin-left: 50px;
    display: inline;
}

.navborder {
    max-height: 50px;
}
blockquote p {
    font-size: 0.9em;
}

#statustable tr td{
    vertical-align: top;
}
.content table tr td{
    font-size: 0.8em;
      padding-left:5px;
}
.content table tr th{
    font-size: 0.7em;
        background-color: #F6F4F5;
    border: 1px dotted black;
    padding-left:5px;
}
.related table tr td {
    font-size:0.5em;
}
#login-form {
    padding:30px;
}

.myheadline {
    width:930px;
    height:40px;    
}
.myhead {
    float:left; 
    width:600px;
    text-align:center;
}
.accYear {   
    float:right; 
}

.new_item_text {
    float:left;
    font-size: 0.7em;
    color:#fff;
    margin-left:-150px;
    top:10px;
    z-index:100;
}
.geld {
    text-align: right;
}
.container {
    width:960px;
    height: 100%;
    border: 1px solid  black;
   
    margin:20px;
    box-shadow: 10px 10px 5px #888888;
}

.setdown {
    top:20px;
}


.totalcontent, .content, #actions-sidebar {
    background:#f6f4f5;
}

.zip {
    width:100px;
}

@media screen {
    .printHeader {
        display:none;
    }
}
@media print {

    font-size: 0.3em;

    #actions-sidebar {
        display:none;
    }
    .paginator {
        display:none;
    }
    .actions {
        display:none;
    }

    a {
        display:none;
    }
    .screenHeader {
        display:none;
    }

}
ul.mainTab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color:white;
    height:30px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

ul.mainTab .tabcontent {
    display: none;
    padding: 2px 2px;
    border: 1px solid #ccc;
    border-top: none;
}

ul.mainTab li a {
    display: inline-block;
    text-align: center;
    padding: 4px 6px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #e6f7d5;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.colSum {
    font-weight: bold;
}

.col {
    text-align: right; 
}


#greeting {
    background-color: #a0d3e8;
    border-radius: 25px;
    border: 1px solid #000000;
    box-shadow: 10px 10px grey;
    float: left;
    height: 750px;
    margin-left:0;     
    width: 768px;
}

#header {
    background-color: #ffffff;
    border-radius: 25px;
    border: 5px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

#headimage {
    display: block;
    text-align: center;
    width: 100%;
}

.name h1{  
    float:left;
    color:white;
    font-weight:bold;
    padding:10px;
}

.menuHide {
    display:none;
}
.menuShow {
    display:block;
}

.slots {
    background:#fff;
    font-size:0.6em;
    padding:5px;
}
.slotsHeader {
    color:#15848F;
    font-size:0.8em;
    background:#fff;
}

label, input[type='radio'] {
    padding-right:10px;
}

.back-white {
    font-weight: bold;
    color: #111;
    font-size:1em;
}


#lgbx,
#lgbx_bcg { position: fixed }

#lgbx_bcg {
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0,0,0,0.8)
}

#lgbx {
  background: #FFF;
  padding: 5px;
  z-index: 55;
  top: 0;
  left: 0
}

#lgbx_close,
#lgbx_desc,
#lgbx_next,
#lgbx_prev {
  position: absolute;
  z-index: 56;
  display: none
}

#lgbx_close {
  z-index: 56;
  right: 9px;
  top: 9px;
  cursor: pointer;
  width: 15px
}

#lgbx_desc {
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #FFF;
  padding: 5px 8px 1px;
  font-size: 12px
}

#lgbx_next,
#lgbx_prev {
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  height: 40px
}

#lgbx_next { right: 5px }

#lgbx_prev { left: 5px }


.form_headline {
    color: #5A9285;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.handybutton {
    font-size: 0.6em;
    font-weight: bold;
    background-color:#5A9285;
    color:white;
    padding: 3px;
}

.handylist li{
  list-style-type: none;
  margin:0px;
}
.col {
    padding-right: 20px;
}
form {
    padding:20px;
}

h5 a {
    font-size: 1.8em;
}

#accordion {
width: 100%;
}

.myaccordion {
  max-width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
  color:#F6F4F5;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion button h3 {
    color: #000;
}

.myaccordion button:hover h3,
.myaccordion button:focus h3{
    color: #fff;
}


.bi-emoji-neutral,
.bi-wrench-adjustable{
    font-size: 1.8em;
}

.bi-trash {
    font-size: 1.3em;
}

.actions a {
    padding:0;
    margin:0;
}

.backgroundTable {
    background-color: #fff;
}
.tbSmall {
    width:50%;
}
.imageSize img {
    height:150px;
    }
    
.clear {
    clear: both;
}

.container {
    width: 95%;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 800px;
}

.header {
    padding: 10px 24px;
    color: #f1f1f1;
    z-index: 1000;
}

.header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
}


.content {
    margin:auto;
    padding:0px 10px 10px 10px;
}

#main-section {
    background: url('../img/houses.jpg') no-repeat;
    background-size: cover;
}

#headerRight {
   text-align: right; 
    font-size: 0.6em;
    margin-right: 5px;
        max-width: 150px;
}

@media(max-width: 640px) {
    #headerRight {
        display: none;
    }
}
                              
.navborder {
    max-height: 150px;
}

.totalcontent {
    padding-top: 16px;
}

.video-container {
    min-height: 300px;
    width: 760px;
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    overflow: hidden;
}


/****************************
* Buttons in all parts of application
*****************************/



.accordion-button {
    background-color: #ddd;
    color: #000;
    padding:5px;
    border: 0px;
    min-width: 200px;
}

.submit {
    padding-top:10px;
}

.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   background-color: #007095;
   border-radius: 6px;
   margin-right:20px;
   font-size: 0.6em;
  }

#hoursButton {
    background-color: #007095;
    font-size: 1em;
    padding: 10px;
    border-radius: 4px;
}

#searchbutton {
    background-color: #cccccc;
    color: #056;    
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 3px;
    margin-bottom: 0;
    padding: 10px;
}

.searchAcc button{   
    font-size:20.5em;
    font-weight:bold;
    color:#000;
    margin-top:5px;
    background-color:#ddd;
    height:25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 3px #888;
}

.formButton a {
    font-weight: bold;
    color: #F6F4F5;
    width: 100%;
    background-color: #BE140B;
    font-size: 0.8em;
    padding: 3px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.formButton a:hover {
    font-weight: bold;
    color: #F6F4F5;
    width: 100%;
    background-color: #1b2ead;
    font-size: 1.0em;
    padding: 3px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}
/****************************************
* panel and labels
*****************************************/

.panel {
    padding:10px;
    min-width:330px;
}

label {
    margin-bottom:5px;
    font-size: 0.8em;
}

.ulabel {
    background-color: #eee;
}

.subLabel {
    font-weight: bold;
}

/****************************************
* input devices
*****************************************/

input ,
select ,
textarea{
    font-size: 0.8em;
}

input:read-only {
  background-color: #ccc;
}


.radioButton label {
    font-weight: normal;
    font-size: 0.9em;
    margin:2px;
}


.inputRadio {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

input#start.smallField,
input#end.smallField,
input#number.smallField {
    font-size: 0.7em;
    width: 80px;
    height: 20px;
    background-color: #eee;
    padding: 0px;
    margin: 0px;
}

#searchinput {
    margin-top: 15px;
}

/****************************************
* Table devices
*****************************************/

.leftTable {
    float: left;
    width: 40%;
    border: 1px;
}

.rightTable {
    float: right;
    width: 55%;
}


.tabTop {
    vertical-align: text-top;
}

.tabcontent label {
    font-size:1.0em;
    margin-bottom: 0.5rem;
}


.related table tr td{
    font-size: 0.7em;
}

.table-responsive table tr th ,
.vertical-table table tr th {
    font-size: 0.8em;
}

.vertical-table tr th {
    font-size: 0.8em;
}

.hidden table th {
    border-bottom: 1px solid #eeeeee;
}

/*****************************************************************************
* form devices
****************************************************************************/


form {
    background-color: #fff;
    padding-top: 10px;
}


#newProject {
    font-size: 1.5em;
}

#newlogo {
    float: left;
    max-width:100px;
}

#text-white {
    color:#ffffff;
}


#userchoice {
    font-size: 0.6em;
    margin: 0;
    padding: 0;
}

.user {
    margin-bottom: 8px;
}

.user ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #c8d0d5;
}

.user li {
    float: left;
    font-size: 0.8em;
}

.user li a {
    display: block;
    /* color: black;*/
    font-size: 0.8em;
    text-align: center;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
}
.user li a:hover {
    color: red;
    font-weight: bold;
}
.opener {
    margin: 0.3em 1em 0.3em 1em;
    cursor: pointer;
    color: #c00;
    font-size: 0.6em;
    font-weight: bold;
}

.hidden #auf {
    display: block;
    text-align: left;
}


.hidden #zu {
    display: none;
}

.hidden span {
    display: none;
}

.click #auf {
    display: none;
}

.click #zu {
    display: block;
}

.click span {
    display: block;
}

.show {
    display: block;
}


.textframe {
    background-color: #fff;
}




.outline {
    border: 1px dotted #ccc;
}



.logout {
    grid-column: 6;
    grid-row: 1;
    font-size: 0.5em;
}

.erf {
    background: url("../img/houses.jpg") no-repeat;
    background-size: cover;
    grid-column: 3 / 6;
    grid-row: 1 / 3;
}




#loginPage {
    background: url("../img/luft.jpg")no-repeat;
    background-size: auto;
}

.bg-dark {
    background-color: #888;
}

.bg-black {
    background-color: #444;
}

.searchAcc label {
    font-size: 1.0em;
    color: green;
}

.searchAcc {
    font-size: 0.9em;
    font-weight: bold;
    color: blue;
    background-color: #ccc;
}

.searchAcc td {
    height: 50px;
    padding: 0px;
    margin: 0px;
    padding-left: 8px;
}

#splitleft {
    border: 1px solid #ccc;
    background-color: #d6d6d6;
}

#single {
    border: 1px solid #ccc;
}


.datecell {
    border-left: 1px dotted grey;
    margin-left: 20px;
    padding-left: 20px;
}

#winclose a {
    font-size: 0.6em;
    color: red;
    margin-left: 20px;
}



.sticky {
    position: fixed;
    top: 0;
    width: 900px;
}

.sticky+.totalcontent {
    padding-top: 102px;
}

#task-select {
    display: none;
}

#proj-select {
    display: none;
}

.normText {
    background-color: #fff;
    border: 1px dotted #ddd;
    padding: 5px;
}

.smallFont {
    font-size: 2.5em;
}

.dottedBorder {
    border: 1px dotted black;
}



.editContex h6{
    font-size:0.7em;
}


.paginator {
    font-size: 0.8em;
    font-weight: bold;
    background-color: #fff;
}
.paginator ul li {
    padding: 5px;
    
}
.paginator ul li a ,
.paginator p {
    color:#5A9285;
}
.paginator p {

    display: none;
}

@media only screen and (max-width: 500px) {
    .table-responsive tbody tr td {
        font-size: 0.6em;
    }
    
     .table-responsive theader tr td {
        font-size: 0.8em;
    }
}
/*****************************************************************************
*  End of File
****************************************************************************/


