﻿#visuallContainer {
	text-align: right;
    margin-top: 19px;
}

#visuallContainer button {
	margin-right: 3px;
}

#visuallContainer button.active {
	color: #FFF;
	background: #077aaa;
}



body.dislektik .navbar-default {
	background: #829ec3;
	color: #333!important;
}
body.dislektik section.content .container {
	background: #CBB87E;
	color: #333!important;
}
body.dislektik .well,
body.dislektik .panel {
	background: #e4cc82;
	color: #333!important;
}


body.inverted {
	filter: invert(1);
}

body.hue {
	filter: hue-rotate(45deg);
}

body.grayscale {
	filter: grayscale(1);
}




body.slabovidnost {
	filter: contrast(1.5);
}

#ravnilo {
	display: none;
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: #002e6b;
    color: #fff;
}
body.ravnilo #ravnilo {
	display: block;
}