/*
	Theme Name: District Development Committee
	Theme URI: http://www.ezone.com.np
	Description: District Development Committee Wordpress Theme
	Version: 1.0
	Author: e-Zone International (@ezoneintl)
	Author URI: http://www.ezone.com.np
	Tags: Nepal, HTML5, CSS3, DDC

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@charset "utf-8";
/* CSS Document */
* { 
    margin:0px; 
    padding:0px; 
    box-sizing: border-box;
    outline: none !important;
}
body {  
    font-family: sans-serif, arial, times; 
    font-weight: lighter;
    /*-webkit-background-size: cover;
  -moz-background-size: cover; 509
  -o-background-size: cover;
  background-size: cover;*/ 
   /*background: -webkit-linear-gradient(#8fa5c1, #D8E4F0, #D8E4F0, #8fa5c1) 100%  no-repeat !important;
    background: -o-linear-gradient(#8fa5c1, #D8E4F0, #D8E4F0, #8fa5c1) 100%  no-repeat  !important;
    background: -moz-linear-gradient(#8fa5c1, #D8E4F0, #D8E4F0, #8fa5c1) 100%  no-repeat  !important;
    background: linear-gradient(#8fa5c1, #D8E4F0, #D8E4F0, #8fa5c1) 100%  no-repeat  !important; */
    background-color: #fff;
}  
a {
    color: #444;
}
h3 {
    font-size: 18px;
}
header {
    width: 100%;
    position: relative;
    /*background: url(img/nepal.jpg) no-repeat 0 100%;*/
}
.header-bg {
    position: absolute;
    width: 100%;
    opacity: 0.10;
    height: 100%;
}
.banner {
    width: 100%;
    background: rgba(240,240,240,0.9);
}
.wrapper{
    width: 100%;
    height: 100%;
    /*background-image: url(../img/ddc-bg.jpg);
    background-position: top center;
    background-size: 100% 500px;
    background-repeat: no-repeat; */
}

