



  footer {
      padding: 1em;
      background-color: #FFC9A7;
      font-size: 0.8em;
  }
   main{
       overflow: auto;
       min-height: 30vh;
       background-color: red;
       width: 1000px;
       margin: auto;
       box-shadow: -1000px 0 0 #f7f7f7, 1000px 0 0 #f7f7f7;
       padding-top: 20px;
   }
/*.smart-table tr:not(.selected):hover {
    background: rgba(0, 0, 0, 0.05);
}*/

.smart-table tr.selected {
    background: rgba(0, 0, 0, 0.2);
}
.inputheader{border: 1px solid; text-align: center;  padding: 2px;}

.smart-table-hint {
    font-size: 12px;
    padding: 8px;
    background: lightgrey;
    border-radius: 4px;
    border: 1px solid gray;
    position: relative;
    cursor: pointer;
}

.smart-table-hint:before {
    content: "✖️";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    text-align: right;
    position: absolute;
    background: lightgray;
    right: 4px;
    top: 4px;
}

.smart-table-hint.collapsed {
    width: 100px;
}

.smart-table-hint.collapsed:before {
    content: "Hint";
    display: inline;
    position: static;
    width: auto;
    height: auto;
}

.smart-table-hint.collapsed li{
    display: none;
}

.smart-table-hint li {
    margin: 1px 0 1px 14px;
}
.errors{
    color:red; padding: 10px; border: 1px red solid; background-color: yellow; text-align: center;
}


/*
.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

html {
    font-family: "Lucida Sans", sans-serif;
}

.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
}



[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
   /* .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {

    /* For tablets: */
 /*   .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    div.footer {
        display: none;
    }
}



.img {
    width: 100%;
    height: auto;
    display: block;
}

.edittable {
    width: 100%;
}

.edittable td,
th {
    border: 0px red solid
}

.edittable td {
    text-align: left;
}

.edittable th {
    padding: 15px;
    text-align: center;
    background-color: #cccccc;
}


select {
    padding: 5px;
    background-color: #f1f1f1;
}

li {
    font-size: 18px;
}
*/


