﻿@charset "utf-8";
/*Custom Nav*/
body {
	color:#000;
	font-family: 'Open Sans', 'Lato';
}
/*All Wrapper*/

.right-content {
	padding-top:0px;
}
.nav-wrapper {
	background:#df603f;
}
.header-wrapper {
	border-bottom:1px solid #d0d0d0;
}
.nav-wrapper ul li {
	border-left:1px solid rgba(0, 0, 0, .1);
}
.nav-wrapper ul li:first-child {
	border-left:none;
}
.nav-wrapper ul li:hover a, .nav-wrapper ul li.hover a, .nav-wrapper ul li.active a {
    background: #9e2b0b;
    color: #fff;
}
.nav-wrapper ul li a {
    color: #fff;
    padding: 0 3px !important;
}
#nav li:hover > ul, #nav li.hover > ul, #nav a:focus + ul, #nav .hover a:focus {
	margin-left:1px;
}
.nav-wrapper ul ul {
	background:#1f4a7c;
}
.nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a, .nav-wrapper ul ul li a:hover {
}
/*Custom Slide*/
.slides > li {
	position:relative;
}
.flexslider li.bg-slide {
	background-position: center bottom !important;
	background-size: cover !important;
	display: block;
	height: 400px;
	width: 100%;
}
.slide-caption {
	position:absolute;
	top:100px;
	left:0px;
	font-size:135%;
	font-weight:300;
	z-index:9999;
	width:460px;
	color:#000;
}
.ministry span.ext {
	display:none;
}
.slide-caption i {
	color:#666;
}
.slide-caption p {
	padding-bottom:10px;
}
ul#nav li a i.fa-home {
	font-size: 150%;
}
.body-wrapper .container {
	width:100%;
	padding-left:0px;
	padding-right:10px;
}
.banner-wrapper {
	/*background:url(../images/banner/banner-bg.jpg) repeat;
	background-size:cover;*/
}
.banner-wrapper .flex-control-nav {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 40%;
	right:0px;
}
.banner-wrapper .flex-control-paging li a {
	background: #cfcfcf;
	height: 15px;
	width: 15px;
	border:1px solid #fbe3db;
}
.banner-wrapper .flex-control-paging li a.flex-active {
	background: #c4481e;
	cursor: default;
}
.left-body-panel {
	float: left;
	width: 74%;
}
.right-body-panel {
	float: right;
	width: 23%;
}
.content-box {
	float:left;
transition:all .3s;
}
.two-collmn .content-box {
	margin-right: 3%;
	width: 48.5%;
}
/*.content-box:hover{background:#f2eeee;}*/

.content-box .content-heading {
	background: #e27f63 none repeat scroll 0 0;
	color: #fff;
	font-size: 108%;
	font-weight: 600;
}
.content-box .content-heading a {
	background:#c13a14;
	color:#FFF;
	display:block;
	padding:5px 10px;
}
.content-box .content-heading:hover a {
/*	background:#b84828;*/
}
.content-box .content-heading a .content-box .content-heading a:hover {
	text-decoration:none;
}
.content-body {
	padding:20px;
	border:1px solid #f2eeee;
	border-top:0;
}
.content-box .box-image {
	float:left;
	width:40%;
}
.content-box .content-body ul {
	float:right;
	width:60%;
	padding:0px 0px 0px 5%;
}
.content-box .content-body ul li {
	background: rgba(0, 0, 0, 0) url("../images/ico-bullets.png") no-repeat scroll 0 6px;
	padding-left: 15px;
	line-height:19px;
}
.content-box .content-body ul li a {
	font-size:100%;
	color:#000;
}
.three-collmn {
	padding: 24px 0;
}
.three-collmn .content-box {
	margin-right: 2.75%;
	width: 31.5%;
}
.three-collmn .content-body {
    padding: 16px 9px;
    min-height: 177px;
}
.content-box:last-child {
	margin-right:0px;
}
.three-collmn .content-box .content-body ul {
	padding: 0 0 0 3%;
}
.minister {
	background:#efecec;
	padding:59px 10px/*20px*/;
	text-align:center;
}
.minister img {
	border:1px solid #dcdbdb;
	display:inline-block;
}
.minister .minister-info {
	padding-top:10px;
	display:inline-block;
}
.minister .minister-info a {
	display:inline-block;
	padding:5px 8px;
	background:#646464;
	color:#FFF;
	font-weight:600;
	border-radius:2px;
	margin-top:8px;
}
.minister .minister-info h4, .minister .minister-info h5 {
	color:#000;
	font-size:100%;
}
.minister .minister-info a:hover {
	background:#4f4e4e;
}
.budget, .citizen-engagement, .in-focus {
	margin-top:20px;
}
.budget span {
	display:block;
}
.union-budget {
	background:#dd613f;
	color:#FFF;
	font-size:125%;
	font-weight:600;
	padding:30px 20px;
	text-align:center;
}
.union-budget a {
	color:#FFF;
	text-align:center;
}
.sabka-budget {
	background:#3c2880;
	text-align:center;
	padding:10px 0px;
}
.sabka-budget img {
	display:inline-block;
}
.citizen-engagement {
}
.in-focus {
	background:#efecec;
	padding:15px 20px;
}
.in-focus h3 {
	background: rgba(0, 0, 0, 0) url("../images/focus.png") no-repeat scroll 0 3px;
	color: #363635;
	font-size: 130%;
	margin-bottom: 10px;
	padding-left: 30px;
}
.in-focus a {
	color:#000;
}
.in-focus ul.list {
	padding-bottom:0px;
}
.in-focus ul.list li {
	background: rgba(0, 0, 0, 0) url("../images/ico-bullets.png") no-repeat scroll 0 7px;
	padding-left: 15px;
	font-size:95%;
	margin-bottom:24px;
}
.in-focus a span {
	font-style:italic;
}
.body-tab {
	margin-top:0px/*25px*/ !important;
}




/*===========tab===========*/


ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	color: #0c0c0c;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 130%;
	font-weight: 400;
	list-style: outside none none;
	margin: 0 4px 0 0;
	text-align: center;
}
.resp-tabs-list {
	background:#646464;
}
.resp-tabs-list li a {
	border-right: 1px solid #848181;
	display: block;
	padding: 16px 33px;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #efeeed;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 22px 20px;
}
.resp-tabs-list li {
	background:#646464 !important;
	color:#fff !important;
	font-size:100%;
}
.resp-tabs-list li a {
	color:#fff;
	font-weight:400;
}
.resp-tab-item a:hover {
	text-decoration:none !important;
}
.body-container ul.list li a {
	color:#000;
	font-size:100%;
}

