body{
	overflow: auto;
}

body.modal-open{
	margin-right: 0px;
}

.btn{
	font-weight: 400;
	box-shadow: none;
    border-radius: 20px;
}
.h1-rounded-icon{
	display: inline-block;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 2px #888;
	height: 55px;
	width: 55px;
	font-size: 30px;
	padding-top: 12px;
	padding-left: 5px;
	background-color: rgb(141,150,160);
	color: rgb(233,234,237);
}

.header-select{
	display: inline-block;

	position: relative;
}

.header-icon-select{
	display: inline-block;
	width: 60px;
	position: relative;
}

.header-sort-select{
	display: inline-block;
	width: 150px;
	position: relative;
}

.header-sort-icon-select{
	display: inline-block;
	width: 60px;
	position: relative;
	padding-right: 17px;
}

/* header */

#header {
	background-color: #1876e0;
	position: fixed;
	top:0;
	width: 100%;
}
#header h1 {
	margin: 0px;
}


    @media only screen and (max-device-width : 999px) { 
        .row { margin:0; }
        
    }

#header .navbar-brand {
 	padding-left: 0px;
	text-align: left;
	font-size: 18px;
	padding-top:15px !important;
}
@media (min-width: 1000px) {
	#header .navbar-brand {
		font-size:28px;
		margin-left:15px;
	}
}
@media (min-width: 768px) {
	#header .navbar-brand {
		margin-left:0;
	}
}




#header .navbar-nav li {
	font-size: 15px;
}
.navbar-nav > li > a {
	
}



/* Main Navigation Specific Styling */

/* drop down nav */
#header .nav li.dropdown.open > .dropdown-toggle {
  background-color: #3882e4;
    border-radius: 20px 20px 0 0;
}



#header .navbar-nav .dropdown .dropdown-menu.pull-right {
    border-radius: 20px 0 20px 20px;
}


#main-nav {
	display: none;
}

#header .navbar-nav .dropdown-menu > li > a {
    color:#fff;
}

/** MOBILE NAV **/

@media (max-width: 999px) {
	#header { position:absolute; }
}

@media (max-width: 999px) {
    
    #subnav {
        position: relative !important;
        top:auto !important;
        margin-top: 30px;
        padding: 0;
    }
    
	#main-nav {
		clear: both;
		display: none;
		margin: 0 auto;
		overflow: visible;
		padding: 0;
		width: 100%;
	
	}
    
    
    
    #header #main-nav .navbar-nav {
        margin: 4px 0px;
        width: 100%;
    }
	
	#main-nav .navbar-nav li {
		width: 100%;
		padding: 0;
		position: relative;

	}
	#header #main-nav .nav .active {
		border-bottom:none;
		padding-bottom: 0;
        background: rgba(255,255,255,0.1);
	}
	#header #main-nav .navbar-nav li a {
		padding: 15px;
		font-size: 15px;
		letter-spacing: 1px;
        border-radius: 20px;
	}
	
	#main-nav .navbar-nav .open .dropdown-menu {
		position: relative;
		border-radius:0;
		box-shadow: none;
		padding: 0;
	}
	#header #main-nav .navbar-nav .dropdown-menu li a {
		margin:0 0 0 15px;
	}
	#header #main-nav .dropdown-menu .divider {
		display: none;
	}
    
    /** Sub Drop-Downs **/
    
    #header .navbar-nav .dropdown .dropdown-menu {
      
        width: 100%;
    }
    
}
@media (min-width: 1000px) and (max-width:992px) {
	#main-nav {
		clear:both;
	}
}
#header .mobile-menu-icon {
	display: block;
	float: right;
	margin: 1.6rem 1.25rem 0 0;
	text-indent: -9999px;
	position: relative;
	background: url(../images/mobile-icon.svg) no-repeat;
	background-size: 100%;
	width: 27px;
	height: 19px;
}
/*#header .mobile-menu-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5em;
	height: 0.2em;
	background: white;
	box-shadow: 0 0.5em 0 0 white, 0 1em 0 0 white;
}*/
@media (min-width: 1000px) {
	#main-nav {
		display:block;
	}
	#header .mobile-menu-icon {
		display: none;
	}
	#main-nav .navbar-nav > li > a {
		
	}
	
	
}

#header .nav li.active {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
}

#header .navbar-nav li:hover {
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
}

#header .navbar-nav {
  margin:0;
}

#header .navbar-brand {
  padding: 0;
    text-indent: -9999px;
    background-image: url(https://app.groupvitals.com/images/logo-high-res.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 39px;
    height: 40px;
    margin: 0;
    width: 50px;
}

.navbar.bg {
  border-bottom: 0px solid #1565C0;
}




/* End Main Navigation Specific Styling / Start Styling for Brand, Subnav, and Dropdowns */

/* More General Navbar styles */
#header .dropdown-menu .divider {
	margin: 5px 0;
    background: rgba(255,255,255,0.3);
}

#header .btn, #subnav .btn {
	box-shadow: none;
    
}



@media (min-width: 769px) {
	

	#header .thumb-mini {
		width: 30px;
        margin: -10px 0px -4px 0;
	}
}

@media (max-width: 999px) {
  #header .navbar-nav {
    float: left;
    margin: 0 0 5px 0;
  }
  #header .navbar-nav > li {
    float: left;
  	margin-top: 0px;
  }
  #header .padder {
	   padding: 0;
  }
}

@media (max-width: 999px) {
  #header .navbar-nav li a {
    padding: 5px 10px; 
  }
  #header #nav-side {
  	margin-right: 10px;
  }
  #header #nav-side > li > a {
    padding-top: 13px;
  	padding-bottom: 0px;  
  }
  
  #header .navbar-brand {
  	margin:4px 0 0 0;
  }
  #header .arrow-top-right:after {
  	right:126px;
  }
  #header .arrow-top-right:before {
  	right:125px;
  }
}



.bg .nav li.dropdown.open > .dropdown-toggle, .bg .nav li.dropdown.active > .dropdown-toggle, .bg .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
}

#header .navbar-nav .dropdown .dropdown-menu .text-muted {
    color:rgba(255,255,255,0.5);
}

#header .navbar-nav .dropdown .dropdown-menu {
  background-color: #3783e4;
 border-radius: 0 20px 20px 20px;
	border: none;
	z-index: 5;
    -webkit-box-shadow: 0 6px 7px rgb(0 0 0 / 18%) !important;
    box-shadow: 0 6px 7px rgb(0 0 0 / 18%) !important;
}





#header .navbar-nav .dropdown .dropdown-menu > li > a:hover {
  color: #FFF;
    background: rgba(255,255,255,.1);
    border-radius: 20px;
}

#header .pull-right .dropdown .dropdown-menu {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px; 
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px; 
}

.icon-angle-down:before {
	transition: transform 0.4s;
}
.open .icon-angle-down:before {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform:rotate(-180deg);
}
#header .notification-count .badge {
	position: relative;
	left: -4px;
	top: -5px;
}

#header #notifications-panel {
	right: 30px;
	margin-top: -5px;
}
@media (max-width: 999px) {
  #header #notifications-panel {
  	position: fixed;
  	right:8px;
  }
}

#notifications-panel section .list-group {
	max-height: 500px;
	overflow-y: auto;
}

/* all notification lists */
.notification-list .list-group-item {
	padding: 8px 10px;
}

.notification-list .checkbox-custom {
	margin-left: 0px;
	text-align: left;
	width: 20px; /* prevent jump */
}

.notification-list .list-icon {
	width: 25px;
	float: left;
	margin-right: 10px;
	margin-left: -2px;
}

.notification-list .list-checkbox {
	float: right;
	margin-right: -2px;
    margin-left: 2px;
}

/* sub nav */
#subnav {
	z-index: 5;
	position: fixed;
	width: 100%;
   	top: 57px  /* height of header */;
    padding: 5px 0;
}





#subnav h2, #subnav h3, #subnav h3, #subnav h4, #subnav h5 {
	 line-height: 68px;
	 margin: 0;
}

#subnav h2, #subnav h3 {
  color: #596573;
  font-size: 24px;
	margin-right: 10px;
}

#subnav h3, #subnav h4, #subnav h5 {
	font-weight: 100;
}

#subnav h4 {
	font-size: 22px;
}

#subnav h5 {
	font-size: 20px;
	margin-top: 1px;
}

#subnav nav {
	line-height: 68px;
	margin-top: 10px;
	margin-left: 10px;
}

#subnav .menu-item {
	margin-top: 16px;
	margin-bottom: 16px;
}




#subnav .bootstrap-select.btn-group {
	
}

#subnav select.filter-select {
	display:none;
}

/* page wrapper */
.main {
	max-width: 1200px;
  margin: 0 auto;
}

/* on-off switches */
.onoffswitch {
    position: relative; width: 73px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FBFBFB; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #6FC4A5; color: #FEFEFB;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #CDD0D4; color: #B1B2B3;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 25px; margin: -2px;
    background: #B1B3B7;
    border: 2px solid #FBFBFB; border-radius: 50px;
    position: absolute; top: 0; bottom: 0; right: 51px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/**
 * Add prospect form
 */
#add-modal form label {
 	font-weight: normal;
}
#add-form-preferences, #add-form-person {
  display: none;
}

#add-form-preferences em.h5, #add-form-person em.h5 {
  display: block;
  margin-bottom: 20px;
}

#add-modal #add-form-person label {
  font-weight: bold;
}
#add-person, #add-prospect {
	display: none;
}

/**
 * Advanced Search Form
 */
form#advanced-search label {
	font-weight: normal;
	margin-bottom: 10px;
}

/**
 * General styles
 */
.m-t-none {
	margin-top: 0;
}
.m-b-none {
	margin-bottom: 0;
}

/**
 * Lists
 */
.list-group-header {
	background-color: #f6f6f6;
	font-weight: bold;
}

/**
 * Datatables 
 */
.dataTables_length {
	margin-bottom: 15px;
	display: inline-block;
}

/**
 * Group Profile Page list-style-position: 
 */
