/*
#language-select a, #language-select b{
	padding:0 5px;
}*/
.btn-custom-red,.btn-custom-red:focus{
	background-color:#ef0000;
	color:#fff;
}

.btn-custom-red:hover,{
	background-color:#cc0000;
	color:#fff;
}

.btn-custom-green,.btn-custom-green:focus{
	background-color:#008000;
	color:#fff;
}

.btn-custom-green:hover{
	background-color:#006000;
	color:#fff;
}

.btn-custom-red:focus,.btn-custom-green:focus{
	color:#fff!important;
}

.spacer-height-10{
	height:10px;
}

.spacer-height-20{
	height:20px;
}

.spacer-height-30{
	height:30px;
}

.spacer-height-40{
	height:40px;
}


[data-target]:focus, [data-toggle="modal"]:focus, [data-toggle="popover"]:focus{
    outline:none!important;
    text-decoration:none!important;
    /*background:none!important;*/
}

.dataTable .radiobox, .dataTable .checkbox{
	margin:0;
}
