html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

div, body, span, img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

body {
    margin: 0px;
    padding: 0px;
    margin-bottom: 6px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

textarea, input[type=text], input[type=password], input[type=email], input[type=file], select, button {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    padding: 2px;
}

button {
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

button:hover {
    background-color: #f5f5f5;
}

select {
    background: #fff url("../images/arrow_down.png") no-repeat 100% 50%;
    padding-right: 14px;
    text-indent: 0.01px;
    text-overflow: '';
}

textarea {
    outline: none;
    padding: 4px;
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

input[type="checkbox"] {
    margin-left: 0;
}

/*

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px silver solid;
    padding: 0;
    margin: 0;
    margin-right: 16px;
    background-color: white;
}

input[type="checkbox"]:checked {
    content: '^';
    color: #09ad7e;
}

input[type="checkbox"]:disabled {
    background-color: grey;
}

*/


div#horiz {
    width: 500px;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 24px;
}
div#header {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 53px;
    border: none;
    z-index: 50;
}
body>div#header {
    position: fixed;
}
#header1 {
    position: relative;
    top: 0px;
    left: 0px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    background-color: #68c;
}
#user {
    color: #fff;
    float: right;
    padding-right: 4px;
    height: 24px;
    line-height: 16px;
    background-color: #314D98;
    border-bottom-left-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
}
#user a:link, #user a:visited {
    color: #fff;
    text-decoration: none;
}
#user a:hover {
    text-decoration: none;
}
#userlogout {
    display: inline-block;
    float: right;
    height: 16px;
    line-height: 16px;
    padding-top: 4px;
    padding-left: 4px;
}

#username {
    display: inline-block;
    float: left;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 0px;
    min-width: 110px;
    text-align: center;
}

#userdate {
    font-size: 10px;
    display: none;
}

#header2 {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #314D98;
    border: none;
    height: 52px;
    line-height: 26px;
    z-index: 100;
    white-space: nowrap;
}
.ign0 {
    /* anti-BUG IE5 */
}

#menu {
    float: left;
    display: inline-block;
}

#rightmenu {
    float: right;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
}

#rightmenu span {
    float: left;
}

#view-filters select, #view-filters input {
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 0;
    padding-left: 10px;
    padding-right: 16px;
    margin-right: 8px;
    height: 18px;
    outline: none;
}

#view-filters > select, #view-filters > input, #view-filters > .labeled-block {
    float: left;
    line-height: 18px;
}

.labeled-block .label {
    margin-right: 4px;
}

.menu a:link, .menu a:visited {
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: none;
}

.menu {
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    height: 26px;
}
.menu ul { /* all lists */
    display: inline-block;
    padding: 0px;
    margin: 0px 6px 0px;
    list-style: none;
}
.menu li { /* all list items */
    font-weight: bold;
    float: left;
    position: relative;
    color: #fff;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    z-index: 55;
    cursor: default;
}
.menu li:hover, .menu li.over {
    background-color:#fff;
    color:#333;
}
.menu li a {
    display: block;
    color: #fff;
    padding: 1px 0px 1px 0px;
    text-decoration: none;
}
.menu li:hover ul li:hover a, .menu li.over ul li.over a {
    display: block;
    color:#333;
}
.menu li:hover ul li:hover ul li a {
    color:#fff;
}
.menu li:hover ul li:hover ul li:hover a {
    color:#333;
}
.menu li ul { /* second-level lists */
    display: none;
    position: absolute;
    margin: 4px -4px 0px;
    top: 18px;
    left: 4px;
    z-index: 60;
}
.menu li>ul {
   top: auto;
   left: auto;
   background-color: #364f9b;
}
.menu li:hover ul.level1, .menu li.over ul.level1 {
   display: block;
   top: 19px;
   left: 4px;
}
.menu li ul li {
   position: relative;
   display: block;
   margin: 0px;
   padding: 2px 3px 2px 3px;
   background-color: #364f9b;
   border: 1px solid #364f9b;
   cursor: pointer;
   voice-family: "\"}\"";
   voice-family: inherit;
   width: 120px;
}

#rightmenu li ul li {
   width: 80px;
}

.ign1 {
   /* anti-BUG IE5 */
}

