
@font-face { font-family: 'tirolfont';
           src: url('../font/TWCharacterSans-Regular.woff2')  format('woff2'),
                url('../font/TWCharacterSans-Regular.woff')  format('woff'); }
                
@font-face { font-family: 'socialfont';
           src: url('../font/Matt-Grey-Design-Social-Networking-Icons-Rounded.otf')  format('opentype') }                
                
@font-face { font-family: 'acumin';
   src: 
   		url('../font/acumin/Acumin-RPro.otf')  format('opentype'),
        url('../font/acumin/Acumin-ItPro.otf')  format('opentype'); }
        
 @font-face { font-family: 'acumin';
  font-weight: bold;
   src: 
  		url('../font/acumin/Acumin-BdPro.otf')  format('opentype'),
   		url('../font/acumin/Acumin-BdItPro.otf')  format('opentype')
   }
                
@font-face { font-family: 'lava';
           src: url('../font/lava/WF-036536-011908-001181.woff')  format('woff'),   /*regular*/
                url('../font/lava/WF-036536-011908-001181.woff2')  format('woff2'),  /*regular*/
                url('../font/lava/WF-036536-011908-001182.woff')  format('woff'),  /*italic*/
                url('../font/lava/WF-036536-011908-001182.woff2')  format('woff2'),  /*italic*/
                url('../font/lava/WF-036536-011908-001185.woff')  format('woff'),	/*bold*/
                url('../font/lava/WF-036536-011908-001185.woff2')  format('woff2'), /*bold*/
                url('../font/lava/WF-036536-011908-001186.woff')  format('woff'),  /*bold italic*/
                url('../font/lava/WF-036536-011908-001186.woff2')  format('woff2'); }  /*bold italic*/  
                
@font-face { font-family: 'lava';
		font-weight: bold;
           src: url('../font/lava/WF-036536-011908-001185.woff')  format('woff'),
                url('../font/lava/WF-036536-011908-001185.woff2')  format('woff2'),
                url('../font/lava/WF-036536-011908-001186.woff')  format('woff'),
                url('../font/lava/WF-036536-011908-001186.woff2')  format('woff2'); }    
                    
                
 @font-face { font-family: 'tirol';
  	font-weight: bold;
 	src: url('../font/tirol/TirolSans-Bold.woff2')  format('woff2'),
                url('../font/tirol/TirolSans-Extrabold.woff2')  format('woff2'),
                url('../font/tirol/TirolSans-Extralight.woff2')  format('woff2'),
                url('../font/tirol/TirolSans-Regular.woff2')  format('woff2'),
                url('../font/tirol/TirolSans-Semibold.woff2')  format('woff2'); }       
                
  @font-face { font-family: 'tirol';
 	src: url('../font/tirol/TirolSans-Extralight.woff2')  format('woff2'),
 	 url('../font/tirol/TirolSans-Regular.woff2')  format('woff2'), url('../font/tirol/TirolSans-Semibold.woff2')  format('woff2'); }       

