/**
 * Layout
 */
.navlink {
    text-decoration: none;
    color: #4e4e4e;
}

/**
 * Sidebar menu icons
 */


/**
 * Vaults
 */
.vaultFilesIcon {
    background-image: url("../img/icons/files.png");
}

.vaultPermissionsIcon {
    background-image: url("../img/icons/permissions.png");
}

.vaultActivityIcon {
    background-image: url("../img/icons/activity.png");
}

.vaultLinkManagementIcon {
    background-image: url("../img/icons/links.png");
}

.vaultRevisionsIcon {
    background-image: url("../img/icons/revisions.png");
}

.vaultPropertiesIcon {
    background-image: url("../img/icons/properties.png");
}

/**
 * Manage
 */
.managePersonalSettingsIcon {
    background-image: url("../img/sidebar/profile.png");
}

.managePurchaseIcon {
    background-image: url("../img/sidebar/cart.png");
}

.manageBillingIcon {
    background-image: url("../img/sidebar/creditcard.png");
}

.manageLicenseOverviewIcon {
    background-image: url("../img/sidebar/licenses.png");
}

.manageBillingInformationIcon {
    background-image: url("../img/sidebar/question.png");
}

.manageInvoicesIcon {
    background-image: url("../img/sidebar/cabinet.png");
}

.manageUsersIcon {
    background-image: url("../img/sidebar/group.png");
}

.manageManagedUsersIcon {
    background-image: url("../img/sidebar/people.png");
}

.manageExternalUsersIcon {
    background-image: url("../img/sidebar/people_outline.png");
}

.manageGroupVaultsIcon {
    background-image: url("../img/sidebar/vault.png");
}

.manageGroupSettingsIcon {
    background-image: url("../img/sidebar/settings.png");
}

.manageSecuritySettingsIcon {
    background-image: url("../img/sidebar/lock.png");
}

/**
 * Google Maps
 */
.gm-style {
    font-family: verdana, arial, tahoma, helvetica, sans-serif !important;
    /*font-size: 0.8em !important;*/
}

#map_canvas {
    height: 650px;
    width: 100%;
    border: 1px solid darkgray;
}

/**
 * Preview & color pickers
 */
.imagePlugin>div {
    min-height: 600px;
    min-width: 600px;
}

.previewContent {
    height: 100%;
    vertical-align: middle;
}

#securitySettings>div>div {
    margin-bottom: 1em;
    white-space: nowrap;
}

/**
 * Files page
 */

/**
 * Suspsended Vault
 */
.suspended-parent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    padding-top: 10vh;
    /* Push content down slightly */
}

.suspended-notice {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    filter: grayscale(30%) brightness(95%);
}

.suspended-notice h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.suspended-notice p {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}

/** Action bar */
#fileview_wrapper {
    white-space: nowrap;
    flex-wrap: nowrap;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-flex: 0 0 20px;
    -o-flex: 0 0 20px;
    -moz-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}


/** Generic */
.horizontal-menu>div {
    display: inline;
}

#txtSearch {
    background: #fff url("../img/icons/search.png") no-repeat scroll 10px 5px;
    border-radius: 5px;
    padding: 6px 16px 6px 30px;
    transition: all 0.7s ease 0s;
}

/**
 * Filebrowser Overlays
 */
.notification-file,
.notification-thumb,
.locked-file,
.locked-thumb {
    display: inline-block;
    position: relative;
}

.notification-file:after,
.notification-thumb:after,
.locked-file:after,
.locked-thumb:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.notification-thumb:after,
.locked-thumb:after {
    font-size: 25px;
    bottom: -10px;
    left: -5px;
}

.notification-file:after,
.locked-file:after {
    font-size: 12px;
    top: 8px;
    left: -2px;
}

.notification-file:after,
.notification-thumb:after {
    content: "\f0f3";
}

.locked-thumb:after,
.locked-file:after {
    content: "\f023";
}

/* view dropdown */
.dd .ddTitle .ddTitleText {
    padding: 2px 10px 2px 5px;
}

.dd .ddChild li {
    background-color: transparent;
    border-bottom: none;
    padding: 2px 0px 2px 5px;
}

.borderRadiusTp,
.borderRadius,
.borderRadiusTp .border,
.borderRadius .border {
    border-radius: 0px;
}

#viewTypes_child {
    overflow: hidden;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* thumbnail view */
#thumb_container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
}

.thumb_item {
    width: 72px !important;
    display: inline-block;
    text-align: center;
    margin: 1em;
    cursor: pointer;
}

.thumb_item a,
.thumb_item a:hover {
    text-decoration: none;
    color: #222222;
}

.thumb_item_name {
    margin-top: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumb_item_image {
    text-align: center;
    display: table-cell;
    height: 72px;
    width: 72px;
    vertical-align: middle;
}

/* Properties page */
#properties-view {
    border: none;
}

#fileproperties-activity,
#fileproperties-revisions,
#fileproperties-links {
    width: 100%;
}

#fileproperties-preview {
    -webkit-flex: 1 1 600px;
    /* this */
    flex: 1 1 600px;

    word-wrap: break-word;
    min-height: 600px;
    min-width: 600px;
}

#fileproperties-preview iframe {
    min-height: 600px;
}

#file-properties {
    min-width: 800px;

    overflow: hidden;
    display: flex;

    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.link-emails-list {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 70px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px 20px 3px 3px;
    position: absolute;
    z-index: 999;
}

/**
 * File/FolderLink & Widget
 */
.filelink-info tr td {
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
 * Misc markup
 */
#divCreateLink>div {
    margin-bottom: 5px;
}

#divCreateLink input[type="text"],
#divCreateLink input[type="password"],
#divCreateLink textarea {
    min-width: 450px;
}

/**
 * Override video-js default width/height
 */
div .video-js {
    width: 99% !important;
    height: 99% !important;
}

select:disabled,
option:disabled {
    color: lightgrey;
}

/**
 * Guided tour
 */
.tour-overlay-darkened {
    background: rgba(0, 0, 0, 0.6);
}

.tour-shadow-darkened {
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
}

 #tour-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9990;
}

#tour-header {
    font-weight: bold;
    flex: 1;
}

.tour-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0 -12px 8px -12px;
}

#tour-tooltip {
    display: none;
    position: absolute;
    max-width: 250px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

#tour-start-div {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 250px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

#tour-tooltip p {
    margin: 0 0 8px 0;
    font-size: 14px;
}

#tour-start-div p {
    margin: 0 0 8px 0;
    font-size: 14px;
}

.tour-controls {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour-btn-secondary {
    margin-left: 5px;
    padding: 5px 10px;
    border: 1px solid #36558F;
    border-radius: 20px;
    background: #FFF;
    color: #36558F;
    cursor: pointer;
}

.tour-btn-primary {
    margin-left: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 20px;
    background: #0073e6;
    color: white;
    cursor: pointer;
}

.tour-svg {
    max-width: 1rem;
    fill: gray;
    margin-bottom: 0.375rem;
    cursor: pointer;
}

.tour-favicon {
    max-width: 1.5rem;
    margin-bottom: 0.375rem;
    margin-right: 0.75rem;
}

.tour-faicon {
    font-size: large;
    margin-bottom: 0.375rem;
    margin-right: 0.75rem;
    color: gray;
    display: none;
}

.tour-icon {
    max-width: 1.5rem;
}

.tour-svg:hover {
    fill: red;
}

.tour-highlight {
    position: relative;
    z-index: 10001;
    pointer-events: none;
}