body, html, div, p, ul, li, h1, h2, h3, h4, h5, h6, img, form, a, a:hover, a:active, button, input {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
body {
	background: url('../images/background.jpg') 0 0 repeat;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
ul {
	margin: 0 0 12px 0;	
}
#container {
	width: 980px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;	
}
#header {
	background: url('../images/header.png') 50% 0 repeat-x;
	height: 90px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	z-index: 999;
	position: relative;
	z-index: 900;
	text-align: center;
	border-bottom: 1px #fff solid;
}
#header img.logo {
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;
	right: 50%;
	margin-left: -190px;
}
#notice {
	background: url('../images/notice_bg.jpg') 50% 0 repeat-x;
	height: 140px;
	padding: 20px 0 40px 0;
	margin: 0;
	display: block;
	clear: both;
	z-index: 999;
	position: relative;
	z-index: 900;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 0 #000;
}
#notice div.holder {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;	
	text-align: left;	
}
#notice div.image {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	margin-top: -85px;
	display: inline-block;
	float: left;
	text-align: left;	
}
#notice div.body {
	width: 600px;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	float: left;
	text-align: left;	
}
#notice div.body span.red {
	color: #00adee;	
}
#notice div.body div.text {
	padding: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
}
#content {
	background: #fff;
	width: 940px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding: 20px;
	margin: -8px 0 0 0;
	display: block;
	clear: both;	
	position: relative;
	z-index: 920;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#footer {
	width: 980px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	cursor: default;	
}
#login {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;	
}
#login input {
	background: #f8f8f8 url('../images/input.png') 0 0 repeat-x;
	width: 412px;
	padding: 7px;
	margin: 0 5px 0 0;
	display: inline-block;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	color: #222;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}
#login input[type="submit"] {
	width: auto;
	background: #0082b4 url('../images/button.png') 0 0 repeat-x;
    border: 1px solid #005b7d;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 13px/17px Tahoma,Geneva,sans-serif;
    margin: 0;
    padding: 5px 10px 6px;
    text-align: left;
    text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);	
}

