@font-face {
	font-family: VekaRegular;
	src: url("/fonts/CeraVEKA-Regular.woff2");
}

@font-face {
	font-family: VekaBold;
	src: url("/fonts/CeraVEKA-Bold.woff2");
}

@font-face {
	font-family: VekaLight;
	src: url("/fonts/CeraVEKA-Light.woff2");
}

html {
    background-color: White;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: White;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: VekaRegular;
}

h1 {
    font-size: 15px;
    margin: 0px;
    color: #0264ab;
    margin-left: 15px;
}

h2 {
    font-size: 15px;
    margin: 0px;
    color: #0264ab;
    margin-left: 15px;
}

.fblock_loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10001;
    background-color: White;
    opacity: 0.8;
}


.loading_form {
	position: absolute;
    width: 200px;
    border: 1px Solid #f2f2f2;
    background-color: White;
    color: Black;
    text-align: center;
    border-radius: 0px;
    margin-left: calc(100% / 2 - 120px);
    margin-top: calc(50vh - 100px);
    padding: 20px;
    z-index: 10001;
	display: none;
}

.ping_info {
    position: fixed;
    right: 3px;
    top: 1px;
    height: 10px;
    width: auto;
    color: Silver;
    z-index: 10005;
    font-size: 10px;
}

header {
    position: fixed;
    top: 0px;
    height: 70px;
    width: 100%;
    background-color: White;
    border-bottom: 1px solid #EAEBEE;
}

header .header_logo {
    height: 70px;
}

header .header_logo img {
    height: 50px;
    padding: 10px;
}

header .header_logo .org_name {
    font-family: VekaBold;
    font-size: 15px;
    color: #0069b4;
    position: absolute;
    text-transform: uppercase;
    top: 6px;
    left: 81px;
}

header .header_logo .org_info {
    font-family: VekaLight;
    font-size: 13px;
    color: #84858A;
    position: absolute;
    top: 23px;
    left: 81px;
    line-height: 13px;
}

nav {
    position: relative;
}

a {
    color: #0069b4;
}

main {
    position: relative;
    padding: 10px;
    top: 70px;
    margin-bottom: 0px;
    width: calc(100% - 20px);
}

footer {
    position: relative;
}