/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *
 * Fonts.
 *
 */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");*/

html, body {
    /*     min-width:100%; */
}

/* хром, сафари */
body::-webkit-scrollbar {
    width: 0;
}

body {
    /* ie 10+ */
    -ms-overflow-style: none;
    /* фф (свойство больше не работает, других способов тоже нет)*/
    overflow: -moz-scrollbars-none;
    /* Переопределение стилей портала */
    padding-bottom: 0 !important;
}

body {}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 6.5px;
    border: solid 1px black;
    padding: 3px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ababab;
}


/*
 * ------------------------------------------------------------------
 *
 * Footer
 *
 */

.wh_footer {
    display: none;
    text-align: center;
    padding: 1em;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: none #333333;
    margin-top: 2em;

}

.wh_footer a {
    color: #CCE2F1;
}

.footer {
    z-index: 100 !important;
    /* Переопределение стилей портала */
    position: relative !important;
    height: fit-content;
}