﻿
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#WebsiteTitle:before {
  content: "WebSped@Messing";
  color: transparent;
}

#WebsiteTitleRegTrademark {
  display: none;
}

body {
  background-color: #60605f;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 65%;
  color: #333; /*overflow-x: hidden;*/
  height: 100%;
}

h1, h2, h3, h4 {
  margin-bottom: 5px;
  color: #2778b7;
  font-size: 42px;
  font-weight: normal;
}

h2 {
  margin-bottom: 5px;
  color: #2778b7;
  font-size: 20px;
  font-weight: normal;
}

h3 {
  margin-top: 1.5em;
  margin-bottom: .1em;
  font-size: 12px;
  font-weight: normal;
}

h4 {
  font-size: 12px;
}

a {
  color: #2778b7;
}

  a:hover {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #2778b7;
  }


/* Boxed Style */

.boxed {
  margin-bottom: 1em;
  border: 1px solid #CCCCCC;
  width: 450px;
}

  .boxed .title {
    height: 60px;
    padding: 10px;
    background: #2778b7;
    color: #FFFFFF;
  }

  .boxed .content {
    padding: 30px 10px 10px 10px;
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
    /*filter: background blur(20px);*/
  }

/* Header */

#header {
  width: 1100px;
  height: 43px;
  margin: 0 auto;
  padding: 15px 0 0 10px;
}

#headerBackground {
  background: url(images/bg_body.jpg) top center no-repeat fixed;
  background-size: cover;
}

#headerBackgroundHome {
  background: url(images/bg_body.jpg) top center no-repeat fixed;
  background-size: cover;
}

#headerlogo {
  background: url(images/logo.gif) no-repeat;
  background-position-x: center;
}

#headerlogoHome {
  background: url(images/logo.gif) no-repeat;
  background-position-x: center;
}



/* Header > Slogan */
#slogan {
  float: left;
  cursor: pointer;
}

  #slogan h1 {
    color: #FFFFFF;
    font-size: 30px;
  }

  #slogan h2 {
    margin: 0;
    padding-top: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  #slogan a {
    text-decoration: none;
    color: #FFFFFF;
  }

#sectionHeader {
  /*background-color: #ececec; 
  color: #2778b7;*/
  background-color: #2778b7;
  color: #ffffff;
  text-align: right;
  padding: 0 10px 0 0;
}

/* Header > Top Menu */

#topmenu {
  float: right;
  padding-left: 30px;
}

  #topmenu ul {
    margin: 0;
    padding: 8px 0 0 0 0;
    list-style: none;
    line-height: 40px;
  }

  #topmenu li {
    display: inline;
  }

  #topmenu a {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 0 15px 0 15px; /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
  }

    #topmenu a:hover {
      color: #fff;
      background-color: #2778b7;
      text-decoration: none;
    }

#topmenu1 {
  background: url(images/img03.gif) no-repeat left center;
}

#topmenu2 {
  background: url(images/img05.gif) no-repeat left center;
}

#topmenu3 {
  background: url(images/img04.gif) no-repeat left center;
}

#topmenu4 {
  background: url(images/icons/book.png) no-repeat left center;
}

/* Menu */

#menu {
  clear: both;
  width: 750px;
  height: 40px;
  margin: 0 Auto;
}

  #menu ul {
    margin: 0;
    list-style: none;
    line-height: normal;
    float: left;
  }

  #menu li {
    display: inline;
  }

  #menu a {
    display: block;
    float: left;
    height: 26px;
    padding: 14px 18px 0 20px;
    background: url(images/img06.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
  }

    #menu a:hover {
      text-decoration: underline;
      font-weight: bold;
    }

  #menu .first a {
    padding-left: 0;
    background: none;
  }

/* Content */
.content-video {
  top: 0px;
}

#content-user {
  /*float: right;*/
  /*position: absolute;*/
  /*margin-top: -50px;*/
  /*margin-left: 320px;
  top: 80px;
  right: 0;*/
  
  width: 600px;
  /*height: 43px;*/
  margin: 0 auto;
  /*padding: 45px 0 0 10px;*/
  position: relative;
  top: -40px;
  left: 50px;
  right: 0;
}

#content-center {
  /*float: right;
  position: relative;
  right: 50%;*/
  margin: 50px auto 0px auto;
  width: 1160px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
}

#headerlogoHome #content-center {
  background-color: transparent;
}

@media (min-width: 1400px) {
  #content-center {
    width: 1380px;
    margin: 50px auto 0px auto;
    padding: 20px;
    text-align: left;
    background-color: #fff;
  }
  #headerlogoHome #content-center {
    background-color: transparent;
  }
}

@media (min-width: 1600px) {
  #content-center {
    width: 1580px;
    margin: 50px auto 0px auto;
    padding: 20px;
    text-align: left;
    background-color: #fff;
  }
  #headerlogoHome #content-center {
    background-color: transparent;
  }
}

