/*
* Additional styles for QA track
*/

html {
  font-size: 11pt;
}
body {
  background: #4a5b63 url("i/bg-body.png") repeat-x;
  color: #151515;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial,
    sans-serif;
  font-size: 100%;

  /*line-height:1.5;*/
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  width: 100%;
}

.align-left {
  text-align: left !important;
}

table.align-left th {
  text-align: left !important;
}

table.align-left td {
  text-align: left !important;
}

.text-blue {
  color: #31b0d5;
}

.text-blue-link {
  color: #337ab7;
}

.login {
  width: 60%;
  margin: auto auto;
}
.footer {
  width: 100%;
  padding: 5px;
  color: #dddddd;
  font-size: 85%;
}
.white-box {
  background: white;
  padding: 20px;
}

.form-control-subfield {
  padding-left: 30px;
}

.separator {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 15px;
}

/* override default bootstrap width */

@media (min-width: 768px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 96%;
  }
}

.nav {
  background: none;
}

/* banner navbar bootstrap overrides */
/* Bootstrap nav override */
/* navbar */
.navbar-banner {
  background: url("i/bg-body.png") repeat-x;
  border-color: #336699;
}
/* title */
.navbar-banner .navbar-brand > a {
  color: #ffffff;
  text-decoration: none;
}
.navbar-banner .navbar-brand:hover,
.navbar-banner .navbar-brand:focus {
  color: #ffffff;
}
/* link */
.navbar-banner .navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
}
.navbar-banner .navbar-nav > li > a:hover,
.navbar-banner .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #334e5b;
  text-decoration: none;
}
.navbar-banner .navbar-nav > .active > a,
.navbar-banner .navbar-nav > .active > a:hover,
.navbar-banner .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #336699;
  text-decoration: none;
}
.navbar-banner .navbar-nav > .open > a,
.navbar-banner .navbar-nav > .open > a:hover,
.navbar-banner .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #334e5b;
  text-decoration: none;
}
/* caret */
.navbar-banner .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
.navbar-banner .navbar-nav > .dropdown > a:hover .caret,
.navbar-banner .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
.navbar-banner .navbar-nav > .open > a .caret,
.navbar-banner .navbar-nav > .open > a:hover .caret,
.navbar-banner .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
/* mobile version */
.navbar-banner .navbar-toggle {
  border-color: #ddd;
}
.navbar-banner .navbar-toggle:hover,
.navbar-banner .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-banner .navbar-toggle .icon-bar {
  background-color: #ccc;
}
@media (max-width: 767px) {
  .navbar-banner .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    text-decoration: none;
  }
  .navbar-banner .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-banner .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    text-decoration: none;
  }
}

/* top navbar bootstrap overrides */
/* Bootstrap nav override */
/* navbar */

/*.navbar-main { min-height:28px; height: 28px; }
.navbar-main .navbar-brand { padding: 0px 12px;font-size: 16px;line-height: 28px; }
.navbar-main .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 28px; }
.navbar-main .container-fluid, .navbar-main .collapse  { padding: 0; }*/
.navbar-main {
  background-color: #435f76;
  background-image: -moz-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -o-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: linear-gradient(top, #3b5367 33%, rgba(0, 0, 0, 0.4) 100%);
  border: none;
  margin-bottom: 0px;
}

/* Shorter navigation bar for Extramural Vehicle */
.navbar-ev {
  min-height: 36px;
  height: 36px;
}
.navbar-ev .navbar-brand {
  padding: 0px 12px;
  font-size: 16px;
  line-height: 36px;
}
.navbar-ev .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 36px;
}

