/* bell button */

.bell-button {
	position: fixed;
	top: 76px;
	/*bottom: 30px;*/
	z-index: 998;
	right: 30px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	background: #666a77 url(../images/bubbly.png) center center no-repeat;
}
.bell-button:hover {
	background-color: #767a87;
}
.bell-button .bell-counter {
	position: absolute;
    top: -2px;
    right: 1px;
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    background-color: #f42d52;
    width: 21px;
    height: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}

/* notification panel */

.noti-panel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 0;
	height: 100vh !important;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	background: rgba(0,0,0,.7);
	transition: 150ms width ease-in;
	-o-transition: 150ms width ease-in;
	-ms-transition: 150ms width ease-in;
	-moz-transition: 150ms width ease-in;
	-webkit-transition: 150ms width ease-in;
}
.noti-panel.noti-visible {
	display: block;
	bottom: 0 !important;
	width: 400px;
	height: 100vh;
	border-left: 1px solid #eeeeee;
	transition: 150ms width ease-in;
	-o-transition: 150ms width ease-in;
	-ms-transition: 150ms width ease-in;
	-moz-transition: 150ms width ease-in;
	-webkit-transition: 150ms width ease-in;
}



.noti-panel .b-x-panel {
	background: url(../images/b-x-big.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
/*.noti-panel .b-noti-item-hide {
	background: url(../images/b-x-small.png) center center no-repeat;
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}*/
#b-noti-clear-all{
	display:none;
}
.bxh2{
	padding:12px;
	color:#fff;
	
}
.noti-panel .b-clear-all-noti {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,246,246,0) 0%, rgba(246,246,246,1) 73%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,0)), color-stop(73%,rgba(246,246,246,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 73%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 73%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 73%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 73%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}
.noti-panel .b-clear-all-noti span {
	cursor: pointer;
}



.noti-tabs {
	position: relative;
	flex-flow: row wrap;
    box-sizing: border-box;
    font-family: "Helvetica Neue";
    font-size: 100%;
    text-align: center;
	line-height: 28px;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 300px;
	left: 45px;
}
.noti-tabs .tab-item {
	min-width: 49.3%;
	text-align: center;
	text-transform: uppercase;
	
	display: inline-block;  
	
	background: #636363;
	
}
.noti-tabs .tab-item.current {
	
	background: #fff;
    color: #000;
}
.noti-tabs .tab-item:not(.current) {
	cursor: pointer;
	color: #000000;
	background: #636363;
	
}

.noti-tab-content {
	display: none;
}
.noti-tab-content .container {
	
}


.settingContainer{
	color:#fff;
	text-align:center;
}

.noti-list {
	position: relative;
	color: #fff;
	margin: 0;
	height: calc(100% - 50px);
	overflow: scroll;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.noti-list .noti-item {
	position: relative;
	padding: 15px 130px 16px 20px;
	/*border-top: 1px solid #eeeeee;*/
}
.noti-list .noti-item:hover {
	/*color: #000000;*/
}
.noti-list .noti-item:hover .b-noti-item-hide {
	display: block;
}
.noti-list .noti-item .title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.noti-list .noti-item p {
	margin: 5px 0;
	padding: 0;
}
.noti-list .noti-item .date {
	margin-top: 5px;
	color: #999999;
}
.noti-list .noti-item .image {
	position: absolute;
	top: 40%;
	right: 20px;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	overflow: hidden;

}
.noti-list .noti-item img {
	max-width: 100%;
	width: 100%;
	 border-radius: 50%;
}



.toast-custom-content {
	font-family: Arial, Helvetica, sans-serif;
	display: table;
}
.toast-custom-content .illustration {
	border-right: 1px solid #e0e0e0;
	display: table-cell;
	padding: 5px;
	margin: 0;
}
.toast-custom-content .illustration img {
	width: 65px;
	height: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	margin: 0;
}
.toast-custom-content .text {
	color: #666666;
	display: table-cell;
	padding: 10px;
	margin: 0;
}
.toast-custom-content .text .title {
	font-size: 13px;
	font-weight: bold;
}
.toast-custom-content .text p {
	margin: 5px 0;
	font-size: 12px;
}
.toast-custom-content .text .url {
	color: #aaaaaa;
	font-size: 11px;
}
.toastbtn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #a8a8a8;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
		margin:5px;
}

.toastbtn:hover {
  background: #3cb0fd;
  text-decoration: none;
}
.toastbtnActive {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #3cb0fd;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
	margin:5px;
}

.toastbtnActive:hover {
  background: #a8a8a8;
  text-decoration: none;
}
.amaran.tumblr {
  
    left: 59px;
}
.awppush{
	color:#fff!important;
	text-decoration: none;
}
/*Segmented Controls */

/* Radio group */
