.progress
{
	background-color: #acacac !important;
}
.auth-overlay
{
	background-color: rgba(0, 0, 0, .50);
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10000;
    top: 0;
}

.login-pop
{
	background-color:white;
	position:relative;
	height: fit-content;
    border-radius: 5%;
    padding: 10px;	
}

.popup_BG
{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    z-index: 999;
    opacity: 100;
    background-color: #0000004a;
}

.popup_Block
{
	position: fixed;
    border: 2px solid black;
    background-color: #ffffff;
    width: 50%;
    left: 50%;
    top: 50%;
    font-family: 'Raleway',sans-serif;
    /*padding: 0 1vw 1vw;*/
    transform: translate(-50%, -50%);
	border-radius: 8px;
	box-shadow: 5px 5px 5px;
	z-index: 1000;
}

.popup_content
{
	overflow: auto;
    max-height: 46vh;
	padding: 0 20px 20px;
}

.popup_btn_sec
{
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	border-top: 1px solid black;
}

.popup_btn_sec>button
{
	border-radius: 7px;
	width: 15%;
	min-width: max-content;
	font-weight: 600;
	margin-left: 10px;
	cursor: pointer;
}

.popup_Block>*>*>.close_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.popup_Block>*>*>.shrink_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.popup_Block>*>*>.max_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.popup_Block>*>*>.min_pop {
    position: absolute;
    top: 3px;
    cursor: pointer;
	display: none;
	user-select: none;
	-webkit-user-drag: none;
	border-radius: 50%;
    padding: 1px;
}

.title_bar
{
	height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.title_bar>h2
{
	color: white;
    text-shadow: 3px 2px black;
	user-select: none;
	-webkit-user-drag: none;
}
#loginas
{
    position: absolute;
    width: 200px;
    height: 20px;
    z-index: 10000;
    left: 125px;
    top: 20px;
	color:#2cc5ad;
	line-height:20px;
}

@media screen and (max-width: 768px)
{
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(81, 144, 196);
    -webkit-box-shadow: 0 0 0px 1000px #dfdfdf inset;
}
}

.campCard
{
	display:flex;
	flex-direction:row;	
	padding:5px;
}
.campInfo
{
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;	
}
.loginForm
{
	font-size: 32px !important;
}
.loginForm input
{
	font-size: 24px !important;
}

body
{
	margin: 0px !important;
}

input, select 
{ 
	min-height: 32px; 
	padding: 8px; 
	line-height: 1.5; 
} 
 
.hideme
{
	display:none !important;
}

#backgroundImg {
    background-image: url(fm_modern.png);
    width: 125vw; /* Make sure it's larger than the viewport */
    height: 125vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers it properly */
    background-size: cover; /* Ensures it fills */
    transition: top 0.05s ease-out, left 0.05s ease-out; /* Smooth effect */
	z-index: -10;
}
#loginWrapper
{
	background-color: rgba(255, 255, 255, 0.8);
	border: 0.1vw solid black;
	border-radius: 50px;
	z-index: 999;
    position: absolute;
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	padding: 100px;
	text-align: center;
	margin: 0;
	box-shadow: 0 0 3.5rem #000;
	font-family: arial;
}

#logDate { 
	text-align: center; 
} 
 
#loginWindow h1
{
	font-size: 2.5rem;
}

#loginWrapper input
{
	max-width: 50%;
}

#loginWrapper label
{
	float: left;
	max-width: 50%;
	font-size: 1rem;
	line-height: 30px;
}


#loginMessages
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}

#loginWindow
{
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0;
}

#loginWindow form
{
	padding: 0;
	margin: 0;
}


.loginInput
{
	float: right;
}

#routeStopSameCheckbox, #routeStopSameCheckboxOld {
	float: left;
	padding: 0;
	width: 20px;
	height:30px;
	margin-top: 5px;
}

#routeStopContainer {
	width: 100%;
	display: inline-block;
	position: relative;
}

#stopsCountBar {
	width: 80%;
	margin: auto;
	border: 1px solid black;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 1;
	background-color: #11CC11;
}

#stopsCountTxt {
	font-weight: 900;
	color: black;
	width: 100%;
	position: absolute;
	z-index: 2;
}

#stopsCountBarFill {
	background-color: #33EE33;
	height: 100%;
	position: absolute;
}

#map {
	min-height: 50%;
	border: 1px solid black;
}

#content-wrapper {
	top: calc(var(--top-elements-height, 0));
	bottom: 0;
	position: absolute;
	padding: 0px;
	left: 0px;
	right: 0px;
}

#controls {
	text-align: center;
	margin: 10px 0;
}

#stores { 
	width: 100%; 
	list-style-type: none; /* Remove bullets */ 
	padding: 12px; /* Remove padding */ 
	margin: 0; /* Remove margins */ 
	float: left; 
	overflow: auto; 
} 

