@import url("normalize.css");
@import url("cms-fonts.css");
.flag {
  background-color: #7fd6f7; }

.dashboard h1 {
  text-align: center;
  margin-bottom: 40px; }
.dashboard .row {
  float: left;
  margin-bottom: 20px;
  clear: both;
  width: 1000px;
  overflow: hidden; }
.dashboard .widget {
  float: left;
  margin: 0 15px 20px 0;
  background: white;
  width: 235px;
  padding: 0;
  -moz-box-shadow: 1px 1px 1px #d5d5d5;
  -webkit-box-shadow: 1px 1px 1px #d5d5d5;
  box-shadow: 1px 1px 1px #d5d5d5;
  color: #999999; }
  .dashboard .widget.medium-widget {
    width: 485px; }
  .dashboard .widget.small-widget {
    width: 235px; }
  .dashboard .widget ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    .dashboard .widget ul li {
      padding: 15px 15px;
      border-bottom: 1px solid #cccccc; }
    .dashboard .widget ul li:last-child {
      border: 0; }
    .dashboard .widget ul strong {
      float: right; }
    .dashboard .widget ul .head {
      text-align: center;
      border: 0; }
      .dashboard .widget ul .head i {
        font-size: 40px;
        margin-bottom: 10px;
        color: white; }
  .dashboard .widget.medium-widget .head {
    background: #cc0033; }
  .dashboard .widget.small-widget .head {
    background: #00aeef; }
  .dashboard .widget .footer {
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    padding: 20px 0; }
  .dashboard .widget h3 {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center; }

body {
  font-family: MuseoSans,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 300;
  background: #e1e1e1;
  color: #333333; }

a {
  outline: 0;
  text-decoration: none; }
  a img {
    border: 0; }

input[type="text"],
input[type="email"],
input[type="password"] {
  font-family: MuseoSans,sans-serif;
  font-size: 13px;
  color: #333333;
  width: 410px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d7d7d7; }
  input[type="text"].short,
  input[type="email"].short,
  input[type="password"].short {
    width: 70px; }
  input[type="text"].shorter,
  input[type="email"].shorter,
  input[type="password"].shorter {
    width: 120px; }
  input[type="text"].half,
  input[type="email"].half,
  input[type="password"].half {
    width: 150px; }
  input[type="text"].third,
  input[type="email"].third,
  input[type="password"].third {
    width: 200px; }
  input[type="text"].center,
  input[type="email"].center,
  input[type="password"].center {
    text-align: center;
    padding: 0;
    width: 40px;
    float: left; }
  input[type="text"].none,
  input[type="email"].none,
  input[type="password"].none {
    border: 0;
    background: transparent; }

input[type="checkbox"], input[type="radio"] {
  margin-top: 5px; }

input[readonly] {
  border: none;
  background: none;
  padding: 5px 0; }

select {
  font-family: "Trebuchet MS",sans-serif;
  font-size: 13px;
  color: black;
  width: 630px;
  height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d7d7d7; }
  select option {
    padding: 5px; }
  select.short {
    width: 70px; }
  select.shorter {
    width: 130px; }
  select.half {
    width: 160px; }
  select.third {
    width: 200px; }
  select.double {
    width: 430px; }

textarea {
  font-family: MuseoSans,sans-serif;
  font-size: 13px;
  color: #333333;
  width: 420px;
  max-width: 420px;
  min-width: 420px;
  height: 100px;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d7d7d7; }
  textarea.short {
    height: 45px; }

sup {
  font-size: 0.7em;
  top: -0.7em;
  position: relative; }

p {
  padding-bottom: 15px; }

h1, h2, h3, h4, h5 {
  font-family: MuseoSans;
  font-weight: 500; }

.wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both;
  padding: 0 10px; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.yellow {
  color: #fff100; }

.cyan {
  color: #00aeef; }

.red {
  color: #cc0033; }

.green {
  color: #00a651; }

.orange {
  color: #ffa84b; }

.hide {
  display: none; }

.show {
  display: block; }

.black {
  color: black; }

.grey {
  color: #999999; }

.finger {
  cursor: pointer; }

.big {
  font-size: 1.6em; }

.showprint {
  display: none; }

#flash {
  display: none; }

#msg-box {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -160px;
  padding: 30px 20px 10px 20px;
  width: 280px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7) !important;
  background: #333;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 1px 1px 1px #cccccc;
  -webkit-box-shadow: 1px 1px 1px #cccccc;
  box-shadow: 1px 1px 1px #cccccc;
  display: none; }
  #msg-box .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: url("/assets/closebox.png") no-repeat;
    text-indent: -9999px; }
    #msg-box .close:hover {
      cursor: pointer; }
  #msg-box p {
    color: white;
    font-size: 15px; }
  #msg-box strong {
    font-weight: 400;
    color: #fff100; }

* html #msg-box {
  position: absolute; }

#header {
  position: fixed;
  width: 100%;
  color: black;
  z-index: 10;
  background: white; }
  #header .wrapper {
    position: relative;
    height: 50px; }
  #header #logo {
    position: absolute;
    text-indent: -9999px;
    padding: 0;
    margin: 15px 0 0 5px;
    width: 107px;
    height: 100px;
    background: url("/assets/logo.png") no-repeat;
    background-size: cover; }
  #header #logged {
    float: right;
    margin-top: 25px;
    font-family: MuseoSlab;
    font-size: 12px; }
    #header #logged .logout {
      display: inline-block;
      clear: right;
      float: right;
      color: #00aeef; }
      #header #logged .logout:hover {
        color: #fff100; }
    #header #logged a {
      color: #00aeef; }
      #header #logged a:hover {
        color: #fff100; }
  #header #topnav {
    float: left;
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    #header #topnav li {
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 20px;
      color: #ccc;
      font-size: 15px;
      font-weight: 500;
      font-family: MuseoSlab; }
      #header #topnav li i {
        font-size: 22px; }
      #header #topnav li.icon-only {
        float: right;
        padding: 0;
        border: 0;
        margin: 0 0 0 5px; }
      #header #topnav li:first-child {
        border: 0;
        padding-left: 160px; }
    #header #topnav a {
      display: inline-block;
      padding: 0 0 3px 0;
      color: #333333; }
      #header #topnav a:hover {
        color: #00aeef; }
    #header #topnav .on a {
      color: #00aeef;
      border-bottom: 1px solid #00aeef; }
    #header #topnav ul.submenu {
      position: absolute;
      width: 150px;
      margin-left: -10px;
      top: 15px;
      padding: 10px 0;
      color: black;
      background-color: #ffffff;
      z-index: 1000;
      display: none;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, 0.2);
      *border-right-width: 2px;
      *border-bottom-width: 2px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
      #header #topnav ul.submenu li {
        display: block;
        margin: 0;
        width: 90%;
        font-size: 11px;
        font-weight: 400;
        font-family: MuseoSans;
        text-transform: uppercase;
        border: 0;
        padding: 0 10px;
        line-height: 25px; }
        #header #topnav ul.submenu li a {
          display: block;
          border: 0;
          color: #333333;
          margin: 0;
          line-height: 25px;
          background-image: none; }
          #header #topnav ul.submenu li a:hover {
            margin-left: -15px;
            padding-left: 15px;
            background: #00aeef;
            color: white; }
        #header #topnav ul.submenu li.divider {
          *width: 100%;
          height: 1px;
          margin: 9px 1px;
          *margin: -5px 0 5px;
          background-color: #e5e5e5;
          border-bottom: 1px solid #ffffff;
          overflow: hidden; }
        #header #topnav ul.submenu li.nav-header {
          padding: 0 10px;
          font-size: 11px;
          font-weight: 900;
          line-height: 20px;
          text-transform: uppercase;
          color: #cccccc; }
        #header #topnav ul.submenu li i {
          font-size: 12px;
          margin-right: 0; }
      #header #topnav ul.submenu.show {
        display: block; }

