
.acceptDeclineBtnCls{
/* 	display: inline-block; */
	text-align: center;
	/* left: 0; */
	
	pointer-events: auto;
	color:white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
/* 	width:8%; */
	border-radius: 13px;
	background: none;
	border: 8px solid white;
	background-color: #1ab394;
	bottom: 10px;
	width: 90px;
	height: 40px;
}

.acceptDeclineBtnCls:disabled {
  background: #dddddd;
}

.lblAgree{
	font-size: 14px;
	font-weight: bold;
}

/*-----------*/


.custom-link-cookie-policy {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: inherit;
    font-family: "ca_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    font-size: 10pt;
    padding: 2px;
    text-align: right !important;
    text-decoration: underline !important;
}

.modalConsentContentClose {
 color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  	cursor: pointer;
  	margin-right: 2%;
}



/* The Modal (background) */
.modalConsentCls {
    display: none;/*  Hidden by default */
    background-color: white;
  	position: fixed;
  	bottom: 25%;
  	width: 70%;
    overflow: auto;
    right:0.1%;
    left:0.1%;
   	margin:auto;
   	border: 8px solid white;
	border-radius: 8px;
   	box-shadow: 0px 0px 20px 0px #888888;
	z-index: 8;
	height:auto ;
	max-height:80%;
}

/* Modal Content */
#modalConsentContent{
    overflow:auto;
}

.modalConsentHdrCls{
	background-color: white;
}

#modalConsentHdrTitleHdr{
	/*  height : 10px; */
 line-height:10px;
}
#modalConsentHdrTitleHdrText{
	margin-left: 15px;
    font-weight: bold;
    color: black;
    font-size: 18px;
     height : 45px;
    overflow:auto;
 line-height:20px;
}

#modalConsentHdrTitleBodyText{
	margin-left: 15px;
     color: black;
     font-size: 14px;
      /* height:auto; */
        overflow:auto;
 line-height:18px;
}

#modalConsentHdrPartition{
	 height : 25px;
}
#modalConsentHdrBtnShowDtls {
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-right: 0%;
	pointer-events: auto;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: brown;
}


#modalConsentHdrBtnShowConsentDtls {
	display: inline-block;
	pointer-events: auto;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: brown;
}


#modalConsentHdrBtnOk {
	display: inline-block;
	float: right;
	margin-left: 0;
	margin-right: 5%;
	pointer-events: auto;
	color:white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	width:8%;
	border-radius: 8px;
	background: none;
	border: 2px none;
	background-color: #1ab394;
}

#modalConsentContentDtlSep{
	 height: 8px;
}
#modalConsentDtls {
	overflow: auto;
	display:none;
}

.modalTabBtnCookieCls{
	width: 100%;
	color: white;
	font-size: 15px;
  	font-weight: bold;
  	overflow: auto;

	background: none;
	border: 2px none;
	background-color: #483d8b;
}

.modalTabCookieCls{
	overflow: auto;
}


.modalTabCookieContentTblCls {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
/*   position:absolute; */
  overflow:auto;
}

.modalTabCookieContentTblHeadCls {
  text-align: center;
  font-size: 14px;
  color: black;
  font-weight: bold;
   background-color:#bbbbbb;
}

.modalTabCookieContentTblBodyCls {
  text-align: left;
  font-size: 14px;
  color: black;
   overflow: auto;
 line-height:18px;
}


td, th {
  border: 1px solid #dddddd;
  padding: 2px;
}

p { font-weight: bold; }


#content{
	margin-left: 15px;
}


.consent-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: .5;
    background-color: white;
}

.consent-loading-Img{
    position: fixed;
	top: 50%;
	bottom: 50%;
	right: 50%;
	left: 50%;
}


