/* 
    webbase.css 
*/

/* Reset boxes */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: none;*/
    margin: 0;
}
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(230, 238, 249);
    border: solid 1px rgb(230, 238, 249);
}

/*
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*  border: solid 1px #16427f;
}
/*
::-webkit-scrollbar-thumb {
    background-color: #16427f;
    /* border: solid 1px rgb(230, 238, 249); */
}
/*
    ::-webkit-scrollbar-thumb:hover {
        background-color: #668EC4;
    }
*/

/*  #999999 darkgrey is now:    #16427f Darkblue
    #bdbdbd lightgrey is now:   rgb(230, 238, 249) LightBlue*/


html {
    cursor: default;
    font-family: Tahoma, Verdana;
    font-size: small;
    text-decoration: none;
    color: black;
    background-color: transparent; /*rgb(245, 249, 251);*/
    background-position: left top;
    background-repeat: no-repeat;
}

html, body {
    height: 100%;
}

body {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-family: Tahoma, Verdana;
}
.bodyContent {
    border: none;
    box-sizing: content-box;
    position: fixed;
    overflow: auto;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    white-space: normal;
}

.treeTop {
    height: auto;
    width: 100%; 
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px; 
}

.horizontalContainer {
    display: flex;
    flex-direction: row; /* important to use flex row so that the iframes can't wrap (olalin) */
    box-sizing: border-box;
    white-space: nowrap;
    height: 100%;
    border: 0;
}

.horizontalFrame {
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    border: 0;
}

.contentScroll {
    border: none;
    box-sizing: border-box;
    position: fixed;
    overflow: auto !important;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.blueFade {
    /* Standard syntax Elanders-blue */
    /*background: linear-gradient(#16427f, #16427f, #16427f, #16427f, #16427f, #ffffff, rgba(0, 0, 0, 0.0));
    background-repeat: no-repeat;
    background-size: 100% 35px;*/

    /*
    background-color: #f5f9fb;
    background-image: url('/WebBase/images/bgfadeblue.png');
    background-repeat: repeat-x;
    */
}

.header {
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    /*border-bottom: 2px solid #bdbdbd;*/
}

.tblheader {
    display: block;
    /*height: 35px;*/
    background-color: #16417f;
    border-bottom: 2px solid #e6eefa;
    width: 100px;
}
#tblMenuItems {
    font-size: 10pt;
}

.main {
    width: 100%;
    height: calc(100% - 51px); /* without this chrome, opera & firefox won't work.  */
    white-space: nowrap;
}
.Christmas {
    height: 50px;
    width: 50px;
    top: 0px;
    right: 0px;
}

.mainMain {
    display: inline-flex;
    flex-grow: 1;
    width: 100%;
    height: calc(100% - 50px); /* without this chrome, opera & firefox won't work.  */
    white-space: nowrap;
}

.submain {
    display: block;
    flex-grow: 1;
    width: 100%;
    height: 100%; 
    overflow: hidden;
}

.footer {
    display: block;
    width: 100%;
    bottom: 0px;
    position: fixed;
}

.treetopIframe 
{
    height: auto;
}

iframe {
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 40px);
} 
.IframeStyle {
    max-height: calc(100% - 60px); /*För att få plats med #Holderbuttons under Iframen, som är 60px hög.*/
    max-width: 100%; /*Största bredden = bredden på skärmen.*/
}
.Heightoverflow {
    height: calc(100% - 70px);
    overflow: auto;
}
.Holderbuttons {
    background-color: transparent;

}
form {
    display: block;
    margin-top: 0em;
    height: calc(100% - 2px);
}
img[alt*="Reload"] {
    cursor: pointer;
}

#popup {
    /* font-family: Arial;
    font-size: 12px;
    display: none;
    border: 1px solid #16417f;
    position: fixed;
    background-color: #e6eefa;
    padding: 4px;
    left: 250px;
    top: 10px;*/
    cursor: pointer;
}
#iframePopupDialog {
    height: 100%
}
.wbsubmenu {
    border: 1px solid #16417f;
    background-color: #16417f;
    padding: 4px;
}

.wbmenuitem {
    color: black;
    padding: 2px;
    white-space: nowrap;
}

.wbmenuitem-icon {
    position: relative;
    margin-right: 6px;
    top: 3px;
}

.wbmenuitem-caption {
    margin-right: 6px;
}
.wbmenuitem-shortkey {
    margin-right: 10px;
    float: right;
}

.wbmenuitem-subarrow img {
    position: relative;
    top: -8px;
}

.wbmenuitem:hover {
    background-color: #E3EEFB;
    color: white;
}

.wbmenusep {
}

.wbmenusep hr {
        border: 0.4px solid #bebebe;
    }

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.split-content {
    box-sizing: border-box;
    /*border: 1px solid #999999;
    border-bottom: none;
    border-top: none;*/
    border: none;
    background-color: transparent;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.gutter {
    background-color: #ebf6fc;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter-resizer {
    cursor: pointer;
    /* height: 35px; ï¿½ndras i scripts/wbNewFrames/split.js line 384*/
    /* widht: 100% ï¿½ndras i scripts/wbNewFrames/split.js line 385 */
    /*background: #16417f; /* For browsers that do not support gradients */
    /* background: linear-gradient(#999999, #999999, #999999, #999999, #999999, #d8d8d8, rgba(0, 0, 0, 0.0)); /* Standard syntax */
    /*background: linear-gradient(#16427f, #16427f, #16427f, #16427f, #16427f, #ffffff, rgba(0, 0, 0, 0.0)); /* Standard syntax */
}

.gutter.gutter-horizontal {
    cursor: col-resize;
    /*background-color: #999999;*/

    background-image: url('../images/grips/vertical.png');
}

.gutter.gutter-vertical {
    cursor: row-resize;
    /*background-color: #999999;*/
   background-image: url('../images/grips/vertical.png');
}

.split.split-horizontal, .gutter.gutter-horizontal {
    height: 100%;
    float: left;
}

.scroller {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
}

.scroller-full {
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100%);
    overflow: auto;
    padding-left: 5px;
}

