﻿.frame .ui-corner-all {
    border: 1px solid #C5DBEC;
    height: 100%;
    padding: 0;
}

.frame .frameOuter {
    height: 100%;
    position: relative;
}

.frame .frameInner {
    position: absolute;
    height: 100%;
    width: 100%;
}

.frame .frameHeader {
    background-color: #A9F5A9;
    color: white;
    padding: 6px;
    height: 33px;
}

.frame .frameContent {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
}

.frame .frameScroller {
    height: 100%;
    padding-bottom: 0px;
    overflow: scroll;
    width: 100%;
}

/* novy system */

.frameContentNew .frameScroller {
    height: 100%;
    padding-bottom: 0px;
    overflow: scroll;
    width: 100%;
    position: absolute;
}

.frameContentNew .frameScrollerOuter {
    padding-bottom: 0px;
    top: 0px;
    bottom: 0;
    width: 100%;
    position: absolute;
}


.frameContentNew .tableHeader {
    /*height: 25px;
    left: 321px;
    position: fixed;
    right: 30px;
    top: 95px;*/
}

.frameContentNew .itemsBody {
    top: 0;
}

    .frameContentNew .itemsBody.displayRow li > div span {
        border-right: 1px solid silver;
    }

    .frameContentNew .itemsBody li > div span {
        display: block;
        float: left;
        padding: 0 10px;
        white-space: nowrap;
    }

.displayPreview div.row {
    float: left;
    margin: 5px;
    padding: 5px;
    /*width: 90px;*/
    clear: none;
    /*height: 90px;*/
}


.frameContentNew .itemsBody.displayPreview div.row span {
    display: none;
}

.frameContentNew .itemsBody.displayPreview img {
    display: block;
    max-width: 150px;
    max-height: 90px;
}

.frameContentNew .itemsBody.displayPreview div.row .fileIcon {
    display: block;
}

.frame .searchCategory, .frame .searchItems {
    padding: 0 30px 0 10px;
}

.searchBox .clearSearchCategory {
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_888888_256x240.png);
    background-position: -32px -192px;
    position: absolute;
    cursor: pointer;
    right: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
}

/*.itemPagingOuter {
      
       display:block;
       height:28px;
}*/

.itemPaging {
    float: right;
    height: 28px;
    display: block;
    margin-right: 20px;
}

.frameItems .information, .frameItemsTree .information {
    float: right;
}

.frameItems .clearSearchItems {
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_888888_256x240.png);
    background-position: -32px -192px;
    position: absolute;
    cursor: pointer;
    right: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-leaf:before {
    content: "\e103";
}

.dialog label {
    font-weight: bold;
}

.dialog input {
    width: 100%;
}

.dialog label, .dialog input {
    display: block;
}

.fileIcon {
    width: 120px;
    height: 120px;
    background-size: 100%;
}

    .fileIcon.pdf {
        background-image: url("/images/Icons/pdf.jpg");
    }

    .fileIcon.doc {
        background-image: url("/images/Icons/word.jpg");
    }

    .fileIcon.xls {
        background-image: url("/images/Icons/excel.jpg");
    }


/* pri editaci prispevku */
.chooseAreaList td {
    padding-right: 30px;
}

#AreaFiles .AreaFile,
#articleArticles .ArticleArticle,
#articleFiles .ArticleFile,
#eventEvents .EventEvent,
#eventFiles .EventFile,
#memoryArticles .MemoryArticle,
#memoryMemories .MemoryMemory,
#MemoryVideos .MemoryVideo,
#MemoryVisits .MemoryVisit,
#productArticles .ProductArticle,
#publicationFiles .PublicationFile,
#serviceFiles .ServiceFile,
#serviceServices .ServiceService {
    display: block;
    position: relative;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    clear: both;
}

    #AreaFiles .AreaFile button,
    #AreaVideos .AreaVideo button,
    #articleArticles .ArticleArticle button,
    #articleFiles .ArticleFile button,
    #ArticleVideos .ArticleVideo button,
    #memoryMemories .MemoryMemory button,
    #MemoryVideos .MemoryVideo button,
    #publicationFiles .PublicationFile button,
    #productArticles .ProductArticle button,
    #serviceFiles .ServiceFile button,
    #serviceServices .ServiceService button {
        float: left;
        display: block;
        margin-right: 10px;
    }

#ArticleVideos .ArticleVideo, #AreaVideos .AreaVideo {
    display: block;
    position: relative;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
    clear: both;
}


.jstree-default .jstree-themeicon.file {
    background-position: -100px -68px;
    background-image: url('/Apollo/Scripts/vakata-jstree-3.1.1/themes/default/32px.png');
}

.jstree-icon.userOk {
    background-image: url('/Apollo/Styles/User-Coat-Green-icon.png');
    background-position: 50% 50%;
}


.jstree-icon.userLocked {
    background-image: url('/Apollo/Styles/User-Executive-Green-icon');
    background-position: 50% 50%;
}

.jstree-icon.userDisabled {
    background-image: url('/Apollo/Styles/User-Coat-Red-icon.png');
    background-position: 50% 50%;
}
