* {
  margin: 0;
  padding: 0;
}
img,
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul li,
ol li {
  list-style: none;
}
a,
a:hover {
  outline: none;
  text-decoration: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
fieldset {
  border: none;
}
.fix {
  display: block;
  height: 0 !important;
  clear: both;
  border: none;
  background: none;
}
.fix.left {
  clear: left;
}
.fix.right {
  clear: right;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.displayNone {
  display: none;
}
.visibilityHidden,
.visibleNone {
  visibility: hidden;
}
.form {
  position: relative;
}
.form .loadingLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0) url('../img/icons/loading.gif') no-repeat left top;
  -o-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -webkit-transition: background .25s linear;
  transition: background .25s linear;
}
.form.loading .loadingLayer {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}
.form p {
  clear: both;
  margin: 0 0 1.8em;
}
.form p small {
  clear: both;
  display: block;
  line-height: 2em;
}
.form p small.bigRed {
  font-size: 15px;
  color: red;
}
.form p .addSelect {
  padding: 0 0 0 15px;
}
.form p.addSelectCont {
  position: relative;
  height: 65px;
}
.form p.addSelectCont .addSelectSelect {
  position: absolute;
  top: 2px;
  left: 100px;
}
.form .formNote {
  font-size: 15px;
  font-style: italic;
}
.form.findAction .formNote {
  display: none !important;
}
.form .inputCont {
  position: relative;
  display: inline-block;
}
.form .inputCont .beforeText {
  line-height: 40px;
  margin-right: 5px;
}
.form .inputCont .afterText {
  line-height: 40px;
  margin-left: 5px;
}
.form .inputCont label.error {
  display: block;
  min-width: 200px;
  position: absolute;
  top: 0;
  left: 101%;
  width: auto;
  height: auto;
  border-bottom: 1px solid #cc0000;
  background: #ffcaca;
  line-height: normal;
  font-size: 16px;
  padding: 0.5em 1em;
}
.form .inputCont.radio {
  float: left;
  width: 200px;
}
.form label {
  color: #222;
  display: block;
  float: left;
  font-size: 1.5em;
}
.form label.req {
  font-weight: 800;
}
.form label.req em {
  font-style: normal;
}
.form label.radLabel {
  width: auto;
  padding-left: 130px;
}
.form label.radLabel small {
  line-height: 1em;
  padding-left: 25px;
}
.form fieldset legend {
  border-bottom: 2px solid #b3b3b3;
  width: 94%;
  padding: 0 3%;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6em;
}
.form fieldset.checkgroup label.radLabel {
  padding-left: 20px;
}
.form fieldset.bigLegend legend {
  font-size: 1.4em;
  color: #222;
  border-bottom-color: #222;
}
.form.colorFieldsets fieldset {
  position: relative;
  z-index: 1;
}
.form.colorFieldsets fieldset:before {
  content: '';
  width: 100%;
  height: 100%;
  padding: 10px 10px 30px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.form.colorFieldsets fieldset.blueBackground:before {
  background: #ccf2ff;
}
.form.colorFieldsets fieldset.violetBackground:before {
  background: #ebd6f5;
}
.form.colorFieldsets fieldset.greenBackground:before {
  background: #ddff99;
}
.form.colorFieldsets fieldset.orangeBackground:before {
  background: #ffe7cc;
}
.form.colorFieldsets fieldset.redBackground:before {
  background: #ffcccc;
}
.form.colorFieldsets fieldset:first-of-type {
  margin-top: 150px;
}
.form fieldset.equipment label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.form fieldset.equipment p {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 5px;
}
.form fieldset.equipment input[type="number"] {
  margin-top: -13px;
}
.form fieldset.equipment textarea {
  width: 250px;
  height: 40px;
}
.form fieldset.equipment .inputCont.radio {
  width: auto;
}
.form fieldset.equipment .inputCont.radio label {
  display: inline-block !important;
  margin: -10px 10px 0 !important;
  vertical-align: top;
}
.typeSwitch {
  display: block;
}
select,
textarea,
.input-text,
.input-file,
.tablesorter-filter {
  border: 1px solid #e0e0e0;
  width: 230px;
  height: 40px;
  padding: 0 15px;
  -o-transition: border .4s ease;
  -moz-transition: border .4s ease;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
}
select:focus,
textarea:focus,
.input-text:focus,
.input-file:focus,
.tablesorter-filter:focus {
  border-color: #0099cc;
  outline: none;
}
select.error,
textarea.error,
.input-text.error,
.input-file.error,
.tablesorter-filter.error {
  border-color: #cc0000;
}
select.small,
textarea.small,
.input-text.small,
.input-file.small,
.tablesorter-filter.small {
  width: 80px;
}
select.extraSmall,
textarea.extraSmall,
.input-text.extraSmall,
.input-file.extraSmall,
.tablesorter-filter.extraSmall {
  width: 40px;
}
select.loading,
textarea.loading,
.input-text.loading,
.input-file.loading,
.tablesorter-filter.loading {
  background-image: url('../img/icons/loading.gif') !important;
  background-repeat: no-repeat;
  background-position: right center;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.signatureInput {
  width: 99%;
  height: 80%;
  margin: 1em auto;
  border: 4px dashed #33b5e5;
  overflow: hidden;
}
.input-calendar-hide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.input-calendar-visible {
  border: none;
  margin: 10px 0 20px;
  font-size: 1.1em;
}
.datepicker select,
.datetimepicker select,
.calendar select {
  height: auto;
}
.datetimepicker .ui-datepicker-today a {
  background: #ccc;
  border-color: #ddd;
}
.datetimepicker .ui-datepicker-today.ui-datepicker-current-day a {
  border: 1px solid #999;
  background: #aaa;
}
.datetimepicker .ui-datepicker-close {
  display: none !important;
}
.calendar .ui-datepicker-close {
  display: none;
}
.calendar .ui-datepicker-unselectable.red > span {
  background: red;
  color: #fff;
}
.input-file {
  border: none;
  margin-top: 8px;
  height: 32px;
}
.input-text[size]:not([type=number]) {
  width: auto;
}
textarea {
  width: 350px;
  height: 100px;
  padding: 15px;
  font-family: 'Arial', sans-serif;
}
select {
  width: 262px;
}
.input-checkbox,
.input-radio {
  margin: 0 11px 0 0;
  position: relative;
  top: 1px;
}
.input-submit {
  background: #32b4e5 url('../img/backs/noiseBlue.gif') repeat 0 0;
  border: 1px solid #33b5e6;
  border-bottom-color: #1a9ac7;
  border-right-color: #1a9ac7;
  color: #fff;
  min-width: 180px;
  min-height: 50px;
  font-size: 2em;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: inset 2px 3px 1px -2px #fff;
  -moz-box-shadow: inset 2px 3px 1px -2px #fff;
  -ms-box-shadow: inset 2px 3px 1px -2px #fff;
  -o-box-shadow: inset 2px 3px 1px -2px #fff;
  box-shadow: inset 2px 3px 1px -2px #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  behavior: url('PIE.htc');
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.input-submit:hover {
  -webkit-box-shadow: inset -2px -3px 1px -2px #fff;
  -moz-box-shadow: inset -2px -3px 1px -2px #fff;
  -ms-box-shadow: inset -2px -3px 1px -2px #fff;
  -o-box-shadow: inset -2px -3px 1px -2px #fff;
  box-shadow: inset -2px -3px 1px -2px #fff;
  border: 1px solid #1a9ac7;
  border-bottom-color: #33b5e6;
  border-right-color: #33b5e6;
}
.input-submit.danger {
  background: #ff4444;
  border-color: #cc0000;
}
.input-submit[disabled] {
  opacity: 0.5;
  filter: aplha(opacity=50);
  cursor: default;
}
.financeForm .req {
  font-weight: bold;
}
.financeForm label[for="id_date"] {
  padding-right: 20px;
}
.msg,
.tablesorter-errorRow {
  display: none;
  font-size: 1.5em;
  display: none;
  color: #000;
  padding: 0.8em 1em 0.8em 4em;
  border-bottom: 2px solid #0099CC;
  background: #c5eaf8 url('../img/icons/info.png') no-repeat 1em center;
}
.msg {
  border-bottom: none;
  border-top: 2px solid #0099CC;
}
.msg.tablesorter-errorRow,
.tablesorter-errorRow.tablesorter-errorRow {
  display: table-row;
  font-size: 1.1em;
}
.msg.error,
.msg td,
.tablesorter-errorRow.error,
.tablesorter-errorRow td {
  background: #ffcaca url('../img/icons/error.png') no-repeat 1em center;
  border-color: #CC0000;
}
.msg.done,
.tablesorter-errorRow.done {
  background: #e2f0b6 url('../img/icons/done.png') no-repeat 1em center;
  border-color: #669900;
}
.msg {
  position: relative;
}
.msg .close {
  display: block;
  font-size: 2em;
  color: #000;
  position: absolute;
  right: 0.5em;
  top: 0.05em;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.msg .close:hover {
  text-decoration: none;
  color: #33b5e5;
}
body > .messages {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 120;
  opacity: 0.9;
}
body > .messages .msg {
  padding: 0;
}
body > .messages .msg .inner {
  padding: 0.8em 3em 0.8em 4em;
}
.noJS .msg {
  display: block;
}
.button {
  display: block;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.button.inline {
  display: inline-block;
  line-height: normal;
}
.button.blue,
.button.green,
.button.red {
  background: #33b5e5;
  position: relative;
  padding: 12px 0 12px 52px;
  width: 128px;
  font-size: 1.5em;
  color: #fff;
}
.button.blue::before,
.button.green::before,
.button.red::before {
  content: '';
  width: 40px;
  height: 100%;
  line-height: 40px;
  font-size: 3.8em;
  background-color: #0099cc;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/icons/add.png');
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: normal;
}
.button.blue:hover,
.button.green:hover,
.button.red:hover {
  background: #0099cc;
}
.button.red {
  background: #cc0000;
}
.button.red::before {
  background-color: #a30000;
}
.button.red:hover {
  background: #a30000;
}
.button.green {
  background: #669900;
}
.button.green::before {
  background-color: #578200;
}
.button.green:hover {
  background: #578200;
}
.button.noIcon {
  padding-left: 0;
}
.button.noIcon:before {
  display: none;
}
.button.add::before {
  background-image: url('../img/icons/add.png');
}
.button.tags:before {
  background-image: url('../img/icons/orders_list2.png');
}
.button.edit::before {
  background-image: url('../img/icons/edit2.png');
}
.button.remove::before {
  background-image: url('../img/icons/delete2.png');
}
.button.close::before {
  background-image: url('../img/icons/remove3.png');
}
.button.list::before {
  background-image: url('../img/icons/list.png');
}
.button.recover::before {
  background-image: url('../img/icons/recover2.png');
}
.button.import::before,
.button.export::before {
  background-image: url('../img/icons/import-export.png');
}
.button.print::before {
  background-image: url('../img/icons/print.png');
}
.button.download::before {
  background-image: url('../img/icons/download.png');
}
.button.undo::before {
  background-image: url('../img/icons/undo.png');
}
.button.service::before {
  background-image: url('../img/icons/service.png');
}
.button.email::before {
  background-image: url('../img/icons/email.png');
}
.button.prev::before {
  background-image: url('../img/icons/previous2.png');
}
.button.play:before {
  background-image: url('../img/icons/play2.png');
}
.button.pause:before {
  background-image: url('../img/icons/pause2.png');
}
.button.pin:before {
  background-image: url('../img/icons/pin2.png');
}
.button.upload:before {
  background-image: url('../img/icons/upload2.png');
}
.button.pump:before,
.button.fuel:before,
.button.refuel:before {
  background-image: url('../img/icons/fuel2.png');
}
.button.pump.blue:before,
.button.fuel.blue:before,
.button.refuel.blue:before {
  background-size: 100% auto;
}
.button.subbuttons {
  position: relative;
  cursor: pointer;
}
.button.subbuttons .subitems {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: inherit;
  -o-transition: height .25s ease;
  -moz-transition: height .25s ease;
  -webkit-transition: height .25s ease;
  transition: height .25s ease;
}
.button.subbuttons .subitems > a,
.button.subbuttons .subitems > span {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 10px 0 16px;
  border-top: 1px solid #8cb340;
  height: 46px;
  line-height: 46px;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.button.subbuttons .subitems.above {
  top: auto;
  bottom: 100%;
}
.button.subbuttons .subitems.above > a,
.button.subbuttons .subitems.above > span {
  border-top: none;
  border-bottom: 1px solid #8cb340;
}
.button.subbuttons.green {
  background: #669900;
}
.button.subbuttons.green a:hover {
  background: #578200;
}
button.button {
  border: none;
}
body.desktop .button.subbuttons:hover .subitems,
body.mobile .button.subbuttons.opened .subitems {
  height: 94px;
}
body.desktop .button.subbuttons:hover .subitems.count-3,
body.mobile .button.subbuttons.opened .subitems.count-3 {
  height: 141px;
}
body.desktop .button.subbuttons:hover .subitems.count-4,
body.mobile .button.subbuttons.opened .subitems.count-4 {
  height: 188px;
}
.red {
  color: #cc0000;
}
html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 62.5%;
  background: #f3f3f3 url('../img/backs/noiseGrey.gif') repeat 0 0;
}
body #orderDetail h1 {
  color: #0099cc;
  font-size: 1.7857142857143em;
  font-weight: 900;
  margin: 1em 0 0.8em;
}
body #orderDetail a {
  color: #0099cc;
  text-decoration: underline;
}
body #orderDetail a:hover {
  text-decoration: none;
}
body #orderDetail .form {
  width: auto;
  border: none;
  margin: 0;
  font-size: 0.7em;
}
body #orderDetail .form legend {
  text-align: left;
  font-size: 2em;
}
body #orderDetail .form label {
  width: 120px;
}
body #orderDetail .form label.radLabel {
  width: auto;
  padding-left: 150px;
}
body #orderDetail .form textarea {
  width: 600px;
  padding: 15px;
  height: 100px;
  margin: 15px 0 0;
}
body #orderDetail .form .input-submit {
  margin-left: 150px;
}
body #orderDetail p {
  margin: 10px 0;
}
body #orderDetail p strong {
  display: block;
  float: left;
  width: 220px;
  font-weight: 400;
}
body #orderDetail table {
  margin: 1em 0 2em;
}
body #orderDetail table th,
body #orderDetail table td {
  padding: 0.5em;
}
body #orderDetail table th {
  text-align: left;
  padding-left: 0;
}
body.login #web {
  min-height: 70%;
  height: 70%;
  min-height: 350px;
}
body.login section.bodyLogin {
  padding: 5% 0 0;
}
body.login section.bodyLogin label {
  font-weight: 300 !important;
}
body.login section.bodyLogin label em {
  display: none;
}
body.login section.bodyLogin .formNote {
  display: none;
}
body.login #orderDetail {
  width: 930px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 1.4em;
}
body.login form {
  margin: 0 auto 0;
  width: 400px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
body.login form legend {
  color: #0099cb;
  font-weight: 800;
  font-size: 2.8em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 1em 0 0.57692307692308em;
  line-height: normal;
}
body.login form legend {
  border-bottom: none;
  text-transform: none;
}
body.login form label {
  line-height: 42px;
  width: 17.5%;
  padding-left: 30px;
}
body.login form .input-submit {
  margin-left: 100px;
}
body.login form.doResetPassword label {
  width: 28%;
  padding-left: 12px;
}
body.login ul {
  width: 400px;
  margin: 27px auto 150px;
  text-align: center;
}
body.login ul li {
  display: inline;
  background: transparent url('../img/dividers/vertical.gif') repeat-y 0 0;
  padding: 0 0 0 26px;
  margin: 0 0 0 25px;
  font-size: 1.4em;
}
body.login ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}
body.login ul li a {
  color: #707070;
}
body.login ul li a:hover {
  text-decoration: underline;
}
body.login footer.bodyLogin .inner {
  padding: 6em 0 6em;
}
body.login footer.bodyLogin .inner .foot {
  width: 980px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #707070;
  font-size: 1.3em;
  padding: 1em 0 0;
  -webkit-box-shadow: inset 0 3px 0 -2px #fff;
  -moz-box-shadow: inset 0 3px 0 -2px #fff;
  -ms-box-shadow: inset 0 3px 0 -2px #fff;
  -o-box-shadow: inset 0 3px 0 -2px #fff;
  box-shadow: inset 0 3px 0 -2px #fff;
}
body.login footer.bodyLogin .inner .foot a {
  text-decoration: underline;
  color: #707070;
}
body.login footer.bodyLogin .inner .foot a:hover {
  text-decoration: none;
}
header.body {
  padding-top: 47px;
  font-size: 1.4em;
}
header.body .openMenu {
  display: block;
  float: left;
  width: 25px;
  height: 12px;
  border: 4px solid #fff;
  margin: 0 0 0 1.4285714285714em;
  border-left: none;
  border-right: none;
  text-decoration: none !important;
}
header.body .openMenu em {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #fff;
  margin-top: 4px;
  position: relative;
  top: -7px;
}
header.body .openMenu.add {
  border: none;
  height: 20px;
}
header.body .openMenu.add em {
  margin-top: 8px;
  width: 26px;
  position: relative;
}
header.body .openMenu.add em::after {
  content: '';
  width: 4px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 11px;
}
header.body #tray {
  display: none;
  background: #181818;
  border-bottom: 1px solid #050505;
  color: #bababa;
  padding: 0.71428571428571em 0;
}
header.body #tray a {
  color: #fff;
  text-decoration: underline;
}
header.body #tray a:hover {
  text-decoration: none;
}
header.body #tray ul li {
  border-left: 1px solid #777;
  display: inline;
  padding: 0 1.6428571428571em;
}
header.body #tray ul li:first-child,
header.body #tray ul li.first {
  border-left: none;
}
header.body #tray ul li.openMenuCont {
  display: none;
  padding: 0;
}
header.body #topMenu {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  width: 100%;
  opacity: 0.95;
}
header.body #topMenu a {
  color: #fff;
}
header.body #topMenu > ul {
  float: left;
}
header.body #topMenu > ul > li {
  display: inline-block;
  border-left: 1px solid #777;
  line-height: 1.5em;
  height: 1.5em;
  margin: 0.85714285714286em 0 1em;
  position: relative;
  overflow: visible;
}
header.body #topMenu > ul > li a {
  display: block;
  height: 2.0714285714286em;
  border-bottom: 6px solid #333;
  padding: 0 1.4285714285714em;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