a:active {
    text-decoration: none;
    color: inherit;
}

a img {
    border: 0 none black;

}

a:link {
    font-weight: normal;
    text-decoration: none;
}

    a:link .HeaderLink {
        color: Black;
        font-weight: bolder;
    }

a:visited {
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
}

button.PushPop {
    width: 20px;
    background-color: White;
    border: 1px solid Black;
    margin-top: 1px;
    margin-bottom: 1px;
}
input#MediaCaption {
    border: 1px solid;
    margin-right: 5px;
    margin-left: 5px;
}
input#ArticleId {

}

input {
    font-size: 8pt;
    font-family: Tahoma, Verdana;
    border: 1px solid black; 
   /* height: 17px;*/
    color: black;
    outline: none;
}
    /*Inputs that doesn't require a border*/
    input#btnList,
    input#btnThumb,
    input#btnDownload,
    input#btnDeleteFiles,
    input#btnRefresh,
    input#ImgNullPict, /* ImgNullPict does not have a border, but requires bottom: 0px*/
    input#btnExportExcel,
    input#btnExportPDF,
    input#btnMail,
    input#btnRegenExport,
    input#btnLangPreview,
    input#btnSave,
    input#IMG1 {
        border: none;
        bottom: 0px;
    }
    input[type=image] {
        border: none !important;
        height:17px;
    }
    /*Selects that requires a border but not a bottom adjustment.*/
    select#DDPageSize {
        bottom:0px;
    }

    input[type=file] {
        border: none;
        height: auto;
        font-size: 8pt;
    }

select#RowVerticalAlignment, select#CellAlignment, select#CellVerticalAlignment, select#RowType {
    border: 1px solid;
    margin-top: 2px;
    min-width: 146px;
}
input#RowSpan {
    margin-top: 2px;
}
.text_top {
    vertical-align: text-top;
}
.prop-label {
    display: -webkit-inline-box;
}

select {
    /*font-size: 8pt;
    font-family: Tahoma, Verdana;
    border: 1px solid black;
    border-collapse: collapse;
    height: 17px;
    color: black;*/
    outline: none;
}
.fixedbottom {
    position:fixed;
    bottom: 13px; /*For scrollbar*/
    left: 40px;
    width: 500px;
}
.fixedtop {
    position: fixed;
    top: 0px;
    left: 50px;
    width: 450px;
}

sub {
    font-size: 6pt;
}

sup {
    font-size: 6pt;
}

table {
    font-size: 8pt;
    cursor: default;
    color: black;
    font-family: Tahoma, Verdana;
    text-decoration: none;
    display: grid;
    /*padding-bottom: 5px;*/
}
.rgMasterTable {
    display:table;
} 

textarea {
    font-size: 8pt;
    font-family: Tahoma, Verdana;
    border: 1px solid black;
}
/*Advanced Search*/

#SearchSettings1_SearchFrom,
#SearchSettings1_txtOutputMaxHits_text,
#txtFreetext_text,
#txtPropertyValue_text {
    border-color: darkgrey;
    border-radius: 4px;
}

#txtArticleList_text {
    height: 55px;
    margin-top: 1px;
    width: 160px;
    border-radius: 4px;
}
#txtFreetext_text, #AddNodesToPublication1_txtNewNodeCaption {
    border-radius: 4px;
    margin-bottom: 3px;
}
/*
ul, ol {
    margin-top: 0px;
    margin-left: 20px;
}
ol li{
    padding-left: 0px;
}
ol li li {
    padding-left: 0px;
}*/
.margin10 {
    margin: 10px 10px 10px 10px;
}

.margin20 {
    margin: 20px 20px 20px 20px;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}
.padding5 {
    padding: 5px 5px 5px 5px;
}

.paddingTaskSearchResult {
	padding: 25px 10px 10px 10px;
}

.padding20 {
    padding: 20px 20px 20px 20px;
}

/* ID based elements ***************************************************/

span#refresh {
    position: absolute;
    top: 4px;
    left: 4px;
}

span#lblMenubar A, span#lblMenubar TD A.Menu {
    font-weight: normal;
    font-size: 32px;
    color: #ffffff;
    font-family: Tahoma, Verdana;
    text-decoration: none;
}

/* This object should be used with a block or paragraph container tag to create a white box with black border ï¿½ la Pablo. */
#wait, .wait {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 8px 35px 8px 14px;
    margin-left: 30px;
    margin-top: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*border-top: 1px solid Black;
	border-right: 3px solid Black;
	border-bottom: 3px solid Black;
	*/
    width: 320px;
}

/* Custom classes ******************************************************/

.AlternatingItemStyle {
    color: black;
    background-color: #e8e8e8;
    padding-left: 3px;
    padding-right: 3px;
}

