@font-face {
  font-family: 'tco';
  src:  url('fonts/tco.eot?u4wrwy');
  src:  url('fonts/tco.eot?u4wrwy#iefix') format('embedded-opentype'),
    url('fonts/tco.ttf?u4wrwy') format('truetype'),
    url('fonts/tco.woff?u4wrwy') format('woff'),
    url('fonts/tco.svg?u4wrwy#tco') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="tco-icon-"], [class*=" tco-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tco' !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:12px !important;
  text-shadow:1px 1px 2px gray;
  color:white !important;
/*  background:#eee;
  border-radius:4px;
  padding:3px;*/
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tco-icon-rest:before, .tco-icon-RS:before , .tco-icon-R:before , .tco-icon-0:before{
  content: "\e903";
  /*color:yellow;*/
 color:#3E7FB8;
}
.color-tco-0{
   color:#3E7FB8; 
}
.tco-icon-driving:before, .tco-icon-TD:before , .tco-icon-D:before, .tco-icon-3:before {
  content: "\e900";
  color:#FF4F4F;

}
.color-tco-3{
   color:#FF4F4F; 
}
.tco-icon-available:before , .tco-icon-AS:before, .tco-icon-A:before, .tco-icon-1:before {
  content: "\e901";
  /*color:blue;*/
 color:#0B7A18;
}
.color-tco-1{
   color:#0B7A18; 
}
.tco-icon-work:before, .tco-icon-TS:before, .tco-icon-T:before, .tco-icon-2:before  {
  content: "\e902";
 /* color:green;*/
color:#8A449C;
}
.color-tco-2{
   color:#8A449C; 
}