#nav {
  position: fixed;
  top: 50px;
  width: 100%;
  height: 45px;
  font-size: 12px;
  font-weight: 500;
  background: white;
  z-index: 5;
  border-bottom: 1px solid #ccc; }
  #nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav ul li {
      float: left;
      display: block;
      padding: 0;
      margin-right: 15px;
      color: #cccccc;
      line-height: 40px;
      text-transform: uppercase; }
      #nav ul li a {
        color: black; }
        #nav ul li a:hover {
          border-bottom: 1px dotted #333333;
          color: #333333; }
      #nav ul li.title {
        background-image: none;
        color: black;
        margin-bottom: 10px;
        font-size: 13px; }
      #nav ul li.subpage {
        background-image: none;
        line-height: 40px;
        text-transform: none; }
      #nav ul li:first-child {
        padding-left: 160px;
        color: black; }
    #nav ul .on a {
      color: #00aeef;
      border-bottom: 1px dotted #00aeef; }
    #nav ul .on a:hover {
      color: #00aeef;
      border-color: #00aeef; }

/*
#section {position:relative; height:50px; background:#e1e1e1; display:none;
	#sectionnav {position:absolute; bottom:0; margin:0; padding:0; list-style:none; width:$page-width;
		li {position:relative; display:block; float:left; margin-right:20px; line-height:20px; font-size:15px; padding:10px; @include rounded-tab(10px);
			&:last-child {margin-right:0;}
			a {display:block; line-height:20px; color:$grey; &:hover {color:$cyan;}}
			&.sub, .submenu {width:125px;}
			&.sub:hover {cursor:pointer; background:$white;
				.submenu {display:block;}
			}
			.submenu {position:absolute; top:40px; left:0; padding:10px; background:$white; display:none; @include rounded-bottom(10px); a {margin-bottom:5px;}}
		}
		.on {background:$bgcolor;}
	}
}
*/
#footer {
  width: 980px;
  margin: 0 auto;
  clear: both;
  background: url("/assets/body-hr.png") repeat-x;
  line-height: 40px;
  font-family: MuseoSlab,serif;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300; }
  #footer a.mdt {
    float: right;
    display: inline-block;
    color: #999;
    font-family: MuseoSans;
    font-weight: 500; }
    #footer a.mdt:hover {
      color: #00aeef; }

