/******************
HTML Tags
******************/

html, body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Open Sans",sans-serif;
  color: #666666;
  margin: 0px 0px;
  background: white;
  /*background: #CBCBCB url(bg-main.gif) repeat-x;*/
  font-size: .72em;
}

ul#minitabs {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

  ul#minitabs li {
    float: left;
    margin: 0;
    padding: 0 7px;
  }

  ul#minitabs a {
    float: left;
    text-decoration: none;
    padding: 4px 0 16px;
    color: #999;
    text-align: center;
  }

    ul#minitabs a#current, ul#minitabs a:hover, ul#minitabs a:active {
      color: #666;
    }

#main {
  margin: 0px 0px 0px 50px;
}

#head ul#primary {
  margin: 0px 0px 0px 50px;
  font-size: large;
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 0;
  bottom: -1px;
  width: 45em; /* a width is requi009EE3 for Opera, older Mozilla browsers, and Konqueror browsers */
}

  #head ul#primary li {
    display: inline;
    list-style: none;
  }

  #head ul#primary a, #header ul#primary span, #header ul#primary a.current {
    width: 8em;
    display: block;
    float: left;
    padding: 4px 0;
    margin: 1px 1px 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
    text-decoration: none;
    color: #666;
  }

    #head ul#primary span, #header ul#primary a.current, #header ul#primary a.current:hover {
      border: 1px solid #666;
      border-bottom: none;
      padding-bottom: 6px;
      margin-top: 0;
    }

  #head ul#primary a {
    border: 1px solid #AAA;
    border-bottom: none;
  }

    #head ul#primary a:hover {
      margin-top: 0;
      border-color: #666;
      padding-bottom: 5px;
    }


.contRegisterText {
  margin: 10px 0;
}

.contRegisterButton {
  margin: 25px 0 0 0;
  text-align: right;
}

/******************
FORM STYLES 
******************/

/* CONTENT-CONTAINER*/
#content-container {
  background-color: White;
  border-top: 1px solid #009EE3;
  border-bottom: 0px solid #7F7F7F;
  width: 100%;
  position: absolute;
  top: 105px;
  bottom: 22px;
  overflow: auto;
  height: auto !important;
}

#content-container-empty {
  background-color: White;
  border-top: 1px solid #CBCBCB;
  border-bottom: 2px solid #7F7F7F;
  width: 100%;
  position: absolute;
  top: 27px;
  bottom: 5px;
  overflow: auto;
  min-height: 75%;
  height: auto !important;
  height: 75%;
}

#content-container form {
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}

#content-container-docking {
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  width: 100%;
  /*height: 100% !important;*/
  position: absolute;
  top: 107px;
  bottom: 21px;
  overflow: hidden;
}

#content-container fieldset {
  margin: 10px 0px 0px 0px;
  padding: 0px 5px 5px 5px;
}
  /* a nested fieldset */
  #content-container fieldset fieldset {
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 5px 5px;
  }

#content-container legend {
  margin-bottom: 0px;
  padding: 0px 10px 0px 5px;
  font-weight: bold;
  background-color: #009EE3;
  color: #FFFFFF;
}
/* a nested legend */
#content-container fieldset fieldset legend {
  margin-bottom: 0px;
  padding: 0px;
  font-weight: normal;
  background-color: #009EE3;
  color: #FFFFFF;
}

#content-container label {
  display: inline;
}

/*CONTENT*/
#content {
  padding: 10px 10px 10px 10px;
  margin: 0px 200px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

  #content ul {
    margin: 0px 0px 0px 20px;
  }

  #content li {
    margin: 0px 0px 0px 20px;
  }

#content-detail {
  padding: 10px 10px 10px 10px;
  margin: 0px 210px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-ramp {
  padding: 10px 10px 10px 10px;
  margin: 0px 210px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-detail ul {
  margin: 0px 0px 0px 0px;
}

#content-detail li {
  margin: 0px 0px 0px 20px;
}

#content-confirm {
  padding: 10px 10px 10px 10px;
  margin: 0px 235px 0px 221px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-list {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 221px;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-docking {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

#content-error {
  padding: 10px 200px 10px 10px;
  margin: 20px;
  background-color: #ffff99;
  font-size: 0.98em;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
}

  #content-error ul {
    margin: 0px 0px 0px 20px;
  }

  #content-error li {
    margin: 0px 0px 0px 20px;
  }
