@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;

}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
}

mark, rp, rt, ruby, summary, time {
  display: inline;
}

html {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  background: #fff url(../images/newUi/login-bg.png) repeat;

}
.btn-nav-login{
  background: #00b25c;
  float: right;color: #ffff;
  padding: 6px 13px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 6px;
  text-decoration: none;
  margin-right: 15px;
}

.notification-top-strip{
  background: #374659;
  color: #fff;
  padding: 13px 26px;
  border: 1px dashed #a06800;
}
.notification-top-strip a{
  font-size: 13px;
  background: #00944d;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 2px;
  font-weight: 700;
  margin-right: 2px;
  animation: blinker-btn 1s linear infinite;
}

#budget-nav-link:hover {
  color: #fff;
  text-decoration: none;
}

@keyframes  blinker {
  50% {
    background: #6f4800;
  }
}
.header {
  background: url("../images/newUi/header-bg.jpg") 0 0 no-repeat #fff;
  min-height: 110px;
  background-size: cover;
  height: auto;

}

.custom_wrapper {
  width: 1100px;
  margin: 0 auto;
}

.logo {

  display: inline-block;
  margin: 19px 0 0 0px;
}

.imp_pep {
  float: right;
  display: flex;
}

.imp_pep li {
  float: left;
  margin: 10px 0 0 10px;
}

.below_header {
  background: #00498d;
  min-height: 44px;
  width: 100%;
}

.below_header .navbar {
  margin: 0;
  border: 0;
  min-height: auto;
}

.below_header .navbar-collapse {
  padding: 0;
}

.below_header .navbar-nav li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 25px;
  line-height: 14px;
}

.nav > li > a:hover, .nav > li.active {
  background: #0063c0;
}

.nav > li > a:focus {
  background: none;
}

.content_part {
  background: #fff;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, .15);
  min-height: 500px;
  margin-top: 0px;
}

.login_part {
  width: 100%;
  padding: 16px 25px 16px;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.login_part1, .login_part2, .login_part3, .login_part4 {
  transition: 0.5s cubic-bezier(.19, 1, .22, 1);
  width: 100%;
  position: relative
}

.slide_2 .login_part1 {
  left: -110%;
}

.slide_2 .login_part2 {
  right: 23px;
}

.slide_3 .login_part2 {
  right: 250%;
}

.slide_3 .login_part3 {
  right: 23px;
}

.slide_4 .login_part3 {
  right: 250%;
}

.slide_4 .login_part4 {
  right: 25px;
}

.login_part1 {
  left: 0;
}

.login_part2, .login_part3, .login_part4 {
  position: absolute;
  right: -110%;
  top: 25px;
  width: 88%;

}

.right_banner {
  background: #dedede;
  min-height: 612px;
}

.login_title {
  font-size: 17px;
  color: #40464e;
  font-weight: 600;
  margin-bottom: 12px;
}

.text_field {
  width: 100%;
  margin-bottom: 13px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
  border: 1px solid #bdbdbd;
  min-height: 40px;
  border-radius: 3px;
}

.icon {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}

.no_padding {
  padding: 0;
}

.icon img {
  display: table;
  margin: 9px auto 0;
}

.text {
  display: inline-block;
  width: 80%;
}

.text input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
  color: #323232;
}

.text input::-webkit-input-placeholder { /* Edge */
  color: #BDBDBD;
}

.text input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BDBDBD;
}

.text input::placeholder {
  color: #BDBDBD;
}

.outer_forgot {
  width: 100%;
  margin: 10px 0;
  display: table;
}

.forgot {
  float: left;
  width: 50%;
}

.forgot a {
  color: #b6b6b6;
  font-weight: 600;
  font-size: 16px;
  margin-top: 9px;
  display: block;
  cursor: pointer;
}

.login_btn {
  float: left;
  width: 50%;
}

.login_btn .password-policy {
  float: right;
  margin-top: 6px;
  color: #3c3179;
  text-decoration: underline;
}

.sub_btn {
  background: #00944d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 9.5px 28px;
  float: right;
  border: 0;
  border-radius: 4px;
}

.hot_line {
  background: url("../images/newUi/phone_icon.png") bottom right no-repeat #eeeeee;
  background-size: cover;
  width: 33.3333%;
  max-width: 33.333%;
  min-width: 33.333%;
  height: auto;
  padding-top: 14px;

  display: flex;
  justify-content: space-between;
}

.left_map {
  padding: 4px 0 0 23px;
}

