﻿:root {
  --primarycolor: #05578a;
  --primarytextColor: #6b6b6b;
  --sitebgcolor: #e1f5fe;
  --hovercolor: #067dc6;
  --fontfamily: 'cma_regular', 'Segoe UI', Tahoma;
  ;
}
.general_contents {
  display:none;
}
.sectionOneLayout {
  font-family: var(--fontfamily);
  padding: 3rem 0;
}

.sectionOneLayout.bgGray {
  background: #eceff1;
}
.sectionOneLayout.bgWhite {
  background: #fff;
}
.brdonenav {
  position: relative;
  background: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  z-index: 999;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px #ddd;
  width: 100%;
}
.brdonenav.sticky {
  position:fixed;
}
.brdonenav h3 {
  font-family: var(--fontfamily);
  font-size: 1.3rem;
  color: #9e9e9e;
  margin: 0;
  font-weight: bold;
}
.brdonenav ul{
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
  gap: 10px;
  text-align: center;
}
.brdonenav ul li{
  position: relative;
}
.brdonenav ul li a{
  display: block;
  font-size: 0.9rem;
  color: #000;
  padding: 5px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: normal;
  font-family: var(--fontfamily);
  transition: all ease 500ms;
}
.brdonenav ul li a:hover{
  background: #607d8b;
  color: #fff;
}
.brdonenav ul li a.active{
  background: #05578a;
  color: #fff;
}


.sectionTitle {
  border-right: 5px solid #546e7a;
  color: #546e7a;
  text-align: right;
  padding: 5px;
  margin-bottom: 3rem !important;
  font-size: 1.7rem !important;
  font-weight: bold !important;
  font-family: var(--fontfamily) !important;
}


.brdlayout {
  font-family: var(--fontfamily);
  padding: 20px 0;
}

.welcomeBRD {
  position: relative;
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #001d3e26;
  margin-bottom: 15px;
}

.welcomeBRD p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--primarytextColor);
}

.brdTiles {
  position: relative;
}

.brdTiles ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.brdTiles ul li {
  width: 20%;
}

.brdTiles ul li a {
  position: relative;
  display: block;
  height: 184px;
  background: var(--primarycolor);
  text-align: center;
  transition: all ease 500ms;
  border-radius: 10px;
  width: 87%;
  margin: 10px auto;
}

.brdTiles ul li a i {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 55px;
  margin: 0;
  left: 0;
  color: #fff;
  top: 26%;
  opacity: 0.6;
  transition: all ease 600ms;
}

.brdTiles ul li a label {
  position: relative;
  top: 103px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  width: 80%;
  transition: all ease 500ms;
}

.brdTiles ul li a:hover {
  background: var(--hovercolor);
  box-shadow: 7px 6px 12px #b1b1b1;
}

.brdTiles ul li a:hover i {
  opacity: 0.2;
  transform: translate(0, 32px) scale(2.5);
}

.brdTiles ul li a:hover label {
  transform: translate(0px, -20px) scale(1.1);
}

.brdsidenav {
  position: relative;
}

.brdsidenav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: flex-start;
  text-align: right;
  background: #fff;
  padding: 10px;
  box-shadow: -1px 4px 10px #c3c3c34d;
}

.brdsidenav ul li {
  position: relative;
}

.brdsidenav ul li a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 14px;
  color: var(--primarytextColor);
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-right: 20px;
  transition: all ease 500ms;
}

.brdsidenav ul li a:visited {
  color: var(--primarytextColor) !important;
}

.brdsidenav ul li a:before {
  content: "\ea64";
  position:
    absolute;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  right: 1px;
  top: 8px;
  font-size: 15px;
  transition: all ease 500ms;
}

.brdsidenav ul li a:hover {
  color: var(--primarycolor) !important;
  text-decoration: none;
  padding-right: 35px;
}

.brdsidenav ul li a:hover:before {
  right: 17px;
}