.menu li ul li ul { /* third-level lists */
   display: none;
   position: absolute;
   margin: 0px 0px;
   top: 0px;
   left: 126px;
   z-index: 70;
}
.menu li ul li:hover ul, .menu li ul li.over ul {
   display: block;
}
.menu ul li li.more {
   voice-family: "\"}\"";
   voice-family: inherit;
   background-image: url(../images/more.png);
   background-position: right;
   background-repeat:no-repeat;
   padding-right: 12px;
   width: 111px;
}

.ign2 {
    /* anti-BUG IE5 */
}

.menu ul li ul li ul li {
    border-left: 1px solid #364f9b;
    border-right: 1px solid #364f9b;
    border-bottom: 1px solid #364f9b;
    background-color: #364f9b;
}

#sTimeReportFromDate, #sTimeReportToDate {
    width: 100px;
    background: #fff url("../images/arrow_down.png") no-repeat 100% 50%;
}

#container {
    position: relative;
    margin-top: 92px;
    margin-bottom: 20px;
    z-index: 10;
}

#content {

}
#content h4 {
    margin: 12px 0px 9px 0px;
}
#content p {
    margin: 6px 0px 3px 0px;
}

/* TABS */
div.tabmenu {
    clear: both;
    margin: 6px 0px 0px 0px;
    /* border: 1px solid #fff; */
}
div.tabmenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div.tabmenu li {
    position: relative;
    float: left;
    margin: 0px 6px -1px 0px;
}
div.tabmenu li a:link, div.tabmenu li a:visited {   
    display: block;
    padding: 3px 6px 3px 6px;
    font-weight: bold;
    color: #999;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    background-color: #eee;
}
div.tabmenu li a:hover {
    color: #666;
    background-color: #fff;
}
div.tabmenu li.active a:link, div.tabmenu li.active a:visited {
    color: #333;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
div.tabmenu li.active a:hover {
    color: #666;    
}
.tabcontent {
    clear : both;
    border: 1px solid #999;
    padding: 1px;
    margin: 0px;
    text-align: left;
    background-color: white;
}

/* TASK LIST */
table.sheet {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
fieldset a:link, fieldset a:visited, table.sheet a:link, table.sheet a:visited {
    color: #00c;
    text-decoration: none;
}
table.sheet tr.disabled a:link, table.sheet tr.disabled a:visited {
    color: #666;
}
fieldset a:hover, table.sheet a:hover, table.sheet tr.disabled a:hover {
    text-decoration: underline;
}
table.sheet tr {
    background-color: #f8f8f8;
    height: 23px;
}
table.sheet tr:hover {
    background-color: #bce;
}
table.sheet tr.high {
    background-color: #bce;
}
table.sheet tr.disabled td {
    color: #666;
}
table.sheet th {
    text-align: left;
    background-color: #e0e0e0;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #555;
}
table.sheet th.sortable:hover {
    cursor: pointer;
    color: #333;
}
table.sheet th.cc {
    text-align: center;
}
table.sheet th.rr {
    text-align: right;
}
table.sheet td {
    /* border-right: 1px solid #bbb; */
    border-bottom: 1px solid #bbb;
    cursor: pointer;
}

table.sheet td:last-child {
    border-right: 1px solid #bbb;
}

table.sheet th.act, table.sheet td.act {
    text-align: center;
    padding: 0;
}

.stsval0, .stsval1, .stsval2, .stsval3 {
    border-left: 1px solid #bbb; 
}

td.cur-hours, td.hours, .stsval4 {
    border-left: 1px solid #bbb; 
    border-right: 1px solid #bbb; 
}

td.est-hours {
    border-right: 1px solid #bbb; 
}


table.sheet td.sts0 {
    width: 20px;
}

table.sheet td.sts1 {
    width: 20px;
    background-color: #00C000;
}
table.sheet td.sts2 {
    width: 20px;
    background-color: #90FF00;
}
table.sheet td.sts3 {
    width: 20px;
    background-color: #FFE000;

}
table.sheet td.sts4 {
    width: 20px;
    background-color: #FF6000;
}
table.sheet td.sts5 {
    width: 20px;
    background-color: #E00000;
}
table.sheet td.sts6 {
    width: 20px;
    background-color: #ccc;
}

table.sheet td.prio {
    text-align: center;
}
table.sheet td.prio span, #vprio span, table.sheet td.ctsh span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 1px 0px 1px 0px;
    width: 14px;
    display: inline-block;
}
table.sheet td.ctsh {
    text-align: center;
}
table.sheet td.ctlg {
    font-size: 10px;
}

/*
table.sheet td.ctsh span {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 1px 4px 1px 4px;
    width: 14px;
}
*/
span.dlate {
    color: #C00;
    font-weight: bold;
}
span.dday {
    font-weight: bold;
}
span.ddone {
    color: #999;
}
span.dtodo {
    color: #696;
}
p.small, span.small {
    font-size: 12px;
}
small, span.discrete {
    font-size: 12px;
    color: #999;    
}
a.small {
    color: #33c;
    text-decoration: none;
}
a.small:hover {
    color: #00f;
}
/* panels */
#message {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding: 5px;
    background-color: #ffc;
    /* border: 1px solid #666; */
    border-radius: 4px;
    text-align: center;
    z-index: 40;
}
#message.error {
    background-color: #99f;
}
#fview {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    background-color: #fff;
    /* border: 1px solid #666; */
    text-align: left;
    z-index: 20;
    box-shadow: #bbb 0px 0px 3px 3px;
}
table.setting {
    width: 100%;
}
#fview th {
    color: #333;
}
table.setting th {
    color: #666;
    font-weight: normal;
    text-align: right;
    width: 15%;
}
#vctxt span {
    font-weight: bold;
}
#fviewmenu {
    float: right;
    text-align: right;
}

