﻿html {
    font-family: Arial !important;
    font-size: 62.5%;
}

html body {
    /* Webmodule Overrides */
    font-family: Arial !important;
    font-size: 11px !important;
}

body, select, input, button, textarea, pre, a,
#CLX_Root body, #CLX_Root select, #CLX_Root input, #CLX_Root button, #CLX_Root textarea, #CLX_Root pre, #CLX_Root a {
    font-size: 1.1rem; 

}


/************ font-size ************/

.form-text-notice {
    font-size: 10px;
    font-size: 1rem;
}

/* obsolete control overwrite */
.EditDialog_FieldTitle {
    font-size: 11px;
    font-size: 1.1rem;
}

h4, .form-text-title {
    font-size: 12px;
    font-size: 1.2rem;
}

h3, .detail-title, .alerttitle {
    font-size: 13px;
    font-size: 1.3rem;
}

h2 {
    font-size: 14px;
    font-size: 1.4rem;
}

h1, .headerTitle, .headerSubtitle {
    font-size: 16px;
    font-size: 1.6rem;
}


/************ font-style / font-weight / text-decoration  ************/

h2 {
    font-style: italic;
}

.headerTitle, .topic-title, .form-text-lable, .registeredName, .EditDialog_FieldTitle,
a.linkButton, .form-button, th a, th, .result-paging a, .result-paging span, .form-button-nospace,
.language-picker span, .language-picker a, .mandatory, .dialogTitle, .dialogSubTitle, .searchSelected {
    font-weight: bold;
}

a.linkButton, .form-button, th a, .result-paging a, .result-paging span, .form-button-nospace {
    text-decoration: none;
}

/* obsolete control overwrite */
.language-picker span, .language-picker a {
    text-decoration: none !important;
}

h6 {
	text-decoration: underline;
}


/************ alignement / padding ************/

th { 
	vertical-align: top;
	text-align: left;
	margin-left: 5px;
}

td {
	margin-left: 10px;
}

.LegendRow {
    vertical-align: middle;
}

.form-datefield, .topic-title, input.form-radio {
    vertical-align: middle;
}

/* headline and title paddings */

h1 {
    margin-bottom: 12px;
}
h2 {
	padding: 12px 0;
}
h3, .detail-title, .alerttitle {
    padding: 12px 0 6px 0;
}
h4, .form-text-title {
    padding: 6px 0 12px;
}
h5, .form-text-failure {
	font-weight: bold;
}


/************ varia ************/


/* set br height between the webparts to 0 */
.WebPart-TwoColumn-1 br, .WebPart-TwoColumn-2 br {
    line-height: 0;
}
/* restore lineheight for brs in content */
.WebPart-Large br, .WebPart-Standard br, .WebPart-Adaptive br, .WebPart-Small br, .WebPart-Full br, .WebPart-Empty br {
    line-height: 12px;
}

a.linkButton, .form-button, th a, .result-paging a, .form-button-nospace {
    cursor: pointer;
}

img {
	border: 0;
}

.break {
	display: run-in;
	clear: both;
	width: 100%;
	height: 20px;
}

.topic-title span {
    white-space: normal !important;
    margin-left: 0.6rem;
}