.container{
    max-width: 100%;
    width: 1200px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.td_sub{
    font-weight: bolder;
    font-style: italic;
}
.white { 
    color: white;
}
.red{
    color: #DF2935;
}
.dblue{
    color: #223C52;
}
.lblue{
    color: #81ACCF;
}
.light{
    color: #888;
}
.left{
    float: left;
}
.right{
    float: right;
}
th {
    background: #f5f5f5;
}
hr{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-color: #ddd;
}
.h_bg{
    display: block;
    color: #fff;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}
header{
    padding: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.06)
}

.top-bar {
    width: 100%;
    padding: 1px 25px;
    margin-bottom:10px;
    background: rgba(0,0,0,0.1);
}
.top {
    padding:3px 0;
    height: 25px;
}
.govtlogo h4{
    line-height: 0.7em;
    padding-left: 10px; 
}
.name{
    line-height: 10px;
    margin-left: 5px;
    font-size: 15px;
}

.navbar-default {
    background-color: rgba(34, 60, 82, 0);
    border-color: rgba(34, 60, 82, 0);
    margin-top: 10px;
    z-index: 100;
    min-height: auto;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar-collapse.in{
    overflow: visible;
}
.navbar {
    border-radius: 0px;
    height: auto;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    margin-left: 1px;
    color: #333;
}
.navbar-default .navbar-nav li li a:active .navbar-default   
.navbar-nav > li > a{
     padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-collapse{
    /*background-color: #5D88AE;*/
    z-index: 999;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
}*/
.dropdown-menu{
    background-color: rgba(255, 255, 255, 1);
    z-index: 100;
    margin: 0;
    padding: 0;
    border:none;
    border-radius: 0 !important;
    width: 200px !important;
}
.dropdown-menu > li > a {
    white-space: inherit;
    padding: 3px 16px;
}
.dropdown-menu > .menu-item > .dropdown-menu {
    visibility: hidden !important;
    margin: -27px 0 0 200px;
}
.dropdown-menu > .menu-item:hover > .dropdown-menu {
    visibility: visible !important;
    display: block;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #223c52;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background-color: #223c52;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background-color: #223c52;
    color: #fff;
}
.navbar-default .navbar-nav > li> a:focus, .navbar-default .navbar-nav > li> a:hover{
    background-color: #223c52;
    color: #fff;
}
ul li:hover ul {
    visibility: visible !important;
    display: block !important;
    color: #fff;
    z-index: 999;
}
.slide{
    margin-top: 10px;
}
.nav-tabs > li{
    margin-top: -8px;
}
.nav > li > a{
    padding: 6px 15px;
}
.well  h3, .well  h4, .widget h3, .widget h3, .widget  h4, .sidebar-widget h3 {
    margin-top: 0;
    padding: 10px 5px 6px 0;
    border-bottom: 1px solid #ddd;
}
.well h3, .widget h3 {
    font-weight: 600;
}
.front-link {
    padding: 5px;
}
.front-link:hover {
    text-decoration: none;
}
/*.carousel {
    margin-bottom: 10px;
}*/
.headline{
    background-color: #223C52;
   /* position: absolute;*/
    padding: 5px 15px;
    height: 35px;
    width: 100%;
    z-index: 10;
    border-left: 3px solid #D41621;
}

.h-head{
    float: left;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 6px;
}
.media-heading{
    font-size: 16px;
    border: none !important;
    padding: 0 0 5px !important;
}
.navbar-form{
    margin-top: 0px;
}
.page-form{
    padding: 10px 19px 0;
}
.page-head h3, .post-title {
    font-size: 25px;
    font-weight:normal;
}
.carousel-indicators {
    bottom: 0;
    left: 80%;
}
.carousel-indicators li {
    border-radius: 0;
    background-color: #223C52;
}
.personel{
    overflow: auto;
    height: 400px;
}
.notice{
    overflow: hidden;
}

.notice2{
    overflow: hidden;
    margin-top: -12px;
}
.tab-row{
    margin-top: 11px;
}
.tabpanels{
    margin-top: 11px;
}
.t-content{
    border-top: none;
}
.form-control{
    height: 25px;
    padding: 0 5px;
    border-radius: 0px;
    width: auto;
}
.search-form {
    padding: 0;
    height: 25px;
    width: 25px;
    border-radius: 0;
}
.navbar-toggle{
    border-radius: 0;
    padding: 9px 15px;
}
article{
    margin:15px 0;
}
.article2, .article3 {
    margin: 10px 0;
}
footer{
    width: 100%;
    padding: 5px 0;
    background-color: #476F8F;
    margin-top: 15px;
}
.copyright{
    width: 100%;
    height: 35px;
    background-color: #223C52;
}
.copyright p{
    font-size: 12px;
    font-weight: lighter;
    margin-top: 8px;
}
.copyright a:hover{
    color: #fff;
}
.tab-content {
    border-radius: 0 4px 4px 4px;   
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border:none;
    background-color: #223c52;  
    color: #fff;
}
.nav-tabs > li > a{
    border-radius: 0;
}
.scroll-head{
    float: left;
    width: 16%;
}
.scroll-text{
    float: left;
    width: 84%;
}
.scroll-news {
    margin-right: 15px;
}
.scroll-news:hover{
    color: #fff;
}
.well {
    background: none !important;
    border: none;
    box-shadow: none;
    margin-bottom: 0;  
    padding: 0;
    border-radius: 0 !important;
}
.btn-xs, .btn-group-xs > .btn{
    border-radius: 0; 
    margin-top: 3px;
}
.btn, .btn-sm, .btn-group-sm > .btn{
    border-radius: 0;
    margin-top: 3px;
    padding: 4px 10px;
}

.home .col-md-3 .ncontent a {}
.home .col-md-3 .ncontent a:before {
    content:"►  ";
    color: #286090;
    font-size: 10px;
}
.home .col-md-3 .ncontent a.text-info:before {
    content:"";
}
.category ul li a:before{ content:'► '; font-size:10px;    color: #286090; }
.category ul li, .home .col-md-3 .ncontent a{
    list-style: none;
    display:block;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.category ul li:last-child, .home .col-md-3 .ncontent a.text-info {
    border-bottom:none;
}
.home .col-md-3 .ncontent a ~ br {
    display:none;
}
.category li a{
    color: #333;
}
.category li a:hover{
color:#23527c;
}
.personel-blog {
    background-color: #f5f5f5;
    padding-top: 10px;
    margin-bottom: 10px;
}
/*@media screen only and (max-width: 500){
    .govtlogo img {
        height: 50px !important;
        padding: 0;
    }
    .govtlogo h4{
        line-height: 0.5em !important;
        padding: 0px !important;    
        font-size: 14px !important;
    }
}*/

.contact-form{
width: 100%;
padding: 10px;
margin-top: 15px;
}
.contact-btn{
border-radius: 0;
margin-top:15px;
}
h5.contact-heading{
font-weight: 700;
}
.carousel-inner{
    /*height: 450px;*/
}
.sort {
    font-size: 12px;
    margin-left: 5px;
}
/* comment-form */
.comment-form p label {
    width: 100px;
}
.comment-form .form-allowed-tags {
    display: none;
}
.comment-form .btn {
    margin-left: 100px;
}
.rpwe-li {
    padding-bottom: 6px !important;
}
.widget h3 {
    margin-top: 0;
}
footer .menu li{
    list-style: none;
}
footer .menu li a{
    list-style: none;
    color: #fff !important;
}
footer .menu ul li a{
    margin-left: 10px;
}
.attachment-single-img{
    width: 100%;
}
.tab-pane {
    text-align: justify;
}
#lang_sel_list {
    height: auto;
}
#lang_sel_list li {
    width: auto;
    float: right;
}
#lang_sel_list li:first-child {
    border-left: 1px solid #444;
    margin-top: -1px;
}
#lang_sel_list ul {
    border: none !important;
    margin-top: 2px !important;
}

#lang_sel_list a, #lang_sel_list a:visited {
    border: none;
}
.media, .media-body {
    padding: 3px 0;
}
/*.social{
    margin-top: 10px;
}
.social h3{
    display:none;
}
*/
.fa {
    line-height: 0 !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
   max-width: 200px !important;
}
.vdc-search{
    margin: 5px 0;
}
.vdc-search-box{
    margin-left: 10px;
}
.widget_nav_menu li, .sidebar-box li{
    list-style: none;
}
.chosen{
    padding: 1px 10px;
    width: 200px;
}
.chosen-option{
    padding: 1px 10px;
    width: 180px;
}
.chosen-container {
    padding: 3px 0;
}
.vdc-list ul li{
    list-style: none;
}
.carousel-caption {
    padding-bottom: 0;
    bottom: 25px;
}
.carousel-caption h3 {
    border: none;
    background: rgba(0,0,0,0.5);
    bottom: -20px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    max-height: 335px;
}
#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited {
    background: transparent !important;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background: transparent !important;
    border-bottom: #BF5353 !important;
}
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited {
    text-decoration: underline !important;
}
.position {
    margin-left: 10px;
}
.wpcf7-text, .wpcf7-select, textarea, .wpcf7-select option {
    padding: 3px 5px !important;
}
.wpcf7-text, textarea {
    width: 100% !important;
}
.btn-post {
    margin-top: 0;
    font-size: 15px;
}
.chosen-container-single .chosen-single span {
  font-size: 14px;
}
.mdocs-nav-wrapper {
    display: none;
}
.mdocs-list-table {
    clear: both;
}
.staff h4, .staff p {
    padding: 0;
    border: none;
    margin: 0;
}
.staff .caption {
    padding: 0;
}
.vdc-list {
    border-left: 1px dotted #ddd;
    margin-top: 5px;
}
.no-border tr th, .no-border tr td, .no-border tr, .no-border{
    border: none !important;
}
th[data-sort]{
      cursor:pointer;
}
.lib-collapse{
    max-width: 350px;
    height:auto;
    background:#f5f5f5;
    margin: 3px 0;
    padding: 1px 5px;
    text-align: justify;
}
nav > ul > li.hovered > a, #nav > ul > li.current-<font color='"#FF0000"'>page</font>-ancestor > a, nav > ul > li.current-menu-item > a {
    color: #E30613 !important;
    opacity: 1;
}

@media only screen and (max-width: 350px) {
    .ministry-name {
        line-height: 1em;
    }
}
