﻿/*Календарь*/
.moduletype_calendar {
    background: #ffffff;
    color: rgb(33, 117, 200);
    position: relative;
}

.calender::after {
    -webkit-transform: rotate(-1deg)
}

.moduletype_calendar .module_title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    color: #00923f;
    width: 170px;
    height: 50px;
    background: none;
}

@media (min-width: 1200px) {
    .moduletype_calendar .module_title {
        font-size: 24px;
    }
}

.moduletype_calendar .module_body {
    background: none;
    border: none;
}

    .moduletype_calendar .module_body #ncalendar_month {
        position: absolute;
        z-index: 1;
        right: 24px;
        top: 24px;
        /* margin-top: 10px; */
        padding: 0;
        font-size: 13px;
        color: #eb6b61;
        text-align: center;
        width: 90px;
    }

#ncalendar_month b {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
}

.calendar_body {
    height: 220px;
    width: auto;
    position: static;
}

    .calendar_body .next_month,
    .calendar_body .prev_month {
        background: none;
        position: static;
        width: 0;
        height: 0;
        right: 0;
        left: 0;
    }

    .calendar_body .prev_month_container {
        padding: 0 10px;
        width: 41px;
        height: 44px;
        line-height: 44px;
        font-weight: bold;
        position: absolute;
        z-index: 2;
        right: 86px;
        top: 24px;
        opacity: .2;
        transition: opacity .1s linear;
        text-decoration: none;
    }

        .calendar_body .prev_month_container:before {
            content: "<";
        }

    .calendar_body .next_month_container {
        padding: 0 10px;
        width: 41px;
        height: 44px;
        line-height: 44px;
        font-weight: bold;
        position: absolute;
        z-index: 2;
        right: 11px;
        top: 24px;
        text-align: right;
        opacity: .2;
        transition: opacity .1s linear;
        text-decoration: none;
    }

        .calendar_body .next_month_container:after {
            content: ">";
        }

        .calendar_body .prev_month_container:hover,
        .calendar_body .next_month_container:hover {
            text-decoration: none;
            opacity: 1;
        }

    .calendar_body > TABLE {
        font-size: 13px;
        line-height: 31px;
        text-align: center;
        margin-top: 30px;
    }

    .calendar_body .activedate {
        background: url('data:image/gif;base64,R0lGODlhGwAbAMZIAOtrYetsYuxwZ+xxZ+xxaOxzaexzaux0aux0a+x1bO13be13bu17cu18c+18dO19dO6Bee6Cee6De+6EfO6FfO+FffCQifCTjPGVjvGWj/GXj/GXkPGZk/KdlvKfmPKfmfKhm/Kim/OknvOmoPOpo/OqpPSqpfStqPSuqPSwq/Sxq/SxrPWyrfW0rvW0r/a5tfa6tffGwvfHw/jJxfjKx/jLx/jLyPjMyPrY1frd2vve3Pvf3f3v7v3x8P3y8f3z8v708/729f729v739v74+P75+P/+/v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEKAH8ALAAAAAAbABsAAAf+gEeCg4JCMh8RBwAJFSAzQ4SRkUErAwCXmJgEKECSkTcKmA4eLjAsHQyYF56CRimYGDqSRjkcASOsRyqXDTi5gkW5N5cUPb/HPwkACzzHkiIWnUcml77OhEQBACdHQgIAGteSHAADQzKXsuKEOpczHwAN65INACETAB7zkR0AEwYAWuwjxGLRpRcDB70AEACgwIRHWgAogE8fRA8AJMCTB/FBPnQA1O3bcSmGN3AJNwAQEORIiWr7cFwiIcgHgmXNxPFYAACBj0E2iBlz1oPCpRqRdsWzlguHg0sqZr26lEEkuwyYUhhhVSPUpVGlXHjweEkBjWNBVFjKlElAipYO14TE+AABoAEIH0yyCgQAOw==') 50% 50% no-repeat;
    }

    .calendar_body .holyday {
        color: #215f86 !important;
    }

    .calendar_body .workday {
        color: #215f86 !important;
    }

    .calendar_body .hasContents {
        font-weight: bold;
        text-decoration: underline;
    }

