/*************************************************| OpenBudet Default CSS Style |******************************************************************
Theme Name:      OpenBudet
Company Website:
Description:     New Design of OpenBudet | All Rights Reserved 2020
Author:          Marat Raimberdievich
Version:         1.0
Tags:

************************************* | Default Browsers' Attrib Reseting & Main Styling |*********************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    background:#f3f3f3;
    line-height: 1;
}
form {
    width: 100%;
}
html, body {
    height: 100%;
    font-family: "SegoeUI";
    display:table;
    font-size: 16px;
    color: #3a424f;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0 !important;
}
a:link, a:visited {
	color:#1e3685;
	text-decoration:none;
}
a:hover, a:active {
    cursor: pointer;
    text-decoration:none !important;
    color:#395ccd;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol, li, div, span, h1, h2, h3, h4, h5, label, a {
    margin: 0px;
    padding: 0px;
}
ul, ol, li {
    list-style: none;
}
dl, ol, ul {
	margin-bottom:0 !important;
}
fieldset, img {
    border: none;
}
@font-face {
  font-family: 'SegoeUI';
   src: url('fonts/SegoeUI.eot');
   src: url('fonts/SegoeUI.eot#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/SegoeUI-Semibold.eot');
  src: url('fonts/SegoeUI-Semibold.eot#iefix') format('embedded-opentype'),
       url('fonts/SegoeUI-Semibold.woff') format('woff'),
       url('fonts/SegoeUI-Semibold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/SegoeUI-Bold.eot');
  src: url('fonts/SegoeUI-Bold.eot#iefix') format('embedded-opentype'),
       url('fonts/SegoeUI-Bold.woff') format('woff'),
       url('fonts/SegoeUI-Bold.ttf') format('truetype');
  font-weight: 600;
}
/****************************************| All Input Fields Auto Styling (Without assign ID or Class) |***************************************/