.left_map img {
  max-width: 90%;
}

.right_txt {
  padding: 10px 25px 0;
}

.phone_title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: right;
  line-height: 15px;

}

.forgot a:hover {
  color: #010bc1;
}

.phone_info {
  font-size: 10px;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;

}

.dis_flex {
  display: flex;
}

.phone_info span {
  font-weight: 600;
}

.phone_number {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: right;
}

.download_app {
  background: #dfdfdf;
  width: 100%;
  height: 75px;
}

.app {
  float: right;
  margin: 16px 24px 0 0;
}

.app span {
  text-align: right;
  line-height: 16px;
  font-size: 15px;
  color: #40464e;
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px 0 0;
}

.govt_div {
  background: #fff;
  display: table;
  padding: 14px;
  height: auto;
}

.govt_div h2 {
  color: #40464e;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 6px;
}

.govt_div p {
  color: #40464e;
  font-size: 13px;
  line-height: 18px;
}

.sys_part {
  background: url("../images/newUi/footer_bg.png") top left no-repeat #fff;
  min-height: 400px;
  background-size: cover;
}

.sys_info {
  padding: 30px 10px;
}

.sys_info h2 {
  font-size: 28px;
  color: rgb(73, 77, 82);;
  font-weight: 600;
  margin-bottom: 10px;
}

.sys_info p {
  color: rgb(73, 77, 82);;
  line-height: 22px;
}

.thr_part {
  padding: 15px 15px 30px 15px;
  display: table;
  width: 100%;
}

.last_new {
  padding: 0 15px;
  min-height: 440px;
}

.right_border {
  border-right: 1px solid rgba(115, 115, 115, 0.2);
}

.icon {
  margin-bottom: 10px;
}

.blog_title {
  font-size: 27px;
  color: rgb(73, 77, 82);;
  font-weight: 500;
  margin-bottom: 22px;
}

.blog_txt {
  font-size: 16px;
  font-weight: 400;
  color: rgb(32, 33, 33);
  line-height: 22px;
}

.blog_txt a, .blog_txt b {
  font-weight: 600;
  color: rgb(73, 77, 82);
  text-decoration: none;
  display: block;
}

.blog_txt a:hover {
  color: #006cff;
}

.blog_txt ul {
  list-style: none;
  margin: 20px 0;
}

.blog_txt ul li {
  margin-bottom: 20px;
}

.blog_txt ul li a {
  display: flex;
  text-decoration: none;
  color: rgb(73, 77, 82);;
}

.v_icon {
  margin-right: 15px;
}

.v_title {
  font-size: 15px;
  font-weight: 700;
  color: rgb(73, 77, 82);;
  line-height: 16px;
  margin-bottom: 10px;
}

.v_sub {
  display: flex;
  justify-content: space-between;
}

.v_cat {
  font-size: 13px;
  color: rgb(73, 77, 82);;
  font-weight: 400;
}

.v_time {
  font-size: 12px;
  color: rgb(73, 77, 82);;
  font-weight: 400;
}

.view_more {
  font-size: 16px;
  color: rgb(73, 77, 82);;
  display: inline-block;
  margin: 20px 0 0 0;
}

.footer {
  background: #06162e;
  padding: 25px 0 20px;
  position: relative;
  margin-top: 15px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  display: inline;
  margin-right: 15px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle {
  float: left;
}

.slide_banner {
  padding: 15px 0;
  height: 467px;
  overflow: hidden;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  margin: 0 auto;
}

.slide_banner .carousel-control {
  background: none;
}

.slide_banner .carousel-control.left span, .slide_banner .carousel-control.right span {
  display: none;
}

.slide_banner .carousel-control.left {
  width: 32px;
  height: 39px;
  background: url("../images/newUi/left_arrow.png") 0 0 no-repeat;
  top: 35%;
}

.slide_banner .carousel-control.right {
  width: 32px;
  height: 39px;
  top: 35%;
  background: url("../images/newUi/right_arrow.png") 0 0 no-repeat;
}

.carousel-caption {
  background: rgba(8, 37, 79, 1);
  width: 100%;
  height: 100px;
  left: 0;
  padding: 10px 20px 0;
  text-align: left;
  text-shadow: none;
  bottom: -106px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.slide_title {
}

.sli_sub_title {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}

.sli_title {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 7px;
  line-height: 20px;
  text-shadow: none;
  margin-top: 4px;
}

.carousel-caption p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-shadow: none;
}

.carousel-caption p a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-shadow: none;
  display: inline-block;
}

