body, button, input, optgroup, select, textarea {
	font-family: 'Muli', sans-serif;

}

body {
	/*background-color: #c3d8ec;*/
	background-color: #f9f9f9;
}

img {
	max-width: 100%;
}

.croppie-container .cr-boundary {
	background: #ebebeb url(/web/assets/img/transparent-bg-tile.png);
}

.row-with-vspace {
	margin-bottom: 15px;
}

.card-grey {
	background-color: #263238;
}

header.navbar .navbar-brand {
	background: none;
}

.infos .inner .badge {
	font-size: 12px;
}

.infos .inner .badge-dark {
	width: 125px;
	text-align: left;
}

.location-copy {
	color: #20a768;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
}

.login-flower {
	background-image: url('img/flower.png');
	background-size: 115%;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.card {
	border: 1px solid #949494;
}

.border-primary {
	border-color: #4bbfd0;
}

.card-title {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.form-control {
	border: 1px solid #949494;
}

.input-group-addon {
	border: none;
}

header.app-header {
	border-bottom: 1px solid #263238;
}

header.navbar .navbar-brand {
	border-bottom: 1px solid #263238;
	font-family: Poppins;
	text-align: center;
	color: #4bbfd0;
	
}

header.navbar .navbar-brand span {
	color: #848484;
	margin: 0;
}

#menu-trigger {
	position: absolute;
	height: 54px;
	width: 55px;
	line-height: 54px;
	font-size: 20px;
	text-align: center;
	color: #4bbfd0;
	z-index: 999;
	cursor: pointer;
}
@media(max-width: 768px) {
	#menu-trigger {
		display: block;
	}
}

#menu-trigger:hover {
	background-color: #f9f9f9;
}

.app-footer {
	background: #ffffff;
	border-top: 1px solid #263238;
}

.alert-danger {
	border-color: #a94442;
}

.alert-success {
	border-color: #3c763d;
}

.alert-info {
	border-color: #31708f;
}

.alert-warning {
	border-color: #8a6d3b;
}

.btn:hover {
	cursor: pointer;
}

#sidebar-profile {
	padding: 1rem;
	background: #304047;
	text-align: center;
}

#sidebar-profile img {
	margin-bottom: 0.75rem;
}

.sidebar {
	left: 0;
	transition: all 0.25s;
}

.sidebar.hidden {
	left: -200px;
}

.main.sidebar-hidden {
	margin-left: 0;
}

.dataTables_wrapper button span {
	float: left;
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	z-index: 999;
	display: none !important;
} 

button span, a span {
	margin-right: 10px;
}

.badge-dark {
	background-color: #0d5c77;
}

.navbar-brand img {
	height: 30px;
	display: inline-block;
	padding-top: 5px; 
}

/*
#table-notice-all_processing, #table-branch-all_processing, #table-user-all_processing, #table-credit-history_processing {
display: block !important;
}
*/

.data-table thead th {
	position: relative;
}

.data-table thead th.sorting:before {
	content: "\f0dc";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	color: #c1c1c1;
}

.data-table thead th.sorting_desc:before {
	content: "\f0dd";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	color: #c1c1c1;
}

.data-table thead th.sorting_asc:before {
	content: "\f0de";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	color: #c1c1c1;
}

.paginate_button {
	border: 1px solid #304047;
	padding: 5px 10px;
	margin-right: 5px;
	color: #304047;
	margin-top: 10px;
	display: inline-block;
}

.data-table .switch.switch-text .switch-label {
	background: #f86c6b;
	border-color: #f86c6b;
}

.data-table .switch-success > .switch-input:checked ~ .switch-label {
	border-color: #3a9d5d;
}

.data-table .switch.switch-text .switch-label::before {
	color: #ffffff;
}

.data-table .switch.switch-text .switch-handle {
	border-color: #f86c6b;
}

.data-table .switch-success > .switch-input:checked ~ .switch-handle {
	border-color: #3a9d5d;
}

.paginate_button:hover {
	cursor: pointer;
	text-decoration: none;
}

.paginate_button.current {
	background: #304047;
	color: #fff;
}

.fia-map {
	min-height: 400px;
}

a.btn:active, a.btn:focus {
	color: #fff;
}

.app.login {
	background-color: #fff;
	color: #fff;
}

.app.login h1 {
	color: #4bbfd0;
}

.app.login .card {
	border-color: #4bbfd0;
}

#quick-login {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #fff;
	padding: 15px;
	color: #000;
}

label.error {
	background: #dc2524;
	color: #fff;
	padding: 5px;
}

input.error {
	border: 1px solid #dc2524;
}

label.required {
	position: relative;
}

label.required:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #dc2524;
	display: block;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -2px;
}

.tab-content {
	background: transparent;
	border: none;
	margin: 0;
}

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

.welcome-text {
	padding: 15px 15px 15px 20px;
	font-size: 14px;
}

