/*
Colours
#000 (Dark G`y)
#58f4b8 (Green)
#66d4ff (Light blue)
#ff5267 (Pink)
#ff9c39 (orange)
*/

body {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

a:hover {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
}

/* actions */
.delete {
	color: #000;
	font-weight: 400;
}

.delete:hover {
	color: #000;
	font-weight: 800;
}

.edit {
	color: #000;
	font-weight: 400;
}

.edit:hover {
	color: #000;
	font-weight: 800;
}

.name {
	text-transform: uppercase!important;
}

/* home_groups */
.homegroups-body .results-count-home-groups {
	text-align: right;
	float: right;
	font-weight: 600;
}

/*add member*/
.profile-body p>i {
	color: #000;
}

.profile-body .col-md-7{
	position: relative;
	min-height: 340px;
}

#logo-spinner {
	padding-top: 20px;
}

.profile_img {
	width: 80%;
	height: 80%;
	margin-bottom:15px;
}

.btn-secondary {
	text-align: center;
	border-radius: 0;
	border:  none;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	padding: 5px 15px;
}

.btn-secondary:hover {
	color: #fff;
	font-weight: 800;
	background-color: #000;
}

.btn-primary {
	text-align: center;
	border-radius: 0;
	border:  none;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	padding: 10px 30px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #000;
}

h2, h3, h4, h5, h6 {
	margin-top: 0;
}

input, select, textarea {
	margin-bottom: 10px;
}

select {
	padding: 5px;
	width: 100%;
}

input {
	padding: 5px;
	width: 100%;
}

textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
}

#email2 {
	display: none;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #58f4b8;
	color: #000;
	display: none;
}

