#content 
{
	height: 100%;
	left: 0;
	width: 100%;
}

form input[type="text"], 
form input[type="email"], 
form textarea, 
form select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	padding: 6px 5px;
	
	border: 1px solid #d9d9d9;
}
select option {
	padding: 5px;
}

form textarea {
	height: 100px;
}

form select {
	height: 32px;
	padding: 3px 10px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background: transparent none repeat scroll 0 0;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img, .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
.container {
    width: 750px;
}
}
@media (min-width: 992px) {
.container {
    width: 970px;
}
}
@media (min-width: 1230px) {
.container {
    width: 1200px;
}
}

.row {
    margin-left: -9px;
    margin-right: -9px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-4 {
    width: 33.3333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.6667%;
}
.col-xs-pull-10 {
    right: 83.3333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.6667%;
}
.col-xs-pull-7 {
    right: 58.3333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.6667%;
}
.col-xs-pull-4 {
    right: 33.3333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.6667%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.6667%;
}
.col-xs-push-10 {
    left: 83.3333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.6667%;
}
.col-xs-push-7 {
    left: 58.3333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.6667%;
}
.col-xs-push-4 {
    left: 33.3333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.6667%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.6667%;
}
.col-xs-offset-10 {
    margin-left: 83.3333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.6667%;
}
.col-xs-offset-7 {
    margin-left: 58.3333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.6667%;
}
.col-xs-offset-4 {
    margin-left: 33.3333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.6667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.6667%;
}
.col-sm-10 {
    width: 83.3333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.6667%;
}
.col-sm-7 {
    width: 58.3333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.6667%;
}
.col-sm-4 {
    width: 33.3333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.6667%;
}
.col-sm-1 {
    width: 8.33333%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-pull-11 {
    right: 91.6667%;
}
.col-sm-pull-10 {
    right: 83.3333%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-8 {
    right: 66.6667%;
}
.col-sm-pull-7 {
    right: 58.3333%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-5 {
    right: 41.6667%;
}
.col-sm-pull-4 {
    right: 33.3333%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-2 {
    right: 16.6667%;
}
.col-sm-pull-1 {
    right: 8.33333%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-push-11 {
    left: 91.6667%;
}
.col-sm-push-10 {
    left: 83.3333%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-8 {
    left: 66.6667%;
}
.col-sm-push-7 {
    left: 58.3333%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-5 {
    left: 41.6667%;
}
.col-sm-push-4 {
    left: 33.3333%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-2 {
    left: 16.6667%;
}
.col-sm-push-1 {
    left: 8.33333%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.6667%;
}
.col-sm-offset-10 {
    margin-left: 83.3333%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.6667%;
}
.col-sm-offset-7 {
    margin-left: 58.3333%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.6667%;
}
.col-sm-offset-4 {
    margin-left: 33.3333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.6667%;
}
.col-sm-offset-1 {
    margin-left: 8.33333%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-1 {
    width: 8.33333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.6667%;
}
.col-md-pull-10 {
    right: 83.3333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.6667%;
}
.col-md-pull-7 {
    right: 58.3333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.6667%;
}
.col-md-pull-4 {
    right: 33.3333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.6667%;
}
.col-md-pull-1 {
    right: 8.33333%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.6667%;
}
.col-md-push-10 {
    left: 83.3333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.6667%;
}
.col-md-push-7 {
    left: 58.3333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.6667%;
}
.col-md-push-4 {
    left: 33.3333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.6667%;
}
.col-md-push-1 {
    left: 8.33333%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.6667%;
}
.col-md-offset-10 {
    margin-left: 83.3333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.6667%;
}
.col-md-offset-7 {
    margin-left: 58.3333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.6667%;
}
.col-md-offset-4 {
    margin-left: 33.3333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.6667%;
}
.col-md-offset-1 {
    margin-left: 8.33333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
}
@media (min-width: 1230px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.6667%;
}
.col-lg-10 {
    width: 83.3333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.6667%;
}
.col-lg-7 {
    width: 58.3333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.6667%;
}
.col-lg-4 {
    width: 33.3333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.6667%;
}
.col-lg-1 {
    width: 8.33333%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-pull-11 {
    right: 91.6667%;
}
.col-lg-pull-10 {
    right: 83.3333%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-8 {
    right: 66.6667%;
}
.col-lg-pull-7 {
    right: 58.3333%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-5 {
    right: 41.6667%;
}
.col-lg-pull-4 {
    right: 33.3333%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-2 {
    right: 16.6667%;
}
.col-lg-pull-1 {
    right: 8.33333%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-push-11 {
    left: 91.6667%;
}
.col-lg-push-10 {
    left: 83.3333%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-8 {
    left: 66.6667%;
}
.col-lg-push-7 {
    left: 58.3333%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-5 {
    left: 41.6667%;
}
.col-lg-push-4 {
    left: 33.3333%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-2 {
    left: 16.6667%;
}
.col-lg-push-1 {
    left: 8.33333%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
.col-lg-offset-11 {
    margin-left: 91.6667%;
}
.col-lg-offset-10 {
    margin-left: 83.3333%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-8 {
    margin-left: 66.6667%;
}
.col-lg-offset-7 {
    margin-left: 58.3333%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-5 {
    margin-left: 41.6667%;
}
.col-lg-offset-4 {
    margin-left: 33.3333%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-2 {
    margin-left: 16.6667%;
}
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
.col-lg-offset-0 {
    margin-left: 0;
}
}
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after {
    content: " ";
    display: table;
}
.clearfix {
}
.clearfix::after, .container::after, .container-fluid::after, .row::after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
}
.rad-popup {
    background: #60064e none repeat scroll 0 0;
    color: white;
    font-size: 1.15em;
    padding: 5px 0;
    text-align: center;
}
.rad-responsive tr td {
    padding: 10px 0;
    vertical-align: middle;
}
.rad-responsive tr {
    border-bottom: 1px dotted #b4b4b4;
}
.rad-responsive tr td:nth-child(1) {
    padding-left: 10px;
}
.rad-responsive {
    margin-bottom: 30px;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix::before, .ui-helper-clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix::after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    min-height: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    position: relative;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 1em 2.2em;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -1e+7px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 17em;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0.2em;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 21px;
}
.ui-dialog .ui-dialog-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 2px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu-item:hover {
}
.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px -2px;
}
.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 2px 0.4em;
    text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
}
.ui-menu .ui-state-disabled {
    font-weight: normal;
    line-height: 1.5;
    margin: 0.4em 0 0.2em;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    padding-left: 2em;
    position: relative;
}
.ui-menu .ui-icon {
    left: 0.2em;
    position: absolute;
    top: 0.2em;
}
.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}
.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
    height: 100%;
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    display: block;
    font-size: 0.1em;
    position: absolute;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}
.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.ui-spinner-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    margin: 0.2em 22px 0.2em 0.4em;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: 0.5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
.ui-spinner a.ui-spinner-button {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
}
.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    padding: 0.2em;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: outside none none;
    margin: 1px 0.2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #ffffff none repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
}
.ui-widget-content a {
    color: #000;
}
.ui-widget-header {
    background: #cccccc none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:hover {
    background-color: #cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus a:focus {
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    color: #212121;
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbf9ee none repeat scroll 0 0;
    border: 1px solid #fcefa1;
    color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fef1ec none repeat scroll 0 0;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-state-disabled .ui-icon {
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
}
.ui-widget-header .ui-icon {
}
.ui-state-default .ui-icon {
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
}
.ui-state-active .ui-icon {
}
.ui-state-highlight .ui-icon {
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #aaaaaa none repeat-x scroll 50% 50%;
    opacity: 0.3;
}
.ui-widget-shadow {
    background: #aaaaaa none repeat-x scroll 50% 50%;
    border-radius: 8px;
    margin: -8px 0 0 -8px;
    opacity: 0.3;
    padding: 8px;
}
.currentDomainCSS {
    background: #d3d3d3 none repeat-x scroll 50% 50%;
}
.serachTextBoxMiddle {
    height: 18px;
    margin-left: 220px;
    right: 44px;
    width: 140px;
}
.serachButtonMiddle {
    left: 363px;
    position: absolute;
    top: 53px !important;
}
.centerText {
    margin-left: 195px;
}
.centerText1 {
    margin: 0 auto;
    width: 180px;
}
.ui-menu {
    max-width: 300px !important;
    min-width: 180px !important;
}
.ui-menu a {
    background-color: #ffffff;
    height: 20px;
    margin-bottom: 1px;
    position: relative;
    top: 0;
    width: 100%;
}
.ui-menu a:hover {
    height: 20px;
    margin-bottom: 1px;
    position: relative;
    top: 0;
    width: 100%;
}
.ui-menu .ui-menu-item {
    padding: 0 !important;
    width: 96% !important;
}

#MainWrapper {
    margin: 0 auto;
}
body {
    background-color: #FFFFFF;
    color: #575452 ;
    font-family: "Avenir Next LT W04 Regu1437496";
    font-size: 0.813em;
    line-height: 1.45em;
}
a {
    color: #159ee4;
    text-decoration: none;
}
a:hover {
    color: #159ee4;
    text-decoration: none;
}
a:focus, a:active {
    border: medium none;
    outline: 0 none;
}
.hide {
    display: none;
}
.invisible {
    height: 1px;
    left: -1e+7px;
    overflow: hidden;
    position: absolute;
    top: auto;
    visibility: visible;
    width: 1px;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    outline-style: none;
    outline-width: 0;
    width: auto;
}
sup {
    font-size: smaller;
    font-weight: bold;
}
sub {
    margin: 2px 0;
    padding: 2px 0;
}
ul {
    list-style: outside none none;
}
ol {
    list-style-image: none;
    list-style-position: outside;
    padding-left: 30px;
}
ol li {
    margin-bottom: 10px;
}
hr {
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 5px 0;
}
:active {
    outline-style: none;
    outline-width: 0;
}
* {
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 23px;
}
h1 {
    color: #575452;
    font-family: Avenir Next LT W04 Bold;
    font-size: 2.143em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 31px;
}
h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0 0 20px;
}
h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 10px;
}
p#sectionheader {
    font-size: 1.6em;
    line-height: 1.2em;
}
.rad-introtext {
    font-size: 1.143em;
    margin-bottom: 33px;
}
.contentwrapperinner a {
    color: #2d0027;
    text-decoration: underline;
}
.tab-content-table a:hover {
    text-decoration: underline !important;
}
.contentwrapperinner .three-box a {
    color: white;
    display: inline-block;
    text-decoration: underline;
}
.contentwrapperinner .reportTable a {
    text-decoration: none;
}
.pad-left-none {
    padding-left: 0 !important;
}
.rad-highlight {
    color: #2e0027;
    font-family: "Frutiger-Bold";
    font-size: 1.538em;
    margin-bottom: 17px;
}
.rad-left {
    float: left;
}
img.rad-left {
    float: left;
    margin: 0 10px 10px 0;
}
#error-page #leftcol {
    display: none;
}
#headerwrapper {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
}
#headerlinks {
    float: right;
    margin-top: 18px;
    min-height: 50px;
}
#headerlinks a:hover {
    text-decoration: none;
}
#headerlinks ul.tp-nav-links > li {
    float: left;
    line-height: 24px;
    margin-right: 20px;
}
#headerlinks ul li.selected, #headerlinks ul li.current {
    font-weight: bold;
}
#headerlinks ul li.last {
    padding-right: 0;
}
#searchcontainer {
    clear: both;
    float: right;
    height: 25px;
    margin: 10px 0 0;
    overflow: hidden;
}
#searchTextboxContainer {
    float: left;
}
#searchTextboxContainer input {
    height: 23px;
    width: 140px;
}
#SearchButtonContainer {
    float: left;
}
#SearchButtonContainer input {
    height: 24px;
    width: 44px;
}

