<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Voltaire);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Dosis);
@import url(https://fonts.googleapis.com/css?family=Oswald);
/* CSS Document */
.print-btn {padding: 1% 5%;background-color: #ffcc4b;color: black;border-radius: 5px;text-align: center; border:1px solid #000000; font-size:16px;}
.print-btn:hover {padding: 1% 5%;background-color: #6ab04c;color:#ffffff;border-radius: 5px;text-align: center;border:1px solid #ffffff;}

.bg-warning-light {
  background-color: #FFF7E1 !important;
}
.top-head {
  padding: 7px 0px;
  background-color: #00123c ;
  color: #fff;
}
.hedding-center {
  text-align: center;
}
.railwayblock {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.logoblock img {
  height: 110px;
/*  border: solid 2px #fff;
  border-radius: 200px;*/
}
.logotextblock {
  padding: 0 0 0 10px;
}
.logotextblock h3 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.logotextblock h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.logotextblock p {
  padding: 0;
  margin: 0;
}
.rightlogoblock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rightlogoblock img {
  height: 110px;
}
.bg-maroon {
  background-color: #d65127 !important;
}
.btn-maroon {
  color: #fff;
  background-color: #d65127;
  border-color: #C42F00;
  transition: all .4s ease;
}
.btn-maroon:hover {
  background-color: #B52B00;
  color: #fff;
}
.bg-grey {background: #EBEBEB!important;}
@media (max-width:767px) {
  .logoblock img {
    height: 60px;
  }
  .logotextblock h3 {
    font-size: 16px
  }
  .logotextblock h4 {
    font-size: 16px
  }
}
.footer-bar-1 {
  background-color: #333333;
  color: #aaa;
  font-size: 18px;
  padding: 15px 0;
  font-family: Dosis;
  line-height: 28px;
  clear: both;
}
.footer-bar-1 span {
  font-size: 18px;
  padding: 15px 0;
  font-family: Dosis;
  line-height: Voltaire;
}
.table_td td {
  border: 1px solid #e5e5e5;
  padding: 7px 10px;
}
.table_td thead {
  font-family: Oswald;
  font-size: 18px;
  color: #c60;
  text-transform: uppercase;
}
.table_td tbody {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.table_td tbody span {
  text-transform: lowercase;
  color: #000000;
}
.text-head {
  font-family: Oswald;
  font-size: 22px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
}
.top-bar {
  font-family: Oswald;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
}
.top-link-bar {
  padding: 8px 0;
}
p.error {
  font-family: Arial, Helvetica, sans-serif;
  color: #CC0000;
  font-size: 13px;
  font-weight: bold;
  background: #efefef;
  padding: 3px 5px;
  border: 1px dashed #cc0000;
  text-align: center;
  margin-top: 0px;
  width: 99%
}
.success {
  font-family: Arial, Helvetica, sans-serif;
  color: #339900;
  font-size: 12px;
  font-weight: bold;
  background: #efefef;
  padding: 3px 5px;
  border: 1px dashed #339900;
  text-align: center;
  margin-top: 0px width:99%
}
p.success {
  font-family: Arial, Helvetica, sans-serif;
  color: #339900;
  font-size: 12px;
  font-weight: bold;
  background: #efefef;
  padding: 3px 5px;
  border: 1px dashed #339900;
  text-align: center;
  margin-top: 0px;
  width: 99%
}
.sub_heading div {
  width: 100%;
}
.my-link {
  text-decoration: underline;
  color: #990000;
}
.loading-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  z-index: 999;
  display: none;
}
.loading-div img {
  margin-top: 20%;
  margin-left: 50%;
}
.form_input_upload {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  height: 33px;
  margin: 3px 0;
  outline: medium none;
  padding: 4px 7px 36px 4px;
  vertical-align: middle;
  width: 55%;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
u.dotted {
  border-bottom: 1px dashed #999;
  text-decoration: none;
}
.ic_lnk {
  color: #666;
  cursor: pointer;
  font-size: 17px;
}
.ic_msg_error {
  color: #c10000;
  display: block;
  font-size: 13px;
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
}
.ic_msg_success {
  color: #16af91;
  display: block;
  font-size: 13px;
  margin: 10px 0 0;
  text-align: center;
  font-weight: bold;
}
.slipFrm {
  float: left;
  margin: 0 0 20px;
}
.pf_lnk_button_green {
  background-color: #16af91;
  border: 1px solid #16af91;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 0 0 0 5px;
  padding: 4px 15px;
  text-decoration: none;
}
.pf_lnk_button_green:hover, .pf_lnk_button_green:focus {
  color: #fff;
  text-decoration: none;
}
.pf_container {
  background-color: #fff;
  overflow: hidden;
  padding: 120px 0 30px;
  height: 100%;
}
.ul-text {
  margin: 10px 0px 0px 40px;
}
.roman {
  list-style-type: upper-roman;
}
.roman li {
  margin: 10px 0px 10px 40px;
}
.alpha-text {
  list-style-type: lower-alpha;
  ;
}
.alpha-text li {
  margin: 10px 0px 10px 40px;
}
.ul-text-1 li {
  margin: 10px 0px 0px 0px;
  text-align: justify;
}
.h3-text {
  margin: 25px 0px 10px 0px;
  padding: 0px;
  font-size: 22px;
}
.p-text {
  margin: 35px 0px 10px 0px;
  padding: 0px;
  font-size: 20px;
}
.p-text-1 {
  text-align: justify;
  margin: 0px 0px 0px 30px;
}
.menu_nav {
  top: 124px;
}
.menu_item {
  top: 124px;
}
.sub_heading_1 div {
  background-color: #b6411c;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin: -57px auto 25px;
  overflow: hidden;
  padding: 7px;
  text-align: center;
  width: 350px;
}
.sub_heading_1 hr {
  margin: 40px 0;
}
@media (max-width: 640px) {
  .sub_heading_1 div {
    width: 100%;
  }
}
/* Pagination style */
.pagination {
  margin: 10;
  padding: 0;
}
.pagination li {
  display: inline;
  padding: 6px 10px 6px 10px;
  border: 1px solid #ddd;
  margin-right: -1px;
  font: 15px/20px Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  box-shadow: inset 1px 1px 5px #F4F4F4;
}
.pagination li a {
  text-decoration: none;
  color: rgb(89, 141, 235);
  padding: 0px 0px;
  float: none;
  border: 0px solid #ddd;
}
.pagination li.first {
  border-radius: 5px 0px 0px 5px;
}
.pagination li.last {
  border-radius: 0px 5px 5px 0px;
}
.pagination li:hover {
  background: #CFF;
}
.pagination li.active {
  background: #F0F0F0;
  color: #333;
}
.form_input_trans {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  height: auto;
  margin: 3px 0;
  outline: none;
  padding: 4px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form_input_disb {
  background-color: #EEE;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  height: auto;
  margin: 3px 0;
  outline: none;
  padding: 4px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.myText {
  font-size: 14px;
}
.topcorner {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 10px 50px;
  top: auto;
}
.isa_info, .isa_success, .isa_warning, .isa_error {
  margin: 10px 0px;
  padding: 12px;
  float: right;
  font-size: 15px;
  font-weight: bold;
}
.isa_info {
  color: #00529B;
  background-color: #BDE5F8;
}
.isa_success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
.isa_warning {
  color: #9F6000;
  background-color: #FEEFB3;
}
.isa_error {
  color: #D8000C;
  background-color: #FFD2D2;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
.field-help {
  background: #E5E5E5;
  padding: 8px;
  color: #555;
  font-size: 12px;
  border-radius: 10px;
  position: relative;
	margin: 7px 0;
}
.field-help:before {
  display: table;
  content: "";
  position: absolute;
  top: 49.6%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #E5E5E5;
}
@media (max-width:768px) {
  .field-help {
    margin-top: 15px;
  }
  .field-help:before {
    top: -15px;
    left: 49.9%;
    transform: rotate(90deg)
  }
}</pre></body></html>