.container-fluid{
    margin-top: 20px;
}

.navbar{
    padding-left: 20px;
    padding-right: 12px;
    margin-bottom: 20px;
}

h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

h3{
    font-size: 16px;
}

.row {
  padding-top: 10px;
}

p{
    font-size: 14px;
}

label{
    font-size: 14px !important;
    color: #000000;
    margin-bottom: 2px !important;
}

input, select, textarea{
    margin-bottom: 5px;
}

input[type="file"]:focus{
    box-shadow: inset 0 -1px 0 #ddd;
    border: none !important;
}
.margin-top{
    margin-top: 20px;
}

.margin-left{
    margin-left: 12px;
}

.visually-hidden{
    display: none;
}

.required::after{
    content: "*";
    color: #dc3545;
    margin-left: 2px;
}

.hide{
    display: none;
}

.info:hover + .hide {
  display: block;
  color: red;
  font-size: 11px;

}

section {
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
}

    /*section .col-md-3 {
        border-left: 1px solid #ccc;
    }

        section .col-md-3:first-child {
            border: none;
        }*/

.multi-select {
    width: calc(100% - 87px);
    margin-right: 15px;
    background-color: rgb(233, 236, 239);
    height: 75px;
    max-height: 75px;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
    display: inline-block;
    color: rgb(73, 80, 87);
    overflow-y: scroll;
}

.header {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}


table

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td {
    padding: 10px;
}