#ncalendar_line_0,
#ncalendar_line_0 .holyday {
    color: #eb6b61 !important;
    height: 31px;
    font-weight: bold;
    background: none;
    border: 0;
}

#ncalendar_line_1,
#ncalendar_line_2,
#ncalendar_line_3,
#ncalendar_line_4,
#ncalendar_line_5,
#ncalendar_line_6 {
    height: 31px;
}

.calendar_body .gray {
    visibility: hidden;
}

/*newsslider slick*/
#newsslider
{
    display:none;
}
#newsslider .page
{
    color:White;
    width:100%;
    height:auto;
    position:relative;
}

    #newsslider .page > .page_image {
        height: auto;
        position: absolute;
        top: 0;
        left:400px;
        z-index: -1;
    }
        #newsslider .page > .page_image > img {
            height: 418px;
            
        }
#newsslider .page>.page_info
{
    position:absolute;
    top:0;
    left:0;
}
#newsslider .page>.page_info .page_title
{
    font-size:34px;
    line-height:38px;
    display:block;
    margin:35px;
}
#newsslider .page>.page_info .page_text
{
    width:50%;
    font-size:18px;
    line-height:19px;
    padding-left:20px;
    margin-bottom:20px;
}
#newsslider .page>.page_info .page_sign
{
    font-size:14px;
    line-height:16px;
    padding-left:20px;
}

#newsslider .page_link:after
{
    content: ' >';
}
    #newsslider .page_link a {
        color: White;
        font: 13px/14px 'Open Sans', serif;
        text-decoration: underline;
    }
#newsslider .page_link a:hover
{
    text-decoration:none;
}
#newsslider .slick-dots
{
    position: absolute;
    bottom: 22px;
    z-index:1;
    display: block;

    width: 100%;
    padding: 0 22px;
    margin: 0;

    list-style: none;

    text-align: center;
}
#newsslider .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
#newsslider .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
    #newsslider .slick-dots li button:hover,
    #newsslider .slick-dots li button:focus,
    #bannersslider .slick-dots li button:hover,
    #bannersslider .slick-dots li button:focus
    {
        outline: none;
    }
    #newsslider .slick-dots li button:hover:before,
    #newsslider .slick-dots li button:focus:before,
    #bannersslider .slick-dots li button:hover:before,
    #bannersslider .slick-dots li button:focus:before {
        opacity: 1;
    }
    #newsslider .slick-dots li button:before, #bannersslider .slick-dots li button:before{
        font-size: 4px;
        line-height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: '';
        border-radius: 50%;
        border: 2px solid #cccccc;
        background: white;
    }

    #bannersslider .slick-dots li button:before {

        border: 2px solid #777777;
        background: white;
    }
    #newsslider .slick-dots li.slick-active button:before, #bannersslider .slick-dots li.slick-active button:before{
        border: 2px solid #cccccc;
        background: #cccccc;
    }

    #bannersslider .slick-dots li.slick-active button:before {
    border: 2px solid #777777;
    background: #777777;
}
#bannersslider .slick-dots {
    bottom: 5px;
}
@media (min-width:768px)
{
    #newsslider
    {
        display:block;
    }
    #newsslider .page>.page_info .page_title
    {
        font-size:20px;
        line-height:20px;
        margin:15px 20px 10px 15px;
    }
    #newsslider .page>.page_info .page_text
    {
        font-size:13px;
        line-height:13px;
        padding-left:15px;
        margin-bottom:8px;
    }
    #newsslider .page>.page_info .page_sign
    {
        font-size:13px;
        line-height:13px;
        padding-left:15px;
    }
}
@media (min-width:992px)
{
    #newsslider .page>.page_info .page_title
    {
        font-size:28px;
        line-height:30px;
        margin:20px 30px;
    }
    #newsslider .page>.page_info .page_text
    {
        font-size:16px;
        line-height:17px;
        padding-left:20px;
        margin-bottom:10px;
    }
    #newsslider .page>.page_info .page_sign
    {
        font-size:13px;
        line-height:15px;
        padding-left:20px;
    }
}
@media (min-width:1200px)
{
    #newsslider .page>.page_info .page_title
    {
        font-size:34px;
        line-height:38px;
        margin:35px;
    }
    #newsslider .page>.page_info .page_text
    {
        font-size:18px;
        line-height:19px;
        padding-left:20px;
        margin-bottom:20px;
    }
    #newsslider .page>.page_info .page_sign
    {
        font-size:14px;
        line-height:16px;
        padding-left:20px;
    }
}

