/* general styles */
html {
  overflow: -moz-scrollbars-vertical;
  height: 100%; }

body {
  height: 100%;
  margin: 0px;
  background: #dedede url(../images/topBackground.jpg) repeat-x;
  text-align: center; }

body, table, td, div, span, div, p {
  font: 11px "lucida grande", verdana, sans-serif;
  /* 0.94em */
  line-height: 20px;
  color: #555555; }

table, td, p, div, input, select, optgroup, noscript {
  line-height: 17pt; }

input, select, textarea, option {
  font: 8pt "lucida grande", verdana, sans-serif;
  color: #222222; }

input[disabled='disabled'] {
  color: #bbbbbb; }

h1 {
  font-size: 1.6em;
  font-weight: normal;
  font-family: inherit; }

h2 {
  font-size: 1.2em;
  color: green;
  font-weight: normal;
  font-family: inherit; }

h3 {
  font-size: 15pt;
  color: #777a77;
  font-weight: normal;
  margin: 20px 0px 12px; }

h3.gdSubtitle {
  font-size: 12px; }

p {
  margin: 6px 0px; }

hr {
  color: #efefef;
  background-color: #efefef;
  height: 1px;
  border: 0px; }

form {
  margin: 0px; }

select, optgroup, option {
  font-size: 8pt;
  font-family: "lucida grande", verdana; }

optgroup {
  font-weight: bold; }

a:link, a:visited, nav a:link, nav a:visited {
  color: #638fe6;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.gdDisabledText, .gdDisabledText label {
  color: #cccccc; }

ul {
  padding-left: 16px;
  margin-left: 0px; }

#gdReportBug {
  background: transparent url(../images/bug.png) center right no-repeat;
  padding: 5px 22px 5px 0px; }

.gdFields .gdField {
  float: left;
  width: 378px;
  border-bottom: 1px solid #efefef;
  clear: left; }
.gdFields .gdDisabledRow label, .gdFields .gdDisabledRow input {
  color: #cccccc; }
.gdFields label {
  float: left;
  width: 160px;
  color: #777777;
  margin-top: 2px; }
.gdFields input {
  float: left;
  width: 210px;
  margin-top: 2px; }
.gdFields div {
  margin-top: 2px; }
.gdFields .gdCol {
  float: left;
  width: 350px; }
  .gdFields .gdCol h3 {
    margin-top: 0px; }
  .gdFields .gdCol .rightBox {
    float: right; }
    .gdFields .gdCol .rightBox input {
      width: auto;
      float: none; }
    .gdFields .gdCol .rightBox label {
      width: auto;
      float: none; }
  .gdFields .gdCol:first-child {
    margin-right: 20px; }
  .gdFields .gdCol .gdField {
    width: 329px; }
  .gdFields .gdCol input {
    width: 160px; }
  .gdFields .gdCol textarea {
    width: 100%;
    height: 80px;
    padding: 3px;
    color: #555555; }

#gdConfigurationHistoryLoading {
  line-height: 32px; }

#gdConfigurationHistoryHeader {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 6px; }

#gdDataSetHistoryNav {
  position: absolute;
  right: 25px; }
  #gdDataSetHistoryNav a {
    padding: 4px;
    background-color: #999999;
    border-radius: 5px;
    color: white;
    text-shadow: none;
    line-height: 9px;
    height: 10px;
    display: inline-block;
    margin-top: 5px; }
    #gdDataSetHistoryNav a#prevDataSetHistory {
      margin-right: 3px; }
    #gdDataSetHistoryNav a.disabled {
      background-color: #cccccc; }

header {
  background-image: url(../images/siteHeader.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 980px;
  height: 77px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
  display: block; }
  header nav {
    position: absolute;
    right: 0px;
    top: 32px; }
    header nav ul {
      margin: 0;
      padding: 0;
      display: inline;
      list-style: none; }
      header nav ul li {
        display: inline; }
    header nav a:link, header nav a:visited {
      text-decoration: none; }
    header nav a:hover {
      color: #990000;
      border-bottom: 1px solid #990000; }

section {
  border-top: none;
  border-bottom: none;
  background-color: white;
  width: 930px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 25px 20px;
  clear: left;
  display: block; }

nav {
  display: block; }
  nav a:link, nav a:visited {
    color: #3366cc;
    outline: none;
    text-shadow: 0 1px 0 #fff; }

footer {
  width: 980px;
  margin: 0 auto 15px;
  padding: 5px 0;
  height: 20px;
  font-size: 7pt;
  background-color: #f5f5f5;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-radius-bottomleft: 8px;
  border-radius-bottomright: 8px;
  display: block; }
  footer a:link, footer a:visited {
    color: #555555;
    text-decoration: none;
    color: #3366cc;
    outline: none; }
    footer a:link:hover, footer a:visited:hover {
      text-decoration: underline; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      margin: 0;
      padding: 0;
      display: inline; }
      footer ul li:before {
        content: " | ";
        color: #cccccc; }
      footer ul li:first-child:before {
        content: ""; }
      footer ul li span {
        margin: 0 6px;
        font-size: inherit; }

#gdMainTabs {
  width: 980px;
  margin: 0 auto;
  position: relative; }
  #gdMainTabs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #gdMainTabs ul li {
      font-size: 9pt;
      cursor: pointer;
      margin: 2px 1px 0 0;
      padding: 3px 0 0 0;
      float: left;
      width: 120px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background-color: #efefef;
      height: 22px;
      color: #666666; }
      #gdMainTabs ul li a:link, #gdMainTabs ul li a:visited {
        display: block;
        font-size: 9pt;
        color: green;
        text-decoration: none; }
      #gdMainTabs ul li:hover {
        background-color: #f5faf6;
        -moz-transition: background-color 150ms linear;
        -webkit-transition: background-color 150ms linear;
        -o-transition: background-color 150ms linear; }
    #gdMainTabs ul li.gdSelected {
      color: green;
      cursor: inherit;
      border-bottom: 0px;
      height: 22px;
      background-color: white; }
      #gdMainTabs ul li.gdSelected:hover {
        background-color: white; }

