/* Accessibility */
@import url('screenreader.css');
/* GLOBAL VARIABLES
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, strike, strong, sub, sup, tt,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, canvas, embed,
audio, video {
    margin: 0;
    padding: 0;
}
.x-body,body {
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size:12px;
}
img, fieldset {
    border: 0;
}
img {
    vertical-align:middle;
}
p {
    margin-bottom: 10px;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
}
h1 {
    font-size: 26px;
}
h2,h3,h4,h5,h6 {
    margin-bottom: 5px;
}
h2 {
    font-size: 19px;
    padding-top: 5px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 85%;
}
a {
    color: #025FA2;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration:underline;
}
ul {
    padding: 0 0 0 20px;
}
ul.normal {
    padding: 0 10px 0 30px;
}
li {
    list-style: none;
}
ol {
    padding: 0 15px 0 30px;
}
ol li {
    list-style: decimal;
    padding-bottom: 5px;
}
select,
input[type=text],
input[type=password],
button,
textarea {
    color:#444;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight:normal;
}
.uitkmultipleselect{
    min-width:100px;
}
hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
    color: #fff;
}
hr.normal {
    margin: 10px 0;
}
.multiSelectReadonly {
    min-width:200px;
    max-height:215px;
}
