.navbar{
	position: sticky;
	width: 100%;
	 z-index: 1; 
	 padding-left: 5px;
	 padding-top: 5px;
	 padding-right: 5px;
}

.navbar-text{
	font-size: 16px;
	text-align: left;
}

.nav-item{
	font-size: 18px;
	text-align: left;
}

.workshopLogo{
	display: inline-flex;
	width: 100px;
	height: 40px;
	border-radius: 5px;
}

.card{
	margin: 2px 0px 5px 0px;
	border-radius: 10px;	
	border-color: gray;
	padding: 0%;
	background-color: #262626;	
}

.card-title{
	color: white;	
	font-size: 16px;
	text-align: left;
	position: relative;
}

.card-title2{
	color: goldenrod;	
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}

.card-header{
	color: silver;	
	font-size: 20px;
	text-align: center;
}

.card-text{
	text-align: left;
	text-indent: 5%;
	font-size: 16px;	
	color: gray;
	width: 100%;
}

.balance-text{
	text-align: left;
	text-indent: 5%;
	font-size: 16px;	
	color: yellow;
	width: 100%;
}

textarea {
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    /* box-shadow: 1px 1px 1px #999; */
	resize: none;
	color: darkslategray;
	font-size: 16px;
}

.btn{
	width: 140px;
	margin: 2px;
	border-radius: 20px;
	border: 1px solid #333;	
	display: inline-block;
	text-align: center;
}

.btn-edit{
	width: 140px; 
	height: 35px;
	margin: 2px;
	margin-left: 5px;
	border-radius: 20px;
	border: 1px solid black;
	background-color: darkgray;
	display: inline-block;
	text-align: center;
	padding: 5px; 
	font-size: 16px;
	color: black;
	text-shadow: none;}

.btn-open{
	width: 140px; 
	height: 35px;
	margin: 2px;
	margin-left: 5px;
	border-radius: 20px;
	border: 1px solid black;
	background-color: steelblue;
	display: inline-block;
	text-align: center;
	padding: 5px; 
	font-size: 16px;
	color: black;
	text-shadow: none;
}

.btn-save{
	width: 140px; 
	height: 35px;
	margin: 2px;
	margin-left: 5px;
	border-radius: 20px;
	border: 1px solid black;
	background-color: darkseagreen;
	display: inline-block;
	text-align: center;
	padding: 5px; 
	font-size: 16px;
	color: black;
	text-shadow: none;
}

.btn-delete{
	width: 140px; 
	height: 35px;
	margin: 2px;
	margin-left: 5px;
	border-radius: 20px;
	border: 1px solid black;
	background-color: coral;
	display: inline-block;
	text-align: center;
	padding: 5px; 
	font-size: 16px;
	color: black;
	text-shadow: none;
}


