.ace-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ace-thumbnails > li {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 2px;
    border: 2px solid #333;
}
.ace-thumbnails > li > :first-child {
    display: block;
    position: relative;
}
.ace-thumbnails > li > :first-child:focus {
    outline: none;
}
.ace-thumbnails > li .tags {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: visible;
    direction: rtl;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    border-width: 0;
    vertical-align: inherit;
}
.ace-thumbnails > li .tags > .label-holder {
    opacity: 0.92;
    filter: alpha(opacity=92);
    display: table;
    margin: 1px 0 0 0;
    direction: ltr;
    text-align: left;
}
.ace-thumbnails > li .tags > .label-holder:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ace-thumbnails > li > .tools {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 24px;
    background-color: rgba(0, 0, 0, 0.55);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ace-thumbnails > li > .tools.tools-right {
    left: auto;
    right: -30px;
}
.ace-thumbnails > li > .tools.tools-bottom {
    width: auto;
    height: 28px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
}
.ace-thumbnails > li > .tools.tools-top {
    width: auto;
    height: 28px;
    left: 0;
    right: 0;
    top: -30px;
    bottom: auto;
}
.ace-thumbnails > li:hover > .tools {
    left: 0;
    right: 0;
}
.ace-thumbnails > li:hover > .tools.tools-bottom {
    top: auto;
    bottom: 0;
}
.ace-thumbnails > li:hover > .tools.tools-top {
    bottom: auto;
    top: 0;
}
.ace-thumbnails > li:hover > .tools.tools-right {
    left: auto;
    right: 0;
}
.ace-thumbnails > li > .in.tools {
    left: 0;
    right: 0;
}
.ace-thumbnails > li > .in.tools.tools-bottom {
    top: auto;
    bottom: 0;
}
.ace-thumbnails > li > .in.tools.tools-top {
    bottom: auto;
    top: 0;
}
.ace-thumbnails > li > .in.tools.tools-right {
    left: auto;
    right: 0;
}
.ace-thumbnails > li > .tools > a,
.ace-thumbnails > li > :first-child .inner a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding: 0 4px;
}
.ace-thumbnails > li > .tools > a:hover,
.ace-thumbnails > li > :first-child .inner a:hover {
    text-decoration: none;
    color: #C9E2EA;
}
.ace-thumbnails > li .tools.tools-bottom > a,
.ace-thumbnails > li .tools.tools-top > a {
    display: inline-block;
}
.ace-thumbnails > li > :first-child > .text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ace-thumbnails > li > :first-child > .text:before {
    /* makes the inner text become vertically centered*/
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
}
.ace-thumbnails > li > :first-child > .text > .inner {
    padding: 4px 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}
.ace-thumbnails > li:hover > :first-child > .text {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dialogs {
    padding: 9px;
    position: relative;
}
.itemdiv {
    padding-right: 3px;
    min-height: 66px;
    position: relative;
}
.itemdiv > .user {
    display: inline-block;
    width: 42px;
    position: absolute;
    left: 0;
}
.itemdiv > .user > img,
.itemdiv > .user > .img {
    border-radius: 100%;
    border: 2px solid #5293C4;
    max-width: 40px;
    position: relative;
}
.einvoiceLink {
    color: #0a6aa1;
}
.einvoiceLink:hover {
    color: #0e9aef;
}