.resp-tab-content li a:hover {
	text-decoration:underline !important;
}
.resp-tabs-list li.resp-tab-active {
	border:0 !important;
	background:#efecec !important;
	color:#dd613f !important;
	position:relative;
}
.resp-tabs-list li.resp-tab-active a {
	color:#dd613f !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	font-size:110%;
}
.resp-tab-content ul {
	list-style:none;
}
.resp-tabs-container ul.list li {
	/*background:url(../images/ico-bullets.png) no-repeat 0px 9px;*/
	margin-bottom:8px;
	padding-left:0px; color:#000; float:left; width:100%;  text-align:justify; background:#e2e1e0; padding:5px;
}
.response-inner{ overflow:hidden; font-size:14px; line-height:1.6em;}
.resp-tab-content a {
	color:#000;
	font-size:100%;
	line-height:120%;
}
.resp-tabs-container ul.list li a {
	display:inline;
}
.resp-tabs-container ul.list li i.fa {
	color:#e27272;
	font-size:98%;
	display:inline-block;
	padding-right:5px
}
.resp-tabs-container ul.list {
	padding-bottom:0px;
}
.resp-tab-content a:hover {
	color:#3398a3;
	text-decoration:none !important;
}
.resp-tabs-container li {
	margin-bottom:20px;
	background:url(../images/press-icon.png) no-repeat 0 6px;
	padding-left:25px;
}
.resp-tab-content li span {
text-align:center;
	display:inline-block;
	font-size:90%; color:#fff;
	
	font-style: normal;
}
.resp-tab-content li span .fa-external-link {
	color:#6a605f;
	padding-left:5px;
}

.external-link {
	display:inline-block;
	background:url(../images/external-link.png) no-repeat center center;
	width:14px;
	height:14px;
	background-size:cover;
	padding-left:3px;
}
#edit-field-report-date-value-wrapper > label{ float:left; margin-right:10px;}
#edit-field-report-date-value-wrapper .views-widget{ float:left;}
a.read-more {
	margin-top:0px;
	background:#f4982b;
	color: #fff;
	display: inline-block;
	font-size: 85%;
	font-weight: 300;
	line-height: 140%;
	padding:5px 10px;
	margin-right: 21px;
	font-weight:600;
	text-transform:uppercase;
	float:right; position:relative;
}
a.read-more:after {
    content: "\00bb";
    background: #646464;
    width: 20px;
    height: 100%;
    top: 0px;
    right: -20px;
    position: absolute; text-align:center;     padding-top: 3px;
}
.resp-tab-content a.read-more:hover, .resp-tab-content a.read-more:focus {
	color: #f1f1f1;
}
.resp-tab-content a.read-more:hover {
	background:#646464;
}
.document-report-list{ padding-left:15px;}
.document-report-list li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: list-item !important;
    list-style: outside none disc;
    margin-bottom: 5px;
    padding: 0 !important;
}

.pppress-release-date {
    background: #f4982b none repeat scroll 0 0;
    float: left;
    height: 56px;
    margin-right: 10px;
    padding: 7px 3px;
    width: 78px;
}

h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 941px) {
 ul.resp-tabs-list {
 display: block;
}
 h2.resp-accordion {
 display: block;
}
 .resp-vtabs .resp-tab-content {
 border: 1px solid #C1C1C1;
}
 .resp-vtabs .resp-tabs-container {
 border: none;
 float: none;
 width: 100%;
 min-height: 100px;
 clear: none;
}
 .resp-accordion-closed {
 display: none !important;
}
 .resp-vtabs .resp-tab-content:last-child {
 border-bottom: 1px solid #c1c1c1 !important;
}
.body-wrapper .container {
padding-left:10px;
}
.sabka-budget {
padding: 51px 20px;
}
.union-budget {
padding: 51px 20px;
}
.in-focus ul.list li {
margin-bottom:10px;
}
}
/*=============tab end================*/

