
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-R.ttf') format('truetype');
}


canvas {
  -ms-touch-action: double-tap-zoom;
}

#WebsiteTitle:before
{
  content: "WebSped";
}
#WebsiteTitleRegTrademark
{
  /*display:none;*/
}

.collapsed
{
  visibility: collapse;
}

*
{
  margin: 0;
  padding: 0;
}

body {
  font: 100% 'Ubuntu', sans-serif;
  /*font-weight: 400;
  line-height: 1.5;*/
  color: #5a5a5a; 
  /*overflow-x: hidden;*/
}

clear
{
  clear: both;
}

fieldset
{
  border: none;
}

legend
{
  display: none;
}

h1, h2, h3, h4
{
  margin-bottom: 5px;
  color: #fff;
  font-size: 42px;
  font-weight: normal;
}

/* MWO Start */
h1 {
  margin-bottom: 5px;
  color: #E31818;
  font-size: 42px;
  font-weight: normal;
}
/* MWO Ende */


h2
{
  margin-bottom: 5px;
  color: #343a40;
  font-size: 20px;
  font-weight: bold;
}

h3 {
  margin-top: 1.5em;
  margin-bottom: .1em;
  color: #343a40;
  font-size: 12px;
  font-weight: bold;
}

h4 {
  color: #343a40;
  font-size: 18px;
}

hr
{
  border: none;
  height: 1px;
  color: #D1D1D1;
  background-color: #D1D1D1;
  margin-bottom: 1em;
  text-align: left;
  margin-left: 0;
}

p, blockquote, ul, ol
{
  margin-bottom: 0.5em;
  line-height: 1.0em;
}

p
{
}

blockquote
{
}

ul
{
  margin-left: 2em;
  list-style: square;
}

ul li
{
}

ol
{
  margin-left: 2em;
  list-style: lower-roman;
}

ol li
{
}

a {
  color: #343a40;
  text-decoration: none;
}

  a:hover {
    text-decoration: none;
    font-weight: 400;
    color: #929BA9;
  }

img
{
  border: none;
}

/* Boxed Style */

.boxed {
  margin-bottom: 1em;
  border: 1px solid #343a40;
  width: 600px;
}

  .boxed .title {
    height: 60px;
    padding: 10px;
    background: #343a40;
    color: #FFFFFF;
  }

  .boxed .content {
    padding: 30px 10px 10px 10px;
    background-color: rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.65);
    color: #000000;
    /*filter: background blur(20px);*/
  }

textarea
{
  /*border:1px solid #999999; */
  width: 100%;
  padding: 3px;
}

  textarea:focus {
    outline: none;
    border: 1px solid #343a40;
  }

/* Header */

#header
{
  width: 750px;
  height: 43px;
  margin: 0 auto;
}

#headerBackgroundHome, #headerBackground {
  background: url(images/img01.png) repeat-x;
}

#headerlogoHome, #headerlogo {
  background: url(images/img02.png) no-repeat;
  background-position: 200px 15px;
}



/* Header > Slogan */
#slogan
{
  /* MWO Start */
  visibility: hidden;
  /* MWO Ende */

  float: left;
  cursor: pointer;
}

#slogan h1
{
  color: #343a40;
  font-size: 30px;
}

#slogan h2
{
  margin: 0;
  padding: 48px 0px 0px 50px;


  color: #343a40;
  font-size: 14px;
  font-weight: bold;
}

#slogan a
{
  text-decoration: none;
  color: #FFFFFF;
}

#sectionHeader 
{
  background-color: #ececec; 
  color: #343a40; 
  text-align: right; 
  padding: 0 10px 0 0;
}

/* Header > Top Menu */

#topmenu {
  float: left;
  margin-top: 12px;
  padding-top: 5px;
  padding-left: 70px;
}

#topmenu ul
{
  margin: 0;
  padding: 22px 0 0 0;
  list-style: none;
  line-height: normal;
}

#topmenu li
{
  display: inline;
}

  #topmenu a {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 0px 0 3px 0px;
    text-decoration: none;
    font-size: 120%;
    color: rgba(255,255,255,.5);
  }

    #topmenu a:hover {
      text-decoration: none;
      color: rgba(255,255,255,.75);
    }

