
body {
	background: url(http://www.wbecs.com/wbecs2017/wp-content/themes/wbecs2017/img/sp/reg_bg.jpg) no-repeat;
	background-color: #eeeeee;
	background-position: center top;
	background-size: 100% 549px;
	font-family: "Open Sans"; 
}

a.btn-color1:hover, 
button.btn-color1:hover, 
a.btn-color1:focus, 
button.btn-color1:focus, 
a.btn-color1:active, 
button.btn-color1:active {
	background: #00af67;
	    color: #fff;
}


.content {
	max-width: 1100px;
	display: block;
	margin: 0 auto;
}

.tabs-pane {
	margin-left: 0px;
}


/***************HEADER******************/
.navbar-default {
	position: relative;
	border: none;
	background: none;
	height: auto;
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255, .2);
	padding-right: 0px;
}

.navbar-default:after {
	content: "";
	display: table;
	clear:both;
}

.dropdown:after {
	content: "";
	display: table;
	clear: both;
}

.dropdown .dropdown-menu   {
	width: 270px;
	background: none;
	box-shadow: none;
	border: none;
	top: 66px;
}

.nt-admin-menu a {
	margin: 0px !important;
	border-radius: 0px !important;
	float: right !important;
	padding-left: 10px !important;
	border-bottom: 1px solid #12d987 !important;
	height: 40px !important;
	line-height: 40px !important;
	text-transform: none !important;
	font-weight: 600 !important;
}

.nt-admin-menu a:hover {
	color: #fff !important;
}

.nt-admin-menu li:last-child a {
	border: none !important;
	border-radius: 0 0 4px 4px !important;
}

.dropdown .user-circle {
	margin-top: 8px;
}

.nt-menu-dropdown.nt-admin-menu{
	margin-top: 0px !important;
}

.navbar-default a.logohold-revised {
	left: 0; 
}