header.body #topMenu > ul > li:hover > a,
header.body #topMenu > ul > li.active > a,
header.body #topMenu > ul > li a:hover {
  border-bottom-color: #33b5e5;
}
header.body #topMenu > ul > li:first-child {
  border-left: none;
}
header.body #topMenu > ul > li.home a {
  background: transparent url('../img/icons/home.png') no-repeat center top;
  width: 1.5em;
}
header.body #topMenu > ul > li.home.active,
header.body #topMenu > ul > li.home a:hover {
  border-bottom-color: #333;
}
header.body #topMenu > ul > li ul {
  display: block;
  position: absolute;
  left: 40px;
  top: 33px;
  top: -999em;
  z-index: -20;
  background: #333;
  width: 200px;
  padding: 1em 0 0.5em;
  border-top: 2px solid #33b5e5;
  opacity: 0;
  -webkit-box-shadow: 3px 3px 10px -3px #000;
  -moz-box-shadow: 3px 3px 10px -3px #000;
  -ms-box-shadow: 3px 3px 10px -3px #000;
  -o-box-shadow: 3px 3px 10px -3px #000;
  box-shadow: 3px 3px 10px -3px #000;
  behavior: url('PIE.htc');
  -webkit-transition: opacity .25s ease, left .25s ease;
  -moz-transition: opacity .25s ease, left .25s ease;
  -o-transition: opacity .25s ease, left .25s ease;
  transition: opacity .25s ease, left .25s ease;
}
header.body #topMenu > ul > li ul a {
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
header.body #topMenu > ul > li ul li.active a,
header.body #topMenu > ul > li ul a:hover {
  border-bottom-color: #333;
  color: #33b5e5;
}
header.body #topMenu > ul > li:hover ul {
  top: 33px;
  z-index: 10;
  left: 0;
  opacity: 1;
}
header.body #topMenu > ul.fRight {
  float: right;
}
header.body #topMenu > ul.fRight > li {
  border-left: 1px solid #454545;
}
header.body #topMenu > ul.fRight > li:first-child {
  border: none;
}
#sidebar {
  width: 14.285714285714%;
  padding: 10px 0 0;
  float: left;
}
#sidebar .box {
  margin: 40px 0 25px;
  border-top: 1px solid #e0e0e0;
  padding: 0 5%;
  -webkit-box-shadow: 0 1px 1px -1px #fff;
  -moz-box-shadow: 0 1px 1px -1px #fff;
  -ms-box-shadow: 0 1px 1px -1px #fff;
  -o-box-shadow: 0 1px 1px -1px #fff;
  box-shadow: 0 1px 1px -1px #fff;
  behavior: url('PIE.htc');
}
#sidebar .box .head {
  display: inline;
  color: #666;
  background: #f3f3f3 url('../img/backs/noiseGrey.gif') repeat 0 0;
  position: relative;
  font-size: 1.7em;
  top: -0.8em;
  left: 5%;
  padding: 0 6px;
}
#sidebar .box .button {
  width: 64%;
  margin: 12px 10px 0;
}
#sidebar ul {
  margin: 10px -5% 0;
}
#sidebar ul li a {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  color: #31313f;
  font-size: 1.4em;
  padding: 0.78571428571429em 5% 0.71428571428571em;
  -webkit-box-shadow: 0 3px 0 -2px #fff;
  -moz-box-shadow: 0 3px 0 -2px #fff;
  -ms-box-shadow: 0 3px 0 -2px #fff;
  -o-box-shadow: 0 3px 0 -2px #fff;
  box-shadow: 0 3px 0 -2px #fff;
  behavior: url('PIE.htc');
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
#sidebar ul li.active a,
#sidebar ul li a:hover {
  background: #0099cc;
  border-bottom-color: #008ab8;
  color: #fff;
}
#page {
  width: 85.571428571429%;
  float: left;
  margin: 10px 0 0;
  padding: 0 0 20px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-right: none;
  background: #fff;
  font-size: 1.4em;
}
#page > .inner {
  padding: 0 1.6666666666667%;
}
#page.fullScreen {
  width: 99%;
  float: right;
}
#page h1 {
  color: #0099cc;
  font-size: 1.7857142857143em;
  font-weight: 900;
  margin: 1em 0 0.8em;
}
#page a {
  color: #0099cc;
  text-decoration: underline;
}
#page a:hover {
  text-decoration: none;
}
#page a.input-submit {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4em;
  padding: 0.3em 1.5em;
  min-height: inherit;
  min-width: inherit;
}
#page hr {
  border: none;
  height: 0;
  border-top: 1px solid #bbb;
  margin: 0 0 2em;
}
#page hr.smallMB {
  margin-bottom: 1em;
}
#page hr.fix {
  border: none;
  margin: 0;
}
#page .msg {
  width: auto;
  margin: 1em 0;
  font-size: 1.2em;
  background-position: 1em center;
}
#page .button {
  font-size: 1.1em;
  margin: 1em 0;
  color: #fff;
  text-decoration: none !important;
}
#page .button.extraSmall {
  font-size: 0.8em;
  border: none;
  width: 60px;
  padding-left: 30px;
  margin: 0;
}
#page .button.extraSmall::before {
  width: 25px;
  background-size: 70% auto;
}
#page .button.long,
#page .button.extraLong {
  width: 100px;
}
#page .button.long.inline,
#page .button.extraLong.inline {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
#page .button.extraLong {
  width: 180px;
}
#page .buttonGroup.top {
  float: right;
  margin: 10px 0 -70px;
}
#page .buttonGroup .button {
  display: inline-block;
  margin-right: .1em;
  padding: 15px 10px 15px 48px;
  vertical-align: middle;
  width: auto;
}
#page ul {
  margin: 1em 0;
}
#page ul li {
  margin: 0.5em 0 0.5em 1em;
  font-size: 1.15em;
}
#page ul.varVal strong {
  display: inline-block;
  width: 20%;
  max-width: 12em;
  vertical-align: top;
}
#page ul.varVal2 {
  font-size: 15px !important;
}
#page ul.varVal2 li {
  clear: both;
  padding-top: 0.5em;
}
#page ul.varVal2 li > strong {
  display: block;
  width: 20%;
  max-width: 12em;
  float: left;
}
#page ul.varVal2 li > div {
  float: left;
}
#page ul.varVal2.small {
  margin: 8px 0;
  font-size: 13px !important;
}
#page ul.varVal2.small li {
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
#page .picker__list {
  margin: 0;
}
#page .picker__list li {
  margin: 0 0 -1px;
  font-size: 1em;
}
#page div.dialog {
  display: none;
}
#page .equipmentDetail .column {
  margin: 10px 0;
}
#page .equipmentDetail h4 {
  margin: 30px 0 10px;
  font-size: 20px;
}
#page .equipmentDetail ul.varVal2 > li {
  margin: 0;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
