﻿
body{
    background-color:#f1f1f1;
}
.content{
    background-color:white;
}

#background_footer {
   
    background: #816c51; 
}



#about_aadhaar_background{
   
    background-color:white; 
    border-radius: 5px;
    padding:10px;
    margin-top:70px;
}

#advanced_search_aadhaar_background{
     background:white; 
    border-radius: 5px;
    padding:20px;
}

#basic_search_aadhaar_background{
    background:white; 
    border-radius: 5px;
    padding:20px;
}

#background_services {
   
    border-radius: 3px;
    background-color:white; 
    margin-bottom:30px;
    margin-top:20px;
}

.otherinfo{
     padding-top: 70px;
}

.bgimage{
    background-image: url('../images/Aadhaar.jpg'); 
    background-position:center center;
    background-size:cover;
    height:200px;
    padding:70px;
}

.icon{
    max-width:120px;
    margin:0 auto;
    display: block;
}

.iconapps{
    max-width:250px;
    margin:0 auto;
    display: block;
}


#trend_charts{
    margin-left:30px;
    margin-top:30px;
     margin-right:30px;
     margin-right:30px;
     width: 100%;
     align-content:center;
}

 section{
    text-align:center;
}

 @media (max-width: 767px){
     .img-responsive{
         max-width:50%;
         min-width:300px;
     }

 }

 .navbar-default{
     border-color:none;
 }

 .content{
     padding-top: 70px;
 }

.navbar-bottom {
min-height: 300px;
margin-top: 100px;
padding-top: 20px;
color:#816c51;
 margin-left:30px;
    margin-top:30px;
     margin-right:30px;
}


/**
    Tab Host ASP.net
*/

        /* style sheet for tab*/
      
      
        .TabStyle .ajax__tab_header
        {
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            height: 36px;
            border-bottom: 1px solid #bebebe;
        }
      
        .TabStyle .ajax__tab_active .ajax__tab_tab
        {
            border: 1px solid;
            border-color: #bebebe #bebebe #e1e1e1 #bebebe;
            padding: 10px;
            border-bottom: none;
        }
        .TabStyle .ajax__tab_active .ajax__tab_tab:hover
        {
            border: 1px solid;
            border-color: #bebebe #bebebe #e1e1e1 #bebebe;
            padding: 10px;
            border-bottom: none;
        }
      
        .TabStyle .ajax__tab_tab
        {
            border: 1px solid;
            border-color: #e1e1e1 #e1e1e1 #bebebe #e1e1e1;
            background-color: #f1f1f1;
            color: #777777;
            cursor: pointer;
            text-decoration: none;
            padding: 10px;
        }
        .TabStyle .ajax__tab_tab:hover
        {
            border: 1px solid;
            border-color: #bebebe #bebebe #e1e1e1 #bebebe;
            background-color: #e1e1e1;
            color: #777777;
            cursor: pointer;
            text-decoration: none;
            padding: 10px;
            border-bottom: none;
        }
        .TabStyle .ajax__tab_active .ajax__tab_tab, .TabStyle .ajax__tab_tab, .TabStyle .ajax__tab_header .ajax__tab_tab
        {
            margin: 0px 0px 0px 0px;
        }
      
        .TabStyle .ajax__tab_body
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt;
            border-top: 0;
            border: 1px solid #bebebe;
            border-top: none;
            padding: 5px;
            background-color: #e1e1e1;
            width:638px;
        }



/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
    padding:1px;
    margin:2px;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:5px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#e6e6e6e;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#000000;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background-color:#b3b3b3;
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:5px;
    display:none;
}

.background-Section-effect{
   
}


/* Navigation Bar*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #00a950;
  color: #FFFFFF;
}



.navbar {
    color: #FFFFFF;
    background-color: #816c51;
}

.navbar .nav > li > a {
    color:  #FFFFFF;
    font-size:larger;
}

.navbar .nav >ul> li > a {
    color:  #FFFFFF;
    font-size:larger;
}

/* Opacity for App*/
#soon {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

/*#soon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); 
} */