﻿.flex {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.flex-wrap-1 {
    flex-wrap: wrap;
}

.flex-h {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.flex-h-c {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flex-h-s {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.flex-h-t {
    display: flex !important;
    align-items: unset;
    justify-content: flex-start;
}

.flex-v-s {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.flex-v {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-v-c {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fullscreen {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.full-width-height {
    width: 100%;
    height: 100%;
}

.half-width {
    width: 50%;
}

.float-right {
    float: right !important;
}

.lobibox-notify-wrapper.right {
    z-index: 1000000;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.pointer {
    cursor: pointer !important;
}

.customcheckbox {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    cursor:pointer;
  
}
.fullname {
    color: #daddb7;
    border: 2px solid #daddb7;
    padding: 6px;
    border-radius: 10px;
}