/* Reset.css
---------------------------------------------------------------------------------- */

html,
body {
  font-size: 15px;
}

textarea,
input,
select {
  font-size: 15px;
}

body,
table,
td,
ul,
menu,
li,
div,
span,
img,
a,
form,
p,
h1 {
  margin: 0;
  padding: 0;
}

body,
textarea,
input,
select,
button {
  color: #333;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body {
  background: #fff;
}

ul,
menu {
  list-style: none;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-width: 0;
}

a {
  cursor: pointer;
  color: #333;
}

/* /Reset.css
---------------------------------------------------------------------------------- */

.action {
  position: relative;
  display: inline-block;
}

.action_target {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button.action_target,
input.action_target {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  opacity: 100;
}

.input-checkbox {
  display: inline-block;
  position: relative;
  width: 36px;
  min-width: 36px;
  height: 36px;
}

.input-checkbox_target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  opacity: 0;
  z-index: 1;
}

.input-checkbox_visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: border-color 0.2s;
}

.input-checkbox_target:checked ~ .input-checkbox_visual {
  border-color: #5dc2af;
}

.input-checkbox_target:focus ~ .input-checkbox_visual {
  border-color: #5dc2af;
}

.input-checkbox_visual_icon {
  position: absolute;
  width: 19px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -9px -9px;
  opacity: 0;
  transition: opacity 0.2s;
}

.input-checkbox_target:checked ~ .input-checkbox_visual .input-checkbox_visual_icon {
  opacity: 1;
}

.input-checkbox_visual_icon:before,
.input-checkbox_visual_icon:after {
  content: '';
  position: absolute;
}

.input-checkbox_visual_icon:before {
  width: 11px;
  height: 2px;
  background: #5dc2af;
  top: 13px;
  left: 0;
  transform: rotate(45deg);
}

.input-checkbox_visual_icon:after {
  width: 19px;
  height: 2px;
  background: #5dc2af;
  top: 8px;
  left: 3px;
  transform: rotate(-65deg);
}

.filter {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  background: none;
  outline: none;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 200;
  border: 0;
  box-sizing: border-box;
}

.filter.__active {
  border: 1px solid #ebdfdf;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.filter:focus {
  border: 1px solid #333;
}

.todo-header {
  text-align: center;
  margin: 0 auto;
}

.todos-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 60pt;
  margin: 0 auto;
}

.todo-body {
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  width: 592px;
  background: #fff;
  margin: 0 auto;
  z-index: 3;
}

.__sublayer1 {
  width: 588px;
  height: 4px;
  z-index: 2;
}

.__sublayer2 {
  width: 584px;
  height: 4px;
  z-index: 1;
}

.todos-add {
  height: 64px;
}

.todos-add:before,
.todos-add:after {
  content: '';
  display: table;
}

.todos-add:after {
  clear: both;
}

.todo-add_select-all-action {
  width: 24px;
  height: 24px;
  float: left;
  margin: 20px 0 0 16px;
  opacity: 1;
  transition: opacity .2s;
}

.todo-add_select-all-action {
  visibility: visible;
}

.todos-main.__has-todos .todo-add_select-all-action {
  visibility: visible;
  opacity: 1;
}

.todo-add_select-all-action .action_visual {
  width: 24px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.todo-add_select-all-action .action_visual:before,
.todo-add_select-all-action .action_visual:after {
  content: '';
  position: absolute;
  height: 3px;
  background: #737373;
  width: 100%;
}

.todo-add_select-all-action .action_visual:before {
  transform: rotate(32.5deg);
  left: -9px;
  top: 2px;
}

.todo-add_select-all-action .action_visual:after {
  transform: rotate(-32.5deg);
  left: 9px;
  top: 2px;
}

.todo-add_input-w {
  overflow: hidden;
}

.todo-add_input {
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;
  height: 64px;
  padding: 16px;
  border: 0;
  outline: 0;
  font-weight: 300;
  color: #666;
}

.todo-add_input::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.todo-add_input:-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

.todo-add_input::-moz-placeholder {
  color: #ccc;
  font-style: italic;
}

.todo-add_input:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
}

.todos-filters {
  white-space: nowrap;
  display: inline-block;
  margin: 8px 0;
}

.todos-filters .filter {
  margin: 0 4px;
}

.todos-filters .filter:first-child {
  margin-left: 0;
}

.todos-filters .filter:last-child {
  margin-right: 0;
}

.todo-item {
  padding: 12px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
}

.todo-item:before,
.todo-item:after {
  content: '';
  display: table;
}

.todo-item:after {
  clear: both;
}

.hover .todo-item .todo-item_remove-action {
  opacity: 0;
  transition: opacity .2s;
}

.hover .todo-item:hover {
  background: #fafafa;
}

.hover .todo-item:hover .todo-item_remove-action {
  opacity: 1;
}

.todo-item.__hide {
  display: none;
}

.todo-item:first-child,
.todo-item.__hide:first-child ~ .todo-item {
  border-top: 1px solid #e6e6e6;
}

.todo-item.__hide:first-child ~ .todo-item:not(.__hide) ~ .todo-item {
  border-top: 0;
}

.todo-item_ready-checker {
  float: left;
  align-self: center;
}

.todo-item_remove-action {
  float: right;
  margin-top: 12px;
  margin-bottom: 12px;
  order: 1;
  align-self: flex-end;
}

.todo-item_remove-action .action_visual {
  width: 16px;
  height: 16px;
  min-width: 16px;
  position: relative;
  overflow: hidden;
}

.todo-item_remove-action .action_visual:before,
.todo-item_remove-action .action_visual:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 2px;
  background: #ebdfdf;
  transform-origin: 0 0;
}

.todo-item_remove-action .action_visual:before {
  transform: rotate(45deg);
  left: 1px;
}

.todo-item_remove-action .action_visual:after {
  transform: rotate(-45deg);
  top: 15px;
}

.todo-item_text-w {
  overflow: hidden;
  flex: 1 0;
}

.todo-item_text {
  outline: none;
  border: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding: 4px 12px;
  overflow: hidden;
}

.todo-item.__ready .todo-item_text {
  text-decoration: line-through;
}

.todos-actions-bar {
  padding: 4px 12px;
  text-align: center;
}

.todos-actions-bar:before,
.todos-actions-bar:after {
  content: '';
  display: table;
}

.todos-actions-bar:after {
  clear: both;
}

.todos-actions-bar_counter {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  padding: 2px 0;
  float: left;
  margin: 8px 16px 8px 0;
}

.todos-actions-bar_clear-completed {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  margin: 8px 0 8px 16px;
  padding: 2px 0;
  border: none;
  background: 0;
  outline: none;
  float: right;
}
/*# sourceMappingURL=default.css.map */