.brdsidenav ul li a.active {
  color: var(--primarycolor) !important;
  border-bottom-color: #05578a47;
}

.brdsidenav ul li:last-child a {
  border: none;
}

.brdcontent {
  position: relative;
  text-align: right;
  padding: 0 0 20px;
}

.brdcontent p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
  text-align: justify;
  color: var(--primarytextColor);
}

/* Library Page */
.brdcontent h3 {
  font-size: 18px !important;
  font-weight: bold !important;
  color: var(--primarycolor);
  display: block;
  margin-bottom: 20px !important;
  font-family: var(--fontfamily) !important;
}

.listofBRD {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.listofBRD tr {
  border-bottom: 2px solid #a8a8a829;
  padding: 7px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: baseline;
  transition: all ease 500ms;
}

.listofBRD tr label {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
  color: var(--primarytextColor);

  padding: 5px;
}

.listofBRD td:first-child ,.listofBRD th:first-child {width:300px;}
.listofBRD td:nth-child(2) ,.listofBRD th:nth-child(2) {width: 150px;}
.listofBRD thead {
  
}

.listofBRD td a {
  display: inline-block;
  border: none;
  color: var(--primarycolor);
  padding: 5px;

  font-size: 12px;

  position: relative;

  min-width: inherit;
  white-space: nowrap;
  transition: all ease 500ms;
}

.listofBRD td a img {
  width: 32px;
  height: 32px;
}

.listofBRD tbody tr:hover {
  background: #fff;
  border-radius: 10px;
  border-color: #fff;
  transform: translate(-5px, 0);
  box-shadow: 0 0 10px #0000001c;
}

/* Privacy */
.privacyList {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.privacyList li {
  position: relative;
  border-bottom: 1px solid var(--hovercolor);
  padding-bottom: 10px;
}

.privacyList li label {
  font-size: 17px;
  font-weight: bold;
  color: var(--primarycolor);
}

.privacyList li p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-right: 20px;
}

.privacyList li p:before {
  content: "\ea64";
  position:
    absolute;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  right: 1px;
  top: 0;
  font-size: 15px;
  transition: all ease 500ms;
}

.brdcontent a {
  color: var(--primarycolor);
  margin-right: 5px;
  font-weight: bold;
  text-decoration: underline;
}

.brdform {
  position: relative;
  width: 80%;
}

.brdform .mb-3 img {
  position: relative;
  height: 60px;
  margin: 10px 0;
  background: #fff;
  padding: 5px;
}

.brdform .col-form-label {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.brdform .col-form-label span {
  color: var(--red);
  position: relative;
  top: -5px;
  margin-right: 0px;
}

.brdform .form-control {
  position: relative;
  background: #fff;
  box-shadow: -1px 4px 10px #c3c3c34d;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.brdform .btnsBlockrequest {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 14px 0;
  border-top: 1px solid #17a2b830;
}

.brdform .btnrequestBRd {
  border: none;
  background: var(--primarycolor);
  color: #fff;
  padding: 5px 30px;
  border-radius: 26px;
  transition: all ease 500ms;
  font-size: 14px;
}

.brdform .btnrequestBRd:hover {
  background: var(--hovercolor);
  box-shadow: 0px 8px 10px #c3c3c387;
}

.ratePage {
  background-color: #2c2929;
}

.ratePage>div {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 10px;
  font-family: 'cma_regular', 'Segoe UI', Tahoma;
  font-size: 16px;
}

.ratePage>div p {
  position: relative;
}

.ratePage>div a {
  display: block;
  padding: 5px 20px;
  border-radius: 0;
  background: #00bcd4;
  cursor: pointer;
  color: #fff;
  position: realtive;
  transition: all ease 500ms;
}

.ratePage>div a:hover {
  background: #4caf50;
  text-decoration: none;
}

.ratePage>div a:last-child:hover {
  background: #e60000;
}

.ratePage>div a {
  position: relative;
  padding-right: 35px !important;
}

.ratePage>div a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 17px;
  width: 25px;
  height: 100%;
  background: #01010126;
  line-height: 30px;
  text-align: center;
}

#excelExport {

  height: 30px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  background: #28a745;
  text-align: center;
  line-height: 30px;
  width: 100px;
  color: #fff;
  transition: all ease 500ms;
}

