/*----------------------------------------------------------------------
** VMS - Version 1.0 - (c) Vendomatic - Thomas Engel / Date: 08.07.2024
-----------------------------------------------------------------------*/


button {
    color: #1a73e8;
    display: inline-block;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    outline: 0;
    padding: 0;
    text-align: left;
    letter-spacing: 0.25px;
}

button:active {
	background-color: #DDEAFC;
}

.btn {
 	cursor: pointer;
    cursor: hand;	
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
	border: 1px solid transparent;
	letter-spacing: .25px;
	font-size: 14px;
	letter-spacing: 0.25px;
	font-weight: 700;
}

.btn:hover {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
}


.blue {
	min-width: 120px;
	padding: 8px 16px;				
	text-align: center;	
	background-color: #1a73e8;
	color: #ffffff;
	font-weight: 700;
}

.blue:hover {
	background-color: #145FC2;
}

.green {
	width: 120px;
	padding: 8px 16px;				
	text-align: center;	
	background-color: #1aa260;
	color: #ffffff;
	font-weight: 700;
}

.green:hover {
	background-color: #168953;
}


.red {
	width: 120px;
	padding: 8px 16px;				
	text-align: center;	
	background-color: #e53935;
	color: #ffffff;
	font-weight: 700;
}

.red:hover {
	background-color: #D5201C;
}

.light {
	width: 120px;
	padding: 8px 16px;				
	text-align: center;	
	background-color: transparent;
	color: #1a73e8;
	border: 1px solid #dadce0;	
	font-weight: 700;
}

.light:hover {
	background-color: #F6FAFE;
	border: 1px solid #1a73e8;		
}

.white {
	padding: 8px 16px;					
	text-align: left;	
	background-color: #FFFFFF;
	color: #1a73e8;
	font-weight: 700;
	outline: none;
}

.white:hover {
	background-color: #F6FAFE;
}


.grey {
	padding: 8px 16px;					
	text-align: left;	
	background-color: #FFFFFF;
	color: ##333333;
	font-weight: 500;
	outline: none;
}

.grey:hover {
	background: rgba(0,0,0,0.08);
}


.btn_24 {
	width: 24px;
	height: 24px;
	fill: rgba(0,0,0,0.65);
	cursor: pointer;
	padding: 7px;
    -webkit-border-radius: 20px;
    border-radius: 20px;	
}

.btn_24:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}



.grid-btn {
	width: 18px;
	height: 18px;
	fill: rgba(0,0,0,0.65);
	cursor: pointer;
    -webkit-border-radius: 14px;
    border-radius: 14px;	
}

.grid-btn:hover {
	fill: #4285F4;	
    -webkit-border-radius: 14px;
    border-radius: 14px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );	
}


.grid-sort {
	cursor: move;
	width: 20px;
	height: 20px;
	padding: 0px;	
}



.svg-close {
	position: absolute;
	right: 12px;
	top: 12px;	
	width: 22px;
	height: 22px;
	fill: rgba(0,0,0,0.65);
	padding: 7px;
	margin: 5px;
	cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;		
}

.svg-close:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}

.svg-toggle {
	cursor: pointer;
	cursor: hand;	
	width: 22px;
	padding: 0px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	fill: rgba(0,0,0,0.54);		  			
}

.svg-toggle:hover {
	fill: #4285f4;
	background: rgba(0,0,0,0.08);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;		  		
}

.svg-pin {
	position: absolute;
	right: 5px;
	top: 7px;	
	width: 18px;
	height: 18px;
	fill: rgba(0,0,0,0.55);
	padding: 3px;
	margin: 5px;
	cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;		
}

.svg-pin:hover {
	fill: #4285F4;	
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}

.svg-open {	
	fill: #357AE8;
	width: 14px;
 	margin-right: 5px;	
}


.md-32 {
	width: 18px;
	height: 18px;
	fill: rgba(0,0,0,0.65);
	padding: 7px;
}

.md-32-clear {
	float: left;
	width: 18px;
	height: 18px;
	padding: 7px;
	fill: rgba(0,0,0,0.54);
	margin-left: -34px;
 	cursor: pointer;
    cursor: hand;	
}

.md-filter-txt {
	padding: 5px 7px;
}

.md-sort {
	cursor: move;
	width: 24px;
	height: 24px;
	padding: 3px;	
}


.svg-btn {
	cursor: pointer;
	cursor: hand;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;		  			
}

.svg-btn:hover {
	fill: #4285f4;
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;		  		
}

.nav-btn {
	float: left;
	cursor: pointer;
	cursor: hand;	
	border: 1px solid #d9d9d9;
}

.nav-btn:last-child {
	margin-left: -1px;
}

.nav-btn:hover {
	fill: #4285f4;
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}




.nav-close {
	fill: rgba(0,0,0,0.65);
	padding: 5px;
	margin: 5px;
	cursor: pointer;
    border: 1px solid #d9d9d9;
}

.nav-close:hover {
	fill: #4285F4;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.1 );
}




