﻿body {
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.uk-section-primary {
    background-color: #104ba9;
}
footer.uk-section.uk-section-primary h5{color:#fff}

ul.uk-accordion > li {
    background-color: rgba(255,255,255,.15)!important;
    color: #1d1c1c!important;
    backdrop-filter: blur(1px)!important;
    box-shadow: 0 5px 16px 0 rgba(0,0,0,.2)!important;
	padding: 15px 15px!important;
	border-radius: 10px!important;
}
.uk-accordion>:nth-child(n+2) {
    border: none!important;
}
.required_uk::after {
    content: '*';
    font-weight: bold;
    color: #e32;
    font-size: 1em!important;
}