/*CONTENT-SIDE*/
#content-side {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  bottom: 0px;
  padding: 0px;
}

  #content-side .RadMenu ul.rmRootGroup {
    background-color: transparent;
    border: none;
  }


#content-side-register {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  padding: 10px;
  border-right: 1px solid #009EE3;
  bottom: 0px;
}
/*CONTENT-SIDE-2*/
#content-side-2 {
  position: absolute;
  top: 0;
  right: 0px;
  width: 190px;
  padding: 5px;
  border-left: 1px solid #009EE3;
  bottom: 0px;
}

  #content-side-2 img {
    border: none;
  }

#content-side-2-details {
  position: absolute;
  top: 0;
  right: 0px;
  width: 200px;
  padding: 5px;
  border-left: 1px solid #009EE3;
  bottom: 0px;
}

#content-side-2-ramp {
  position: absolute;
  top: 0;
  right: 0px;
  width: 200px;
  padding: 5px;
  border-left: 1px solid #009EE3;
  bottom: 0px;
}

#content-side-2-confirm {
  position: absolute;
  top: 0;
  right: 0px;
  width: 225px;
  padding: 5px;
  border-left: 1px solid #009EE3;
  bottom: 0px;
}


/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
  color: #009EE3;
}

a:visited {
  color: #009EE3;
}

a:hover {
  color: #669966;
  text-decoration: none;
}

a:active {
  color: #669966;
}
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
  color: #009EE3;
}

#mainnav-container a:visited {
  color: #009EE3;
}

#mainnav-container a:hover {
  color: #669966;
  text-decoration: none;
}

#mainnav-container a:active {
  color: #669966;
}
/* All link states are selected with an "a" */
#header a {
  color: #009EE3;
}

#breadcrumb-container a:link {
  /*color: #009EE3;*/
  color: White;
}

#breadcrumb-container a:visited {
  color: #009EE3;
  color: White;
}

#breadcrumb-container a:hover {
  color: #000;
}

#breadcrumb-container a:active {
  color: White;
  font-weight: bold;
}

/******************
HEADINGS
******************/

h1 {
  font-size: 1.6em;
  padding: 0;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 1.1em;
  margin: 0px;
}

h3 {
  font-size: 1.1em;
  margin: 10px 0px 10px 0px;
  text-align: left;
}

h4 {
  font-size: 1em;
  margin: 0px;
}

h5 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 0.98em;
  text-align: right;
  margin: 0px;
  padding: 0px;
}

#three-column-container h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

/******************
Layout Divs
******************/

#mainnav-container {
  padding: 3px 10px;
  border-bottom: 2px solid #7F7F7F;
  margin-bottom: 1px;
  background: #FFFFFF url(bg-topnav.gif) repeat-x;
}

#mainnav-container-assist {
  padding: 10px 10px 10px 10px;
  border-bottom: 2px solid #7F7F7F;
  margin-bottom: 1px;
  background: #FFFFFF url(bg-topnav.gif) repeat-x;
}

#mainnav-container-buttonbar {
  text-align: right;
}

#mainnav {
  float: left;
  width: 70%;
}

#mainnav-side {
  float: right;
  width: 20%;
  text-align: right;
}

#header {
  color: White;
  border-bottom: 0px solid #7F7F7F;
  border-right: 0px solid #7F7F7F;
  /*background: #009EE3 url(bg-header.gif) repeat-x;*/
  background: #bdcdd9 url(bg-header.jpg) repeat-x;
  background-position: right;
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  height: 85px;
  position: absolute;
  width: 100%;
}

  #header a {
    text-decoration: none;
    color: #FFFFFF;
  }

#logo {
  float: left;
  margin: 43px 15px 1px 20px;
  cursor: pointer;
}

#sitename {
  margin: 45px 0 0 100px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

#slogan {
  font-size: .58em;
  margin-left: 0px;
  font-weight: normal;
  color: #009EE3;
}

#company {
  float: right;
  font-size: .68em;
  margin: 0px;
  font-weight: normal;
}

#Acknowledge {
  border: Dashed, 1px, Green;
  width: 300px;
  font-size: 1.1em;
  font-weight: bold;
  color: Green;
  margin: 0px;
  padding-top: 7px;
}