.links-bg-wrapper {
	background:url(../images/link-bg.jpg) repeat;
	margin-top:30px;
}
.links-container {
	padding:0px;
}
.links {
	width:70%;
	float:left;
	padding-top:40px;
}
.link {
	width:33%;
	padding-right:3%;
	float:left;
	margin-bottom:40px;
}
.link * {
transition:all .3s;
}
.link a {
	padding:4px;
	display:block;
}
.link .link-icon {
	width:50px;
	height:50px;
	display:inline-block;
	vertical-align:middle;
	background-color:#d45d3c;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:50%;
	text-align:center;
}
.link-img {
	padding:12px 10px 10px 10px;
}
.link:hover .link-icon {
	background-color:#ac391a;
}
.link .link-text {
	color: #000;
	display: inline-block;
	font-size: 120%;
	padding-left: 8px;
	vertical-align: middle;
	width: 70%;
}
.link:hover .link-text {
	color:#d45d3c;
}
.icon1 {
	background-image:url(../images/icons/ico-data.png);
}
.icon2 {
	background-image:url(../images/icons/ico-e-services.png);
}
.icon3 {
	background-image:url(../images/icons/ico-employee.png);
}
.icon4 {
	background-image:url(../images/icons/ico-grivences.png);
}
.icon5 {
	background-image:url(../images/icons/ico-general-f-r.png);
}
.icon6 {
	background-image:url(../images/icons/sbk.png);
}
.icon7 {
	background-image:url(../images/icons/ico-foraign.png);
}
.icon8 {
	background-image:url(../images/icons/ico-photo-gallery.png);
}
.icon9 {
	background-image:url(../images/icons/ico-invest.png);
}
.section-central-government-borrowings .form-item {
	margin:0px;
}
.section-central-government-borrowings .taxonomy-term-description {
	margin: 5px 0 0;
}
.section-central-government-borrowings .links {
	padding-top:0px !important;
}
.link-right {
	float:right;
	width:25%;
	margin:30px 0px;
}
.documents-reports {
	background:#fff;
	padding:10px 15px;
}
.documents-reports h3 {
	font-size:130%;
	background:url(../images/icons/ico-docs.png) no-repeat 0px 5px;
	color:#484241;
	padding-left:30px;
	margin-bottom:10px;
}
.documents-reports ul.list {
	padding-bottom:8px;
	margin-left:2px;
}
.documents-reports ul.list li {
	display:block;
	padding:0px 0px 7px 15px;
	background:url(../images/ico-bullets.png) no-repeat 0px 6px;
}
.documents-reports ul.list li a {
	display:inline-block;
}
.section-visitor-analytics .analytics-cmf {
	z-index:auto !important;
}
.documents-reports ul li a:hover {
	text-decoration:underline;
}
.web-info {
	margin-top:30px;
}
.inner-banner img {
	width:100%;
}
.breadcam {
	padding-bottom: 10px;
	display: block;
	margin-bottom: 20px;
}
.views-table td.active {
	background:none;
}
.views-field-field-circular-date a {
	color:#fff;
}
.breadcam li {
	list-style-type: none;
	display: inline-block;
	font-size: 80%;
	color: #b5b5b5;
}
.breadcam li a {
	display: block;
	background: url(../images/breadcam-arrow.png) no-repeat right center;
	padding-right: 10px;
	color: #7f7f7f;
}
.breadcam li:last-child a {
	background: none;
}
.breadcam li.current {
	color: #b5b5b5;
}
.inner-container {
	padding-top:5px;
}
.footer-links ul.list {
	float:left;
	width:48%;
	padding-bottom:0px;
}
.footer-links {
	padding:20px;
	background:#e7e8e8;
}
.bottom-links {
	border:1px solid #737373;
	padding:10px 15px;
	display:flex;
	margin-top:30px;
}
.bottom-links a {
	display:block;
	width:20%;
	border-right:1px solid #000000;
	float:left;
	color:#000000;
	font-size:100%;
	padding:0px 8px 0px 15px;
}
.bottom-links a:last-child {
	border-right:0;
}
.bottom-links a span {
	font-size:130%;
	display:block;
}
.page-content h1 {
	font-weight:700;
	font-size:20px;
}
.grivenace-sec {
	padding-left:15px;
}
.grivenace-sec li {
	margin-bottom:10px !important;
	padding-left:0px;
	list-style:disc !important;
}
.section-department-expenditure-0 .contextual-links-region ul {
	padding-left:15px;
}
.section-department-expenditure-0 .contextual-links-region ul li {
	padding-left:0px;
	margin-bottom:10px !important;
	list-style:disc !important;
}
address {
	font-style:normal;
}
.contact-add1 h3 {
	font-weight:700 !important;
}
.contact-add1 h2 {
	margin-bottom:8px;
	font-size:20px;
}
.section-e-serivces .ifnosidebarfirst ul li {
	padding-left:3px;
	margin-bottom:10px !important;
	list-style:disc;
}
.section-e-serivces .ifnosidebarfirst ul {
	padding-left:20px;
}
/*******************newcss*************/
.link-img {
	line-height:47px;
}
.link .link-icon {
	text-align:center;
}
.block {
	margin-bottom:0px !important;
}
.views-field.views-field-nid {
	text-align:center;
}
.top-hanging-panel .page-content {
	float:right;
	width:75%;
}
.page-sidebar {
	float:left;
	width:22%;
}
.three-collmn {
	padding-top:24px !important;
	padding-bottom:24px !important;
}
.body-container {
	padding-top:0px !important;
}
.front .banner-wrapper {
	margin-bottom:30px;
}
.related_link h2 {
	font-weight:600 !important;
}
.related_link li {
	margin-bottom:10px;
}
.item-list h2 {
	font-weight:600 !important;
}
.item-list li {
	margin-bottom:10px;
}
.three-collmn .item-list li, .two-collmn .item-list li {
	margin-bottom:0px !important;
}
.page-data-statistics-indian-public-finance-statistics .views-field-title {
	font-weight:600!important;
}
.page-data-statistics-indian-public-finance-statistics .views-row {
	margin-bottom:10px;
}
.page-data-statistics-central-government-borrowings .views-field-title {
	font-weight:600!important;
}
.page-data-statistics-central-government-borrowings .views-row {
	margin-bottom:10px;
}
.breadcrumb {
	margin-bottom:15px;
}
.links {
	padding-top:40px !important;
}
.gtranslate {
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	float: right;
	margin-left: 28px;
	margin-top: 11px;
	padding-left: 25px;
}
.common-right ul li.ico-site-search input[type="text"], .main-goi-form input[type="text"] {
	border:2px solid #aa2323 !important;
	width:270px !important;
}
.bttn-search {
	border-radius:0px !important;
}
.ico-site-search .search-drop {
	display: none;
	position: absolute;
	right: 0;
	top: 36px;
	visibility: visible;
	z-index: 1;
}
.analytics-cmf {
	position:relative;
	z-index:4444;
	float:left;
	margin-top:10px;
}
.analytics-cmf h2 {
	text-align:center;
}
.front .view-id-our_minister td, th {
	border:none !important;
	padding:0px !important;
}
.front tr:nth-of-type(2n+1) {
background:none !important;
}
.view-id-our_minister table {
	border:none !important;
}
.front .view-id-our_minister table tr {
	border:none !important;
}
.front .view-id-our_minister table {
	margin-bottom:0px !important;
}
/*.guide-text {
	display:none;
}*/
.page-data-statistics-external-debt .view-id-our_minister td, th {
	padding:10px !important;
}
.page-data-statistics-monthly-economic-report .views-row-odd, .page-data-statistics-monthly-economic-report .views-row-even {
	margin-bottom:10px;
}
.page-data-statistics-monthly-economic-report .views-row-odd .views-field-title {
	font-weight:600;
}
.page-data-statistics-monthly-economic-report .views-row-even .views-field-title {
	font-weight:600;
}
.views-exposed-form {
	width:100%;
	padding:10px 15px;
	margin-bottom:10px;
	background:#eee;
}
.section-press-releases #edit-field-start-date-value-min-wrapper {
	float: left;
	width: auto;
}
.section-press-releases #edit-field-start-date-value-min-wrapper label {
	display:block; margin-right:5px;
}
.section-press-releases #edit-field-start-date-value-max-wrapper {
	float: left;
	width:auto;
}
.views-table caption {
    color: #4f4f4f;
}


.section-press-releases #edit-field-start-date-value-max-wrapper label {
	display:block; margin-right:5px;
}
.press_release li {
	margin-bottom:10px;
}
.press_release .views-field-title h3 {
	font-weight:600 !important;
}
.section-vacancies-deputation .item-list .views-field-title {
	font-weight:600 !important;
}
.page-press-releases- .views-field-title {
	font-weight:600 !important;
}
.page-press-releases- .views-row-odd {
	margin-bottom:10px;
}
.page-press-releases- .views-row-even {
	margin-bottom:10px;
}
.page-press-releases-archives- .views-row-odd {
	margin-bottom:10px;
}
.page-press-releases-archives- .views-row-even {
	margin-bottom:10px;
}
.page-press-releases-archives- .views-field-title {
	font-weight:600 !important;
}
.views-exposed-form .views-exposed-widget .form-submit {
	background:#d45d3c;
	padding:0px 15px;
	border-radius:32px;
	color:#fff;
	border:none;
	height:23px;
}
.section-press-releases #block-block-12 a {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	padding-left:17px;
	background:rgba(0, 0, 0, 0) url("../images/blt.png") no-repeat scroll 0 12px;
}
.section-press-releases #block-block-12 a:hover {
	text-decoration:underline;
}
.page-sidebar li {
	margin-bottom:0px !important;
	padding:0px !important;
	border-bottom:1px solid #fff !important;
}
.page-sidebar li:last-child {
	border-bottom:none !important;
}
.page-sidebar li a {
	color:#fff !important;
	/*padding:7px !important;*/
	display:block !important; padding:8px !important
}
.page-sidebar li a:hover {
	background:#1c426f !important;
	text-decoration:none !important;
	transition: all 0.5s ease-in-out 0s !important;
}
.page-sidebar #block-block-12 br {
	display:none;
}
.page-sidebar #block-block-12 a {
	color:#fff;
	padding:7px;
	display:block;
	background-image:none;
	margin-bottom:1px;
}
.page-sidebar #block-block-12 a:hover {
	background:#1c426f;
	text-decoration:none;
	transition: all 0.5s ease-in-out 0s;
}
.page-sidebar .block__title {
	margin-bottom:10px;
	font-weight:700;
	font-size:17px;
}
.webform-client-form {
	width:60%;
}
.webform-client-form input[type="text"], .webform-client-form textarea, .webform-client-form input[type="email"], .webform-client-form input[type="tel"] {
	width:100%;
	box-sizing:border-box;
	padding:3px 5px;
}
.section-feedback-form .fieldset-wrapper {
	margin-left:10px;
}
.section-feedback-form #edit-captcha-response {
	width:90%;
	box-sizing:border-box;
}
.section-feedback-form #edit-submit {
	background: #d45d3c none repeat scroll 0 0;
	border: medium none;
	border-radius: 32px;
	color: #fff;
	padding: 5px 15px;
	margin-top:10px;
	margin-bottom:5px;
}
.section-minister-state .field-name-field-image {
	text-align:center;
}
.node-minister .field-name-field-image {
	text-align:center;
}
.node-minister .col-sm-8 {
	margin-bottom:8px;
}
.minister-cabinate h4 {
	font-weight:700;
	margin-top:5px;
	margin-bottom:10px;
}
.section-feedback-form #edit-submit:hover {
	background:#1c426f;
	transition: all 0.5s ease-in-out 0s;
}
.views-exposed-form .views-exposed-widget .form-submit:hover {
	background:#1c426f;
	transition: all 0.5s ease-in-out 0s;
}
.section-minister.node-type-minister .field-type-image {
	text-align: center;
}
.section-minister.node-type-minister .node-minister {
	position:relative;
}
.node-type-services .page-content h3 {
	font-weight:600;
}
.two-column-1 {
	float:left;
	width:50%;
}
.two-column-1 h3 {
	margin-bottom:5px;
}
.contact-us-div ul li {
	margin-bottom:30px;
	list-style:none;
	float:left;
	width:100%;
}
#edit-submit {
	background: #d45d3c none repeat scroll 0 0;
	border: medium none;
	border-radius: 32px;
	color: #fff;
	padding: 5px 15px;
}
#edit-submit:hover {
	background:#1c426f;
	transition: all 0.5s ease-in-out 0s;
}
.captcha .fieldset-wrapper {
	margin-left:10px;
}
#edit-no {
	background: #d45d3c none repeat scroll 0 0;
	border: medium none;
	border-radius: 32px;
	color: #fff;
	padding: 5px 15px;
	margin-left:7px;
}
#edit-no:hover {
	background:#1c426f;
	transition: all 0.5s ease-in-out 0s;
}
#logoutconfirm-form {
	margin-top:5px;
}
a:hover, a:active, a:focus {
	outline:none;
}
#edit-submit-press-release:hover {
	background:#1c426f;
	transition: all 0.5s ease-in-out 0s;
}
#edit-reset:hover {
    background: #333;
    transition: all 0.5s ease-in-out 0s;
}
.page-sidebar .contextual-links-trigger {
	display:none !important;
}
.nav-wrapper ul li span {
	color: white;
	line-height: 40px;
	padding: 0 17px;
}
.con-2 {
	float:left;
	width:30%;
	margin-right:2%;
}
.con-1 {
	float:left;
	width:30%;
	margin-right:2%;
}
.con-3 {
	float:left;
	width:30%;
	margin-right:2%;
}
.contact-add1 {
	float:left;
	width:100%;
}

