#standStatsContainer,
#missedCallsContainer {
    display:none;
    position:absolute;
    top: 180px;
    left: 100px;
    width: 500px;
    height: 500px;
    border:1px solid #9e9e9e;
    border-radius:0px;
    background-color:#FFF;
    z-index:3001;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
}
#stats-business-card {
    display:none;
    position:absolute;
    /* top: 180px;
    left: 600px; */
    z-index:3000;
    top: 180px;
    left: 630px;
    /* width: 400px;
    height: 500px; */
}
#close-stats-business-card {
    position: absolute;
    color: white;
    display: none;
    z-index:3000;
    top: 180px;
    left: 1090px;
    width:25px;
    height:26px;
    cursor: pointer;
}
.user-stats {
    width: 500px;
    height: 450px;
    overflow-y: auto;
    margin-top: 50px;
    box-sizing: border-box;
    overflow-x: hidden;
}
#standStatsContainer > div,
#missedCallsContainer > div {
    width: 500px;
    height: 450px;
    position: initial;
}
.display-stand-stats-container {
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 20px;
}
#display-stand-stats,
#display-missed-calls {
    display: inline-block;
    background-color: white;
    line-height: 2em;
    cursor: pointer;
    padding: 0.5em 1em;
    font-weight: 500;
    color: #024c8c;
    border: 1px solid #024c8c;
}

#display-missed-calls .badge {
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #bc1c06;
    font-weight: 500;
    display: none;
}
#standStatsContainer .contact-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #CCC;
    cursor: pointer;
    margin: auto;
    display: inline-block;
}

#standStatsContainer .source-icon {
    width: 20px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    line-height: 32px;
}
#standStatsContainer .contact-avatar img {
    width: 30px;
}
#standStatsContainer .firstContacted {
    padding: 5px !important;
    text-align: center;
    min-width: 110px;
}
.sub-header {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 50px;
    background-color: #0053a1;
}
.sub-header > div {
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}
.sub-header > div:nth-child(1) {
    width: 62%;
    color: #FFFFFF;
    font-weight: 700;
}
.sub-header > div:nth-child(2) {
    width: 24%;
    cursor: pointer;
}
.sub-header > div:nth-child(2) button {
    z-index: 2050;
    margin: 0 0 0 20px;
    font-size: 12px;
    background-color: #2aabd2;
    border-radius: unset;
    padding: 5px 10px;
    outline: unset !important;
}

.sub-header > div:nth-child(3) {
    width: 14%;
}
.sub-header>div:nth-child(3) a {
    width: 25px;
    height: 26px;
    z-index: 2050;
    color: #bc1c06;
    background-color: #FFF;
    padding: 7px 3px;
    border-radius: 50%;
}
.sub-header > div:nth-child(3) svg{
    position: relative;
    top: 7px;
}

.see-more {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #f4f8fd;
}
.see-more > span {
    background-color: white;
    line-height: 2em;
    cursor: pointer;
    padding: 0.5em 1em;
    font-weight: 500;
    color: #024c8c;
    border: 1px solid #024c8c;
}
.table_list_div {
    margin: 0 !important;
}
.table_list {
    margin: 0 !important;
    color: #024c8b;
    font-weight: 500;
}
.table_list thead th {
    background-color: #038b99 !important;
    padding: 0.75em !important;
    color: white;
}
.table_list thead th:nth-child(1) {
    padding-left: 1.5em !important;
}
.table_list tr td {
    padding: 12px 3px !important;
}

.table_list tr td:nth-child(1) {
    padding-left: 1.5em !important;
}
.dmButton {
    cursor: pointer;
}
