@media screen(min-width:768px) and (max-width: 991px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    max-width: 100% !important;
  }
}

@media (max-width: 991px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    max-width: 100%;
  }
  .col-md-11 {
    max-width: 91.66666667%;
  }
  .col-md-10 {
    max-width: 83.33333333%;
  }
  .col-md-9 {
    max-width: 75%;
  }
#next,#ReadOnlyEmail_ver_but_send,#continue,#verifyButton,#ReadOnlyEmail_ver_but_resend{
background-color:#162464 !important;
}
  .col-md-8 {
    max-width: 66.66666667%;
  }
  .col-md-7 {
    max-width: 58.33333333%;
  }
  .col-md-6 {
    max-width: 50%;
  }
  .col-md-5 {
    max-width: 41.66666667%;
  }
  .col-md-4 {
    max-width: 33.33333333%;
  }
  .col-md-3 {
    max-width: 25%;
  }
  .col-md-2 {
    max-width: 16.66666667%;
  }
  .col-md-1 {
    max-width: 8.33333333%;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.h3,
h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.h6,
h6 {
  font-size: 12px;
}

body {
  line-height: 1.42857143;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}

body {
  background: #b1d6e6;
  background: -webkit-linear-gradient(white, #b1d6e6) fixed;
  background: -o-linear-gradient(white, #b1d6e6) fixed;
  background: -moz-linear-gradient(white, #b1d6e6) fixed;
  background: linear-gradient(white, #b1d6e6) fixed;
  width: 100%;
  height: 100%;
}

a#forgotMyPassword:hover,
a#privacyNotice:hover {
  color: #2a6496 !important;
}

a#forgotMyPassword,
a#privacyNotice {
  color: #428bca !important;
}

table.customtable td {
  padding: 0;
}

body {
  margin: 0 auto;
  max-width: 1024px;
  font-family: arial;
  font-size: 12px;
  color: #0d4369;
  background-color: grey;
}

h3.formTitle {
  text-align: center;
}

.container {
  max-width: 1024px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.logo {
  margin-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 5px;
	height: 35px;
}

.welcomeLogout {
  float: right;
  position: relative;
  top: 50px;
  margin-right: 20px;
}

.welcomeLogout a {
  text-decoration: none;
  color: #0d4369;
}

.welcomeLogout a:focus,
.welcomeLogout a:hover {
  color: #0d4369 !important;
}

.logout:hover {
  text-decoration: underline !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 25px;
  border: 1px solid #888;
  width: 25%;
}

.menuContainer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 96%;
}

#navHead {
  display: none;
}

#nav span {
  display: none;
}

#nav,
#nav ul,
#navHead,
#navHead ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#nav,
#navHead {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
}

#nav ul.subs {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
  padding: 0 5px 0 5px;
  position: absolute;
  width: 440px;
  height: 40px;
  z-index: 999;
}

#nav > li,
#navHead > li {
  border-bottom: 5px solid transparent;
  float: left;
  margin-bottom: -5px;
  text-align: left;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#navHead > li {
  float: right;
}

#nav li a {
  display: block;
  text-decoration: none;
  -moz-transition: color 450ms ease-in-out 0s,
    background-color 450ms ease-in-out 0s;
  -ms-transition: color 450ms ease-in-out 0s,
    background-color 450ms ease-in-out 0s;
  -o-transition: color 450ms ease-in-out 0s,
    background-color 450ms ease-in-out 0s;
  -webkit-transition: color 450ms ease-in-out 0s,
    background-color 450ms ease-in-out 0s;
  transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
  white-space: normal;
}

#nav > li > a,
#navHead > li > a {
  color: #777;
  display: block;
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
}

#nav > a:hover,
#nav > li:hover > a,
#navHead > a:hover,
#navHead > li:hover > a {
  background-color: #428bca;
  color: #fff !important;
}

#nav li:hover ul.subs {
  display: block;
}

#nav ul.subs > li {
  display: inline-block;
  float: none;
  padding: 10px 1%;
  vertical-align: top;
}

#nav ul.subs > li a {
  color: #777;
  line-height: 20px;
}

#nav ul li a:hover,
#navHead ul li a:hover {
  text-decoration: underline;
  color: #428bca;
}

#nav ul.subs > li > a {
  font-size: 11px;
  margin-bottom: 10px;
}

#nav ul.subs > li li {
  float: none;
  padding-left: 8px;
  -moz-transition: padding 150ms ease-out 0s;
  -ms-transition: padding 150ms ease-out 0s;
  -o-transition: padding 150ms ease-out 0s;
  -webkit-transition: padding 150ms ease-out 0s;
  transition: padding 150ms ease-out 0s;
}

