.logo { background-image: url("../img/v3/blue_ga.jpg"); height: 50px; width: 300px; height: 100px; float: left; clear: both; position: absolute; } .headings { /* height:90px; */ height: 90px; } table { margin: 0px; padding: 0px; border: 0px; } .errorbox { margin: 40px; padding: 40px; border: solid 1px red; } /* Forms */ .z-button-tl,.z-button-tm,z-button-tr,.z-button-cl,.z-button-cr,.z-button-bl,.z-button-bm,z-button-br { display: none; } .zk .z-button-cm,.z-button-cm { color: #007bbe; background-color: #FFFFFF; background-image: none; border: 2px solid #007bbe; } .zk .z-button,.zk .z-button-br,.zk .z-button-tr { background-image: none; } .z-button-tr { background-image: none !important; } .z-button-br { background-image: none !important; } .footer { clear: both; margin: 20px; font-size: 12px; } /* ------------- order element tree ------------- */ .orderTree input { height: 18px; border-bottom: 0px; font-size: 12px; } /* Allows tasknumber span to have fixed width */ .orderTree .tasknumber { display: inline-block; } /* These constants may be reviewed when testing with 3 digit tasknumbers */ .orderTree .depth_1 input { width: 470px !important; } .orderTree .depth_2 input { width: 440px !important; /* prev - 30 px */ } .orderTree .depth_3 input { width: 410px !important; /* prev - 30 px */ } .orderTree .depth_4 input { width: 380px !important; /* prev - 30 px */ } .orderTree .depth_5 input { width: 350px !important; /* prev - 30 px */ } .orderTree .depth_6 input { width: 320px !important; /* prev - 30 px */ } .orderTree .depth_1 .tasknumber { width: 25px; } .orderTree .depth_2 .tasknumber { width: 37px; /* prev + 12 px */ } .orderTree .depth_3 .tasknumber { width: 49px; /* prev + 12 px */ } .orderTree .depth_4 .tasknumber { width: 61px; /* prev + 12 px */ } .orderTree .depth_5 .tasknumber { width: 73px; /* prev + 12 px */ } .orderTree .depth_6 .tasknumber { width: 85px; /* prev + 12 px */ }