#topmenu1, #topmenu2, #topmenu3 {
  background: none;
  padding-right: 20px !important;
  
}

  /* 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: 90px;
}

#content-user
{
  position: absolute;
  top: 0px;
  right: 0px;
}

#content-center
{
  /*float: right;
  position: relative;
  right: 50%;*/

  width:1180px;
	margin: 0px auto 30px auto;
	text-align:left;
	padding:10px;
  background-color: #fff;
}

#content-center h1 {
  display: none !important;
}

  #headerlogoHome #content-center {
  background-color: transparent;
}

@media (min-width: 1400px) {
  #content-center {
    width: 1380px;
  }
}

@media (min-width: 1600px) {
  #content-center {
    width: 1580px;
  }
}

@media (min-width: 1900px) {
  #content-center {
    width: 1800px;
  }
}

#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: #343a40; /*width: 100%;*/
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
}

#content
{
  margin-top: 20px;
}

#content-header-left
{
  background-color: #343a40;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

  #content-header-left:hover {
    background-color: #929BA9;
  }

#content-header-center
{
  background-color: #343a40; /*width: 100%;*/
  padding: 0 10px 0 10px;
}

#content-header
{
  height: 50px;
  width: 100%;
  color: White;
  /*margin-bottom: 30px;*/
}

#content-header-popup {
  border: 1px solid #343a40;
  box-shadow: 0 0 10px #343a40;
}

  #content-header-popup a {
    color: #343a40;
  }

.content-header-popup-title {
  color: #666;
}



.PartialContentAjax {
  text-align: center;
}


/* Content > Main */

#main
{
  float: left;
  width: 460px;
}

/* Content > Main > Example */

#example
{
}

/* Content > Main > Welcome */

#welcome
{
  margin: 0 0 3em 0;
  padding: 10px 0 1.5em 0;
  border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar
{
  float: right;
  width: 220px;
}


/* Content > Sidebar > Updates*/

#updates
{
}

#updates ul
{
  margin: 0;
  list-style: none;
}

#updates li
{
  margin-bottom: 1em;
}

#updates h3
{
  margin: 0;
  padding: 0 0 0 10px;
  background: url(images/img09.gif) no-repeat left center;
  font-size: 9px;
}

#updates p
{
  margin: 0;
  padding: 0 0 0 10px;
  line-height: normal;
  font-size: 9px;
}

#updates a
{
  text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners
{
}

/* Footer */

#footer {
  clear: both;
  width: 100%; /*margin: 0 auto 2em auto;*/
  position: fixed;
  bottom: 0px;
  padding: 10px 0px;
  background-color: #929BA9;
  background-image: none;
  border-top: 0px solid #929BA9;
}


/* Footer > Legal */

#legal {
  margin: 0;
  padding: 4px 0px;
  text-align: center;
  text-transform: none;
  background: none;
  color: #fff;
  font: 100% 'Ubuntu', sans-serif;
}

#legal a
{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

  #legal a:hover {
    color: #929BA9;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
  }

/* 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: #343a40;	
  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: #343a40;
}

#homeTable div {
  color: #3F547C;
  border: 1px solid #343a40;
}

div #homeTableLogin {
    border: 0px solid #343a40;
  }

div #homeTableLogin tr {
  color: #3F547C;
}

#homeTable {
  border-collapse: separate;
  border-spacing: 0 30px;
  padding: 0 20px;
  margin: 0 auto;
}

/* 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: 7px 10px;
  text-align: right;
  color: #fff;
  background-color: #343a40;
}

.searchBarText {
  padding-top: 6px;
  min-width: 750px;
  font-size: 20px;
  color: White;
  text-align: right;
  background-color: #343a40;
}

@media (min-width: 1400px) {
  .searchBarText {
    min-width: 950px;
  }
}

@media (min-width: 1600px) {
  .searchBarText {
    min-width: 1150px;
  }
}

@media (min-width: 1900px) {
  .searchBarText {
    min-width: 1350px;
  }
}

.searchNotFoundHeader
{
  /*width: 750px;*/ /*margin: 0px Auto 0px Auto;*/
  padding: 0 10px 0 10px;
  height:50px;
  text-align: left;
  color: #fff;
  background-color: #343a40;
}

.searchNotFoundContent
{
  margin: 20px 0;
  padding: 0 20px;
  text-align: left;
}

.searchNotFoundFooter
{
  height:140px;
  background: #343a40;
}

