/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Apr-2019, 11:29:00
    Author     : Mark Nielsen
*/

/* General styles */
:root, html, body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	background-color: #f6f6f6;
}

body {
	min-height: 100vh;
	position: relative;
}

div  {
	box-sizing: border-box;
}

h1 {
	font-size: 20px;
	color: #666;
	border-bottom: 2px solid #ddd;
	padding-bottom: 7px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-weight: bold; 
	font-size: 12px;
	margin: 10px 0 5px;
}

.container-fluid.content {
	padding: 30px 15px;
}

ul.profile_prices {
	list-style: none;
	padding: 0;
}

.btn {
	border: 0;
}

.btn.btn-grey-red {
	color: #fff;
	background-color: #aaa;
	font-size: 12px;
	margin-right: 10px;
}

.btn.btn-grey-red:hover {
	background-color: #900;
}

.btn.btn-grey-red:active {
	box-shadow: none;
}

.btn.btn-red {
	color: #fff;
	background-color: #900;
}

.btn.full-width {
	width: 100%;
}

.cf::before, .cf::after {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

.previous_link {
	margin-bottom: 20px;
}

.previous_link .menu_item {
	padding: 4px 10px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 12px;
	border-radius: 3px;
	color: #900;
	margin-bottom: 10px
}

.previous_link a, .previous_link a:hover, .previous_link a:active, .previous_link a:visited {
	text-decoration: none;
}

.modal-xl {
	max-width: 1140px;
}

.modal-xl h5 {
	font-size: 12px;
	font-weight: bold;
}

/* Header styles */
.header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.header .menu {
	margin: 10px 0;
}

.header .menu a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: transparent;
	overflow: hidden;
}

