@charset "UTF-8";
table.table th {
  background-color: transparent !important;
  color: #444;
}

table.graduation-data tr td:first-child {
  width: 30% !important;
}

table.osa-table td {
  text-align: center;
}

h1#sitsportalpagetitle {
  margin-top: 10px;
}

label.sv-mandatory {
  background-color: transparent;
  color: #c22a22;
}

/* SITS 11 specific changes */
.sv-navbar-header .app-brand {
  display: inline-block;
  margin-top: 0.7rem;
}

.sv-navbar-header .app-brand .app-brand__logo {
  margin-left: 1rem;
}

.sv-vnavbar-menubar {
  background-color: #fafafa;
  color: inherit;
}

li.sv-vnavbar-tier1.sv-vnavbar-active, li.sv-vnavbar-tier2.sv-vnavbar-active, .sv-vnavbar-tier2-ul ul.sv-vnavbar-tier3-ul li.sv-vnavbar-tier3.sv-vnavbar-activ {
  background: #dedede;
}

.sv-vnavbar-tier2-ul li.sv-vnavbar-tier2:not(.sv-vnavbar-tier2-header):not(.sv-vnavbar-tier2-header-full):hover,
.sv-vnavbar-tier2-ul li.sv-vnavbar-tier2:not(.sv-vnavbar-tier2-header):not(.sv-vnavbar-tier2-header-full):focus-within {
  background: #dedede;
}

.sv-vnavbar-tier2-ul li.sv-vnavbar-tier2:not(.sv-vnavbar-tier2-header):not(.sv-vnavbar-tier2-header-full):hover > a,
.sv-vnavbar-tier2-ul li.sv-vnavbar-tier2:not(.sv-vnavbar-tier2-header):not(.sv-vnavbar-tier2-header-full) > a:focus,
.sv-vnavbar-tier2-ul li.sv-vnavbar-tier2:not(.sv-vnavbar-tier2-header):not(.sv-vnavbar-tier2-header-full):focus-within > a {
  color: #003e74;
}

.sv-vnavbar-ul {
  font-size: 0.9rem; /* dpl is 1rem for sidebar, but not enough characters showing so make smaller*/
}

.sv-vnavbar-ul > li > a {
  color: #202024;
}

.sv-vnavbar-ul > li.sv-vnavbar-tier1:hover,
.sv-vnavbar-ul > li.sv-vnavbar-tier1:focus-within {
  background-color: #dedede;
}

.sv-navbar-default .btn-group .btn {
  padding-top: 1rem;
  border-color: transparent transparent transparent #e6e6e6;
  min-height: 65px; /* same height as buttons defined by Tribal */
}

.sv-navbar-right {
  margin-right: 0px; /* ensure buttons don't go off page */
}

.sv-navbar-search {
  margin: 0px 9px 0px 9px;
  padding-bottom: 0px;
}

.sv-vnavbar-tier2-ul li.sv-vnavbar-tier2.sv-vnavbar-active > a,
li.sv-vnavbar-tier3.sv-vnavbar-active > a {
  color: #000;
}

/* override sv.css   mandatory should show red border .. class previously used forminmand ... include form-control to not affect inputs on application form new-user */
[type=text].sv-mandatory.form-control,
select.sv-mandatory.form-control,
textarea.sv-mandatory.form-control {
  border: 1px solid #ff3135;
  background-color: transparent !important;
}

div.sv-mandatory,
label.sv-mandatory {
  background-color: transparent !important;
}

/* some tasks include legends, bring in these CSS from sits.css */
fieldset.nostyle {
  border: 0;
  padding: 0;
}

fieldset.nostyle legend {
  display: none;
}

/* tweak styling to match v10 */
a {
  color: #00539b;
  text-decoration: none;
}

a:hover, a:focus {
  color: #004077;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.sv-list-group-item {
  font-weight: normal;
  text-decoration: none;
}

/* from latest dpl screen.css but using tribal sv-open class */
.navbar-inverse .navbar-nav > .sv-open > a, .navbar-inverse .navbar-nav > .sv-open > a:hover, .navbar-inverse .navbar-nav > .sv-open > a:focus {
  background-color: #0071b3;
  color: #fff;
}

/* override dpl - don't show underline for sortable columns */
.dt-bootstrap table thead .sorting, .dt-bootstrap table thead .sorting_asc, .dt-bootstrap table thead .sorting_desc, .dt-bootstrap table thead .sorting_asc_disabled, .dt-bootstrap table thead .sorting_desc_disabled {
  text-decoration: none;
}

