.top-logo {
    width: 250px;
    margin: 5px;
}

.top-right {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9000;
}

.center-logo {
  width: 320px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.center-logo img {
  display: block;
  width: 250px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}

.centered {
    max-width: 1400px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.ui.section {
    max-width: 1400px;
    min-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.centered.narrow {
    max-width: 650px;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.centered .container {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.centered.container {
    margin-bottom: 25px;
}

#main-menu {
    margin: 0px !important;
}

#top-menu {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 32px;
    background-color: #EEE;
    border-radius: 3px;
}

#notifications {
    position: absolute;
    top:0
}

.spacer {
    height: 20px;
}

.submenu {
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;

    height: 48px;
    background-color: #EEE;


}

.right.ui.search {
    position: absolute;
    right: 24px;

}

.right.floated.single {
    margin-top: -6px;

}

.barheader {
    padding-top: 7px !important;
    margin-right: 40px !important;
}

.listheader {
    position: relative;
    height: 42px;
}

.listheader .buttons {
    margin-top: -5px;
}

.listheader > .compact.button {
    margin-top: -5px;
}


.imagebox:hover {
  cursor: pointer;
}

.item .header {
  cursor: pointer;
}

.items .item.yellow {
    background-color: #fff0b5 !important;
}
.items .item.red {
    background: #ff8a8a !important;
}
.items .item.blue {
    background: #abe3ff !important;
}
.items .item.green {
    background: #92d463 !important;
}


.listitem.description {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.checkbox.inline {
    margin-top: 10px !important;
}

.item-search {
    margin-top: -8px;
}

.absoright {
    display: flex;
    justify-content: flex-end;
    width: 500px;
    max-width: 750px;
    min-width: 350px;
    position: absolute;
    right: 12px;

    height: 28px;
    bottom: 3px;
    gap: 10px;
    z-index: 999;
}






.line {
    margin-bottom: 2px;
}

.aright {
    position: absolute;
    right: 12px;
    z-index: 1001;
}

.results.transition.visible {
    z-index: 1000;
}

textarea {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

.comment.fluid textarea {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

.item.hidden {
    display: none !important;
}

.disin {
    display: inherit;
}

.imagebox {
    border: 1px solid #c9c9c9;
}

.imagebox .image{
    height: 140px !important;
    object-fit: contain !important;
}

.ui.small.image {
    border: 1px solid #c9c9c9 !important;
}

body {
    background: rgb(234, 237, 237)
}

.preview.image {
    max-height: 125px;
    min-height: 125px;
}

.breaker {
    position: relative;
}


.list.scrollable {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 400px);
    overflow: scroll;
    padding: 2px;
}

.item.selectable {
    cursor: pointer;
}

.item.selectable.preselected {
    background: #a8c0e5;
}
.item.selectable.selected {
    background: #ccc;

}

.horizontal {
  display: flex;
  flex-wrap: wrap;
}

.horizontal .item{
    min-width: 250px;
    max-width: 400px;
    padding: 10px !important;
    margin: 10px !important;
    flex-basis: auto; /* default value */
    flex-grow: 1;
    border: 1px solid #c9c9c9 !important;
}

.only.up {
    position: fixed;
    z-index: 10001;
    right: 10px;
    bottom: 10px;
}

.spacer {
    min-width: 6px;
}

.padding5 {
    padding: 5px !important;
}

.form.spacer {
    min-height: 35px;
}

.form.spacer.large {
    min-height: 70px;
}

.accent {
    color: #0090d7 !important;
}

h1 h2 h3 {
    color: #0090d7 !important;
}

.top10 {
    margin-top: 3px;
}

.collapsed {
    visibility: collapsed !important;
}