/*-----------------------------------------------------------------------
/*  Theme Name  : Rinjani
/*  Theme URI   : https://wrapbootstrap.com/theme/rinjani-multi-purpose-one-page-theme-WB035T192
/*  Description : Multi-Purpose One Page Theme
/*  Version     : 1.8
/*  assets/css/rinjani.css
/*-----------------------------------------------------------------------
    
1. GLOBAL STYLES

2. ANIMATION DELAY

3. PAGE LOADER

4. NAVBAR
	4.1 NAVBAR - CENTER MENU
	4.2 NAVBAR - SIDE MENU

5. INTRO SECTION

6. WHO WE ARE SECTION

7. FUN FACT SECTION

8. OUR MAIN SKILLS SECTION

9. QUOTE SECTION

10. KEEP IN TOUCH SECTION

11. MEET THE TEAM SECTION

12. TESTIMONIALS SECTION

13. COMING SOON SECTION

14. CONTACT US SECTION

15. MAP

16. FOOTER

-----------------------------------------------------------------------*/
@theme-colour: #B1015C;

.lidisabled {
    pointer-events: none;    
    opacity:0.6;   
}

.multiline-label {
    white-space: pre-wrap;
}

textarea 
{
    resize: none;
}

.warning-color
{
      color: red;
      font-weight:500; 
}

.warning-color a:visited
{
      color: darkred!important;
      font-weight:bold!important; 
}

.warning-color a:hover 
{
      color: darkred!important;
      font-weight:bold!important; 
}

.warning-color a:link
{
      color: darkred!important;
      font-weight:bold!important; 
}

input[type=checkbox] {
    transform: scale(1.5);
}

.colsize {
    width: 100px;
    text-align:right;
    padding-right:10px;
}

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

.colcell {
    display: table-cell;
    
}
.vLine {
    border-top: 1px solid #ccc;
    width: 50px;
    text-align: left;
   
    margin-left: 0
}

 
.rownomarg
{
    margin-left:-30px;
    margin-right:-30px;
}

.left {
    border-left: 1px solid #ccc;
   
}

.right {
    border-right: 1px solid #ccc;
}

.pr10
{
    padding-right:8px;
}


div.contribcontainer > div:nth-of-type(odd) {
    background: #e0e0e0;
}
 

a
{color:black;}

a:hover 
{color:black;}

a:link
{color:black;}

a:visited
{color:black;}

/*---------------------------------------------------------------------*/
/*  1. GLOBAL STYLES
/*---------------------------------------------------------------------*/
/*:root{
    --theme-colour: pink
}*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
  background-color: #f2f4f4;
  font-family: 'Lato', sans-serif;
  color: #222;
  overflow-x: hidden;
  
}
a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  color:#000000;
  font-weight:300;
}
.h3  {
    margin: 0 0 5px;
 }
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  /*margin: 0 0 2px;*/
}
.push {
  margin-left: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  .push.pushed-left {
    margin-left: 250px;
  }
  
}

 
@media (min-width: 992px) {
  .turnkeyLogo-toggle {
    display:none;
  }
  
}

@media only screen and (max-width: 992px) {
    .turnkeyLogo-collapse {
        display: none;
    }
}

div.section-rowodd {
    background: white !important;
}

div.section-roweven {
    background: #f2f4f4 !important;
}


 

@media (min-width: 992px) {
    .push.pushed-right {
    margin-left: -250px;
  }
}

.section {
    background-color: #f2f4f4;
}
    
.section > .section-inner  {
        position: relative;
        
    }
.section > .section-inner .section-content {
  padding-top: 50px;
  /*padding-bottom: 60px;*/
}
@media (min-width: 1024px) {
  .section > .section-inner .section-content {
    padding-top: 20px;
    padding-bottom: 20px;

    /*
    padding-top: 70px;
    padding-bottom: 80px;
    */
  }
}

@media (min-width: 768px) {
    .section > .section-inner .section-content {
        padding-top: 20px;
        padding-bottom: 20px;
        /*
    padding-top: 70px;
    padding-bottom: 80px;
    */
    }
}
 
.section > .section-inner .section-content .section-title {
  color: #222;
  /*text-transform: uppercase;*/
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .section > .section-inner .section-content .section-title {
    padding-bottom: 10px;
  }
}

.black
{
    color:#000!important;
}

.white
{
    color:#fff!important;
}

.grey
{
    color:#818181!important;
}

.whitebold
{
    color:#fff!important;
        font-weight:bold;
}

.blackbold {
    color: @theme-colour !important;
    font-weight: bold;
}

.blackbolder {
    color: @theme-colour !important;
    font-weight: 900;
    font-size: 18px;
}

.red
{
    color:red!important;
    font-weight:bold;
}

.backlightcyan {
    background-color: lightcyan;
}

.section > .section-inner .section-content .section-title > .main-title {
  font-size: 45px;
  font-weight: 300;

  
}
@media (min-width: 480px) {
  .section > .section-inner .section-content .section-title > .main-title {
    font-size: 45px;
    
  }
}
@media (min-width: 600px) {
  .section > .section-inner .section-content .section-title > .main-title {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
  .section > .section-inner .section-content .section-title > .main-title {
    font-size: 45px;
   
  }
}
.section > .section-inner .section-content .section-title > .sub-title {
  font-size: 20px;
  font-weight: 300;

}
@media (min-width: 480px) {
  .section > .section-inner .section-content .section-title > .sub-title {
    font-size: 25px;
  }
}
.section > .section-inner .section-content .section-line {
  display: inline-block;
  width: 50px;
  height: 0.5px;
  background-color: #222;
}

.section > .section-inner .section-content .section-linewhite {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: white;
}
.section.section-bgimage-yes {
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  .section.section-bgimage-yes {
    background-attachment: fixed;
  }
}
.section.section-bgimage-yes > .section-inner > .section-overlay {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
}
.section.section-parallax-yes > .section-inner > .section-overlay {
  content: '';
  position: absolute;
  background-color: #FFF;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  /*opacity: 0.6;*/
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
}

.section.section-parallax-yes2 > .section-inner > .section-overlay {
    content: '';
    position: absolute;
    background-color: #f2f2f4;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    zoom: 1;
    /*opacity: 0.6;*/
}
.section.section-parallax-yes > .section-inner > .parallax .bcg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 1280px) {
  .section.section-parallax-yes > .section-inner > .parallax .bcg {
    background-attachment: fixed;
  }
}


/*---------------------------------------------------------------------*/
/*  2. ANIMATION DELAY
/*---------------------------------------------------------------------*/
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}


/*---------------------------------------------------------------------*/
/*  3. PAGE LOADER
/*---------------------------------------------------------------------*/
#page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
#page-loader .preload {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}