#group-nav > .navbar-nav > .active > a, #group-nav .navbar-nav > #group-nav .active > a:hover {  background:none; border-bottom:3px solid #13c4a5; /* Group Page: Nav */ }
#group-nav > .navbar-nav > li > a { boder-bottom:3px solid #fff; padding:0 0 12px 0; margin:12px 12px -1px 12px; } /* Group Page: Nav > custom padding for group nav */
#group-nav > .navbar-nav > li > a:hover { background:none !important; border-bottom:3px solid #13c4a5; } /* Group Page: Nav > hover effect for group nav */


.btn-profile, .bg-profile, .btn-profile.btn-circle > i{ color:#fff; background:rgba(255,255,255,.2); } /* Group Page: Info Card > Custom buttons */
.btn-profile:hover, .btn-profile:focus, .btn-profile:active, .btn-profile.active, .btn-profile.btn-circle:hover > i{color:#fff; background:rgba(255,255,255,.5);} /* Group Page: Info Card > Custom button > hover */
 
#group-member-panel .edit  { color:#fff !important; } /* Group Page: Members > Member Card > Hide cog icon */
#group-member-panel:hover .edit  { color:#5191d1 !important; } /* Group Page: Members > Member Card > Show  cog icon */

#graphLoaderDiv {
	width: 100%;
	height: 200px;
}

#flotTip {color:#fff !important;} 

/* Navigation */
#nav li.organization {
	list-style-type: none;
}
#nav li.organization > a, #nav li.user > a {
	cursor: pointer;
	display: block;
	background-color: #1b2631;
	padding: 8px 0 12px 9px;
	color: #fff;
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}
#nav li.organization a > i, #nav li.user a > i {
	color: #556c86;
	font-size: 18px;
	float: right;
	margin: 8px 5px 0 0;
}

#nav li.user {
	width: 100%;
	list-style-type: none;
	position: absolute;
	bottom: 0;
}
#nav li.user > a {
	font-size: 16px;
}
#nav li.user > a > i {
	margin-top: 5px;
}
#nav li.organization .dropdown-menu {
	left: 120px;
}
#nav li.user .dropdown-menu {
	top: -95px;
	left: 120px;
}
#nav .nav-dropdown {
	display: none;
	list-style-type: none;
	padding: 5px 0;
	background-color: #172430;
}
#nav .nav-dropdown li {
	padding: 5px 0;
}
#nav .nav-dropdown li a {
	color: #8e9eae;
}
.nav-primary > ul > li > a:hover, .nav-primary > ul > .dropdown-submenu > a:hover {
	background-color: #4e90d3;
	color: #fff;
	transition: color 0s;
}
#nav .maximized-header{
}
#nav .maximized-header img{
	height: 30px;
}

#nav .nav-dropdown li a:hover {
	color: #fff;
}
@media (max-width: 999px) {
  #nav li.user {
  	display: none;
  }
}
/* minimized side navigation
@media (min-width: 768px){
	#nav.nav-vertical + #content{
		padding-left: 85px;
	}

	#nav.nav-primary{
		width: 50px;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
	}
	.maximized-text{
		display: inline-flex;
		overflow: hidden;
		width: 0;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
	}

	.maximized-header{
		margin-left: -250px;
		-webkit-transition: margin-left 0.5s;
	}

	img.will-be-hidden{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.maximized-icon{
		display: none;
	}

	.always-hidden{
		display: none !important;
	}

	.arrow-div{
		left: 49px;
		top: 50%;
		content: " ";
		height: 10px;
		width: 10px;
		position: absolute;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 30px solid green;
		border-right: 0px solid red;
		-webkit-transition: left 0.5s, border 0.5s, color 0.5s;
		transition: left 0.5s, border 0.5s, color 0.5s;
	}
}
*/



.role-response-modal {
	margin-top: 40px;
}

/* Profile page */
.profile-card, .profile-form, .profile-note, .group-profile-card {
	text-align: center;
	background-color: #fff;
	border-radius:10px;
	border: 1px solid #e0e6ef;
	padding: 20px 0;
	margin-bottom: 30px;
    Box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
    -webkit-box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
}

#content .profile-card-column {
  margin-top: -33px;
	border-top-left-radius: 3px;
  border-top-right-radius: 3px;	
	z-index: 2;
}

@media (max-width: 999px) {
	#content .profile-card-column {
	   margin-top: 10px;
	}
}

.group-profile-card {
	padding: 0 0 20px 0;
}
.profile-card i, .group-profile-card i {
	position: absolute;
	right: 26px;
	top: 12px;
	color: #c3c3c3;
	cursor: pointer;
}
.group-profile-card i {
	top: 172px;
}
.profile-card img {
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	cursor: pointer;
}
.profile-card img:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.group-profile-card img {
	margin-bottom: 20px;
	width: 250px;
	height: 160px;
}
.group-profile-description-missing div{
	font-size: 12px;
	color: #B8B5B5;
	padding-bottom: 10px;
}

.profile-card h3, .group-profile-card h3 {
	margin: 0 0 20px 0;
}
.profile-card h4, .group-profile-card h4 {
	margin: 0;
	color: #bbb;
	font-size: 14px;
}
.profile-card .dropdown, .group-profile-card .dropdown {
	position: absolute;
	top: -5px;
	right: -5px;
	text-align: left;
	list-style-type: none;
}
.profile-card .dropdown .dropdown-menu {
	left: -185px;
	top: 30px;
} 
.group-profile-card .dropdown-menu {
	left: -185px;
	top: 186px;
}
.group-profile-card .profile-avatar {
    /* */
}

.profile-form {
	text-align: right;
	padding: 15px 15px;
	margin-bottom: 15px;
}
.profile-form textarea {
	
	padding: 5px 10px;
	width: 100%;
	height: 100px !important;
	margin-bottom: 25px;
    -webkit-box-shadow:2px 5px 5px 0px rgb(71 91 115 / 4%);
    box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    height: 45px;
    color:#3c4552;
    
    
}
.profile-form input[type=submit] {
	font-size: 13px;
	font-weight: bold;
}
h4.profile-header-subnote span {
	font-size: 14px;
    color: #819ebf;
}

.profile-role-menu{
	margin-right: 3px !important;
}

.inactive-role-menu{
	color:#999 !important;
}

.profile-note {
	text-align: left;
	padding: 15px;
	margin-bottom: 25px;
	position: relative;
}
.profile-note-header-pic{
	display: inline-block;
	position: absolute;
}
.profile-note-header-text{
	display: inline-block;
	margin-left: 45px;
}
.profile-note-header-pic img{
	height: 40px;
	border-radius: 5px;
}
#profile-content .profile-note h4 {
	margin: 0 0 5px 0;
}
#profile-content .profile-note h5 {
	margin: 0 0 15px 0;
	color: #c3c3c3;
}
.profile-note p {
	font-size: 14px;
}
.profile-note .dropdown {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: left;
	list-style-type: none;
}
.profile-note .dropdown-menu {
	left: -146px;
	top: 15px;
}

.note-overlay {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(34, 51, 70, .6);
	margin: -15px; 
	text-align: center; 
	padding-top: 50px;
}

.attr-hidden {
	display: none;
}

section.nav-menu {
	margin-left: 280px;
}
section.nav-menu > ul {
	list-style-type: none;
	padding-left: 0;
  margin:0;
}
section.nav-menu > ul > li {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 15px;
}
section.nav-menu > ul > li > a {
	color: #596573;
	display: block;
	padding: 10px 15px;
}

section.nav-menu > ul > li.active {
	background-color: #e9eaed;
}
section.nav-menu > ul > li:hover {
	background-color: #e9eaed;
}
section.nav-menu > ul > li > ul > li > em {
	color: #939393;
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin: 5px 10px;
	cursor: default;
}
section#profile-content h4 {
	color: #3c4552;
	margin: 25px 0 15px 15px;
	clear: both;
}
section.nav-menu > ul > li.add-new-role > a {
	color: #51667e;
	font-weight: normal;
}
section.nav-menu > ul > li.add-new-role:hover {
	background-color: initial;
}
section.nav-menu > ul > li.add-new-role:hover > a {
	color: #5f7ea1;
	background-color: initial;
}
section.nav-menu li.add-new-role > ul {
	left: 0;
	top: 90%;
}
.nav-menu .add-button{
	padding: 7px 13px;
	background-color: rgb(167,178,191);
	color: white;
}
.leadership > a > i {
	color: #fff;
	font-size: 14px;
}
.leadership .dropdown-menu {
	position: absolute;
	left: -18px;
}
.leadership .dropdown-menu li {
	font-size: 14px;
}
.leadership .dropdown-menu li.title {
	color: #a3a3a3; 
	padding: 3px 20px;
	text-transform: uppercase;
	font-size: 12px;
}
.leadership .dropdown-menu .add-new-role a {
	color: #437db6;
}
.leadership li {
	font-size: 16px;
}
.leadership .dropdown-menu .add-new-role:hover a {
	color: #fff;
}

section.stat-cards {
	display: block;
	margin-top: 25px;
}
section.stat-cards div {
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 1px 1px #c3c3c3;
	width: 155px;
	margin: 0 15px 15px 0;
	padding: 15px 10px;
	height: 80px;
	float: left;
}
section.stat-cards i {
	font-size: 36px;
	color: #d0d0d0;
	float: left;
	display: block;
	text-align: center;
	margin-top: 5px;
}
section.stat-cards i:before {
	margin: 0;
}
section.stat-cards span {
	float: right;
}
section.stat-cards .group i {
	width: 50%;
}
section.stat-cards .group span {
	width: 45%;
}
section.stat-cards .activity i {
	width: 40%;
}
section.stat-cards .activity span {
	width: 60%;
}
section.stat-cards h3 {
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #525253;
}
section.stat-cards p {
	margin: 0;
	color: #c3c3c3;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
section.stat-cards .coach-card-leaders, section.stat-cards .coach-card-months,
section.stat-cards .leader-card-attendance {
	padding: 8px 15px;
}
section.stat-cards .coach-card-leaders p, section.stat-cards .coach-card-months p,
section.stat-cards .leader-card-attendance p {
	line-height: 13px;
	color: #afb2b6;
	font-size: 11px;
}
section.stat-cards .coach-card-leaders i,  section.stat-cards .coach-card-months i {
	margin: 10px 0 0 5px;
}
section.stat-cards .leader-card-attendance i {
	margin: 12px 0px 0 0;
}
section.stat-cards .coach-card-months span {
	margin-right: 10px;
}
/*
Redesigned version of Stats cards
note there is no more section tag and markup is simpler*/
.stat-list {
	margin: 10px 15px;
	min-height: 65px;
}

#profile-content .stat-list {
	margin: 30px 0 0 0;
}

