.ignoreValidation{
	/*border: 1px dashed red !important;*/
}

.map-buttons a.selected  {
	border: 2px dashed red;
}


.map-live{
            padding-bottom:66%;
            background-image:none;
/*            
            @include media-breakpoint-up(md) {
                padding-bottom:55%;
            }
            @include media-breakpoint-up(xl) {
                padding-bottom:44%;
            }
            */
} 

.form-section .bkg-white.form-content[class^="bkg-"] [type="checkbox"]:checked + label:before,
.form-section .bkg-white.form-content[class^="bkg-"] [type="checkbox"]:not(:checked) + label:before,
.form-section .bkg-white.form-content[class*=" bkg-"] [type="checkbox"]:checked + label:before,
.form-section .bkg-white.form-content[class*=" bkg-"] [type="checkbox"]:not(:checked) + label:before {
    background-color: #eee;
}


.form-section .bkg-white.form-content .dk-selected{
	background-color: #fff;
}

/*browser check.ftl*/
i.color-check{
    font-size: 20px;
    line-height: 25px;
    padding: 8px;
    margin-right:2px;	
  /*  border-radius: 50%;*/
}

i.color-check-red{
    color: #d70018;
/*    border: 2px solid #D70018;*/
}
/*
i.color-check-orange{
    color: #ffae00;
    border: 2px solid #ffae00;
}
*/

.modal-backdrop {
	 z-index: 10040;
   background-color: rgba(0,0,0,0.3);
}
.modal {
  z-index: 10050;
}
.noscript .modal.fade .modal-dialog {
  transform: none;
}
.noscript .modal {
  opacity: 1;
}

@font-face {
  font-family: 'svgicon';
  src:  url('fonts/icomoon.eot?gvp6vc');
  src:  url('fonts/icomoon.eot?gvp6vc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gvp6vc') format('truetype'),
    url('fonts/icomoon.woff?gvp6vc') format('woff'),
    url('fonts/icomoon.svg?gvp6vc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="svgicon-"], [class*=" svgicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'svgicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.svgicon-Live-Chat:before {
  content: "\e900";
}

.start-chat {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 56px;
	height: 56px;
	background: #d70018;
	color: white;
	border-radius: 50%;
	z-index: 1;
	text-align: center;
	line-height: 75px;
	cursor: pointer;
}
.start-chat i {
	font-size: 30px;
}
.has-cookie .start-chat {
	bottom: 220px
}

@media screen and (max-width: 767px)  {
 	.has-cookie #x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 220px !important;
 	}
 	.has-cookie #x-unblu-root-container .x-unblu-visitor-individual-ui {
 		max-height: calc(100% - 300px) !important;
 	}		  	
 	#x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 16px !important;
 	}
 	/*	
 	#x-unblu-root-container .x-unblu-visitor-individual-ui {
 		max-height: calc(100% - 200px) !important;
 	}
 	*/	  	
 	.back-to-top {
	    bottom: 90px;
	}  
}	
@media screen and (min-width: 768px) and (max-width: 1199px)  {
 	#x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		right: 10px !important; 		
 	}			
}	
@media screen and (min-width: 768px) and (max-width: 991px)  {
 	.has-cookie #x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 180px !important;
 	}	  
 	.start-chat {
 		right: 10px;
		bottom: 75px;
	}		  
 	.has-cookie .start-chat {
 		right: 10px;
		bottom: 180px;
	}	
	#x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 65px !important; 		
 	}	  
}	
@media screen and (min-width: 992px)  {
 	#x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 100px !important;
 	} 	  	
 	.back-to-top {
	    bottom: 35px;
	}	  
}	
@media screen and (min-width: 992px) and (max-width: 1199px)  {
 	#x-unblu-root-container .x-unblu-visitor-individual-ui {
 		max-height: calc(100% - 250px) !important;
 	}	 
 	.has-cookie #x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 170px !important;
 	}	
 	.start-chat {
 		right: 10px;
		bottom: 100px
	}		  
 	.has-cookie .start-chat {
 		right: 10px;
		bottom: 170px
	} 		  
}	
@media screen and (min-width: 1200px)  {
 	#x-unblu-root-container div[component="SiteIntegrationUiComponent"] {
 		bottom: 120px !important;
 	}	  	
}	         