html, body {
    min-height: 100%;
    min-width: 600px;
    height: 100%;
    width: 100%;
    background: url(/assets/img/bg.jpg) repeat #fff;
}

body {
    color: #202025;
}

.full-height {
    height: 100vh;
    max-height: 100vh;
}
.mejs__container {
    background-color: #17a2b8;
}

.firm-actions {
    width: 86px;
    white-space: nowrap;
}

.firm-link, .fl-link, .firms-group-link
{
    text-decoration: none;
}

.firm-link:hover, .fl-link:hover, .chat-link:hover, .firms-group-link:hover
{
    border-bottom: dashed 1px;
    text-decoration: none;
}



.auth-wrapper {
    width: 800px;
}
.auth-form-wrapper {
    margin-top: -150px;
}

/** STUFF **/
.disable-user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.position-br {
    position: absolute;
    right: 0;
    bottom: 0;
}
.mejs__overlay-button {
    background-image: url("/assets/vendor/img/mejs-controls.svg");
}
.mejs__overlay-loading-bg-img {
    background-image: url("/assets/vendor/img/mejs-controls.svg");
}
.mejs__button > button {
    background-image: url("/assets/vendor/img/mejs-controls.svg");
}

.ekko-lightbox-nav-overlay {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

.select2-container--bootstrap .select2-selection {
    min-height: 38px;
}