.carousel {
  position: relative;
  height: 100%;
}

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.carousel-indicators .active {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.carousel-indicators {
  bottom: 72px;
  left: auto;

  right: 0;
  width: 50%;
  margin: 0;
  text-align: right;
  margin-right: 14px;
}

.error-msg {
  padding: 10px 15px;
  background: #ef413c;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
}

.sli_title span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.forms-wrapper {
  padding: 0;
  border-bottom: none;
  position: relative;
  background: #fff;
}

.login-form {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

body .blog_txt a {
  text-decoration: underline;
}

.username-form, .login-form, .otp-form, .new-password-form {
  transition: 0.5s cubic-bezier(.19, 1, .22, 1);
}

.username-form {
  position: absolute;
  top: 0;
  left: 150%;
  width: 100%;
}

.otp-form {
  left: 150%;
  top: 0;
  position: absolute;
  width: 100%;
}

.new-password-form {
  left: 150%;
  top: 0px;
  position: absolute;
  width: 100%;
}

.forms-wrapper.show-user .login-form {
  left: -150%;
  transition: 0.5s cubic-bezier(.19, 1, .22, 1);
}

.forms-wrapper.show-user .username-form {
  left: 0;
  transition: 0.5s cubic-bezier(.19, 1, .22, 1);
}

.forms-wrapper.show-otp .login-form, .forms-wrapper.show-otp .username-form {
  left: -150%;
}

.forms-wrapper.show-otp .otp-form {
  left: 0;
}

.forms-wrapper.show-new-password .otp-form, .forms-wrapper.show-new-password .username-form, .forms-wrapper.show-new-password .login-form {
  left: -150%;
}

.forms-wrapper.show-new-password .new-password-form {
  left: 0;
}


.content_one {
  height: 300px;
}

.blog_txt {
  margin-bottom: 30px;
}

.icon .star {
  margin-top: 18px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: rgb(43, 79, 109, 0.3)
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 3px;
  background: #3e5a86 !important
}


/* Dropdown Button */
.dropbtn {

  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.below_header .navbar-nav .dropdown-content a {
  color: black;
  padding: 14px 16px;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: block;

}

.below_header .nav > li > a > img {
  margin-left: 5px;
}

/* Change color of dropdown links on hover */
.below_header .navbar-nav .dropdown-content a:hover {
  background-color: #2093ff;
  color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: table;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #0063c0;
}

.govt_info {
  display: flex;
}

.info_left {
}

.info_right {
  width: 280px;
  background: #eeeeee;
  padding: 21px 23px 0;
}

.app_title {
  font-size: 15px;
  color: rgba(64, 70, 78, 0.8);
  text-align: center;
  line-height: 16px;
  margin-bottom: 5px;
}

.imp_noti {
  background: #fff3cd;
  padding: 10px 25px;
  min-height: 151px;
}

.imp_title {
  font-size: 14px;
  color: #856439;
  font-weight: 600;
  margin-bottom: 8px;
}

.imp_blog {
  display: table;
  width: 100%;
  margin-bottom: 6px;
}

.app_icon_img {
  width: 105px;
}

.imp_blog p {
  color: #6f4d21;
  font-size: 12px;
  line-height: 14px;
}

.imp_blog p b {
  font-weight: 600;
  display: block;
}


/*--  budget-volumes  --*/
.page_box {
  background: #fff;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  padding: 16px;
  margin-top: 10px;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, .15);
}

.page_box h1.page_title {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 108, 208);
}

.content_part table {
  margin-bottom: 0;
}

.content_part table tr th {
  font-weight: 600;
  font-size: 14px;
  padding: 15px 8px;
  color: #005baf;
  background: #EEF6FF;
  border-top: 1px solid #CFE7FF;


  vertical-align: middle;
}

.content_part table tr:hover td {
  background: #f1efff;
}

.content_part table tr td {
  color: #7B7B7B;
  font-size: 14px;
  border: 0;
  border: 1px solid #e2e2e2;
  padding: 10px 8px;
  background: #fff;
  text-align: left;
  font-weight: 400;
}

.tabing_view {
  width: 100%;
  background: #fff;
  margin-top: 15px;
}

.content_part.inner_page {
  margin-top: 4px;
}

.tabing_view ul {
  list-style: none;
  display: flex
}

.tabing_view ul li a {
  padding: 15px 20px;
  display: block;
  background: #e0e0e0;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.tab_cont {
  padding: 10px;
  background: #e0e0e0;
  margin-bottom: 15px;
}

/*--  budget-volumes  --*/


@media only screen and (max-width: 1201px) and (min-width: 320px) {

  .custom_wrapper {
    width: 100%;
  }

}

@media only screen and (max-width: 1100px) and (min-width: 1023px) {

  .phone_title {
    font-size: 15px;
  }

  .phone_info {
    font-size: 10px;
  }

  .phone_number {
    font-size: 27px;
  }

  .mobile_nav {
    padding: 0 25px;
  }

  .last_new {
    padding: 0;
  }
}


@media only screen and (max-width: 1023px) and (min-width: 320px) {
  .row[style="display:flex;"]{
    display:block !important;
  }
  .no_padding {
    padding: inherit;
  }

  .imp_pep {
    display: none;
  }

  .imp_noti {
    min-height: auto;
  }

  .govt_info {
    display: table;
    width: 100%;
  }


  .below_header .navbar-nav .dropdown-content a {
    padding-left: 29px;
  }

  .info_right {
    width: 100%;
    padding-bottom: 25px;
  }

  .app_title {
    text-align: left;
    margin-bottom: 8px;
  }

  .app_title br {
    display: none;
  }

  .imp_blog {
    margin-bottom: 10px;
  }

  .dropdown .dropdown-content {
    display: table !important;
    width: 100%;
  }

  .sys_info h2 {
    font-size: 20px;
    line-height: normal;
  }

  .mobile_nav {
    padding: 0 25px;
  }

  .header .no_padding {
    padding: 0 15px;
  }

  .header {
    min-height: 80px;
  }

  .header .no_padding img {
    width: 200px;
    margin-bottom: 20px;
  }

  .carousel-indicators {
    bottom: 7px;
  }

  .right_banner, .slide_banner {
    height: auto;
    min-height: auto;
  }

  .carousel-caption {
    position: static;
    height: 250px;
    padding-bottom: 21px;
    bottom: -126px;
  }

  .custom_wrapper {
    width: 100%;
  }

  .right_border {
    border: 0;
  }

  .phone_title {
    font-size: 15px;
  }

  .sli_title br {
    display: none;
  }

  .phone_info {
    font-size: 10px;
  }

  .phone_number {
    font-size: 27px;
  }

  .last_new {
    min-height: inherit;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px 0;
  }

  .blog_txt ul li a {
    display: table;
    width: 100%;
  }

  .v_icon {
    margin-bottom: 12px;
  }

  .sys_part {
    background: #fff;
  }

  .sys_info {
    padding: 30px 10px 0;
  }

  .last_new .blog_txt {
    margin-bottom: 0;
  }

  .footer ul {
    text-align: center;
  }

  .footer ul li {
    margin-right: 2px;
  }

  .footer ul li img {
    width: 140px;
  }


}


.login-captcha {

}

.login-captcha img {
  width: 100%;
}

.login-captcha input {
  height: 40px;
  padding: 7px 10px;
  margin-top: 12px;
}

.login-captcha .input-group {
  display: flex;
}

.login-captcha .input-group .captchaImgHolder {
  width: calc(100% - 42px);
  background-color: #374659;
  min-height: 40px;
}

.login-captcha .input-group .refresh-holder {
  width: 42px;
  background-color: #dedede;
  padding: 8px;
  border: 1px solid #bdbdbd;
  outline: none;
  cursor: pointer;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.login-captcha .input-group .refresh-holder i {
  font-size: 16px;
}

.login-success {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10011;
}

.login-success .lg-success-bg {
  background-color: white;
  opacity: 0.97;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10012;
  position: absolute;
}

.login-success .lg-success-msg {
  padding: 25px;
  position: relative;
  z-index: 10015;
  color: #2b944d;
}

.login-success .lg-success-msg i {
  margin: 30px 0 15px 0;
}

.login-success .lg-success-msg p {
  padding: 15px 0;
  color: #2b944d;
}


@media (max-width: 768px) {
  .dis_flex {
    flex-wrap: wrap;
  }

  .hot_line {
    width: 100%;
    min-width: 100%;
    padding-bottom: 10px;
  }

  .govt_div {
    padding: 20px 15px;
  }

  .info_right {
    text-align: center;
  }

  .info_right a {
    display: block;
    text-align: center;
  }
}


.blink {
  color: red;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.vid-sec {
  margin: 0 auto;
  margin: 0 -15px;
  /*max-width: 1140px;*/
  background: url("https://d20exy1ygbh3sg.cloudfront.net/fms/images/bg-sec.jpg") no-repeat;
  background-size: cover;
  padding: 40px;
  display: flex;
  align-items: center;
  color: #fff;
}

.col-login-6 {
  max-width: 50%;
  width: 50%;
  min-width: 50%;
}

.sec-content {
  padding-left: 50px;
}

.sec-content h4 {
  font-size: 23px;
  margin: 0;
  font-weight: 700;
}

.sec-content h4::after {
  width: 50px;
  height: 4px;
  background: #0073ae;
  content: '';
  display: block;
  margin: 11px 0px 20px 0;
}

.sec-content p {
  margin: 0;
  line-height: 25px;
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.sec-content a {
  padding: 10px 20px;
  background: #fff;
  font-size: 14px;
  color: #08254f;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.vid-container video,
.vid-container source {
  width: 100%;
}

@media (max-width: 767px) {
  .vid-sec {
    flex-wrap: wrap;
    padding: 20px;
  }

  .col-login-6 {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }

  .sec-content {
    padding-top: 20px;
    padding-left: 0;
  }

  .sec-content h4 {
    font-size: 19px;
  }
}

.out_pay_slip_view{
  height: 100% !important;
  background: #EBEBEB !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 30px 20px 40px !important;
}
.out_pay_slip_view img{
  height:82px !important;
}
.out_pay_slip_view .pay_title{
  font-size: 18px !important;
  color: #000 !important;
  padding: 0 0 20px 0 !important;
  text-transform: uppercase !important;
}
.out_pay_slip_view .pay_title span{
  font-weight: 700 !important;
}
.out_pay_slip_view .pay_table{
  background: #fff !important;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.1) !important;
  width: 100% !important;
  min-height: 30vh !important;
  padding: 30px !important;
}

.out_pay_slip_view .py_table{
  border: 0 !important;
  border-collapse: collapse !important;

}
.out_pay_slip_view .py_table tr td{
  vertical-align: top !important;
}
.out_pay_slip_view .blue_box_pay{
  background: #ECFBFF !important;
  width: 100% !important;
  padding: 20px 0 0px !important;
  border-right: 18px solid #fff !important;
}
.out_pay_slip_view .blue_b1 td{
  width: 33.3% !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
}
.out_pay_slip_view .txt_upper{
  text-transform: uppercase !important;
}
.out_pay_slip_view .gray_pay{
  background: #F9F9F9 !important;
  width: 100% !important;
  padding: 20px 0 0px !important;
}
.out_pay_slip_view .gray_pay td{
  padding-left: 20px !important;
  padding-right: 10px !important;
  width: 100% !important;

}
.out_pay_slip_view .title_pay{
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1D1D1D !important;
  margin-top: 5px !important;
}
.out_pay_slip_view .sub_pay{
  font-size: 12px !important;
  font-weight: 500 !important;
color: #1D1D1D !important;
}
.out_pay_slip_view .field_txt.txt_upper{
  margin-bottom: 10px !important;
}
.out_pay_slip_view .pay_label{
  font-size: 12px !important;
  color: rgba(0,0,0,0.6) !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
  font-weight: 500 !important;
}
.out_pay_slip_view .name_txt{
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1D1D1D !important;
}
.out_pay_slip_view .field_txt{
  font-size: 13px !important;
  color: rgba(0,0,0,1) !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
}
.out_pay_slip_view .er_table{
  margin: 15px 0 !important;
  width: 100% !important;
}
.out_pay_slip_view .er_table th{
  background: #10364F !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 8px !important;
}
.out_pay_slip_view .er_table td{
  border-left: 1px solid #BEBEBE !important;
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 400 !important;
}
.out_pay_slip_view .er_table tr td:last-child{
  border-right: 1px solid #BEBEBE !important;
}
.out_pay_slip_view .er_table td.no_border{
  border: 0 !important;
}
.out_pay_slip_view .total_er td{
  background: #EEEEEE !important;
  border-top: 1px solid #DBDBDB !important;
  border-bottom: 1px solid #DBDBDB !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #080808 !important;
  white-space:nowrap !important;
  padding:1% !important;
}
.out_pay_slip_view .blue_box_pay.last_one{
  border-right: 0 !important;
}

.out_pay_slip_view .total_er .br-0{
  border-right:0 !important;
}

.out_pay_slip_view .total_er .bl-0{
  border-left:0 !important;
}

.out_pay_slip_view .white{
  color: white !important;
}

@media print
{
    * {-webkit-print-color-adjust:exact;}
}
