/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Nacho.Master
:: pending.aspx/complete.aspx

*/
/* -----------------------------------------
   Nacho.master
----------------------------------------- */
/* line 18, app.scss */
body {
  background-color: #fff;
}

/* line 20, app.scss */
a {
  font-weight: bold;
}
/* line 20, app.scss */
a:hover {
  color: #a3472f;
}

/* line 21, app.scss */
.pumpkin {
  background-color: #a3472f;
}

/* line 23, app.scss */
label {
  cursor: default;
}

/* line 25, app.scss */
header {
  background-color: #592a8a;
  height: 40px;
}
/* line 29, app.scss */
header #ecu-logo {
  background-image: url(../img/template/ecuLogo.png);
  background-repeat: no-repeat;
  background-size: 250px 26px;
  height: 40px;
  float: left;
  background-position: 15px 10px;
  background-color: #592a8a;
}
/* line 38, app.scss */
header #ecu-logo a {
  width: 250px;
  height: 26px;
  display: block;
  margin-top: 10px;
}
/* line 44, app.scss */
header #ecu-head-links {
  background-color: #592a8a;
  vertical-align: middle;
}
/* line 48, app.scss */
header #ecu-head-links a {
  padding-right: 5px;
  color: #fff;
  font-size: .6em;
  font-weight: bold;
  font-family: Verdana;
}
/* line 54, app.scss */
header #ecu-head-links a:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen {
  /* line 62, app.scss */
  #ecu-head-links {
    text-align: left;
    padding-top: 0;
    height: 30px;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 65, app.scss */
  #ecu-head-links {
    text-align: right;
    padding-top: 10px;
    height: 40px;
  }
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 72, app.scss */
  #ecu-logo {
    background-image: url(../img/template/ecuLogo@2x.png);
  }

  /* line 73, app.scss */
  footer {
    background: url("../img/template/low_contrast_linen@2x.png") repeat scroll 0 0 transparent;
  }
}
/* line 76, app.scss */
#site-alert {
  background-color: #f04124;
  border-color: #de2b0f;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px;
}
/* line 82, app.scss */
#site-alert p {
  margin-bottom: 0;
  font-size: 90%;
}

/* line 85, app.scss */
#dc-logo-row {
  margin: 20px 0 15px 0;
}
/* line 88, app.scss */
#dc-logo-row #dc-logox {
  margin-left: -7px;
}
/* line 90, app.scss */
#dc-logo-row .search-padding {
  padding-top: 30px;
}
/* line 92, app.scss */
#dc-logo-row .search-padding a {
  font-size: 12px;
  float: right;
  margin-top: -8px;
}
/* line 93, app.scss */
#dc-logo-row .search-padding input {
  margin-bottom: 0;
}
/* line 94, app.scss */
#dc-logo-row .search-padding #search-box {
  padding-left: 10px;
}
/* line 97, app.scss */
#dc-logo-row #tagline {
  display: table;
  height: 100px;
  overflow: hidden;
}
/* line 102, app.scss */
#dc-logo-row #tagline p {
  display: table-cell;
  vertical-align: middle;
  color: #818181;
  font-family: Georgia;
  font-size: 1em;
  font-style: italic;
  line-height: 1.3em;
  text-align: center;
}
/* line 113, app.scss */
#dc-logo-row .search-button {
  background-image: url(../img/magnifier.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}
/* line 120, app.scss */
#dc-logo-row .advanced-head-link {
  padding: 3px;
}

/* line 123, app.scss */
.top-bar-section .dropdown li label {
  color: #FEC923;
}

/* line 124, app.scss */
.top-bar-section ul li > a:hover {
  color: #FEC923;
  text-decoration: none;
}

/* line 125, app.scss */
.top-bar-section ul li > ul li > a:hover {
  text-decoration: underline;
}

/* line 127, app.scss */
.dc-wrapper {
  background-color: #fff;
  margin-bottom: 15px;
  padding-top: 15px !important;
}

/* line 132, app.scss */
.marginless {
  margin: 0;
}

/* line 134, app.scss */
h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 25px 0;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
}