.ItemStyle {
    color: black;
    background-color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
}

.BigTextBox {
    font-family: Tahoma, Verdana, 'Times New Roman';
    font-size: 10pt;
    width: 420px;
    color: black;
    border: #000000 1px solid;
}

.BoldText {
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
}
.border {
    border: 1px solid black;
    margin: 1px 1px 1px 1px;

}
#SearchText {
 position: relative;
 bottom: 3px;
}

.searchInputFields {
    font-size: 12pt;
    height: 21px;
    padding-left: 2px;
}

.searchPanel {
    height: 100%;
    display: flex;
    flex-flow: column;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.searchField {
    float: left;
    margin-right: 20px;
}

.searchFilters {
    height: 30px;
}

#searchFilterButtons {
    display: flex;
    float: right;
    width: 40px;
    justify-content: space-between;
}

.searchLabels {
    font-weight: normal;
    margin-right: 10px;
}

.searchResultLabels {
    font-weight: normal;
    font-size: 8pt;
    margin-right: 10px;
}

#searchResultBottom {
    width: 100%;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 1px;
}

.searchSelects {
    font-size: 12pt;
    border-color: black;
    margin-right: 5px;
}

.addSearchFilterCondition {
    margin-top: 10px;
    margin-bottom: 4px;
    max-height: 200px;
    width: 100%;
    padding: 0px 5px 5px;
    overflow: auto;
    border: 1px solid black;
}

.filterConditionCenter {
    display: flex;
    position: absolute;
    left: 100px;
}

.filterConditionLeftDiv {
    display: flex;
    height: 20px;
    width: 90px;
    align-items: center;
    justify-content: flex-end;
}

.filterConditionRightDiv {
    margin-right: 10px;
    display: flex;
    height: 20px;
    width: 90px;
    align-items: center;
}

.filterConditionParenthesisButton {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: solid 1px black;
    border-radius: 5px;
    background: none !important;
    padding-bottom: 2px;
}

.filterConditionParenthesisButton:focus {
    outline: none !important;
}

.filterConditionParenthesisButton:disabled {
    border: solid 1px grey;
}

.filterConditionParenthesisButton:disabled:hover {
    cursor: not-allowed;
}

.filterConditionParenthesis {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px;
    border: none;
    background: none !important;
}

.filterConditionParenthesis:focus {
    outline: none !important;
}

.filterConditionButtons {
    display: flex;
    align-items: center;
    z-index: 10;
}

.filterIcon {
    width: 18px;
    height: 18px;
}

.filterCondition {
    margin-top: 5px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

#addFilterIcon {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: unset;
    margin: unset;
    font-size: 15pt;
}

.showMoreLessPanel {
    text-align: center;
    clear: right;
}

.advancedSearchButton {
    border-radius: 5px;
    border: none !important;
    background-color: rgb(230, 238, 249) !important;
    padding: 4px;
    margin-bottom: 2px;
    outline: none;
}

#startSearchButton {
    background: url(../images/MenuIcons/zoom.png) no-repeat;
    width: 90px;
    background-position-x: 5px;
    background-position-y: center;
    padding-left: 20px;
}

#expandColumnVisibilityId:focus {
    outline: none !important;
}

#searchResultError {
    color: red;
}

.searchResultColumnVisibility {
    clear: right;
    float: right;
    margin-bottom: 5px;
    height: 0px;
    position: relative;
    bottom: 23px;
}

.searchResultColumnList {
    position: absolute;
    right: -10px;
    border: 1px solid black;
    padding: 5px;
    background: white;
    border-radius: 5px;
    max-height: 500px;
    overflow: auto;
    width: max-content;
    z-index: 100;
}

.searchResultColumn.label {
    display: block;
    padding: 5px;
}

.searchResultColumn.checkbox {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.searchResultTablePanel {
    flex-grow: 1;
    overflow: auto;
    border: 1px solid black;
}

.searchResultTableHeader {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.searchResultTableHeader label{
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    padding-right: 18px;
}

.searchResultPanel {
    flex-grow: 1;
    clear: right;
    display: flex;
    flex-flow: column;
    height: 100%;
    overflow: hidden;
}

#searchResultTableId {
    width: 100%;
    table-layout: auto;
    text-align: left;
    display: table;
}
#searchResultTableId td {
    border: 2px solid white;
}

#searchResultTableId tr {
    font-size: 10pt;
}

#searchResultTableId tr.selected {
    background-color:#a3d0ec!important;
}

#searchResultTableId tr:nth-child(even) {
    background-color: rgb(230, 238, 249);
}

#searchResultTableId tr:nth-child(odd) {
    background: none;
}

table.tablesorter tbody tr .headerSortDown {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7');
    background-repeat: no-repeat;
    background-position: right 2px bottom 7px;
}

table.tablesorter tbody tr .headerSortUp {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7');
    background-repeat: no-repeat;
    background-position: right 2px bottom 7px;
}

.dragHandle {
    background-image: url("http://akottr.github.io/img/handle.png");
    background-repeat: repeat-x;
    height: 18px;
    margin: 0 1px;
    cursor: move;
}

.searchResultTableObjectType {
    position: relative;
    top: 3px;
}

.searchResultPager {
    text-align: center;
    margin: 0 auto;
}

.ui-dialog {
    background-color: white;
}

.ui-button {
    margin: 5px;
}