/*---------------------------------------------------------------------*/
/*  4. NAVBAR
/*---------------------------------------------------------------------*/
.navbar.navbar-fixed-top {
  position: relative;
  margin: 0;
  border: 0;
  min-height: 60px;
  background-color: #222;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
  z-index: 10 !important;
}
@media (min-width: 768px) {
  .navbar.navbar-fixed-top {
    -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
  }
}
.navbar.navbar-fixed-top .navbar-brand {
    color: #fff;
    
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*letter-spacing: 0.1em;*/
 
     
}

 



.navbar.navbar-fixed-top .navbar-brand:hover {
  color: #fff;
}
.navbar.navbar-fixed-top .navbar-toggle {
    margin-top: 12px;
    background-color: @theme-colour;
}
.navbar.navbar-fixed-top .navbar-nav > li > a {
  color: #fff;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top .navbar-nav > li > a {
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: @theme-colour;
}
.navbar.navbar-fixed-top .navbar-nav > li > a > i.fa-angle-down {
  padding-left: 2px;
}
.navbar.navbar-fixed-top .navbar-nav > li.active a,
.navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
  background-color: @theme-colour;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top .navbar-nav > li.active a,
  .navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
    color: #fff;
    background-color: @theme-colour;
    background-repeat: repeat;
  }
}

ul.dropdown-menu{
    background-color:#222;
}

.dropdown-menu > li > a {
    background-color: #222;
    color: white;
    height: 40px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    display: table-cell

}

ul.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: @theme-colour;
    background-repeat: repeat;
}


/*---------------------------------------------------------------------*/
/*  4.1. NAVBAR - CENTER MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}


/*---------------------------------------------------------------------*/
/*  4.2. NAVBAR - SIDE MENU
/*---------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #222;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-header .navbar-brand {
    color: #aaa;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li {
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a {
    color: #aaa;
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
  }
  .navbar.navbar-fixed-top.side-menu .navbar-nav > li > a:hover {
    color: #fff;
  }
}
.navbar.navbar-fixed-top.side-menu .navbar-nav > li.active > a {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.left-slide-menu,
  .navbar.navbar-fixed-top.side-menu.left-push-menu {
    left: -250px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.left-slide-menu.active,
  .navbar.navbar-fixed-top.side-menu.left-push-menu.active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.right-slide-menu,
  .navbar.navbar-fixed-top.side-menu.right-push-menu {
    right: -250px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.side-menu.right-slide-menu.active,
  .navbar.navbar-fixed-top.side-menu.right-push-menu.active {
    right: 0;
  }
}
.navbar-trigger-open {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-top: 25px;
}
.navbar-trigger-open a {
  color: #fff;
  font-size: 28px;
  background-color: @theme-colour;
  padding: 5px 15px;
  border-radius: 2px;
  opacity: 0.9;
}
.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}
.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}
span.navbar-trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: 28px;
}
span.navbar-trigger-close a {
  color: #aaa;
  font-size: 28px;
}
span.navbar-trigger-close a:hover {
  color: #fff;
}


/*---------------------------------------------------------------------*/
/*  5. INTRO SECTION
/*---------------------------------------------------------------------*/
#intro {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
}
#intro:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1280px) {
  #intro {
    height: 1100px;
    padding: 0px;
  }
}
#intro .parallax {
  width: 100%;
  height: 100%;
}
#intro .parallax > .bcg {
  display: table;
  width: 100%;
  height: 100%;
  background-image: url("https://www.ips-docs.com/assets/img/bg-intro.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

}
@media (min-width: 1280px) {
  #intro .parallax > .bcg {
    background-attachment: fixed;
  }
}
#intro .intro-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1280px) {
  #intro .intro-body {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
#intro .intro-body .logo > h1 {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: auto;
}
#intro .intro-body .intro-text {
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
}
#intro .intro-body .intro-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #intro .intro-body .intro-text h2 {
    font-size: 55px;
  }
}
#intro .intro-body .intro-text p.lead {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #intro .intro-body .intro-text p.lead {
    font-size: 26px;
  }
}
#intro .intro-body .page-scroll {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #intro .intro-body .page-scroll {
    margin-top: 50px;
  }
}
#intro .intro-body .page-scroll a.btn {
    font-family: 'Lato', sans-serif;
}
@media (min-width: 768px) {
  #intro .intro-body .page-scroll a.btn {
    padding: 20px 25px;
    font-size: 22px;
  }
}


/*---------------------------------------------------------------------*/
/*  6. WHO WE ARE SECTION
/*---------------------------------------------------------------------*/
#who-we-are .carousel-container {
  padding-bottom: 40px;
}

#who-we-are #carousel-news .item > h2{
    color: @theme-colour;
    font-weight: bold;
}
@media (min-width: 1024px) {
    #who-we-are .carousel-container {
    padding-bottom: 0px;
  }
}
#who-we-are .who-we-are-text {
  text-align: center;
}
@media (min-width: 1024px) {
  #who-we-are .who-we-are-text {
    text-align: left;
  }
}
#who-we-are .who-we-are-text > h4 {
  font-size: 25px;
  /*text-transform: uppercase;*/
}
#who-we-are .who-we-are-text > p {
  font-size: 18px;
}
#who-we-are .who-we-are-text > .page-scroll {
  padding-top: 10px;
}


/*---------------------------------------------------------------------*/
/*  7. FUN FACT SECTION
/*---------------------------------------------------------------------*/
#fun-fact > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-fun-fact.jpg");
}
#fun-fact > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#fun-fact > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}


/*---------------------------------------------------------------------*/
/*  8. OUR MAIN SKILLS SECTION
/*---------------------------------------------------------------------*/
#our-main-skills > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-our-main-skills.jpg");
}
#our-main-skills > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#our-main-skills > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#our-main-skills .bar-chart-text {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #our-main-skills .bar-chart-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #our-main-skills .bar-chart-text {
    text-align: right;
  }
}
#our-main-skills .bar-chart-text p.lead {
  font-size: 18px;
}
@media (min-width: 768px) {
  #our-main-skills .bar-chart-text p.lead {
    font-size: 21px;
  }
}


/*---------------------------------------------------------------------*/
/*  9. QUOTE SECTION
/*---------------------------------------------------------------------*/
/*#quote > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-quote.jpg");
}*/
#quote > .section-inner .section-content {
  padding-top: 100px;
  padding-bottom: 80px;
  color: #b7ada4;
}
#quote > .section-inner .section-content .quote-text > .quote-icon > i {
  color: @theme-colour;
  padding-bottom: 20px;
}
#quote > .section-inner .section-content .quote-text > h2 {
  font-size: 40px;
}
#quote > .section-inner .section-content .quote-text > h2.quote-by {
  color: @theme-colour;
}