.gdMainTabContent {
  padding: 0;
  margin: 0; }
  .gdMainTabContent > li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .gdMainTabContent h1 {
    float: left; }
  .gdMainTabContent .gdSectionHelpTip {
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-top: 17px; }

#gdMainTab1Content {
  display: block;
  margin-top: 20px; }
  #gdMainTab1Content h2 {
    margin: 0 0 4px;
    font-size: 12px;
    color: #777777;
    padding: 1px 20px 0 1px; }
    #gdMainTab1Content h2 span.gdSectionHelp {
      background: transparent url("../images/helpSmall.png") right center no-repeat;
      cursor: pointer;
      width: 14px;
      height: 14px;
      display: inline-block;
      margin: 0 0 -2px 3px; }
  #gdMainTab1Content .gdFields {
    float: left; }

#gdContent {
  text-align: left;
  position: relative; }

.cols2 {
  clear: both;
  position: relative; }

.cols2 .col {
  float: left;
  width: 410px; }

.gdSetting {
  position: relative;
  clear: left;
  line-height: 18pt;
  width: 500px; }
  .gdSetting > label {
    float: left;
    width: 160px; }
  .gdSetting > div {
    float: left; }

.gdFields {
  line-height: 21px;
  width: 725px; }
  .gdFields .gdError {
    margin-left: 6px;
    background: transparent url(../images/error.gif) left center no-repeat;
    float: left;
    width: 315px;
    padding-left: 24px;
    color: #e22222;
    display: none; }
  .gdFields input.pwdField {
    width: 100px; }

#consoleEventsModuleList {
  width: 400px; }

