﻿/*---------------
Custom Styles: DD
---------------*/
.main {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 0;
	width: auto;
	left: 270px;
}
.sidebar_nav {
	z-index: 11;
	position: absolute;
	top: 0;
	bottom: -28px;
	left: 0px;
	width: 270px;
	padding: 15px;
	background-color: #0c3058;
	overflow-y: auto;
	padding-bottom: 25px;
}
.sidebar_nav .panel-default {
	background: transparent;
	border-radius: 0;
	margin-bottom: 25px;
}
.sidebar_nav .panel-heading {
	border-radius: 0;
	color: #0c3058;
	padding: 0px 15px;
	background: #fff;
	border-color: #fff;
}
.sidebar_nav .panel-title {}
.sidebar_nav .panel-title a {
	display: block;
	color: #0c3058;
	line-height: 35px;
	font-weight: 600;
	font-size: 14px;
}
.sidebar_nav .panel-title a:hover,
.sidebar_nav .panel-title a:focus,
.sidebar_nav .panel-title a:active,
.sidebar_nav .panel-title a:visited {
	text-decoration: none;
}
.sidebar_nav .form-group>label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
}
.sidebar_nav label {
    color: #ffffff;
}
.sidebar_nav .select2-container--default .select2-selection--single,
.sidebar_nav .form-control {
    box-shadow: none;
    border: 0;
    border-radius: 2px;
	height: 35px;
}
.sidebar_nav h3 {
	font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    line-height: 35px;
}
.sidebar_nav h3 a {
	float: right;
    display: block;
    line-height: 25px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.28);
    width: 25px;
    text-align: center;
    margin-top: 5px;
    height: 25px;
    border-radius: 2px;cursor: pointer; color: #fff;
}
.sidebar_nav h3 a i {line-height: 25px; display: none;}
.sidebar_nav h3 a i.fa-minus {
	display: block;
}
.sidebar_nav h3 a i.fa-plus {
	display: none;
}
.sidebar_nav h3 a.closed i.fa-plus {
	display: block;
}
.sidebar_nav h3 a.closed i.fa-minus {
	display: none;
}
.sidebar_nav h3 a:hover,
.sidebar_nav h3 a:focus,
.sidebar_nav h3 a:visited,
.sidebar_nav h3 a:active {
	text-decoration: none;
}
.sidebar_nav .form-control + .form-control {
	margin-top: 15px;
}
.sidebar_nav .select2-container {
	width: 100% !important;
}
.sidebar_nav .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}
.sidebar_nav .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
}
.filterBtn {
    position: inherit;
    bottom: 0;
    /*border-top: 1px solid #fbd663;*/
    left: 0;
    right: 0;
    width: 240px;
    background: #0c3058;
}
.filterBtn a.btn {
    display: block;
    float: left;
    width: 50%;
    color: #ffffff;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 5px;
    line-height: 34px;
    padding: 0;
    border: 0;
}
.filterBtn a.btn:hover,
.filterBtn a.btn:focus,
.filterBtn a.btn:visited,
.filterBtn a.btn:active {}
.filterBtn a.btn.apply {
    background: #fed033;
    color: #0c3058;
}


.head-search {
    margin-top: 10px;
    border: 1px solid rgba(56, 61, 67, 0.5);
    border-radius: 30px;
}
.head-search .input-group-addon {
    background: transparent;
    border: 0;
    padding-right: 3px;
}
.head-search .form-control {
    box-shadow: none;
    border: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}




