@font-face {
  font-family: 'netcar';
  src: url('../font/netcar.eot?70956113');
  src: url('../font/netcar.eot?70956113#iefix') format('embedded-opentype'),
       url('../font/netcar.woff2?70956113') format('woff2'),
       url('../font/netcar.woff?70956113') format('woff'),
       url('../font/netcar.ttf?70956113') format('truetype'),
       url('../font/netcar.svg?70956113#netcar') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'netcar';
    src: url('../font/netcar.svg?70956113#netcar') format('svg');
  }
}
*/
.net-icon
{
  font-family: "netcar";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;


  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.net-icon-sm{
  font-size:1.2em;
}

.net-icon-md{
  font-size:1.3em;
}

.net-icon-lg{
  font-size:4em;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "netcar";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.net-baixa-km:before { content: '\e800'; } /* '' */
.net-estepe-novo:before { content: '\e801'; } /* '' */
.net-garantia-de-fabrica:before { content: '\e802'; } /* '' */
.net-lider-de-mercado:before { content: '\e803'; } /* '' */
.net-manual-chave:before { content: '\e804'; } /* '' */
.net-melhor-compra:before { content: '\e805'; } /* '' */
.net-oleo-filtro-revisados:before { content: '\e806'; } /* '' */
.net-pneus-novos:before { content: '\e807'; } /* '' */
.net-revisado-na-concessionaria:before { content: '\e808'; } /* '' */
.net-super-economico:before { content: '\e809'; } /* '' */
.net-top-de-linha:before { content: '\e80a'; } /* '' */
.net-unico-dono:before { content: '\e80b'; } /* '' */
.net-recompra:before { content: '\e80c'; } /* '' */
.net-procedencia:before { content: '\e80d'; } /* '' */
.net-despachante:before { content: '\e80e'; } /* '' */
.net-aprovacao-de-credito:before { content: '\e80f'; } /* '' */
.net-check-performance:before { content: '\e810'; } /* '' */
.net-check-entrega:before { content: '\e811'; } /* '' */
.net-check-performance-2:before { content: '\e812'; } /* '' */
.net-check-entrega-2:before { content: '\e813'; } /* '' */
.net-check-showroom:before { content: '\e814'; } /* '' */
.net-check-performance-3:before { content: '\e815'; } /* '' */
.net-check-entrega-3:before { content: '\e816'; } /* '' */
.net-check-showroom-2:before { content: '\e817'; } /* '' */
.net-facebook:before { content: '\e818'; } /* '' */
.net-twiter:before { content: '\e819'; } /* '' */
.net-instagram:before { content: '\e81a'; } /* '' */
.net-whatsapp:before { content: '\e81b'; } /* '' */
.net-whatsapp-2:before { content: '\e81c'; } /* '' */

.todo-list{
  margin-bottom: 60px;
}

.todo-list .adder {
  position: relative;
  width: 250px;
  margin: 0px auto;
  display: block;
}
.todo-list .adder ::-webkit-input-placeholder {
  color: #cecece;
}
.todo-list .adder .input {
  outline: none;
  border: 1px solid white;
  background-color: #0072ff;
  color: white;
  height: 50px;
  width: 250px;
  padding-left: 10px;
  font-weight: 800;
  font-size: 16px;
  margin-left: -5px;
}
.todo-list .adder span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.8;
  cursor: pointer;
  transition: all 200ms;
  color: white;
  will-change: transform;
}
.todo-list .adder span:hover {
  transform: rotate(180deg);
}
.todo-list ul {
  padding: 0px;
}

.todo-list ul .draggable {
  will-change: transform;
  min-height: 50px;
  font-weight: 800;
  list-style-type: none;
  margin: 10px 0px;
  background-color: #fcf14a;
  border: 0px solid gray;
  width: 100%;
  letter-spacing: 0px;
  padding: 15px;
  cursor: pointer;
  transition: all 200ms;
  user-select: none;
  position: relative;
  border-radius: 11px;
}

.todo-list ul .draggable:after {
  content: "";
  right: 7px;
  font-size: 10px;
  position: absolute;
  cursor: pointer;
  line-height: 5;
  transition: all 200ms;
  transition-timing-function: cubic-bezier(0.48, 0.72, 0.62, 1.5);
  transform: translateX(120%);
  opacity: 0;
}
.todo-list ul .draggable:hover:after {
  opacity: 1;
  transform: translate(0);
}

.todo-list .over {
  transform: scale(1.1, 1.1);
}

.todo-list-title {
  position:relative;
  cursor:pointer;
}
.todo-list-title .count {
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  right: 0px;
  top: 0px;
  text-align: center;
  font-weight: 800;
  position: absolute;
  background: #d9534f;
}

.todo-list-closed
{
  text-decoration: line-through;
  color:green;
}

.todo-list-open
{
  text-decoration: none;
  color:#000;
}

@keyframes fa-blink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}
.fa-blink {
-webkit-animation: fa-blink 1s linear infinite;
-moz-animation: fa-blink 1s linear infinite;
-ms-animation: fa-blink 1s linear infinite;
-o-animation: fa-blink 1s linear infinite;
animation: fa-blink 1s linear infinite;
}