#excelExport:hover {
  color: #fff;
}

.scrollup {
  font-size: 0;
}

.int_body {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.cside {
  padding: 0
}

.BRDTitleHeaderBox {
  padding: 70px 0;
  background: var(--primarycolor);
  /* background-image: url(pdficon.svg); */
}

.BRDTitleHeaderBox h3 {
  color: #fff;

  text-align: center;
  font-size: 24px !important;
  font-family: var(--fontfamily) !important;
  font-weight: bold !important;
}



.LoaderBox {
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 77, 133, 0.6);
	z-index: 99999;
	text-align: center;
	display:none;
}

.loderBoxSpn {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 20% auto;
}
.loderBoxSpn div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ffffff;
  border-radius: 50%;
  animation: loderBoxLoad 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loderBoxSpn div:nth-child(1) {
  animation-delay: -0.45s;
}
.loderBoxSpn div:nth-child(2) {
  animation-delay: -0.3s;
}
.loderBoxSpn div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loderBoxLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sucessdiv {
    background-color: #c6efef;
}


.dropdown-filter-dropdown {
    position:relative;
    display:inline-block;
}

.dropdown-filter-icon {
    margin-left:5px;
    line-height:1.3;
    border:1px solid black;
}


.dropdown-filter-icon:hover {
    cursor:pointer;
}

.checkbox-container {
    max-height: 400px;
    overflow-y: scroll;
}
.dropdown-filter-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;
}