.topNavWrapper, #toplinks {
    float: none;
}
.topNavWrapper::after, #toplinks::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.ie7-clear {
    clear: both;
    display: block;
}
#langSwitcher {
    color: #444444;
    float: right;
    margin-top: 21px;
}
#langSwitcher > ul > li.last {
    border-right: 1px solid #643c5e;
    padding-right: 20px;
}
#langSwitcher li.currentLang:hover .select-language {
}
#langSwitcher li.currentLang ul li.last {
    padding-right: 0;
}
#langSwitcher li.currentLang {
    color: #99313d;
    padding: 0 44px 0 0;
    position: relative;
    text-transform: uppercase;
}

#langSwitcher li.currentLang.open span.arrow {
    background-position: 0 -137px;
}
#logo {
    float: left;
    margin-right: 30px;
}
.topNavWrapper {
    margin: 0 auto;
    max-width: 1380px;
    padding: 0 12px;
}
#toplinks #toplinksInner {
    padding: 0 9px;
}
#logo a {
    color: #222222;
    font-family: "Frutiger-Black";
    font-size: 3em;
    line-height: 35px;
    text-decoration: none !important;
}
#topnavigation {
    float: left;
    font-family: "Frutiger Next",sans-serif;
    font-size: 1.4em;
    padding-top: 4px;
    position: relative;
    width: 100%;
}
#topnavigation li {
    float: left;
    margin-bottom: -5px;
    margin-right: 30px;
    position: relative;
    z-index: 10;
}
#topnavigation li.last {
    margin-right: 0;
}
#topnavigation li span {
    color: #444444;
}
#topnavigation li.level1.selected > a span, #topnavigation li.level1.current > a span {
    color: #99313d;
}
#ir #ir-section > a, .ip3-investor-relations #ir-section > a, .ip3-media-center #media-center-section > a {
    font-weight: bold;
}
#topnavigation li a:focus {
    text-decoration: none;
}
#topnavigation li ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    font-size: 0.9em;
    left: 0;
    padding: 12px 0;
    position: absolute;
    top: 100%;
    width: 222px;
}
#topnavigation li.level1:hover ul {
    display: block;
}
#topnavigation > ul > li.haschildren ul {
    border: 1px solid #ebeae6;
}
#topnavigation li ul li.level2 {
    margin: 0;
    padding: 12px 22px;
    width: 100%;
}
#topnavigation li ul li.level2.first {
    padding-top: 24px;
}
#topnavigation li ul li.level2.last {
    padding-bottom: 24px;
}
#topnavigation li ul a, #topnavigation li ul span {
    color: #444444;
}
#topnavigation li.level1 > a, #topnavigation li.level1 > a {
    display: block;
    padding: 12px 0;
}

#topnavigation > ul > li {
    height: 50px;
}
.data-slider {
    padding: 0 10px;
}
#leftcol {
    padding-top: 40px;
}

#breadcrumb {
    margin: 0 0 10px;
}
.ip3search_highlight {
    font-weight: bold;
}
.sitesearchpagination {
    padding-top: 10px;
}
.sitesearchpagination ul li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
table.searchTable {
    width: 100%;
    word-break: break-all;
}
table.searchTable tbody tr th {
    height: 22px;
    text-align: left;
}
#tabs.sectionTabs {
    float: left;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}
#tabs.sectionTabs ul {
    border-bottom: 1px solid #000;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#tabs.sectionTabs li {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
    margin: 0;
    padding: 0;
}
#tabs.sectionTabs li.lastLI {
    border-right: 1px solid #000;
}
#tabs.sectionTabs li a span {
    display: block;
    text-align: center;
}
#tabs.sectionTabs li a {
    background-color: #ccc;
    display: block;
    padding: 10px;
    text-align: center;
}
#tabs.sectionTabs li.current a, #tabs.sectionTabs li a:hover {
    background-color: #fff;
}
#tabsDD {
    font-size: 1em;
    height: 35px;
    width: 180px;
}


#sitemapcontainer li {
    font-weight: bold;
    margin: 15px 0 20px;
    padding: 0 0 0 10px;
}
#sitemapcontainer li a {
    display: block;
    padding: 3px;
}

#sitemapcontainer li ul li a {
    padding: 0 0 0 3px;
}