#page .equipmentDetail ul.varVal2 > li > strong,
#page .equipmentDetail ul.varVal2 > li > div {
  display: inline-block;
  float: none;
}
#page .equipmentDetail ul.varVal2 > li strong {
  width: 55%;
  max-width: none;
}
.ui-dialog {
  background: #fff;
}
#page .form fieldset,
.ui-dialog .form fieldset {
  margin: 20px 0 40px;
  clear: both;
}
#page .form fieldset legend,
.ui-dialog .form fieldset legend {
  margin: 0 0 25px;
}
#page .form fieldset.checkgroup,
.ui-dialog .form fieldset.checkgroup {
  margin-bottom: 10px;
}
#page .form fieldset.checkgroup legend,
.ui-dialog .form fieldset.checkgroup legend {
  margin-bottom: 5px;
}
#page .form fieldset.buttongroup p.submitP,
.ui-dialog .form fieldset.buttongroup p.submitP {
  float: left;
  margin: 0;
  width: auto;
  clear: none;
}
#page .form fieldset.buttongroup p.submitP .input-submit,
.ui-dialog .form fieldset.buttongroup p.submitP .input-submit {
  margin: 20px 20px;
}
#page .form fieldset.disabled .inner,
.ui-dialog .form fieldset.disabled .inner {
  position: relative;
}
#page .form fieldset.disabled .inner .disabledLayer,
.ui-dialog .form fieldset.disabled .inner .disabledLayer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: transparent url('../img/backs/white50.png') repeat 0 0;
}
#page .form label,
.ui-dialog .form label {
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 1em;
  width: 130px;
}
#page .form label.radLabel,
.ui-dialog .form label.radLabel {
  width: auto;
  margin-top: -1em;
}
#page .form .input-text,
#page .form textarea,
.ui-dialog .form .input-text,
.ui-dialog .form textarea {
  float: left;
}
#page .form .inputCont .beforeText,
.ui-dialog .form .inputCont .beforeText {
  float: left;
}
#page .form .inputCont label.error,
.ui-dialog .form .inputCont label.error {
  float: left;
  position: static;
  margin-left: 2px;
}
#page .form .inputCont label.radLabel,
.ui-dialog .form .inputCont label.radLabel {
  display: block;
  float: none;
  height: 2.5em;
  line-height: 2.5em;
  padding-left: 0;
  cursor: pointer;
  position: relative;
}
#page .form .inputCont label.radLabel label.error,
.ui-dialog .form .inputCont label.radLabel label.error {
  position: absolute;
  top: 0;
  left: 70%;
}
#page .form .container-combined label,
#page .form .container-combined .inputCont,
.ui-dialog .form .container-combined label,
.ui-dialog .form .container-combined .inputCont {
  float: none;
  display: inline-block;
}
#page .form #uploader,
.ui-dialog .form #uploader {
  display: block;
  float: left;
  text-align: center;
  border: 4px dashed #33b5e5;
  min-width: 350px;
  padding: 20px 0;
}
#page .form #uploader .button,
.ui-dialog .form #uploader .button {
  display: inline-block;
  margin: 0 0 10px;
}
#page .form .pricelist,
.ui-dialog .form .pricelist {
  border-bottom: 1px solid #bbb;
  width: 600px;
  float: left;
  clear: none;
  margin: 10px 20px 20px 0;
}
#page .form .pricelist > .inner,
.ui-dialog .form .pricelist > .inner {
  overflow: auto;
  max-height: 300px;
  padding: 5px 0;
  margin: 10px 0;
}
#page .form .pricelist.dynamic-1,
.ui-dialog .form .pricelist.dynamic-1 {
  clear: left;
}
#page .form .pricelist.dynamic .inputsRow,
.ui-dialog .form .pricelist.dynamic .inputsRow {
  display: none;
}
#page .form .pricelist.dynamic .inputsRow label,
.ui-dialog .form .pricelist.dynamic .inputsRow label {
  display: inline-block;
  width: 45px;
  padding-right: 10px;
  float: none;
  text-align: right;
}
#page .form .pricelist.dynamic .inputsRow label.error,
.ui-dialog .form .pricelist.dynamic .inputsRow label.error {
  display: none !important;
}
#page .form .pricelist.dynamic .inputsRow small,
.ui-dialog .form .pricelist.dynamic .inputsRow small {
  padding-left: 5px;
}
#page .form .pricelist.dynamic .inputsRow .price,
#page .form .pricelist.dynamic .inputsRow .code,
#page .form .pricelist.dynamic .inputsRow .amount,
.ui-dialog .form .pricelist.dynamic .inputsRow .price,
.ui-dialog .form .pricelist.dynamic .inputsRow .code,
.ui-dialog .form .pricelist.dynamic .inputsRow .amount {
  width: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
#page .form .pricelist.dynamic .inputsRow .amount,
.ui-dialog .form .pricelist.dynamic .inputsRow .amount {
  width: 50px;
}
#page .form .pricelist label.priceLabel,
.ui-dialog .form .pricelist label.priceLabel {
  float: right;
  width: 130px;
  margin-top: 8px;
}
#page .form .pricelist label.priceLabel label.error,
.ui-dialog .form .pricelist label.priceLabel label.error {
  left: auto;
  right: 104%;
  top: 1px;
}
#page .form .searchPart label,
.ui-dialog .form .searchPart label {
  float: left;
  text-align: right;
  width: 90px;
  padding: 8px 20px 0 0;
}
#page .form .searchPart label.error,
.ui-dialog .form .searchPart label.error {
  padding: 0.5em 1em 0.5em;
  text-align: left;
  top: -35px;
  left: 0;
}
#page .form .searchPart .inputCont,
.ui-dialog .form .searchPart .inputCont {
  float: left;
}
#page .form .searchPart select,
.ui-dialog .form .searchPart select {
  position: relative;
  top: -2px;
}
#page .form .searchPart .input-submit,
.ui-dialog .form .searchPart .input-submit {
  margin: 0 0 0 20px;
  min-height: 40px;
  min-width: 150px;
}
#page .form .inputCont,
.ui-dialog .form .inputCont {
  vertical-align: top;
}
#page .form .inputCont label,
.ui-dialog .form .inputCont label {
  line-height: normal;
}
#page .form .input-submit,
.ui-dialog .form .input-submit {
  font-size: 1.4em;
  margin: 20px 0 0 100px;
}
#page .form .input-submit.smallText,
.ui-dialog .form .input-submit.smallText {
  font-size: 1.1em;
}
#page .form .totalP,
.ui-dialog .form .totalP {
  font-size: 1.1em;
}
#page .form .totalP strong,
.ui-dialog .form .totalP strong {
  font-size: 1.3em;
  padding: 0 0 0 0.2em;
}
#page fieldset.time_range .inputCont,
#page fieldset.time_range label,
.ui-dialog fieldset.time_range .inputCont,
.ui-dialog fieldset.time_range label {
  display: inline-block;
  float: none;
  width: auto;
  margin-right: 1em;
}
#page fieldset.time_range .inputCont,
.ui-dialog fieldset.time_range .inputCont {
  margin-right: 2em;
}
.ui-dialog {
  font-size: 1.4em;
}
.ui-dialog .form p {
  margin-bottom: 1.5em;
}
.ui-dialog .form fieldset {
  margin: 20px 0;
}
.ui-dialog .form .input-submit {
  margin-top: 5px;
}
.ui-dialog .form.addCart,
.ui-dialog .form#addCart {
  margin-top: 10px;
}
.ui-dialog .form.addCart fieldset,
.ui-dialog .form#addCart fieldset {
  margin: 0;
}
.ui-dialog .form.addCart fieldset legend,
.ui-dialog .form#addCart fieldset legend {
  margin-bottom: 20px;
}
.ui-dialog a {
  color: #33b5e5;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.ui-dialog a:hover {
  color: #0099cc;
}
.ui-dialog a.inline {
  width: auto;
  color: #fff;
}
.ui-dialog a.extraSmall {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 10px;
}
.ui-dialog a.extraSmall:before {
  width: 30%;
}
.ui-dialog ul {
  margin: 1em 0;
}
.ui-dialog ul li {
  line-height: 1.6em;
}
.ui-dialog .button.small {
  font-size: 1em;
  border: none;
  width: 80px;
  padding-left: 35px;
  margin: 0;
}
.ui-dialog .button.small::before {
  width: 25px;
  background-size: 70% auto;
}
.ui-dialog .button.small:hover {
  color: #fff;
}
#page fieldset.fileUpload {
  margin-top: 40px;
}
#page fieldset.fileUpload .inner {
  border: 4px dashed #0099cc;
  position: relative;
}
#page fieldset.fileUpload .dropzone {
  min-height: 200px;
}
#page fieldset.fileUpload .fallback {
  padding: 23px;
}
figure.file {
  display: block;
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #acacac;
  padding: 6px;
  position: relative;
  -o-transition: border .25s linear;
  -moz-transition: border .25s linear;
  -webkit-transition: border .25s linear;
  transition: border .25s linear;
}
figure.file .attachmentIcon {
  display: block;
  text-decoration: none !important;
  width: 150px;
  height: 150px;
  margin-bottom: 13px;
  border-bottom: 1px solid #acacac;
  background: transparent url('../img/icons/attachment.png') no-repeat center center;
}
figure.file figcaption p {
  margin: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
figure.file .delete {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 1px solid #0099cc;
  background: #33b5e5 url('../img/icons/delete2.png') no-repeat center center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  behavior: url('PIE.htc');
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
figure.file:hover {
  border-color: #0099cc;
}
figure.file:hover .delete {
  opacity: 1;
  filter: alpha(opacity=100);
}
#page .tabs {
  border-bottom: 2px solid #0099cc;
}
#page .tabs ul {
  margin: 0;
}
#page .tabs li {
  display: table;
  float: left;
  margin: 0 5px 0 0;
}
#page .tabs li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 122px;
  height: 39px;
  padding: 10px 14px;
  line-height: 1.2em;
  border-bottom: 2px solid #fff;
  background: #e1f4fb;
  color: #0099cc;
  text-decoration: none;
  -webkit-transition: border-color .25s linear, background .25s linear;
  -moz-transition: border-color .25s linear, background .25s linear;
  -o-transition: border-color .25s linear, background .25s linear;
  transition: border-color .25s linear, background .25s linear;
}
#page .tabs li a:hover,
#page .tabs li a.active {
  padding-bottom: 11px;
  border-color: #0099cc;
  border-bottom-width: 1px;
  background: #0099cc;
  color: #fff;
}
#page .tabs li a:hover:after,
#page .tabs li a.active:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
}
#page .tabs li a.short {
  width: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#page .tabs li.darkblue a {
  color: #005980;
}
#page .tabs li.darkblue a:hover,
#page .tabs li.darkblue a.active {
  color: #fff;
  background: #005980;
}
#page .tabs li.red a {
  color: #cc0000;
}
#page .tabs li.red a:hover,
#page .tabs li.red a.active {
  color: #fff;
  background: #cc0000;
}
#page .tabs li.green a {
  color: #669900;
}
#page .tabs li.green a:hover,
#page .tabs li.green a.active {
  color: #fff;
  background: #669900;
}
#page .tabs li.violet a {
  color: #9933cc;
}
#page .tabs li.violet a:hover,
#page .tabs li.violet a.active {
  color: #fff;
  background: #9933cc;
}
#page .tabs li.lightViolet a {
  color: #7E8FFF;
}
#page .tabs li.lightViolet a:hover,
#page .tabs li.lightViolet a.active {
  color: #fff;
  background: #7E8FFF;
}
#page .tabs li.gray a {
  color: #999;
}
#page .tabs li.gray a:hover,
#page .tabs li.gray a.active {
  color: #fff;
  background: #999;
}
#page .tabs li.darkGray a {
  color: #333;
}
#page .tabs li.darkGray a:hover,
#page .tabs li.darkGray a.active {
  color: #fff;
  background: #333;
}
#page .tabs.small li a {
  width: auto;
}
#page .graf {
  border: 1px solid #0099cc;
  width: 98px;
  height: 18px;
  position: relative;
}
#page .graf .plot {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 0;
  background: #0099cc;
}
.gallery h3 {
  clear: both;
  padding-top: 20px;
  margin-bottom: 10px;
}
.gallery figure.file .delete {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: none 0 10px 0 #000 !important;
  -moz-box-shadow: none 0 10px 0 #000 !important;
  -ms-box-shadow: none 0 10px 0 #000 !important;
  -o-box-shadow: none 0 10px 0 #000 !important;
  box-shadow: none 0 10px 0 #000 !important;
  behavior: url('PIE.htc') !important;
}
#searchResults {
  position: relative;
  padding: 10px 0;
}
#searchResults h2 {
  margin: 0 0 25px;
  padding: 0 3%;
  color: #999;
  border-bottom: 2px solid #b3b3b3;
  line-height: 1.6em;
  font-size: 1em;
  text-transform: uppercase;
  width: 94%;
  font-weight: 700;
}
#searchResults .loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#searchResults .input-text {
  width: 20px;
  height: 30px;
}
#searchResults .icon {
  margin-left: 20px;
  position: relative;
  top: -3px;
}
#orderRatio {
  margin-bottom: 2em;
}
#orderRatio #urgentRatio {
  border: 1px solid #669900;
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  margin-top: 0.8em;
  color: #000;
  position: relative;
  text-align: right;
  -o-transition: border .5s linear;
  -moz-transition: border .5s linear;
  -webkit-transition: border .5s linear;
  transition: border .5s linear;
}
#orderRatio #urgentRatio span {
  margin: 0 1em;
}
#orderRatio #urgentRatio .ratio {
  background: #7caf00;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  -o-transition: background .5s linear;
  -moz-transition: background .5s linear;
  -webkit-transition: background .5s linear;
  transition: background .5s linear;
}
#orderRatio.red #urgentRatio {
  border-color: #cc0000;
}
#orderRatio.red #urgentRatio .ratio {
  background: #e21d1d;
}
.icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  text-decoration: none !important;
}
.icon.small {
  width: 28px;
  height: 28px;
}
.icon.extraSmall {
  width: 20px;
  height: 20px;
}
.icon.add {
  background-image: url('../img/icons/add2.png');
}
.icon.delete {
  background-image: url('../img/icons/delete.png');
}
.icon.edit {
  background-image: url('../img/icons/edit.png');
}
.icon.remove,
.icon.close,
.icon.closeAction {
  background-image: url('../img/icons/remove.png');
}
.icon.rent_protocols,
.icon.detail,
.icon.finance,
.icon.pricelist,
.icon.targetlist {
  background-image: url('../img/icons/view.png');
}
.icon.recover,
.icon.__recoverAction,
.icon.openAction,
.icon.open {
  background-image: url('../img/icons/recover.png');
}
.icon.orders_index {
  background-image: url('../img/icons/orders_list.png');
}
.icon.orders_add {
  background-image: url('../img/icons/orders_add.png');
}
.icon.rent_reservations_index,
.icon.rent_reservations,
.icon.months {
  background-image: url('../img/icons/reservations.png');
}
.icon.rent_reservations_add {
  background-image: url('../img/icons/reservate_add.png');
}
.icon.depos_index {
  background-image: url('../img/icons/depos_index.png');
}
.icon.depos_add {
  background-image: url('../img/icons/depos_add.png');
}
.icon.first {
  background-image: url('../img/icons/first.png');
}
.icon.last {
  background-image: url('../img/icons/last.png');
}
.icon.prev {
  background-image: url('../img/icons/previous.png');
}
.icon.next {
  background-image: url('../img/icons/next.png');
}
.icon.add_protocol {
  background-image: url('../img/icons/protocol_add.png');
}
.icon.protocol,
.icon.accidents_detail {
  background-image: url('../img/icons/protocol.png');
}
.icon.pdf {
  background-image: url('../img/icons/download2.png');
}
.icon.service,
.icon.transport_car_servicings_add {
  background-image: url('../img/icons/service2.png');
}
.icon.play,
.icon.beginTrip {
  background-image: url('../img/icons/play.png');
}
.icon.pause,
.icon.finishTrip {
  background-image: url('../img/icons/pause.png');
}
.icon.pin,
.icon.issueInvoice {
  background-image: url('../img/icons/pin.png');
}
.icon.upload,
.icon.addTransportedCar {
  background-image: url('../img/icons/upload.png');
}
.icon.pump,
.icon.fuel,
.icon.refuel {
  background-image: url('../img/icons/fuel.png');
}
.activity {
  padding-left: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
}
.activity.type1 {
  background-image: url('../img/icons/add2.png');
  color: #ff8800;
}
.activity.type2 {
  background-image: url('../img/icons/done2.png');
  color: #669900;
}
.activity.type3 {
  background-image: url('../img/icons/remove2.png');
  color: #cc0000;
}
.activity.type4 {
  background-image: url('../img/icons/info.png');
  color: #9933cc;
}
.activity.type5 {
  background-image: url('../img/icons/recover.png');
  color: #005980;
}
table.table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  position: relative;
}
table.table:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.5) url('../img/icons/loading.gif') no-repeat center center;
  z-index: 2;
  -o-transition: background .25s linear;
  -moz-transition: background .25s linear;
  -webkit-transition: background .25s linear;
  transition: background .25s linear;
}
table.table.loading:after {
  display: block;
}
table.table td:not([align]),
table.table th:not([align]) {
  text-align: left;
}
table.table td {
  color: #000;
  font-size: 1.1em;
  border-top: 1px solid #bbb;
  padding: 1em;
  max-width: 400px;
}
table.table td.grafColumn {
  width: 100px;
}
table.table tr > td:last-child {
  text-align: right;
}
table.table th {
  color: #777;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  border-bottom: 2px solid #777;
  padding-bottom: 0.3em;
  padding: 0.5em 1.2em 0.3em;
}
table.table th.header,
table.table th.tablesorter-header {
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
table.table th.header.headerSortUp,
table.table th.header.tablesorter-headerAsc,
table.table th.tablesorter-header.headerSortUp,
table.table th.tablesorter-header.tablesorter-headerAsc {
  background-image: url('../img/icons/up2.png');
}
table.table th.header.headerSortDown,
table.table th.header.tablesorter-headerDesc,
table.table th.tablesorter-header.headerSortDown,
table.table th.tablesorter-header.tablesorter-headerDesc {
  background-image: url('../img/icons/down2.png');
}
table.table th.sorter-false {
  padding-left: 1.2em;
  cursor: default;
}
table.table th[data-name="row_actions"] {
  width: 100px;
}
table.table tbody tr.highlight > td {
  background: #ffd9d9;
}
table.table .tablesorter-filter {
  width: 98%;
}
table.table .tablesorter-filter.disabled {
  display: none;
}
table.table tfoot th,
table.table tfoot td {
  border-top: 2px solid #777;
}
table.table.import {
  width: auto;
}
table.table.import td {
  padding: 0.3em 0.6em;
  border: 1px solid #bbb;
}
table.table.import th {
  border: 1px solid #bbb;
  font-weight: 400;
  background: #ddd;
}
table.table.import thead th {
  border-bottom: 2px solid #777;
  text-align: center;
}
table.table.import tfoot td {
  border: none;
  border-top: 2px solid #777;
}
table.table.transportTable th[data-name="row_actions"] {
  width: 125px;
  text-align: right;
  padding-right: 20px;
  padding-left: 0;
}
table.table.transportTable.deleted th[data-name="row_actions"],
table.table.transportTable.all th[data-name="row_actions"] {
  width: 70px;
}
table.table tr.violet td {
  color: #93C;
}
table.table tr.gray td {
  color: #999;
}
table.table tr.darkblue td {
  color: #005980;
}
table.table tr.blue td {
  color: #09C;
}
table.table tr.green td {
  color: #690;
}
table.table tr.red td {
  color: #C00;
}
table.table .cellLink {
  display: block;
  margin: -1em;
  padding: 1em;
  text-decoration: none !important;
}
table.table.containsStickyHeaders {
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid #BBB !important;
}
table.table.loading + table.table.containsStickyHeaders:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
}
table.table .tablesorter-filter-row td {
  padding: 5px;
}
table.table .tablesorter-filter-row td input {
  height: 30px;
}
table.table.calendar .cellLink {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#page .tableFixed.fixed {
  position: fixed;
  z-index: 3;
  background: rgba(255,255,255,0.85);
}
#page .tableFixed .buttonGroup.top {
  margin-top: 0;
}
.table.calendar thead th {
  text-align: center;
}
.table.calendar td {
  font-size: 1em;
  border-right: 1px solid #ddd;
}
.table.calendar.no-subsiders .table-sider {
  border-right: 2px solid #777;
}
.table.calendar .table-subsider {
  white-space: nowrap;
  border-right: 2px solid #777;
}
.table.calendar tbody .last-subsider td {
  border-bottom: 2px solid #777;
}
.color.violet {
  color: #93C;
}
.color.gray {
  color: #999;
}
.color.darkblue {
  color: #005980;
}
.color.blue {
  color: #09C;
}
.color.green {
  color: #690;
}
.color.red {
  color: #C00;
}
.background.violet {
  background: #93C;
  color: #fff;
}
.background.gray {
  background: #999;
  color: #fff;
}
.background.darkblue {
  background: #005980;
  color: #fff;
}
.background.blue {
  background: #09C;
  color: #fff;
}
.background.green {
  background: #690;
  color: #fff;
}
.background.red {
  background: #C00;
  color: #fff;
}
#page .background a {
  color: inherit;
}
table.table .tablesorter-filter {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
#driverHistory tbody tr:first-child td {
  background: #e2f0b6;
}
.wideTable {
  overflow: auto;
  width: 100%;
}
.wideTable table.table {
  width: auto;
}
.wideTable table.table thead th {
  white-space: nowrap;
}
.wideTable table.table [data-name="row_actions"] {
  text-align: right;
}
.wideTable table.table [data-name="row_actions"],
.wideTable table.table [data-name="car"],
.wideTable table.table [data-name="spz"] {
  min-width: 100px;
}
.wideTable table.table [data-name="dealer"] {
  min-width: 190px;
}
.wideTable table.table tbody td[width] {
  min-width: 0;
}
table.objectTable {
  background: #fff;
}
table.objectTable th {
  background: #efefef;
}
table.objectTable td,
table.objectTable th {
  border-left: 1px solid #bbb;
}
table.objectTable tr > td:first-child,
table.objectTable tr > th:first-child {
  border-left: none;
}
table.objectTable tbody th {
  border-bottom: none;
  border-top: 1px solid #bbb;
}
table.objectTable th.rightBorder,
table.objectTable td.rightBorder {
  border-right: 2px solid #777;
}
table.objectTable td {
  position: relative;
}
table.objectTable td .onHover {
  position: relative;
  z-index: 2;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}