.dashboard-section .panel {
	border-radius: 0;
    border: none;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
	margin-bottom: 30px;
	position: relative;
}
.dashboard-section .panel a {
	display: block;
	/*color: inherit;
	width: 100%;*/
    overflow: hidden;
	font-weight: normal;
}
.info-box {
	transition: all 0.3s;
	text-align: center;
}
.info-box .panel-body {
    padding: 15px 5px;
}
.info-box:hover {
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.info-box .info-box-icon {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
    color: #fff;
}
.info-box .info-box-icon i {
    line-height: 60px;
    color: #fff !important;
    font-size: 20px;
}
.info-box .info-box-content {
    margin-left: 0;
    color: #fff;
}
.info-box .info-box-text {
    display: block;
    font-size: 14px;
}
.info-box .info-box-number {
    font-size: 24px;
    display: block;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
}
.info-box .info-box-number i 
{
    font-size: 22px;}
.info-box .info-box-number small 
{
        font-size: 14px;
    padding-left: 3px;}
.dashboard-section .panel.grad-01 {
	background: linear-gradient(45deg, #fda582, #f7cf68);
	background: #f36b4f;
}
.dashboard-section .panel.grad-02 {
	background: linear-gradient(45deg, #a52dd8, #e29bf1);
	background: #34b696;
}
.dashboard-section .panel.grad-03 {
	background: linear-gradient(45deg,#40ffed,#29b5af);
	background: #4786d7;
}
.dashboard-section .panel.grad-04 {
	background: linear-gradient(45deg, #708090, #7c8ea0);
	background: #5c6e80;
}



.dashboard-section .panel-default>.panel-heading {
	background: #fff;
	padding: 12px 15px;
}
.panel-default>.panel-heading .panel-title {font-weight: 600;}
.panel-default>.panel-heading .panel-title i { font-size: 14px; font-weight: 100;}
#map .amcharts-legend-div {right: -40px !important;}


.head-btn {
    display: block;
    margin: 0px 0 0;
    padding: 0;
    font-size: 0px;
    border: 0;
}
.head-btn li {
    display: inline-block;
    font-size: 14px;
}
.head-btn li a {
    display: block;
    width: 140px;
    line-height: 50px;
    color: #333;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    border: 0 !important;
}
.head-btn li.active a {
	position: relative;
}
.head-btn li.active a:hover,
.head-btn li.active a:focus,
.head-btn li.active a:visited,
.head-btn li.active a:active {
	position: relative;
}
.head-btn li .loksabha_head {}
.head-btn li .rajyasabha_head {}
.head-btn li.active a:after {
	content:"";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	margin-left: -10px;
}
.head-btn li.active .loksabha_head, 
.head-btn li.active .loksabha_head:hover, 
.head-btn li.active .loksabha_head:active,
.head-btn li.active .loksabha_head:visited,
.head-btn li.active .loksabha_head:focus {background: #39a067; color: #fff;}
.head-btn li.active .loksabha_head:after {border-top: 10px solid #39a067;}

.head-btn li.active .rajyasabha_head, 
.head-btn li.active .rajyasabha_head:hover, 
.head-btn li.active .rajyasabha_head:active,
.head-btn li.active .rajyasabha_head:visited,
.head-btn li.active .rajyasabha_head:focus {background: #dc425d; color: #fff;}
.head-btn li.active .rajyasabha_head:after {border-top: 10px solid #dc425d;}
.head-btn li a:hover,
.head-btn li a:focus,
.head-btn li a:active,
.head-btn li a:visited {
	text-decoration: none;
}
.secondaryNav {}
.secondaryNav ul.nav {
    border-bottom: 3px solid #ddd;
}
.secondaryNav ul.nav
{
    position: fixed;
    width: calc(100% - 270px);
    float: left;
    z-index: 1;
    background: #f6f6f6;  
}
.secondaryNav ul.nav li {
    margin-bottom: -3px;
}
.secondaryNav ul.nav li a {
    padding: 10px 15px;
    min-width: 150px;
    text-align: center;
    color: #333;
    border-radius: 0;
}
.secondaryNav ul.nav li.active {}
.secondaryNav ul.nav li.active a {
    border: 0;
    border-bottom: 3px solid #fed033;
}
.secondaryNav .tab-content {
    padding-top: 42px;
}

.chartBlock {
	width		: 100%;
	height		: 400px;
	font-size	: 11px;
}

.map-drop {
	float: left;
    width: auto;
}

.clearfix {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.panel-title .panel-title-select 
{
    width: auto;
    min-width: 50px;
    float: right;
    margin-top: -7px;
    height: 30px;
    padding: 0px;
    }
    
    
   /* SIDEBAR COLLAPSIBLE */
.sidebar_nav.collapse-sidebar{
	width:0;
	padding:0;
}	
.sidebar_nav.collapse-sidebar{
	width:0;
}

.sidebar_nav.collapse-sidebar .nav-content{
	display:none;
}
.sidebar_nav{
	overflow:visible;
}
    .sidebar_nav .sidebar-drawer {
        display: inline-block;
        display: inline;
        zoom: 1;
        position: absolute;
        top: 0px;
        right: -27px;
        background: #14406c ;
        border-radius:0 5px 5px 0;
        z-index: 99;
        padding: 5px;
    }
.sidebar_nav .sidebar-drawer a{
	display:block;
	color:#fff;
	text-align:center;
	font-size:20px;
}

.main.sidebar-collapsed{
	left:0;
}
