/* Medium */
@font-face {
	font-family: 'WorkSansMedium';
	font-style: normal;
	font-weight: 500;
	src: url('../../stylesheets/fonts/WorkSans/WOFF/WorkSans-Regular.woff') format('woff');
  }
  
  /* Semi-Bold */
  @font-face {
	font-family: 'WorkSansSemiBold';
	font-style: normal;
	font-weight: 600;
	src: url('../../stylesheets/fonts/WorkSans/WOFF/WorkSans-Regular.woff') format('woff');
  }

  
/* Regular */
@font-face {
	font-family: 'WorkSansRegular';
	font-style: normal;
	font-weight: 400;
	src: url('../../stylesheets/fonts/WorkSans/WOFF/WorkSans-Regular.woff') format('woff');
  }

body {
	margin: 0;
}

#smartbanner .sb-container .sb-icon{
	background: transparent;
	background-size: cover;
	box-shadow: none;
}
#smartbanner .sb-container .sb-close{
	left: 8px;
}

#smartbanner .sb-container.sb-button{
	right: 15px;
}

#smartbanner .sb-container .sb-info{
	left: 80px;
}

#smartbanner .sb-info .author{
	padding-bottom: 2px;
	padding-top: 6px;
}

#smartbanner .sb-container .sb-info strong,
.android#smartbanner .sb-container .sb-info strong {
	font-family: 'WorkSansSemiBold';
}
#smartbanner .sb-container .sb-info .author, 
#smartbanner .sb-container .sb-info span,
#smartbanner .sb-container .sb-button span, 
.android#smartbanner .sb-container .sb-button span{
	font-family: 'WorkSansMedium';
}
#smartbanner .sb-container .sb-button span,
.android#smartbanner .sb-container .sb-button span{
	line-height: 30px;
}

.noColor{
 }
  
.bg-primary {
  background: #007BFF; }

.bg-secondary {
  background: #666666; }

.bg-success {
  background: #00C172; }

.bg-danger {
  background: #F23037; }

.bg-light {
  background: #fff; }

.bg-dark {
  background: #333333; }

.bg-dark-green-edf {
  background: #509E2F; }

.bg-light-green-edf {
  background: #C4D600; }

.bg-dark-blue-edf {
  background: #09357A; }

.bg-light-blue-edf {
  background: #005bbb; }

.bg-dark-orange-edf {
  background: #FE5815; }

.bg-light-orange-edf {
  background: #FFA02F; }
