﻿ul, #orgUnit {
    list-style-type: none;
}

#orgUnit {
    margin-right: 15%;
    margin-left: 10%;
}

.closedFolder {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .closedFolder:before {
        content: "\f07b";
        font-family: FontAwesome;
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.openFolder:before {
    content: "\f07c";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.nested {
    display: none;
}

.active {
    display: block;
}

.orgUnitName {
    padding-right: 60%;
}

.orgUnitControl:after {
    content: "\00a0";
}

.deleteOrgUnit, .addOrgUnit, .editOrgUnit, .blockAction, .editPermissionItem, .editPrinter, .deletePrinter, .editUser, .deleteUser, .editRole, .deleteRole, .selectPrinter, .deleteMember, .move, .editSubnet, .deleteSubnet, .deleteRange {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.selectMember, .selectRole {
    float: right;
    margin-right: 20px;
    cursor: pointer
}

.deleteOrgUnit:before, .deletePrinter:before, .deleteUser:before, .deleteRole:before, .deleteMember:before, .deleteSubnet:before, .deleteRange:before {
    content: "\f014";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
    cursor: pointer;
}

.move:before {
    content: "\f041";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
    cursor: pointer;
}

.addPermission:after, .addPrinter:after, .addUser:after, .selectPrinter:after, .selectMember:after, .selectRole:after, .addRole:after, .addRange:after, .addMember:after {
    display: inline-block;
    margin-right: -0.7rem;
    padding-left: 0.3rem;
    content: "\f196";
    font-family: FontAwesome;
    color: black;
    cursor: pointer;
}

.addOrgUnit:before {
    content: "\f196";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
    cursor: pointer;
}

.editOrgUnit:before, .editPermissionItem:before, .editPrinter:before, .editUser:before, .editRole:before, .editSubnet:before {
    content: "\f044";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
    cursor: pointer;
}

.blockAction:before {
    content: "\f05e";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
}

.deleteAllAccounts:before, .deleteAllRoles:before, .deleteAllPrinters:before, .deleteAllMembers:before {
    content: "\f014";
    font-family: FontAwesome;
    color: black;
    display: inline-block;
    cursor: pointer;
}

.scroll {
    overflow-y: scroll;
}

.h100 {
    height: 100px;
}

.permission-div {
    overflow-y: scroll;
    height: 100px;
}

    .permission-div1:hover {
        position: absolute;
        z-index: 2000;
        height: calc(100vh - 500px);
    }

.h-285vh {
    overflow-y: scroll;
    height: calc(100vh - 285px);
}

.h70vh {
    height: calc(70vh);
}

.modal800 {
    width: 800px;
}

.userItem:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 5px;
    color: black;
    display: inline-block;
}

.roleItem:before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 5px;
    color: black;
    display: inline-block;
}

.printerItem:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 1rem;
    padding-right: 5px;
    color: black;
    display: inline-block;
}

.permissionPrint, .permissionAssign, .permissionList, .permissionAdd, .permissionEdit, .permissionDelete, .permissionAllow, .permissionDeny {
}

th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
}

.nav-link {
    display: inline-block;
}

.navbar-user-profile__column--first {
    padding-right: 10px !important;
}

.navbar-column {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 2px 0;
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-user-profile {
    line-height: 1;
    display: table-row;
    height: 79px;
}

.actions--icon {
    padding-right: 0.5em;
}

.navbar-user-profile__column--last {
    padding-left: 7px;
    padding-right: 10px;
}

.sidebar {
    display: block;
}

.nav {
    display: block;
}

.breadcrumb {
    display: block;
    padding: 5px;
}

    .breadcrumb > li + li::before {
        padding-right: .5rem;
        padding-left: .5rem;
        color: #818a91;
    }

.btn-header-menu {
    min-height: 78px;
}

    .btn-header-menu:focus {
        box-shadow: none;
    }

@media (min-width: 544px) {
    .pull-sm-right {
        float: right !important;
    }
}

@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.ul-header {
    min-height: 78px;
}

@media (min-width: 1200px) {
    .navbar-icon {
        padding-right: 0.75rem;
    }
}

.clear-searchbox:after {
    content: "\f00d";
    margin-left: -31px;
    margin-top: 7px;
    font-family: FontAwesome;
    font-size: 1rem;
    color: black;
    position: absolute;
    z-index: 100;
}

.eye-open:after {
    content: "\f06e";
    margin-left: -31px;
    margin-top: 7px;
    font-family: FontAwesome;
    font-size: 1rem;
    color: black;
    position: absolute;
    z-index: 100;
}

.eye-slash:after {
    content: "\f070";
    margin-left: -31px;
    margin-top: 7px;
    font-family: FontAwesome;
    font-size: 1rem;
    color: black;
    position: absolute;
    z-index: 100;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #cfdbe6;
}

.bolder-text {
    font-weight: 500;
}

.btn-text {
    display: none;
}

.col__login-field {
    padding-left: 0;
    padding-right: 0;
}

.actions--btn__login {
    margin-top: 0;
}

.form_container {
    overflow-y: scroll;
    height: calc(100vh - 285px)
}

@media (min-width: 576px) {
    .col__login-field {
        padding-left: 0;
        padding-right: 0;
    }

    .actions--btn__login {
        margin-top: 0;
    }

    .btn {
        font-size: small;
    }
}

@media (min-width: 768px) {
    .col__login-field {
        padding-left: 0;
        padding-right: 0;
    }

    .btn {
        font-size: medium;
    }
}

@media (min-width: 992px) {
    .btn-text {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 0.1em 0 0.1em;
        font-weight: 400;
        font-size: .8em;
    }
}

@media (min-width: 1200px) {
    .btn-text {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 0.1em 0 0.1em;
        font-weight: 400;
        font-size: 1em;
    }
}

.license-text {
    display: none;
}

.menu-text {
    display: none;
}

@media (min-width: 992px) {
    .license-text {
        display: block;
        font-size: .9em;
    }

    .menu-text {
        display: table-cell;
        padding: 0 0.5em 0 0.5em
    }
}