/* notification modal , show tab names as lower case */
.ui-tabs .ui-tabs-nav {
  text-transform: unset;
}

/* Tribal makes use of this classes which are in the DPL, override them to match the DPL modal */
.ui-dialog .ui-widget.ui-widget-content {
  border-color: rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-widget-header {
  background-color: #fff;
}

.ui-dialog .ui-dialog-title {
  font-weight: 700;
  font-size: 1.25em;
}

/* push footer to bottom for smaller screen */
@media only screen and (max-width: 991px) {
  .sv-page-content-wrapper {
    min-height: calc(100vh - 6rem);
  }
}
/* push footer to bottom for smaller screen */
@media only screen and (max-width: 991px) {
  .sv-page-content-wrapper {
    min-height: calc(100vh - 6rem);
  }
}
.sv-panel-primary > .sv-panel-heading {
  color: #fff;
  background-color: #00539b;
  border-color: #00539b;
}

/* "user details" modal remove curved corners */
.ui-corner-all {
  border-radius: 0px;
}

.sv-input-group-btn .sv-btn {
  border-radius: 0px;
  padding: 0.35rem 13px; /* attempt to match height of input box */
  height: 35px; /* height of input box defined in DPL .form-control */
}

.sv-list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.sv-list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* SITS 11 - login page square inputs */
.sv-form-control {
  border-radius: 0;
}

.sv-input-group-addon {
  border-radius: 0;
}

.sv-input-group-addon.sv-input-sm {
  border-radius: 0;
}

.sv-input-group-addon.sv-input-lg {
  border-radius: 0;
}

/* application form "Checklist" */
#app_form .ui-widget.ui-widget-content {
  border: 0;
}

.container-fluid, .sv-container-fluid {
  position: relative;
}

.panel {
  margin-bottom: 2em;
}

/* Style the collapse sections like the old accordion classes */
.collapse-wrapper .collapse-toggle {
  color: #fff;
  display: block;
  padding: 15px 15px;
}

.collapse-wrapper .collapse-toggle:hover {
  cursor: pointer;
}

.collapse-wrapper .collapse-toggle:after {
  float: right;
  display: inline-block;
  content: "";
  height: 28px;
  width: 28px;
  background: transparent url("http://www.st-andrews.ac.uk/media/study/images/furniture/chevron@2x.png") center center/15px 20px no-repeat;
  vertical-align: middle;
  transform: rotate(180deg);
}

.collapse-wrapper .collapse-toggle[aria-expanded=true]:after {
  transform: rotate(90deg);
}

tr.sv-active td,
tr.sv-active td:hover {
  background-color: #e1e1e1 !important;
  color: #000000 !important;
}

.sv-badge {
  background-color: #d9d9d9 !important;
  color: #442844 !important;
}

.in .dropdown-menu,
.in .dropdown-menu a {
  color: #FFFFFF !important;
}

.in .dropdown-menu a {
  text-decoration: none;
}

.in .has-sub ul:hover {
  background-color: #004077;
}

/* Sometimes we don't want the 25px margin imposed by the DPL on paragraph tags */
p.no-margin {
  margin: 0;
}

/* SITS 11 regarding moving to 1.27.3 */
.navbar {
  margin-bottom: 0.6rem; /* visual space below navbar */
}

#university-footer {
  position: relative;
  width: 100%;
  bottom: 0;
}

/* Application form - black text for "browse my computer" */
#app_form .ui-widget-content .sv-btn.sv-btn-default {
  color: #000;
}

/* Application form - white text for "upload" */
#app_form .ui-widget-content .sv-btn.sv-btn-primary, #app_form .ui-widget-content .sv-btn.sv-btn-primary.sv-disabled {
  color: #fff;
}

/* Accordion colors to have title & arrow background blue and text white */
.accordion > h3 {
  background-color: #00539b;
  color: #fff;
}

.accordion > h3:before {
  color: #fff;
}

.accordion > h3:hover {
  background-color: #00539b;
}

.sv-input-group-addon img.ui-datepicker-trigger {
  max-width: 20px;
}

.sta-app-wrapper {
  grid-template-areas: "sta-content" "sta-footer";
  grid-template-rows: 1fr auto;
  display: grid;
  min-height: calc(100vh - 65px); /* header is 65px */
}

.sta-app-wrapper .sta-app-content {
  grid-area: sta-content;
  overflow: auto;
}

