﻿* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

html, body {
	background-color: #f7f7f7;
}

/*.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #2C4686;
	opacity: 0.5;
}*/

a:hover {
	text-decoration: none !important;
}

.app-container {
	height: 100vh;
	/* overflow: hidden; */
}

@media only screen and (max-width: 600px) {
	.app-container {
		height: 100%;
		padding: 0px 20px;
	}

}



.bold {
	font-weight: bold !important;
}

.rw-input {
	padding-left: 5px;
	border: 3px solid rgba(0,0,0,0.1);
	border-left: 3px solid rgba(44, 70, 134, 0.5);
	height: 60px;
}

	.rw-input:focus-within {
		border-left: 3px solid rgba(44, 70, 134, 1);
	}

	.rw-input > label {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.rw-input input {
		border: none;
		width: 100%;
	}

		.rw-input input:focus {
			outline: none;
			outline-offset: 0px;
		}

#navbar {
	height: 70px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	z-index: 1;
	position: relative;
	width: 100%;
}

	#navbar .logo {
		margin-top: 5px;
		height: 60px;
	}


#navbar-info {
	font-size: 16px;
	margin-bottom: 0px;
}

.navbar-icon {
	text-align: center;
	background-color: white;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	padding-top: 7px;
	float: left;
	margin: 0px 10px;
}

#sidebar {
	height: 100%;
	margin-top: 70px;
}

#content {
	z-index: 0;
	background-color: #f7f7f7;
	padding: 40px;
	margin-top: 70px;
	height: calc(100vh - 70px);
}

.jn-coin {
	font-size: 22px;
	font-weight: bold;
	color: #FE9923
}

#sidebar a {
	color: black;
}

.nav-links {
	width: 100%;
	font-size: 18px;
}

.link-active {
	background-color: #205D90;
	color: white;
	font-weight: bold;
}


.nav-links img {
	height: 25px;
}

.rw-slider {
	margin-top: 50px;
	display: grid;
	align-items: center;
	grid-template-columns: 45px auto 45px;
	grid-column-gap: 20px;
	/* background: yellow; */
	width: 100%;
}

.rw-slides {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 25px;
}

.rw-slide {
	display: grid;
	grid-template-columns: auto;
	overflow: hidden;
	grid-template-rows: 200px 50px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.rw-slide-info {
	padding: 0px 10px;
	background-color: white;
	display: grid;
	align-items: center;
	grid-template-columns: 3fr 1fr;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


.rw-slide-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.rw-slide-info p {
	margin: 0px;
}

.rw-slide-image > img {
	width: 100%;
}

.rw-card {
	overflow: hidden;
	border-radius: 5px;
}

.rw-image-container {
	height: 200px;
	overflow: hidden;
}

.rw-image {
	width: 100%;
}

.rw-footer {
	height: 50px;
}

.full-width {
	width: 100%;
}

.company-icon {
	height: 40px;
	width: 40px;
}

.bg-red {
	background-color: #ED1B2F !important;
	color: white;
}

.bg-blue {
	background-color: #1BA9E0 !important;
	color: white;
}

.bg-dark-red {
	background-color: #DD1438;
	color: white;
}

.bg-dark-blue {
	background-color: #205D90 !important;
	color: white;
}

.bg-yellow {
	background-color: #FEED27;
	color: black;
}

.no-border {
	border: none !important;
}

.no-link {
	text-decoration: none;
	color: inherit;
}

	.no-link:hover {
		color: #FE9923;
	}

.color-dark-blue {
	color: #205D90 !important;
}

.btn-primary {
	background-color: #205D90 !important;
	border: 1px solid #205D90 !important;
}
