﻿html {
	/*overflow-y: hidden;*/
	overflow-x: hidden;
	 height: 100% !important;
}

body {
	/*padding-top: 50px;*/
	/*padding-bottom: 20px;*/
	/*overflow: hidden;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100% !important;
	
}
/*body::after {
  background: url("images/bbswatter.png") no-repeat center center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}*/

::-webkit-scrollbar { 
	/*display: none;*/ 
}
/* Set padding to keep content from hitting the edges */
.body-content {
	 position: relative;
	padding-left: 15px;
	padding-right: 15px;

}
.body-content::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.08;
	background-image: url("images/bbswatter.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;*/
}

/* Set width on the form input elements since they're 100% wide by default */

select,
textarea {
    max-width: 100%;
}

/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
	text-align:right;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

.bbs {
	overflow: hidden;
	padding-top: 5px;
}
.bbs_search {
	overflow: hidden; 
	background: #fafafa;
	float: left;
	width: 60%;
	
}
.main_container { /*padding-left: 85px;*/position: relative;}
.bbs_logo { position: absolute;top: 2px;left: 0;z-index: 9999;}
.bbs_right_menu {
	float: left;
	width: 40%;
}
.folat_left {
	float: left;
	width: 10%;
	margin-left: 10px;
	
}
.float_right {
	float: left;
	width: 70%;
	margin-left: 10px;
}
.bbs_search h1 {
	color: #ea4335;
	margin-top: 10px;
}
.bbs_search p {
}
.center_data {
	position:relative;
	margin-top: 12px;
}
.form-control {
	height: 40px;
}
.button1 {
	display:inline-block;
	background-color:#00a65a;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #00a65a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	padding:9px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #00a65a;
	position:absolute;
	top:0;
	left:101%;
	font-weight: bold;
}
/*.button1:hover {
	background-color:#2821a0;
	border:1px solid #2821a0;
}*/
.green { 
	color: #4285f4;
	font-size: 40px;
	font-weight: bolder;
}
.yellow { 
	color: #fbbc05;
	font-size: 40px;
	font-weight: bolder;
}
.red {
	color: #34a853;
	font-size: 40px;
	font-weight: bolder;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*padding-top: 35px;*/
}
footer {
	overflow: hidden;
	/*background: #f2f2f2;*/
	border-top: 1px solid #e4e4e4;
   /*position: absolute;
	left: 0;
	bottom: 0;*/
	width: 100%;

}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}

.footer_left ul {
	list-style: none;
}
.footer_left ul li {
	display: inline-block;
}
.footer_left ul li a {
	/*color: #666666;*/
	padding:10px 10px 0 10px;
	display: block;
	font-size: 13px;
}

.footer_right ul {
	list-style: none;
}
.footer_right ul li {
	display: inline-block;
}
.footer_right ul li a {
	/*color:#666666;*/
	padding: 10px 10px 0 10px;
	display: block;
	font-size: 13px;
}

.btn-default {
	color: #848484 !important;
	font-size: 13px !important;
	font-weight: bold;
	background-color: #f4f4f4 !important;
	padding: 10px 15px !important;
	border: 1px solid #ffffff;
}
.btn-default:hover  {
	border-color: #c6c6c6;
}
.search_icon {
	background: url("/Content/images/search_icon.png") no-repeat 96% 10px;
}

.form-group {}

.navbar-inverse {
	background-color: #fafafa;
	border-color: #ebebeb;
}

