﻿html {
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
	background-color: #efefef;
}

.modal {
	z-index: 9999;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

header {
	box-shadow: rgb(0 0 0 / 30%) 0px -15px 30px, rgb(0 0 0 / 14%) 0px 15px 12px;
	box-sizing: border-box;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #fff;
}

a.navbar-brand,
a.nav-link {
	font-weight: 600;
	padding: 10px 20px;
	min-width: 70px;
	text-align: center;
	border-radius: 5px;
	font-size: 1.1rem;
	color: #000;
}

	a.navbar-brand:hover,
	a.nav-link:hover {
		color: #a3ca26 !important;
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		-moz-transition: all .5s ease;
	}

.lang-flag {
	height: 40px;
}

#forgot-password {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.file-preview {
	height: 75px;
}

.copyToClipboard:hover {
	cursor: pointer;
}

.dropzone .dz-message .dz-button {
	color: #C80000 !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
}

/****************	BREADCRUMB		*******************/
.breadcrumb {
	width: 100%;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}
	.breadcrumb .breadcrumb-item a {
		text-decoration: none;
	}

	.breadcrumb .breadcrumb-item a:hover {
		font-weight: 400;
		color: #a3ca26 !important;
	}
