<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'HPSimplified';
    src: url('../fonts/hps-euro-w10-regular-eot.eot');
    src: url('../fonts/hps-euro-w10-regular-eot.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hps-euro-w10-regular-woff.woff') format('woff'),
    url('../fonts/hps-euro-w10-regular-ttf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'HPSimplified';
    /*font-size: 17px;*/
    overflow-y: scroll;
}

/* File manager */
.subnav,
.subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.subnav ul {
    padding-left: 20px;
}

.subnav a {
    display: block;
    padding-left: 5px;
    overflow: hidden;
    position: relative;
    height: 20px;
}

.subnav a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

.subnav label {
    cursor: pointer;
    display: block;
    padding-left: 5px;
    font-weight: normal;
}

.subnav li.active .subnav label {
    font-weight: bold;
}

.subnav label:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

.subnav input {
    float: right;
}

.subnav &gt; li.active &gt; a {
    font-weight: bold;
}

/* Login form */
.center {
    display: block;
    position: absolute;
    width: 250px;
    height: 300px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -50px
}

.login-form-wrapper {
    width: 318px;
    height: 475px;
    margin-top: -236px;
    display: table;
}

.login-form-wrapper.login-form {
    display: inline-block;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.dyn-controls {
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-weight: normal;
}

.dyn-controls .folder-edit:hover,
.dyn-controls .folder-delete:hover {
    color: black;
}

span.upload {
    position: relative;
}

span.upload input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.loading {
    background-image: url(../img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100px;
}

td.loading {
    height: 30px;
}

div#missing_data &gt; div {
    padding-top: 50px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    font-size: 30pt;
}

div#top_chart, div#missing_data {
    height: 400px;
    padding-bottom: 50px;
}

div[class="tooltip-inner"] {
    max-width: 350px;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¼ÐµÐ½ÑŽ Ñ Ð¾Ð±Ñ‰ÐµÐ¹ ÑÑ‚Ð°Ñ‚Ð¸ÑÑ‚Ð¸ÐºÐ¾Ð¹ */
.nav-pills &gt; li + li {
    margin-left: 0px;
}

.sub-nav {
    width: 100%;
    background-color: #eeeeee;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    border: 1px solid #e5e5e5;
}

.sub-nav .nav {
    margin-bottom: 0;
}

.sub-nav .nav &gt; li &gt; a {
    color: #333333;
    margin: 0;
    font-size: 12px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
}

a {
    color: #000;
}

.text-middle {
    vertical-align: middle !important;
}

.breadcrumb h3 {
    margin: 0;
}

#range_select_input {
    text-align: center;
    color: white;
    width: auto;
    border: 0;
    background: transparent;
}

small {
    font-size: 8pt;
}

.sm-label {
    padding: 0 4px 0;
    margin: 0 1px 0;
    display: inline;
    color: #ffffff;
    text-align: center;
    border-radius: 0.2em;
}

.folder_icon {
    color: #F49106;
}

.file_icon {
    color: #428bca;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    padding-top: 10px;
    height: 60px;
    background-color: #f5f5f5;
}

.inline-block {
    display: inline-block;
}

.inline-hidden-xs {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .inline-hidden-xs {
        display: none !important;
    }
}

.x-scrollable {
    overflow: auto;
}

.container {
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown-menu &gt; li &gt; button {
    text-align: left;
    width: 100%;
    background: none;
    border: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu &gt; li &gt; button:hover,
.dropdown-menu &gt; li &gt; button:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.daterangepicker {
    z-index: 1151 !important;
}

.daterangepicker.single .ranges {
    padding-right: 7px !important;
    width: 100% !important;
    text-align: center !important;
}

.editable-popup, /* Can't do it proper way with outdated bootstap-editable */
.editable-popup .form-group,
.editable-popup input {
    width: 100% !important;
    max-width: 100% !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-drropdown {
    float: left;
}

.btn-drropdown &gt; .btn {
    border-radius: 0;
}

.center-table{
    display: table;
    width: 100%;
    height: 100%;
}

.jumbotron2{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 80%;
    margin-top: -20px;
}

.stars-wrapper{
    position: relative;
}

.stars-wrapper .stars-container{
    position: absolute;
    top: 7px;
    right: -70px;
    font-size: 16px;
}</pre></body></html>