#sitemapcontainer li ul li ul li {
    margin-left: 16px;
    padding-left: 10px;
}

#footerlinks ul li {
    border-right: 1px solid #0000ff;
    float: left;
    padding: 0 5px;
}
#footerSitemap {
    float: left;
}
#footerSitemap a {
    color: #2d0027;
}
#footerSitemap li {
    font-family: Frutiger-Light;
}
#footerSitemap > .linkListDiv {
    float: left;
    width: 25%;
}
#footerSitemap > .linkListDiv li:first-child {
    font-weight: bold;
    margin-bottom: 2em;
}
#footerSitemap > .linkListDiv li {
    color: #9d9da1;
    margin-bottom: 1em;
    padding-right: 10px;
}
#footerwrapper .footerBottom {
    clear: both;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}
#footerwrapper .footerBottom .footerBottomInner {
    color: #6b4f68;
    font-family: Frutiger-Light;
    font-size: 0.875em;
    padding: 30px 5px 23px 10px;
    width: 100%;
}
#footerContact {
    color: #2d0027;
    font-family: Frutiger-Light;
}
#footerContact td {
    border-bottom: 0 none;
}
#footerContact a {
    color: #2d0027;
    text-decoration: underline;
}
#footerContact table {
    width: 100%;
}
.footerBottomInner .footerLeftLinks {
    float: left;
}
.footerBottomInner .footerLeftLinks p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.97rem;
    margin: 0;
}
.footerBottomInner .footerRightLinks span {
    float: right;
    margin-right: 16px;
    padding-top: 14px;
}
.footerBottomInner .footerRightLinks ul {
    float: right;
    margin-right: 10px;
}
.footerBottomInner .footerRightLinks ul li, .mob-footer-links ul li {
    display: inline-block;
    margin-left: 15px;
}
.mob-footer-links ul li:nth-child(2) {
    margin: 0 16px;
}
.footerBottomInner .footerRightLinks ul li.last {
    margin-right: 0;
}
.footerBottomInner .footerRightLinks ul li a.facebook-link, .mob-footer-links ul li a.facebook-link {
    background: rgba(0, 0, 0, 0) url("../media/common-sprites.png") repeat scroll 0 -184px;
}
.footerBottomInner .footerRightLinks ul li a.twitter-link, .mob-footer-links ul li a.twitter-link {
    background: rgba(0, 0, 0, 0) url("../media/common-sprites.png") repeat scroll -44px -184px;
}
.footerBottomInner .footerRightLinks ul li a.youtube-link, .mob-footer-links ul li a.youtube-link {
    background: rgba(0, 0, 0, 0) url("../media/common-sprites.png") repeat scroll -88px -184px;
}
.creditContent {
    float: left;
    padding-top: 12px;
    width: 100%;
}
.footerUpper {
    padding-bottom: 27px;
}
.footerBottom .footer-nav-links a {
    color: #fff;
    font-size: 0.999rem;
}
.footerRightLinks {
    float: right;
}
#bannerwrapper {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}
#bannerwrapper .sliderbanner {
    float: left;
    position: relative;
    width: 100%;
}
#bannerwrapperinner > .bx-wrapper {
    position: relative;
}
.banneritem {
    position: relative;
}
.banneritem .bannertext {
    bottom: 20px;
    left: 20px;
    position: absolute;
}
.nojs .banneritem {
    display: none;
}
.nojs .banneritem.banner1 {
    display: block;
}
#bannerwrapper .bx-controls .bx-pager {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
#bannerwrapper .bx-controls .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%;
}
#bannerwrapper .bx-controls-direction a {
    float: left;
    padding: 0 10px;
}
#bannerwrapper .bx-controls-direction a.disabled {
    display: none;
}
#bannerwrapper .bx-controls-direction .bx-next {
    float: right;
}
#bannerwrapper .bx-controls-direction, #bannerwrapper .bx-pager {
    clear: both;
    float: left;
}
#bannerwrapper .bx-pager div {
    margin: 0 0 0 10px;
}
#bannerwrapper .bx-pager div {
    float: left;
}
#bannerContainer img {
    width: 100%;
}
#contentwrapper {
    clear: both;
    margin: 0 auto;
    max-width: 1440px;
    padding-bottom: 33px;
}
#twocolright {
    font-size: 1.077em;
    padding-top: 33px;
}
table.reportTable {
    background: #ffffff none repeat scroll 0 0;
    border-collapse: collapse;
    line-height: 1.75em;
    text-align: left;
    width: 100%;
}
table.reportTable thead tr {
    background-color: #aa1937;
    color: #ffffff;
}
table.reportTable td.cAlign, table.reportTable th.cAlign {
    text-align: center;
}
table.reportTable td.cAlign a {
    display: inline-block;
    vertical-align: middle;
}
table.reportTable thead th {
    font-family: "Frutiger-Bold";
    font-size: 1.143em;
    font-weight: normal;
    text-align: left;
}
table.reportTable thead th {
    padding: 0 12px 0 0;
}
table.reportTable thead th.cAlign {
    padding-right: 0;
}
table.reportTable thead th:last-child {
    padding-right: 0;
}
table.reportTable thead th:first-child {
    padding-left: 20px;
}
table.reportTable tbody tr td:first-child {
    padding-left: 20px;
}
table.reportTable tbody th:first-child {
    padding-left: 20px;
    text-align: left;
}
table.reportTable tbody th, table.reportTable tbody td {
    padding: 5px 20px 5px 0;
}
table.reportTable td.cAlign {
    padding-right: 0;
}
table.reportTable tbody tr {
    border-bottom: 1px dotted #b4b4b4;
}
table.reportTable tbody tr.noBorder {
    border-bottom: 0 none;
}
table.reportTable tbody tr.noDate .reportDate {
    font-size: 0;
}
table.reportTable .reportTitle {
    width: 26%;
}
table.reportTable .reportDate {
    width: 20%;
}
.yearTabsWrapper {
    padding-bottom: 21px;
}
.yearTabsWrapper ul {
    font-family: Frutiger-Bold;
    font-size: 1.05em;
}
.yearTabsWrapper ul::after, #toplinks::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.yearTabsWrapper li {
    border: 1px solid #dedede;
    float: left;
}
.yearTabsWrapper li > span, .yearTabsWrapper li > a {
    background: #fff none repeat scroll 0 0;
    color: #333333;
    display: block;
    position: relative;
    text-decoration: none;
}
.contentwrapperinner .yearTabsWrapper li > a {
    height: 100%;
    text-decoration: none;
}
.yearTabsWrapper li.current > span, .yearTabsWrapper li:hover > a {
    color: #60064e;
}
.rep-and-pres .yearTabsWrapper li > span, .rep-and-pres .yearTabsWrapper li > a {
    padding: 26px 40px;
}
.rep-tab.yearTabsWrapper li > span, .rep-tab.yearTabsWrapper li > a {
    padding: 26px 0;
    text-align: center;
}
.rep-tab.yearTabsWrapper li {
    width: 33.33%;
}
.yearTabsWrapper li.current > span::before, .yearTabsWrapper li:hover > a::before {
    background: #610254 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}
.tab-menu.yearTabsWrapper li > span, .tab-menu.yearTabsWrapper li > a {
    padding-top: 20px;
    text-align: center;
}
.tab-menu.yearTabsWrapper li.current > span, .tab-menu.yearTabsWrapper li:hover > a {
    height: 100%;
}
.langYearDdWrapper {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
.langYearDdWrapper .langSwitcher {
    float: right;
    margin-right: 20px;
    position: relative;
}
.langYearDdWrapper .langSwitcher .currLang {
    background: #60064e none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 7px 23px 7px 9px;
    position: relative;
}
.langYearDdWrapper .langSwitcher .currLang::after, .langYearDdWrapper .yearSwicher .currentYear::after {
    background: rgba(0, 0, 0, 0) url("../media/common-sprites.png") no-repeat scroll 0 -130px;
    content: "";
    display: block;
    height: 7px;
    margin-top: -3px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
}
.langYearDdWrapper .langSwitcher .currLang.open::after, .langYearDdWrapper .yearSwicher .currentYear.open::after {
    background-position: 0 -137px;
}
.langYearDdWrapper .langSwitcher ul {
    background-color: white;
    border: 1px solid #ccc;
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
}
.langYearDdWrapper .langSwitcher ul#lang-section-Homepage-level4 a, .langYearDdWrapper .langSwitcher ul#lang-section-Homepage-level4 li > span {
    color: #9d9da1;
    display: block;
    padding: 7px 9px;
    text-decoration: none;
}
.langYearDdWrapper .langSwitcher ul#lang-section-Homepage-level4 a:hover, .langYearDdWrapper .langSwitcher ul#lang-section-Homepage-level4 li > span {
    background-color: #eee;
    color: #9d9da1;
}
.langYearDdWrapper .yearSwicher {
    float: right;
    position: relative;
}
.langYearDdWrapper .yearSwicher .currentYear {
    background: #60064e none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 7px 30px 7px 12px;
    position: relative;
}
.langYearDdWrapper .yearSwicher ul {
    background-color: white;
    border: 1px solid #ccc;
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
}
.langYearDdWrapper .yearSwicher ul#tabs-section-Homepage-level3 a, .langYearDdWrapper .yearSwicher ul#tabs-section-Homepage-level3 li > span {
    color: #9d9da1;
    display: block;
    padding: 7px 30px 7px 12px;
    text-decoration: none;
}
.langYearDdWrapper .yearSwicher ul#tabs-section-Homepage-level3 a:hover, .langYearDdWrapper .yearSwicher ul#tabs-section-Homepage-level3 li > span {
    background-color: #eee;
    color: #9d9da1;
}
#DisclaimerAcceptButton {
    background-color: #e45605;
    border-color: #e45605;
    border-style: solid;
    border-width: 0.15em;
    color: #ffffff;
    font-family: "Frutiger-Bold";
    font-size: 0.923em;
    line-height: 0.875em;
    padding: 0.8em;
    text-decoration: none;
}
#DisclaimerAcceptButton:hover {
    background-color: #b24304;
    border-color: #b24304;
}
#DisclaimerDeclineButton {
    background-color: #2d0027;
    border-color: #2d0027;
    border-style: solid;
    border-width: 0.15em;
    color: #ffffff;
    font-family: "Frutiger-Bold";
    font-size: 0.923em;
    line-height: 0.875em;
    margin-right: 10px;
    padding: 0.8em;
    text-decoration: none;
}
#DisclaimerDeclineButton:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
#DisclaimerDDLCountry {
    margin-bottom: 20px;
}
#DisclaimerMainContainer {
    padding: 33px 0;
}
#DisclaimerButtonContainer {
    clear: both;
}
#contactsWrapper .imageWrapper {
    float: left;
    margin-bottom: 17px;
    width: 100%;
}
#contactsWrapper .contactInfoWrapper .contactName {
    color: #5d1049;
    font-size: 1.15em;
    margin-bottom: 4px;
}
#contactsWrapper .contactInfoWrapper .contactDesignation {
    font-size: 1em;
    margin-bottom: 0;
    padding-right: 5px;
}
#irBoxesWrapper {
    padding-top: 30px;
}
#irBoxesWrapper .boxHeader {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px rgb(228, 228, 228);
}
#irBoxesWrapper .boxHeaderInner {
    color: #5f114d;
    display: table-cell;
    font-size: 1.231em;
    height: 72px;
    line-height: 1.846em;
    padding: 0 20px;
    vertical-align: middle;
}
#irBoxesWrapper .boxItemContainer.last {
    border-bottom: 0 none;
}
#irBoxesWrapper .boxItemsWrapper p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}
#irBoxesWrapper .boxItemsWrapper .boxItemLink, #irBoxesWrapper .boxItemsWrapper .boxItemLink2 {
    color: #ffffff;
    display: table-cell;
    line-height: 1.544em;
    padding: 14px 45px 14px 21px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