.gdLiCols {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gdLiCols li {
    display: inline-block;
    margin-right: 10px; }

/* contains styles for the generator table */
hr.divider {
  color: #efefef;
  margin: 16px 0px 0px; }

#gdTableRows li.gdDeletedRow {
  color: #ffffcc; }
  #gdTableRows li.gdDeletedRow label, #gdTableRows li.gdDeletedRow div {
    color: #ffffcc; }
#gdTableRows > li:nth-child(even) {
  background-color: #eaffe6; }
#gdTableRows > li:nth-child(odd) {
  background-color: #f1f1f1; }

/* needed to override the nth-child style above */
body #gdTableRows li.gdDeletedRow {
  background-color: #660000; }

.gdTableHeadings {
  line-height: 18.6px; }
  .gdTableHeadings li {
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dfdfdf), color-stop(0.5, #dfdfdf), color-stop(0.5, #dfdfdf));
    background: -moz-linear-gradient(bottom, #dddddd, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#dfdfdf');
    float: left;
    text-align: center;
    height: 20px;
    margin: 0px 0px 0px 1px;
    padding: 0px;
    color: #444444;
    text-shadow: 1px 1px #f2f2f2;
    font-weight: normal; }
    .gdTableHeadings li.gdColDelete {
      width: 39px; }
  .gdTableHeadings thead tr {
    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dfdfdf), color-stop(0.5, #dfdfdf), color-stop(0.5, #dfdfdf));
    background: -moz-linear-gradient(bottom, #dddddd, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#dfdfdf');
    color: #444444;
    text-shadow: 1px 1px #f2f2f2; }
    .gdTableHeadings thead tr th {
      line-height: 18.6px;
      text-align: center;
      font-weight: normal;
      height: 20px; }
  .gdTableHeadings tbody tr > li:nth-child(even) {
    background-color: #ebfeeb; }
  .gdTableHeadings tbody tr > li:nth-child(odd) {
    background-color: #f1f1f1; }

.gdTableHeadings, #gdTableRows, #gdTableRows ul {
  font-family: "lucida grande", verdana;
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: bold; }

#gdTableRows {
  margin-bottom: 8px; }
  #gdTableRows li {
    float: left;
    margin: 0px 0px 1px 1px;
    padding: 0px;
    font-weight: normal;
    font-family: verdana;
    line-height: 16pt; }

.gdColOrder {
  cursor: move;
  width: 40px;
  text-align: center; }

.gdColTitle {
  width: 136px; }
  .gdColTitle input {
    width: 130px; }

.gdColDataType {
  width: 198px; }
  .gdColDataType select {
    width: 198px; }

.gdColExamples {
  width: 198px; }

.gdColOptions {
  width: 274px; }

.gdColHelp {
  width: 38px;
  text-align: center; }

li.gdColDelete {
  width: 38px;
  text-align: center;
  display: block; }

#gdHelpPopup {
  padding-left: 54px;
  background: transparent url(../images/info.png) 10px 10px no-repeat; }
  #gdHelpPopup p {
    margin: 5px 0px 12px; }
  #gdHelpPopup h4 {
    margin: 0px; }

#gdEmptyFormDialog {
  padding-left: 54px;
  background: transparent url(../images/help.png) 10px 10px no-repeat; }
  #gdEmptyFormDialog p {
    margin: 5px 0px 12px; }
  #gdEmptyFormDialog h4 {
    margin: 0px; }

#gdTextSize {
  float: right;
  list-style: none; }
  #gdTextSize li {
    float: left;
    width: 18px;
    vertical-align: top;
    margin: 3px 0px 0px 3px;
    background-color: #F2F2F2;
    padding: 1px 3px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer; }
    #gdTextSize li.gdSelected {
      background-color: #3366cc;
      color: white; }
    #gdTextSize li.small {
      font-size: 8pt; }
    #gdTextSize li.medium {
      font-size: 12pt; }
    #gdTextSize li.large {
      font-size: 16pt; }

#gdGeneratedData {
  height: 400px;
  width: 100%; }

#gdProcessingIcon {
  position: absolute;
  right: -1px;
  top: 4px; }

#gdDataSetStatusLine {
  position: absolute;
  right: 30px;
  top: 5px;
  font-style: italic;
  color: #666666;
  font-size: 7pt; }

.gdSmallTabs {
  margin-bottom: 20px; }
  .gdSmallTabs > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 20px;
    border-bottom: 1px solid #e1e1e1; }
    .gdSmallTabs > ul li {
      line-height: 20px;
      height: 20px;
      float: left;
      margin-right: 1px;
      padding: 0px 16px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      background: #f2f2f2;
      background: -moz-linear-gradient(top, #f2f2f2 0%, #e1e1e1 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #e1e1e1));
      background: -webkit-linear-gradient(top, #f2f2f2 0%, #e1e1e1 100%);
      background: -o-linear-gradient(top, #f2f2f2 0%, #e1e1e1 100%);
      background: -ms-linear-gradient(top, #f2f2f2 0%, #e1e1e1 100%);
      background: linear-gradient(to bottom, #f2f2f2 0%, #e1e1e1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e1e1e1',GradientType=0 );
      cursor: pointer;
      text-shadow: 1px 1px #f2f2f2; }
      .gdSmallTabs > ul li.gdSelected {
        background: white;
        background-color: white;
        border: 1px solid #cccccc;
        border-bottom: 0px;
        line-height: 18px;
        padding: 0px 15px; }
  .gdSmallTabs .gdExportTypeTabSettings {
    clear: both;
    border-top: 0px;
    padding: 6px;
    margin: 0px;
    display: none; }
  .gdSmallTabs #gdShowSettingsLink {
    float: right; }
    .gdSmallTabs #gdShowSettingsLink span {
      font-size: 7pt; }
    .gdSmallTabs #gdShowSettingsLink a {
      font-size: 7pt;
      color: #3366CC; }

#gdExportTypeTabs {
  border-bottom: 1px solid #e1e1e1; }

#gdGenerateSection {
  background-color: #dcffd8;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #b8e2b3; }
  #gdGenerateSection span {
    margin-left: 55px; }
    #gdGenerateSection span label {
      margin-right: 8px; }
  #gdGenerateSection .gdDisabled {
    background-color: transparent; }

#gdGenerateCount, #gdGenerateTotal {
  font-weight: bold; }