.ClusterCaption, .StructureCaption {
    font-weight: bolder;
    font-size: 12pt;
    margin-bottom: 10px;
}

.FieldBody {
    white-space:nowrap;
    padding: 2px;
    width: 100%;
}

.FieldBody.Wrap {
    white-space: normal;
}

.FieldBodyNonEdit {
    background-color: white;
    font-family: verdana;
    font-size: 8pt;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 2px;
    border: none;
}

.FieldBodySmall {
    font-size: 7pt;
}

.FieldCaption {

    padding: 2px 5px 2px 8px;
    width: 145px;
    white-space:nowrap;
}

.FieldCaptionSmall {
    font-size: 7pt;
    font-weight: normal;
}

/*.FormButton, .Button {
    font-family: Tahoma, Verdana;
    font-size: 10px;
    border-right: #818181 1px solid;
    width: 100px;
    border-left: #818181 1px solid;
    border-top: #818181 1px solid;
    border-bottom: #818181 1px solid;
    padding-top: 1px;
    padding-bottom: 0px;
    margin-top: 2px;
    background-image: url(../images/theme/grey-button-background.gif);
    border-radius:3px;
}*/a


.btn2 {
        float: left;
    margin-left: 20px;
}

.FormButtonMini {
    float: right;
    font-family: Tahoma, Verdana;
    font-size: 10px;
    border-right: #818181 1px solid;
    width: 50px;
    border-left: #818181 1px solid;
    border-top: #818181 1px solid;
    border-bottom: #818181 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(../images/theme/grey-button-background.gif);
    border-radius: 3px;
}

.FormTable {
}

.HeaderStyle {
    color: #000000;
    /*     background-image: url(../images/theme/grey-button-background.gif);
 */
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#e6eefa'); /*better when more than one rows in connectarticles...)*/
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
    border-right: 1px solid #818181;
    border-left: 1px solid #818181;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    width: 500px;
}

tr.HeaderStyle th a {
    color: #000000;
    font-weight: bolder;
}

.Icon, .ContextMnuIcon {
    border: 1px none black;
    cursor: pointer;
}

.ImageBorder {
    border-color: #d0d0d0;
    border-width: 1px;
}

.inputReadonly {
    background-color: #e6eefa;
    width: 150px;
    border: none;
}

.menuBorderBottom {
    border-bottom: #ffffff 1px solid;
}

.menuBorderLeftBottom {
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}

.NormalText {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: black;
}