.dropdown-filter-content div {
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-search {
    margin-bottom:10px;
    margin-top:10px;
}


.dropdown-filter-content div.dropdown-filter-sort {
    padding-top:5px;
    padding-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-sort:hover {
    background-color:#e1e5e7;
    cursor:pointer;
}

.dropdown-filter-content div.dropdown-filter-sort span {
    margin-right:5px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
    color:#000000;
}

.arrow-down {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right:5px;
    margin-left:5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.lnkOpenData {
    padding: 5px 18px;
    display: inline-block;
    background: #0072bc;
    color: #fff !important;
    border-radius: 15px;
    font-size: 14px;
    margin: 10px 90px;
   
    float: right;
    transition: all ease 500ms;
}
.lnkOpenData:hover {
    background:#004c7e;
    text-decoration:none!important;
}


/*  Api */
#accordionAPI {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.accordionAPIItem .accordionAPIHeader {
  position: relative;
  width: 100%;
}
.accordionAPIItem .accordionAPIHeader button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: #ececec;
  border: none;
  transition: all ease 500ms;
}
.accordionAPIItem .accordionAPIHeader button[aria-expanded="true"] {
  background: #4caf50;
  color: #fff;
}
.accordionAPIItem .accordionAPIBody {
  position: relative;
  padding: 10px;
  background: #f7f7f7;
}
.listOfAPI {
  display: flex;
  justify-content: start;
  flex-direction: column;
  direction: ltr;
      gap: 20px;
}
.listOfAPI > div{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
}
.listOfAPI > div h4{
  font-size: 16px;
  font-weight: 200;
  color: #000;
  margin: 10px 0;
  border-left: 5px solid #03a9f4;
  padding: 10px 2px;
  font-family: 'segoe UI';
}
.apirowtype {
  background: #cfd8dc;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}
.apirowtype span{
  color: #fff;
  background: #3f51b5;
  padding: 5px 9px;
}
.apiresponse {
  color: #000;
  background: #fff9c4;
  padding: 5px;
  font-size: 13px;
}
.listOfAPI table{
  width: 100%;
  font-family: 'segoe UI';
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
}
.listOfAPI th{
  color: #000;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.listOfAPI td{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 6px;
    font-family: 'segoe UI';
}
div.welcome ,.welcome-content {
  padding:0;
  margin:0;
}

/* @media (max-width: 991px) {
  .listofBRD td:first-child ,.listofBRD th:first-child {width: 30% !important;}
  .listofBRD td:nth-child(2) ,.listofBRD th:nth-child(2) {width: 30% !important;}
  .listofBRD td:last-child {width: 107px;}
} */

@media (max-width: 991px) {
  .listofBRD td ,.listofBRD th {width: 93% !important;}
  .listofBRD tr {
    flex-direction:column;
  }
  .listofBRD tr label {
    padding:0;
  }
  .listofBRD td:nth-child(2) {
      background: #05578a;
      border-radius: 50px;
      text-align: center;
      line-height: normal;
      color: #fff;
      padding: 2px;
      width: 32% !important;
      font-size: 13px;
  }
}

.ratePage>div p {
    position: relative;
    margin: 0;
}
.cell-margin {
      margin: 0;
}
/* English Fix */
html[data-site="english"] .bc {
  display: none
}
html[data-site="english"] .brdonenav{
    direction: ltr;
}
html[data-site="english"] .sectionTitle {
    text-align:left;
    border-left: 5px solid #546e7a;
    border-right:none;
}
html[data-site="english"] .brdcontent p {
    direction: ltr;
    padding-left: 20px;
    padding-right: 0;
}
html[data-site="english"] .privacyList {
    text-align:left;
    direction: ltr;
}
html[data-site="english"] .privacyList li p:before {
 left:2px;
 right:inherit;
 transform: rotate(180deg);
}
html[data-site="english"] .brdcontent ,html[data-site="english"] .ratePage {
     text-align:left;
    direction: ltr;
}

html[data-site="english"] table.dataTable thead th, html[data-site="english"] table.dataTable thead td, 
html[data-site="english"] table.dataTable tfoot th, html[data-site="english"] table.dataTable tfoot td {
    text-align:left;
    padding-right: 26px;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 14px;
}
html[data-site="english"] .footer .social {
  float: right
}
html[data-site="english"] table.dataTable thead > tr > th.sorting:before, 
html[data-site="english"] table.dataTable thead > tr > th.sorting:after, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_asc:before, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_asc:after, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_desc:before, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_desc:after, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_asc_disabled:before, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_asc_disabled:after, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_desc_disabled:before, 
html[data-site="english"] table.dataTable thead > tr > th.sorting_desc_disabled:after, 
html[data-site="english"] table.dataTable thead > tr > td.sorting:before, 
html[data-site="english"] table.dataTable thead > tr > td.sorting:after, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_asc:before, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_asc:after, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_desc:before, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_desc:after, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_asc_disabled:before, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_asc_disabled:after, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_desc_disabled:before, 
html[data-site="english"] table.dataTable thead > tr > td.sorting_desc_disabled:after {
    right: 10px;
    left:inherit;
}

html[data-site="english"] .logo ,html[data-site="english"] .dataTables_wrapper .dataTables_length ,
html[data-site="english"] .dataTables_wrapper .dataTables_info{
   float:right; 
}
html[data-site="english"] .header>div>div {
   float:left;
   margin: 8px 24px 0 0;
}
html[data-site="english"] .dataTables_wrapper .dataTables_filter ,
html[data-site="english"] .dataTables_wrapper .dataTables_paginate ,html[data-site="english"] .lnkOpenData{
     float:left;
}

html[data-site="english"] .lang a {
    font-size: 14px;
    padding: 0 9px;
}
span[id*="Valid"] {
    margin: 6px;
    display: inline-block;
    font-weight: bold !important;
    font-size: 12px !important;
    background: #f51e0e;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px !important;
}