@font-face {
	font-family: 'Sf ui display';
	src: url('../_fonts/SF-UI-Display-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
  }
  @font-face {
	font-family: 'Sf ui display';
	src: url('../_fonts/SF-UI-Display-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
  }
  @font-face {
	font-family: 'Sf ui display';
	src: url('../_fonts/SF-UI-Display-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: 'Sf ui display';
	src: url('../_fonts/SF-UI-Display-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
  }


/* This is thre Risc custom style sheet. */


@media screen and (min-width: 769px) {

	.dashboard-alerts-search{
		padding-top : 102px;
	}
		 
}




@media only screen and (max-width: 767px){
	 .dashboard-alerts-search{
		padding-top : 60px;
	}
|}


.bg-title-enabled {
    background: #fff;
    overflow: hidden;
    padding: 15px 10px 9px;
    margin-bottom: 25px;
    margin-left: -25.5px;
    margin-right: -25.5px;
}


.bg-title-enabled {
    background: #f1f2f7;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.bg-title{
	display : none;
    padding-top:10px;
}


.signup-icon-image {
	 display: inline;
}

.signup-icon-image-small {
	display: none;
	 
}



@media only screen and (max-width: 767px){
	.signup-icon-image {
		display: none;
	}

	.signup-icon-image-small {
		display: inline;
		 
	}
	
	/*
	#wrapper{
		width:85%;
	}
	*/
|}

 