/*---------------------------------------------------------------------*/
/*  10. KEEP IN TOUCH SECTION
/*---------------------------------------------------------------------*/
/*#keep-in-touch > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-keep-in-touch.jpg");
}*/
#keep-in-touch > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#keep-in-touch > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#keep-in-touch .social-icon-item > a {
  color: #b7ada4;
  font-size: 20px;
  /*text-transform: uppercase;*/
 /* letter-spacing: 0.2em;*/
  display: block;
}
#keep-in-touch .social-icon-item > a:hover {
  color: @theme-colour;
  cursor: pointer;
}
#keep-in-touch .social-icon-item > a:hover .social-icon > i {
  color: @theme-colour;
}
#keep-in-touch .social-icon-item > a .social-icon > i {
  color: #b7ada4;
  font-size: 3.5em;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#keep-in-touch .social-icon-item.not-right-column.top-column {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  #keep-in-touch .social-icon-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#keep-in-touch .social-icon-item.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #keep-in-touch .social-icon-item.not-right-column {
    margin-bottom: 0px;
  }
}


/*---------------------------------------------------------------------*/
/*  11. MEET THE TEAM SECTION
/*---------------------------------------------------------------------*/
#meet-the-team .team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}
#meet-the-team .team-item > .team-element:hover > .team-inner {
  display: block;
  cursor: pointer;
}
#meet-the-team .team-item > .team-element:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#meet-the-team .team-item > .team-element > .team-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#meet-the-team .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}
#meet-the-team .team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#meet-the-team .team-item.not-right-column.top-column {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #meet-the-team .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#meet-the-team .team-item.not-right-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #meet-the-team .team-item.not-right-column {
    margin-bottom: 0px;
  }
}


/*---------------------------------------------------------------------*/
/*  12. TESTIMONIALS SECTION
/*---------------------------------------------------------------------*/
/*#testimonials > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-testimonial.jpg");
}*/
#testimonials > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#testimonials > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}


#testimonials .team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}
#testimonials .team-item > .team-element:hover > .team-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#testimonials .team-item > .team-element > .team-inner {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  /*display: none;*/
  background-color: white;
  
  opacity: 1;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#testimonials .case-detail {
  
  background-color: #95908A;
  width:768px;
  height:650px;
}

#testimonials .case-detail-top {
  
  background-color: #95908A;
  width:768px;
  height:250px;
}

#testimonials .claim-detail {
  
  background-color: #95908A;
  width:768px;
  height:700px;
}

#testimonials .creditor-detail {
  
  background-color: #95908A;
  width:1174px;
  height:760px;
}


#testimonials .creditor-detail-top {
  
  background-color: #95908A;
  width:1228px;
  height:320px;

}

#testimonials .creditorlist-detail{
  background-color: #95908A;
  width:1228px;
 height:250px;
 
  

}

#testimonials .meeting-detail{
  background-color: #95908A;
  width:1228px;
 height:250px;
 
}
 
 


#testimonials .document-detail {
  
  background-color: #95908A;
  width:1224px;
  height:200px;
}


#testimonials .team-item > .team-element:hover > .creditor-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#testimonials .team-item > .team-element > .creditor-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  /*display: none;*/
  background-color: white;
  
  opacity: 1;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#testimonials .team-item > .team-element > .creditor-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#testimonials .team-item > .team-element > .creditor-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#testimonials.team-item > .team-element > .creditor-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#testimonials .team-item > .team-element > .creditor-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}


#testimonials .team-item > .team-element:hover > .meeting-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#testimonials .team-item > .team-element > .meeting-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  /*display: none;*/
  background-color: white;
  
  opacity: 1;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#testimonials .team-item > .team-element > .meeting-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#testimonials .team-item > .team-element > .meeting-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#testimonials.team-item > .team-element > .meeting-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#testimonials .team-item > .team-element > .meeting-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}





#testimonials .team-item > .team-element:hover > .document-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#testimonials .team-item > .team-element > .document-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  /*display: none;*/
  background-color: #95908A;
  
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#testimonials .team-item > .team-element > .document-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#testimonials .team-item > .team-element > .document-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#testimonials.team-item > .team-element > .document-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#testimonials .team-item > .team-element > .document-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}









#testimonials .team-item > .team-element > .team-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#testimonials .team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;
  background-color: #f2f4f4;
  padding: 15px 15px;
  color: black;
  /*letter-spacing: 0.15em;*/
}
#testimonials.team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 500;
}
#testimonials .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 500;
}

#testimonials .team-item > .team-element > .team-inner > .team-detail > .case-content {
    display: table-cell;
    /*background-color: #f2f4f4;*/
    padding: 15px 15px;
    color: black;
    /*letter-spacing: 0.15em;*/
}

#testimonials.team-item > .team-element > .team-inner > .team-detail > .case-content > h4 {
    /*text-transform: uppercase;*/
    font-size: 25px;
    font-weight: 500;
}

#testimonials .team-item > .team-element > .team-inner > .team-detail > .case-content > p {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 500;
}


#testimonials .team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#testimonials .team-item.not-right-column.top-column {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
#testimonials .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#testimonials .team-item.not-right-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #testimonials .team-item.not-right-column {
    margin-bottom: 0px;
  }
}






/*---------------------------------------------------------------------*/
/*  13. COMING SOON SECTION
/*---------------------------------------------------------------------*/
/*#coming-soon > .section-inner .parallax > .bcg {
  background-image: url("../img/bg-coming-soon.jpg");
}*/
#coming-soon > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#coming-soon > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#coming-soon > .section-inner .section-content .countdown-form {
  margin-top: 60px;
}
@media (min-width: 360px) {
  #coming-soon > .section-inner .section-content .countdown-form {
    margin-top: 70px;
  }
}
#coming-soon > .section-inner .section-content .countdown-form form > .input-group > span.input-group-btn > .btn {
  padding-top: 11px;
  padding-bottom: 10px;
}
#coming-soon > .section-inner .section-content .countdown-text {
  margin-top: 50px;
}
#coming-soon > .section-inner .section-content .countdown-text > p {
  color: #b7ada4;
}


/*---------------------------------------------------------------------*/
/*  14. CONTACT US SECTION
/*---------------------------------------------------------------------*/
/*#contact-us > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-contact-us.jpg");
}*/
#contact-us > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#contact-us > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
#contact-us > .section-inner .section-content .content-message {
  color: #fff;
  background-color: @theme-colour;
  margin-bottom: 50px;
  padding: 30px;
}
#contact-us > .section-inner .section-content .form-group .input-group {
  width: 100%;
}
#contact-us > .section-inner .section-content .form-group label {
  color: #b7ada4;
  font-size: 18px;
  font-weight: 300;
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.05em;*/
}

