﻿
    .avatar-list-item {
        border: 1px solid;
        border-radius: 18px;
        margin: 7px;
        padding: 5px;
        text-align: center;
        width: 33px;
    }
    
    .notes-user-avatar-icon {
        border: 1px solid;
        border-radius: 18px;
        float: right;
        height: 35px;
        margin-right: -7px;
        padding: 6px;
        text-align: center;
        width: 35px;
        z-index: 9;
    }

    .notes-user-avatar-icon.selected {
        z-index: 10;
        border:2px solid #d3b809;
    }
    
    .comment-avatar {
        border: 1px solid;
        border-radius: 15px;
        font-size: 12px;
        height: 25px;
        padding: 3px;
        text-align: center;
        width: 25px;
    }
    
    .avatar-container-pointer {
        border-radius: 15px;
        color: white;
        position: absolute;
        text-align: center;
        width: 25px;
    }

    .avatar-container-pointer i { padding: 5px; }

    .avatar-container-pointer.selected {
        -webkit-animation: pulsate 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-border-radius: 30px;
        border: 3px solid #999;
        opacity: 0.0;
        width: 33px;
    }

    .animate-pulse {
        -webkit-animation: pulsate 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        padding:5px;
    }
















    
    .status-badge {
        border-radius: 5px;
        color: white;
        padding: 5px;
    }

    .status-badge.Approved { background-color: #0ea218; }

    .status-badge.Rejected { background-color: #d0021b; }

    .status-badge.New { background-color: #009ad6; }

    .status-badge.Feedback {
        background-color: #d3b809;
        color: #fff;
    }

    .download-btn.Approved {
        border-color: #0ea218;
        color: #0ea218;
    }

    .download-btn.Approved:hover {
        background-color: #0ea218;
        color: #fff;
    }

    .download-btn.Rejected {
        border-color: #d0021b;
        color: #d0021b;
    }

    .download-btn.Rejected:hover {
        background-color: #d0021b;
        color: #fff;
    }

    .download-btn.New {
        border-color: #009ad6;
        color: #009ad6;
    }

    .download-btn.New:hover {
        background-color: #009ad6;
        color: #fff;
    }

    .download-btn.Feedback {
        border-color: #d3b809;
        color: black;
    }

    .download-btn.Feedback:hover {
        background-color: #d3b809;
        color: #fff;
    }

    .history-item-large.New { border-left-color: #009ad6; }

    .history-item-large.Rejected { border-left-color: #d0021b; }

    .history-item-large.Approved { border-left-color: #0ea218; }

    .history-item-large.Feedback { border-left-color: #d3b809; }

    .history-item-status {
        border-radius: 15px;
        height: 12px;
        left: 5px;
        position: absolute;
        top: 13px;
        width: 12px;
    }

    .history-item-status.New { background-color: #009ad6; }

    .history-item-status.Rejected { background-color: #d0021b; }

    .history-item-status.Approved { background-color: #0ea218; }

    .history-item-status.Feedback { background-color: #d3b809; }

    .download-btn {
        border: 1px solid;
        border-radius: 5px;
        padding: 5px;
        text-decoration: none;
        width: 110px;
    }

    .download-btn:focus, .download-btn:hover, .download-btn:active { text-decoration: none; }








    
    .list-item-images {
        position: relative;
        width: 48px;
    }
    .list-item-img-sm {
        margin-bottom: 10px;
        text-align: center;
    }

    .list-item-img-sm img { width: 42px; }

            
    .list-item-img-sm.New img { border-left: 5px solid #009ad6; }

    .list-item-img-sm.Feedback img { border-left: 5px solid #d3b809; }

    .list-item-img-sm.Approved img { border-left: 5px solid #0ea218; }

    .list-item-img-sm.Rejected img { border-left: 5px solid #800000; }













    .approval-header { color: #111; }

    .logo-holder h1 {
        float: left;
        font-size: 20px;
        margin-top: 14px;
    }

    .logo-holder img {
        float: left;
        margin-left: 15px;
        margin-right: 10px;
        margin-top: 4px;
    }

    .menu-button { margin: 10px; }

    .user-icon {
        color: black;
        float: left;
        font-size: 10px;
        height: 20px;
        width: 20px;
    }

    .user-icon a:hover {
        background-color: steelblue;
        color: white;
    }

    .user-icon a { padding: 5px 5px 5px 5px; }
    
    .user-color {
        color: white;
        float: left;
        height: 15px;
        padding: 10px;
        width: 15px;
    }

    .textbox-large {
        height: 25px;
        width: 100%;
    }

    .highlight-text { color: #215d99; }

    .panel-left-mini { float: right; }

    .panel-left-large { height: 100%; }

    .notes-header { border-bottom: 1px solid #efefef; }

    .notes-users {
        border-bottom: 1px solid #efefef;
        height: 60px;
        
        transition: height 0.2s ease;
    }
    
    .circle-plus {
        border: 1px solid #999;
        border-radius: 17px;
        color: #999;
        display: inline-block;
        height: 35px;
        width: 35px;
    }

    .circle-plus a {
        color: #999;
        display: block;
        margin-left: 8px;
        margin-top: -3px;
    }

    .circle-plus a,
    .circle-plus a:hover,
    .circle-plus a:visited,
    .circle-plus a:active,
    .circle-plus a:focus { text-decoration: none; }

    .notes-users-count {
        color: #999;
        line-height: 35px;
    }

    .comment-scroll-box {
        border-bottom: 1px solid #ddd;
        bottom: 70px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-top: 15px;
        position: absolute;
        top: 108px;
        transition: top 0.2s ease;
    }

    .comment-new-box {
        bottom: 0px;
        height: 70px;
        left: 0px;
        position: absolute;
        right: 0px;
    }

    .comment-new-box textarea {
        border: 1px solid #999;
        border-radius: 5px;
        float: left;
        height: 60px;
        margin: 5px 0px 0px 10px;
        font-size: 10px;
        padding: 7px 2px 2px 7px;
        width: 72%;
    }

    .comment-new-box textarea:focus {
    }

    .comment-new-box button {
        float: right;
        margin: 25px 10px 0px 0px;
    }

    .comment-mini-scroll-box { 
        overflow: hidden; 
    }
    .panel-left-button {
        transition: height 0.2s ease;
    }

    .comment-edit-btn,
    .comment-save-btn,
    .comment-delete-btn,
    .comment-cancel-btn
     {
        border: 1px solid;
        border-radius: 2px;
        padding: 3px 5px 3px 5px;
        width: 65px;
    }
    .comment-save-btn {
        color: steelblue;
        border-color: steelblue;
    }
    .comment-save-btn:hover {
        color: #efefef;
        background-color: steelblue;
    }
    .comment-cancel-btn {
        color: #999;
        border-color: #999;
    }
    .comment-cancel-btn:hover {
        color: #efefef;
        background-color: #999;
    }
    .comment-delete-btn {
        color: #990000;
        border-color: #990000;
    }
    .comment-delete-btn:hover {
        color: #efefef;
        background-color: #990000;
    }
    .comment-edit-btn {
        color: #555;
        border-color: #555;
    }
    .comment-edit-btn:hover {
        color: #efefef;
        background-color: #555;
    }
    .comment-edit-text {
        width: 100%;
        height: 65px;
        font-size: 11px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .comment-item { border-bottom: 1px solid #ddd; }

    .tag-bar {
        background-color: #fff;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        height: 40px;
        padding-top: 5px;
        width: 100%;
    }

    .tag-list-row-item {
        background-color: #eceff6;
        border-radius: 5px;
        color: #777;
        padding: 2px 5px 2px 5px;
    }

    .selected.tag-list-row-item {
        border-bottom: 2px solid #555;
        padding-bottom: 0;
    }

    .list-items { white-space: nowrap; }

    .tag-list-row {
        background-color: red;
        width: 100%;
    }
    
    .tag-label { height: 25px; }

    #tagList { white-space: nowrap; }

    .more-button {
        color: #444;
        cursor: pointer;
        height: 25px;
        padding: 5px;
    }

    .more-button div {
        margin: 0;
        padding: 0;
    }

    .disabled.more-button {
        color: #bbb;
        cursor: not-allowed;
    }

    .scroll-tag {
        height: 25px;
        overflow: hidden;
        vert-align: middle;
        vertical-align: middle;
        width: 77%;
    }

    .tagging .scroll-tag { width: 75%; }

    .tagging .tag-bar {
        border: none;
        left: 45px;
        position: fixed;
        right: 20px;
        top: 45px;
        width: inherit !important;
    }

    .vert-scroll {
        overflow: hidden;
        width: 90px;
        padding-top: 5px;
    }

    .panel-right-button, .panel-left-button {
        background-color: #555;
        color: white;
        cursor: pointer;
        height: 40px;
        padding-bottom: 5px;
        padding-top: 11px;
        text-align: center;
        width: 48px;
        transition: height 0.2s ease;
    }
                
    .panel-right-large { display: none; }

    .panel-right-mini { display: block; }

    .shifted .panel-right-large { display: block; }

    .shifted .panel-right-mini { display: none; }

    .shifted .panel-left-large { display: none; }

    .shifted .panel-left-mini { display: block; }

    .panel-left-large { display: block; }

    .panel-left-mini { display: none; }
    
    .history-upload-button {
        background-color: #fff;
        vertical-align: middle;
        border-left: 1px solid #999;
        padding-left: 7px;
    }
    .history-upload-button i {
        line-height: 41px;
        margin-right: 5px;
        color: #555;
    }

    .history-upload-button-mini {
        background-color: #fff;
        color: #555;
        padding: 5px;
        border-bottom:1px solid #999;
        transition: height 0.2s ease;
    }
    .history-list {
        height: 100%;
        position: relative;
    }

    .history-list-item-image { width: 165px; }

    .history-header {
        margin: 0;
        margin-bottom: 17px;
        padding: 0;
        transition: font-size 0.2s ease;
        border-bottom: 1px solid #ddd;
    }
    .history-header .txt {
        background-color: #fff;
        width: 85%;
        height: 40px;
        margin: 0;
        padding: 7px 7px 10px 7px;
    }

    .scroll-box {
        bottom: 0px;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 40px;
        transition: top 0.2s ease;
        padding-top: 3px;
    }

    .panel-right-large { height: 100%; }

    .aaa {
        line-height: 115px;
        min-height: 120px;
        vertical-align: middle;
    }

    .bbb {
        bottom: 5px;
        position: absolute;
    }

    .ccc {
        position: absolute;
        top: 10px;
    }

    .history-item-large {
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
        margin-bottom: 2px;
        margin-top: 2px;
        padding: 2px 7px 5px 22px;
        position: relative;
        width: 100%;
    }
    
    .list-item-images .history-item-status {
        border: 1px solid #777;
        left: 3px;
        top: 0px;
    }

    .slide-effect {
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

    .panel-left {
        border: 1px solid #ccc;
        left: 5px;
        position: fixed;
        top: 55px;
        width: 350px;
    }

    .panel-middle {
        background-color: #d7d7d7;
        height: 100%;
        left: 360px;
        position: fixed;
        right: 55px;
        top: 55px;
    }

    .panel-right {
        background-color: #fff;
        border: 1px solid #ccc;
        height: 100%;
        position: fixed;
        right: -300px;
        top: 55px;
        width: 350px;
    }

    .shifted .panel-left { left: -300px; }

    .shifted .panel-middle {
        left: 55px;
        right: 360px;
    }

    .shifted .panel-right { right: 5px; }

    .shifted .panel-right-button { display: none; }

    .shifted .panel-left-button { display: block; }

    .panel-left-button { display: none; }
   
    .media-1900.shifted .panel-left, .media-1900 .panel-left { left: 5px; }

    .media-1900.shifted .panel-middle, .media-1900 .panel-middle {
        left: 365px;
        right: 365px;
    }

    .media-1900.shifted .panel-right, .media-1900 .panel-right { right: 5px; }

    .media-1900.shifted .panel-right-large, .media-1900 .panel-right-large,

    .media-1900.shifted .panel-left-large, .media-1900 .panel-left-large { display: block; }

    .media-1900.shifted .panel-right-mini, .media-1900 .panel-right-mini,

    .media-1900.shifted .panel-left-mini, .media-1900 .panel-left-mini { display: none; }

    @media (max-width: 1024px), (max-height: 740px) {
        .shifted .panel-middle, .panel-middle { width: 675px; }

        .panel-left, .shifted .panel-left, .shifted .panel-right, .panel-right, .shifted .panel-middle, .panel-middle {
            bottom: inherit !important;
            float: left;
            height: 675px !important;
            left: inherit !important;
            margin: 5px;
            margin-top: 0;
            padding: 0;
            position: relative;
            right: inherit !important;
            top: inherit !important;
        }

        .shifted .panel-right-large, .panel-right-large,
        .shifted .panel-left-large, .panel-left-large { display: block; }

        .shifted .panel-right-mini, .panel-right-mini,
        .shifted .panel-left-mini, .panel-left-mini { display: none; }

        .panel-container {
            display: table;
            width: 1410px;
        }

        .approval-header { width: 1410px; }
    }

    .comments-scrollbox {
        height: 100%;
        width: 100%;
    }

    .tagging-overlay { display: none; }

    .tag-container {
        height: 100%;
        position: relative;
    }

    .tag-item-comment {
        position: fixed;
        z-index: 1130;
    }

    .tag-item-comment img { width: 40px; }

    .tag-item-comment .top-right { }

    .tag-item-comment .bottom-right {
        -moz-transform: scaleY(-1);
        -ms-filter: "FlipV";
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        filter: FlipV;
        transform: scaleY(-1);
    }

    .tag-item-comment .top-left {
        -moz-transform: scaleX(-1);
        -ms-filter: "FlipH";
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        filter: FlipH;
        transform: scaleX(-1);
    }

    .tag-item-comment .bottom-left {
        -moz-transform: scale(-1, -1);
        -ms-filter: "FlipH FlipV";
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        filter: FlipH FlipV;
        transform: scale(-1, -1);
    }


    .tag-comment {
        background-color: #fff;
        border: solid 1px #999;
        border-radius: 7px;
        color: #111;
        font-size: 15px;
        height: 110px;
        margin-top: 5px;
        padding: 7px;
        width: 250px;
    }

    .tag-comment-container {
        background-color: #999;
        border: solid 1px #999;
        border-radius: 7px;
        font-size: 15px;
        height: 170px;
        padding: 5px;
        position: fixed;
        width: 270px;
        z-index: 1120;
    }

    .tag-comment-container a {
        background-color: #fff;
        border: 1px solid #999;
        border-radius: 5px;
        color: #009ad6;
        font-size: 13px;
        margin: 5px;
        padding: 5px;
    }
    

    .tag-comment-list .selected { background-color: yellow; }

    @-webkit-keyframes pulsate {
        0% {
            -webkit-transform: scale(0.1, 0.1);
            opacity: 0.0;
        }

        50% { opacity: 1.0; }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            opacity: 0.0;
        }
    }


    @-webkit-keyframes pulsate2 {
        0% {
            background-color: #fff;
            border-color: #fff;
        }

        50% {
            background-color: #444;
            border-color: #444;
        }

        100% {
            background-color: #fff;
            border-color: #fff;
        }
    }

    .tag-image {
        border: solid 1px #ccc;
        cursor: zoom-in;
    }
    .tagging .tag-image {
        cursor: crosshair;
    }

    .tag-image.selected {
        -webkit-animation: pulsate2 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        padding: 3px;
    }

    .zoom-control .button {
        border: 1px solid #009ad6;
        border-radius: 5px;
    }

    .resizing-animation { display: none; }

    .resizing.resizing-animation { display: block; }

    
    .tagging .tagging-overlay {
        background-color: #555;
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 85px;
        width: 100%;
        z-index: 1000;
    }

    .tagging .panel-container { position: fixed; }

    .tagging .panel-right { display: none; }

    .tagging .panel-container {
        display: table;
        width: 100%;
    }

    .tagging .approval-header { width: 100%; }

    .tagging .menu-button { display: none; }

    .tagging .cbo-users { display: none; }

    .tagging .panel-left { display: none; }

    .tagging .panel-middle { top: 100px; }

    
.history-item-overlay {
    position: absolute;
    z-index: 22;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    opacity: .30;
}
.confirm-message {
    position: absolute;
    z-index: 33;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 40px;
    background-color: darkblue;
}
.confirm-message .message {
    float: left;
    color: #efefef;
    margin: 8px 0px 0px 10px;
}
.confirm-message .buttons {
    float: right;
    margin-right: 15px;
    margin-top: 8px;
}
.confirm-message .download-btn {
    color: #fff;
    margin: 0px 0px 0px 15px;
}
.confirm-message .download-btn:hover {
    color: darkblue;
    background-color: #fff;
}
.confirm-message .download-btn.yes {
    color: #bbb;
}
.confirm-message .download-btn.yes:hover {
    color: darkblue;
    background-color: #bbb;
}

.tagging .tagging-controls {
    display: inline-block;
}
.tagging-controls {
    display: none;
}

html, body, .approval-container {
    width: 100%;
    height: 100%;
}

.print .approval-header{
    display: none;
}





















