/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, tr, th, td, embed, object {
	margin:0;
	padding:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #fff;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

.clear {
	clear:both;
	line-height:0;
	padding: 0 !important;
	margin: 0 !important;
	height: 0;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helveticaneue-roman-webfont.eot');
    src: url('../fonts/helveticaneue-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-roman-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =========================================================================
   Author: http://www.Phases.dk/en
   ========================================================================== */

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	font-family: "proxima-nova-1", Myriad pro, Arial, sans-serif;
	font-size: 14px;
	/*font-size: 1.6rem;*/
	line-height: 1.5em;
	color: #666666;
	background: #fff;
}
/* ===================
    ALL: Orange Theme
   =================== */


::-moz-selection {
	background: #f16529;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #f16529;
	color: #fff;
	text-shadow: none;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title {
	padding-top:20px;
}


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

header {
	width: 100%;
	height: 51px;
	display: block;
	background: #E6ECF2;
	/*border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );*/
	border-bottom: 4px solid #2968A8;
	margin-bottom: 36px;
    position: relative;
}

.contactBox{
    margin-bottom: 40px;
    padding: 13px 20px 7px;
    width:110px;
    background: #E6ECF2;
    color: white;
    text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.2 );
    border-bottom: 4px solid rgba( 0, 0, 0, 0.95 );
    border-left: 1px solid rgba( 0, 0, 0, 0.95 );
    line-height: 14px;
    border-radius: 10px;
    text-align: center;
}

#logout-div {
    position: relative;
    top: 12px;
    right: 0;
    font-size: 12px;
    color: #000000;
    width: 30%;
    text-align: right;
}

#logout-div a {
    font-size: 12px;
    color: #000000;
}

header > p {
	font-size: 1.125em;
	text-align: center;
	color: #2968A8;
	padding-top: 13px;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

.menu-panel {
	width: 100%;
}

.menu-panel li.first {
	margin-bottom: 10px;
}

.menu-filter {
	background: none repeat scroll 0 0 #000000;
	list-style: none outside none;
	margin: 0 0 50px;
	padding: 10px;
	position: absolute;
	width: 140%;
	z-index: 2;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: none;
	color: #FFFFFF;
	height: 200px;
	overflow: auto;
}

.menu-filter li {
	display: block;
}
.menu-panel h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.main-panel {
	width: 100%;
}

.checker {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.menu-panel label {
	display: block;
	float: left;
	font-size: 0.875em;
	width: 76%;
}

.checker span {
	width: 21px;
	height: 19px;
	display: block;
	background: url(../images/checkbox-bg.png) 0 0 no-repeat transparent; 
}

.checker span.checked {
	background-position: -20px 0;
}

.btn-check {
	width: 21px;
	height: 19px;
	cursor: pointer;
}

.main-panel h2 {
	font-size: 1.625em;
	font-weight: normal;
	margin: 10px 0;
}

.heading-bar {
	margin-bottom: 20px;
}



.heading-bar > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.heading-bar > ul li {
	float: left;
	font-size: 0.75em;
	padding: 0 10px;
}

.heading-bar > ul li.first {
	padding-left: 5px;
} 

.heading-bar > ul li.first {
/*	font-weight: bold;*/
}

.heading-bar > ul li.download {
	background: url(../images/border-heading.png) no-repeat right center;
}

.main-section {
    background: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dedede;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

.main-section, .main-section .sub-section  {
	list-style: none;
}

.main-section .sub-section li {
	display: inline;
	margin: 0;
	padding: 0;
}

.main-section .sub-section {
	margin: 0;
	padding: 0;
	width: 89.43661971830986%;
}

.main-section p, .main-section h4 {
	display: inline;
}

.main-section .sub-section li, .main-section li:first-child {
	border: 0;
}

.main-section h3 {
	font-size: 1.25em;
	font-weight: normal;
}

.main-section li {
	padding: 13px 0 12px 20px;
	border-top: 1px solid #dedede;
	position: relative;
}

.main-section label {
	float: left;
}

.main-section li.clear {
	border: 0;
}

.close-btn {
	width: 12px;
	height: 12px;
	display: block;
	background: url(../images/close-btn.png) top left;
	position: absolute;
	top: 17px;
	right: 20px; 
}

.task-wrap {
/*	width: 100%;*/
}

.sep {
	padding: 0 5px;
}

span.clear {
	display: block !important;
}

.input-wrap {
	display: block;
}

.close-btn:focus {
	outline: none;
}

.close-btn:hover {
	background-position: top right;
}

.main-section li {
	font-size: 0.875em;
}

.main-section li.first {
	font-size: 1em;
}


.main-section li a span {
	font-weight: normal;
	color: #3F82B6;
        font-size: 1.2em;
}

.task-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#org, #member {
	position: relative;
	width: 43%;
    z-index: 1000;
}

#org {
	float: left;
}

#member {
	float: right;
}