#contact-us > .section-inner .section-content .invalidlogin {
  color: red;
   
}

#contact-us > .section-inner .section-content .invalidlargecreditorlogin {
  color: red;
   
}

#contact-us > .section-inner .section-content .form-group label.error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

#contact-us > .section-inner .section-content .form-group .field-validation-error {
    position: absolute;
    /*top: -26px;*/
    right: 0;
    font-size: 20px;
    font-weight: 800;
    text-transform: none;
    color: red;
    padding-top: 15px;
}

 

#contact-us > .section-inner .section-content .form-group input,
#contact-us > .section-inner .section-content .form-group textarea {
  color: #222;
  font-weight: 300;
  /*letter-spacing: 0.1em;*/
  border-radius: 0px;
  border-left-color: @theme-colour;
}
#contact-us > .section-inner .section-content .form-group textarea {
  height: 137px;
}
#contact-us > .section-inner .section-content .form-group button {
  width: 100%;
  margin-top: 30px;
  border-radius: 0px;
}
/*#contact-us > .section-inner .section-content .form-group span {
  color: #fff;
  background-color: #1abc9c;
  border-radius: 0px;
  border-color: #1abc9c;
}*/
#contact-us > .section-inner .section-content .form-group span > i {
  width: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > h2 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  /*text-transform: uppercase;*/
  background-color: @theme-colour;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #148f77;
  margin-top: 50px;
}
#contact-us > .section-inner .section-content .social-icon-text > h4 {
  color: #b7ada4;
  font-size: 30px;
  font-weight: 300;
  /*letter-spacing: 0.1em;*/
  /*text-transform: uppercase;*/
  margin-top: 30px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list {
  margin-top: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #c9c9c9;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}


/*---------------------------------------------------------------------*/
/*  15. MAP
/*---------------------------------------------------------------------*/
#map {
  background-color: #f2f4f4;
}
#map #google-container {
  position: relative;
  width: 100%;
  height: 500px;
  border-top: 5px solid #fff;
}
#map #google-container #cd-google-map {
  position: relative;
  -webkit-transition: all ease 0.55s;
  transition: all ease 0.55s;
}





/*---------------------------------------------------------------------*/
/*  16. FOOTER
/*---------------------------------------------------------------------*/
footer.footer {
  color: #888;
  background-color: #1c1c1c;
  border-top: 2px solid @theme-colour;
}
footer.footer a {
  color: #c9c9c9;
}
footer.footer a:hover {
  color: #ffffff;
}
footer.footer #footer {
  background-color: #1c1c1c;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer.footer #footer .footer-column.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer.footer #footer .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}
footer.footer #footer .footer-column {
 
}
footer.footer #footer .footer-column .footer-text {
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer #footer .footer-column .footer-text {
    text-align: left;
  }
}
footer.footer #footer h4 {
  color: #c9c9c9;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  /*letter-spacing: 0.2em;*/
}
footer.footer #footer p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer.footer #footer ul.icon-list > li {
  padding-bottom: 10px;
}
footer.footer #footer ul.icon-list > li > i {
  padding-right: 10px;
}
footer.footer #footer ul.social-icon-list > li {
  padding-bottom: 10px;
}
footer.footer #footer ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer.footer #footer ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
footer.footer #footer .newsletter-form input {
  background-color: transparent;
  border-color: #888;
}
footer.footer #copyright {
  background-color: #161616;
  padding: 15px 0px;
  border-top: 1px solid rgba(114, 114, 114, 0.25);
}
footer.footer #copyright p {
  font-size: 13px;
  text-align: center;
  margin: 0px;
}
@media (min-width: 768px) {
  footer.footer #copyright p {
    text-align: center;
  }
}

/*---------------------------------------------------------------------*/
/*  16. FOOTER
/*---------------------------------------------------------------------*/
footer.footer {
  color: #fff;
  background-color: #1c1c1c;
  border-top: 2px solid #f2f4f4;
}
/*footer.footer a {
  color: #c9c9c9;
}
footer.footer a:hover {
  color: #ffffff;
}*/
footer.footer #alerts {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer.footer #alerts .footer-column.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer.footer #alerts .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}


footer.footer #alerts .section-content .section-title > .main-title {
  font-size: 35px;
  font-weight: 300;
}
@media (min-width: 480px) {
    footer.footer #alerts .section-content .section-title > .main-title {
    font-size: 45px;
  }
}
@media (min-width: 600px) {
footer.footer #alerts .section-content .section-title > .main-title {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
footer.footer #alerts .section-content .section-title > .main-title {
    font-size: 60px;
    color:#fff;
  }
}






footer.footer #alerts .footer-column {
 
}
footer.footer #alerts .footer-column .footer-text {
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer #alerts .footer-column .footer-text {
    text-align: left;
  }
}
footer.footer #alerts h4 {
  color: #c9c9c9;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  /*letter-spacing: 0.2em;*/
}
footer.footer #footer p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer.footer #alerts ul.icon-list > li {
  padding-bottom: 10px;
}
footer.footer #alerts ul.icon-list > li > i {
  padding-right: 10px;
}
footer.footer #alerts ul.social-icon-list > li {
  padding-bottom: 10px;
}
footer.footer #alerts ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer.footer #alerts ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
footer.footer #alerts .newsletter-form input {
  /*background-color: transparent;*/
  border-color: #888;
}

footer.footer #alerts .btn-Notification-Show
{
    display:block;
}

footer.footer #alerts .btn-Notification-Hide
{
    display:none;
}

.help a {
    color: black!important;
}

    .help a:hover {
        color: black!important;
    }

/*questionnaire CSS*/