.ObjectCaption {
    font-weight: bolder;
    font-size: 10pt;
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

.Page {
}

.PageCaption {
    font-weight: bolder;
    font-size: 10pt;
    margin-bottom: 10px;
    margin-left: 10px;
}
.popuptbl {
    background: linear-gradient(#16417f, #16417f, #16417f, #16417f, #16417f, #ffffff, rgba(0, 0, 0, 0.0));
    color: white;
    font-weight: bolder;
    padding-left: 5px;
}

.refresh {
    cursor: pointer;
    border: none;
}

.SmallTextBox {
    font-family: Tahoma, Verdana, 'Times New Roman';
    font-weight: bold;
    width: 120px;
    color: black;
    /*border: #818181 1px solid;*/
    padding: 0.2em;
}
input#txtPassword {
        font-family: Tahoma, Verdana, 'Times New Roman';
        font-weight: bold;
        color: black;
        /*border: #818181 1px solid;*/
        margin-left: 8px;
    }

.Text, .Table, .Picture, .Document {
    margin-bottom: 10px;
}

.TextBox {
    font-family: Tahoma, Verdana, 'Times New Roman';
    /*font-size: 10pt;*/
    /*font-weight: bold;*/
    width: 100%;
    color: #000000;
    border: #000000 1px solid;
    margin-bottom: 3px;
}
.localTextBox {
    /*WIDTH: 160px;*/
    HEIGHT: 20px;
    border: 1px solid black;
    margin-bottom: 2px;
    margin-top: 1px;
}


.Title {
    font-weight: bolder;
    font-size: 12pt;
    margin-left: 10px;
}

.visibleFrame {
    border: #000000 1px solid;
    color: #000000;
}

.generalFrameBlue {
    border: rgb(22, 66, 127) 1px solid;
}

.frameBorder {
   /* border: rgb(22, 66, 127) 1px solid; */
}

.txtBold {
    font-weight: bold;
}

.Bolder {
    font-weight: bolder;
}

.txtErrorMsg {
    color: Red;
    font-weight: bold;
}

.cursorHand {
    cursor: pointer;
}

.cursorDefault {
    cursor: default;
}

/* Classes for Robur */
.statusApproved {
    font-weight: bold;
    color: #009900;
}

.statusEdited {
}

.pabloPopupCaption{
	padding-left:5px;
	padding-top:2px;
}

.statusImported {
}

.fieldset {
    border: 1px solid #000000;
    padding: 10px;
}

    .fieldset legend {
        font-weight: bold;
        margin-bottom: 5px;
    }

legend {
    color: black;
}

/* fï¿½r Props visning. */
dl {
    margin: 0 0 0 0;
}

.dl-horizontal {
    *zoom: 1;
}

    .dl-horizontal:before,
    .dl-horizontal:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .dl-horizontal:after {
        clear: both;
    }

    .dl-horizontal dt {
        font-weight: bolder;
        float: left;
        overflow: hidden;
        clear: left;
        text-align: right;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 150px;
        padding: 0 0 0 0;
    }

/*For debugg */

.dl-nameValue {
    padding: 0.5em;
}

.dt-nameValue {
    float: left;
    clear: left;
    width: 300px;
    text-align: right;
    font-weight: bold;
}

.dd-nameValue {
    margin: 0 0 0 200px;
    padding: 0 0 0.5em 0;
}

/* Table with gridlines, used especially on System and Admin pages... also for connectarticles */

table.grid {
    border-collapse: collapse;
    border-left: 1px solid #818181;

}

    table.grid th {
        color: #000000;
        filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#e6eefa');
        border: 1px solid #818181;
        padding: 3px 3px 3px 3px;
    }

    table.grid td {
        border-right: 1px solid #818181;
        border-bottom: 1px solid #818181;
        padding: 2px;
    }

.LeftIndent {
    padding-left: 3px;
}

.panelHeaderToolbarDarkBlue {
    padding-top: 0px;
    background: #ffffff;
}

.panelHeaderToolbar {
    padding-top: 0px;
    background: #ffffff;
}

.bodyNoTopMargin {
    margin-top: 0px;
}

.panelHeaderNoToolbar {
    background: #ffffff;
    padding-top: 25px;
}

.bodyBackground {
    margin-top: 0;
    background: rgb(255,255,255);
}

.topBackground {
    background: #ffffff;
}

.panelHeaderPadding {
    padding-top: 42px;
    padding-left: 5px;
}

.panelPadding {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.panelBorder {
    border: rgb(22, 66, 127) 1px solid;
}

.reset {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.formShrink {
    /* This causes the element (form) to 
	shrink-wrap arount it's content. */
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;

}

.loginPageBackground {
    BACKGROUND-POSITION: center top;
    BACKGROUND-IMAGE: url(../images/webbase_header.jpg);
    BACKGROUND-REPEAT: no-repeat;
    text-align: center;
}

.panelCaption {
    /*   background-color: #999999;
    text-align: left;
    color: black;
    padding: 6px;
    height: 35px;
    border-bottom: 2px solid #bdbdbd;*/
    background: #16417f; /* For browsers that do not support gradients */
    /*background: linear-gradient(#999999, #999999, #999999, #999999, #999999, #ffffff, rgba(0, 0, 0, 0.0)); /* Standard syntax */
    background: linear-gradient(#16427f, #16427f, #16427f, #16427f, #16427f, #ffffff, rgba(0, 0, 0, 0.0)); /* Standard syntax */
    border: none;
    color: white;
    font-weight: bold;
    height: 35px;
    padding-left: 5px;
}

.white {
    color: #ffffff;
}

.panelCaptionTbl {
    margin-top: 4pt;
    margin-left: 5pt;
    margin-bottom: 0pt;
    margin-right: 0pt;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    border-collapse: collapse;
    border: 0px none white;
}

.panelCaptionTbl-X {
    text-align: right;
    width: 10px;
    cursor: pointer;
}

.panelCaptionLeftMargin {
    margin-left: 15px;
}

.whiteBackground {
    background: white;
    color: black;
}

.headerBackgroundLeft {
    background: #16427F;
    /*background: rgb(255,255,255) 
    url(../images/Top/WebBaseHeaderLeft400px.jpg) 0px 0px;*/
}

.headerBackgroundRight {
    background: #16427F;
    /*url(../images/Top/WebBaseHeaderRight1px.jpg) repeat-x 0px 0px;*/
    /* background: #999999;
      background: -webkit-linear-gradient(#bdbdbd,#999999); /* Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#bdbdbd,#999999); /* Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#bdbdbd,#999999); /* Firefox 3.6 to 15 */
    /* background: linear-gradient(#bdbdbd,#999999); /* Standard syntax (must be last) */
}

.blueBackground {
    background-color: aliceblue;
}

.headerBackgroundMin {
    background: rgb(28, 53, 94);
}
/* Alerts */

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}

.toolbar-alert {
    margin: 3px 2px 1px 2px;
    padding: 2px 4px 2px 4px;
    color: rgb(22, 66, 127);
    background-color: #faffbd;
    border: 1px solid rgb(22, 66, 127);
    z-index: 999999;
}

.alert,
.alert h4 {
    color: #c09853;
}

    .alert h4 {
        margin: 0;
        font-size: 12px;
    }

    .alert ul {
        margin: 0;
    }

    .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info,
.alert-info a {
    color: black;
    /*background-color: rgb(217, 237, 247);*/
    background-color: rgb(238,248,253);
    border-color: rgb(22, 66, 127);
    border:2px solid;
    /*background: linear-gradient(#16417f, #e6eefa, #f5f5f5);*/
}

.alert-info h4 {
    color:black;
}

.alert-tips {
    color: #4a4d21;
    background-color: #faffbd;
    border-color: #eaeb49;
    white-space: initial;
}

.alert-tips h4 {
    color: #4a4d21;
}

.alert-warning {
    color: #c09853;
    background-color: #fbeed5;
    border-color: #b78b61;
}

    .alert-warning h4 {
        color: #b78b61;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

.alert-Popup,
.pablo-alert {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 24px;
    width: 300px;
    height: 90px;
}


/* table Sorter */
table.tablesorter thead tr .tblheader, .aeSortable {
    background-image: url('data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==') /*/images/TableSorter/bg.gif*/;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.checkbox20 {
WIDTH: 20px;padding-bottom:0px;padding-top:0px;
}

table.tablesorter span {
    margin-right: 18px;
}

table.tablesorter thead tr .headerSortUp, .sortUp {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7') /*/images/TableSorter/asc.gif*/;
    background-repeat: no-repeat;
    background-position: right 5px;
}

table.tablesorter thead tr .headerSortDown, .sortDown {
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7') /*/images/TableSorter/desc.gif*/;
    background-repeat: no-repeat;
    background-position: right 5px;
}

table .tablesorter tbody {
    display: table;
}
.SessionTbl {
    width: auto;
    text-align: center;
    border: none;
    margin-left: 5px;
}
.Sessionhead {
    text-align: left;
    margin-left: 5px;
}
.articleheader {
    padding: 0px 2px 5px 5px;
    line-height: 23px;
    overflow: hidden;
    width: 170px;
    height: 35px;
    background-color: #16417f;
    border-bottom: 2px solid #e6eefa;
    border-top-left-radius: 10px;
    border-top-right-radius: 4px;
    font-weight: bold;
    padding-top: 8px;
    color: white;
}

.WBProp-infoicon {
    background-image: url('../images/PropIcons/info.gif') /**/;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    width: 16px;
    height: 12px;
}

.spinner {
    /*background-image: url('../images/Wait.gif');*/
    background-image: url('../images/spinner.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    display: inline-block;
    height: 50%;
}


#loading_tree {
    text-align: center;
    margin: 25px;
    width: 100%;
    height: 100px;
}

/* #treeContextMenu in tree.css */


#ContextMenu, .contextMenu {
    padding: 3px 1px 3px 1px;
    color: black;
    cursor: default;
    display: none;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    border: solid 1px black;
    background-color: rgb(245, 249, 251);
    width: auto;
    padding-left: 10px;
}

    #ContextMenu span, .contextMenu span {
        overflow: hidden;
        position: relative;
        top: 2px;
        margin-left: 5px;
    }

.menuItem, .menuItemNormal {
    margin: 0px 0px 1px 0px;
    padding: 2px 10px 0px 2px;
    vertical-align: top;
    cursor: pointer;
    /*background-color: white;*/
}

    .menuItem span {
        display: inline-block;
        padding-left: 5px;
    }

#ContextMenu img, .contextMenu img {
    margin: 0 0 0 3px;
}

.menuItemSelected {
    background-color: #eaf4ff !important;
}

.menuSepDiv {
    margin-top: 3px;
    margin-bottom: 3px;
}

.menuSepLine {
    width: 100%;
    position: absolute;
    height: 2px;
}

/* Node Lists*/
/*Node*/
.nlN, .nlSN {
    white-space: nowrap;
    width: 100%;
    border: 1px dashed white;
}
/*Caption Row*/
.nlCR {
}

/*Caption*/
.nlC {
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: calc(85% - 3em) !important;
    text-overflow: ellipsis;
}

/*Hide Caption*/
.nlHC {
    color: #a9a9a9;
}
/* Caption with Status And no other extra icons */
.nlCS {
    /*padding-left:24px;*/
}

/* Caption with Status And one extra icons (MenuIcon or PlusMinus) */
.nlCS1I {
    /*padding-left:39px;*/
}
/* Caption with Status And two extra icons (MenuIcon and PlusMinus) */
.nlCS2I {
    /*padding-left:55px;*/
}
/* Caption without Status and one extra Icon (MenuIcon or PlusMinus) */
.nlC1I {
    /*padding-left:14px;*/
}
/* Caption without Status and one extra Icon (MenuIcon and PlusMinus) */
.nlC2I {
    /*padding-left:50px;*/
}


/*MnuIcon*/
.nlMI {
    cursor: pointer;
    margin-left: 0;
    width: 16px;
    height: 16px;
}
/*Icon*/
.nlI {
    margin-right: 2px;
    width: 16px;
    height: 16px;
}
/* Status Icon*/
.nlS {
    margin-left: -2px;
    margin-right: 1px;
    width: 5px;
    height: 16px;
}
/* Plusminus Icon*/
.nlPM {
    width: 16px;
    height: 16px;
}
/* Node Container*/
.nlNC {
    white-space: normal;
}

.nodeListItems {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-left: 10px;
    position: relative;
}

.nlSel {
    border: 1px dashed #5c5959 !important;
    background-color: #eeeeee;
}

.nlHover {
    /*border:1px solid #bdbdbd;*/
    background-color: #e6eefa !important;
}
.darkgrey {
    background-color: white;

}
.darkgrey:hover {
    background-color: #e6eefa;
}


.nlContextSubHeader,
.nlContextSplitter {
    padding-right: 10px;
    padding-left: 5px;
    font-weight: bolder;
    padding-top: 2px;
    margin-right: 10px;
}

.nlContextSplitter {
    border-top: 1px solid #808080;
}

/* END Node Lists*/

dl.defTips {
    margin-top: 6px;
}

    dl.defTips dt {
        font-size: smaller;
        font-weight: bolder;
        font-style: italic;
        margin-top: 4px;
    }

    dl.defTips dd {
        margin-left: 4px;
        font-size: smaller;
    }

.dragNode {
    vertical-align: middle;
    padding: 1px 1px 1px 1px;
    background-color: #dddddd;
    display: none;
    position: absolute;
    left: -1000px;
    white-space: nowrap;
    z-index: 999999;
}

.DynamicMultiSelectFilter::-ms-clear {
    display: none;
}
.displaytable {
    display: table;
}




.pageView {
    border: 1px solid #898c95;
    border-top: none;
    margin-top: -1px;
    height: 381px;
}

    .pageView img {
        margin: 0;
    }

.ui-autocomplete {
    max-height: 400px;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


.loginPanel {
    display: block;
    background-color: #e6eefa;
    border: 1px solid #16417f;
    padding: 1em;
    padding-bottom: 0.5em;
    margin-top: 222px;
    margin-left: calc(50% - 159px);
    width: 31em;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.loginPanel p {
    float: none;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    text-align: right;
}

.loginPanel label {
}

.loginPanel input[type="submit"] {
    float: right;
}

    .loginPanel img {
        position: relative;
        bottom: 30px;
    }

.loginPanelFooter {
    background-color: #033d6f;
    color: white;
    border: 1px solid #7e9db7;
    text-align: center;
    padding: 2em;
    font-size: 12pt; 
}

    .loginPanelFooter a {
        color: lightblue;
    }

#collapsedInfo {
    display:none;
}

#LicensedTo {
    color: #fff;
    font-size: 0.8em;
}

#tooltip {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 200px;
    max-height: 300px;
    overflow-y: hidden;
    border: solid 1px black;
    padding: 6px;
    background-color: rgb(245, 249, 251);
    text-align: left;
    display: none;
}

.noscroll {
    overflow: hidden;
}

#TranslangCaptionContainer {
    color: black;
    display: inline-block;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-widget-content.ui-dialog {
    border: 1px solid #444;
}

/* collapse/expand arrows, image effect */
img[src*="colHori"]:hover, img[src*="expHori"]:hover, img[src*="colVer"]:hover, img[src*="expVer"]:hover {
    opacity: 0.75;
}

/* Custom CSS for Workviews */

/* General overrides */
#oDiv_Root {
    /*height:50%;*/
    overflow: auto;
}

