#logo{
  position: absolute;
  margin-left:10px;
  /* height:150px;
  width:auto; */
}
#main-form{
  margin-top:-20%;
}
#title{
  font-size:4rem;
  margin-bottom:5%;
}
#content {
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#content form {
  width: 100%;
}
.row{
  width:100%;
  margin:0;
}
td.container {
  width: auto;
}
td.container h5 {
  margin-bottom: 0;
}
td.container .row.title {
  margin-bottom: 15px;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

/* Button */

a.edit-btn {
  margin-left:10px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10%;
  font-weight: 500;
  letter-spacing: 0;
  text-align:center;
  text-transform: capitalize;
  transition: linear .2s;
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  color: #222;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  white-space: nowrap;
}
 a.edit-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
  box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,.15);;
}
a.edit-btn i {
  margin-right: 5px;
}
.edit{
  margin-left:10px;
  display: inline-block;
  padding: 5px 11px;
  border-radius: 100%;
  font-weight: 500;
  letter-spacing: 0;
  text-align:center;
  text-transform: capitalize;
  transition: linear .2s;
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  color: #222;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  white-space: nowrap;
}
a.edit:hover {
  background-color: #f7f7f7;
  text-decoration: none;
  box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,.15);;
}
.submit{
  position:absolute;
  width:80px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10%;
  font-weight: 500;
  letter-spacing: 0;
  text-align:center;
  text-transform: capitalize;
  transition: linear .2s;
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  color: #222;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  white-space: nowrap;
}
.s1{
  left:50%;
  margin-top:-15px;
  margin-left:-40px;
}
.submit-btn {
  padding: 5px 10px;
  border-radius: 10%;
  font-weight: 500;
  letter-spacing: 0;
  text-align:center;
  text-transform: capitalize;
  transition: linear .2s;
  background-color: #f7f7f7;
  border: 1px solid #cecece;
  color: #222;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  margin: 0 auto;
}
.submit:hover, .submit-btn:hover {
  background-color: #009879;
  color:#f3f3f3;
  text-decoration: none;
  box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,.15);;
}

/* Label, input, select */

.float-label {
  display: block;
  transform: translate(0, -2.75rem);
}
.float-input{
  display: block;
  width: 50%;
  border: none;
  border-bottom: 2px solid #111;
  transition: border-color 0.2s ease;
}
.float-select {
  display: block;
  width: 70%;
  border: none;
  border-bottom: 2px solid #111;
  transition: border-color 0.2s ease;
  text-align-last:center;
}
.float-select option:first-child {
  display:none;
}
.fs1{
  margin-left:25%;
}
.fs2{
  margin-left:5%;
}
.fls1{
  margin-top:-7px;
  margin-left:49%;
}
.fls2{
  margin-top:-7px;
  margin-left:27%;
}
.fli{
  margin-top:-3px;
}
.datum{
  margin-top: 1rem;
}
.besteller{
  margin-top: -2rem;
}

.float-input:focus,
.float-select:focus{
  outline: none !important;
  border-color: green;
}

@supports (not (-ms-ime-align:auto)) {
  .float-label {
    color: #999;
    transform: translate(0.25rem, -1.5rem);
    transition: all 0.2s ease-out;
  }
  .float-input:focus + .float-label,
  .float-input:not(:placeholder-shown) + .float-label{
    color: #111;
    transform: translate(0, -2.75rem);
    font-size:12px;
    margin-top: 3px;
    margin-left: 2px;
  }
  .fs1:focus + .float-label,
  .fs1:not([value=""]):valid +.float-label {
    color: #111;
    transform: translate(0, -2.75rem);
    font-size:12px;
    text-indent: 6.5%;
    margin-top:-3px;
  }
  .fs2:focus + .float-label,
  .fs2:not([value=""]):valid +.float-label {
    color: #111;
    transform: translate(0, -2.75rem);
    font-size:12px;
    text-indent: 3.5%;
    margin-top:-3px;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
}

/* Animation */

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/* Table */

.styled-table {
  width:100%;
  border-collapse: collapse;
  margin: 25px 0;
  /* font-size: 0.9em; */
  /* font-family: sans-serif; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table thead th {
  border-right: 1px solid #00a785;
}
.styled-table tbody td {
  border-right: 1px solid #dddddd;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
.smallcolumn{
  width:15%;
}
.mediumcolumn{
  width:20%;
}
.bigcolumn{
  width:35%;
}
.headercolumn1{
  width:25%;
}
.headercolumn2{
  width:30%;
}
.headercolumn3{
  width:35%;
}
.orderamount{
  border: none;
  width:100%;
}
.color0{
  background-color: white;
}
.color1{
  background-color: #f6f6f6;
}