.navbar-default a.logohold-revised {
	margin-left: 0px;
	width: 266px;
	height: 38px;
	margin-top: 30px;
	background: none;
	background-image: url(http://www.wbecs.com/wbecs2017/wp-content/themes/wbecs2017/img/coach_team_logo.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.navbar-default a.logohold-revised:after,
.navbar-default a.logohold-revised:before,
.logohold-revised .logohold-revised-container {
	display: none;
}


.navbar-default .dropdown a,
.navbar-default .dropdown button {
	padding: 0px;
	border: none;
	outline: none;
	width: 270px;
	height: 48px;
	line-height: 48px;
	font-family: "Open Sans";
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	transition: all .2s;
	margin: 25px 15px 25px 0;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.navbar-default .dropdown button:focus {
	background: #0AD884;
}

.navbar-default .menu-seperator {
	display: none;
}

.navbar-default .dropdown a:nth-child(1) {background: #00c876;}
.navbar-default .dropdown a:nth-child(1):hover {background: #0AD884;}
.navbar-default .dropdown a:nth-child(2) {background: #fda509;}
.navbar-default .dropdown a:nth-child(2):hover {background: #FFBE4B;}
.navbar-default .dropdown button {
	padding: 0 20px;
	margin-right: 0px;
	border: none !important;
	outline: none !important;
}


/****************CONTENT****************/
#page-content-wrapper {
	display: flex;
	padding: 85px 40px 50px;
}

h1.large {
	max-width: 820px;
	width: 100%;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}

.sidebar .invite-attendees a {
	padding: 14px;
}

#page-content-wrapper .tabs-pane p {
	position: relative;
	max-width: 750px;
	font-size: 20px;
	color: #fff;
	padding-left: 25px;
}

#page-content-wrapper .tabs-pane p img {
	position: absolute; 
	margin-top: 4px;
	height: 20px;
	left: -10px;
}

.sidebar {
	width: 30%;
	max-width: 300px;
	margin-top: 0px;
	margin-right: 2%;
	border-radius: 0px;
	float: left;
}

.sidebar:after {
	content: "";
	display: table;
	clear: both;
}

.sidebar .invite-attendees a{
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.sidebar .panel {
	border: 1px solid #e4e4e4;
	border-radius: 0px;
}

.sidebar .panel-body h1 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.sidebar .panel-body p {
	font-size: 17px;
	color: 000;
	font-weight: 600;
}

.sidebar .panel-body a.btn {
	padding: 8px 32px;
}

.sidebar .panel-default>.panel-heading  {
	background: #fff;
	border: none;
	font-weight: 600;
	padding: 20px 0 10px;
	color: #666666;
	letter-spacing: 0.5px;
}

.sidebar .panel-footer {
	background: #fff;
	padding: 25px 0;
}

.sidebar .panel-footer .text {
	font-size: 14px;
	color: #797979;
	letter-spacing: 7px;
	text-transform: uppercase;
}

.sidebar .panel-footer .text i {
	display: none;
}



/***** Main TABS******/
.tabs-pane ul:nth-child(1) {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 63px 0 55px;
	height: 63px;
	border: none;
}

.tabs-pane ul:nth-child(1) li {
	width: 50%;
}

.tabs-pane ul:nth-child(1) li:nth-child(1) {
	padding-right: 15px;
}

.tabs-pane ul:nth-child(1) li a {
	width: 100%;
	border-radius: 5px 5px 0 0;
	font-size: 17px;
	font-weight: bold;
	border: none !important;
	height: 58px;
	line-height: 58px;
	padding: 0px;
	text-align: center;
	background: #00af67;
	color: #fff;
	transition: all .1s;
}

.tabs-pane ul:nth-child(1) li a:focus {
	border: none;
	outline: none;
}

.tabs-pane ul:nth-child(1) li.active a {
	background-color: #eeeeee !important;
	color: #666666 !important;
}

.tabs-pane ul:nth-child(1) li a.active > a:hover {
	background-color: #F5F5F5 !important;
}

.tabs-pane ul:nth-child(1) li a.active > a:focus {
	border: none;
	outline: none;
}

.tabs-pane ul:nth-child(1) li:hover a{
	background: #08BB71;
}

.tabs-pane ul:nth-child(1) li:nth-child(2) a {
	margin-right: 0px;
}
/******** END Main TABS********/



/******* Tabs content********/
.tabs-pane ul:nth-child(2),
.tabs-pane ul:nth-child(3) {
	padding-bottom: 3px;
	margin-bottom: 50px;
}

.tabs-pane ul:nth-child(2):after,
.tabs-pane ul:nth-child(3):after {
	content: "";
	display: table;
	clear: both;
}

.tabs-pane ul:nth-child(2) li.select-childgroup,
.tabs-pane ul:nth-child(3) li.select-childgroup{
	width: 100%;
	margin-top: -14px;
}

.tabs-pane ul:nth-child(2) li a,
.tabs-pane ul:nth-child(3) li a  {
	background-color: #eeeeee;
	width: 180px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-weight: 600;
	border: 1px solid #dedede;
	border-radius: 0px;
	font-size: 17px;
	margin: 0px !important;
	padding: 0px;
	color: #797979;
	transition: all .1s;
}

.tabs-pane ul:nth-child(2) li.active a,
.tabs-pane ul:nth-child(3) li.active a {
	background: #00af67;
	color: #fff;
}

.tabs-pane ul:nth-child(2) li.active a:hover,
.tabs-pane ul:nth-child(3) li.active a:hover  {
	background: #07B86F;
	outline: none;
	border: 1px solid #dedede;
}

.tabs-pane ul:nth-child(2) li.active a:focus,
.tabs-pane ul:nth-child(3) li.active a:focus {
	outline: none;
}

.tabs-pane ul:nth-child(2),
.tabs-pane ul:nth-child(3)   {
	border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid #dedede;
}

.nav-tabs:after {
	content: "";
	display: table;
	clear: both;
}

ul.child-session-groups > li {
	width: 25%;
}
.tabs-pane ul:nth-child(2) li a,
.tabs-pane ul:nth-child(3) li a {
	width: 100%;
}

.tab-content {
	width: 67%;
	margin-top: 0px !important;
	max-width: 1100px;
	margin-left: 0px !important;
	float: right;
	border: 1px solid #dedede;
}

.tab-content .tab-pane {
	padding: 0px;
}

.tab-content .tab-pane:nth-child(1) {
	border: 2px solid red !important;
}

.table-select {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
}
.table-select .single-collum {
	width: 355px;
	height: auto;
	margin-right: 0px;
	padding-left: 20px;
}

a.btn-color1, button.btn-color1 {
	background: #00af67;
	color: #fff;
	border: none;
	transition: all .2s;
}

a.btn-color1:hover, button.btn-color1:hover {
	background: #0CBE75;
}

.tafel-view .seat {
	width: 70px;
	height: 70px;	
}
.seat .user-circle {
	width: 70px;
	height: 70px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}



/********** People around table position **********/
.tafel-view.user-view.tafel-8 .seat-7 {
	left: 65px;
	top: 150px;
}
.tafel-view.user-view.tafel-8 .seat-1,
.tafel-view.user-view.tafel-8 .seat-3  {
	top: 50px;
}
.tafel-view.user-view.tafel-8 .seat-5 {
	right: 63px;
	top: 150px;
}
.tafel-view.tafel-8 .seat-6 {
  left: 63px;
  bottom: 150px;
}
.tafel-view.tafel-8 .seat-2,
.tafel-view.tafel-8 .seat-4  {
	bottom: 50px;
}
.tafel-view.tafel-8 .seat-8 {
	right: 63px;
	bottom: 150px;
}
/********* END People around table position *********/




/*********My session page*********/
h3 {
	color: #f7f7f7;
}

table#MySessionsTable,
table#MySessionApplicationsTable {
    background: #fff;
}

table#MySessionsTable tr th,
table#MySessionApplicationsTable tr th,
table#MySessionsTable td,
table#MySessionApplicationsTable td, {
	width: 25% !important;
}

#MySessionsTable thead tr th:nth-child(1),
#MySessionApplicationsTable thead tr th:nth-child(1) {
	width: 45% !important;
	color: #232323;
}
#MySessionsTable thead tr th:nth-child(2),
#MySessionApplicationsTable thead tr th:nth-child(2) {
	width: 25% !important;
}
#MySessionsTable thead tr th:nth-child(3),
#MySessionApplicationsTable thead tr th:nth-child(3) {
	width: 20% !important;
}
#MySessionsTable thead tr th:nth-child(4),
#MySessionApplicationsTable thead tr th:nth-child(4) {
	width: 10% !important;
}

