@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;500&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #00142d; }

body {
  color: #00142d; }

.btn-primary {
  color: #fff !important;
  background: #538000;
  border: none; }
  .btn-primary:hover {
    background: #111a00; }

.btn-default {
  color: #fff !important;
  background: #1979ac;
  border: none; }
  .btn-default:hover {
    background: #0c3a53; }

a {
  color: #1979ac; }

.dev {
  background: silver;
  width: 100%;
  color: #ff0000;
  display: block;
  text-align: center;
  padding: 10px; }

.navbar-dark .navbar-toggler {
  color: #fff !important;
  border-color: #fff !important;
  margin: 0 auto;
  border: none; }
  .navbar-dark .navbar-toggler .toggler-text {
    margin-right: 10px;
    font-size: 1rem;
    text-transform: uppercase; }

.navbar-dark .container-fluid {
  padding-left: 0;
  padding-right: 0; }

header .uoft-logo, header .site-name {
  display: inline-block;
  vertical-align: middle; }

header .uoft-logo {
  width: 150px;
  padding-right: 20px; }
  header .uoft-logo a {
    width: 100%;
    display: block; }
  header .uoft-logo img {
    width: 100%; }

header .uoft_menus {
  padding: 5px 20px;
  text-align: right; }
  header .uoft_menus ul {
    margin-bottom: 0; }
  header .uoft_menus li {
    list-style: none; }
  header .uoft_menus li::before {
    padding-right: 10px;
    content: "|"; }
  header .uoft_menus li:first-child::before {
    padding-right: 0;
    content: ""; }
  header .uoft_menus a {
    text-decoration: none; }

header .site-brand {
  padding: 20px;
  background: #002a5c;
  color: #fff; }
  header .site-brand a {
    color: #fff; }

header .site-name {
  border-left: 2px solid #fff;
  padding-left: 20px;
  max-width: 50%; }
  header .site-name a {
    text-decoration: none; }
    @media (max-width: 575.98px) {
      header .site-name a {
        font-size: 21px; } }
    @media (min-width: 576px) {
      header .site-name a {
        font-size: 30px; } }

header .uoft_menus li {
  list-style: none;
  display: inline-block; }

header .navbar-alerts {
  padding-top: 0;
  padding-bottom: 0;
  background: #1979ac; }
  header .navbar-alerts .nav-link {
    color: #fff !important;
    text-decoration: none;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important; }
    header .navbar-alerts .nav-link:hover {
      color: #fff;
      background: #0c3a53; }

#content {
  margin: 3rem 0; }

.content h1 {
  margin-top: 0;
  margin-bottom: 30px; }

.tags-section {
  margin-top: 50px; }
  .tags-section fieldset {
    border: 1px dotted #ddd;
    background-color: #fafafa;
    margin-bottom: 15px;
    padding: 5px;
    width: 640px; }
  .tags-section legend {
    float: none;
    width: auto;
    background: #FFF;
    font-weight: 500;
    padding: 0 10px; }

th h2 {
  font-size: 15px;
  margin-bottom: 0; }

td legend {
  background: none; }

td legend h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  background: none; }

.alert_list_tags_ul > li {
  font-weight: bold;
  list-style: none; }

.alert_list_tags_ul ul > li {
  font-weight: normal;
  list-style: none; }
  .alert_list_tags_ul ul > li img {
    margin-right: 10px; }

.pagination {
  margin-top: 20px; }

.sidebar {
  margin-top: 30px; }

.home_col2_module h2, .home_side_module h2 {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #CCC;
  font-size: 1.5rem; }

.home_col2_module h3, .home_side_module h3 {
  font-size: 1.2rem; }

.action {
  margin-bottom: 3rem; }

.home_col2_module ul {
  list-style-image: url("/images/bullet2.gif");
  list-style-type: disc; }

.home_col2_module ul a {
  text-decoration: none; }

ul.MyAccount {
  list-style-type: none;
  list-style-image: none;
  margin: 15px 0 20px 8px;
  padding: 0; }

ul.MyAccount li {
  padding-left: 20px; }

li.MyProfile {
  background: url("/images/icons/user_edit.png") 0 0 no-repeat; }

li.MyTags {
  background: url("/images/icons/three_tags.png") 0 0 no-repeat; }

li.Logout {
  background: url("/images/icons/lock_open.png") 0 0 no-repeat; }

footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px; }
footer ul { padding-left: 0; }
footer li {
  list-style: none;
  padding-bottom: 5px; }

#content .ui-state-error {
  color: #fff;
  background: #A22901 !important;
  border: 1px solid #6f1c01; }

.ulnobullet {
  list-style: none; }

fieldset {
  border: 1px dotted #ddd;
  background-color: #fafafa;
  margin-bottom: 15px;
  padding: 5px;
  width: 640px;
  max-width: 100%; }

legend {
  background: #FFF;
  font-weight: 500;
  padding: 0 8px; }

legend h2 {
  font-size: 1.2rem; }

.tag_option_fieldset {
  display: block;
  width: 99%;
  /* Formerly '590px' */
  margin-bottom: 10px; }

fieldset.tag_option_fieldset legend {
  font-size: 1.1em; }

.tag_cloud {
  line-height: 12px; }

.tag_option_fieldset ul.tag_list_ul {
  margin-top: 0;
  max-height: 200px;
  overflow: auto;
  list-style: none; }

#sidebar_ul, #sidebar_ul ul {
  list-style-type: none;
  padding-left: 0; }

#user_panel {
  width: 300px;
  margin-bottom: 20px; }

#pagination_div {
  text-align: center;
  margin: 20px auto; }

/* ----------- TABLES ----------- */
table {
  border-collapse: collapse;
  font-size: 0.95em;
  width: 100%;
  margin: 5px auto 5px 0; }

#home_col1 form table tr {
  width: 340px; }

thead {
  background: #001e42; }

th {
  background: #002469;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 5px;
  text-align: left; }

tr {
  border: 1px #CCC;
  border-style: solid none; }

td {
  text-align: left;
  vertical-align: top;
  padding: 10px; }

tr.tr_alternate {
  background-color: #fafafa; }

tr.draft_row {
  background-color: #ffced7; }

tr.pending_approval_row {
  background-color: #ffb17c; }

tr.declined_row {
  background-color: #f20; }

table.sortableTables thead tr th {
  text-decoration: none;
  font-size: 12px; }

.clickableTableRow:hover {
  background-color: #F4F8F9; }

tbody tr:last-child {
  border: 0; }

table.createAlert td, table.createAlert th, table.createAlert tr {
  border: none; }

.search_filter {
  background: #FAFAFA; }

ul.alert_list_tags_ul {
  font-weight: 700;
  margin: 0;
  padding: 0; }

ul.alert_list_tags_ul h3 {
  font-size: 1.3rem; }

ul.alert_list_tags_ul li {
  padding: 0; }

ul.alert_list_tags_ul li ul {
  margin: 0;
  padding: 0; }

ul.alert_list_tags_ul li ul li {
  font-weight: 400;
  margin: 0; }

.checklist {
  border: 1px solid #ccc;
  list-style: none;
  max-height: 180px;
  overflow: auto;
  width: 250px;
  float: left; }

.checklist, .checklist li {
  margin: 0;
  padding: 0; }

.checklist label {
  display: block; }

.success {
  color: #0f0; }

.error {
  color: red; }

input[type="submit"], input[type="button"] {
  background: #1979ac;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  border: 1px solid #0c3a53;
  border-radius: 5px;
  margin: 0 5px 0 0;
  padding: 5px 8px; }

input[type="submit"]:hover, input[type="button"]:hover {
  background: #0c3a53;
  color: #FFF;
  border: 1px solid #003; }

.rowControlLinkButtons {
  display: inline;
  text-align: center;
  color: #069;
  font-weight: 700;
  font-size: 0.9em; }

.rowControlLinkButtons:hover {
  text-decoration: underlined; }

span.AlertActions {
  display: block;
  width: 100%;
  float: left;
  clear: both; }

.clickableTableRow, .clickables {
  cursor: pointer; }

input.filters {
  width: 100%;
  border: solid 1px #cdcdcd;
  color: #00142d !important; }
  input.filters::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00142d !important;
    opacity: 1;
    /* Firefox */ }
  input.filters:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #00142d !important; }
  input.filters::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #00142d !important; }

.medium_length {
  width: 200px; }

.long_length {
  width: 400px; }

.hr_line {
  display: block;
  border-bottom: 1px solid #cdcdcd;
  margin: 5px 0; }

.tag_cat_list {
  width: 350px;
  float: left;
  border: 1px solid #cdcdcd;
  height: 200px;
  margin: 3px; }

.tag_cat_list ul {
  height: 150px;
  overflow: auto; }

ul.tabNav {
  margin-top: 2px;
  list-style: none;
  border-bottom: 1px solid #DADEC9; }

ul.tabNav li {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  display: inline;
  border: 1px solid #cdcdcd;
  background-color: #1979ac; }

ul.tabNav li.selected {
  display: inline;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-bottom: 1px solid #fff; }

ul.tabNav li a {
  padding: 0 1em;
  color: #fff; }

ul.tabNav li.selected a {
  font-weight: 700;
  color: #1979ac; }

textarea {
  resize: none; }

.note {
  text-decoration: italic;
  font-size: 0.9em;
  font-weight: 700; }

.page_subtitle {
  color: #29323d;
  font-size: 16px; }

acronym {
  border-bottom: none; }
