html,body {
	margin:0px;
	font-family:'Josefin Sans',sans-serif;
	background-color:#f4f4f4;
	box-sizing:border-box;
}
#filter {
	display:none
}
input {
	font-family:'Josefin Sans',sans-serif;
}
a {
	color:#1b9ae4;
	text-decoration:none;
}
*{
	outline:0;
}

.notes-textarea {
	outline: 0;
	font: inherit;
	min-height:200px;
	resize: vertical;
	border: 0;
	width:100%;
	background-color:inherit;
	font-weight:400;
}

.campaign-label, .campaign-checkbox {
	display: inline-block;
	vertical-align: middle
}
.content {
	background-color:#fefefe;
	width:100%;
	max-width:620px;
	margin:0 auto;
	box-sizing:border-box;
	padding:30px 20px;
}
.page-header {
	background-color:#4f545f;
	width:100%;
	box-sizing:border-box;
	max-height:60px;
	line-height:60px;
	color:#fff;
	overflow:hidden;
	position:relative;
	z-index:999;
	padding-bottom:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.img-row, .img-row td {
	padding:0;
}
.fa-list {
	margin-top:1px
}
.row-wrapper {
	box-sizing:border-box;
	padding:0px 20px;
	max-width:650px;
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
}
#copylink {
	max-width: 100%;
}
#copylink span {
	margin-bottom:5px;
	display:inline-block;
}
.copybox-wrap {
	position:relative;
}
.copybox-copy {
	position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    height: 43px;
    width: 45px;
    z-index: 9;
    background-color: rgb(79, 84, 95);
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 1px;
}
.copybox {
    padding-right: 55px !important;
}
.map-assignee {
	font-weight:500;
	line-height:25px;
}
.map-assignee .name {
	font-weight:700;
	display:inline-block;
	text-decoration: underline;
	cursor: pointer;
}
h1 {
	font-weight:300;
	margin:0;
	font-size:28px;
}
.grey-text {
	color:#717171;
}
input[type=text], input[type=number], input[type=password], input[type=email], select {
	height: 45px;
    width: 100%;
    font-size: 16px;
    color: #555;
    padding: 15px 0px 10px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    box-sizing: border-box;
	margin-bottom:10px;
}
td input[type=text], td input[type=number], td input[type=password], td input[type=email], td select {
	margin-bottom:0;
}
select {
	font-family:inherit;
}
form {
	margin:0;
}
input[type=submit], button, .small-btn {
	    border-radius: 3px;
    background-color: #4f545f;
    text-align: center;
    padding: 11px 0px;
    width: 100%;
    border: 0;
    color: #fefefe;
    font-size: 18px;
	margin-bottom:10px;
	font-weight: 400;
	font-family:inherit;
	-webkit-appearance:none;
}
.margin-bottom {
	margin-bottom:0 !important;
}
.side-btn {
	display:inline-block;
	width:36px !important;
	margin:1px 0px !important;
	height:38px;
	box-sizing: border-box;
}
button.side-btn {
	padding-top:0;
	padding-bottom:0;
	height:38px;
	vertical-align: top
}
input[type=submit]:hover, button:hover {
	cursor:pointer;
	background-color:#383d46;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


input[type=submit].small-btn.view-btn {
	font-size: 18px;
	width: 60px;
}
.small-btn, input[type=submit].small-btn {
	width:120px;
	font-size:13px;
	margin:5px 0px;
	letter-spacing:1px;
}
.label-x {
	display:none;
}
.page-header ul {
	list-style:none;
	padding-left:0;
	width:100%;
	margin-top: 12px;
}
.page-header li {
	width:100%;
	display:block;
	line-height:35px;
	box-sizing: border-box;
    border-bottom: 1px solid #676b75;
}
.page-header ul li:last-child {
	border-bottom: 0;
}
.page-header li:hover {
	cursor:pointer;
	background-color:#383d46;
}
.page-header li a {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:3px 15px;
	text-decoration:none;
	color:#fff;
}

.menu-button {
    position:absolute;
	top:0;
	bottom:0;
	right:20px;
    width: auto;
    z-index: 999;
	height:40px;
	margin-top:10px;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background .3s;
}
.c-hamburger--htx span {
    transition: background 0s .3s;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: #fff;
}
.c-hamburger--htx span::before {
    transition-property: top,transform;
}
.c-hamburger span::before {
    top: -7px;
}
.c-hamburger--htx span::after, .c-hamburger--htx span::before {
    transition-duration: .3s,.3s;
    transition-delay: .3s,0s;
}
.c-hamburger span::after, .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}
.c-hamburger--htx span::after {
    transition-property: bottom,transform;
}
.c-hamburger span::after {
    bottom: -7px;
}
p.sign-up {text-align:center;}

