body.smart-style-6 #logo-group>span#logo:before {
    content: "SBA - BackOffice";
}
body, body.smart-style-6{
	background: url('https://site.sb-a.nl/images/backgrounds/') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
#main{
	background: rgb(230,230,230);
	background: rgba(230,230,230,0.7);
}
#sba-dashboard{
	background: rgba(255,255,255,.4);
	padding-bottom: 10px;
}
.setBlock{
	display: block;
}
.selectize-dropdown-content {
	background-color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.selectize-dropdown-content .option {
	background-color: white;
}
body.smart-style-6 #header, body.smart-style-6 .dropdown-menu>.active>a, body.smart-style-6 .dropdown-menu>.active>a:focus, body.smart-style-6 .dropdown-menu>.active>a:hover, body.smart-style-6 .dropdown-menu>li>a:focus, body.smart-style-6 .dropdown-menu>li>a:hover{
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #ff0000 0%, #ff3232 94%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#ff0000 0%,#ff3232 94%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff0000 0%,#ff0000 0%,#ff3232 94%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}
#activity b.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #23ec26;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}
#activity.active .badge {
    background: #aace1b!important;
}
body.smart-style-6 .btn-primary{
	background: #ff1313;
    border-color: #a90329!important;
}
body.smart-style-6 .smart-form .checkbox input+i:after, body.smart-style-6 .smart-form .rating input:checked~label{
	color: #ff1313;
}
body.smart-style-6 .btn-primary.active, body.smart-style-6 .btn-primary:active, body.smart-style-6 .btn-primary:hover, body.smart-style-6 .open>.dropdown-toggle.btn-primary{
	border-color: #ff1a1a!important;
}
body.smart-style-6 .btn-primary:active, body.smart-style-6 .btn-primary:focus, body.smart-style-6 .btn-primary:hover{
	background: #fd0707!important;
}
body.smart-style-6 .btn-primary.active.focus, body.smart-style-6 .btn-primary.active:focus, body.smart-style-6 .btn-primary.active:hover, body.smart-style-6 .btn-primary:active.focus, body.smart-style-6 .btn-primary:active:focus, body.smart-style-6 .btn-primary:active:hover, body.smart-style-6 .open>.dropdown-toggle.btn-primary.focus, body.smart-style-6 .open>.dropdown-toggle.btn-primary:focus, body.smart-style-6 .open>.dropdown-toggle.btn-primary:hover{
	background: #ea0202!important;
    border-color: #c50732!important;
}
div.alertify-logs{
	z-index:9999;
}
.xcrud-container {
	margin-top: 5px;
    background: rgba(240,240,240,0.9);
    padding: 10px
}
div.password-panel span.input-group-addon{
	border: 1px solid rgb(204, 204, 204);
} 
div.password-panel .header span.input-group-addon{
	width: 150px;
}  
div.password-panel .header span.input-group-addon.action{
	width: 1%;
	cursor: pointer;
} 
div.password-body{
    padding: 10px;
}
div.password-odd{
    background: #fbfbfb;
}
div.administration-message{
	margin:	10px;
	padding: 5px;
	border: 1px solid #cecece;
	border-radius: 10px;
}
i.fa-play-circle{
	color: #4CAF50;
}
i.fa-stop-circle-o{
	color: red;
}
div.sub-menu{
	background: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
}
div.green{
	border-color: #388E3C;
	color: #FFF;
	background-color: #4CAF50;
}
div.btn-sub-menu{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 2px solid red;
	margin-bottom: 4px;
}
div.subItem{
	background: white;
	border: 1px solid white;
}
@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}