#nav ul.subs > li li:hover {
  padding-left: 15px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media all and (max-width: 767px) {
  #nav > li {
    float: none;
    border-bottom: 0;
    margin-bottom: 0;
  }
  #nav ul.subs {
    position: relative;
    top: 0;
  }
  #nav li:hover ul.subs {
    display: none;
  }
  #nav li #s1:target + ul.subs,
  #nav li #s2:target + ul.subs {
    display: block !important;
  }
  #nav ul.subs > li {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  #nav ul.subs {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333;
    display: none;
    padding: 0 5px 0 5px;
    position: relative;
    width: 98%;
    height: 200px;
  }
  #navHead {
    display: block;
  }
  #nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #navHead {
    display: none;
  }
  #nav {
    display: block;
  }
}

.menuContainer a:focus,
.menuContainer a:hover {
  text-decoration: underline !important;
  color: #fff !important;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination .active a,
.pagination a:hover {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999;
  cursor: default;
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

.pager:after,
.pager:before {
  display: table;
  content: '';
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.navbar-default {
  min-height: 37px;
}

.navbar {
  border-radius: 0;
  position: relative;
  min-height: 37px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.row.content4 [class*='col-'] {
  padding-bottom: 0;
}

.row.breadcrumb [class*='col-'] {
  padding-top: 0;
  padding-bottom: 0;
}

.row.content3 [class*='col-'] {
  padding-top: 0;
  padding-bottom: 0;
}

.row.DetailpageContent [class*='col-'] {
  padding-top: 0;
}

.innerContainer.home [class*='col-'] {
  padding-left: 1px;
}

.innerContainer.home [class*='col-'] .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.innerContainer.dashboard .img-content {
  color: #000;
}

.innerContainer.support .col-sm-offset-2 {
  margin-left: 0;
}

.breadcrumb {
  padding: 3px 15px;
  margin-left: -8px;
  margin-bottom: -3px;
  background-color: #64c39b;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  text-decoration: underline !important;
}

.middle_text a:focus,
.middle_text a:hover {
  text-decoration: underline !important;
  color: #428bca !important;
}

h2 {
  margin: 0;
  color: #666;
  padding-top: 90px;
  font-size: 52px;
  font-family: 'trebuchet ms', sans-serif;
}

.item {
  background: #333;
  text-align: center;
}

.carousel {
  margin-top: 0;
}

.carouselArrowLeft {
  padding-top: 70%;
  font-weight: 700;
}

.carouselArrowRight {
  padding-top: 70%;
  font-weight: 700;
}

.carouselContainer {
  margin: 0;
}

.item.bg1 {
  background: url(../images/2.jpg) no-repeat 0 0;
  height: 250px;
}

.item.bg2 {
  background: url(../images/1.jpg) no-repeat 0 0;
  height: 250px;
}

.item.bg3 {
  background: url(../images/3.jpg) no-repeat 0 0;
  height: 250px;
}

.loginPageIntro {
  margin: 20px 30px 0 30px;
  color: #0d4369;
}

.right-login-box {
  border-left: 1px dotted grey;
  padding-left: 75px;
  font-size: 12px;
  font-weight: 700;
  padding-top: 15px;
}

.right-login-box button {
  width: 65px;
  height: 30px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-width: 0px;
}

.right-login-box h2 {
  color: #0d4369;
  font-size: 18px;
  padding-top: 0;
}

.entry-item {
  margin-top: 10px;
}

.entry-item label {
  display: block;
}

.entry-item div {
  display: block;
}

.entry-item input {
  display: block;
  padding-right: 30px;
}

.entry-item .password-label label {
  display: inline-block;
}

.intro h2 {
  display: none;
}

.intro:after {
  content: 'Login';
  color: #0d4369;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.error {
  color: red;
}

.login {
  color: #0d4369;
  font-size: 18px;
}

.labelName {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 700;
}

.text-box-one,
.text-box-two {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
  padding-top: 0;
}

.text-box-four,
.text-box-one,
.text-box-three,
.text-box-three-next,
.text-box-three-one,
.text-box-two {
  margin-bottom: 5px;
}

.text-box-three-one {
  margin-top: 5px;
}

.text-box-five {
  margin-left: 3px;
}

.termsAndCondition {
  color: #0d4369 !important;
  line-height: 22px;
  padding-left: 20px;
}

.termsAndCondition:hover {
  text-decoration: underline !important;
  color: #0d4369 !important;
  line-height: 22px;
  padding-left: 20px;
}

.applicationPolicy {
  color: #fff !important;
  line-height: 22px;
  padding-left: 20px;
}

.applicationPolicy:hover {
  text-decoration: underline !important;
  color: #fff !important;
  line-height: 22px;
  padding-left: 20px;
}

.applicationPolicyCheckbox {
  width: 18px;
  margin: 4px 0 0 0;
  position: absolute;
}

.policyContainer {
  text-align: center;
  padding: 10px;
  vertical-align: bottom;
  width: 100%;
  padding: 7px;
  margin-bottom: 0;
  height: 30px;
}

.forgot-password {
  color: #0d4369 !important;
}

.forgot-password:hover,
a.forgot-password:visited {
  text-decoration: underline !important;
  color: #0d4369 !important;
}

.loginBtn,
.submit-btn {
  background: url(../images/blue-btn.png) repeat 0 0;
  width: 65px;
  height: 30px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
}

.loginBtn:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

.loginBtn {
  margin-bottom: 20px;
}

.submit-btn:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

.change-password {
  color: #0d4369;
  font-size: 18px;
  margin-left: 0;
}

.verify-email {
  display: none;
  color: #0d4369;
}

.reset-text {
  color: #0d4369;
  display: none;
  margin: 5px 0 0 0;
}

.email-id {
  padding: 0 30px 0 0;
  margin: 19px 0 5px 0;
}

#demo {
  color: #575a59;
}

#footer {
  background: #e0e0e0;
  width: 100%;
  clear: both;
  overflow: hidden;
  color: #0d4369;
  text-align: center;
}

#cancelBtn,
#updateBtn {
  float: left;
  margin-top: 10px;
}

#cancelBtn {
  margin-left: 10px;
}