input.sv_complete_btn {
    background-color: @theme-colour;
    color: #fff;
    border-color: @theme-colour;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

input.sv_prev_btn {
    background-color: @theme-colour;
    color: #fff;
    border-color: @theme-colour;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

input.sv_next_btn {
    background-color: @theme-colour;
    color: #fff;
    border-color: @theme-colour;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

input.button {
    background-color: @theme-colour;
    color: #fff;
    border-color: @theme-colour;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

div.progress-bar {
    background-color: @theme-colour;
}

div #sp_100.panel-body.card-block th span{
    color: #333;
}

div #sp_100.panel-body.card-block td span {
    color: #333;
}

div.panel-footer.card-footer {
    background-color: #f2f4f4;
    font-size: 14px;
    font-weight:100;
    
}

div.radio {
    color: #333;
}

label.btn.btn-default.btn-secondary.active {
    background-color: @theme-colour;
    color: #fff;
    border-color: @theme-colour;
}

div .sv_qstn{
    background-color: #f2f4f4;
    border-radius: 4px;
    background-size: 110%;
}

div .panel-body.card-block{
    background-color: #f2f4f4;
    border-radius: 4px;
}




/*----------------------------*/
/* questions */

footer.footer #questions {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer.footer #questions .footer-column.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer.footer #questions .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}


footer.footer #questions .section-content .section-title > .main-title {
  font-size: 35px;
  font-weight: 300;
}
@media (min-width: 480px) {
    footer.footer #questions .section-content .section-title > .main-title {
    font-size: 45px;
  }
}
@media (min-width: 600px) {
footer.footer #questions .section-content .section-title > .main-title {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
footer.footer #questions .section-content .section-title > .main-title {
    font-size: 60px;
  }
}






footer.footer #questions .footer-column {
 
}
footer.footer #questions .footer-column .footer-text {
  text-align: center;
}
@media (min-width: 768px) {
  footer.footer #questions .footer-column .footer-text {
    text-align: left;
  }
}
footer.footer #questions h4 {
  color: #c9c9c9;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  /*letter-spacing: 0.2em;*/
}
footer.footer #questions p {
  font-size: 16px;
  margin-bottom: 20px;
}
footer.footer #questions ul.icon-list > li {
  padding-bottom: 10px;
}
footer.footer #questions ul.icon-list > li > i {
  padding-right: 10px;
}
footer.footer #questions ul.social-icon-list > li {
  padding-bottom: 10px;
}
footer.footer #questions ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer.footer #questions ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
footer.footer #questions .newsletter-form input {
  /*background-color: transparent;*/
  border-color: #888;
}

footer.footer #questions .btn-Notification-Show
{
    display:block;
}

footer.footer #questions .btn-Notification-Hide
{
    display:none;
}

/* end questions */





 

/*---------------------------------------------------------------------*/
/*  14. CONTACT US SECTION
/*---------------------------------------------------------------------*/
/*#contact-us > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/bg-contact-us.jpg");
}*/
/*.section .section-inner .section-content {
    padding-top: 50px;
    width: 100%;
}*/

#contact-us > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#contact-us > .section-inner .section-content .section-title > .section-line {
  background-color: #818181;
}
#contact-us > .section-inner .section-content .content-message {
  color: #fff;
  background-color: @theme-colour;
  margin-bottom: 50px;
  padding: 30px;
}
#contact-us > .section-inner .section-content .form-group .input-group {
  width: 100%;
}
#contact-us > .section-inner .section-content .form-group label {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.05em;*/
}
#contact-us > .section-inner .section-content .form-group label.error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}
#contact-us > .section-inner .section-content .form-group input,
#contact-us > .section-inner .section-content .form-group textarea {
  color: #222;
  font-weight: 300;
  /*letter-spacing: 0.1em;*/
  border-radius: 0px;
  border-left-color: @theme-colour;
  /*text-transform: uppercase;*/
}
#contact-us > .section-inner .section-content .form-group input,
#contact-us > .section-inner .section-content .form-group textarea {
    color: #222;
    font-weight: 300;
    /*letter-spacing: 0.1em;*/
    border-radius: 0px;
    border-left-color: @theme-colour;
    /*text-transform: uppercase;*/
}

#contact-us > .section-inner .section-content .form-group-grey input,
#contact-us > .section-inner .section-content .form-group-grey textarea {
    color: #222;
    font-weight: 300;
    /*letter-spacing: 0.1em;*/
    border-radius: 0px;
    border-left-color: @theme-colour;
    /*text-transform: uppercase;*/
}
    #contact-us > .section-inner .section-content .form-group textarea {
  height: 100px;
}
#contact-us > .section-inner .section-content .form-group button {
  width: 100%;
  margin-top: 30px;
  border-radius: 0px;
}
/*#contact-us > .section-inner .section-content .form-group span {
  color: #fff;
  background-color: #1abc9c;
  border-radius: 0px;
  border-color: #1abc9c;
}*/
#contact-us > .section-inner .section-content .form-group span > i {
  width: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > h2 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  /*text-transform: uppercase;*/
  background-color: @theme-colour;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid @theme-colour;
  margin-top: 50px;
}
#contact-us > .section-inner .section-content .social-icon-text > h4 {
  color: #b7ada4;
  font-size: 30px;
  font-weight: 300;
  /*letter-spacing: 0.1em;*/
  /*text-transform: uppercase;*/
  margin-top: 30px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list {
  margin-top: 20px;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #c9c9c9;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#contact-us > .section-inner .section-content .social-icon-text > ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}

.radioRight
{
    margin-right:20px!important;
}

.radioRight10
{
    margin-right:10px!important;
}

.radioRight5 {
    margin-right: 5px !important;
}


.paddl40{
    padding-left:40px!important;
}

 
/*---------------------------------------------------------------------*/
/*  12. CLAIMS SECTION
/*---------------------------------------------------------------------*/
#claims > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/claims.jpg");
}
#claims > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#claims > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}

#claims > .section-inner .float {
    position: fixed;
    width: 60px;
    height: 40px;
    bottom: 40px;
    right: 120px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#claims > .section-inner .my-float {
    margin-top: 3px;
}

#claims > .section-inner .float2 {
    position: fixed;
    width: 60px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
   
    z-index: 10;
}

#claims > .section-inner .my-float2 {
    margin-top: 3px;
}


.float3 {
    position: fixed;
    width: 100px;
    height: 40px;
    bottom: 40px;
    right: 205px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#claims > .section-inner .my-float3 {
    margin-top: 3px;
}

#claims .team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}
#claims .team-item > .team-element:hover > .team-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#claims .team-item > .team-element > .team-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: white;
  
  opacity: 1.0;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#claims .team-item > .team-element:hover > .team-inner-readonly {
  display: block;
  /*cursor: pointer;*/
}
 
