body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size:1rem ;
  font-size: 14px;
  line-height: 1.7145;
  color: #002E41;
}
.app-container{
overflow:hidden;
}

table.mauiProductPage{
  width:100%;
  margin-top:2px;
  margin-left:10px;
  border-bottom:1px solid lightgrey;

}
table.mauiProductPage tr td.left{
  width:30%;
  border-bottom:1px lightgrey solid;
  color:Gray;
}

table.mauiProductPage tr td.right{
  width:30%;
  border-bottom:1px lightgrey solid;
  color:black;
}

.searchTable{
font-size:10px;
padding-bottom:2px;
border-bottom:1px solid lightgray;
margin-bottom:2px;
padding-right: 5px;
}

.searchTable.companyColumns {
  background-color: lightgrey;
}

.billingRef{
display: block;
  
  height: 30px;
  
}
.textFont{
font-size:11px;
}
.m-bt-2{
margin-bottom:5px;
}

.displayFirstText{
margin-left:10px;
}
.displayFirst{
display: block;
padding-top:7px;
height:35px !important;
}

@keyframes spinner {
  0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
       transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.spinner {
  height: 100vh;
  opacity: 1;
  position: relative;
  transition: opacity linear 0.1s;
}
  .spinner::before {
      animation: 2s linear infinite spinner;
      border: solid 3px #eee;
      border-bottom-color: #002E41;
      border-radius: 50%;
      content: "";
      height: 40px;
      left: 50%;
      opacity: inherit;
      position: absolute;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      transform-origin: center;
      width: 40px;
      will-change: transform;
  }

  .spinnerYourArchive {
    height: 100vh;
    opacity: 1;
    position: relative;
    transition: opacity linear 0.1s;
  }
  
  .spinnerYourArchive::before {
    animation: 2s linear infinite spinner;
    border: solid 3px #eee;
    border-bottom-color: #002E41;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 20%;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
    width: 40px;
    will-change: transform;
  }

.dialogBoxScroll{
/* width:98%; */
height:300px;
overflow:auto;
}
.format > *  {
  margin-left: 2px;
  font-size:12px;
  vertical-align:top;
}
.checkboxSpacing{
  margin-left:10px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size:12px;
}
.response{
  margin-top:10px;
}
.responseFormat
{
  margin-left:15px !important;
}
/*
.panel-title{
  color:#005172 !important;
}
*/
.panel-title{
   text-transform:none !important;
  font-size:14px !important;
  color:#005172 !important;

 }
.publicRecordsSearchtab{
  margin-top:10px;
  margin-left:2px;
}
.integrate-title
{
  font-size:15px;
  margin-left:8px;
  color:#005172;
  /* vertical-align:bottom; */
  white-space: nowrap;
}
.panel{
  border-left:2px solid #d7e0e4;
  border-right:2px solid #d7e0e4;
  border-bottom:2px solid #d7e0e4;
  
  }
  
  .maui-panel-left{
   padding-left: 10px;

  }
  /* .dgx-panel-left{
    margin-left:-20px;
  } */
  .top-icons{
      margin-left:130px;
  }
  .icon-gap{
      margin-left:10px;
  }

  .response{
      margin-top:10px;
  }
  .responseFormat
  {
      margin-left:25px !important;
  }


  .dnb-left-hand-menu{
      background:none !important;
  }
  .validate{
      /* margin-left:-80px !important; */
      width:140px !important;
      margin-top:7px;
    }
    hr {
      width: 99%;
      text-align: center;
      border-width:2px;
  }
   
  /* .dnb-global-footer {
      margin-left: -40px;
   } */
   .control-line-gap{
      margin-top:10px;
   }
   .column-heading{
       margin-left:10px;
   }


   .just-line-break {
      white-space: pre-line;
  }
  
  .line-break-and-tab {
    white-space: pre-wrap;
    
  }
  
.valign{
   vertical-align:bottom !important;
   text-align:right;
 }
/* dialog box starts */
 .header, .dialog-message {
  text-transform: lowercase;
}
.header::first-letter, .dialog-message::first-letter {
  text-transform: uppercase;
}
.btn-cancel {
  background-color: red;
  color: #fff;
}
/*  dialog box ends */

 
   /* Tooltip starts */

  /*.tooltip-example {
      text-align: center;
      padding: 0 50px;
    }
    .tooltip-example [tooltip] {
      display: inline-block;
      margin: 50px 20px;
      width: 180px;
      height: 50px;
      border: 1px solid gray;
      border-radius: 5px;
      line-height: 50px;
      text-align: center;
    }*/

  /*  [tooltip] {
      display: inline-block;
      margin: 50px 20px;
      width: 180px;
      height: 50px;
      border: 1px solid gray;
      border-radius: 5px;
      line-height: 50px;
      text-align: center;
    }*/
    .ng-tooltip {
      position: absolute;
      max-width: 200px;
      font-size: 14px;
      text-align: center;
      color: #f8f8f2;
      padding: 3px 8px;
      background: #005172;
      border-radius: 4px;
      z-index: 1000;
      opacity: 0;
      margin-top:-90px;
    }
    i.icon-question-circle{
      margin-left:10px;
    }
    .ng-tooltip:after {
      content: "";
      position: absolute;
      border-style: solid;
    }
    .ng-tooltip-top:after {
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-color: #005172 transparent transparent transparent;
    }
    .ng-tooltip-bottom:after {
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-color: transparent transparent #005172 transparent;
    }
    .ng-tooltip-left:after {
      top: 50%;
      left: 100%;
      margin-top: -5px;
      border-width: 5px;
      border-color: transparent transparent transparent #005172;
    }
    .ng-tooltip-right:after {
      top: 50%;
      right: 100%;
      margin-top: -5px;
      border-width: 5px;
      border-color: transparent #005172 transparent transparent;
    }
    .ng-tooltip-show {
      opacity: 1;
    }
  /* Tooltip ends */

    @media screen and  (max-width: 1200px){
      /* .container {
          width: 1190px !important;
      } */
     .panel{
          border-left:2px solid #d7e0e4;
          border-right:2px solid #d7e0e4;
          border-bottom:2px solid #d7e0e4;
          /* margin-left:-10px; */
          width:100%;
          }
          .validate{
              /* margin-left:-40px !important; */
              width:140px !important;
              margin-top:10px;
            }  
      }
      @media screen and  (max-width: 1100px){
          /* .container {
              width: 960px;
          } */
          .panel{
              border-left:2px solid #d7e0e4;
              border-right:2px solid #d7e0e4;
              border-bottom:2px solid #d7e0e4;
              /* margin-left:-10px; */
              /* width:99%; */
              
              }

              .validate{
                  margin-left:0px !important;
                  width:140px !important;
                  margin-top:7px;
                }  
    
          
          }

      @media screen and  (max-width: 992px){
      /* .container {
          width: 960px;
      } */
      .panel{
          border-left:2px solid #d7e0e4;
          border-right:2px solid #d7e0e4;
          border-bottom:2px solid #d7e0e4;
          /* margin-left:-10px; */
          /* width:80%; */
          
          }


          .validate{
              /* margin-left:10px !important; */
              width:140px !important;
              margin-top:7px;
              display:block;
            }  

          
      }
      @media screen and (max-width: 768px){
      /* .container {
          width: 740px;
      } */
      .panel{
          border-left:2px solid #d7e0e4;
          border-right:2px solid #d7e0e4;
          border-bottom:2px solid #d7e0e4;
          /* margin-left:-10px; */
          /* width:60%; */
          }
          .validate{
              margin-left:10px !important;
              width:140px !important;
              margin-top:7px;
            }  
      }
      
/* Maui  */
.rightBox1 {
  width: 180px;
  padding: 5px;
  font-size: 11px;
  height: 194px;
  border: 1px solid #000;
  color: #d5dee3;
  background-color: #002E41
}
.rightBox2 {
  width: 180px;
  padding: 3px;
  font-size: 11px;
  height: 156px;
  border: 1px solid #000;
  color: #d5dee3;
  background-color: #002E41;
}
.rightBoxButton {
  float: right;
  font-size: 12px;
}
.rightBoxGap {
  margin-top: 20px;
}
.rightBox {
  /* margin-left: 40px; */
  float: left;
}
/* To display popup*/

.close:hover{
  color: #fff !important;
}    
.fieldwidth{
   width: 267px;
 }
 @supports (-ms-ime-align: auto) {
   .rightBox2{
     height: 160px;
   }
   .rightBox1{
     height: 200px;
   }
 }