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

#downloadClientNotification {
    min-height: 26px;
    font-size: 14px;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    border: 1px solid #aaaaaa;
    background: #cccccc url(../img/jquery/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}

#downloadClientNotification a {
    color: #4e4e4e !important;
    text-decoration: none;
}
#btnDownloadClientClose {
    float: right;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#downloadClientNotification a.btnDownloadClient {
    background-color: #eff3f8;;
    color: #000;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 20px 0 10px;
}

/**
 * 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;
}