#claims .team-item > .team-element > .team-inner-readonly {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: #e8e8e8;
  
  opacity: 1.0;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.form-control-read {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #E8E8E8;
    background-image: none;
    border: none;
    /*border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
 

.form-control-readonly {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 

#claims .case-detail {
  
  background-color: #95908A;
  width:768px;
  height:350px;
}

#claims .case-detail-top {
  
  background-color: #95908A;
  width:768px;
  height:250px;
}

#claims .claim-detail {
  
  background-color: #95908A;
  width:768px;
  height:2000px;
}

#claims .annualreview-detail {
    background-color: #95908A;
    width: 768px;
    height: 5100px;
}

#claims .modification-detail {
    background-color: #95908A;
    width: 768px;
    height: 3100px;
}

#claims .contribution-detail {
    background-color: #95908A;
    width: 768px;
    height: 3100px;
}

#claims .creditor-detail {
  
  background-color: #95908A;
  width:1174px;
  height:760px;
}


#claims .creditor-detail-top {
  
  background-color: #95908A;
  width:1228px;
  height:210px;

}

#claims .creditorlist-detail{
  background-color: #95908A;
  width:1228px;
 height:250px;
 
  

}

#claims .meeting-detail{
  background-color: #95908A;
  width:1228px;
 height:250px;
 
}
 
 


#claims .document-detail {
  
  background-color: #95908A;
  width:1224px;
  height:200px;
}


#claims .team-item > .team-element:hover > .creditor-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#claims .team-item > .team-element > .creditor-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: #95908A;
  
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#claims .team-item > .team-element > .creditor-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#claims .team-item > .team-element > .creditor-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#claims.team-item > .team-element > .creditor-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#claims .team-item > .team-element > .creditor-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}


#claims .team-item > .team-element:hover > .meeting-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#claims .team-item > .team-element > .meeting-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: #95908A;
  
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#claims .team-item > .team-element > .meeting-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#claims .team-item > .team-element > .meeting-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#claims.team-item > .team-element > .meeting-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#claims .team-item > .team-element > .meeting-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}





#claims .team-item > .team-element:hover > .document-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#claims .team-item > .team-element > .document-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: white;
  
  opacity: 1.0;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#claims .team-item > .team-element > .document-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#claims .team-item > .team-element > .document-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#claims.team-item > .team-element > .document-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#claims .team-item > .team-element > .document-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}









#claims .team-item > .team-element > .team-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#claims .team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #000;
  /*letter-spacing: 0.2em;*/
}
#claims.team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#claims .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}


#claims .team-item > .team-element > .team-inner-readonly > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#claims .team-item > .team-element > .team-inner-readonly > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: black;
  /*letter-spacing: 0.2em;*/
}
#claims.team-item > .team-element > .team-inner-readonly > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#claims .team-item > .team-element > .team-inner-readonly > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}




#claims .team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#claims .team-item.not-right-column.top-column {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
#claims .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#claims .team-item.not-right-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #claims .team-item.not-right-column {
    margin-bottom: 0px;
  }
}




/*---------------------------------------------------------------------*/
/*  12. VOTE SECTION
/*---------------------------------------------------------------------*/
#vote > .section-inner .parallax > .bcg {
    background-image: url("https://www.ips-docs.com/assets/img/claims.jpg");
}

#vote > .section-inner .section-content .section-title {
    color: black;
}

    /*#vote > .section-inner .section-content .section-title > .section-line {
        background-color: #b7ada4;
    }*/

#vote > .section-inner .float {
    position: fixed;
    width: 60px;
    height: 40px;
    bottom: 40px;
    right: 120px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#vote > .section-inner .my-float {
    margin-top: 3px;
}

#vote > .section-inner .float2 {
    position: fixed;
    width: 60px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#vote > .section-inner .my-float2 {
    margin-top: 3px;
}


.float3 {
    position: fixed;
    width: 100px;
    height: 40px;
    bottom: 40px;
    right: 205px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#vote > .section-inner .my-float3 {
    margin-top: 3px;
}

#vote .team-item > .team-element {
    position: relative;
    display: block;
    overflow: hidden;
}

    #vote .team-item > .team-element:hover > .team-inner {
        display: block;
        /*cursor: pointer;*/
    }

    #vote .team-item > .team-element > .team-inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        /*display: none;*/
        background-color: white;
        opacity: 1.0;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    }

    #vote .team-item > .team-element:hover > .team-inner-readonly {
        display: block;
        /*cursor: pointer;*/
    }

    #vote .team-item > .team-element > .team-inner-readonly {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        /*display: none;*/
        background-color: #e8e8e8;
        opacity: 1.0;
        filter: alpha(opacity=80);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    }

.form-control-read {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #E8E8E8;
    background-image: none;
    border: none;
    /*border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}


.form-control-readonly {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


#vote .case-detail {
    background-color: #95908A;
    width: 768px;
    height: 350px;
}

#vote .case-detail-top {
    background-color: #95908A;
    width: 768px;
    height: 250px;
}

#vote .claim-detail {
    background-color: #95908A;
    width: 768px;
    height: 2000px;
}

#claims .annualreview-detail {
    background-color: #95908A;
    width: 768px;
    height: 5100px;
}

#vote .modification-detail {
    background-color: #95908A;
    width: 768px;
    height: 3100px;
}

#vote .contribution-detail {
    background-color: #95908A;
    width: 768px;
    height: 3100px;
}

#vote .creditor-detail {
    background-color: #95908A;
    width: 1174px;
    height: 760px;
}


#vote .creditor-detail-top {
    background-color: #95908A;
    width: 1228px;
    height: 210px;
}

#vote .creditorlist-detail {
    background-color: #95908A;
    width: 1228px;
    height: 250px;
}

#vote .meeting-detail {
    background-color: #95908A;
    width: 1228px;
    height: 250px;
}




#vote .document-detail {
    background-color: #95908A;
    width: 1224px;
    height: 200px;
}


#vote .team-item > .team-element:hover > .creditor-inner {
    display: block;
    /*cursor: pointer;*/
}

#vote .team-item > .team-element > .creditor-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    /*display: none;*/
    background-color: #95908A;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

    #vote .team-item > .team-element > .creditor-inner > .team-detail {
        display: table;
        width: 100%;
        height: 100%;
    }

        #vote .team-item > .team-element > .creditor-inner > .team-detail > .team-content {
            display: table-cell;
            padding: 15px 15px;
            color: #fff;
            /*letter-spacing: 0.2em;*/
        }

            #vote.team-item > .team-element > .creditor-inner > .team-detail > .team-content > h4 {
                text-transform: uppercase;
                font-size: 25px;
                font-weight: 300;
            }

            #vote .team-item > .team-element > .creditor-inner > .team-detail > .team-content > p {
                /*text-transform: uppercase;*/
                font-size: 16px;
                font-weight: 300;
            }


#vote .team-item > .team-element:hover > .meeting-inner {
    display: block;
    /*cursor: pointer;*/
}