.image {
  float: left;
  margin-top: 20px;
  padding-left: 70px;
}

.imageUkLinkLogo {
  margin-top: 35px;
  padding-left: 85px;
}

.imageDESLogo {
  margin-top: 30px;
  padding-left: 75px;
}

.imageUserAccessLogo {
  margin-top: 30px;
  padding-left: 80px;
}

#imageSap {
  margin-top: 30px;
  padding-left: 45px !important;
}

.imgContent {
  margin-left: 60px;
}

.whoAreWe p {
  float: left;
  text-align: left;
  color: #0d4369;
}

.aboutContent {
  margin: 0 50px;
}

.whoAreWe h3 {
  color: #0d4369;
}

@media only screen and (max-width: 991px) {
  .right-login-box {
    border-left: none;
  }
}

@media only screen and (min-width: 720px) and (max-width: 991px) {
  .right-login-box {
    border-right: none;
  }
  .moduleOne {
    border-right: none;
    border-bottom: 1px dotted grey;
  }
  .innerDetail_right {
    margin-left: 30px;
  }
  .text-box-five,
  .text-box-four,
  .text-box-three,
  .text-box-three-next,
  .text-box-three-one {
    width: 100%;
  }
  .singleRight {
    padding-left: 15px !important;
  }
  .rightHalfContainer {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
  .right-login-box {
    border-right: none;
  }
  .moduleOne {
    border-right: none;
    border-bottom: 1px dotted grey;
  }
  .text-box-five,
  .text-box-four,
  .text-box-three,
  .text-box-three-next,
  .text-box-three-one {
    width: 100%;
  }
  .innerDetail_right {
    margin-left: 30px;
  }
  .singleRight {
    padding-left: 15px !important;
  }
  .rightHalfContainer {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 639px) {
  .continueBtn {
    margin-left: 0;
  }
  .text-box-three-next {
    margin-left: 0;
    margin-right: 0;
  }
  .text-box-five,
  .text-box-four,
  .text-box-three,
  .text-box-three-next,
  .text-box-three-one {
    width: 100%;
  }
  .innerDetail_right {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .sanctionSearch {
    margin-left: 134px;
  }
  .text-box-five,
  .text-box-four,
  .text-box-three,
  .text-box-three-next,
  .text-box-three-one {
    width: 100%;
  }
  .continueBtn {
    margin-left: 134px;
  }
  .innerDetail_right {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .sanctionSearch {
    margin-left: 0;
  }
  .text-box-five,
  .text-box-four,
  .text-box-three,
  .text-box-three-next,
  .text-box-three-one {
    width: 100%;
  }
  .continueBtn {
    margin-left: 0;
  }
  .innerDetail_right {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .right-login-box {
    border-right: none;
  }
  .moduleOne {
    border-right: none;
    border-bottom: 1px dotted grey;
  }
  .sanctionSearch {
    margin-left: 0;
  }
  .text-box-five,
  .text-box-four,
  .text-box-three,
  .text-box-three-next,
  .text-box-three-one {
    width: 100%;
  }
  .continueBtn {
    margin-left: 0;
  }
  .innerDetail_right {
    margin-left: 30px;
  }
}

.panel-one {
  width: 250px;
  padding: 0 30px 30px 30px;
  margin: 10px;
  color: #000;
}

.panel-one a:focus,
.panel-one a:hover {
  text-decoration: underline !important;
  color: #428bca !important;
}

.heading-one {
  cursor: pointer;
  padding-left: 5px;
  color: #fff;
  padding-top: 5px;
  background-color: #64c39b;
  padding: 10px;
  background: url(../images/plus.png) no-repeat #64c39b;
  background-size: 10px 10px;
  background-position: 90% 50%;
}

.heading-two {
  cursor: pointer;
  padding-left: 5px;
  color: #fff;
  padding-top: 5px;
  background-color: #64c39b;
  padding: 10px;
  background: #64c39b;
  background-size: 10px 10px;
  background-position: 90% 50%;
}

.heading-one.minus {
  background: url(../images/minus.png) no-repeat #64c39b;
  background-size: 10px 10px;
  background-position: right 10px center;
  background-position: 90% 50%;
}

.plus {
  margin-top: 5px;
}

.content-one {
  display: none;
  list-style-type: none;
  position: relative;
  right: 40px;
  width: 250px;
}

.content-one a,
.content-one.default a {
  text-decoration: none;
  color: #000;
}

.content-one.default {
  display: none;
  list-style-type: none;
  position: relative;
  right: 40px;
}

.content-one a:hover,
.content-one.default a:hover {
  text-decoration: underline;
  color: #428bca;
}

.right-content {
  padding: 20px;
  border-left: 1px dotted grey;
  color: #0d4369;
}

.row {
  margin: 0;
}

.divTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.headRow {
  font-weight: 700;
  display: table-row;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  color: #000;
}

.divRow {
  display: table-row;
  text-align: center;
}

.divCol {
  display: table-cell;
  border: 1px solid #ccc;
}

.description .divCol,
.searchTable .divCol {
  width: 100px;
}

.divCol a:link,
.divCol a:visited {
  color: #fff;
  text-decoration: none;
}

.divCol a:hover {
  color: #fff;
  text-decoration: underline;
}

.description,
.searchTable {
  clear: both;
  margin-top: 0;
  padding: 1px;
  border: 1px solid grey;
  box-shadow: 6px 6px 10px #888;
  color: #0d4369;
  display: none;
  overflow: auto;
}

#hiddenGrid {
  display: none;
}

.searchTable {
  display: block;
}

span.ds-heading-one {
  margin-left: 60px;
}

.ds-list {
  margin-left: 140px;
}

.select-dropdown {
  margin-right: 10px;
}

.right-buttons {
  display: inline block;
}

a.loginBtn:active,
a.loginBtn:focus,
a.loginBtn:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

a.submit-btn:active,
a.submit-btn:focus,
a.submit-btn:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

.module-form {
  background-color: #fff;
  width: 99%;
  clear: both;
  overflow: hidden;
  float: left;
  padding: 5px 20px;
  color: #0d4369;
}

.radio-btns {
  padding: 20px;
  color: #0d4369;
}

.radio-btnsOne {
  color: #0d4369;
  padding-right: 200px;
}

.buttonsOne {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .descriptionDetailpage {
    margin-top: 0;
  }
  .table-responsive {
    margin-bottom: 0;
    border: 0 solid;
  }
}

.module-form-next {
  margin-top: 20px;
  background-color: #fff;
  clear: both;
  overflow: hidden;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 6px 6px 10px #888;
}

.ds-list-one {
  margin-left: 65px;
}

.descriptionDetailpage {
  clear: both;
  overflow: auto;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 6px 6px 10px #888;
  color: #0d4369;
  min-width: 520px;
  max-width: 900px;
}

.descriptionDetailpageOne,
.descriptionDetailpageOne-hidden {
  clear: both;
  overflow: auto;
  padding: 10px;
  box-shadow: 6px 6px 10px #888;
  color: #0d4369;
  max-width: 900px;
}

.descriptionDetailpageOne-hidden {
  display: none;
  max-width: 550px;
}

.descriptionDetailpageOneNoShade {
  clear: both;
  color: #0d4369;
  max-height: 150px;
  overflow-y: scroll;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

#headingOne {
  display: inline;
  padding-right: 36px;
}

#headingTwo {
  display: inline;
}

#headingThree {
  display: inline;
  padding-right: 73px;
}

#headingFour {
  padding-right: 53px;
}

#headingFive {
  display: inline;
  padding-right: 80px;
}

