.s-TranslationGrid input.custom-text {
  width: 100%;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size,
.s-UserRoleDialog > .size {
    min-width: 770px;
    width: 770px;
    min-height: 550px;
    height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid,
.s-UserRoleDialog .s-DataGrid {
  height: 100%;
}


#LoginPanel .logo2 {
    margin: 0 auto 20px auto;
    width: 128px;
    height: 128px;
    background: transparent url("/Content/site/images/n1.png") no-repeat center center;
}

.slickgrid-row-selected {
    background-color: lightblue;
}

.file-download-link2 {
    display: inline-block;
    padding-left: 22px;
    min-height: 20px;
    background: url(images/arrow-down2.png) no-repeat left 1px;
    opacity: 0.5;
    cursor: pointer;
}
.export-xml-button {
    height: 30px;
}
.export-xml-button span.button-inner {
    background-image: url(../serenity/images/xml.png);
    height: 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
}


.delete-multi-button {
    height: 30px;
}

.delete-multi-button span.button-inner {
    background-image: url(../serenity/images/delete2.png);
    height: 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.s-DateTimeReadOnlyEditor {
    padding-top:6px!important;
}