#vote .team-item > .team-element > .meeting-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    /*display: none;*/
    background-color: #95908A;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

    #vote .team-item > .team-element > .meeting-inner > .team-detail {
        display: table;
        width: 100%;
        height: 100%;
    }

        #vote .team-item > .team-element > .meeting-inner > .team-detail > .team-content {
            display: table-cell;
            padding: 15px 15px;
            color: #fff;
            /*letter-spacing: 0.2em;*/
        }

            #vote.team-item > .team-element > .meeting-inner > .team-detail > .team-content > h4 {
                text-transform: uppercase;
                font-size: 25px;
                font-weight: 300;
            }

            #vote .team-item > .team-element > .meeting-inner > .team-detail > .team-content > p {
                /*text-transform: uppercase;*/
                font-size: 16px;
                font-weight: 300;
            }





#vote .team-item > .team-element:hover > .document-inner {
    display: block;
    /*cursor: pointer;*/
}

#vote .team-item > .team-element > .document-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    /*display: none;*/
    background-color: white;
    opacity: 1.0;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

    #vote .team-item > .team-element > .document-inner > .team-detail {
        display: table;
        width: 100%;
        height: 100%;
    }

        #vote .team-item > .team-element > .document-inner > .team-detail > .team-content {
            display: table-cell;
            padding: 15px 15px;
            color: #fff;
            /*letter-spacing: 0.2em;*/
        }

            #vote.team-item > .team-element > .document-inner > .team-detail > .team-content > h4 {
                /*text-transform: uppercase;*/
                font-size: 25px;
                font-weight: 300;
            }

            #vote .team-item > .team-element > .document-inner > .team-detail > .team-content > p {
                /*text-transform: uppercase;*/
                font-size: 16px;
                font-weight: 300;
            }









#vote .team-item > .team-element > .team-inner > .team-detail {
    display: table;
    width: 100%;
    height: 100%;
}

    #vote .team-item > .team-element > .team-inner > .team-detail > .team-content {
        display: table-cell;
        padding: 15px 15px;
        color: #000;
        /*letter-spacing: 0.2em;*/
    }

        #vote.team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
            /*text-transform: uppercase;*/
            font-size: 25px;
            font-weight: 300;
        }

        #vote .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
            /*text-transform: uppercase;*/
            font-size: 16px;
            font-weight: 300;
        }


#vote .team-item > .team-element > .team-inner-readonly > .team-detail {
    display: table;
    width: 100%;
    height: 100%;
}

    #vote .team-item > .team-element > .team-inner-readonly > .team-detail > .team-content {
        display: table-cell;
        padding: 15px 15px;
        color: black;
        /*letter-spacing: 0.2em;*/
    }

        #vote.team-item > .team-element > .team-inner-readonly > .team-detail > .team-content > h4 {
            /*text-transform: uppercase;*/
            font-size: 25px;
            font-weight: 300;
        }

        #vote .team-item > .team-element > .team-inner-readonly > .team-detail > .team-content > p {
            /*text-transform: uppercase;*/
            font-size: 16px;
            font-weight: 300;
        }




#vote .team-item > .team-element > img {
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#vote .team-item.not-right-column.top-column {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    #vote .team-item.not-right-column.top-column {
        margin-bottom: 0px;
    }
}

#vote .team-item.not-right-column {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #vote .team-item.not-right-column {
        margin-bottom: 0px;
    }
}




/*---------------------------------------------------------------------*/
/*  12. CREDITOR SECTION
/*---------------------------------------------------------------------*/
#creditor > .section-inner .parallax > .bcg {
  background-image: url("https://www.ips-docs.com/assets/img/creditor.jpg");
}
#creditor > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#creditor > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}

#creditor > .section-inner .float {
    position: fixed;
    width: 80px;
    height: 40px;
    bottom: 40px;
    right: 120px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#creditor > .section-inner .my-float{
    margin-top: 3px;
}

#creditor > .section-inner .float2 {
    position: fixed;
    width: 60px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: @theme-colour;
    color: #FFF;
    /*border-radius: 40px;*/
    text-align: center;
    z-index: 10;
}

#creditor > .section-inner .my-float2 {
    margin-top: 3px;
}

#creditor .team-item > .team-element {
  position: relative;
  display: block;
  overflow: hidden;
}
#creditor .team-item > .team-element:hover > .team-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#creditor .team-item > .team-element > .team-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: white;
  
  opacity: 1;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#creditor .case-detail {
  
  background-color: #95908A;
  width:768px;
  height:350px;
}

#creditor .case-detail-top {
  
  background-color: #95908A;
  width:768px;
  height:250px;
}

#creditor .claim-detail {
  
  background-color: #95908A;
  width:768px;
  height:700px;
}

#creditor .creditor-detail {
  
  background-color: #95908A;
  width:1174px;
  height:1400px;
}

#creditor .creditorbank-detail {
  
  background-color: #95908A;
  width:1174px;
  height:400px;
}

#creditor .creditor-detail-top {
  
  background-color: #95908A;
  width:1228px;
  height:210px;

}

#creditor .registration-detail {
    background-color: #95908A;
    width: 1174px;
    height: 2300px;
}

#creditor .creditorlist-detail{
  background-color: #95908A;
  width:1228px;
 height:250px;
 
  

}

#creditor .meeting-detail{
  background-color: #95908A;
  width:1228px;
 height:250px;
 
}
 
 


#creditor .document-detail {
  
  background-color: #95908A;
  width:1224px;
  height:200px;
}


#creditor .team-item > .team-element:hover > .creditor-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#creditor .team-item > .team-element > .creditor-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: #95908A;
  
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#creditor .team-item > .team-element > .creditor-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#creditor .team-item > .team-element > .creditor-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#creditor.team-item > .team-element > .creditor-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#creditor .team-item > .team-element > .creditor-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}


#creditor .team-item > .team-element:hover > .meeting-inner {
  display: block;
  /*cursor: pointer;*/
}
 
#creditor .team-item > .team-element > .meeting-inner {
   
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  /*display: none;*/
  background-color: #95908A;
  
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#creditor .team-item > .team-element > .meeting-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#creditor .team-item > .team-element > .meeting-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#creditor.team-item > .team-element > .meeting-inner > .team-detail > .team-content > h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
}
#creditor .team-item > .team-element > .meeting-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}





#creditor .team-item > .team-element:hover > .document-inner {
  display: block;
  /*cursor: pointer;*/
}

#creditor .team-item > .team-element > .document-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    /*display: none;*/
    background-color: #f2f2f4;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

#creditor .team-item > .team-element > .document-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#creditor .team-item > .team-element > .document-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: #fff;
  /*letter-spacing: 0.2em;*/
}
#creditor.team-item > .team-element > .document-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#creditor .team-item > .team-element > .document-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}