html, body, section.main-layout {
  height: 100%;
  margin: 0;
}
.mainContainer {
    display:flex;
    flex-direction: column;
    height:100%;
}
header {
    background:#152559;
    color:#fff;
}
.mainContainer main {
    flex:1;
}
.navbar-budget {
    color:#fff;
    min-height:72px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
.navbar-budget .navbar-brand {
    font-size:22px;
    font-weight:600;
    padding:0;
    position: relative;
    top:-3px;
    margin-right: 0;
}
.navbar-budget .nav-item {
    margin:0 10px;
}
.navbar-budget a {
    font-size: 15px;
}
.navbar-budget a:link, .navbar-budget a:visited {
    color:#fff;
}
.navbar-budget a:hover, .navbar-budget a:active{
    color:#ffc563;
}
.budget-menu {
    flex:1;
    justify-content: center;
}
.navbar-budget .nav-lang {
    width: 205px;
    text-align: right;
}
.navbar-budget .nav-item i {
    font-size:14px;
    margin-right: 6px;
}
.nav-lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-lang .lang-switcher {
    display: flex;
    flex-direction: row;
    width: 57px;
    background:#fff;
    padding:2px;
    height:32px;
    border-radius: 30px;
    justify-content: space-between;
}
.nav-lang .lang-switcher li {
    height:28px;
    width:28px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-lang .lang-switcher li a {
    font-size: 12px;
    font-weight: 500;
}
.nav-lang .lang-switcher li.active{
    background:#14214b;
}
.nav-lang .lang-switcher li.active a{
    color:#fff;
}
.nav-lang .lang-switcher li{
    background:#fff;
}
.nav-lang .lang-switcher li a{
    color:#14214b;
}
.map-section .map{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
}
.top-right-container {
    background:#fff;
    margin:30px 0;
    border-radius: 5px;
}
.top-right-container .right-block {
    margin-bottom:20px;
}
.top-right-container .right-block .right-container-title{
    display:flex;
    flex-direction: row;
    padding:10px;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #dfe2e5;
}
.top-right-container .right-block .right-container-title p {
    color:#354052;
    font-weight: 500;
    font-size:18px;
}
.top-right-container .right-block .right-container-title a {
    display:block;
    font-size:14px;
    padding:8px;
    background:#e5f5ff;
    font-weight: 400;
}
.top-right-container .right-block .right-container-title a:link, .top-right-container .right-block .right-container-title a:visited {
    color:#0099fe;
}
g[aria-labelledby^="id-66-title"], g[aria-labelledby^="id-142-title"], g[aria-labelledby^="id-2979-title"], g[aria-labelledby^="id-537-title"], g[aria-labelledby^="id-613-title"], g[aria-labelledby^="id-232-title"] {
    display:none !important;
}
.gos-dolg, .def-prof {
    display: flex;
    flex-direction: row;
    height: 180px;
}
#gosDolg, #profdef {
    width: 100%;
    font-size: 11px;
}
#gosdolglegend, #profdeflegend {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
#gosdolglegend .legend-item, #profdeflegend .legend-item {
    margin: 8px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
#gosdolglegend .legend-item .legend-title, #profdeflegend .legend-item .legend-title {
    color:#354052;
    display: inline-block;
}
#gosdolglegend .legend-item .legend-value, #profdeflegend .legend-item .legend-value {
    font-size: 20px;
    font-weight: 400;
    margin-left: 22px;
    margin-top:3px;
    white-space: nowrap;
    color:#354052;
}
#gosdolglegend .legend-item .legend-marker, #profdeflegend .legend-item .legend-marker {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
#gosdolglegend .legend-item.disabled .legend-marker, #profdeflegend .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}
.tab-content {
    border-top:2px solid #0099fe;
    background:#fff;
    padding:15px 0;
    border-radius: 6px;
}
.tab-content .tab-header {
    display:flex;
    border-bottom:1px solid #dfe2e5;
    flex-direction: row;
    padding:0 20px 10px;
    justify-content: space-between;
    font-size:18px;
    color:#354052;
    font-weight:500;
}
.tab-content .tab-header .tabHeaderRight {
    width:50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tab-content .tab-header .tabHeaderRight .tabYearSelect select{
    background:#e5f5ff;
    width:68px;
    font-size:14px;
    font-weight: 500;
    color:#354052;
    border:1px solid #e5f5ff;
}
.MainProgressLeft {
    border-right:1px solid #dfe2e5;
}
.MainProgressLeft, .MainProgressRight {
    padding:14px;
    padding-right: 14px !important;
    padding-left: 14px !important;
}
.MainProgressLeft .mainBarLeft {
    direction: rtl;
}
.MainProgressLeft .mainBarLeft, .MainProgressRight .mainBarRight{
    height:64px;
}
.MainProgressRight .mainBarRight{
    background:#fff3de;
}
.MainProgressLeft .mainBarLeft {
    background:#e4eafe;
}
.MainProgressRight .mainBarRight, .MainProgressLeft .mainBarLeft {
    margin-bottom:40px;
}
.MainProgressRight .mainBarRight .progress-bar, .MainProgressLeft .mainBarLeft .progress-bar {
    border-radius: .25rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size:24px;
    font-weight: 500;
    color:#fff;
}
.MainProgressLeft .mainBarLeft .progress-bar {
    background-color:#7798f8;
    text-align: right;
    direction: ltr;
}
.MainProgressRight .mainBarRight .progress-bar {
    background-color:#ffc15b;
    text-align: left;
}
.MainProgressRight .BottomBarRight .progress, .MainProgressLeft .BottomBarLeft .progress{
    min-height:70px;
    background-color:#f3f3f3;
    margin-bottom:15px;
}
.MainProgressLeft .BottomBarLeft .progress {
    direction: rtl;
}
.MainProgressRight .BottomBarRight .progress .progress-bar, .MainProgressLeft .BottomBarLeft .progress .progress-bar{
    font-weight: 500;
    border-radius: .25rem;
    font-size:18px;
    padding-left:20px;
    padding-right:20px;
    color:#354052;
}
.MainProgressRight .BottomBarRight .progress .progress-bar {
    text-align: left;
    background-color:#ffe0ad;
}
.MainProgressLeft .BottomBarLeft .progress .progress-bar {
    text-align: right;
    direction: ltr;
    display: flex;
    align-items: flex-end;
    background-color:#bbcbfb;
}
.MainProgressRight .BottomBarRight .BottomBarText p, .MainProgressLeft .BottomBarLeft .BottomBarText p {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    line-height: 11px;
    height:calc(100% - 20px);
    align-items: center;
}
.MainProgressRight .BottomBarRight .BottomBarText p{
    color: #354052;
    padding-left:15px;
}
.MainProgressLeft .BottomBarLeft .BottomBarText p{
    color: #354052;
    text-align: right;
    padding-right:15px;
    justify-content: flex-end;
}
.MainBottomSlider .item a{
    display: block;
}
.MainBottomSlider .item a span {
    text-align: center;
    flex:1;
    display:block;
    margin-top: 5px;
}
.MainBottomSlider .item a:link, .MainBottomSlider .item a:visited{
    color:#152559;
    font-weight: 500;
    font-size: 16px;
}
.footer .container-fluid {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    color:#fff;
    background: #152559;
    height:55px;
    align-items: center;
    justify-content: space-between;
}
.pageHeader {
    margin:30px 0;
    display: flex;
    flex-direction: column;
}
.pageHeader a:link, .pageHeader a:visited {
    color:#0099fe;
    font-size:14px;
}
.pageHeader h1 {
    color:#687a92;
    font-size: 26px;
    font-weight: 600;
}
.tab-bottom-link {
    display: flex;
    border-top:1px solid #dfe2e5;
    justify-content: center;
}
.tab-bottom-link a {
    background:#e5f5ff;
    display:block;
    padding:6px 10px 8px;
    margin-top: 10px;
}
.tab-bottom-link a:link, .tab-bottom-link a:visited {
    color:#0099fe;
    font-size: 16px;
}
.owl-carousel-section h4 {
    color:#354052;
    font-size:18px;
    font-weight: 500;
}
.budget-filter {
    padding:20px 0;
    background:#dcdfe6;
    border-radius: 5px;
    margin:0px 3px 20px;
}
.budget-filter input[type="text"], .budget-filter input[type="date"], select, .budget-filter input[type="number"]{
    width:100%;
    border-radius: 4px;
    border:1px solid #dcdfe6;
    padding-left:8px;
    height:35px;
}
.filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    font-weight: 500;
    width: 100%;
    border-radius: 4px;
    height:33px;
    margin-top:1px;
    background-color: #0099fe;
}
.filter-button:link, .filter-button:visited{
    color:#fff;
}
.hideGraph{
    display: none;
}
.GraphButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}
.GraphButton .showGraph, .GraphButton .hideGraph {
    background: #e5f5ff;
    padding: 10px 10px 12px;
    margin-top: 10px;
    border-radius: 5px;
}
.GraphButton .showGraph:link, .GraphButton .hideGraph:link, .GraphButton .showGraph:visited, .GraphButton .hideGraph:visited {
    color:#0099fe;
}
.solGrafContainer {
    display:flex;
    flex-direction: row;
}
.solGrafContainer #IncomesolGrafa, .solGrafContainer #IncomesSolLegend, .solGrafContainer #ServicesolGrafa, .solGrafContainer #ServiceSolLegend, .solGrafContainer #ExpenseolGrafa, .solGrafContainer #DeptSolGrafa {
    min-height:280px;
    width:100%;
    z-index: 2;
}
.onGrafContainer #IncomeonGrafa, .onGrafContainer #ServiceonGrafa, .onGrafContainer #ExpenseonGrafa,  .onGrafContainer #DeptonGrafa {
    min-height:300px;
    width:100%;
    }