.error_register {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output_register {
	margin-top: 15px;
	padding: 10px;
	background-color: #58f4b8;
	color: #000;
	display: none;
}

.error_volunteer {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output_volunteer {
	margin-top: 15px;
	padding: 10px;
	background-color: #58f4b8;
	color: #000;
	display: none;
}
.error_pastoral {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output_pastoral {
	margin-top: 15px;
	padding: 10px;
	background-color: #58f4b8;
	color: #000;
	display: none;
}

.error_search {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output_search {
	margin-top: 15px;
	padding: 10px;
	background-color: #58f4b8;
	color: #000;
	display: none;
}

label:hover {
  background-color:transparent!important;
  
}

form .btn-primary {
	width: 30%;
}

.picker__holder {
	max-width: 365px;
}

/*Filters side bar*/

.filter input, .filter select, .filter textarea {
	margin-bottom: 0;
} 

.filter .btn-primary {
	margin-top: 10px;
}

.filter h2 {
	text-transform: uppercase;
	font-size: 20px;
}

.filter p {
	margin-top: 10px;
}

.col-md-3 .filter{
	border-right: 1px solid #000;
	padding-bottom: 20px;
	padding-right: 20px;
}

.lrg-num {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

.menubar {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menubar img {
	width: 65%;
}

.navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.navbar-nav {
	float: right;
	text-align: right;
	padding-top: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 10px 6px;
	padding-left: 15px;
	padding-right: 15px;
}

/* .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
} */

.dropdown-menu {
	/*top: 50px;*/
	font-size: 18px;	
	border-radius: 	0;
	margin: 0;
}

.navbar-default .dropdown-menu {
	border-radius: 0px;
	min-width: 150px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-default .dropdown-menu li {
	width: 100%;
}

.navbar-default .dropdown-menu li a:hover {
	width: 100%;
	background-color:transparent!important;
	color: #000!important;
}

.navbar-default .dropdown-menu li a {
	color: #000;
	border-bottom: 1px solid transparent;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default li a:hover, .navbar-default li.active a, .navbar-default .navbar-nav>.open>a {
	background-color: transparent!important;
	color: #fff!important;
}

/*owl carousel*/

.owl-carousel{
	text-align: inherit;
	position: relative;
}

.owl-theme .owl-nav [class*=owl-] {
	padding: 10px;
	border-radius: 0;
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}

.owl-theme .owl-nav {
	margin-top: 0;
	text-align: center;
}

.owl-theme .owl-nav .owl-prev {
	display: none;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right:-5px;
	top: -5px;
	z-index: 2000;
	font-size: 30px;
}

.owl-theme .owl-nav [class*=owl-]{
	background-color: #fff;
	font-size: 20px;
	padding:5px 15px 10px 15px;
	color: #000;
	margin-bottom: 10px;
	z-index: 2000;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #fff!important;
	color: #000;
}

/*Dashboard*/
.body-upcoming-events a {
	font-weight: 400;
	color: #000;
}

.body-upcoming-events a:hover {
	font-weight: 800;
	color: #000;
}

.content {
	background-image: url('/admin/images/George botanical gardens.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 800px; 
}

.content h2 a>i {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 10px;
	background-color: #fff;
	color: #000;
}

/*.home-members {
	background-color: #fff;
	min-height: 300px;
	width: 100%;
}*/

.heading {
	text-align: left;
	padding: 20px;
	text-transform: uppercase;
}

.date-month {
	font-size: 16px;
}

.date-day {
	font-size: 30px;
}

.col-md-6.date {
	padding-left:20px;
}

#hide {
	display: none;
}

.home-slider {
	width: 100%;
	overflow-x:scroll; 
}

.home-slide {
	display: inline-block;
	width: 100%;
	float: left;
}

.home-members h2, .home-visitors h2 {
	background-color: #3BB273;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
}

/*.home-events {
	background-color: #fff;
	min-height: 300px;
	width: 100%;
}*/

.home-events h2, .home-courses h2{
	background-color: #66d4ff;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
}

.home-events p, .home-courses p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.body {
	background-color: #fff;
	height: 250px;
	width: 100%;
	overflow-y: auto;
	padding-top: 20px;
}

.right	{
	float: right;
	text-align: right;
}

.date {
	padding-left: 10px;
}

.home-birthdays .body, .home-anniversaries .body {
	padding-top: 0;
}

.home-birthdays p {
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-birthdays h2, .home-anniversaries h2 {
	background-color: #E71D36;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
}

.home-anniversaries h2 {
	background-color: #F17105;
}

.home-birthdays .col-md-12, .home-anniversaries .col-md-12{
	background-color: #ececec;
	padding: 5px;
	margin-bottom: 10px;
}

.home-visitors .body {
	background-color: rgba(255,255,255, 0.95);
	height: 250px;
	width: 100%;
}

.home-members .body {
	background-color: rgba(255,255,255, 0.95);
	height: 250px;
	width: 100%;
}

.home-birthdays .body {
	background-color: rgba(255,255,255, 0.95);
	height: 250px;
	width: 100%;
}

.home-anniversaries .body {
	background-color: rgba(255,255,255, 0.95);
	height: 250px;
	width: 100%;
}

.dailyVersesWrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    font-size: 18px;
}

.dailyVersesWrapper a
{
    color:#000; 
    font-weight:bold;
}

.dailyVerses.linkToWebsite a
{
    opacity:0.6; 
    font-size:12px;
    text-decoration:none;
}

.daily-verse h2{
	margin-top: 30px;
	background-color: #58355E;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
}

.body-daily-verse {
	background-color: rgba(255,255,255, 0.95);
	height: 250px;
	width: 100%;
	overflow-y: auto;
	padding-top: 20px;
}

.daily-verse-text {
	color: rgb(0,0,0);
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	padding: 20px;
}

.verse-reference {
	color: #58355E;
	font-weight: 200;
	font-size: 16px;
	text-align: center;
}

.upcoming-events h2{
	margin-top: 30px;
	background-color: #ff5267;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
}

.body-upcoming-events {
	background-color: rgba(255,255,255, 0.95);
	height: 250px;
	width: 100%;
	overflow-y: auto;
	padding-top: 20px;
}

.home-notes h2{
	background-color: #ff9c39;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 30px;
}

.note1 .col-md-12, .note2 .col-md-12 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.border {
	border-bottom: 1px solid #000;
}

/*Members page*/

.add-relationship-header {
	background-color: #9400D3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.members-header {
	background-color: #3BB273;
	padding-top: 10px;
	padding-bottom: 10px;
}

.members-header h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.members {
	padding-top: 40px;
	padding-bottom: 40px;
}

.members-heading {
	padding-bottom: 20px;
}

.margin-caption p {
	margin-bottom: 20px;
	padding-top: 20px;
}

.members-heading h2 {
	text-transform: uppercase;
}

.members-body h2 {
	text-transform: uppercase;
}

.members-body .results-count {
	text-align: right;
	font-weight: 600;
}

.results-pagination {
	text-align: center;
	font-weight: 600;
}

.members .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.add-btn {
	text-align: right;
}

.add-btn a:hover {
	font-weight: 800;	
}

.add-btn .btn-primary{
	/* float: right; */
	display: inline-block;
}

.add-btn .btn-primary.left{
	float: left;
	display: inline-block;
}

.members-body a {
	color: #000;
	font-weight: 400;
	text-decoration: none
}

.members-body a {
	font-weight: 800;
}

.members-body h3 {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.events-courses .col-md-3 {
	margin-bottom: 30px;	
}

.member-col .div_pro_actions a {
	color: #fff!important;
	font-weight: 400;
	background-color: #3bb273;
}

.member-col .div_pro_actions a {
	font-weight: 800;
}

.events-courses .div_pro_actions a {
	color: #fff!important;
	font-weight: 400;
	background-color: #3bb273;
}

.events-courses .div_pro_actions a {
	font-weight: 800;
}

.events-courses .btn-primary{
	font-weight: 400;
	font-size: 80%;
	width: 50%;
	margin-bottom: 5px;
}

.events-courses .pro_actions {
	background-color: rgba(0,0,0,0.7);
	padding-top: 20%;	
}


.pro_actions {
	background-color: rgba(0,0,0,0.7);
	padding-top: 33%;	
}

.member-col .btn-primary{
	font-weight: 400;
	font-size: 80%;
	width: 80%;
	margin-bottom: 5px;
}

.member-col {
	width: 20%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.member-col img {
	width: 100%;
}

.picker__select--month, .picker__select--year {
	padding: 0!important;
	font-size: 12px;
}

/*Member Profile page*/

.profile-header {
	background-color: #3BB273;
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile-header h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.member-profile {
	padding-top: 40px;
	padding-bottom: 40px;
}

.div_pro_actions {
   position: relative;
}


.pro_actions {
	margin:  auto;
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
   color: #FFFFFF;
}

.member_address i {
	font-size: 20px;
	vertical-align: middle;
}


.member_address span {
	display: inline-block;
	padding-left: 20px;
	padding-top: 3px;
}

.profile-heading {
	display:  inline-block;
}

.profile-heading a {
	font-weight: 400;
	color: #000;
}

.profile-heading a:hover {
	font-weight: 800;
	color: #000;
}

#actions_profile {
	font-size: 15px;
	padding-left: 20px;
}

.profile-heading .col-md-9 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.profile-heading h2 {
	text-transform: uppercase;
}

.profile-body .col-md-5, .profile-body .col-md-12 {
	padding-left: 0;
}

.profile-body h2 {
	text-transform: uppercase;
}

.profile-body p {
	margin-bottom: 0;
}

.profile-body p>i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 20px;
}

/* Modal relationships styles */

.modal-dialog {
    width: 600px;
    margin: 200px auto;
}

		/* relationships */
/* ============================ */
.rel-sub-content a {
	color: #000;
	font-weight: 500;
}

.rel-sub-content a:hover {
	color: #000;
	font-weight: 600;
}

.image-wrapper, .rel-sub-content, .rel-actions {
	display: inline-block;
}

#rel-content {
    overflow: hidden; /* make sure this doesn't cause unexpected behaviour */
}

.col-md-4 .rel-item {
	min-width: 100px;
	min-height: 100px;
	background-color: #ececec;
	margin: 20px;
}

.col-md-12 .member-info-header {
	padding: 15px;
	background-color: #ececec;
}

.member-info-header h2{
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

.member-info-header span {
	float: right;
	text-align: right;
	vertical-align: middle;
	padding-top: 0;
}

.member-info {
	padding: 15px;
	border: 3px solid #ececec;
}

.member-info p {
	margin-bottom: 15px;
}

.member-info span {
	display: inline-block;
	width: 25%;
	padding-right: 4%;
	margin-left: 0!important;
	vertical-align: top;
}

.col-md-12 .member-rel-header {
	background-color: #ececec;
	margin-top: 30px;
}

.member-rel-header .btn-primary {
	display: inline-block;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

.member-rel-header h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
}

/* Pastoral Notes */
.pastoral-notes-view-all .col-md-12 {
	background-color: #ececec;
	padding: 30px;
	margin: 10px;
}

.pastoral-notes-view-all .col-md-12 textarea{
	background-color: #ececec;
}

textarea {
	height: 150px;
	width: 100%;
	padding: 5px;
}

.pastoral_note {
	height: 500px;
}

.pastoral-notes-header .btn-primary {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.pastoral-notes-header h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
}

.col-md-12 .pastoral-notes-header {
	background-color: #ececec;
	margin-top: 30px;
}

.pastoral-notes-header span {
	float: right;
	text-align: right;
	vertical-align: middle;
	padding-top: 0;
}

.pastoral-notes {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 8px;

	border: 3px solid #ececec;
}

.pastoral-notes p {
	margin-bottom: 15px;
}

.pastoral-notes span {
	display: inline-block;
	width: 45%;
	padding-right: 4%;
	margin-left: 0!important;
	vertical-align: top;
}

.rel-content .rel-sub-content {
	padding-left: 30px;
	position: relative;
}

/* DEPENDANTS */
.col-md-12 .member-dep-header {
	background-color: #ececec;
	margin-top: 30px;
}

.member-dep-header .btn-primary {
	display: inline-block;
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}

.member-dep-header h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
}

.member-info-dep {
	padding: 15px;
	border: 3px solid #ececec;
}

.member-info-dep p {
	margin-bottom: 15px;
}

.member-info-dep span {
	display: inline-block;
	width: 25%;
	padding-right: 4%;
	margin-left: 0!important;
	vertical-align: top;
}

.border-line-bottom{
	border: 1px solid #ececec;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.mem-vis input{
	display: inline-block;
	float: right;
}

.checkbox {
	display: inline-block;
}

.checkbox label span {
	padding-left: 13px;
    padding-right: 13px;
    margin-right: 10px;
    background-color: #fff;
}

.checkbox input[type=checkbox]:not(old):checked + label > span {
	background-color: #415a86!important;
	border: none;
}

.checkbox input[type=radio] + label > span {
	background-color: #fff!important;
	border: 1px solid #000;
	border-radius: 0;
}

.checkbox input[type=radio]:checked + label > span {
	background-color: #000!important;
	border: 1px solid #000;
	border-radius: 0;
}

.checkbox input {
	display: none!important;
}

/* Add Member page */

.add-members {
	padding-top: 40px;
	padding-bottom: 40px;
}

.add-members-heading .col-md-9 {
	margin-bottom: 20px;
}

.add-members-heading h2 {
	text-transform: uppercase;
}

.add-members-body .col-md-5, .add-members-body .col-md-9 {
	padding-left: 0;
}

.add-members-body h2 {
	text-transform: uppercase;
}

.add-members-body .col-md-6 {
	padding-left: 0;
}

/* Ministries page */

.ministries-body {
	padding-top: 20px;
}

.ministry {
	border: 1px solid rgb(169, 169, 169);
	min-height: 360px;
    position: relative;
    padding: 10px;
	margin-bottom: 30px;
} 

.ministries-body .results-count-ministries {
	text-align: right;
	float: right;
	font-weight: 600;
}

.ministry img {
	/* margin-top: 20px; */
	margin-bottom: 20px;
}

.ministries-header {
	background-color:#2EC4B6;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ministries-header h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.ministries {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ministries .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.ministries-heading .col-md-5{
	margin-bottom: 20px;
}

.ministries-heading h2 {
	text-transform: uppercase;
}

.ministries-body h2 {
	text-transform: uppercase;
}

.ministries-body .col-md-6 {
	padding-left: 0;
	margin-bottom: 20px;
}

.ministry p>strong {
	font-size: 16px;text-transform: uppercase;
}

.ministry a {
	color: #000;
	font-weight: 400;
}

.ministry a:hover {
	color: #000;
	font-weight: 800;
}

.ministry {
	margin-bottom: 20px;
}

.ministries-body .col-md-9 .col-md-12 {
	margin-bottom: 20px;
}

.load-btn {
	text-align: center;
}

.load-btn .btn-primary {
	color: #fff!important;
	margin-top: 40px;
}

/* Add ministry page */

.add-ministries {
	padding-top: 40px;
	padding-bottom: 40px;
}

.add-ministries-heading .col-md-9 {
	margin-bottom: 20px;
}

.add-ministries-heading h2 {
	text-transform: uppercase;
}

.add-ministries-body .col-md-5 {
	padding-left: 0;
}

.add-ministries-body h2 {
	text-transform: uppercase;
}

.add-ministries-body .col-md-7 {
	padding-left: 0;
}

.ministries-body input[type="file"] {
	border: 1px solid #000;
}

#add-ministry-form .btn-primary {
	width: 30%;
}

/* Home groups page */
#home-group-parent {
	padding-right: 0;
}

.homegroup {
	border: 1px solid rgb(169, 169, 169);
	padding: 10px;
	min-height: 220px;
    margin-bottom: 30px;
    position: relative;
} 

.homegroup s {
	margin-right: 10px;
}

.homegroups-header {
	background-color:#F17105;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homegroups-header h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.dark_font_hover a:hover {
	font-weight: 800;
}

.homegroups {
	padding-top: 40px;
	padding-bottom: 40px;
}

.homegroups .col-md-12, .homegroups .col-md-6 {
	padding-left: 0;
	/* padding-right: 0; */
}

.homegroups-heading .col-md-8 {
	margin-bottom: 20px;
}

.homegroups-heading h2 {
	text-transform: uppercase;
}

.homegroups-body h2 {
	text-transform: uppercase;
}

.homegroups-body .col-md-6 {
	padding-left: 0;
	margin-bottom: 20px;
}

.homegroup p>strong {
	font-size: 16px;text-transform: uppercase;
}

.homegroup .homegroups-heading .col-md-9 a {
	color: #000;
	font-weight: 400;
}

.homegroup .homegroups-heading a:hover {
	font-weight: 800;
}

.homegroup {
	margin-bottom: 20px;
}

.homegroup i {
	vertical-align: middle;
	padding-right: 5px;
	font-size: 20px;
	color: #000;
}

.actions a {
	color: #000;	
}

.actions a:hover {
	font-weight: 600;	
}

.actions {
	font-weight: 400;
	
	margin-bottom: 0;
}

/* Add home group page */

.add-homegroups {
	padding-top: 40px;
	padding-bottom: 40px;
}

.add-homegroups-heading .col-md-9 {
	margin-bottom: 20px;
}

.add-homegroups-heading h2 {
	text-transform: uppercase;
}

.add-homegroups-body .col-md-5, .add-homegroups-body .col-md-12 {
	padding-left: 0;
}

.add-homegroups-body h2 {
	text-transform: uppercase;
}

.add-homegroups-body .col-md-7 {
	padding-left: 0;
}

.homegroup-body input[type=file] {
	border: 1px solid #000;
}

#add-homegroup-form .btn-primary {
	width: 30%;
}

/* USERS */
.users-header {
	background-color: #58355E;
	padding-top: 10px;
	padding-bottom: 10px;
}

.users-header h1 {
	color: white;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.users {
	padding-top: 40px;
	padding-bottom: 40px;
}

.users-heading .col-md-5 {
	margin-bottom: 20px;
}

.users-heading h2 {
	text-transform: uppercase;
}

.users-body h2 {
	text-transform: uppercase;
}

.users-body .results-count {
	text-align: right;
	font-weight: 600;
}

.users-body {
	padding-top: 20px;
	position: relative;
}

.users-body .user{
	border: 1px solid #aaa;
	min-height: 180px;
	padding: 20px;
	margin-bottom: 30px;
}

.users .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.users-body a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

.users-body a:hover {
	color: #000;
	font-weight: 800;
}

.users-body h3 {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

.user h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.user i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
	color: #1e7b1e;
}

.user p {
	vertical-align: middle;
}

/*Events / Courses page*/
.element_selector {
	text-align: center;
}

.element_selector i{
	font-size: 40px;
}

.element_selector a:hover{
	font-weight: 600;
}

.element_selector a{
	cursor: pointer;
	color: #000;
}

#select_register_options_div #select_register_div input {
	margin-bottom: 20px;
}

.add-events-courses-heading .col-md-12 {
	margin-bottom: 20px;
	margin-top: 40px;
}

.add-events-courses-heading h2 {
	text-transform: uppercase;
}

.add-events-courses-body .col-md-5 {
	padding-left: 0;
}

.add-events-courses-body h2 {
	text-transform: uppercase;
}

.add-events-courses-body .col-md-7 {
	padding-left: 0;
}

.events-courses-body input[type="file"] {
	border: 1px solid #000;
}

.events-courses-header {
	background-color: #ff5267;
	padding-top: 10px;
	padding-bottom: 10px;
}

.events-courses-header h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.events-courses {
	padding-top: 100px;
	padding-bottom: 100px;
}

.events-courses .col-md-4 {
	padding-bottom: 30px;
}

.img-caption {
	border: 1px solid #ccc;
	padding: 20px;
	min-height: 220px;
	height: auto;
}

.img-caption a {
	color: #000;	
	text-decoration: none!important;
}

.img-caption a:hover {
	font-weight: 800;
}

.img-caption {
	position: relative;	
}

.img-caption .p_tags {
	position: absolute;
	bottom: 0;
}

.pro_actions a:hover {
	background-color: #ff5267;	
}

.img-caption h3 {
	text-transform: uppercase;
	font-weight: 700;
}

/*View events*/

.event-header  {
	background-color: #ff5267;
	padding-top: 10px;
	padding-bottom: 10px;
}

.event-header  h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.event-body {
	padding-top: 20px;
}

/*.event {*/
/*	border: 1px solid rgb(169, 169, 169);*/
/*	min-height: 360px;*/
/*    position: relative;*/
/*    padding: 10px;*/
/*	margin-bottom: 30px;*/
/*} */

.event-body .results-count-ministries {
	text-align: right;
	float: right;
	font-weight: 600;
}

.event {
	padding-top: 40px;
	padding-bottom: 40px;
}

.event .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.ind-event-details .col-md-5{
	margin-bottom: 20px;
}

.ind-event-details h2 {
	text-transform: uppercase;
}

.event-body h2 {
	text-transform: uppercase;
}

.event-body .col-md-6 {
	padding-left: 0;
	margin-bottom: 20px;
}

.col-md-12 .event-registration-header {
	background-color: #ececec;
	margin-top: 30px;
}

.event-registration-header .btn-primary {
	display: inline-block;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}

.event-registration-header h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 15px;
}

.event-registration-details {
	padding: 15px;
	margin-bottom: 40px;
	border: 3px solid #ececec;
}

.event-registration-details p {
	margin-bottom: 15px;
}

.event-registration-details span {
	display: inline-block;
	width: 25%;
	padding-right: 4%;
	margin-left: 0!important;
	vertical-align: top;
}

/*Footer*/

.footer {
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.footer p, .footer a {
	color: #fff;
	margin-bottom: 0;
}

.login {
	min-height: 93.75vh;
	padding-top: 20vh;
}

.login-logo {
	padding: 25px;
	margin-bottom: 15px;
}

.login .col-md-4 {
	/* border: 2px solid #000; */
	padding-bottom: 15px;
	/* -webkit-box-shadow: 0px 0px 3px 3px #d3d2d9;
     box-shadow: 0px 0px 3px 3px #d3d2d9;  */
    background-color: white;
}

.login-background {
	background-image: url('/admin/images/fishing-net.jpg');
	background-size: cover;
	background-position: center;
	/* padding-top: 80px;
	padding-bottom: 80px; */
	/* min-height: 800px;  */
}

/* //pagination */
.next {
	float: right;
	display: inline-block;
}

.prev {
	float: left;
	display: inline-block;
}

#bottom-paginator {
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}

/* REPORTS */
.reports-header {
	background-color: #E71D36;
	padding-top: 10px;
	padding-bottom: 10px;
}

.reports-header h1 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

.reports-heading {
	padding-bottom: 20px;
}

.reports-heading h2 {
	text-transform: uppercase;
}

.age_div {
    display: inline-block;
}

.age_div label {
    display: block;
}

.reports_status_label {
  display: block;
  padding-left: 10px;
  text-indent: -25px;
  font-weight: 400;
}

.reports_status_input {
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: top;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.category {
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: top;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.reports_input_width {
	width: 350px;
}

.members-heading a {
	font-weight: 400;
	/* color: #000; */
}

.members-heading a:hover {
	font-weight: 800;
}

.report-pdf-btn {
	text-align: right;
}

.report-pdf-btn .btn-primary{
	float: right;
}

.black_link {
	color: #000;
	font-weight: 400;
}

.black_link:hover {
	color: #000;
	font-weight: 800;
}