.header .menu a.btn_create_user {
	background-image: url("/system_images/create_user.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.header .menu a.btn_login {
	background-image: url("/system_images/login.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.header .menu a.btn_admin {
	background-image: url("/system_images/admin.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.header .menu .btn-grey-red {
	padding: 3px 10px;
}

.header .logo {
	margin-bottom: 10px;
}

.header .logo img {
	height: 50px;
	margin-top: 10px;
}

.header .logo_link, .header .logo_link:active, .header .logo_link:hover, .header .logo_link:visited {
	color: #999;
	text-decoration: none;
}

.header .header-text-left {
	text-align:right;
	padding: 60px 90px 0 0;
}

.header .header-text-right {
	text-align: left;
	padding: 60px 0 0 90px;
}

/* Footer styles */
.footer {
	background-color: #ccc;
	color: #333;
	font-size: 12px;
}

.footer .row {
	padding: 10px 0;
}

.footer img {
	width: 240px;
	margin-top: 20px;
}

.footer a, .footer a:active, .footer a:hover, .footer a:visited {
	color: #900;
	text-decoration: none;
}

/* Customer menu */
.menu_section {
	margin-bottom: 25px;
}

.menu_section .menu_headline {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 5px 0 5px;
}

.menu_section .menu_item {
	display: block;
	padding: 4px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 12px;
	border-radius: 3px;
	color: #666;
	margin-bottom: 10px
}

.menu_section .menu_item:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
}

/* Profile view */
.profile_view_top {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 3px 6px #eee;
	padding: 8px 0;
	margin-bottom: 20px;
}

.profile_view_top h1 {
	color: #900;
	font-size: 20px;
	padding: 0 10px 0 10px;
	border: none;
}

.profile_view_top .phone_number {
	color: #666;
	white-space: nowrap;
	padding-right: 10px;
	font-size: 20px;
}

.profile_view_top .phone_number .phone_icon {
	border-radius: 40px;
	background-color: #666;
	color: #fff;
	padding: 3px 0 0 0;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
}

.profile_view_top .phone_number a, .profile_view_top .phone_number a:active, .profile_view_top .phone_number a:hover, .profile_view_top .phone_number a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.profile_view_content {
	padding: 0 0 20px 0;
}

.profile_view_content .primary_image_wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.profile_view_content .primary_image_wrapper img {
	width: 100%;
}

.profile_view_content .primary_image_wrapper .image_counter {
	position: absolute;
	right: 15px;
	bottom: 13px;
	background: url("/system_images/camera.png") center center no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	width: 32px;
	height: 32px;
	color: #000;
	text-decoration: none;
}

.profile_view_content .image_wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

.profile_view_content .image_wrapper .image_item_wrapper {
	padding: 0;
}

.profile_view_content .image_wrapper .image_item_wrapper .image_item {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 5px;
}

.profile_view_content .image_wrapper a img {
	box-sizing: border-box;
	width: 100%;
}

.profile_view_wrapper {
	font-size: 12px;
}

.profile_view_wrapper .answers_text_messages {
	color: #999;
	text-transform: uppercase;
	float: right;
	padding-bottom: 10px;
	font-size: 14px;
}

.profile_view_wrapper .map_image {
	float:right;
	position: relative;
	width: 30px;
	height: 30px;
	background: #aaa url("/system_images/maps.png") center center no-repeat;
	cursor: pointer;
	border-radius: .25rem
}

.profile_view_wrapper .map_image:hover {
	background-color: #900;
}

.profile_view_wrapper .map_image .map_image_overlay {
	width: 100%;
	background-color: rgba(255,255,255,.8);
	line-height: 100px;
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: center;
}

#map {
	width: 100%;
	height: 80vh;
}

.profile_view_wrapper h3 {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: normal;
}

.profile_view_wrapper ul {
	list-style: none;
	padding: 0;
}

.profile_view_wrapper ul li {
	padding-bottom: 5px;
}

.profile_view_wrapper ul li span {
	display: inline-block;
	width: 80px;
}

.profile_view_wrapper .description_wrapper {
	line-height: 140%;
	margin-bottom: 40px;
}

.profile_view_wrapper .pricelist_wrapper {
	margin-bottom: 40px;
}

.profile_view_wrapper .pricelist_wrapper .pricelist_item {
	padding: 5px 0;
	border-top: 1px dotted #ccc;
}

.profile_view_wrapper .pricelist_wrapper .pricelist_item:last-child {
	border-bottom: 1px dotted #ccc;
}

.profile_view_wrapper .pricelist_wrapper .pricelist_item:hover {
	background-color: #eee;
}

.profile_view_wrapper .pricelist_wrapper .pricelist_item .pricelist_item_name {
	text-align: left;
	padding-left: 10px;
}

.profile_view_wrapper .pricelist_wrapper .pricelist_item .pricelist_item_price {
	text-align: right;
	padding-right: 10px;
}

.profile_view_wrapper .schedule_wrapper .schedule_item {
	padding: 5px 0;
	border-top: 1px dotted #ccc;
}

.profile_view_wrapper .schedule_wrapper .schedule_item:last-child {
	border-bottom: 1px dotted #ccc;
}

.profile_view_wrapper .schedule_wrapper .schedule_item:hover {
	background-color: #eee;
}

.profile_view_wrapper .schedule_wrapper .schedule_item .schedule_day, .profile_view_wrapper .schedule_wrapper .schedule_item .schedule_time, .profile_view_wrapper .schedule_wrapper .schedule_item .schedule_text_one {
	float: left;
	text-align: left;
	padding-left: 10px;
}

.profile_view_wrapper .schedule_wrapper .schedule_item .schedule_day, .profile_view_wrapper .schedule_wrapper .schedule_item .schedule_time {
	width: 100px;
}

.profile_view_wrapper .schedule_wrapper .schedule_item .schedule_text_two {
	float: right;
	text-align: right;
	padding-right: 10px;
}

/* Create/edit page styles */
.email, .email:active, .email:hover, .email:visited {
	color: #900;
	text-decoration: none;
}

.phone_number {
	font-weight: bold;
	color: #900;
}

.create_profile .note, .edit_profile .note {
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

.create_profile hr, .edit_profile hr {
	border: 0;
	border-top: 1px dashed rgba(0,0,0,.2);
}

#upload_file {
	background-color: transparent;
}

#image_preview img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 4px;
}

.increment #upload_file {
	padding: 0 5px;
	border: none;
}

.template {
	display: none;
}

.image_preview {
	margin-top: 5px;
}

/* Profile index page */
.profile_container {
	margin-bottom: 20px;
}

.profile_wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
}

.profile_image img {
	width: 100%;
	height: calc(width);
}

.profile_text {
	height: 28px;
	font-size: 12px;
	line-height: 14px;
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px;
	overflow: hidden;
}

.profile_buttons {
	text-align: center;
	margin: 5px;
}
.profile_phone_number, .profile_area {
	color: #444;
	padding: 0 5px;
}

.profile_area {
	font-size: 14px;
}

/* Pricelist */
.profile_index .pricelist_item {
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
}

.handle {
	cursor: grab;
	margin-top: 11px;
}

/* Schedule */
.profile_index .schedule_item {
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
}