.stat-list.hub{
	margin: 30px 15px;
}

.stat-list > div {
	padding: 0;
}

.stat-card {
	font-size: 16px;
	text-align: left;
}

.stat-card .inline {
	vertical-align: top;
}

.stat-card .inline {
	text-align: left;
	max-width: 60%;
}

.stat-card > i {
	vertical-align: super;
	font-size: 2.5em;
	color: #b7c7da;
}

.stat-card span.count {
	display: block;
	line-height: 0.7em;
	font-weight: 600;
	font-size: 1.875em;
	color: #3c4552;
}

.stat-card label.name {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #99a9bb;
	margin-top: 0.2em;
}


#about-person {
	margin-bottom: 30px;
	box-shadow: 0 1px 1px #c3c3c3;
}
.activity-btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	height: 33px;
}
.activity-btn.btn-default {
	color: #999;
}
.group-current, .group-old, .person-current, .person-old {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	height: 170px;
	float: left;
	padding: 15px;
	margin: 0 15px 15px 0;
	width: 100%;
    border:1px solid #e0e6ef;
    box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
    -webkit-box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
}

.group-metrics-container {
	float: left;
	padding-bottom: 7px;
}

.group-hub-load {
	position: absolute;
	background: rgba( 233, 234, 237, 1);
	width: 100%;
	height: 100%;
	z-index: 99999;
	margin: 0 auto 0 auto;
}

.group-hub-load-gif {
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
}


.view-group-profile-container {
	margin-top: 5%;
}

.leader-tab-group-current {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	
	box-sizing: border-box;
	height: 214px;
	float: left;
	padding: 20px;
	margin: 0 25px 25px 0;
	width: 100%;
}

.leader-tab-group-current .leader-tab-seperator {
	margin-bottom: 15px !important;
  	margin-top: 0px !important;
}

section#profile-content .leader-tab-group-current h4{
	margin: 0px;
}

.group-current .member-tab-group-name {
	color: #428BCA;
    word-wrap: break-word;
    margin-right: 20px;
}



.group-current .no-group-prospect{
	background-color: rgb(233,235,237);
	border-radius: 3px;
	width: 100%;
	height: 19px;
}

.group-current .prospect-text-bg{
	background-color: rgb(246,197,0);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	position: absolute;
	margin-top: 0px;
}

.group-current .prospect-since{
	margin-left: 70px;
}

.group-current .greyout{
	color: #CCC !important;
}

.group-current h5, .group-old h5, .leader-tab-group-current h5 {
	font-size: 15px;
	font-weight: 300;
	color: #819ebf;
	margin-top: 15px;
}
.group-old h5 {
	color: #d0d0d0;
}
.group-current .separator, .group-old .separator, .leader-tab-group-current .separator {
	margin: 20px 0px;
	border-color: transparent;
}
.group-old .separator {
	border-color: #e6e6e6;
}
.group-current i, .group-old i, .member-card i, .leader-tab-group-current i {
	font-size: 18px;
	float: left;
	margin-right: 5px;
}
.group-current p, .group-old p, .leader-tab-group-current p {
	float: left;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #c3c3c3;
	font-weight: bold;
}
.group-current p strong, .group-old p strong, .leader-tab-group-current p strong {
	display: block;
	font-size: 15px;
}
.group-current p strong, .leader-tab-group-current p strong {
	color: #555;
}
.group-current .icon-check-sign, .leader-tab-group-current .icon-check-sign {
	color: #0cbba0;
}
.group-current .icon-bolt, .leader-tab-group-current .icon-bolt {
	color: #f4c414;
}
.group-current .icon-calendar-empty, .leader-tab-group-current .icon-calendar-empty {
	color: #cbcfd4;
}

.group-current .dropdown, .leader-tab-group-current .dropdown, .person-current .dropdown, .person-old .dropdown, .member-card .dropdown {
	list-style-type: none;
	position: absolute;
	top: 15px;
	right: 15px;
}
.person-current .dropdown, .person-old .dropdown {
	right: 5px;
	top: 3px;
}
.group-current .dropdown > a > i, .leader-tab-group-current .dropdown > a > i, .person-current .dropdown > a > i,  .person-old .dropdown > a > i , .member-card .dropdown  > a > i{
	color: #c3c3c3;
	font-size: 14px;
	font-weight: normal;
}
.group-current .dropdown .dropdown-menu, .leader-tab-group-current .dropdown .dropdown-menu, .person-current .dropdown-menu,  .person-old .dropdown-menu, .member-card .dropdown-menu {
	left: -140px;
}

.red-icon, 
.pillbox li .icon-remove-sign 
{
	color: #FF3B30 !important
}
.yellow-icon{
	color: #FFCC00 !important;
}
.blue-icon{
	color: #5AC8FA !important
}


.group-current.group-card{
	height: 235px;
	color: #819ebf;
}

.group-current.group-card h4{
	font-size: 17px;
    line-height: 24px;
	color: #505050;
    word-wrap: break-word;
}
.group-current.group-card h5{
	font-size: 13px;
}
.group-current.group-card h5 i{
	float: none;
	font-size: 13px;
}
.group-current.group-card h5 i.text-success,
.profile .highlights .text-success,
.radio-custom > i.checked:before, .checkbox-custom > i.checked:before,
.green-icon
{
	color: #34c759;
}
.group-current.group-card .separator{
	margin: 15px 0;
}
.group-current.group-card .stats-icon{
	font-size: 20px;
	margin-right: 0;
    margin-top: 2px;
    color:#b7c7da;
}
.group-current.group-card .stats-count{
	font-size: 18px;
	font-weight: 700;
    color: #3c4552;
}
.group-current.group-card .stats-text{
	font-size: 12px;
	font-weight: 700;
    text-transform: uppercase;
}
.group-current.group-card .leaders-icon{
	background-color:#b7c7da;
	border-radius: 2px;
	display: inline-block;
}
.group-current.group-card .leaders-icon i{
	float: none;
	font-size: 14px;
	color: white;
	margin-right: 0;
}
.group-current.group-card .leader-name{
	font-size: 14px;
}
.group-current.group-card .more-leaders{
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	opacity: 1;
	display: inline-block;
	color: rgb(196,200,205);
}

.leader-tab-group-current .profile-link{
	color: #007AFF;
	font-size: 18px;
}

.group-old i {
	color: #d0d0d0;
}
.group-old p {
	color: #d0d0d0;
}
.group-old p strong {
	color: #a3a3a3;
}
p.no-items {
	font-style: italic;
	color: #819ebf;
}
#profile-content .group-current h4, .group-current h4 {
	color: #444;
	margin: 0;
}
#profile-content .group-old h4 {
	color: #b3b3b3;
	margin: 0;
}
.person-current, .person-old {
	height: 83px;
	padding: 0;
}
.person-current div.img, .person-current div.info, .person-old div.img, .person-old div.info {
	float: left;
	height: 80px;
}

.person-current div.info .group-member-card-name a{
	color: #428bca;
	font-size: 18px;
}

.person-current div.info .group-member-card-email{
	color:#a9a9a9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

@media (max-width:999px) {
    .person-current div.info .group-member-card-email {
        max-width: 150px;
    }
}

.person-current div.info .group-member-card-email a{
	color:#a9a9a9 !important;
}
.person-current .img, .person-old .img {
	position: relative;
	background-color: #5AC8FA;
	width: 80px;
	color: white;
	font-size: 42px;
	border-radius: 10px 0 0 10px;
}

.person-current img,
.person-old img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    
}

.person-current .img i, .person-old .img i {
	display: block;
	text-align: center;
	margin-top: 18px;
}
.person-current .img.prospect {
	background-color: #f4c414;
	color: #ffd745;
}
.person-current .img.guest {
	background-color: #223346;
	color: #3f5f82;
}
.person-current .img.leader {
	background-color: #604287;
	color: #9878c3;
}
.person-current .img.coach {
	background-color: #3a846d;
	color: #70c1a9;
}
.person-current .info, .person-old .info {
	padding-top: 15px;
    max-width: 70%;
	text-align: left;
	padding-left: 3%;
	overflow: elipsis;
}
.person-current .img .role {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1px 0;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#profile-content .person-current h4, #profile-content .person-current h5, #profile-content .person-old h4,
#profile-content .person-old h5, .person-current h4, .person-current h5 {
	margin: 0 auto 5px auto;
}
#profile-content .person-current h4, #profile-content .person-old h4, .person-current h4 {
 	color: #505050;
 	margin-bottom: 8px;
}
#profile-content .person-current h5, #profile-content .person-old h5 , .person-current h5{
	color: #b2b2b2;
	font-size: 15px;
	font-weight: 300;
}
.person-current .member-subtitle a {
	color: rgb(147,146,146);
	font-weight: 300;
}
.person-current .member-subtitle .tooltip-inner a {
	color: #007AFF;
	font-weight: 300;
}

.person-current .member-subtitle .tooltip-anchor{
	font-size: 12px;
	font-weight: 700;
	opacity: 1;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.person-current .member-subtitle a:not(.tooltip-anchor) {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	display: inline-block;
	width: 100%;
}
#profile-content .person-current h5 span, #profile-content .person-old h5 span, .person-current h5 span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#profile-content .person-old h4 {
	color: #939393;
}
#profile-content .person-old h5 {
	color: #c3c3c3;
}
.group-add, .person-add {
	float: left;
	width: 330px;
	height: 170px;
	border: 1px solid #e0e6ef !important;
	color: #007AFF;
	font-size: 15px;
	text-align: center;
	padding-top: 65px;
	cursor: pointer;
	margin-right: 15px;
    background: none;
    border-radius: 10px;
}

