.entryDetails > h5 {
  font-family: Georgia,Times,'Times New Roman',serif; }

.gtqLabel, .pwToggle {
  font-family: Tahoma,Verdana,Segoe,sans-serif; }

/* below, use in media queries */
/*
@mixin generated-inline-block-x($size, $vertical-align: middle) {
    content: " "; 
    display: inline-block !important;
    @include size($size); 
    vertical-align: $vertical-align;
}

@mixin generated-bullet-li-x($bullet-dims, $bullet-img, $bullet-img-pos: 0 0, $space: 4px, $margin-top: 0, $background-size: auto) {
    padding-left: nth($bullet-dims, 1) + $space;

    &:before { 
        background: transparent url($bullet-img) no-repeat $bullet-img-pos; 
        @include generated-inline-block-x($bullet-dims); 
        margin: $margin-top $space 0 (-(nth($bullet-dims, 1) + $space));

        @if $background-size != auto { 
            background-size: $background-size; 
        } 
    }
}
*/
.gtqLabel, .pwToggle {
  color: #555 !important;
  font-weight: bold; }

.formHdr {
  border-bottom: 2px solid #4f9ad9;
  clear: both;
  margin-top: 1.125em;
  margin-bottom: 1em;
  padding-bottom: 2px;
  width: 90%;
  font-size: 1.063em;
  font-weight: normal; }
  .formHdr:first-child {
    margin-top: 0; }

.gtqForm {
  margin: 1em 3.3% 1.3em 4.3%; }
  .gtqForm > p {
    clear: both;
    margin: 0; }

.gtqLabel {
  display: block;
  margin-right: 1em;
  font-size: 0.938em; }

.gtqEntry {
  margin-bottom: 1.5em;
  position: relative; }
  .gtqEntry::after {
    clear: both;
    content: "";
    display: table; }
  .gtqEntry > input[type="text"], .gtqEntry > input[type="password"] {
    width: 200px;
    float: left; }

.entryDetails {
  background: #e5e5e5;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  margin-top: 24px;
  pointer-events: none; }
  .entryDetails:before, .entryDetails:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -15px;
    border-style: solid;
    border-color: #333 transparent;
    border-width: 0 15px 15px; }
  .entryDetails:after {
    left: 21px;
    top: -14px;
    border-color: #e5e5e5 transparent;
    border-width: 0 14px 14px; }
  .entryDetails > h5, .entryDetails > p {
    margin: 6px;
    padding: 0; }
  .entryDetails > h5 {
    font-size: 1.4em;
    font-weight: normal; }

.pwToggle {
  -webkit-text-decoration-color: #555 !important;
          text-decoration-color: #555 !important;
  vertical-align: top;
  font-variant: small-caps;
  position: relative;
  top: -5px; }

.gtqInputWide {
  width: 97% !important; }

.frmInputGroup {
  padding: 10px;
  border: 2px solid #eee;
  clear: both;
  border-radius: 10px;
  margin-bottom: 1.6em;
  background: #f8f8f8; }
  .frmInputGroup::after {
    clear: both;
    content: "";
    display: table; }
  .frmInputGroup > .gtqEntry:last-child {
    margin-bottom: 0; }

.frmBtns {
  clear: both; }

.vdateField.vdateInvalid {
  border-color: #b02;
  background-color: #fee; }

.vdateMsg {
  display: inline-block; }
  .vdateMsg.vdateInvalid, .vdateMsg.vdateValid {
    color: #0b2;
    background: url(/img/2.4/vdate-sprite2.png) no-repeat 0 3px;
    padding-left: 18px;
    height: 16px;
    line-height: 16px;
    margin-top: 2px; }
  .vdateMsg.vdateInvalid {
    color: #b02;
    background-position: 0 -15px; }

.vdateFocus .vdateCount {
  padding-right: 3px;
  display: inline; }

.vdateInvalid .vdateCount {
  color: #b02; }
.vdateInvalid.vdateFocus {
  color: #000;
  padding-left: 15px;
  background-position: 0 -31px; }

.alertBox, #modalAlert {
  background-color: #fdd;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  border: 2px solid #b02;
  border-radius: 10px;
  color: #b02;
  font-size: 1.33em;
  margin: 4px 12px 16px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(11, 11, 11, 0.2);
  clear: both; }

.alertIcon {
  background: url(/img/2.4/vdate-sprite2.png) no-repeat 0 -50px;
  padding-left: 18px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  height: 1em; }

@media screen and (min-width: 600px) {
  .gtqLabel, .gtqEntry {
    width: 70%;
    float: left;
    padding: 0 0 1em 0; }

  .gtqEntry {
    margin-bottom: 1em; }

  .gtqLabel {
    clear: left;
    max-width: 160px;
    line-height: 2; }

  .frmBtns:before {
    content: " ";
    display: inline-block;
    width: 70%;
    max-width: 175px; }

  .frmInputGroup {
    padding-bottom: 0; } }
@media screen and (min-width: 768px) {
  .gtqForm {
    margin: 1em 3.1% 1.3em 3.6%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .vdateMsg.vdateInvalid, .vdateMsg.vdateValid {
    background-image: url(/img/2.4/vdate-sprite2-h.png);
    background-size: 14px 66px; }

  .alertIcon {
    background-image: url(/img/2.4/vdate-sprite2-h.png);
    background-size: 14px 66px; } }

/*# sourceMappingURL=gtqForm-2.5.css.map */