#gdNumRowsToGenerate {
  width: 45px;
  margin: 0px 5px; }

#gdGenerationPanel {
  line-height: 10px;
  margin-bottom: 8px; }

#gdProgressMeter {
  width: 260px;
  margin-right: 3px; }

#gdActionIcons {
  float: right;
  list-style: none;
  margin-top: 0px;
  padding: 0px; }
  #gdActionIcons li {
    padding: 2px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #e1e1e1;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 3px;
    cursor: pointer; }
    #gdActionIcons li:hover {
      background-color: #cccccc; }
    #gdActionIcons li.loading:hover {
      background-color: #e1e1e1; }
    #gdActionIcons li.loading img {
      filter: url(../../../css/filters.svg#grayscale);
      filter: gray;
      -webkit-filter: grayscale(1);
      /* Webkit Nightlies & Chrome Canary */
      opacity: .5; }

#gdDataSetName {
  font-size: 1.6em;
  border: 1px solid #cccccc;
  border-right: 0px;
  padding: 6px;
  width: 730px;
  color: #555555;
  float: left;
  height: 22px; }
  #gdDataSetName::-webkit-input-placeholder {
    color: #aaaaaa; }
  #gdDataSetName:-moz-placeholder {
    color: #aaaaaa; }

a.gdDisabledLink {
  color: #cccccc; }

#gdSelectLanguage {
  width: 150px; }

#gdAccountList thead td {
  border-bottom: 1px solid #cccccc;
  font-weight: bold; }
#gdAccountList table {
  width: 100%; }

#gdUserAccount {
  background: transparent url(../images/user.png) top left no-repeat;
  padding-left: 20px; }

.gdIconWarning {
  background: transparent url(../images/warning.png) top left no-repeat;
  width: 48px;
  height: 48px; }

#gdAddDataSetRowsSection {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 4px 4px 4px 8px;
  display: inline-block; }

/* Fix for https://github.com/benkeen/generatedata/issues/171 */
.search-field input {
  min-width: 150px; }

/* buttons */
.gdButton {
  border: 0px;
  margin: 1px;
  padding: 2px 6px;
  font-family: verdana;
  text-shadow: rgba(64, 64, 64, 0.2) 3px 3px 8px;
  cursor: pointer; }

.gdButtonType1 {
  color: white;
  background-color: #58BB44;
  font-size: 9pt;
  font-weight: bold;
  box-shadow: 2px 3px 3px #666666; }

.gdButtonType2 {
  color: #666666;
  background-color: #e9e9e9;
  font-size: 7pt;
  border: 1px solid #cccccc; }

.gdButtonType3 {
  color: #660000;
  background-color: #e9e9e9;
  font-size: 7pt;
  border: 1px solid #cccccc; }

/* from: http://hellohappy.org/css3-buttons/ */
.gdPrimaryButton {
  display: block;
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 4px 15px 4px;
  margin: 15px 0px 0px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021; }
  .gdPrimaryButton:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  .gdPrimaryButton:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }
  .gdPrimaryButton.blue {
    background-color: #0099cc; }

.gdSecondaryButton {
  display: block;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 7pt;
  padding: 2px 10px 2px;
  margin: 15px 0px 0px;
  text-align: center;
  text-shadow: 0 1px 0 #eee; }
  .gdSecondaryButton:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
    cursor: pointer; }
  .gdSecondaryButton:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }

#gdGenerateButton {
  display: inline;
  font-size: 11pt;
  margin: -2px 0px 0px 0px;
  line-height: 15px; }

#gdBackButton {
  float: left;
  margin-right: 4px;
  padding: 4px 6px; }