.solGrafContainer #IncomesSolLegend, .solGrafContainer #ServiceSolLegend, .solGrafContainer #ExpenseSolLegend, .solGrafContainer #DeptSolLegend {
    display: flex;
    width:100%;
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    align-content: center;
    justify-content: center;
}
.solGrafContainer .legend-item {
    margin: 4px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}
.solGrafContainer .legend-item .legend-title {
    color:#354052;
    font-size:14px;
    flex:1;
}
.solGrafContainer .legend-item .legend-value {
    font-size: 14px;
    font-weight: 400;
    margin-left: 22px;
    position: relative;
    white-space: nowrap;
    color:#354052;
}
.solGrafContainer .legend-item .legend-marker {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top:3px;
}
.solGrafContainer .legend-item.disabled .legend-marker, .solGrafContainer .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.onGrafLabel {
    width:100%;
}
.onGrafLabel ul {
    display:flex;
    width:100%;
    flex-direction: row;
    justify-content: flex-end;
}
.onGrafLabel ul li {
    padding:0 0 0 10px;
    font-size:12px;
    color:#354052;
}
.onGrafLabel ul li::before {
    display: inline-block;
    content:"";
    width:8px;
    height:8px;
    position: relative;
    left:-3px;
    border-radius: 8px;
}
.onGrafLabel.table {
    margin-bottom:10px;
}
.onGrafLabel ul li:nth-child(1)::before{
    background:#68b8da;
}
.onGrafLabel.table ul li:nth-child(1)::before{
    background:#b36353;
}
.onGrafLabel ul li:nth-child(2)::before{
    background:#6796d9;
}
.onGrafLabel.table ul li:nth-child(2)::before{
    background:#152559;
}
.budget-table {
    width:100%;
    position: relative;
    z-index: 20;
}
.budget-table thead th {
    text-align: center;
    font-size: 14px;
    font-weight:500;
    padding:7px;
    color:#354052;
    border:1px solid #dfe2e5;
    background:#eff0f2;
}
section.navs-section {
    margin-bottom:50px;
}
.budget-table tbody td{
    padding:10px;
    font-size:14px;
    font-weight:500;
}
.budget-table tbody tr:nth-child(even) {
    background:#eff0f2;
}
.budget-table tbody td.table-danger {
    background-color: #c8e5f3;
    border-bottom:1px solid #6ba5dd;
}
.aboutusContainer {
    background:#fff;
    border-radius: 5px;
    padding:30px;
    color:#354052;
    font-size:16px;
    margin-bottom:30px;
}
.aboutusContainer h1 {
    font-size:18px;
    color:#354052;
    font-weight: 500;
    line-height: 20px;
    margin-bottom:10px;
}
.aboutusContainer p {
    padding-left:15px;
    position: relative;
    font-size:16x;
    line-height: 20px;
    margin-bottom:10px;
}
.aboutusContainer p i {
    font-size:12px;
    position: absolute;
    left:-2px;
    top:5px;
}
.aboutusContainer p span {
    font-weight:500;
    margin-right:5px;
}
.map-container {
    width:100%;
}
.InnerGraphContainer {
    display: none;
    margin-bottom: 30px;
}
#kgmap {
    position: relative;
}
#targetDiv .point, #targetDiv .pointlast {
    position: absolute;
    top: -37px !important;
    right: 20px !important;
    left: auto !important;
    color: #687a92;
    font-weight: 500;
    font-size: 16px;
 }
.pointlast {
    display: block !important;
}
.kgMapBottom {
    position: relative;
    z-index: 20;
    margin-bottom:40px;
}
.infoTable.map {
    background-color: #fff;
    border-radius: 6px;
    padding:10px;
}
.content-header.map {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.content-header.map ul {
    display: flex;
    flex-direction: row;
}
.content-header.map ul li {
    align-self: center;
    margin-right: 10px;
}
.content-header.map ul li p{
    color:#687a92;
    font-weight:500;
    font-size:18px;
}
.content-header.map ul li.map-link a{
    display:block;
    background:#e5f5ff;
    border-radius: 3px;
    padding:10px;
}
.infoTable.map > h4 {
    color: #687a92;
    font-weight: 500;
    font-size: 18px;
    margin-bottom:10px;
}
.gosDolgValue {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 16px;
    left: 14px;
}
.link-to-old {
  display:flex;
  justify-content: flex-end;
  margin:0 10px 20px;
  font-size: 16px;
  font-weight: 500;
}