.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: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  border-color:#e5e5e5;
  border-width:1px;
  border-style:solid;
  padding:2px 1px 3px; 
  margin-top:-1px;
}

input.loginEntry
{
  width: 320px;
  border: 1px solid #ccc;
}

.submitButton
{
  text-align: right;
  padding-right: 10px;
}


/* image classes for custom commands */
.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: #343a40;
  text-align: center;
  vertical-align: middle;
}

  .tileButton:hover {
    background-color: #929BA9;
  }

  .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: #929BA9;
    cursor: pointer;
  }

.LISImage
{
  background:#343a40;
  border: 0;
}

.LISImageButton
{
  background:#343a40;
  border: 0;
  padding: 1px;
  /*height: 28px;
  width: 28px;*/
}

.LISImageButton:hover
{
  background-color:#FECB54;
  cursor:pointer;
}

.ImageToggleButton {
  border-style: none;
  border-width: 0px;
  cursor: pointer;
  background-color: transparent;
}

.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:#FECB54;
  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:#FECB54;
  cursor:pointer;
}

#homeMenuItem > .k-menu-expand-arrow-icon,
#homeMenuItem > .k-menu-link-text {
  text-transform: none;
  color: rgba(255,255,255,.5);
  
}

#logout-menu
{
  display: none;
  z-index: 9999999;
  margin-top: 5px;
  border-style: outset; /*background-color:#F2F2F2;*/
  background-color: Black;
  color: White;
  position: absolute;
  text-align: center;
}

#logout-menu:hover
{
  /*background-color:#FECB54;*/
  border-style: inset;
}

.deliveryStateOpen1 {
    float: left;
    background-color: #F1F2F2;
}
.deliveryStateOpen2 {
    float: left;
    background-color: #F1F2F2;
}
.deliveryStateOpen3 {
    float: left;
    background-color: #F1F2F2;
}
.deliveryStateOpen4 {
    float: left;
    background-color: #F1F2F2;
}
.deliveryStateOpen5 {
    float: left;
    background-color: #F1F2F2;
}

.deliveryStateOpenOverview1 {
    float: left;
    background-color: #CCCCCC;
}
.deliveryStateOpenOverview2 {
    float: left;
    background-color: #CCCCCC;
}
.deliveryStateOpenOverview3 {
    float: left;
    background-color: #CCCCCC;
}
.deliveryStateOpenOverview4 {
    float: left;
    background-color: #CCCCCC;
}
.deliveryStateOpenOverview5 {
    float: left;
    background-color: #CCCCCC;
}

.deliveryStateFinished1 {
  float: left;
  background-color: #343a40;
}
.deliveryStateFinished2 {
  float: left;
  background-color: #343a40;
}
.deliveryStateFinished3 {
  float: left;
  background-color: #343a40;
}
.deliveryStateFinished4 {
  float: left;
  background-color: #343a40;
}
.deliveryStateFinished5 {
  float: left;
  background-color: #343a40;
}


/* Page Sub Menu */
.pagesubmenu {
  margin: -25px 5px 20px 0; 
  float: right; 
}

.pagesubmenu td {
  background-color: #343a40;
  color: #FFFFFF; 
}

/* AutoComplete list */
.MC-AutoCompleteList-Container {
  height: auto!important;
  max-height: none!important;
}

/* Tooltip */
.k-widget.k-tooltip {
  border-color: transparent;
  background-color: #343a40;
  color: #FFFFFF; 
}

/* To hide controls */
.VisibilityHidden {
  display: none;
}

.t-grouping-header 
 /*.t-group-delete*/
 {
        display: none;
 }

.k-datepicker {
  width: 120px;
}

.k-timepicker {
  width: 80px;
}

.k-list-container {
  min-width:86px !important;
  width: auto;
}

.k-ie9 .k-column-menu {
  width: 180px;
}

.k-column-menu {
  min-width: 180px;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
  min-width: 22px;
}

.k-grid table
{
  table-layout:fixed;
}

.k-grid td {
  white-space: nowrap;
}

.k-separator {
  background-color: #f5f5f5;
}

.k-button:not(.k-input-button, .k-spinner-increase, .k-spinner-decrease) {
  color: #ffffff;
  border-color: #343a40;
  background-color: #343a40;
  border-width: 0px;
  
  font-size: 14px;
  border-radius: 0px;
}

.k-card .k-button {
  text-transform: none;
  font-weight: normal;
}

