html{
    height: 100%;
}
body{ 
    font: 14px sans-serif; 
    height: 100%;
}

.login_wrapper{ 
    background-color: white;
    margin: auto;
    margin-top: 50px;
    width: 350px; 
    padding: 20px; 
    border: 1px solid lightgray;
    border-radius: 15px;
}
.header{
    left: 0;
    padding: 20px;
    font-size: 14px;
    background-color: #f1f1f1;
    width: 100%;
    height: 100px;
    position: fixed;
}

.domain_text {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
.content {
    margin-left: 200px;
    padding: 20px 10px;
    height: 100%;
    /* width: 100%; */
}

.logout-btn,.admin-btn,.aenderungen-btn{
    float: right;
    margin-left: 5px;
}

.neu_btn{
    width: 103px;
}

.content.dokuContent{
    width: 80%;;
}

.content.userContent{
    width: 80%;;
} 
.row.userRow {
    height: 52px;
}


select#mandantkopie {
    width: 44px;
    height: 20px;
    margin-left: 20px;
}

.new_user {
    width: 50%;
    border: 1px solid lightgray;
    padding: 10px;
}


/* The sidebar menu */
.sidenav {
height: 100%; 
width: 200px; 
position: fixed; 
z-index: 1; 
top: 100px;
left: 0;
background-color: #23282d; 
overflow-x: hidden; 
padding-top: 20px;
}


.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}

.sidenav a:hover {
color: #f1f1f1;
}

a.doku_menu {
    position: absolute;
    bottom: 120px;
    border: 1px solid;
    margin-left: 2px;
    border-radius: 10px;
}

.content.dokuContent > div{
    margin-top:70px;
}
.dokuContent h3 {
    font-size: 20px !important;
}
.dokuContent h2 {
    margin-bottom:30px;
}
.bspCode{
    color: black;
}
.content.dokuContent>div {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 15px;
    background-color: #fafafa;
}




.table_auswahl{
    /* width: 240px; */
    margin: 5px;
    /* float: left; */
    margin-top: 100px;
}
.load_iframe{
    margin-top: 100px;
    /* position: fixed; */
    /* margin-left: 300px; */
    height: 100%;
    /* float: right; */
    /* width: 63%; */
}

.load_iframe_admin, .column2{
    margin-left: 20px;
}
iframe#iframe_id{
    height: 100%;
    border: none;
    /* position: fixed; */
}

.label_class{
    font-size: 20px;
}
.text_input{
    width: 400px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

textarea{
    border: 1px solid lightgray;
    border-radius: 5px;
}

.usr_title{
    margin-top: 100px;
}

form input.btn.btn-primary {
    float: right;
    margin-bottom:10px
}
.title_name{
   display: inline-block;
   padding: 0px 20px 20px 0px; 
}

/* aenderungen.php */
h4.publish_title {
    margin-top: 100px;
}

table.aenderungen_texte {
    margin-top: 10px;
}

.row {
    margin-left:-5px;
    margin-right:-5px;
    height: 100%;
  }
    
  .column {
    float: left;
    width: 40%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .column.column1{
      width: fit-content;
  }
  .column.column2{
    min-width: 50%;
}
