﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
/*    background: #dddddd; */
    font-size: .80em;
    /* font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; */
    font-family: Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    /* color: #646464; bis Version 2.3.1.5 */
    color: #FFFFFF;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    color: #666666;
}

.AreaBox p
{
    color: #ffffff;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
 /*   color: #666666;  bis Version 2.3.1.5 */
/*    color: #2980b9; */
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
/*    color: #2980b9; */
}

h3
{
    font-size: 1.2em;
    color: #ffffff;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page1
{
    width: 95%;
    min-width: 960px;
    height: calc( 100% - 20px );
/*    background-color: #ffffff; */
    margin: 20px auto 0px auto;
    border: 1px solid #ccc;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
/*    background: #646464; */
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin: 8px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}



/* TAB MENU
----------------------------------------------------------*/

/* FORM ELEMENTS
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: center;
    margin-left: 0px;
    width: 100%;
    height: 65px;
    /*background: transparent url('../Pictures/HEADER.png') no-repeat top right;*/
}
#headerLeft
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 80px;
    height: 65px;
    background: transparent url('../Pictures/HEADER_L.png') no-repeat top right;
}
#headerMiddle {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: calc(100% - 80px - 140px);
    height: 65px;
    background: transparent url('../Pictures/HEADER_M.png') repeat top right;
}
#headerRight {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 140px;
    height: 65px;
    background: transparent url('../Pictures/HEADER_R.png') no-repeat top left;
}

/*
.title h1 {
	font-size: smaller;
	margin-left: 15px;
}*/

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* CARD LAYOUT DESIGNER
----------------------------------------------------------*/
.LayoutCtrl
{
	height: 740px;
	width: 860px;
	top: 0px;
	left: 20px;
	position:relative;
}

.dragable_ui
{
	background:#95989c;
	border: 1px #887777 solid;
	color: White;
	width: 90px;
	height: 80px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: .9em;
	position:absolute;
}

.ui-selected
{
	background: #eeecde;
	color: Black;
}

.ui-widget-header p
{
	margin: 0;
}

#snaptarget
{
	background-image:url(../Pictures/BgRaster.png);
	background-repeat: repeat;
	height: 540px;
	width: 860px;
	top: 180px;
	left: 10px;
	position:absolute;
}

.ParameterBox
{
	/* color: Black; */
/* 	background: #EEEEDD; */
	height: 170px;
	width: 560px;
	top: 5px;
	left: 295px;
	position:absolute;
	padding-left: 8px;
}

.ParameterBox h1, .ParameterBox h2, .FieldDesc h2
{
    /*color: Orange;*/
    font-size: 14px;
    vertical-align: top;
    font-weight: 700;

/*    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;	 */
}

.ParameterBox h2, .FieldDesc h2
{
    font-size: 14px;
}

.FieldDesc
{
	/* background: #eeffff; */
	position: absolute;
	top: 5px;
	left: 10px;
	/* height: 36px; */
	/* width: 130px; */
	vertical-align: middle;
	text-align: left;
}

.FieldDesc span
{
    color: #aabbbb;
    font-variant: normal;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
}

.FieldParams
{
	position: absolute;
	top: 25px;
/*	top: 25px; */
	left: 10px;
}

.AreaZParams
{
	position: absolute;
	top: 119px;
	left: 10px;
}

.DeleteButton
{
	position: absolute;
	top: 120px;
	left: 550px;
}

/*
	FixImage: anzeige des Bildes
*/
.stretch {
    width:100%;
    height:100%;
}

/*
	Neues Feld anlegen
*/
.AreaBoxExt
{
/*	color: #696969; bis Version 2.3.1.5 */
/*	background: #eeeedd; */
	height: 150px;
	width: 220px;
	top: 5px;
	left: 170px;
	position:relative;
	padding-left: 8px;
}

.AreaBoxExt p
{
    color: White;
}
.AreaBoxExt h1
{
    font-size: 14px;
    vertical-align: top;
    font-weight: 700;
}

.AreaBox p
{
    color: White;
}
.AreaBox h1
{
    font-size: 14px;
    vertical-align: top;
    font-weight: 700;
}

#LayoutDiv
{
	height: 170px;
	width: 275px;
	top: 5px;
	left: 10px;
	position:absolute;
}

#CreateLayoutDiv
{
	height: 170px;
	width: 275px;
	top: 5px;
	left: 295px;
	position:absolute;
}

#NewAreaDiv
{
	height: 170px;
	width: 275px;
	top: 5px;
	left: 580px;
	position:absolute;
}