.dim {
    color: GrayText;
    opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.disabledText {
    color: GrayText;
}

.highlight {
    background-color: Yellow;
}

input.FilterCheckboxDirty {
    background-color: yellow;
}

.FilterCheckboxNotInscope {
    color: red;
}

.FilterCheckbox {
    display: inline-block;
}
/* Overrides PropContainer in HTMLPreview.css */
.PropContainer {
    width: auto !important;
}

.VTCProp-multiselect {
    vertical-align: middle;
}

span P {
    display: inline;
}

.NodeInfoContainer {
    position: relative;
    width: 18px;
    height: 22px;
    left: 550px;
    width: 100px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.NodeInfo {
    padding: 0;
    margin-left: -4px;
    z-index: 0;
}

.NodeInfoNoteImage {
    background-image: url('../Images/Note.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.NodeInfoXrefImage {
    background-image: url('../Images/Xref.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.NodeInfoShortcutImage {
    background-image: url('../Images/Shortcut.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.NodeInfoPopUp {
    z-index: 100;
    margin-top: 20px;
    padding: 6px;
    padding-top: 6px;
    border-style: outset;
    border-width: 2;
    background-color: white;
    font-size: 8pt;
    color: black;
    cursor: default;
    display: none;
    position: absolute;
}

.NoteListItem {
    white-space: nowrap;
    margin-right: 6px;
    margin-top: 3px;
}

.highlightIdVar6_NotInContent {
    color: OrangeRed;
}

/*  Workview CSS f￿TC */
.FilterInfo {
    color: MidnightBlue;
    font-weight: bolder;
    margin-bottom: 3px;
}

.WV_filtred {
    border-left: dashed 6pt red;
}

.nodeHighlighted {
    border-left: red solid 2pt !important;
}

.nodeVarSymHighlight {
    background-color: LightGray;
}

.nodeVarSym {
    background-color: white;
}


/* Volvo LV   Contextmenu for Project handling */
#dlg_SearchAndReplace {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: outset;
    border-width: 2;
    border-color: black;
    background-color: white;
    font-family: sans-serif;
    font-size: 8pt;
    color: black;
    cursor: default;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

    #dlg_SearchAndReplace SPAN {
        margin-left: 5px;
        vertical-align: middle;
    }

/* VTC  Contextmenu for Project handling */
#LFgoto {
    padding-right: 3px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-style: outset;
    border-width: 2;
    background-color: white;
    font-family: sans-serif;
    font-size: 8pt;
    color: black;
    cursor: default;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

    #LFgoto span {
        margin-left: 5px;
        vertical-align: middle;
    }

/* Overrides Webbase.css*/
.menuSepDiv {
    border-top: 1px solid #808080;
}

.nlContextSplitter {
    width: auto !important;
}
/* -- */

.TreeIconShortcut {
    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
}

.Csshidden {
    display: none;
}

/* VTC  Toolbar special */

.toolbarCaption {
    vertical-align: middle;
    font-size: 10pt;
    color: black;
}

.bolder {
    font-weight: bolder;
}

.toolbar IMG {
    vertical-align: middle;
    border: none 0 black;
}

A:active.lnkFilter {
    color: black;
    text-decoration: none;
}

A:visited.lnkFilter {
    color: black;
    text-decoration: none;
}

A:link.lnkFilter {
    color: black;
    text-decoration: none;
}

/* VTC Review */
.ExtraSpaceAbove {
    margin-top: 4pt;
}

.CommentContentDiv {
}

.noHand {
    cursor: default;
}

.Comment {
    margin-top: 4pt;
    margin-bottom: 4pt;
    padding: 4pt;
    background-color: #E9E9E9;
}

.CommentWriter {
    margin-top: 4pt;
    margin-bottom: 4pt;
    padding: 4pt;
    background-color: white;
}

.NodeToComment {
    border: solid 1pt black;
    padding: 4pt;
    background-color: lightyellow;
    margin-bottom: 4pt;
}

.tblComments {
}

.trComments {
    border-top: black 1pt solid;
}

.tdComments {
    border-top: black 1pt solid;
    padding: 4pt;
}
/*  */
.epubCaption {
    color: #5166A7;
}

.epubBgCaption {
    background-color: #B4C9DE;
}
/* Exclude egenskaper saknas */
.HideLeftBorders {
    border-left-color: white !important;
}
/* Exclude in paper and and e-pub  */
.ContentExclude11 {
    border-left: 4px dashed red;
}
/* Exclude in paper not in e-pub  */
.ContentExclude10 {
    border-left: 4px solid #5166A7;
}
/* Exclude in e-pub not in paper -> Black border */
.ContentExclude01 {
    border-left: 4px solid black;
}
/* Show both */
.ContentExclude00 {
    border-left: 2px dashed white;
}

#FilterDiv {
    border: solid black 1px;
    padding: 15px;
    position: absolute;
    right: 50px;
    /*left:750px;*/
    top: 40px
}

/* Custom CSS for Notes */

.Notehighlight {
    background-color: #fcfbac;
}

.ws_NotStarted {
    /*border-left-style: double;
	border-left-width: 8;
	border-left-color: #feecec;*/
    /*background-color: #feecec;*/
}

.ws_Inprogress {
    /*border-left-style: double;
	border-left-width: 8;
	border-left-color: #FBFED3;*/
    background-color: #FBFED3;
}

.ws_Donewithexceptions {
    /*border-left-style: double;
	border-left-width: 8;
	border-left-color: #FCD59B;*/
    background-color: #FCD59B;
}

.ws_Done {
    /*border-left-style: double;
	border-left-width: 8;
	border-left-color: #d7eadb;*/
    background-color: #d7eadb;
}

.ws_ToDo {
    background-color: #D5DAFA;
}

#HasNote {
    border: dotted black 1px;
    background-color: #fcfbac;
    padding: 4px;
    position: absolute;
    right: 50px;
}

#HasNotDone {
    border: dotted black 1px;
    background-color: #feecec;
    padding: 4px;
    position: absolute;
    right: 50px;
}

