/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font: 16px/20px georgia, serif;
}

select {
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

form {
    float: left;
    overflow: auto;
}

div.header {
    width: 100%;
    background-color: #000;
    overflow: auto;
}

div.header > div {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
}

div.header > div > h1 {
    display: block;
    overflow: hidden;
    width: 230px;
    height: 146px;
    padding: 12px 10px;
    line-height: 146px;
    float: right;
    text-indent: 240px;
    background-image: url(/bundles/thedeskhelpdesk/images/logo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fafafa;
}

div.header > div > div.leftSide {
    float: left;
    width: 700px;
}

div.header > div > div.leftSide > ul {
    float: left;
    line-height: 40px;
    display: block;
    width: 700px;
}

div.header > div > div.leftSide > ul > li {
    margin: 10px;
    float: left;
    color: #fff;
}

div.header > div > div.leftSide > ul > li.userInfo {
    float: right;
    font-style: italic;
}

div.header > div > div.leftSide > ul > li > a {
    text-decoration: none;
    color: #fff;
}

div.header > div > div.leftSide > ul > li > a:hover {
    text-decoration: underline;
}

div.wrap {
    width: 960px;
    margin: 0 auto;
    overflow: auto;
}

div.content {
    width: 700px;
    overflow: auto;
    float: left;
}

div.content > h1, div.sidebar > h2, div.sidebar > h3, div.content > h3, div.content > div#exportOutput > h1, div.content > div#billExportOutput > h1 {
    font-size: 24px;
    line-height: 40px;
    margin: 10px;
    width: 680px;
    display: block;
    float: left;
}

div.content > h1.noRightMargin {
    margin-right: 0;
    width: 690px;
}

div.sidebar > h2, div.sidebar > h3 {
    width: 230px;
    float: left;
    display: block;
}

div.content > h3, div.sidebar > h3 {
    margin-top: 40px;
}

div.sidebar > h3.payslips {
    line-height: 39px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}

div.sidebar > ul.payslips {
    margin-top: 0 !important;
}

div.content > div.helpdeskEntry {
    width: 700px;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    overflow: auto;
}

div.content > div.contentWrap {
    width: 700px;
    overflow: auto;
    margin-bottom: 40px;
}

div.helpdeskEntry span.third, div.helpdeskEntry span.full {
    display: block;
    width: 220px;
    float: left;
}

div.helpdeskEntry span.middle {
    margin: 0 10px;
}

div.helpdeskEntry span.notify {
    background-image: url(/bundles/thedeskhelpdesk/images/email.png);
    background-position: 204px 2px;
    background-repeat: no-repeat;
}

div.helpdeskEntry span.noNotify {
    background-image: url(/bundles/thedeskhelpdesk/images/email_error.png);
}

div.helpdeskEntry div.full, div.helpdeskEntry span.full {
    width: 680px;
    display: block;
    margin-top: 10px;
}

div.content > div.level0 {
    /* Low - Leave everything as normal*/
}

div.content > div.level1 {
    /* Medium - yellow background*/
    background-color: #ffc;
}

div.content > div.level2 {
    /* High - light orange background */
    background-color: #fff5e6;
}

div.content > div.level0, span.priority0, li.hover0 {
    /* low - light grey background */
    background-color: #fafafa;
    cursor: pointer;
}

div.content > div.level1, span.priority1, li.hover1 {
    /* medium - dark grey background */
    background-color: #ccc;
    cursor: pointer;
}

div.content > div.level2, span.priority2, li.hover2 {
    /* high - pinky background */
    background-color: #ffb2b2;
    cursor: pointer;
}

div.content > div.level9, span.priority9, li.hover9 {
    /* Urgent - red background */
    background-color: #f00;
    color: #fff;
    cursor: pointer;
}

div.commentRight {
    overflow: hidden;
    width: 250px;
    float: right;
}

div.commentLeft label, div.commentRight label {
    display: block;
    margin: 0 10px;
}

div.commentLeft {
    float: left;
    width: 450px;
}

div.commentLeft textarea {
    width: 426px;
    height: 66px;
    padding: 1px;
    border: 1px solid #ccc;
    margin: 0 10px 10px 10px;
}

div.commentRight div {
    float: left;
    width: 250px;
}

div.commentRight input, div.thirdForm input {
    float: right;
    width: 226px;
}

div.commentRight select, div.thirdForm select, div.fullForm > div > select {
    width: 230px;
    border: 1px solid #ccc;
    padding: 0;
    line-height: 18px;
    height: 20px;
    margin: 0 10px 10px 10px;
}

div.fullForm > div > select {
    width: 210px;
    margin: 0;
    height: 20px;
}

div.fullForm > div > input {
    width: 206px;
    height: 16px;
    line-height: 16px;
    padding: 1px;
}

div.commentRight input, div.thirdForm input {
    margin: 0 10px 10px 10px;
}

input.button {
    border: 0;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    color: #fff;
    float: right;
    width: 105px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

div.helpdeskComment {
    padding: 19px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
}

div.firstComment {
    /*  nothing here yet  */
}

div.helpdeskComment span.commentInfo {
    display: block;
    font-weight: bolder;
}    

div.sidebar {
    float: right;
    width: 250px;
    background-color: #fafafa;
}

div.sidebar > ul.nav, div.sidebar > ul.assignTo {
    width: 230px;
    margin: 10px;
    display: block;
    float: left;
}

span.itemStatus, span.priorityStatus {
    float: right;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
}

span.itemStatus {
    background-color: #fafafa;
}

span.priorityStatus {
    margin-right: 10px;
}

span.status0, span.priority0 {
    background-color: #fafafa;
}

span.status3 {
    background-color: #000;
    color: #fff;
}

div#slider {
    width: 105px;
    float: left;
    height: 20px;
}

div#slider div.slider-frame {
    display: block;
    width: 105px;
    height: 20px;
    border-radius: 5px;
    background-color: #000;
    cursor: pointer;
}

