/* ******************************************************************************************************** */
/*	VisitAustrian.com/guideapp                                                              Version 1.0.7   */
/*	Plugin "VisitAustrian Team" (GuideAPP) in der www.visitaustrian.com WP Website  					    */
/*	Unterstuetzt VA Guides bei allen ihren Aufgaben, insbesondere rund um aktuelle Events am Flughafen      */
/*                                                                                                          */
/*	Copyright (c) Schultz IT Solutions	https://it-solutions.schultz.ch	                                    */
/*  License:  Exclusive license to use, modify, alter and reuse is granted to Austrian Airlines AG   		*/
/*            (Impressum https://www.austrian.com/at/de/impressum)  										*/
/*  		  This license DOES NOT INCLUDE redistribution or reselling of this software or parts of it		*/
/*  		  to any other person or legal entity, including but not limited to:							*/
/*  			parent, subsidiary or otherwise affiliated organisations of Austrian Airlines, 	 			*/
/*  			contractors or service providers of Austrian Airlines, third party organisations			*/
/*            Such actions need written approval by the copyright holder                                    */
/*          																						  		*/
/* ******************************************************************************************************** */
/****************************************************************************************/
/****************************************************************************************/
/* Theme spezifisiche Styles für:  AUA (Corporate Identity konform) 					*/
/****************************************************************************************/

div.aua-va-eventlist-entry
{
	background-color: var(--aua-primary-weiss) ; 
	border-color: 	var(--aua-notification-info-dark) ;  
	color: 		var(--aua-primary-schwarz);   
}

button.auavateam-icon42-AUA
{

}

div.auavateam-icon42-AUA
{
	width: 34px;
	height: 34px;
	background-color: var(--bs-gray-300);
	padding: 3px 3px 3px 3px !important;
	border-radius: 3px;
}


div.auavateam-icon42-AUA:hover
{
	background-color: var(--bs-gray-400);
}

div.auavateam-icon42-AUA a img
{
	width: 32px;
	height: 32px;
}


input[type='radio']:after 
{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after 
{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}