.group-add-leader {
	float: left;
	width: 330px;
	height: 235px;
	border: 1px solid #e0e6ef;
	color: #007AFF;
	font-size: 15px;
	text-align: center;
	padding-top: 95px;
	cursor: pointer;
	margin-right: 15px;
    border-radius: 10px;
}
.group-add:hover, .person-add:hover, .group-add-leader:hover {
	background-color: rgba(255,255,255,0.6);
}
.person-add {
	height: 81px;
	padding-top: 26px;
}
div.separator {
	clear: both;
	height: 2px;
	width: 100%;
	border-top: 1px solid #d0d0d0;
	margin: 30px 0;
}
div.separator.no-mt {
	margin-top: 0;
}

.modal-footer.no-bg {
	background-color: #fff;
	border: 0;
}
.modal-footer .large-text {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
}

#profile-content .modal-body h4 {
	margin: 0 0 30px 0;
}
.modal-body h4.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.modal-body .step2 {
	display: none;
}

/* Select2 */
#select2-drop-mask {
	text-align: left;
}
.navbar .select2-container .select2-choice.required {
	border: 1px solid #b94a48;
}

.navbar .select2-container{
	width: 100% !important;
	font-size: 14px !important;
}

.navbar .select2-container .select2-choice{
	padding: 3px 12px !important;
	height: auto !important;
	background-color: white !important;
	box-shadow: none !important;
	background-image: none !important;
	border-radius: 4px !important;
	border: 1px solid #cccccc !important;
}

.select2-results .select2-highlighted {
    background-color: #007AFF  !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #f1f2f5 !important;
    color: #313e4c !important;
    border-color: #e0e6ef !important;
    padding: 6px 13px 6px 26px !important;
    border-radius: 20px !important;
}

.select2-search-choice-close { top:7px  !important; left:7  !important; }

.select2-choices,
.select2-choice {
    box-shadow: 0px 1px 2px 0px rgb(71 91 115 / 10%) !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(71 91 115 / 10%) !important;
}

.select2-container-multi .select2-search-choice-close { left:8px !important}

/* Cropping */
#to-crop {
	max-width: 100%;
}
.jcrop-holder {
	margin: 0 auto;
}
.jcrop-keymgr {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.avatar-preview-container, #remove-avatar {
	display: block;
	margin: 0 auto 15px auto;
}
.avatar-preview-container {
	background-color: #fff;
	box-shadow: 1px 1px 3px #222;
	width: 220px;
	height: 250px;
	padding-top: 10px;

}
.avatar-preview {
	width: 200px;
}
#remove-avatar {
	margin-bottom: 25px;
}

.datepicker.datepicker-dropdown{
	z-index: 1051 !important;
}

.group-attendance-list {
	list-style-type: none;
	padding: 0;
}
.group-attendance-list > li {
	display: block;
	height: 60px;
	margin-bottom: 25px;
	background-color: #fff;
	color: #819ebf;
	font-size: 15px;
	box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
	border-radius: 10px;
}
.group-attendance-list > li > .date {
	display: block;
	float: left;
	padding: 8px;
	border-radius: 10px 0 0 10px;
	background-color: #99a9bb;
	color: #fff;
	text-align: center;
	line-height: 22px;
}
.group-attendance-list > li > .date > span {
	display: block;
	
}
.group-attendance-list > li > p {
	display: block;
	float: left;
	margin: 20px 0 0 15px;
	font-size: 14px;
}
.group-attendance-list > li > .group-attendance-detailed > .group-attendance-detailed-shown{
}
.group-attendance-list > li > .group-attendance-detailed > .group-attendance-detailed-hidden{
	display: none;
}

.group-attendance-list > li:hover .percentage{
	opacity: 0.5;
}
.group-attendance-list > li:hover .date{
	background-color: rgb(99,102,112);
}
.group-attendance-list > li:hover .group-attendance-detailed-shown{
	display: none;
}
.group-attendance-list > li:hover .group-attendance-detailed-hidden{
	display: inline-block !important;
	opacity: 1;
	margin-top: -6px;
}

.group-attendance-list > li > .uncomplete, .group-attendance-list > li > .percentage {
	display: block;
	position: relative;
	width: 240px;
	height: 20px;
	float: right;
	margin: 17px 15px 0 0;
	border-radius: 3px;
	font-size: 14px;
}

.group-attendance-list .uncomplete .take-attendance {
	margin-top: -7px;
}

.group-attendance-list > li > .percentage {
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 0 #e0e0e0;
	-moz-box-shadow:    inset 0 1px 0 #e0e0e0;
	box-shadow: inset 0 1px 0 #e0e0e0;
}
.group-attendance-list > li > .percentage > span {
	display: block;
	position: absolute;
	z-index: 10;
	width: 80px;
	height: 20px;
	border-radius: 3px 0 0 3px;
}
.group-attendance-list > li .percentage > span.very-low {
	background-color: #ff5f5f;
	-webkit-box-shadow: inset -1px 0px 0 #cf2f2f;
	-moz-box-shadow:    inset -1px 0px 0 #cf2f2f;
	box-shadow: 0px 1px 0px #cf2f2f;
}
.group-attendance-list > li .percentage > span.low {
	background-color: orange;
	-webkit-box-shadow: inset -1px 0px 0 #bf7500;
	-moz-box-shadow:    inset -1px 0px 0 #bf7500;
	box-shadow: 0px 1px 0px #bf7500;
}
.group-attendance-list > li .percentage > span.medium {
	background-color: #f4c414;
	-webkit-box-shadow: inset -1px 0px 0 #c7aa40;
	-moz-box-shadow:    inset -1px 0px 0 #c7aa40;
	box-shadow: 0px 1px 0px #c7aa40;
}
.group-attendance-list > li .percentage > span.high, .group-attendance-list > li .percentage > span.perfect {
	background-color: #13c4a5;
	-webkit-box-shadow: inset -1px 0px 0 #4b9d4a;
	-moz-box-shadow:    inset -1px 0px 0 #4b9d4a;
	box-shadow: 0px 1px 0px #4b9d4a;
}
.group-attendance-list > li .percentage > span.perfect {
	border-radius: 3px;
}
.group-attendance-list > li > .percentage > em {
	position: absolute;
	z-index: 11;
	right: 8px;
	font-style: normal;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
}
.group-attendance-list > li.did-not-meet > .date {
	background-color: #b2b4bb;
}
.group-attendance-list > li.did-not-meet > .date > span {
	color: #ccced4;
}
.group-attendance-list > li.did-not-meet > p {
	color: #b6b9bb;
}
@media all and (max-width: 850px) {
	.group-attendance-list > li > .percentage {
		width: auto;
		background-color: #fff;
		box-shadow: none;
	}
	.group-attendance-list > li > .percentage > span {
		display: none;
	}
}
@media all and (max-width: 430px) {
	.group-attendance-list > li > p {
		display: none;
	}
	.group-attendance-list > li > .percentage {
		display: block;
		width: 70%;
		background-color: #f5f5f5;
		-webkit-box-shadow: inset 0 1px 0 #e0e0e0;
		-moz-box-shadow:    inset 0 1px 0 #e0e0e0;
		box-shadow: inset 0 1px 0 #e0e0e0;
	}
	.group-attendance-list > li > .percentage > span {
		display: block;
	}
}

.group-attendance-people-list{
	display: none;
}

.person-current .info .checkbox{
	height: auto;
	width: 100%;
	margin-top: 3px;
}

.person-current .info .checkbox label{
	display: inline-block;
}

.person-current .info .checkbox input[type=checkbox] + i + span{
	opacity: 0.5;
}

.person-current .info .checkbox input[type=checkbox]:checked + i + span{
	opacity: 1 !important;
}

#takeAttendanceModal .modal-dialog{
	width: 530px;
}

#takeAttendanceModal .modal-body {
	padding: 0;
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
}
#takeAttendanceModal .separator {
	border-color: #ddd;
	margin: 0;
}

#takeAttendanceModal .modal-header h3 {
	margin-top: 20px;
	padding-bottom: 0;
}

#takeAttendanceModal .modal-footer{
	background-color: transparent;
	border-top: 1px solid #e5e5e5;
}

#takeAttendanceModal form{
	margin: 0;
}


/*****************/
#takeAttendanceModal .no-meeting-button {
	margin-top: 0px;
	max-width: 175px;
    margin: 0 auto;
    padding:10px 20px;
    border-radius: 20px;
}

#takeAttendanceModal .take-attendance-date {	
	margin-bottom: 0;
	text-align: center;
    font-size: 13px;
}

#takeAttendanceModal .modal-header {
	border-bottom: 0px;
    padding-bottom: 0;
}

#takeAttendanceModal #attendanceform .take-attendance-list {
	
}

/*****************/

.did-not-meet .take-attendance.btn {
	background-color: #b2b4bb;
}