.schedule_margin {
	margin: 5px 0;
}

/* Images */
.image_wrapper {
	margin-bottom: 20px;
}

.profile_index .image_item {
	float: left;
	margin: 0 5px 5px 0;
	border: 5px solid #e6e6e6;
	border-radius: 6px;
	position: relative;
}

.profile_index .image_item.primary {
	border-color: #a61515;
}

.profile_index .image_item:hover {
	border-color: #d00;
}

.profile_index .image_item.primary::before, .profile_index .image_item:hover::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	border-top: 20px solid #a61515;
	border-right: 20px solid #a61515;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}

.profile_index .image_item:hover::before {
	border-top: 20px solid #d00;
	border-right: 20px solid #d00;
}

.profile_index .image_item.primary::after, .profile_index .image_item:hover::after {
	position: absolute;
	content: "";
	background: transparent url("/system_images/checkmark_white.png") center center no-repeat;
	width: 15px;
	height: 16px;
	top: 4px;
	right: 3px;
	cursor: pointer;
}

.profile_index .image_item:hover .image_trash {
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 0;
	left: 0;
	background: transparent url("/system_images/trash.png") center center no-repeat;
	background-color: #d00;
	border: 5px solid #d00;
	border-top-right-radius: 4px;
	border-left: 0;
	border-bottom: 0;
	cursor: pointer;
	z-index: 10;
}

.profile_index .image_item img {
	width: 150px;
	height: 150px;
}

/* Frontpage */
.top_profiles {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background-color: #eee;
	border-top: #e6e6e6 1px solid;
	border-bottom: #ddd 1px solid;
	box-shadow: 0 3px 6px #eee;
}

.top_profiles .profile_container {
	margin-bottom: 20px;
}

.top_profiles .profile_container a {
	text-decoration: none;
}

.top_profiles .profile_container .profile_wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
}

.top_profiles .profile_container .profile_wrapper .profile_image img {
	width: 100%;
	height: calc(width);
}

.top_profiles .profile_container .profile_wrapper .profile_text {
	height: 28px;
	font-size: 12px;
	line-height: 14px;
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px;
	overflow: hidden;
}

.top_profiles .profile_container .profile_wrapper .profile_phone_number, .top_profiles .profile_container .profile_wrapper .profile_area {
	color: #444;
	padding: 0 5px;
}

.top_profiles .profile_container .profile_wrapper .profile_area {
	font-size: 14px;
}

.search h2 {
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}

.search .search_inputs_wrapper {
	display: block;
	background-color: #fff;
	border: #ddd 1px solid;
	width: 100%;
	padding: 5px 5px 10px;
}

.search .search_inputs_wrapper .row {
	margin: 0;
}

.open_profiles {
	padding: 10px 0;
	margin: 0 0 0 0;
}

.open_profiles h2 {
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}

.open_profiles .profile_container {
	margin-bottom: 20px;
}

.open_profiles .profile_container a {
	text-decoration: none;
}

.open_profiles .profile_container .profile_wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
}

.open_profiles .profile_container .profile_wrapper .profile_image img {
	width: 100%;
	height: calc(width);
}

.open_profiles .profile_container .profile_wrapper .profile_phone_number, .open_profiles .profile_container .profile_wrapper .profile_area {
	color: #444;
	padding: 0 5px;
}

.open_profiles .profile_container .profile_wrapper .profile_area {
	font-size: 11px;
}

/* Search */
.search_profiles .h2_wrap {
	text-align: center;
	margin: 20px 0;
}

.search_profiles h2 {
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	color: #666;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: #ccc 2px solid;
}

.search_profiles .search_inputs_wrapper {
	display: block;
	background-color: #fff;
	border: #ddd 1px solid;
	width: 100%;
	padding: 5px 5px 10px;
}

.search_profiles .search_inputs_wrapper .row {
	margin: 0;
}

.search_profiles {
	padding: 10px 0 0 0;
	border-top: #e6e6e6 1px solid;
}

.search_profiles .profile_container {
	margin-bottom: 20px;
}

.search_profiles .profile_container a {
	text-decoration: none;
}

.search_profiles .profile_container .profile_wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
}

.search_profiles .profile_container .profile_wrapper .profile_image img {
	width: 100%;
	height: calc(width);
}

.search_profiles .profile_container .profile_wrapper .profile_text {
	height: 28px;
	font-size: 12px;
	line-height: 14px;
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px;
	overflow: hidden;
}

