*{
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

html, body{
	font-size: 15px;
	width: 100%;
	float: left;
}
body{
	margin-bottom: 50px;
	border-top: 12px solid #009688;
    padding-top: 3px;
}

a{
	text-decoration: none;
}

.full-wrap{
	width: 1300px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
}

.center-text{
	text-align: center;
}

.alert{
	width: 100%;
    float: left;
    padding: 11px 8px;
    background: rgba(211, 27, 14, 0.69);
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    border: 4px solid rgba(213, 72, 72, 0.72);
}
.alert.success{
	background: rgba(76, 175, 80, 0.75);
	border-color: rgba(76, 175, 80, 0.48);
}
.alert > strong{
	font-size: 20px;
}

.smiling-face{
	display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 90px;
    margin-top: 40px;
}


.hey-user{
	font-weight: normal;
    text-align: center;
    font-size: 25px;
    width: 100%;
    float: left;
    margin: 18px 0 13px 0;
    position: relative;
}

.logout-link{
	position: absolute;
    top: -21px;
    right: 0;
    color: #fff;
    background: #c00;
    padding: 2px 7px;
    font-size: 15px;
}

.add-the-row{
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 6px;
	padding: 8px 0;
	font-size: 18px;
	color: #fff;
	background: #4DB6AC;
	cursor: pointer;
}
.add-the-row.huge{
	padding: 15px 0;
	margin-bottom: 40px;
	font-weight: 21px
}
.add-the-row.half{
	width: calc(50% - 4px);
	float: left;
}
.add-the-row.half.right{
	float: right;
	background: #7e57c2;
}



.form{
	width: 100%;
	float: left;
}
.form.date-filter{
	padding: 0 12px 12px 12px;
    background: #E8F5E9;
    margin-top: 10px;
}
.form .fields-wrp{
	width: calc(100% - 164px);
	float: left;
}
.form .field{
	width: 100%;
	float: left;
	margin-top: 10px;
	display: block;
}
.with-by-card .field{
	width: calc(100% - 87px);
}
.form .field.half{
	width: calc(50% - 7px);
	margin-top: 12px;
}
.form .field.half:last-child{
	float: right;
}
.form .field.x3{
	width: calc(33.333% - 7px);
	margin-top: 12px;
	margin-right: 10px;
}
.form .field.x3:last-child{
	margin-right: 0;
}
.form .field input[type="text"],
.form .field input[type="password"],
.form .field textarea,
.form .field select{
	width: 100%;
	line-height: 44px;
	background: rgba(3, 169, 244, 0.03);
	border: 1px solid #2196F3;
	color: #000;
	padding: 0 12px;
	font-size: 18px;
	background-color: #fff;
}
.form .field textarea{
	line-height: 20px;
	height: 130px;
	padding: 8px 12px;
}
.form .field select{
	height: 46px;
}
.form .field input[type="text"]::placeholder, .form .field input[type="password"]::placeholder, .form .field textarea::placeholder{
  color: #2196F3;
  opacity: 1;
}
.form .field input[type="text"]:-ms-input-placeholder, .form .field input[type="password"]:-ms-input-placeholder, .form .field textarea:-ms-input-placeholder{
  color: #2196F3;
}
.form .field input[type="text"]::-ms-input-placeholder, .form .field input[type="password"]::-ms-input-placeholder, .form .field textarea::-ms-input-placeholder{
  color: #2196F3;
}
.form .submit{
	width: 100%;
	float: left;
	margin-top: 12px;
}
.form.date-filter .submit{
	width: 150px;
	float: right;
}
.form .submit input[type="submit"],
.add-next,
.cancel-butt{
	width: calc(50% - 8px);
	display: block;
	background: #009688;
	color: #fff;
	padding: 16px 0;
	font-size: 21px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.form .submit input[type="submit"].full,
.add-next.full,
.cancel-butt.full{
	width: 100%;
}
.form.date-filter .submit input[type="submit"]{
	padding: 0;
	line-height: 46px;
}
.form-success{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.cancel-butt{
	float: right;
	background: #ff5447;
}
.with-by-card{
	position: relative;
	width: 100%;
	float: left;
}
.pick-item{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.pick-item > div{
	width: 100%;
	float: left;
	font-size: 0;
}
.pick-item > div > label,
.with-by-card > .card,
#stuff-deactivate{
	display: inline-block;
	cursor: pointer;
	margin: 10px 10px 0 0;
}
.with-by-card > .card,
#stuff-deactivate{
	margin: 0;
	position: absolute;
    bottom: 0;
    right: 0;
}
.pick-item > div > label > input,
.with-by-card > .card > input{
	display: none;
}
.pick-item > div > label > input + span,
.with-by-card > .card > input + span,
#stuff-deactivate{
	display: block;
	background: #607d8b;
	color: #fff;
	font-size: 17px;
	line-height: 34px;
	padding: 0 20px;
	user-select: none;
}
.pick-item.red > div > label > input + span{
	background: #3949AB;
	padding: 0 23px;
    line-height: 50px;
    font-size: 20px;
}
.with-by-card > .card > input + span,
#stuff-deactivate{
	line-height: 46px;
}
#stuff-deactivate{
	background: #D32F2F;
}
.pick-item > div > label > input:checked + span,
.with-by-card > .card > input:checked + span{
	background: #4caf50;
}
.pick-item.red > div > label > input:checked + span{
	background: #E53935;
}