.sta-app-wrapper .sta-app-footer {
  grid-area: sta-footer;
}

.show-grid [class^=col-] {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
  padding-bottom: 10px;
  padding-top: 10px;
}

.tab-pane {
  padding: 10px 0;
}

/* Minor style changes for Chosen css */
.chosen-container-single .chosen-single {
  box-shadow: none;
  border-radius: 0;
  border: none;
  line-height: inherit;
}

.chosen-container-single .chosen-single abbr {
  top: 6px;
}

.chosen-container-single .chosen-single div b {
  background-position-y: 0;
}

/*#sidebar {
  padding-left: 0px;
}*/
.sidebar .panel {
  box-shadow: none;
}

.sidebar .panel .list-group-item:hover {
  background-color: #EEEEEE;
}

[type=text].forminmand,
select.forminmand,
textarea.forminmand {
  border: 1px solid #ff3135;
  background-color: transparent !important;
}

div.forminmand,
label.forminmand {
  background-color: transparent !important;
}

input[data-ttip],
textarea[data-ttip] {
  cursor: text !important;
}

select[data-ttip] {
  cursor: default !important;
}

label.ui-helper-hidden-accessible {
  display: none;
}

#application-stages label {
  border: 1px solid #ccc;
  width: 100%;
  padding: 20px;
}

div.form-divider {
  content: "";
  height: 1px;
  background: linear-gradient(to right, rgb(0, 83, 155), rgba(0, 83, 155, 0));
  display: block;
  margin: 20px 0;
}

.statements h3 {
  margin-bottom: 0;
}

.statement {
  padding: 10px 15px;
  margin: 0;
  border: none;
}

.statement:nth-of-type(even) {
  background: #eff7fd;
}

.statement h4, .statements .well h4 {
  margin: 0 0 10px 0;
}

.statement p:last-child, .statements .well p:last-child {
  margin-bottom: 0;
}

.faded {
  background-color: #eeeeee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  color: #1b74c3;
  background: #fff;
  padding: 75px;
}

#loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  border-top: 1.1em solid rgba(63, 89, 255, 0.2);
  border-right: 1.1em solid rgba(63, 89, 255, 0.2);
  border-bottom: 1.1em solid rgba(63, 89, 255, 0.2);
  border-left: 1.1em solid #3f59ff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}

#loader,
#loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#exit-spinner {
  position: absolute;
  top: 20px;
  right: 20px;
}

#task-nav {
  display: none;
}

#sidebar-nav-hidden {
  display: none;
}

.navbar-default > li.active > a {
  background-color: #e7e7e7 !important;
  color: #555;
}

.navbar-default > li > a:hover {
  color: #555;
}

.navbar-default > li > a {
  color: #777;
  font-weight: normal;
}

@media (max-width: 1024px) {
  #sidebar-container {
    display: none;
  }
  #task-nav {
    display: block !important;
  }
}
#environment-header.dev {
  background-color: #DDF2FF;
}

#environment-header.test {
  background-color: #DDFFDD;
}

#environment-header.venture {
  background-color: #B19FF9;
}

#environment-header.proc {
  background-color: #FFFF99;
}

span[aria-label=incomplete] {
  color: red;
}

span[aria-label=complete] {
  color: green;
}

span[aria-label] {
  margin-right: 5px;
}

@media (max-width: 767px) {
  #header-audience {
    margin-top: 0px !important;
  }
  #header-audience.btn:nth-child(1) {
    margin-left: 0px !important;
  }
  div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter {
    text-align: left;
  }
  .dt-buttons {
    padding-top: 10px;
  }
  .dt-buttons a {
    display: block;
    margin-bottom: 5px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .dropdown-menu-right {
    left: 0 !important;
  }
  /*.dt-buttons {
    display: none !important;
  }*/
  /*.dataTables_length {
    text-align: left !important;
    margin: 0 !important;
  }*/
  /*div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter {
    text-align: left;
  }*/
}
.dt-buttons {
  float: none !important;
}

.dt-buttons a {
  margin-right: 10px;
}

.scrollStyle {
  overflow-x: auto;
  margin-top: 10px;
}

.dt-button-collection {
  width: auto !important;
}

.dataTables_filter {
  text-align: left !important;
  margin: 0 !important;
}

div.dataTables_filter input {
  margin-left: 0 !important;
}

li.HIDE {
  display: none;
  visibility: hidden;
}

.dpl-datatable {
  width: 100% !important;
}