#irBoxesWrapper .adHoc .boxItemContainer {
    border-bottom: 1px solid #7f0c24;
    display: table;
    width: 100%;
}
#irBoxesWrapper .adHoc .boxItemContainer .boxItemLink {
    background-color: #aa1937;
    border-color: #5d1049;
}
#irBoxesWrapper .adHoc .boxItemContainer .boxItemLink:hover {
    background-color: #BD7D85;
    border-color: #310927;
}
#irBoxesWrapper .boxItemsWrapper .boxItemLink::after {
    background-image: url("../media/common-sprites.png");
    background-position: 0 -262px;
    content: "";
    display: block;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 24px;
}
#irBoxesWrapper .boxItemsWrapper .boxItemLink2::after {
    background-image: url("../media/common-sprites.png");
    background-position: 0 -262px;
    content: "";
    display: block;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 24px;
}
#irBoxesWrapper .boxItemsWrapper p.date {
    font-size: 1.231em;
    margin-bottom: 10px;
}
#irBoxesWrapper .boxItemsWrapper p.text {
    height: auto;
    line-height: 20px;
}
#irBoxesWrapper .boxLinkWrapper {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px rgb(228, 228, 228);
    display: table;
    position: relative;
    width: 100%;
}
#irBoxesWrapper .boxLinkWrapper a {
    color: #5f114d;
    display: table-cell;
    font-size: 1.231em;
    height: 72px;
    padding: 0 40px 0 21px;
    text-decoration: none;
    vertical-align: middle;
}
#irBoxesWrapper .boxLinkWrapper a:hover {
    text-decoration: underline;
}
#irBoxesWrapper .boxLinkWrapper a::after {
    background-image: url("../media/common-sprites.png");
    background-position: -96px -262px;
    content: "";
    display: block;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 24px;
}
#irBoxesWrapper .ipo-info .boxItemContainer .boxItemLink, #irBoxesWrapper .ipo-info .boxItemContainer .boxItemLink2 {
    background-color: #72123d;
    border-color: #72123d;
}
#irBoxesWrapper .ipo-info .boxItemContainer .boxItemLink:hover {
    background-color: #310927;
    border-bottom: 1px solid #a67289 !important;
    border-left-color: #310927;
    border-right-color: #310927;
    border-top-color: #310927;
}
#irBoxesWrapper .ipo-info .boxItemContainer .boxItemLink2:hover {
    background-color: #310927;
    border-color: #310927;
}
#irBoxesWrapper .ipo-info .boxItemContainer .heightCorrector {
    background-color: #72123d;
    display: none;
    height: 69px;
}
#irBoxesWrapper .ipo-info .boxItemContainer .boxItemLink:hover, #irBoxesWrapper .ipo-info .boxItemContainer .boxItemLink2:hover, #irBoxesWrapper .ipo-info .boxItemContainer:hover .heightCorrector {
    background-color: #460b25;
    border-color: #460b25;
}
#irBoxesWrapper .ipo-info .boxContent, #irBoxesWrapper .subscriptionService .boxContent {
}
#irBoxesWrapper .ipo-info .boxItemsWrapper .boxItemLink, #irBoxesWrapper .ipo-info .boxItemsWrapper .boxItemLink2, .two-box-landing .boxItemsWrapper .boxItemLink {
    display: inline-block;
    height: auto;
    width: 100%;
}
#irBoxesWrapper .ipo-info .boxItemsWrapper .boxItemLink {
    border-bottom: 1px solid #a67289;
}
#irBoxesWrapper .subscriptionService .boxHeader {
    box-shadow: none;
}
#irBoxesWrapper .subscriptionService .boxHeader .boxHeaderInner {
    display: block;
    height: auto;
    padding-bottom: 12px;
    padding-top: 40px;
}
#irBoxesWrapper .subscriptionService .boxItemContainer .boxItemLink {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #5d1049;
    padding-bottom: 20px;
    padding-top: 20px;
}
#irBoxesWrapper .subscriptionService .boxItemContainer .boxItemLink::after {
    background-image: url("../media/common-sprites.png");
    background-position: -96px -262px;
    content: "";
    display: block;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 24px;
}
#irBoxesWrapper .subscriptionService .boxItemContainer .boxItemLink:hover {
    text-decoration: underline;
}
#irBoxesWrapper .ir-contact .rad-highlight {
    color: #ffffff;
    font-family: Frutiger-Light;
    font-size: 1.125em;
}
#irBoxesWrapper .ir-contact {
}
#irBoxesWrapper .ir-contact .boxContent .boxItemContainer {
    background-color: #e45605;
    border-color: #e45605;
    color: #ffffff;
    line-height: 1.544em;
    min-height: 380px;
    padding: 14px 5px 14px 21px;
}
#irBoxesWrapper .ir-contact .boxItemsWrapper p {
    margin-bottom: 17px;
    text-align: left;
}
#irBoxesWrapper .ir-contact .boxLinkWrapper a::after {
    background-position: -48px -262px;
}
.body_block table td {
    padding: 3px;
}
.body_block p {
    margin-bottom: 0;
}
.body_block .XmlXmlContainer p {
    margin: 0;
    padding: 0;
}
.body_block .XmlXmlContainer .heading {
    display: none;
}
.body_block .XmlXmlContainer .heading, .body_block .XmlXmlContainer .subheading, .body_block .XmlXmlContainer .headingblock .body_block .XmlXmlContainer .lead, .body_block .XmlXmlContainer .body, .body_block .XmlXmlContainer .footer {
    margin-bottom: 15px;
}
.body_block .XmlXmlContainer ul {
    list-style: disc outside none;
}
.body_block .XmlXmlContainer li {
    margin: 0 25px;
}
.body_block .XmlXmlContainer .intro_disclaimer, .body_block .XmlXmlContainer .intro_location_date, .body_block .XmlXmlContainer .date, .body_block .XmlXmlContainer .lead_bulletpoints, .body_block .XmlXmlContainer .lead_standard {
    margin-bottom: 15px;
}
.body_block .XmlXmlContainer .intro_disclaimer {
    margin-top: 15px;
}
.body_block .XmlXmlContainer .intro_intro, .body_block .XmlXmlContainer .footer {
    display: none;
}
.center-pdf {
    text-align: center;
    vertical-align: middle;
}
table.reportTable-inner thead tr {
    background-color: white !important;
    color: black !important;
}
.financialTableWrapper {
    background: white none repeat scroll 0 0;
}
.financialTableWrapper p {
    border-bottom: 1px dotted #b4b4b4;
    margin: 0 !important;
    padding: 10px 10px 10px 20px;
}
.language {
    color: #60064e;
    font-weight: bold;
    vertical-align: middle;
}
.pagination li {
    float: left;
    margin-right: 20px;
}
.pagination {
    float: right;
    padding-top: 20px;
}
.ir-landing-page .box1 .boxItemsWrapper {
    background-color: #AA1937;
}
.ir-landing-page .box3 .boxItemsWrapper {
    background-color: #e45605;
}
.ir-landing .boxItemsWrapper {
    float: left;
    width: 100%;
}
.yearTabsWrapper.tab-menu ul li {
    border: 1px solid #dedede;
}
.yearTabsWrapper.tab-menu ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.yearTabsWrapper.tab-menu ul > li:first-child {
    border-right: 0 none;
}
.boditem {
    margin-bottom: 20px;
}
span.member-name {
    float: left;
    margin-top: 10px;
}
span.member-name {
    color: #5e0c4e;
    float: left;
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 20px;
    max-width: 214px;
    width: 100%;
}