.search_profiles .profile_container .profile_wrapper .profile_phone_number, .search_profiles .profile_container .profile_wrapper .profile_area {
	color: #444;
	padding: 0 5px;
}

.search_profiles .profile_container .profile_wrapper .profile_area {
	font-size: 11px;
}

.search_profiles .profile_container .profile_wrapper .profile_distance {
	color: #444;
	text-align: right;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
}

/* Geo location */
.geo_open_wrapper {
	position: fixed;
	bottom: 0;
	background-color: #600;
	color: #fff;
	font-size: 12px;
	padding: 15px;
	z-index: 2;
	width: 100%;
}

.geo_open_wrapper h4 {
	font-size: 12px;
}

.geo_open_wrapper input[type=button] {
	background-color: #900;
	color: #fff;
	border-radius: 3px;
}

.geo_closed_wrapper {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-top-left-radius: 5px;
	background: #600 url('/system_images/geolocation_icon.png') center center no-repeat;
	z-index: 2;
}

/* SMALL VIEW */
@media (min-width: 576px) {
	/* General styles */
	.container-fluid.content {
		padding: 30px 15px 180px;
	}
	
	/* Footer styles */
	.footer {
		height: 160px;
		position: absolute;
		bottom: 0;
	}
	
	/* Frontpage */
	.open_profiles {
		padding: 10px 0 180px 0;
	}
	
	/* Profile view */
	.profile_view_content {
		padding: 0 0 180px 0;
	}
	
	.profile_view_top {
		padding: 8px 0;
	}
	
	.profile_view_top h1 {
		width: 100%;
		display: table-cell;
		color: #900;
		padding: 0 10px 0 10px;
		border: none;
	}

	.profile_view_top .phone_number {
		display: table-cell;
	}

	.profile_view_top .phone_number a, .profile_view_top .phone_number a:active, .profile_view_top .phone_number a:hover, .profile_view_top .phone_number a:visited {
		color: #666;
		text-decoration: none;
		font-weight: normal;
	}
	
	.profile_view_wrapper ul li span {
		width: 120px;
	}
	
	/* Search */
	.search_profiles {
		padding: 10px 0 180px 0;
	}
}

/* MEDIUM VIEW */
@media (min-width: 768px) {
	/* General styles */
	.collapse.dont-collapse-md {
		display: block;
		height: auto !important;
		visibility: visible;
	}
  
	/* Header styles */
	.header .menu a.btn_create_user, .header .menu a.btn_login, .header .menu a.btn_admin {
		color: #fff;
		background-image: none;
		height: auto;
		width: auto;
	}
	
	.header .logo {
		min-height: 95px;
		background-image: url("/system_images/logo.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 95px;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	/* Frontpage */
	.open_profiles .profile_container .profile_wrapper .profile_area {
		font-size: 14px;
	}
	
	/* Profile view */
	.profile_view_wrapper {
		font-size: 16px;
	}
	
	.profile_view_wrapper h3 {
		font-size: 22px;
		padding-bottom: 5px;
		border-bottom: 2px solid #ccc;
		margin-bottom: 15px;
	}
	
	.profile_view_wrapper .map_image {
		width: 150px;
		height: 150px;
		background: #fff url("/system_images/map_example.jpg") center center no-repeat;
		border: 5px solid #fff;
	}
	
	.profile_view_wrapper .map_image .map_image_overlay {
		line-height: 50px;
		margin: 45px 0;
		font-size: 12px;
	}
	
	.profile_view_top {
		padding: 15px 0;
	}
	
	.profile_view_top h1 {
		font-size: 24px;
	}
	
	.profile_view_top .phone_number .phone_icon {
		width: 40px;
		height: 40px;
		margin-right: 10px;
		font-size: 20px;
	}
	
	/* Search */
	.search_profiles .profile_container .profile_wrapper .profile_area {
		font-size: 11px;
	}
}

/* LARGE VIEW */
@media (min-width: 992px) {
	/* Header styles */
	.header .logo {
		font-size: 16px;
	}
	
	.profile_view_wrapper .map_image {
		width: 250px;
		height: 250px;
		background: #fff url("/system_images/map_example.jpg") center center no-repeat;
		border: 5px solid #fff;
	}
	
	.profile_view_wrapper .map_image .map_image_overlay {
		line-height: 100px;
		margin: 70px 0;
		font-size: 16px;
	}
}

/* EXTRA LARGE VIEW */
@media (min-width: 1200px) {
	
}