.nav-wrapper ul ul li.active {
	background:#1c426f none repeat scroll 0 0 !important
}
.nav-wrapper ul li span:hover {
	background:#1c426f none repeat scroll 0 0 !important
}
.nav-wrapper ul li:hover span {
	background:#c13a14;
	display:inline-block;
	cursor:pointer;
}
.ui-datepicker-calendar th {
	padding:0px !important;
}
.minister-images {
	text-align:center;
}
 tr:nth-of-type(odd) {
 background: #f8f8f8;
}
tr.even, tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}
tr.even {
	background-color: #fff;
}
.lt-ie8 tr.even th, .lt-ie8 tr.even td, .lt-ie8 tr.odd th, .lt-ie8 tr.odd td {
	/* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}
/* Markup generated by theme_tablesort_indicator(). */
td.active {
	background-color: #ddd;
}
/* Center checkboxes inside table cell. */
td.checkbox, th.checkbox {
	text-align: center;
}
/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
	background: #ccc;
}
.meeting p {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
b {
	font-weight:bold;
}
.col-sm-4 {
	width:30%;
}
.col-sm-8 {
	width:70%;
}
.b {
	font-weight:bold;
	margin-bottom:7px;
}
.ml_5px {
	margin-left: 10px;
}
.list-section h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.section-minister .body-container p {
	padding-bottom:0px !important;
}
.i18n-hi .link .link-text {
	font-size:100% !important;
}
.i18n-hi body {
	font-size:14px;
}
.i18n-hi .nav-wrapper ul li a {
	padding: 0 10px !important;
	font-size:92% !important;
}
.i18n-hi .nav-wrapper ul li span {
	padding: 0 10px !important;
}
#press-date {
	margin-bottom:10px;
}
#press-title {
	font-weight:600;
}
.page-data-statistics-monthly-economic-report input[type="text"] {
	height:23px;
}
.page-data-statistics-monthly-economic-report select {
	height:23px;
}
.item-list .pager {
	border: 1px solid #ddd;
	display: table;
	float: none;
	margin: 0 auto;
	width: auto;
}

.item-list .pager li {
	border-right: 1px solid #ddd;
	float: left;
	margin-bottom:0px !important;
	padding: 3px 8px;
}
.item-list .pager li:hover {
	background:#e4e4e4;
}
.item-list .pager li.pager-current {
	background:#e4e4e4;
}
.item-list .pager li.last {
	border-right:none;
}
.item-list .pager li:hover a {
	text-decoration:none;
}
#edit-field-report-date-value-value-year, #edit-field-report-date-value-value-month, #edit-field-start-date-value-min-datepicker-popup-0, #edit-field-start-date-value-max-datepicker-popup-0 {
	height:24px;
}
 #edit-submit-data-statistics, {