#creditor .team-item > .team-element > .team-inner > .team-detail {
  
  display: table;
  width: 100%;
  height: 100%;
}
#creditor .team-item > .team-element > .team-inner > .team-detail > .team-content {
  display: table-cell;

  padding: 15px 15px;
  color: black;
  /*letter-spacing: 0.2em;*/
  font-weight:16px;
}
#creditor.team-item > .team-element > .team-inner > .team-detail > .team-content > h4 {
  /*text-transform: uppercase;*/
  font-size: 25px;
  font-weight: 300;
}
#creditor .team-item > .team-element > .team-inner > .team-detail > .team-content > p {
  /*text-transform: uppercase;*/
  font-size: 16px;
  font-weight: 300;
}
#creditor .team-item > .team-element > img {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#creditor .team-item.not-right-column.top-column {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
#creditor .team-item.not-right-column.top-column {
    margin-bottom: 0px;
  }
}
#creditor .team-item.not-right-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #creditor .team-item.not-right-column {
    margin-bottom: 0px;
  }
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
 }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 300px;
  }

 @media (max-width: 768px) {
    .item1 {
        display: none ;
    }

    .item7 {
        display: none ;
    }
    .item6 {
        display: none ;
    }
    .item5 {
        display: none ;
    }
    .item4 {
        display: none;
    }
    .item2 {
        display: none ;
    }
    .loginmodal
    {
        top: 0px;
    }
    
    .loginTitle
    {
        display:none;
    }
    .section > .section-inner .section-content {
        padding-top: 10px;
    }
    #CaseLogin {
        font-size:14px;
    }

    #CasePassword{
        font-size:14px;
    }

    .fullDetail 
    {
        display:none;
    }

   
}

@media (min-width: 768px) {
    .mobileDetail{
         display:none;
    }
    .item8 {
        display: none ;
    }
}


.not-active {
   pointer-events: none;
   cursor: default;
   display:block;
}



.section-inner .section-content .form-group .field-validation-error {
  top: -40px;
  right: 0;
  /*font-size: 20px;*/
  font-weight: 800;
  text-transform: none;
  color: red;
  padding-top:15px;

}
 
.error
{
    color: red!important;
}

.textright
{
    text-align:right;
}

.caseInfo {

  cursor: pointer;
}

.btn-upload
{
    margin-bottom:15px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*Questionnaire Page*/

#headerTag {
    margin:auto;
    width: 700px

}
    #headerTag #qName {
        margin-left: 5px;
        display: inline-block;
        text-align: center;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        font-size: x-large;
        display: -moz-inline-stack;
    }

#headerTag #qNameInput {
    margin: 5px;
    height: 25px;
    width: 350px;
}

#row #checkboxValidation {
    color: red;
    font-size: 11px;
    font-style: italic;
    display: none;
}


.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
        background-color: #B1015C;
        color: white;
    }

        .error-actions .btn:hover {
            margin-right: 10px;
            color: #B1015C;
            background-color: white;
        }

div.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

.cookieTable tr {
    border: 1px solid black;
}

.cookieTable td {
    border: 1px solid black;
    padding: 10px;
}

.cookieName {
    text-align: center;
    vertical-align: text-top;
}

.cookieName2 {
    text-align: left;
    vertical-align: text-top;
}

#policies{
    margin-left: 200px;
    margin-right: 200px;
}

@media (max-width: 768px) {
    #policies {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.librarylist {
    list-style-type: none;
}

.librarylist li {
        padding: 5px 0;
        color: #57585b
}

.librarylist a {

        color: blue
}

.librarylist li > div {
    background-color: #f4f4f4;
    padding: 10px
}

    .librarylist li li {
        list-style-type: none;
        padding-bottom: 5px;
    }


.loadingimage {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    display: none;
}

.proxy-indent {
    margin-left: 15px;
    margin-bottom: 10px;
}

.proxy-double-indent {
    margin-left: 30px;
    margin-bottom: 10px;
}

.otherRelationship {
   /* display: none; */
}

.imagecenter {
    z-index: 1000;
    margin: 450px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .imagecenter img {
        height: 128px;
        width: 128px;
    }


.hideDiv {
    display: none ;
}


.showDiv {
    display: block!important;
}


.btn-edit, .btn-edit:hover, .btn-edit:active {
    color: #0285ca;
    border: 2px solid #0285ca;
    background: #fff;
    float: right;
    vertical-align: middle;
}

.display-flex {
    display: flex;
}

.width-100 {
    width: 100%;
}

.flex-middle {
    align-items: center;
}

.border-resolution {
    border-left: 1px solid black;
    /*border-bottom: 1px solid black;*/
    border-top: 1px solid black;
    /*border-right: 1px solid black;*/
}

.border-proxy > div {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 100%;
}

    .border-proxy > div:nth-child(2) {
        border-right: 1px solid grey;
    }

.border-proxy {
    /*border-bottom: 1px solid black;*/
}

.proxy-row {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.proxy-cell {
    display: flex;
    align-items: center;
    height: 100%;
}

.resolution-cell {
    display: flex;
    /*align-items: center;*/
}

.proxy-header {
    background-color: #79bcdf;
    padding-bottom: 15px;
    padding-top: 15px;
}

.padding-15 {
    padding: 15px;
}

.padding-5 {
    padding: 5px;
}

div.resolution-container > div:nth-of-type(even) > div {
    background: #d5ebf6;
}


.sw-btn-prev, .sw-btn-next {
    background-color: @theme-colour !important;
    color: #fff;
    border-color: @theme-colour !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px !important;
    margin-right: 10px;
}

    .sw-btn-prev:hover,
    .sw-btn-prev:focus {
        color: @theme-colour !important;
        background-color: #fff;
        border-color: @theme-colour !important;
    }

    .sw-btn-next:hover,
    .sw-btn-next:focus {
        color: @theme-colour;
        background-color: #fff;
        border-color: @theme-colour;
    }

div > .sw-theme-arrows > ul.step-anchor > li.active > a {
    border-color: @theme-colour !important;
    color: #fff !important;
    background: @theme-colour !important;
}

    div > .sw-theme-arrows > ul.step-anchor > li.active > a:after {
        border-left: 30px solid @theme-colour !important;
    }

div > .sw-theme-arrows > ul.step-anchor > li.done > a {
    border-color: darkgrey !important;
    color: #fff !important;
    background: darkgrey !important;
}

    div > .sw-theme-arrows > ul.step-anchor > li.done > a:after {
        border-left: 30px solid darkgrey !important
    }


div > .last:last-child {
    border-bottom : 1px solid grey;
}

.relative {
    position: relative;
    left: 238px;
    top : 111px;
    
}


.relative1 {
    position: relative;
    left: 415px;
    top: 68px;
}

.amlink {
    text-decoration: none;
    text-decoration-color: @theme-colour !important;
    border-bottom-color: @theme-colour !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    cursor: pointer;
}