div.title {
	background: url('../images/title.jpg') 0 100% no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	text-align: left;
	text-shadow: -1px -1px 0 #999;
	cursor: default;
}
div.subtitle {
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	text-align: left;
	cursor: default;
	border-bottom: 1px #e8e8e8 solid;
}
button, a.button, a.button:hover {
	width: auto;
    background: #0082b4 url('../images/button.png') 0 0 repeat-x;
    border: 1px solid #0086b9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 13px/17px Tahoma,Geneva,sans-serif;
	text-decoration: none;
    margin: 0 4px 0 0;
    padding: 6px 5px 6px 5px;
    text-align: left;
    text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);	
}
a.button:hover {
	border: 1px solid #005b7d;	
}
a.masterview, a.masterview:hover {
	width: auto;
    background: #0082b4 url('../images/button_view.png') 0 0 repeat-x;
    border: 1px solid #bb8c00;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
	float: left !important;
    font: 12px/16px Tahoma,Geneva,sans-serif;
	text-decoration: none;
    margin: 0 4px 0 0;
    padding: 6px 5px 6px 5px;
    text-align: left;
    text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);	
}
a.masterview:hover {
	border: 1px solid #8a6800;
}
a.cancel, a.cancel:hover {
	background: #eee !important;
	color: #555 !important;
	border: 1px solid #bbb !important;
}
div.errorMsg {
	background-color: #FFC4BB;
	background-image: url('../images/error.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 8px 6px 8px 46px;
	margin: 0 auto;
	margin-bottom: 10px;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	line-height: 15px;
	display: block;
	clear: both;
	z-index: 10;
	cursor: default;
	border: 1px #ff6f59 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
div.alertMsg {
	background-color: #b6d857;
	background-image: url('../images/alert.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 8px 6px 8px 46px;
	margin: 0 auto;
	margin-bottom: 20px;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	line-height: 15px;
	display: block;
	clear: both;
	z-index: 10;
	cursor: default;
	border: 1px #4a8b00 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
div.alertMsg.nobg {
	padding: 8px 6px 8px 6px !important;
	background-image: none !important;	
}
div.alertMsg span.status_update {
	background-image: url('../images/pause.png');
	background-repeat: no-repeat;
	background-position: 5px 95%;
	display: block;
	width: 884px;
	min-height: 34px;
	padding: 0 0 0 48px;
	margin: 0 0 20px 0;	
	position: relative;
}
div.alertMsg span.status_update.statusUpdateHold {
	background-image: url('../images/play.png') !important;
}
div.alertMsg span.status_update.confirm {
	background-image: url('../images/confirm.png');
	background-repeat: no-repeat;
	background-position: 5px 95%;		
}
div.alertMsg.ready {
	background-image: url('../images/status_online.png')!important;	
}
div.alertMsg.waiting {
	background-image: url('../images/status_away.png')!important;
	background-color: #FFC4BB !important;
}
ul.checkwrap li {
	background-color: #FFC4BB;	
	background-position: 5px 95%;	
	background-repeat: no-repeat;
	display: block;
	clear: both;
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 8px 6px 8px 2px;
	border: 1px red solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul.checkwrap li.done {
	background-color: #b6d857;
	border: 1px #4a8b00 solid !important;	
}
ul.checkwrap input[type="checkbox"] {
	width: 50px;
	display: inline-block;
	padding: 0;
	margin: 0;		
}
ul.checkwrap li span.prompt {
	width: 800px;
	display: inline-block;
	padding: 0;
	margin: 0;	
}
div.successMsg {
	background-color: #b6d857;
	background-image: url('../images/success.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	padding: 8px 6px 8px 46px;
	margin: 0 auto;
	margin-bottom: 20px;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	line-height: 15px;
	display: block;
	clear: both;
	z-index: 10;
	cursor: default;
	border: 1px #4a8b00 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
div.alertMsg input[type="submit"] {
	padding: 3px 4px 3px 4px !important;	
}

#welcome {
	background: url('../images/title.jpg') 0 100% no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	text-align: left;
	cursor: default;	
	position: relative;
}
#welcome span.name {
	color: #00adee;	
	font-weight: bold;
}
#welcome a.logout, #welcome a.logout:hover {
	color: #999;
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 12px;
}
#welcome a.incomplete, #welcome a.incomplete:hover {
	color: #999;
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 50px;
	font-size: 12px;
}

div.block {
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	clear: both;	
}
div.block div.heading {
	padding: 0 0 2px 0;
	margin: 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px #efefef dashed;
	cursor: default;
}
div.block div.row {
	padding: 4px 0 4px 0;
	margin: 2px 0 0 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px #efefef solid;
}
div.block div.row div.statusspacer {
	width: 1%;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: default;
	text-align: center;
}
div.block div.row div.status {
	width: 15%;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: default;
	position: relative;
}
div.block div.row div.status div.inv {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: default;
	top: 0;
	left: 0;
}
div.block div.row div.status div.inv input {
	width: 16px;
	height: 16px;	
	padding: 0;
	margin: 0;
}
div.block div.row div.status div.stype, div.block div.row div.status div.sltype {
	padding: 0 3px 0 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
div.block div.row div.status div.sltype {
	padding: 0 3px 0 4px;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: left;
	cursor: default;
}
div.sltype.new { background: #900; }
div.sltype.active { background: #0d0; }
div.sltype.waiting { background: #F97720; }
div.sltype.sent { background: #093; }
div.sltype.complete { background:#0d0 url('../images/tick.png') 0 0 no-repeat; padding: 0 0 0 20px !important;   }
div.sltype.lost { background: #900; }
div.sltype.cancelled { background: #900; }

.complete { background: #0d0; }
.ready { background: #096; }
.pending { background: #F97720; }
.onhold { background: #F97720; }
.waiting { background: #900; }
div.block div.row div.name {
	width: 46%;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.block div.row div.name a, div.block div.row div.name a:hover {
	color: #0033CC;
	text-decoration: underline;
}
div.block div.row div.name a:hover {
	background: #0033CC;
	color: #fff;
	text-decoration: none;
}
div.block div.row div.startend {
	width: 20%;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
	cursor: default;
}
div.block div.row div.assigned {
	width: 15%;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
	cursor: default;
}
div.assigned.pink {
	background-color:#F0C;
	color:#FFF !important;
}
div.assigned.blue {
	background-color:#09F;
	color:#FFF !important;	
}
div.assigned.pink span.grey, div.assigned.blue span.grey {
	color:#000 !important;	
}
div.block div.row div.assigned span.grey, div.block div.row div.startend span.grey, div.block div.row div.date span.grey {
	color: #aaa;	
}
div.block div.row div.date {
	width: 10%;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #000;
	text-decoration: none;
	cursor: default;
}
div.block a.seeall, div.block a.seeall:hover {
	display: block;
	clear: both;
	padding: 1px;
	margin: 1px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #888;
	text-align: center;
	border-bottom: 1px #efefef solid;
}
div.top_buttons {
	padding: 0 0 15px 0;
	display: block;
	clear: both;
	text-align: right;	
}
div.textwrap {
	padding: 5px;
	margin: 0 0 20px 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-left: 1px #efefef dashed;
	border-right: 1px #efefef dashed;
	border-bottom: 1px #efefef dashed;
}
div.textwrap p {
	margin: 0 0 12px 0;	
}
div.textwrap ul li {
	margin: 0 0 0 14px;
}
span.user_name {
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px #ccc dotted;
	width: 130px;	
}
a.filelink, a.filelink:hover {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
	line-height: 64px;
	display: block;
	clear: both;	
}
a.filelink:hover {
    text-decoration: none;
}
a.filelink img, a.filelink:hover img {
	display: inline;
	float: left;
	margin-right: 5px;	
}

div.block input {
	background: #f8f8f8 url('../images/input.png') 0 0 repeat-x;
	width: 412px;
	padding: 4px;
	margin: 5px 5px 13px 0;
	display: block;
	clear: both;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	color: #222;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}
div.block input.thin {
	padding: 1px !important;	
}
div.block input.large {
	width: 928px;	
}
div.block textarea {
	background: #f8f8f8 url('../images/input.png') 0 0 repeat-x;
	width: 928px;
	height: 140px;
	padding: 4px;
	margin: 5px 5px 13px 0;
	display: block;
	clear: both;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	color: #222;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}
div.block select {
	background: #f8f8f8 url('../images/input.png') 0 0 repeat-x;
	width: 412px;
	padding: 4px;
	margin: 5px 5px 5px 0;
	display: block;
	clear: both;
	font: 13px/17px Tahoma,Geneva,sans-serif;
	color: #222;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}
div.block input[type="submit"] {
	width: auto;
    background: #0082b4 url('../images/button.png') 0 0 repeat-x;
    border: 1px solid #005b7d;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 13px/17px Tahoma,Geneva,sans-serif;
    margin: 0;
    padding: 5px 10px 6px;
    text-align: left;
    text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.1);	
}
div.block input[type="submit"].thin {
    padding: 0px 10px 0px !important;	
}
div.block div.submit_complete {
	background: #fff;
	padding: 25px 0 0 0;
	margin: 0;
	display: block;
	clear: both;
}
a.bin, a.bin:hover {
	opacity: 0.3;
}
a.bin:hover {
	background: #fff !important;
	opacity: 1.0;	
}
div.loading {
	display:none;
	float:right;
	width:22px;
	height:16px;
	padding:6px 0 0 0	;
}
#autocomplete {
	background: #fff;
	padding: 0;
	margin: -14px 0 22px 0;
	display: none;
	clear: both;
	border: 1px #ccc solid;
}
#autocomplete a, #autocomplete a:hover {
	padding: 4px;
	margin: 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}
#autocomplete a:hover {
	background: #0033CC;
	color: #fff;
	text-decoration: none;
}

.size14 {
	font-size: 14px !important;
}
.size16 {
	font-size: 16px !important;
}
.fl {
	float: left;
	display: block;
}
.fr {
	float: right;	
	display: block;
}
.clearfix {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;	
}

.to_do_list {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	padding:5px;
	width: 99%;
	min-height: 50px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
}


.to_do_list ul {
	list-style: none;
}
.to_do_list ul li {
	position: relative;
}
.to_do_list ul li .to_do .large {
	width: 95%;
	float: left;
}
.to_do_list ul li .to_do .remove {
	position: absolute;
	right: 10px;
	top: 5px;
	text-decoration: none;
	font-size: 24px;
}

.to_do_list ul li.copy .to_do .remove {
	display: none;
}
#to_do_list_view .to_dos {
	list-style: none;
}
#to_do_list_view .to_dos li {
	margin-left: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
#to_do_list_view .to_dos li label {
	cursor: pointer;
	display: block;
	line-height: 12px;
}
#to_do_list_view .to_dos li label input[type="checkbox"] {
	width: inherit;
	margin:5px 5px 5px 0;
	display: inline-block;
}

#to_do_list_view .to_dos li.disabled {
	color: #aaa;
}

#to_do_list_view .to_dos li .to_do_content .to_do_details {
	width: 79%;
	margin-right: 1%;
	float: left;
}
#to_do_list_view .to_dos li .to_do_content .to_do_completed {
	width: 19%;
	margin-left: 1%;
	float: left;
	line-height: 10px;
	text-align: right;
}
.swal2-title {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}