.btn-bb-red{
	font-family: 'Monsal-gothic-bold',Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;	
}

.btn-bb-green{
	font-family: 'Monsal-gothic-bold',Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
}

.btn-bb-medium{
	font-family: 'Monsal-gothic-medium',Arial, sans-serif;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 8px;	
}

.btn-bb-small{
	font-family: 'Monsal-gothic-medium',Arial, sans-serif;
	text-transform: uppercase;
	border-radius: 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;	
}

.bootbox-cancel{
	font-family: 'Monsal-gothic-medium',Arial, sans-serif;
    background-color: var(--bb-color-comp-grey-green);
    border-color: var(--bb-color-comp-grey-green);
	color: var(--bs-body-color);
    font-size: 14px;
    text-transform: uppercase;	
	border-radius: 8px;
}
.bootbox-cancel:hover, .bootbox-cancel:active, .bootbox-cancel:focus, .bootbox-cancel:hover, .bootbox-cancel:active, .bootbox-cancel:focus{
	background-color: var(--bb-color-comp-pistage) !important;
	border-color: var(--bb-color-comp-pistage) !important;
	color: var(--bb-color-black) !important;
}
.bootbox-accept{
	font-family: 'Monsal-gothic-medium',Arial, sans-serif;
	background-color: var(--bb-color-red);
	border-color: var(--bb-color-red);
	color: var(--bb-color-white);
    font-size: 14px;
    text-transform: uppercase;
	border-radius: 8px;
}
.bootbox-accept:hover, .bootbox-accept:active, .bootbox-accept:focus, .bootbox-accept:hover, .bootbox-accept:active, .bootbox-accept:focus{
    background-color: var(--bb-color-red-hover) !important;
    border-color: var(--bb-color-red-hover) !important;
	color: var(--bb-color-white) !important;	
}
.bootbox-close-button{
	float: right;
}











.btn-bb-black{
    background-color: #304442;
    border-color: #304442;
	color: #FFFFFF;	
}

.btn-bb-grey-dacka{
    background-color: lightgray;
    border-color: lightgray;
	color: #000000;	
}
.btn-bb-yellow{
    background-color: rgb(255, 225, 0);
    border-color: rgb(255, 225, 0);
	color: #000000;	
}

.btn-bb-workorder{
	text-transform: uppercase;
	border-radius: 8px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;	
}





.btn-bilbolaget-small{
	font-family: 'Monsal-gothic-medium',Arial, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 8px;	
}

.btn-bilbolaget-grey{
	background-color: #f5f5f5;
	color: #bababa;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 8px;
}
.btn-bilbolaget:active{
	transform: translateY(3px);
}
.btn-bilbolaget:hover, .btn-bilbolaget:active, .btn-bilbolaget:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #cb444b;
	outline: none !important;
	box-shadow: none;	
}
.btn-bilbolaget-grey:hover, .btn-bilbolaget-grey:active, .btn-bilbolaget-grey:focus {
	text-decoration: none;
	color: #bababa;
	background-color: #f5f5f5;
}