#fviewmenu button {
    width: 60px;
    margin-bottom: 6px;
}

#fviewmenu a:link, #fviewmenu a:visited {
    color: #ccc;
    text-decoration: none;
}
#fviewmenu a:hover {
    color: #999;
}
#fviewmenu img {
    vertical-align: middle;
    margin: 0px 0px 6px 0px;
}
#fviewload {
    text-align: center;
}
#fviewload img {
    margin: 160px 0px 170px 0px;
}
#fview div.flabel {
    color: #bbb;
}
#fview div.flabel2 {
    font-size: 10px;
    color: #ccc;
    float: left;
    margin: 3px 20px 3px 0px;
}
#fprio {
    float: left;
    width: 120px;
    height: 32px;
    margin-left: 3px;
}
#fdead, #fctxt {
    float: left;
    width: 120px;
    height: 32px;
}
#fproj {
    clear: left;
    float: left;
    width: 400px;
    height: 32px;
    margin-left: 3px;
}
#ftitl {
    clear: left;
    float: left;
    width: 492px;
    height: 32px;
    margin-left: 3px;
}
#fuser {
    clear: both;
    float: left;
    width: 240px;
    height: 36px;
    margin-left: 3px;
    margin-bottom: 6px;
}
#fvisi {
    float: left;
    width: 252px;
    height: 36px;
}
#fsts {
    margin: 3px 0px 6px 3px;
}
#vsts {
    float: left;
}
/* form */
form {
    margin: 0px;
    padding: 0px;
}
#vedit {
    position: relative;
    height: 250px;
    padding: 3px;
    display: none;
}
#vtimeedit {
    position: relative;
    height: 250px;
    padding: 8px;
    display: none;
}
#vmore {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 8px;
    overflow: auto;
    margin: 0;
}

#vmore div.vheader {
    /* font-size: 12px; */
    color: #999;
    padding: 2px;
    border-bottom: 1px solid #999;
}
#vmore div.vaction {
    float: right;
}
#vmore div.vaction a:link, #vmore div.vaction a:visited, #vmore div.vnewaction a:link, #vmore div.vnewaction a:visited  {
    text-decoration: none;
}
#vmore div.vaction a:hover, #vmore div.vnewaction a:hover {
    text-decoration: underline;
}
#vmore div.vbody {
    /* font-size: 12px; */
    padding: 2px 2px 10px 2px;
}
#veditbody {
    width: 100%;
    height: 220px;
    max-height: 220px;
}

#vtimenotes {
    width: 100%;
    height: 140px;
    max-height: 140px;
}

#vtimedate {
    width: 80px;
}

#vtimehours {
    width: 100px;
}