/* title */
.navbar-main .navbar-brand {
  color: #ffffff;
}
.navbar-main .navbar-brand:hover,
.navbar-main .navbar-brand:focus {
  color: #ffffff;
}
/* link */
.navbar-main .navbar-nav > li > a {
  color: #fff;
  background-color: #435f76;
  background-image: -moz-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -o-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -webkit-linear-gradient(
    top,
    #3b5367 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: linear-gradient(top, #3b5367 33%, rgba(0, 0, 0, 0.4) 100%);
  text-decoration: none;
}
.navbar-main .navbar-nav > li.primary > a {
  color: #fff;
  text-decoration: none;

  background-color: green;
  background-image: -moz-linear-gradient(
    top,
    green 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    green 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: -o-linear-gradient(top, green 33%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-linear-gradient(
    top,
    green 33%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: linear-gradient(top, green 33%, rgba(0, 0, 0, 0.4) 100%);
}

.navbar-main .navbar-nav > li.active > a {
  background-image: none;
  background-color: #648baa;
}
.navbar-main .navbar-nav > li.primary.active > a {
  background-image: none;
  background-color: #2f8c2f;
}
.navbar-main .navbar-nav > li.primary > a:hover,
.navbar-main .navbar-nav > li.primary > a:focus {
  background-image: none;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  background-image: none;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #336699;
  text-decoration: none;
}
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #334e5b;
  text-decoration: none;
}
/* caret */
.navbar-main .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
.navbar-main .navbar-nav > .dropdown > a:hover .caret,
.navbar-main .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
.navbar-main .navbar-nav > .open > a .caret,
.navbar-main .navbar-nav > .open > a:hover .caret,
.navbar-main .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}
/* mobile version */
.navbar-main .navbar-toggle {
  border-color: #ddd;
}
.navbar-main .navbar-toggle:hover,
.navbar-main .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-main .navbar-toggle .icon-bar {
  background-color: #ccc;
}
@media (max-width: 767px) {
  .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    text-decoration: none;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    text-decoration: none;
  }
}

.vmargin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hide-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #337ab7;
  background-color: #fff;
  border-color: #ddd;
  font-weight: bold;
}

.highlight {
  background-color: #fdfd96;
  font-weight: bold;
  font-size: 1.2em;

  padding-left: 3px;
  padding-top: 2px;
}
.form_not_input {
  background-color: #fdfd96;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
}
.one_hundred {
  width: 100%;
}
#id_labs {
  height: 200px;
}

.submit_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-top: 20px;
  width: 45%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1.5px solid #dddddd;
  border-radius: 4px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
table.example {
  border: 1.5px solid #dddddd;
  width: 100%;
  text-align: center;
  color: #717171;
  background: none repeat scroll 0 0 #f9f9f9;
  margin-bottom: 1.25em;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: #dddddd;

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
table.example td {
  padding: 3px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}

#support_body .ellipsis-text {
  /*word-break: break-word;*/
  /*table-layout: fixed;*/

  /* most browsers should support this but not all will*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* responsive sizing for .description as a fixed size is required for .ellipsis-text to function */
#support_body .description {
  max-width: 6vw;
}

@media (min-width: 992px) {
  #support_body .description {
    max-width: 10vw;
  }
}
@media (min-width: 1200px) {
  #support_body .description {
    max-width: 14vw;
  }
}
@media (min-width: 1400px) {
  #support_body .description {
    max-width: 20vw;
  }
}
/* break large words and urls that would extend beyond container boundaries */
.responsive-words {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*----------------------------
    The file upload form
-----------------------------*/

#upload {
  font-family: "PT Sans Narrow", sans-serif;
  background-color: #373a3d;

  background-image: -webkit-linear-gradient(top, #373a3d, #313437);
  background-image: -moz-linear-gradient(top, #373a3d, #313437);
  background-image: linear-gradient(top, #373a3d, #313437);

  width: 250px;
  padding: 30px;
  border-radius: 3px;

  margin: 100px auto 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
  background-color: #2e3134;
  padding: 40px 50px;
  margin-bottom: 30px;
  border: 20px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  border-image: url("../img/border-image.png") 25 repeat;
  text-align: center;
  text-transform: uppercase;

  font-size: 16px;
  font-weight: bold;
  color: #7f858a;
}

#drop a {
  background-color: #007a96;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  margin-left: -15px;
  line-height: 1;
}

#drop a:hover {
  background-color: #0986a3;
}

#drop input {
  display: none;
}

#upload ul {
  list-style: none;
  margin: 0 -30px;
  border-top: 1px solid #2b2e31;
  border-bottom: 1px solid #3d4043;
}