#HasToDo {
    border: dotted black 1px;
    background-color: #D5DAFA;
    padding: 4px;
    position: absolute;
    right: 50px;
}

#NoVarsym {
    border: dotted black 1px;
    background-color: #FCD59B;
    padding: 4px;
    position: absolute;
    right: 50px;
    color: red;
}

#dlg_AddNote {
    padding: 10px;
    padding-top: 0px;
    border: 1px outset gray;
    background-color: white;
    font-size: 8pt;
    color: black;
    cursor: default;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    z-index: 10;
}

.dataPackImport {
    max-height: 550px;
    overflow-y:auto;
}

iframe[name=rwDialog] {
    height: 426.67% !important;
}

#wvLoadProgress {
    border: solid 2px;
    height: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 20px;
}

#wvLoadProgressBar {
    position: absolute;
    left: 3px;
    height: 21px;
    background-color: rgb(235, 246, 252);
    top: 2px;
    width: 0%;
    text-align: center;
    padding-top: 3px;
    z-index: -1;
}

#wvLoadProgressInfo {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 3px;
    font-size: 10pt;
}

#wvLoadCancel {
    position: absolute;
    left: 64px;
    top: 258px;
    border: solid 1px;
    padding: 5px;
    cursor: pointer;
}

#refreshPDFList {
    display: flex;
    align-items: center;
    border: solid 0.5px black;
    margin-left: 5px;
    padding-right: 5px;
    outline: none;
    cursor: pointer;
    background-color: #e6eef9;
}

