

 /* Full-width input fields */
input[type=text], input[type=password], input[type=date] {
  
  
  display: inline-block;
  border: 0px solid #ccc;
  box-sizing: border-box;
  font-size:16px;
  font-weight: bold;
  padding: 6px 10px;
  
}

select {
  
  
  display: inline-block;
  border: 0px solid #ccc;
  box-sizing: border-box;
  font-size:16px;
  font-weight: bold;
  padding: 6px 10px;
  
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  opacity: 1; /* Firefox */
}


/* Set a style for all buttons */
button {
  background-color: #01568f;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  
}

button:hover {
  opacity: 0.8;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

cancelbtn {
  width: auto;
  padding: 14px 20px;
  background-color: #f44336;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}



/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 5px solid #01568f;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}





label {
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 25px;
    margin: .2rem 0;
}
label_small {
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 24px;
    margin: .2rem 0;
}

input,{
    margin: .2rem 0;
    font-size: 12px;
     
}

table, td, th {
  border: 0px solid;
margin-left: auto; 
  margin-right: auto;

}

th {
background-color: #01568f;
color: #ffffff;

}


table {
  width: 100%;
  border-collapse: collapse;
  
  
}


















.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #01568f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #01568f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}






#box {

    display: none;	
}

#box2 {

    display: block;	
}

#box3 {

    display: block;	
}

#box4 {

    display: none;	
}














.footerWrap {
    width:100%;
    position:fixed;
    bottom: 0px;
}
.footer {
    width:100%;
    margin:auto;
}
.footerContent {
    float:left;
    width:100%;
    background-color:#e1e2e5;
   
}
.footer p {
float:left; 
width:100%; 
text-align:center; 
font-family: 'Roboto', sans-serif; 
font-size: 12px;
padding: 10px;

}




* {
  margin: 0;
  padding: 0;
}

body { height: 100%; }

html { height: 100%; }






.container{
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif; 
  font-size: 16px;
}
.table-scroll{
  /*width:100%; */
  display: block;
  empty-cells: show;
  
  /* Decoration */
  border-spacing: 0;
  border: 1px solid;
}

.table-scroll thead{
  background-color: #f1f1f1;  
  position:relative;
  display: block;
  width:100%;
  overflow-y: scroll;
}

.table-scroll tbody{
  /* Position */
  display: block; position:relative;
  width:100%; overflow-y:scroll;
  /* Decoration */
  border-top: 1px solid rgba(0,0,0,0.2);
}

.table-scroll tr{
  width: 100%;
  display:flex;
}

.table-scroll tr:hover td{
 background-color: #fce0c6;
}

.table-scroll td,.table-scroll th{
  flex-basis:100%;
  flex-grow:2;
  display: block;
  padding: 1rem;
  text-align:left;
}

/* Other options */

.table-scroll.small-first-col td:first-child,
.table-scroll.small-first-col th:first-child{
  flex-basis:100%;
  flex-grow:1;
}

.table-scroll tbody tr:nth-child(2n){
  background-color: rgba(130,130,170,0.1);
}

.body-half-screen{
  max-height: 50vh;
  
}

.small-col{flex-basis:10%;}


































































/* WYSIWYG Editor */
.wp-webdeasy-comment-editor {
  width: 40rem;
  min-height: 18rem;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  border-top: 6px solid #4a4a4a;
  border-radius: 3px;
  margin: 2rem 0;
  
  .toolbar {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    
    .line {
      display: flex;
      border-bottom: 1px solid #e2e2e2;
      
      &:last-child {
        border-bottom: none;
      }
      
      .box {
        display: flex;
        border-left: 1px solid #e2e2e2; 
        
        .editor-btn {
          display: block;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          transition: .2s ease all;

          &:hover, &.active {
            background-color: #e1e1e1;
            cursor: pointer;
          }
          
          &.icon img {
            width: 15px;
            padding: 9px;
            box-sizing: content-box;
          }
          
          &.icon.smaller img {
            width: 16px;
          }
          
          &.has-submenu {
            width: 20px;
            padding: 0 10px;
            
            &::after {
              content: '';
              width: 6px;
              height: 6px;
              position: absolute;
              background-image: url(https://img.icons8.com/ios-glyphs/30/000000/chevron-down.png);
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
              right: 4px;
            }
            
            .submenu {
              display: none;
              position: absolute;
              top: 34px;
              left: -1px;
              z-index: 10;
              background-color: #FFF;
              border: 1px solid #b5b5b5;
              border-top: none;
              
              .btn {
                width: 39px;
              }
              
              &:hover {
                display: block;
              }
            }
            
            &:hover .submenu {
              display: block;
            }
          }
        }  
      }
    }
  }
  
  .content-area {
    padding: 15px 12px;
    line-height: 1.5;
    
    .visuell-view {
      outline: none;
      min-height: 12rem;
      
      p {
        margin: 12px 0;
      } 
    }
    
    .html-view {
      outline: none;
      display: none;
      width: 100%;
      height: 200px;
      border: none;
      resize: none;
    }
  }
}


/* Modal */
.modal {
  z-index: 40;
  display: none;
  
  .modal-wrapper {
    background-color: #FFF;
    padding: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20rem;
    min-height: 10rem;
    z-index: 41;
    
    .close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
    }
    
    .modal-content {
      flex-direction: column;
      
      h3 {
        margin-top: 0;
      }
        
      input {
        margin: 1rem 0;
        padding: .5rem;
      }
      
      input[type="text"] {
        width: calc(100% - 1rem);
      }
      
      .row {
        
        label {
          margin-left: .5rem;
        }
      }
      
      button {
        background-color: #D2434F;
        border: 0;
        color: #FFF;
        padding: .5rem 1.2rem;
        cursor: pointer;
      } 
    }
  }
  
  .modal-bg {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
}

/* Codepen Footer */
footer {
  position: fixed;
  bottom: 0;
  display: flex;
  
  p {
    margin: 0.5rem 1rem;
    font-size: 12px;
  }
  
  a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
  }
}



















.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}







.iframe-container {    
padding-bottom: 60%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



     