#stores li div {
	margin-bottom: 10px;
}

#stores li button { 
	padding: 0; 
	width: 40px; 
	float: right; 
} 

.stop-line
{
	border-bottom: solid #d9d9d9 1px;
    width: 70%;
    justify-self: center;
    padding-bottom: 12;	
}

#stops {
	list-style-type: none; /* Remove bullets */
	padding: 16px; /* Remove padding */
	margin: 0; /* Remove margins */
	float: left;
}

#stops li
{
	padding-bottom: 12px;
}

ul {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}

#save_route_btn, #cancel_route_btn, #build_route_btn
{
	margin: 4px;
}

.stop_drag_handler
{
	float: right;
	clear: left;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.stop_drag_handler img {
	width: 24px;
}

.stop_name {
	font-weight: 600;
	float: left;
	clear: left;
}

.stop_number {
	width: 18px;
	align-content: center;
	text-align: center;
}

.stop_address {
	margin-bottom: 12px;
	float: left;
	clear: left;
}

.stop_remove_btn
{
	float: right;
}

#stopInput {
	width: 100%;
}

#driveTime {
	font-size: min(3vw, 18px);
	font-weight: 900;
	width: min(50vw, 300px);
	max-width: 100%;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	left: 10;
	bottom: 10;
	background-color: #FFFFFF88;
	color: black;
}
	
.timeLabel {
	float: left;
}

.timeValue {
	float: right;
}

.btn-icon { 
	height: 30px; 
	width: 30px; 
} 
 
i { 
	display: inline-block; 
} 
.assigned_user_select {
	height: 33px;
}

.survey_question_list>li {
	margin-bottom: 30px;
}

.survey_question_list input {
	height: auto !important;
}

.survey_question_list th {
	font-size: 14px;
	background-color: #bcbcbc;
	text-align: left;
	border: none;
	padding: 0px;
}

.survey_question_list tr:hover
{
	background-color: initial;
}

.survey_question_list td {
	font-size: 12px;
	text-align: center;
}

.copyText {
	cursor: pointer;
	user-select: none;
}

#nextStop {
	z-index: 10;
	position: absolute;
	text-align: center;
	top: 10;
	left: 10;
	right: 10;
}

#nextStop button {
	padding: 5px;
	height: 50px;
	font-size: 12px;
	line-height: 20px;
	overflow:hidden;
}

#routeSelect {
	display: none;
}

.stop_drag_handler input, .stop_drag_handler button, .stop_drag_handler select {
	padding: 0px !important;
}

.userProgressBar {
	width: 400px;
	height: 48px;
	background-color: grey;
	position: relative;
	display: -webkit-box;
}

.userProgressBar > div:nth-child(1) {
	background-color: #bb5a5a;
}

.userProgressBar > div:nth-child(2) {
	background-color: #bb945a;
}

.userProgressBar > div:nth-child(3) {
	background-color: #b0bb5a;
}

.userProgressBar > div:nth-child(4) {
	background-color: #5abb5f;
}

.userProgressBar > div:nth-child(5) {
	background-color: #5a96bb;
}

.userProgressBar > div:nth-child(6) {
	background-color: #9f5abb;
}

.userProgressBar > div:nth-child(7) {
	background-color: #bb5a9c;
}

.userProgressBar > div {
	writing-mode: vertical-lr;
	color: black;
	overflow: hidden;
	height: 48px;
	padding: 4px;
	border: 1px solid black;
	float: left;
	font-size: 18px;
	font-family: monospace;
}

.overfill {
	height: 8px !important;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: gold !important;
}


.nav-container {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index:1000;
}

.navbar { 
	position:relative !important;
	width:100%;
	z-index:1050;
} 
 
.main-wrapper 
{ 
} 
 
.noshow
{
	display:none !important;
}

.user-dashboard .btn
{
	width:75px;
}

.user-progress
{
	width:75px;

}

.info-card
{
	padding: 10px;
	margin-top: -15px;
}
.info-row
{
    padding: 0px 5px;	
}
.info-details
{
	padding:5px;
}
.info-break {
	position: relative;
	width: 50%;
	margin: 0 auto;
	height: 1px;
	overflow: visible;
}

.info-break::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
}

.module-panel .info-break:last-of-type {
	display: none;
}
.module-panel
{
	min-height:525px;
	margin-top:20px;
	    flex: 1;
    display: flex;
    flex-direction: column;
}

#calendar-button
{
	left: 30px;
    top: 30px;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
}

.completed-detail
{
	padding-left: 15px;
    font-size: 10pt;
    padding-bottom: 5px;
    font-style: italic;
    color: red;	
}

.light-box
{
	border: solid #cdcdcd 1px;
	background-color: #ededed;	
}