.mControl .k-button {
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 0px;
  background-color: #ffffff;
  padding: 7px 7px;
}

.k-button:hover {
  color: #fff;
  border-color: #929BA9;
  border-width: 0px;
  background-color: #929BA9;
  font-weight: bold;
}

.k-button.grid-button {
  border-color: #929BA9;
  border-width: 1px;
}

.k-button.grid-button:hover {
  border-color: #343a40;
  border-width: 1px;
}


.k-numeric-wrap.k-active
{
  border-color: #cccccc;
}

.k-grid-header .k-header > .k-link {
  display: inline;
}

.k-button.grid-button,
.k-button.k-button-icontext
{
  background-color: #f5f5f5;
  color: #333333;
}

.TextFromTextBaseTemplate
{
  height: 72px;
  overflow: auto;
}

.DivisionSelectorMainItem
{
  color:#343a40;
}

.ContentDivisionSelector .DivisionSelectorMainItem
{
  color: #000000;
}

.k-treeview .k-checkbox {
  vertical-align: middle;
}

/*Tour Info Region*/
#TourInfoScheduler .k-scheduler-groupcolumn {
  width: 120px;
}

#TourInfoScheduler .k-scheduler-mark {
  display: none;
}
/*********************/

/*Slot Manager Region*/
.invalid-slot {
    background: red !important;
    cursor: no-drop;
}

.k-nonwork-hour {
    background: silver;
}

.k-scheduler-table .k-nonwork-hour {
    background: silver;
}

.k-scheduler {
    background: white;
}

.Filterbox {
    border-color: #cccccc;
    border-width: 0 0 1px;
    background-color: #f5f5f5;
    border-style: solid;
    background-clip: border-box;
    color: #333333;
    vertical-align: middle;
    padding: 0;
}

    .Filterbox div {
        float: left;
        margin: 5px;
    }

        .Filterbox div input {
            vertical-align: middle;
            margin: 5px;
        }

    .Filterbox br {
        clear: left;
    }

.Status_NotSet {
    background-color: red;
}

.Status_Arrived {
    background-color: green;
}

.Status_Released {
    background-color: yellow;
}

.Status_HasLeft {
    background-color: grey;
}
/*********************/

/*Vehicle locations Region*/
#VehicleLocationTreeView .k-sprite {
  background-image: url(metro/sprite.png);
}

.VehicleLocationTreeViewRootFolder {
  background-position: -112px -272px;
}

#VehicleLocation-slide-in-share {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  margin-right: -300px;
  border: solid #e9e9e9;
  border-width: 1px 0 1px 0;
  background: #ffffff;
  filter: alpha(opacity=85); /* IE */
  -moz-opacity: 0.85; /* Mozilla */
  opacity: 0.85; /* CSS3 */
}

#VehicleLocation-slide-in-handle {
  position: absolute;
  right: 300px;
  width: 50px;
  height: 50px;
  padding: 5px 0;
  background: #343a40;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  /* Internet Explorer */
  -ms-writing-mode: tb-rl;
}

.VehicleLocationMenu {
  position: absolute; 
  top: 180px; 
  left: 30px; 
  z-index: 1;
}
/*********************/

.CalendarSheet {
  border: 2px solid #343a40;
}

.CalendarSheet-Subline {
  color:#FFFFFF;
  background-color: #343a40;
}



.k-grid-header .k-header > .k-link, .k-treemap-title {
  color: #343a40;
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
  color: #343a40;
}


.BusyIndicatorLoading {
  background-color: rgba(255,255,255,0.7);
}

.spinner {
  background: url(images/spinner.png) no-repeat 30px 30px;
  background-size: 80px;
  animation: pulse 2.0s linear 0.02s infinite;
}

  .spinner::before {
    border-bottom-color: #343a40;
    border-right-color: #343a40;
    -webkit-animation: rotate-animation 1.5s linear 0.02s infinite;
    animation: rotate-animation 1.5s linear 0.02s infinite;
  }

  .spinner::before, .spinner::after {
    border-width: 5px;
  }

  .spinner::after {
    border-bottom-color: #343a40;
    border-right-color: #343a40;
    opacity: 1.0;
  }
  
 .card {
  background-color: #fff;
  color: #333333; 
  margin-top: 20px !important;
  margin-bottom: 50px;
}

  .card .title {
    background: #343a40;
  }