.bodDefaultFieldsContainer {
}

.history-inner-container {
    float: left;
    margin-left: 23px;
    margin-top: 63px;
    width: 96%;
}
.history-year-container {
    border-left: 6px solid #5e0c4e;
    border-top: 3px solid #5e0c4e;
    float: left;
    position: relative;
    width: 100%;
}
.circle {
    background: #5e0c4e none repeat scroll 0 0;
    border-radius: 10px;
    height: 20px;
    left: -13px;
    position: absolute;
    top: -11px;
    width: 20px;
}
.history-year-container h2 {
    font-family: Frutiger-Black;
    font-size: 2.15em;
    font-weight: normal;
    line-height: inherit;
}
.history-item {
    background: white none repeat scroll 0 0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    float: left;
    margin-bottom: 30px;
    margin-left: 8%;
    padding: 20px;
    width: 92%;
}
.history-content {
    margin-bottom: 20px;
}

.three-box .box2 .boxItemsWrapper, .three-box .box1 .boxItemsWrapper, .three-box .box3 .boxItemsWrapper {
    background: #5d1049 none repeat scroll 0 0;
    color: white;
    padding: 10px 20px;
}
.two-box.responsibility .box2 .boxItemsWrapper, .two-box.responsibility .box1 .boxItemsWrapper, .two-box.responsibility .box3 .boxItemsWrapper {
    color: white;
    padding: 10px 20px;
}
.three-box .box1 .boxItemsWrapper a, .two-box .box1 .boxItemsWrapper a {
    color: white !important;
}
.three-box .box2 .boxItemsWrapper {
    background: #72123d none repeat scroll 0 0;
}
.two-box .box1 .boxItemsWrapper, .two-box .box3 .boxItemsWrapper {
    background: #5d1049 none repeat scroll 0 0;
    color: white;
}
.two-box .box2 .boxItemsWrapper {
    background: #72123d none repeat scroll 0 0;
}
.boxItemsWrapper.boxContent.clearfix img {
    padding: 10px;
}
.three-box .box3 .boxItemsWrapper.boxContent.clearfix img {
    padding: 10px 20px;
}
.three-box .box3 .boxItemsWrapper {
    background: #e45605 none repeat scroll 0 0;
    text-align: center;
}
.two-box .box3 .boxItemsWrapper {
    background: #e45605 none repeat scroll 0 0;
}

.mobi-menu-links #logo {
    margin-top: 17px;
}
.mobi-menu-container #langSwitcher {
    background: #2e0027 none repeat scroll 0 0;
    float: left;
    margin-left: 0;
    width: 100%;
}
.mobi-menu-container #langSwitcher li {
    border-right: 1px solid #643c5e;
    padding: 20px;
    text-align: center;
    width: 40%;
}
.mobi-menu-container .currentLang {
    cursor: pointer;
    width: 20% !important;
}
.mobi-menu-container #langSwitcher li.currentLang ul {
    position: static;
}
.mobi-menu-container #langSwitcher .select-language {
    background: #f6f6f6 none repeat scroll 0 0;
    display: none;
    float: left;
    width: 100%;
}
.mobi-menu-container #langSwitcher .select-language li {
    border-right: 1px solid #e0e0e0;
    color: #2e0027;
    width: 25%;
}
.mobi-menu-container #langSwitcher .select-language li a {
    color: #2e0027;
}
.mobi-header-links {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    width: 100%;
}
.mobi-menu ul, .mobi-header-links ul {
    background: #2e0027 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.mobi-header-links ul li {
    border-bottom: 1px solid #643c5e;
    color: white;
}
.mobi-menu ul li a, .mobi-header-links ul li a {
    color: white;
    display: block;
    padding: 15px;
}
.mobi-menu ul li a, .mobi-menu ul li span {
    color: #2e0027;
}
.mobi-header-links li.selected {
    background: #f38120 none repeat scroll 0 0;
}
.mobi-menu-container #langSwitcher ul {
    border-bottom: 1px solid #643c5e;
    float: left;
    width: 100%;
}
.mobi-header-links li.last {
    border-bottom: 0 none;
}
.mobi-menu-container {
    display: none;
    float: left;
    font-size: 1.15em;
    width: 100%;
}
.mobi-menu ul {
    background: #f6f6f6 none repeat scroll 0 0;
}
.mobi-menu ul li {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    position: relative;
    width: 100%;
}
.mobi-menu ul li.current {
    padding: 15px;
}
.mobi-menu .level2.selected > span {
    font-weight: bold;
}
.mobi-menu ul li ul {
    display: none;
}
.mobi-menu ul li.level1 ul li {
    border-bottom: 1px dashed #e0e0e0;
}
.mobi-menu ul li.level1 ul li.last {
    border-bottom: 0 none;
}