.nav_right {
	margin-top: 5px;
    float: right;
	cursor: pointer;
	cursor: hand;	
	fill: rgba(0,0,0,0.54);	
}


.disabled {
	cursor: default;
	fill: #CCCCCC !important;
}

.disabled:hover {
	background-color: transparent;
}

.s12 {
	width: 12px;
	height: 12px;
	padding: 2px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.s14 {
	width: 14px;
	height: 14px;
	padding: 3px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.s15 {
	width: 15px;
	height: 15px;
	padding: 3px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.s16 {
	width: 16px;
	height: 16px;
	padding: 3px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.s18 {
	width: 18px;
	height: 18px;
	padding: 5px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.s20 {
	width: 20px;
	height: 20px;
	padding: 5px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.s24 {
	width: 24px;
	height: 24px;
	padding: 7px;
	fill: rgba(0,0,0,0.54);
}

.io14 {
	width: 14px;
	padding: 2px;	
	fill: rgba(0,0,0,0.54);
}

.io16 {
	width: 16px;
	padding: 2px;	
	fill: rgba(0,0,0,0.54);
}

.io18 {
	width: 18px;
	margin: auto;
	fill: rgba(0,0,0,0.54);
}

.io24 {
	width: 24px;
	height: 24px;
	fill: rgba(0,0,0,0.54);
}

.service {
	width: 18px;
	margin: 0 7px 0 0;
	display: flex;
}


.invert {
	fill: rgba(255,255,255, 1);
    -webkit-border-radius: 20px;
    border-radius: 20px;	
	transition: 0.3s ease all; 
	-moz-transition: 0.3s ease all; 
	-webkit-transition: 0.3s ease all;
	background-color: rgba(0,0,0, 0.3 );
}

.agent {
	width: 24px;
	height: 24px;
	fill: rgba(0,0,0,0.65);
	padding: 7px;
}


.btn-16 {
	float: left;
	height: 14px;
	padding: 4px;
 	cursor: pointer;
 	font-weight: 500;
 	text-transform: uppercase;
    cursor: hand;		
    font-size: 11px;
    color: #3367D6;
}

.btn-16 svg {
	width: 14px;
	padding-right: 5px;
	fill: #3367D6;
	float: left;
}

.btn-16:hover {
	background: rgba(0,0,0,0.08);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}


.btn-16-grey {
	float: left;
	height: 14px;
	padding: 4px;
 	cursor: pointer;
 	font-weight: 500;
 	text-transform: uppercase;
    cursor: hand;		
    font-size: 11px;
    color: #CCCCCC;
}

.btn-16-grey svg {
	width: 14px;
	padding-right: 5px;
	fill: #CCCCCC;
	float: left;
}

.btn-16-grey:hover {
	color: #3367D6;
	background: rgba(0,0,0,0.05);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}
.btn-16-grey:hover svg {
	fill: #3367D6;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
}


.btn-18 {
	float: left;
	margin: 0px 0px 5px 15px;
	height: 18px;
	padding: 5px;
 	cursor: pointer;
 	font-weight: 500;
 	text-transform: uppercase;
    cursor: hand;		
    font-size: 13px;
    color: #3367D6;
}

.btn-18 svg {
	width: 18px;
	padding-right: 5px;
	fill: #3367D6;
	float: left;
}

.btn-18:hover {
	background: rgba(0,0,0,0.08);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}


.btn-20 {
	float: left;
	margin: 0px 0px 5px 0px;
	height: 20px;
	padding: 7px;
 	cursor: pointer;
 	font-weight: 500;
 	text-transform: uppercase;
    cursor: hand;		
    font-size: 13px;
    color: #3367D6;
}

.btn-20 svg {
	width: 18px;
	padding-right: 7px;
	fill: #3367D6;
	float: left;
}

.btn-20:hover {
	background: rgba(0,0,0,0.08);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
}




.checkbox_18 {
	float: left;
	margin: 5px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
 	cursor: pointer;
    cursor: hand;		
    font-size: 13px;
}

.checkbox_18 div,
.checkbox_18 svg {
	width: 24px;
	padding-right: 7px;
	margin-top: -1px;
	float: left;
}

.checkbox_18:hover {
	background: rgba(0,0,0,0.08);
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}


.btn-tile {
	width: 120px;
	min-height: 100px;
	padding: 5px;
 	cursor: pointer;
    cursor: hand;		
	background-color: #1a73e8;
	color: #FFFFFF; 
	text-align: center;       
  	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;		
	border: 1px solid transparent;

	letter-spacing: .25px;
	font-size: 13px;
	letter-spacing: 0.25px;
	font-weight: 700;

	display: flex;
  	align-items: center;
  	justify-content: center;    
  	flex-direction: column;

}

.btn-tile svg {
	width: 48px;
	height: 48px;
	margin: auto;
	fill: #FFFFFF;
}

.btn-tile:hover > svg  {
	fill: #1a73e8;
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;		
}

.btn-tile:hover  {	
	color: #1a73e8;
	background-color: #F6FAFE;
	border: 1px solid #1a73e8;		
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;	}