/* line 1, ../_tables.scss */
table.table th {
  background-color: transparent !important;
  color: #444;
}

/* line 6, ../_tables.scss */
table.graduation-data tr td:first-child {
  width: 30% !important;
}

/* line 1, ../_dpl-overrides.scss */
.container-fluid, .sv-container-fluid {
  position: relative;
}

/* Makes the search button fall inline with the smaller search bar */
/* line 6, ../_dpl-overrides.scss */
#header-search-submit {
  font-size: 13px;
}

/* line 10, ../_dpl-overrides.scss */
.form-control {
  font-size: 14px;
}

/* Style the collapse sections like the old accordion classes */
/* line 15, ../_dpl-overrides.scss */
.collapse-wrapper .collapse-toggle {
  background-color: #0088CC;
  color: #FFFFFF;
  display: block;
  padding: 15px 15px;
}

/* line 21, ../_dpl-overrides.scss */
.collapse-wrapper .collapse-toggle:hover {
  cursor: pointer;
}

/* line 24, ../_dpl-overrides.scss */
.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);
}

/* line 34, ../_dpl-overrides.scss */
.collapse-wrapper .collapse-toggle[aria-expanded='true']:after {
  transform: rotate(90deg);
}

/* line 1, ../_edpl.scss */
.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;
}

/* line 8, ../_edpl.scss */
.tab-pane {
  padding: 10px 0;
}

/* Minor style changes for Chosen css */
/* line 2, ../_chosen-overrides.scss */
.chosen-container-single .chosen-single {
  box-shadow: none;
  border-radius: 0;
  border: none;
  line-height: inherit;
}
/* line 8, ../_chosen-overrides.scss */
.chosen-container-single .chosen-single abbr {
  top: 6px;
}
/* line 13, ../_chosen-overrides.scss */
.chosen-container-single .chosen-single div b {
  background-position-y: 0;
}

/*#sidebar {
  padding-left: 0px;
}*/
/* line 5, ../_sidebarnav.scss */
.sidebar .panel {
  box-shadow: none;
}

/* line 9, ../_sidebarnav.scss */
.sidebar .panel .list-group-item:hover {
  background-color: #EEEEEE;
}

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

/* line 8, ../_forms.scss */
div.forminmand,
label.forminmand {
  background-color: transparent !important;
}

/* line 13, ../_forms.scss */
input[data-ttip],
textarea[data-ttip] {
  cursor: text !important;
}

/* line 18, ../_forms.scss */
select[data-ttip] {
  cursor: default !important;
}

/* line 22, ../_forms.scss */
label.ui-helper-hidden-accessible {
  display: none;
}

/* line 26, ../_forms.scss */
#application-stages label {
  border: 1px solid #ccc;
  width: 100%;
  padding: 20px;
}

/* line 32, ../_forms.scss */
div.form-divider {
  content: "";
  height: 1px;
  background: linear-gradient(to right, #00539b, rgba(0, 83, 155, 0));
  display: block;
  margin: 20px 0;
}

/* line 1, ../_pageloading.scss */
.faded {
  background-color: #eeeeee;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 7, ../_pageloading.scss */
#spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  color: #1B74C3;
  background: #FFFFFF;
  padding: 75px;
}

/* line 20, ../_pageloading.scss */
#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;
}

/* line 35, ../_pageloading.scss */
#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);
  }
}
/* line 64, ../_pageloading.scss */
#exit-spinner {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 1, ../_tasknav.scss */
#task-nav {
  display: none;
}

/* line 5, ../_tasknav.scss */
#sidebar-nav-hidden {
  display: none;
}

/* line 9, ../_tasknav.scss */
.navbar-default > li.active > a {
  background-color: #e7e7e7 !important;
  color: #555;
}

/* line 14, ../_tasknav.scss */
.navbar-default > li > a:hover {
  color: #555;
}

/* line 18, ../_tasknav.scss */
.navbar-default > li > a {
  color: #777;
  font-weight: normal;
}

@media (max-width: 1024px) {
  /* line 24, ../_tasknav.scss */
  #sidebar-container {
    display: none;
  }

  /* line 28, ../_tasknav.scss */
  #task-nav {
    display: block !important;
  }
}
/* line 1, ../_application-navigation.scss */
.navbar-header ul.navbar-nav {
  margin-left: -15px;
}

/* line 1, ../_environment.scss */
.dev {
  background-color: #DDF2FF;
}

/* line 5, ../_environment.scss */
.test {
  background-color: #DDFFDD;
}