.navbar-inverse .navbar-nav > li { margin-left: 5px;margin-bottom: 5px;}
.navbar-inverse .navbar-nav > li > a {
	/*color: #545050;*/
	border: 1px solid #a3a3a3;
	padding: 6px 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	
	 background: -webkit-linear-gradient(#f2f2f2, #dedede); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #dedede); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #dedede); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f2f2f2, #dedede); /* Standard syntax */ 
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active {
	color: #ffffff;
	background: #00a65a !important;
	border-color: #00a65a !important;
	background: -webkit-linear-gradient(#00a65a, #00a65a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#00a65a, #00a65a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#00a65a, #00a65a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#00a65a, #00a65a); /* Standard syntax */ 
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff !important;
	background: #00a65a !important;
	border-color: #00a65a !important;
}



.search_data {
	padding-left:9.5%;
	padding-top:20px !important;
	min-height: 383px;
}
.search_data p {
	color: #4285f4; 
	font-size: 18px
}
.ui-helper-hidden-accessible div {
	text-align: center;
	color: #ec4436;
	font-size: 16px;
}
.pdfbox {
	width:10% !important;
}


/*.login_box { max-width: 50%  !important;margin: 0 auto !important; }*/

/* confirm message design*/

.bs-calltoaction{
	position: relative;
	width:auto;
	padding: 15px 25px;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.bs-calltoaction > .row{
	display:table;
	width: calc(100% + 30px);
}
	 
.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
	float:none;
	display:table-cell;
	vertical-align:middle;
}

.cta-contents{
	padding-top: 10px;
	padding-bottom: 10px;
}

 .cta-title{
	margin: 0 auto 15px;
	padding: 0;
}

 .cta-desc{
	padding: 0;
}

.cta-desc p:last-child{
	margin-bottom: 0;
}

.cta-button{
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 991px){
.bs-calltoaction > .row{
	display:block;
	width: auto;
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"]{
	float:none;
	display:block;
	vertical-align:middle;
	position: relative;
}

.cta-contents{
	text-align: center;
}
}

.bs-calltoaction.bs-calltoaction-default{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning{
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
	border-color:#fff;
}

/*end*/

.form-group {
	margin-bottom: 0 !important;
}
.register_form {
	width: 40% !important;
	margin: 0 auto !important;
}

.advance_form {
	width: 70% !important;
}
.logindata {
	width: 30% !important; 
	margin: 0 auto !important;
}
.navbar {
	margin-bottom: 0 !important;
}
hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

@media (max-width: 1200px) {
.float_right {
	width: 55%;
	margin-left: 25px;
}
.menu ul {
	padding-left: 27px;
}
}
@media (max-width: 990px) {
.float_right {
	width: 45%;
	margin-left: 45px;
}

.bbs_search {
	width: 60%;
}
 .bbs_right_menu {
	width: 33%;
}
 .home_desc {
	margin: 35px 0 0 0px;
	height: 345px;
	overflow: scroll;
}
}
@media (max-width: 768px) {
 .logindata {
	width: 40% !important;
 }
 .bbs_search {
	width: 100%;
}
 .float_right {
	width: 45%;
	margin-left: 45px;
}
 .bbs_right_menu {
	width: 100%;
}
 

}

@media (max-width:668px) {
 .logindata {
	width: 50% !important;
}
}

@media (max-width:520px) {
 .logindata {
	width: 80% !important;
}
 .float_right {
	width: 35%;
	margin-left:60px;
}
 .folat_left {
	float: left;
	width: 10%;
	margin-left: 0;
}
}

@media (min-width: 768px)
{.form-horizontal .control-label {
	text-align: left !important;
}}

.menu {
	padding-top: 10px;
}
.menu ul {
	padding-left: 10px;
	margin-bottom: 0;
}
.menu ul li {
	display: inline-block;
	list-style: none;
}
.menu ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 15px;
	border-bottom: 3px solid #fafafa;
	color: #002699;
}
 .menu ul li a:hover {
	border-color: #002699;
}
 .ui-menu { 
	z-index: 9999 !important;
 }
 .controltextbox {
	height: 29px;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 0px;
 }
 .pagination-container { text-align: center; width:70%;}
 .pagination > li > a, 
 .pagination > li > span {
	 border: 0;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #4288f5;
	cursor: default;
	background-color: #eeeeee;
	border-color: #eeeeee;
	 font-weight: bold;

}
 .pagination > li > a { font-size: 18px;}
 .form-horizontal { line-height: 15px;}


.pagination > li:hover > a, 
.pagination > li:hover > span {
	text-decoration: underline;
}
.advpadding {
	padding-left:15px;
	padding-top: 15px;
}
@media (max-width: 1200px) {
.menu ul {
	padding-left: 27px;
}
}

@media (max-width: 767px) {
 .navbar-header::before, 
 .navbar-header::after {
	display: none;
}
 .float_right {
	width: 73%;
	margin-left: 25px;
}
 .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 19px;
	margin-right: 15px;
	margin-bottom: 8px;

}
}
@media (max-width: 666px) {
.main_container {
	padding-left: 70px;
	position: relative;
}
.bbs_logo {
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 9999;
	width: 50px;
}
.bbs_logo img{
	width: 60px;
  }
.float_right {
	width: 65%;
	margin-left: 0px;
}
.menu ul {
	padding-left: 0;
}
.pagination > li > a {
	font-size: 14px;
}
.pagination > li > a, .pagination > li > span {
   
	padding: 6px 6px;
	
}
}

@media (max-width: 468px) {
	.navbar-toggle {
	position: relative;
	float: right;
	padding: 8px 6px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.pagination-container {
	text-align: center;
	width: 100%;
}

.pagination > li > a {
	font-size: 12px;
}
.pagination > li > a, .pagination > li > span {
   
	padding: 3px 3px;
	
}

.advpadding {
	padding-left:10px;
}
.advance_form {
	width: 80% !important;
}
.button1 {
	display: inline-block;
	
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
   
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	padding: 8px 8px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f6627;
	position: absolute;
	top: 0;
	left: 101%;
}

.register_form {
	width: 80% !important;
	margin: 0 auto !important;
}


.form-control {
	height: 34px;
}
.search_icon {
	background: url("/Content/images/search_icon.png") no-repeat 96% 7px;
}
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #000000;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #fafafa;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #fafafa;
	padding-top: 10px;
}
.home_container{ width: 100%;border-bottom: 1px solid #ebebeb;}
.home_container img{ display: block;width: 100%;height: 80%;}
.home_box{ padding-top: 30px;}
.home_box1{
	 width: 500px;
	 height: 350px;
	 margin: 0 auto;
	 background: #f5f5f0;
	 border: 1px solid #c7c7c7;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	-webkit-box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.62);
	box-shadow: 0px 1px 18px 0px rgba(0,0,0,0.62);

}
.home_box2 {
	margin: 5%;
	border: 1px solid  #c7c7c7; 
	-webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	background: #ffffff;
	width: 90%;
	height: 86%;
	position: relative;
}
.recom{ 
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 172px;
	margin: 0 auto;
	}
.recom p{ 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; 
	background: #dedede;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #232428;
	font-family: "Times New Roman", Georgia, Serif;
}
.home_box3{ padding: 10px;overflow: hidden;position: relative;}
.home_box3 > h1{ color: #ec4436;font-size:16px;font-weight: bold;font-family: "Times New Roman", Georgia, Serif;}
.inner_box3{ }
.inner_box3 p{ text-align: center;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 13px;}

.home_box2 > span{position: absolute; display: inline-block;right: 10px;bottom: 8px;}
.home_box2 > span button {font-family: "Times New Roman", Georgia, Serif;text-align: center;font-size: 16px;font-weight: bold;}
@media (max-width: 900px) {
	.home_box1{
	 width: 400px;
	 height: 320px;    
}

.search_data {
	padding-left:0.5%;
}

.home_box2 {
	margin: 5%;
	border: 1px solid  #c7c7c7; 
	width: 90%;
	height: 86%;
}
.footer_left {
	float: none;
}
.footer_right {
	float: none;
}
.footer_right ul {
	list-style: none;
	text-align: center;
	padding:0;
}
.footer_left ul {
	list-style: none;
	text-align: center;
	padding:0;
	margin:0;
}
   
.recom p{ 
	font-size: 14px;
	font-weight: bold;
	line-height: 14px; 
	padding: 10px;
}
.home_box3 > h1{ color: #ec4436;font-size:12px;}

.inner_box3 p{font-size: 10px;}


.home_box2 > span{right: 10px;bottom: 10px;}
.home_box2 > span button {font-size: 10px;font-weight: bold;}
}
@media (max-width: 430px) {
	.home_box1{
	 width: 300px;
	 height: 330px;    
}
.main_container {
	padding-left: 12px; 
}
}

.desc_login { 
	padding: 5px 10px;
	border: 1px solid #c7c7c7; 
	background-color: #f4f4f4 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 316px;
	overflow: scroll;
	overflow-x: hidden;
}
.desc_login h4{text-align: justify;font-size: 14px;font-weight: bold;color: #ff8080;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.desc_login ul{ list-style: decimal;padding-left: 15px;}
.desc_login ul li{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px;padding-bottom: 10px;text-align: justify;}
.col-md-4 {
	margin-bottom: 5px;
}

.inner_btn a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block; 
	color: #545050;
	border: 1px solid #a3a3a3;
	padding: 6px 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold; 
	background: -webkit-linear-gradient(#f2f2f2, #dedede); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #dedede); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #dedede); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f2f2f2, #dedede); /* Standard syntax */ 
}
 .inner_btn a:hover {
	color: #ffffff;
	background: #002699 !important;
	border-color: #002699 !important;
	 text-decoration: none;
	background: -webkit-linear-gradient(#002699, #191963); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#002699, #191963); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#002699, #191963); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#002699, #191963); /* Standard syntax */ 
	}
.btn-info {
	color: #545050;
	border-color: #a3a3a3;
	background: -webkit-linear-gradient(#f2f2f2, #dedede); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #dedede); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #dedede); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f2f2f2, #dedede); /* Standard syntax */ 
}
.btn-info:hover {
	color: #ffffff;
	background-color: #002699;
	border-color: #002699;
	background: -webkit-linear-gradient(#002699, #191963); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#002699, #191963); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#002699, #191963); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#002699, #191963); /* Standard syntax */ 
}
.footer_left ul li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	font-size: 10px;
}
.inner_box4 {border: 1px solid #c7c7c7;padding: 10px 0;}
.home_desc {
	margin: 35px 0 0 45px;
	padding-top: 20px;
	 border: 1px solid #c7c7c7; 
	 background-color: #f4f4f4 !important;
	 height: 345px;
	 overflow: scroll;
	 overflow-x: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.home_desc p {
	padding: 10px 15px;
	text-align: justify;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
}
.home_buttom_desc{border-top: 1px solid #c7c7c7; }
.btnSubmit {
	padding-bottom: 20px;
}
.btnSubmit2{padding-bottom: 0;}
.btnSubmit3{ padding-top: 10px;}
.btnSubmit input[type="submit"] {
	display: inline-block; 
	color: #545050 !important;
	border: 1px solid #a3a3a3;
	padding: 6px 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold; 
	background: -webkit-linear-gradient(#f2f2f2, #dedede); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f2f2f2, #dedede); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2, #dedede); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f2f2f2, #dedede); /* Standard syntax */ 
}
.btnSubmit input[type="submit"]:hover {
	color: #ffffff !important;
	background-color: #00a65a;
	border-color: #00a65a;
	background: -webkit-linear-gradient(#00a65a, #00a65a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#00a65a, #00a65a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#00a65a, #00a65a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#00a65a, #00a65a); /* Standard syntax */ 
	}
.login_box {
	padding: 20px;
	  border: 1px solid #c7c7c7;
	  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.reg_box{ padding: 10px 20px 10px 20px;margin-top: 10px; }
.desc_reg { height: 398px;overflow: scroll; margin-bottom: 0;margin-top: 10px;overflow-x: hidden;}
.userlogacc{ padding: 20px 10px;margin-left: 20px; border: 1px solid #c7c7c7;width: 400px;margin-top: 20px;  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
.userlogacc p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 16px;color: #002699;padding-bottom: 5px;}
.userlogacc h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002699;padding-bottom: 10px;
	font-size: 20px;
	}
.mainheight{height: 75.968%;background-size: cover;}
.main_inner_control {
	position: relative;  
	border: 1px solid #c7c7c7;
	border-top: 0;
	height: 100%;
	background-size: cover;
}

@media (max-width: 990px) {

 .home_desc,
 .desc_login {
	margin: 20px 0 0 0px;
	height: 180px;
	overflow: scroll;
}
 .footer {
	 position: inherit;
	width: 100%; 
}
 .login_box{
 }
 .home_box {
   padding-top:0px;
}
 .main_inner_control {
	 border: 0;
}
}
.desc_login,.login_box{ margin-top: 10px;}
.modalpopup {
	text-align:justify;
}
.modalpopup ul li{
	padding-bottom:10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	padding-left:5px;
}
.asrprint{text-align: center;margin-bottom: 15px;}