﻿
html body.bg-full-screen-image {
    background: url(../../app-assets/images/backgrounds/court-2.jpg) no-repeat center center fixed;
    background-size: cover;
}
.brand-logo-custom {
    width: 120px;
    height: 50px;
    background: url(../../img/casefiles-blue.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.login-logo {
    width: 352px;
    height: 78px;
    background: url(../../img/CaseFiles.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    border: none;
    vertical-align: middle;
}
[v-cloak] {
    display: none;
}
.media-list .media {
    padding: 1.5rem;
    margin-top: 10px;
}

.table th, .table td {
    padding: 0.75rem 1rem;
}
.list-group-item.disabled{
    cursor:not-allowed;
    pointer-events:auto;
    background-color:#f2f0f0;
    color:gray;
}
    .list-group-item.disabled .text-bold-600 {
        color: lightgray;
    }
    .list-group-item.active .text-bold-600 {
        color: white;
    }
.review-document-nav {
    border-bottom: solid 1px #e4e7ed;
    padding-left:15px;
    padding-right:15px;
    padding-top:8px;
    padding-bottom:8px;
}
.btn.disabled, .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.review-menu {
    border-left: solid 1px #babfc7;
    border-right: solid 1px #babfc7;
    border-bottom: solid 1px #babfc7;
    margin-bottom:15px;
    padding-bottom:15px;
}
    .review-menu .btn-float {
        padding: 15px;
        white-space: normal;
         -webkit-box-shadow: none; 
         box-shadow: none; 
    }

.SpinnerContainer {
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
}
#bars6 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

    #bars6 span {
        position: absolute;
        display: block;
        bottom: 10px;
        width: 9px;
        height: 5px;
        background: rgba(0, 0, 0, 0.25);
        -webkit-animation: bars6 1.5s infinite ease-in-out;
        animation: bars6 1.5s infinite ease-in-out;
    }

        #bars6 span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        #bars6 span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        #bars6 span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        #bars6 span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

@keyframes bars6 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #0057e7;
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
}

@-webkit-keyframes bars6 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #0057e7;
    }

    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: rgba(0, 0, 0, 0.25);
    }
}
.autocomplete-suggestions {
    margin-top: 0px;
    border: 1px solid #e2e5ec;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.chosen-container-multi .chosen-choices {
    height: calc(1.25em + 1.5rem + 2px);
    border: 1px solid #cacfe7;
    border-radius: 0.25rem;
    background-image:none;
}
.review-ribbon-button{
    height:70px;
}
.notes-comments {
    min-height: 100px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #DFDBE5;
}
    .notes-comments .chat-message {
        position:relative;
        padding: 5px;
        text-align: left;
        margin: 1.0rem 1.0rem 2rem 1.0rem;
        color: #6b6f82;
        background-color: #fafbfb;
        border-radius:4px;
    }

        .notes-comments .chat-message p {
            margin: 0px;
            margin-right:30px;
            word-break:break-word;
            text-wrap:normal;
        }
        .notes-comments .chat-message .chat-time {
            position: absolute;
            bottom: -20px;
            right: 4px;
            color: #6b6f82;
            font-size: .8rem;
            white-space: nowrap;
        }
        .notes-comments .chat-message button {
            position: absolute;
            top: 2px;
            right:2px;
        }

.e-treeview .e-list-img {
    width: 25px;
    height: 25px;
}
/* Loading sprite image for TreeView */
.e-treeview .e-list-icon {
    background-repeat: no-repeat;
    background-image: url('/img/file_icons.png');
    height: 20px;
}
    /* Specify the icon positions based upon class name */
    .e-treeview .e-list-icon.folder {
        background-position: -197px -552px
    }

.e-bigger .e-treeview .e-list-icon.folder {
    background-position: -197px -550px;
}

.e-treeview .e-list-icon.docx {
    background-position: -197px -20px
}

.e-treeview .e-list-icon.ppt {
    background-position: -197px -48px
}

.e-treeview .e-list-icon.pdf {
    background-position: -197px -104px
}

.e-treeview .e-list-icon.images {
    background-position: -197px -132px
}

.e-treeview .e-list-icon.zip {
    background-position: -197px -188px
}

.e-treeview .e-list-icon.audio {
    background-position: -197px -244px
}

.e-treeview .e-list-icon.video {
    background-position: -197px -272px
}

.e-treeview .e-list-icon.exe {
    background-position: -197px -412px
}

.e-ddt .e-list-img {
    width: 25px;
    height: 25px;
}

.e-ddt .e-list-icon {
    background-repeat: no-repeat;
    background-image: url('/img/file_icons.png');
    height: 20px;
}
    /* Specify the icon positions based upon class name */
    .e-ddt .e-list-icon.folder {
        background-position: -197px -552px
    }

.e-bigger .e-ddt .e-list-icon.folder {
    background-position: -197px -550px;
}

.e-ddt .e-list-icon.docx {
    background-position: -197px -20px
}

.e-ddt .e-list-icon.ppt {
    background-position: -197px -48px
}

.e-ddt .e-list-icon.pdf {
    background-position: -197px -104px
}

.e-ddt .e-list-icon.images {
    background-position: -197px -132px
}

.e-ddt .e-list-icon.zip {
    background-position: -197px -188px
}

.e-ddt .e-list-icon.audio {
    background-position: -197px -244px
}

.e-ddt .e-list-icon.video {
    background-position: -197px -272px
}

.e-ddt .e-list-icon.exe {
    background-position: -197px -412px
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: calc(1.25em + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 14px;
    line-height: 1.25;
    border: 1px solid #cacfe7;
    color: #3b4781;
    vertical-align: middle;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
}

    select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        top: 7px;
        color: #000;
    }

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

    select.form-control + .chosen-container .chosen-results li,
    select.form-control + .chosen-container .chosen-results li.active-result {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        background-image: none;
    }

        select.form-control + .chosen-container .chosen-results li:hover,
        select.form-control + .chosen-container .chosen-results li.active-result:hover,
        select.form-control + .chosen-container .chosen-results li.highlighted {
            color: #FFF;
            text-decoration: none;
            background-color: #428BCA;
            background-image: none;
        }

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image: none;
}

    select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        height: auto;
        padding: 5px 0;
    }

    select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
        background-image: none;
        padding: 3px 24px 3px 5px;
        margin: 0 6px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #333;
        background-color: #FFF;
        border-color: #CCC;
    }

        select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px;
            right: 6px;
        }

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}