.dpl-datatable th {
  background-color: #fff;
  color: #000000;
  text-align: center;
}

.dpl-datatable thead tr:first-child > td {
  border-top: 1px solid #CCCCCC !important;
}

select {
  font-weight: bold;
}

#search-results:before {
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
  background: linear-gradient(to right, rgb(0, 83, 155), rgba(0, 83, 155, 0));
}

#search-results-title {
  margin-top: 0;
}

#funding-catalogue {
  font-size: smaller;
}

#funding-catalogue th {
  background-color: #1b74c3;
  vertical-align: middle;
}

#page-controls {
  display: flex;
  justify-content: space-around;
}

#getVariables {
  display: none;
}

div.showprogress {
  border: 1px solid black;
  padding: 2px;
  min-height: 30px;
}

table.info {
  width: 60%;
}

div.questions {
  max-width: 100%;
}

div.question {
  float: left;
  min-width: 30%;
  display: inline;
  margin: 1%;
}

div.note {
  background-color: lightgrey;
  margin: 2%;
  padding: 2%;
  min-height: 20%;
  float: left;
}

.chosen-container {
  display: block !important;
}

.section-break::before {
  background: linear-gradient(to right, rgb(0, 83, 155), rgba(0, 83, 155, 0));
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
}

p.sitstabledescription, .actions-list {
  margin-bottom: 0;
}

.fund-details p {
  margin-bottom: 15px;
}

#sitsmessagebox p {
  margin: 5px;
}

.ui-widget-header {
  color: #222222;
}

.block-label {
  display: block;
}

select {
  font-weight: bold;
}

#search-results:before {
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
  background: linear-gradient(to right, rgb(0, 83, 155), rgba(0, 83, 155, 0));
}

#search-results-title {
  margin-top: 0;
}

#funding-catalogue {
  font-size: smaller;
}

#funding-catalogue th {
  background-color: #1b74c3;
  vertical-align: middle;
}

#page-controls {
  display: flex;
  justify-content: space-around;
}

#getVariables {
  display: none;
}

div.showprogress {
  border: 1px solid black;
  padding: 2px;
  min-height: 30px;
}

table.info {
  width: 60%;
}

div.questions {
  max-width: 100%;
}

div.question {
  float: left;
  min-width: 30%;
  display: inline;
  margin: 1%;
}

div.note {
  background-color: lightgrey;
  margin: 2%;
  padding: 2%;
  min-height: 20%;
  float: left;
}

.chosen-container {
  display: block !important;
}

.section-break::before {
  background: linear-gradient(to right, rgb(0, 83, 155), rgba(0, 83, 155, 0));
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
}

/*select[name="ANSWER.TTQ.MENSYS.2"] {
  display: inline;
  width: 50%;
}*/
p.sitstabledescription, .actions-list {
  margin-bottom: 0;
}

.fund-details p {
  margin-bottom: 15px;
}

#sitsmessagebox p {
  margin: 5px;
}

.ui-widget-header {
  color: #222222;
}

.help-block-required {
  display: block;
  font-size: small;
  color: #858585;
  font-weight: normal;
}

span.required_text {
  font-size: small;
  color: #858585;
  font-weight: normal;
}

.rowhead1 {
  text-align: right;
  font-weight: bold;
}

#sitspagecontent th {
  background-color: transparent;
  color: #000;
}

#sitspagecontent td h3 {
  text-align: left !important;
}

#dvLoading {
  background: #fff url("../images/canvas_loader.gif") no-repeat center center;
  height: 200px;
  width: 200px;
  position: fixed;
  z-index: 1000;
  left: 30%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

.tabletitle1 {
  display: none;
}

.bginside {
  color: #000;
  display: block;
  max-width: 960px;
}

/*.bginside {color: #000;background:#C8ECFA;display:block;max-width: 960px;}*/
.bgborder {
  background: none;
}

p.important {
  color: #ee3224;
}

input {
  color: #000;
}

input.formsubfree {
  margin-right: auto;
  margin-left: auto;
}

.forminnonedit {
  background: #eee !important;
}

table.col1_bold td:first-child {
  font-weight: bold;
}

table.no_border td {
  border-bottom: none;
}

table.pmm {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 10px;
  width: 100%;
}

table.pmm td {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}

table.pmm td {
  vertical-align: top;
}

table.pmm col:first-child {
  width: 50%;
}

table.pmm td:first-child {
  font-weight: bold;
}

table.pmm tr:nth-child(even) {
  background: #cdcdcd;
}

