<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img { max-width:100%; }

.font-weight-bold { font-weight:bold; }
.font-weight-normal { font-weight:normal; }

.display-block { display:block; }
.display-inline { display:inline; }
.display-inline-block { display:inline-block; }
.display-none, .javascript-required { display:none; }

.overflow-visible { overflow:visible; }
.overflow-hidden { overflow:hidden; }
.overflow-auto { overflow:auto; }
.overflow-scroll { overflow:scroll; }

.nowrap { white-space:nowrap; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }

.position-relative { position:relative; }
.position-absolute { position:absolute; }
.position-fixed { position:fixed; }
.position-static { position:static; }

.cursor-default { cursor:default; }
.cursor-none { cursor:none; }
.cursor-pointer { cursor:pointer; }
.cursor-help { cursor:help; }
.cursor-crosshair { cursor:crosshair; }
.cursor-not-allowed { cursor:not-allowed; }
.cursor-zoom-in { cursor:zoom-in; }
.cursor-zoom-out { cursor:zoom-out; }

.cycle-slideshow .slideshow-image { position:absolute; }
.cycle-slideshow .slideshow-image:first-child { position:static; }
.cycle-slideshow .slideshow-image img { display:block; width:100%; }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* messages */
p.message {
    margin-top:20px;
}
.message {
    padding:10px 10px 10px 34px;
    background:no-repeat 10px 13px;
}
.message,
.message a,
.message a:hover {
    color:#FFF;
}
.message a {
    text-decoration:underline;
}
.message a:hover {
    text-decoration:none;
}
.message,
.message.notice {
    background-color:#452344;
    background-image:url('../images/info.png');
}
.message.time {
    background-image:url('../images/clock.png');
}
.message.good {
    background-color:#4A9B18;
    background-image:url('../images/accept_green.png');
}
.message.validation,
.message.bad,
.message.stop,
.message.required {
    background-color:#9E1919;
}
.message.bad,
.message.required,
.message.validation {
    background-image:url('../images/stop_round.png');
}
.message.stop {
    background-image:url('../images/minus_round.png');
}
.message.warning {
    background-color:#EB9316;
    background-image:url('../images/dialog-warning.png');
}
/* invert the above for inline form field messages */
form .field .message,
.message.inverted {
    background-color:none;
    display:block;
    background-position:5px 8px;
    padding:5px 10px 5px 26px;
    background-color:transparent;
}
form .field .message,
form .field .message.notice,
form .field .message.notice a,
form .field .message.notice a:hover,
.message.inverted,
.message.inverted.notice,
.message.inverted.notice a,
.message.inverted.notice a:hover {
    color:#3D549E;
}
form .field .message.good,
form .field .message.good a,
form .field .message.good a:hover,
.message.inverted.good,
.message.inverted.good a,
.message.inverted.good a:hover {
    color:#4A9B18;
}
form .field .message.bad,
form .field .message.bad a,
form .field .message.bad a:hover,
form .field .message.stop, 
form .field .message.stop a,
form .field .message.stop a:hover,
form .field .message.required,
form .field .message.required a,
form .field .message.required a:hover,
form .field .message.validation,
form .field .message.validation a,
form .field .message.validation a:hover,
.message.inverted.bad,
.message.inverted.bad a,
.message.inverted.bad a:hover,
.message.inverted.stop,
.message.inverted.stop a,
.message.inverted.stop a:hover,
.message.inverted.required,
.message.inverted.required a,
.message.inverted.required a:hover,
.message.inverted.validation,
.message.inverted.validation a,
.message.inverted.validation a:hover {
    color:#9E1919;
}


/* #EB9316 */

.grey-box {
    background:rgba(0,0,0,0.10);
}

.icon-download,
.icon-pdf,
.icon-date {
    padding-left:22px;
}
.icon-download {
    background:url('../images/icon-download.png') left 3px no-repeat;
}
.icon-pdf {
    background:url('../images/icon-pdf.png') left 3px no-repeat;
}
.icon-date {
    background:url('../images/icon-date.png') left 3px no-repeat;
}

ul.nav-tabs {
    border-bottom-color:#BBB;
}
ul.nav-tabs li {
    margin-bottom:0;
    margin-right:3px;
}
ul.nav-tabs li a,
ul.nav-tabs li a:hover,
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover {
    border: 1px solid #BBB;
    border-bottom-color:transparent;
}
ul.nav-tabs li a {
    color:#777;
    background:#DDD;
}
ul.nav-tabs li a:hover {
    color:#999;
    background:#E2E2E2;
}
</pre></body></html>