﻿/*
========================================================================================================================

Copyright:  Systemcenter Randers A/S
Created:    30-05-2012

========================================================================================================================
*/
/*
************************************************************************************************************************

Variables

************************************************************************************************************************
*/
/*
************************************************************************************************************************

Elements

************************************************************************************************************************
*/
html,
body {
  width: 100vw;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 480px) {
  .DatePick {
    height: 45px;
  }
}
.project_dropdownRespCss {
  background-color: white;
  border: 1px solid black;
  color: black;
}
@media screen and (max-width: 480px) {
  .project_dropdownRespCss {
    height: 35px;
    width: 130px;
    padding-bottom: 10px;
  }
}
.ButtonRespStyle {
  text-align: center;
  border: 2px solid #333333;
  background-color: white;
  color: black;
  border-top-color: lightgray;
  border-left-color: lightgrey;
  border-radius: 0px;
}
.ButtonRespStyle:active {
  border: 2px solid lightgrey;
  background-color: lightgrey;
  color: black;
  border-top-color: grey;
  border-left-color: grey;
  border-radius: 0px;
}
@media screen and (max-width: 480px) {
  .ButtonRespStyle {
    height: 40px;
    width: 75px;
    padding-bottom: 10px;
  }
}
.LinkButtonResp {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  border: 2px solid #333333;
  background-color: white;
  color: black;
  border-top-color: lightgray;
  border-left-color: lightgrey;
  border-radius: 0px;
}
.LinkButtonResp:active {
  border: 2px solid lightgrey;
  background-color: lightgrey;
  color: black;
  border-top-color: grey;
  border-left-color: grey;
  border-radius: 0px;
}
@media screen and (max-width: 480px) {
  .LinkButtonResp {
    height: 50px;
    width: 130px;
  }
}
.ButtonRespNew {
  float: right !important;
  text-align: center;
  border: 2px solid #333333;
  background-color: white;
  color: black;
  border-top-color: lightgray;
  border-left-color: lightgrey;
  border-radius: 0px;
  display: block;
  width: 100%;
}
.ButtonRespNew:active {
  border: 2px solid lightgrey;
  background-color: lightgrey;
  color: black;
  border-top-color: grey;
  border-left-color: grey;
  border-radius: 0px;
}
@media screen and (max-width: 480px) {
  .ButtonRespNew {
    text-align: center;
    border: 2px solid #333333;
    background-color: white;
    color: black;
    border-top-color: lightgray;
    border-left-color: lightgrey;
    border-radius: 0px;
    display: block;
    width: 100%;
    height: 45px;
  }
}
body {
  background-color: #1b315e;
  font-family: 'Roboto', verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: #3f3f40;
  line-height: 21px;
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
  /*margin-top:-28px*/
  /*test*/
  overflow: hidden;
  /*test*/
}
a {
  text-decoration: none;
  color: #3d98d3;
}
a:hover {
  text-decoration: none;
  color: #1b315e;
}
image {
  border-width: 0px;
}
h1 {
  font-family: 'Roboto Condensed';
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  color: #182847;
  font-weight: normal;
}
h2 {
  font-family: 'Roboto Condensed';
  color: #182847;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 0px;
}
h3 {
  font-family: 'Roboto Condensed';
  color: #182847;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
}
h4 {
  font-family: 'Roboto Condensed';
  color: #182847;
  font-weight: normal;
  font-size: 18px;
}
h5 {
  font-family: 'Roboto Condensed';
  /*color: #57a6d9;*/
  color: #182847;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0px;
}
h6 {
  font-family: 'Roboto Condensed';
  color: #182847;
  font-weight: normal;
  font-size: 14px;
}
ul {
  padding: 0px 0px 0px 20px;
}
hr {
  border-style: none;
  border-width: 0px;
  height: 1px;
  background-color: #808080;
  color: #E0EAF5;
}
ul a {
  color: #3f3f40;
}
ul a:hover {
  color: #3d98d3;
}
ul {
  line-height: 18px;
}
/*
************************************************************************************************************************

Master Classes & ID's

************************************************************************************************************************
*/
#page {
  /*margin-left: auto;
    margin-right: auto;*/
  width: 100%;
  /*padding-top: 1px;*/
  /* Weird Mozilla Bug */
  /*padding-bottom: 40px;*/
  /* Weird Mozilla Bug */
}
/* 1.1 Page formatting: Header */
#header {
  background-color: #1b315e;
  /*text-align: center;*/
  /*padding-top: 10px;*/
  padding-bottom: 0px;
  padding-left: 0px;
  height: 120px;
  /*position: fixed;*/
  /*position:-ms-device-fixed;*/
  width: 100%;
  z-index: 1002;
  top: 0px;
}
.headerspace {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.headerTop {
  display: inline-block;
  /*width: 100%;*/
  background-color: #182847;
  float: right;
  height: 30px;
  color: #ecf1f2;
}
.headerTop .home {
  float: right;
  margin-top: 4px;
  padding: 0px 20px 0px 20px;
  border-right: 1px solid;
}
.headerTop .login {
  float: right;
}
.headerTop a {
  font-family: 'Roboto Condensed';
  color: inherit;
  font-weight: normal;
  font-size: 18px;
}
.headerTop a:hover {
  color: #3d98d3;
}
.headerBottom {
  display: inline-block;
  width: 100%;
  height: 62px;
  margin-top: 18px;
  padding-bottom: 10px;
}
#logoBlock {
  /*height: 100%;
    float: left;
    bottom: 0px;
    vertical-align: bottom;
    padding: 0px 20px 0px 20px;
    max-width:200px;*/
}
.Imagelogo {
  width: 100%;
}
.headerPanel {
  /*text-align: right;
    padding-bottom: 10px;*/
  float: right;
  /*margin-top: 4px;*/
}
#languageMenu {
  float: right;
  /*font-size: 10px;*/
  /*position: relative;*/
  /*height: 20px;*/
  padding-right: 5px;
  /*padding-top: 10px;*/
}
#footer {
  background-color: #1b315e;
  /*text-align: center;*/
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  padding-left: 0px;
  /*height: 120px;*/
}
.footerspace {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#side {
  display: flex;
  flex-direction: column;
}
/* 1.1.1 Page formatting: Quick Menu */
#searchBox {
  width: 207px;
  height: 22px;
  background-image: url(Images/SearchBox.png);
  background-repeat: no-repeat;
  padding-top: 5px;
  text-align: left;
  padding-left: 14px;
  padding-bottom: 5px;
  color: #FFFFFF;
}
.searchBoxWatermark {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #BBBBBB;
}
/* 1.2 Page formatting: Menu */
.UserMenuPanel {
  margin-left: 10px;
}
.pageMenu {
  float: left;
  width: 207px;
  min-height: 200px;
  background-color: #ecf1f2;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 5px;
}
#pageMenu h1 {
  color: #FFFFFF;
}
.menuBar {
  max-height: 25px;
  min-height: 10px;
  padding-left: 5px;
}
.menuRepeater {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.menuFooter {
  background-image: url(Images/menuFooter.png);
  background-repeat: no-repeat;
  width: 207px;
  height: 14px;
}
.mainMenu {
  background-color: #3d98d3;
  padding: 0px 25px 0px 25px;
  height: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.mainMenu .static {
  margin-top: 2px;
  height: 20px;
}
.mainMenu a:hover {
  color: #182847;
}
.mainMenuSub {
  background-color: #3d98d3;
  padding: 4px !important;
  border-radius: 4px;
}
/* 1.3 Page formatting: Page content */
#pageContent {
  background-color: white;
  Width: 100%;
  float: left;
  /*background-image: url(Images/mainBar.png);
    background-repeat: no-repeat;*/
}
.contentspace {
  /*max-width: 980px;*/
  margin: 20px auto 20px auto;
  min-height: 600px;
  /*height:600px;*/
  display: table;
  /*table-layout: fixed;*/
}
.contentspace > div {
  display: table-cell;
  vertical-align: top;
}
#mainRepeater {
  /*background-image: url(Images/mainRepeater.png);
    background-repeat: repeat-y;
    /*width: 733px;*/
  min-height: 300px;
  padding-top: 20px;
  /*float:left;
    min-width:748px;*/
  width: 100%;
}
.mainHeader {
  width: 100%;
  /*height:50px;*/
  background-color: #ecf1f2;
  margin-top: 120px;
}
.mainHeaderspace {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#mainFooter {
  /*background-position: 0px 12px;
    background-image: url(Images/mainFooter.png);
    background-repeat: no-repeat;*/
  /*width: 733px;*/
  color: #ecf1f2;
  /*font-family: Verdana, Arial;*/
  font-size: 10pt;
  padding-top: 30px;
}
#mainFooter H2 {
  color: #3d98d3;
  margin-bottom: 10px;
}
#mainFooter a {
  color: #ecf1f2;
}
#ClearBoth {
  clear: both;
}
/*
************************************************************************************************************************

Content Classes

************************************************************************************************************************
*/
/* 1.3.1 Page formatting: Page content formatting */
/* Standard margin = 3+5px => 3+725+5=733 */
.contentHolderLeft {
  float: left;
  width: 100%;
}
.contentRight {
  width: 503px;
  margin-left: 214px;
}
/* 1.3.2 Page formatting: Page content extras */
.contentExtras {
  width: 207px;
  overflow: hidden;
  margin-right: 6px;
  float: right;
}
.contentExtras image {
  display: block;
  /* Fix: Div Higher Than the Image it Contains */
}
.extrasTop {
  background-image: url(Images/extrasTop.png);
  background-repeat: no-repeat;
  width: 207px;
  height: 7px;
}
.extrasRepeater {
  background-image: url(Images/extrasRepeater.png);
  background-repeat: repeat-y;
  width: 199px;
  padding-left: 8px;
}
.extrasFooter {
  background-image: url(Images/extrasFooter.png);
  background-repeat: no-repeat;
  width: 207px;
  height: 12px;
}
/* 1.4 Page formatting: Login Page */
/*
************************************************************************************************************************

Diverse Classes

************************************************************************************************************************
*/
/* 2 Text formatting: Common parameters */
.linkQuickMenu {
  color: #a9a9a9;
}
.basketFormField {
  text-align: right;
  font-size: 22px;
}
/* 2.1 Text formatting: Login View */
.textbox {
  border: 1px solid #929292;
  width: 140px;
  vertical-align: middle;
  padding: 3px;
  margin: 2px 0 5px 0;
}
/* Filter Box*/
.FilterBoxTop {
  background-image: url(Images/FilterBackground_Top.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 5px;
}
.FilterBoxRepeater {
  width: 100%;
  font-weight: bold;
  font-size: 11px;
}
.FilterBoxRepeater a {
  color: #E44703;
}
.FilterBoxBottom {
  width: 100%;
  height: 6px;
  margin-bottom: 5px;
}
/* Product Box*/
.ProductListBox {
  overflow: hidden;
  /*width: 154px;*/
  word-wrap: break-word;
}
/* DataPager */
.DataPager_CurrentPage {
  font-weight: bold;
  font-size: 18px;
  padding-right: 3px;
  padding-left: 3px;
}
.DataPager_NextPreviousButton {
  font-weight: bold;
}
.GridViewDataPager_NumericButton {
  font-family: Verdana, Arial;
  font-weight: normal;
  font-size: 12px;
  padding-right: 3px;
  padding-left: 3px;
}
.GridViewDataPager_NumericButton a {
  padding-right: 0px;
  padding-left: 0px;
}
.GridViewDataPager_NumericButton span {
  font-weight: bold;
  font-size: 18px;
}
/*Red Text On Delete Buttons*/
.DeleteButton:hover {
  color: #FF0000;
}
.Righttabs {
  position: absolute;
  float: right;
  Top: 300px;
}
.contentLeft {
  width: 767px;
  float: left;
  overflow: hidden;
  padding-right: 0px;
}
.contentWide {
  /*width: 727px;*/
}
.contentHeaderLeft {
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-collapse: collapse;
  background-position: 50% bottom;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  background-image: url('Images/headerLeft.png');
  margin-right: 4px;
  margin-left: 0px;
}
.contentHeaderWide {
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-collapse: collapse;
  background-position: 50% bottom;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  background-image: url(Images/headerLeft.png);
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 0px;
}
/* 1.5 Page formatting: Page content common parameters */
.StandardTextFrame {
  /*padding: 5px 10px 9px 12px;*/
  text-align: left;
}
.Selected {
  font-weight: bold;
  background-color: #FFAA2B;
}
/* 2.2.1 Text formatting: Special headers */
.header1 {
  font-size: 14px;
  color: #23345C;
}
.proText {
  font-size: 16px;
  color: #3d98d3 !important;
}
proText:hover {
  color: #3d98d3 !important;
}
.proItemNo {
  font-size: 16px;
  color: #1b315e !important;
  font-weight: bolder;
}
.proStockText {
  font-size: 11px;
  /*color: #3d98d3;*/
}
.proItemPrice {
  font-size: 16px;
  /*color: #333333;*/
  font-weight: normal;
}
.proItemPriceVatNote {
  font-size: 11px;
  /*color: #333333;*/
  font-weight: normal;
}
.proItemListPrice {
  font-size: 11px;
  color: #444444;
  font-weight: normal;
  text-decoration: line-through;
}
.headerMenuBar {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  left: 13px;
  position: relative;
  top: 1px;
}
.headerSmall {
  font-size: 9px;
  color: #999999;
  font-weight: bold;
}
.errorMessage {
  color: #FF0000;
}
.tabErrorMessage {
  border: solid 2px #ff0000 !important;
}
.importantMessage {
  border: thin solid #FF6600;
  color: #000000;
  width: 100%;
  background-color: #FFA54A;
}
/* 4.0 ASP.NET elements */
table.standard td {
  padding-left: 4px;
  padding-top: 1px;
}
table.standard th,
.GridViewHeader {
  background-image: url(Images/gridHeader.png);
  background-repeat: repeat-x;
  background-position: bottom;
  /*height: 23px;*/
  vertical-align: bottom;
  padding-bottom: 4px;
  padding-left: 4px;
  background-color: #F5F7FA;
}
table.standard {
  width: 100%;
}
.AlternatingRowStyle {
  /*background-color: #ECF1F9;*/
  /*background-color: #000000;*/
}
/*
************************************************************************************************************************

HitList

************************************************************************************************************************
*/
/* HitList Frame */
.HitList {
  padding: 0px;
  overflow: hidden;
  width: 727px;
  vertical-align: middle;
}
.HitListTop {
  background-image: url(Images/Hitlist_Top.png);
  background-repeat: repeat-y;
  width: 100%;
  height: 12px;
}
.HitListRepeater {
  background-image: url(Images/Hitlist_Repeater.png);
  background-repeat: repeat-y;
  width: 100%;
}
.HitListHR {
  background-image: url(Images/Hitlist_hr.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
}
.HitListFooter {
  background-image: url(Images/Hitlist_Footer.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 12px;
}
/* HitList Image */
.HitList_imageFrame {
  border: 1px solid #EBEBEB;
  padding: 1px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*
.HitList_imageFrameCenter
{
    padding: 1px;
    border-width: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}

.HitList_imageFrameTop
{
    border-width: 0px;
    background-image: url(Images/Hitlist_Image_Top.gif);
    background-repeat: repeat-x;
    height: 5px;
}

.HitList_imageFrameCorner
{
    width: 5px;
    height: 5px;
    background-color: #FFFFFF;
}

.HitList_imageFrameLeft
{
    background-image: url(Images/Hitlist_Image_Left.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

.HitList_imageFrameRight
{
    background-image: url(Images/Hitlist_Image_Right.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

.HitList_imageFrameBottom
{
    background-image: url(Images/Hitlist_Image_Bottom.gif);
    background-repeat: repeat-x;
    height: 5px;
    background-color: #FFFFFF;
}
*/
/* HitList Pager */
.HitList_Pager {
  padding: 0px 10px 0px 10px;
  text-align: left;
  top: -8px;
  position: relative;
}
.HitList_header {
  font-size: 11px;
  color: #5878A3;
  font-weight: bold;
}
.HitList_proText {
  font-size: 11px;
  color: #222222;
}
.HitList_proItemPrice {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}
/*
************************************************************************************************************************

Image Frame table

************************************************************************************************************************
*/
.imageFrame {
  border: 1px solid #EBEBEB;
  padding: 1px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #FFFFFF;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
}
/*.imageFrameCenter
{
    padding: 1px;
    border-width: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}

.imageFrameTop
{
    border-width: 0px;
    background-image: url(Images/ImageFrameTop.png);
    background-repeat: repeat-x;
    height: 5px;
}

.imageFrameCorner
{
    width: 5px;
    height: 5px;
    background-color: #FFFFFF;
}

.imageFrameLeft
{
    background-image: url(Images/ImageFrameLeft.png);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

.imageFrameRight
{
    background-image: url(Images/ImageFrameRight.png);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

.imageFrameBottom
{
    background-image: url(Images/ImageFrameBottom.png);
    background-repeat: repeat-x;
    height: 5px;
    background-color: #FFFFFF;
}*/
.imageFrameText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  margin-top: 1px;
  margin-bottom: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 25px;
}
.discountImage {
  position: absolute;
  top: -8px;
  left: -8px;
}
/*
************************************************************************************************************************

JQuery DropDown 

************************************************************************************************************************
*/
/* LEVEL ONE */
ul.dropdown {
  /*position: relative;*/
  text-align: right;
  list-style: none;
  list-style-type: none;
  float: right;
}
ul.dropdown li {
  width: 100px;
  font-weight: bold;
  float: left;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  border-style: solid;
  border-width: thin;
  border-color: transparent;
}
ul.dropdown li:hover {
  border-color: #FFFFFF;
}
ul.dropdown li a {
  display: block;
  border-right: 1px solid #333;
  color: #eeeeee;
  text-align: right;
  text-decoration: none;
}
ul.dropdown li:last-child a {
  border-right: none;
}
/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
}
ul.dropdown li.hover a {
  color: #FFFFFF;
}
ul.dropdown li.hover ul li a {
  color: #000000;
}
/* 
   LEVEL TWO
*/
ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -1px;
  list-style: none;
  list-style-type: none;
}
ul.dropdown ul li {
  font-weight: normal;
  background: #FFFFFF;
  color: #333333;
  filter: alpha(opacity=90);
  opacity: 0.90;
  float: none;
}
ul.dropdown ul li:hover {
  background: #D0E1E8;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
  border-right: none;
  width: 100%;
  display: inline-block;
  color: #000;
}
/* 
   LEVEL THREE
*/
ul.dropdown ul ul {
  left: 100%;
  top: 0;
}
ul.dropdown li:hover > ul {
  visibility: visible;
}
ul.sub_menu {
  padding-left: 0px;
}
/*
************************************************************************************************************************

Popup Image

************************************************************************************************************************
*/
.thumbnail {
  position: relative;
  z-index: 0;
}
.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}
.thumbnail span {
  /*CSS for enlarged image*/
  position: absolute;
  background-color: #FFFFFF;
  padding: 5px;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.thumbnail span img {
  /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
}
.thumbnail:hover span {
  /*CSS for enlarged image on hover*/
  visibility: visible;
  top: 5px;
  left: 20px;
  /*position where enlarged image should offset horizontally */
}
/*
************************************************************************************************************************

Icons 

************************************************************************************************************************
*/
.Icons {
  background-image: url(Images/Icons.png);
  display: block;
}
.Icons_BasketAddTo {
  background-position: 0px 0px;
  width: 60px;
  height: 35px;
}
.Icons_Basket {
  background-position: 0px -40px;
  width: 31px;
  height: 32px;
}
.Icons_Excel {
  background-position: 0px -72px;
  width: 32px;
  height: 32px;
}
.Icons_Lock {
  background-position: 0px -104px;
  width: 32px;
  height: 32px;
}
/* Stock -> */
.Icons_StockTrue {
  background-position: -32px -40px;
  width: 15px;
  height: 15px;
}
.Icons_StockAlternate {
  background-position: -32px -55px;
  width: 15px;
  height: 15px;
}
.Icons_StockFalse {
  background-position: -32px -70px;
  width: 15px;
  height: 15px;
}
.Icons_StockComming {
  background-position: -32px -85px;
  width: 15px;
  height: 15px;
}
.Icons_StockSpecialOrderGoods {
  background-position: -32px -100px;
  width: 15px;
  height: 15px;
}
/* <- Stock */
.Icons_BasketAdd {
  background-position: -47px -40px;
  width: 15px;
  height: 15px;
}
.Icons_BasketDeduct {
  background-position: -47px -55px;
  width: 15px;
  height: 15px;
}
.Icons_Next {
  background-position: -47px -70px;
  width: 15px;
  height: 14px;
}
.Icons_Previous {
  background-position: -47px -84px;
  width: 15px;
  height: 14px;
}
.Icons_Link {
  background-position: -70px 0px;
  width: 34px;
  height: 22px;
}
.Icons_Info {
  background-position: -70px -22px;
  width: 34px;
  height: 22px;
}
.Icons_Attention {
  background-position: -70px -44px;
  width: 34px;
  height: 22px;
}
.Icons_ImageView {
  background-position: -70px -66px;
  width: 34px;
  height: 22px;
}
.Icons_ListView {
  background-position: -70px -88px;
  width: 34px;
  height: 22px;
}
.Icons_BasketAddTo_small {
  background-position: -104px 0px;
  width: 34px;
  height: 22px;
}
.Icons_Key {
  background-position: -104px -22px;
  width: 34px;
  height: 22px;
}
.Icons_KeyErr {
  background-position: -104px -44px;
  width: 34px;
  height: 22px;
}
.Icons_KeyTxt {
  background-position: -104px -66px;
  width: 34px;
  height: 22px;
}
.Icons_Matrix {
  background-position: -104px -88px;
  width: 34px;
  height: 22px;
}
.Icons_Favorites {
  background-position: -140px 0px;
  width: 22px;
  height: 22px;
}
.Icons_FavoritesAdd {
  background-position: -140px -22px;
  width: 22px;
  height: 22px;
}
.Icons_Task {
  background-position: -140px -44px;
  width: 22px;
  height: 22px;
}
.Icons_TaskAdd {
  background-position: -140px -66px;
  width: 22px;
  height: 22px;
}
.Icons_Comment {
  background-position: -140px -88px;
  width: 22px;
  height: 22px;
}
.Icons_CommentAdd {
  background-position: -140px -110px;
  width: 22px;
  height: 22px;
}
.Icons_TimeReg {
  background-position: -162px 0px;
  width: 22px;
  height: 22px;
}
/*
************************************************************************************************************************

AJAX

************************************************************************************************************************
*/
/* ***********************************************************
Tabs xp
*********************************************************** */
.tab_xp .ajax__tab_header {
  font-family: verdana,tahoma,helvetica;
  font-size: 11px;
}
.tab_xp .ajax__tab_outer {
  padding-right: 2px;
  height: 21px;
  margin-bottom: 1px;
}
.tab_xp .ajax__tab_inner {
  padding-left: 3px;
  border: 1px solid #CCCCCC;
  background-image: url('Images/gridHeader.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.tab_xp .ajax__tab_tab {
  height: 13px;
  padding: 4px;
  margin: 0;
}
.tab_xp .ajax__tab_hover .ajax__tab_inner {
  background-color: #ECF1F9;
  background-image: url('Images/gridHeader.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.tab_xp .ajax__tab_active .ajax__tab_inner {
  background-color: #ECF1F9;
  background-image: url('Images/gridHeader.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.tab_xp .ajax__tab_body {
  border: 1px solid #CCCCCC;
  border-top: 1px;
  padding: 5px;
  min-height: 50px;
  overflow: auto;
}
/* ***********************************************************
Tabs cms
*********************************************************** */
.tab_cms .ajax__tab_header {
  font-family: verdana,tahoma,helvetica;
  font-size: 11px;
  padding-left: 2px;
}
.tab_cms .ajax__tab_outer {
  padding-right: 3px;
  height: 21px;
  margin-bottom: 0px;
}
.tab_cms .ajax__tab_inner {
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
  border-color: #CCCCCC;
  padding-left: 3px;
  background-image: url('Images/gridHeader.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.tab_cms .ajax__tab_tab {
  height: 13px;
  padding: 4px;
  margin: 0;
}
.tab_cms .ajax__tab_hover .ajax__tab_inner {
  background-color: #ECF1F9;
  background-image: url('Images/gridHeader.png');
  background-position: bottom;
  background-repeat: repeat-x;
}
.tab_cms .ajax__tab_active .ajax__tab_inner {
  background-color: #CCCCCC;
  background-image: none;
  background-position: bottom;
  background-repeat: repeat-x;
  font-weight: bold;
}
.tab_cms .ajax__tab_body {
  padding: 5px 0px 0px 2px;
  min-height: 200px;
  overflow: hidden;
  background-color: #CCCCCC;
}
.cms_bottom {
  background-image: url('Images/cms_Buttom.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
}
/* ***********************************************************
ListSearch
*********************************************************** */
.ListSearchExtenderPrompt {
  font-style: italic;
  color: Gray;
  background-color: white;
}
/* ***********************************************************
AutoComplete flyout
*********************************************************** */
.autocomplete_completionListElement {
  margin: 0px !important;
  background-color: #FFFFFF;
  color: windowtext;
  border: buttonshadow;
  border-width: 1px;
  border-style: solid;
  cursor: 'default';
  overflow: auto;
  height: 200px;
  text-align: left;
  list-style-type: none;
}
.autocomplete_completionListElement p,
.autocomplete_completionListElement ul,
.autocomplete_completionListElement li,
ul.dropdown {
  margin: 0;
  padding: 0;
  border: none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
  background-color: #ffff99;
  color: black;
  padding: 1px;
}
/* AutoComplete item */
.autocomplete_listItem {
  background-color: window;
  color: windowtext;
  padding: 1px;
}
/* ***********************************************************
DropDown
*********************************************************** */
.ContextMenuPanel {
  border: 1px solid #868686;
  z-index: 1000;
  background: #FAFAFA;
  cursor: default;
  padding: 1px 1px 0px 1px;
  font-size: 11px;
}
.ContextMenuBreak {
  margin: 1px 1px 1px 32px;
  padding: 0;
  height: 1px;
  overflow: hidden;
  display: block;
  border-top: 1px solid #C5C5C5;
}
a.ContextMenuItem {
  margin: 1px 0 1px 0;
  display: block;
  color: #003399;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 5px 4px 25px;
  white-space: nowrap;
}
a.ContextMenuItem-Selected {
  font-weight: bold;
}
a.ContextMenuItem:hover {
  background-color: #FFE6A0;
  color: #003399;
  border: 1px solid #D2B47A;
  padding: 3px 4px 3px 24px;
}
/* ***********************************************************
Modal
*********************************************************** */
/* Modal Box - fixed Size */
.modalBox {
  background-image: url(Images/modalBox.png);
  background-repeat: no-repeat;
  max-width: 300px;
  max-height: 220px;
  padding-right: 5px;
  padding-bottom: 5px;
}
.modalBar {
  width: 100%;
  cursor: move;
  padding-bottom: 10px;
  padding-top: 3px;
}
.modalContent {
  border-width: 0px;
  border-style: none;
  width: 100%;
  overflow: auto;
  position: relative;
  height: 154px;
}
.modalContentFull {
  border-width: 0px;
  border-style: none;
  width: 100%;
  overflow: auto;
  position: relative;
  height: 195px;
}
.modalFooter {
  border-style: none;
  width: 100%;
  height: 28px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding-bottom: 10px;
}
/* Modal Box Large - size not fixed */
.modalBoxLarge {
  background-color: #FFFFFF;
}
@media screen and (min-device-width: 480px) {
  .modalBoxLarge {
    width: 200px;
  }
}
@media screen and (min-device-width: 480px) {
  .modalBoxLarge {
    width: 500px;
  }
}
.modalContentLarge {
  border-width: 0px;
  border-style: none;
  width: 100%;
  overflow: scroll;
  position: relative;
  height: 251px;
}
/* Modal Box for Image */
.modalBoxImage {
  border-style: none;
  border-width: 0px;
  position: relative;
  width: 400px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: #FFFFFF;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.modalContentImage {
  border-width: 0px;
  border-style: none;
  width: 100%;
  height: 200px;
  text-align: center;
}
/* Modal Background */
.modalBackground {
  background-color: Black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* Modal Close button */
.modalCloseButton {
  cursor: auto;
  right: 2px;
  float: right;
  position: relative;
  top: 1px;
}
/* Modal Header text */
.modalHeader {
  font-size: 14px;
  color: #999999;
  font-family: Verdana, Arial;
  font-weight: bold;
  position: relative;
  float: left;
  top: 2px;
  /*left: 9px;*/
  margin-right: 40px;
}
/* Fade backgrund */
#fadeBackground {
  visibility: hidden;
  position: absolute;
  background-color: Black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 1000000000000;
  top: 0px;
  right: 0px;
  color: #FFFFFF;
  font-size: 11px;
}
/* Frame */
.modalFrameCenter {
  border-width: 0px;
  background-color: #FFFFFF;
  vertical-align: middle;
  color: #333333;
}
.modalFrameCenter a {
  color: #333333 !important;
}
/*.modalFrameTop
{
    border-width: 0px;
    background-image: url(Images/ModalFrameTop.png);
    background-repeat: repeat-x;
    height: 12px;
}

.modalFrameCorner
{
    width: 12px;
    height: 12px;
}

.modalFrameLeft
{
    background-image: url(Images/ModalFrameLeft.png);
    background-repeat: repeat-y;
}

.modalFrameRight
{
    background-image: url(Images/ModalFrameRight.png);
    background-repeat: repeat-y;
}

.modalFrameBottom
{
    background-image: url(Images/ModalFrameBottom.png);
    background-repeat: repeat-x;
    height: 12px;
}*/
/*
************************************************************************************************************************

Print

************************************************************************************************************************
*/
@media print {
  #header {
    display: none;
  }
  #pageMenu {
    display: none;
  }
  #mainbar {
    display: none;
  }
  #page {
    margin-left: 0px;
  }
  .hide {
    display: none;
  }
  .AlternatingRowStyle {
    border-width: 1px;
    border-color: #000000;
    background-color: #F5F8FC;
    border-top-style: solid;
  }
  .Line {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
  }
  .GridViewHeader {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
  }
}