/* line 9, ../_environment.scss */
.proc {
  background-color: #FFFF99;
}

/* line 13, ../_environment.scss */
#applicationEnvironment {
  display: none;
}

/* line 17, ../_environment.scss */
#applicationEnvironment a:hover {
  cursor: default;
}

/* line 1, ../_icons.scss */
span[aria-label='incomplete'] {
  color: red;
}

/* line 5, ../_icons.scss */
span[aria-label='complete'] {
  color: green;
}

/* line 9, ../_icons.scss */
span[aria-label] {
  margin-right: 5px;
}

@media (max-width: 767px) {
  /* line 2, ../_767px.scss */
  #header-audience {
    margin-top: 0px !important;
  }
  /* line 4, ../_767px.scss */
  #header-audience.btn:nth-child(1) {
    margin-left: 0px !important;
  }
}
@media (max-width: 420px) {
  /* line 2, ../_420px.scss */
  .dropdown-menu-right {
    left: 0 !important;
  }

  /* line 6, ../_420px.scss */
  .dt-buttons {
    display: none !important;
  }

  /* line 10, ../_420px.scss */
  .dataTables_length {
    text-align: left !important;
    margin: 0 !important;
  }
}
/* line 1, ../_datatables.scss */
.dt-buttons {
  position: absolute !important;
  top: 0px !important;
  right: 0 !important;
}

/* line 7, ../_datatables.scss */
.dt-buttons a {
  margin-left: 10px;
}

/* line 11, ../_datatables.scss */
.scrollStyle {
  overflow-x: auto;
  margin-top: 30px;
}

/* line 16, ../_datatables.scss */
.dt-button-collection {
  width: auto !important;
}

/* line 20, ../_datatables.scss */
.dataTables_filter {
  text-align: left !important;
  margin: 0 !important;
}

/* line 25, ../_datatables.scss */
div.dataTables_filter input {
  margin-left: 0 !important;
}

/* line 29, ../_datatables.scss */
li.HIDE {
  display: none;
  visibility: hidden;
}

/* line 34, ../_datatables.scss */
.dpl-datatable {
  width: 100% !important;
}

/* line 38, ../_datatables.scss */
.dpl-datatable th {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

/* line 44, ../_datatables.scss */
.dpl-datatable thead tr:first-child > td {
  border-top: 1px solid #CCCCCC !important;
}

/* line 1, ../_change-of-location.scss */
select {
  font-weight: bold;
}

/* line 5, ../_change-of-location.scss */
#search-results:before {
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
  background: linear-gradient(to right, #00539b, rgba(0, 83, 155, 0));
}

/* line 13, ../_change-of-location.scss */
#search-results-title {
  margin-top: 0;
}

/* line 17, ../_change-of-location.scss */
#funding-catalogue {
  font-size: smaller;
}

/* line 21, ../_change-of-location.scss */
#funding-catalogue th {
  background-color: #1b74c3;
  vertical-align: middle;
}

/* line 26, ../_change-of-location.scss */
#page-controls {
  display: flex;
  justify-content: space-around;
}

/* line 31, ../_change-of-location.scss */
#getVariables {
  display: none;
}

/* line 35, ../_change-of-location.scss */
div.showprogress {
  border: 1px solid black;
  padding: 2px;
  min-height: 30px;
}

/* line 41, ../_change-of-location.scss */
table.info {
  width: 60%;
}

/* line 45, ../_change-of-location.scss */
div.questions {
  max-width: 100%;
}

/* line 49, ../_change-of-location.scss */
div.question {
  float: left;
  min-width: 30%;
  display: inline;
  margin: 1%;
}

/* line 56, ../_change-of-location.scss */
div.note {
  background-color: lightgrey;
  margin: 2%;
  padding: 2%;
  min-height: 20%;
  float: left;
}

/* line 64, ../_change-of-location.scss */
.chosen-container {
  display: block !important;
}

/* line 68, ../_change-of-location.scss */
.section-break::before {
  background: linear-gradient(to right, #00539b, rgba(0, 83, 155, 0));
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
}

/* line 76, ../_change-of-location.scss */
p.sitstabledescription, .actions-list {
  margin-bottom: 0;
}

/* line 80, ../_change-of-location.scss */
.fund-details p {
  margin-bottom: 15px;
}

/* line 84, ../_change-of-location.scss */
#sitsmessagebox p {
  margin: 5px;
}

/* line 88, ../_change-of-location.scss */
.ui-widget-header {
  color: #222222;
}