.no-meeting-button a { color: #007AFF; }
.no-meeting-button{
	color: #007AFF;
	border:1px solid #007AFF;
	cursor: pointer;
	font-size: 13px;
	margin-top: 20px;
    background: transparent;
    padding: 10px 20px;
    border-radius: 20px;
}

.take-attendance-date {
	padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    
}

.take-attendance-date input{
	display: inline-block;
	width: 250px;
	font-size: 20px;
}

.take-attendance-date .datepicker-button{
	padding: 5px;
	position: absolute;
	right: 0;
}

.take-attendance-list, .take-attendance-guest-input ul {
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0 0 20px 0;
}

.take-attendance-list > li, .take-attendance-guest-input ul > li {
	font-size: 22px;
	height: 45px;
	padding: 0px;
	position:relative;
    border-top: 1px solid #e6e7e9;
}

.take-attendance-list > li:before, .take-attendance-guest-input ul > li:before {
    content:'';
    display:block;
    position:absolute;
    left:0;
	bottom: 0;
    width:100%;
    height:2px;
	pointer-events:none;
}​

.take-attendance-list > li:last-child:before, .take-attendance-guest-input ul > li:last-child:before {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

.attendance-checkbox{
	display: inline-block;
	height: 100%;
	font-family: FontAwesome;
	color: white;
	width: 45px;
	cursor: pointer;
}

.take-attendance-list .attendance-checkbox, .take-attendance-guest-input.row .attendance-checkbox  {
	padding-top: 8px;
}

.take-attendance-guest-input.row .guest-name-row {
	display: block;
}

.take-attendance-list .attendance-checkbox,
.slider-handle
{
	background-color: rgba(52,199,89,1);
	
}
.take-attendance-guest-input .attendance-checkbox{
	background-color: rgb(211,213,215);
}

.take-attendance-list .attendance-checkbox.checked:before, .take-attendance-guest-input .attendance-checkbox.disabled:before{
	content: "\F00C";
	margin-left: 12px;
}

.take-attendance-list .attendance-checkbox.unchecked{
	background-color: #FF3B30;
}

.take-attendance-list .attendance-checkbox.unchecked:before{
	content: "\F00D";
	margin-left: 14px;
}
.take-attendance-list .attendance-member-name{
	padding-top: 6px;
	margin-left: 10px;
	display: inline-block;
	font-size: 16px; 
	line-height:32px;
}

.take-attendance-blue-subtitle{
	margin-bottom: 0px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.take-attendance-guest-input{
	font-size: 22px;
	height: 45px;
}

.take-attendance-guest-input input{
	height: 45px;
	border: 0;
	border-radius: 0;
}


.take-attendance-guest {
	max-width: 440px;
	float: left;
}
textarea.take-attendance-notes {
	height: 120px;
	margin: 0 0 25px 0;
	resize: none;
	border: 1px solid #e0e6ef;
	border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgb(71 91 115 / 10%);
}


.panel-heading.public-attendance{
	margin-bottom: 20px;
    margin-top: 20px;
	background-color: transparent!important;
    border-bottom: none;
}

.panel-heading.public-attendance h4{
	margin-top: 5px;
        font-size: 30px;
    line-height: 135%;
    text-align: center;
}
.panel-heading.public-attendance h5{
	margin-top: 5px;
    text-align: center;
    font-size: 13px
}

.panel-heading.public-attendance .separator{
	margin-top: 5px;
	margin-bottom: 0;
	opacity: 0.3;
    border-top: none;
}

/* Attendance */
.attendanceclass {
    
        background: #fff;
    padding: 15px;
    box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
    -webkit-box-shadow: 2px 5px 5px 0px rgb(71 91 115 / 4%);
    border-radius: 10px;
    margin:0 0 50px 0
}




.attendanceclass.public-attendanceclass .attendance-member-name{
	margin-left: 2%;
}

.attendanceclass.public-attendanceclass .attendance-checkbox{
	position: relative;
}

.take-attendance-guest-public-span{
	display: block;
	overflow: hidden;
}

input.take-attendance-guest.public{
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
}

.public-attendance-subtitle{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
    color: #819ebf;
}

.submit-public{
	margin-top: 10px;
	width: 100%;
}


#takeAttendanceModal #takeAttendanceButton{
}

#sendMessageToMemberModal textarea.form-control, #sendMessageToGroupModal textarea.form-control {
	height: 200px;
}

.profile-change-position{
	text-align: center;
}

.profile-change-position .profile-change-position-text{
	font-size: 20px;
}

.profile-change-position .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	text-align: left;
	margin-left: 10px;
	width: auto;
}

/* Members */

hr{
	border-top: 1px solid rgb(205,206,210);
}



.header-filter{
	width: 155px;
	display: inline-block;
	margin-bottom: 15px;
}

.filters-header{
	float: left;
	text-align: left;
}

.filters-header-text{
	color: #C8C7CC;
	max-width: 384px;
	font-size: 18px;
	padding: 5px;
    
}

.filters-header-text>input{
	max-width: 322px;
	font-size: 18px;
	outline: none;
    width: 230px;
    
    
}

.group-old a {
    color: #5191d1;
}

@media (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media (max-width : 999px) {
	
	.filters-header-text>input{ 
		max-width: 210px;
	}
	
	.group-current p, .group-old p {
		margin-right: 5px;
	}
	
	#content .stat-list {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/* Small Devices, Tablets */
@media (max-width : 768px) {
	
	
	#subnav .filters-header-text>input{ 
		max-width: 200px;
	}
	
	#subnav .menu-item.pull-left, #subnav h2.pull-left {
		line-height: normal;
		margin-top: 16px;
		margin-bottom: 0px;
	}
	
	.star-cart i {
		margin-right: -4px;
	}
	
	.stat-card .icon-ok {
		margin-right: -12px
	}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 999px) {
	#statsCard .col-sm-3 {
		width: 100%;
	}
}

.filters-header-text>.show-filters{
	display: inline-block;
	background: #007AFF;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	width: 25px;
	padding: 3px 0;
}

.filter-search {
	border: none;
	font-size: 15px;
	font-weight: 100;
}

.filter-search-name {
	border: none;
	font-size: 15px;
	font-weight: 100;
}

#advanced-search{
	display: none;
}

.filters-container .search-filter {
	margin-bottom: 25px;
}

.filters-container .search-filter > span{
	text-transform: uppercase;
	font-weight: bold;
    padding-bottom: 5px;
    display: inline-block;
}

.filters-container .search-filter > select, .filter-select{
	background-color: transparent;
	color: #657483;
	font-size: 14px;
	font-weight: 600;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow: none;
	border:0px solid gray;
}

.slider-track{
	background-color: #e0e4e8;
}

.slider-min-max{
	color: rgb(185,187,189);
	font-weight: 700;
}
.slider-min-max .pull-right{
	padding-right: 12px;
}

.member-card{
	width: 340px;
	height: 80px;
	background-color: white;
	vertical-align: middle;
	margin: 0 15px 20px 0;
	box-shadow: 0 1px 1px #c3c3c3;
	display: inline-block;
	position: relative;
    border-radius: 10px;
}
#AddTeamMember .member-card {
	width: 100%;
}

.member-image{
	width: 88px;
	float: left;
	height: 88px;
	position: absolute;
}

.member-image>img{
	width: 78px;
	height: 78px;
}

.member-image img {
    border-radius: 10px 0 0 10px;
    height: 81px;
}

.member-text{
	text-align: center;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	padding-right: 10px;
}

.member-title{
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;

}

.member-subtitle{
	font-size: 16px;
	color:#3c4552;
}

.member-subtitle a.add-to-group, a.add-apprentice {
	color: rgb(78,144,211);
}

.member-subtitle a.add-to-group i, .add-apprentice {
	float: none;
	font-size: 16px;
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips .tooltip-content {
  position: absolute;
  width:140px;
  color: #000000;
  background: #FFFFFF;
  line-height: 30px;
  text-align: left;
  visibility: hidden;
  padding-left: 5px;
  
}
a.tooltips .tooltip-content {
  background-color: white;
  border: 1px solid black;
  top: 15px;
  width: 150px;
  margin-left: -140px;
  z-index: 999;
}


.tooltip-inner{
	box-shadow: 0 1px 1px #c3c3c3;
	color: rgb(175,178,182);
	font-size: 14px;
	min-width: 200px;
}

.tooltip.top{
	padding-bottom: 0;
}

.tooltip.top .tooltip-arrow{
	border-top-color:  rgb(255, 255, 255);
}

.tooltip-inner{
	background-color: rgb(255, 255, 255);
}

.tooltip.top .tooltip-arrow {
   width: 30px;
   height: 9px;
   overflow: hidden;
   top: 100%;
   border: 0;
}
.tooltip.top .tooltip-arrow:after {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   background: white;
   -ms-transform:rotate(45deg);
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg); 
   top: -5px;
   left: 5px;
   box-shadow: 1px 1px 1px #c3c3c3;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #FFF;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #FFF;
}

.statistics-cards {
	width: 100%;
	text-align: center;
	margin-left: 10px;
}

.statistics-card{
	width: 212px;
	height: 85px;
	background-color: white;
	vertical-align: middle;
	margin: 15px 0;
	border-radius: 5px;
	box-shadow: 0 2px 2px #dbdbdb;
	display: inline-block;
	float: none;
	margin-right: 30px;
}

.statistics-icon{
	width: 106px;
	height: 85px;
	float: left;
	font-size: 50px;
	margin-top: 5px;
	text-align: center;
	color: rgb(203,207,212);
}

.statistics-text{
	width: 106px;
	text-align: left;
	float: left;
	margin-top: 10px;
}

.statistics-number{
	font-size: 25px;
	color: black;
	font-weight: bold;
}

.statistics-title{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(175,178,182);
	line-height: 13px;
	padding-right: 10px;
}

.responseMessageEmpty, .responseMessageFound{
	display: none;
}

p.responseMessageEmpty {
	font-size: 14px;
}

.responseMessageEmpty a {
	color:#007AFF;
}

.modal-message {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 0px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
}

.modal-message h4 {
	margin: 10px;
}
#QuickConnect .modal-message .form-group {
	width:84%;
	margin:0 8%;
}
.modal-message .checkbox {
	margin: 0;
	width: 100%;
}

#UnableToJoin .modal-body h4 {
	margin: 0;
}

.modal-actions {
	background-color: #f7f8f9;
}

.select2-container .select2-choice div{
	display: none !important;
}

/*  # Modals */

.modal-dialog {
    width: 50%;
    padding-top: 3%;
}

@media (max-width: 999px) {
  .modal-dialog {
    width: 100%;
    }  
}


.integrated-header, .modal-title {
	border-bottom: 0;
	background-color: transparent;
	font-size: 28px;
    line-height: 150%;
    color: #505050;
    font-weight: lighter;
    word-wrap: break-word;
}