height:23px;
}
#edit-title {
	height:24px;
}
.page-sidebar ul li.active a {
	background:#1c426f !important;
}
.minister-block {
	position:relative;
}
.section-national-summary-data-page-0 .table th, table td {
	padding:10px 5px;
}
.page-sidebar li {
	background:#df603f;
}
.page-sidebar li a {
	background:#df603f; padding:8px!important
}
.page-data-statistics-central-government-borrowings .container-inline-date .form-item .form-item {
	width:auto;
}
.page-data-statistics-central-government-borrowings .container-inline-date .form-item, .container-inline-date .form-item input {
	width:auto;
}
.page-sidebar li.active-trail, .page-sidebar li.active-trail a {
	color:#fff;
}
.fin_s h2 {
	font-weight: bold;
	margin-bottom: 5px;
}
.fin_s .columnContainer {
	margin-bottom:7px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.w_policy h2, .help h2 {
	margin-bottom:5px;
}
.help h2 {
	margin-top:5px;
}
.col-sm-4, .col-sm-4.b {
	padding-left: 0px !important;
}
.ml_5px {
	margin-left:0px;
	padding-left:0px;
}
.w_policy {
	text-align:justify;
}
.list-section.ml_5px {
	text-align: justify;
}
.view-id-faq .views-field-question {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
.view-id-faq {
	text-align:justify;
}
.two-column-1 p {
	padding-bottom:5px;
	line-height:100%;
}
.body-content, .help {
	text-align:justify;
}
.page-content .view-id-speeches_interviews .view-content .item-list {
	text-align:justify;
}
.ifnosidebarfirst {
	width: 100% !important;
}
.fsdc-secretariat-section ul {
	list-style-type:square;
	margin-left:18px;
}
.fsdc-secretariat-section ul li {
	line-height:1.8em;
}
.financial-regulators-section ol, .capital-market-section ol {
	margin-left:18px;
	margin-top:5px;
	margin-bottom:5px;
}
.financial-regulators-section ol li, .capital-market-section ol li {
	line-height:1.8em;
}
.financial-regulators-section h3 {
	border:2px solid #ccc;
	padding:5px;
	margin-top:5px;
}
.financial-regulators-section .right {
	text-align:right;
	line-height:0.5em;
}
.view-id-direct_benefit_transfer .view-content .views-row {
	line-height:1.8em;
}
.view-id-direct_benefit_transfer .view-content .views-row:last-child {
	margin-bottom:10px;
}
@media only screen and (max-width:768px) {
.section-minister.node-type-minister .field-type-image {
 position: inherit;
 right: 0px;
 top: 2px;
 margin-bottom:5px;
}
 th {
 background: #333 none repeat scroll 0 0;
 color: white;
 font-weight: bold;
 white-space: normal;
}
.budget, .minister, .in-focus, .citizen-engagement {
float:left !important;
width:100% !important;
}
.budget {
min-height:auto !important;
}
.front .view-id-our_minister td, th {
/*width:100% !important;*/
/*float:left;*/
text-align:left !important;
}
.minister {
margin-bottom:20px;
}
}
 @media only screen and (max-width:767px) {
 table {
 border: 0 none;
}
/*table thead {
 display: none;
}*/
table th {
 border: 0 none;
/* display: none;*/
 margin: 0;
 padding: 0;
}
table tr {
 border-bottom: 2px solid #ddd;
/* display: block;*/
 margin-bottom: 10px;
 padding:0px !important;
}
/*table tr:first-child {
 display: none;
}*/
table td {
 border-bottom: 1px dotted #ccc;
/* display: block;*/
 font-size: 13px;
/* text-align: right;*/
}
table td:last-child {
 border-bottom: 0 none;
}
table td::before {
 content: attr(data-label);
 float: left;
 font-weight: bold;
 text-transform: uppercase;
}
#block-views-our-minister-block table tr:first-child {
display:block;
}
.citizen-engagement {
 float: left;
 width: 100%;
}
.in-focus {
 float: right;
 width: 100%;
}
}
.t-center {
	text-align:center;
}
.formatting_section {
	text-align:justify;
}
.formatting_section ol {
	margin-left:25px;
	margin-bottom:25px;
}
.right-to-information-section table tr td ol {
	margin-left:35px;
}
.swatchbharatimg {
	width: 187px;
	height: 95px;
	background: url("../images/swach-bharat.png");
	background-repeat: no-repeat;
	float: right;
}
.right-content span.ext {
	display: none;
}
#next_page_button {
	background:url("../images/arrow-prev.png");
	background-repeat: no-repeat;
	width:74px;
	height:174px;
	padding:30px;
	cursor:pointer;
	position: absolute;
	left: 0px;
	top: 50%;
}
#prev_page_button {
	background:url("../images/arrow-next.png");
	background-repeat: no-repeat;
	width:74px;
	height:174px;
	padding:30px;
	cursor:pointer;
	position: absolute;
	right: 0px;
	top: 50%;
}
.related_link {
	padding-left:15px;
}
.dept_ext {
	list-style:disc;
	margin-bottom:10px;
	padding-left:15px;
}
.dept_ext li{ margin-bottom:5px;}
#controller-sec li {
	margin-bottom:6px;
}
.body-container p {
	text-align:justify;
}
.section-terms-and-conditions-transfer-central-plan-assistance-states-ministry-finance .scroll-table1 {
	overflow-x:scroll;
}
.related_link ul {
	padding-left:15px;
}
.related_link li {
	list-style:disc;
}
.establishment-division-section {
	padding-left:15px;
}
.establishment-division-section li {
	list-style:disc;
	margin-bottom:3px;
}
.establishment-division-section {
	margin-bottom:10px;
}
.order-circular {
	padding-left:15px;
}
.order-circular li {
	list-style:disc;
	margin-bottom:3px;
}
.order-circular {
	margin-bottom:10px;
}
.pay-related-order {
	margin-bottom:10px;
	padding-left:15px;
}
.pay-related-order li {
	list-style:disc;
	margin-bottom:3px;
}
.minister-speeches {
	margin-bottom:10px;
	padding-left:15px;
}
.minister-speeches li {
	list-style:disc;
	margin-bottom:3px;
}
.Data-Statistics {
	padding-left:15px;
}
.Data-Statistics li {
	list-style:disc;
	margin-bottom:3px;
}
.Data-Statistics {
	margin-bottom:10px;
}
.state-loan-data {
	margin-bottom:10px;
	padding-left:15px;
}
.state-loan-data li {
	margin-bottom:3px;
	list-style:disc;
}
.section-documents .item-list {
	padding-left:15px;
}
.section-documents .item-list li {
	list-style:disc;
	margin-bottom:3px;
}
.section-documents {
	margin-bottom:10px;
}
.section-documents-and-reports .item-list {
	padding-left:15px;
}
.section-documents-and-reports .item-list li {
	list-style:disc;
	margin-bottom:3px;
}
.section-documents-and-reports {
	margin-bottom:10px;
}
.climate-change li {
	list-style:disc;
	margin-bottom:3px;
}
.climate-change {
	margin-bottom:10px;
}
.union-budget .ext {
	display:inline-block;
}
#user-login #edit-submit {
	margin-top:7px;
}
#accordion li a {
	border:none !important; padding:8px !important;
}

.search-results {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-bottom:10px;
}
#webform-client-form-151 #edit-submit {
	margin-top:7px;
}
.address {
	margin-bottom:10px;
}
.citizen-engagement-sec {
	padding-bottom:23px;
}
.establishment-division-section-2 {
	margin-bottom:14px;
}
.establishment-coordination li {
	padding-left:15px;
	background:rgba(0, 0, 0, 0) url("../images/blt.png") no-repeat scroll 0 6px  !important;
	margin-bottom:3px;
}
.establishment-coordination {
	margin-bottom:10px;
}
.address1 {
	font-weight:700;
}
#block-menu-menu-direct-benefit-transfer ul li a, #block-menu-menu-plan-finance-i ul li a {
	padding:7px;
}
#block-views-citizen-engagementblock-block ul li a {
	padding:7px;
}

#ui-accordion-accordion-panel-1 li a {
	border:none !important;
}
.page-sidebar ul {
	border:1px solid #fff;
	margin-left:0px !important;
}
.page-sidebar {
	border:none !important;
}
.page-sidebar .block__title {
	padding-left:0px !important;
}
.page-department-economic-affairs-debt-statistics .page-sidebar li a {
	padding:0 0 7px 15px !important;
}
.page-department-economic-affairs-debt-statistics .page-sidebar li:last-child {
	border-bottom:none;
}
#block-menu-menu-dept-eco-affairs-url-menu-t {
	margin-top:10px;
}
#block-menu-menu-dept-eco-affairs-menu li a, #block-menu-menu-divisions-wise-details li a, #block-menu-menu-dept-eco-affairs-url-menu-t li a {
	padding:7px;
}
.minister-finance .column1 {
	width:33.33%;
	float:left;
}
.minister-finance .column2 {
	float:left;
	width:45%;
}
.minister-finance .columnContainer {
	float:left;
	width:100%;
}
 .view-circular-links table tr th:nth-child(4) a {
color:#fff
}
.view-circular-links table tr td:nth-child(4).active {
background:none;
}