#headingSix {
  display: inline;
  padding-right: 94px;
}

#headingSeven {
  display: inline;
  padding-right: 89px;
}

.right-btns {
  float: left;
  margin-right: 30px;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.previous-next-btns {
  margin-top: 50px;
}

.buttons {
  margin-top: 30px;
}

.right-btns a {
  text-decoration: none;
}

.buttonOne {
  background: url(../images/green-btn.png) repeat 0 0;
  width: 65px;
  height: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
}

.buttonOne:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

.buttonTwo {
  background: url(../images/blue-btn.png) repeat 0 0;
  width: 65px;
  height: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-bottom: 2px;
}

.buttonTwo:active,
.buttonTwo:focus,
.buttonTwo:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

.buttonThree {
  background: url(../images/green-btn.png) repeat 0 0;
  width: 120px;
  height: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
}

.buttonThree:hover {
  background-position: 0 bottom;
  text-decoration: none;
  color: #fff;
}

.divTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.headRow {
  font-weight: 700;
  display: table-row;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  color: #0d4369;
}

.divRow {
  display: table-row;
  text-align: center;
  background-color: #dedede;
}

.divCol {
  display: table-cell;
  border: 1px solid #9d9d9d;
  text-align: left;
  padding: 0 10px;
}

#divRow-white {
  background-color: #f6f6f6;
  cursor: pointer;
  cursor: hand;
}

