﻿.header-large .widget-caption {
    font-size: 18px;
    font-weight: bold !important;
    padding: 8px 0px;
}

div[data-angular-treeview] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

div[data-tree-model] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div[data-tree-model] li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

    div[data-tree-model] li .expanded {
        padding: 1px 10px;
        background-image: url("http://cfile23.uf.tistory.com/image/205B973A50C13F4B19D9BD");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .collapsed {
        padding: 1px 10px;
        background-image: url("http://cfile23.uf.tistory.com/image/1459193A50C13F4B1B05FB");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .normal {
        padding: 1px 10px;
        background-image: url("http://cfile23.uf.tistory.com/image/165B663A50C13F4B196CCA");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li i, div[data-tree-model] li span {
        cursor: pointer;
    }

    div[data-tree-model] li .selected {
        background-color: #aaddff;
        font-weight: bold;
        padding: 1px 5px;
    }


.pdf-thumb-box {
    /*display: inline-block !important;*/
    position: relative !important;
    overflow: hidden;
}

.pdf-thumb-box-overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}

.pdf-thumb-box a {
    color: transparent;
}

    .pdf-thumb-box a:hover .pdf-thumb-box-overlay {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        text-align: center;
        position: absolute;
        background-color: rgba(41, 41, 41, 0.58);
        color: #fff;
        width: 100%;
        height: 100%;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

.pdf-thumb-box:hover .pdf-thumb-box-overlay {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    text-align: center;
    position: absolute;
    background-color: rgba(41, 41, 41, 0.58);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.pdf-thumb-box-overlay span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.no-transition, .no-transition .btn, .no-transition input {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