@media only screen and (max-width:600px){

.views-table tr {
    border-bottom: 2px solid #ddd;
    display: table-row;
    margin-bottom: 10px;
}
.views-table th {
    border: 0 none;
    display: table-cell;
    margin: 0;
    padding: 0;
}

.views-table thead {
    display: table-row-group;
}
.views-table td {
    border-bottom: 1px dotted #ccc;
    display: table-cell;
    font-size: 13px;
    text-align: right;
}

/*views-table td {
    display: table-cell !important;
}
.views-table tr{ display:auto !important;}
.views-table thead{ display:block;}
.views-table th tr {
    display: table !important;
}
.views-table thead tr{ display:table !important;}
.views-table thead { display:block;
}
.views-table th{ padding:13px 5px !important}
.views-table th {
    border: 0 none;
    display: table-cell;
    margin: 0;
    padding: 0;
}
.views-table thead {
    display: table-caption;
}
.views-table td {
    display: table-cell !important;
}
.views-table tr{ display: table-row;}
table tr{ margin-bottom:0 !important;}*/
}

@media only screen and (max-width:370px) {
.minister .minister-info {
text-align:center !important;
}
.minister .minister-info {
padding-left:0px !important;
}
}
.nav-wrapper ul ul ul {
	left:299px;
	top:0px;
}
.nav-wrapper ul li span {
	display: block !important;
}
.nav-wrapper ul ul li a:hover {
	background:#1c426f !important;
}
ul.menu.list li ul.menu.list li ul.menu.list li a {
}
.nav-wrapper ul li:nth-child(8) ul ul {
 left: -300px;
 top: 0px;
}
/*.view-filters #edit-title-wrapper input[type="text"] {
	padding: 4px;
	height: auto !important;
}
.view-filters #edit-title-wrapper label {
	float:left;
	width:20%;
	margin-top: 2px;
}
.view-filters #edit-title-wrapper {
	margin-right:20px;
}
.view-filters #edit-title-wrapper .views-widget {
	width: 80% !important;
	float: right;
}
.view-filters #edit-field-listing-date-value-wrapper #edit-field-listing-date-value-min-wrapper label, .view-filters #edit-field-listing-date-value-wrapper #edit-field-listing-date-value-max-wrapper label {
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.view-filters div#edit-field-listing-date-value-wrapper {
	width: 31%;
}
.view-filters div#edit-field-listing-date-value-max-wrapper, .view-filters div#edit-field-listing-date-value-min-wrapper {
	float: left;
}
.view-filters select#edit-field-listing-date-value-min-year, .view-filters select#edit-field-listing-date-value-max-year {
	padding: 4px;
}
.view-filters .views-exposed-form .views-exposed-widget .form-submit {
	margin-top:0px;
}*/
.one-sidebar .view-filters #edit-title-wrapper {
	width: 28%;
}
.one-sidebar .view-filters #edit-title-wrapper input[type="text"] {
	width: 100%;
}
.one-sidebar .view-filters .container-inline-date label {
	float: left;
}
.view-filters div#edit-field-start-date-value-wrapper {
	width: 48%;
}
.one-sidebar .view-filters input#edit-field-start-date-value-max-datepicker-popup-0 {
	width: 100%;
}
.one-sidebar .view-filters div#edit-field-start-date-value-min-wrapper input {
	width:78%;
}
.one-sidebar div#edit-field-start-date-value-min {
	width: 55%;
}
.one-sidebar div#edit-field-start-date-value-min-wrapper {
	float: left;
	width: 46%;
}
.one-sidebar .form-item.form-type-date-popup.form-item-field-start-date-value-max {
	width: 193px;
}
.one-sidebar .form-item.form-type-textfield.form-item-field-start-date-value-max-date {
	width: 94px;
}
.documents-reports a.read-more {
    margin-top: -29px;
}

@media only screen and (max-width:991px){
.budget img  { width:100%;}

}




.view-filters div#edit-field-circular-date-value-wrapper label {
    min-width: 93px;
    margin-top: 4px;
    color: #000;
    font-weight: normal;    float: left;
}
.view-filters .view-filters .views-exposed-form .views-exposed-widgets div:nth-child(1) label {
    float: left;
}

.view-filters div#edit-field-circular-date-value-wrapper div#edit-field-circular-date-value-min-wrapper select {
    padding: 5px;    border: 1px solid #ccc;
}

.view-filters div#edit-field-circular-date-value-wrapper div#edit-field-circular-date-value-max-wrapper select {
    padding: 5px;    border: 1px solid #ccc;
}

.view-filters div#edit-field-office-memorandum-value-wrapper {
    min-width: auto;
    margin-top: 0px;
}

.view-filters div#edit-field-office-memorandum-value-wrapper label {
    float: left;
    color: #000;
    font-weight: normal;    margin-top: 3px;
}
.view-filters div#edit-title-wrapper {
    min-width: 310px;    margin-top: 21px;
}

.view-filters .views-exposed-form .views-exposed-widgets div#edit-title-wrapper label {
    float: left;
    font-weight: normal;
    color: #000;margin-top: 3px;
}

.view-filters .views-exposed-form {
    background: #e2e2e2;
    border: 1px solid #ccc;
    margin-top: 12px;
    margin-bottom: 15px;
}

.view-filters #edit-title-wrapper #edit-title {
    height: 27px;
    width: 188px;
    margin-left: 12px;    border: 1px solid #ccc;
}

.view-filters
input#edit-field-office-memorandum-value {
    height: 27px;
    width: 188px;
    margin-left: 12px; border:1px solid #ccc;
}

 .view-filters   .views-exposed-form .views-exposed-widget .form-submit {
    background: #d45d3c;
    padding: 11px 24px 8px 24px;
    border-radius: 0px;
    color: #fff;
    border: none;
    height: auto;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;  
}
 .view-filters   .views-exposed-form .views-exposed-widget .form-submit:hover { background:#333;}
 
 .view-filters  .views-exposed-widget.views-submit-button {
    margin-top: 0px;
    padding: 0px;float: right;
}
.view-filters .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 24px;
    right: 0px;
    margin-right: 15px;
}
 .view-filters
.form-item.form-type-date-select.form-item-field-circular-date-value-min {
    margin-bottom: 10px;
}

.view-filters div#edit-field-name-value-wrapper {
    min-width: 310px;
    margin-top: 21px;
}
.view-filters div#edit-field-name-value-wrapper label {
    float: left;
    color: #000;
    font-weight: normal;
    margin-top: 3px;
}
.view-filters input#edit-field-name-value {
    height: 27px;
    width: 188px;
    margin-left: 12px;
    border: 1px solid #ccc;
}


/*press release*/







.view-filters #views-exposed-form-press-release-page .views-exposed-widget.views-submit-button {
    margin-top: 0px;
    padding: 0px;
    float: left;
}
.view-filters #views-exposed-form-press-release-page
input#edit-reset ,        .view-filters #views-exposed-form-press-release-page  input#edit-submit-press-release {
    padding: 8px;
    font-size: 14px;   
}

.view-filters #views-exposed-form-press-release-page input#edit-submit-press-release { margin-left:40px;}

.view-filters #views-exposed-form-press-release-page
.views-exposed-widget.views-reset-button {   margin-top: 0px;
    padding: 0px;
    float: left;}

.view-filters  div#edit-field-circular-date-value-wrapper label {
    min-width: 93px;
    margin-top: 4px;
    color: #000;
    font-weight: normal;    float: left;
}
.view-filters .view-filters .views-exposed-form .views-exposed-widgets div:nth-child(1) label {
    float: left;
}