/* line 142, app.scss */
h4 {
  font-size: 16px;
  margin: 0 0 25px 0;
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

/* line 150, app.scss */
h5 {
  font-size: 13px;
  margin: 0 0 5px 0;
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

/* line 158, app.scss */
footer {
  background: url("../img/template/low_contrast_linen.png") repeat scroll 0 0 transparent;
  clear: both;
  color: #9c9c9c;
  padding: 10px 0 10px 0;
}
/* line 164, app.scss */
footer p {
  font-size: 12px;
  margin: 0;
}
/* line 166, app.scss */
footer .four {
  padding: 0 25px 0 40px;
}
/* line 168, app.scss */
footer h3 {
  color: #fec923;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 0;
}
/* line 177, app.scss */
footer .see_more {
  float: right;
  font-size: 66%;
  right: 0;
  top: 3px;
  position: absolute;
}
/* line 185, app.scss */
footer .see_more a {
  color: #fec923;
}
/* line 188, app.scss */
footer ul {
  list-style: none;
  margin-left: 0;
}
/* line 191, app.scss */
footer ul li {
  line-height: 18px;
}
/* line 193, app.scss */
footer ul li label {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 15px;
}
/* line 194, app.scss */
footer ul li a {
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}
/* line 199, app.scss */
footer ul li a:hover {
  color: #fec923;
  text-decoration: underline;
}
/* line 204, app.scss */
footer .recent-comments {
  color: #fff;
}
/* line 207, app.scss */
footer .recent-comments ul li {
  border-top: 1px dotted #EDEBE4;
  padding: 5px 0 0 5px;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5em;
}
/* line 216, app.scss */
footer .recent-comments ul li:hover {
  background-color: #999;
}
/* line 217, app.scss */
footer .recent-comments ul li span {
  font-style: italic;
  font-weight: bold;
  float: right;
  display: block;
}
/* line 221, app.scss */
footer .recent-items {
  color: #fff;
}
/* line 224, app.scss */
footer .recent-items ul li {
  border-top: 1px dotted #EDEBE4;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
}
/* line 230, app.scss */
footer .recent-items ul li p {
  padding: 5px 0 0 5px;
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5em;
}
/* line 236, app.scss */
footer .recent-items ul li:hover {
  background-color: #999;
}
/* line 237, app.scss */
footer .recent-items ul li span {
  font-style: italic;
  font-weight: bold;
  float: right;
  display: block;
}
/* line 241, app.scss */
footer .recent-staffpicks {
  color: #fff;
}
/* line 244, app.scss */
footer .recent-staffpicks ul li {
  border-top: 1px dotted #EDEBE4;
  padding: 5px 0 0 5px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5em;
}
/* line 253, app.scss */
footer .recent-staffpicks ul li:hover {
  background-color: #999;
}
/* line 254, app.scss */
footer .recent-staffpicks ul li span {
  font-style: italic;
  font-weight: bold;
  float: right;
  display: block;
}

/* line 259, app.scss */
ul.breadcrumbs {
  margin-bottom: 10px;
}

/* line 261, app.scss */
table tr td {
  padding: 3px;
}

/* line 262, app.scss */
select, input {
  margin: 0 0 .5rem;
  padding: 3px 5px;
  height: initial;
}

/* -----------------------------------------
   pending.aspx/complete.aspx
----------------------------------------- */
/* line 268, app.scss */
.pending-list tr th {
  font-size: 85%;
  padding: 10px;
  color: #fff;
  text-decoration: underline;
}
/* line 269, app.scss */
.pending-list tr td {
  font-size: 85%;
  padding: 5px;
}
/* line 271, app.scss */
.pending-list .pending-link a {
  color: #592a8a;
  text-decoration: underline;
}

/* -----------------------------------------
   report.aspx
----------------------------------------- */
/* line 281, app.scss */
.report-table tr th {
  font-size: 90%;
  padding: 10px;
  color: #fff;
  text-decoration: underline;
}
/* line 282, app.scss */
.report-table tr td {
  font-size: 90%;
  padding: 5px;
}

/* -----------------------------------------
   subjects.aspx
----------------------------------------- */
/* line 289, app.scss */
.subject-table tr th {
  font-size: 90%;
  padding: 10px;
  color: #fff;
}
/* line 290, app.scss */
.subject-table tr td {
  font-size: 90%;
  padding: 5px;
}

/* -----------------------------------------
   subject.aspx
----------------------------------------- */
/* line 298, app.scss */
.subject-page .content label {
  margin-bottom: 5px;
}
/* line 299, app.scss */
.subject-page .most-used a {
  margin-right: 10px;
}
/* line 300, app.scss */
.subject-page ul {
  color: #4d4d4d;
  font-size: 12px;
  list-style-type: none;
}
/* line 304, app.scss */
.subject-page ul li {
  padding: 4px;
}
/* line 307, app.scss */
.subject-page .switch {
  width: 50%;
}
/* line 309, app.scss */
.subject-page .switch b {
  color: #ff0000;
}

/* line 313, app.scss */
.metadata-page {
  font-size: 90%;
}
/* line 315, app.scss */
.metadata-page tr th {
  font-size: 90%;
  padding: 10px;
  color: #fff;
}

/* -----------------------------------------
   mix.aspx
----------------------------------------- */
/* line 322, app.scss */
.mix-table tr th {
  font-size: 90%;
  padding: 2px;
  color: #fff;
}
/* line 323, app.scss */
.mix-table tr td {
  font-size: 90%;
  padding: 2px;
}

/* line 328, app.scss */
.mods-page select, .mods-page input {
  margin: 0 0 .5rem;
  padding: 3px 5px;
  height: initial;
}
/* line 329, app.scss */
.mods-page .notes-list th {
  color: #fff;
  font-weight: bold;
}
/* line 330, app.scss */
.mods-page table td {
  padding: 3px;
}

/* line 333, app.scss */
.basic-mods td {
  line-height: 1rem;
  padding: 3px;
}
/* line 334, app.scss */
.basic-mods textarea, .basic-mods input {
  margin-bottom: 0;
}
