/* Dashboard section */
#content .right-section {
    padding: 30px;
	float: right;
	word-wrap: break-word;
	padding-top: 65px;
}
.broker-listing .list-head{
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.broker-listing .list-item {
    border-bottom: 1px solid #ddd;
    line-height: 28px;
    padding: 10px 0;
}
.list-item .view_sess_wrap{
	padding-right:0;
}
.broker-listing .list-item:hover{
	background-color: #f5f5f5;
}
.broker-listing .list-item:last-child{
	border:0;
}
.right-section .no-msg{
	font-weight:600;	
}

.right-section .button-section {
    text-align: right;
}
.cbtn,
.main input[type="submit"],
.main input[type="button"] {
    background-color: #2B4D7C;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
	border:2px solid;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
	border-radius: 4px;
    font-size: 16px;
	text-decoration:none;
	display: inline-block;
}
.cbtn:hover,
.main input[type="submit"]:hover,
.main input[type="button"]{
	background-color: #2B4D7C;
}
.add_button,
.remove_button{
	float:right;
	margin:6px 15px 8px 0;
}

.passwordsection{
	display:none;
}

#pencrypt {
    font-size: 25px;
}
#pencrypt span{
	vertical-align:sub;
}
#pencrypt a{
	font-size:15px;
	margin-left:10px;
	line-height:30px;
}
.label_wrapper input{
	margin-bottom:10px;
}
.listing-title h2{
	display:inline-block;
}
.right-section h2{
	display:inline-block;
}
a.add_listing{
	background-color: #2b4d7c;
	color:#fff;
	text-decoration:none;
	padding:6px 10px;
	margin-left:10px;
	border-radius:4px;
	float:right;
	opacity: 0.8;
}
a.back_link{
	float:right;
	background-color: #2b4d7c;
	color:#fff;
	text-decoration:none;
	padding:6px 10px;
	margin-left:10px;
	border-radius:4px;
	opacity: 0.8;
}
div.img_gallery_wrap .div_wrap,
div.img_gallery_wrap .new_div .new_div{
	display:inline-block;
	margin-bottom: 30px;
}
.form-group .add_image{
	margin:10px 0px;
}

.form_field img.logo_form{
	max-width:120px;
	height:auto;
	margin-bottom:10px;
}
.img_gallery_wrap .form-group img{
	width:auto;
}
.main .form_field {
    min-height: 40px;
    line-height: 36px;
}
.multiselect.form-control{
	height: auto;
	padding: 6px 1px 1px 6px;
}
.select.form-control{
	padding: 0;
	height: auto;
}
.select.form-control .select2-choice{
	background:transparent;
	color: #565656;
	max-height:40px;
	min-height:38px;
	line-height: 18px;
}
.emp_table,
.donation_table{
	width: 100%;
	border-collapse: collapse;
}
.donation_table td{
	padding:10px;
	border:1px solid #d8d8d8;
}
.emp_table th,.emp_table td{
	border:1px solid #d8d8d8;
	padding:10px;
	
}
.add_row,
.add_another{
	font-size: 16px;
	display: inline-block;
	padding: 15px 0;
}
.dropzone {
    border: 2px dashed #e3e3e3;
    border-radius: 3px;
    margin-bottom: 24px;
}
.dropzone.dz-clickable .dz-message  {
    color: #9a9a9a;
}
.dz-size{
	display:none;
}
.dropzone .dz-preview .dz-image img{
	height: 100%;
	width:100%;
}
.main .form_field > span{
	display:inline-block;
}
.main .form_field .sm-field{
	display: inline-block;
	padding: 0 10px;
	width: 50%;
}
.main .form_field input[type="checkbox"], .main .form_field input[type="radio"] {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px;
}
.transmittal .form-control[readonly]{
	color:#000;
}
.text-left{
	text-align:left!important;
}