#MySessionsTable thead tr th,
#MySessionsTable tbody tr td,
#MySessionApplicationsTable thead tr th,
#MySessionApplicationsTable tbody tr td {
	padding-left: 15px;
}




/*SESSION*/
.admin-navbar {
	min-width: 250px;
}
.tafel-view .invite-attendees  {
	left: 47%;
}
.invite-attendees a {
	padding: 14px 56px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
}


.invite-attendees a:nth-child(2) {
	padding: 14px 18px;
}

.panel-default .panel-body .row {
	padding: 0 15px;
}

.panel-default .panel-body .row .user-circle {
	width: 110px;
	height: 110px;
}

.panel-default>.panel-heading {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}



/********* MEDIA *********/
/*1300********/
@media screen and (max-width: 1300px) {
	#page-content-wrapper {
		padding: 85px 20px 50px;
	}
	.content {
		padding-left: 0;
	}
	.tabs-pane ul:nth-child(1) li:nth-child(1) a {
	  margin-right: 15px !important;
	}
}/*END 1300*/


/*1200********/
@media screen and (max-width: 1200px) {
	.navbar-default .dropdown a,
	.navbar-default .dropdown button {
		width: 200px;
	}

	.sidebar .user-circle {
		width: 98px;
		height: 98px;
	}

	.sidebar .panel-footer .text {
		letter-spacing: 4px;
	}
}/*END 1200*/


/*1100********/
@media screen and (max-width: 1100px) {
	.table-select .single-collum {
		width: 50%;
		padding-left: 15px;
	}
	.table-select .single-collum .user-circle {
		width: 90px;
		height: 90px;
		margin-right: 10px;
	}
}/*END 1100*/



/*991********/
@media screen and (max-width: 991px) {
	.tab-content {
		width: 63%;
	}
	.content {
		width: 100%;
	}
	.navbar-default .dropdown a,
	.navbar-default .dropdown button {
		width: 140px;
		font-size: 13px;
		letter-spacing: 0px;
	}
	.tabs-pane ul:nth-child(1) li a {
	    font-size: 14px;
	}
	ul.child-session-groups > li {
		width: 33.333%;
	}
	.tabs-pane ul:nth-child(2) li a,
	.tabs-pane ul:nth-child(3) li a {
		width: 100%;
		height: 55px;
		line-height: 55px;
	}
	.share-btns {
		padding: 0 10px;
	}
	.sidebar .invite-attendees a {
		letter-spacing: 0px;
	}
	.sidebar .panel-footer .text {
		letter-spacing: 3px;
	}
	.sidebar {
		display: none !important;
	}
}/*END 991*/



