body {margin: 0; padding:0; background-color: #e6dddd; font-family: 'Open Sans', sans-serif; font-size: 14px;} 
.top_bar {
    background: #a8dcab;
    background-size: cover;
    background-position: center;
    padding: 0 0;
    height: 71px;
  font-family: Arial, Helvetica, sans-serif;
}
.logo {height: 80px; display: block;}
.logo img {margin: 10px 30px 0 20px; width: 100px; height: 100px; float: left;}
.txtlogo { padding: 20px 0 20px 160px; font-size: 26px; font-weight: bold; color: #275e0f;}
nav { height: 50px; background: #519755; margin: 0; padding: 0; display: block; }

nav ul { display: block; margin: 0; padding: 0;}
nav ul li {    display: inline-block;
    vertical-align: middle;}
#layout-header nav ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #ead9d9;
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #1c7a39;
    float: left;}
nav ul li a:hover {text-decoration: none;
    color: #fff;
    background-color: #275e0f; display: block;}
.active {text-decoration: none;
    color: #fff;
    background-color: #275e0f; display: block;}
.container {
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.footer p {
    text-align: center;
    font-size: 12px;
}
.rep-img {width: 280px; float: left;}
.rep-img img { width: 95%; }
.repdet {width: 700px; display: inline-block;}
h5 span {color:#fff; text-align: center; padding: 3px 3px; background-color: green; display: inline-block; border-radius: 3px 3px;}
.dis {
    color:#fff;
    font-weight:300;
    text-align:center;
    }
    
#vdata_length {
    float: left;
}

#vdata_filter input { border: 1px solid #eee; width:200px;height: 30px;}
#vdata_previous, #vdata_next {
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #eee;
}
.paginate_button {
    padding: 0px 10px;
}
#vdata_info {
    float: left;
}
.repdiv { font-size:1.7em!important;
    color:#fff;
    font-weight:300;
    text-align:center;
    }
   
#memfees .select2-container {

width: 100% !important;

}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
width: 100% !important;
    }
@media print{
   body{
       font-size:18px!important;
       font-family:"Times New Roman";
   }
}