html, body {
    /*background-color: #d11920;*/
    /*background: url(../img/bgBlueLong.png) repeat scroll left top;*/
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    height: 100%;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.site-header, .site-footer {
    flex: none;
}

.site-logo {
    margin-top: 5px;
}

.site-header {
    min-height: 100px;
}

.container {
    width: 950px;
    margin: 0 auto;
    padding: 0 10px;
}

main {
    /*    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
    flex: auto;
}

.header-container {
    min-height: 100px;
    background-color: #bac5cd;
}

.site-logo {
    float: left;
    margin-right: 70px;
}

.site-title {
    float: left;
    padding-top: 30px;
    font-size: 1.8em;
    color: #697582;
}

.user-block {
    float: right;
    padding-top: 20px;   
}

.button {
    outline-width: 0px;
    background-color: rgb(11,139,202);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    padding: 5px 6px;
    border-radius: 10px;
}

    .button:focus, .kbonly:focus {
        box-shadow: 0 0 1px 1px #4D90FE;
    }

/*menu*/

.menu-wrapper {
    background-color: #fff;
    position: relative;
    padding: 10px 0 0 0;
    font-size: 14px;
    margin: 0 auto;
}

ul.mainmenu, .content-wrapper {
    margin: 0 13px !important;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    /*margin: 0;*/
}

/* 
	LEVEL ONE
*/
ul.dropdown {
    /*position: absolute;*/
    z-index: 1000;
    margin: 0;
    padding: 0;
}

    ul.dropdown li {
        cursor: pointer;
        border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
        background: #e6e6e6;
        font-weight: normal /*{fwDefault}*/;
        color: #555555 /*{fcDefault}*/;
        /*float: left;*/
        zoom: 1;
        /*padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;*/
        display: inline-block;
        padding: 0 4px;
        margin-bottom: 4px;
    }

    ul.dropdown a:hover {
        color: #000;
    }

    ul.dropdown a:active {
        color: #ffa500;
    }

    ul.dropdown li a {
        display: block;
        padding: 4px 2px 4px 2px;
        color: #222;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }
    /* Doesn't work in IE */
    ul.dropdown li.hover, ul.dropdown li:hover {
        /*background: #F3D673; color: black; */
        position: relative;
        background: #dadada;
        color: #212121 /*{fcHover}*/;
    }

        ul.dropdown li.hover a {
            color: black;
        }

svg {
    float: left;
    height: 15px;
    width: 15px;
    padding: 3px 6px 0px 0px;
}

.customFill {
    fill: rgb(11,139,202);
}

.whiteFill {
    fill: #FFFFFF;
}

.exitFill {
    float: right;
}

/*menu*/

.main-container {
    height: 100%;
    background-color: white;
    padding: 10px;
}

.footer-container {
    min-height: 77px;
    background-color: #bac5cd;
    font-size: 12px;
}

.site-footer {
    min-height: 77px;
}

.footer-support {
    float: left;
    margin-left: 5px;
}

.footer-copyright {
    float: right;
}

/*Index*/
.logon-header {
    padding-top: 15px;
}

    .logon-header h2 {
        font-size: 15px;
        color: #697582;
    }

.esia-block {
    display: flex;
}

.esia-logon {
    margin-top: 30px;
    margin-right: 50px;
}

.esia-logon {
    text-align: center;
}

.esia-link {
    width: 85%;
    margin-top: 5px;
}

.esia-logon-info a {
    text-decoration: none;
}

.loader_wait {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    opacity: 0.7;
    background: #ffffff url(/img/wait2.gif) no-repeat center center;
    border-radius: 5px;
}
