@media screen {
    @font-face {
        font-family: 'Glyphicons Halflings';
        src: url('fonts/glyphicons-halflings-regular.eot');
        src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }
    @font-face {
        font-family: 'roboto';
        src: url('../fonts/RobotoCondensed-Regular.ttf');
    }
    @font-face {
        font-family: 'roboto-normal';
        src: url('../fonts/Roboto-Regular.ttf');
    }
    @font-face {
        font-family: "ddin";
        src: url("../fonts/D-Din.otf") format("opentype");
    }
    @font-face {
        font-family: "ddin-bold";
        src: url("../fonts/D-Din-Bold.otf") format("opentype");
    }
    @font-face {
        font-family: 'ddin-c-bold';
        src: url('../fonts/D-Din-Condensed-Bold.ttf');
    }
    @font-face {
        font-family: "typer";
        src: url("../fonts/MV-Typewriter.ttf") format("truetype");
    }
    @font-face {
        font-family: "typer-bold";
        src: url("../fonts/MV-Typewriter-Bold.ttf") format("truetype");
    }
    @font-face {
        font-family: "galan";
        src: url("../fonts/Mv_Galan_Normal.otf") format("opentype");
    }
    @font-face {
        font-family: "sangu-suruhee";
        src: url("../fonts/SanguSuruhee-Regular.ttf") format("truetype");
    }
    @font-face {
        font-family: "merriweather";
        src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
    }
    @font-face {
        font-family: "merriweather-light";
        src: url("../fonts/Merriweather-Light.ttf") format("truetype");
    }
    body {
        font-family: "typer";
        font-size: 16px;
        text-align: right;
        direction: rtl;
        background: #ffffff !important;
        color: #2b3548;
        max-width: 100%;
        /* min-width: 360px; */
    }
    header {
        height: 100px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 100;
        transition: top 0.2s ease-in-out;
    }
    .roboto {
        font-family: roboto;
    }
    .merriweather {
        font-family: merriweather;
    }
    .merriweather-light {
        font-family: merriweather-light;
        font-size: 12px;
    }
    .typer {
        font-family: typer;
    }
    .typer-bold {
        font-family: 'typer-bold';
    }
    .d-din {
        font-family: ddin;
    }
    .d-din-bold {
        font-family: ddin-bold;
    }
    .d-din-c-bold {
        font-family: 'ddin-c-bold';
    }
    .sangu-suruhee {
        font-family: sangu-suruhee;
    }
    .header-img {
        width: 100%;
        height: 400px;
        background: url('../images/budget_header_tile.png') no-repeat left;
    }
    #logo {
        margin-top: 5px;
    }
    #logo img {
        height: 24px;
        float: left;
        padding-right: 10px;
    }
    /* nav {
	position: fixed;
	top: 0;
	z-index: 100;
} */
    nav ul {}
    nav ul li {
        padding: 0px 10px;
        font-size: 18px;
    }
    .navbar .navbar-nav>li>a {
        color: #000 !important;
    }
    .navbar .navbar-nav>li>a:hover,
    .navbar .navbar-nav>li>a:focus {
        color: #000 !important;
    }
    nav .or {
        font-size: 20px;
        height: 24px;
        width: 1px;
        border-right: 1px solid #c7c6cb;
        margin-top: 8px;
        margin-left: 5px;
    }
    nav .icon {
        padding: 0px 2px;
        padding-top: 0px;
    }
    .card-x {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        border-radius: 2px;
        background: #fff;
        border-top: 1px solid #eee;
        padding-bottom: 30px;
    }
    .shadow {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
        height: 60px;
    }
    .header-img-wrapper {
        width: 100%;
        height: 500px;
        margin-bottom: 20px;
        /* background-image: url('../images/budget_header_tile.png'); */
        background-position: bottom center;
        background-repeat: repeat-x;
    }
    .page-title {
        margin-top: 80px;
        font-size: 36px;
        height: 150px;
        padding-left: 15px;
        line-height: 1.5;
    }
    .page-subtitle {
        font-size: 16px;
        opacity: 1;
    }
    .page-description {
        position: relative;
        margin-top: -90px;
        width: 100%;
    }
    .desc-text {
        padding-left: 48px;
    }
    .desc-text p {
        width: 50%;
        float: left;
        padding: 36px 48px 36px 0;
    }
    .col-md-4,
    .col-md-8,
    .col-md-12,
    .psip-dom {
        margin-top: -200px;
        padding-bottom: 16px;
    }
    .col-md-4 {
        /* position: sticky;
	top: 70px; */
    }
    .t-70 {
        top: 70px;
    }
    .header-tabs {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        display: none;
    }
    .scroll-nav {
        scrollbar-width: none;
    }
    .scroll-nav::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    .tabs {}
    .tab {
        float: right;
        text-align: center;
        cursor: pointer;
    }
    .tab a {
        padding: 9px 20px;
        display: block;
        text-decoration: none;
        color: #2b3548;
        opacity: 1;
    }
    .tab a:hover {
        color: #2b3548;
    }
    .tab:hover {
        /*border-bottom: 2px solid #f57c00;*/
    }
    .tab ul {
        list-style: none;
    }
    .tab ul li {
        float: none;
        text-align: right;
    }
    .tab ul li a {
        text-decoration: none;
        display: block;
        font-size: 16px;
    }
    .tab:hover ul {
        display: block;
        list-style: none;
        margin: 0 auto;
    }
    .tab ul li a:hover {
        color: #2b3548;
    }
    .tab ul li:hover {}
    .tab ul .dropdown-menu {
        display: none !important;
    }
    .tab:hover ul .dropdown-menu {
        display: block !important;
    }
    .tab-active {
        border-bottom: 2px solid #4c82bb;
    }
    .tab .dropdown-toggle:after {
        content: none;
    }
    .tabs-wrapper {
        width: 100%;
        overflow: auto;
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd !important;
    }
    .tabs-wrapper ul {
        text-align: left;
        list-style: none;
        margin: 0 auto;
    }
    .tabs-wrapper ul li {
        float: left;
        font-size: 16px;
    }
    .tabs-wrapper ul li a {
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
    }
    .tabs-wrapper ul li a:hover {
        color: #2b3548;
    }
    .tabs-wrapper ul li ul {
        background: #fff;
        display: none;
        position: absolute;
        z-index: 10;
        top: 40px;
        width: 130px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }
    .tabs-wrapper ul li ul.wide {
        width: 192px;
    }
    .tabs-wrapper ul li:hover ul {
        display: block;
    }
    .tabs-wrapper ul li ul li {
        float: none;
    }
    .wrapper {
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding: 15px 0;
    }
    .office-main a {
        text-decoration: none;
        display: block;
    }
    .office-main a:hover {
        color: #000;
        background: #eee;
    }
    .office-main a {
        text-decoration: none;
        display: block;
    }
    .office-main a:hover {
        color: #000;
        background: #eee;
    }
    .tag {
        border-radius: 25px;
        background: #ddd;
        padding: 5px;
        text-align: center;
        cursor: pointer;
    }
    .tag:hover {
        background: #00afef;
        color: #fff;
    }
    .tag-active {
        background: #00afef;
        color: #fff;
    }
    .clear-fix {
        height: 15px;
        clear: both;
        width: 100%;
    }
    .val {
        float: left;
        margin-right: 10px;
        cursor: pointer;
    }
    .percent {
        float: left;
        margin-right: 10px;
        cursor: pointer;
    }
    .currency {
        float: left;
        margin-right: 10px;
        cursor: pointer;
    }
    .th-row {
        clear: both;
        font-size: 16px;
        padding: 0 20px;
        display: flex;
        flex-wrap: nowrap;
    }
    .tbl-label {
        float: left;
        width: 50%;
    }
    .td-options,
    .td-psip-loans,
    .td-download {
        width: 2%;
        float: left;
        text-align: right;
        position: relative;
        cursor: pointer;
        padding-right: 0px;
    }
    .td-seperator {
        float: left;
        display: block;
        margin-right: 20px;
        width: 1px;
        height: 30px;
        color: #bbbbbb;
    }
    .td-more-options {
        width: 3%;
        float: left;
        text-align: right;
        position: relative;
        cursor: pointer;
        padding-left: 5px;
    }
    .fa-exchange {}
    .fa-download {
        cursor: pointer;
        color: #777;
        padding-right: 20px;
    }
    .fa-ellipsis-v {
        color: #757575;
    }
    .select {
        float: left;
        min-width: 100px;
        color: #000;
        width: 15%;
        font-size: 14px;
        min-height: 32px;
        padding: 5px 30px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        direction: ltr;
        position: relative;
    }
    .select a {
        color: #000;
        text-decoration: none;
    }
    .select li,
    .select-p li,
    .select-b li,
    .select-fund li {
        list-style-type: none;
    }
    .select ul li {
        text-align: left;
        width: 100%;
        padding: 0 10px;
        cursor: pointer;
    }
    .select ul li:hover {}
    .select-p,
    .select-b {
        float: left;
        color: #000;
        width: 15%;
        font-size: 14px;
        min-height: 32px;
        padding: 5px 15px;
        display: table-cell;
        vertical-align: middle;
        direction: ltr;
        text-align: center;
        position: relative;
    }
    .select-m a,
    .select-p a,
    .select-b a,
    .select-fund a {
        text-decoration: none;
    }
    .hide {
        display: none;
    }
    .exec-table {
        width: 1250px;
    }
    .td-exec-label {
        width: 28%;
        float: left;
        min-height: 1px;
        padding: 3px 0px;
        display: table-cell;
        position: relative;
        font-size: 14px;
    }
    .td-exec-row {
        clear: both;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
        height: auto;
        cursor: pointer;
        padding: 0 20px;
    }
    .td-exec-val {
        width: 9%;
        float: left;
        font-size: 14px;
        min-height: 32px;
        padding: 5px 10px;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        text-align: right;
    }
    /* .td-more {
	position: absolute;
	top: 35px;
	right: -5px;
	width: 170px;
	cursor: pointer;
	z-index: 5;
	text-align: left;
	display: none;
}
.td-projections, .td-psip-options, .td-psip-grants {
	padding: 5px 20px;
}
.td-dollars {
	padding: 5px 20px;
} */
    /* .td-projections:hover, .td-dollars:hover, .td-psip-options:hover, .td-psip-grants:hover {
	background: #eeeeee;
} */
    .th-label {
        width: 70%;
        float: right;
        min-height: 1px;
        padding: 3px 0px;
        display: table-cell;
        position: relative;
        font-size: 14px;
    }
    /* .lbl_currency {
	font-size: 12px
} */
    .td-row {
        clear: both;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
        height: auto;
        overflow: auto;
        cursor: pointer;
        padding: 0 20px;
        display: flex;
        flex-wrap: nowrap;
    }
    .td-row:hover {
        background: #eee;
    }
    .td-row:hover .graph {
        display: none;
    }
    .td-level-2 {}
    .td-level-3 {}
    .td-level-4 {}
    .td-label {
        width: 55%;
        float: right;
        min-height: 1px;
        padding: 3px 20px 3px 0px;
        display: table-cell;
        position: relative;
        font-size: 14px;
    }
    .graph {
        position: absolute;
        left: 10px;
        top: 5px;
        cursor: pointer;
        display: none;
    }
    .label-level-1 {
        padding: 3px 0px 3px 20px;
    }
    .label-level-2 {
        padding: 3px 20px 3px 20px;
    }
    .label-level-3 {
        padding: 3px 40px 3px 20px;
    }
    .label-level-4 {
        padding: 3px 60px 3px 20px;
    }
    .label-level-5 {
        padding: 3px 80px 3px 20px;
    }
    .label-level-6 {
        padding: 3px 100px 3px 20px;
    }
    .label-level-7 {
        padding: 3px 120px 3px 20px;
    }
    .td-val,
    .td-valh {
        width: 15%;
        float: right;
        font-size: 14px;
        min-height: 32px;
        padding: 5px 10px;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        text-align: right;
    }
    .td-fc {
        width: 0%;
        display: none;
        float: left;
        font-size: 14px;
        min-height: 32px;
        padding: 5px;
        vertical-align: middle;
        direction: ltr;
        text-align: right;
    }
    .ss {
        position: absolute;
        right: 30px;
        top: 0;
        font-size: 10px;
        cursor: pointer;
        background: #fff;
        height: auto;
        width: auto;
        padding: 0 3px;
        -webkit-border-radius: 55px;
        -moz-border-radius: 55px;
        border-radius: 55px;
    }
    .snack-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .snack {
        margin: auto;
        width: 100%;
        max-width: 1000px;
    }
    .snack-15,
    .snack-16,
    .snack-17,
    .snack-18,
    .snack-19 {
        display: none;
    }
    .clicks:hover {
        background: #eee;
        cursor: pointer;
    }
    .roboto {
        font-family: roboto;
    }
    .txt-center {
        text-align: center;
    }
    .social-share {
        clear: both;
        padding-top: 36px;
    }
    .social-share .share-fb {
        width: 36px;
        height: 36px;
        display: block;
        text-align: center;
        border-radius: 18px;
        border: 2px solid #546e7a;
        color: #546e7a;
        float: right;
        cursor: pointer;
        margin-right: 16px;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .social-share .share-fb:hover {
        color: #ffffff;
        background: #ef555c
    }
    .social-share .share-twitter {
        width: 36px;
        height: 36px;
        display: block;
        text-align: center;
        border-radius: 18px;
        border: 2px solid #546e7a;
        color: #546e7a;
        float: right;
        cursor: pointer;
        margin-right: 16px;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .social-share .share-twitter:hover {
        color: #ffffff;
        background: #546e7a
    }
    .charts {
        height: auto;
        width: 100%;
        padding: 0 20px 0 10px;
    }
    .charts-level-1 {
        padding: 0 20px 0 30px;
    }
    .charts-level-2 {
        padding: 0 20px 0 50px;
    }
    .charts-level-3 {
        padding: 0 20px 0 70px;
    }
    .chart {
        width: 60%;
        float: left;
        position: relative;
        height: auto;
        margin-bottom: 20px;
    }
    .chart-type {
        width: 40%;
        float: right;
        margin-top: 20px;
        text-align: left;
        height: auto;
    }
    .chart-title {
        float: left;
        width: 100%
    }
    .pie {
        cursor: pointer;
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
        padding-bottom: 15px;
    }
    .fa-dot-circle-o {
        position: absolute;
        right: 20px;
        top: 8px;
    }
    .fa-circle-o {
        position: absolute;
        right: 20px;
        top: 8px;
    }
    .year-txt {
        float: left;
        margin-right: 10px;
    }
    .current-year {
        font-family: roboto;
        margin-right: 10px;
        float: left;
    }
    .curr-yr {
        background: #fff;
        float: left;
        margin-right: 5px
    }
    .line {
        cursor: pointer;
        float: left;
        width: 100%;
        text-align: left;
        margin: 15px 0;
        position: relative;
    }
    .line-chart {
        width: 100%;
        height: 250px;
        margin: 20px 0;
        padding-top: 10px;
    }
    .toggle-line {
        border-top: 1px solid #ddd;
        cursor: pointer;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 0;
        padding-top: 15px;
        position: relative;
    }
    .toggle-line .fa {
        position: absolute;
        right: 20px;
        top: 25px;
    }
    .fa-check-square {}
    .fa-square-o {}
    .fa-check-square {
        position: absolute;
        right: 20px;
        top: 8px;
    }
    .legend {
        float: left;
        text-align: left;
        padding: 0 20px 0 0;
        font-size: 16px;
        opacity: 0.7;
        font-size: 14px;
    }
    .legend img {
        padding-right: 10px;
    }
    .gr-legend {
        clear: both;
        height: 1px;
    }
    .pie-charts {
        width: 100%;
        margin: 20px 0;
        display: none;
    }
    .pie-chart {}
    .pie-15 {}
    .pie-16,
    .pie-17,
    .pie-18,
    .pie-19 {
        display: none;
    }
    .years {
        clear: both;
        margin-top: 50px;
        padding-top: 15px;
        width: 100%;
        display: none;
        border-top: 1px solid #ddd;
    }
    .year {
        font-family: roboto;
        text-align: center;
        width: 20%;
        margin-top: 10px;
        cursor: pointer;
        float: left;
        position: relative;
    }
    .year .fa-dot-circle-o {
        position: absolute;
        right: -5px;
        top: -11px;
        text-align: left;
        z-index: 10;
        background: #fff;
        width: 15px;
    }
    .year .fa-circle {
        font-size: 9px;
        position: absolute;
        width: 5px;
        top: -7px;
        right: 0;
    }
    .year-15 {
        text-align: left;
    }
    .year-19 {
        text-align: right;
    }
    .year-16,
    .year-17,
    .year-18,
    .year-19 {
        color: #fff;
    }
    .pipe {
        height: 30px;
        padding-right: 40px;
        margin-right: 40px;
        width: 1px;
        border-right: 1px solid #2b3548;
        opacity: 0.12;
    }
    footer {
        position: relative;
        color: #fff;
        width: 100%;
        margin-top: 20px;
        z-index: 50;
    }
    footer .footer-title {
        font-size: 18px;
        color: #fff;
        padding: 20px 10px;
    }
    footer .footer-text {
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        height: 170px;
    }
    footer .copy {
        width: 100%;
        text-align: center;
        padding: 10px 0 48px;
        font-size: 12px;
        color: #fff;
    }
    #footer .social-links {
        text-align: right;
        float: right;
        height: 20px;
    }
    #footer .social-links a {
        color: #fff;
    }
    #footer .social-links .socials {
        width: 20px;
        float: right;
        margin-left: 15px;
    }
    @keyframes rotator {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(270deg);
        }
    }
    .path {
        stroke-dasharray: 187;
        stroke-dashoffset: 0;
        transform-origin: center;
        animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    }
    @keyframes colors {
        0% {
            stroke: #4FC3F7;
        }
        25% {
            stroke: #03A9F4;
        }
        50% {
            stroke: #0288D1;
        }
        75% {
            stroke: #FF9100;
        }
        100% {
            stroke: #FFB74D;
        }
    }
    @keyframes dash {
        0% {
            stroke-dashoffset: 187;
        }
        50% {
            stroke-dashoffset: 46.75;
            transform: rotate(135deg);
        }
        100% {
            stroke-dashoffset: 187;
            transform: rotate(450deg);
        }
    }
    .loading {
        width: 100%;
        text-align: center;
        padding: 180px 10px 10px;
        height: 400px;
    }
    .list {
        position: absolute;
        top: 85px;
        background: #fff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 0;
        z-index: 60;
        height: 300px;
        overflow-y: scroll;
        display: none;
        max-width: 400px;
        width: 100%;
    }
    .list-atoll a {
        padding: 5px 15px;
        display: block;
        text-decoration: none;
    }
    .list-island a {
        padding: 5px 25px;
        display: block;
        text-decoration: none;
    }
    .list-atoll a:hover,
    .list-island a:hover {
        background: #ccc;
    }
    .ltr {
        direction: ltr !important;
    }
}

@media (max-width: 1024px) {
    .th-label,
    .td-label {
        width: 70%;
    }
    .pipe {
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 20px;
        margin-top: 50px;
        height: 80px;
    }
    .page-description {
        margin-top: -190px;
    }
    .pipe {
        padding-right: 20px;
        margin-right: 20px;
    }
    .col-md-4,
    .col-md-8,
    .col-md-12,
    .psip-dom {
        margin-top: -350px;
    }
    .col-md-4 {
        display: none;
    }
    .list {
        max-width: 350px;
    }
    .exec-table {
        width: 1100px;
    }
}