.mobi-menu ul li ul li a {
    padding-left: 45px;
}
.headerInner-mobi {
    display: none;
}
.box-2-xs {
    margin-top: 20px;
}
.lower-box {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px rgb(228, 228, 228);
}
.boxItemsWrapper img {
}
.member-all-details {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    display: none;
    margin-bottom: 20px;
    padding: 20px 9px 0;
}
.member-all-details .red, .member-deta-ss .red {
    font-size: 1.15em;
    font-weight: bold;
}
.red {
    color: #5e0c4e;
}
.bodShow {
    float: left;
    width: 100%;
}
.detail-img {
    float: left;
    width: 32%;
}
.bodContent {
    float: right;
    padding-left: 9px;
    width: 68%;
}
.tab-menu li {
    height: 55px;
    width: 30%;
}
.tab-menu ul {
    width: 100%;
}
#section-Homepage-level1 {
    display: inline-block;
}
#section-Homepage-level1::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
.ie7-clear {
    clear: both;
    display: block;
}
ul#section-Homepage-level1 .current > span {
    font-weight: bold;
}
ul#section-Homepage-level1 .level3.current > span {
    padding-left: 31px;
}

ul#section-Homepage-level1 .level1.current > span, #section-Homepage-level1 .level1.selected > a span {
    font-weight: bold;
}
#toplinksInner {
}
.key-figure tr {
    border-bottom: 1px dotted #b4b4b4;
}
.key-figure td {
    padding: 10px;
    vertical-align: middle;
}
.key-figure thead th {
    color: white;
    padding: 10px;
    text-align: left;
}
.key-figure thead {
    background: #60064e none repeat scroll 0 0;
}
.member-title-short {
    display: block;
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 12px;
}
.note {
    margin-top: 20px;
}
.boxItemsWrapper ul {
    font-size: 1.231em;
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: 10px;
}
.boxItemsWrapper ul li {
    list-style-type: disc;
}
.history-item ul li {
    float: left;
    padding-right: 15px;
}
.loc-scroll-table tr td {
    padding: 10px 0;
    vertical-align: middle;
}
.loc-scroll-table tr {
    border-bottom: 1px dotted #b4b4b4;
}
.loc-scroll-table {
    margin-bottom: 30px;
}
.business-location-h2 {
    background: #60064e none repeat scroll 0 0;
    color: white;
    font-size: 1.15em;
    padding: 5px 0;
    text-align: center;
}
.tab-content-table thead {
    background-color: #60064e;
    color: #ffffff;
}
.tab-content-table tr td {
    padding: 5px 20px;
    text-align: left;
}
.tab-content-table tbody tr {
    border-bottom: 1px dotted #b4b4b4;
}
.tab-content-table tr th {
    font-family: "Frutiger-Bold";
    font-size: 1.143em;
    font-weight: normal;
    padding: 0 10px 0 20px;
    text-align: left;
    vertical-align: middle;
}
.tab-content-table {
    background: #ffffff none repeat scroll 0 0;
    border-collapse: collapse;
    line-height: 1.75em;
    text-align: left;
    width: 100%;
}
.tab-content-table a {
    text-decoration: none !important;
}
.two-box-landing .boxItemContainer {
    border-bottom: 0 none;
    height: 100%;
    padding: 10px;
}
.two-box-landing .box1 .boxItemContainer:hover {
    background-color: #460b25;
    border-color: #460b25;
}
.two-box-landing .box3 .boxItemContainer:hover {
    background-color: #963a09;
    border-color: #963a09;
}
.inner-box-link {
    float: left;
    margin-top: 15px !important;
    width: 100%;
}
#footerContact {
    float: left;
}
#footerContact td {
    width: 50%;
}
.linkListDiv.last {
    border-right: 1px solid #deccda;
}
.mobi-show {
    display: none;
}
.soc-links {
    float: left;
    text-align: center;
    width: 100%;
}
.mob-footer-links .footerLeftLinks {
    text-align: center;
    width: 100%;
}
.mob-footer-links p {
    text-align: center;
}