.show-menu:focus {
	outline: none;
}

.show-menu {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/nav-icon.png) center no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 2px;
}

.members {
	position: absolute; 
	right: 0;
}

#members {
	right: 0;
	top: 20px;
}

.show-menu.active {
	background: url(../images/nav-icon-active.png) #000 center no-repeat;
}

.text-panel {
	width: 100%;
	margin: 5px 20px;
}

.login-btn {
        background: #E6ECF2; /* Old browsers */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #2968A8;
	display:inline-block;
	color:#2968A8;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
        margin: 20px auto 0;
	font-size: 1em;
	display: block;
}

.login-btn:hover {
    background: #DAE5EF; /* Old browsers */
}

.filterButton, .resetButton{
        background: #DAE5EF;
	border:1px solid #2968A8;
	display:inline-block;
	color:#2968A8;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
	font-size: 0.7em;
        padding: 3px 8px;
        margin-bottom: 5px;
	display: block;
}

.filterButton:hover, .resetButton:hover {
	background: #2968A8;
        color:#DAE5EF;
        text-shadow:none;
}

.text-panel h2 {
	font-size: 1.875em;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 20px;
}

.text-panel p {
	font-size: 1.125em;
	line-height: 25px;
	margin-bottom: 20px;
}

.main-section li.completed {
	background: url(../images/tick.png) 5px 18px no-repeat transparent;
}

.menu-filter li.current a {
	font-weight: bold;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 500px) {

.heading-bar > h2 {
	float: left;
}

.heading-bar > ul {
	float: right;
}

.heading-bar > ul li.last {
	padding-right: 0;
}

.main-panel h2 {
	margin: 0;
}
 
}
@media only screen and (min-width: 620px) {

.menu-panel {
	width: 28.56862745098039%;
	float: left;
	margin-left: 0.8%;
}

.show-menu {
	display: none;
}

    #logout-div {
        position: absolute;
        color: #2968A8;

    }

    #logout-div a {
        color: #2968A8;
    }

.menu-filter1{
        padding-bottom: 30px;
	overflow: hidden;
}
.menu-filter2{
	display: block;
	position: relative;
	background: none;
	padding: 0;
	width: auto;
	color: #666666;
	height: 125px;
        padding-bottom: 30px;
	overflow: hidden;
}

.menuItem{
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
    margin-right: 20px;
    padding: 0 8px;
}
a.menuLink:hover{
    text-decoration: none;
    color: slategray;
    cursor: pointer;
}
a.menuLink:hover .menuItem{
    padding-left: 10px;
    color: #2968A8;
}


.main-panel {
	width: 69.0078431372549%;
	float: right;
	margin-right: 0.5%
}


.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

.task-wrap {
	width: 75%;
	float: left;
}

.input-wrap {
	float: left;
        width: 22%;
}

#org, #member {
	float: none;
	width: auto;
}

.menu-panel label {
	display: block;
	float: left;
	font-size: 0.875em;
	width: 76%;
}

.text-panel {
	width: 48.13725490196078%;
	margin-left: 3.823529411764706%;
	float: left;
}

.login-btn {
	width: 33.13725490196078%;
	font-size: 1.875em; 
	height: 80px;
}

}
 @media only screen and (min-width: 768px) {



}
 @media only screen and (min-width: 1020px) {


}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow:none !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

/*POPUP*/

.popupWrapper{
    display: none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 1000;
    top:0px;
    left: 0px;
}

.popUpBox{
    display: none;
    z-index: 1005;
    margin: 160px auto 0;
    width:500px;
    min-height:360px;
    background-color: white;
    border:10px solid #ddd;
    border-radius: 16px;
    text-align: center;
    padding: 30px;
}

.popupForm{
    border: 1px solid #ddd;
    text-align: left;
    padding: 20px 20px 5px;
}