.modal-backdrop{background: #fff}
.modal-backdrop.fade.in{opacity: 0.8;filter: alpha(opacity=80);}
.modal-header{
    border-radius: 6px 6px 0 0;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.modal-footer{padding: 14px 20px 15px;margin-top: 0;border-radius: 0 0 6px 6px;background-color: transparent}

.modal-content{
    -webkit-box-shadow: 0 3px 32px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 32px 0 rgba(0,0,0,0.2);
    border: 0;
    padding:3%;
        background: #f0f2f5;
  }




.modal-content .close {
	position: absolute;
	z-index: 100;
	top: 2%;
	right: 2%;
	font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.modal-body {
	padding-top: 40px;
}
.modal-body p {
	font-size: 14px;
}
.modal-footer {
	text-align: center;
	background-color: transparent;
	border-top: 0;
}
/*.modal-footer button {
	font-weight: bold;
	font-size: 15px;
}*/
.modal-footer .btn-xxxlg {
	font-weight: normal;
	font-size: 20px;
	background: #cfcfcf;
}
.modal-footer .btn-xxxlg:hover {
	color: #fff;
}
.modal-footer .btn-primary.btn-xxxlg {
	background: #13c4a5;
}

.modal-backdrop {
	background-color: rgba(0,0,0,.35);

}



.spouse-connect{
	font-size: 16px;
}

.no-padding-top{
	padding-top: 0;
}

.person-input{
	font-size: 20px;
}
.person-input.form-control {
	display: inline-block;
	vertical-align: initial;
}
.modal .person-input.form-control {
	width: 80%;
}



.person-input.form-control-feedback{
	line-height: 42px;
}

.notification-checkbox{
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	font-size: 16px;
}


.person-checklist{
	width: 100%;
	text-align: center;
}

.person-check-card{
	width: auto;
	height: 80px;
	background-color: rgb(247,248,249);
	margin: 0 15px 10px 0;
	border-radius: 2px;
	margin-left: 8%;
	margin-right: 8%;
}

.person-check-card .person-text{
	padding-left: 90px;
	padding-right: 65px;
}

.person-check-card .person-subtitle{
	margin-top: 5px;
}

.person-check-card img{
	border-radius: 2px;
}

.person-check-card .custom-checkbox, .custom-checkbox{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: -60px;
	margin-right: 15px;
	border-radius: 40px;
	border: 5px solid rgb(213,217,220);
	color: white;
	font-size: 29px;
	cursor: pointer;
}

.person-check-card .custom-checkbox i, .custom-checkbox i {
	display: none;
}
.person-check-card .custom-checkbox.checked, .custom-checkbox.checked{
	border: 5px solid #34c759;
	background-color: #34c759;
}

.person-check-card .custom-checkbox.checked i, .custom-checkbox.checked i{
	display: block;
	margin-top: 2px;
	margin-left: -5px;
}

.person-image{
	width: 80px;
	float: left;
	height: 100% !important;
	position: absolute;
}

.person-image>img{
	width: 60px;
	height: 60px;
}

.person-text{
	text-align: center;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	padding-right: 10px;
}

.person-title{
	font-size: 20px;
	color: black;
}

.person-subtitle{
	font-size: 16px;
	color: rgb(175,178,182);
}

.person-checkbox{
	float: right;
	margin-top: -50px;
}

#personCard {
	padding-bottom: 100px;
}

/* bootstrap-select */
.filters-container .btn.dropdown-toggle.selectpicker, 
.header-select .btn.dropdown-toggle.selectpicker, 
.header-sort-select .btn.dropdown-toggle.selectpicker, 
.header-icon-select .btn.dropdown-toggle.selectpicker, 
.header-sort-icon-select .btn.dropdown-toggle.selectpicker{
	background-color: white;
	color: #657483 !important;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
    border: 1px solid #c3c6c9;
    border-radius: 20px;
}

.filters-container .btn.dropdown-toggle.selectpicker:hover, 
.header-select .btn.dropdown-toggle.selectpicker:hover, 
.header-sort-select .btn.dropdown-toggle.selectpicker:hover, 
.header-icon-select .btn.dropdown-toggle.selectpicker:hover, 
.header-sort-icon-select .btn.dropdown-toggle.selectpicker:hover {
	background-color: #f0f2f5;
	
}

.bootstrap-select.form-control { 
    border-width: 1px;
}

.bootstrap-select.btn-group .btn .filter-option { width: auto !important; }

.filters-container .selectpicker .caret, .header-select .selectpicker .caret, .header-sort-select .selectpicker .caret, .header-icon-select .selectpicker .caret, .header-sort-icon-select .selectpicker .caret{
	border-top-color: #657483;
}

.dropdown-toggle i { 
        color:#657483;

        }


/* timeline */

.timeline .panel.hidden-panel, .timeline .panel.hidden-panel-footer {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.timeline .panel.hidden-panel{
	padding-bottom: 50px;
	padding-top: 50px;
    border:0 !important;
}

.timeline .hidden-panel .time-icon, .timeline .hidden-panel-footer .time-icon{
	background-color: #b7c7da;
	border-color: #b7c7da;
}

/* useful extensions to font awesome */
i.icon-xss {
  padding: 8px 0;
  font-size: 20px;
}

.icon-xxl {
  font-size: 60px;
}

.icon-xxxl {
  font-size: 100px;
}


.icon-light-grey {
  color: #e5e9ed;
}

.icon-primary {
  color: #00c5a5;
}

/* bootstrap .hidden uses !important */
.jhidden {
	visibility: hidden;
}
.badge.jhidden {
	display: none;
}

.jhide {
  display: none;
}

/* fix for slide animation jump */
.panel-collapse {
	overflow: hidden;
}

/* fake disabled style*/
.btn-disabled {
	background-color: #ffffff;
	border-color: #cccccc;
	cursor: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
}
.btn.fake-disabled {
	pointer-events: inherit;
	cursor: default;
}

.modal-body {
	padding-top: 10px;
	padding-bottom: 0;
}

.bg-envelope {
	background-color: #9b59b6;
}

.btn.btn-quick {
	display: block;
	padding: 30px 0;
	width: 100%;
	font-size: 18px;
}


/*
	
	Group  and User profile shared styles

*/


.profile .profile-avatar {
	position: relative;
	
	padding: 0;
	min-height: 100px;
}

.profile .profile-avatar img{
	width: 100%;
}


.profile .profile-avatar .dropdown {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	font-weight: normal;
}

.profile .profile-avatar .dropdown .dropdown-toggle {
	color: #FFF;
}

.profile .group-name {
	position: absolute;
	margin: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(34, 51, 70, 0.5);
	padding: 20px 0;
	color: #FFF;
	font-size: 25px;
    word-wrap: break-word;
}


.profile .resume {
	position: relative;
	top: -40px;
	z-index: 15;
	padding-right: 30px;
	padding-left: 30px;
}

.profile .resume .panel,
#editProfileForm .panel {
	margin-bottom: 25px;
}

.profile .highlights {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 15px;
}


.profile .highlights#more-details {
	display: none;
}

.profile .highlights li {
	padding: 0;
	margin: 15px 10px;
	padding-left: 1.5em;
	position: relative;
	
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}



.profile .view-more, .toggle-show-link {
	padding: 10px 0;
	margin-top: 5px;
	border-top: 1px solid #e9e9ec;
	text-align: center;
	color: #4e90d3;
}

.profile .group-location .map img{
	max-width: none;
}

/*view more button states	*/
.profile .view-more .less, .toggle-show-link .hide-link { display: none; }
.profile .view-more.less .more, .toggle-show-link.toggle-hide-link .show-link { display: none; }
.profile .view-more.less .less, .toggle-show-link.toggle-hide-link .hide-link { display: inline-block; }

.toggle-previous-groups, .toggle-previous-leaders, .toggle-previous-coaches {
	display: none;
}

.profile .highlights label {
	font-weight: normal;
}

.profile .highlights span {
    margin-left: 10px;
}



.profile .item > i {
	margin-top: 2px;
	position: absolute;
	left: 0;
}

.profile .group-location {
	margin-top: 20px;
}

.profile .group-location .map {
	min-height: 220px;
	margin: 5px;
}

.profile .group-location .map .infoBox{
	background-color: rgba(0,0,0,0.8);
	color: white;
	width: auto !important;
	margin-left: -104px;
	margin-top: -40px;
	padding: 25px;
	font-size: 1.5em;
	text-align: center;
	
}
.profile .group-location .map .infoBox img{
	display: none;
}

@media (max-width: 992px) {
	.profile .view-more {
		display: none;
	}
	.profile .highlights#more-details {
		display: block;
	}
	.profile .resume {
		position: static;
		margin-top: 15px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.profile .group-location .map {
		margin: 0;	
	}
	section.nav-menu {
		margin-left: 0 !important;
	}

}

/*Overwrite suv nav size to match new sizes*/
section.nav-menu {
	margin-left: 32%;
}

section.nav-menu > ul > li > a {
	font-weight: 600;
}

#header .btn.square, #subnav .btn.square {
	padding: 8px;
}

.group-add, .person-add, .group-add-leader {
	width: 100%;	
}

.read-more {
	overflow: hidden;
	max-height: 3em;
}

.dz-preview{
	display: none;
}

/*Switch overrride*/
.bootstrap-switch {
	vertical-align: middle;
	margin-right: 15px;
    border-radius: 20px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	font-size: 13px;
	line-height: 21px;
    background: #34c759 !important;
    box-shadow: inset -4px 0px 5px -2px #37864a;
    -webkit-box-shadow: inset -4px 0px 5px -2px #37864a;

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #7f858c;
    box-shadow: inset 4px 0px 5px -2px #c8c8c8;
    background: #f0f2f5;
}


.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
       padding:10px;
}



/*GroupFinder map marker*/
.marker-callout {
	margin-left: 20px;
}
.marker-callout p {
	font-size: 18px;
	margin-bottom: 0;
}

.marker-callout .btn {
	display: block;
	margin: 20px auto
}

.nowrap {
	white-space: nowrap;
}

/* Dashboard & notifications - Up to speed */
.panel .up-to-speed {
	margin-top: 10px;
	color: #c8cace;
}

