.top-naviga li a {
    padding: 15px 14px;
    font-size: 14px;
    color: #003E7A;
    font-weight: 500;
}

.top-naviga {
    margin-right: 30px;
}

#AppLogModal td
{
    word-break: break-word;
}
.sc-code .close {
    position: absolute;
    right: 14px;
    top: 40px;
    color: #fff;
}
.textWhite:hover{color: #ffffff !important;}

.dataTables_filter label {
    color: #fff;
}

.searchInRecordsTbl th {
    padding: 6px;
}

.searchInRecordsTbl td {
    padding: 6px;
}

.form-group.srch--bttn a i {
    color: #fff;
    font-weight:600;
}

.form-group.srch--bttn .btn-success {
    background: #003e7a;
    border-color: #032d56;
    padding: 7px 20px;
    margin-top: 0px;
    font-weight:600;
}

.form-group.srch--bttn .btn-success:hover{
    background-color: #62cb31;
    border-color: #62cb31;
}

.searchInRecordsTbl {
    width: 100%;
}

.track-app {
  margin-top: 8px;
  text-align: center;
  margin-bottom: 13px;
}
.marg20{
    margin-top: 20px; 
}

.track-app a {
  background: #042A4E;
  border-color: #042A4E;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 30px;
}


.track-popup span {
    display: inline-flex;
    padding: 0 4px;
}

.track-popup input {
    margin-right: 3px;
}

.comp {
    background: #62cb31;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 12px;
}
.comp1 {
    background: #003e7a;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 12px;
}
.pend {
    background: #ff5f1f;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 12px;
}

.rep {
    background: #fa7799;
    color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 12px;
}

.textWhite{
    color:#fff;
}
a:hover, a:focus {
  text-decoration: none;
}

.hpanel .panel-body.bottommargins {
    margin-bottom: 12px;
    position: relative;
    padding: 26px;
}
.dataTables_filter label {
    color: #fff;
}



.timeline {
    position: relative;
    width: 100%;
    max-width: 1400px;
  }
  
  /* .timeline::after {
    content: '';
    position: absolute;
    width: 7px;
    background: #2D81C0;
    top: 34px;
    left: 50%;
    margin-left: -3.8px;
    height: 362px;
  } */
  
  .container01 {
    padding: 20px 36px;
      position: relative;
      background: inherit;
      width: 50%;
      display: inline-block;
  }
  
  .container01.left {
    left: 0;
  }
  
  .container01.right {
    left: 50%;
  }
  
  .container01 i {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    top: 30px;
    right: -35px;
    background: #F4F2F2;
    border: 6px solid #042A4E;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    color: #686262;
    z-index: 1;
    line-height: 58px;
  }

  .container01 i:after {
    content: "";
    background: #fff;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 100%;
    z-index: -1;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
  
  .container01.right i {
    left: -36px;
  }
  
  .container01 .date {
    position: absolute;
    display: inline-block;
    height: 30px;
    min-width: 60px;
    top: 45px;
    padding: 6px 8px;
    background: #E94B3C;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    z-index: -1;
  }
  
  .container01.left .date {
    right: -86px;
    border-radius: 0 30px 30px 0;
  }
  
  .container01.right .date {
    left: -86px;
    border-radius: 30px 0 0 30px;
  }
  
  .container01::before {
    content: '';
      position: absolute;
      width: 31px;
      height: 3px;
      top: 57px;
      right: 28px;
      z-index: 1;
      background: #042A4E;
  }
  
  .container01.right::before {
    left: 28px;
  }
  
  .container01 .content {
    padding: 5px 26px;
      background: #ffffff;
      position: relative;
      bottom: -39px;
      left: 0;
  }
  
  .container01.right .content {
    border-radius: 0 500px 500px 500px;
  }
  
  .container01.right .content:before {
    position: absolute;
      content: "\ea41";
      width: 25px;
      height: 25px;
      background: #fff;
      top: -14px;
      left: 11px;
      border-radius: 100%;
      color: #042A4E;
      text-align: center;
      line-height: 25px;
      z-index: 2;
      font-family: boxicons!important;
      font-weight: 400;
      font-size: 25px;
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  
  .container01.left .content:before {
      position: absolute;
      content: "\eb19";
      width: 28px;
      height: 28px;
      background: #fff;
      top: -14px;
      right: 15px;
      border-radius: 100%;
      color: #042A4E;
      text-align: center;
      line-height: 28px;
      z-index: 2;
      font-family: boxicons!important;
      font-weight: 400;
      font-size: 20px;
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  
  .container01 .content h2 {
      margin: 12px 0 3px 0;
      font-size: 16px;
      font-weight: 600;
      color: #042A4E;
  }
  
  .container01 .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
  }
  
  
   fieldset {
      border-radius: 6px;
      padding: 25px 10px 27px;
      background: #fff;
      position: relative;
      margin-bottom: 23px;
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }

  .content{
    min-width: inherit;
    padding: 10px 10px 46px 10px;
  }

  .container01.pendng i {
    border-color: #7693ab;
}


.vp--main {
    margin-top: 30px;
}



.vp--main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



.vp--main li {
  display: inline-block;
    padding: 0 6px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}



.ver {
    background: #042a4e;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
}

.pen 
{

    background: #7693ab;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
}

.main-heading{
    color: #042A4E;
}
.main-heading-staus {
    text-align: center;
}

.main-heading-staus h2 {
    margin: 12px 0 -15px 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #042A4E !important;
}



.tab--brdr.nav-tabs .nav-link {
  font-weight: 600;
  position: relative;
  color: rgb(4 42 78 / 69%);
}

.tab--brdr .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  border-bottom: solid 2px #042A4E;
  color: #042A4E;
}



.allcert--detail {
  margin-top: 10px;
}

.allcert--detail .table td, .allcert--detail .table th{
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.tab--brdr .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #042A4E;
  position: absolute;
  bottom: -9px;
  left: 42%;
}

/* .timeline:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ededed;
  left: 4%;
} */

.track-app i {
  font-size: 16px;
  vertical-align: middle;
}

.container01.left .content h2 {
  text-align: right;
}


.container01.left.pendng:before {
  background: #7693ab;
}

.dataTables_filter .form-group {
  margin: 0;
}

.hpanel .panel-body.bottommargins:before {
  background: #367cb8bd;
  position: absolute;
  content: "";
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: 1;
}


form#trackFrm {
  background: #fff;
  padding: 17px;
  position: relative;
  z-index: 9;
  border-radius: 6px;
}

.dataTables_filter .form-control {
  height: 45px;
}


@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .container01 {
    width: 100%;
    padding-left: 135px;
    padding-right: 30px;
  }

  .container01.right {
    left: 0%;
  }

  .container01.left .i, 
  .container01.right .i {
    width: 45px;
    height: 45px;
    top: 37.5px;
    font-size: 18px;
    left: 67.5px;
  }

  .container01.left::before,
  .container01.right::before {
    left: 110px;
    border-color: transparent transparent transparent #E94B3C;
  }

  .container01.left .date,
  .container01.right .date {
    right: auto;
    left: 15px;
    border-radius: 30px 0 0 30px;
  }

  .container01.left .content,
  .container01.right .content {
    border-radius: 0 500px 500px 500px;
  }
}