/* line 92, ../_change-of-location.scss */
.block-label {
  display: block;
}

/* line 1, ../_fund-manager.scss */
select {
  font-weight: bold;
}

/* line 5, ../_fund-manager.scss */
#search-results:before {
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
  background: linear-gradient(to right, #00539b, rgba(0, 83, 155, 0));
}

/* line 13, ../_fund-manager.scss */
#search-results-title {
  margin-top: 0;
}

/* line 17, ../_fund-manager.scss */
#funding-catalogue {
  font-size: smaller;
}

/* line 21, ../_fund-manager.scss */
#funding-catalogue th {
  background-color: #1b74c3;
  vertical-align: middle;
}

/* line 26, ../_fund-manager.scss */
#page-controls {
  display: flex;
  justify-content: space-around;
}

/* line 31, ../_fund-manager.scss */
#getVariables {
  display: none;
}

/* line 35, ../_fund-manager.scss */
div.showprogress {
  border: 1px solid black;
  padding: 2px;
  min-height: 30px;
}

/* line 41, ../_fund-manager.scss */
table.info {
  width: 60%;
}

/* line 45, ../_fund-manager.scss */
div.questions {
  max-width: 100%;
}

/* line 49, ../_fund-manager.scss */
div.question {
  float: left;
  min-width: 30%;
  display: inline;
  margin: 1%;
}

/* line 56, ../_fund-manager.scss */
div.note {
  background-color: lightgrey;
  margin: 2%;
  padding: 2%;
  min-height: 20%;
  float: left;
}

/* line 64, ../_fund-manager.scss */
.chosen-container {
  display: block !important;
}

/* line 68, ../_fund-manager.scss */
.section-break::before {
  background: linear-gradient(to right, #00539b, rgba(0, 83, 155, 0));
  content: "";
  display: block;
  height: 2px;
  margin: 20px 15px;
}

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

/* line 85, ../_fund-manager.scss */
.fund-details p {
  margin-bottom: 15px;
}

/* line 89, ../_fund-manager.scss */
#sitsmessagebox p {
  margin: 5px;
}

/* line 93, ../_fund-manager.scss */
.ui-widget-header {
  color: #222222;
}

/* line 1, ../_module-approval.scss */
.help-block-required {
  display: block;
  font-size: small;
  color: #858585;
  font-weight: normal;
}

/* line 8, ../_module-approval.scss */
span.required_text {
  font-size: small;
  color: #858585;
  font-weight: normal;
}

/* line 14, ../_module-approval.scss */
.rowhead1 {
  text-align: right;
  font-weight: bold;
}

/* line 19, ../_module-approval.scss */
#sitspagecontent th {
  background-color: transparent;
  color: #000;
}

/* line 24, ../_module-approval.scss */
#sitspagecontent td h3 {
  text-align: left !important;
}

/* line 28, ../_module-approval.scss */
#dvLoading {
  background: #ffffff 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;
}

/* line 39, ../_module-approval.scss */
.tabletitle1 {
  display: none;
}

/* line 43, ../_module-approval.scss */
.bginside {
  color: #000;
  display: block;
  max-width: 960px;
}

/*.bginside {color: #000;background:#C8ECFA;display:block;max-width: 960px;}*/
/* line 50, ../_module-approval.scss */
.bgborder {
  background: none;
}

/* line 54, ../_module-approval.scss */
p.important {
  color: #ee3224;
}

/* line 58, ../_module-approval.scss */
input {
  color: #000;
}

/* line 62, ../_module-approval.scss */
input.formsubfree {
  margin-right: auto;
  margin-left: auto;
}

/* line 67, ../_module-approval.scss */
.forminnonedit {
  background: #eee !important;
}

/* line 71, ../_module-approval.scss */
table.col1_bold td:first-child {
  font-weight: bold;
}

/* line 75, ../_module-approval.scss */
table.no_border td {
  border-bottom: none;
}

/* line 79, ../_module-approval.scss */
table.pmm {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 10px;
  width: 100%;
}

/* line 86, ../_module-approval.scss */
table.pmm td {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}

/* line 93, ../_module-approval.scss */
table.pmm td {
  vertical-align: top;
}

/* line 97, ../_module-approval.scss */
table.pmm col:first-child {
  width: 50%;
}

/* line 101, ../_module-approval.scss */
table.pmm td:first-child {
  font-weight: bold;
}

/* line 105, ../_module-approval.scss */
table.pmm tr:nth-child(even) {
  background: #cdcdcd;
}

