/* General */

* {
    margin: 0;
}

html {
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: "Trebuchet MS";
    font-size: 0.9em;
}

/* Theme */

h1 {
    font-size: 1.0em;
    color: gainsboro;
}

h2 {
    font-size: 0.85em;
    color: rgb(48,180,74);
    margin-top: 20px;
    padding-bottom: 5px;
}

table {
    border-collapse: collapse;
}

.grid {
    border: 1px solid darkgray; 
    min-width: 20px;
    overflow: hidden;
}

.top-divider {
    border-top: 2px solid darkgray;
}

.prettylist {
    margin: 10px;
}

.prettyrow {
    border-top: 1px solid #ddd;
}

.prettycell {
    padding: 5px;
}

.sumrow {
    border-top: 1px solid darkgray;
}

.tabledivider {
    border-top: 1px solid darkgray;
}

th, td {
    padding-right: 5px;
    border: inherit;
    text-align: inherit;
    font-size: 0.9em;
}

label {
    font-size: 0.9em;
    font-weight: bold;
    padding-right: 10px;
    display: inline-block;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

p {
    font-size: 0.9em;
}

hr {
   margin: 0 10px 0;
}

input {
}

/* Layout */

#pagewrap {
    min-height: 100%;
    margin-bottom: -30px; /* footer height */
}

#page-wrap:after {
    content: "";
    display: block;
}

#pagecontent {
    margin: 20px 20px 0;
    padding-bottom: 50px;
}

#pageheader {
    top: 0;
    height: 65px; 
    width: 100%; 
}

#pagefooter, #pagewrap:after {
    height: 30px;
    width: 100%;
}

.box {
    width: available;
    border: 1px solid darkgrey;
    margin-bottom: 10px;
}

#hours-month {
 /*   position: fixed;
    float: left;
    width: 800px;*/
}

.icon-nav {
    position:relative;
    left:20px;
    width:40px;
    height:40px;
    background-size:40px 40px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    border-style:none;
}

.tb-icon {
    position: relative;
    top: 5px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-style: none;
}

.tb-text {
    font-size: 1.1em;
    color: white;
    padding-left: 5px;
    position: relative;
    top: 5px;
    margin-top: 0;
}

.tabs {
    height: 40px;
}

.floattop {
    float: top;
    padding-top: 20px;
}

.floatbottom {
    position: absolute; 
    bottom: 0;
}

.floatleft {
    float: left;
    padding-right: 20px;
}

.floatright {
    float: right;
    padding-left: 20px;
}

.toolbar {    
    height: 35px;
    margin-bottom: 10px;
}

.bgcolor1 {
    background: rgb(48,180,74);
    background-color: rgb(48,180,74);
}

.bgcolor2, .toolbar {
    background: rgb(152,214,164);
    background-color: rgb(152,214,164);
}

.bgcolor3 {
    background: gainsboro;
    background-color: gainsboro;
}

.highlightcolor1 {
    background: gold;
    background-color: gold;   
}

.highlightcolor2 {
    background: cornflowerblue;
    background-color: cornflowerblue;   
}

.footertext {
    color: white;
    font-size: 0.8em;
    padding: 7px 10px 7px;
}

.activecolor {
    color: rgb(48,180,74);
}

.minibox {
    width: 60px;
}

.smallbox {
    width: 150px;
} 

.mediumbox {
    width: 300px;
}

.largebox {
    width: 600px;
}

.nobox {
    border: none;
    background: transparent;
    color: black;
}

.formobject {
    margin: 10px;
    text-align: left;
}

.forminput {
    padding-left: 50px;
}

.formrow {
    height: 30px;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}


.deletebutton {
    background-color: rgb(255,255,255);
    background-image: url("/img/delete.png");
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-position: center;
    border: 0;
    cursor: pointer;
}

a.navigate1 {
    color: gainsboro;
    font-size: 0.8em;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom; 
}

a.navigate2 {
    color: gainsboro;
    font-size: 1.2em;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: bottom; 
}

a.pagetitle {
    color: white;
}

#navigator {
    vertical-align: baseline;
    line-height: 20px;
}

#hourstable2 {
    margin-bottom: 3px;
}

#addrow {
    margin-top: 0px;
}

a.linklist {
    font-size: 1.1em;
    color: darkslategrey;
    line-height: 200%;
}

.message {
    color: red;
}

.action-tb {
    height: 25px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 6px 0;
}

.input-tb {
    height: 21px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 5px;
    padding: 0 6px 0;
}

.checkbox-tb {
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 10px;
    padding: 0 6px 0;
}

.label-tb {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 0px;
    padding: 0 6px 0;
}

.tab {
    padding-left: 0;
    font-size: 1.05em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.subtab {
    padding-left: 0;
    font-size: 1.0em;
    margin-top: 0;
    margin-bottom: 10px;
}

.tab-button {
    font-size: 0.8em;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.dont-display {
    display: none;
}

.actionlink {
    color: blue;
    font-size: 0.7em;
}

.padding10 {
    padding: 10px;
}

.clickable, .sortable {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

#projectset, #customerset {
    margin-bottom: 10px;
}

.selectperiod {
    margin-bottom: 10px;
    margin-right: 5px;
}

#leftcolumn, #rightcolumn {
    display: inline-block;
    vertical-align: top;
}

#leftcolumn {
    margin-right: 20px;
}

.new-paragraph {
    padding-top: 10px;
}

.end-paragraph {
    padding-bottom: 10px;
}

.addprojectlabel {
    width: 150px;
}

.addprojectlabel2 {
    width: 120px;
}

.red {
    color: red;
}

.white {
    color: white;
}

.inlinedate {
    font-family: "Trebuchet MS";
    font-size: 1.0em;
    border: none;
}