#refreshPDFList:hover {
    background-color: #eaf3f7;
}

/*RM #4774, hide caption indication in introblock report*/
.c0 {
    color: #a9a9a9;
}

.FilesListPagination {
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 8pt;
    border-radius: 5px;
    border: none !important;
    background: none !important;
    margin: 0px;
}

.FilesListPagination:hover {
    background-color: lightgray !important;
}

.FilesListPagination:disabled {
    visibility: hidden;
}

.FilesListPagination:focus {
    outline: none !important;
}

.FilesListPaginationActive {
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 8pt;
    border-radius: 5px;
    border: none !important;
    background-color: rgb(230, 238, 249) !important;
    margin: 0px;
}

.FilesListPaginationActive:focus {
    outline: none !important;
}

div.langMatrixDiv {
    border-bottom: solid 1px;
}
div.langMatrixDiv input {
    width: 70%;
}

span.langMatrixRemBtn {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    border: solid 1px;
    margin: 2px;
    user-select: none;
    cursor: pointer;
}

img.langMatrixSaveBtn {
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-left: 0px;
    padding-top: 1px;
    border: solid 1px;
    cursor: pointer;
    top: 2px;
}

td.rwExternalContent {
    padding: 0;
}

.refobject {
    background-color: #468847;
    color:#fff;
}
