<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {font-size: 4rem; font-weight: 400;}
a:hover,
a:focus {
    color: #007bbc;
}
/*revert button override colors */
.btn-revert:hover,
.btn-revert:focus {
    background: #007bbc;
}
/*buttons from tinyMCE override colors from main theme */
a.type-1 {
    color: #000;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: none;
    padding: 10px 10px;
    font-size: 1.3rem;
    margin-bottom: 7px;
}
a.type-1:hover {
    box-shadow: none;
    font-size: 1.3rem;
    background: #4caf50;
    color: #fff;
    border-color: #4caf50;
}
a.type-2 {
    color: #fff;
    box-shadow: none;
    font-size: 1.3rem;
    border-radius: 3px;
    background: #4caf50;
    border: 1px solid #4caf50;
    margin-bottom: 7px;
    padding: 10px 10px;
}
a.type-2:hover {
    color: #555;
    background: #fff;
    border-color: #e5e5e5;
}
a.type-3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
a.type-3:hover {
    color: #4caf50;
}
a.type-4 {
    border-color: #4caf50;
    color: #4caf50;
    border-width: 3px;
    margin-bottom: 5px;
}
a.type-4:hover {
    color: #000;
    border-color: transparent;
}
a.type-5 {
    color: #000;
    font-weight: 400;
    border-left: 2px solid #4bac4d;
    padding-left: 10px;
    margin-bottom: 0;
}
a.type-5:hover {
    color: #4bac4d;
}
a.type-6 {
    border: none;
    color: #4caf50;
    font-weight: 400;
    border-left: 2px solid #4bac4d;
    padding-left: 10px;
    margin-bottom: 0;
}
a.type-6:hover {
    color: #000;
}
/*РС„РѕР±Р»РѕРєРё СЃ Р‘Р“ Рё РєР°СЃС‚РѕРјРЅС‹С… С…РµРґРµСЂРѕРј */
/*.ib-asterplot,
.ib-barchart,
.ib-hbar,
.ib-hgrouping,
.ib-html_template {
    background-color: #f9f9f9;
}*/
.ib-html_template {
    padding: 15px;
    margin-top: 0;
}
.ib-asterplot h2,
.ib-barchart h2,
.ib-hbar h2,
.ib-hgrouping h2 {
    margin: 0; /*РѕС‚СЃС‚СѓРї С‚Р°Р№С‚Р»Р° РѕС‚ Р±Рі*/
}
.ib-asterplot h2 span,
.ib-barchart h2 span,
.ib-hbar h2 span,
.ib-hgrouping h2 span{
    font-weight: 600 !important;
    font-size: 2.4rem;
}
/*custom menu colors */
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:active {
    border-color: #4caf50;
}
.navbar-default .navbar-nav &gt; .active &gt; a {
    color: #4caf50;
}
/*override map bg &amp; title */
.auth-page-login-panel .panel-title h2 {
    color: #3270d4;
}
.auth-page-login-panel .panel-title h6 {
    font-weight: bold;
}
.table-view-page .wrapper .content-position .content-position-cell {
    background: url('../images/auth-bg.svg') no-repeat center center;
}
/* QuickFix for map and gosprogramm(remove after mormal fix)*/
.PCW .ProgramsContainer_root &gt; .container,
.DistrictsCompare_districtsCompare &gt; .container {
    width: 100%;
}
/* .PCW .ProgramsContainer_root &gt; .container .row &gt; .col-md-12,
.DistrictsCompare_districtsCompare &gt; .container .row &gt; .col-md-12 {
    width: 83.33333%;
} */

/*hide elements */
.chart-dates,
.InfoText_info,
.InfoText_info .InfoTooltipLink_root,
.InfoTextChilds_textItem,
.InfoTextChilds_content {
    display: none;
}

/* START STYLES FOR INFOBLOCKS */
body .infoblock-bottom-line {
    padding: 15px;
}
/* END STYLES FOR INFOBLOCKS */

/*other */
.navbar-brand-title  {
    color: #000;
}
/*auth page */
.auth-page-login-panel .panel-title img {
    width: 236px;
    height: 239px;
}
/*ie 11 fix height logo */
header .navbar-brand img {
    width: 39px;
}</pre></body></html>