.rounded {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  clear: left; }
  .rounded li {
    float: left; }
  .rounded a {
    color: #333333;
    background: transparent;
    height: 10px;
    font-size: 15px;
    line-height: 10px;
    padding: 10px 15px;
    margin-right: 10px;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    text-shadow: #efefef 1px 1px;
    display: block;
    outline: 0; }
  .rounded a.disabled {
    cursor: auto; }
  .rounded li.current a {
    color: white;
    background-color: #333333;
    text-shadow: transparent 0 0;
    border-bottom-color: #e1e1e1;
    background-image: linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -o-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -moz-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -webkit-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -ms-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(0.69, white), color-stop(0.85, white));
    background-color: #e1e1e1; }
  .rounded span {
    color: white;
    background: #333333;
    height: 10px;
    font-size: 13px;
    line-height: 10px;
    padding: 10px 15px;
    margin-right: 10px;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    text-shadow: transparent 0 0;
    display: block;
    float: left; }

#main {
  width: 980px;
  margin: 0 auto;
  clear: both;
  position: relative;
  padding: 120px 0 20px 0;
  background: none;
  min-height: 500px; }
  #main h1 {
    font-size: 24px;
    font-weight: 700; }
  #main h1 a {
    color: #333333; }
    #main h1 a:hover {
      text-decoration: underline; }
  #main h2 {
    font-size: 16px;
    line-height: 25px; }
  #main #mid {
    float: right;
    width: 780px;
    padding-left: 20px;
    min-height: 500px; }
    #main #mid h1 strong {
      color: #999999;
      font-weight: 500; }
    #main #mid .information {
      position: absolute;
      margin-top: -15px; }
    #main #mid h3 a {
      text-transform: uppercase;
      font-size: 0.7em;
      color: #cc0033;
      padding: 0 10px; }
    #main #mid h3.zone {
      color: #cccccc;
      clear: left;
      font-size: 20px;
      text-transform: uppercase; }
    #main #mid #sliding_window {
      width: 760px;
      overflow: hidden; }
      #main #mid #sliding_window .sliding_container {
        width: 7600px;
        position: relative; }
        #main #mid #sliding_window .sliding_container .sliding_tab {
          width: 760px;
          float: left; }
  #main .rounded {
    height: 32px;
    margin-bottom: -2px;
    padding: 20px 0 0;
    z-index: 1; }
    #main .rounded li a {
      background-color: #ddd;
      font-size: 13px;
      border: 1px solid #d5d5d5;
      border-bottom: 2px solid transparent;
      padding-bottom: 7px; }
    #main .rounded li.current a {
      color: #333333;
      border-bottom-color: #e1e1e1;
      padding-bottom: 10px;
      margin-bottom: -1px;
      background-color: #e1e1e1; }
  #main .highlight-box {
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #333;
    color: white;
    padding: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #main #content {
    margin-top: 30px;
    width: 780px; }
  #main #content-full {
    position: relative;
    margin-top: 0px;
    width: 100%; }
    #main #content-full h1 strong {
      color: #999999;
      font-weight: 500; }
    #main #content-full #sliding_window {
      width: 980px;
      overflow: hidden; }
      #main #content-full #sliding_window .sliding_container {
        width: 9800px;
        position: relative; }
        #main #content-full #sliding_window .sliding_container .sliding_tab {
          width: 980px;
          float: left; }
  #main a.print, #main a.cancel {
    float: right;
    margin: 0; }
  #main #filter {
    clear: both;
    position: relative;
    padding: 5px 10px 0 10px;
    height: 45px;
    background: #f0f0f0;
    border: 3px dotted #ccc; }
    #main #filter .field-row {
      width: 100%; }
  #main .allowance-field, #main .gas-field, #main .weight-field {
    text-align: right; }
  #main .row-view {
    width: 100%;
    margin-bottom: 20px; }
    #main .row-view th {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      text-align: left;
      padding: 7px 10px 7px 0;
      margin-bottom: 3px;
      color: #888;
      margin: 0;
      border-bottom-image: url(/assets/body-hr.png); }
      #main .row-view th.right {
        text-align: right; }
    #main .row-view td {
      padding: 5px 10px 5px 0;
      margin: 0;
      vertical-align: middle; }
      #main .row-view td .nowrap {
        white-space: nowrap; }
    #main .row-view td p {
      margin: 0; }
    #main .row-view .subheading th:first-child, #main .row-view th:first-child, #main .row-view td:first-child {
      padding-left: 5px; }
    #main .row-view .amount {
      text-align: right; }
    #main .row-view .child {
      padding-left: 20px;
      margin-left: 20px; }
    #main .row-view tr {
      position: relative;
      border-bottom: 1px dotted #bbb; }
      #main .row-view tr.deleted {
        -moz-opacity: 0.2;
        -webkit-opacity: 0.2;
        opacity: 0.2; }
      #main .row-view tr:hover {
        background-color: #fff; }
        #main .row-view tr:hover td .view {
          color: #00aeef; }
      #main .row-view tr.footer td {
        padding: 10px 10px 10px 0px; }
        #main .row-view tr.footer td.total {
          font-weight: 700; }
      #main .row-view tr.subheading th {
        padding: 15px 0 10px 0; }
      #main .row-view tr.continue {
        border-bottom: 0; }
    #main .row-view .invoice_table_body tr:hover {
      background-color: #ccc; }
    #main .row-view .footer:hover td {
      background-color: #fff; }
    #main .row-view a {
      color: #333333;
      text-align: left;
      float: left;
      position: relative;
      z-index: 1;
      vertical-align: middle;
      background-position: center center;
      padding: 0;
      margin: 0; }
    #main .row-view .warning {
      color: #cc0033; }
    #main .row-view .edit,
    #main .row-view .delete,
    #main .row-view .archive,
    #main .row-view .undelete {
      font-family: FontAwesome;
      font-size: 14px;
      padding: 2px;
      margin-left: 5px; }
      #main .row-view .edit:hover,
      #main .row-view .delete:hover,
      #main .row-view .archive:hover,
      #main .row-view .undelete:hover {
        color: #00aeef; }
    #main .row-view .update {
      font-family: FontAwesome;
      font-size: 14px;
      padding: 2px;
      margin-left: 5px;
      color: #999999; }
    #main .row-view .enabled {
      color: #192;
      font-family: FontAwesome;
      font-size: 20px;
      padding: 2px;
      margin-left: 7px;
      line-height: 1; }
    #main .row-view .xicon {
      color: #E61818;
      font-family: FontAwesome;
      font-size: 20px;
      padding: 2px;
      margin-left: 7px;
      line-height: 1; }
    #main .row-view .disabled {
      color: #912;
      font-family: FontAwesome;
      font-size: 20px;
      padding: 2px;
      margin-left: 7px;
      line-height: 1;
      opacity: 0.4; }
    #main .row-view .hold {
      color: #cc0033;
      -moz-opacity: 0.1;
      -webkit-opacity: 0.1;
      opacity: 0.1;
      font-family: FontAwesome;
      font-size: 14px; }
    #main .row-view .featured {
      color: #cc0033;
      font-family: FontAwesome;
      font-size: 14px; }
    #main .row-view .move {
      font-family: FontAwesome;
      font-size: 14px;
      font-weight: 100;
      font-style: normal;
      color: #333333;
      float: none;
      padding: 0 2px; }
    #main .row-view span p {
      display: block;
      padding-bottom: 0;
      vertical-align: middle; }
    #main .row-view span.cmsuser {
      font-family: FontAwesome;
      float: none;
      display: inline-block;
      margin-left: 10px;
      color: #bbb; }
    #main .row-view span.mover {
      float: left;
      width: 41px;
      text-align: center;
      padding-right: 4px;
      height: 1em; }
    #main .row-view em.cmslabel {
      font-style: normal;
      color: #999999; }
    #main .row-view .right {
      text-align: right;
      float: none;
      padding: 2px 10px 2px 0; }
    #main .row-view tr.has-children td.indent a {
      font-size: 1.1em;
      text-transform: uppercase;
      font-weight: 700; }
    #main .row-view tr.child,
    #main .row-view tr.indent-1 td.indent {
      padding-left: 45px; }
    #main .row-view tr.indent-2 td.indent {
      padding-left: 90px; }
    #main .row-view tr.indent-3 td.indent {
      padding-left: 135px; }
    #main .row-view td.indent a {
      max-width: 390px; }
    #main .row-view tr.last {
      background: url(/assets/body-hr.png) 0 bottom repeat-x; }
    #main .row-view tr.nohover:hover {
      background: #e1e1e1; }
    #main .row-view .cta {
      display: inline-block;
      background: #cc0033;
      text-transform: uppercase;
      color: white;
      font-size: 11px;
      font-weight: 500;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 3px 10px;
      opacity: 0.5; }
    #main .row-view tr:hover .cta {
      opacity: 1; }
  #main .detail-box {
    position: relative;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 900px;
    margin: 5px 10px;
    padding: 20px 25px 10px 25px;
    overflow: hidden; }
    #main .detail-box .close {
      position: absolute;
      top: 10px;
      right: 10px;
      display: inline-block; }
      #main .detail-box .close:hover {
        color: #cc0033; }
  #main .additional-box {
    position: relative;
    background-color: #eCeDeE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 530px;
    margin: 0px auto;
    padding: 0px 25px 20px 10px; }
    #main .additional-box .close {
      position: absolute;
      top: 10px;
      right: 10px;
      display: inline-block; }
      #main .additional-box .close:hover {
        color: #cc0033; }
  #main .detail-row {
    background-color: white;
    font-size: 12px;
    margin-bottom: 0px;
    width: 100%; }
    #main .detail-row th {
      background-image: none;
      color: #333333;
      font-weight: 700;
      font-size: 11px; }
    #main .detail-row tr {
      border-bottom: 0;
      color: black; }
    #main .detail-row td {
      padding: 2px 5px 2px 0; }
  #main .field-row {
    background: url(/assets/body-hr.png) 0 top repeat-x;
    padding: 15px 0;
    clear: left;
    float: left;
    width: 560px; }
    #main .field-row label {
      width: 100px;
      padding-right: 20px;
      line-height: 26px;
      float: left; }
    #main .field-row label.middle {
      padding: 0 10px 0 15px;
      width: 70px; }
    #main .field-row small {
      display: block;
      font-size: 11px;
      padding-left: 120px;
      padding-top: 10px;
      clear: left; }
      #main .field-row small label {
        float: none; }
    #main .field-row h3 {
      margin-top: 0;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
    #main .field-row span {
      display: inline-block;
      padding-left: 10px;
      font-weight: 500;
      font-size: 12px;
      color: black; }
    #main .field-row strong {
      display: inline-block;
      padding-left: 10px;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 12px;
      color: #999999; }
    #main .field-row .field {
      float: none;
      padding-left: 120px;
      width: 633px; }
      #main .field-row .field .radio {
        padding: 5px; }
      #main .field-row .field label {
        float: none;
        padding-left: 5px; }
    #main .field-row .field-time select {
      width: 100px; }
    #main .field-row .align {
      line-height: 26px;
      padding-left: 120px; }
    #main .field-row.first {
      background: 0; }
    #main .field-row.continue {
      background: 0;
      padding: 5px 0; }
    #main .field-row.last {
      background: url(/assets/body-hr.png) 0 top repeat-x, url(/assets/body-hr.png) 0 bottom repeat-x; }
    #main .field-row a.edit, #main .field-row a.delete {
      color: #333333;
      text-align: left;
      float: left;
      position: relative;
      z-index: 1;
      line-height: 1.4em;
      vertical-align: middle;
      font-family: FontAwesome;
      font-size: 14px;
      padding: 2px;
      margin-left: 5px;
      float: none;
      text-decoration: none; }
    #main .field-row .controls {
      float: right; }
    #main .field-row .btn a {
      color: white; }
    #main .field-row .stack {
      float: left;
      margin: 0 7px 7px 0;
      height: 140px;
      display: block;
      position: relative; }
      #main .field-row .stack img {
        max-height: 100%;
        max-width: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      #main .field-row .stack .label {
        color: white;
        position: absolute;
        float: left;
        padding: 5px 0 10px;
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        width: 100%; }
        #main .field-row .stack .label span {
          padding: 0 10px;
          display: block;
          line-height: 1; }
    #main .field-row .document {
      padding: 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: white;
      margin-right: 10px;
      margin-bottom: 5px;
      width: 150px;
      height: 70px;
      float: left;
      border: 0;
      border-right: 2px solid #e5e5e5;
      border-bottom: 2px solid #e5e5e5; }
      #main .field-row .document p {
        padding: 0 0 5px 0;
        margin: 0; }
      #main .field-row .document a {
        vertical-align: bottom;
        float: none;
        position: static;
        line-height: 1;
        width: 150px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        font-style: italic;
        color: #333333; }
        #main .field-row .document a.remove-asset {
          position: relative;
          width: 16px;
          float: right;
          margin-left: 0;
          margin-right: -15px;
          margin-top: -13px; }
    #main .field-row.cmsuser {
      background: url(/assets/barber-pole.png) 0 0 no-repeat, url(/assets/body-hr.png) 0 top repeat-x; }
    #main .field-row .bordered {
      border: 10px solid #333333; }
    #main .field-row a:hover .bordered {
      border: 10px solid white; }
    #main .field-row p em {
      color: #999999;
      padding: 20px 5px; }
    #main .field-row .submit {
      margin-left: 10px; }
    #main .field-row input.disabled {
      background: none;
      border: 0;
      font-size: 13px;
      color: black; }
    #main .field-row input.payroll {
      margin-right: 10px; }
    #main .field-row label.payroll {
      width: 70px;
      margin-right: 10px; }
  #main .invalid p, #main .invalid span {
    color: #cc0033;
    margin-left: 120px; }
  #main .actions {
    clear: left;
    padding: 15px 0 45px 120px; }
  #main.login form {
    width: 780px;
    background: url(/assets/body-hr.png) 0 top repeat-x; }
  #main.login .field-row {
    background: none;
    padding-bottom: 5px; }
  #main .right-side {
    float: right;
    clear: right; }
  #main .info-box {
    float: right;
    clear: right;
    margin-bottom: 20px;
    width: 360px;
    padding: 20px;
    background: white;
    overflow: hidden; }
    #main .info-box hr {
      position: relative;
      width: 400px;
      height: 0px;
      clear: both;
      border-top: 3px solid #666;
      margin: 10px 0 10px -20px; }
    #main .info-box h3 {
      margin: 0 0 10px 0;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      color: #cc0033; }
    #main .info-box .field-row {
      width: 100%; }
      #main .info-box .field-row label {
        width: 80px;
        color: #333333;
        opacity: 1; }
      #main .info-box .field-row input.disabled {
        background: none;
        border: 0;
        font-size: 15px;
        color: #333333; }
    #main .info-box tr th {
      color: black;
      font-size: 13px; }
    #main .info-box tr td {
      font-size: 15px; }
      #main .info-box tr td input.disabled {
        background: none;
        border: 0;
        font-size: 15px;
        color: black;
        opacity: 1; }
      #main .info-box tr td label {
        width: 80px;
        color: #333333; }
      #main .info-box tr td input.submit {
        margin-top: 10px;
        margin-left: 100px;
        width: 160px; }
    #main .info-box .total-row label {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      color: black; }
    #main .info-box .total-row input.disabled {
      color: #cc0033;
      font-size: 16px;
      font-weight: 700;
      opacity: 1; }
    #main .info-box .allowance-field, #main .info-box .gas-field {
      text-align: right; }
    #main .info-box .no-border tr {
      border: 0; }
    #main .info-box .actions {
      width: 300px; }
    #main .info-box .header {
      font-size: 15px;
      color: #cc0033;
      font-weight: 700;
      text-transform: uppercase; }
    #main .info-box .payroll {
      font-size: 13px; }
  #main .update-box {
    width: 300px;
    float: right;
    clear: right;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }
  #main #steps {
    clear: both;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 15px 20px;
    overflow: hidden;
    background: #f0f0f0;
    border: 3px dotted #ccc; }
    #main #steps li {
      float: left;
      display: inline-block;
      text-align: center;
      margin-right: 20px;
      line-height: 30px;
      font-size: 16px;
      color: #999999; }
      #main #steps li span {
        display: inline-block;
        margin-right: 5px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        width: 30px;
        text-align: center;
        background: #cccccc;
        color: white; }
      #main #steps li a {
        color: #999999; }
        #main #steps li a:hover {
          text-decoration: none;
          color: #cc0033; }
          #main #steps li a:hover span {
            background: #cc0033; }
      #main #steps li.separator {
        width: 50px;
        text-align: center; }
      #main #steps li.on, #main #steps li.on a {
        color: black; }
        #main #steps li.on span, #main #steps li.on a span {
          background: #cc0033; }
  #main .actions a, #main .actions input, #main a.btn, #main input.btn, #main a.btn-txt, #main input.btn-txt, #main input.submit {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    margin-right: 10px;
    padding: 8px 10px;
    text-decoration: none;
    color: white;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 0.05em;
    /*background-color: hsl(195, 60%, 35%) !important;*/
    background-color: #00A0E3 !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d95b7", endColorstr="#23748e");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2d95b7), to(#23748e));
    background-image: -moz-linear-gradient(top, #2d95b7, #23748e);
    background-image: -ms-linear-gradient(top, #2d95b7, #23748e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d95b7), color-stop(100%, #23748e));
    background-image: -webkit-linear-gradient(top, #2d95b7, #23748e);
    background-image: -o-linear-gradient(top, #2d95b7, #23748e);
    /*background-image: linear-gradient(#2d95b7, #23748e);*/
    background-image: linear-gradient(#007dc5, #007dc5);
    border-color: #23748e #23748e #216c85;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    -webkit-font-smoothing: antialiased; }
    #main .actions a:hover, #main .actions input:hover, #main a.btn:hover, #main input.btn:hover, #main a.btn-txt:hover, #main input.btn-txt:hover, #main input.submit:hover {
      background: transparent; }
  #main a.cancel {
    background-color: #a61111 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e61818", endColorstr="#a61111");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e61818), to(#a61111));
    background-image: -moz-linear-gradient(top, #e61818, #a61111);
    background-image: -ms-linear-gradient(top, #e61818, #a61111);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e61818), color-stop(100%, #a61111));
    background-image: -webkit-linear-gradient(top, #e61818, #a61111);
    background-image: -o-linear-gradient(top, #e61818, #a61111);
    background-image: linear-gradient(#e61818, #a61111);
    border-color: #a61111 #a61111 #961010;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23); }
  #main input.btn-green {
    background-color: #21733c !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38c166", endColorstr="#21723c");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#38c166), to(#21723c));
    background-image: -moz-linear-gradient(top, #38c166, #21723c);
    background-image: -ms-linear-gradient(top, #38c166, #21723c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38c166), color-stop(100%, #21723c));
    background-image: -webkit-linear-gradient(top, #38c166, #21723c);
    background-image: -o-linear-gradient(top, #38c166, #21723c);
    background-image: linear-gradient(#38c166, #21723c);
    border-color: #21723c #21723c #1c5f32;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); }
  #main a.btn-green {
    background-color: #21733c !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38c166", endColorstr="#21723c");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#38c166), to(#21723c));
    background-image: -moz-linear-gradient(top, #38c166, #21723c);
    background-image: -ms-linear-gradient(top, #38c166, #21723c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38c166), color-stop(100%, #21723c));
    background-image: -webkit-linear-gradient(top, #38c166, #21723c);
    background-image: -o-linear-gradient(top, #38c166, #21723c);
    background-image: linear-gradient(#38c166, #21723c);
    border-color: #21723c #21723c #1c5f32;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); }
  #main .truck-logs td strong {
    font-size: 20px;
    line-height: 26px; }
  #main #invoice_gas_detail {
    font-size: 13px; }

.norecord {
  clear: both;
  width: 100%;
  position: relative;
  padding: 30px 0;
  color: #999999;
  overflow: hidden; }
  .norecord p {
    display: block;
    position: relative;
    width: 500px;
    top: 0;
    left: 50%;
    margin-left: -250px;
    color: #cccccc; }
  .norecord i {
    font-size: 200px;
    float: left;
    margin-right: 20px; }
  .norecord span {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700; }

ul.checklist {
  float: left;
  clear: both;
  width: 103%;
  overflow: hidden; }
  ul.checklist li {
    float: left;
    position: relative;
    display: inline-block;
    border-bottom: 3px;
    border: 3px solid #cccccc;
    width: -webkit-calc(28% - 3px);
    width: calc(28% - 3px);
    height: 25em;
    margin: 1.5em 2% 1.5em 2%;
    background: white; }
    ul.checklist li .num {
      position: absolute;
      top: -15px;
      left: -15px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 3px solid white;
      width: 50px;
      height: 30px;
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      padding: 10px 0;
      line-height: 30px;
      background: #fff100; }
    ul.checklist li .pad {
      padding: 1.5em 15px; }
    ul.checklist li .highlight {
      font-size: 17px;
      text-align: center;
      color: #999999; }
      ul.checklist li .highlight span {
        display: inline-block;
        margin-bottom: 3px;
        padding: 5px 15px;
        line-height: 20px;
        background: #000;
        color: white;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
    ul.checklist li .info {
      border-top: 1px dotted #cccccc;
      padding: 15px;
      font-size: 12px; }
    ul.checklist li .info.last {
      border-bottom: 1px dotted #cccccc; }
    ul.checklist li .cta {
      position: absolute;
      display: inline-block;
      bottom: 20px;
      left: 50%;
      margin-left: -40px;
      color: white;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background: #ffa84b;
      text-align: center;
      line-height: 20px;
      padding: 5px;
      width: 80px; }
      ul.checklist li .cta:hover {
        background: #cccccc; }

/*---------- Print ----------*/
@media print {
  .showprint {
    display: block; }

  .hideprint {
    display: none; }

  #header, #section, #footer, #author, #nav, #filter, #steps, .print, .actions, .cancel {
    display: none; }

  #main {
    padding-top: 20px;
    float: none;
    margin: 0;
    width: 100%; }
    #main h1 {
      font-size: 18px;
      color: black;
      padding-bottom: 10px;
      border-bottom: 3px solid black; }
    #main .truck-logs td strong {
      font-size: 14px;
      line-height: 10px; }
    #main #content-full {
      float: left;
      padding: 0;
      width: 100%; }
      #main #content-full #content {
        float: left;
        padding: 0;
        margin: 0 0 0 0;
        width: 100%; }
      #main #content-full h1 {
        margin: 0; }
      #main #content-full .header-hide {
        display: none; }
      #main #content-full a.cancel, #main #content-full a.print {
        display: none; }
    #main .report-view {
      font-size: 11px; }
      #main .report-view .number-col {
        width: 60px; }
      #main .report-view .nopol-col {
        width: 60px; }
      #main .report-view .office-col {
        width: 30px; }
    #main .page-breaker {
      page-break-inside: avoid !important;
      page-break-after: always !important; }

  #main .row-view th {
    color: #444; }
  #main .row-view tr {
    border-bottom: 1px solid #999;
    page-break-inside: avoid; }
  #main .row-view td p {
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
    padding: 0;
    margin: 0; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  h2, h3 {
    page-break-after: avoid; }

  body {
    background: white; }

  @page {
    margin: 1.5cm 0.5cm 2cm; }

  #main .invoice-paper {
    font-size: 10px;
    margin: 0; }
    #main .invoice-paper .total {
      font-size: 10px; }
    #main .invoice-paper .field-row {
      margin-left: 20px;
      padding: 0; }
      #main .invoice-paper .field-row label {
        width: 60px; }
      #main .invoice-paper .field-row input {
        font-size: 10px; }
    #main .invoice-paper .row-view {
      margin-left: 20px;
      margin-right: 20px;
      width: 90%; }
      #main .invoice-paper .row-view th {
        font-size: 11px; }
      #main .invoice-paper .row-view tr {
        border: 0;
        font-size: 10px; }
    #main .invoice-paper .number-col {
      width: 60px; }
    #main .invoice-paper .nopol-col {
      width: 60px; }
    #main .invoice-paper .qty-col {
      width: 40px; }
    #main .invoice-paper .no-border {
      border: 0; }
    #main .invoice-paper .page-breaker {
      page-break-inside: avoid !important;
      page-break-before: always !important; }
    #main .invoice-paper .faq {
      font-size: 9px;
      line-height: 1.2em; }

  #content-full {
    /*--.bkk-paper {width:11cm; height:14cm;}
    .order-paper {width:9.5cm; height:14cm;}--*/ }
    #content-full .info-box {
      font-size: 11px;
      padding: 0;
      letter-spacing: 2px; }
      #content-full .info-box hr {
        border-color: black; }
      #content-full .info-box h3, #content-full .info-box .header {
        font-size: 11px;
        color: black; }
      #content-full .info-box .row-view {
        margin-bottom: 0px; }
      #content-full .info-box .field-row {
        font-size: 11px; }
        #content-full .info-box .field-row label {
          font-size: 11px;
          width: 100px;
          color: black; }
        #content-full .info-box .field-row input.disabled {
          font-size: 11px; }
      #content-full .info-box tr {
        border-bottom: 0; }
      #content-full .info-box tr.border-top {
        border-top: 1px solid black; }
      #content-full .info-box tr.border-bottom {
        border-bottom: 1px solid black; }
      #content-full .info-box tr th {
        font-size: 11px;
        color: black;
        font-weight: 700; }
      #content-full .info-box tr td {
        padding: 3px 0px 3px 0;
        font-size: 11px;
        color: black; }
        #content-full .info-box tr td input.disabled {
          font-size: 11px;
          color: black; }
      #content-full .info-box .total-row {
        color: black; }
        #content-full .info-box .total-row label {
          font-size: 11px; }
        #content-full .info-box .total-row input.disabled {
          font-size: 11px;
          color: black; } }