/* line 109, ../_module-approval.scss */
table.pmm tr:nth-child(odd) {
  background: #ffffff;
}

/* line 113, ../_module-approval.scss */
table.pmmsnap {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 10px;
  width: 100%;
}

/* line 120, ../_module-approval.scss */
table.pmmsnap td {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}

/* line 127, ../_module-approval.scss */
table.pmmsnap th {
  background: #306eff;
}

/* line 131, ../_module-approval.scss */
table.rowhead1 td {
  font-weight: bold;
  background: #306eff;
}

/* line 136, ../_module-approval.scss */
table.pmmsnap td {
  vertical-align: top;
}

/* line 140, ../_module-approval.scss */
table.pmmsnap col:first-child {
  width: 50%;
}

/* line 144, ../_module-approval.scss */
table.pmmsnap td:first-child {
  font-weight: bold;
}

/* line 148, ../_module-approval.scss */
table.pmmsnap tr:nth-child(even) {
  background: #3bb9ff;
}

/* line 152, ../_module-approval.scss */
table.pmmsnap tr:nth-child(odd) {
  background: #82caff;
}

/* line 156, ../_module-approval.scss */
.question2:nth-child(even) {
  background: #3bb9ff;
}

/* line 160, ../_module-approval.scss */
.question2:nth-child(odd) {
  background: #82caff;
}

/* line 164, ../_module-approval.scss */
.question {
  background: #FFFFFF;
  border: 1px SOLID #C5C5C5;
  padding: 0.8em;
}

/* line 170, ../_module-approval.scss */
.rowhead2 {
  color: #000;
  background: #FFFFFF;
  font-weight: bold;
}

/* line 176, ../_module-approval.scss */
table.pmmed {
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-bottom: 10px;
  width: 100%;
}

/* line 183, ../_module-approval.scss */
table.pmmed td {
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
}

/* line 190, ../_module-approval.scss */
table.pmmed col:first-child {
  width: 50%;
}

/* line 194, ../_module-approval.scss */
table.pmmed td:first-child {
  font-weight: bold;
}

/* line 198, ../_module-approval.scss */
table.pmmed tr {
  border-bottom: 1px solid #000;
}

/* line 202, ../_module-approval.scss */
table.pmm_summary {
  border-collapse: separate;
  border-spacing: 0 2px;
  width: 100%;
  border: 1px SOLID #DDD;
  margin-bottom: 10px;
}

/* line 210, ../_module-approval.scss */
table.pmm_summary td {
  vertical-align: top;
}

/* line 214, ../_module-approval.scss */
table.pmm_summary col:first-child {
  width: 50%;
}

/* line 218, ../_module-approval.scss */
table.pmm_summary td:first-child {
  font-weight: bold;
}

/* line 222, ../_module-approval.scss */
table.pmm_summary tr:nth-child(even) {
  background: #cdcdcd;
}

/* line 226, ../_module-approval.scss */
table.pmm_summary tr:nth-child(odd) {
  background: #ffffff;
}

/* line 230, ../_module-approval.scss */
table.pmm_filled {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px SOLID #DDD;
  margin-bottom: 10px;
}

/* line 238, ../_module-approval.scss */
table.pmm_summary th {
  text-align: left;
}

/* line 242, ../_module-approval.scss */
table.pmm_filled tr:nth-child(even) {
  background: #CCC;
}

/* line 246, ../_module-approval.scss */
table.pmm_filled tr:nth-child(odd) {
  background: #FFF;
}

/* line 250, ../_module-approval.scss */
table.pmm_filled td, table.bf_filled th {
  border: 1px SOLID #ddd;
}

/* line 254, ../_module-approval.scss */
table.pmm_criminal td:first-child {
  width: 80%;
}

/* line 258, ../_module-approval.scss */
table.pmm_summary_srl col:first-child {
  width: 25%;
}

/* line 262, ../_module-approval.scss */
.element_complete {
  color: #397C33;
  font-weight: bold;
}

/* line 267, ../_module-approval.scss */
.element_incomplete {
  color: #e42426;
  font-weight: bold;
}

/* line 272, ../_module-approval.scss */
.element_pending {
  color: #C26B06;
  font-weight: bold;
}

/* line 277, ../_module-approval.scss */
.error {
  background: #FBE3E4;
  border: 2px SOLID #FBC2C4;
  padding: 0.8em;
}

/* line 283, ../_module-approval.scss */
.notice {
  background: #FFF6BF;
  border: 2px SOLID #FFD324;
  padding: 0.8em;
}