table.objectTable td .big {
  font-size: 1.8em;
  font-weight: 600;
}
table.objectTable td .onNoHover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  padding: 20px 15px 0;
}
table.objectTable td:hover .onHover,
table.objectTable td.hovered .onHover {
  opacity: 1;
  filter: alpha(opacity=100);
}
h2.finance {
  color: #0284c5;
  font-size: 20px;
  margin-top: 35px;
}
table.finance {
  width: auto;
}
table.finance td,
table.finance th {
  border: 1px solid #808080;
}
table.finance tbody td:not([align]),
table.finance tbody th:not([align]),
table.finance tfoot td:not([align]),
table.finance tfoot th:not([align]) {
  text-align: right;
}
table.finance tr > td:first-child,
table.finance tr > th:first-child {
  border-left: 1px solid #808080;
  text-align: left;
}
table.finance thead th,
table.finance thead td,
table.finance tbody th {
  background: #e8f5fa;
  color: #3286c0;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.finance thead th:nth-child(1),
table.finance thead td:nth-child(1),
table.finance tbody th:nth-child(1) {
  width: 260px;
}
table.finance thead th:nth-child(2),
table.finance thead th:nth-child(3),
table.finance thead th:nth-child(5),
table.finance thead td:nth-child(2),
table.finance thead td:nth-child(3),
table.finance thead td:nth-child(5),
table.finance tbody th:nth-child(2),
table.finance tbody th:nth-child(3),
table.finance tbody th:nth-child(5) {
  width: 130px;
}
table.finance thead th:nth-child(4),
table.finance thead td:nth-child(4),
table.finance tbody th:nth-child(4) {
  width: 150px;
}
table.finance tbody th {
  font-size: 16px;
  padding: 15px;
  font-weight: 400;
}
table.finance tbody td:nth-child(2) {
  width: 150px;
}
table.finance tfoot td,
table.finance tfoot th {
  border-top-width: 1px;
}
.pager .pagedisplay {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  top: 4px;
}
.pager .icon {
  cursor: pointer;
}
.pager .icon.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.pager select {
  width: auto;
  height: 30px;
  margin: 0 0 0 10px;
  position: relative;
  top: 4px;
}
#operations {
  padding: 0 0 1em;
}
#operations p {
  margin: 0 0 1em;
}
#operations .icon {
  margin-left: 15px;
}
#operations select {
  width: 402px;
}
#carSelection label {
  width: 130px;
}
#carSelection label.req {
  font-weight: 300;
}
#carSelection label.req em {
  display: none;
}
#carSelection #id_id_dealer {
  margin-right: 155px;
}
#carSelection .msg.dontHide {
  display: block !important;
  margin: 0;
}
#carSelection #carsHolder {
  position: relative;
  padding-bottom: 1.8em;
}
#carSelection #carsHolder .inputLoadingLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255,255,255,0.7) url('../img/icons/loading.gif') no-repeat center center;
  display: none;
}
#carSelection #carsHolder.loading .inputLoadingLayer {
  display: block;
}
#carSelection #carsHolder p {
  margin-bottom: 0;
}
#carSelection .inputCont.radio {
  display: block;
  width: auto;
  float: none;
  clear: both;
  color: #062c33;
}
#carSelection .inputCont.radio .radInputLabel {
  display: inline-block;
  width: 19.5%;
  position: relative;
  height: 40px;
  margin: 0 0.5% 8px 0;
}
#carSelection .inputCont.radio .radInputLabel > input {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
#carSelection .inputCont.radio label.radLabel {
  display: inline-block;
  position: relative;
  z-index: 2;
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  background: #99cc00;
  border: 1px solid #fff;
  -o-transition: background-color .25s linear;
  -moz-transition: background-color .25s linear;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}