#breadcrumb-container {
  /*border-bottom: 2px solid #7F7F7F;*/
  /*background: #FFFFFF url(bg-topnav.gif) repeat-x;*/
  border-bottom: 0px solid #9BD8F6;
  background: #009EE3;
  text-align: center;
  height: 19px;
  padding-top: 3px;
  top: 4px;
  width: 100%;
  position: absolute;
  z-index: 100;
}

#breadcrumb-container-empty {
  border-bottom: 2px solid #9BD8F6;
  background: #009EE3;
  margin-bottom: 1px;
  height: 19px;
  padding-top: 3px;
  top: 5px;
  width: 100%;
  position: absolute;
  z-index: 100;
}

#breadcrumb {
  float: left;
  padding: 0px 10px 0px 0px;
}

#breadcrumb-side {
  float: right;
  padding-right: 10px;
  margin-top: 0px;
}

  #breadcrumb-side form {
    margin: 0px;
    padding: 0px;
    text-align: right;
  }

    #breadcrumb-side form fieldset {
      margin: 0px;
      padding: 0px;
      border: none;
    }

    #breadcrumb-side form legend {
      display: none;
    }

#content p, #content-side-2 p, table {
  margin: 0px 0px 0px 0px;
}

#breadcrumb-side label {
  display: none;
}

#two-column-container {
  width: 100%;
  margin: 10px 0px;
  text-align: justify;
}

#two-column-left {
  float: left;
  width: 50%;
}

#two-column-right {
  float: right;
  width: 45%;
}

#three-column-container {
  width: 100%;
  margin: 10px 0px;
  text-align: justify;
}

#three-column-left {
  float: left;
  width: 30%;
}

#three-column-right {
  float: right;
  width: 30%;
}

#three-column-middle {
  width: 30%;
  margin: 0px 32% 0px 35%;
}

#footer {
  padding: 0px 0px 0px 0px;
  border-top: 2px solid #9BD8F6;
  text-align: center;
  background: #009EE3 url(bg-button-default.png) no-repeat;
  background: #009EE3;
  color: White;
  font-size: .95em;
  vertical-align: text-bottom;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 19px;
}

#footerSmall {
  padding: 3px 0px 0px 0px;
  border-top: 2px solid #9BD8F6;
  text-align: center;
  background: #009EE3 url(bg-button-default.png) no-repeat;
  background: #009EE3;
  color: White;
  font-size: .95em;
  vertical-align: text-bottom;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 17px;
}

#buttonbar {
  margin: 20px 0 0 0;
  text-align: center;
}

#buttonbar-right {
  margin: 15px 10px 0 0;
  text-align: right;
}

#mapbar {
  margin: 10px 0px 0px 50px;
  font-size: large;
}

#tabpage-bar {
  margin: 30px 0px 0px 25px;
}

#tabpage-bar-profile {
  margin: 20px 0px 0px 0px;
}

#tabcontrol {
  /*
  border: 1px solid #AAAAAA;
  background-color: #F6F6F6;
*/
}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
  margin: 0px;
  padding: 0px;
}

#mainnav-container li {
  padding: 0px;
  list-style: none;
  display: inline;
  margin: 5px 10px 5px 0px;
}

#mainnav-side li {
  padding: 0px;
  margin: 5px 0px 5px 10px;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
  margin: 0px 0px 15px 15px;
  padding: 0px;
}

  #content ul.list li {
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(bullet.gif) no-repeat;
    background-position: 0 .6em;
  }

  #content ul.link-list-vertical li {
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
  }

    #content ul.link-list-vertical li a:link {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content ul.link-list-vertical li a:visited {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-visited.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content ul.link-list-vertical li a:hover {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-hover.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content ul.link-list-vertical li a:active {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-active.gif) no-repeat;*/
      background-position: 0 .6em;
    }

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-side-2 ul.list, #content-side-2 ul.link-list-vertical, #content-side ul.list, #content-side ul.link-list-vertical {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

  #content-side-2 ul.list li, #content-side ul.list li {
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(bullet-right.gif) no-repeat;
    background-position: 0 .6em;
  }

  #content-side-2 ul.link-list-vertical li, #content-side ul.link-list-vertical li {
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
  }

    #content-side-2 ul.link-list-vertical li a:link, #content-side ul.link-list-vertical li a:link {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content-side-2 ul.link-list-vertical li a:visited, #content-side ul.link-list-vertical li a:visited {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-visited.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content-side-2 ul.link-list-vertical li a:hover, #content-side ul.link-list-vertical li a:hover {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-hover.gif) no-repeat;*/
      background-position: 0 .6em;
    }

    #content-side-2 ul.link-list-vertical li a:active, #content-side ul.link-list-vertical li a:active {
      padding: 2px 0px 2px 12px;
      /*background: url(bullet-link-active.gif) no-repeat;*/
      background-position: 0 .6em;
    }