.view-filters div#edit-field-circular-date-value-wrapper div#edit-field-circular-date-value-min-wrapper select {
    padding: 5px;    border: 1px solid #ccc;
}

.view-filters div#edit-field-circular-date-value-wrapper div#edit-field-circular-date-value-max-wrapper select {
    padding: 5px;    border: 1px solid #ccc;
}

.view-filters div#edit-field-office-memorandum-value-wrapper {
    min-width: 310px;margin-top: 21px;
}

.view-filters div#edit-field-office-memorandum-value-wrapper label {
    float: left;
    color: #000;
    font-weight: normal;    margin-top: 3px;
}
.view-filters #views-exposed-form-press-release-page div#edit-title-wrapper {
    min-width: 250px;
    margin-top: 0px;
}

.view-filters .views-exposed-form .views-exposed-widgets div#edit-title-wrapper label {
    float: left;
    font-weight: normal;
    color: #000;margin-top: 3px;
}

.view-filters .views-exposed-form {
    background: #e2e2e2;
    border: 1px solid #ccc;
    margin-top: 12px;
    margin-bottom: 15px;
}

.view-filters #edit-title-wrapper #edit-title {
    height: 27px;
    width: 188px;
    margin-left: 12px;    border: 1px solid #ccc;
}

.view-filters
input#edit-field-office-memorandum-value {
    height: 27px;
    width: 188px;
    margin-left: 12px; border:1px solid #ccc;
}

 .view-filters   .views-exposed-form .views-exposed-widget .form-submit {
    background: #d45d3c;
    padding: 11px 24px 8px 24px;
    border-radius: 0px;
    color: #fff;
    border: none;
    height: auto;
    border-radius: 0px;
    font-size: 16px;
    text-transform: uppercase; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;  
}
 .view-filters   .views-exposed-form .views-exposed-widget .form-submit:hover { background:#333;}
 
 .view-filters  .views-exposed-widget.views-submit-button {
    margin-top: 0px;
    padding: 0px;float: right;
}
.view-filters #views-exposed-form-press-release-page .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 10px;
    right: 0px;
    margin-right: 5px;
}
 .view-filters
.form-item.form-type-date-select.form-item-field-circular-date-value-min {
    margin-bottom: 10px;
}



.gtflag[title="English"], .gtflag[title="English"]:hover {
    background-image: url(../images/english.png);
    background-position: 0 3px!important;
    transition: none;
}
.gtflag[title="English"] img {
    width: 45px;
    height: 10px;
}

.gtflag[title="Hindi"] , .gtflag[title="Hindi"]:hover {
    background-image: url(../images/hindi.png);
    background-position: 0 2px!important;
    transition: none;
}
.gtflag[title="Hindi"] img {
    width: 45px;
    height: 10px;
}

.section-whoz-who caption {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize !important;
    background: #f0f0f0;
    padding-left: 11px;
}
#accordion li a{ padding:8px !important;}
.resp-tabs-list , .resp-tabs-list li , .resp-tabs-list li.resp-tab-active { background: none !important;}
.resp-tabs-list li a { border:none !important; padding:0 !important;}
 
 div#parentHorizontalTab li a img {
    height: 70px;
}

h1.title { position:relative !important;}
h1.title:before {
    content: "";
    background: #df603f;
    height: 3px;
    width: 51px;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.page-content h1 {
    font-weight: normal;
    font-size: 30px; margin-bottom:20px;
}
.footer-top-wrapper ul li a , .footer-bottom-wrapper a , .copyright-content span , .copyright-content{ color:#fff !important;}

@media only screen and (max-width:940px){
.banner-wrapper .flex-control-nav { width:100% !important;}
.nav-wrapper ul ul ul {
    left: 0 !important;
}
}

@media only screen and (max-width:910px){
.view-filters div#edit-field-start-date-value-wrapper {
    width: 64%;
}
}



@media only screen and (max-width:767px){
.page-data-statistics-central-government-borrowings .container-inline-date .form-item, .container-inline-date .form-item input {
    width: 100% !important;
}
.view-filters div#edit-field-start-date-value-wrapper {
    width: 100%;
}
.banner-wrapper .flex-control-nav{ text-align:left;}
span.views-slideshow-controls-text-status-play::before {


     bottom: 3px;

}

span.views-slideshow-controls-text-status-pause::before {

    bottom: 3px;

}
}




.nav-wrapper , .union-budget , .content-box .content-heading a {
    background:#bf360c !important

}


/*new css*/

.view-filters label {
    display: block;
    float: none !important;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold !important;
}

.view-filters input {
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
}


div#edit-field-listing-date-value-max-wrapper {
    float: left;
}

div#edit-field-listing-date-value-min-wrapper {
    float: left;
}

.view-filters div#edit-title-wrapper {
    min-width: auto;
    margin-top: 0px;
}

.view-filters #edit-title-wrapper #edit-title {
    height: 27px;
    width: 188px;
    margin-left: 0px;
    border: 1px solid #ccc;
}

.view-filters .views-exposed-form .views-exposed-widgets div#edit-title-wrapper label {
    float: left;
    font-weight: normal;
    color: #000;
    margin-top: 0px !important;
}

.view-filters .views-exposed-form .views-exposed-widget .form-submit { margin-top:18px !important;}


.view-filters .views-exposed-form .views-exposed-widget .form-submit {
    background: #d45d3c;
    padding: 4px 24px 4px 24px !important;
    }

.view-filters .views-exposed-widget.views-submit-button {
    margin-top: 7px !important;
    padding: 0px;
    float: left !important;
}

input#edit-reset {
    margin-left: 13px !important;
}


.nav-wrapper ul li:first-child a {
    padding: 0px 23px 0px 23px !important;
}

.nav-wrapper ul li ul li:first-child a {
    padding: 0px 7px !important;
}

.common-left ul li { width:114px !important;
}

.nav-wrapper ul li:first-child a {
    padding: 0px 23px 0px 23px !important;
}

#cmf-expenditure-form-setails input[type="submit"] { margin-bottom:17px !important;}


span#views_slideshow_controls_text_previous_home_flexslider-block {
    display: none;
}

span#views_slideshow_controls_text_next_home_flexslider-block {
    display: none;
}

div#views_slideshow_controls_text_home_flexslider-block {
   right: 21px;
    position: absolute;
    bottom: 15px;
}

span#views_slideshow_controls_text_pause_home_flexslider-block a {
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase; text-decoration:none;
}
span#views_slideshow_controls_text_pause_home_flexslider-block a:hover , span#views_slideshow_controls_text_pause_home_flexslider-block a:focus { text-decoration:none;}
span.views-slideshow-controls-text-status-play:before {content: "";
    background: url(../images/play.png);
    position: absolute;
    width: 11px;
    height: 12px;
    left: -15px;
    top: 4px;}
	
span.views-slideshow-controls-text-status-pause:before {content: "";
    background: url(../images/pause.png);
    position: absolute;
    width: 11px;
    height: 12px;
    left: -15px;
    top: 4px;}
	






.view-details-of-expenditure-statements .view-filters .views-exposed-form {
    background: #f2f2f2;
}

