body {
	font-family: Agenda, Arial, sans-serif;
	font-size: 14px;
}

body.default {
	background-color:#000000;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

p.error {
	color:yellow;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#001f5b;
}

/* NAVBAR */
.form-group > label {
	color:#e4c64a;
}

.btn{
    border:none;
	background: #be0209 !important;	
	color:#e4c64a;
}

.navbar{
	justify-content: flex-start;
}
.navbar-nav {
	height: 100%;
	padding: 1em;
	background: #FFF;
	color: #333;	
}

.navbar-dark .navbar-toggler {
	color: #FFF;
	border: none;
}
#navbarNavAltMarkup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 80%; /*example + never use min-width with this solution */
    height: 100%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}
.navbar-dark .navbar-nav .nav-link {
	color: #333;
	border-top: 1px solid #ccc;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	color: #333;
}

.navbar-text {
    position: absolute;
    width: 100%;
    left: 65px;    
    margin: auto;
    padding-top: 10px;
}

.greeting{
	margin-bottom: 2em;
}

.greeting strong {
	font-size: 2em;
}


.app-menu ul{
	list-style: none;
}
.app-menu li a {
    text-transform: uppercase;
}

.title{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.sub-title{
	text-align: center;
	color:#001f5b;
}

/* FORM */
.btn-primary {
	background-color: #470A68;
	font-weight: normal;
	font-size: 1em;
}

.frm-login fieldset{
	background-color: rgba(209,0,52,0.5);
    padding: 1em;
    color: #FFF;
    border-radius: 15px;
    margin-bottom: 10px;
}

.welcome {
	background: #f2f2f2;
}

.box span{
	float: right;
}

.box-break {
	background: #ccf2ff
}

.yellow{
	color:#ffd503;
}


.home .intro {
	position: absolute;	
	width: 50%;
	top:55%;	
	left: 10%;
	background: rgba(255,255,255,0.6);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