.comment-buttons {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

#vmore #vempty {
    padding: 30px 2px 10px 2px;
    text-align: center;
    color: #ccc;
}

.detail-table {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    border-collapse: collapse;
}
.detail-table th {
    padding: 2px;
    border-bottom: 1px solid #999;
}
.detail-table td {
    padding: 2px;
    border-bottom: 1px solid #eee;
}

.detail-table tr:last-child td {
    border-bottom: 1px solid #999;
}

.detail-table tfoot td {
    padding: 2px;
    border: none;
    font-weight: bolder;
}

#vmore #vfile {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
}

#vmore #vfile th {
    padding: 2px;
    border-bottom: 1px solid #999;
}

#vmore #vfile td {
    padding: 2px;
    border-bottom: 1px solid #eee;
}

#vmore #vnewfile {
    display: none;
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px silver solid;
    background-color: #f5f5f5;
}

#vmore #vnewfile #uploadfile {
    margin-left: 4px;
    width: 600px;
    border: none;
    background: #f5f5f5;
}

#vmore #vnewfile #upload {
    width: 60px;
    float: right;
    margin-right: 4px;
    margin-top: 2px;
}


#vmore #uploadfileprogressbox {
    display: none;
    position: absolute;
    top: 60px;
    left: 50px;
    right: 50px;
    height: 24px;
    background-color: #f5f5f5;
    /* box-shadow: 2px 2px 6px #aaa; */
    padding: 16px;
    border: 1px solid #ccc;
}

#vmore #uploadfileprogress {
    height: 100%;
    width: 10%;
    background-color: #68c;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    font-size: 11px;
    color: #444;
    background-color: #f5f5f5;
    line-height: 22px;
    padding-left: 8px;
    border-top: 1px solid #ccc;
    z-index: 9999;
}

#footer.butt {
}

#footer a {
    color: #555;
}

form label {
    cursor: pointer;
}

fieldset legend {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #555;
}

fieldset {
    border: 1px silver solid;
    padding: 16px;
}

fieldset th {
    color: #555;
}

fieldset p {
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 12px;
}

/* boxes */
.box {
    margin: 0px 5px 15px 5px;
    padding: 15px;
}
h1.printheader {
    display: none;
}
.printbox {
    font-size: .9em;
    margin: 5px 0px 15px 0px;
    padding: 8px;
    border: 1px solid #333;
}
div.printbox h2 {
    font-size: 1.1em;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
div.printbox div.description {
    font-size: .9em;
    margin: 9px 0px 0px 0px;
}
.mellow {
    background-color: #ff9;
    border: 1px dotted #666;
}
.blueish {
    background-color: #ccf;
    border: 1px dotted #666;
}
.greenish {
    background-color: #cfc;
    border: 1px dotted #666;
}
.redish {
    background-color: #f99;
    border: 1px dotted #666;
}
.error {
    background-color: #f99;
    border: 1px dotted #666;
}
.tznError {
    display: block;
    color: #c00;
}
.compulsory {
    color: #c00;
}

.search-box {
    position: relative;
    float: left;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding-top: 4px;
}

.search-box span {
    position: absolute;
    display: block;
    top: 5px;
    right: 1px;
    width: 16px;
    height: 16px;
    background: url('../images/clear.png') no-repeat;
    cursor: pointer;
}

#sSearch {
    padding-right: 16px;
    padding-left: 6px;
    border-radius: 10px;
    border: 0px solid #333;
    width: 120px;
    height: 16px;
    outline: none;
}

#logo {
    float: left;
    height: 39px;
    width: 326px;
}

#frk_status {
    width: 16px;
    height: 16px;
    border: none;
}

.menu #view-filters {
    line-height: 26px;
    height: 26px;
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
}

.toggle-hours {
    display: inline-block;
    float: left;
    border-radius: 10px;
    background: white;
    height: 18px;
    width: 30px;
    cursor: pointer;
}

.toggle-hours.on {
    background: white url('../images/clock.png') no-repeat 100%;
}

.toggle-hours.off {
    background: white url('../images/clock-grey.png') no-repeat 0%;
}


div.sorted-asc {
    display: block;
    float: right;
    margin-top: 4px;

    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
}

div.sorted-desc {
    display: block;
    float: right;
    margin-top: 4px;

    width: 0; 
    height: 0; 

    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #666;
}