#gdSaveBtn {
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#efefef), color-stop(0.5, #efefef), color-stop(0.5, #efefef));
  background: -moz-linear-gradient(bottom, #dfdfdf, #efefef);
  /* padding: 4px; Conrad Hagemans 2016-01-20  removed to center text on button */
  border: 1px solid #cccccc;
  /* padding: 5px 17px; Conrad Hagemans 2016-01-20  removed to center text on button */
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 22px;
  font-size: 11px;
  color: #666666;
  display: inline-block;
  text-transform: 1px 1px #F2F2F2;
  cursor: pointer;
  height: 36px;
  margin-left: 0px;
  width: 68px;
  outline: none; }
  #gdSaveBtn:hover {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #6ca341;
    color: white; }

.buttons-row button {
  display: inline-block; }

/* misc stuff */
div.gdClear {
  clear: both; }

.joiner {
  color: #cccccc; }

.gdVerticalPad {
  padding-bottom: 10px; }

.gdMarginTop {
  margin-top: 10px; }

.gdMarginBottom {
  margin-bottom: 10px; }

.hidden {
  display: none; }

.gdTip {
  color: #777777; }

.red {
  color: red; }

.bold {
  font-weight: bold; }

.gdDisabled {
  color: #cccccc;
  background-color: #efefef; }

.gdHideNoJS {
  display: none; }

noscript div {
  background-color: #ffffcc;
  padding: 10px;
  font-size: 10pt;
  border-radius: 5px;
  margin: 0px auto;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 2px 4px 5px #666666;
  display: block;
  width: 950px; }
  noscript div p {
    font-size: 12pt;
    color: #6d6d41; }

/* jQuery UI style overrides */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  cursor: pointer; }

.ui-dialog {
  text-align: left; }

.ui-dialog-title {
  font-size: 14px; }

.gdColOptions .ui-datepicker-trigger {
  margin: 0px 0px -3px 1px;
  cursor: pointer; }

#gdTableRows .gdColHelp .ui-helper-clearfix {
  margin-left: 8px;
  margin-top: 2px; }

body .ui-widget-content {
  color: #555555; }

body .ui-widget-overlay {
  background: #333333 url(../../../css/smoothness/images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30); }

body .ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url(../../../css/smoothness/images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/* overridden Chosen styles */
body .chzn-container-multi .chzn-choices .search-choice {
  margin-left: 3px;
  padding: 0px 20px 2px 5px;
  margin-bottom: 1px; }

body .chzn-container-multi .chzn-choices .search-field .default {
  font: 11px Verdana, sans-serif; }

body .chzn-container-multi .chzn-choices {
  background-image: none;
  padding-bottom: 2px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

body .ui-tooltip {
  text-align: left; }

/* overridden CodeMirror styles */
body .CodeMirror {
  border: 1px solid #cccccc;
  /*line-height: 16px;*/ }
  body .CodeMirror pre, body .CodeMirror span {
    font-family: monospace; }

body .CodeMirror-lines div pre {
  /*line-height: 14px;*/ }

body .CodeMirror-scroll {
  height: 500px; }

body .CodeMirror_small table, body .CodeMirror_small td, body .CodeMirror_small p, body .CodeMirror_small div, body .CodeMirror_small span {
  line-height: 10px;
  font-size: 7pt; }

body .CodeMirror_medium table, body .CodeMirror_medium td, body .CodeMirror_medium p, body .CodeMirror_medium div, body .CodeMirror_medium span {
  line-height: 16px;
  font-size: 9pt; }

body .CodeMirror_large table, body .CodeMirror_large td, body .CodeMirror_large p, body .CodeMirror_large div, body .CodeMirror_large span {
  line-height: 22px;
  font-size: 12pt; }

#gdRefreshPassword {
  width: 16px;
  height: 16px;
  margin-bottom: -5px;
  margin-left: 2px;
  display: inline-block;
  background-image: url(../images/refresh.png);
  cursor: pointer; }

input.medium {
  width: 200px; }

#gdManageAccount_password {
  width: 100px; }

#githubRibbon {
  float: right;
  top: 0;
  right: 0;
  margin: -30px -25px 0px 0px; }

#gdPageLoad {
  background-color: #cccccc;
  border-radius: 5px 5px 5px 5px;
  color: white;
  margin: 100px auto;
  width: 305px;
  font-size: 27pt;
  height: 75px;
  text-align: center;
  vertical-align: center;
  line-height: 72px; }

.gdMessage {
  position: relative;
  display: none; }
  .gdMessage a.gdMessageClose:link, .gdMessage a.gdMessageClose:visited {
    position: absolute;
    top: 10px;
    right: 12px;
    text-decoration: none;
    color: black;
    background-color: white;
    width: 20px;
    border-radius: 6px;
    font-size: 7pt;
    line-height: 16px;
    border-radius: 6px;
    text-align: center; }
  .gdMessage ul {
    margin: 0;
    padding: 0 20px; }

.gdNotify {
  background-color: #F2F8FF;
  border: 1px solid #0058DB; }
  .gdNotify p, .gdNotify div {
    padding: 8px;
    color: #0058DB;
    margin: 0; }
  .gdNotify a.gdMessageClose:hover {
    background-color: #3b82cb;
    color: white; }

.gdErrors {
  background-color: #FFEDED;
  border: 1px solid #CC0000; }
  .gdErrors a.gdMessageClose:hover {
    background-color: #AA0000;
    color: white; }
  .gdErrors p, .gdErrors div {
    padding: 8px;
    margin: 0;
    color: #AA0000; }
    .gdErrors p ul, .gdErrors div ul {
      margin: 0;
      padding-left: 16px; }

.gdProblemField {
  background-color: #990000;
  color: #ffffcc; }

/* used for the "serious error" page */
body.gdErrorPage h1 {
  margin: 0px 0px 12px 0px;
  font-weight: bold; }
body.gdErrorPage #gdBox {
  font-family: verdana;
  font-size: 11pt;
  line-height: 22px;
  position: relative;
  width: 60%;
  background: #ffffff;
  border-radius: 6px;
  padding: 25px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin: 60px auto;
  text-align: left; }
  body.gdErrorPage #gdBox:before, body.gdErrorPage #gdBox:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  body.gdErrorPage #gdBox:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }
  body.gdErrorPage #gdBox p {
    font-size: 11pt;
    line-height: 22px;
    margin-bottom: 12px; }
body.gdErrorPage #gdNotFixed {
  color: #990000;
  margin-bottom: 8px;
  font-style: italic; }
body.gdErrorPage #gdSeriousError {
  font-size: 8pt;
  max-height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: #fbfbfb; }

/* custom styles for the installation page */
.gdInstallPage h1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
  margin-bottom: 8px;
  float: none; }
.gdInstallPage h4 {
  margin: 0 0 4px;
  font-size: 12px; }
.gdInstallPage #dbTablePrefix {
  width: 60px; }
.gdInstallPage input.pwdField {
  width: 100px; }
.gdInstallPage .doc label {
  float: left;
  width: 160px;
  color: #777777;
  margin-top: 2px;
  clear: right; }
.gdInstallPage .doc > div {
  clear: both; }
.gdInstallPage .doc div > div {
  float: right;
  width: 770px; }
.gdInstallPage #gdInstallNav {
  float: left;
  width: 200px;
  padding-top: 6px; }
  .gdInstallPage #gdInstallNav ol {
    margin: 0;
    padding: 0 0 0 20px; }
  .gdInstallPage #gdInstallNav ol li {
    padding-left: 0;
    color: #cccccc; }
  .gdInstallPage #gdInstallNav ol li.gdSelected {
    font-weight: bold;
    color: green; }
  .gdInstallPage #gdInstallNav ol li.gdComplete {
    color: #999999; }