.row {
	display:block;
	margin-bottom:20px;
}
.row span.caption {
	box-sizing:border-box;
	padding-left:10px;
	font-size:18px;
	vertical-align: middle;
	display:inline-block;
}

.login-img {
	margin:15px 0px 0px 0px;
	width:100%;
	box-sizing:border-box;
	padding:0px 20px;
}
.login-img img {
	width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.login-header {
	color: #666;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 26px;
	text-align: center;
	margin-bottom: 48px;
}

.error-msg {
	background-color:#E80B0F;
	text-align:center;
	color:#fff;
	box-sizing:border-box;
	padding:8px 0px;
}

.back-button {
	width: 100%;
    text-align: center;
    background-color: #4f545f;
    color: white;
    border-radius: 3px;
    font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.back-button:hover {
	background-color:#383d46;;
	cursor:pointer;
}
.back-button a {
	color:white;
	text-decoration: none;
	box-sizing:border-box;
    padding: 14px 10px 10px 10px;
    display: block;
}
.new-marker {
	color: #ffff00;
    font-size: 12px;
    vertical-align: top;
    line-height: 20px;
    display: inline-block;
}
.fas {
	font-family: fontAwesome;
}
.user-label .fas {
	color:#4493c7;
}
.user-label {
	font-size:14px;
}
.textC {
	text-align:center;
}
.textL {
	text-align:left;
}
.textCB {
	text-align:center;
	font-weight:bold;
}
.textLB {
	text-align:left;
	font-weight:bold;
}
.tr-header {
	background-color:#DDDDDD;
}
tr, td {
    border: 1px solid #ccc;
}

/* HOME PAGE */

.recall-label, .assign-label, .view-label {
	display:inline-block
}
.view-label {
	font-size: 18px;
	width: 60px;
}

table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width:100%;
}
.map-label {
	font-size:18px;
}
.assign-btn, .update-btn, .update-user-btn, input[type=submit].edit-btn, input[type=submit].blue-btn, .assign-label {
	background-color:#4493c7;
}
.assign-btn:hover, .update-btn:hover, .update-user-btn:hover, input[type=submit].edit-btn:hover, input[type=submit].blue-btn:hover {
	background-color:#327eb0;
}
.recall-btn, .delete-btn, .delete-user-btn, .recall-label {
	background-color:#D05D5C;
}
.recall-btn:hover, .delete-btn:hover, .delete-user-btn:hover {
	background-color:#b44a49;
}

.map-img {
	max-width:100%;
}
.modal-bg {
	position:fixed;
	z-index:9999;
	top:0;right:0;bottom:0;left:0;
	height:100%;width:100%;
	background-color:rgba(42,42,42,0.3);
	display:none;
}
.modal-content {
	border-radius:3px;
	background-color:#fbfbfb;
	width:100%;
	max-width:600px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	box-sizing:border-box;
	padding:25px;
	margin:0 auto;
	left:0;
	right:0;
}
.modal-content p {
	line-height:24px;
	margin:30px 0px;
}
p {
	line-height:22px;
}
.close-row {
	width:100%;
	text-align:right
}
.close-row .close {
	font-size:50px;
	cursor:pointer;
	line-height:5px;
}
.modal-content td {
	position:relative;
}
.modal-content .greyed-out {
	display:none;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	height:100%;
	width:100%;
	background-color:rgba(100,100,100,0.38);
}
.greyed-out.chkbox {
	pointer-events: none
}

.recall-modal p {
	margin:30px 0px;
}
.assign-modal input[type=checkbox] {
	height:18px;
	width:18px;
}
#main-list tr, #main-list td {
	border-bottom:1px solid #999;
}
.dt-label {
	border-bottom:1px solid #ccc;
}
.assigned_name {
	font-size:16px;
	font-weight:300;
}
.input-label {
	display:block;
	margin-bottom:10px;
	font-weight:bold
}
/* VIEW PAGE */
.checkup {
	color:#ff9800
}
.back-button {
	padding:11px 0px;
	box-sizing:border-box;
	margin-bottom:1.5em !important;
	max-width:100px;
}
img.view-map {
	width:100%;
	margin-bottom:40px
}
.swipe-btn-form {
	display:inline-block;
	vertical-align: top;
	margin-right:5px;
}