.panel .up-to-speed i {
	font-size: 60px;
}

.panel .up-to-speed p {
	font-size: 16px;
}

/* focus removed as button is focused after a click */
.btn-grey:hover, .btn-grey:active, .btn-grey.active {
	border-color: #c3c6c9;
	color: #ffffff;
	background-color: #676e76;
}

.btn-grey:focus:hover {
	background-color: #676e76;
}

.btn-grey:focus.active {
	background-color: #676e76;
}

.btn-grey:focus {
	background-color: #8d96a0;
}

.btn-grey:hover:active, .btn-grey:hover.active  {
  background-color: #3C4146;
}
.btn-grey, .navbar .btn.dropdown-toggle.selectpicker {
	background-color: white;
	color: #8d96a0;
	
	
}

/* Edit profile modal */
#changestatusform h4 {
	margin: 0;
}

#changestatusform {
	margin-bottom: 0;
}

#changestatusform .form-group {
	margin-bottom: 0;
}

/* From bootstrap 3.1 */
.form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.icon-search.person-input.form-control-feedback{
	right: 10%;
}

.has-feedback label.sr-only~.form-control-feedback {
top: 0;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-feedback {
position: relative;
}

.scroll-modal-body {
	overflow: auto;
	height: 500px;
}

/* Handy */
/*
.vertical-align-parent:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
}

.vertical-align {
 	display: inline-block;
 	vertical-align: middle;
}
*/
.notification-row {
	font-size: 17px;
	border-top: 1px solid #efefef;
	padding-top: 25px;
}

.notification-row-2 {
	font-size: 17px;
	border-top: 1px solid #efefef;
	padding-top: 21px;
}

.notification-row-position {
	margin-bottom: 10px;
}

.notification-row-send-email {
	padding: 8px;
}

.checked-circle-lg {
	float: none;
	height: 80px;
	width: 80px;
	font-size: 60px;
	border-color: #DEDEDE !important;
	background-color: #DEDEDE !important;
	margin: auto;
	margin-top: 20px;
	padding-top: 5px;
}

.modal-header-title {
	font-size: 20px;
	font-weight: 700;
	padding: 25px 0px 0px 0px;
}

.modal-content-container {
	padding: 10px;
	margin: 0px auto;
}

.modal-content-container .icon-warning-sign {
	color: #F4C414;
	font-size: 30px;
}

.modal-content-message p {
	font-size: 18px;
	padding-bottom: 15px;
}

.prospect > h3.name {
	padding-right: 7px;
}

/******* Quick add modal *******/
#quicklyAddANewPerson {
	font-size: 16px;
}


#quicklyAddANewPerson .error-help {
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
	display: block;
}

#quicklyAddANewPerson label.checkbox-custom i {
	width: 24px;
	display: inline-block;
	margin-left: 5px;
}

#add-more-details {
    margin-top: 20px;
}

#quicklyAddANewPerson #add-more-details a.toggle-button {
	display:block;
	border: 2px solid #e5e5e5;
	border-left: none;
	border-right: none;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 10px;
    border-top: 0;
}

#quicklyAddANewPerson #add-more-details a.toggle-button i {
	margin-top: 5px;
}

#quicklyAddANewPerson .btn-lg  {
	min-width: 175px;
	min-height: 50px;
	max-width: 225px;
	padding: 12px 40px;
	font-size: 18px;
	font-weight: normal;
}

#quicklyAddANewPerson .icon-warning-sign {
	color: #F4C414;
}

#quicklyAddANewPerson .icon-warning-sign {
	color: #F4C414;
}

#quicklyAddANewPerson .icon-ok-sign {
	color: #34c759;
}

.update-profile-pic-hint {
	position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    text-shadow: 2px 2px 4px #868686;
    display: block;
}

.update-user-profile-pic-hint {
	position: absolute;
	top: 0;
	height: 100%;
	color: #ffffff;
	width: 100%;
	display: none;
        font-size: 18px;
        cursor: pointer;
}

.update-profile-pic-hint i {
	font-size: 30px;
}

.update-profile-pic-hint span {
	font-size: 20px;
}



.group-profile-pic {
	padding-top: 25px;
}

.clear-both {
	clear: both;
}

.add-new-connect-spouse-intro {
	margin-bottom: 20px;
}

.add-new-connect-spouse-new-person {
	margin-top: 20px;
}


/* Allow left aligning of icons in inputs */
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#profile-selection-paragraph strong {
	font-size: 16px;
	font-weight: 600;
}

#available-profiles {
	margin-top: 69px;
}

#available-profiles .person-current {
	margin-bottom: 36px;
}


#profileEmailNeededUpdateForm p {
    font-size: 16px;
}

#profileEmailNeededUpdateForm .icon-warning-sign {
    color: #e8c441;
    font-size: 40px
}

#submitProfileEmailNeededUpdate {
    margin-bottom: 8px;
}

#copy-paste-url-btn {
    width: 80px;
}

.group-finder-label {
    font-weight: 600;
    color: #575757;
    font-size: 14px;
	margin-top: 5px;
}

.modal-group-pref {
    color: #c2c2c2;
    font-size: 12px;
}

.btn-xxxlg {
    min-width: 175px;
    min-height: 50px;
    max-width: 225px;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: normal;
}

.info-icon-double {
    font-size: 24px;
}

.info-text-groupfinder {
    margin-left: 46px;
    padding-left: 0px;
    word-break: break-word;
}


#billing-delinquent-container .panel {
    background-color: #f4c414; 
    color: #ffffff;
}

#billing-delinquent-container h3 {
    margin-top: 0px;
}

#billing-delinquent-container p {
    margin-left: 43px; 
    font-size: 16px;
}

#billing-delinquent-container a {
    color: #4e90d3;
}

.mark-out-name {
	color:#D1D0CE;
	text-decoration:line-through;
}

#connect-fellowship-one,
#request-integration {
    margin: 15px 0px;
    font-weight: 500;
}

#connectFellowshipOne .helper-block {
    color: #9c9c9c;
    padding-top: 3px;
}

#connectFellowshipOneForm {
    margin-top: 10px;
}

.integration-title {
    font-size: 20px;
}

.integration-status {
    padding-left: 49px;
    padding-top: 10px;
}

.bootstrap-switch {
    min-width: 85px !important;
    max-width: 85px !important;
}

/* New CSS for Group Messaging */
.modal .panel-heading.primary {
	background: #1876e0;
	color: #fff;
	border-color: #1876e0;
	margin: -1px -1px 0;
}
.panel-heading + .pillbox {
	border-radius:0 0 4px 4px;
	border:none;
	margin-bottom:0;
}
.modal .pillbox li.bg-default {
	background: #f5f5f5;
	color: #555555;
	font-weight: normal;
	font-size: 12px;
}
.modal .pillbox li:after {
	content:"";
	display: none;
}
.pillbox li .icon-remove-sign {
	margin-left:5px;
}
.modal .disabled li.bg-default {
	cursor:initial;
	color:#bfbfbf;
}
.modal .disabled li.bg-default span {
	text-decoration: line-through;
	font-size: 12px;
}
.modal .pillbox hr {
	margin: 10px 0;
}
.panel-heading.primary .nav > li > a {
	color: #fff;
	border-radius: 0 3px 0 0;
}
.panel-heading.primary .nav > li > a:hover, .panel-heading.primary .nav > li > a:focus {
	background: #5492cf;
	color: #fff;
}

/* Group Add & Edit Custom CSS */
.btn.remove, .btn#addspecificdate {
	background: none;
	padding:3px 0;
	font-size: 20px;
	margin: 0;
}
.btn.remove i, .btn#addspecificdate i, .modal .multi-field .form-group .btn i {
	line-height: 20px;
}
.btn.remove .icon-minus-sign, .remove .icon-minus-sign {
	color: red;
}
.btn#addspecificdate, .group-edit-icon i, .modal .multi-field .form-group .add i {
	color:#5191d1;
}
 .group-edit-icon i {
 	font-size: 50px;
 }
 .modal .radio-inline label {
 	font-weight: normal;
 }
 .bootstrap-timepicker-widget input[type="text"] {
 	border:1px solid #cccccc !important;
 }

#changeGroupPositionInviteModal h2 {
    margin-top: -10px;
}

#changeGroupPositionInviteModal .modify-h2-margin {
    margin-top: 30px;
}

#changeGroupPositionInviteModal #inviteText {
    font-size: 16px;
    padding: 18px 12px;
}

.days-select {
	max-height: 300px;
}
.select-label select, .select-label span {
	float: left;
}
.select-label select {
	width: auto;
}
.select-label span {
	line-height: 34px;
}

/* Label Styling for Modals */
.modal label {
	font-weight: normal;
}

/* Custom Gutters for multifield rows in modals */
.modal .multi-field .form-group {
	margin-right:-5px;
	margin-left: -5px;
}
.modal .multi-field .form-group > div {
	padding:0 5px !important;
}
.modal .multi-field .form-group .input-append, .modal .multi-field .form-group .btn {
	float: left;
}
.modal .multi-field .form-group .btn {
	margin:0 0 0 5px !important;
	background: none;
	padding:3px 0;
	font-size: 20px;
}
@media only screen and (min-width: 769px) {
	.modal .repeat-by-month.multi-field .form-group .input-append {
		max-width: 127px;
	}
}

#api-status-container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    position: absolute;
	top: 0;
	left: 0;
}

.api-status-content-container {
    width: 100%;
    color: #ffffff;
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.api-status-content-container  .sync-wrapper {
    width: 100%;
}

.api-status-content-container .icon-cogs {
    font-size: 60px;
}

.api-status-content-container h1 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.api-status-content-container p {
    font-size: 24px;
    margin-bottom: 0px;
    padding: 3px;
}

.api-status-content-container #overlay-logo {
    position: absolute; 
    bottom: 0;
    width: 100%;
    height: 15%; 
    padding: 8px;
}

.api-status-response {
    margin: 8px;
    font-size: 14px;
    font-weight: 600;
}