#divRow-white:hover {
  background-color: #e4e4e4;
  cursor: pointer;
}

#divRow-white.selected {
  background-color: #e4e4e4 !important;
  color: #0d4369 !important;
}

#headRow-Blue {
  background-color: #64c39b;
  color: #fff;
}

#headRow-Blue .divCol:hover,
#headRow-Blue .divCol:link,
#headRow-Blue .divCol:visited {
  text-decoration: none !important;
  color: #fff !important;
}

#headRow-Blue .divCol {
  border: 1px solid #fff;
  display: table-cell;
  text-align: left;
  padding: 0 10px;
}

#divRow-white .divCol {
  border: 1px solid #fff;
  display: table-cell;
  text-align: left;
  padding: 0 10px;
}

.description .divCol,
.searchTable .divCol {
  width: 100px;
}

.divRow a:link,
.divRow a:visited {
  color: #0d4369 !important;
  text-decoration: none;
}

.divCol:hover {
  text-decoration: underline;
  color: #0d4369 !important;
}

@media screen and (max-width: 767px) {
  .descriptionDetailpage {
    margin-top: 0;
  }
  .table-responsive {
    margin-bottom: 0;
    border: 0 solid;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fff;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}

.navbar-form {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-toggle {
  padding: 10px 10px 10px 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a:hover {
  color: #428bca;
  text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #428bca;
  text-decoration: underline;
}

.navbar {
  padding: 10px 21px 10px 21px;
  margin-bottom: 0;
}

.navbar ul {
  list-style: none;
  list-style-position: outside;
}

.navbar ul li {
  padding: 0 10px;
  float: left;
  font-size: 15px;
  font-weight: 500;
}

.navbar ul li:first-child {
  padding-left: 0;
}

.navbar ul li a {
  color: #4a4a4a;
  padding: 2px 7px 0 7px;
  display: block;
  height: 25px;
  line-height: 21px;
}

.navbar ul li a:hover,
.navbar ul li.active a {
  color: #428bca;
  text-decoration: underline;
}

.dropdown-menu a:active,
.dropdown-menu a:hover,
.dropdown-menu a:link,
.dropdown-menu a:visited {
  font-size: 11px;
  color: #777;
  display: inline-block;
  background-color: #fff !important;
}

.navbar-nav > li > .dropdown-menu {
  padding-left: 20px;
  width: 430px;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    border: 0 solid #e5e5e5;
  }
  .navbar ul li {
    padding: 0 0;
    width: 100%;
  }
  .dropdown-menu li a:hover,
  .dropdown-menu li.active a {
    color: #999797;
    text-decoration: underline;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #999797;
    text-decoration: underline;
    padding: 0;
  }
}

.selectOption {
  margin-left: 15px;
}

.sanctionSearch:hover {
  text-decoration: underline;
}

.viewDetails {
  border-bottom: 1px dotted #0d4369;
  margin-bottom: 5px;
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
}

.viewDetails_one {
  margin-bottom: -40px;
  clear: both;
  overflow: hidden;
}

.viewDetails_two {
  margin-bottom: -30px;
  clear: both;
  overflow: hidden;
}

.viewDetails_two .hr {
  border: 2px solid #64c39b;
  background-color: #64c39b;
}

.viewDetails_three {
  margin-bottom: -30px;
  clear: both;
  overflow: hidden;
}

.viewDetails_three .hr {
  border: 2px solid #fff;
  background-color: #fff;
}

.submitUpdate {
  color: #83b8da;
  font-weight: 700;
  font-size: 16px;
}

.validationMessage {
  color: red;
  font-weight: 400;
  font-size: 12px;
}

.inputError {
  color: red;
  border: 1px solid red;
}

#submitAlert {
  display: none;
}

#error-mprn {
  display: none;
  color: red;
}