@media (min-width: 1900px) {
  #content-center {
    width: 1800px;
    margin: 50px auto 0px auto;
    padding: 20px;
    text-align: left;
    background-color: #fff;
  }
  #headerlogoHome #content-center {
    background-color: transparent;
  }
}

#content-right-bar {
  text-align: left;
  padding: 10px 10px; /*margin: 20px;*/ /*position: absolute;*/
  border: 0px solid #D1D1D1;
  background: #FFFFFF url(images/flaeche.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; /* for non-css3 browsers */ /*background: #FFFFFF; */ /* for IE */ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#FFFFFF', 30px); */ /* for webkit browsers */ /*background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#FFFFFF)); */ /* for firefox 3.6+ */ /*background: -moz-linear-gradient(top,  #F1F1F1,  #FFFFFF); */
}

  #content-right-bar h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: #2778b7; /*width: 100%;*/
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
  }

#content {
  margin-top: 20px;
}

#content-header-left {
  background-color: #2778b7;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

  #content-header-left:hover {
    background-color: #ebebeb;
  }

#content-header-center {
  background-color: #2778b7; /*width: 100%;*/
  padding: 0 10px 0 10px;
}

#content-header {
  height: 50px;
  width: 100%;
  color: White;
  font-size: 20px;
  /*margin-bottom: 30px;*/
}

#content-header-popup {
  display: none;
  background-color: white;
  margin: -5px 0 0 950px;
  padding: 10px;
  position: absolute;
  left: Auto;
  width: 350px;
  z-index: 9999999999;
  border: 1px solid #A4A4A4;
  box-shadow: 0 0 10px #222;
  color: #999999;
}

  #content-header-popup a {
    display: block;
    /*float: left;*/
    margin-top: 5px;
    text-decoration: none;
    color: #999999;
    cursor: pointer;
  }

.PartialContentAjax {
  text-align: center;
}

/* Content > Main > Welcome */

#welcome {
  margin: 0 0 3em 0;
  padding: 10px 0 1.5em 0;
  border-bottom: 1px solid #CCCCCC;
}

/* Footer */

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  /*padding: 3px 0;*/
  margin: auto 0;
  background-color: #9db3c4;
  background-image: none;
  border-top: 0 solid #BDCCE8;
  border-bottom: 0 solid #BDCCE8;
}


/* Footer > Legal */

#legal {
  margin: 0 auto;
  width: 1160px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-image: none;
}

  #legal a {
    font-weight: bold;
    color: #FFFFFF;
  }

/* Footer > Links */

#links {
  margin: 0;
  padding: 10px;
  text-align: center;
}

.deleteRequestText {
  float: left;
  color: Red;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.noticeText {
}

/* Tables */
.tableForm {
  /*color: Red;*/
}

  .tableForm td {
    height: 20px; /*background:yellow;*/
    vertical-align: central;
  }

.tableLabelTitle {
  height: 20px;
  vertical-align: middle;
  color: White;
  background-color: #2778b7;
  padding-left: 10px;
}

.tableLabelAddress {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tableLabelHeader {
  height: 25px;
  vertical-align: bottom;
  font-weight: bold;
}

  .tableLabelHeader td {
    height: 20px;
    padding-left: 10px;
  }

.tableLabelContent td {
  padding-left: 10px;
}

#tableMC td {
  height: 20px;
  background: yellow;
  vertical-align: top;
}

#homeTable tr {
  background: #2778b7;
}

#homeTable div {
  border: 1px solid #2778b7;
}

div #homeTableLogin {
    border: 0px solid #2778b7;
  }

div #homeTableLogin tr {
}

/* Form Elements */
.headerBar {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.headerBarRight {
  float: right;
  padding: 0px 0px;
}

.Requiered {
  float: left;
  padding: 10px 0px;
  font-size: 9px;
}

.searchBar {
  /*width: 750px;*/ /*margin: 0px Auto 0px Auto;*/
  padding: 0px 10px 7px;
  text-align: right;
  color: #fff;
  background-color: #2778b7;
}

.searchBarText {
  padding-top: 6px;
  min-width: 800px;
  font-size: 20px;
  color: White;
  text-align: right;
  background-color: #2778b7;
}

@media (min-width: 1400px) {
  .searchBarText {
    padding-top: 6px;
    min-width: 1000px;
    font-size: 20px;
    color: White;
    text-align: right;
    background-color: #2778b7;
  }
}

@media (min-width: 1600px) {
  .searchBarText {
    padding-top: 6px;
    min-width: 1200px;
    font-size: 20px;
    color: White;
    text-align: right;
    background-color: #2778b7;
  }
}

@media (min-width: 1900px) {
  .searchBarText {
    padding-top: 6px;
    min-width: 1400px;
    font-size: 20px;
    color: White;
    text-align: right;
    background-color: #2778b7;
  }
}

#SearchNotFoundTitle:before {
  content: "WebSped";
}

