.member .basic{background: #5cb85c;}
.member .standard{background: #f0ad4e;}
.member .premium{background: #5bc0de;}
.member li a{color:#fff !important;}
.member li{border-bottom:none !important;}

.paysub{display:none;}

input[type="checkbox"]{width:20px;height:20px;}

.imgtooltip { width: 14px; position:absolute; top:0px; left:0px; }
.helpcont { cursor: help; position: relative; height: 14px; width: 14px; display: inline-block; }
.helptext { display: none; position: absolute; top: 15px; left: 15px; background-color: #fff; padding: 5px 10px; border-radius: 5px; min-width: 150px; z-index: 99;}
.helpcont:hover .helptext { display:block; cursor: help; }
@media (min-width:1280px) {
	.back-white>.row{
		display: flex;
		margin-left: 0;
		margin-right: 0;
	}
	.back-white>.row>.col-md-3{
		width: 260px;
	}
	
	.back-white>.row>.col-md-9{
		flex-grow: 1;
	}
	
	.user-profile-sidebar{margin-right: 0;}
}