/* misc font styles*/
body{
	/* font-family: 'open_sansregular','Helvetica Neue', Helvetica, Arial, sans-serif; */
}
.form-control::-moz-placeholder{color:#bbb;opacity:1}
.form-control:-ms-input-placeholder{color:#bbb}
.form-control::-webkit-input-placeholder{color:#bbb}
.cut{
	margin: -9px 0 35px 15px;
	border-top: 1px dotted #333;
}
.thumbnail{
	border:none;
	background: none;
}
.callout{
	padding: 5px 30px;
	background-color: #fbfbfb;
	border-top: 15px solid #f6f6f6;
}
.strong { font-weight: bold; }
.em{font-style: italic;}
.small, small, .label { font-size: 90%; }
label{
	vertical-align: bottom;
}
.mini {font-size: 55%;}
.large { font-size: 110%; }
.legend {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	font-weight: normal;
}
.notop{
	margin-top: 0;
	padding-top: 0;
}
.nopadding{
	padding:0;
}
.nomargin{
	margin: 0;
}
.nobottom{
	margin-bottom: 0;
	padding-bottom: 0;
}

.align-bottom {
	vertical-align: bottom !important;
}
.warningMsg{
	background-color: #fcf8e3;
}
.main-login-header {
	border-bottom: 1px solid #e5e5e5;
	line-height: 36px;
	margin-top: 15px;
}

/*
.btn{
	text-transform: uppercase;
	line-height: 1.3em;
	vertical-align: middle;
}
.btn-default, .btn-default:hover{
	background-color: #f3f3f3;
	border-top: 1px solid transparent;
	border-right:  1px solid transparent;
	border-left:  1px solid transparent;
	border-bottom: 1px solid #e3e3e3;
}
.btn-default:hover{
	background-color: #eeeeee;
}
.btn-primary{
	border-bottom: 1px solid #24537c;
}
.btn-info{
	border-bottom: 1px solid #408da0;
}
.btn-warning{
	border-bottom: 1px solid #d58512;
}
.btn-success{
	border-bottom: 1px solid #398439;
}
.btn-danger{
	border-bottom: 1px solid #ac2925;
}

*/

.btn-xs{
	line-height: 1.5;
	padding:1px 5px;
}
.text-success { color: #468847; }

.text-error { color: #B94A48; }

.text-info { color: #3a87ad; }
.input-group-btn .btn{
	border-bottom: 1px solid transparent;
	line-height: 1.4em !important;
}
.input-group-btn:last-child > .btn-default, .input-group-btn:last-child > .btn-group {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.btn-group .btn-default{
	border: 1px solid #e3e3e3;
}
input[type="radio"], input[type="checkbox"]{
	margin-right: 3px;
}
.labelgroup label{
	display: block;
	font-weight: normal;
}
.width250{
	max-width: 250px;
	display: inline-block;
}
dd, dt { line-height: 22px; }

@media (min-width: 550px) {
	.dl-horizontal dt {
		width: 160px;
		float:left;
		text-align: right;

	}
	.dl-horizontal dd { margin-left: 180px; }
}
}

table input[type="radio"], table input[type="checkbox"]{
	vertical-align: top;
	margin-top:3px;
}
legend + .form-group {
	margin-top: 0;
}

/* a:active, a:focus, button:active, button:focus, .btn:active, .btn:focus { outline: none; } */




.validity-tooltip {
	z-index: 1003;
	cursor: pointer;
	padding: 3px;
	position: absolute;
}

.validity-summary-container a{
	color: #B94A48;

}
.text-center, .text-center th {
	text-align: center !important;
}
/*tables*/
.table-lg > thead > tr > th, .table-lg > tbody > tr > th, .table-lg > tfoot > tr > th, .table-lg > thead > tr > td, .table-lg > tbody > tr > td, .table-lg > tfoot > tr > td{
	padding:15px;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 1px solid #dddddd;
}
.CV_columnTable { width: 100%; }


.CV_columnTable th,.CV_columnTable td {
	padding: 8px;
	vertical-align: top;
	margin: 10px;
}
.trainerTable .popover{
	max-width: 500px;
}
.table { display: table !important;}

.table td, .table th { border-top: none	!important;  vertical-align: middle !important;}

/*.table th { border-bottom: 1px solid #efefef !important; }*/

.table-bordered td { border-top: 1px solid #efefef;
}
.table-bordered>thead>tr>th {
	border-bottom-width: 1px !important;
}
.table-cart tr td, .table-cart tr th{
	padding:15px !important;
	vertical-align: middle !important;
	border-color: #f5f5f5 !important;
}
.table-cart {
	border-color: #f5f5f5 !important;
}
.table-cart thead, .table-cart tfoot, .subtotal{
	font-size: 110%;
	font-weight: bold;
}
/* product listing */
.prod-thumbnail{
	max-height: 120px;
}
.prodForm{
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto 20px;
}
.productItem{
	width: 250px;
	display: inline-block;
	height: 400px;

}
.prodimg {
	height: 180px;
}

.prodinfo{
	border-top: 1px solid #ededed;
	margin-top: 25px;

}
.height50{
	height:50px;
}

.slideEffect  {
	position: relative;
	z-index: 1;
}

.slideEffect a {
	overflow: hidden;
	margin: 0 15px 0 0;
	position: relative;
	display: inline-block;
	outline: none;
}

.slideEffect a h4 {
	background: #efefef;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	margin-top: 0;
}

.slideEffect a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0 20px 10px;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #B94A48;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.slideEffect a:hover h4,
.slideEffect a:focus h4 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.slideEffect a:hover::before,
.slideEffect a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

/* Calendar styles*/
.calendar { table-layout: fixed;
}
.calendar th{
	border: 1px solid #efefef;
	background-color: #ddd;
	text-transform: uppercase;
}
.calendar td {
	width: 14%;
	text-overflow:ellipsis;
	overflow:hidden;

	padding: 15px !important;
	height: 126px;
	border: 1px solid #efefef;
	vertical-align: top !important;
}

.calendar .popover{
	max-width: 200px;
	text-align: center;
}

/*events*/
.event-month {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-top: 1px;
    background: #aaaaaa;
    text-transform: uppercase;
}

.event-date {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.eventicon {
    display: block;
    text-align: center;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 2.5em;
    margin-right: 5px;

}

.fa-events{
	margin-top: 10px;
}
.tabs-left .nav-pills>li+li{
	margin-left: 0;
}
.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.tabs-left .nav-pills > li {
	float: none;
}

.tabs-left .nav-pills > li > a {
	margin-bottom: 4px;
}

.navwrap {
	margin-top: 30px;
}

.navwrap .tab-content {
	/* background: #fafafa; */
	padding: 15px 20px 10px;
}

.fa-tabs {
	display: block !important;
	margin-bottom: 5px;
}
.help-inline {
	padding: 5px 0 0;
}

p.lead{
	font-size: 15px;
	font-weight: bold;
}

.form-actions {
	border-top: solid 1px #dddddd;
	padding: 15px;
	margin-top: 25px;
	text-align: right;
	width: 100%;
}

.default-display {
	display: inline-block;
	vertical-align: middle;
}

.fixed-width { width: 150px !important;}

.accordion-toggle {
	cursor: pointer;
}

legend {
	padding-top: 20px;
}

.alert-heading {
	margin-bottom: 15px;
}

.well {
	margin-top: 5px;
}

.form-inline {
	margin-bottom: 30px;
}

.userRow {
	padding: 15px;
}
.cartnav {
	width:100%;
	text-align:center;
	font-weight:700;
	padding:20px 0;
	margin-top: 15px;
}
.nav2 {
	padding-right: 25px;
	padding-left: 25px;
}

/* Required by anchors without href - 8/26/2014 */
a:hover{
	cursor: pointer;
}
@media (max-width: 479px) {
	.hidden-ts{
		display: none;
	}
	.required {
		background: url(../images/icon_star.png) no-repeat scroll right 0 transparent;
		display:inline;
	}
	/** responsive tables! **/
	.table-bordered > tbody > tr > td{
		border: 0;
	}
	table.responsive {
		border: 0;
	}
	table.responsive thead {
		display: none;
	}

	table.responsive tr {
		margin-bottom: 10px;
		display: block;
		border: 1px solid #ddd ;
		padding: 5px;
	}

	table.responsive  td {
		display: block;
		text-align: right !important;
		font-size: 13px;
		border-bottom: 1px dotted #ccc !important;
	}

	table.responsive td:last-child {
		border-bottom: 0 !important;
	}

	table.responsive td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}

	.fixed-width { width: 100% !important;}
	.resp-strong {font-weight: bold;}
}
@media (min-width: 480px) {
	.visible-ts{
		display: none;
	}
	.border-right{
		border-right: 1px solid #efefef;
	}

}
	@media (max-width: 480px){
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
		width:100%;
	}
}
.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12{
	position: relative;
	min-height: 1px;
	margin-bottom: 10px;
	float: left;
}
.col-ts-12 {
	width: 100%;
}
.col-ts-11 {
	width: 91.66666667%;
}
.col-ts-10 {
	width: 83.33333333%;
}
.col-ts-9 {
	width: 75%;
}
.col-ts-8 {
	width: 66.66666667%;
}
.col-ts-7 {
	width: 58.33333333%;
}
.col-ts-6 {
	width: 50%;
}
.col-ts-5 {
	width: 41.66666667%;
}
.col-ts-4 {
	width: 33.33333333%;
}
.col-ts-3 {
	width: 25%;
}
.col-ts-2 {
	width: 16.66666667%;
}
.col-ts-1 {
	width: 8.33333333%;
}
/*Firefox fix for .table-responsive class */
/*Removed 3/4/21 */
/*@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}*/
/* end Firefox fix */



.inliner + .inlined {
	display: block;
	vertical-align: middle;
}

.inlined {
	width: 100%;
	margin: 0 auto;
}

.progress-meter {
	margin: 20px auto 40px;
	padding: 40px;
	counter-reset: point;
	list-style-type: none;
}
.progress-meter .progress-point:before {
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	content: "\2713";
	display: block;
	width: 26px;
	margin: 0 auto 12px;
	border: 4px solid #aaaaaa;
	text-align: center;
	background-color: white;
	color: white;
	box-sizing: content-box;
}

.progress-meter .progress-pointNQ:before {
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	content: "\2713";
	display: block;
	width: 26px;
	margin: 0 auto 12px;
	border: 4px solid #aaaaaa;
	text-align: center;
	background-color: white;
	color: white;
}

.progress-meter .track {
	position: relative;
	height: 4px;
	background: #ddd;
}
.progress-meter .progress {
	-moz-transition: width 1s;
	-o-transition: width 1s;
	-webkit-transition: width 1s;
	transition: width 1s;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	background: #4cae4c;
}
.progress-meter .progress-points {
	position: relative;
	margin: -14px 0 0;
	padding: 0;
	list-style: none;
}


.progress-meter .progress-points .progress-point:nth-child(1) {
	left: 0%;
}
.progress-meter .progress-points .progress-point:nth-child(2) {
	left: 25%;
}
.progress-meter .progress-points .progress-point:nth-child(3) {
	left: 50%;
}
.progress-meter .progress-points .progress-point:nth-child(4) {
	left: 75%;
}
.progress-meter .progress-points .progress-point:nth-child(5) {
	left: 100%;
}




.progress-meter .progress-points .progress-pointNQ:nth-child(1) {
	left: 0%;
}
.progress-meter .progress-points .progress-pointNQ:nth-child(2) {
	left: 33%;
}
.progress-meter .progress-points .progress-pointNQ:nth-child(3) {
	left: 66%;
}
.progress-meter .progress-points .progress-pointNQ:nth-child(4) {
	left: 100%;
}




.progress-meter .progress-point {
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-webkit-transition: color 1s;
	transition: color 1s;
	position: absolute;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	cursor: pointer;
}
.progress-meter .progress-point .visible-ts{
	font-size: 1.2em;
	font-weight: 700;
}
.progress-meter .progress-point.completed{
	color: #398439;
}
.progress-meter .progress-point.completed:before {
	border-color: #4cae4c;
	background-color: #4cae4c;
}
.progress-meter .progress-point.active:before {
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	/*border-color: #777;*/
	border-color: #4cae4c;
}


















.progress-meter .progress-pointNQ {
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-webkit-transition: color 1s;
	transition: color 1s;
	position: absolute;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	cursor: pointer;
}
.progress-meter .progress-pointNQ .visible-ts{
	font-size: 1.2em;
	font-weight: 700;
}
.progress-meter .progress-pointNQ.completed{
	color: #398439;
}
.progress-meter .progress-pointNQ.completed:before {
	border-color: #4cae4c;
	background-color: #4cae4c;
}
.progress-meter .progress-pointNQ.active:before {
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	border-color: #777;
}

/* .progress-meter .progress-point .lilabel:before {
  counter-increment: point;
  content: counter(point) ". ";
  Display the counter
  } */
  @media print {
  	a[href]:after {
  		content: none !important;
  	}
  }
  h6{
  	color: #aaa;
  	text-transform: uppercase;
  	border-bottom: 1px solid #eee;
  	letter-spacing: .5px;
  }
  .dashboardWrapper h3{
  	margin-top: 10px;
  }
  .dashboardWrapper p{
  	margin-bottom: 4px;
  }
  .dashboard-list {
  	margin: 0;
  	padding: 0;
  }
  .dashboard-list li{
  	display: inline-block;
  	margin-right: 50px;
  	text-transform: uppercase;
  	font-size: 0.9em;
  	letter-spacing: 0.5px;
  	color: #888;
  }
  .dashboard .col-sm-12, .dashboard .col-sm12, .dashboard .col-sm-4{
  	border: 1px solid #eee;
  }
  .dashboard .col-sm-12 h3{
  	font-weight: 400;
  	letter-spacing: .5px
  }
  .dashboard .col-sm-12, .dashboard .col-sm-4, .dashboard .col-sm-12{
  	padding: 15px;
  }
  .dashboard .col-sm-12 {
  	margin-top: 20px;
  }
  .dashboard .col-sm-4.alt{
  	background-color: #f9f9f9;
  }
  .dashboard .col-sm-4 li{
  	display: block;
  }
  .instructorImg {
  	display: block;
  	width: 100px;
  	height: 100px;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	background-position:50% 50%;
  	background-repeat:no-repeat;
  	background-size: cover;
  	margin-right: 15px;
  }

  .instructorImgLG {
  	display: block;
  	width: 180px;
  	height: 180px;
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	background-position:50% 50%;
  	background-repeat:no-repeat;
  	background-size: cover;
  	margin-right: 15px;
  }
  @media (max-width: 767px){
  	.dashboard .col-sm-4 {
  		margin-top: 20px;
  	}
  }
  .dashboard-list .active{
  	font-weight: bold;
	/*margin-right: 20px;
	margin-left: -32px; */
}
.dashboardWrapper .tab-content {
	padding: 0;
}
.instructor:last-child .col-sm-12{
	border-bottom: 1px solid #eee;
}
.instructor.tab-pane{
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
}
.instructor .col-sm-12{
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.instructor h3{
	font-weight: 400;
	letter-spacing: .5px
}
.instructor h4{
	font-size: 1.1em;
  letter-spacing: .5px;
  margin: 15px 15px 5px;
  color: #666;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
}
.instructor .col-sm-12, .instructor .col-sm-4, .instructor .col-sm-12{
	padding: 15px;
}
.instructor .col-sm-4.alt{
	background-color: #f9f9f9;
}
.instructor .col-sm-4 li{
	display: block;
}
.instructorImg {
	display: block;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	margin-right: 15px;
}
.instructorImgLG {
	display: block;
	width: 180px;
	height: 180px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	margin-right: 15px;
}
 .imgWrap{
  	position: relative;
  	float:left;
  }
@media (max-width: 767px){
	.instructor .col-sm-4 {
		margin-top: 20px;
	}
}
#certDiv li{
	display: block;
	margin: 5px 0;
}
.instructor #myTab .active a:after{
	border-color: #fff transparent transparent;
	border-image: none;
	border-right: 20px solid transparent;
	border-style: solid;
	border-width: 15px 15px 0;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -15px;
	position: relative;
	top: 15px;
	width: 0;
	z-index: 999;
}
.instructor #myTab li{
	margin-right: 0;
	text-align: center;
	width: 32%;
	margin-bottom: -20px;
}
.instructor .certstatus{
	margin: 15px 0 0 120px;
}
a.accordion-toggle{
	font-size: 1.1em;
	letter-spacing: .5px;
	margin-bottom: 5px;
	display: block;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}
/*  .instructor #myTab .active a:before{
 content: "";
 width: 5px;
 border-left: 16px solid transparent;
 border-right: 16px solid transparent;
 border-top: 16px solid #eee;
 position: relative;
 top: 48px;
 left: 35%;
 }  */
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}

.checkboxList {
	font-size:11px;
}

.checkboxList table td {
	padding-right:32px;
}

.spacer8 {
	height:8px;
}


/** Select2 CSS Override **/
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple
{
	border: 1px solid #ccc !important;
}

.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple
{
	border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.select2-container
{
	width: 100% !important;
}
/** Select2 CSS Override Ends **/


/** Flexbox style used for CAHF **/
.flex-container
{
	display: flex;
	-webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
	margin: 10px;
}

.flex-item
{
	/* width: 16%; */
	width: 190px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	margin: 10px;
    padding: 10px 20px;
    -webkit-order: 0;
    order: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-align-self: auto;
    align-self: auto;
	/* background-color: #FCF0AD; */
}
/** Flexbox style used for CAHF Ends **/

/**     3/28/2017 - Avoiding text overflow in File input boxes     **/
.form-control .fileinput-filename
{
     text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    position: absolute;
    margin-left: 7px;
}

.toaster {
    width:auto;
    height:auto;
    min-width:150px;
		max-width:250px;
    position:fixed;
    right:0%;
    top:0%;
    opacity:0;
    text-align:center;
		z-index:999;
}