table.pmm tr:nth-child(odd) {
  background: #fff;
}

table.pmmsnap {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 10px;
  width: 100%;
}

table.pmmsnap td {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}

table.pmmsnap th {
  background: #306eff;
}

table.rowhead1 td {
  font-weight: bold;
  background: #306eff;
}

table.pmmsnap td {
  vertical-align: top;
}

table.pmmsnap col:first-child {
  width: 50%;
}

table.pmmsnap td:first-child {
  font-weight: bold;
}

table.pmmsnap tr:nth-child(even) {
  background: #3bb9ff;
}

table.pmmsnap tr:nth-child(odd) {
  background: #82caff;
}

.question2:nth-child(even) {
  background: #3bb9ff;
}

.question2:nth-child(odd) {
  background: #82caff;
}

.question {
  background: #fff;
  border: 1px SOLID #C5C5C5;
  padding: 0.8em;
}

.rowhead2 {
  color: #000;
  background: #fff;
  font-weight: bold;
}

table.pmmed {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 10px;
  width: 100%;
}

table.pmmed td {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}

table.pmmed col:first-child {
  width: 50%;
}

table.pmmed td:first-child {
  font-weight: bold;
}

table.pmmed tr {
  border-bottom: 1px solid #000;
}

table.pmm_summary {
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
  border: 1px SOLID #DDD;
  margin-bottom: 10px;
}

table.pmm_summary td {
  vertical-align: top;
}

table.pmm_summary col:first-child {
  width: 50%;
}

table.pmm_summary td:first-child {
  font-weight: bold;
}

table.pmm_summary tr:nth-child(even) {
  background: #cdcdcd;
}

table.pmm_summary tr:nth-child(odd) {
  background: #fff;
}

table.pmm_filled {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px SOLID #DDD;
  margin-bottom: 10px;
}

table.pmm_summary th {
  text-align: left;
}

table.pmm_filled tr:nth-child(even) {
  background: #CCC;
}

table.pmm_filled tr:nth-child(odd) {
  background: #fff;
}

table.pmm_filled td, table.bf_filled th {
  border: 1px SOLID #ddd;
}

table.pmm_criminal td:first-child {
  width: 80%;
}

table.pmm_summary_srl col:first-child {
  width: 25%;
}

.element_complete {
  color: #397C33;
  font-weight: bold;
}

.element_incomplete {
  color: #e42426;
  font-weight: bold;
}

.element_pending {
  color: #C26B06;
  font-weight: bold;
}

.error {
  background: #FBE3E4;
  border: 2px SOLID #FBC2C4;
  padding: 0.8em;
}

.notice {
  background: #FFF6BF;
  border: 2px SOLID #FFD324;
  padding: 0.8em;
}

.success {
  background: #E6EFC2;
  border: 2px SOLID #C6D880;
  padding: 0.8em;
}

.sub_heading {
  background: #00539b;
  border: 1px solid #00539b;
  padding: 0em;
  color: #fff;
}

.feature, .notice, .success, .error {
  border: 2px solid #ddd;
  clear: both;
  margin-bottom: 1em;
  padding: 0.8em;
}

.feature {
  background: #e9f1f9;
  color: #00529b;
  border-color: #c0d7ec;
}

.notice {
  background: #FFF6BF;
  border-color: #FFD324;
  color: #514721;
}

.success {
  background: #E6EFC2;
  border-color: #C6D880;
  color: #264409;
}

.error {
  background: #FBE3E4;
  border-color: #FBC2C4;
  color: #8a1f11;
}

.feature a {
  color: #00529b;
}

.notice a {
  color: #514721;
}

.success a {
  color: #264409;
}

.error a {
  color: #8a1f11;
}

.feature p:last-child, .notice p:last-child, .success p:last-child, .error p:last-child {
  margin: 0;
  padding: 0;
}

/*#pagecontent td {
    text-align: left;
}*/
ul.pmm {
  list-style-type: disc;
  margin: auto;
  padding: 0 0 0 40px;
}

ul.pmm li {
  list-style-type: disc;
  padding: auto;
}

ol.pmm {
  list-style-type: decimal;
}

ol.pmm li {
  list-style-type: decimal;
}

.pmm ul li {
  list-style-type: disc;
}

/*a.pmm_redirect{padding:10px;background:#ACAFFC;border:1px SOLD #00008D;}*/
.btn_green input[type=submit] {
  background-color: #E6EFC2;
}

.btn_red input[type=submit] {
  background-color: #FBE3E4;
}

