﻿body {
}

.cadmus_exchk_ItemGroup {
    border: 2px solid #4d3900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    display: inline-flex;
    align-content: start;
    position:relative;
}

.cadmus_exchk_ItemGroup_Heading {
    border: 2px solid #4d3900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    display: inline-flex;
    align-content: start;
    position: relative;
    background-color:gray;
 
}
    .cadmus_exchk_ItemGroup_Heading label {
        font-size: larger;
        color: black;
        font-weight: bold;
    }

    .cadmus_exchk_ResponseItem {
        margin: 1px 6px 1px 6px;
        line-height: 1.2;
        padding: 2px;
        font-size: 9px;
        background-color: #1a1a00;
        border-radius: 5px;
    }
    .cadmus_exchk_ResponseItem .time {
        font-size: 8px;
        color: #997300;
    }
    .cadmus_exchk_ResponseItem .user {
        font-size: 8px;
        color: #b38600;
    }
    .cadmus_exchk_ResponseItem .note {
        font-size: 9px;
        color: #ffbf00;
    }
    .cadmus_exchk_ResponseItem .location {
        color: darkolivegreen;
    }

.cadmus_exchk_savenotebutton {
    position: absolute;
    top: 5px;
    right: 3px;
    color: black;
    background-color: goldenrod;
    border: none;
    padding: 4px;
    border-radius: 4px;
}

.cadmus_exchk_sendnotebutton {
    position: absolute;
    top: 5px;
    right: 6px;
    background-color: transparent;
    border: none;
    padding: 4px;
    border-radius: 4px;
}

.cadmus_exchk_attachbutton {
    position: absolute;
    top: 5px;
    left: 8px;
    background-color: transparent;
    border: none;
    padding: 4px;
    border-radius: 4px;
    font-size: 33px !important;
}
    .cadmus_exchk_attachbutton::before {
        content:""!important;
    }

    .cadmus_exchk_commentexpandbutton {
        color: white;
        background-color: transparent;
        border: none;
        padding: 4px;
        border-radius: 4px;
        position: absolute;
        right: 6px;
    }

.cadmus_exchk_commentexpand {
    display: contents;
}

.cadmus_exchk_ItemCheckBox {
    display: flex;
    width: -webkit-fill-available;
}
    .cadmus_exchk_ItemCheckBox input[type=checkbox]:checked {
        background: green;
    }
.cadmus_exchk_ItemCheckBox:after{
    background: blue;
}

.cadmus_exchk_CommentList {
    /*display: contents;*/
    max-height: 55px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

    .cadmus_exchk_CommentList .note {
        font-size: larger;
    }

.cadmus_exchk_CommentList::-webkit-scrollbar {
    width: 3px;
}

    .cadmus_exchk_CommentList::-webkit-scrollbar-track {
        background: #111;
    }

    .cadmus_exchk_CommentList::-webkit-scrollbar-thumb {
        background-color: goldenrod;
        outline: 1px solid black;
    }

.cadmus_exchk_ItemDescription {
    color:chocolate;
    font-size:smaller;
}

.cadmus_exchk_AreaNote {
    display:flex;
}

.cadmus_exchk_Image {
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 30px;
}
