﻿.validation-summary-valid ul {
    list-style: none;
}


h2{
    padding: 30px;
}

.app-login:hover {
    text-decoration: none;
    color: #fff;
}


.app-login {
    text-decoration: none;
    font-size: 3em;
    margin: 10px;
    color: #000000;
}

.app-login div:hover {
    background-color: #101010;
}

    .app-login div {
        border: 1px solid;
        display: unset;
        padding: 15px;
        margin: 10px;
        border-radius: 15px;
    }


.ajax-wait img {
    text-align: center;
    vertical-align: middle;
}
.ajax-wait {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #808080;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    opacity: 0.7;
    z-index: 10000;
    display: none;
}

.dx-list .dx-empty-message, .dx-list-item-content {
    padding: 2px !important;
}

.close-alert {
    width: 100%;
    text-align: right;
}

.close-alert-x {
    cursor: pointer;
}

.navbar-brand {
    padding: 0;
}

a.messages-notifications {
    position: relative;
    display: block;
    /*height: 30px;
    width: 30px;*/
    /*    background: url('http://i.imgur.com/evpC48G.png');
    background-size: contain;
*/ text-decoration: none;
}

.icon{
    height: 30px;
}
.icon-search {
    height: 22px;
}
.notif-num {
    position: absolute;
    right: 9px;
    bottom: 3px;
    color: #fff;
    background-color: #f00;
    padding: 0 3px 0 3px;
    border-radius: 5px;
}

.row.vds-file {
    margin: 5px;
    text-align: left;
}
.layout-details {
    display: none;
}

.fav-files li, .marked-files li, .marked-folders li {
    list-style: none;
}

.vds-file, .vds-folder {
    
}

.file-selected{
    background-color: #808080;
}

.vds-item {
    cursor: pointer;
    text-align: center;
    width: 100px;
    vertical-align: top;
}
    .vds-item:hover {
        background-color: #adadad;
    }

    .fm-icon{
        padding-top: 5px;
        position: relative;
    }

    .file-name{
        overflow: hidden;
        max-height: 50px;
    }

.context-icon{
    position: absolute;
}

.lock-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
}

.d-details {
    padding: 3px;
}