﻿     div.RadTreeView .rtLoadingBefore,   
        div.RadTreeView .rtLoadingAfter {  
            width: 20px;  !important;
}

/*---------------------------------------------------------------*/
/* Description:	CSS File for scopeArchiv Query Module            */
/* Copyright:	2003-2013, scope solutions ag                    */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* Section with style info for standard HTML tags                */
/*---------------------------------------------------------------*/
html,
body
{
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    color: #404040;
   /* font-family: 'Open Sans', sans-serif;*/
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    margin: 0;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    font-weight: bolder;
    color: #404040;
    /*font-family: 'Open Sans', sans-serif;*/
    padding-top: 10px;
    margin: 0px;
}

/* Styles for Standard-Hyperlinks */
a:link {
    color: #c00000;
    font-size: 12px;
    color: #4c4c66;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

a:visited {
    color: #c00000;
    font-size: 12px;
    color: #4c4c66;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

a:hover {
    color: #a00000;
    font-size: 12px;
    color: #3366b4;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

.hidden
{
    display: none;
}

/*---------------------------------------------------------------*/
/* Styles that are used in the master page                       */
/*---------------------------------------------------------------*/
.masterPageBody
{
    background-image: url(images/quicklinkarea_background.png);
    background-repeat: repeat-y;
}

.masterPageHeader
{
    width: 100%;
    border: 0;
}

.masterPageHeader tr
{
    background-image: url(images/page_background.png);
    background-repeat: repeat-x;
}

.masterPageContent
{
    width: 100%;
    border: 0;
}

.masterPageLogin
{
    position: absolute;
    top: 0px;
    right: 0px;
    vertical-align: top;
    text-align: right;
}

.masterPageTitle
{
    position: absolute;
    left: 216px;
    z-index: 2;
	top: 40px;
    color: #404040;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: x-large;
	font-weight: bold;
    white-space: nowrap;
}

.masterPageMenu
{
    position: absolute;
    left: 216px;
    top: 91px;
    height: 29px;
    display: table;
    z-index: 2;
}

.masterPageQuickLinkArea
{
       position: absolute;
    left: 9px;
    top: 141px;
    width: 205px;
    height: 60vh;
    padding-right: 0px;
    margin-right: 10px;
    
}

.masterPageQuickLinkArea::after {
    content: '';
    position: absolute;
    top: ;
    right: 0;
    width: 1px; /* þykkt línunnar */
    height: 100%;
    background: linear-gradient(to bottom, #c00000 90%, transparent 100%);
    pointer-events: none;
}

.masterPageLogo
{
    position: absolute;
    left: 0px;
    top: 0px;
}

/*---------------------------------------------------------------*/
/* Styles that are used with cookie banner                       */
/*---------------------------------------------------------------*/

.cookieBannerOuter
{
    position: fixed;
    left: 0px;
    bottom: 30px;
    width: 100%;
    background-color: rgb(34, 40, 64);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.cookieBannerInner
{
    padding: 30px 250px;
    color: white;
    text-align: justify;
    font-size: 16px;
}

.cookieBannerButtonsArea
{
    padding-top: 30px;
    text-align: center;
}

.cookieBannerButtonsArea a
{
    padding: 5px 25px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    text-decoration: none;
}

.cookieBannerButtonsArea .cookieMoreInfoButton
{
    color: white;
}

.cookieBannerButtonsArea .cookieConfirmationButton
{
    margin-left: 10px;
    background-color: white;
    color: rgb(34, 40, 64);
}

/*---------------------------------------------------------------*/
/* Styles that are used with accept privacy policy form          */
/*---------------------------------------------------------------*/

.acceptPrivacyPolicyForm
{
    z-index: 10000;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgb(34, 40, 64);
    opacity: 0.95;
    overflow: auto;
}

.acceptPrivacyPolicyFormInner
{
    margin: 100px 0px;
    padding: 50px 250px;
    background-color: white;
    box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.3);
}

.acceptPrivacyPolicyLegalMention h1, h2 
{
    color: rgb(96, 135, 197);
}

.acceptPrivacyPolicyContent
{
    margin: 30px 0px;
}

.acceptPrivacyPolicyButtonsArea
{
    text-align: center;
}

.acceptPrivacyPolicyButtonsArea a
{
    padding: 5px 25px;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border: none;
    text-decoration: none;
    margin-right: 10px;
}

.acceptPrivacyPolicyButtonsArea a.acceptPrivacyPolicyOkButton
{
    background-color: #5F5F5F;
}

/*---------------------------------------------------------------*/
/* Styles that are used with privacy policy notice               */
/*---------------------------------------------------------------*/

.privacyPolicyNotice
{
    font-weight: bold;
}

/*---------------------------------------------------------------*/
/* Section with Style info for custom styles                     */
/*---------------------------------------------------------------*/
/* Style defines the maintext area of additional windows that are displayed as dialogs */
.dialogWindow
{
    font-size: 14px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
}

/*---------------------------------------------------------------*/
/* Styles used within the Level(s) of Description dialog         */
/*---------------------------------------------------------------*/
.dialogWindowLevelOfDescription
{
    margin: 8px;
}

.dialogWindowLevelOfDescription > form > table
{
    width: 100%;
}

.dialogWindowLevelOfDescription > form > table > tbody > tr > td + td
{
    vertical-align: top;
    text-align: right;    
}

.dialogWindowLevelOfDescription input[type="submit"]
{
    width: 128px;
    height: 24px;
    margin-bottom: 10px;
}

/*---------------------------------------------------------------*/
/* Styles used within the Image Viewer                           */
/*---------------------------------------------------------------*/
.dialogWindowImageViewer
{
    margin: 5px;
}

.imageViewer > table > tbody > tr > td:first-child
{
    width: 98%;
    text-align: left;
}

.imageViewer > table > tbody > tr > td:first-child+td
{
    width: 1%;
    text-align: center;
    padding: 0px 20px 0px 0px;
}

.imageViewer > table > tbody > tr > td:first-child+td+td
{
    width: 1%;
    text-align: right;
}


/* Style defines the apperance of the desktop */
.desktop
{
    padding: 0px 4px 50px 10px;
}

/* Defines the width of the labels in the search forms */
.formLabel
{
    width: 150px;
}

/*---------------------------------------------------------------*/
/* Styles for highlighting text after full text search           */
/* Style defines the apperance of the title part of the menue    */
/*---------------------------------------------------------------*/
.highlightText
{
    font-weight: bold;
    color: #343338;
    background-color: #edbf20;
}

/*---------------------------------------------------------------*/
/* Styles used within the desktop area                           */
/*---------------------------------------------------------------*/
/* This style defines the standard text apperance that is used on the desktop */
.desktopMainText
{
    font-size: 12px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
}

/* Used to display error messages */
.desktopErrorText
{
    color: #c00000;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    vertical-align: text-top;
}

.desktopStandardText
{
    font-size: 12px !important;
}


/* Used to display additional information */
.desktopInfoText
{
    color: Blue;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    vertical-align: text-top;
}

/* Style defines the apperance of  "important" text below the title */
.desktopSubtitle
{
    padding-left: 2px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #404040;
    font-family: 'Open Sans', sans-serif;
}

/* Style defines the command area of the desktop. This area is above the Ornament Area */
.desktopCommandArea
{
    border-top: #c00000 5px solid;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}

.veXHardedWidth
{
    width: 760px;
}

.veXDetailTable
{
    width: 100%;
    border-collapse:collapse;
}

/* Style defines the apperance of the label of a detail attribute */
.veXDetailAttributLabel
{
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    padding: 3px;
    width: 30%;
    vertical-align: top;
}

/* Style defines the apperance of the value of a detail attribute width: 70%; */
.veXDetailAttributValue
{
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    font-family: 'Open Sans', sans-serif;
    padding: 3px;
    vertical-align: top;
}

.veXDetailAttributChild
{
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
}

.veXDetailAttributChildFirst
{
    padding-right: 10px;
    padding-left: 10px;
}

.veXDetailAttributChildShift
{
    padding-right: 10px;
    padding-left: 30px;
}

/*---------------------------------------------------------------*/
/* Styles that are used in the Unit of Description detail view   */
/*---------------------------------------------------------------*/
/* Style defines the intermediate titles that can occur within the detail data */
.veDetailTable
{
    width: 760px;
}

/* Defines the style of intermediate titles */
.veDetailTitle
{
    height: 18px;
    background-image: url(images/detail_zwischentitel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    width: 100%; 
}

.veDetailTitle h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0px;
    padding: 3px 2px 0px 2px;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #343338;
}

/* Style defines the apperance of the label of a detail attribute */
.veDetailAttributLabel
{
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    padding: 2px 3px;
    width: 200px;
}

/* Style defines the apperance of the value of a detail attribute */
.veDetailAttributValue
{
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    font-family: 'Open Sans', sans-serif;
    width: 510px;
}

.veDetailAttributValue ul
{
    list-style: none;
    margin: 0 0 -6px 0;
    padding: 0;
}

.veDetailAttributValue li
{
    margin: 0 0 6px 0;
    padding: 0;
}

/* Style defines the apperance of the value of a detail attribute that should be highlighted */
.veDetailHighlightAttributValue
{
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    color: #c00000;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    font-family: 'Open Sans', sans-serif;
}

/* Redefining the link styles for the detail attributes */
.veDetailAttributValue a:link {
    color: #c00000;
    font-size: 11px;
}

.veDetailAttributValue a:visited {
    color: #c00000;
    font-size: 11px;
}

.veDetailAttributValue a:hover {
    color: #a00000;
    font-size: 11px;
}

/*---------------------------------------------------------------*/
/* Styles that define the apperance of the login area            */
/*---------------------------------------------------------------*/
.loginArea,
a.loginArea:link,
a.loginArea:visited,
a.loginArea:active,
a.loginArea:hover {
    color: #a00000;
    font-size: 14px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

.loginAreaSelected,
a.loginAreaSelected:link,
a.loginAreaSelected:visited,
a.loginAreaSelected:active,
a.loginAreaSelected:hover
{
    font-size: 14px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    vertical-align: baseline;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

/*---------------------------------------------------------------*/
/* Styles that define the apperance of the grid                  */
/*---------------------------------------------------------------*/
/* Style defines the apperance of the header row of the grid */
.gridHeader
{
    text-align: left;
    border-top: #555566 1px solid;
    border-bottom: #555566 1px solid;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #555566;
    background-color: #dcdcdc;
}

/* Style defines the apperance of an item row in the grid */
.gridItem
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: White;
}

/* Style defines the apperance of an row in the grid that has limited phys. usability */
.gridItemLimitedUsability
{
    font-weight: bold;
    font-size: 12px;
    color: #c00000;
    font-family: 'Open Sans', sans-serif;
}

/* Style defines the apperance of the footer of the grid */
.gridFooter
{
    border-top: #555566 1px solid;
    border-bottom: #555566 1px solid;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #555566;
    background-color: #dcdcdc;
}

/* Style defines the apperance of an item row in the image preview lists */
.gridImageItem
{
    border-top: #336699 1px solid;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

/* Style defines the apperance of the pager in the footer row */
.gridPager
{
    border-top: #555566 1px solid;
    border-bottom: #555566 1px solid;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #555566;
    background-color: #dcdcdc;
}

/*---------------------------------------------------------------*/
/* Styles for the calendar                                       */
/*---------------------------------------------------------------*/
.calendarDay
{
    font-size: 11px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
    background-color: #eaeff5;
}

.calendarTitle
{
    padding-top: 2px;
    padding-bottom: 2px;
    color: White;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #336699;
}

.calendarDayTitle
{
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: 'Open Sans', sans-serif;
    background-color: #336699;
}

.calendarWeekend
{
    font-size: 11px;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
    background-color: #b0c4de;
}

.calendarSelectedDay
{
    font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: 'Open Sans', sans-serif;
    background-color: #336699;
}

.calendarToday
{
    font-weight: bold;
    font-size: 11px;
    background-color: #eaeff5;
}

/*---------------------------------------------------------------*/
/* Several styles for the search info page                       */
/*---------------------------------------------------------------*/
.searchInfoSmallText
{
    font-size:small;
    color: #343338;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.searchInfoTable
{
    background-color: White;
    width: 750px;
}

.searchInfoCell
{
    background-image: url(images/searchInfoBackground.png);
    background-repeat: repeat-x;
    background-color: White;
    width: 360px;
    margin: 15px 15px 35px 0px;
}

.searchInfoCell h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    color: #000000;
    padding: 0;
    margin: 0;
    height: 20px;
}

/*---------------------------------------------------------------*/
/* Several styles that define the look of the quick link area    */
/*---------------------------------------------------------------*/
.quickLink
{
    background-image: url(images/quicklink_background.png);
    background-repeat: repeat-y;
}

.quickLinkTitle
{
    color: #555566;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 3px;
    display: block;
    margin-bottom: 5px;
}

.quickLinkHeader
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 2px;
    z-index: 1;
    background-image: url(images/quicklink_header.png);
    background-repeat: no-repeat;
}

.quickLinkFooter
{
    position: relative;
    left: 0px;
    height: 6px;
    z-index: 1;
    background-image: url(images/quicklink_footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.quickLink dl
{
    color: Gray;
    margin: 0px;
    padding: 0px;
}

.quickLink dl a:link,
.quickLink dl a:visited,
.quickLink dl a:active
{
    color: #343338;
    text-decoration: none;
}

.quickLink dl a:hover {
    color: #a00000;
    color: #343338;
    text-decoration: underline;
}

.quickLink img,
.quickLink input[type="image"]
{
    border-style: none;
    width: 18px;
    height: 18px;
}

dt.quickLinkItem
{
    padding-top: 7px;
    float: left;
    margin-left: 12px;
    clear: both;
}

dd.quickLinkItem
{
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 42px;
    margin-right: 2px;
    min-height: 14px;
}

dt.quickLinkItemBeginGroup
{
    padding-top: 9px;
    float: left;
    margin-left: 12px;
    clear: both;
}

dd.quickLinkItemBeginGroup
{
    padding-top: 8px;
    padding-bottom: 6px;
    margin-left: 42px;
    margin-right: 2px;
    min-height: 16px;
    border-top: #c00000 1px solid;
}

/*---------------------------------------------------------------*/
/* Style defines the apperance of the Legends                    */
/*---------------------------------------------------------------*/
.legend
{
    background-color: White;
    border-color: #b4b4b4;
    border-width: 1px;
    border-style: solid;
    width: 185px;
}

.legendHeader
{
    position: relative;
    height: 22px;
    padding: 5px 6px 0 5px; 
    z-index: 1;
    background-color: #b4b4b4;
}

.legendFooter
{
    position: relative;
    height: 0px;
    z-index: 1;
}

.legend dl
{
}

.legend dt
{
    float: left;
    margin-left: 12px;
    margin-top: 3px;
}

.legend dd
{
    margin-left: 42px;
    margin-right: 5px;
    min-height: 20px;
    padding-top: 3px;
    padding-bottom: 6px;
}

.legend img,
.legend input[type="image"]
{
    border-style: none;
    width: 18px;
    height: 18px;
}

/*---------------------------------------------------------------*/
/* Styles for the descriptor page                                */
/*---------------------------------------------------------------*/
.deskriptorPanelLeft
{
    background-color: #ebebeb;
    padding: 10px 10px 10px 10px;
}

.deskriptorPanelRight
{
    min-width: 280px;
    width: 40%;
    background-color: #dcdcdc;
    padding: 10px 10px 10px 10px;
}

.RadGrid_Query .deskriptorCountHeader,
.RadGrid_Query .deskriptorCountItem
{
    text-align: right;
    width: 15%;
}

.RadGrid_Query .deskriptorCountItemContent
{
    min-height: 16px;
}

.RadGrid_Query .deskriptorAddHeader
{
    width: 40%;
}

.RadGrid_Query .deskriptorAddItem
{
    background-color: #dcdcdc;
    width: 40%;
}

/*---------------------------------------------------------------*/
/* Styles for the auto complete textbox                          */
/*---------------------------------------------------------------*/
/*AutoComplete flyout */
.autocompleteCompletionListElement
{
    visibility: hidden;
    margin: 0px !important;
    padding-left: 0px;
    background-color: White;
    color: #343338;
    border: #b4b4b4;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    max-height: 200px;
    text-align: left;
    list-style-type: none;
    font-size: small;
}

/* AutoComplete highlighted item */
.autocompleteHighlightedListItem
{
    background-color: #fde788;
    color: #343338;
    padding: 1px;
}

/* AutoComplete item */
.autocompleteListItem
{
    background-color: White;
    color: #343338;
    padding: 1px;
}

/*---------------------------------------------------------------*/
/* Style for modal pop-ups                                       */
/*---------------------------------------------------------------*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #fdf8c6;
    border: solid thin Black;
    padding: 3px 3px 3px 3px; /*	display: none; */
}

.modalPopupCaption
{
    background-image: url(images/menubar_bg_normal.png);
    font-size: 13px;
    padding: 6px 6px 6px 10px;
    color: White;
}

/*---------------------------------------------------------------*/
/* Styles for the archive plan pop-up window                     */
/*---------------------------------------------------------------*/
.archivePlanContextPopup
{
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    color: #404040;
    background-color: White;
    background-image: url(images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

/*---------------------------------------------------------------*/
/* Style defines the look of the menu                            */
/*---------------------------------------------------------------*/
.RadMenu_Query .rmHorizontal
{
    min-width: 720px;
}

div.RadMenu_Query .rmRootGroup .rmItem .rmText
{
    float: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

div.RadMenu_Query .rmGroup .rmItem .rmText
{
    float: none;
    text-align: left;
    margin-left: 0px;
    padding-left: 16px;
    padding-right: 24px;
}

div.RadMenu_Query_rtl .rmGroup .rmItem .rmText
{
    text-align: right;
    padding-left: 24px;
    padding-right: 16px;
}

.RadMenu_Query .rmLink
{
    text-decoration: none;
    line-height: 27px;
}

.RadMenu_Query .rmHorizontal .rmRootLink
{
    width: 140px !important;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #b4b4b4;
    font-family: "Microsoft Sans Serif";
    font-size: 10pt;
    background-color: transparent;
    background-image: url(images/menubar_bg_normal.png);
    color: White;
    padding: 0px 1px;
}

.RadMenu_Query_rtl .rmHorizontal .rmRootLink
{
    border-width: 1px 0px 1px 1px;
    margin: 0;
}

.RadMenu_Query .rmHorizontal .rmFirst .rmRootLink
{
    border-left-width: 1px;
}

.RadMenu_Query_rtl .rmHorizontal .rmFirst .rmRootLink
{
    border-right-width: 1px;
}

.RadMenu_Query .rmHorizontal .rmLast .rmRootLink
{
    border-right-width: 1px;
}

.RadMenu_Query_rtl .rmHorizontal .rmLast .rmRootLink
{
    border-right-width: 0px;
}

.RadMenu_Query .rmHorizontal .rmRootLink:hover,
.RadMenu_Query .rmHorizontal .rmRootLink:focus
{
    background-color: transparent;
    background-image: none;
    color: #404040;
}

.RadMenu_Query .rmGroup .rmItem .rmLink
{
    background-color: #adb1ba;
    padding: 0px 1px 1px 1px;
}

.RadMenu_Query .rmGroup .rmItem .rmFocused,
.RadMenu_Query .rmGroup .rmItem .rmSelected
{
    background-color: #404040;
}

.RadMenu_Query .rmGroup .rmItem .rmLink .rmText
{
    color: #404040;
    background-color: #ebebeb;
}

.RadMenu_Query .rmGroup .rmItem .rmLink:hover .rmText,
.RadMenu_Query .rmGroup .rmItem .rmFocused .rmText,
.RadMenu_Query .rmGroup .rmItem .rmSelected .rmText
{
    color: White;
    background-color: #404040;
}

.RadMenu_Query .rmVertical .rmExpandRight
{
    background-color: transparent;
    background-position: right;
    background-image: url('images/submenu_arrow.png');
    background-repeat: no-repeat;
}

/*---------------------------------------------------------------*/
/* Style defines the look of the archive plan in the search      */
/*---------------------------------------------------------------*/
.RadTreeView_Query
{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
}

.RadTreeView_Query .rtSp
{
    height: 20px !important;
}

.RadTreeView_Query .rtTop,
.RadTreeView_Query .rtMid,
.RadTreeView_Query .rtBot
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.RadTreeView_Query .rtIn
{
    padding-left: 3px !important;
    border-style: none !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.RadTreeView_Query .rtHover .rtIn
{
    border-style: none !important;
    border-color: #404040;
    background-color: #dcdcdc;
    color: #343338;
}

.RadTreeView_Query .rtSelected .rtIn
{
    border-style: none !important;
    background-color: #404040;
    color: White;
}

.RadTreeView_Query .rtPlus,
.RadTreeView_Query .rtMinus
{
    background-image: url('images/PlusMinus.png');
    margin-top: 5px !important;
}

.RadTreeView_Query .rtLoadingIcon
{
    background-image: url('images/LoadingIcon.gif');
    margin-top: 0px !important;
}

/*---------------------------------------------------------------*/
/* Style defines the look of the archive plan context            */
/*---------------------------------------------------------------*/
.archivePlanContext
{
    overflow: visible !important;
    background-color: White;
}

.archivePlanContext .rtSp
{
    height: 18px !important;
}

.archivePlanContext .rtTop,
.archivePlanContext .rtMid,
.archivePlanContext .rtBot
{
    padding-left: 0px !important;
}

.archivePlanContext a
{
    font-size: 11px !important;
    text-decoration: underline !important;
}

.archivePlanContext .rtHover .rtIn
{
    border-style: none !important;
}

.archivePlanContext .rtSelected .rtIn
{
    border-style: none !important;
    background-color: #dcdcdc;
    color: #4c4c66;
    font-weight: bolder;
}

.archivePlanContext .rtPlus,
.archivePlanContext .rtMinus
{
    padding: 0;
    margin: 0;
    visibility: collapse;
    background-image: none;
}

.archivePlanContext_Disabled .rtHover .rtIn
{
    background-color: inherit;
    border-style: none !important;
}

.archivePlanContext_Disabled .rtSelected .rtIn
{
    background-color: #404040;
    color: White;
}

/*---------------------------------------------------------------*/
/* Style defines the look of the image scroll viewer             */
/*---------------------------------------------------------------*/
.imageScrollViewer tr:first-of-type
{
    height: 320px;
}

.imageScrollViewer img
{
    max-height: 300px;
    max-width: 400px;
}

.imageScrollViewer input[type="image"]:disabled
{
    opacity: 0.4;
}

.imageScrollViewer tr td:first-child
{
    text-align: left;
}

.imageScrollViewer tr td:first-child+td+td
{
    text-align: right;
}

.Vorschaubild tr:first-of-type
{
    height: 120px!important;
}

.Vorschaubild .image
{
    height: 120px!important;
}

/*---------------------------------------------------------------*/
/* Styles define the appearance of the data grid                 */
/*---------------------------------------------------------------*/
.RadGrid_Query
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #555566;
}

.ImageList
{
    padding-top: 8px;
}

.ResultList
{
	padding-top: 5px;
	border-style: none !important;
}

div.RadGrid_Query .rgMasterTable
{
    border-collapse: collapse;
}

.RadGrid_Query .rgMasterTable .rgRow,
.RadGrid_Query .rgMasterTable .rgAltRow,
.RadGrid_Query .rgMasterTable .rgRow a:link,
.RadGrid_Query .rgMasterTable .rgAltRow a:link,
.RadGrid_Query .rgMasterTable .rgRow a:visited,
.RadGrid_Query .rgMasterTable .rgAltRow a:visited {
    color: #c00000;
    color: #555566;
}

.RadGrid_Query .rgMasterTable .rgRow a:hover,
.RadGrid_Query .rgMasterTable .rgAltRow a:hover {
    color: #a00000;
    color: #343338;
}

/* Master table rows that contain a detail table */
.RadGrid_Query .rgMasterTable td
{
    padding: 0;
}

/* Column layout in master tables */
.RadGrid_Query .rgMasterTable .rgRow td,
.RadGrid_Query .rgMasterTable .rgAltRow td,
.RadGrid_Query .rgMasterTable .gridItemLimitedUsability td
{
    padding: 5px 7px;
    vertical-align: top;
}

/* Column layout in detail tables */
.RadGrid_Query .rgMasterTable .rgDetailTable .rgRow td,
.RadGrid_Query .rgMasterTable .rgDetailTable .rgAltRow td
{
    padding: 2px 7px 5px 7px;
    vertical-align: bottom;
}

/* Column layout in the descriptor title column */
.RadGrid_Query .rgMasterTable .rgDetailTable .rgRow .DescriptorLinkTitle,
.RadGrid_Query .rgMasterTable .rgDetailTable .rgAltRow .DescriptorLinkTitle
{
    padding-left: 20px;
}

.RadGrid_Query .rgMasterTable .rgDetailTable
{
    border-style: none;
}

.RadGrid_Query .rgMasterTable .rgDetailTable .rgRow,
.RadGrid_Query .rgMasterTable .rgDetailTable .rgAltRow,
.RadGrid_Query .rgMasterTable .rgDetailTable .rgRow a,
.RadGrid_Query .rgMasterTable .rgDetailTable .rgAltRow a
{
    font-size: 11px;
}

.RadGrid_Query .rgMasterTable .rgDetailTable .DescriptorRole
{
    font-weight: bold;
    color: #555566;
}

.ImageList .rgMasterTable .rgRow td,
.ImageList .rgMasterTable .rgAltRow td
{
    border-top: 1px solid #555566;
}

.RadGrid_Query .rgMasterTable .rgEditRow td
{
    background-color: #dcdcdc;
    padding: 5px 7px;
    vertical-align: top;
    border-color: #555566;
    border-width: 1px 0px;
    border-style: solid;
    font-weight: bold;
}

div.RadGrid_Query .rgMasterTable .rgHeader
{
    background-color: #dcdcdc;
    border-color: #555566;
    border-width: 1px 0px;
    border-style: solid;
    height: 26px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.RadGrid_Query .rgMasterTable .rgHeader a
{
    text-decoration: underline;
}

.RadGrid_Query .rgMasterTable .rgPager td
{
    background-color: #dcdcdc;
    border-color: #555566;
    border-width: 1px 0px;
    border-style: solid;
    font-weight: bold;
    height: 26px;
    padding: 0;
}

.RadGrid_Query .rgMasterTable .rgFooter td
{
    background-color: #dcdcdc;
    border-color: #555566;
    border-width: 1px 0px;
    border-style: solid;
    font-weight: bold;
    height: 26px;
    padding: 0 0 0 7px;
}

.RadGrid_Query .searchTime
{
    font-size: 10px;
    margin-left: 4px;
}

.RadGrid_Query .rgWrap.rgNumPart
{
    float: right;
}

.RadGrid_Query .rgWrap.rgNumPart span
{
    padding: 0;
}

.RadGrid_Query .rgNumPart a span
{
    text-decoration: underline;
}

.RadGrid_Query .rgNumPart a.rgCurrentPage span
{
    text-decoration: none;
}

.RadGrid_Query .rgNumPart a.previousPage,
.RadGrid_Query .rgNumPart a.nextPage
{
    text-decoration: underline;
}

.RadGrid_Query .rgSortAsc
{
    background-image: url('images/sort_asc.gif');
    background-position: -4px 3px;
}

.RadGrid_Query .rgSortDesc
{
    background-image: url('images/sort_desc.gif');
    background-position: -4px 3px;
}

.RadGrid_Query .rgNoRecords
{
    visibility: collapse;
}

/*---------------------------------------------------------------*/
/* Styles define the appearance of the film strip                */
/*---------------------------------------------------------------*/

.filmstrip
{
    padding: 4px 0;
    text-align: center;
}

.filmstrip .image
{
    text-align: center;
    height: 320px;
    width: 100%;
}
/*
.filmstrip:nth-child(2) .image
{
    height: 120px;
}
*/
.filmstrip .image img
{
    max-height: 320px;
    max-width: 520px;
}

.filmstrip .RadRotator_Query
{
    height: 100px !important;
    margin: 6px 0 1px 5px;
}

.filmstrip .RadRotator_Query .rrClipRegion
{
    border-color: #dcdcdc !important;
}

.filmstrip .RadRotator_Query .rrButton
{
    background-image: url('images/RotatorButtons.gif');
}

.filmstrip .RadRotator_Query .rrItem
{
    padding: 2px;
    margin: 0;
    text-align: center;
    background-color: White;
    width: 121px; /* 4*(121px+2px+2px) = 500px */
}

.filmstrip .RadRotator_Query .filmstripItem
{
    width: 100%;
    height: 96px;
    text-align: center;
}

.filmstrip .RadRotator_Query .filmstripImage
{
    width: 110px;
    height: 82px;
    padding: 0px;
}

.filmstrip .RadRotator_Query .filmstripImage img
{
    max-width: 106px;
    max-height: 82px;
}

.filmstrip .RadRotator_Query .filmstripCaption
{
    color: #4c4c66;
    vertical-align: bottom;
}

.filmstrip .RadRotator_Query .rrItem .filmstripCaption span
{
    line-height: normal;
    padding: 0 3px 0 3px;
}

.filmstrip .RadRotator_Query .rrItem:Hover .filmstripCaption span
{
    color: #343338;
    background-color: #b4b4b4;
}

.filmstrip .RadRotator_Query .rrSelectedItem
{
    background-color: #dcdcdc;
}

.listOfResultsInfo
{
    text-align: right;
}

.listOfResultsInfo tr:first-child,
.listOfResultsInfo tr:first-child+tr td:first-child
{
    text-align: left;
}

.imageListInfo
{
    text-align: right;
}


.imSocial {
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    margin: 0 6px 6px 0;
    padding: 0;
    outline: none;
	
}

.imgFacebook {
    background: url('images/social_media_facebook.png');
    background-size: 16px 16px !important;
}
.imgX {
    background: url('images/social_media_x.png');
    width: 14px !important;
    height: 14px !important;
    background-size: 14px 14px !important;
}
.imgLinkedin {
    background: url('images/social_media_linkedin.png');
    background-size: 16px 16px !important;
}


table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;         width: 100%;
}

table.scroll tbody,
table.scroll thead { display: block; }

thead tr th { 
    height: 100%;
    /* text-align: left; */
}

table.scroll tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}


tbody td, thead th {
    /* width: 20%; */ /* Optional */
    /* white-space: nowrap; */
}





/* --- Custom Updates: Fonts, Colors, Buttons --- */

button,
input[type="submit"],
input[type="button"],
.cookieBannerButtonsArea a,
.acceptPrivacyPolicyButtonsArea a,
.cookieConfirmationButton,
.acceptPrivacyPolicyOkButton {
    background-color: #5F5F5F;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.cookieBannerButtonsArea a:hover,
.acceptPrivacyPolicyButtonsArea a:hover {
    background-color: #4a4a4a;
}

.searchInfoCell img {
    margin-right: 15px;     /* Image right margin */
    vertical-align: middle; /* Align image with text */
}

/* --- LANGUAGE FLAGS (IS/EN) --- */

/* Language selection links - Space for flag icon on the left */
.masterPageLogin a,
.masterPageLogin .loginArea {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Common look for language links */
#ctl00_lacLoginArea_tcSprache a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 4px;
}

/* The first link is IS */
#ctl00_lacLoginArea_tcSprache a:first-of-type::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("images/isl.png") no-repeat center/cover;
}

/* The second/last link is EN */
#ctl00_lacLoginArea_tcSprache a:last-of-type::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("images/eng.png") no-repeat center/cover;
}

#ctl00_lacLoginArea_tcBestellkorbImg a:last-of-type::before {
  content: "";
  display: inline-block;
  height: 9px;
}

#ctl00_lacLoginArea_lblBestellkorbinfo {
  padding-left: 6px
} 