.emp_table td.padding-20{
	padding-left:20px;
}
.cd-section .emp_table tr td:last-child{
	width:22%;
}
.section_loader{
	top:0;
	position:fixed;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.4);
	height:100%;
	width:100%;
	text-align:center;
	display:none;
	z-index: 3;
}
.section_loader img{
    left: 0;
    position: absolute;
    right: 0;
    top: 44%;
	margin: 0 auto;
}
.explore_projects:active,
.explore_projects{
	margin-top: -15px;
	display: inline-block;
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.category-wrap{
	margin-bottom:20px;
}
.category-wrap .btn-group label.btn-secondary {
    float: left;
    margin: 2px 0;
	border: 1px solid #6c757d;
	border-radius:0;
	cursor: pointer;
	border-left:none;
}	
.btn-group label.btn-secondary:first-child {
    border-left: 1px solid #727b84;
	border-radius:5px 0 0 5px;
}
.btn-group label.btn-secondary:last-child {
	border-radius:0 5px 5px 0;
}
.btn-group > .btn input[type="radio"]{
	position: absolute;
	pointer-events: none;
	left: -9999px;
	opacity: 0;
}
.category-wrap .btn-group label.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active{
	background-color: #545b62;
	border-color: #4e555b;
	color:#fff;
}
.our_projects{
	padding: 15px;
	background: #ebf2f6;
	display:none;
	position:relative;
	margin-bottom: 15px;
}
.our_projects .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: underline;
}
.our_projects h4{
	margin-top:0;
}
.our_projects .blog-widget {
    margin-bottom: 25px;
    height: calc(100% - 50px);
    position: relative;
	margin-top: 25px;
}
.our_projects .card {
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.card .card-body{
	padding: 1.25rem;
	background: #fff;
	border-radius: 5px;
	height:100%;
}
.blog-widget .blog-image img {
    border-radius: 4px;
    margin-top: -45px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	width: 100%;
}
.card-body .org-name {
    display: block;
    font-style: italic;
}
.our_projects h3{
	line-height: 30px;
	font-size: 20px;
	color: #455a64;
	font-weight: 400;
}
ul.categories {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}
ul.categories li {
    padding: 0 5px;
    display: inline-block;
    max-width: 150px;
}
ul.categories li img {
    max-width: 60px;
    max-height: 60px;
}
#project_selector .row{
	display: flex;
	flex-wrap: wrap;
}
.our_projects .blog-widget .btn-circle {
    position: absolute;
    bottom: 15px;
    right: 12px;
    display: none;
	border-radius:100%;
	width: 40px;
	height: 40px;
	padding: 10px;
}
.our_projects .blog-widget .add-project {
    display: block;
}
.pglink-wrap a.btn{
	display: inline-block;
}
.our_projects .blog-widget.selected .btn-circle{
	display:block;
}
.our_projects .blog-widget.selected .add-project{
	display:none;
}
.mail-btn.cbtn{
	margin-bottom: 12px;
	margin-top: -5px;
}
.form-control[readonly]{
	background-color: #ffffff;
	border-color: #e3e3e3;
	color: #565656;
	opacity:1;
}
.broker-listing .list-item ul{
	list-style: none;
	margin-bottom: 0;
	line-height: 17px;
}

div.nopadding{
	padding:0 !important;
	font-size: 11px;
}

div.padding0{
	padding:0 !important;
}

/* Admin Header */


.wrapper .theader{
	background-color: #2769B7;
	height: 48px;
	position: fixed;
	width: 100%;
	z-index: 9;
	padding: 7px 12px;
}

.theader a.waffle{
	color: #ffffff;
	font-size: 19px;
	display: inline-block;
	vertical-align: middle;
	display:none;
	padding-right: 11px;
	padding-top: 4px;
}

#leftpopup{
	position: fixed;
	background: #ffffff;
	left: 0;
	z-index: 9999;
	height: 100%;
	width: 320px;
	display:none;
}

#leftpopup .topsection{
	padding:14px;
}

.topsection a{
	font-size:16px;
	color:#000000;
}

.topsection a.flink{
	float: right;
	text-decoration: none;
	color: #0064af;
	font-size: 14px;
}

#leftpopup .topcontent{
	padding: 14px;
}

.topcontent h2 {
    color: #252423;
    margin-top: 0;
	font-weight: 400;
	margin-bottom: 28px;
}

.topcontent .appitem{
	display: block;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	margin-bottom:15px;
}

.appitem img{
	max-width:100%;
}

.topcontent .appitem:hover{
    border-color: #f4f4f4 !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    transition: border-color .167s linear,box-shadow .167s linear;
	cursor:pointer;
}

.appitem a{
	color:#000000;
	text-decoration:none;
}

.appitem i{
	color: #0078d4;
	font-size: 21px;
	vertical-align: middle;
	margin-right: 8px;
}

a.flink i{
	font-size: 12px;
}

.theader a.logo,
.theader span{
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.theader span {
    font-style: italic;
}

.pancake a{
	color: #005a9e;
	font-size: 18px;
	display: inline-block;
	padding: 16px;
}

#sidebar li.parent p{
	font-size:14px !important;
}

#sidebar ul.submenu{
	display:none;
	margin-left: 0;
}

#sidebar ul.submenu li a{
	display: block;
	color: #323130;
	margin-left: 0 !important;
	padding: 12px 15px !important
}

#sidebar ul.submenu li a:hover{
	background: #edebe9;
}

#sidebar ul.submenu li a p{
	font-weight:normal;
	font-size:14px;
	margin-bottom: 0;
	/*text-transform: capitalize;*/
}

#sidebar .submenu.active{
	display:block 
}

ul#sidebar li.parent > a {
    color: #323130 !important;
	margin-left: 0;
	padding-left: 14px;
}

#sidebar li.parent i{
	font-size: 18px;
	margin-top: -4px;
}

#sidebar .submenu li.active > a {
    background: #c7e0f4 !important;
    color: #005a9e !important;
    opacity: 1;
}

#sidebar .submenu li.active > a p{
	font-weight: 600 !important;
}
span.small_font{
	display: block;
	font-size: 12px;
	color: #607d8b;
}

#projectselector{
    padding: 50px 15px;
    background: #ebf2f6;
    margin-bottom: 15px;
    display: block;
}