/******************
LISTS - IN VALIDATIONSUMMARY
******************/


#validationsum ul.list, validationsum bl, #validationsum ul.link-list-vertical {
  margin: 0px 0px 0px 50px;
  padding: 0px;
}

  #validationsum ul.list li {
    list-style: none;
    padding: 0px 0px 0px 55px;
    margin: 0px 0px 0px 50px;
  }

.AutoHeight {
  height: auto !important;
}

/******************
TABLE STYLES
******************/

.table {
  border-bottom: 3px solid white;
  border-top: 3px solid white;
  border-left: 0px;
  border-right: 0px;
  border-collapse: collapse;
  background-color: #F6F6F6;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 0.98em;
}

  .table td {
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 8px 0px 8px;
    vertical-align: text-top;
    text-align: left;
    min-height: 20px;
    height: 20px;
  }
/* Empty Row */
.tr-empty {
  padding: 0px 8px 0px 8px;
  background-color: white;
  height: 10px;
}

.td-empty {
  padding: 0px 8px 0px 8px;
  width: auto;
  background-color: white;
}

.td-label {
  padding: 10px 15px 0px 5px;
  background-color: #FBFDFF;
  border-bottom: 2px solid #FBFDFF;
  text-align: left;
  vertical-align: top;
  width: 100px;
}

.td-control {
  padding: 5px 0px 5px 10px;
  background-color: #FFFFFF;
  text-align: left;
}

.td-control-underline {
  padding: 5px 0px 5px 10px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #FBFDFF;
  text-align: left;
}

thead th, tfoot th {
  background-color: #E8E8E8;
  border-bottom: 2px solid #009EE3;
  border-top: 2px solid #009EE3;
  padding: 10px;
  font-weight: normal;
  /*font-variant: small-caps;*/
}

/* Intrastat */
.table-intra {
  border: 1px solid white;
  border-collapse: collapse;
  background-color: #F6F6F6;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 0.98em;
  width: 100%;
}

  .table-intra td {
    border: 1px solid white;
    padding: 0px 8px 0px 8px;
  }

/* Freight Cost SF */
.table-view {
  border: 1px solid white;
  border-collapse: collapse;
  background-color: #F6F6F6;
  margin: 20px 0px 0px 0px;
  font-size: 0.98em;
  vertical-align: middle;
}

  .table-view td {
    vertical-align: middle;
  }

/* Suchen in allen List-Seiten */
.table-find {
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
  padding: 0px 10px 0px 10px;
}

  .table-find td {
    padding: 0px 5px 0px 5px;
  }

/* Master-Site IBSHome/IBSList/IBSDetails/IBSConfirm - Tabelle User_Level_DateTime*/
.table-userlogin {
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-userlogin td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
    vertical-align: text-top;
  }

.table-login {
  border: 1px solid #6593cf;
  background-color: #FFFFFF;
  margin: 120px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 561px;
  height: 430px;
}

  .table-login td {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
  }

.table-login-header {
  background: #009EE3;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  padding: 3px 0px 0px 420px;
  height: 20px;
}