@media (min-width: 960px) {
    #rightmenu {

    }
    #header2 {
        height: 26px;
    }
    #container {
        top: 0;
        margin-top: 80px; 
    }
    #fview {
        top: 64px;
    }
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.prio .priority-down, .priority .priority-up {
    display: none;
}

.prio {
    position: relative;
}

.prio:hover .priority-up {
    position: absolute;
    display: block;
    top: 4px;
    right: 0px;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #666;
}

.prio:hover .priority-down {
    position: absolute;
    display: block;
    bottom: 4px;
    right: 0px;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
}

tr.refreshed {
    background-color: #cfc !important;
}

#pager {
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
    height: 18px;
    line-height: 18px;
    color: #333;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
}

#load_all {
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    color: white;
    background-color: #314D98;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.fullwidth {
    width: 100%;
}

#freak_cal_b {
    padding-top: 3px;
    vertical-align: top;
}

.data-fields {
    padding: 10px;
    background-color: #f8f8f8;
}

.form-header {
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    line-height: 28px;
    background-color: #e5e5e5;
}

.form-header > .caption {
    font-weight: bold;
}
   
.buttons {
    float: right;
}

#task-fields tr {

    height: 28px;
    line-height: 28px;
}

#fpreview {
    position: absolute;
    top: 5%;
    height: 90%;
    width: 80%;
    left: 10%;
    background: white;
    box-shadow: #bbb 0px 0px 3px 3px;
    z-index: 9999;
}

#fpreview-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.record-count {
    display: inline-block;
    float: right;
}

.advanced-wrapper {
    height: 100%;
    position: relative;
}

#description-editor {
    position: absolute;
    bottom: 0;
    top: 35px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

#toolbar-container {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 5px 12px;
}

#toolbar-container .ql-active,
#toolbar-container button:hover {
    color: #008000;
    font-weight: bold;
}

#editor-wrapper {
    border: 1px solid #aaa;
    box-shadow: 0 0 2px 2px #ddd;
}

.time-flag {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.time-flag-0 {
    background: none;
}

.time-flag-1 {
    background: url(../images/flag.png) no-repeat;
}

.delete-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/delete.png) no-repeat;
}

.add-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/add.png) no-repeat;
}

.time-track-header > td {
    background-color: #73BD8A;
    font-weight: bolder;
    position: relative;
    color: #222;
}

.time-track-footer > td  {
    background-color: #73BD8A;
    font-weight: bolder;
    color: #222;
}

#timetrackdate {
    width: 90px;
    border: none;
    font-weight: bolder;
    background-color: #73BD8A;
    padding: 1px;
    color: #222;
}

.task-time > td {
    cursor: pointer;
}

td {
    border: none;
}

.task-time:hover {
    background-color: #f5f5f5;
}

td.hours {
    text-align: center;
    position: relative;
}

span.private1, span.private2 {
    display: inline-block;
    width: 13px;
    height: 13px;
    /* border-radius: 4px; */
    border: none;
    /* background-color: #aaa; */
    background: url('../images/private1.png');
    vertical-align: top;
    /* margin-left: 4px; */
    /* margin-top: 2px; */
}

span.private2 {
    /* background-color: orange; */
    background: url('../images/private2.png');
}

span.description {
    display: none;
}

span.attachments, span.no-attachments {
    display: inline-block;
    width: 18px;    
    height: 18px;    
    background: url('../images/attachment.png');
}

span.comments, span.no-comments {
    display: inline-block;
    min-width: 18px;    
    height: 18px;    
    background: url('../images/comments.png');
    /* background-color: blue; */
    font-size: 9px;
    font-weight: normal;
    color: white;
    text-align: center;
}

span.no-attachments {
    display: none;
}

td:hover > span.no-attachments {
    display: inline-block;
}

span.no-comments {
    display: none;
}

td:hover > span.no-comments {
    display: inline-block;
}

#close-time-track {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url('../images/cross.png');
    cursor: pointer;
}

.action-delete {
    width: 18px;
    height: 18px;
    background: url('../images/delete.png');
    cursor: pointer;
}

.action-edit {
    background: url('../images/edit.png');
    width: 18px;
    height: 18px;
    cursor: pointer;
}