#carSelection .inputCont.radio label.radLabel .text {
  display: inline-block;
  vertical-align: bottom;
  line-height: 16px;
  height: 35px;
  width: 85%;
  padding: 4px 2% 0;
  overflow: hidden;
}
#carSelection .inputCont.radio label.radLabel .text small {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0 0;
  font-size: 11px;
}
#carSelection .inputCont.radio input:checked + label {
  background-image: url('../img/icons/okSmall.png');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
#carSelection .inputCont.radio label:hover,
#carSelection .inputCont.radio input:checked + label {
  background-color: #82ae00;
}
#carSelection .inputCont.radio input.reserved + label {
  background-color: #d6adeb;
}
#carSelection .inputCont.radio input.rented + label {
  background-color: #ffc641;
  cursor: default;
}
#carSelection .inputCont.radio input.inTolerance + label {
  background-color: #fff;
  border-color: #ddd;
}
#carSelection .inputCont.radio input.inTolerance + label:hover,
#carSelection .inputCont.radio input.inTolerance:checked + label {
  background-color: #e0e0e0;
}
#carSelection .inputCont.radio input.inTolerance:checked + label {
  background-image: url('../img/icons/okSmall.png');
}
#carSelection .inputCont.radio input.notReturned + label {
  background-color: #ddd;
}
#carSelection .inputCont.radio input.notReturned + label:hover,
#carSelection .inputCont.radio input.notReturned:checked + label {
  background-color: #bfbfbf;
}
#carSelection .inputCont.radio input.leasing + label {
  background-color: #7E8FFF;
}
#carSelection .inputCont.radio input.leasing + label:hover,
#carSelection .inputCont.radio input.leasing:checked + label {
  background-color: #7E8FFF;
}
#carSelection .fieldsetAfterText .legend {
  clear: both;
}
#carSelection .fieldsetAfterText .legend > span {
  display: inline-block;
  width: 30%;
  margin: 0 2% 32px 0;
  color: #062c33;
}
#carSelection .fieldsetAfterText .legend > span span {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  width: 80%;
}
#carSelection .fieldsetAfterText .legend > span em {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
#carSelection .fieldsetAfterText .legend > span em i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: #99cc00;
  border: 1px solid #fff;
}
#carSelection .fieldsetAfterText .legend > span.rented i {
  background: #ffc641;
}
#carSelection .fieldsetAfterText .legend > span.reserved i {
  background: #d6adeb;
}
#carSelection .fieldsetAfterText .legend > span.inTolerance i {
  background: #fff;
  border-color: #eee;
}
#carSelection .fieldsetAfterText .legend > span.notReturned i {
  background: #ddd;
}
#carSelection .fieldsetAfterText .legend > span.leasing i {
  background: #7E8FFF;
}
#page .groupTabs,
#page .invoiceTabs,
#page .tabbedForm .tabLinks {
  position: relative;
  bottom: -1px;
}
#page .groupTabs a,
#page .invoiceTabs a,
#page .tabbedForm .tabLinks a {
  color: #8a8a8a;
  text-decoration: none;
  display: inline-block;
  padding: 1em 1.5em;
  margin-right: 0.2em;
  border: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  font-size: 1.2em;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