.main-nav{
	margin-left: -4px;
	margin-right: -4px;
}
.full .main-nav{
	margin: 0;
}
.main-nav > a{
	width: calc(25% - 8px);
    margin-top: 14px;
    line-height: 44px;
    font-size: 17px;
    color: #fff;
    background-color: #607d8b;
    display: block;
    float: left;
    text-align: center;
    margin: 4px;
}
.main-nav > a.active{
	text-decoration: underline;
}
.full .main-nav a{
	width: calc(50% - 6px);
	float: left;
	margin: 12px 0 0 0;
	line-height: 110px;
	font-size: 20px;
}
.full .main-nav a:nth-child(even){
	float: right;
}

.table{
	width: 100%;
	float: left;
	border-collapse: collapse;
	margin-top: 14px;
}
.table tbody:after{
	content: '';
	display: block;
	width: 100%;
	height: 20px;
}
.table tfoot{
	background: #e0f2f1;
}
.table tr.separator:after{
	content: '';
	display: block;
	width: 100%;
	height: 15px;
}
.table tr:nth-child(even) td{
	background-color: #fafafa;
}
.table td.tiny-total span{
	font-size: 13px;
	display: inline-block;
	color: #e57373;
	position: absolute;
	bottom: 4px;
	right: 5px;
}
.table td,
.table th{
	padding: 6px 8px;
	border: 1px solid #607D8B;
	position: relative;
}
.table tr.day-total td:first-child{
	background: #E0F2F1;
    border-color: #B2DFDB;
}
.table tr.day-total td:nth-child(2){
	background: #EDE7F6;
    border-color: #D1C4E9;
}
.table tr.day-total td:last-child{
	background: #FFEBEE;
    border-color: #FFCDD2;
}
.table th{
	padding: 10px 8px;
}
.table tfoot td{
	padding: 10px 8px;
}
.table tr th{
	background: #607D8B;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.table .blue-row td,
.table .purple-row td,
.table .red-row td,
.table .colorful-row td{
	color: #fff;
	font-size: 18px;
	background: transparent !important;
	border: 0 !important;
}
.table .blue-row td:not([colspan="2"]){
	background: #26A69A !important;
	border-right: 1px solid #009688 !important;
}
.table .purple-row td[colspan="2"]{
	background: #7e57c2 !important;
}
.table .red-row td[colspan="3"]{
	background: #3f51b5 !important;
}
.table .red-row td[colspan="12"]{
	background: #e57373 !important;
}
.table .colorful-row td:first-child{
	background-color: #26a69a !important;
}
.table .colorful-row td:nth-child(2){
	background-color: #7e57c2 !important;
}
.table .colorful-row td:last-child{
	background-color: #ef5350 !important;
}
.table td.min100{
	min-width: 100px;
}
.table td span.big-day{
	display: inline-block;
	font-size:24px;
	color: #311b92;
	width: 100%;
}
.table td .edit{
	position: absolute;
    background: #0277BD;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    padding: 0 6px;
    top: 0;
    right: 0;
}
.table .brick-item{
	display: inline-block;
    background-color: #ECEFF1;
    color: #000;
    padding-left: 7px;
    margin: 3px 1px;
}
.table .brick-item.red{
	background-color: #FFCDD2;
}
.table .brick-item > span{
	display: inline-block;
    background: #CFD8DC;
    padding: 4px 6px;
    margin-left: 5px;
}
.table .brick-item.red > span{
	background-color: #EF9A9A;
}

@media (max-width: 430px){
	.main-nav > a{
		width: calc(50% - 8px);
	}
}