#overrideInnerTolerance {
  padding-bottom: 3px;
}

.overrideInnerTolerance {
  padding-bottom: 1px !important;
}

.supplierDetails-hidden {
  display: none;
  margin-top: 5px;
}

.supplierDetails {
  overflow: auto;
  box-shadow: 6px 6px 10px #888;
  padding: 10px 0 10px 10px;
  max-width: 900px;
  min-width: 450px;
}

.supplierDetails-hiddenContent {
  padding: 5px;
}

.form-textboxOne {
  margin-bottom: 5px;
}

.moduleRowOThree a {
  background: url(../images/calendarIcon.png) no-repeat 0 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 30px;
  text-indent: -9999px;
  white-space: nowrap;
}

.input[type='date'],
.input[type='datetime-local'],
.input[type='month'],
.input[type='time'] {
  line-height: 18px !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab_wrap {
  border: 0 solid #999;
  min-width: 200px;
  max-width: 100%;
}

.tabs {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.tabTitle {
  height: 30px;
  text-align: center;
}

.tabs td.active {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #d3d3d3),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #f4f4f4)
  );
  background: -webkit-linear-gradient(
    top,
    #d3d3d3 0,
    #e0e0e0 40%,
    #f4f4f4 100%
  );
  background: -o-linear-gradient(top, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
}

.tabs td.inactive {
  background: #fff;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #eaeaea),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #b7b7b7)
  );
  background: -webkit-linear-gradient(
    top,
    #eaeaea 0,
    #e0e0e0 40%,
    #b7b7b7 100%
  );
  background: -o-linear-gradient(top, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
  background: -ms-linear-gradient(top, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
  background: linear-gradient(to bottom, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
}

.tab_content {
  background: #fff;
  padding: 0;
  display: none;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f4f4f4),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #d3d3d3)
  );
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0,
    #e0e0e0 40%,
    #d3d3d3 100%
  );
  background: -o-linear-gradient(top, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
  background: linear-gradient(to bottom, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
}

.tab_content.active {
  display: block;
}

.tabTitle a,
.tabTitle a:active,
.tabTitle a:hover,
.tabTitle a:link,
.tabTitle a:visited {
  color: #000;
}

.stab_wrap {
  border: 0 solid #999;
  min-width: 200px;
  max-width: 100%;
}

.stabs {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.stabTitle {
  height: 30px;
  text-align: center;
}

.stabs td.active {
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #d3d3d3),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #f4f4f4)
  );
  background: -webkit-linear-gradient(
    top,
    #d3d3d3 0,
    #e0e0e0 40%,
    #f4f4f4 100%
  );
  background: -o-linear-gradient(top, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #d3d3d3 0, #e0e0e0 40%, #f4f4f4 100%);
}

.stabs td.inactive {
  background: #fff;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #eaeaea),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #b7b7b7)
  );
  background: -webkit-linear-gradient(
    top,
    #eaeaea 0,
    #e0e0e0 40%,
    #b7b7b7 100%
  );
  background: -o-linear-gradient(top, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
  background: -ms-linear-gradient(top, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
  background: linear-gradient(to bottom, #eaeaea 0, #e0e0e0 40%, #b7b7b7 100%);
}

.stab_content {
  background: #fff;
  padding: 0;
  display: none;
  background: #f4f4f4;
  background: -moz-linear-gradient(top, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f4f4f4),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #d3d3d3)
  );
  background: -webkit-linear-gradient(
    top,
    #f4f4f4 0,
    #e0e0e0 40%,
    #d3d3d3 100%
  );
  background: -o-linear-gradient(top, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
  background: linear-gradient(to bottom, #f4f4f4 0, #e0e0e0 40%, #d3d3d3 100%);
}

.stab_content.active {
  display: block;
}

.stabTitle a,
.stabTitle a:active,
.stabTitle a:hover,
.stabTitle a:link,
.stabTitle a:visited {
  color: #000;
}

.radio_list_one {
  margin: 0 50px;
}

#description_table {
  display: block;
  padding: 10px 10px;
  margin-left: 20px;
}

.form-textboxTwo {
  margin-bottom: 20px;
  margin-right: 5px;
}

.form-textboxThree {
  margin-bottom: 20px;
  margin-right: 30px;
}

.innerTextbox {
  margin-bottom: 20px;
}

.formTitle_colored {
  background-color: #64c39b;
  color: #fff;
  font-family: arial;
  font-weight: 700;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  width: 160px;
}

.hr {
  border: 2px solid #64c39b;
  margin-bottom: 17px;
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}

.hrDouble {
  border: 2px solid #64c39b;
  margin-bottom: 2px;
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}

.hr_inner {
  border: 1px solid #4b99c7;
  margin-bottom: 17px;
}

.hr_submenu {
  border: 1px solid #4b99c7;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}

h5.formTitle_colored,
h5.formTitle_colored_submenu {
  margin-bottom: 0;
}

.formTitle_colored_submenu {
  color: #4b99c7;
  font-family: arial;
  font-weight: 700;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
}

.formTitle_colored_submenu_one {
  color: #4b99c7;
  font-family: arial;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}

#center_align {
  margin-top: 20px;
}

.right-btnsOne,
.right-btnstwo {
  clear: both;
  float: left;
  margin-left: 16px;
  margin-right: 30px;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.right-btnstwo {
  margin-top: 0;
}

#column {
  padding-bottom: 3px;
}

.middle_text {
  padding-left: 10px;
}

#column_right {
  padding-bottom: 5px;
  margin-right: 20px;
}

#innerDetail_bottom {
  padding-top: 10px;
}

select {
  max-width: 215px;
}

.alertBox {
  display: block;
}

.redBg {
  background-color: red;
}

.redBorder {
  border: 2px solid red;
}

.redBorder label {
  font-weight: 400;
}

.redTextComment {
  color: red;
  font-weight: 400;
}

.pRight0 {
  padding-right: 0 !important;
}

.row .breadcrumb {
  background-color: #64c39b;
  padding-top: 10px;
  margin-top: -3px;
}

.breadcrumb li a {
  color: #fff !important;
}

.breadcrumb li {
  color: #fff !important;
}

.right-contentDetailpage h3.formTitle {
  background-color: #64c39b;
  color: #fff;
  margin: 0 -15px;
  padding: 5px 0;
}

.HOMEactive {
  background-color: #c0c1c3 !important;
  color: #fff !important;
}

.HOMEinactive {
  background-color: #c0c1c3 !important;
  color: #fff !important;
}

.HOMEactive a,
.HOMEinactive a {
  color: #fff !important;
}

.UKLINKactive {
  background-color: #64c39b !important;
  color: #fff !important;
}

li.UKLINKinactive {
  background-color: #64c39b !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.UKLINKactive a,
.UKLINKinactive a {
  color: #fff !important;
}

.SAPISUactive {
  background-color: #bc6ca9 !important;
  color: #fff !important;
}

.SAPISUinactive {
  background-color: #bc6ca9 !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.SAPISUactive a,
.SAPISUinactive a {
  color: #fff !important;
}

.IPactive {
  background-color: #f5845c !important;
  color: #fff !important;
}

.IPinactive {
  background-color: #f5845c !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.IPactive a,
.IPinactive a {
  color: #fff !important;
}

.DEactive {
  background-color: #83b8da !important;
  color: #fff !important;
}

.DEinactive {
  background-color: #83b8da !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.DEactive a,
.DEinactive a {
  color: #fff !important;
}

.LSOactive {
  background-color: #3d5aa8 !important;
  color: #fff !important;
}

.LSOinactive {
  background-color: #3d5aa8 !important;
  color: #fff !important;
  border-bottom: 0 !important;
}

.LSOactive a,
.LSOinactive a {
  color: #fff !important;
}

.row.breadcrumb.HOMEmenu {
  margin: 0 0;
  background-color: #c0c1c3 !important;
  height: 40px;
}

*:first-child + html.imgContent {
  margin-top: -100px;
}

.home [class*='col-'] {
  padding-right: 1px !important;
}

*:first-child + html ol.breadcrumb li .ie7Slash {
  color: #ccc !important;
}

*#headRow-Blue .divCol {
  background-color: #64c39b;
  color: #fff;
}

.red_text {
  color: red;
}

.rgt-links {
  float: right;
  position: relative;
  top: 15px;
  margin-right: 20px;
  width: 220px;
}

.rgt-links ul.links {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.rgt-links ul.links li {
  float: left;
  position: relative;
}

.rgt-links ul.links li {
  display: block;
  font-size: 90%;
  float: left;
  position: relative;
  background: url(../images/nav-bar.gif) no-repeat center right;
  padding: 0 0;
  color: #0d4369 !important;
}

.rgt-links ul.links li a {
  color: #0d4369 !important;
}

.rgt-links ul.links li a:hover {
  color: #0d4369 !important;
  text-decoration: underline;
}

.rgt-links ul.links li:hover {
  color: #0d4369 !important;
  text-decoration: underline;
}

.rgt-links ul.links li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: 0 0;
}

.rgt-links ul.links li:last-child a {
  background: 0 0;
  padding-right: 0;
  color: #0d4369 !important;
}

.rgt-links .welcome-text {
  position: absolute;
  right: 0;
  top: 24px;
}

.rgt-links .welcome-text p {
  margin: 0;
  padding: 0;
}

body .rgt-links ul.links li a {
  padding: 0 10px;
}

@media screen and (min-width: 200px) and (max-width: 463px) {
  .innerContainer {
    padding-top: 53px;
  }
}

@media screen and (min-width: 200px) and (max-width: 991px) {
  .hrDouble {
    margin-bottom: 17px;
  }
  .bannerLabelTitle {
    text-align: left !important;
  }
}

*:first-child + html.rgt-links {
  float: right;
  position: relative;
  top: -30px;
  margin-right: 20px;
  width: 320px;
}

.row .row {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.column_first {
  padding-bottom: 5px;
}

#footer h6 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

label {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.radioButton {
  margin-left: 25px !important;
}

.middle_text_top30 {
  padding-top: 30px;
}

#innerHiddenGrid {
  display: none;
}

.errorMsg,
.errorMsg1,
.errorMsg2 {
  color: red;
  display: none;
}

.singleRight {
  padding-left: 30px;
}

.width260 {
  width: 260px;
}

.width180 {
  width: 180px;
}

select {
  height: 23px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0px\9;
  *margin-bottom: 10px;
  height: 25px\9;
}

.rightHalfContainer {
  margin-left: -28px;
}

.normal label {
  font-weight: 500 !important;
}

.clear {
  clear: both;
  line-height: 0;
  overflow: hidden;
}

.bannerLabelTitle {
  text-align: center;
}

.hideField {
  visibility: hidden;
}

.width140 {
  width: 140px;
}

.jointTextbox {
  width: 100px;
}

.oneThirdDropdown {
  width: 48px;
}

.twoThirdDropdown {
  width: 96px;
  height: 25px;
}

.fullDropdown {
  width: 150px;
}

.descriptionDetailpageheight250 {
  clear: both;
  color: #0d4369;
  margin-bottom: 10px;
  max-height: 250px;
  overflow-y: scroll;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.width260 {
  width: 260px;
}

.width200 {
  width: 200px;
}

.clear {
  clear: both;
  overflow: hidden;
  line-height: 0;
}

.clearHeight {
  clear: both;
  overflow: hidden;
  height: 40px;
  line-height: 1.4;
}

.searchLiabilitiesShow {
  display: block !important;
}

.searchLiabilitiesHide {
  display: none;
}

.normal label {
  font-weight: 500 !important;
}

.moduleOneSAP {
  height: 140px;
  color: #0d4369;
  cursor: pointer;
  border: 2px solid #bc6ca9;
}

.moduleOneIP {
  height: 140px;
  color: #0d4369;
  cursor: pointer;
  border: 2px solid #f5845c;
}

.moduleOneDE {
  height: 140px;
  color: #0d4369;
  cursor: pointer;
  border: 2px solid #83b8da;
}

.moduleOneLSO {
  height: 140px;
  color: #0d4369;
  cursor: pointer;
  border: 2px solid #3d5aa8;
}

h5.homeTitleSAPISU {
  background-color: #bc6ca9;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

h5.homeTitleIP {
  background-color: #f5845c;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

h5.homeTitleDE {
  background-color: #83b8da;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

h5.homeTitleLSO {
  background-color: #3d5aa8;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

.moduleOne {
  height: 140px;
  color: #0d4369;
  cursor: pointer;
  border: 2px solid #64c39b;
}

.UKLINKcolor {
  background-color: #64c39b;
  color: #fff;
}

.SAPcolor {
  background-color: #bc6ca9;
  color: #fff;
}

.IPcolor {
  background-color: #f5845c;
  color: #fff;
}

.DEcolor {
  background-color: #83b8da;
  color: #fff;
}

.LSOcolor {
  background-color: #3d5aa8;
  color: #fff;
}

.moduleOne:hover {
  background-color: #e0e0e0;
}

.imgAndinfo {
  width: 100%;
  padding: 7px;
  margin-bottom: 0;
  height: 200px;
}

h5.homeTitleUKLink {
  background-color: #64c39b;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

textarea {
  width: 180px;
}

#textarea100 {
  width: 100%;
}

.by2Textbox {
  width: 73px;
}

.submitUpdate {
  color: #64c39b;
  font-weight: 700;
}

#submitAlert {
  display: none;
  padding-top: 10px;
}

#error-mprn {
  display: none;
  color: red;
}

.viewDetails_two {
  margin-bottom: -30px;
  clear: both;
  overflow: hidden;
}

.viewDetails_two .hr {
  border: 2px dotted #64c39b;
  background-color: #fff;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.wrapperChild {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 5px;
  margin: 5px;
  padding-bottom: 30px;
}

.privacyStatement,
.termsOfUse {
  cursor: pointer;
}
.heading {
  display: none;
}