#page .groupTabs a:hover,
#page .groupTabs a.active,
#page .invoiceTabs a:hover,
#page .invoiceTabs a.active,
#page .tabbedForm .tabLinks a:hover,
#page .tabbedForm .tabLinks a.active {
  color: #3e3e3e;
}
#page .groupTabs a.active,
#page .invoiceTabs a.active,
#page .tabbedForm .tabLinks a.active {
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #fff;
}
#page .rent_invoice_fieldset2 .invoiceTabs {
  bottom: 0;
}
.tabbedForm .formTabs fieldset,
.invoiceGroup,
form .groupDiv {
  padding: 1.8em 1.5em 0;
  margin-bottom: 1.8em;
  border: 1px solid #e7e7e7;
  background: #fff;
}
#page .tabbedForm .formTabs fieldset {
  margin-top: 1px;
  display: none;
}
#page .tabbedForm .formTabs fieldset.active {
  display: block;
}
#page .tabbedForm .formTabs fieldset legend {
  display: none;
}
#page .hideTabs .groupTabs {
  display: none;
}
#page .hideTabs .groupDiv {
  padding: 0;
  border: none;
}
.invoiceItems th,
.invoiceItems td {
  border-bottom: 2px solid #f0f0f0;
  padding: 8px 5px;
  position: relative;
}
.invoiceItems thead th {
  text-align: left;
  font-weight: 300;
}
.invoiceItems thead th[align="right"] {
  text-align: right;
}
.invoiceItems tbody td {
  line-height: 42px;
}
.invoiceItems label.error {
  display: none !important;
}
.invoiceItems .button {
  margin: 10px 0 0 35px !important;
}
.invoiceItems .icon.remove {
  position: relative;
  top: 10px;
}
.invoiceItems .input-text.small,
.invoiceItems .input-text.extraSmall {
  padding: 0 5px;
}
.invoiceItems .input-text.small {
  width: 100px;
}
.invoiceItems .input-text.extraSmall {
  width: 60px;
}
.invoiceItems.detail {
  margin: 30px 0 30px 15px;
}
.invoiceItems.detail h3 {
  margin-bottom: 10px;
  font-size: 1.3em;
}
.invoiceItems.detail th,
.invoiceItems.detail td {
  padding: 0 5px;
  font-size: 15px;
  line-height: 35px;
  border: none;
  border-top: 1px solid #f0f0f0;
}
.invoiceItems.detail th {
  font-weight: 600;
}
.invoiceItems.detail thead th,
.invoiceItems.detail thead td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.invoiceItems.detail tfoot td {
  border: none;
  border-top: 1px solid #ccc;
}
.invoiceItems .disabled {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: transparent url('../img/backs/white50.png') repeat 0 0;
}
.hideInvoiceItems .invoiceItems {
  display: none;
}
.loadingIcon {
  background: transparent url('../img/icons/loading.gif') no-repeat right center;
}
.carScheme svg {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.carScheme .blue {
  fill: #cff3ff;
}
.carScheme .red,
.carScheme .orange {
  fill: #ffe4ad;
}
.carScheme[data-clickable] svg .section rect,
.carScheme[data-clickable] svg .section path {
  cursor: pointer;
}
.carScheme[data-clickable] svg .section:hover .colorable,
.carScheme svg .section.active .colorable {
  fill: #0099cc;
}
.carScheme[data-clickable] svg .section:hover .colorable.red,
.carScheme[data-clickable] svg .section:hover .colorable.orange,
.carScheme svg .section.active .colorable.red,
.carScheme svg .section.active .colorable.orange {
  fill: #ffbb33;
}
.carScheme[data-clickable] svg .section:hover .colorable.black,
.carScheme svg .section.active .colorable.black {
  fill: #000000;
}
.carScheme[data-clickable] svg .section:hover .colorable.white,
.carScheme svg .section.active .colorable.white {
  fill: #cff3ff;
}
.carScheme.red[data-clickable] svg .section:hover .colorable,
.carScheme.red svg .section.active .colorable {
  fill: #f44;
}
.carScheme.red[data-clickable] svg .section:hover .colorable.red,
.carScheme.red[data-clickable] svg .section:hover .colorable.orange,
.carScheme.red svg .section.active .colorable.red,
.carScheme.red svg .section.active .colorable.orange {
  fill: #c00;
}
.carScheme.red[data-clickable] svg .section:hover .colorable.black,
.carScheme.red svg .section.active .colorable.black {
  fill: #000000;
}
.carScheme.red[data-clickable] svg .section:hover .colorable.white,
.carScheme.red svg .section.active .colorable.white {
  fill: #ffcccc;
}
h2.gray {
  color: #888;
}
fieldset .toggleCarGallery {
  display: none;
}
fieldset.toggleableCarGallery .toggleCarGallery {
  display: block;
}
fieldset.toggleableCarGallery .toggleCarGallery[data-hidden="1"] + .carScheme {
  display: none;
}
fieldset.setHidden {
  display: none !important;
}