@font-face {
	font-family: 'icomoon';
	src:  url('../font/icomoon.eot?vwb9lf');
	src:  url('../font/icomoon.eot?vwb9lf#iefix') format('embedded-opentype'),
	url('../font/icomoon.ttf?vwb9lf') format('truetype'),
	url('../font/icomoon.woff?vwb9lf') format('woff'),
	url('../font/icomoon.svg?vwb9lf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


.body{
	width: 99%;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
    width: 80%;
}

/* style icon */
.inner-addon .searchIcon {
  position: absolute;
  padding: 10px;
}

/* align icon */
.left-addon .searchIcon  { left:  0px;}
.right-addon .searchIcon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	background: #000000;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	color: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	top: 0;
	font-size: 18px;
	padding-top: 6px;
	position: relative;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.card {
  margin-top: 10px;
}
.btn-upload {
    padding: 10px 20px;
    margin-left: 10px;
}

.btn-addwebresource {
    padding: 10px 20px;
    margin-left: 10px;
}
.upload-input-group {
    margin-bottom: 10px;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  height: 45px;
}


.datalove-nav-icon{
	position: absolute;
	visibility: hidden;
}

@media (min-width: 768px) {
	.datalove-nav-icon{
		visibility: visible;
		position: absolute;
		left: 40px;
		top: 45px;
		height:20px;
		transform:translate(0, -50%);
	}
}

.navbar{
	min-height: 88px;
}


.no-radius{
    border-radius:0px !important;
}

.underline{
	text-decoration: underline;
}

.nav-center-content{
	font-family: 'tirol' !important;
	text-transform: uppercase;
	color: var(--primary-black, #000);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.datalove-nav-font{
	font-family: 'acumin' !important;
	font-style: normal;
}

.datalove-acumin{
	font-family: 'acumin' !important;
}

.datalove-tirolSans{
	font-family: 'tirol' !important;
}

.datalove-tirolSans-footSlogan{
	color: var(--secondary-cloud, var(--cloud, #F4F3F2));
	font-family: 'tirol' !important;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: 44px; /* 110% */
	text-transform: uppercase;
}

.datalove-tirolSans-footSlogan-bold{
	color: var(--secondary-cloud, var(--cloud, #F4F3F2));
	font-family: 'tirol' !important;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	line-height: 44px; /* 110% */
	text-transform: uppercase;
}

.datalove-lava{
	font-family: 'lava' !important;
}


.datalove-footer-lava{
	font-family: 'lava' !important;
	color: #F4F3F2;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	
}

.datalove-social{ 
	font-family: 'socialfont' !important;
	color: #F4F3F2;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
}


.searchfilter-clear{
	font-family: 'tirol' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: var(--primary-red, var(--red, #B51F1F));
	text-align: center;
}

.searchfilter-apply{
	font-family: 'tirol' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	color: white;
	text-align: center;
}

.current-title{
	font-family: 'tirol' !important;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; 
}


.termsofuse-text{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: 0.64px;
}

.termsofuse-title{
	font-family: 'tirolfont';
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
}

.faq-text{
	font-family: 'lava' !important;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.faq-title{
	font-family: 'lava' !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.faq-MainTitle{
	font-family: 'tirolfont';
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
}

.item-title{
	font-family: 'lava' !important;
	color: var(--primary-black, #000);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; 
}

.item-body{
	font-family: 'lava' !important;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.item-info{
	font-family: 'lava' !important;
	font-size: 15px;
	font-style: normal;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; 
}


.category-element{
	font-family: 'Arial' !important;
	color: black; 
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.64px;
}

.btn-tirol, .btn-tirol:hover, .btn-tirol:active, .btn-tirol:visited {
    background-color: #a6282e !important;
    color: white;
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-blogger:before {
  content: "\eab7";
}
.icon-pinterest:before {
  content: "\ead1";
}


.actionButtonShare {
  background-color: #f69834;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50%;
}


.actionButton {
  background-color: #808080;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50%;
}
	

.tagBadge {
	background-color:#808080;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}

.shareGreen{
	color: #547129;
	display:inline-block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
}

.shareOrange{
	color: #ee7007;
	display:inline-block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
}

.shareRed{
	color: #b51f1f;
	display:inline-block;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
}

.btn-tirol, .btn-tirol:hover, .btn-tirol:active, .btn-tirol:visited {
    background-color: #B51F1F !important;
}



.badgeGreen {
	background-color:#547129;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}

.badgeOrange {
	background-color:#ee7007;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}

.badgeRed {
	background-color:#b51f1f;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}

.badgeDetailViewGreen {
	background-color:#547129;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}

.badgeDetailViewOrange {
	background-color:#ee7007;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}

.badgeDetailViewRed {
	background-color:#b51f1f;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:2px 32px;
	margin: 3px;
	text-decoration:none;
}
	
.actionBadge {
	background-color:#000000;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:'acumin' !important;
	font-size:15px;
	font-weight:bold;
	padding:2px 32px;
	margin: 5px;
	text-decoration:none;
}


	  

.fileTypeBadge {
	background-color:#000000;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:'acumin' !important;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	text-decoration:none;
}

.internalUsageBadge {
	background-color:#9b1d26;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:'acumin' !important;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	text-decoration:none;
}

.countryBadge {
	background-color:#808080;
	border-radius:8px;
	display:inline-block;
	color:#ffffff;
	font-family:'acumin' !important;
	font-size:13px;
	font-weight:bold;
	padding:2px 32px;
	text-decoration:none;
}

#indicatorContainerWrap {
    position: relative;
    display: inline-block
}

.rad-cntnt {
    position: absolute;
    display: table;
    vertical-align: middle;
    text-align: center;
    color: black;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 24px
}

#prgFileSelector {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 10
}

a:link { color: black;text-decoration: none;flex-wrap: nowrap;flex-shrink: 0;}
a:visited {color: black;text-decoration: none;flex-wrap: nowrap;flex-shrink: 0;}
a:hover {color: black;text-decoration: none;flex-wrap: nowrap;flex-shrink: 0;}
a:active {color: black;text-decoration: none;flex-wrap: nowrap;flex-shrink: 0;}



div.scrollmenu {
  background-color: #ffffff;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu filteritem {
  display: inline-block;
  background-color: red;
  color: black;
  text-align: left;
  padding: 10px;
  text-decoration: none;
  min-width: 150px;
  margin-left: 10px;
  font-family: 'lava' !important;
}


.tirolaccordion {
  max-width: 100%;
  margin: 50px auto;
}

.tirolaccordion .card,
.tirolaccordion .card:last-child .card-header {
  border: none;
}

.tirolaccordion .card-header {
  border-bottom: 1px solid #d4d4d4;
  background: transparent;
}

.tirolaccordion .fa-stack {
  font-size: 18px;
}

.tirolaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: black;
  padding: 0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}

.tirolaccordion .btn-link:hover,
.tirolaccordion .btn-link:focus {
  text-decoration: none;
}

.tirolaccordion li + li {
  margin-top: 10px;
}

.page-item.active .page-link {
	color: #a6282e;
	border: 0px;
	border-color: white;
	background-color: white;
	outline: none !important;
    box-shadow: none;
}

.page-item .page-link {
	background-color: white;
	border: 0px;
	border-color: white;
    outline: none !important;
    box-shadow: none;
}

div.dataTables_paginate {
    float: left;
    margin: 0;
    outline: none !important;
    box-shadow: none;
}

.searchResult-filter-category{
	font-family: 'acumin' !important;
	color: var(--primary-black, #000);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; 
}

.searchResult-filter-option{
	color: var(--primary-black, #000);
 	font-family: 'lava' !important;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.searchResult-totalCount{
	color: var(--primary-black, #000);
	font-family: Acumin Pro;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
}

.downloadBadge a {
  background-color: #B51F1F;
  color: white !important;
  font-family: 'tirol' !important;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #B51F1F;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}	

.previewBadge a {
  background-color: transparent;
  color: #B51F1F;
  font-family: 'tirol' !important;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 30px;
  border: 1px solid #B51F1F;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
