/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.registration-ui {
	background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
	padding: .25em 1em .25em 1.75em;
	font-weight: bold;
	font-size: 2em;
	border-radius: 5px;
	border: 1px solid #000;
	box-shadow: 1px 1px 1px #ddd;
	position: relative;
  font-family: helvetica, ariel, sans-serif;
}

.registration-ui:before {
	content: 'UK';
	display: block;
	width: 30px;
	height: 100%;
	background: #063298;
	position: absolute;
	top: 0;
	border-radius: 5px 0 0 5px;
	color: #f8d038;
	font-size: .4em;
	line-height: 70px;
	padding-left: 7px;
}

.registration-ui:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px dashed #f8d038;
}

.fischer-success{
	background: lime;
	margin-bottom: 5px;
}

.fischer-danger{
	background: red; 
	color: black !important;
	font-weight: 500;
	font-weight: bold !important;
	margin-bottom: 5px;
}
.alert-yellow{
	background-color: #FFFF00;
	font-weight: bold;
	margin-bottom: 5px;
}

.red-title{
	margin-bottom:0px !important; 
	color: black !important; 
	/*background-color:red !important;*/
	font-weight: bold;
}

#search-form-mobile{
	width: 80%;
    margin: auto;
}


#search-options-mobile{
    text-transform: uppercase;
} 



