.panel-right-secretariat {
    background-color: #fff;
    box-shadow: 0 0 6px -3px #000;
    padding: 0;
}

.panel-right-secretariat a.list-group-item {
    padding-bottom: 3px;
    padding-top: 3px;
    border: none;
}
.panel-right-secretariat a.list-group-item > h6{
    padding-right: 20px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    border: none !important;
    z-index: auto;
}
.panel-left-secretariat {
height: calc(100vh - 60px);
background: #fff;
box-shadow: 0 0 9px -7px #000;
overflow: auto;
}

.panel-left-secretariat > .panel.panel-primary {
    height: calc(100vh - 125px);
    overflow: auto;
}
.panel-left-secretariat > .col-md-12 > .panel.panel-default:nth-child(2) {
    height: calc(100vh - 125px);
}
.scanner-loading {
    height: 35px;
    margin-right: 10px;
    width: 35px;
}
.titleSection {
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
/*    background: #fafafa;*/
}
.titleSection a.list-group-item{
    display: flex;
}
.panel-right-secretariat a.list-group-item  >.label-bg{
    font-weight: normal;
    background-color: #fb7546;
    border-radius: 50% !important;
    height: 20px;
    width: 20px;
    padding: 4px;
    font-size: 11px;
    flex-shrink: 0;
    margin-right: auto;
    align-self: center;

}
/*new styles*/
.description-attachment.archive-history {
    background-color: #eee;
    border-radius: 3px;
    height: auto;
    margin-top: 10px;
    padding-bottom: 11px;
    padding-top: 11px;
    min-height: 90px;
}

.archive-history > div > label {
    color: #0097a7;
    float: right;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 5px;
    text-align: left;
    width: 70px;
}

.archive-history > div > span {
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.duplicate-letter .header {
    width: 100%;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    text-align: center;
}

.dropdown-selector {
    position: relative;
}

.dropdown-selector i {
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    right: 41px;
    top: 14px;
    z-index: 5;
}
.content-with-html {
    font-family: iranyekanweb;
    white-space: pre-wrap;
    word-break: keep-all;
}



.managementContainer > .panel.panel-primary > .panel-body > vt-search > .row > .col-sm-10{
    display: flex;
}