table.sheet tr.time-track {
    background-color: #EBFCF1
}

table.sheet tr.time-track:hover {
    background-color: #bce;
}

.hours-button {
    display: inline-block;
    background: url('../images/clock.png');
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.hours-plus {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('../images/small-plus.png');
    width: 8px;
    height: 8px;
    cursor: pointer;
}

td:hover > .hours-plus {
    display: block;
}

.resizer {
    position: absolute;
    z-index: 9999;
    width: 16px;
    height: 16px;
    background: url('../images/resizer.png');
    bottom: 0px;
    right: 0px;
    cursor: nwse-resize;
}

#nav > li {
    cursor: pointer;
}

#nav > li.top-menu {
    padding-right: 20px;
    background: url("../images/arrow_down_white.png") no-repeat 100% 50%;
}

#nav > li.top-menu:hover {
    padding-right: 20px;
    background: #fff url("../images/arrow_down.png") no-repeat 100% 50%;
}

th.component, td.component {
    max-width: 100px;
}

.link {
    cursor: pointer;
}

.time-report .month-header 
{
    background-color: #db7;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.time-report .month-footer 
{
    --background-color: #db7;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.time-report .week-header 
{
    background-color: #D1E8D1;
    font-weight: bold;
}
.time-report .week-footer 
{
    background-color: #efe;
    font-weight: bold;
}

.time-report .day-header 
{
    background-color: #f5f5f5;
    padding-left: 16px;
}
.time-report .day-footer 
{
    font-weight: bold;
}

.time-report .total-footer 
{
    background-color: #EAF1FF;
    font-weight: bold;
    font-size: 16px;
}

#hours {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    text-align: right;
}

#deadlineDate {
    padding-right: 20px;
    background: #fff url("../images/arrow_down.png") no-repeat 100% 50%;
}

#lnkRefresh {
    cursor: pointer;
    float: left;
    display: inline-block;
    line-height: 26px;
    height: 26px;
    margin-left: 8px;
    padding-top: 4px;
}

#addTimeLabel {
    font-weight: bolder;
    color: #1D831D;
}

.task_id {
    color: #888;
    font-size: 11px;

}

.overdue {
    color: red;
}

#notifications {
    position: relative;
    float: left;
    width: 22px;
    height: 22px;
    background: url("../images/notifications.png") no-repeat 0% 50%;
    line-height: 22px;
    cursor: pointer;
}

#notifications > span {
    position: absolute;
    background-color: red;
    border-radius: 10px;
    min-width: 13px;
    height: 13px;
    line-height: 13px;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

#notifications_view {
    display: none;
    position: absolute;
    top: 30px;
    left: -133px;
    width: 300px;
    min-height: 24px;
    z-index: 9999;
    color: #333;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
}

#notifications_list {
    max-height: 350px;
    overflow-y: auto;
}


#notifications_header {
    display: block;
    height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 2px;
    font-weight: bolder;
    background-color: #f8f8f8;
}

#notifications_header > div {
    display: inline-block;
}

#notifications_markasread {
    float: right;
    font-weight: normal;
    color: navy;
}

.notification, .no-notification {
    display: block;
    min-height: 32px;
    padding: 16px;
    border-top: 1px solid silver;
    position: relative;
    box-sizing: border-box;
    width: 100%
}

.notification {
    cursor: pointer;
}

.notification.unread {
    background-color: #f0f0f0;
}

.notification:hover {
    background-color: #bce;
}

.notification date {
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 9px;
    color: #777;
}

.notification user {
    font-weight: bold;
    color: blue;
}

.notification params {
    display: none;
}

.notification task {
    font-weight: normal;
    color: blue;
}

.notification project {
    font-weight: normal;
    color: green;
}

.arrow_box {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #dedede;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(242, 242, 242, 0);
    border-bottom-color: #f8f8f8;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(222, 222, 222, 0);
    border-bottom-color: #dedede;
    border-width: 11px;
    margin-left: -11px;
}

prop {
    display: block;
    color: #555;
}

prop[data-type=TXT] value {
    height: 20px;
    overflow: ellipsis;
}

table.sheet tr.deadline_header {
    background: #eef5ff;
}

table.sheet tr.deadline_header > td {
    font-weight: bold;
}


