@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;
    font-size: 14px;
}

.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;
}

h1 {
    font-size: 14px;
    color: #0069b4;
    padding-left: 10px;
    margin: 5px 0px 0px 5px;
}

header {
    position: fixed;
    top: 0px;
    height: 60px;
    width: 100%;
    background-color: White;
    border-bottom: 1px solid #EAEBEE;
    z-index: 1;
    display: none;
}

header .header_logo {
    height: 60px;
}

header .header_logo img {
    height: 40px;
    padding: 10px;
}

header .header_logo .org_name {
    font-family: VekaBold;
    font-size: 15px;
    color: #0069b4;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    left: 67px;
}

header .header_logo .org_info {
    font-family: VekaLight;
    font-size: 13px;
    color: #84858A;
    position: absolute;
    top: 23px;
    left: 67px;
    line-height: 13px;
}

nav {
    position: relative;
}

a {
    color: #0069b4;
}

main {
    position: relative;
    padding: 10px;
    top: 60px;
    margin-bottom: 0px;
    width: calc(100% - 20px);
    font-size: 14px;
    display: none;
}

table {
    width: 100%;
    -webkit-border-horizontal-spacing: initial;
}

table thead {
    font-size: 14px;
    padding: 5px;
    margin: 3px;
    width: calc(100% - 20px);
    cursor: pointer;
    text-align: left;
}

table thead tr td {
    margin: 0px;
    font-size: 12px;
    color: #373737;
    text-align: center;
}

table tbody tr td {
    font-size: 12px;
    border-bottom: 1px solid #EAEBEE;
    padding: 5px;
}

footer {
    position: relative;
}

button {
    vertical-align: middle;
    height: 36px;
    padding-left: 7px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 0px Solid Silver;
    border-radius: 0px;
    margin: 0px;
    padding-right: 7px;
    font-size: 13px;
}

/* Заголовки и блоки */
.head_line_lightsilver {
    background-color: #f5f5f5;
    padding: 5px;
    padding-left: 10px;
    display: flex;
}

.head_line_lightblue {
    background-color: #0069b4;
    padding: 5px;
    padding-left: 10px;
    display: flex;
    color: white;
}

/* Контролы */
.input_search {
    background-color: White;
    border: 1px solid #D3D3D3;
    padding: 3px;
    padding-left: 10px;
    font-family: VekaLight;
    font-size: 20px;
    margin: 3px;
    color: Black;
    width: calc(100% - 70px);
    height: 25px;
}

.button_blue {
    transition: 200ms ease-out;
    padding: 0 16px;
    height: 48px;
    background-color: #0069B4;
    color: #FFFFFF;
    border: 0px;
    font-family: VekaRegular;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 0px;
}

.button_silver {
    transition: 200ms ease-out;
    padding-left: 10px;
    height: 48px;
    background-color: #ededed;
    color: Black;
    border: 0px;
    font-family: VekaRegular;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 0px;
}

.button_search {
    height: 35px;
    margin-top: 2px;
}

.button_max_width {
    width: 100%;
}

.button_silver img {
    height: 35px;
}

.hidden {
    display: none;
}