﻿html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

BODY {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

BODY a img {
  border: none;
}

BODY a:focus, input:focus, object:focus, button:focus, label:focus, textarea:focus {
  outline: none;
}

form {
  margin: 0px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 1em;
  text-rendering: optimizelegibility;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  height: 1px;
  background-color: #000;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0px;
  padding: 0px;
}

time {
  font-size: 100%;
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

textarea {
  resize: none;
  overflow: auto;
  margin: 0;
  padding: 0;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

audio:not([controls]) {
  display: none;
}

DIV.aspNetHidden {
  display: none;
}

map area:focus {
  outline: none;
}

map > area,
map > area:active,
map > area:focus {
  outline: none !important;
  border: 0 !important;
  outline-width: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

img {
  display: inline-block;
  vertical-align: middle;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

select {
  width: 100%;
}

/* COMMON CLASSES:START */
.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.FloatBreak {
  clear: both;
}

.FloatBreakLeft {
  clear: left;
}

.float25 {
  float: left;
  width: 25%;
}

.float50 {
  float: left;
  width: 50%;
}

.float65 {
  float: left;
  width: 65%;
}

.float75 {
  float: left;
  width: 75%;
}

.floatR25 {
  float: right;
  width: 25%;
}

.floatR50 {
  float: right;
  width: 50%;
}

.floatR65 {
  float: right;
  width: 65%;
}

.floatR75 {
  float: right;
  width: 75%;
}

.nomargin {
  margin: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.nopadding {
  padding: 0px !important;
}

.noborder {
  border: none !important;
}

.spacer {
  height: 5px;
}

.spacer10 {
  height: 10px;
}

.spacer15 {
  height: 15px;
}

.spacer20 {
  height: 20px;
}

.spacer25 {
  height: 25px;
}

.spacer30 {
  height: 30px;
}

.spacer40 {
  height: 40px;
}

.spacer50 {
  height: 50px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hidden {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineblock {
  display: inline-block !important;
}

.invisible {
  visibility: hidden;
}

.overflowHidden {
  overflow: hidden;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignJustify {
  text-align: justify;
}

.alignBottom {
  vertical-align: bottom;
}

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

.underline, .underline:hover {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fontArial {
  font-family: Arial,Helvetica,sans-serif;
}

.black {
  color: #000 !important;
}

.white {
  color: #ffffff;
}

.blackAlpha50 {
  color: rgba(0, 0, 0, 0.5);
}

.whiteAlpha50 {
  color: rgba(255, 255, 255, 0.5);
}

.whiteBgAlpha25 {
  background: rgba(255, 255, 255, 0.25);
  background: url(../Imgs/helpers/OldBrowsers/white_25.png) \9;
}

.whiteBgAlpha30 {
  background: rgba(255, 255, 255, 0.3);
  background: url(../Imgs/helpers/OldBrowsers/white_30.png) \9;
}

.whiteBgAlpha40 {
  background: rgba(255, 255, 255, 0.4);
  background: url(../Imgs/helpers/OldBrowsers/white_40.png) \9;
}

.whiteBgAlpha50 {
  background: rgba(255, 255, 255, 0.5);
  background: url(../Imgs/helpers/OldBrowsers/white_50.png) \9;
}

.whiteBgAlpha75 {
  background: rgba(255, 255, 255, 0.75);
  background: url(../Imgs/helpers/OldBrowsers/white_75.png) \9;
}

.whiteBgAlpha90 {
  background: rgba(255, 255, 255, 0.9);
  background: url(../Imgs/helpers/OldBrowsers/white_90.png) \9;
}

.lineheight100perc {
  line-height: 100%;
}

.lineheight10 {
  line-height: 10px;
}

.lineheight12 {
  line-height: 12px;
}

.lineheight15 {
  line-height: 15px;
}

.lineheight20 {
  line-height: 20px;
}

.lineheight30 {
  line-height: 30px;
}

.height50 {
  height: 50px;
}

.pointer {
  cursor: pointer;
}

.ulClear, .validErrors div ul, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputClear {
  margin: 0;
  padding: 0px;
  border: none;
  background: none;
}

.btnClear {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.objRight {
  margin-left: auto;
  margin-right: 0;
}

.bgWhite {
  background-color: #FFF;
}

.bgBlack {
  background-color: #000;
}

/* equal columns with css,it is in descending order */
.equalFloatColumnsWrapper {
  float: left;
}

.equalFloatColumnsContainer {
  float: left;
  overflow: hidden;
}

.equalFloatColumns {
  float: left;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}

/* vertical middle without tables, it is in descending order */
.verticalMiddleWrap {
  display: table;
}

.verticalMiddle {
  display: table-cell;
  vertical-align: middle;
}

.hrWhite {
  background-color: #FFF;
  color: #FFF;
}

.tableDefault, .tblPassChg, .tblLgn, .tblLgn .formTbl, .Voucher .tblDetails {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
}

.tableDefault th, .tblPassChg th, .tblLgn th, .tblLgn .formTbl th, .Voucher .tblDetails th, .tableDefault td, .tblPassChg td, .tblLgn td, .tblLgn .formTbl td, .Voucher .tblDetails td {
  padding: 0px;
  margin: 0px;
}

.tableEqCol {
  table-layout: fixed;
}

.tableEqCol th, .tableEqCol td {
  overflow: hidden;
}

/* ACCESSIBLITY CSS */
.accessible-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/* FONT-FACES:START */
/*@font-face{font-family:UBHelvetica;src:url('fonts/UB-Helvetica.TTF');}@font-face{font-family:UBHelvetica;font-weight:bold;src:url('fonts/UB-Helvetica-bold.TTF');}@font-face{font-family:UBHelvetica;font-style:italic;src:url('fonts/UB-Helvetica-italic.TTF');}*/
@font-face {
  font-family: 'UBHelvetica';
  src: url("fonts/geobats.eot");
  src: local("UBHelvetica"), url("fonts/UB-Helvetica.eot?#iefix") format("embedded-opentype"), url("fonts/UB-Helvetica.woff") format("woff"), url("fonts/UB-Helvetica.TTF") format("truetype"), url("fonts/UB-Helvetica.svg#UBHelvetica") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ubhelvetica {
  font-family: UBHelvetica,sans-serif;
}

/* FONT-FACES:END */
/* GRID LAYOUT:START */
.row {
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

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

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

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

.container-fluid:after {
  clear: both;
}

@media (min-width: 1200px) {
  .row {
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    *zoom: 1;
  }
  .row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
}

/* GRID LAYOUT:END */
/* COMMON CLASSES:END */
.rowIE7, .table, .carLstRes .brands, .carLstRes .carLst .Itm .ItmTbl {
  *zoom: 1;
}

.rowIE7:before, .table:before, .carLstRes .brands:before, .carLstRes .carLst .Itm .ItmTbl:before, .rowIE7:after, .table:after, .carLstRes .brands:after, .carLstRes .carLst .Itm .ItmTbl:after {
  *line-height: 0;
  *content: "";
}

.rowIE7:after, .table:after, .carLstRes .brands:after, .carLstRes .carLst .Itm .ItmTbl:after {
  *clear: both;
}

.table, .carLstRes .brands, .carLstRes .carLst .Itm .ItmTbl {
  display: table;
  *display: block;
}

.cell, .carLstRes .brands .brandCell, .carLstRes .carLst .Itm .ItmTbl .cell {
  display: table-cell;
  *display: block;
  *float: left;
}

/* Support for the old syntax */
/* Usage:
.article {
     @include clearfix();
}
*/
/*Usage:
.text-truncate {
  @include text-truncate;
}*/
/*Usage:
body {
  @include font-size(16);
}*/
/*Usage:
body {
  @include line-height (16);
}*/
/*
	keyframes usage:
	@include keyframes(animName) {
		0%, 100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
		10%, 30%, 50%, 70%, 90% {
			-webkit-transform: translateX(-$xoffset);
			transform: translateX(-$xoffset);
		}
		20%, 40%, 60%, 80% {
			-webkit-transform: translateX($xoffset);
			transform: translateX($xoffset);
		}
	}
*/
/* GLOBAL VARIABLES */
html {
  font-size: 12px;
  line-height: 1.3;
}

body,
input,
select,
textarea,
button,
.ui-btn {
  font-size: 1.08333em;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

input {
  border: 1px solid #A9A9A9;
  background: #fff;
  padding: 2px;
}

/* preloader */
.preloader, .preloaderMedium, .preloaderSmall {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  -webkit-animation: prelAnim 1s infinite linear;
  -ms-animation: prelAnim 1s infinite linear;
  -moz-animation: prelAnim 1s infinite linear;
  -o-animation: prelAnim 1s infinite linear;
  animation: prelAnim 1s infinite linear;
}

.preloader {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

HTML, BODY {
  /*height:100%;*/
}

BODY {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

HTML BODY a {
  color: #1D76D5;
  text-decoration: none;
}

HTML BODY a:hover, HTML BODY a:focus {
  color: #0088cc;
  text-decoration: none;
}

.pagewrapper, .header, .mainMenuWrap, .mainContents, .footer {
  max-width: 1280px;
  margin: 0 auto;
}

.innerwrapper {
  width: 1080px;
  margin: 0 auto;
}

.yellowBtn {
  font-size: 15px;
  padding: 5px 12px;
  line-height: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #000;
  text-shadow: 0 1px #fff;
  font-size: 13px;
  background-color: #FFF229;
  min-width: 130px;
}

.yellowBtn:hover {
  background-color: #DBBF00;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.blueBtn, .redBtn, input.redBtn[type=submit], input[type=submit], .header .logoutWrap .LogoutBtn, .NewReserveSubmit {
  font-size: 15px;
  padding: 11px 15px;
  line-height: 15px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.18s ease-out;
  -ms-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  -o-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
  border: none;
  color: #fff;
  font-size: 13px;
  background-color: #468dff;
  min-width: 130px;
}

.blueBtn:hover, .redBtn:hover, input[type=submit]:hover, .header .logoutWrap .LogoutBtn:hover, .NewReserveSubmit:hover {
  background-color: #2366d1;
  text-decoration: none;
  color: #fff;
}

.redBtn, input.redBtn[type=submit] {
  background-color: #f3a6a6;
}

.redBtn:hover, input.redBtn[type=submit]:hover {
  background-color: #f30a0a;
  text-decoration: none;
  color: #fff;
}

input[disabled], input[disabled]:hover, select[disabled] {
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opperc);
  filter: alpha(opacity=50);
  cursor: default;
}

.btnPrintWrap {
  text-align: center;
  margin: 25px 0;
}

body .btnPrint, body .btnPrint:hover {
  min-width: 0;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: url("../Imgs/TravelPortal/Printer.png") no-repeat;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.tdLbl {
  text-align: right;
  padding-right: 5px;
}

.tdInpt {
  text-align: left;
}

.header {
  position: relative;
  background: #EBEBEB;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.header .headerTopRow {
  padding: 20px 50px;
  *zoom: 1;
}

.header .headerTopRow:before,
.header .headerTopRow:after {
  content: "";
  display: table;
}

.header .headerTopRow:after {
  clear: both;
}

.header .logo {
  float: right;
  margin-top: 11px;
}

.header .travelLogo {
  float: left;
}

.header .logoutWrap {
  text-align: right;
  padding: 0 50px 20px;
  color: #545456;
}

.header .logoutWrap .username, .header .logoutWrap .LogoutBtn {
  display: inline-block;
  text-align: center;
}

.header .logoutWrap .username {
  padding: 6px 14px;
  border-radius: 5px;
  color: #000;
  background: #bbb;
}

.header .logoutWrap .LogoutBtn {
  padding: 6px 14px;
  margin-left: 10px;
}

.mainMenuWrap {
  height: 40px;
  position: relative;
  font-size: 15px;
  background: #8a8a8a;
  /*@include boxShadow(0px 0px 5px rgba(0, 0, 0, 0.45)); @include gradient(#6c6b70, #515153);*/
}

.mainMenuWrap .mainMenu {
  position: absolute;
  right: 0;
  bottom: 0;
}

.mainMenuWrap .MenuListItem {
  float: left;
}

.mainMenuWrap .MenuListItem a {
  color: #fff;
  line-height: 40px;
  padding: 0 30px;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.mainMenuWrap .MenuListItem:first-child a {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.mainMenuWrap .MenuListItem a:hover {
  background: #000;
  color: #fff;
}

.mainMenuWrap .MenuListItem a.active {
  color: #000;
  background-color: #fff;
}

.mainContents {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.mainContentsIns {
  position: relative;
  padding: 20px 40px;
  min-height: 500px;
  *zoom: 1;
}

.mainContentsIns:before,
.mainContentsIns:after {
  content: "";
  display: table;
}

.mainContentsIns:after {
  clear: both;
}

.boxInEmboss {
  background: #EBEBEB;
  color: #555;
  padding: 30px 35px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.boxInEmboss .seperator {
  margin: 30px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

select, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="file"],
input[type="url"] {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

select::placeholder, input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="file"]::placeholder,
input[type="url"]::placeholder {
  color: #aaa;
}

.HomeBookingIns select, .inputsGroup select, .HomeBookingIns input[type="text"],
.inputsGroup input[type="text"],
.HomeBookingIns input[type="password"],
.inputsGroup input[type="password"],
.HomeBookingIns input[type="date"],
.inputsGroup input[type="date"],
.HomeBookingIns input[type="datetime"],
.inputsGroup input[type="datetime"],
.HomeBookingIns input[type="datetime-local"],
.inputsGroup input[type="datetime-local"],
.HomeBookingIns input[type="month"],
.inputsGroup input[type="month"],
.HomeBookingIns input[type="week"],
.inputsGroup input[type="week"],
.HomeBookingIns input[type="email"],
.inputsGroup input[type="email"],
.HomeBookingIns input[type="number"],
.inputsGroup input[type="number"],
.HomeBookingIns input[type="search"],
.inputsGroup input[type="search"],
.HomeBookingIns input[type="tel"],
.inputsGroup input[type="tel"],
.HomeBookingIns input[type="time"],
.inputsGroup input[type="time"],
.HomeBookingIns input[type="file"],
.inputsGroup input[type="file"],
.HomeBookingIns input[type="url"], .inputsGroup input[type="url"] {
  font-size: 16px;
  height: 48px;
}

.UpdtPanel select, .UpdtPanel input[type="text"],
.UpdtPanel input[type="password"],
.UpdtPanel input[type="date"],
.UpdtPanel input[type="datetime"],
.UpdtPanel input[type="datetime-local"],
.UpdtPanel input[type="month"],
.UpdtPanel input[type="week"],
.UpdtPanel input[type="email"],
.UpdtPanel input[type="number"],
.UpdtPanel input[type="search"],
.UpdtPanel input[type="tel"],
.UpdtPanel input[type="time"],
.UpdtPanel input[type="file"],
.UpdtPanel input[type="url"] {
  font-size: 14px !important;
  height: 48px !important;
}

select {
  padding-right: 0;
}

textarea {
  padding: 5px 14px;
}

.pickupLocInput, .returnLocInput {
  padding-right: 40px !important;
}

.returnLocInput {
  border: 2px dashed #BFBFBF !important;
}

.inputWrap {
  margin-bottom: 10px;
}

.inputWrap > span, .inputWrap label {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 8px;
}

.footer {
  background: #e2e2e2;
  /*@include boxShadow(0px 0px 2px rgba(0, 0, 0, 0.3));*/
  border-top: 3px solid #c9dcfb;
}

.footer .footerIns {
  padding: 20px 0;
}

.footer .footerCol {
  float: left;
  width: 25%;
  min-height: 80px;
  margin-left: 25px;
  border-right: 1px solid #fff;
  color: #818181;
}

.footer .footerCol em {
  color: #222;
  font-style: normal;
}

.footer .bottom {
  background: #bbbabb;
  padding: 10px 20px;
  text-align: right;
}

.footer .bottom a {
  color: #fff;
}

.footer .bottom a:hover {
  color: #ffd201;
}

.footerLinks {
  float: left;
}

.footerLinks a {
  display: inline-block;
  margin-right: 12px;
}

.stylebody {
  margin: 0px 0px 0px 0px;
  min-height: 500px;
}

.title {
  color: #000000;
  font-size: 24px;
}

.text {
  color: #000000;
  font-size: 11px;
}

.error {
  color: #FF0000;
  font-size: 11px;
  font-weight: bold;
}

.success {
  color: #12BA11;
  font-size: 15px;
  font-weight: bold;
}

.button {
  border-width: 1px;
  font-size: 11px;
}

.button_bold {
  background-color: #FFD60D;
  border-color: #FFE256 #7F6B06 #7F6B06 #FFE256;
  border-style: solid;
  border-width: thin;
  font-size: 11px;
  font-weight: bold;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  color: #999999;
  text-decoration: underline;
}

.toplinks {
  color: #FFFFFF;
  text-decoration: underline;
}

.topLinks:hover {
  color: #000000;
  text-decoration: underline;
}

.softBG {
  background-color: #D8DEE6;
  color: #000000;
  font-size: 11px;
}

.softBGMouseOver {
  background-color: #B8C3D2;
  color: #000000;
  font-size: 11px;
}

.withDatePickerOuter {
  position: relative;
}

.withDatePickerOuter .InputSimple {
  height: 16px;
}

.withDatePickerOuter .ui-datepicker-trigger {
  position: absolute;
  bottom: -1px;
  margin: 0;
}

.withDatePickerIner {
  position: relative;
}

.withDatePickerIner .InputSimple {
  height: 16px;
}

.withDatePickerIner .ui-datepicker-trigger {
  bottom: -1px;
  margin: 0;
}

.hasDatepicker {
  background-image: url("../Imgs/TravelPortal/calendar.svg");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 27px;
}

.imgwait {
  visibility: hidden;
  vertical-align: middle;
}

.ChooseCarButton {
  /*float: right;*/
  width: 100px;
  padding: 1px 3px;
  background-color: #b6c9ff;
  border-color: #fff;
  border-width: 1px;
}

.tablewrapper {
  margin-top: 2em;
}

.LocationDatesWrap {
  width: 80%;
  margin: 0 auto 20px;
  text-align: left;
}

.LocationDatesWrap .col {
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.LocationDatesWrap .dateCol, .LocationDatesWrap .hoursCol {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  margin-right: -2px;
}

.LocationDatesWrap .dateCol label {
  white-space: nowrap;
}

.LocationDatesWrap .hoursCol {
  padding-left: 8px;
}

.LocationDatesWrap .inputTime {
  display: inline-block;
  width: calc(50% - 4px);
}

.dateDurLabel {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}

.fullCreditWrap {
  width: 80%;
  margin: 0 auto 20px;
  padding: 0 8px;
}

.fullCreditWrap label {
  display: inline-block;
  margin-left: 10px;
}

.InputLabelWrapper {
  position: relative;
  height: 38px;
  padding: 13px 0;
}

label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.InputLabel {
  display: block;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}

.inputTime {
  width: auto;
}

.persInfoForm {
  width: 70%;
  float: left;
}

.persInfoSidebar {
  width: 25%;
  float: right;
  border: 1px solid #c3c3c3;
}

.persInfoSidebar input {
  margin-top: 10px;
}

.persInfoSidebarTitle {
  font-size: 20px;
  background: #cfd7e6;
  display: block;
  padding: 10px;
}

.persInfoSidebarSect {
  padding: 20px;
}

.persInfoSidebarSect:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}

.persInfoSidebarSectTitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}

.ChosenVehicleNameWrapper {
  font-size: 18px;
  margin-bottom: 10px;
}

.sidebarDetails {
  margin-bottom: 15px;
}

.sidebarDetails.ChosenVehicleImageWrapper {
  width: 154px;
  float: left;
}

.ProviderWrapper {
  height: 108px;
  line-height: 108px;
  float: left;
  width: 60px;
}

.ProviderWrapper:after {
  content: "";
  display: block;
  clear: both;
}

.imageWrapper {
  clear: both;
}

.sidebarDetailsTitle {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.LocationDatetime {
  font-weight: bold;
}

.LocationName {
  font-weight: bold;
}

.CommnetsTbl {
  text-align: left;
  width: 100%;
  border-spacing: 0px;
}

.inputsGroup {
  margin: 0 auto;
}

.inputsGroup .tdLbl {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.inputsGroup .tdLbl span {
  display: block;
  padding-bottom: 7px;
}

.DriverDetails {
  padding: 0 0 3em 0;
}

.driversDtls {
  width: 100%;
  margin-left: -10px;
  border-spacing: 0px;
  padding-bottom: 5px;
}

.driversDtls .tdLbl {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

.driversDtls .tdLbl > span {
  display: block;
  padding-bottom: 7px;
}

.TravelPortalAdminSynergates {
  font-size: large;
  background-color: #D8DEE6;
  color: #000000;
}

.TravelPortalAdminYpokatastimata {
  font-size: large;
  background-color: #D8DEE6;
  color: #000000;
}

.TravelPortalAdminXristwn {
  text-align: center;
  font-size: large;
  background-color: #D8DEE6;
  color: #000000;
}

.dataTables_filter {
  display: none !important;
}

#loadingimg {
  border: 2px ridge #FFF229;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.sameLoc {
  position: absolute;
  left: 0;
  top: 5px;
  font-style: italic;
}

.carLstRes {
  position: relative;
  width: 80%;
  margin: 30px auto 0;
}

.carLstRes.OneColumn {
  width: 500px;
}

.carLstRes.ThreeColumn .VehicleOnRequest {
  min-width: 7em !important;
}

.carLstRes.ThreeColumn input[type=submit] {
  min-width: 100px !important;
}

.carLstRes .brands {
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.carLstRes .brands .brandCell {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.carLstRes .brands .brandCell:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  /* background: #c9dcfb;*/
  position: relative;
  top: 3px;
}

.carLstRes .brands .brandCell .ins {
  width: 90%;
  margin: 0 auto;
  padding: 16px 0;
  height: 5.5em;
}

.carLstRes .brands .brandCell:first-child {
  border-left: 0;
}

.carLstRes .carLst .Itm {
  position: relative;
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  padding: 5px 0 5px 0;
}

.carLstRes .carLst .Itm .ctgFlg {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 25px;
  line-height: 1em;
  height: 100%;
  text-align: center;
  color: #555;
  font-size: 50px;
  font-weight: bold;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carLstRes .carLst .Itm .ctgFlg:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #555;
}

.carLstRes .carLst .Itm .ItmTbl {
  width: 100%;
  table-layout: fixed;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell, .carLstRes .carLst .Itm .ItmTbl .cell {
  border-color: rgba(0, 0, 0, 0.2);
  line-height: 0;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell:first-child, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell:first-child, .carLstRes .carLst .Itm .ItmTbl .cell:first-child {
  border-left: none !important;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell .ChooseCarWrapper, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell .ChooseCarWrapper, .carLstRes .carLst .Itm .ItmTbl .cell .ChooseCarWrapper {
  line-height: 1;
  padding: 15px 20px;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell .ChooseCarTitleWrapper, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell .ChooseCarTitleWrapper, .carLstRes .carLst .Itm .ItmTbl .cell .ChooseCarTitleWrapper {
  font-size: 15px;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell .ChooseCarImageWrapper, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell .ChooseCarImageWrapper, .carLstRes .carLst .Itm .ItmTbl .cell .ChooseCarImageWrapper {
  text-align: center;
  margin: 10px 0;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell .ChooseCarPriceTag, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell .ChooseCarPriceTag, .carLstRes .carLst .Itm .ItmTbl .cell .ChooseCarPriceTag {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell .imgwait, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell .imgwait, .carLstRes .carLst .Itm .ItmTbl .cell .imgwait {
  visibility: visible;
  display: none;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell .VehicleOnRequest, .carLstRes .brands .carLst .Itm .ItmTbl .brandCell .VehicleOnRequest, .carLstRes .carLst .Itm .ItmTbl .cell .VehicleOnRequest {
  display: inline-block;
  margin-left: 11px;
  padding: 11px 8px;
  color: red;
  border: 1px dashed red;
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 8em;
}

.carLstRes .carLst .Itm .ItmTbl .brands .brandCell input[type=submit], .carLstRes .brands .carLst .Itm .ItmTbl .brandCell input[type=submit], .carLstRes .carLst .Itm .ItmTbl .cell input[type=submit] {
  min-width: 120px;
}

.required:after {
  content: '*';
  color: #f00;
  margin-left: 3px;
}

.tblLgnPassWrap {
  padding-top: 40px;
  text-align: center;
}

.tblPassChg {
  width: 28%;
  margin: 0 auto;
}

.tblPassChg input {
  width: 100%;
}

.tblPassChg .tdLbl {
  text-align: left;
  font-size: 14px;
  padding-bottom: 5px;
}

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

.tblPassChg .btnWrap input {
  width: 62%;
}

.tblLgn {
  width: 65%;
}

.tblLgn .formTbl {
  width: 100%;
}

.tblLgn .formTbl .tdLbl {
  width: 30%;
}

.btnWrap {
  padding-top: 30px;
}

.validErrors {
  color: red;
  font-weight: bold;
}

.validErrors div {
  padding: 10px 0;
}

.Voucher {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
}

.Voucher .tblDetails {
  width: 80%;
  margin: 0 auto;
}

.Voucher .tblDetails td {
  padding: 5px 0;
}

.Voucher .tblDetails td:first-child {
  width: 30%;
  text-align: right;
  padding-right: 10px;
}

.Voucher .tblDetails tr:nth-child(2n) td {
  background: #f2f2f2;
}

.driversDtlsMore {
  width: auto;
}

.carModel {
  text-align: center;
  font-size: 25px;
  padding: 0 0 10px 0;
}

.carMoreInfo {
  font-style: italic;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
}

.rsvRowActive td {
  background: #c9dcfb !important;
}

.resStatus_3 td, .resStatus_6 td {
  background: #f3a6a6 !important;
}

a.tooltip {
  position: relative;
  display: inline;
}

a.tooltip:after {
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 20%;
  opacity: 0;
  content: attr(data-tool);
  /* might also use attr(title) */
  height: auto;
  min-width: 100px;
  padding: 5px 8px;
  z-index: 999;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.tooltip:before {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  content: "";
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

a.tooltip:hover:after {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

a.tooltip:hover:before {
  visibility: visible;
  opacity: 1;
  bottom: 14px;
}

.loginHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-position: center;
  background-size: cover;
}

.loginWrap {
  float: right;
  background: rgba(235, 235, 235, 0.9);
  width: 587px;
  height: 100%;
  padding: 20px 35px;
  border-radius: 5px;
  border: 1px solid #bbb;
}

.loginWrap .inputWrap {
  width: 300px !important;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.loginWrap .btnWrap {
  padding-top: 10px;
  text-align: center;
}

.loginWrap .lnkWrap {
  padding: 2em 0;
}

.loginHeader {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

.loginText {
  font-size: 13px;
  display: block;
  margin-bottom: 30px;
  text-align: left;
}

.ui-widget-header {
  border: none;
  background: #ebebeb;
}

.ui-widget-header .dataTables_info, .ui-widget-header .dataTables_length {
  color: #000;
}

.dataTables_wrapper .ui-toolbar {
  padding: 14px;
}

.dataTables_length select {
  display: inline-block;
  width: 50px;
  margin: 0 5px;
  padding: 0;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: $yellow;
    border-top: none;
    border-color: rgba(0,0,0,.2);
}*/
.hertzdatatable thead .ui-state-default {
  padding: 8px 10px;
  background: #cfd7e6 !important;
  border-color: rgba(0, 0, 0, 0.2);
}

.hertzdatatable tfoot .ui-state-default {
  background: #ebebeb !important;
  border: none;
  border-bottom: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 8px 10px;
}

.hertzdatatable tfoot .ui-state-default:first-child {
  border-left: 1px solid #bcbcbc;
}

table.dataTable tbody tr.selected, table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background: #d2e3ff;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected {
  background: #d2e3ff;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1, table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background: #b3d0ff;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
  background-position: 0 0 !important;
  background-size: contain;
}

.ui-icon-circle-triangle-w {
  background-image: url("../Imgs/TravelPortal/arrow_left.png") !important;
}

.ui-icon-circle-triangle-e {
  background-image: url("../Imgs/TravelPortal/arrow_right.png") !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
  top: 6px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  top: 6px !important;
}

.ui-datepicker {
  background: #fff !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #e4e4e4 !important;
  color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #468dff !important;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  background: #468dff;
  text-align: center;
  font-weight: 400;
  color: #fff;
  border: none;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-state-hover {
  background: #1e59b9 !important;
}

.ui-datepicker table {
  font-size: 1em;
}

.hide {
  display: none;
}

.layerLnk {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 5px 8px;
  color: #5593c4;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.layerLnk.active {
  padding-bottom: 14px;
  border-bottom-left-radius: 0;
  z-index: 4;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.layerLnk .icon-search-lightPrimary {
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  background-image: url("../Imgs/TravelPortal/searchLoc-lightPrimary.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.locLayer {
  position: absolute;
  left: 0;
  top: 39px;
  width: 100%;
  z-index: 1;
  background: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #d4d4d4;
  transform: translateY(-1px);
}

.locLayer .conts {
  padding: 4px 15px 12px 15px;
}

.locLayer .field-container {
  margin-top: 9px;
  display: none;
}

.locLayer .field-container:first-child {
  display: block;
}

.locLayer .select2-container {
  width: 100%;
}

.select2-results .select2-highlighted {
  border-radius: 5px;
}

.ui-autocomplete {
  background: #fff !important;
  width: 384px !important;
}

.UpdtPanel .LocationDatestbl {
  width: 80%;
  margin: 0 auto;
}

.UpdtPanel .dateTimeCol {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

.UpdtPanel .col {
  width: 50%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: bottom;
}

.UpdtPanel .col:first-child {
  padding-right: 8px;
}

.UpdtPanel .col:first-child select {
  width: 100%;
}

.UpdtPanel .col select {
  width: 47%;
  display: inline-block;
}

.UpdtPanel .col.endDurCol select {
  width: 100%;
}

.VehicleSoldOut {
  display: inline-block;
  width: 100%;
}

.extra_item {
  clear: both;
  margin-bottom: 2em;
}

.extra_item.added .ImageExtra:after {
  content: attr(data-ribbon);
  position: absolute;
  width: 112px;
  height: 30px;
  background: darkgreen;
  top: 16px;
  text-align: center;
  line-height: 30px;
  left: -29px;
  transform: rotate(-47deg);
  font-size: 0.9em;
  color: white;
}

.extra_item .ImageExtra {
  float: left;
  width: 150px;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.extra_item .name_Extr {
  width: 20em;
  float: left;
  margin-left: 1em;
}

.extra_item .name_Extr .extra_title {
  display: block;
  font-size: 1.25em;
}

.extra_item .name_Extr .extra_text {
  color: #858585;
  margin-left: 0.5em;
}

.extra_item .extra_buttons {
  float: right;
  width: 25em;
}

.extra_item .extra_buttons .extras_quantity {
  width: 55%;
  float: left;
  background: #f0f0f0;
  padding: 0.25em;
  margin-top: 2.45em;
}

.extra_item .extra_buttons .extras_quantity label {
  height: 32px;
  line-height: 32px;
  margin: 0 1em;
  float: left;
}

.extra_item .extra_buttons .extras_quantity select {
  display: inline-block;
  margin-left: 1em;
}

.extra_item .extra_buttons .extras_quantity select.disabled {
  background: #f0f0f0;
}

.extra_item .extra_buttons .extra_rightside {
  width: 40%;
  float: right;
}

.extra_item .extra_buttons .extra_rightside .extra_info {
  margin-bottom: 0.5em;
}

.extra_item .extra_buttons .extra_rightside .extra_info span {
  font-size: 1.5em;
}

.extra_item .extra_buttons .extra_rightside .btn {
  margin-bottom: 1em;
}

.extra_sep hr {
  background-color: #EBEBEB;
}

.ExtrasDisclaimer {
  font-size: 1.5em;
  margin: 1em 0;
}

.ExtrasNextBtn {
  text-align: right;
}

.LangSwitcher {
  background: #bbbabb;
  padding: 5px 20px;
  text-align: right;
  height: 4em;
  color: #468dff;
}

.LangSwitcher .Languages, .LangSwitcher .LanguagePopup {
  background: #fff;
  border-radius: 5px;
  right: 1em !important;
  top: 1em !important;
  left: auto !important;
  width: 7em !important;
}

.LangSwitcher .LanguagePopup {
  border: #fff;
  top: 3.25em !important;
}

.LangSwitcher .LanguagePopup .Img {
  position: absolute;
  top: 6px;
  left: 0;
}

.LangSwitcher .LanguagePopup .Txt {
  position: absolute;
  top: 6px;
  left: 20px;
}

.LangContents a {
  height: 2em;
}

.PageTitle {
  font-size: 1.75em;
  font-weight: bold;
}

.PageSubTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 1em 1em;
}

.tariffRow, .AdminSection {
  background-color: #f5f5f5;
  border: 1px solid #a0a0a0;
  border-radius: 1em;
  padding: 1em 0;
  margin: 1em 0;
}

.AdminSection {
  background-color: transparent;
}

.FullCreditAdminCheck label {
  display: inline-block;
  padding: 0 0 0 1em;
}

.AdminTariffRadio label {
  display: inline-block;
  padding: 0 2em 0 0.5em;
}

.ProviderImage {
  height: 30px;
}

.ModifyCancelReservationNumber {
  margin: 0;
  padding: 0 0 3em 0;
}

.ModifyCancelReservationNumber li {
  list-style-type: none;
}

.ModifyCancelLocationsDates {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}

.ModifyCancelLocationsDates li {
  list-style-type: none;
  width: 50%;
  display: table-cell;
}

.ModifyCancelLocationsDates li.left {
  padding-right: 15px;
}

#QuoteErrors {
  text-align: center;
  color: #f00000;
  font-weight: bold;
  padding-top: 1em;
}

.ExtraItemLine {
  min-height: 50px;
  line-height: 50px;
}

.ExtraItemLine select {
  display: inline-block;
  width: 60px;
}

.ExtraItemLine .chkLbl {
  width: 60%;
  float: left;
}

.ExtraItemLine .chkLbl span {
  display: inline-block;
  padding-left: 1em;
}

.ExtraItemLine .drop {
  width: 20%;
  float: left;
}

.ExtraItemLine .drop span {
  display: inline-block;
  width: 70px;
  text-align: right;
}

.ExtraItemLine .pricetag {
  width: 20%;
  float: left;
  text-align: right;
}

.ExtraItemLine .sep {
  clear: both;
  border-bottom: solid 1px #afafaf;
  padding: 5px 0 0 0;
}

.modifyPanel h1, .personalInfos h1 {
  font-size: 2em;
}

.modifyPanel h2, .personalInfos h2 {
  font-size: 1.5em;
}

.modifyPanel h3, .personalInfos h3 {
  font-size: 1.25em;
}

.modifyPanel .col-2, .personalInfos .col-2 {
  width: 50%;
  float: left;
  padding: 0 2em 2.5em 0;
}

.modifyPanel .driversDtls, .personalInfos .driversDtls {
  margin: 0 !important;
}

/*# sourceMappingURL=TravelPortal.css.map */