.btnAll{
	width: 80px; 
	height: 35px;
	margin: 2px;
	border-radius: 20px;
	border: 1px solid black;
	background-image: linear-gradient(180deg, #fff, #ddd 50%, #ccc);
	display: inline-block;
	text-align: justify-all;
	padding: 6px; 
	font-size: 16px;
	color: black;
	text-shadow: none;
}

.btn2{
	width: 120px; 
	height: 35px;
	margin: 2px;
	border-radius: 20px;
	border: 1px solid black;
	background-image: linear-gradient(180deg, #fff, #ddd 50%, #ccc);
	display: inline-block;
	text-align: center;
	padding: 6px; 
	font-size: 16px;
	color: black;
	text-shadow: none;
}

.btnMain{
	height: 100px;
	width: 240px;
	margin: 2px;
	display: inline-block;
	text-align: center;
	padding: 32px; 
	font-size: 20px;
	text-shadow: black 1px 0 10px;
    background: linear-gradient(#4d4d4d,#2f2f2f);
    border-radius: 20px;
    border: 1px solid silver;
    color: white;
}

.btn-install{
	width: 240px;
	margin: 2px;
	display: inline-block;
	text-align: center;
	padding: 22px; 
	font-size: 20px;
	text-shadow: black 1px 0 10px;
    background: linear-gradient(#4d4d4d,#2f2f2f);
    border-radius: 20px;
    border: 1px solid silver;
    color: white;
}


.btnHome
{
	width: 30px; 
	height: 30px;
	background: url('/img/home.png');	
    position: fixed;
    bottom: 5px;
    right: 5px; 
}

.btnPassword
{
	width: 30px; 
	height: 30px;
	background: url('/img/eye.png');	
    position: relative;
	left: 100px;
	z-index: 2;
	border: none;
	top: 0px;
}

.buttonPassword {
	text-align: center;
	background: url('/img/eye.png');	
	background-position: center;
	height: 37px;
    display: inline-block;
    padding: 15px 15px;
    border: 0;
    cursor: pointer;
}

.flex {
	flex: 1;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.inputPassword {
	box-sizing: border-box;
    display: inline-block;
	float: left;
    line-height: normal;
    margin: 0 10px 0 0;
    width: 100%;
    padding: 10px 8px;
	
	font-size: 16px;
    font-weight: 700;
	line-height: 1;
    text-transform: uppercase;
}

.shadowbox {
	padding: 1px;
	margin: 0px 10px 0px 10px;
  }

.container .row{
	padding: 5px; 
	display: inline-box;	 
	position: relative;
}

body {
	background: #333;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -0.01em;
    /* background: url('/img/bg2.webp') #333; */
    background-position: center;
    background-size: cover;
	background-attachment: fixed;
} 

.masthead {
    color: white;
    padding-top: 5rem;  
	height: 100vh;
    padding-bottom: 8rem;    
    background: url('/img/bg2.webp') #333;
    background-position: center;
    background-size: cover;
	background-attachment: fixed;
}

.index {
    width: auto;
    height: auto;
}

.notifyVehicle{
	float: right;
	width: 26px; 
	height: 26px;
	margin: 0px;
	border-radius: 0px;
	border: 0px;
	display: inline-block;
	background: url('/img/notify.png');	
    cursor: pointer;
	position: relative; 
	z-index: 10;	
}

.checkbox {
	position:absolute;
	top: 27%; 
	left: 25%; 
	font-size: 12px;	
	color: white;
	width: 100%;
}

.booknr {
	font-size: 12px;	
	color: silver;
	width: 100%;
	text-align: left;
	margin: 2px;
	padding-bottom: 3px;
}

.booknr2 {
	position:absolute;
	top: 5%; 
	left: 90%;
	font-size: 12px;	
	color: gray;
}

.cardSubtext {
	text-align: left;
	text-indent: 10%;
	font-size: 16px;	
	color: gray;
	width: 100%;

}

.info {
	font-size: 20px;	
	color:white;
	width: 100%;
	text-align: center;
	margin: 0;
}

.h6{
	font-size: 38px;
	text-align: left;
}

.welcome{
	text-shadow: white 0px 2px 3px;	
}

.welcome2{
	text-shadow: black 2px 2px 3px;	
	min-width: 300px;
}

.top-label{
	color: goldenrod;
	text-shadow: black 0px 1px 1px;	
	min-width: 300px;
	background-position: center;
    background-size: cover;
	background-color:  #333;
	padding-bottom: 10px;	
	font-size: 20px;
}

select {
	outline: 0;
	box-shadow:none;
	border-color: silver;
	background: white;
	background-image: none; 
	flex: 1;
	padding: 0 .5em;
	color:darkslategray;
	cursor:pointer;
	font-size: 16px;
	display: block;
 }

 .select {
	position: static;
	display: flex;
	height: 3em;
	line-height: 3;
	background: #5c6664;
	overflow: hidden;
	border-radius: .25em;
 }

 a.disabled {
	pointer-events: none;
	cursor: default;
	color: silver;
  }

@media (min-width: 900px) {
    .masthead h1 {
        font-size: 5vw;
		text-shadow: black 0px 0 5px;	
    }
}

.signup-button {
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 10px 20px 10px 20px;
	width: 240px;
    line-height: 1.4;
    border-radius: 20px;
    background: linear-gradient(#4d4d4d,#2f2f2f);
    border: 1px solid silver;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    color: white !important;
    font-size: 20px;
    cursor: pointer;
    /* Important part */
    position: relative;
    transition: padding-right .3s ease-out;
}


/* Using codepen button style :) */
.signin-button {
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 10px 20px 10px 20px;
	width: 240px;
    line-height: 1.4;
    background: linear-gradient(#4a6446,#253d25);
    border-radius: 20px;
    border: 1px solid silver;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
    color: white !important;
    font-size: 20px;
    cursor: pointer;
    /* Important part */
    position: relative;
    transition: padding-right .3s ease-out;
}

.signin-button.loading {
    background-color: #CCC;
    padding-right: 40px;
}

.signin-button.loading:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 6px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255,255,255,0.5);
    border-left-color: #FFF;
    border-top-color: #FFF;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
}

@keyframes spin { 
    to {
        transform: rotate(359deg);
    }
}
@keyframes grow { 
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}