BODY { 
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 20px 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	max-width: 1400px;
    margin: 0 auto;
}
IMG { border: none; }
TD { vertical-align: top; }
TEXTAREA,INPUT {
	border: solid 1px #444;
	border-radius: 5px;
}

a:link 		{ color: #000; text-decoration: none; }
a:visited	{ color: #000; text-decoration: none; }
a:hover 	{ color: #444; text-decoration: underline; }


.clear {
	clear: both;
}
.bottom_line {
	border-bottom: solid 1px #AAA;
}
.titill {
	font-size: 300%;
    margin-left: 10px;
}
.titill a:hover {
	text-decoration: none;
}
.titill2 {
	font-size: 140%;
	font-weight: bold;
}
.undirskrift {
	font-size: 14px;
	text-align: center;
	color: #444;
}

.mini_titill {
	font-weight: bold;
}

.mini_titill2 {
	font-size: 12px;
	font-style: italic;
	border-bottom: dotted 1px rgba(0,0,0,.25);
	display: none;
}

#div_working {
	display: none;
}

.alert-handler-msg {
	border: solid 1px rgba(0,0,0,.3);
	border-radius: 5px;
	margin-bottom: 5px;
}
.alert-handler-msg.ah-error {
	background: #FDD;
}

.layout_tbl {
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
}
.layout_tbl td {
	padding: 0px;
}

#div_user_info { 
	display: none;
	padding-right: 10px;
	font-size: 12px;
}

.todoitem .iface {
    padding: 4px 10px;
    background-color: hsla(0, 0%, 91%, 1);
    margin-bottom: 4px;
    border-radius: 13px;
}
.todoitem .iface:hover {
	background-color: #ddd;
}
.todoitem .sub_items {
	margin-top: 3px;
	margin-left: 30px;
	display: none;
}

.todoitem .iface[item_state="done"] {
	background: #ded;
	color: #777;
}
.todoitem .iface[item_state="done"] [objPath="title"] {
	/*text-decoration: line-through;*/
	color: #777;
}
.todoitem .iface[item_state="deleted"] [objPath="title"] {
	text-decoration: line-through;
}

.todoitem .btn_state {
	font-size: 11px;
}

.todobig {
	max-width: 1100px;
	padding: 10px;
	background-color: #e8e8e8;
	margin-bottom: 10px;
	border-radius: 5px;
}

.todobig INPUT[editid="title"] {
	width: 600px;
	font-size: 16px;
}

.sitem_list {
	list-style-type: none;
	padding: 0;
}
#wrap_items {
	max-width: 1120px;
	padding: 5px;
	border: solid 1px rgba(0,0,0,.1);
	box-sizing: border-box;
	border-radius: 5px;
}
#div_items {
	margin: 5px;
}

#new_item {
	max-width: 650px;
    padding: 8px 5px 0px 5px;
    /* border: dashed 1px rgba(0,0,0,.2); */
    border-radius: 5px;
    margin-bottom: 5px;
    background: #ededed;
    margin-left: 5px;
}

#inp_new_todo_title,#inp_new_star_title,#inp_new_star_title2 {
	width: 605px;
	font-size: 16px;
	padding: 3px;
}

.popup {
	position: absolute;
	border: solid 1px rgba(0,0,0,.4);
	border-radius: 5px;
	background-color: #a0b0bf;
	padding: 5px;
}

.state_menu {
	width: 150px;
}

.state_menu .btns A {
	display: block;
	border: solid 1px rgba(0,0,0,.4);
	border-radius: 7px;
	background-color: #abc;
	padding: 5px;
	margin: 5px;
}
.state_menu .btns A:hover {
	background-color: #bcd;
	text-decoration: none;
}

.todobig .img_icon {
	position: relative;
	top: 5px;
}

#div_path {
	margin-bottom: 10px;
}

#div_path a {
	margin: 0px 3px;
}

#top_panel {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 20px;
	padding: 3px 0px;
	/*background-color: #eee;*/
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0, rgba(188,188,188,0)),color-stop(1, rgba(238,238,238,1)));
	background: -moz-linear-gradient(left, rgba(238,238,238,0), rgba(238,238,238,1));
	background-repeat: no-repeat;
	color: black;
	/*border: solid 1px rgba(0,0,0,.4);*/
}

.info_tbl {
	font-size: 13px;
}

.bline {
	border-top: solid 1px #77777752;
    height: 10px;
}

.ui-state-highlight { 
	height: 1.5em; 
	line-height: 1.2em;
	padding: 4px 10px;
	margin-bottom: 3px;
	border-radius: 5px;
}

.todoitem .child_states {
	font-size: 10px;
	float: left;
	/*display: none;*/
}
.todoitem .lasttime_txt {
	font-size: 10px;
	font-style: italic;
	float: left;
	display: none;
}
.todoitem .nexttime_txt {
	font-size: 11px;
	font-style: italic;
	float: left;
}

.todobig .child_states {
	padding: 3px;
	font-size: 11px;
}

.todoitem .sbar {
	width: 50px;
	background: rgba(255,255,255,.35);
	border: solid 1px rgba(0,0,0,.4);
}
.todoitem .sbar .inner {
	background: rgba(0,0,0,.25);
}



.edit_btn {
	opacity: .4;
}
.edit_btn:hover {
	opacity: 1;
}

TEXTAREA[editid="desc"] {
	width: 710px;
	height: 80px;
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
DIV[editid="desc"] {
	width: 700px;
	/*border: solid 1px rgba(0,0,0,.3);*/
	padding: 5px 10px;
	min-height: 16px;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
}
a[editid="desc"] {
	margin-top: 10px;
    display: inline-block;
}

.sbar {
	background: white;
	width: 100px;
	border: solid 1px rgba(0,0,0,.6);
	padding: 1px;
	font-style: italic;
}
.sbar .inner {
	background: rgba(152,256,32,.35);
}

#div_edit_menu {
	width: 300px;
	display: none;
}