.popupForm label{
    padding-top: 40px;
    margin-left: 60px;
    font-size: 0.9em;
    font-style: oblique;
    color: slategray;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.popupForm .inputClass{
    margin-left: 60px;
    margin-bottom: 20px;
    border: 0;
    background-color: whitesmoke;
    color: slategray;
    padding: 5px 10px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.popupForm input.name{
    width: 200px;
}

.popupForm input.email{
    width: 300px;
}

.popupForm input.company{
    width: 200px;
}

.popupForm .button{
    margin:10px 0 10px 80px;
    border: 0;
    background: url(../images/header-bg.png) repeat-x;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.popupForm .button2{
    margin:10px 0 10px 10px;
    border: 0;
    background: url(../images/header-bg.png) repeat-x;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.bubbleInfo{
    margin:100px;
    padding:10px 20px;
    background-color: whitesmoke;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size:0.9em;
    text-align:center;
    opacity:0.8;
    color:orangered;
}

.overdue label{
    color: orangered;
}
.overdue{
    background-color: #fffdf2;
    box-shadow: inset 0 0 6px wheat;
}

.menuTitle{
    background-color: #E6ECF2;
    border-bottom: 2px solid #2968A8;
    color: #2968A8;
    font-size: 0.8em;
    padding: 4px 8px;
    margin-right: 20px;
}

.oldDeadlineClass{
    display: none;
    position:absolute;
    z-index:999;
    left:0;
    font-size:1.1em;
    background-color: #fff8dc;
    color: #303030;
    width:400px;
    padding:5px 10px;
    margin-left:230px;
    opacity:0.98;
    border-radius: 2px;
    box-shadow: 0 0 6px grey;
}

.revisedDeadlineText{
    padding-left: 20px;
    font-size: 0.8em;
    color: green;
}

.revisedDeadlineText:hover .oldDeadlineClass{
    display: block;
}
.revisedDeadlineText:hover{
    cursor: pointer;
    color: #3cb371;
}

.weekButton1, .weekButton2{
    background: #DAE5EF;
    border:1px solid #2968A8;
    display:inline-block;
    color:#2968A8;
    text-decoration:none;
    text-shadow:1px 1px 0px #fff;
    font-size: 0.8em;
    padding: 3px 8px;
    margin-top: 10px;
    margin-right: 5px;
    float: left;
}

.weekButton1:hover, .weekButton2:hover {
    background: #2968A8;
    color:#DAE5EF;
    text-shadow:none;
}

.dateFilterBox{
    width:158px;
    border: 1px solid #ddd;
    border-radius: 4px;
}



/* =========================================================================
   Author: http://www.20v.dk/en
   ========================================================================== */
   
 .header_bar_coverall{width:90%;margin-left:auto;margin-right:auto;}  
 .header_bar_single{display:inline-block;width:24%;height:25px;font-size:16px;background:rgba(230,236,242,0.7);font-size:14px;color:rgba(41,104,168,0.8);border:none;margin:0.24%;padding:0.24%;border-radius:4px;text-align:center;}  
 .header_bar_single a{color:rgba(41,104,168,0.8);margin-left:auto;margin-right:auto;}  

 hr{margin:1px;}
 
 #testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {font:14px Georgia,Verdana; margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
.button:hover {border:1px solid #bbb; background:#e3e3e3}

#div_employee_extras_full{display:inline-block;padding:4px;margin:8px;background:rgba(255,255,255,0.4);width:96%;}
#div_employee_extras_small{display:inline-block;padding:4px;margin:8px;background:rgba(255,255,255,0.4);width:180px;min-height:80px;vertical-align:top;}
#div_employee_extras{display:inline-block;padding:4px;margin:8px;background:rgba(255,255,255,0.4);width:200px;min-height:80px;vertical-align:top;}
#div_employee_extras_low_full{display:block;padding:4px;margin:8px;width:96%;text-align:left;}
#div_employee_extras_low{display:block;padding:4px;margin:8px;width:180px;min-height:25px;}
#div_employee_extras_small_low{display:block;padding:4px;margin:8px;width:160px;min-height:25px;}
#div_employee_extras_high_full{display:block;padding:4px;margin:8px;width:96%;height:30px;background:rgba(255,255,255,0.2);}
#div_employee_extras_small_high{display:block;padding:4px;margin:8px;width:160px;height:30px;background:rgba(255,255,255,0.2);}
#div_employee_extras_high{display:block;padding:4px;margin:8px;width:180px;height:30px;background:rgba(255,255,255,0.2);}

#div_one_third_width_field{display:inline-block;width:400px;height:130px;background:rgba(200,200,200,0.7);border-radius:8px;margin-right:0.25%;margin-left:0.25%;padding-left:0.25%;padding-right:0.25%;}
#div_one_sixth_width_button{background:#ddd;display:inline-block;cursor:pointer;width:220px;height:22px;margin-top:10px;padding:0.25%;border-radius:4px;}
#div_one_sixth_width_button_holder{display:inline-block;width:220px;min-height:26px;margin-top:4px;padding:0.25%;border-radius:4px;padding-bottom:6px;}

#div_one_sixth_width_button_float{background:#ddd;display:inline-block;cursor:pointer;width:100%;height:26px;margin-top:2px;border-radius:4px;padding:0.125%;}
