body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #222;
    margin: 0;
    padding: 0;
    background: #000;
}

body:after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(/assets/images/background.jpg);
    content: "";
    display: block;
    opacity: .2;
    background-size: cover;
}

@font-face {
    font-family: 'fa';
    font-style: normal;
    font-weight: 400;
    src: url('/components/com_enhance/assets/media/fa.eot');
    src: url('/components/com_enhance/assets/media/fa.eot?#iefix') format('embedded-opentype'), url('/components/com_enhance/assets/media/fa.woff2') format('woff2'), url('/components/com_enhance/assets/media/fa.woff') format('woff'), url('/components/com_enhance/assets/media/fa.ttf') format('truetype'), url('/components/com_enhance/assets/media/fa.svg#fontawesome') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'brand';
    font-style: normal;
    font-weight: 400;
    src: url('/components/com_enhance/assets/media/brand.eot');
    src: url('/components/com_enhance/assets/media/brand.eot?#iefix') format('embedded-opentype'), url('/components/com_enhance/assets/media/brand.woff2') format('woff2'), url('/components/com_enhance/assets/media/brand.woff') format('woff'), url('/components/com_enhance/assets/media/brand.ttf') format('truetype'), url('/components/com_enhance/assets/media/brand.svg#fontawesome') format('svg');
    font-display: swap;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

h1 {
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

/*

*/

select, input[type="text"] {
    width: 100%;
    border: 1px solid #eee;
    line-height: 38px;
    height: 40px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 20px;
    color: #999;
}

select:focus {
}

select::placeholder, input[type="text"]::placeholder {
}

.button, input[type="submit"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    text-align: center;
    color: #fff;
    background: #0f3a5f;
    border: none;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    display: block;
}

.button.red, input[type="submit"].red {
    background: #900;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label {
    padding: 0 5px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    border-radius: 10px;
    float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
}

input[type="checkbox"]:checked + label {
    background: rgba(0, 127, 0, 1);
}

input[type="radio"] + label {
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    text-align: center;
    line-height: 38px;
    position: relative;
}

input[type="radio"] + label + input[type="radio"] + label {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border-right: 1px solid #ccc;
}

input[type="radio"]:checked + label:after {
    background: rgba(0, 127, 0, .2);
    width: 36px;
    height: 36px;
    border-radius: 18px;
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    z-index: 0;
}

input[type="radio"] + label + input[type="radio"]:checked + label:after {
    left: auto;
    right: 2px;
    background: rgba(127, 0, 0, .2);
}

input[type="radio"]:checked + label + input[type="radio"]:checked + label:after {
    display: none;
}

.error-container {
    text-align: right;
    display: block;
    color: #900;
    line-height: 40px;
    margin-top: -40px;
    padding-right: 5px;
}

/*

*/

#wrapper {
    width: 640px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: relative;
}

#header {
    width: 100%;
    height: 200px;
    background: url(/assets/images/header.jpg);
    background-size: cover;
    background-position: center center;
}

#content {
    padding: 20px;
    padding-top: 60px;
}

/*

*/

#wrapper > p {
    text-align: center;
    line-height: 40px;
}

#content > b {
    color: #900;
    margin-bottom: 20px;
    display: block;
}

fieldset {
    margin: 0 auto;
    padding: 0;
    display: block;
    border: none;
    margin-bottom: 20px;
    max-width: 320px;
}

fieldset > label:first-child {
    display: block;
}

#wrapper > ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
}

#wrapper > ul li {
    border-left: 1px solid #eee;
    display: inline-block;
    margin: 0;
}

#wrapper > ul li a {
    color: #999;
    display: block;
    padding: 10px 10px;
    line-height: 20px;
}

#wrapper > ul li:last-child {
    border-right: 1px solid #eee;
}

/*

*/

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

.grid .list-item {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    color: #999;
    overflow: hidden;
}

.grid .list-item.inactive {
    opacity: .7;
}

.grid .list-item b {
    width: 40%;
    float: left;
}

.grid .list-item i {
    width: 20%;
    float: left;
}

.grid .list-item b:last-child {
    text-align: right;
}

/*

*/

.calendar {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background: #fff;
    overflow:hidden
}

.calendar .action-holder {
    display: none;
}

.calendar .calendar-holder.month h3 {
    position: relative;
    line-height: 30px;
    height: 40px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    color:#222
}

.calendar .calendar-holder.month h3 span + span {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.calendar .calendar-holder.month h3 .previous, .calendar .calendar-holder.month h3 .next {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 30px;
    color: #eee;
    font-size: 12px;
}

.calendar .calendar-holder.month h3 .next {
    left: auto;
    right: 10px;
}

.calendar .calendar-holder.month .header {
    margin: 20px 10px;
}

.calendar .calendar-holder.month .header h4 {
    float: left;
    width: 14.28%;
    clear: none;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.calendar .calendar-holder.month .date {
    overflow: hidden;
    margin: 0 10px;
    margin-top: 20px;
    clear: both;
}

.calendar .calendar-holder.month .date .day {
    float: left;
    width: 14.28%;
    height: 40px;
    box-sizing: border-box;
    border-top: 0;
    border-left:0
}

.calendar .calendar-holder.month .date .day.inactive h4 {
    color:#999
}

.calendar .calendar-holder.month .date .day.inactive h4 {
    color:#eee
}

.calendar .calendar-holder.month .date .day h4 {
    line-height: 40px;
    margin:0;
    text-align: center;
}

.calendar .calendar-holder.month .date .day.current h4 {
    border-radius: 50%;
    background: #eee;
    color: #222;
}

.calendar .calendar-holder.month .date .day.range h4 {
    background: #33f;
    border-radius: 50%;
    color: #fff;
}