.skyring {
	font-size: 11px;
	font-style: italic;
}

.action_btn {
	display: block;
	border: solid 1px rgba(0,0,0,.1);
	border-radius: 5px;
	padding: 2px 5px;
	margin: 2px;
}
.action_btn:hover {
	background-color: rgba(0,0,0,.05);
	text-decoration: none;
}

#div_login_dialog {
	/*float: right;
	right: 0px;
	top: 26px;
	position: absolute; 
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	*/
	font-size: 15px;
	background-color: rgba(64,0,0,.2);
	padding: 15px;
	border-radius: 10px;
	width: 400px;
}

#div_login_dialog INPUT[type="text"],#div_login_dialog INPUT[type="password"] {
	width: 150px;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 3px 3px;
}

#main_app {
	display: none;
}

.vali_msg {
	color: red;
	font-weight: bold;
}

.div_dialog {
	display: none;
}

.ui-widget-header {
	background: none;
}
.ui-widget-header {
	border: none;
	border-bottom: 1px solid #cecece;
	border-radius: 5px;
}
.ui-helper-reset {
	font-size: 90%;
}
.ui-widget {
	font-family: 'Quicksand', Verdana, Arial, sans-serif;
	font-size: 14px;
}
.ui-widget-content {
    border-style: none;
}
.ui-corner-top { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-color: #ecedec;
}

.tab_div {
	min-height: 150px;
}

.item_section {
	margin-left: 10px;
	margin-bottom: 10px;
}

#div_time_stuff {
	font-size: 11px;
}

#inp_time_interval {
	width: 40px;
}

#inp_time_duedate {
	width: 90px;
}
#tr_dur_time {
	display: none;
}

.dur_past {
	color: red;
}

.date_sep {
	color: #555;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.date_sep.expired {
	color: #955;
}
.date_sep.today, .date_sep.tomorrow {
	color: #494;
}

.btn_reload_time_items {
	float: right;
	margin-left: 5px;
}

.btn_tag_selected_dates {
	float: right;
	display: none;
	margin-left: 5px;
}

.btn_untag_selected_dates {
	float: right;
	display: none;
	margin-left: 5px;
}

#div_calendar {
	
}

.calendar-week {
	display: table-row;
}
.calendar-day {
	width: 14%;
    padding: 2px 4px;
    background-color: #eee;
    border: solid 1px rgb(181, 181, 180);
    display: table-cell;
    height: 115px;
    font-size: 10px;
    margin-bottom: -1px;
    margin-right: -1px;
    box-sizing: border-box;
    position: relative;
    pointer-events: initial;
}

.calendar-day.disabled {
	opacity: .2;
	border-top: solid 1px rgba(0,0,0,.1);
	border-left: solid 1px rgba(0,0,0,.1);
	border-right: solid 1px rgba(0,0,0,.1);
}
.calendar-day.hidden {
	opacity: 0;
	border: none;
	pointer-events: none;
}
.calendar-header {
	font-size: 12px;
	width: 14%;
    padding: 2px 4px;
    display: table-cell;
    box-sizing: border-box;
}

.calendar-day.today {
	/*color: hsla(0, 60%, 55%, 1);
    font-weight: bold;*/
}

.calday-items {
	margin: 6px 0px 0px;
	font-size: 11px;
}

.calday-items li {
	font-weight: bold;
}

.calday-title {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
}

.calendar-day.weekend .calday-title {
	color: rgb(224, 31, 31);
}

.calendar-day.weekend {
	/*background-color: hsla(0, 2%, 67%, 1);*/
}

.calday-item {
	border-radius: 4px;
    padding: 1px 4px;
    margin-bottom: 2px;
    font-weight: normal;
}
.calday-item-once {
	background-color: rgb(242, 198, 188)
}
.calday-item-repete {
	background-color: hsl(223, 19%, 74%);
}

.month-header {
	display: table-caption;
	font-weight: bold;
	font-size: 23px;
	margin-top: 15px;
	position: relative;
}

.calendar-month {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	position: relative;
	pointer-events: none;
}

.date-tag {
	background: rgba(0, 0, 0, 0.06);
	/*background: linear-gradient(to bottom, rgba(153, 204, 153, 0.0) 0%, rgba(153, 204, 153, 0.5) 16%, rgba(153, 204, 153, 0.93) 100%);*/
    padding: 4px 6px;
    margin: 0px -4px;
    font-weight: normal;
    font-size: 13px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    text-align: center;
}
.calendar-day.tagged {
	background: rgba(153, 183, 204, 0.51);
}

.calendar-day.selected {
	font-weight: bold;
    background: hsla(206, 29%, 50%, 1);
}

.seporator {
    border-bottom: #eab936 2px solid;
    color: #eab936;
    margin-top: 22px;
}

@media all and (min-width:0px) and (max-width: 1000px) {
	body {
		font-size: 21px;
	}
	.ui-widget {
		font-size: 20px;
	}
	.ui-helper-reset {
		font-size: 125%;
	}
	.todoitem .iface {
		padding: 10px 12px;
		margin-bottom: 3px;
	}
	.info_tbl {
		font-size: 20px;
	}
	.todobig .child_states {
		font-size: 15px;
	}
	.todoitem .btn_state {
		font-size: 14px;
	}
	.date_sep {
		font-size: 25px;
	}
	.todoitem .nexttime_txt {
		font-size: 14px;
	}
	.calday-items {
		font-size: 14px;
	}
}