/* INFO PAGE */

.scripture {
	max-width:400px;
	text-align: right;
	float:right;
	margin:40px 0px 60px 0px;
	box-sizing: border-box;
    border-right: 3px solid #4f545f;
    padding-right: 20px;
}

.scripture p.body {
	font-size:22px;
	line-height:27px;
	margin:0 0 5px 0;
}

.scripture p.ref {
	font-size:20px;
	color:#888;
	margin:0;
}

.od-quote {
	clear:both;
}
.filter-form span, .filter-form input {
	display:inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.filter-form b {
	display:inline-block;
	vertical-align: middle;
}

/* REPORT */

.page {
	width:905px;
	height:1240px;
	box-sizing: border-box;
	padding:70px 40px 10px 40px;
	margin:0 auto;
	font-family: verdana;
	border: 1px solid #ccc;
	background-color:#FFFFFF;
}
.page table {
	border:0;
}
.page tr {
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
.page table tr:nth-child(even) {
	border: 1px solid #222;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
.page table tr:nth-child(even) td {
	border-right: 3px solid #000;
}
.page table tr:nth-child(odd) td:nth-child(even) {
	border-right: 3px solid #000;
}
.page table tr.top-row:nth-child(odd) td:nth-child(even) {
	border:0;
}
.page table tr:nth-child(2) {
	border-top: 3px solid #000;
}
.page td {
	height:20px;
	border-color:#222;
	font-size: 10px;
}
.page td.dt {
	font-size:11px;
}
.page table tr:first-child, .page table tr:first-child td {
	border:0;
}
.page .top-row td {
	padding-left:5px;
	padding-bottom:4px;
}
.page span.label {
	color: #000;
	font-size: 10px;
	font-weight: 900;
	display: inline-block;
	vertical-align: bottom;
}
.page span.mapno {
	display: inline-block;
	vertical-align: bottom;
	border-bottom:1px solid #333;
	min-width:45px;
	font-size:18px;
	text-align: center;
}
.map-header{
	font-size:40px;
	margin:20px 0px;
}
.page .top-section h2 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
	color: #000;
}
.page .footer {
	display: block;
	font-family: 'Times New Roman';
	font-size: 11px;
	margin-top: 3px;
}
select.no-padding {
	padding-top:0;
	padding-bottom:0;
}
.page.scale {
	max-width:100%;
}
.overflow-x {
	overflow-x: scroll;
}
.mobile-content {
	display:none;
}

	.icon-label {
		display:inline;
		font-weight: 800;
    	font-size: 15px;
		padding-left:1px
	}
@media screen and (max-width:920px) {
	.overflow-x .page {
		max-width:100%;
		padding:70px 20px 10px 20px;
	}
}
@media screen and (max-width:768px) {
	.page.scale {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		margin-top:-160px;
		-webkit-transform-origin: 25% 50%;
		-moz-transform-origin: 25% 50%;
		-ms-transform-origin: 25% 50%;
		-o-transform-origin: 25% 50%;
		transform-origin: 25% 50%;
		max-width:none;
	}
}
@media screen and (max-width:765px) {
	#report, .page.scale {
		display:none;
	}
	.overflow-x .page {
		display:none;
	}
	.mobile-content {display:block;}
}
@media screen and (max-width:585px) {
	.desktop-only-cell {
		display:none
	}
	.mobile-text {
		font-size:14px
	}
	.small-btn, input[type=submit].small-btn {
		width: 80px;
		font-size: 11px;
		margin: 3px 0px;
	}
	.label-delete {
		display:none;
	}
	.label-x {
		display:inline;
		font-weight: 800;
    	font-size: 15px;
		padding-left:1px
	}
	.delete-btn {
		width:36px;
		padding:7px 0px;
	}
	.dnc-table {
		font-size:14px;
	}
	.dnc-table td {
		line-height:20px;
	}
	input[type=submit].small-btn.view-btn {
		font-size: 14px;
		width: 40px;
	}
	.map-label, .dt-label {
		font-size:13px;
	}
	.assigned_name {
		font-size:12px;
	}
	#main-list .tr-header {
		padding:6px;
	}
}