.searchNotFoundHeader {
  /*width: 750px;*/ /*margin: 0px Auto 0px Auto;*/
  padding: 0 10px 0 10px;
  height: 50px;
  text-align: left;
  color: #fff;
  background-color: #2778b7;
}

.searchNotFoundContent {
  margin: 20px 0;
  padding: 0 20px;
  text-align: left;
}

.searchNotFoundFooter {
  height: 140px;
  background: #2778b7 url(images/searchNotFoundFooter.jpg) no-repeat;
}

.buttonBar {
  /*width: 750px;*/ /*margin: 0px Auto 0px Auto;*/
  clear: both;
  margin: 30px 0 0 0;
  /*margin: 30px -10px -0px -10px;
  padding: 10px 10px 0px 10px;*/
  text-align: right; /*border-top: 1px solid #D1D1D1;*/ /*background: #FFFFFF;    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#FFFFFF', 30px);    background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#FFFFFF));    background: -moz-linear-gradient(top,  #F1F1F1,  #FFFFFF); */
}

.captcha {
  padding: 40px 0 0 0;
}


/*input[type="text"], input[type="password"], select, textarea
{
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 100%;
  border-color:#e5e5e5;
  border-width:1px;
  border-style:solid;
  padding:2px 1px 3px; 
  margin-top:-1px;
}*/





.tileButton {
  float: left;
  width: 150px;
  height: 110px;
  padding: 10px 0 10px 0;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border: 0 solid red;
  cursor: pointer;
  color: #fff;
  background-color: #2778b7;
  text-align: center;
  vertical-align: middle;
}

  .tileButton:hover {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background-color: #9db3c4;
  }

  .tileButton .text {
    margin: -15px 2px 0 2px;
    font-size: 18px;
  }

  .tileButton .description {
    display: none;
    text-align: left;
    padding-left: 10px;
    position: static;
    margin-top: -60px;
  }


.headerButton {
  background: transparent;
  border: 0;
  height: 28px;
  width: 28px;
  float: right;
  margin: 0 1px 0 6px;
}

  .headerButton::-moz-focus-inner {
    border: none;
    padding: 0 !important;
  }
  /* this fixes 1px span’s offset in firefox*/

  .headerButton:hover {
    background-color: #ebebeb;
    cursor: pointer;
  }

.LISImage {
  background: #2778b7;
  border: 0;
}

.LISImageButton {
  background: #2778b7;
  border: 0;
  padding: 1px;
  /*height: 28px;
  width: 28px;*/
}

  .LISImageButton:hover {
    background-color: #ebebeb;
    cursor: pointer;
  }

.imageButton {
  background-color: transparent;
  border: 0;
  height: 22px;
  width: 22px;
  vertical-align: central;
  padding-top: 2px;
  margin-top: -1px;
  margin-left: 2px;
}

  .imageButton::-moz-focus-inner {
    border: none;
    padding: 0 !important;
  }
  /* this fixes 1px span’s offset in firefox*/

  .imageButton:hover {
    background-color: #ebebeb;
    cursor: pointer;
  }

.searchButton {
  display: inline-block;
  background-color: #a6a6a6;
  margin: -1px 0px 0px -1px;
  min-width: 22px;
  width: 22px;
  max-height: 21px;
  height: 21px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #E5E5E5;
  text-align: center;
  cursor: pointer;
}

  .searchButton:hover {
    background-color: #ebebeb;
    cursor: pointer;
  }

#homeMenuItem {
  color: #fff;
}

.deliveryStateFinished1 {
  float: left;
  background-color: #2778b7;
}

.deliveryStateFinished2 {
  float: left;
  background-color: #2778b7;
}

.deliveryStateFinished3 {
  float: left;
  background-color: #2778b7;
}

.deliveryStateFinished4 {
  float: left;
  background-color: #2778b7;
}

.deliveryStateFinished5 {
  float: left;
  background-color: #2778b7;
}

/* Tooltip */
.k-widget.k-tooltip {
  border-color: transparent;
  background-color: #2778b7;
  color: #FFFFFF;
}

.k-button {
  color: #ffffff;
  border-color: #cccccc;
  background-color: #2778b7;
}

.mControl .k-button {
  color: #333333;
  border-color: #cccccc;
  background-color: #ffffff;
}

.k-button:hover {
  color: #333333;
  border-color: #adadad;
  background-color: #ebebeb;
}

.DivisionSelectorMainItem {
  color: #999999;
}

.ContentDivisionSelector .DivisionSelectorMainItem {
  color: #000000;
  padding-top: 2px;
}

.CalendarSheet {
  border: 2px solid #2778b7;
}

.CalendarSheet-Subline {
  color:#FFFFFF;
  background-color: #2778b7;
}



.k-grid-header .k-header > .k-link, .k-treemap-title {
  color: #3e3e3d;
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
  color: #3e3e3d;
}

.k-card-image {
  background-color: #3e3e3d;
}