#BaseAdressBox
{
	height: 200px;
	width: 890px;
	top: 0px;
	left: 10px;
	position:relative;
}

#DataView
{
	height: 127px;
	width: 890px;
	top: 3px;
	left: 10px;
	position:relative;
}

#GUIDesign
{
	height: 127px;
	width: 890px;
	top: 3px;
	left: 10px;
	position:relative;
}

.ColorBox {
    position: relative;
    top: 0px;
    height: 175px;
	width: 890px;
	top: 3px;
	left: 10px;
}

.MiddleBox {
    position: relative;
    top: 0px;
    height: 400px;
    width: 890px;
    top: 3px;
    left: 10px;
}

.btnSave
{
	position:absolute;
	right: 0px;
	bottom: 10px;
}

.btnDelete
{
	position:absolute;
	left: 15px;
	bottom: 10px;
}

.btnClose
{
	position:absolute;
	right: 120px;
	bottom: 10px;
}

.btnResume
{
	position:absolute;
	left: 200px;
	bottom: 10px;
}

.btnClean
{
	position:absolute;
	left: 430px;
	bottom: 10px;
}

.btnCleanInfo {
    position: absolute;
    left: 600px;
    bottom: 10px;
}

.ConfValueDiv
{
	position: absolute;
	width: 760px;
	top: 20px;
	left: 125px;
}

.ConfDescDiv
{
	position: absolute;
	width: 110px;
	top: 20px;
	left: 10px;
}

.ConfDescDiv p
{
	text-align: right;
}

.ConfigurationEditBox
{
/*	background: #eeecde; */
/*	height: 450px; */
	height: 850px;
	width: 890px;
	top: 0px;
	left: 10px;
	position:absolute;
}

.LoginDiv
{
    left: 0;
    position: relative;
	top: 0px;
	width: 905px;
	height: 180px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*
.AboutDiv
{
	top: 0px;
	background-color: #eeecde;
	position:relative;
	width: 905px;
	height: 200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
} */


.AboutDiv {
    height: 220px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 450px;
    border: 0px;
    padding: 0px;
}

.CopyRDiv {
    height: 220px;
    left: 455px;
    position: relative;
    top: -230px;
    width: 450px;
    text-align: right;
    border: 0px;
    padding-left: 8px;
}


.BackupDiv {
    height: 220px;
    left: 455px;
    position: relative;
    top: -230px;
    width: 450px;
    text-align: right;
    border: 3px;
    padding-left: 8px;    
}


.BackupDiv p {
    padding-left: 8px;
    padding-right: 8px;
}

.CopyRDiv p {
    padding-left: 8px;
    padding-right: 8px;
}

.LicenseDiv {
    height: 200px;
    left: 0;
    position: relative;
    top: -222px;
    width: 905px;
}

/*
.inputbox
{
	color: Black;
	background: White;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	margin: 0px 0px 0px 0px;
}
*/

/* START TEST STYLE input */

input,
.inputbox {
    color: Black;
    margin: 0px 0px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: white;
    border: 1px solid #ccc;
}

.inputbox select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.inputbox select:focus {
    outline: none;
}

/* ENDE TEST STYLE input */


.uiCover
{
    top: 0;
    left: 0;
    z-index: 998;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
}

.uiCoverLogo
{
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter:alpha(opacity=75);
}

.footer
{
     width: 960px;
/*    background-color: #ffffff; */
    /*border: 1px solid #496077;*/
   position: relative;
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
/*
.ftHelp {
    text-align: left;
	position: relative;
	top: -30px;
	left: 820px;
	height: 30px;
	width: 150px;
}*/

.ftHelp {
    height: 30px;
    left: 0;
    position: relative;
    text-align: right;
    top: -30px;
    width: 100%;
}

.ftFooter
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	color: grey;
}

.ftFooter a, a:hover, a:active, a:link, a:visited
{
	color: grey;
	text-decoration: none;
}

#footerHelp {
  text-align: right;
  position: relative;
  top: -30px;
  right: 0px;
  left: 0px;
  height: 30px;
  width: 100%;
}

.AboutContent
{
	position: relative;
	width: 920px;
	height: 480px;
	top: 0px;
}

#CustomerAbout {
	position: relative;
	left: 0px;
	padding-right: 8px;
	padding-left: 8px;
}

/*
    Background-Layer for locking the basic GUI wheb a child-window is shown
*/
#GUILock
{
    z-index: 9800;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
}
