﻿html {-webkit-font-smoothing: antialiased;}
html,
body,
form
{
	height:100%;
}
body, div, span, h1, h2, h3, h4, p, blockquote, pre, strong, b, u, i, em, th, td, ol, ul, li, fieldset, legend, form, label, input, textarea, select, hr
{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body 
{
    font: 11px/normal Arial, Helvetica, sans-serif; 
    color:#333;
    background:#f6f6f6;
}

#bg {
	position: fixed;
	left: 33.333%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #e2e7e2 url(https://clarizen.com/login-pages/rocket-min.jpg) no-repeat top right;
	background-size: cover;
}

#bg-new-account {
    position: fixed;
    left: 39.333%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #333 url(../../../Media/Images/Themes/Default/Authentication/new_account_background.jpg?version=20250525.5) no-repeat top left;
    background-size: 100% 100%;
}


a:link, a:visited {color:#3380ae; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {outline: none;}
h1, h2, h3, h4 {font-weight:normal; font-size:100%;}
ol, ul, li {list-style-type: none;}
input, textarea, select, button, pre {
	font: 12px/normal Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 0 0 0px 1000px white inset;
}

fieldset,img{border:0;}
legend {font-size: 1.4em;}
table {border-collapse: collapse;border-spacing: 0;}

.dn { display: none; }
.fr{float: right;}
.fl{float: left;}
.req {color:#db2717; font-size:11px;}
.bdr {padding-top:5px;}
.fnt {font-size:100%;}
.clr {clear:both}
.clearfix:before, .clearfix:after {content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.clearfix:after {clear:both;}
.clearfix {zoom:1; /* for IE6 + IE7. */}
.hide {display:none;}

/* placeholder def. */
::-webkit-input-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#999;}

* {outline-color: #1691ca;}

/* global button | light gray > default*/
.btn, .btn:link, .btn:visited
{
	width:100%; display:inline-block; margin:0; padding:6px 18px; color:#666; border:1px solid #ccc; border-radius:3px; cursor:pointer; text-decoration:none; text-align:center; font-size:12px;
	background: #eee url(../../../images/bg-button.png?version=20250525.5) no-repeat left center;
	overflow:visible; /* <- ie7 */
	-webkit-transition: all .15s ease-in; -moz-transition: all .15s ease-in; transition: all .15s ease-in;
}
.btn:hover
{
	border-color:#999;
	color:#000;
	box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}
/* display the active button */
.btn-default, 
.btn-default:link {
	color:#fff;
	background:#1691ca url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABJCAIAAABzfNvfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE9JREFUeNrMjNENACEMQrFTuup9uYoDXHIbFGlTc3EDP0gpvIA+PnvmawCsSSTTQzf+7QGJKI6VRec/w+jcWnASxaWHH5vMrPb3zr1aAgwAwKMkAihVH0UAAAAASUVORK5CYII=") repeat-x 0 0;
	border:1px solid #085B82;
	border-radius:4px;
	cursor:pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-top:15px;
	font-size:16px;
}
.btn-default:hover {color:white; border-color:#999; box-shadow:none;}

.btn:focus, .btn:hover:focus {border-color: #1691ca;}
.btn-default:focus, .btn-default:hover:focus {border-color: #333;}

.btnCnt .btn {padding:6px 0; display:block; width:100%; font-size:16px;}
.note {
    display:block;
    margin: 5px 0;
    text-align: left;
    color:#db2717;
}
p.quote 
{
	color:#fff;
	font-size:16px;
	line-height:26px;
	margin-top:15px;
	padding-left:32px;
	background: url(../../../Media/Images/Themes/Default/Authentication/quote-sign.png?version=20250525.5) no-repeat left top;
	transition:all 0.3s linear;
}
p.quote em {color:#76d5fe; font-size:x-small}


/* layout */
#container {height:100%;}
#container hr.clear {visibility:hidden; clear:both; height:0; border:none;}





/* -----------------------------------
		HEADER
----------------------------------- */
#header 
{
    position:fixed;
	left:0;
	top:0;
	z-index:10;
	width:33.333333%;
	height: 76px;
	background: #f6f6f6;
    background: rgba(246,246,246,0.85);
	transition:height 0.3s linear 0.2s;
}

#header #logo {
	width:200px;
	height:45px;
	margin: 20px 0 0 20px;
	display:block;
	text-indent:-9999px;
	background: url(../../../Media/Images/Themes/Default/Authentication/planviewLogo.png?version=20250525.5) no-repeat;
}

#headline {font-size:18px; color:#727272;}


/* -----------------------------------
		SIDEBAR / LOGIN
----------------------------------- */

#cmContent fieldset legend {display: none;}

/* =Login page
------------------------------------------------------ */
#side {
    position:fixed;
    z-index:1;
    top:0; left:0; bottom:0;
    width:33.333333%;
    background:#f6f6f6;
    padding-top:76px;
}

#side-new-account {
    position:fixed;
    z-index:1;
    top:0; left:0; bottom:0;
    width:39.3%;
    background:#f6f6f6;
    padding-top:76px;
}

#cmSidebarBox
{
    margin:0 auto;
    width: 100%;
	max-width:310px;
    padding: 30px;
}
#cmSidebarBox h2 
{
    margin-bottom: 5px;
    font-size: 18px;
    color: #727272;
	font-weight:normal;
}
#cmSidebarBox .lbl {font-size:12px; color:#666;}
#lblLogin, #lblPassword {display:none;} /* labels get display:block in ie7,8,9 */
.texta 
{
	width: 100%;
	height:36px;
    font-size: 16px;
    padding: 0 10px;
    display: block;
    background: #fff;
    border: 1px solid #b3b3b3; border-radius:4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.texta:focus {position:relative; z-index:1;}
#txtLogin {border-radius:4px 4px 0 0;}
#txtPassword {border-radius:0 0 4px 4px; margin-top:-1px;}

#RegularAuthLinkContainer,
#FederateAuthLinkContainer {text-align:center; margin-top:10px;}
#FederateAuthLinkContainer a,
#RegularAuthLinkContainer a {font-size:12px;}
#CapsLockDiv {visibility:hidden; height:0; opacity:0; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
#CapsLockDiv.showMsg {visibility:visible; height:20px; opacity:1; color:#db2717; padding-top:3px;}
#signUp 
{
    width: auto;
    position: static;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #6d6d70;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
}
#signUp a {display:inline-block; padding-left:10px;}

#loginPage .note {line-height:11px;}



/* CAPTCH */
.captcha {padding:15px 0 10px;}
.captcha .lbl {display:block; padding-bottom:3px;}
#CaptchaControl, #NoBotControl 
{
    display:block; text-align:center;
}
#CaptchaControl input, #NoBotControl_NoBotControl_NoBotCAPTCHA input
{
    margin-top: 5px;
    text-align:left;
}
#ForgotUrls {text-align:right;}
#ForgotUrls a {color:#999;}
#ForgotUrls a:hover {color:#3380ae;}

#mkt-container 
{
    width: 33.33333%; max-width:640px; 
    position: absolute; z-index: 2; left: 33.3333%; top: 95px;  
    box-shadow: none;
	opacity: 0.8;
}



/* =ForgotPassword
------------------------------------------------------ */
#fieldsContainer {text-align:left; font-size:12px; padding:0 20px; max-width:310px; margin:0 auto;}
#fieldsContainer .lbl {color:#999; display:block;}
#fieldsContainer .lbl-captcha {padding-top:14px;}
#fieldsContainer .texta {border-radius:4px;}
#fieldsContainer .req {position:relative; top:3px;}

/* =Registration
------------------------------------------------------ */
/* Registration Page */
#AccountRegistration #side {overflow:auto;}
#AccountRegistration #side-new-account {overflow:auto;}
#AccountRegistration h1 {font-family: "Segoe UI Light", Arial, Helvetica, sans-serif;font-weight: bold;line-height: 20px;color: black;font-size: 16px;letter-spacing: 0px;margin: 0 20px 25px 35px;width:87%}
#AccountRegistration h1 a { color: #459ad1; }
#AccountRegistration #cmSidebar {width:33.333%; position:fixed; z-index:1; left:41.333%; top:75px; color:black; font-size: 16px;font-family: "Segoe UI Light", Arial, Helvetica, sans-serif;font-weight: bold;}
#AccountRegistration #cmSidebar h2 {font-size:18px; display:block; color:#ccc;}
#AccountRegistration #cmSidebar a { color: #459ad1;}
#AccountRegistration #cmSidebar > div {padding:0 20px;}
#AccountRegistration #cmSidebar .faq { margin-top: 40px;}
#AccountRegistration #cmSidebar .faq-title {color:#FA8910}
#AccountRegistration #cmSidebar .question {color:#459ad1}
#AccountRegistration #cmSidebar .faq .question + .question{ margin-top: 20px;}

#LocationControl, #StateControl, #CanadaStateControl
{
    width:169px;
}
.valContainer {padding-left:120px; display:block}
#DataCollectionItems label
{
    font-size:12px;
    color:#999;
    display:block;
}
#DataCollectionItems #CaptchaLabel {width:120px; padding-top:54px;}
#DataCollectionItems #regDescription {color:#999;}
#DataCollectionItems br {clear:both; font-size:1px; line-height:0; height:1px;}
#DataCollectionItems em, #DataCollectionItems label em:first-child, #DataCollectionItems p.AcceptPolicyCheckBox label em, #AcceptPolicyCustomValidator
{font-family:Verdana, Arial; } /* "required sign" red color */
#DataCollectionItems p.AcceptPolicyCheckBox {margin:10px 0;}
#DataCollectionItems p.AcceptPolicyCheckBox label {display:inline-block;}
#DataCollectionItems #aspAcceptPolicyCheckBox {vertical-align:middle; float:left; margin:0 3px 0 0;}

.regForm {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
    padding: 0 30px 30px 30px;
}
.regForm legend {color: Black;}
.regForm > p {margin-bottom:10px;}
.regForm h3 {color: #9c3;font-size: 1.2em;padding: 10px 0 3px 0; margin-bottom:5px;border-bottom: 1px solid #eee;display:block;clear:both;}

#DataCollectionItems select 
{
	width:100%;
    text-align:left;
    font-size:16px;
    border:1px solid #b3b3b3;
    background:#fff;
    padding:5px;
    border-radius:4px;
}
#DataCollectionItems #LoadingFrame
{
    padding: 5px 5px 5px 25px;
    display: block;
    text-align: left;
    color:#666;
    background: #fff url(../../../Media/Images/Themes/Default/Authentication/loading.gif?version=20250525.5) 5px center no-repeat;
    border: 1px solid #eee;
    border-radius:4px;
}

a.check-org-name {display:inline-block; margin-top:2px;}

/* light green box */
#OrgNameSuccess span 
{
	color: green;
}
#orgNotification /* light red box */
{
	margin-top:10px;
	padding:5px;
	background-color: #fde6dd;
	border-radius:4px;
}
#orgNotification span 
{
	display:block;
	font-size:11px;
	line-height:normal;
}
#orgNotification a 
{
	margin-top:3px;
	display:block;
}

#valSum 
{
	display:block;
	font-size:11px;
	padding:5px 0;
	color:#db2717 !important;
}


/* Show if succeed
------------------------------------------------------ */
#SuccessControls {font-size:12px; padding:0 20px;}
#SuccessControls h2 {font-size:18px; color: #18a233;}
#SuccessControls #emailMessage {padding:15px 0; line-height:20px;}

.msgCapsLock
{
    margin-top: 5px;
    padding: 4px;
    border: #cc9 1px solid;
    background-color: #ffc;
}
.ical
{
    display:block;
    font-size:1.1em;
    padding: 5px 5px 5px 25px;
    text-align: left;
}
.ical input {width:350px;}
.iCalContent {padding:15px 0;}
#chooseApplication {padding-right:5px;}
.iCalContent .btn {text-decoration:none; width:auto;}
#outlookDiv a:link, #outlookDiv a:visited {color:#000;margin-bottom:15px;}
#ical-url {font-size:1em; padding:2px; border:1px solid #a8c6eb; margin-left:5px;}
#passwordReminder{padding-top:5px;}
.m-content .note { width:96%; margin: 0 auto 10px; color:#666;}


/* Start Calendar 
-----------------------------------------------------*/

.PUmain
{
    width: 200px;
    position: absolute;
    z-index: 1000;
    background:#fff;
    border:1px solid #98c3e1;
    padding:5px;
}
.PUheader 
{
	height:20px;
	line-height:20px;
	display:block;
	cursor: move;
}
.actionClose
{
    float: right;
	text-indent: -5000px;
	width: 16px; height:16px;
	cursor:pointer;
	display:block;
	padding:0;
	margin:2px 1px 0 4px;
	border:none;
	line-height:normal;
    background: url(../../../Media/Images/Themes/Default/Main/16_icons.gif?version=20250525.5) no-repeat 0 -543px;
}
.PUtitle
{
    float: left;
    font-size: 1.1em;
}
.PUheaderButtons {padding-right:5px;}
.PUheaderButtons a
{
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin:2px 0 0 2px;
    float: right;
    
}
.PUheaderButtons a:hover { text-decoration: underline; }

.PUheaderOkCancelButtons a
{
    float: right;
    padding: 0 5px;
    font-size: 1.1em;
    text-decoration: none;
    border: 1px solid #ccc;
    margin-left: 8px;
}
.PUheaderOkCancelButtons a:hover { text-decoration: underline; }

.PUcontent iframe
{
    height: 154px;
}
/* calendar popup style */

.PUCAtextBoxDefault
{
    width: 108px;
}
.ReferencedObjects .PUmain
{
    width: 240px;
}
.ReferencedObjects .PUheader, .PUcontainerDefault .PUheader
{
	height:20px;
	line-height:20px;
}
.ReferencedObjects .PUtitle, .PUcontainerDefault .PUtitle
{
    font-size: 1.1em;
    padding-left:5px;
}
.ReferencedObjects .PUheaderButtons, .PUcontainerDefault .PUheaderButtons {padding-right:5px;}
.ReferencedObjects .PUheaderButtons a, .PUcontainerDefault .PUheaderButtons a {margin:2px 0 0 2px;}


.PUCAlinkOn 
{
    display:block;
    float:left;
    width:16px;
    height:16px;
    cursor:pointer;
    margin:1px 0 0 2px;
    background:url(../../../Media/Images/Themes/Default/Main/16_icons.gif?version=20250525.5) no-repeat 0px -1056px;
}
.PUCAlabelOff {float:left;}

.cal
{
    position: absolute;
    display: none;
    border: 1px solid black;
    z-index: 100;
    background-color: #fff;
    font-size: 8pt;
}
.calendar {width:200px; border-spacing: 1px; border-collapse:separate;}
.calendar td {vertical-align:middle; text-align:center; width:24px; height:24px;}
.calendar td a {text-decoration:none}
.cal_month a {width:22px; height:15px; display:block; text-indent:-9999px; color: #036;
   background: url(../../../Media/Images/Themes/Default/Main/16_icons.gif?version=20250525.5) no-repeat;           
}
a.cal_prev_year {background-position: 0 -161px}
a.cal_prev_month {background-position: 0 -176px}
a.cal_next_month {background-position: -22px -176px}
a.cal_next_year {background-position: -22px -161px}
.cal_dayname {font-weight: bold; color: #000; border-top:1px solid #98c3e1; border-bottom:1px solid #98c3e1; font-size:1.1em;}

/* display today date, orange border color */
.cal_CurrentDay {color: #000; border: #f90 1px solid;} 

.cal_day a, .cal_day a:visited {text-decoration:none; color:#000; display:block}
.cal_day a:hover {color:blue}

/* display start/end date, orange background */
.cal_sel {background-color: #fc0;} 
.cal_sel a {color:#000;}

/* display non working day, pink background */
.calendar .dayOff {background-color: #f1e6f5;} 
.calendar .dayOff a {color: #666;}

.cal_dayhover {color: blue;}
.cal_dayhover a:hover {text-decoration:none}

.cal_inact {background-color: #f7f7f7; color: #666; text-decoration: line-through;}

.cal_nul {background-color: #eee;}

.cal_footer {text-align:center;}
.cal_footer a {display:inline-block; margin:5px auto 0; border:1px solid #f90; padding:2px 4px; font-weight:bold; text-decoration:none; font-size:1.1em;}

.cal_footer span
{
    float:right; border:1px solid #f90; padding:2px 4px; font-weight:normal; margin-top:2px;
    background-color:#fc0;
}
#dateControl {font-size:1.1em; width:auto;}
/* month picker */
#monthPicker {position:relative; display:inline-block;}
#monthPickerTrigger {display:inline-block; margin:0 auto; padding:4px 15px 4px 0; font-weight:bold; background: url(../../../Media/Images/Themes/Default/Main/16_icons_right.gif?version=20250525.5) no-repeat; background-position:right 6px;}
#monthPickerContainer {display:none; position:absolute; top:18px; left:-20px; width:120px; background:#fff; border:1px solid #98c3e1; }
#monthPickerList {overflow:auto; height:100px; border-bottom:1px solid #98c3e1;}
#monthPickerList ul {list-style-type:none; padding:0; margin:0;}
#monthPickerList ul li {list-style-type:none; margin:2px;}
#monthPickerList ul li a:link, 
#monthPickerList ul li a:visited
{display:block; padding:2px; border:1px solid #fff; text-align:left;}
#monthPickerList ul li a:hover {border-color:#98c3e1; background:#ddebff; color:#000;}
#monthPickerCurrent {text-align:center; padding:6px 0;}
#monthPickerCurrent a {text-decoration:underline;}
#monthPickerCurrent a:hover {text-decoration:none;}

.PUCAPrevNav, .PUCANextNav, .PUCAPrev2Nav, .PUCANext2Nav
{background: url(../../../Media/Images/Themes/Default/Main/bg-week-selection-cnt.gif?version=20250525.5) no-repeat 0 0;}


/* 16px Icons
------------------------------------------------------ */
.ico-outlook, .ico-calendar
{background:url(../../../Media/Images/Themes/Default/Main/16_icons_right.gif?version=20250525.5) no-repeat;padding-left:20px;}
.ico-outlook{background-position:0 -958px}
.ico-calendar{background-position:0 -923px}


/* Emails reports
------------------------------------------------------ */
#reportsContainer {min-width:970px;}
#reportsContainer #HeaderWrapper {padding:10px 10px 0 10px;}
#reportsContainer #TasksUpdateTable {padding:0 10px;}
#reportsContainer .m-actions {padding:20px 0; text-align:center;}
#reportsContainer .m-actions .btn {margin:0 5px; width:auto;}
#reportsContainer .pop-footer .btn {width:auto; font-size: 13px; padding: 4px 18px; border-radius:3px;}

#reportsContent
{
    clear: both;
    padding-left: 20px;
}
.rc-content {padding:10px;}
.pop-font {font-size:11px; text-align:left;}

#reportsContainer #header 
{
	position:relative; z-index:501;
	border:1px solid #999;
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	background: url(../../../Media/Images/Themes/Default/Main/bgHeader.gif?version=20250525.5) repeat-x 0 0;
	padding:0;
	width:auto; height:auto;
}
/* header arcs */
#reportsContainer #header span.top-left-corner,
#reportsContainer #header span.top-right-corner,
#reportsContainer #header span.bottom-left-corner,
#reportsContainer #header span.bottom-right-corner
{
	display:block; width:6px; height:6px; position:absolute;
	background: url(../../../Media/Images/Themes/Default/Main/bgHeaderCorners.gif?version=20250525.5) no-repeat;
}
#reportsContainer #header span.top-left-corner {left:-1px; top:-1px; background-position:-12px 0}
#reportsContainer #header span.top-right-corner {right:-1px; top:-1px; background-position:-18px 0;}
#reportsContainer #header span.bottom-left-corner {left:-1px; bottom:-1px; background-position:-12px -6px}
#reportsContainer #header span.bottom-right-corner {right:-1px; bottom:-1px; background-position:-18px -6px;}

/* header content */
#reportsContainer #header a {outline:none;}
#reportsContainer #headerContent {height:54px;}
#reportsContainer #logo {max-width:160px; height:40px; padding-right:15px; float:left; overflow:hidden; margin: 5px 0 0 10px; background:none; width:auto;}
#reportsContainer #logo h1 {max-width: 140px; height: 40px; margin:5px 0 0 5px;} /* company image logo */
#reportsContainer #logo img {display:block; max-width:140px; max-height:40px;}
#reportsContainer #user {float:left; margin-left:10px; height:100%; font-size: 1.1em; text-align:left;}
#reportsContainer #user h2 {min-height:0.6em; padding-top:8px; font-size: 1em; color:#666; font-weight:bold; } /* company text name */
#reportsContainer #user .userName {color:#666; margin-right:5px;}

#reportsContainer #iCalPanel {margin-top:30px;}

#reportsContainer .success h2 {font-size:1.2em; font-weight:bold; color:Green; padding:5px 5px 5px 20px; margin-bottom:10px; background: url(../../../Media/Images/Themes/Default/Authentication/icons_bgs.gif?version=20250525.5) no-repeat 0 -192px; }
icons_bgs.gif
#reportsContainer .success, #reportsContainer .success td {border:none; background-color:transparent;}

#loginLink {margin-right:3px}

#headerLabel, #ErrorMsgLabel, #reportsContainer #MessageLabel
{
    font-size: 1.1em;
    display: block;
}

#MessageLabel
{
    text-align: left;
    display: block;
    padding: 20px;
}

.tblReports
{
    border: 1px solid #eee;
    text-align: left;
    border-collapse: collapse;
    width: 96%;
    margin:auto;
    background-color:#fff;
}
.tblReports th, .tblReports td
{
    font-size: 1.1em;
    padding: 4px;
    border: 1px solid #eee;
}
.tblReports th
{
    background-color: #ebfbff;
    border-bottom: 3px solid #eee;
}
.tblReports td {vertical-align:top;}
.tblReports textarea, .tblReports input
{
	border:1px solid;
	border-top-color:#666;
	border-right-color:#eee;
	border-bottom-color:#eee;
	border-left-color:#666;
	padding:2px;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.tblReports textarea {overflow:auto; height:45px;}
.tblReports ol { list-style-position:inside; margin:10px 0 0 20px;}
td.tblRowTitle
{
    font-weight: bold;
    background: url(../../../Media/Images/Themes/Default/Authentication/icons_bgs.gif?version=20250525.5) repeat-x 0 -94px; 
}
.tblSubRowTitle td, .tblSubRowTitle th {background-color:#f0f6ff; font-weight:normal;}

.tblReports ol li {list-style-type: decimal;}

#ErrorMsgLabel
{
    border: 1px solid #ccc;
    padding: 4px;
}
#ErrorMsgLabel ol, #MessageLabel ol
{
    margin: 10px 0 10px 40px;
}
#ErrorMsgLabel ol li, #MessageLabel ol li
{
    list-style-type: decimal;
}

.tblSubRowTitle .HdrHighlight
{
    font-weight: bold;
}
.note-col {width:250px;}

.expected-value {color:#999;line-height:2em;white-space:nowrap;}

/* =Modify, =AcceptAll Layout
------------------------------------------------------ */
.m-header, .m-header span.left, .m-header span.right, .m-header span.left .ico,.m-header span.left .iCalIcon, .m-footer, .m-footer span, div.right
{background-image:url(../../../Media/Images/Themes/Default/Authentication/m-h-window.gif?version=20250525.5)}
.m-header {height:42px; background-position:0 -50px; margin-top:20px}
.m-header span, .m-header div {display:block; height:42px;}
.m-header span.left {width:60px; background-position:0 0; background-repeat:no-repeat; float:left; position:relative;}
.m-header span.middle {float:left; line-height:26px; padding-left:10px; font-size:1.2em; font-weight:bold;}
.m-header span.right, .m-header div.right {width:20px; background-position:right 0; background-repeat:no-repeat; float:right}
.m-header span.left .ico, div.right .ico {position:absolute; top:-17px; left:0px; width:60px; height:60px; background-position:0 -170px; }
.m-header span.left .iCalIcon, div.right .iCalIcon {background-position:0 -240px;}

.m-content {border-left:1px solid #a8c6eb; border-right:1px solid #a8c6eb; background-color:#f0f6ff}


.m-footer {height:20px; display:block; background-position:left -114px; background-repeat:repeat-x; }
.m-footer span.left, .m-footer span.right {display:block; height:20px; width:60px;}
.m-footer span.left { background-position:left -148px; background-repeat:no-repeat; float:left}
.m-footer span.right {background-position:right -148px; background-repeat:no-repeat; float:right;}

.img-mailbox {display:inline-block; height:10px; vertical-align:middle;}


/* Purchase Request
------------------------------------------------------ */
#PurchaseRequest {text-align:center}
#PurchaseRequest #container {display:block; width:480px; margin: 20px auto}
#PurchaseRequest h1 {font-size:1.5em; color:#036; text-align:left}
#PurchaseRequest table td { text-align:left; font-size:1.1em; vertical-align:top; padding-bottom:8px;}
#PurchaseRequest .texta { font-size:1em; width:20em; float:left}
#PurchaseRequest textarea 
{
	font-family:Verdana, Arial, sans-serif; 
	border-right: #eee 1px solid;
    border-top: #666 1px solid;
    border-left: #666 1px solid;
    border-bottom: #eee 1px solid;
	overflow:auto; padding:2px;
	width:98%;
}
#PurchaseRequest .btn {font-weight:normal; text-decoration:none; color:#000;}
#PurchaseRequest .btn1 {width:auto}
#PurchaseRequest #MsgDiv {border:1px solid #eee;  padding:2px 5px; margin: 5px 0; color:#888; font-size:1.1em}
#PurchaseRequest #MsgDiv em { font-weight:bold; color:#a8c6eb; font-style:normal;}
#PurchaseRequest .validatorContainer {display:block; clear:both;}
.nowrapText {white-space:nowrap}
.importanceHeader {background:url(../../../Media/Images/Themes/Default/Main/ico_hf_importance.gif?version=20250525.5) no-repeat center center}


/* Start: =Lightbox Layout
------------------------------------------------------ */
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:707;
	border:3px solid #a8c6eb;
	background:#fff;
	text-align:left;
}
/*#lightbox[id]{
	position:fixed;
}*/

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:706;
	background-color:#999;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}
* html #overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}


/* Lightbox Message for displaying messages within the application */

#overlay_msg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
	background-color: #999;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

* html #overlay_msg[id]{
	position:fixed;
}

#lightbox_msg {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 801;
	text-align: center;
	top: 35%;
	bottom: 35%;
}
#lightbox_content_msg
{
	position: relative;
	background-color: #fff;
	width: 380px;
	height: 170px;
	margin: auto;
	padding: 10px;
	border:3px solid #a8c6eb;
}


#lightbox_conatiner_msg {
	overflow: auto;
	height:140px;
	display:block;
}
#lightbox_dynamic_msg {font-size:11px; text-align:left; line-height:1.5em;} 
#lightbox_dynamic_msg label { cursor:pointer;}
#lightbox_dynamic_msg p
{
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    color: #0033cc;
}
#lightbox_dynamic_msg td
{
    vertical-align:top;
}

#lightbox_toolbar_msg { 
	height:28px;
	width: 100%;
	position:absolute;
	bottom:0; left:0;
	background-position:0 bottom;
	border-top:1px solid #eee;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
} 

* html #lightbox_toolbar_msg {width: 400px;}

#lightbox_toolbar_msg input {font-size:11px; border:1px solid #ccc; background:#fff; cursor:pointer; margin:4px 4px 0 4px; padding:1px 2px;} 
/* ------------------------------------------------------
End: =Lightbox Layout */


/* =Unsubscribe =Notifications
------------------------------------------------------ */
#contentNotification {width:300px; margin:60px auto; padding:20px; text-align:left; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#contentNotification h2 {color:Green; font-size:18px; display:block;}
#contentNotification p {font-size:12px;}


/* -----------------------------------
		FOOTER
----------------------------------- */

#footer 
{
    width:66.666%;
	position:fixed; right:0; bottom:0; z-index:10;
	line-height:24px;
	font-size:11px;
	color:#666;
	background-color: #000;
}
#copyright { margin:5px 10px; }

#copyright a { color:#888; }

#policy, #legal { float: right; margin-right: 30px; }
#policy { margin-right: 80px }

/* Classes for preloading images */
.preload {position:absolute;top:-999em;height:1px; width:1px;}
.preload1 {background: url(../../../Media/Images/Themes/Default/Main/popup-bg.png?version=20250525.5)}
.preload2 {background: url(../../../Media/Images/Themes/Default/Main/popup-bg-y.png?version=20250525.5)}
.preload3 {background: url(../../../Media/Images/Themes/Default/Main/app-lock-bg-input.gif?version=20250525.5)}

/* tooltip */
div.tooltip {
    display: inline;
	position:relative;
    z-index:10;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	cursor: pointer;
	color: #06F;
}
div.tooltip em {font-style:normal; text-decoration: underline; padding-right:2px; display:inline-block;}
div.tooltip div {
	background-color:#fff;
	border:1px solid #9cf;
	float:none;
	font-weight:normal;
	padding: 5px;
	position:absolute;
	white-space:normal; 
	white-space:nowrap;
    top:1.3em; left:-999em;
}
div.tooltip:hover {z-index:11; text-indent:0px;}
div.tooltip:hover div {
    left:0;
}
div.tooltip:hover div hr {color: #eee; background-color: #eee; height: 1px;}
div.tooltip-r-pos:hover div {top:-2.5em; left:0; width:350px}
#HeaderWrapper {margin-bottom: 35px;}
a.stopwatch-column-disabled, span.stopwatch-column-disabled {color: #aaa; text-decoration: none; cursor: default}
a.stopwatch-column-active {
    background: url(../../../Media/Images/Themes/Default/Main/ico_Stopwatch_Direct.gif?version=20250525.5) left -2px no-repeat; 
    padding-left: 20px;
	line-height:1.3em;
	display:inline-block;
}
.sw-active #stopwatch {display: block}

#CalendarContent.subscribeTasksCalendar {
	background:url(../../../Media/Images/Themes/Default/Authentication/m-h-window.gif?version=20250525.5) no-repeat;
	background-position: 0 -240px; 
	width: auto; 
	height: 60px; 
	vertical-align: middle; 
	line-height: 60px;
	float: right;
	display: block;
	font-size: 12px;
	margin-top: -18px;
	padding-left: 70px;
	white-space:nowrap;
}
.icons-gray{cursor:default;}
table.no-access {background: transparent; border: none;}



/* StopWatch */
.stopwatch-wrapper {text-align:center; height:100%; }

#stopwatch {display:none; height:100%;}
#stopwatch.sw-active {display: block;}


#stopwatch.sw-idle {display: none;}
/* #stopwatch.sw-stop .sw-timer-dots, 
#stopwatch.sw-pause .sw-timer-dots {background-position:center -31px;} */
#stopwatch.sw-stop .timer,
#stopwatch.sw-pause .timer {color:#888;}
#stopwatch.sw-pause .pause-indicator, 
#stopwatch.sw-customtime .sw-box-custom-time,
#stopwatch.sw-split #swSplit {display:block;}
#stopwatch.sw-customtime #enterCustomTime {background-position:6px 3px;}
#stopwatch.sw-split #swCmdCancelSplit {display:inline-block;}
#stopwatch.sw-split #swCmdSplit {display:none;}

#stopwatch .sw-time-decimal {display:none; position:absolute; right:10px; top:3px; font-weight:normal; color:#000; font-size:70%;}
#stopwatch.sw-stop .sw-time-decimal {display:inline-block;}

#stopwatch.sw-split-required #enterCustomTime,
#stopwatch.sw-split-required #swCmdCancelSplit {display:none;}
#stopwatch.sw-split-required #swBoxCustomTime {margin-top:10px;}
#stopwatch.sw-split-required #swBoxAlert {display:block;}

/* StopWatch wait indicator */
#stopwatch #swWaiting, #stopwatch .sw-waiting-overlay {display:none;}
#stopwatch.sw-waiting #swWaiting
{display:block; width:16px; height:16px; position:absolute; z-index:12; left:6px; top:28px; background: url(../../../Media/Images/Themes/Default/Main/loading_transparent.gif?version=20250525.5) 0 0 no-repeat;}
#stopwatch.sw-waiting .sw-waiting-overlay
{display:block; position: absolute; z-index: 11; left: 0; top: 0; width: 100%; height: 100%; background:#fff; filter: alpha(opacity=0); -moz-opacity:0; opacity: 0;}

/* StopWatch timer */
#swOuter {width:254px; position:relative; margin:0 auto; height:100%; border-left:1px solid #999; border-right:1px solid #999;}
#swInner {height:100%; border-left:1px solid #eee; border-right:1px solid #eee; padding:0 1px; background:#ececec;}
#swTimer {width:180px; margin-top:2px; height:4em; padding-top:.4em; float:left; border:1px solid; border-color:#999 #c0c0c0 #c0c0c0 #999; 
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E5EDFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E5EDFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5EDFF',GradientType=0 ); /* ie */
}
.sw-timer-dots {width:7px; cursor:default; display:inline-block; /* overflow:hidden; text-indent:-9999px; vertical-align:top;
	background: url(../../../Media/Images/Themes/Default/Main/stopwatch-dot-blink.gif?version=20250525.5) no-repeat center 1px;*/
}
#swTimer a {display:inline-block; min-height:16px; line-height:1.6em; font-weight:normal; white-space: nowrap; max-width:150px;}
.timer {position:relative; font-size:16px; color:#65708a; line-height:normal; font-weight:bold;}
.pause-indicator {display:none; position:absolute; right:10px; top:5px; font-weight:normal; color:#c00; font-size:10px;}

/* StopWatch action buttons */
#swActions {width:60px; float:left; text-align:left; padding-left:5px; position:relative; top:2px;}
#swActions button {display:block; width:100%; background:transparent; padding:1px 0; margin-bottom:2px; cursor:pointer; border:1px solid; border-color:#fff #999 #999 #fff; font-family: Helvetica, Arial, sans-serif; font-size:11px;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 90%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(90%,#cccccc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie */
}
#swActions button.btn-sw-resume {display:none;}
#stopwatch.sw-pause #btnPause, #stopwatch.sw-stop #btnStop {display:none;}
#stopwatch.sw-pause #btnPauseResume, #stopwatch.sw-stop #btnStopResume {display:block;}
#swActions button[disabled] {cursor:default;}

/* grayscale icons (16px) */
.icons-gray {display:inline-block; width:16px; height:16px; margin-right:1px; vertical-align:top; cursor:pointer; background: url(../../../Media/Images/Themes/Default/Main/icons-grayscale.gif?version=20250525.5) no-repeat;}
.g-project {background-position:0 0}
.g-milestone {background-position:-16px 0}
.g-task {background-position:-32px 0}
.g-resources {background-position:0 -16px;}
.g-resources:hover {background-position:0 -32px;}

/* StopWatch box */
#swBox {position:absolute; left:-1px; top:54px; width:100%; background:#efefef; border:1px solid #999; text-align:left;}
#swBox .sw-cmd-box-close {position:absolute; right:10px; top:10px; width:14px; height:14px; display:block; overflow:hidden; text-indent:-9999px; background-position:-1px -416px;}
#swBox .sw-cmd-box-close:hover {background-position:-21px -416px;}
#swBoxAlert {float:none; background-color:#fff; background-position:14px 5px; padding-left:35px; border:none; border-bottom:1px solid #999; color:#c00; margin:0; }
#enterCustomTime {display:inline-block; padding: 2px 10px 2px 20px; margin:8px 0;background-position:2px -64px;}
.sw-box-custom-time {display:none; padding:5px 0 10px 0;}
.sw-box-custom-time label {padding-bottom:5px;}
.sw-box-custom-time .int {width:34px; margin:0 5px 0 0; font-size:11px;}
.sw-box-comments {text-align:center; padding-bottom:10px; background: url(../../../Media/Images/Themes/Default/Main/sw-seperator.gif?version=20250525.5) no-repeat center bottom;}
.sw-box-comments .sw-overtime {padding-right:10px;}
.sw-box-comments label, .sw-box-custom-time label {padding-left:10px; margin-bottom:2px; text-align:left;}
.sw-box-comments textarea {width:92%; height:46px; margin:0 auto; padding:5px; overflow:auto; font-size:11px;}
.sw-box-actions {margin:10px;}
.sw-box-actions button {float:right; margin:0 2px; padding:1px 5px; font-size:11px; width:auto;}
.sw-box-actions button:hover {border-color:#69c;}
#swSplit {padding-top:10px; display:none;}
#swCmdCancelSplit {display:none;}


/* Custom Fields StopWatch*/
.sw-box-cf {position:absolute; left:-16px; width:14px; top:-1px; background:#eee; border:1px solid #999;}
.sw-box-cf.opened {left:-242px; width:240px;}
.sw-box-cf-triger {position:absolute; top:-1px; right:-1px; width:14px; height:100%; border:1px solid #999; background:#eee;}
.sw-box-cf.opened .sw-box-cf-triger {right:-1px;}
.sw-box-cf-triger .arr-link {
    position:absolute; top:50px; right:2px;
    width:10px; height:60px;
    display:block;
    background: url(../../../Media/Images/Themes/Default/Main/vertical-splitter.gif?version=20250525.5) no-repeat 0 0;
}
.sw-box-cf.opened .sw-box-cf-triger .arr-link {background-position: -10px 0;}
.sw-box-cf-header {position:absolute; top:-26px; left:-1px; width:240px; height:24px; background:#eee; border:1px solid #999;}
.sw-box-cf-header span {position:absolute; left:5px; top:5px;}
.sw-box-cf-fields, .sw-box-cf-fields-split {width:225px; height:100%; overflow:auto;}
.sw-box-cf-fields .custom-timesheet, .sw-box-cf-fields-split .custom-timesheet {width:92%; padding-bottom:20px;}
.sw-box-cf-seperator {width:190px; text-align:center;}
.sw-box-cf-seperator span {height:12px; width:195px; margin:0 10px; display:block; background: url(../../../Media/Images/Themes/Default/Main/sw-seperator.gif?version=20250525.5) no-repeat center bottom;}

/* enter custom time */
.sw-box-cf.enter-ct,
.sw-box-cf.enter-ct .sw-box-cf-triger,
.sw-box-cf.enter-ct .sw-box-cf-fields {height:100%;}
.sw-box-cf.enter-ct .sw-box-cf-triger .arr-link {top:65px;}

/* split custom fields */
.sw-box-cf.cf-split,
.sw-box-cf.cf-split .sw-box-cf-triger {height:100%;}
.sw-box-cf.cf-split .sw-box-cf-fields {height:140px;}
.sw-box-cf.cf-split .sw-box-cf-fields-split {height:140px; margin-top:10px;}

.sw-box-cf.cf-split .sw-box-cf-triger .arr-link {top:125px;}

/* Mobile landing pop-up */
#mobileWrapper {position: fixed; z-index: 9999; width: 100%; height: 100%; left:0; top:0; background:rgba(255,255,255,0.8);}
#mobileWrapper h1 {margin-top:35px; font-size:36px; font-weight:normal; letter-spacing:-1.2px; color:#f4f4f4; font-family:'Helvetica Neue Thin', Helvetica, Arial, sans-serif;}
#mobileWrapper a {display:inline-block; color:#f4f4f4; text-decoration:none; font-size:16px; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;}
#mobileWrapper > div {overflow:hidden; position:absolute; top:15px; right:15px; left:15px; bottom:15px; box-shadow:0 0 20px rgba(0,0,0,0.5); text-align:center; padding:20px; border-radius: 10px;
                      background: url(../../../Media/Images/Themes/Default/Authentication/bg_tour-blueblur.png?version=20250525.5) no-repeat;
                      background-size:100% 100%;
}
#mobileWrapper .m-continue {display:inline-block;}
#mobileWrapper a.close-btn {position:absolute; top:15px; right:15px; width:18px; height:18px; color:#fff;
    background: url(../../../Media/Images/Themes/Default/Authentication/icon-close-white80.png?version=20250525.5) no-repeat center center; background-size:cover;                        
}
#mobileWrapper a.m-btn {color:#f4f4f4; border:2px solid #f4f4f4; padding:0 25px; line-height:45px; font-size:22px; font-family:'Helvetica Neue Thin', Helvetica, Arial, sans-serif; border-radius:100px; margin:25px auto;}
#mobileWrapper .m-img {position:absolute; margin-top:58px; left:20px; right:20px;}
#mobileWrapper .m-img img {width:100%;}




/* Portrait and Landscape */

@media  (max-width: 1300px) 
{
    p.quote {font-size:13px; line-height:20px;}
    .texta {height: 30px; font-size: 13px;}
    #AccountRegistration h1 {font-size:18px; line-height:24px;}
    #DataCollectionItems select,
    .btn-default {font-size:13px;}
}

@media  (max-width: 960px) 
{
    body {background:#f6f6f6;}
	#header, #footer {width:100%;}
	#side, #side-new-account {position:static; width:100%;}
	#mkt-container {margin: 0 auto; width: 100%; max-width: 310px; position: static; box-shadow:none;}
	#copyright {color:#ccc;}
	#AccountRegistration #cmSidebar, #bg, #bg-new-account {display:none;}
	
	#header, #header #logo 
	{
	    transition:width 0.3s ease, height 0.3s ease, margin 0.3s ease;
	}
	#header.inscroll {box-shadow: 0 2px 5px rgba(0,0,0,0.1); height:50px;}
	#header.inscroll #logo {width: 116px; height: 26px; margin: 10px 0 0 15px; }
}