/* line 289, ../_module-approval.scss */
.success {
  background: #E6EFC2;
  border: 2px SOLID #C6D880;
  padding: 0.8em;
}

/* line 295, ../_module-approval.scss */
.sub_heading {
  background: #00539B;
  border: 1px SOLID #00539B;
  padding: 0em;
  color: #ffffff;
}

/* line 302, ../_module-approval.scss */
.feature, .notice, .success, .error {
  border: 2px solid #ddd;
  clear: both;
  margin-bottom: 1em;
  padding: .8em;
}

/* line 309, ../_module-approval.scss */
.feature {
  background: #e9f1f9;
  color: #00529b;
  border-color: #c0d7ec;
}

/* line 315, ../_module-approval.scss */
.notice {
  background: #FFF6BF;
  border-color: #FFD324;
  color: #514721;
}

/* line 321, ../_module-approval.scss */
.success {
  background: #E6EFC2;
  border-color: #C6D880;
  color: #264409;
}

/* line 327, ../_module-approval.scss */
.error {
  background: #FBE3E4;
  border-color: #FBC2C4;
  color: #8a1f11;
}

/* line 333, ../_module-approval.scss */
.feature a {
  color: #00529b;
}

/* line 337, ../_module-approval.scss */
.notice a {
  color: #514721;
}

/* line 341, ../_module-approval.scss */
.success a {
  color: #264409;
}

/* line 345, ../_module-approval.scss */
.error a {
  color: #8a1f11;
}

/* line 349, ../_module-approval.scss */
.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;
}*/
/* line 358, ../_module-approval.scss */
ul.pmm {
  list-style-type: disc;
  margin: auto;
  padding: 0 0 0 40px;
}

/* line 364, ../_module-approval.scss */
ul.pmm li {
  list-style-type: disc;
  padding: auto;
}

/* line 369, ../_module-approval.scss */
ol.pmm {
  list-style-type: decimal;
}

/* line 373, ../_module-approval.scss */
ol.pmm li {
  list-style-type: decimal;
}

/* line 377, ../_module-approval.scss */
.pmm ul li {
  list-style-type: disc;
}

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

/* line 387, ../_module-approval.scss */
.btn_red input[type=submit] {
  background-color: #FBE3E4;
}

/* line 391, ../_module-approval.scss */
.btn_orange input[type=submit] {
  background-color: #FFF6BF;
}

/* line 395, ../_module-approval.scss */
.btn_blue input[type=submit] {
  background-color: #AAFFFF;
}

/* line 399, ../_module-approval.scss */
.btn_sized input[type=submit] {
  width: 80px;
}

/* line 403, ../_module-approval.scss */
.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;
}

/* line 412, ../_module-approval.scss */
.button_complete:hover {
  background-color: #CFEBF7;
}

/* line 416, ../_module-approval.scss */
.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;
}

/* line 425, ../_module-approval.scss */
.button_incomplete:hover {
  background-color: #CFEBF7;
}

/* line 429, ../_module-approval.scss */
.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;
}

/* line 438, ../_module-approval.scss */
.button_warning:hover {
  background-color: #CFEBF7;
}

/* line 442, ../_module-approval.scss */
.btn_alignleft {
  float: left;
}

/* line 446, ../_module-approval.scss */
.btn_alignright {
  float: right;
}

/* line 1, ../_iframe.scss */
iframe {
  display: inline-block;
  width: 100%;
}

/* line 1, ../_footer.scss */
div.footer-help {
  display: none;
}

/* line 5, ../_footer.scss */
div[data-tktc=FM_FIN_PRF],
div[data-tktc=FM_FNB_LIST],
div[data-tktc=FM_FND_LIST] {
  display: block;
}

@media print {
  /* line 2, ../_print.scss */
  header,
  footer,
  #app-nav,
  #task-nav,
  #sidebar-container,
  #header-row,
  #category-header,
  #sidebar-nav-hidden,
  #spinner,
  #navbar-main,
  .well,
  .btn,
  .fa,
  .sr-only,
  .panel-info,
  a[href='javascript:window.print();'],
  input[type="submit"] {
    display: none !important;
  }
}
/* line 1, ../_spans.scss */
span.request_change {
  color: #BF1515;
  text-transform: uppercase;
}

/* line 6, ../_spans.scss */
span.rc_label {
  float: right;
  margin-right: 5px;
  text-transform: none;
}

/* line 1, ../_lists.scss */
dl dd {
  margin-left: 15px;
}

/* line 1, ../_study-aborad.scss */
#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;
}