div#slider div.slider-frame span.slider-button {
    display: block;
    border: 1px solid #000;
    height: 18px;
    line-height: 18px;
    width: 52px;
    color: #000;
    text-align: center;
    background-color: #fafafa;
    border-radius: 5px;
    background-color: #ccc;
}

div#slider div.slider-frame span.slider-button.on {
    margin-left: 51px;
    background-color: #99c299;
}

input#thedesk_helpdeskbundle_commenttype_solution {
    display: none;
}

li.newEntry a {
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}

div.helpdeskEntry div.info {
    display: block;
}

div.helpdeskEntry span.client {
    float: right;
}

div.helpdeskEntry a, div.helpdeskEntry a:visited {
    display: block;
    padding: 9px 10px 10px 10px;
    text-decoration: none;
    color: #000;
}

div.helpdeskEntry.displayEntry {
    padding: 9px 10px 10px 10px;
    width: 680px !important;
}

div.helpdeskEntry a:hover {
    background-color: #fff;
}

h1.borderBottom {
    margin: 0 !important;
    padding: 9px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
}

button#deleteButton {
    display: none;
}

div.pagination {
    border-bottom: 1px solid #ccc;
    line-height: 39px;
}

div.pagination span {

}

div.dateRow  label {
    width: 230px;
    display: block;
    float: left;
    text-indent: 0;
}

div.commentRight div.dateRow {
    text-indent: -2000px;
}

div.commentRight div.dateRow select {
    float: right;
    width: 70px;
    margin: 0 10px 10px 0;
    padding: 0;
    line-height: 18px;
    height: 20px;
    border: 1px solid #ccc;
}

div.commentRight div.halfRow, div.thirdForm div.halfRow {
    width: 105px;
    float: left;
    margin-left: 10px;
    overflow: auto;
}

div.thirdForm div.halfRow {
    width: 205px;
}

div.commentRight div.floatRight {
    float: right;
    margin-right: 10px;
}

div.halfRow label {
    margin: 0;
    width: 105px;
}

div.thirdForm div.halfRow label {
    width: 205px;
}

