﻿#communication-document-list-dialog {
    overflow: hidden;
    width: 1000px;
    height: 610px;
}

#communication-document-list-content-top {
    width: 99%;
    background: #AFE6FC;
}

#communication-document-list-content-top2 {
    width: 99%;
    background: #AFE6FC;
    margin: 5px;
}

#communication-document-list-content-selection {
    display: contents;
    width: 80%;
    height: 33px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    background: #AFE6FC;
}

#btnCommunicationViewDateRange {
    height: 32px;
    width: 170px;
    margin-left: -1.6em;
    background: #AFE6FC;
    border: 1px solid #A0C2CE;
}

#communication-document-date-picker img.ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: -22px;
}

.communication-document-list-dialog-tab {
    margin-top: 5px;
    width: 140px;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 400;
}