﻿@import url("usys_new.css");

@font-face {
	font-family: "Roboto";
	src: url(./fonts/robotocondensedregular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html, input {
	font-family: "Roboto", Arial;
}

:root {
	/*bg teoreticky #F8F9FA*/
	--main-bg-color: #F4F4F5;
	--main-menu-color: #126db1;
	--main-menu-hover-color: #0e578d;
	--main-title-color: #0ebda7;
	--main-title-hover-color: #2c75bd;
	--main-title-hover-lighter: #0375e6;
	--main-icon-color: #0ebda7;
	--main-table-header-color: #757575;
	--main-send-btn-color: #0ebda7;
	--main-send-btn-hover-color: #0b9785;
	--loader-bar-1: #1a75cf;
	--loader-bar-2: #2c75bd;
	--loader-bar-3: #0ebda7;
	--loader-bar-4: #043832;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .addr-label {
	font-family: "Roboto", Arial;
}

.header .logo .img a {
	background: url(KOMVak_logo.png) no-repeat;
	background-size: cover;
	height: 100px;
	top: -1px;
}

.footer-col:first-child {
	display:block
}

.leftcolumn {
	width: 100%;
	min-width: 100%;
}