#preview-wrapper {
	background-color: white;
	position: fixed;
	right: -406px;
	width: 406px;
	height: 733px;
	transition: all 0.35s;
	z-index: 999999;
	padding: 15px;
	border-top: 1px solid #63c2de;
	border-bottom: 1px solid #63c2de;
	border-left: 1px solid #63c2de;
	border-right: 1px solid #63c2de;
	display: none;
}

#preview-wrapper.open {
	right: 15px;
}

#preview-wrapper #preview-handle {
	position: absolute;
	left: -50px;
	top: -1px;
	height: 50px;
	width: 50px;
	background-color: #63c2de;
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	display: none;
}

#preview-intro {
	font-size: 12px;
}

#preview {
	overflow-y: scroll;
	width: 375px;
	height: 667px;
	position: relative;
	background-color: #e6e6e6;
}

#preview-logo {
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 15px;
}

#preview-logo-wrapper {
	height: 185px;
	background-color: purple;
}

#preview-content {
	padding-top: 30px;
	text-align: center;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

#preview-content #preview-deceased-image {
	display: inline-block;
	border-radius: 30px;
}

#preview-deceased-name {
	margin-top: 15px;
	margin-bottom: 15px;
}

#preview-services {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

#preview-services .preview-service-heading {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 15px;
	color: #fff;
	background-color: #4bbfd0;
	border-right: 2px solid #e6e6e6;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
}

#preview-services .preview-service-heading.alt {
	background-color: #2d353c;
	border-left: 2px solid #e6e6e6;
	border-right: none;
}

#preview-services .preview-services {
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}

#preview-services .preview-service-heading.active:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4bbfd0;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
}

#preview-services .preview-service-heading.alt.active:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #4bbfd0;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
}

#preview-services .preview-services p:last-child {
	margin-bottom: 0;
}

#preview-services img {
	margin-left: -15px;
	margin-right: -15px;
	max-width: 328px;
}

#preview-services .directions {
	display: block;
	color: #fff;
	border-radius: 5px;
	padding: 5px 15px;
	background-color: #4bbfd0;
	margin-top: 15px;
}

#preview-share {
	padding-left: 15px;
	padding-right: 15px;
}

#preview-share p {
	text-align: center;
	font-weight: bold;
}

#preview-share-email, #preview-share-facebook, #preview-share-twitter {
	display: block;
	color: #fff;
	border-radius: 5px;
	padding: 5px 15px;
	margin-bottom: 5px;
}

#preview-share-email {
	background-color: #4bbfd0;
}

#preview-share-facebook {
	background-color: #3b5a99;
}

#preview-share-twitter {
	background-color: #5fa9dd;
}

#preview-share-twitter span, #preview-share-facebook span {
	float: right;
	margin: 0;
} 

#preview-footer {
	text-align: center;
	font-weight: bold;
}

#preview-footer img {
	display: inline-block;
	width: 230px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.register-form p {
	padding-left: 15px;
	color: #b0bec5;
}

.login form .text-danger {
	display: block;
}
.dataTables_wrapper {
	width: 265px;
	/*overflow-y: auto;
	_overflow: auto;*/
	margin: 0 0 1em;	
	font-size: 14px;
}

.paginate_button {
	font-size: 12px;
}

@media(min-width: 768px) {
	.dataTables_wrapper {
		width: 665px;	
	}
}

@media(min-width: 1024px) {
	.dataTables_wrapper {
		width: 720px;	
	}
}

@media(min-width: 1300px) {
	.dataTables_wrapper {
		width: 100%;	
	}
}

.dashboard-icons i {
	min-width: 55px;
	text-align: center;
}

.swatches input {
	display: none;
}

.col-swatch {
	width: 25px;
	height: 25px;
	display: inline-block;
}

#set-face, #set-logo {
	opacity: 0;
}

.swatches input[type="radio"]:checked+label {
	border: 2px solid #000;
} 

#croppie-view-port {
	margin-bottom: 80px;
	height: 500px;
}

@media(max-width: 991px) {
	.sidebar.hidden {
		margin-left: 0;
		left: 0;
		z-index: 999;
	}
}

@media(max-width: 1024px) {
	.dataTables_wrapper {
		overflow-x: scroll; 
	}
}

.notice-box .card {
	min-height: 425px;
}

.fs-22 {
	font-size:22px;
}
.fs-12 {
	font-size:12px;
	text-align: left;
}
.login .fa-check {
	margin-top:5px;
	font-size: 20px;
}
.btn-login {
	padding: 1em;
	width: 200px;
}
@media(max-width: 1180px) {
	.btn-login {
		font-size:12px !important;
	}
}
@media(max-width: 575px) {
	.btn-login {
		font-size:17px !important;
	}
}


.fs-small {
	font-size: 12px;
	margin:0;
	padding: 0;
}
.parsley-errors-list {
	display: block;
	width: 100%;
	color:red;
	list-style: none;
	margin:5px 0 0 2.4em;
	padding: 0;
}
#parsley-id-multiple-tc {
	position: relative;
	top:-20px;
	margin: 0;
}
/*.parsley-error {
	border:2px solid red !important;
}*/