.lightbox-content .fields-group td {
    display: table-cell;
    padding-bottom: 5px;
}

.lightbox-content .screen {
    height: 100%;
}
.lightbox-content form {
	height: 100%;
}

.lightbox-panel{
	height: 100%;
}

.lightbox-panel table {
	width: 100%;
}

.lightbox-panel .fields-group td.cell-left{
	width: 25%;
}

.lightbox-panel .horizontal-top-tabs {
    height: calc(100% - 48px);
}

.lightbox-panel .horizontal-top-tabs .form-area{
    height: calc(100% - 48px);
}


.lightbox-panel .horizontal-top-tabs .form-area .tab1-content {
	height: 100%;
}


.lightbox-panel .tab2-content {
    height: 100%;
}

.lightbox-panel .content-area {
    height: 100%;
    overflow: auto;
}


.view-filter .fields-area {
    height: auto !important;
}

.datetime-field .time-field span{
	vertical-align: middle;
}

.lightbox-panel .button2.action-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: .875rem;
    height: 40px;
    border: 0;
    display: inline-flex;
    background-color: transparent;
    color: #584e6e;
    font-weight: bold;
    align-items: center;
    padding: 1px 20px 0;
    border-radius: 50px;
    text-decoration: none;
    transition: all linear .1s;
    box-sizing: border-box;
    padding: 0;
    width: 40px;
    justify-content: center;
}


.lightbox-panel .button2.action-close span {
    display: none;
}

.lightbox-panel .button2.action-close:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    content:'\e5cd';
    transform: none;
    opacity:1;
    -webkit-font-smoothing: antialiased;
    background:none;
    margin-top	: 7px;
}

.lightbox-panel .content-area tr td a:link{
color :#6000FF;
}

.divAnswerComment {
	display	: flex;
	align-items: center;
}

.divAnswerCommentText {
    width : 100%;
    padding-right: 7px;
}
.divAnswerImageCopy {
    align-items: center;
    width : 100%;
    display : contents;
}

.divAnswerImageCopy img {
	opacity : 0.7;
}

.divAnswerImageCopy :hover {
	opacity : 1;
}

.details-icon  {
	opacity : 0.7;
}
