@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

.layout-content {
	padding: 1em;
}

.content-wrapper {
    margin-bottom: 120px !important;
}

.bg-bluepark-blue {
	background-color: #1d5aaa !important;
}

.bg-bluepark-orange {
	background-color: #ff6600 !important;
}

.bg-white-alpha-25 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-white-alpha-50 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-alpha-75 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-alpha-90 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-black-alpha-25 {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-black-alpha-50 {
    background-color: rgba(0, 0, 0, 0.50) !important;
}

.bg-black-alpha-75 {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.width-1 {
    width: 1%;
}

.width-100 {
    width: 100%;
}

.text-small {
    font-size: small;
}

.welcome-box {
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
/*    color: #005ec7;
    background: linear-gradient(90deg, rgba(226,226,226,0) 0%, rgba(226,226,226,0.40) 50%, rgba(226,226,226,0) 100%);*/
    color: white;
    background: #1d5aaa;
    /*text-transform: uppercase;*/
    border-radius: 5px;
}

.card-shadow {
    box-shadow: 0px 0px 10px #DDD;
}
