@charset "utf-8";
/* CSS Document */
body {
	/*
    background-color: transparent;
	background: url(https://navigroom.com/wp-content/uploads/2017/07/Login-BG.jpg) no-repeat center center fixed;
	text-align: left;
	*/
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#labelToggle{
	font-size: smaller;
	border-radius: 4px;
	padding: 2px 4px;
	color: #444;
	background-color: #ddd;
}
.map_mode_selector{
	background: linear-gradient(#ffffff, #bbbbbb);
	border-radius: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 1px;
	list-style-type: none;
	margin-right: 8px;
}
@media all and (max-width: 640px){
	.schedule_selector_label{
		display: none;
	}
	#scheduling_header_left{
		width: 65px;
	}
}
@media all and (max-width: 580px){
	.map_mode_selector{
		padding: 6px 2px;
		float: none;
		margin-top: 0px;
		margin: auto;
	}
}
#schedule_parameters, #schedule_parameters_unbooked, #schedule_parameters_master {
	display: flex;
	align-items: center;
	justify-content: center;
}
#schedule_parameters_unbooked, #schedule_parameters_master {
	display: none;
	/*margin-bottom: 8px;*/
}
.daily_parameters, .master_parameters, .unbooked_parameters{
	display: none;
}
#nav_dog_spot {
	width: fit-content;
	height: fit-content;
}
#unbooked_clients, #revert_to_weekly, #revert_to_daily, #show_all_unbooked, #show_daily, #alternate_views, .change_provider_unit, .view_choice_button {
	background: linear-gradient(#00a9ad, #008e91);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
	line-height: 0.8em;
    font-weight: 500;
    margin: 0px 0px 0px 15px;
    padding: 5px;
    padding-bottom: 7px;
}
#revert_to_daily, #revert_to_weekly{
	display: none;
}
.choice_overlay {
    background: #ccc;
    background: rgba(255, 255, 255, .7);
	color: #444;
	width: auto!important;
	margin: 3px;
	border-radius: 4px;
	border: 1px solid #6F6F6F;
	padding: 6px;
    padding-right: 20px;
    position: absolute;
    text-align: center;
    z-index: 1000;
	cursor: pointer;
}
.label_selected {
	display: inline;
	background: linear-gradient(#00a9ad, #008e91);
	cursor: default;
	color: #fff;
	border-radius: 3px;
    font-size: 0.5em;
    font-weight: 500;
    padding: 1px 5px;
	margin: 2px;
	margin-top: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.label_unselected {
	display: inline;
	color: #444;
	border-radius: 5px;
	border: 1px solid #888;
	font-size: 0.5em;
    font-weight: 500;
    padding: 1px 5px;
	margin: 2px;
	margin-top: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.unbooked_booking {
	text-align: right;
	margin-right: 0px;
}
.book_now{
	background: linear-gradient(#00a9ad, #008e91);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    margin-right: 5px;
}
#filter_boxes {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	justify-content: center;
	margin-top: 0px;
	margin-bottom: 8px;
}
.filter_box {
	margin-top: 0px;
	margin-right:8px;
	font-weight: normal;
	color:#bbb;
}
.ng_schedule_map a {
	color: inherit;
}
.infowindow {
	font-size: 1.6em;
	font-weight: 550;
}
.infowindow span {
	color: black;
}
.infowindow span:first-of-type {
	font-size: 1.7em;;
}
.infowindow img{
	max-height: 40px;
}
#loading_box {
	background-color: rgba(255,255,255,0.8);
	color:#333333;
	border-radius: 8px;
	font-size: 1em;
	border: 1px solid black;
	padding: 10px;
	position: absolute;
	right: 5%;
    top: 10%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}
.petnames {
	padding-right: 4px;
	font-weight: normal;
	font-size: 1.0em;
	font-style: italic;
}
.move_buttonsave{
	text-align: center;
	margin-top: 15px;
	font-size: medium;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px #888888;
	padding: 2px 8px;
	background: linear-gradient(#b987d9, #8e60ab);
	border-radius: 8px; box-shadow: 1px 1px 2px #888888;
}
.move_button, .master_change_unit {
	text-align: center;
	font-size: medium;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px #888888;
	padding: 2px 8px;
	background: linear-gradient(#b987d9, #8e60ab);
	border-radius: 8px; box-shadow: 1px 1px 2px #888888;
}
.master_change_time {
	text-align: center;
	font-size: medium;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px #888888;
	padding: 2px 8px;
	background: linear-gradient(#b39451, #947534);
	border-radius: 8px; box-shadow: 1px 1px 2px #888888;
}
.cancel_button {
	font-size: small;
	font-weight: normal;
	color: white;
	text-shadow: 1px 1px #888888;
	padding: 2px 3px;
	background: linear-gradient(#C2616D, #943E49);
	border-radius: 6px;
	box-shadow: 1px 1px 2px #888888;
}
.action_buttons {
	display: flex;
	justify-content: space-between;
	min-width:200px;
    background: white;
    margin:auto;
    padding:15px 5px 5px 5px;;
}
#unit_selector_popup{
    z-index: 99999999;
    display: block;
    text-align: left;
	padding: 4px;
}
#unit_selector_popup button{
    flex: none;
	border-radius: 4px;
	border: 1px solid #323232;
	font-size: 1.2em;
	margin-left: 15px;
	margin-top: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
#unit_selector_popup .current_unit{
	cursor: default;
	color: #262626;
	opacity: 0.3;
}
#unit_selector_popup .current_unit_member{	
	cursor: default;
	opacity: 0.5;
}
#unit_selector_popup .unit_label{
	color: #323232!important;
	cursor: pointer;
}
#unit_selector_popup .provider {
	font-size: 1em;
	margin-top: 5px;
	flex: none;
}
#unit_selector_popup .popup_provider {
	display: block;
	font-size: 1em;
	margin-top: 5px;
	flex: none;
}
#unit_selector_popup {
	/*padding-top: 40px;*/
}
#unit_selector_popup hr, #unit_providers hr{
	opacity: 0.2;
	height: 1px;
	background-color: #262626;
	border: none;
}
#client_selector_popup {
	border-radius: 8px;
	background: repeating-linear-gradient(15deg, #D7F3FF, #ADE6FF 50%, #D7F3FF 85%);
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:medium;
	font-size: 1em;
	padding: 20px;
}
#client_selector_popup button{
	font-weight: normal;
	color: #323232;
	border-radius: 4px;
	border: 1px solid #323232;
	background: rgba(255,255,255,0.8);
	margin-top: 10px;
	font-size: 1em;
	display: block;
	font: 1.1em;
	cursor: pointer;
	-webkit-box-shadow: inset 1px 1px 7px -1px #7684CF; 
	box-shadow: inset 1px 1px 7px -1px #7684CF;
}
#client_selector_popup button:last-of-type{
	margin: auto;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #9B0407;
	color: white;
}
#client_selector_popup button:first-of-type{
	background: rgba(255,255,255,0.8);
	font-weight: normal;
	font-size: 1.1em;
	color: #323232;
	margin: auto;
	margin-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