.gdInstallPage .gdInstallSection {
  float: right;
  width: 725px; }
  .gdInstallPage .gdInstallSection p {
    margin-bottom: 12px; }
  .gdInstallPage .gdInstallSection button {
    margin-bottom: 10px; }
.gdInstallPage .gdAdminAccountHeading {
  font-weight: bold; }
.gdInstallPage .gdInstallTabMessage {
  border-radius: 5px;
  padding: 3px 10px 3px 54px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  display: none;
  min-height: 36px;
  position: relative; }
  .gdInstallPage .gdInstallTabMessage .gdIcon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 10px; }
  .gdInstallPage .gdInstallTabMessage h3 {
    font-weight: bold;
    display: inline;
    font-size: 8pt; }
  .gdInstallPage .gdInstallTabMessage .gdResponse {
    color: #000000; }
.gdInstallPage .gdInstallError {
  background-color: #ffe1e1; }
  .gdInstallPage .gdInstallError h3 {
    color: #cc0000; }
  .gdInstallPage .gdInstallError .gdIcon {
    background-image: url(../images/stop.png); }
.gdInstallPage .gdInstallSuccess .gdIcon {
  background-image: url(../images/info.png); }
.gdInstallPage #gdSettingsFileContents {
  width: 100%;
  height: 120px;
  padding: 4px;
  color: #999999; }

.gdLoginPage h1 {
  float: none; }

.gdLoginPage #password {
  width: 120px; }

#gdLogin_password {
  margin: 0px; }

#gdLogin_email {
  width: 200px; }