.table-login-teaser {
  background: #bdcdd9 url(bg-header-login.jpg) no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 75px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

/* Master-Site IBSDetails/IBSConfirm - Tabelle Route*/
.table-route {
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-route td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
  }

.table-side-2 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-side-2 td {
    padding: 0px 5px 0px 5px;
    width: auto;
  }

/* Master-Site IBSDetails/IBSConfirm - Tabelle Dispatcher remerks */
.table-remarks {
  background-color: #ff9966;
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-remarks td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
  }

/* Master-Site IBSConfirm - Tabelle Confirmation details */
.table-details {
  background-color: #cc3300;
  color: White;
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  font-size: 0.98em;
}

  .table-details td {
    border: 1px solid white;
    padding: 0px 5px 0px 5px;
    width: auto;
  }

/* Print-Seiten */
.table-asp-print {
  margin: 0px 0px 0px 10px;
  font-size: 0.98em;
  text-align: left;
  vertical-align: top;
}

  .table-asp-print td {
    font-size: 0.98em;
    vertical-align: top;
  }

.table-print {
  width: 100%;
  font-size: 0.98em;
}

  .table-print td {
    vertical-align: top;
    font-size: 0.98em;
  }

/******************
CLASSES
******************/
img.photobig, img.photosmall {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: #E0E0E0 url(background_table_04.gif) repeat-x;
  padding: 8px;
}

img.photosmall {
  margin-right: 10px;
  margin-bottom: 2px;
  float: left;
}

.searchbox {
  height: 13px;
  margin: 0px;
  padding: 0px;
  width: 8em;
  font-size: 10px;
  color: #666666;
}

.button-big {
  margin-top: 8px;
}

.button-search {
  height: 18px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-search.gif) repeat-x;
  font-size: 10px;
  color: #009EE3;
}

.button-logout {
  height: 18px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-logout.gif) repeat-x;
  font-size: 10px;
  color: #009EE3;
}

.button-default {
  height: 22px;
  margin: 0px 10px 0px 0px;
  padding: 2px 5px 2px 5px;
  min-width: 80px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  /*background: url(bg-button-default.gif) repeat-x;*/
  background-color: #009EE3;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}

.button-small {
  height: 22px;
  margin: 0px 10px 0px 0px;
  padding: 2px 5px 2px 5px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  /*background: url(bg-button-default.gif) repeat-x;*/
  background-color: #009EE3;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}

.button-hyperlink-default {
  height: 18px;
  margin: 0px 10px 0px 0px;
  padding: 0px 5px 0px 0px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-default.gif) repeat-x;
  font-size: 10px;
  color: #009EE3;
  text-decoration: none;
  cursor: default;
}
/*TabPage*/
a.tabpage {
  background: transparent url(bg_button_a.gif) no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 11px arial, sans-serif;
  height: 24px;
  margin-right: 0px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

  a.tabpage span {
    background: transparent url(bg_button_span.gif);
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
  }

  a.tabpage:active {
    background-position: bottom right;
    color: #000;
    font-weight: bold;
    outline: none; /* hide dotted outline in Firefox */
  }

    a.tabpage:active span {
      background-position: bottom left;
      padding: 6px 0 4px 18px; /* push text down 1px */
    }

  a.tabpage:hover {
    text-decoration: none;
    color: #000 !important;
  }

.menu {
  font-size: 0.98em;
}

.menu-dynamic {
  border: dashed 1px DarkGray;
  background-color: #F6F6F6;
  z-index: 100;
}

.menu-treeview {
  font-size: 0.98em;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.label {
}

.label-temp {
  color: #009EE3;
}

.label-hinweis {
  font-size: 1em;
  font-weight: bold;
  background-color: #F6F6F6;
  border: dashed 1px #009EE3;
  margin: 0;
  padding: 5px;
}

.textbox {
  width: 100px;
}

.dropdownlist {
  font-size: 0.98em;
  width: 106px;
  height: 18px;
}

.dropdownlist-auto {
  font-size: 0.98em;
  width: auto;
  height: 18px;
}

.checkbox {
  font-size: 0.98em;
  height: 18px;
}

.validationsum {
  border: dashed 1px #009EE3;
  background-color: #F6F6F6;
  margin: 0px;
  padding: 5px;
}

.hyperlink {
  padding: 0px 5px 0px 5px;
  color: #FF6600;
  vertical-align: middle;
}

.linkbutton {
  font-size: 8pt;
}

.Grid {
  margin-top: 20px;
  padding: 0px 10px 0px 0px;
  font-size: 0.98em;
  border: 1px solid #D5DFE5;
}

.GridHeader {
  background-color: #009EE3;
  /*border-bottom: 2px solid #D2D6DB;
  border-top: 2px solid #D2D6DB;*/
  border-bottom: 2px solid #D5DFE5;
  border-top: 2px solid #D5DFE5;
  height: 30px;
  font-weight: normal;
  /*font-variant: small-caps;*/
  color: White;
  vertical-align: top;
}

.div-coloredBackground {
  width: 100%;
  background-color: #009EE3;
  color: White;
  margin: 0px;
  padding: 0px;
}

/* Assist */
.div_assist {
  margin: 10px;
  font-size: 0.98em;
}

  .div_assist fieldset {
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 5px 5px;
  }

  .div_assist legend {
    margin-bottom: 0px;
    padding: 0px 10px 0px 5px;
    font-weight: bold;
    background-color: #009EE3;
    color: #FFFFFF;
  }

.body-assist {
  width: 98%;
  height: 96%;
}

/* Texte RadioButton-Liste */
.panelText {
  background-color: #009EE3;
  color: White;
}

.panelFilter {
  background-color: #F1F5FB;
  border-bottom: 0px solid #D4DBE5;
  border-left: 1px solid #A5B3C5;
  border-right: 1px solid #A5B3C5;
  height: 52px;
}

.panelPPlace .header {
  font-size: 32px;
  color: #fff;
  background-color: #009EE3;
}

.panelAvis {
}

#filter {
  width: 100%;
  background-color: #009EE3;
}

#filter-left {
  float: left;
}

#filter-right {
  float: right;
  color: White;
  font-weight: bold;
  text-align: center;
  padding-right: 30px;
  padding-top: 3px;
}