#footerContact table td:nth-child(2) {
    text-align: right;
}
.mobi-menu .level2.current {
    padding-left: 45px;
}
.two-box.responsibility .box2 .boxItemsWrapper a {
    color: white !important;
}
.two-box.responsibility .box3 {
    margin-top: 20px;
}
.two-box .boxItemLink {
    display: block !important;
}
.two-box .irBoxesInner {
    padding-top: 0;
}
.left-content, .right-content {
    float: left;
    width: 50%;
}
#media .subBox1 {
    display: none;
}
#media #irBoxesWrapper .subscriptionService .boxHeader .boxHeaderInner {
    padding-top: 20px;
}
#media .subBox2 {
    top: 0;
}
.responsibility .box3 .boxItemsWrapper {
    padding: 10px 0;
}
.singleBox.box1 {
    width: 100%;
}
.history-last {
    border-left: 0 none;
    margin-left: 6px;
    margin-top: -3px;
    width: 99%;
}
.history-last .circle {
    border-radius: 17px;
    height: 30px;
    left: -19px;
    top: -15px;
    width: 30px;
}
.inv-responsive-table {
    width: 100%;
}
.inv-responsive-table tr td:nth-child(1) {
    width: 50%;
}
.inv-responsive-table tr td:nth-child(2) {
    text-align: center;
    width: 40%;
}
.contentwrapperinner .inv-responsive-table a {
    display: inline-table;
}
.inv-responsive-table td {
    padding: 5px;
    vertical-align: middle;
}
.inv-responsive-table th {
    padding: 5px 10px;
}
.inv-responsive-header-td {
    background-color: #60064e;
    color: #ffffff;
}
.inv-responsive-table td {
}
.inv-responsive-table tr {
    border-bottom: 1px dotted #b4b4b4;
}
.below-menu-btn {
    background: #2e0027 none repeat scroll 0 0;
    display: none;
    float: right;
    height: 26px;
    margin-right: 20px;
    width: 80px;
}
.loc-scroll-table tr td:nth-child(1) {
    padding-left: 10px;
}
#DisclaimerMainContainer {
    margin-left: 1%;
}
.current-page > a span {
    font-weight: bold;
}
@media screen and (max-device-width: 480px) {
body {
}
}
.tab-sm {
    color: #2e0027;
    cursor: pointer;
    display: none;
    height: 36px;
}
.tab-sm .yearSwicher {
    float: left;
    width: 100%;
}
.horizontal-box3 .boxItemsWrapper.boxContent.clearfix img {
    padding: 10px 0;
}
.tab-sm ul {
    width: 200px;
    z-index: 25;
}
.ip3-edit .ss-hide {
    display: none;
}
.ip3-edit .bodContent {
}
.ip3-edit .member-name {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.ip3-edit .right-content {
    width: 100%;
}
.ip3-normal .note-pdf {
    display: none;
}
.ip3-edit .note-pdf {
    display: block;
    margin-top: 20px;
}
.ip3-edit .imageWrapper img {
    float: left;
}
.two-box-landing .boxItemLink {
    padding: 14px 42px 14px 11px !important;
}
.man-position {
    float: left;
    margin: 0;
}
.tab-sm .yearSwicher, .tab-sm .currentYear, .tab-sm ul {
}
.date-ipo {
    float: left;
    margin-bottom: 15px;
}
.table-ipo {
    margin-bottom: 20px;
}
.table-ipo tr td:nth-child(1) {
    padding-left: 20px;
}
.key-figure {
    overflow-x: scroll;
}
.two-box .boxItemsWrapper {
    min-height: 110px;
}
.res-logo-container {
    width: 20%;
}
.management-page h2 {
    margin-left: 12px;
}
.responsibility ul {
    float: left;
    font-size: 1em;
}
.responsibility ul li {
    list-style-type: none;
}
ul.right-ul {
    float: right;
}
.horizontal-box3 a {
    color: white !important;
}
.horizontal-box3 h2 {
    color: #5f114d;
}
.horizontal-box3 ul {
    margin-left: 0;
    width: 47%;
}
.media-contact .rad-highlight {
    margin-bottom: 10px;
}
.leftnavigation .level2.haschildren > a {
    display: block !important;
    padding-top: 14px !important;
}
.leftnavigation .level2 ul {
    margin-top: -18px;
    padding-left: 41px;
}
.level2 ul {
    padding-left: 30px;
}
.mobi-menu .level2 ul {
    display: none;
}
.mobi-menu .level1.current.haschildren ul {
    margin-top: 10px;
}
.rad-financialtable {
    background: #ffffff none repeat scroll 0 0;
    border-collapse: collapse;
    line-height: 1.75em;
}
.rad-financialtable tr {
    border-bottom: 1px dotted #b4b4b4;
}
.rad-financialtable tr td {
    padding: 10px;
}
.rad-financialtable tr td:first-child {
    border-right: 1px solid;
}
.rad-financialtable ul {
    list-style: inherit;
    padding-left: 40px;
}
.financial-cal .langYearDdWrapper .yearSwicher .currentYear::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.financial-cal .langYearDdWrapper .yearSwicher .currentYear {
    cursor: inherit;
}
.lang {
    color: #5e0c4e;
    font-weight: bold;
}
#ir .subBox2 .boxHeaderInner {
    padding: 20px !important;
}
#ir .subBox2 .boxItemContainer {
    background: #e45605 none repeat scroll 0 0;
}
.data .share-info {
    text-transform: capitalize;
}
.ip3-edit #twocolright span {
}
#irBoxesWrapper .ipo-info .boxItemsWrapper .boxItemLink .boxItemInner {
    min-height: 35px;
}
#irBoxesWrapper .ipo-info {
    padding-bottom: 30px;
}
#invitation-to-investor-call table tbody tr.no-border-bottom {
    border-bottom: 0 none;
}
body#ir li#item-fr, body#ir li#item-it {
    display: none;
}
body#ipo-related-news li#item-fr, body#ipo-related-news li#item-it {
    display: none;
}
body#prospectus-information li#item-fr, body#prospectus-information li#item-it {
    display: none;
}
body#tentative-schedule li#item-fr, body#tentative-schedule li#item-it {
    display: none;
}
body#financial-summary li#item-fr, body#financial-summary li#item-it {
    display: none;
}
body#ad-hoc li#item-fr, body#ad-hoc li#item-it {
    display: none;
}
body.ip3-reports-and-presentations li#item-fr, body.ip3-reports-and-presentations li#item-it {
    display: none;
}
body#alert-service li#item-fr, body#alert-service li#item-it {
    display: none;
}
body#share-price-center li#item-fr, body#share-price-center li#item-it {
    display: none;
}
body#ip3-financial-calendar li#item-fr, body#ip3-financial-calendar li#item-it {
    display: none;
}
body#ir-contact li#item-fr, body#ir-contact li#item-it {
    display: none;
}
body#invitation-to-investor-call li#item-fr, body#invitation-to-investor-call li#item-it {
    display: none;
}
body.ip3-financial-calendar li#item-fr, body.ip3-financial-calendar li#item-it {
    display: none;
}
body#story li#item-fr, body#story li#item-it {
    display: none;
}
#jobs-and-careers #irBoxesWrapper .ir-contact .boxItemsWrapper p {
    margin-bottom: 0 !important;
}
#jobs-and-careers #irBoxesWrapper .box1 p a img {
    padding: 10px 5px;
}
#ir .irContent {
    background-color: #f7a221;
    color: #fff;
    padding: 20px 20px 0;
}
#ir .irContent p {
    margin-bottom: 10px;
}
#ir .irLink {
    background-color: #f7a221;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 20px 20px;
}
#ir .irLink a {
    color: #fff;
    font-size: 1.231em;
    text-decoration: none;
}
#ir .irLink a::after {
    background-image: url("../media/common-sprites.png");
    background-position: 0 -262px;
    content: "";
    display: block;
    height: 24px;
    left: 98%;
    margin-top: -20px;
    position: relative;
    top: 50%;
    width: 24px;
}
body#financial-calendar li#item-fr, body#financial-calendar li#item-it, body.financial-calendar li#item-fr, body.financial-calendar li#item-it, body#event-calendar li#item-fr, body#event-calendar li#item-it, body.event-calendar li#item-fr, body.event-calendar li#item-it {
    display: none;
}
body#analyst-consensus li#item-fr, body#analyst-consensus li#item-it {
    display: none;
}
.divCv {
    float: left;
    width: 100%;
}
.divCv img {
    display: inline !important;
    height: auto !important;
    padding-left: 17px !important;
    width: auto !important;
}
body#ir li.lang-fr, body#ir li.lang-it {
    display: none;
}
body.ip3-ir li.lang-fr, body.ip3-ir li.lang-it {
    display: none;
}
body#ir #langSwitcher .currentLang, body.ip3-ir #langSwitcher .currentLang {
    display: none;
}
.alert-button_area a {
    background-color: #e45605;
    border-width: 0.15em;
    color: #fff !important;
    font-family: "Frutiger-Bold";
    font-size: 12px;
    line-height: 0.875em;
    padding: 0.8em;
    text-decoration: none !important;
}
body#financial-and-event-calendar h1.event-cal {
    padding-top: 20px;
}
body.ip3-annual-general-meeting table.reportTable .reportTitle {
    width: 50%;
}
body.ip3-annual-general-meeting .agm-bottom {
    padding-top: 15px;
}
body.ip3-reports-and-presentations .linked-title {
    font-weight: bold;
    text-decoration: underline !important;
}
#committees .contentwrapperinner .management h2 {
    clear: both;
}
body#brand-and-promise .box4 {
    margin-top: 20px;
}
body#brand-and-promise .box4 .boxItemsWrapper {
    background: #e45605 none repeat scroll 0 0;
    padding: 10px 20px;
}
body#brand-and-promise .horizontal-box4 a {
    color: white !important;
    display: block !important;
}
body#brand-and-promise .horizontal-box4 a {
    color: white !important;
}
body#brand-and-promise .horizontal-box4 .boxItemsWrapper.boxContent.clearfix img {
    padding: 10px 0;
}

.top-links a {
    color: #444444;
    font-family: "Frutiger Next",sans-serif;
    font-size: 14px;
}
#headerlinks a:hover, #headerlinks a:focus {
    color: #99313d;
}
#headerlinks.top-links .nav-child li {
    float: none;
    margin: 0;
    padding: 12px 22px;
}
.top-links .nav-child a {
    display: block;
}
.top-links .select-language.nav-child > li {
    padding: 5px 40px;
}
.top-links .nav-child > ul {
    padding: 15px 0;
}
.top-links .nav-child {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebeae6;
    display: none;
    min-width: 100px;
    position: absolute;
    right: 0;
    z-index: 99999;
}
.top-links .nav-child .current-lang {
    padding: 5px 40px;
}

.mobi-header-links .nav-child {
    background: #f6f6f6 none repeat scroll 0 0;
    display: none;
}