div.fullForm > div > label {
    width: 210px;
}

div.halfRow input {
    width: 101px;
    margin: 0 0 10px 0;
}

div.thirdForm div.halfRow input {
    width: 201px;
}

div.halfRow select {
    margin: 0 0 10px 0;
}

div.largeTextarea textarea {
    height: 196px
}

div.commentRight select {
    height: 20px;
    line-height: 18px;
    height: 20px;
    padding: 0;
    border: 1px solid #ccc;
}

div.commentRight input {
    height: 16px;
    line-height: 16px;
    padding: 1px;
}

div.commentRight input.fullInput, div.fullForm > div > input.button {
    background-color: #000000;
    /*    border-radius: 5px;*/
    color: #FFFFFF;
    display: block;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border: 0;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    width: 230px;
}

div.fullForm > div > input.button {
    width: 210px;
    margin: 0;
}

div label {
    float: left;
    display: block;
}

input, select, textarea {
    border-radius: 3px !important;
    border: 1px solid #e3e3e3;
    border-top-color: #ababab;
    border-left-color: #ababab;
    float: left;
}

div.halfRow input.halfButton {
    width: 105px;
    height: 20px;
    line-height: 20px;
}

div.halfRow select {
    width: 105px;
}

div.halfRow div {
    overflow: auto;
    width: 0;
    width: auto;
}

div.halfRow label {
    float: left;
}
div.halfRow select {
    float: left;
}

div.editForm > div > textarea {
    height: 200px;
}

span.priorityStatus {
    cursor: pointer;
}

ul#prioritySelector {
    display: none;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 5px;
}

ul#prioritySelector li {
    line-height: 30px;
    text-indent: 10px;
    border-radius: 5px;
}

ul#prioritySelector li.hover {
    cursor: pointer;
    background-color: #ccc;
}

div.pagination {
    overflow: auto;
}

div.pagination > span {
    float: left;
    display: block;
    width: 40px;
    text-align: center;
    color: #ccc;
}

div.pagination > span > a, div.pagination > span > a:visited {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
}

div.pagination > span > a:hover {
    background-color: #fafafa;
}

a.bold {
    font-weight: bolder;
}

div.noResults {
    line-height: 39px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

div.sidebar > ul.assignTo > li > a.selected {
    font-weight: bolder;
}

div.isSolution {
    background-color: #e5ffe5;
}

span.isSolution {
    color: #363;
    float: right;
}

body.loginPage div.header {
    padding: 10px 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -95px;
    color: #fff;
}

body.loginPage div.header h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}

body.loginPage div.header input.text {
    border: 0;
    padding: 2px;
}

body.loginPage div.header input.button {
    background-color: #fafafa;
    border: 0;
    height: 20px;
    color: #000;
    font-weight: bolder;
    width: 0;
    width: auto;
    margin: 20px 0 0 0;

}

body.loginPage div.header form, body.loginPage div.header div.error {
    display: block;
    overflow: hidden;
    width: 340px;
    float: left;
}

body.loginPage div.header form div {
    width: 340px;
    float: left;
}

body.loginPage div.header form div label, body.loginPage div.header form div input.text {
    width: 160px;
    float: left;
}

body.loginPage div.header form div input.text {
    width: 156px;
}

body.loginPage div.header form div .right {
    margin-left: 20px;
}

body.loginPage div.header div.error {
    margin-left: 20px;
    color: #c33;
}

div.flash-notice {
    background-color: #ffc;
    display: block;
    text-align: center;
    font-weight: bolder;
    padding: 20px;
    margin-bottom: 20px;
}

div.error {
    background-color: #FFE6E6;
}

div.thirdForm {
    float: left;
    overflow: auto;
    width: 450px;
}

div.fullForm {
    float: left;
    overflow: auto;
    width: 700px;
}

div.thirdForm div.halfRow {
    width: 205px;   
}

