body {
    margin:0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
*{
    -webkit-backface-visibility: hidden;
}
html{
    -webkit-tap-highlight-color:none;
    -webkit-tap-highlight-color:transparent;
}
ol,ul,li{
    margin:0px;padding:0px;list-style: none;
}

.list ol{list-style:none ;padding:0px;margin:0px;line-height:200%}
.list li{list-style:none ;padding:2px 5px;border-bottom: 1px solid #e6e6e6}

button{padding:3px 5px 2px;}
a{color:#7f8c8d;text-decoration:none;}
a:hover{text-decoration:none;}

/*mask*/


    #tab_app li{
        padding :0px;
        text-align:center;
        width:25%;
        line-height: 3em;

    }
    
     

.green{background-color:#8BC34A;color:white}
.deep_green{background-color:#6bbe1a;color:white}
.deep_green2{background-color:#42b983;color:white}
.blue{background-color:#33A5FF;color:white}
.orange{background-color:orange;color:white}
.cyan{background-color:#2EAFB0;color:white}
.light_cyan{background-color:#6EC1C2;color:white}
.yellow{background-color:#FFDD4D;color:black}
.violet{background-color:#7F2B82;color:white}
.orange2{background-color:#faa428;color:white}
.ink{background-color:#4b4b4b;color:white}
.purple{background-color:#E41A6A;color:white}
      

button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 15px 6px;
    font-size: 12px;
    border-radius: 4px;
    transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
    color: #515a6e;
    background-color: #fff;
    border-color: #dcdee2
}

.info {
    color: #fff;
    background-color: #2db7f5;
    border-color: #2db7f5
}

.info:hover,info:active {
    color: #fff;
    background-color: #57c5f7;
    border-color: #57c5f7
}


.success {
    color: #fff;
    background-color: #19be6b;
    border-color: #19be6b
}

.success:hover,.success:active{
    color: #fff;
    background-color: #47cb89;
    border-color: #47cb89
}


.warning {
    color: #fff;
    background-color: #f90;
    border-color: #f90
}

.warning:hover,.warning:active {
    color: #f2f2f2;
    background-color: #f29100;
    border-color: #f29100
}



/*---------todo list--------*/


:focus {
	outline: 0;
}

.hidden {
	display: none;
}

.todoapp {
	background: #fff;
	margin: 10px 0 10px 0;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
	            0 25px 50px 0 rgba(0, 0, 0, 0.1);
}

.todoapp input::-webkit-input-placeholder {
	font-style: italic;
	font-weight: 300;
	color: #e6e6e6;
}

.todoapp input::-moz-placeholder {
	font-style: italic;
	font-weight: 300;
	color: #e6e6e6;
}

.todoapp input::input-placeholder {
	font-style: italic;
	font-weight: 300;
	color: #e6e6e6;
}


.new-todo,
.edit {
	position: relative;
	margin: 0;
	width: 100%;
	font-size: 12px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.4em;
	border: 0;
	color: inherit;
	padding: 6px;
	border: 1px solid #999;
	box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.new-todo {
	padding: 16px 16px 16px 60px;
	border: none;
	background: rgba(0, 0, 0, 0.003);
	box-shadow: inset 0 -2px 1px rgba(0,0,0,0.03);
}

.main {
	position: relative;
	z-index: 2;
	border-top: 1px solid #e6e6e6;
}

.toggle-all {
	text-align: center;
	border: none; /* Mobile Safari */
	opacity: 0;
	position: absolute;
}

.toggle-all + label {
	width: 60px;
	height: 34px;
	font-size: 0;
	position: absolute;
	top: -52px;
	left: -13px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.toggle-all + label:before {
	content: '❯';
	font-size: 22px;
	color: #e6e6e6;
	padding: 10px 27px 10px 27px;
}

.toggle-all:checked + label:before {
	color: #737373;
}

.todo-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.todo-list li {
	position: relative;
	font-size: 12px;
	border-bottom: 1px solid #ededed;
}

.todo-list li:last-child {
	border-bottom: none;
}

.todo-list li.editing {
	border-bottom: none;
	padding: 0;
}

.todo-list li.editing .edit {
	display: block;
	width: 75%;
	padding: 12px 16px;
	margin: 0 0 0 43px;
}

.todo-list li.editing .view {
	display: none;
}

.todo-list li .toggle {
	text-align: center;
	width: 40px;
	/* auto, since non-WebKit browsers doesn't support input styling */
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: none; /* Mobile Safari */
	-webkit-appearance: none;
	appearance: none;
}

.todo-list li .toggle {
	opacity: 0;
}

.todo-list li .toggle + label {
	/*
		Firefox requires `#` to be escaped - https://bugzilla.mozilla.org/show_bug.cgi?id=922433
		IE and Edge requires *everything* to be escaped to render, so we do that instead of just the `#` - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7157459/
	*/
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-10%20-18%20100%20135%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2250%22%20fill%3D%22none%22%20stroke%3D%22%23bddad5%22%20stroke-width%3D%223%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
    background-position: center left;
    zoom:0.8;
}

.todo-list li .toggle:checked + label {
    zoom:0.8;
	background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-10%20-18%20100%20135%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2250%22%20fill%3D%22none%22%20stroke%3D%22%23bddad5%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%230078e6%22%20d%3D%22M72%2025L42%2071%2027%2056l-4%204%2020%2020%2034-52z%22/%3E%3C/svg%3E');
}

.todo-list li label {
	word-break: break-all;
	padding: 15px 15px 15px 60px;
	display: block;
	line-height: 1.2;
	transition: color 0.4s;
}

.todo-list li.completed label {
	color: #d9d9d9;
	text-decoration: line-through;
}

.todo-list li .destroy {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: auto 0;
	font-size: 30px;
	color: #cc9a9a;
	margin-bottom: 11px;
	transition: color 0.2s ease-out;
}

.todo-list li .destroy:hover {
	color: #af5b5e;
}

.todo-list li .destroy:after {
	content: '×';
}

.todo-list li:hover .destroy {
	display: block;
}

.todo-list li .edit {
	display: none;
}

.todo-list li.editing:last-child {
	margin-bottom: -1px;
}
/*---------todo list--------*/



/* 日历 */

#calendar{
	width:100%;
	margin: 0 auto;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.month {
	width: 100%;
	color:black;
	/*background: #00B8EC;*/
}
.month ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.year-month {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.year-month:hover {
	background: rgba(150, 2, 12, 0.1);
}

.arrow {
	padding: 5px 10px;
}
.arrow:hover {
	background: rgba(100, 2, 12, 0.1);
}
.month ul li {
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.weekdays {
	margin: 0;
	padding: 10px 0;
	background-color:whitesmoke;
	display: flex;
	flex-wrap: wrap;
	color: black;
	justify-content: space-around;
}
.weekdays li {
	display: inline-block;
	width: 13.6%;
	text-align: center;
}
.days {
	padding: 0;
	background: #FFFFFF;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.days li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	width: 14.2%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height:30px;
	font-size: 1rem;
	color: #000;
}
.days li .active {
	width:30px;
	height:30px;
	line-height:30px;
	display:inline-block;
	border-radius: 50%;
	background: #00B8EC80;
	color: #fff;
}
.days li .other-month {
	padding: 5px;
	color: gainsboro;
}
.days li:hover {
	background: #e1e1e1;
}

/*end of 日历*/