#upload ul li {
  background-color: #333639;

  background-image: -webkit-linear-gradient(top, #333639, #303335);
  background-image: -moz-linear-gradient(top, #333639, #303335);
  background-image: linear-gradient(top, #333639, #303335);

  border-top: 1px solid #3d4043;
  border-bottom: 1px solid #2b2e31;
  padding: 15px;
  height: 72px;

  position: relative;
}

#upload ul li input {
  display: none;
}

#upload ul li p {
  width: 144px;
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
}

#upload ul li i {
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  display: block;
}

#upload ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}

#upload ul li span {
  width: 15px;
  height: 12px;
  padding: 5px;
  background: url("../img/icons.png") no-repeat;
  position: absolute;
  top: 44px;
  right: 33px;
  cursor: pointer;
}

#upload ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}

#upload ul li.error p {
  color: red;
}
table.example1 td {
  padding: 1px;
  text-align: center;
  font-size: 8pt;
  padding-top: 3px;
  padding-bottom: 3px;
}
table.example th {
  font-size: 9pt;
  text-align: center;
  padding: 5px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
}

table.example1 th {
  font-size: 8pt;
  text-align: center;
  padding: 1px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dddddd;
}
table.img {
  max-width: 100px;
  max-length: auto;
}
table.example tfoot td {
  background-color: #ffccff;
}

table.example tr {
  font-weight: normal;
  text-align: center;
  background-color: #ffffff;
}

/* Striping */
table.example tr.alternate {
  background-color: #f8f8f8;
}

/* Sorting */
table.example th.table-sortable {
  cursor: pointer;
  background-image: url("../images/arrow_left.png");
  background-position: center left;
  background-repeat: no-repeat;
}
table.example th.table-sorted-asc {
  background-image: url("../images/arrow_up.png");
  background-position: center left;
  background-repeat: no-repeat;
}
table.example th.table-sorted-desc {
  background-image: url("../images/arrow_down.png");
  background-position: center left;
  background-repeat: no-repeat;
}
table.example th.table-filtered {
  background-image: url("../images/filter.gif");
  background-position: center top;
  background-repeat: no-repeat;
}
table.example select.table-autofilter {
  font-size: smaller;
  width: 100%;
  height: 22px;
}

/* Examples which stray from the default */
table.example table.altstripe tr.alternate2 {
  background-color: #ccffff;
}

/* Sort Icon Styles */
table.example table.sort01 th.table-sortable {
  background-image: url("../images/01_unsorted.gif");
}
table.example table.sort01 th.table-sorted-asc {
  background-image: url("../images/01_ascending.gif");
}
table.example table.sort01 th.table-sorted-desc {
  background-image: url("../images/01_descending.gif");
}

.dropzone {
  background-color: #cfcfcf;
  border: 2px dashed #666666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-box-shadow: inset 2px 2px 10px 2 px rbga(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 10px 2 px rbga(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 10px 2 px rbga(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 30px;
  height: 50px;
  width: 100%;
}
.dropzone p.instructions {
  font-size: 200%;
  text-align: center;
  margin-top: 75px;
}

.dropzone .hover {
  -webkit-box-shadow: inset 2px 2px 10px 2 px rbga(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2px 2px 10px 2 px rbga(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 10px 2 px rbga(0, 0, 0, 0.5);
  background-color: #cfcfcf;
}

select[multiple] {
  height: 190px;
}

label.required:after {
  content: "*";
  color: #a94442;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
  border-radius: 4px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group
  span.twitter-typeahead:not(:first-child):not(:last-child)
  .form-control {
  border-radius: 0px;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.list-group-item.active a {
  color: white;
}

.form-horizontal .control-label.text-left {
  text-align: left;
}
table td.filename_td {
  text-align: left;
}
table td.filename_td a,
table td.filename_td span {
  padding-left: 20px;
}

.control-label * {
  display: inline;
}

/*------------ Begin Utility Classes --------*/

.display-none {
  display: none;
}

.display-inline {
  display: inline;
}

.ml-3 {
  margin-left: 3rem;
}

.no-padding {
  padding: 0;
}

.btn-link {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  color: #0000ee;
  padding: 0;
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}
