ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
html {
  height: 100%;
}
body {
  background: url('/images/bg_main.png') repeat-x;
  color: #000;
  font-family: arial;
  font-size: 13px;
}
body.login {
  background: url('/images/bg_login.jpg') no-repeat 50% 0px;
  background-size: 100% 100%;
  overflow: hidden;
}
a {
  color: #000;
}
#grayout {
  background: #000;
  display: none;
  height: 3000px;
  position: absolute;
  width: 100%;
  z-index: 200;
}
#ui-datepicker-div {
  z-index: 10000;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}
#popup {
  border: 1px solid #777;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  background: #fff;
  padding: 10px;
}
#popup .popup-close {
  background: #fff;
  border: 1px solid #777;
  border-radius: 15px;
  font-size: 24px;
  padding: 0 6px;
  position: absolute;
  right: -15px;
  top: -15px;
}
#frame {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
  zoom: 1;
}
#frame:before,
#frame:after {
  content: "";
  display: table;
}
#frame:after {
  clear: both;
}
#login {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#login .logo {
  left: 430px;
  position: absolute;
  top: 30px;
}
#login .login-frame {
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  margin: 0 auto;
  padding: 1px;
  position: relative;
  top: 150px;
  width: 400px;
}
#login .login-frame .login-frame-inner {
  background: #fff;
  border-radius: 5px;
  color: #000;
  margin: 9px;
  overflow: hidden;
  padding: 10px;
}
#login .login-frame input {
  border: 1px solid #828282;
  border-radius: 5px;
  color: #000;
  font-family: arial;
  font-size: 24px;
  height: 42px;
  margin-bottom: 22px;
  padding: 0 10px;
  width: 342px;
}
#login .login-frame input.button {
  border: 0;
  background-image: -ms-linear-gradient(top,#c49e6c 0%,#b88c52 100%);
  background-image: -moz-linear-gradient(top,#c49e6c 0%,#b88c52 100%);
  background-image: -o-linear-gradient(top,#c49e6c 0%,#b88c52 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c49e6c),color-stop(1,#b88c52));
  background-image: -webkit-linear-gradient(top,#c49e6c 0%,#b88c52 100%);
  background-image: linear-gradient(top,#c49e6c 0%,#b88c52 100%);
  color: #fff;
  font-size: 48px;
  height: 60px;
  margin-left: 2px;
  width: 360px;
}
#login .login-frame .error {
  color: #f00;
}
#nav {
  bottom: 1px;
  position: absolute;
  z-index: 100;
}
#nav ul.main {
  height: 29px;
  position: relative;
}
#nav ul.main>li {
  border: 1px solid #775528;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 -1px -1px 0;
}
#nav ul.main>li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#nav ul.main>li>a {
  background: #c1873b;
  border-bottom: 1px solid #e0a455;
  border-left: 1px solid #f1a645;
  line-height: 27px;
  padding: 0 8px;
}
#nav ul.main>li:hover ul.inactive {
  background: #c1873b;
  display: block;
  z-index: 1;
}
#nav ul.main>li:hover ul.inactive li a {
  color: #fff;
}
#nav ul.main>li>ul {
  background: #c1873b;
  border-bottom: 1px solid #8e642e;
  display: none;
  height: 37px;
  left: 0;
  position: absolute;
  width: 960px;
}
#nav ul.main>li>ul.active {
  background: #ddd;
  display: block;
}
#nav ul.main>li>ul>li {
  float: left;
  padding: 11px 0;
}
#nav ul.main>li>ul>li a {
  border: 0;
  border-right: 1px solid #012738;
  color: #333;
  height: 15px;
  line-height: 15px;
  padding: 0 10px;
}
#nav ul.main>li>ul>li:last-child a {
  border: 0;
}
#nav ul.main>li>ul>li.active a {
  color: #141414;
}
#nav ul.main>li.active {
  border: 1px solid #f2f2f2;
}
#nav ul.main>li.active a {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #525252;
}
#nav ul.main>li.active ul.sub {
  display: block;
}
#header {
  height: 125px;
  position: relative;
  z-index: 1;
}
#header .logo {
  left: 5px;
  position: absolute;
  top: 2px;
}
#header .welcome {
  color: #000;
  font-size: 12px;
  position: absolute;
  right: 50px;
  top: 60px;
}
#header .welcome a {
  color: #000;
}
#main {
  margin-top: 50px;
}
.expand {
  clear: both;
  cursor: pointer;
}
.full-box {
  clear: both;
  float: left;
  width: 100%;
  zoom: 1;
}
.full-box:before,
.full-box:after {
  content: "";
  display: table;
}
.full-box:after {
  clear: both;
}
.full-box textarea {
  width: 750px;
}
.half-box {
  float: left;
  width: 450px;
}
.half-box .columns div.input-same {
  float: left;
  overflow: hidden;
  padding-bottom: 5px;
  width: 225px;
}
.half-box .columns div.input-same span.input {
  display: block;
  float: left;
  padding-right: 5px;
}
.half-box .columns div.input-same span.label {
  display: block;
  float: left;
  font-weight: bold;
}
.half-box .dashboard-exam,
.half-box .dashboard-ticklers {
  margin: 10px;
}
.half-box textarea {
  width: 300px;
}
.hidden {
  display: none;
}
div.info {
  overflow: hidden;
  padding: 3px;
}
div.info span.data {
  display: block;
  float: left;
}
div.info span.label {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
  width: 160px;
}
div.input,
div.textarea {
  padding-bottom: 10px;
}
div.input span.label,
div.textarea span.label {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
div.input span.input,
div.textarea span.input {
  display: block;
}
div.input span.input textarea,
div.textarea span.input textarea {
  height: 150px;
}
input[type=text],
input[type=password],
input[type=date],
input[type=time],
select,
textarea {
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 16px;
}
input,
select {
  height: 31px;
}
input[type=text],
input[type=password],
input[type=date],
input[type=time],
select[type=text],
select[type=password],
select[type=date],
select[type=time] {
  width: 300px;
}
input[type=text].date,
input[type=text].time,
input[type=password].date,
input[type=password].time,
input[type=date].date,
input[type=date].time,
input[type=time].date,
input[type=time].time,
select[type=text].date,
select[type=text].time,
select[type=password].date,
select[type=password].time,
select[type=date].date,
select[type=date].time,
select[type=time].date,
select[type=time].time {
  width: 250px;
}
input[type=button],
input.button,
select[type=button],
select.button {
  background: #c1873b;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 12px;
  height: 25px;
  padding: 0 12px 3px 12px;
  width: auto;
}
input.button.disabled,
select.button.disabled {
  background: #aaa;
}
select {
  width: 300px;
}
textarea.edit-box {
  height: 200px;
  width: 300px;
}
textarea.notes {
  height: 100px;
  width: 100%;
}
textarea.query {
  font-size: 10px;
  height: 100px;
}
textarea.tickler {
  width: 300px;
}
form.inspection-notes div.textarea textarea {
  height: 200px;
  width: 390px;
}
#vi-physical .car {
  float: left;
  padding-right: 20px;
  position: relative;
}
#vi-physical .label {
  background: #f00;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  height: 16px;
  cursor: pointer;
  padding-right: 1px;
  position: absolute;
  text-align: center;
  width: 16px;
}
#footer {
  height: 100px;
}
div.hr {
  border-bottom: 1px solid #bbb;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 22px;
  padding-bottom: 10px;
}
h2 {
  font-size: 18px;
  padding-bottom: 10px;
}
h2 .expand-collapse {
  border: 1px solid #777;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-weight: normal;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
table {
  border-spacing: 0;
  padding: 10px 0;
  width: 100%;
}
table.no-padding {
  padding: 0;
}
table th {
  background: #ebebeb;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  text-align: left;
}
table td,
table th {
  padding: 5px 10px 5px 10px;
}
table td {
  border-bottom: 1px solid #e5e5e5;
}
table td.even {
  background: #f0f0f0;
}
table td.odd {
  background: #fff;
}
table th.percent10,
table td.percent10 {
  width: 10%;
}
table th.percent20,
table td.percent20 {
  width: 20%;
}
table th.percent30,
table td.percent30 {
  width: 30%;
}
table th.percent40,
table td.percent40 {
  width: 40%;
}
table th.percent50,
table td.percent50 {
  width: 50%;
}
table th.percent60,
table td.percent60 {
  width: 60%;
}
table th.percent70,
table td.percent70 {
  width: 70%;
}
table th.percent80,
table td.percent80 {
  width: 80%;
}
table th.percent90,
table td.percent90 {
  width: 90%;
}
table th.percent100,
table td.percent100 {
  width: 100%;
}
div.error {
  color: #f00;
  padding-bottom: 10px;
}
div.xmlrpc-error {
  background: #f5b5a9;
  border: 2px solid #eb5339;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}
div.xmlrpc-error .code,
div.xmlrpc-error .string,
div.xmlrpc-error .raw {
  display: block;
}
div.xmlrpc-error a {
  color: #000;
}
div.xmlrpc-error a div.raw {
  background: #000;
  border: 2px solid #0d0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #0d0;
  display: none;
  max-height: 300px;
  max-width: 800px;
  overflow-y: scroll;
  position: absolute;
}
div.xmlrpc-error a div.raw pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
div.xmlrpc-error a:hover div.raw {
  display: block;
}
.ui-datepicker {
  background: #fff;
  border: 2px solid #BB9059;
  display: none;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  background: #BB9059;
  color: #f2f2f2;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #BB9059;
  color: #f2f2f2;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
  margin: 2px 2px 0 2px;
  padding: 5px;
  width: 40px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  background: #BB9059;
  height: 30px;
  padding-top: 2px;
}
.ui-datepicker .ui-datepicker-calendar {
  padding: 0;
}
.ui-datepicker .ui-datepicker-today {
  text-decoration: none;
  background: #b0d975;
}
#ui-timepicker-div {
  background: #BB9059;
}
#ui-timepicker-div table {
  padding: 0;
}
#ui-timepicker-div td.ui-timepicker-hours {
  border: 2px solid #BB9059;
  border-right: 1px solid #BB9059;
  padding: 0;
}
#ui-timepicker-div td.ui-timepicker-minutes {
  border: 2px solid #BB9059;
  border-left: 1px solid #BB9059;
  padding: 0;
}
#ui-timepicker-div .ui-timepicker-title {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  padding: 3px;
}
#ui-timepicker-div .periods {
  border: 0;
}
#ui-timepicker-div .ui-timepicker {
  background: #fff;
}
div.tab {
  overflow: hidden;
}
div.tab div.half-cell {
  width: 50%;
  float: left;
}
div.tab textarea {
  height: 380px;
  width: 100%;
}
div.tab .equipment {
  padding-bottom: 10px;
  zoom: 1;
}
div.tab .equipment:before,
div.tab .equipment:after {
  content: "";
  display: table;
}
div.tab .equipment:after {
  clear: both;
}
div.tab .equipment .buttons {
  float: left;
  padding-right: 5px;
}
div.tab .equipment .buttons div {
  float: left;
}
div.tab .equipment .text {
  float: left;
}