#projectselector .blog-widget {
    margin-bottom: 46px;
    min-height: calc(100% - 50px);
    position: relative;
}

#projectselector .card {
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

#projectselector h3 {
    font-size: 21px;
    line-height: 1.3;
    color: #455a64;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#projectselector h4{
	font-weight:500;
	color:#455a64;
}

.blog-widget .blog-image img {
    border-radius: 4px;
    margin-top: -45px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.card-body .org-name {
    display: block;
    font-style: italic;
}

div.nonprofitdiv{
	min-height:50px;
}

.mobile_nav.sidebar{
	background:none;
}

.mobile_nav.sidebar ul li a{
	color:#ffffff;
}

.theader .mobile_menu{
	position: absolute;
	top: 0;
	right: 0;
	background: none;
}

.theader .mobile_menu a.mobile-menu-link{
	color:#ffffff;
}

.title_wrap  a {
  margin-left: 15px;
}

.category-wrap .btn-secondary{
	padding:11px;
}

select.formcontrol{
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  color: #7b809a;
  font-size: 14px;
  margin-bottom:5px;
}

.matching_amount input,
.matching_amount select{
	display:inline-block;
	border-top-right-radius: 0.375rem !important;
	border-bottom-right-radius: 0.375rem !important;
	border-top-left-radius: 0.375rem !important;
	border-bottom-left-radius: 0.375rem !important;
}

.inputgroup{
	margin-bottom: 18px;
}

.deletelink{
	cursor:pointer;
}

.inputgroup input.form-control,
.inputgroup textarea.form-control{
	border:1px solid #d2d6da;
	padding-left:10px;
}

.inputgroup .form-label{
	margin-bottom: 0px;
	color: #9a9a9a;
	text-transform: uppercase;
}

div.form-label{
	line-height: 2.3;
}

.width-250{
	width:250px !important;
}

.width-150{
	width:150px !important;
}

.width-100{
	width:100px !important;
}

.width-50{
	width:50px !important;
}

.select2-container {
	min-height:42px !important;
}

.savetran h4 {
  font-size: 16px;
}

.savetran h2 {
	font-size: 24px;
}

h2.listing-title {
  color: #333333;
  font-weight: 300;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}

.nav-link.active{
	background: #3B77AF !important;
}

#navbar .navbar-nav  {
	position:absolute;
	right:0;
}

button{
  outline:none !important;
  box-shadow: none !important;
}

.login_body  .alert-text{
	display:inline-block;
	width: 92%;
	vertical-align: top;
}

.login_body  .alert-text p{
	margin-bottom:0;
}

.login_body .alert-dismissible .btn-close {
  top: -4px;
}

.pdropdown .select2-arrow{
	display:none;
}
.is-filled .form-label,
.is-focused .form-label{
	z-index: 9 !important;
	height: 2px !important;
}

.form_field.readonly{
	border: 1px solid #d2d6da;
	border-radius: 5px;
	padding: 2px;
	padding-left: 10px;
	font-size: 0.875rem;
}

.feedback_images,
.feedback_pdfs{
	padding:20px 20px;
	border: 2px dashed #e3e3e3;
	border-radius: 3px;
	margin-bottom: 24px;
}

.im_section{
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  z-index: 10;
  margin: 16px;
}

.im_section img{
  height: 100%;
  width: 100%;
}

.im_section a{
  width: 100%;
  height: 100%;
  font-size: 68px;
}

#navbarBlur nav{
	visibility:hidden;
}

.main-content > .container-fluid {
	padding-top: 1rem !important;
}

.section_church.hidesection,
.section_hide.hidesection,
.section_hide1.hidesection{
	display:none;
}

.passworsection input{
	width: 65%;
	vertical-align: top;
}

.passworsection button{
	padding: 6px;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 6px;
}

.sendmail{
	background: none;
	border: 0;
	box-shadow: none;
	padding: 0;
	font-size: 0.75rem !important;
	font-weight: 600;
	color: #7b809a !important;
}

#form_send{
	display: inline-block;
}

a.deletelink {
	margin-right:5px;
}

div.email_employee{
	float:right;
}

div.email_employee a{
	margin-bottom:0;
}

div.email_employee span{
	line-height: 24px;
}

body .navbar-vertical.navbar-expand-xs {
  max-width: 16rem !important;
}

.navbar-collapse {
  position: unset !important;
}

.popup_wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: rgba(0,0,0,0.8);
}

.popup_wrap .popup {
  margin: auto;
  z-index: 1050;
  height: 100%;
  display: table;
}

.popup .cell_wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.popup .popup_cont {
  position: relative;
  background: #fff;
  border-radius: 6px;
  width: 800px;
  box-shadow: 0 0px 15px 5px #000;
  padding: 20px;
    padding-top: 20px;
  padding-top: 30px;
  max-width: 92vw;
  min-height: 150px;
}

.searchBox {
  margin-left: 16px;
  height: 39px;
  padding: 9px;
}

.button-section .mark_complete{
	margin-bottom:5px ;
}

.button-section .mark_button{
	margin-bottom:8px;
}