/*767********/
@media screen and (max-width: 767px) {
	body {
		background-size: auto;
	}
	#page-content-wrapper .tabs-pane p {
		padding-left: 30px !important;
	}
	#page-content-wrapper .tabs-pane img {
		left: 0px !important;
	}

	.nt-menu-dropdown.nt-admin-menu {
		margin-top: 103px !important;
	}
	.navbar-default .dropdown a, 
	.navbar-default .dropdown button {
		display: block;
		width: 270px;
		margin: 0 auto 15px;
	}
	.navbar-default .dropdown a:first-child{
		margin-top: 30px;
	}
	.sidebar {
		width: 100%;
	}
	#page-content-wrapper {
	    padding: 20px 0px 50px 0 !important;
	}

	.tabs-pane ul:nth-child(1) {
		height: 59px;
		border-bottom: 1px solid #ccc;
	}
	h1.large {
		font-size: 32px;
	}
	.navbar-default a.logohold-revised {
		position: relative;
		margin: 25px auto 0;
	}
	.dropdown {
		width: 270px;
		margin-top: 10px;
	}
	.content {
		width: 100%;
		padding: 0 15px;
		margin-top: 20px;
	}

	.tabs-pane ul:nth-child(1),
	.tabs-pane ul:nth-child(2),
	.tabs-pane ul:nth-child(3),
	h1.large,
	#page-content-wrapper .tabs-pane p {
		padding: 0 15px;
	}
	.nav-tabs>li {
		width: auto;
	}
	.sidebar {
		float: none;
	}
	.tab-content {
		margin-top: 25px !important;
		padding: 0 15px;
		border: none;
		width: 100%;
	}
	.sidebar.admin-navbar,
	.sidebar.attendee-navbar {
		display: block;
		margin: 35px auto 0;
	}
	.tab-content {
		margin-top: 20px;
	}
	.tabs-pane ul:nth-child(2) li a,
	.tabs-pane ul:nth-child(3) li a  {
		width: 130px;
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.table-select .single-collum {
	    margin-right: 12px;
	}
	.table-select .single-collum .pull-left {
		width: 50%;
		padding-top: 30px;
	}

	.table-select {
		padding-top: 22px;
	}
	.tabs-pane ul:nth-child(2) li:first-child,
	.tabs-pane ul:nth-child(3) li:first-child {
		color: #fff;
	}
	ul.child-session-groups > li {
		width: 33.33%;
	}
	.tabs-pane ul:nth-child(2) li a,
	.tabs-pane ul:nth-child(3) li a {
		width: 100%;
	}
	.tabs-pane ul:nth-child(1) {
		margin-top: 40px;
		margin-bottom: 35px;
	}
	.tab-content {
		margin-left: 0px !important;
	}
	.tabs-pane ul {
		margin-top: 10px;
	}
	.table-select .single-collum {
		margin-bottom: 30px;
	}
	.table-select .single-collum {
	    width: 100%;
	    padding-left: 20px;
	}
	.tabs-pane ul:nth-child(1) li:nth-child(1) {
		padding-right: 0px;
	}
	/*Facebook container*/
	.fb-comments.fb_iframe_widget {
		width: 100%;
	}
	.fb-comments.fb_iframe_widget span {
		width: 100% !important;
	}
	.fb-comments.fb_iframe_widget span iframe {
		width: 100% !important;
	}
}/*END 767*/



/*500********/
@media screen and (max-width: 500px) {
	.nt-menu-dropdown.nt-admin-menu {
		right: 0px;
	}
	.dropdown {
		width: 270px;
	}
	.nt-menu-dropdown.nt-admin-menu
	h1.large {
	    font-size: 26px;
	}
	.dropdown .dropdown-menu{
/*		width: 100%;*/
		top: 66px;
	}
	.dropdown .dropdown-menu li {
		display: block;
		margin: 0 auto;
	}

	#page-content-wrapper .tabs-pane p {
		font-size: 18px;
	}
	.tabs-pane ul:nth-child(1) li a {
		font-size: 12px;
	}
	ul.child-session-groups > li {
		width: 50%;
	}
	.tabs-pane ul:nth-child(2) li a,
	.tabs-pane ul:nth-child(3) li a {
		width: 100%;
	}
}/*END 500*/



/*400********/
@media screen and (max-width: 400px) {
	.navbar-default .dropdown a:nth-child(1) {
		margin-right7px;
	}
	.navbar-default .dropdown a {
		padding: 0 10px;
	}
	.tabs-pane ul:nth-child(1) li {
		width: 100%;
		border-radius: 2px;
		margin-bottom: 10px;
	}
	.user-circle {
		width: 110px;
		height: 110px;
	}
}/*END 400*/