.mobi-header-links .nav-child > ul {
    background: #f6f6f6 none repeat scroll 0 0;
}
.mobi-header-links .nav-child a {
    color: #2e0027;
    padding-left: 60px;
}
.tp-nav-links {
    position: relative;
}
.top-links .select-language.nav-child > li:first-child {
    padding-top: 12px;
}
.top-links .select-language.nav-child > li:last-child {
    padding-bottom: 12px;
}
.mobi-header-links .nav-child li {
    border: medium none;
}
#topnavigation .header-underline {
    background-color: #99313d;
    bottom: -1px;
    height: 2px;
    left: 0;
    position: absolute;
    z-index: 9999;
}
#langSwitcher > ul > li.contact-link {
    margin-right: 15px;
}
#langSwitcher > ul > li {
    float: right;
}
#langSwitcher > ul > li.contact-link > a:hover {
    color: #99313d;
}
.two-box .box4 .boxItemsWrapper {
    background: #4b1e30 none repeat scroll 0 0;
}
.box4 .boxItemsWrapper {
    min-height: 120px;
}
@media all and (min-width: 921px) and (max-width: 1040px) {
body#business-locations #nav-business-locations-level3, body#business-locations #nav-sales-locations-level3, body#business-locations #nav-trade-fairs-level3 {
    margin-left: -40px;
}
}
@media all and (min-width: 721px) and (max-width: 840px) {
.box4 .boxItemsWrapper {
    min-height: 168px;
}
}
@media all and (min-width: 921px) and (max-width: 1040px) {
.box4 .boxItemsWrapper {
}
}
@media all and (min-width: 1440px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 992px) and (max-width: 1091px) {
.rep-and-pres .yearTabsWrapper li > span, .rep-and-pres .yearTabsWrapper li > a {
    padding: 26px 30px;
}
}
@media (max-width: 1193px) {
#section-Homepage-level1 li:first-child ul {
    right: -189px;
}
#section-Homepage-level1 li:first-child ul::before {
    right: 199px;
}
#topnavigation {
    float: left;
    padding-top: 23px;
}
#logo {
    width: 100%;
}

}
@media (max-width: 1115px) {
.rep-tab.yearTabsWrapper li {
    width: 200px;
}
}
@media (min-width: 769px) and (max-width: 1115px) {
#nav-event-and-financial-calendar-level2 > a {
    margin-bottom: 18px;
}
}
@media (max-width: 590px) {
.loc-scroll-table tr td, .rad-responsive tr td {
    padding: 10px 15px;
}
.loc-scroll-table, .rad-responsive {
    display: block;
    overflow-x: scroll;
    padding: 0 10px;
    white-space: nowrap;
}
.business-sunrise-location, .our-location {
    overflow-x: scroll;
}

}
@media (max-width: 540px) {
#footerContact {
    width: 100%;
}
#topnavigation {
    float: left;
    margin-top: 20px;
}
}
@media (max-width: 768px) {
.three-box .box3 .boxItemsWrapper.boxContent.clearfix img {
    padding: 10px;
}
.history-year-container {
    border-left: 0 none;
}
.footerContact {
    margin-top: 30px;
}
#footerwrapperinner {
}
#footerwrapper .footerBottom {
    padding: 0 10px;
}
.linkListDiv.last {
    border-right: 0 none;
}
}
@media all and (min-width: 991px) {
#logo {
    width: auto;
}
.headerInner-mobi {
    display: none;
}
#DisclaimerMainContainer {
    margin-left: 8.33333%;
    padding-top: 33px;
    width: 82.6667%;
}
}
@media (max-width: 1024px) {
table.reportTable thead th.cAlign {
    padding-right: 8px;
}
table.reportTable tbody th:first-child {
    padding-left: 17px;
    text-align: left;
}
table.reportTable .reportDate {
    width: 22%;
}
table.reportTable .reportTitle {
    width: 20%;
}
.yearTabsWrapper li span {
    font-size: 0.9em;
}
.download-box .download-content .imageWrapper img {
    width: 120px !important;
}
.footerBottomInner .footerLeftLinks p {
    font-size: 14px;
}
.footerBottom .footer-nav-links a {
    font-size: 14px;
}
}
@media (max-width: 991px) {
#langSwitcher a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
#langSwitcher li.currentLang {
    color: #ffffff;
    font-weight: bold;
}
#langSwitcher > ul > li {
    float: left;
}
#logo {
    width: auto;
}
.yearTabsWrapper.tab-lg {
    display: none;
}
.tab-sm {
    display: block;
}
#footerwrapper .footerBottom {
    padding: 0 10px;
}
.contactWrapper {
    margin-bottom: 20px;
}
.headerInner-mobi {
    display: block;
}
.headerInner {
    display: none;
}
#leftcol {
    display: none;
}
}
@media (max-width: 640px) {
table.reportTable tbody tr td:first-child {
    padding-left: 6px;
}
.horizontal-box3 ul {
    width: 100%;
}
ul.right-ul {
    padding-left: 0;
}
table.reportTable thead th:first-child, table.reportTable tbody tr > *:first-child {
    padding-left: 10px;
}
.media-contact h1 {
    font-size: 1.6em;
}
#footerSitemap > .linkListDiv {
    width: 100%;
}
.contactWrapper {
    margin-bottom: 20px;
}
.headerInner-mobi {
    display: block;
}
.headerInner {
    display: none;
}
}
@media (max-width: 768px) {
.history-inner-container {
    margin-top: 0;
}
.history-item {
    width: 100%;
}
.history-container {
    background-image: none;
}
.history-inner-container {
    border-left: 0 none;
}
.circle {
    display: none;
}
.history-item {
    margin-left: 0;
}
.history-inner-container {
    margin-left: 0;
    width: 100%;
}
.bodContent {
    float: left;
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
}
.detail-img {
    display: none;
}
}
@media (max-width: 767px) {
#company .box3 .boxItemsWrapper {
    min-height: 0;
}
.two-box-landing .box3 {
    margin-top: 20px;
}
#irBoxesWrapper .withSubBoxes .subBox1 {
    position: static;
}
#irBoxesWrapper .withSubBoxes .subBox2 {
    position: static;
}
.bodDefaultFieldsContainer {
    width: 221px;
}
}
@media all and (min-width: 478px) and (max-width: 767px) {
.three-box .box3, .box4 {
    margin-top: 20px;
}
#irBoxesWrapper .ipo-info {
    padding-left: 0 !important;
}
#irBoxesWrapper .subscriptionService {
    padding-left: 0;
}
#irBoxesWrapper.ir .subscriptionService {
    padding-left: 9px;
    padding-right: 0;
}
}
@media (max-width: 478px) {
.footerUpper {
    padding-left: 30px;
    padding-right: 26px;
}
.mobi-show {
    display: block;
}
.mobi-hide {
    display: none;
}
#irBoxesWrapper .boxes, #irBoxesWrapper .subBox1, #irBoxesWrapper .subBox2 {
    width: 100%;
}
#irBoxesWrapper .box-2-xs {
    margin-top: 0;
}
#irBoxesWrapper .boxes {
    margin-bottom: 20px;
}
#irBoxesWrapper .subBox1.ipo-info {
    margin-bottom: 20px;
}
#irBoxesWrapper .subscriptionService {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#irBoxesWrapper .ipo-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

}
@media (max-width: 475px) {
table.reportTable tbody th, table.reportTable tbody td {
    padding: 5px 15px 5px 0;
}
table.reportTable tbody tr td:first-child {
    padding-left: 0;
}
.tab-content-table {
    display: block;
    overflow-x: scroll;
}
.tab-menu.yearTabsWrapper li > span, .tab-menu.yearTabsWrapper li > a {
    font-size: 0.875em;
    padding-top: 10px;
}
.tab-menu li {
    width: 30%;
}
}
@media (max-width: 640px) {
.yearTabsWrapper ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.yearTabsWrapper li {
    border: 1px solid #dedede;
}
.tab-menu li {
    width: 33%;
}
#footerSitemap {
    width: 100%;
}
.linkList {
    width: 100%;
}
.linkListDiv {
    width: 100%;
}
}
@media (max-width: 382px) {
.scroll-table-con, .rad-responsive {
    display: block;
    overflow-x: scroll;
}
.key-figure {
    display: block;
}
}
@media (max-width: 320px) {
.bodDefaultFieldsContainer {
    width: 100%;
}
.bodDefault img {
    width: 100%;
}
span.member-name {
    max-width: inherit;
    width: 100%;
}

#logo {
    margin-right: 10px;
}
#MainWrapper {
}
#irBoxesWrapper .ipo-info {
}
.ir-landing-page .subBox2 {
}
#irBoxesWrapper .subscriptionService {
}
}
@media all and (min-width: 721px) and (max-width: 840px) {
.box4 .boxItemsWrapper {
    min-height: 144px;
}
}
@media all and (min-width: 921px) and (max-width: 1040px) {
.box4 .boxItemsWrapper {
    min-height: 144px;
}
}

.full-date { 
	display: inline-block;
	white-space: nowrap; 
}
.no-year-date { 
	display: none;
	white-space: nowrap; 
}
@media (max-width: 475px) {
	.full-date { display: none; }
	.no-year-date { display: inline-block; }
}