/* the dialog CSS is a mess. TOTALLY in need of a refactor. */
#gdMainDialog {
  border: 1px solid #cccccc;
  padding: 0;
  margin: 3px 2px;
  max-height: 420px; }
  #gdMainDialog div, #gdMainDialog p {
    line-height: 16pt; }
  #gdMainDialog h3 {
    margin: 2px 0 0; }
  #gdMainDialog .ui-widget button {
    font-family: "lucida grande", verdana; }
  #gdMainDialog .gdSelectedDataSetRow {
    background-color: #efefef; }
  #gdMainDialog h4 {
    margin: 0; }

#gdLoginDialog {
  border: 1px solid #cccccc;
  padding: 0;
  margin: 3px 2px; }
  #gdLoginDialog div, #gdLoginDialog p {
    line-height: 16pt; }

#gdMainDialogContent {
  clear: both; }
  #gdMainDialogContent > div {
    padding: 6px 10px;
    height: 300px;
    overflow-y: auto; }
  #gdMainDialogContent #gdMainDialogTab3Content {
    padding: 0 0 0 6px;
    overflow: hidden; }
    #gdMainDialogContent #gdMainDialogTab3Content h3 {
      padding: 20px 0 5px; }

#gdLoginDialogContent {
  clear: both; }

#gdLoginDialogTab1Content, #gdLoginDialogTab2Content {
  padding: 2px; }

#gdLoginError, #gdResetPasswordMessage {
  margin: 6px; }

.gdDialogTable .leftAligned {
  padding-left: 3px; }
.gdDialogTable td a {
  display: block;
  color: #189C1C; }
  .gdDialogTable td a:hover {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border-radius: 2px;
    color: white;
    text-decoration: none; }

.highlightTableRows tbody tr:hover {
  background-color: #f2f2f2; }

.gdModalTabs.gdThreeCols li {
  width: 33.3%; }
.gdModalTabs.gdTwoCols li {
  width: 50%; }
.gdModalTabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #efefef; }
  .gdModalTabs ul li {
    float: left;
    margin: 0;
    background-color: #efefef;
    text-align: center;
    cursor: pointer; }
    .gdModalTabs ul li.gdSelected {
      background-color: white; }

#gdDataSetHelpNav {
  width: 200px;
  margin-right: 20px;
  padding-right: 10px;
  border-right: 1px solid #efefef;
  float: left;
  height: 300px;
  overflow-x: hidden; }
  #gdDataSetHelpNav ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #gdDataSetHelpNav ul li {
      padding: 0px;
      margin: 0px; }
      #gdDataSetHelpNav ul li.gdDataTypeHeader {
        font-weight: bold;
        margin: 7px 0px 0px 7px; }
      #gdDataSetHelpNav ul li a {
        color: #189c1c;
        display: block;
        border-radius: 3px;
        padding: 1px 7px;
        margin-bottom: 2px; }
        #gdDataSetHelpNav ul li a:hover, #gdDataSetHelpNav ul li a.gdSelected {
          background-color: #7fbf4d;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
          background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
          background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
          background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
          background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
          background-image: linear-gradient(top, #7fbf4d, #63a62f);
          -webkit-transition: background-image .2s;
          -moz-transition: background-image .2s;
          transition: background-image .2s;
          color: white;
          border-radius: 3px;
          text-decoration: none; }

#gdDataSetHelpContent {
  height: 300px;
  float: left;
  width: 551px;
  padding-right: 6px;
  overflow-y: auto; }
  #gdDataSetHelpContent a:link, #gdDataSetHelpContent a:hover {
    color: #3366CC; }