.content-with-status {
    margin-top: 198px !important; 
}

.subnav-with-status {
    top: 129px !important;
 }

 /* Export Email List Button */
 .export-email-list {
 	width:100%;
 	padding: 6px 0;
 }

 #syncCompleteModal .modal-content {
    background-color: #1194F5;
    color: #FFFFFF
 }
 
 #syncCompleteModal p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
 }

 /* Fixing Radio input styling for settings */
 .settings-main-content input[type="radio"] {
 	width: auto;
 }
.settings-main-content .radio-inline:first-child {
 	padding-left: 0;
}
 /* Set Inactive Modal Styles */
 h4.set-active, .set-active .form-group.row {
 	margin-bottom:30px;
 }
 h4.set-active {
 	font-size: 20px;
 	line-height: 32px;
 }

 /* Group Inactive Notification */
.group-notification {
 	background: #f7e98d;
 	padding:15px 0;
 	border:1px solid #e6d5b3;
 	position: absolute;
 	width: 100%;
 }
.group-notification-neutral, 
.person-notification-neutral {
  background: #e3f2fd;
  padding: 15px 0;
  border: 1px solid #bbdefb;
  position: fixed;
  width: 100%;
  top: 121px;
  z-index: 16;
}

.person-notification-neutral {
    left: 0;
}

.hide-notification {
   display: none;
}
 .group-notification + .main,
.group-notification-neutral + .main,
.person-notification-neutral + .main {
 	position: relative;
 	top:52px;
}
.group-notification.hide-notification + .main,
.group-notification-neutral.hide-notification + .main,
.person-notification-neutral.hide-notification + .main {
 	position: static;
 }
@media only screen and (min-width: 769px) {
	.group-notification + .main .resume,
    .group-notification-neutral + .main .resume,
    .person-notification-neutral + .main .resume {
		top:-92px;
	}
	.group-notification.hide-notification + .main .resume {
		top:-40px;
	}
}
.group-notification p,
.group-notification-neutral p,
.person-notification-neutral p {
 	margin:0;
 	font-size: 14px;
 }
.group-notification a,
.group-notification-neutral a,
.person-notification-neutral a {
 	color:#266985;
 	cursor: pointer;
}
.group-notification .user-change,
.group-notification-neutral .user-change,
.person-notification-neutral .user-change {
 	float: right;
 	font-size: 10px;
 	line-height: 20px;
 	font-style: italic;
 }
 #successMessage h4 {
 	font-size: 20px;
 	line-height: normal;
    word-wrap: break-word;
 }
 #successMessage h4 + button {
 	margin-top: 16px;
 }

 /* Team Settings */
 .form-group.team-details {
 	margin-right: 8%;
 	margin-left: 8%;
 }
  .form-group.team-details:not(.campus-form-group) {
  	margin-top: 20px;
  }
  
/* Global Settings - What we should be turning this stylesheet into */

/* Confirmation Modal */
.confirmationModal {
    color: #424242;
}
.confirmationModal #puck{
    width: 85px;
    margin-bottom: 10px;
}
.confirmationModal h4 {
    margin: 20px 10px;
    font-size: 24px;
    font-weight: 600;
}
.confirmationModal p {
    margin: 0px 10px;
    font-size: 16px;
}
.confirmationModal a {
    font-size: 16px;
    color: #2196F3;
}
.confirmationModal .modal-footer a {
    font-weight: 600;
    float: right;
    margin: 10px 20px;
}

/* Okay Modal */
.okayModal {
    color: #424242;
}
.okayModal .icon-padding {
    margin-top: 10px;
}
.okayModal .icon-thumbs-up{
    font-size: 40px;
    color: #64B5F6;
    margin-bottom: 10px;
}
.okayModal h4 {
    margin: 20px 10px;
    font-size: 24px;
    font-weight: 600;
}
.okayModal p {
    margin: 0px 10px;
    line-height: 1.4;
    font-size: 22px;
}
.okayModal a {
    font-size: 16px;
    color: #2196F3;
}
.okayModal .modal-footer a {
    font-weight: 600;
    float: right;
    margin: 10px 20px;
}

/* Warning Modal */
.warningModal {
    color: #424242;
}
.warningModal .icon-warning-sign{
    font-size: 30px;
    color: #F0AD4E;
}
.warningModal h4 {
    margin: 20px 10px;
    font-size: 24px;
    font-weight: 600;
}
.warningModal p {
    margin: 0px 10px;
    font-size: 16px;
}
.warningModal .modal-footer button {
    font-weight: 600;
    margin: 10px 0px;
    float: right;
}
.warningModal .modal-footer button:first-child {
    margin: 10px 20px
}


/* Toggle Switches */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 50px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 60px;
  margin: 5px 0px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 25px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #13c4a5;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 24px;
}

/* btn-link modal global */
.btn-link, .btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    font-size: 14px;
    font-weight: 600;
    color: #007AFF;
    box-shadow: none !important;
}
.btn-link:hover {
     background-color: #f1f2f5;
}
#changeRoleActivityModal .btn-info {
    background: #359cef ;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    border-radius: 4px;
    border: 1px solid #498EE4 ;
    padding: 16px 20px 15px;
    min-width: 183px;
    -webkit-font-smoothing: antialiased;
    outline: 0;
}
#addGroupForm .of-each-month,
#editGroupForm .of-each-month {
    line-height: 35px;
}

#toast-container > div {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

#toast-container > .alert {
    background-image: none !important;
    width: 300px;
}

#toast-container > .alert:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container > .alert-info:before {
    content: "\f05a";
}
#toast-container > .alert-info:before,
#toast-container > .alert-info {
    color: #31708f;
}

#toast-container > .alert-success:before {
    content: "\f00c";
}
#toast-container > .alert-success:before,
#toast-container > .alert-success {
    color: #3c763d;
}

#toast-container > .alert-warning:before {
    content: "\f06a";
}
#toast-container > .alert-warning:before,
#toast-container > .alert-warning {
    color: #8a6d3b;
}

#toast-container > .alert-danger:before {
    content: "\f071";
}
#toast-container > .alert-danger:before,
#toast-container > .alert-danger {
    color: #a94442;
}


/* Modal Checkboxes Styling */
#QuickConnect .checkbox-custom {
	font-size: 14px;
	width:100%;
	margin-left:0;
	display: inline-block;
	text-align: left!important;
	margin-bottom: 10px;
}
#QuickConnect .icon-unchecked {
	width: 22px;
	display: inline-block;
}
.form-inline .notifications-panel {
	padding-right: 5px;
	padding-left: 5px;
}
#QuickConnect .modal-footer {
	margin-top: 20px;
}
#MissingEmail .btn {
	text-transform: uppercase;
	width: 75%;
}
@media (min-width: 768px)  {
	#MissingEmail .btn {
		width:50%;
	}
}
#leaderemail {
	border:none;
	border-bottom: solid 1px #aaa;
	text-align: center;
	padding-bottom: 5px;
	width: 50%;
	color:#656565;
	font-size: 14px;
	font-weight: 600;
}
#leaderemail:focus {
	outline: none;
	border-bottom: solid 1px #2295f3;
}
.button-group-right {
	float: right;
}
.button-group-right button {
	text-transform: uppercase;
}
.button-group-right .btn-default {
	border: none;
	background-color: transparent;
}
#SuccessfulConnection .icon-thumbs-up, #SuccessfulConnection .close-window {
	color:rgb(34, 149, 243);
}
#SuccessfulConnection .close-window {
	background-color: transparent;
	border:none;
}
#SuccessfulConnection h2 {
	color:rgb(61, 61, 61);
}

.groupName,
.groupstatusgroupname,
#groupNameExtra,
.group-name-archive {
    word-wrap: break-word;
}

/* heads up */
.heads-up {
    font-size: 14px;
    color: #7E7E7E;
    margin-bottom: 40px;
}
.heads-up span{
    width: auto;
    text-transform: uppercase;
    color: #2196F3;
    padding-left: 20px;
    line-height: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

/* Profile Pic Dropdown */
@media (max-width: 511px) {
	.group-name .dropdown-menu {
		left:-169px;
	}
}

.ellipsis-menu {
    display: inline;
	padding: 5px 15px;
	font-size: 20px;
	vertical-align: middle;
    border-radius: 10px;
}

.ellipsis-menu:hover {
    background: #f1f2f5;
}

#subnav h2 a { color:#3c4552; }



#addGroupCard .padder {
    padding: 25px 30px 0 30px;
    
}
#addGroupCardDetails {
    display:none; 
    padding-top: 0px; 
    margin-top: 0px;
}

#addGroupCardDetails .form-group {
    margin-bottom: 0px;
}

#addGroupCardDetails .form-group input, #addGroupCardDetails .form-group select {
    margin-top: 10px;
}

#addGroupCardDetails .tooltip .tooltip-inner {
    color: red;
}

a.modal-footer-link {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 600;
}
a:hover.modal-footer-link {
    color: #555555;
}
.previous-groups .dropdown-menu {
    margin-bottom: 40px !important;
}

.saving-panel-footer {
    color: #aaaaaa;
    font-size: 14px;
    display: none;
}



.filters-list { font-size: 12px; }
.filters-list .pillbox {
    background: white;
}

.input-append.date {
    
}

.daterangepicker.dropdown-menu {
  max-width: 660px !important;
}

@media (min-width: 564px) {
.daterangepicker {
    width: 100% !important;
}
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover,
.daterangepicker td.active, .daterangepicker td.active:hover
{
    background: #0079ff !important;
    border:none !important;
    color: white !important;
}
.daterangepicker .ranges li {
    background: none !important;
    border:none !important;
    color: #0079ff !important;
}

.daterangepicker .input-mini.active {
    border:1px solid #0079ff !important;
}

.group-view-type .btn-sm { padding:7px 10px; }

.timeline:before {
    background-color:#b7c7da;
}

.timeline-caption h5 span { 
color:#819ebf;
    margin-bottom: 10px;
}

.messages-sidebar .btn-primary i.icon-edit { color:#fff; }