html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100vh;
}

body {
    margin-bottom: 60px;
    min-height: 100vh;
}
textarea{
    resize:both;
}
.loadSimField{
    min-width:400px;
    min-height:300px;
}
.vh-height100{
    min-height: 100vh;
}
nav.sidebar{
    /*position: fixed;*/
    /*min-height: 100vh;*/
    font-size:20px;
    max-width:300px
}
.form-check{
    width:1.3rem;
}
.select-page-size{
    max-width:150px;
    display:inline;
}
main {
    display: flex;
    flex-wrap: nowrap;
}
.select2-container .select2-results__option.optInvisible {
    display: none;
}

.pack-status{
    width:30px;
    height:30px;
    border-radius:100%;
    margin: auto;
}
.pack-status-red{
    background-color:red;
}
.pack-status-orange {
    background-color: orange;
}
.pack-status-yellow {
    background-color: yellow;
}
.pack-status-green {
    background-color: green;
}