div.fullForm > div {
    width: 210px;
    margin: 0 10px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

h2.timesheetDate {
    display: block;
    font-weight: bolder;
    line-height: 39px;
    border-bottom: 1px solid #ccc;
    width: 680px;
    padding: 0 10px;
    float: left;
}

table.timesheet, table.users, table.clients {
    width: 700px;
    margin: 0 0 20px 0;

}

table.timesheet tr td, table.users tr td, table.clients tr td {
    background-color: #fafafa;    
}

table.timesheet tr.hover td, table.users tr.hover td, table.clients tr.hover td, table.billextras tr.hover td, table.assets tr.hover td {
    background-color: #fff;
    cursor: pointer;
}

table.timesheet tr td, table.users tr td, table.clients tr td, table.billextras tr td, table.assets tr td {
    line-height: 39px;
    border-bottom: 1px solid #ccc;
}

table.timesheet tr td.editURL, table.users tr td.showURL, table.clients tr td.showURL, table.billextras tr td.showURL, table.assets tr td.showURL {
    display: none;
}

table.timesheet tr td.hours {
    width: 130px;
    text-indent: 10px;
}

table.timesheet tr td.comment {
    width: 358px;
}

table.timesheet tr td.client {
    width: 150px;
    font-style: italic;
}

table.timesheet tr td.clientShort {
    width: 144px;
    font-style: italic;
}

table.timesheet tr td.clientLong {
    width: 440px;
}

table.timesheet tr td.hoursShort {
    width: 120px;
    text-indent: 10px;
}

table.timesheet tr td.subTotal {
    width: 100px;
    padding-right: 10px;
    text-align: right;
    color: #ccc;
}

table.clients tr td.name {
    text-indent: 10px;
}

table.timesheet tr td.actions, table.users tr.active1 td.actions {
    width: 42px;
    padding-right: 10px;
    background-image: url(/bundles/thedesktimesheet/images/rightarrow.png);    
    background-position: 26px 12px;
    background-repeat: no-repeat;
    line-height: 39px;
}

table.clients tr td.actions {
    line-height: 39px;
    width: 16px;
    padding-right: 10px;
}

table.users tr.active1 td.actions {
    background-image: url(/bundles/thedeskuser/images/tick.png);
}

table.users tr.active0 td.actions {
    background-image: none;
}


table.newpayslip tr.checked td.actions {
    background-image: url(/bundles/thedeskuser/images/tick.png);
}

table.newpayslip tr.unchecked td {
    color: #ccc;
}

table.newpayslip tr.unchecked td.actions {
    background-image: none;
}

table.timesheet tr td.actions a {

}

table.timesheet tr td.actions a img, table.users tr td.actions a img, table.clients tr td.actions a img {
    vertical-align: -2px;

}

h1.totals {
    color: #ccc !important;
}

h1 span.amountSelected {
    float: right;
}

h1 span.unpaidHours, h2 span.amountEarned, h1 span.amountEarned {
    float: right;
    color: #ccc;
}

h1.userActive {
    background-image: url(/bundles/thedeskuser/images/tick.png);    
    background-position: right;
    background-repeat: no-repeat;
}

h1.userInActive {
    background-image: url(/bundles/thedeskuser/images/exclamation.png);    
    background-position: right;
    background-repeat: no-repeat;
}

div.shaded {
    background-color: #fafafa;
}

table.userInfo {
    margin: 10px;
    width: 430px;
}

table.halfUserInfo {
    float: left;
    width: 330px;
}

.floatRight {
    float: right;
}

table.userInfo td.left {
    width: 110px;
}

form.topMargin {
    margin-top: 10px;
}

span.noEntries, p.payslipInfo {
    display: block;
    background-color: #fafafa;
    text-align: center;
    line-height: 40px;
    float: left;
    width: 680px;
    margin: 0;
    padding: 10px;
}

p.payslipInfo {
    text-align: left;
    line-height: 20px;
    margin-bottom: 40px;
}

li.payslip {
    display: block;
}

li.payslip a, li.payslip a:visited {
    color: #000;
    display: block;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    line-height: 29px;
}

li.payslip a span {
    float: right;
    margin-left: 1em;
    font: 12px/29px monospace;
    color: #ccc;
}

li.payslip a:hover span {
    color: #000;
}

em {
    font-style: italic;
}

strong {
    font-weight: bolder;
}

a.generatePayslip {
    background-color: #fafafa;
    line-height: 40px;
    width: 680px;
    display: block;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin-top: 40px;
    border-radius: 10px;
}

a.generatePayslip:hover {
    background-color: #000;
    color: #fff;
}

table.users td.username {
    font-weight: bolder;
    text-indent: 10px;
}

table.clients {

}

div.totals {
    float: left;
    display: block;
    width: 700px;
    text-align: right;
    margin: 20px 0;
}

div.totals div {
    float: right;
    padding-right: 10px;
    text-align: right;
}

strong {
    font-weight: bolder;
}

div.oneQuarter {
    width: 155px;
    margin: 10px;
    float: left;
}

div.oneQuarter label {
    display: block;
    width: 155px;
    float: left;
}

div.oneQuarter select {
    width: 155px;
}

div.oneQuarter span {
    width: 105px;
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
}

div.oneQuarter span.rate {
    width: 50px;
    font: 12px/20px monospace;
    text-align: right;
}

div.customRate {
    width: 155px;
    height: 20px;
    overflow: hidden;
}

div.customRate a.deleteCustomRate, div.customRate a.deleteCustomRate:visited {
    width: 155px;
    height: 20px;
    background-color: #c33;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    display: block;
    text-decoration: none;
    display: none;
    font-size: 12px;
}


table.billextras tr td.shortdate {
    width: 120px;
}

table.billextras tr td.quantity {
    width: 120px;
}

table.billextras tr td.description {
    width: 320px;
}
table.billextras tr td.incgst {
    width: 130px;
}
table.billextras tr td.exgst {
    width: 130px;
}

table.billextras td.editURL {    
    display:none;
}
table.billextras tr.hover td {
    background-color: #FAFAFA;
    cursor: pointer;
}
h1 a {
    float: right;
    font-size: 14px;
    padding-left: 10px;
}

table.assets tr td.assetname {
    width: 200px;
}
table.assets tr td.assettype {
    width: 120px;
}
table.assets tr td.buyprice {
    width: 100px;
}
table.assets tr td.sellprice {
    width: 100px;
}
table.assets tr td.infourl {
    width: 100px;
}

table.assets td.editURL {    
    display:none;
}
table.assets tr.hover td {
    background-color: #FAFAFA;
    cursor: pointer;
}

ul.assetlist {
    text-indent: 20px;       
}

.collapse {
    display: none;
    float: left;
}

.clickToExpand {
    cursor: pointer;
    background-color: #fafafa;
}

div.content > div#exportOutput > h1, div.content > div#billExportOutput > h1 { 
    margin: 20px 0 0 0;
    padding: 10px 10px 9px 10px;
    border-bottom: 1px solid #ccc;
}

div#exportOutput > div.collapse > h2, div#billExportOutput > h2 {
    font-weight: normal;
    background-color: #fafafa;
    color: #333;
}

div.exportControls {
    padding: 10px 10px 9px 10px;
    border-bottom: 1px solid #ccc;
    width: 680px;
    float: left;
}

div.exportControls > input {
    width: 216px;
}

input#exportStopDate {
    margin: 0 10px;
}

div#exportOutput, div#billExportOutput {
    margin-bottom: 40px;
    overflow: auto;
}

a.downloadExport, a.generateInvoices, a.downloadExport {
    background-color: #363;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 40px;
}

#showBills, #getExport {
    cursor: pointer;
    border-radius: 3px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #ABABAB #E3E3E3 #E3E3E3 #ABABAB;
    border-image: none;
    float: left;
    border: 0;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    color: #fff;
    float: right;
    width: 200px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

.loading {
    background-image: url(/bundles/thedesktimesheet/images/bg-ajax-loader.gif) !important;
    background-repeat: repeat;
    cursor: wait !important;
    color: #ccc !important;
}

.bottomMarginTop {
    margin-top: 40px;
}

p.noResults {
    display: block;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}