.ContentHeader {
  font-size: 24px;
  background-color: #009ee3;
  color: #fff;
  width: 100%;
  margin: 0 0 50px 2px;
  padding: 5px;
}


/****************
 RADScheduler
****************/
.Disabled {
  background: #F1F5FB !important;
  cursor: not-allowed;
}

  .Disabled.rsAptCreate {
    background: #F1F5FB !important;
  }


/***********
RADMENU
***********/

div.RadMultiPage {
  border: 1px solid #B6BABF;
  border-top: 0 solid #B6BABF;
}

  div.RadMultiPage td {
    padding: 4px;
  }

div.MultiPageOrderDetail {
  padding: 20px;
  background-color: #FFFFFF;
}

div.RadPageView {
  padding: 10px;
  min-height: 310px;
}


*#RadListBoxLined .RadListBox {
  margin: 0 auto !important;
}

#RadListBoxLined .RadListBox .rlbText {
  padding: 2px 3px;
  white-space: nowrap !important;
}

#RadListBoxLined .RadListBox .rlbItem,
.RadListBox .rlbItem.rlbSelected {
  border: 0;
  border-bottom: 1px solid #a4abb2;
}

.RadNotification .rnContentWrapper {
  background-color: #999; /* remove chrome defalt textbox outline */
}

.RadSearchBox .rsbInput {
  /*width: 135px !important;*/
  outline: none; /* remove chrome defalt textbox outline */
}

.RadSearchBoxSoloSmall .rsbInput {
  width: 135px !important;
  outline: none; /* remove chrome defalt textbox outline */
}

.RadSearchBoxSolo .rsbInput {
  width: 160px !important;
  outline: none; /* remove chrome defalt textbox outline */
}
/************************ LoginForm ************************/
.LoginBackground {
  margin: 0 auto 0 0;
  background-image: url(LoginBackground.jpg);
  background-size: cover;
}

.LoginTitle {
  background: rgba(0, 0, 0, 0.3) url(Logo_LIS.png) no-repeat 70px 60px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 250px;
  position: absolute;
}

.LoginSubTitle {
  border: 0px solid #375A76;
  color: #000;
  margin: 0px auto;
  width: 600px;
  height: 250px;
}

  .LoginSubTitle .Header {
    padding: 20px 0 0 30px;
    font-size: 30px;
    font-weight: bold;
  }

  .LoginSubTitle .Content {
    margin: 20px 0 0 30px;
    font-size: 14px;
  }

  .LoginSubTitle .Footer {
    position: absolute;
    margin: 0 150px;
  }

  .LoginSubTitle a:link {
    color: #fff;
  }

  .LoginSubTitle a:visited {
    color: #fff;
  }

  .LoginSubTitle a:hover {
    color: #009EE3;
    text-decoration: underline;
  }


.Bold {
  font-weight: bold !important;
}

.HomeNews {
  margin: 20px 0;
  padding: 5px;
  background-color: darkgray;
  color: white;
  min-height: 47px;
}
/************************ RampRegister ************************/
.RampsRegister {
  width: 950px;
  margin: 100px auto 0 auto;
  font-size: 18pt;
}

  .RampsRegister .riTextBox {
    font-size: 18pt !important;
  }

  .RampsRegister .button-default {
    margin-right: 0;
    font-size: 18pt;
    height: 50px;
    width: 160px;
  }

