@CHARSET "ISO-8859-1";
.is-view-attachment{
	border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.is-view-attachment .img-type-attachment{
	height: 75px;
    width: 75px;
/*    color: rgba(255, 255, 255, 0.5);*/
    font-size: 56px;
    line-height: 75px;
    text-align: center;
    margin-bottom: 5px;
}
.is-view-attachment .title-attachment{
	direction: ltr;
	text-align: center;
}
.is-view-attachment .description-attachment{
	background-color: #eee;
    padding-bottom: 11px;
    padding-top: 11px;
    height: auto;
	border-radius: 3px;
}
.is-view-attachment .description-attachment > div:first-child > a {
    line-height: 34px;
    padding: 0;
    color: #666666;
	text-align: center;
}
.is-view-attachment .description-attachment > div:nth-child(2) {
    padding-top: 10px;
}
.bg-word{
	background-color: #2196f3;
}
.bg-excel{
	background-color: #43A047;
}
.bg-image{
	background-color: #455A64;
}
.bg-letter{
	background-color: #ff9800;
}
.bg-pdf{
	background-color: #f44336;
}
.bg-audio{
	background-color: #0097A7;
}
.bg-file{
	background-color: #959595;
}
.show-letter-modal{
    height: 600px;
}
.scan-scanner .wrapper, .katebLetterBody .pdfKateb ,.katebLetterBody .letter-body-label{
    display: none;
}

.is-edit-attachment {
    border: 3px dashed #e6e6e6;
    position: relative;
    padding: 15px 10px;
    border-radius: 7px;
}

.is-edit-attachment .text-on-el {
    position: absolute;
    top: -10px;
    font-size: 13px;
    padding: 0 5px;
    font-weight: bolder;
    background: #fff;
    right: 20px;
}
.is-edit-attachment .horizontal-align-items{
    display: flex;
    align-items: center;
}