::-moz-selection { /* Code for Firefox */
    color:#ffffff;
    background:#ff7101;
}

::selection {
    color:#ffffff;
    background:#ff7101;
}

.inner-page {
	padding-top:80px;
}
.navbar-brand .site-logo {
	width:240px;
}
.account-links a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: #ffffff;
	border-radius: 50px;
	line-height: 36px;
	padding: 0px 25px;
	color:#222222;
}
.link-login {
	color:#ffffff!important;
	background:#ff7101!important;
}
.account-links a:hover,
.account-links a:focus {
	opacity:0.8;
}
.slider-section {
	position:relative;
}
#bs-slider .slides {
	height:100vh;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position:relative;
}
#bs-slider .slides:before {
	background:rgba(0,0,0,0.5);
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	content:"";
}
#bs-slider .slide-1 {
	background-image:url(../../../images/slider1.jpg);
}
#bs-slider .slide-2 {
	background-image:url(../../../images/slider2.jpg);
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 3;
	color: #fff;
	text-align:center;
	padding-top:15%;
}
.hero h2 {
	font-size:4rem;
	font-weight:700;
	margin: 0;
	padding: 0;
}
.hero h3 {
	font-size:2.5rem;
	font-weight:300;
	margin:10px 0px;
}
.hero p {
	font-size:1.5rem;
	font-weight:300;
}
.btn-hero {
	margin-top:20px;
}
#bs-slider .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
#bs-slider .carousel-control.right {
	right: 0;
	left: auto;
	/* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
	/* background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
	/* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); */
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
#bs-slider .carousel-control.left {
	background-image: none;
	position: absolute;
	top: 45%;
	margin-top: -16px;
	outline: 0;
	/* text-indent: -9999px; */
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 200%;
	text-indent: 0;
	text-transform: uppercase;
	width:15px;
	word-wrap: break-word;
	z-index: 1;
	left: 50px;
}
#bs-slider .carousel-control.right {
	background-image: none;
	position: absolute;
	top: 45%;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 200%;
	text-indent: 0;
	text-transform: uppercase;
	width:15px;
	word-wrap: break-word;
	z-index: 1;
	right: 50px;
}
.btn-round {
	border-radius:50px;
}
.about-img {
	margin-bottom:1rem;
}
.title h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.title h4 {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 32px;
}
.section-about {
	background:url(../images/about-bg.png) right top no-repeat;
	background-size:auto 100%;
}
.video-box-big {
	margin:0;
}
.video-box {
	margin-bottom: 18px;
}
.title {
	margin-bottom: 1rem;
}
.section-classes {
	background:url(../images/classes-bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
.section-classes:before {
	background:rgba(0,0,0,0.8);
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	content:"";
}
.section-classes:after {
	background: url(../images/triangle-bg-up.png) no-repeat;
	background-size: 100% 100px;
	top:0;
	content: "";
	height:100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}
.classes-box {
	margin-bottom:2rem;
}
.classes-box h3 {
	margin:0;
	padding:0;
}
.classes-box h3 a {
	color:#ffffff;
	background:#ff7101;
	display:block;
	font-size:1.4rem;
	margin:0;
	line-height:60px;
	font-weight:500;
	text-align:center;
}
.selection-box {
	padding:2rem;
	text-align:center;
	color:#ffffff;
}
.btn-join {
	margin: 15px 0px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 54px;
	padding: 0px 35px;
}
.selection-box h3 {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom:10px;
}
.selection-icon {
	display: block;
	margin: 0 auto;
}
.trainer-box {
	position:relative;
	overflow:hidden;
	margin-top:1rem;
}
.trainer-box .trainer-info {
	position:absolute;
	bottom:-100%;
	width:100%;
	text-align: center;
	color: #ffffff;
	background: #000000;
	padding:10px 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	left:0;
}
.trainer-info h4 {
	font-size:1.2rem;
}
.trainer-info h4 a {
	color:#ffffff;
}
.trainer-box:hover .trainer-info,
.trainer-box:focus .trainer-info {
	bottom:0;
}
.trainer-social a,
.social-icons a {
	text-align: center;
	color: #ffffff;
	background:#ff7101;
	border-radius:50%;
	font-size:1.2rem;
	line-height:35px;
	margin:0px 2px;
	width:35px;
	height:35px;
	display:inline-block;
}
.section-footer {
	background:#000000;
}
.footer-links {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.footer-links li {
	display: inline-block;
	margin: 0px 10px;
}
.footer-links li a {
	color: #ffffff;
}
.footer-links li a:hover,
.footer-links li a:focus {
	text-decoration:underline;
}
.footer-logo img {
	width: 200px;
}
.copyright {
	margin-top: 2rem;
	color: rgba(255,255,255,0.4);
}
.section-get-started {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
}
.btn-started {
	border: 1px solid #ffffff;
	margin-left: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight:400;
}
.section-content {
	padding:50px 0px;
}
.login-register-box {
	background: #ffffff;
	padding:30px;
	border: 8px solid rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
	position: relative;
	z-index:999;
}
.btn-login-register {
	font-weight: 500;
	width:100%;
}
.login-register-link {
	display: block;
	text-align: center;
	text-decoration: underline;
	color: #555555;
}
.login-register-info {
	padding-right: 10%;
	text-align: center;
	color: #ffffff;
	padding-top: 20%;
	position: relative;
	z-index: 999;
}
.login-register-info1 {
	padding:0px 0px 50px 0px;
}
.login-register-info h2 {
	font-size: 3rem;
	font-weight: 700;
}
.login-register-info p {
	font-size:18px;
}
.section-login-register {
	background-image:url(../images/login-register-pattern.png);
	position:relative;
}
.login-register-icon {
	position: absolute;
	bottom: 0;
	left: 0;
}
.or {
	position:relative;
}
.or span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 20px auto;
	background: #ff7101;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	line-height: 45px;
	position: relative;
	z-index:9;
}
.or:after {
	position: absolute;
content: "";
width: 100%;
height: 1px;
background: #dddddd;
left: 0;
right: 0;
top: 22px;
}
.login-social {
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-radius: 50px;
	line-height: 46px;
	background: #e9e9e9;
}
.login-facebook {
	background: #3c66c4 !important;
	color: #ffffff;
}
.login-google {
	background: #cf4332 !important;
	color: #ffffff;
}
.login-social:hover,
.login-social:focus {
	color:#ffffff;
}
.login-social i {
	font-size: 24px;
	line-height: normal;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
	padding-right: 5px;
	margin-right: 5px;
}
.register-type {
	display: block;
	border-radius: 5px;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	color: #ffffff;
	font-weight: 300;
	font-size: 24px;
}
.register-type span {
	display: block;
	margin: 0 auto 20px auto;
}
.register-type:hover,
.register-type:focus {
	color:#ffffff;
}
.section-heading {
	background:url(../../../images/heading-bg.jpg) no-repeat center top;
	background-size:cover;
	color:#ffffff;
}
.section-heading h1 {
	font-weight:700;
}
.section-heading h4 {
	font-weight:300;
}
.contact-form {
	margin-top: 30px;
	padding: 0px 30px;
}
.contact-form .form-group {
	margin-bottom: 1.2rem;
}
.contact-form .form-control {
	padding-left:40px;
}
.who-we-are-img img {
	position:relative;
	width:100%;
	height:auto;
}
.section-connecting {
	position:relative;
}
.section-connecting img {
	width:100%;
	height:auto;
}
.section-connecting-text {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding-top:5rem;
}
.value-box {
	margin-bottom:1rem;
}
.value-icon {
	margin: 15px auto;
	display: block;
}

/*
==========================================================
	MEMBERSHIP CSS
==========================================================
*/

.membership-box {
	text-align: center;
	background: #ffffff;
	margin:30px 0px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	position: relative;
	z-index:999;

	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	
}
.membership-heading {
	font-size: 22px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}
.membership-label {
	font-size: 18px;
	color:#38d087;
	position: absolute;
	top:20px;
	text-align: center;
	width: 100%;
	left: 0;
}
.membership-price {
	/* margin: 0; */
	font-size:32px;
	color: #ffffff;
	line-height: normal;
	font-weight: 900;
	background: #ff7101;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	line-height: normal;
	padding-top: 25px;
	border: 5px solid;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.membership-price span {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	display: block;
	/* margin-top: 10px; */
}
.membership-info {
	padding: 25px;
	line-height:32px;
	/* margin-bottom: 30px; */
}
.btn-buynow {
	background: #555555;
	border-radius:50px;
	color: #ffffff;
	line-height: 46px;
	display: block;
	width: 180px;
	font-size: 18px;
	margin: 0px auto;
	text-decoration: none;
	font-weight: 600;
}
.btn-buynow:hover,
.btn-buynow:focus {
	color: #fff;
	background-color: #222222;
	text-decoration:none;
}
.membership-footer {
	padding:15px 0px;
	border-top: 1px solid #dddddd;
}
.membership-header {
	padding-top: 30px;
}
.trainer-box {
	background: #ffffff;
	margin:20px 0px;
	position: relative;
	z-index:999;
	display:block;
	padding:20px;
	cursor:pointer;
	text-align:center;
	border-radius:5px;

	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	
}
.trainer-box:hover,
.trainer-box:focus {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.trainer-box span {
	display:block;
}
.trainer-box span.trainer {
	color: #ff7101;
}
.trainer-box span.trainer-name {
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	margin: 15px 0px;
}
.trainer-box span.trainer-charge {
	border: 1px solid #ff7101;
	border-radius: 50px;
	line-height: normal;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 20px;
	color: #757575;
	background: #edeff4;
	text-align: center;
	display:inline-block;
}
.trainer-box span.trainer-charge font {
	font-size: 28px;
	font-weight: 900;
	color: #ff7101;
	/* display: block; */
	line-height: normal;
}
.trainer-box span.trainer-avatar img {
	width: auto;
	height: 100px;
}

/*
=====================================================================
			THANK YOU PAGE CSS
=====================================================================
*/

.thankyou-page {
	text-align: center;
	margin:30px 0px;
	background: #ffffff;
	padding: 50px 30px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.thankyou-icon {
	width: 80px;
	height: 80px;
	background: #ffffff;
	color: #24b51d;
	font-size: 44px;
	border-radius: 50%;
	line-height: 80px;
	margin: 0 auto;
	border: 1px solid;
}
.thankyou-page h3 {
	margin: 20px auto;
	font-weight: 900;
}
.thankyou-page p {
	font-size:18px;
}


/*
=====================================================================
			TRAINER DASHBOARD CSS
=====================================================================
*/

.dashboard-sidebar {
	background: #ff7101;
	position:relative;
	min-height:100%;
	width:100%;
	box-shadow:3px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow:3px 0px 20px rgba(0,0,0,0.3);
	-moz-box-shadow:3px 0px 20px rgba(0,0,0,0.3);
	-o-box-shadow:3px 0px 20px rgba(0,0,0,0.3);
}
.dashboard-navigation {
	list-style: none;
	padding:0px;
	margin:0;
}
.dashboard-navigation li a {
	color: #ffffff;
	font-weight: 400;
	display: block;
	line-height:50px;
	padding:0px 20px;
}
.dashboard-navigation li a:hover,
.dashboard-navigation li a:focus,
.dashboard-navigation li.active a {
	background:#444444;
	
}
.dashboard-navigation li a span {
	margin-right:5px;
}
.profile-box {
	padding:20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.profile-box h3 {
	color: #ffffff;
	font-size:18px;
	font-weight: 500;
	text-align: center;
	margin:10px 0px 10px 0px;
}
.profile-picture {
	width:100px;
	height:100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto;
	border: 5px solid rgba(0,0,0,0.2);
}
.profile-picture img {
	height: 100%;
	width: 100%;
}
.no-padding {
	padding:0;
}
.page-heading {
	padding:15px 30px;
	font-size: 24px;
	font-weight: 700;
	background: rgba(0,0,0,0.03);
	border-bottom: 1px solid #d1d1d1;
}
.dashboard-content {
	padding:20px;
}
.dashboard-infobox {
	display: block;
	text-align: center;
	padding:25px 10px;
	margin-bottom:2rem;
}
.dashboard-infobox h3 {
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0px 10px 0px;
}
.infobox-icon {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
	background:#edeff4;
	line-height: 80px;
	border:3px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	font-size: 38px;
	color:#ff7101;
}
.dashboard-infobox:hover,
.dashboard-infobox:focus {
	background: #ff7101;
	color: #ffffff;
}
.dashboard-infobox:hover h3,
.dashboard-infobox:focus h3 {
	color: #ffffff;
}
.dashboard-infobox:hover .infobox-icon ,
.dashboard-infobox:focus .infobox-icon  {
	background:#ffffff;
}
.white-box {
	background: #ffffff;
	padding:20px;
}
.customer-list {
	margin-bottom:2rem;
}
.sub-heading {
	overflow: hidden;
	margin-bottom: 1rem;
}
.sub-heading h4 {
	margin:0;
}
.customer-location {
	font-size: 14px;
	color: #777777;
}
.customer-contactinfo {
	color: #777777;
}
.customer-contactinfo ul {
	padding: 0;
	list-style: none;
	font-size: 14px;
	margin: 10px 0;
}
.customer-contactinfo ul li {
	display: inline-block;
	margin-right: 20px;
}
.customer-contactinfo ul li span {
	display: block;
	color: #222222;
	font-weight: 500;
}
.customer-action .btn-sm {
	padding: .15rem .5rem;
	font-size: .8rem;
}
.domain-label {
    position: absolute;
    right: 0;
    top: 0;
    background: #d6d6d6;
    /* border-left: 1px solid #cccccc; */
    padding: 0px 10px;
    line-height: 44px;
    border-radius: 0px 50px 50px 0px;
    /* font-size: 14px; */
    font-weight: 400;
    text-align: center;
}
.dashboard-domain-label {
	position: absolute;
	right: 16px;
	top: 32px;
	background: #d6d6d6;
	/* border-left: 1px solid #cccccc; */
	padding: 0px 10px;
	line-height: 44px;
	border-radius: 0px 50px 50px 0px;
	/* font-size: 14px; */
	font-weight: 400;
	text-align: center;
}
.profile-video-box-trainer {
    background: #ffffff;
    border: 0;
    padding: 10px;
    margin-bottom: 30px;
    /*
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	*/
}
.profile-video-box-trainer iframe {
	width:100% !important;
}
.profile-video-box-trainer h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 10px;
}
.profile-video-box-trainer p {
	margin-bottom: 5px;
	min-height: 50px;
}
.video-action-button {
    margin-bottom: .5rem;
}

.social-share h4 {
	font-size: 1.1rem;
	margin-bottom: 0;
	margin-top: 1rem;
}
.social-share-list a {
	display: inline-block !important;
	/* margin-right: 10px !important; */
	border: 0 !important;
	/* height: 35px; */
	/* line-height: 35px !important; */
	text-align: center;
	padding: 0 !important;
	margin: 10px 4px !important;
	font-size: 1.2rem;
}
.social-share-list a:hover,
.social-share-list a:focus {
	background: none !important;
	border: 0 !important;
}
.link-facebook {
	color:#3b5998 !important;
}
.link-twitter {
	color: #55acee !important;
}
.link-linkedin {
	color: #0077b5 !important;
}
.copylink {
	
}
/*customer account page css*/
.profile-infobox {
	background: #ffffff;
	clear: both;
	float: left;
	width: 100%;
	padding:30px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.link-myaccount a {
	display: inline-block;
vertical-align: middle;
margin-left: 10px;
background: #ffffff;
border-radius: 50px;
line-height: 36px;
padding: 0px 25px;
color: #222222;
}
#filter_sales_report .form-control {
	background-color: #ffffff;
	margin-left: 0 !important;
	margin-right: 10px;
	border-radius:50px;
}
#filter_sales_report .btn {
	border-radius: 50px;
	padding: 0px 30px;
	line-height: 42px;
}
.profile-cover-box {
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 2rem;
}



.store-package-box {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 10px;
	padding:15px;
	position: relative;
	margin-bottom: 30px;
}
.package-price {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #ff7101;
	font-size: 22px;
	font-weight: 700;
}
.package-info {
	border-top: 1px dashed #dddddd;
	padding-top: 5px;
	margin-top: 10px;
	min-height: 60px;
	margin-bottom:10px;
}
.package-heading h3 {
	font-size: 18px;
	padding-right: 100px;
	margin: 0;
}
.package-heading span {
	color: #222222;
	background: #ededed;
	border-radius: 50px;
	padding: 4px 15px;
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}
.stripe-button-el {
	background: #28a745 !important;
	border: 0 !important;
	box-shadow: none;
	border-radius: 50px !important;
}
.stripe-button-el span {
	min-height: auto !important;
	background: transparent !important;
	text-shadow: none !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

/*
=======================================================================
		MESSAGE SYSTEM CSS
=======================================================================
*/
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.chat li.left .chat-body {
	margin-left: 60px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px;
}
.chat-img {
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
}

.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}
.panel-footer {
	background: #e9e9e9;
	padding:15px;
	border-top:1px solid #cccccc;
}
.chatbox {
 background:#fff;
 box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
 border:1px solid #cccccc;
 overflow:hidden;
 border-radius: 10px;
}
.chatbox .panel-body {
	padding:30px;
}
.message-input {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.message-input .form-control {
	background: transparent;
	border: 0;
	background: #ffffff;
}
.message-input .form-control:focus {
	border-color:transparent;
	outline: 0;
	box-shadow:none;
}
.btn-send {
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px 20px;
}
.attachment {
	position: absolute;
	right: 76px;
	top: 0;
	background: rgba(0,0,0,0.2);
	height: 100%;
	text-align: center;
	padding: 0px 5px;
	font-size: 24px;
	line-height: 44px;
}

.sender-avatar-circle {
	height: 50px;
	width: 50px;
	border-radius: 1px;
	text-align: center;
	line-height: 50px;
	background: #FF7101;
	color: #ffffff;
}

.receiver-avatar-circle {
	height: 50px;
	width: 50px;
	border-radius: 1px;
	text-align: center;
	line-height: 50px;
	background: #55C1E7;
	color: #ffffff;
}

	/* attachment css */
.attachment .inputbox {
	-webkit-appearance: none;
	text-align: left;
	-webkit-rtl-ordering: left;
	opacity: 0;
	width: 40px;
	cursor: pointer;
	position: relative;
	
}

.attachment i{
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 30%;
	right: 0;
	height: 10px;
	width: 10px;
	margin: 0 auto;
}

.msg_count {
	position: absolute;
	background: #ffffff;
	color: #ff7101;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	right: 0;
	top: 0;
	font-weight: 700;
	line-height: 18px;
}
.cancel-text {
	background: transparent !important;
	padding: 0 !important;
	display: block !important;
	color: #ff0000 !important;
	line-height: normal;
}
.trainer-info-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.trainer-info-list li {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
	position: relative;
	padding-left:30px;
}
.trainer-info-list li:before {
	font-family: IcoFont !important;
	content: "\eed7";
	color: #ff7101;
	left: 0;
	position: absolute;
	font-size: 20px;
	top: -2px;
}
.video-box {
	background: #ffffff;
	
}
.custom-text span {
	vertical-align: bottom;
	margin: 0 5px;
}
.link-trainer {
	background: transparent !important;
	border: 1px solid #007bff;
	color:#ffffff !important;
}
.btn-signup {
	background: #ff7101;
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 35px;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
}
.btn-signup:hover,
.btn-signup:focus {
	color: #ffffff;
	opacity: 0.8;
}
.filter-options {
	padding: 15px 20px 0px 20px;
	background: rgba(0,0,0,0.05);
}
.filter-options .form-group {
	margin-bottom:15px;
}
.filter-options .form-control {
	height: 40px;
	font-size: 14px;
}