.btn_orange input[type=submit] {
  background-color: #FFF6BF;
}

.btn_blue input[type=submit] {
  background-color: #AAFFFF;
}

.btn_sized input[type=submit] {
  width: 80px;
}

.button_complete {
  background: url("../standrews_files/complete.png") no-repeat;
  background-color: #DDDDDD; /* make the button transparent */
  background-repeat: no-repeat; /* make the background image appear only once */
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}

.button_complete:hover {
  background-color: #CFEBF7;
}

.button_incomplete {
  background: url("../standrews_files/incomplete.png") no-repeat;
  background-color: #DDDDDD; /* make the button transparent */
  background-repeat: no-repeat; /* make the background image appear only once */
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}

.button_incomplete:hover {
  background-color: #CFEBF7;
}

.button_warning {
  background: url("../standrews_files/pending.png") no-repeat;
  background-color: #DDDDDD; /* make the button transparent */
  background-repeat: no-repeat; /* make the background image appear only once */
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}

.button_warning:hover {
  background-color: #CFEBF7;
}

.btn_alignleft {
  float: left;
}

.btn_alignright {
  float: right;
}

iframe {
  display: inline-block;
  width: 100%;
}

.navbar-header ul.navbar-nav {
  margin-left: -15px;
}

#applicationEnvironment {
  display: none;
}

#applicationEnvironment a:hover {
  cursor: default;
}

ul.help-dropdown {
  display: none;
}

#navbar-main i.fa {
  font-size: 20px !important;
}

ul[data-tktc=FM_FIN_PRF],
ul[data-tktc=FM_FNB_LIST],
ul[data-tktc=FM_FND_LIST] {
  display: block;
}

li#advising-pages,
ul#advising-pages-hidden {
  display: none;
}

@media print {
  header,
  footer,
  #app-nav,
  #task-nav,
  #sidebar-container,
  #header-row,
  #category-header,
  #sidebar-nav-hidden,
  #spinner,
  #navbar-main,
  #sv-vnavbar,
  .well,
  .btn,
  .fa,
  .sr-only,
  .panel-info,
  a[href="javascript:window.print();"],
  input[type=submit] {
    display: none !important;
  }
  div.form-divider {
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(0, 83, 155), rgba(0, 83, 155, 0));
    display: block;
    margin: 20px 0;
  }
  .statements h3 {
    margin-bottom: 0;
  }
  .statement {
    padding: 10px 15px;
    margin: 0;
    border: none;
  }
  .statement:nth-of-type(even) {
    background: #eff7fd;
  }
  .statement h4, .statements .well h4 {
    margin: 0 0 10px 0;
  }
  .statement p:last-child, .statements .well p:last-child {
    margin-bottom: 0;
  }
  a.noprint:after {
    content: "";
  }
  a[href].noprint:after {
    content: none !important;
  }
}
span.request_change {
  color: #BF1515;
  text-transform: uppercase;
}

span.rc_label {
  float: right;
  margin-right: 5px;
  text-transform: none;
}

dl dd {
  margin-left: 15px;
}

.answer dd {
  margin-left: 0px !important;
}

dl.answer {
  padding: 10px 0;
}

.list-group.list-with-2-cols {
  columns: 2;
}

.list-group.list-with-3-cols {
  columns: 3;
}

.list-group.list-with-4-cols {
  columns: 4;
}

.list-group.list-with-2-cols .list-group-item,
.list-group.list-with-3-cols .list-group-item,
.list-group.list-with-4-cols .list-group-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  /* Fixes issues in IE / Edge when there's only 1 item */
  width: 100%;
  display: inline-block;
}

@media (max-width: 1160px) {
  .answer dt,
  .answer dd {
    width: 100%;
  }
}
#sta-abroad-programme-choices table thead tr th:nth-child(3),
#sta-abroad-programme-choices table thead tr th:nth-child(4),
#sta-abroad-programme-choices table thead tr th:nth-child(5),
#sta-abroad-programme-choices table tbody tr td:nth-child(3),
#sta-abroad-programme-choices table tbody tr td:nth-child(4),
#sta-abroad-programme-choices table tbody tr td:nth-child(5) {
  text-align: center !important;
}

#sta-abroad-programme-choices table tbody .big-checkbox {
  font-size: 30px;
  border: 1px solid #444444;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
}

.glyphicon-none:before {
  content: "™";
  color: transparent !important;
}


/*# sourceMappingURL=maps/academic-matters.min.css.map */