body .ui-widget-content .gdDeleteDataSetsBtn span {
  color: #bb0000; }

body .gdMainDialog .ui-dialog-titlebar {
  padding: 2px; }

body .gdMainDialog .ui-dialog-title span {
  font-size: 14px; }

.gdMainDialog .ui-dialog-title {
  background: transparent url(../images/logoSmall.png) center left no-repeat;
  padding: 4px 0px 3px 52px; }

.gdDataSetCheckRowCell input {
  margin: 0px; }

#gdLinkURL {
  font-size: 16pt;
  width: 100%; }

#gdAccountListNonEmpty td.gdEditAccount {
  background-image: url(../images/edit.png);
  background-repeat: no-repeat;
  background-position: center center; }
  #gdAccountListNonEmpty td.gdEditAccount a {
    display: block;
    width: 18px;
    height: 18px; }
#gdAccountListNonEmpty td.gdDeleteAccount {
  background-image: url(../images/delete.png);
  background-repeat: no-repeat;
  background-position: 2px center; }
  #gdAccountListNonEmpty td.gdDeleteAccount a {
    display: block;
    width: 18px;
    height: 18px; }

.modalSpinner {
  float: left;
  margin-top: 2px;
  height: 34px; }

#gdDeleteAccountDialog th {
  text-align: left; }
#gdDeleteAccountDialog .gdIconWarning {
  margin-right: 15px;
  float: left;
  height: 100px; }

.gdIconInfo {
  margin-right: 15px;
  float: left;
  background: url(../images/info.png) no-repeat scroll left top transparent;
  width: 32px;
  height: 32px; }

.gdDefaultModules {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
  .gdDefaultModules li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 25%; }
    .gdDefaultModules li h4 {
      background-color: #efefef;
      margin: 0px; }
    .gdDefaultModules li > div {
      height: 200px;
      width: 98%;
      border: 1px solid #efefef; }

/* CSS relating to the plugins: the installation + settings page */
#gdPlugins {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /*&.loading .gdPluginSectionHeader {
    border-bottom: 0;
  }*/ }
  #gdPlugins.hidden {
    display: none; }
  #gdPlugins .gdPluginCount {
    background-color: green;
    color: white;
    padding: 3px 5px;
    margin: 5px 0;
    display: inline-block;
    line-height: 10px;
    border-radius: 4px;
    font-size: 7px;
    font-weight: bold; }
  #gdPlugins .gdGroupName {
    color: #999999;
    font-weight: bold; }
  #gdPlugins h4 {
    margin: 5px 10px 4px; }
  #gdPlugins > div {
    margin: 0 5px 0 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #gdPlugins > div:last-child {
      margin-right: 0; }
    #gdPlugins > div ul {
      background-color: #f2f2f2;
      border-radius: 8px;
      list-style-type: none;
      margin: 0 0 10px;
      padding: 0; }
      #gdPlugins > div ul li {
        border-bottom: 1px solid #dddddd;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        #gdPlugins > div ul li input {
          flex: 0 0 20px;
          margin: 7px 6px 7px 8px; }
        #gdPlugins > div ul li label {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin: 3px; }
        #gdPlugins > div ul li span.gdTooltip {
          flex: 0 0 auto; }
          #gdPlugins > div ul li span.gdTooltip.gdHasTooltip {
            background: url(../images/info.png) no-repeat scroll left top transparent;
            background-size: 16px 16px;
            width: 16px;
            height: 16px;
            margin: 6px; }
        #gdPlugins > div ul li:last-child {
          border-bottom: 0; }
  #gdPlugins .gdPluginSectionHeader {
    /* border-bottom: 1px solid #dddddd; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    #gdPlugins .gdPluginSectionHeader input {
      flex: 0 0 20px;
      margin: 7px 6px 7px 8px; }
    #gdPlugins .gdPluginSectionHeader label {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 3px;
      font-weight: bold; }
  #gdPlugins .gdPluginIndicator {
    line-height: 15px; }
    #gdPlugins .gdPluginIndicator canvas {
      margin: 4px 4px 0 0; }

/* overrides styles in tooltips.scss */
body .tooltip-right:after {
  font-size: 11px;
  line-height: 16px; }

#gdResetPluginsBtn {
  padding: 5px 15px;
  float: right;
  margin-top: 0; }

/* CSS from http://cbracco.me/a-simple-css-tooltip/ */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9); }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9); }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9); }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

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