#loadingmessage {
	margin: 0px; 
	padding: 0px; 
	position: fixed; 
	right: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: rgb(255 255 255);
	z-index: 30001; 
	opacity: 0.8;
}

#loadingmessage img {
	width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top:20%;
}

#loadingmessage div {
	width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
	margin-right: auto;
	background-image: url(http://localhost:8000/tecniko/img/loading3.gif);
}

.dynamic-filter {
	width:100% !important;
}

.code_version {
	text-align: right;
    margin-right: 10px;
    margin-top: -16px;
    margin-bottom: 6px;
    font-weight: bold;
    color: #dedede;
}

.filter-label {
	color:#525252
}

.form-check .form-check-input:checked ~ .form-check-sign .check {
    background: #ff9800 !important;
}

.form-check .form-check-input:checked ~ .circle {
    background-color: #ff9800 !important;
}

.form-check .form-check-label .circle .check {
	background-color: #ff9800 !important;
}

.bootstrap-tagsinput.info-badge .tag {
    background-color: #042026 !important;
}


.form-control-label {
	font-weight: bold;
	display: block;
	color: #626c79;
} 