﻿/*	-------------------------------------------------------------
	Anmeldung, Signup2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	Nachbau des Bootstrap-Layouts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	Navbar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.navbar,
.navbar-default {
  border: none !important;
  background: none !important;
}
.navbar-default .col-md-10 {
  padding-left: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
  color: #E2E2E2;
  padding: 3px;
  padding-left: 40px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #523724;
}
.navbar-default .navbar-nav > li > a:focus {
  color: Red;
}
#NavBar-Collapse .row {
  max-height: 45px;
}
@media (max-width: 767px) {
  #NavBar-Collapse .row {
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    float: none;
    padding: 0;
  }
  .navbar .pull-right {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .navbar {
    height: 68px !important;
  }
  #navbar-main {
    padding-top: 5px;
  }
  #navbar-main a {
    color: #E2E2E2;
    padding-left: 24px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-decoration: none;
    text-shadow: 0 1px 0 Black;
    text-transform: uppercase;
  }
  #navbar-main a:hover {
    color: #523724;
  }
  #navbar-utillities a {
    color: #B1B1B1;
    font-size: 11px;
    padding-left: 10px;
    text-decoration: none;
  }
  #navbar-utillities a:hover {
    color: #523724;
  }
}
@media (min-width: 993px) {
  #navbar-main {
    padding-top: 15px;
  }
}
.input-validation-error {
  background-color: #fff1f0;
  border: 1px solid #cd2516;
  padding: 4px;
}
/*.field-validation-error:before {
    content: " ! ";
}*/
.field-validation-error {
  color: #D91010;
  padding-left: 10px;
  font-weight: normal;
}
.input-validation-error {
  background-color: #FFCCCC !important;
  border: 2px solid #FF0000 !important;
}
.field-validation-error {
  background: transparent url('/content/images/global/infoval-error-small.png') no-repeat left;
  color: #c20000;
  padding-left: 20px;
  /* darf nicht bold sein, sonst werden die schriften IN den inputs auch bold!*/
  font-weight: normal;
}
.validation-summary-errors {
  background: transparent url('/content/images/global/infoval-error-small.png') no-repeat left;
  background-position: 20px 60px;
  background-color: #fff1f0;
  border: 1px solid #cd2516;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
  width: 440px;
  font-size: 12px;
}
.validation-summary-errors span {
  color: #cd2516;
  font-size: 12px;
}
#ConfirmUsageTermsErrors {
  margin-left: 0 !important;
}
/*	-------------------------------------------------------------
	Common Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	CommonFonts    Schriftarten
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.Standardschriftart {
  font-family: Verdana, Arial, sans-serif;
}
.TabFontSmall,
.BedienleisteFont {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #202020 !important;
  font-size: 12px !important;
}
.LightTableHeaderFont {
  background-image: none;
  line-height: 140%;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #4A4A4A;
}
.BiggerInfoText {
  font-size: 20px;
  text-align: center;
}
/*	-------------------------------------------------------------
	Borders
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.Rahmen {
  border: 1px solid #B1B1B1;
  border-collapse: collapse;
}
/*	-------------------------------------------------------------
	Round Borders
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.RahmenSchwarmen {
  border: 1px solid #B1B1B1;
}
/*	-------------------------------------------------------------
	Shadows
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.NoShadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.SmallShadow {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.Shadow {
  box-shadow: 1px 2px 8px #333333;
  -webkit-box-shadow: 1px 2px 8px #333333;
  -moz-box-shadow: 1px 2px 8px #333333;
}
/*	-------------------------------------------------------------
	Styling f�r Texte
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.smaller,
.KleinerText {
  font-size: 10px;
  font-weight: normal;
  line-height: 110%;
}
/*	-------------------------------------------------------------
	UserAreaStyling
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*	-------------------------------------------------------------
	Cursor Maus Mauscursor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.StandardCursor {
  cursor: default;
}
/*	-------------------------------------------------------------
	Ein Button, Knopf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.UnauffaelligerKnopf {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  background: #459300 url('/content/images/UserArea/bg-button-green.gif') top left repeat-x !important;
  border: 1px solid #459300 !important;
  padding: 4px 7px 4px 7px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  line-height: 160%;
  background: #7A7A7A url('/content/images/UserArea/bg-button-grey.gif') repeat-x top left !important;
  border-color: #707070 !important;
  color: #EDEDED;
}
/*	-------------------------------------------------------------
	Floating und Positioning
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.posrel {
  position: relative;
}
.posabs {
  position: absolute;
}
.dispblock {
  display: block;
}
.etwasnachrechts {
  position: relative;
  left: 13px;
}
/*	-------------------------------------------------------------
	FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	Radio-Buttons und Checkboxen
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
form input[type="checkbox"],
form input[type="radio"] {
  background: none;
  border: 0;
}
form input[type="radio"] {
  margin-right: 4px;
  margin-top: 6px;
}
form input[type="checkbox"] {
  position: relative;
  top: 1px;
}
/* Radiobuttons bei denen die Frage obendrueber in Fettschrift ist (als P-tag) und die Schrift
    der Label selbst nicht fett ist
*/
.RadioButtonsNotBold p {
  font-weight: bold;
}
.RadioButtonsNotBold label {
  font-weight: normal;
}
/* Und das gleiche nochmal, ich musste es nur anders lösen, da ich kein P schreiben konnte
*/
.RadioButtonsSelectionNotBold label ~ label {
  font-weight: normal;
}
/* Radiobuttons muessen bei langem Label mit Zeilenumbruch richtig alignen */
.RadioButtonsWordWrap {
  width: 75%;
}
.RadioButtonsWordWrap div {
  display: block;
  margin-bottom: 15px;
}
.RadioButtonsWordWrap input[type="radio"] {
  float: left;
  margin-top: 0;
  margin-right: 0;
}
.RadioButtonsWordWrap label {
  margin-left: 15px;
  display: block;
}
/*	-------- Radiobuttons mit Optionen, die zusammengehören  - - - - -	*/
.OptionsBox {
  background-color: #FEFAEE;
  border: 1px solid #B1B1B1;
  border-collapse: collapse;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 15px;
  max-width: 80%;
}
.OptionsBox p {
  margin-bottom: 10px;
}
/*	-------- Radiobuttons mit viel Text  - - - - -	*/
.RadioButtonsVielText {
  width: 75%;
}
.RadioButtonsVielText div {
  display: block;
  margin-bottom: 15px;
}
.RadioButtonsVielText input[type="radio"] {
  float: left;
  margin-top: 0;
  margin-right: 0;
}
.RadioButtonsVielText label {
  margin-left: 15px;
  display: block;
}
.RadioButtonsVielText p {
  font-weight: bold;
}
.RadioButtonsVielText label {
  font-weight: normal;
}
.RadioButtonsVielText label {
  margin-bottom: 15px;
}
.RadioButtonsVielText p,
.RadioButtonsVielText span {
  line-height: 115%;
}
/*	-------------------------------------------------------------
	Radio-Buttons Ersatz z.B. bei Stoppuhr-Dauer-von/bis
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ui-button {
  background: url("/Content/images/global/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
  border: 1px solid #D3D3D3;
  color: #555555;
}
.ui-state-active {
  cursor: default;
}
.ui-buttonset .ui-state-hover {
  border: 1px solid #999999;
  color: #212121;
}
form ul.select2-choices,
form input.text-input,
form textarea,
form select,
form .wysiwyg,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="submit"],
.textfeld,
.kontaktformular {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset {
  padding: 10px 15px 10px 15px;
  margin: 0 0 10px 0;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 7px;
  border-radius: 3px;
}
fieldset h3 {
  margin-top: 5px;
}
legend {
  font-weight: bold;
}
.mini-heading {
  display: block;
  padding: 0 0 10px;
  font-weight: bold;
}
form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}
form p {
  padding-bottom: 3px;
}
form p small {
  font-size: 0.75em;
  color: #777;
}
/*	-------------------------------------------------------------
	Textfelder
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.TextfeldTemplate {
  font-size: 12px;
  padding: 5px;
  padding-left: 11px;
  border: 1px solid #D5D5D5;
  margin: 0 0 5px 0;
}
input[type="number"],
input[type="text"],
input[type="password"],
select,
.textfeld,
textarea {
  font-size: 12px;
  padding: 5px;
  padding-left: 11px;
  border: 1px solid #D5D5D5;
  margin: 0 0 5px 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
select,
.textfeld {
  background-image: url('/content/images/UserArea/bg-form-field.gif');
}
input[type="text"],
.textfeld {
  width: 271px;
}
#Projects_Edit input[type="text"] {
  width: 302px;
}
/*	--- kram f�r resizable Kommentarbox ---*/
.resizable {
  display: block;
  margin-bottom: 0pt;
}
/*	grip f�r die resizable text area */
div.grippie {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #EEEEEE url(/Scripts/3rd%20party/textarea-resizer/grippie.png) no-repeat scroll center 2px;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 0 1px 1px;
  cursor: s-resize;
  height: 9px;
  width: 556px;
  overflow: hidden;
}
/*	--- kurzes Textfeld  z.B. f�r Datum ---*/
.jqDatePicker,
.KurzesTextfeld {
  width: 80px !important;
}
/*	--- wofuer ist das gut? noch ein �berbleibsel? ---*/
form .small-input {
  width: 25% !important;
}
form .medium-input {
  width: 50% !important;
}
form .large-input {
  width: 97.5% !important;
  font-size: 16px !important;
  padding: 8px !important;
}
/*	-------------------------------------------------------------
	Erkl�rungstext in Formular
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.TextInForm {
  max-width: 450px;
  line-height: 140%;
  margin-bottom: 20px;
}
/*	-------------------------------------------------------------
	Chrome macht eine haessliche schwarze Box um viele Form-Elemente
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	Textfelder in den KPTM-Tabellen (Add-Edit) im Verwaltungsbereich
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.KPTMAddEdit input[type="text"],
.KPTMAddEdit .textfeld {
  width: 302px;
}
/*	-------------------------------------------------------------
	Mehrzeilige Textfelder
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
textarea {
  background-image: url("/content/images/UserArea/bg-form-field.gif");
  background-repeat: repeat-x;
  padding-left: 11px;
}
form textarea {
  width: 97.5% !important;
  font-family: Arial, Helvetica, sans-serif;
}
/*	------ in automatischen Formularen kleiner -----*/
.editor-field textarea {
  width: 500px !important;
}
/*	------ in der Thickbox kleiner -----*/
#TB_window form textarea {
  width: 300px !important;
}
/*	-------------------------------------------------------------
	Standard-Checkbox 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
select {
  padding: 4px;
  background: #fff;
  width: 283px;
}
select option {
  padding: 0 10px 0 0;
}
/*	-------------------------------------------------------------
	Umrandung und Hintergrundfarbe des Formulars
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.noborder {
  border: none;
}
.kontaktformular {
  background-color: #f1f8ce;
  border: 3px solid #acc632;
  padding: 10px 10px 10px 15px;
}
/*	-------------------------------------------------------------
	ALIGNMENT DER LABELS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
label {
  font-weight: bold;
  display: inline;
}
#PublicBody label {
  font-weight: normal;
}
.commentForm label,
.FormWithTopAlignedLabels label,
.label-topaligned,
.label-topaligned label,
#EditTimeEntryFormDiv .TimeEntryLabelText {
  display: block !important;
}
/********** Label Topaligned - wie in dem Formular Automatischer Emailversand  **********************/
/********** Formular Automatischer Emailversand ******/
.LoeschMich {
  position: relative;
  top: 5px;
}
/********** Label Leftaligned  - wie auf dem Formular 'Firmenweite Einstellungen'  **********************/
.FormWithLeftAlignment-LeftStuff {
  float: left;
  text-align: left;
  width: 230px;
}
.FormWithLeftAlignment-RightStuff {
  float: left;
  text-align: left;
  width: 350px;
}
/********** Label Rightaligned - Version 1 - wie auf dem Zeiterfassungsformular **********************/
.DivLabelRightAligned label,
.label-rightaligned,
#AddTimeEntryFormDiv .TimeEntryLabelText {
  text-align: right;
  width: 140px;
  position: absolute;
  padding-top: 8px;
}
.DivLabelRightAligned label,
.label-rightaligned {
  padding-top: 3px;
}
.DivLabelRightAligned .InputElement,
.DivLabelRightAligned input,
.label-rightaligned-input,
#AddTimeEntryFormDiv .grippie,
#AddTimeEntryFormDiv .TimeEntryInput {
  margin-left: 150px !important;
}
/*	-------- Styling der Zusatzfelder-Labels, die kein Optional drunter stehen haben ---*/
.Required {
  padding-top: 8px;
}
/* sitzt ein Input in einem InputElemtent, dann wird es zweimal verschoben, 
hier wird das zweite mal wieder r�ckg�ngig gemacht */
.DivLabelRightAligned .InputElement input {
  position: relative;
  left: -150px;
}
.label-rightaligned-input-position,
#AddTimeEntryFormDiv .TimeEntryInputPosition {
  position: relative !important;
  left: 150px !important;
}
#AddTimeEntryFormDiv .TimeEntryOptional {
  display: block;
}
/********** Label Rightaligned - Version 2 - wie auf dem Anmeldeformular **********************/
.label-signupform {
  text-align: left;
  width: 110px;
  position: absolute;
  padding-top: 6px;
  line-height: 100%;
}
.label-signupform-input {
  margin-left: 120px !important;
}
.FormularMitLabelRechts p {
  margin-bottom: 5px;
}
/*	-------------------------------------------------------------
	Neue halbautomatische Formulare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.FormField {
  display: block;
  margin-bottom: 10px;
}
.display-label {
  font-weight: bold;
}
.AdditionalFormText {
  width: 650px;
}
/*	-------------------------------------------------------------
	Halbautomatisches Formular in der Thickbox
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#TB_window #ClientsComboBox,
#TB_window .ui-selectmenu,
#TB_window .ui-selectmenuclassic {
  width: 300px !important;
}
.SelectMenuInThickBox {
  width: 300px !important;
  /*	position: fixed;*/
}
#TB_window .ui-selectmenu,
#TB_window .ui-selectmenu:hover,
#TB_window .ui-selectmenu:active {
  color: #202020;
}
#TB_window .CheckBoxFormElement div {
  display: inline;
}
#TB_window .check-box {
  position: relative;
  top: 2px;
}
#TB_window .field-validation-error {
  display: block;
}
#TB_window .text-box,
#TB_window input[type="text"] {
  width: 300px;
}
/*	-------------------------------------------------------------
	Halbautomatisches Formular Right Aligned
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.AutoFormLabelRightAligned .editor-label {
  display: inline;
}
.AutoFormLabelRightAligned .editor-field {
  display: inline-block;
  margin-left: 150px !important;
  position: relative;
  margin-bottom: 15px;
}
.AutoFormLabelRightAligned .editor-field-text {
  position: relative;
  top: 3px;
}
.AutoFormLabelRightAligned .ComboBoxHint {
  position: absolute;
  top: 5px;
  left: 290px;
  width: 150px;
}
/*	--------  Mitarbeiter - Users  - - - - - - - - - - - - - - - - -	*/
/*	--------  das sollte unter dem Kram f�r Neue halbautomatische Formulare stehen  - - - - - - - - - - - - - - - - -	*/
#TB_window #User_Title-button {
  width: 65px !important;
}
#User_Title-menu {
  width: 65px !important;
}
.ui-selectmenu:hover,
.ui-selectmenu-status:hover {
  text-decoration: none !important;
}
/*	-------------------------------------------------------------
	Datepicker Icon hinter Textfeld
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ui-datepicker-trigger {
  position: relative;
  top: 5px;
  left: 5px;
}
/*	-------------------------------------------------------------
	Nicht editierbare forms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ReadOnlyForm a,
.ReadOnlyForm label,
.ReadOnlyForm .ComboBoxHint {
  opacity: 0.6;
}
.ReadOnlyForm .UnlockFormButton {
  opacity: 1;
}
/*	-------------------------------------------------------------
	Statt einen Input-Feld kommt Text, zB weil statt der Combobox zur Mitarbeiter-Selektion nur ein einzelner Mitarbeiter zur Auswahl steht
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* muss ein Top haben dass dem Padding von label-rightaligned entspricht*/
.text-instead-of-input {
  position: relative;
  top: 3px;
}
/*	------------ hat man ein right-aligned Formular, dann klappt die Einr�ckung nicht ------*/
ul.label-rightaligned-input {
  margin-left: 0 !important;
}
/*	-------------------------------------------------------------
	Google Form Umfrage
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#Umfrage {
  border: 1px solid #CCCCCC;
  width: 800px;
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/*	-------------------------------------------------------------
	Zusatzfelder - richtige L�nge
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#ZusatzfelderDiv .single-line {
  width: 282px;
}
/*	-------------------------------------------------------------
	Time-Entries Combobox (Leistungsnachweis-Auswertung)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#s2id_TimeEntries {
  width: 270px !important;
}
/* Hint neben der SuperDuperBox - vielleicht auch neben der normalen Box - mal sehen
----------------------------------*/
.ComboBoxHint {
  font-size: 10px;
  font-weight: normal;
  line-height: 110%;
  position: relative;
  top: 3px;
  left: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
}
#AddTimeEntryFormDiv .ComboBoxHint {
  font-size: 10px;
  font-weight: normal;
  line-height: 110%;
  position: relative;
  top: 6px;
  left: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
  max-width: 180px;
  max-height: 40px;
}
#TB_window .ComboBoxHint {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: 4px;
  left: 11px;
  display: block;
  max-height: none;
  vertical-align: top;
  line-height: 120%;
  max-width: 300px;
  margin-bottom: 10px;
}
/* Einzelne Forms */
#ResetPasswordDiv {
  width: 600px;
}
/*	-------------------------------------------------------------
	Stundens�tze
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#HourlyRateUpdateModeOptions #StartDateEntry {
  position: relative;
  left: 18px;
}
#HourlyRateUpdateModeOptions #StartDateEntry .Datepicker {
  position: relative;
  top: -15px;
  left: 15px;
}
#HourlyRateUpdateModeOptions {
  background-color: #FEFAEE;
  border: 1px solid #B1B1B1;
  border-collapse: collapse;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 10px 15px;
  max-width: 80%;
}
#HourlyRateUpdateModeOptions p {
  margin-bottom: 10px;
}
.HourlyRateExplanationLabel {
  position: relative;
  left: 17px;
  margin-bottom: 5px;
  color: #848B87;
}
/*	-------------------------------------------------------------
 TOOLTIPS
 http://flowplayer.org/tools/tooltip/index.html
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*	-------------------------------------------------------------
	Normaler Tooltipp - Link
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ToolTippLink {
  font-size: 10px;
  font-weight: normal;
  line-height: 110%;
  position: relative;
}
a.ToolTippLink:hover {
  cursor: pointer;
  text-decoration: none;
  color: #57a000;
}
/*	---- Hourly Rates - Gelbe Box mit Ueberschreibungsregeln --- */
#HourlyRateUpdateModeOptions .ToolTippLink {
  left: 10px;
  top: 0;
}
/*	---- Zeit-Erfassen-Seite - Projektcombobox --- */
#ProjectsToolTip {
  top: 3px;
  left: 163px;
}
/*	-------------------------------------------------------------
	Vorlage fuer das Aussehen der Tooltipps, nicht nur von den Tooltipps
    genutzt, sondern auch von Kendo UI
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.PopupStandardaussehen {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: White;
  border: 1px solid #D5D5D5;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px;
  -moz-box-shadow: 0px 0px 5px;
  box-shadow: 0px 0px 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: default;
}
.PopupStandardaussehen ul {
  color: #202020;
  margin-right: 12px;
}
.PopupStandardaussehen ul li {
  font-size: 12px;
  color: #202020;
  font-weight: normal;
  margin-bottom: 6px;
  word-wrap: normal;
  word-break: break-word;
  line-height: 110%;
}
.PopupStandardaussehenFont {
  font-size: 12px;
  color: #202020;
  font-weight: normal;
  margin-bottom: 6px;
  word-wrap: normal;
  word-break: break-word;
}
.PopupStandardaussehenRegularSize {
  padding: 10px 5px 10px 10px;
  width: 250px;
  line-height: 130%;
}
.PopupStandardaussehenRegularSize p {
  line-height: 130% !important;
}
.PopupStandardaussehenRegularSize li {
  line-height: 110%;
}
/*	-------------------------------------------------------------
	Normaler Tooltipp - Aussehen des Tooltipps + gro�er Tooltipp, kleiner Tooltipp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ToolTip,
.TinyToolTip {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: White;
  border: 1px solid #D5D5D5;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 5px;
  -moz-box-shadow: 0px 0px 5px;
  box-shadow: 0px 0px 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: default;
  display: none;
  background: White url('/content/images/UserArea/bg-tooltipp.png') repeat-x;
  font-size: 12px;
  color: #202020;
  font-weight: normal;
  margin-bottom: 6px;
  word-wrap: normal;
  word-break: break-word;
}
.ToolTip ul,
.TinyToolTip ul {
  color: #202020;
  margin-right: 12px;
}
.ToolTip ul li,
.TinyToolTip ul li {
  font-size: 12px;
  color: #202020;
  font-weight: normal;
  margin-bottom: 6px;
  word-wrap: normal;
  word-break: break-word;
  line-height: 110%;
}
.ToolTip {
  padding: 10px 5px 10px 10px;
  width: 250px;
  line-height: 130%;
  font-size: 12px;
  color: #202020;
  font-weight: normal;
  margin-bottom: 6px;
  word-wrap: normal;
  word-break: break-word;
}
.ToolTip p {
  line-height: 130% !important;
}
.ToolTip li {
  line-height: 110%;
}
.LargeToolTip .ToolTip {
  width: 325px !important;
}
.TinyToolTip {
  padding: 4px;
  font-weight: normal;
}
/*	-------------------------------------------------------------
	Combobox-Tooltipp - Aussehen des Links 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ComboboxToolTippLink {
  float: left;
  margin-top: 4px;
  margin-left: 5px;
  font-size: 11px;
  text-align: left;
  line-height: 120%;
}
.ComboboxToolTippLink a {
  color: #57a000;
}
.ComboboxToolTippLink a:hover {
  text-decoration: none !important;
}
/*	---------- kleines Dreieck-------------*/
.ComboboxToolTippLinkDreieck {
  font-size: 10px;
  position: relative;
  top: -8px;
  left: -2px;
  z-index: 0;
}
.ComboboxToolTippLinkDreieckEinzeilig {
  font-size: 9px;
}
/*	-------------------------------------------------------------
	Combobox-Tooltipp - Aussehen der Combobox
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.ComboboxToolTippContent {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  background-color: White;
  border: 1px solid #CCCCCC;
  padding: 5px;
  width: 150px;
  z-index: 400;
  text-align: left;
}
.ComboboxToolTippContent.ContentLarge {
  width: 200px;
}
.ComboboxToolTippContent .ListItemNotAvailable {
  color: #848B87 !important;
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  font-style: italic;
}
.ComboboxToolTippContent ul {
  margin: 0;
  padding: 0;
}
.ComboboxToolTippContent li {
  list-style: none;
  font-size: 11px;
  margin-bottom: 6px;
  line-height: 120%;
}
.ComboboxToolTippContent li a {
  color: #515151 !important;
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}
.ComboboxToolTippContent li a:hover {
  background-color: #EAEAEA;
  text-decoration: none;
}
.ComboboxToolTippContent .BesondererText {
  font-family: monospace;
}
.ComboboxToolTippContent .disabledLink {
  display: none;
}
.ComboboxToolTippContent hr {
  /*	-- ein Trennstrich zwischen zwei Menue-Items -*/
  border-width: 0;
  background-color: #CCCCCC;
  color: #CCCCCC;
  height: 1px;
}
.ComboboxToolTippContentUeberschrift {
  cursor: default;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 3px;
}
.ComboboxToolTippErklaerung {
  margin-left: 3px;
  position: relative;
  top: -5px;
}
.StandardText {
  line-height: 120%;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
.StandardText a {
  text-decoration: underline;
}
.NoPaddingLeft {
  padding-left: 0 !important;
}
body {
  background-image: url("/Content/images/signup/bg_container.gif");
  background-repeat: repeat-x;
  background-color: #edecec;
}
.MainContentDiv {
  background-color: White;
  border: 1px solid #bfbfbf;
  border-radius: 11px;
  box-shadow: 2px 2px 3px -3px #737373;
  padding: 40px;
  padding-top: 12px;
  z-index: 100 !important;
}
.page-title {
  margin-bottom: 25px;
}
.page-title h1 {
  display: inline;
  font-size: 30px;
  margin-left: 20px;
  position: relative;
  text-shadow: 3px 3px 2px #323231;
  top: 10px;
  color: White;
}
@media screen and (min-width: 992px) {
  .navbar-brand img {
    left: 110px;
  }
  .page-title h1 {
    left: 120px;
  }
}
ul {
  list-style-type: circle;
  padding: 0;
  margin: 7px 0 13px 45px;
}
h1,
h2,
h3 {
  color: #B1B1B1;
  font-weight: bold;
}
h2 {
  margin-top: 5px;
  margin: 25px 0 5px 0;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
fieldset h3 {
  margin-top: 5px;
}
h3 {
  font-size: 16px;
  margin: 20px 0 18px 0;
}
p {
  margin: 0 0 15px 0;
  line-height: 150%;
  font-size: 12px;
}
label {
  font-weight: normal;
}
.page-title-button {
  position: relative;
  left: -26px;
}
:focus {
  outline: 0;
}
@media screen and (max-width: 768px) {
  body {
    background-image: none;
    background-color: #01517d;
  }
  .page-title-button {
    position: relative;
    left: -6px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  body > .container {
    width: 95%;
  }
}
.ineedsomeminispace {
  height: 20px;
}
/*	-------------------------------------------------------------
	CSS - Spezifisch fuer Signup
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.BoxRechts {
  float: right;
  background-color: White;
}
.AccountSchonVorhanden {
  width: 210px;
  margin-left: 20px;
  padding: 8px 2px 5px 8px;
}
.FurtherInformation {
  line-height: 120%;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
  line-height: 150%;
  padding-left: 28px;
  color: #454545;
}
.FurtherInformation a {
  text-decoration: underline;
}
.FurtherInformation,
p.FurtherInformation,
div.FurtherInformation {
  font-size: 12px;
}
.FurtherInformation a {
  text-decoration: underline;
  color: #454545;
}
.SignupBox {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 120%;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
  width: 300px;
  border: 1px solid #B1B1B1;
  margin-left: 20px;
  padding: 8px 10px 5px 8px;
  /*
	box-shadow: 4px 4px 8px Grey;
	-webkit-box-shadow: 4px 4px 8px Grey;
	-moz-box-shadow: 4px 4px 8px Grey;			*/
}
.SignupBox a {
  text-decoration: underline;
}
.SignupBox ul {
  margin-left: 19px;
  padding-top: 0;
  margin-top: 0;
}
.SignupBox li {
  line-height: 120%;
  font-size: 11px;
}
.SignupBox p {
  line-height: 120%;
  font-size: 11px;
  padding-right: 4px;
  color: #454545;
}
.SignupBox H2 {
  color: #454545;
  font-size: 13px;
  line-height: 120%;
  padding-bottom: 0;
  margin-bottom: 4px;
  margin-top: 0;
}
.AnmeldungsFormular {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 440px;
  border: 1px solid #B1B1B1;
  padding: 0 5px 10px 10px;
}
.AnmeldungsFormular h3 {
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif !important;
}
/*	-------------------------------------------------------------
	Validation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.AnmeldungsFormular p.ValidationMitZeilenumbruch {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.validation-summary-errors li {
  color: #cd2516;
}
/********** Styling des Formulars **********************/
input[type="text"],
input[type="number"],
input[type="password"],
select,
.textfeld {
  height: 24px;
  line-height: 120%;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
input[type="text"] a,
input[type="number"] a,
input[type="password"] a,
select a,
.textfeld a {
  text-decoration: underline;
}
select {
  width: 270px;
  background-image: url(/content/images/UserArea/bg-form-field.gif) !important;
}
.AgbBestaetigen {
  width: 350px;
}
.AnmeldungsFormularSchmalesInput,
.AnmeldungsFormularSchmalesInput input {
  width: 150px !important;
}
.ToolTippLink {
  text-decoration: underline;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif !important;
}
.ToolTip {
  line-height: 120%;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
.ToolTip a {
  text-decoration: underline;
}
.label-AnmeldungsFormular {
  line-height: 120%;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, 'Trebuchet MS', Helvetica, Arial, sans-serif;
  text-align: left;
  width: 110px;
  position: absolute;
  padding-top: 6px;
}
.label-AnmeldungsFormular a {
  text-decoration: underline;
}
.label-AnmeldungsFormular-input {
  margin-left: 120px !important;
}
/* kein Footer auf der Seite */
.container-footer-sorgt-fuer-hintergrundbild,
.footer-wrapper-drueckt-footer-nach-unten {
  display: none;
}