.RampBookingDetailsTable tr {
  line-height: 24px;
}

.RadScheduler .rsCategoryGray .rsResourceMarker {
  background-color: #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}

.RadScheduler .rsCategoryBlue .rsResourceMarker {
  background-color: rgb(178, 189, 255) !important;
  border-left: 1px solid rgb(178, 189, 255) !important;
  border-right: 1px solid rgb(178, 189, 255) !important;
}

.RadScheduler .rsCategoryWhite .rsResourceMarker {
  background-color: rgb(178, 189, 255) !important;
  border-left: 1px solid rgb(178, 189, 255) !important;
  border-right: 1px solid rgb(178, 189, 255) !important;
}

.RadScheduler .rsCategoryBeige .rsResourceMarker {
  background-color: #f5f5dc !important;
  border-left: 1px solid #f5f5dc !important;
  border-right: 1px solid #f5f5dc !important;
}

.RadScheduler .rsCategoryYellow .rsResourceMarker {
  background-color: #f0e68c !important;
  border-left: 1px solid #f0e68c !important;
  border-right: 1px solid #f0e68c !important;
}

.RadScheduler .rsCategoryPink .rsResourceMarker {
  background-color: #C987FF !important;
  border-left: 1px solid #C987FF !important;
  border-right: 1px solid #C987FF !important;
}

.RadScheduler .rsCategoryGreen .rsResourceMarker {
  background-color: rgb(146, 204, 93) !important;
  border-left: 1px solid rgb(146, 204, 93) !important;
  border-right: 1px solid rgb(146, 204, 93) !important;
}

.RadScheduler .rsCategoryOrange .rsResourceMarker {
  background-color: #FFA16B !important;
  border-left: 1px solid #FFA16B !important;
  border-right: 1px solid #FFA16B !important;
}

.RadScheduler .rsCategoryFinished .rsResourceMarker {
  background-color: #2F4F4F !important;
  border-left: 1px solid #2F4F4F !important;
  border-right: 1px solid #2F4F4F !important;
}

.RadScheduler .rsCategoryRed .rsResourceMarker {
  background-color: #D22222 !important;
  border-left: 1px solid #D22222 !important;
  border-right: 1px solid #D22222 !important;
}

.RadScheduler .rsCategoryWarning .rsResourceMarker {
  background-color: #d3d3d3 !important;
  border-left: 1px solid #D22222 !important;
  border-right: 1px solid #D22222 !important;
}

.RadScheduler .rsCategorySearch .rsResourceMarker {
  background-color: rgb(255, 224, 112) !important;
  border-left: 1px solid #D22222 !important;
  border-right: 1px solid #D22222 !important;
}

.labelCategoryGray {
  background-color: #eee !important;
}

.labelCategoryBlue {
  background-color: rgb(178, 189, 255) !important;
}

.labelCategoryWhite {
  background-color: rgb(178, 189, 255) !important;
}

.labelCategoryBeige {
  background-color: #f5f5dc !important;
}

.labelCategoryYellow {
  background-color: #f0e68c !important;
}

.labelCategoryPink {
  background-color: #C987FF !important;
}

.labelCategoryGreen {
  background-color: rgb(146, 204, 93) !important;
}

.labelCategoryOrange {
  background-color: #FFA16B !important;
  /*border-right: 10px solid #FFA16B !important;*/
}

.labelCategoryFinished {
  /*font style*/
  background-color: #2F4F4F !important;
  color: #dbdbdb !important;
}

.labelCategoryRed {
  /*font style*/
  background-color: #D22222 !important;
  color: #fff !important;
}

.labelCategoryWarning {
  /*font style*/
  background-color: #d3d3d3 !important;
  color: #D22222 !important;
}

.labelCategorySearch {
  background-color: rgb(255, 224, 112) !important;
  color: #D22222 !important;
  border: 1px solid #D22222 !important;
}

.labelCategoryBlocked {
  background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(315deg, #ECEDDC 25%, transparent 25%), linear-gradient(45deg, #ECEDDC 25%, transparent 25%);
  background-size: 100px 100px;
}

.labelResourceBold {
  background-color: #eee !important;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  width: 16px !important;
  margin-left: -5px !important;
  text-align: center;
}

.labelResourceGray {
  background-color: #eee !important;
  font-size: 10px;
  display: inline-block;
  width: 16px !important;
  margin-left: -5px !important;
  border-left: 1px solid #000;
  text-align: center;
}

.labelResourceYellow {
  background-color: #f0e68c !important;
  font-size: 10px;
  display: inline-block;
  width: 16px !important;
  margin-left: -5px !important;
  text-align: center;
}

.labelResourceFinished {
  /*font style*/
  background-color: #2F4F4F !important;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  width: 16px !important;
  margin-left: -5px !important;
  text-align: center;
}

.labelResourceRed {
  /*font style*/
  background-color: #D22222 !important;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  width: 16px !important;
  margin-left: -5px !important;
  text-align: center;
}


.RadScheduler .rsCategoryFound, .RadScheduler .rsCategoryFound .rsAptContent {
  /*font style*/
  background-color: #FFE070 !important;
  border: 1px solid #FF6A00 !important;
}


/************************ RadMap ************************/

.RadMap .k-marker {
  margin-top: -50px !important;
  margin-left: -19px !important;
  width: 50px !important;
  height: 50px !important;
}

  .RadMap .k-marker.k-i-marker-pp-open-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-pp-open-shape {
    background-image: url(parkplatz_offen.png);
    background-repeat: no-repeat;
  }

  .RadMap .k-marker.k-i-marker-pp-occupied-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-pp-occupied-shape {
    background-image: url(parkplatz_belegt.png);
    background-repeat: no-repeat;
  }

  .RadMap .k-marker.k-i-marker-pp-deactivated-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-pp-deactivated-shape {
    background-image: url(parkplatz_gesperrt.png);
    background-repeat: no-repeat;
  }

  .RadMap .k-marker.k-i-marker-lp-open-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-lp-open-shape {
    background-image: url(tor_offen.png);
    background-repeat: no-repeat;
  }


  .RadMap .k-marker.k-i-marker-lp-occupied-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-lp-occupied-shape {
    background-image: url(tor_belegt.png);
    background-repeat: no-repeat;
  }

  .RadMap .k-marker.k-i-marker-lp-loading-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-lp-loading-shape {
    background-image: url(tor_be_entladung.png);
    background-repeat: no-repeat;
  }


  .RadMap .k-marker.k-i-marker-lp-deactivated-shape:before {
    content: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }

  .RadMap .k-marker.k-i-marker-lp-deactivated-shape {
    background-image: url(tor_gesperrt.png);
    background-repeat: no-repeat;
  }


/*.RadForm_Metro .rfdLoginControl {*/
#LoginStatus1 {
  background-color: red;
  text-decoration: none;
  padding: 6px 7px 5px 5px;
  border-width: 0;
  border-radius: 4px;
  border-collapse: separate !important;
}

.DataProtection {
  margin-left: 100px;
  float: right;
  font-size: 14px;
  display: none;
}

  .DataProtection.Supplier {
    margin-left: 10px;
  }

.DataProtectionTitle {
  display: none;
}

.GeneralConditions {
  display: none;
  float: right;
}

.GeneralConditionsTitle {
  display: none;
}

.PanelKeyFigures {
  height: 75px;
}

.DataProtectionSupplier {
  float: right;
  margin: -3px 0 0 10px;
}

.GeneralConditions {
  float: right;
}

.ResourceHeaderSumBookingsTotal {
  margin: 5px 0px !important;
}

.ResourceHeaderSumBookingsTotalBorder {
  border: 0px solid #D2D2D2;
  border-radius: 0px 0px 0px 0px;
}

.RadMenuScheduler {
  z-index: 1 !important;
}


/* RadScheduler */
.TimeSlotDisabled {
  /*border-top: 1px solid #000;*/
  background: #F5F5F5;
  cursor: not-allowed;
}

.TimeSlotCurrentTime {
  /*border-top: 1px solid #000;*/
  /*background: rgba(220,20,60, 0.1) !important;*/
  background: repeating-linear-gradient( -45deg, rgba(220,20,60, 0.025), rgba(220,20,60, 0.025) 10px, rgba(220,20,60, 0.05) 10px, rgba(220,20,60, 0.05) 20px );
}


.labelCategoryBlink {
  /*animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(9, start) infinite;
  background-color: red !important;
  color: #fff;*/
}

@keyframes blink-animation {
  to {
    visibility: collapse;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: collapse;
  }
}