.view-details-of-expenditure-statements .view-filters .views-exposed-form div#edit-tid-wrapper  , .view-details-of-expenditure-statements .view-filters .views-exposed-form div#edit-tid-1-wrapper , 
.view-details-of-expenditure-statements .view-filters .views-exposed-form div#edit-tid-2-wrapper , 
.view-details-of-expenditure-statements .view-filters .views-exposed-form div#edit-tid-3-wrapper , 
.view-details-of-expenditure-statements .view-filters .views-exposed-form div#edit-tid-4-wrapper , .view-details-of-expenditure-statements .view-filters .views-exposed-form div#edit-tid-5-wrapper , 
.view-details-of-expenditure-statements .view-filters .views-exposed-form .views-exposed-widget.views-submit-button {
    width: 100%;
}

 







.view-details-of-expenditure-statements .view-filters .views-exposed-form .views-widget {
    float: right;
}



.view-details-of-expenditure-statements .view-filters .views-exposed-form .views-widget select {
    width: 228px;
    padding: 5px;
}

.view-details-of-expenditure-statements .view-filters .views-exposed-form .view-filters .views-exposed-widget.views-submit-button {
    float: none;
    display: table;
}



.view-details-of-expenditure-statements .views-exposed-widgets.clearfix {
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}



.view-details-of-expenditure-statements .view-filters .views-exposed-form .views-exposed-widget .form-submit {
    float: right;
    margin-top: 44px;
}




li.ico-accessibility ul {
    display: none;
}
inspector-stylesheet:1
li.ico-accessibility:hover ul {
    display: block;
}
.flexslider:hover .flex-direction-nav .flex-prev { opacity:1 !important;}


 a:active, a:focus {
     outline:dashed; outline-width:thin; outline-color:#ccc;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
    visibility: visible;
    opacity: 9 !important;
}
.flex-pauseplay a.flex-play:before {
    content: '\f04b';
	font-family: "FontAwesome";
}




/**************new css*****************/


.common-left{ padding-left:58px;}
.common-left ul li {
    width: auto !important;
    padding-top: 12px !important;
}
li.ico-accessibility ul {
    display: block !important;
}


#sitemap ul li ul li ul li {
    list-style:disc !important;
}
#sitemap ul li ul li {
    list-style:circle !important;
}
.section-site-map #sitemap ul li {
   
    list-style:square;
 
}

.view-display-id-block_2 #edit-field-start-date-value-max-wrapper{ float:left;}
.view-display-id-block_2 #edit-field-start-date-value-min-wrapper{ float:left;}


span.views-slideshow-controls-text-status-play::before {
  
    content: "";
    font-family: flexslider-icon;
    height: 12px;
    left: -15px;
    position: absolute;
    top: 4px;
    width: 11px;
}
.views-slideshow-controls-text-pause.views_slideshow_controls_text_pause.views-slideshow-controls-text-status-play.views-slideshow-controls-text-pause-processed {
    font-size: 20px;
}

span.views-slideshow-controls-text-status-play::before {
    content: "";
    font-family: fontawesome;
    height: 12px;
    left: -15px;
    position: absolute;
    bottom: 22px;
    width: 11px;
    color: #fff;
    margin-top: 10px;
}


span#views_slideshow_controls_text_pause_home_flexslider-block a {
 
    font-size: 0;

}

span.views-slideshow-controls-text-status-pause::before {
    content: "";
    font-family: flexslider-icon;
    height: 12px;
    left: -15px;
    position: absolute;
    bottom: 22px;
    width: 11px;
    margin-top: 10px !important;
    color: #fff;
    background: none !important;
}
.views-slideshow-controls-text-pause.views_slideshow_controls_text_pause.views-slideshow-controls-text-status-play.views-slideshow-controls-text-pause-processed{ font-size:20px;}
.views-slideshow-controls-text-pause.views_slideshow_controls_text_pause.views-slideshow-controls-text-pause-processed.views-slideshow-controls-text-status-pause{ font-size:20px;}
.banner-wrapper .container{ width:100% !important;}
.nav-wrapper ul li a:hover  .nav-wrapper ul ul{ display:block !important;}
.scroll-table1 {
    overflow-x: auto !important;
}

table th, table td{ text-align:left;}

.views-table thead {
    display: table-row-group !important;
}
.views-table tr{ display: table-row !important;}
table th {
    display: table-cell !important;
}
.views-table td{ text-align:left !important;}
.scroll-table1 table td::before{ display:none;}
h2 {    font-size: 1.5em !important;}
caption{    visibility: hidden;}


img#_dO1aZrTsMzcH1SIv {
    height: 300px;
}
.banner-wrapper .flex-control-nav {
    bottom: 10px;
    background-color: #000;
    padding: 10px 10px 5px 10px;
    float: right;
    right: 35px;
    width: inherit !important;
}
.flexslider {
    position: relative;
    zoom: 1;
    max-height: 300px;
}
.flex-viewport {
    max-height: 300px !important;
}
.views-slideshow-controls-bottom {background: #000;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 35px;
    width: 36px;
}
.sw-logo {
    background: rgba(255, 255, 255, 0) !important;
    display: inline-block;
}
@media only screen and (max-width:940px){
div#flexslider_views_slideshow_main_home_flexslider-block {
    height: auto !important;
}
img#_dO1aZrTsMzcH1SIv {
    height: auto !important;
}


}




/*updated css*/

.view-our-minister ul {
    display: table !important;;
    width: 100% !important;;
margin-left: 0px !important;;
}

.view-our-minister ul li {
    float: left !important;
    width: 48% !important;
    margin-left: 4px !important;
    margin-top: 11px;
}

.view-our-minister ul li:first-child {
    width: 100% !important;
    display: block !important;
    margin-top: 0px;
}
.view-our-minister ul li img {
    width: 100px !important;;
}

.minister .minister-info a {
    font-size: 12px !important;
}
.logo a {
    width: 100%;
}

.minister {
    background: #efecec;
    padding: 18px 10px !important;
    text-align: center;
    color: black;
}

.view-our-minister ul li:first-child img {
    width: auto !important;
}

.content-box:last-child .content-body.clearfix {
    padding: 7px 9px;
    min-height: 145px;
}



.nav-wrapper ul ul li.active a, .nav-wrapper ul ul li.hover a, .nav-wrapper ul ul li a:hover {
    background: #9e2b0b;
}


.view-documents table tr th:nth-child(4) {
    width: 8%;
}

.view-documents table tr th:nth-child(3) {
    width: 18%;
}
@media only screen and (max-width:941px) {
.resp-tabs-list li { width:100%; margin-bottom:10px !important;}
.three-collmn { padding-bottom:0px !important;}


.front #block-views-our-minister-block .views-field-nid {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
}

.view-our-minister ul li:first-child {
    display: block;
    margin-left: 0px !important;
    width: 100% !important;
}
.front #block-views-our-minister-block .views-field-php {
    float: none !important;
    margin-bottom: 18px !important;
    margin-right: 19px !important;
    text-align: center !important;
}

.nav-wrapper ul li.open ul li a {
    background: #9A9A9A !important;
    padding-left: 1% !important;
    color: #fff;
}
.left-body-panel { margin-top:0px !important;}
}



.not-front .page-content {
    min-height: 490px !important;
}


@media only screen and (max-width:940px){
.not-front .page-content {
    min-height: auto !important;
}
}