/**/
#middleButtonsRow {
    margin: 10px 0;

}

#middleButtonsRow .middleButtons
{
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
    #middleButtonsRow .middleButton {
        display: inline-block;
        height: 50px;
        padding: 0 20px 0 0;
        text-align: left;
        font-size: 18px;
        color: #00923f;
        line-height: 22px;
        text-decoration: none;
    }
    #middleButtonsRow .middleButton:hover {
        color: #00923f;
        text-decoration: underline;
    }
    #middleButtonsRow .middleButton.pib {
        background: url(images/pib.png) left bottom no-repeat;
        padding-left: 46px;
    }
    #middleButtonsRow .middleButton.civil {
        background: url(images/civil.png) left bottom no-repeat;
        padding-left: 49px;
    }
    #middleButtonsRow .middleButton.people {
        background: url(images/people.png) left bottom no-repeat;
        padding-left: 55px;
        background-size: contain;
    }
    #middleButtonsRow .middleButton.budg {
        background: url(images/5.png) left bottom no-repeat;
        padding-left: 55px;
        background-size: contain;
    }
    #middleButtonsRow .middleButton.isp {
        background: url(images/6.png) left bottom no-repeat;
        padding-left: 65px;
        background-size: contain;
    }

    /*analytics slider*/
    #analyticsRow .position_analytics {
        display: none;
    }

        #analyticsRow .position_analytics .module {
            border: 2px solid #00923f;
            padding: 10px;
            height: 600px;
            text-align: center;
            position: relative;
        }

            #analyticsRow .position_analytics .module .flag {
                position: absolute;
                right: 10px;
                padding: 0px 5px;
                padding-top: 10px;
                top: 0px;
                background-color: #00923f;
                color: #000;
                z-index: 10;
            }

                #analyticsRow .position_analytics .module .flag .caption {
                    font-size: 16px;
                }

                #analyticsRow .position_analytics .module .flag .value {
                    font-size: 22px;
                    margin-top: 3px;
                }

                #analyticsRow .position_analytics .module .flag .percent {
                    font-size: 14px;
                    margin-top: 3px;
                    margin-bottom: 10px;
                }

                #analyticsRow .position_analytics .module .flag .triangle {
                    margin-top: 5px;
                    width: 0;
                    height: 0;
                }

        #analyticsRow .position_analytics .module_title {
            font-size: 26px;
            color: #010101;
            border-bottom: 2px solid #00923f;
            display: inline-block;
            padding-bottom: 10px;
            margin: 15px auto 10px auto;
        }

            #analyticsRow .position_analytics .module_title span.title-meta {
                font-size: 20px;
            }

        #analyticsRow .position_analytics .module_body {
        }

        #analyticsRow .position_analytics .slick-dots {
            position: absolute;
            top: 40%;
            right: 5px;
            z-index: 1;
            display: block;
            width: 40px;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: left;
        }

            #analyticsRow .position_analytics .slick-dots li {
                position: relative;
                display: block;
                width: 20px;
                height: 20px;
                margin: 0;
                padding: 0;
                cursor: pointer;
            }

                #analyticsRow .position_analytics .slick-dots li button {
                    font-size: 0;
                    line-height: 0;
                    display: block;
                    width: 20px;
                    height: 20px;
                    padding: 5px;
                    cursor: pointer;
                    color: transparent;
                    border: 0;
                    outline: none;
                    background: transparent;
                }

                    #analyticsRow .position_analytics .slick-dots li button:hover,
                    #analyticsRow .position_analytics .slick-dots li button:focus {
                        outline: none;
                    }

                        #analyticsRow .position_analytics .slick-dots li button:hover:before,
                        #analyticsRow .position_analytics .slick-dots li button:focus:before {
                            opacity: 1;
                        }

                    #analyticsRow .position_analytics .slick-dots li button:before {
                        font-size: 4px;
                        line-height: 4px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 10px;
                        height: 10px;
                        content: '';
                        border-radius: 50%;
                        border: 2px solid #00923f;
                        background: white;
                    }

                #analyticsRow .position_analytics .slick-dots li.slick-active button:before {
                    border: 2px solid #00923f;
                    background: #00923f;
                }
    /**/
    #allMenuRow {
        background: #f5fbff;
        padding: 60px 0;
        margin-top: 60px;
    }

        #allMenuRow .module_title {
            font-size: 32px;
            color: #010101;
            text-align: center;
        }

        #allMenuRow .module_body {
            padding: 0 55px;
        }

        #allMenuRow ul.level0 > li {
            width: 33%;
            display: inline-block;
            padding: 15px 15px 15px 60px;
            vertical-align: top;
        }

            #allMenuRow ul.level0 > li.azbuka {
                background: url(images/mbi_azbuka.png) 0px 15px no-repeat;
            }

            #allMenuRow ul.level0 > li.bproject {
                background: url(images/mbi_bproject.png) 0px 15px no-repeat;
            }

            #allMenuRow ul.level0 > li.zakon {
                background: url(images/mbi_zakon.png) 0px 15px no-repeat;
            }

            #allMenuRow ul.level0 > li.ispolnenie {
                background: url(images/mbi_ispolnenie.png) 0px 15px no-repeat;
            }

            #allMenuRow ul.level0 > li.report {
                background: url(images/mbi_report.png) 0px 15px no-repeat;
            }

            #allMenuRow ul.level0 > li.programs {
                display: none;
            }

            #allMenuRow ul.level0 > li.participation {
                background: url(images/mbi_participation.png) 0px 15px no-repeat;
            }

            #allMenuRow ul.level0 > li > div {
                padding-bottom: 10px;
            }

                #allMenuRow ul.level0 > li > div > a {
                    font-size: 22px;
                    line-height: 26px;
                    font-weight: 700;
                    color: #010101;
                }

        #allMenuRow ul.level1 > li,
        #allMenuRow ul.level1 > li > div {
            display: inline;
        }

            #allMenuRow ul.level1 > li > div > a {
                font-size: 14px;
                line-height: 20px;
                color: #898989;
            }

                #allMenuRow ul.level1 > li > div > a:after {
                    content: ", ";
                }

            #allMenuRow ul.level1 > li.last > div > a:after {
                content: "";
            }

            #allMenuRow ul.level1 > li > div > a:hover {
                background: #ffc105;
                color: Black;
                text-decoration: none;
            }
    /**/
    #mapRow {
        padding: 60px 0;
        background: white;
    }

        #mapRow .title {
            font-size: 32px;
            text-align: center;
            margin-bottom: 30px;
        }
    /**/
    #feedbackRow {
        background: #A7D9BC;
        padding: 120px 0 80px;
    }

        #feedbackRow .pollBlock {
            border: 2px solid #00923f;
            padding: 50px 66px;
            background: white;
        }

            #feedbackRow .pollBlock .btnAllPolls {
                font-size: 14px;
                padding-top: 10px;
            }

            #feedbackRow .pollBlock .header {
                margin-bottom: 40px;
            }

            #feedbackRow .pollBlock .title {
                font-size: 32px;
            }

        #feedbackRow div.module_poll div.question {
            font-size: 16px;
            line-height: 28px;
        }

        #feedbackRow div.module_poll form.poll_answers {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #898989;
        }

            #feedbackRow div.module_poll form.poll_answers li {
                margin: 20px 0;
            }

            #feedbackRow div.module_poll form.poll_answers label,
            #feedbackRow div.module_poll form.poll_answers input {
                font-weight: 400;
                margin: 0;
                vertical-align: middle;
                display: inline;
                line-height: 20px;
            }

        #feedbackRow .btnActions {
            margin-top: 10px;
            text-align: center;
        }

            #feedbackRow .btnActions td {
                display: inline-block;
                margin: 0 10px 10px 10px;
            }

            #feedbackRow .btnActions input.button {
                font-size: 18px;
                color: White;
                border: 0;
                border-radius: 3px;
                background: #898989;
                font-weight: 400;
                margin
            }

                #feedbackRow .btnActions input.button:hover {
                    background: linear-gradient(to bottom, #cacaca, #aaaaaa);
                }

        #feedbackRow div.module_poll form.poll_answers tr.answer_result {
            font-size: 14px;
        }

            #feedbackRow div.module_poll form.poll_answers tr.answer_result td.chart div.column {
                background-color: #cfdef1;
            }

            #feedbackRow div.module_poll form.poll_answers tr.answer_result td.chart div.border {
                border-color: #cfdef1;
            }

        #feedbackRow div.module_poll form.poll_answers tr.separator {
            height: 14px !important;
        }

        #feedbackRow .question_link {
            display: block;
            background: url(images/question.png) 0px 0px no-repeat;
            min-height: 30px;
            padding-left: 45px;
            line-height: 17px;
            font-size: 14px;
            margin-top: 20px;
            color: #00aeef;
        }

            #feedbackRow .question_link + .question_link {
                margin-top: 10px;
            }
    /**/

    #linksRow {
        padding: 60px 0;
    }

        #linksRow .title {
            font-size: 32px;
            text-align: center;
        }

    #linksslider {
        margin-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

        #linksslider .page table {
            border-collapse: collapse;
            border: 0;
            width: 100%;
        }

        #linksslider table td {
            padding: 0;
            border: 0;
        }

        #linksslider td.page_image {
            vertical-align: middle;
            text-align: left;
            width: 75px;
        }

        #linksslider td.page_text {
            vertical-align: middle;
            text-align: left;
            border-left: 1px solid #d9d9d9;
            padding-left: 10px;
            padding-right: 10px;
            color: #4f688c;
            font-size: 14px;
            line-height: 17px;
        }

        #linksslider a {
            text-decoration: none !important;
        }

            #linksslider a:hover td.page_text {
                color: #00aeef;
            }

        #linksslider .slick-prev:before,
        #linksslider .slick-next:before {
            color: #00aeef;
            font-family: Serif;
        }

    #forumRow {
        padding: 60px 0;
        text-align: center;
        background: white;
    }

    a.btnGoToForum {
        line-height: 64px;
        font-size: 22px;
        font-weight: 700;
        background: url(images/btnForum.png) left center no-repeat;
        margin: 0 auto;
        color: #010101;
        padding-left: 80px;
        display: inline-block;
    }

        a.btnGoToForum:hover {
            text-decoration: none;
        }

    div#budget_costs_by_type {
        padding-top: 10px;
    }

    #mapRow .mapMoListHorizontal,
    #mapRow .mapMoListVertical {
        list-style: none;
        padding: 0;
    }

        #mapRow .mapMoListHorizontal li,
        #mapRow .mapMoListVertical li {
            display: inline-block;
            padding: 0;
            margin: 0;
            font-size: 16px;
            line-height: 20px;
        }

            #mapRow .mapMoListHorizontal li + li {
                margin-left: 20px;
            }

        #mapRow .mapMoListVertical li {
            display: block;
        }

            #mapRow .mapMoListVertical li + li {
                margin-top: 20px;
            }

            #mapRow .mapMoListHorizontal li a:hover,
            #mapRow .mapMoListVertical li a:hover {
                text-decoration: none;
                border-bottom: 2px solid #ffcb05;
            }


    .tiles-bg {
        padding: 40px 0;
        background-color: #A7D9BC;
        margin: 40px 0;
    }

    .main-page-tile-container {
        height: 217px;
        background-color: #e8e8e8;
        position: relative;
        margin: 0 14px 14px 0;
        z-index: 100;
        overflow: hidden;
    }

    .tile-link {
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
    }

        .tile-link:hover, .tile-link:visited {
            color: #ffffff;
        }

    .main-page-tile-text {
        position: absolute;
        bottom: 0;
        padding: 10px;
        font-size: 24px;
        z-index: 102;
        width: 100%;
        padding-right: 31px;
        color: #fff;
        margin: 0 0 4px;
    }

    .main-page-overflow-tile {
        position: absolute;
        bottom: -126px;
        background-color: #0c5dac;
        z-index: 101;
        width: 100%;
        height: 126px;
        transition: all 0.4s ease-in-out;
    }

    .main-page-empty-tile-container {
        margin: 0 14px 14px 0;
        height: 217px;
        overflow: hidden;
    }

    .main-page-tile-container:hover > .main-page-overflow-tile {
        bottom: 0;
    }

    .main-page-tile-container:hover > a > h3 {
        text-decoration: underline;
    }

    .stat-bg {
        background: url(images/tiles_icons/icons/1.png) center center no-repeat;
        background-size: cover;
    }

    .coord-bg {
        background: url(images/tiles_icons/icons/2.png) center center no-repeat;
        background-size: cover;
    }

    .kadr-bg {
        background: url(images/tiles_icons/icons/3.png) center center no-repeat;
        background-size: cover;
    }

    .open-bg {
        background: url(images/tiles_icons/icons/4.png) center center no-repeat;
        background-size: cover;
    }

    .overflow-tile-stat {
        background: url(images/tiles_icons/bg/bg1.png) center center no-repeat;
    }

    .overflow-tile-coord {
        background: url(images/tiles_icons/bg/bg2.png) center center no-repeat;
    }

    .overflow-tile-kadr {
        background: url(images/tiles_icons/bg/bg3.png) center center no-repeat;
    }

    .overflow-tile-open {
        background: url(images/tiles_icons/bg/bg4.png) center center no-repeat;
    }

    .civil-bg {
        background: url(images/tiles_icons/icons/5.png) center center no-repeat;
        background-size: cover;
    }

    .gis-bg {
        background: url(images/tiles_icons/icons/6.png) center center no-repeat;
        background-size: cover;
    }

    .mun-bg {
        background: url(images/tiles_icons/icons/7.png) center center no-repeat;
        background-size: cover;
    }

    .gov-bg {
        background: url(images/tiles_icons/icons/8.png) center center no-repeat;
        background-size: cover;
    }

    .overflow-tile-civil {
        background: url(images/tiles_icons/bg/bg5.png) center center no-repeat;
    }

    .overflow-tile-gis {
        background: url(images/tiles_icons/bg/bg6.png) center center no-repeat;
    }

    .overflow-tile-mun {
        background: url(images/tiles_icons/bg/bg7.png) center center no-repeat;
    }

    .overflow-tile-gov {
        background: url(images/tiles_icons/bg/bg8.png) center center no-repeat;
    }

    .forum-bg {
        background: url(images/tiles_icons/icons/9.png) center center no-repeat;
        background-size: cover;
    }

    .inst-bg {
        background: url(images/tiles_icons/icons/10.png) center center no-repeat;
        background-size: cover;
    }

    .it-bg {
        background: url(images/tiles_icons/icons/11.png) center center no-repeat;
        background-size: cover;
    }

    .last-bg {
        background: url(images/tiles_icons/icons/12.png) center center no-repeat;
        background-size: cover;
    }

    .overflow-tile-forum {
        background: url(images/tiles_icons/bg/bg9.png) center center no-repeat;
    }

    .overflow-tile-inst {
        background: url(images/tiles_icons/bg/bg10.png) center center no-repeat;
    }

    .overflow-tile-it {
        background: url(images/tiles_icons/bg/bg11.png) center center no-repeat;
    }

    .overflow-tile-last {
        background: url(images/tiles_icons/bg/bg12.png) center center no-repeat;
    }

.gramDiv {
    margin: 0 0 10px 0 !important;
}
#middleButtonsRow .middleButton.gram {
    background: url(images/book.png) right bottom no-repeat;
    padding-right: 46px;
    font-size: 20px;
    height: 50px;
    padding: 0;
    width: 100%;
    background-size: contain;
}

    .borderGreen .chart_legend_ext {
        padding-bottom: 0 !important;
    }

    div#calend1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        background: white;
        padding: 10px;
    }

    div#budget_costs_by_type div.chart_container {
        height: 230px;
    }

    table.maphint div.report_meta {
        display: block;
    }

@media (max-width:768px) {
    #middleButtonsRow .middleButtons {
        text-align: left;
    }

    #middleButtonsRow .middleButton {
        display: block;
        padding: 0 0 15px 15px;
    }

        #middleButtonsRow .middleButton.gram {
            width: auto;
        }

    div#calend1 {
        position: relative;
    }

    .tiles-bg {
        padding: 0;
        background-color: initial;
        margin: 0;
    }

    img.tile-icons {
        width: 100%;
        height: auto;
    }

    #mapRow {
        padding: 0;
    }

    .pull-left {
        display: none;
    }
}