#unit_providers{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#unit_providers button{
    flex: none;
    border-radius: 4px;
	border: 1px solid #323232;
	font-size: 1.2em;
	margin-left: 15px;
	margin-top: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

#unit_providers button:first-child{
    margin-left: 40px;
}

.ui-autocomplete {
	z-index:9999999999;
}
.ui-front {
	z-index:9999999999;
}
.pac-container {  /* Google Autocomplete */
	z-index: 9999999999 !important;
}
#provider_selector_popup {
	border-radius: 8px;
	background-color: transparent;
	background: url(https://navigroom.com/wp-content/uploads/2017/07/Login-BG.jpg) no-repeat center center fixed;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:medium;
	font-size: 1em;
	padding: 4px;
}
#provider_selector_popup span{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: white;
	padding: 4px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
}
#provider_selector_popup button{
	display: inline;
	border-radius: 4px;
	border: 1px solid #323232;
	font-size: 1.2em;
	margin-left: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
#provider_selector_popup button:last-of-type{
	font-size: 0.8em;
	font-weight: bold;
	background-color: #9B0407;
	color: white;
}
.provider_name {
	border-radius: 5px;
	padding: 2px 4px;
	margin: 2px 4px;
	font-size: 0.8em;
	line-height: 0.8em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.scheduleclick {
	cursor: pointer;
}
.provider_cue {
	border-radius: 4px;
	padding: 0px 4px;
	margin: auto;
	font-weight: normal;
	line-height: 1em;
	font-size: 0.8em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.unit_selector {
	border-radius: 5px;
	border: 1px solid #B4B4B4;
	padding: 0px 8px;
	margin: 2px 4px;
	font-size: 1.1em;
	line-height: 1.1em;
	background-color: #747474;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ghost {
	padding-top: 2px;
	text-align: center;
	border: 2px solid #bbb;
	border-radius: 2px;
	color: black;
	/*background-color: rgba(112,112,112,0.75);*/
	background: repeating-linear-gradient(
		45deg,
		rgba(0,0,0, 0.2),
		rgba(0, 0, 0, 0.1) 10px,
		rgba(0, 0, 0, 0.1) 10px,
		rgba(0, 0, 0, 0.2) 20px
	);
	pointer-events: none;
}
.button_style_teal {
	font-size: medium;
	font-weight: regular;
	color: white;
	text-shadow: 1px 1px #888888;
	padding: 3px 15px;
	margin: 5px;
	background: #00a9ad;
	border-radius: 6px;
	box-shadow: 1px 1px 2px #888888;
}
/*  existing_reschedule  */
.ng_schedule_map table tr.existing_reschedule_appt_start {
	color: black;
	background: linear-gradient(#ffffff, #dfdfdf);
  	font-weight: bold;
}
.ng_schedule_map table tr.existing_reschedule_mid {
	background: #dfdfdf;
  	font-weight: regular;
}
.ng_schedule_map table tr.existing_reschedule_bot {
  	font-weight: regular;
	background: linear-gradient(#dfdfdf, #a6a6a6);
}


/*  Monday  */
.ng_schedule_map table tr.Monday_appt_start {
	color: black;
	background: linear-gradient(#cffeff, #99fdff);
  	font-weight: bold;
}
.ng_schedule_map table tr.Monday_mid {
	background: #99fdff;
  	font-weight: regular;
}
.ng_schedule_map table tr.Monday_bot {
  	font-weight: regular;
	background: linear-gradient(#99fdff, #3cd3d6);
}
/*  Tuesday  */
.ng_schedule_map table tr.Tuesday_appt_start {
	color: black;
	background: linear-gradient(#f0deff, #e4c4ff);
  	font-weight: bold;
}
.ng_schedule_map table tr.Tuesday_mid {
	background: #e4c4ff;
  	font-weight: regular;
}
.ng_schedule_map table tr.Tuesday_bot {
  	font-weight: regular;
	background: linear-gradient(#e4c4ff, #c57dff);
}
/*  Wednesday  */
.ng_schedule_map table tr.Wednesday_appt_start {
	color: black;
	background: linear-gradient(#ffffdb, #ffee99);
  	font-weight: bold;
}
.ng_schedule_map table tr.Wednesday_mid {
	background: #ffee99;
  	font-weight: regular;
}
.ng_schedule_map table tr.Wednesday_bot {
  	font-weight: regular;
	background: linear-gradient(#ffee99, #d6bc3c);
}
/*  Thursday  */
.ng_schedule_map table tr.Thursday_appt_start {
	color: black;
	background: linear-gradient(#ffdbe0, #ffb0ba);
  	font-weight: bold;
}
.ng_schedule_map table tr.Thursday_mid {
	background: #ffb0ba;
  	font-weight: regular;
}
.ng_schedule_map table tr.Thursday_bot {
  	font-weight: regular;
	background: linear-gradient(#ffb0ba, #ff7385);
}
/*  Friday  */
.ng_schedule_map table tr.Friday_appt_start {
	color: black;
	background: linear-gradient(#ffe5c9, #ffcc99);
  	font-weight: bold;
}
.ng_schedule_map table tr.Friday_mid {
	background: #ffcc99;
  	font-weight: regular;
}
.ng_schedule_map table tr.Friday_bot {
  	font-weight: regular;
	background: linear-gradient(#ffcc99, #ffa852);
}
/*  Saturday  */
.ng_schedule_map table tr.Saturday_appt_start {
	color: black;
	background: linear-gradient(#d4ffe7, #99ffc4);
  	font-weight: bold;
}
.ng_schedule_map table tr.Saturday_mid {
	background: #99ffc4;
  	font-weight: regular;
}
.ng_schedule_map table tr.Saturday_bot {
  	font-weight: regular;
	background: linear-gradient(#99ffc4, #3cd67c);
}
/*  Sunday  */
.ng_schedule_map table tr.Sunday_appt_start {
	color: black;
	background: linear-gradient(#fad9ff, #f199ff);
  	font-weight: bold;
}
.ng_schedule_map table tr.Sunday_mid {
	background: #f199ff;
  	font-weight: regular;
}
.ng_schedule_map table tr.Sunday_bot {
  	font-weight: regular;
	background: linear-gradient(#f199ff, #df5cf2);
}

.ng_schedule_map table tr.double_book {
	color: white;
	background: #5C0001;
  	font-weight: bold;
	font-size: small!important;
}.ng_schedule_map table tr.encroachment {
	color: white;
	background: #5C0001;
  	font-weight: bold;
	font-size: small!important;
}
.ng_schedule_map div{
	/*overflow-x: scroll !important;*/
}
.ng_schedule_map table{
  /*display: block;*/
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow-x: auto !important;
  margin: auto;
}
.ng_schedule_map table tr th{
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 5px;
}
.ng_schedule_map table tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0px 5px;
  line-height: 1.2em;
  font-size: medium;
}
.ng_schedule_map table tr th:first-child{
  border-left: 1px solid #bbb;
}
.ng_schedule_map table tr td:first-child {
  border-left: 1px solid #bbb;
}
.ng_schedule_map table th {
  background: linear-gradient(#606062, #28262b);
  color: white;
  border-top: 1px solid #bbb;
  text-align: left;
}
.ng_schedule_map table tr {
  background: #eee;
  border-top: 1px solid #bbb;
  text-align: left;
}
.ng_schedule_map table tr:hover {
  background: #ccc;
  text-align: left;
}
/* top-left border-radius */
.ng_schedule_map table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
/* top-right border-radius */
.ng_schedule_map table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
/* bottom-left border-radius */
.ng_schedule_map table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
/* bottom-right border-radius */
.ng_schedule_map table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
/* Top of the Hour Background Color */ 
.ng_schedule_map table tr.top_of_hour {
  background: linear-gradient(#fff7dc, #ded2ae);
  font-weight: bold;
}
.ng_schedule_map table tr.top_of_hour:hover {
  background: linear-gradient(#e3d3a2, #b8a879);
  font-weight: bold;
}
/*service rows gold and item rows team */
.ng_schedule_map tr.service_row {
	background: linear-gradient(#fff7dc, #ded2ae);
	}
.ng_schedule_map tr.item_row {
	background: linear-gradient(#defeff, #b3eaeb);
	}
.ng_schedule_map img {
	max-height: 22px;
}

.swal2-title {
	line-height: 1;
}
.header_container{
	color:white;
	font-weight: bold;
	display: flex;
}
.scheduling_header_left {
	width: 62px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
}
.scheduling_header_left p{
	flex-grow: 1;
}
.scheduling_header_right {
	float: left;
	width: 85%;
	display: block;
}
.nav_arrow img{
	display:block;
	max-height: 30px;
	min-width: 20px;
	margin-top: auto;
	cursor: pointer;
}
.schedule_selector_label{
	font-weight: normal;
	padding-left: 5px;
	padding-right: 2px;
	line-height: 1;
	text-align: right;
}
#admin_gear{
	display: none; /*breakpoint reveals it on smaller screens */
	margin: 0 6px;
}
#day_selector_small, #master_day_selector_small{
	display: none; /*breakpoint reveals it on smaller screens */
}
#admin_dog {	
	max-height: 100px;
	align-self: flex-end;
}
#schedule_label{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin: 8px;
}
#day_selector_large, #master_day_selector_large, #unit_key{
	display: flex;
	align-items: center;
	justify-content: center;
}
.unit_key {
    color:white;
    font-weight: normal;
    text-shadow: 1px 1px 2px black;
    border-radius: 3px;
    margin: 4px 4px 0px 4px;
    padding: 0px 5px 2px 5px;
    line-height: 1.2;
}
#day_selector_large img{
	padding: 5px;
	max-height: 40px;
	cursor: pointer;
}
#master_day_selectors {
    display: none;
}
.master_day_selector{
    color: #989898;
    background-color: #5A5959;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #555555;
    padding: 1px 5px;
    margin: 6px 5px 5px 5px;
    line-height: 1.3;
}
.master_day_selected {
    background-color: #eee;
    color: #0F0F0F;
    border: 4px solid #00a9ad;
    padding: 1px 10px;
}
.strikethrough{
	text-decoration: line-through;
	font-weight: 100;
}
.customSwalBtn1{
	background: linear-gradient(#00a9ad, #008e91);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 32px;
	}
.customSwalBtn2{
	background: linear-gradient(#b39451, #947534);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 32px;
	}
.swal-2-popup {
	padding-left: 0px;
	padding-right: 0px;
}

@media all and (max-width: 789px) {
	#day_selector_small, #master_day_selector_small {
	display: flex;
	align-items: center;
	justify-content: center;
}
	#day_selector_small img{
		padding: 2px;
		max-height: 40px;
		cursor: pointer;
		max-width: 13%;
	}
	#day_selector_large, #master_day_selector_large{
	display: none;
	}
}
@media all and (max-width: 480px) {
	.header_container{
		font-size: 12px;
	}
	#admin_gear{
	display: flex;
}
	/*.scheduling_header_left,*/.schedule_selector_label {
	display: none;
}
	.scheduling_header_right {
	width: 100%;
	display: block;
}
	#schedule_label{
	font-size: 18px;
	text-align: center;
	padding: 6px;
}
	#unbooked_clients {
		margin-left: 10px;
	}
	#arrow_left {
		margin-left: 30px;
	}
}