﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
  height: 100%;
}
body
{
  background-color: #5c87b2;
  font-size: .75em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #fff;
  height: 100%;
}

a:link
{
  text-decoration: none;
}

/* Anpassungen JQGrid
----------------------------------------------------------*/
.ui-jqgrid .ui-jqgrid-titlebar
{
  padding: .3em .0em .2em .6em !important;
}

.ui-jqgrid .ui-jqgrid-bdiv
{
  overflow: visible !important;
}


/* 
----------------------------------------------------------*/

.vertical-text
{
  _writing-mode: tb-rl;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slide-button
{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  border: 1px solid #69A1BF;
  background-color: #F2F5F7;
  color: #2779AA;
  cursor: pointer;
  padding: .3em 1em;
}

a:link
{
  color: #fff;
  text-decoration: underline;
}
a:visited
{
  color: #fff;
}
a:hover
{
  color: #fff;
  text-decoration: none;
}
a:active
{
  color: #12eb87;
}

p, ul
{
  margin-bottom: 20px;
  line-height: 1.6em;
}


.imageBrowserItem
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #69A1BF;
    background-color: transparent;
    color: #2779AA;
    cursor: pointer;
    padding: .3em;
    width: 50px;
    height: 50px;
    margin: 5px;
    float: left;
    display: block;
    text-align: center;
    position: relative;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}

h1
{
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2
{
  padding: 0 0 10px 0;
}
h3
{
  font-size: 1.2em;
}
h4
{
  font-size: 1.1em;
}
h5, h6
{
  font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
  margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
  width: 99%;
  margin-left: 5px;
  margin-right: 5px;
}

#header
{
  position: relative;
  margin-bottom: 0px;
  color: #000;
  padding: 0;
}

#header h1
{
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  border: none;
  line-height: 2em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px !important;
}

#main
{
  /*padding: 15px 5px 0px 0px;*/ /*background-color: #fff; */
  margin-top: 5px;
  _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
  width: 100% !important;
}

#footer
{
  color: #999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: .9em;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #CCC;
  width: 30%;
}

fieldset p
{
  margin: 2px 12px 10px 10px;
}

legend
{
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  padding: 2px 4px 8px 4px;
}


input textarea
{
  border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
  /*border: solid 1px #e8eef4;   border-collapse: collapse;     float: left;*/
}

/*
table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/
/* MISC  
----------------------------------------------------------*/
.clear
{
  clear: both;
}

.error
{
  color: Red;
}

#menucontainer
{
  margin-top: 40px;
}

div#title
{
  display: block;
  float: left;
  text-align: left;
}

#logindisplay
{
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: black;
  float: right;
}

#logindisplay a:link
{
  color: black;
  text-decoration: underline;
}

#logindisplay a:visited
{
  color: black;
  text-decoration: underline;
}

#logindisplay a:hover
{
  color: black;
  text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
  color: #ff0000;
}

.field-validation-valid
{
  display: none;
}

.input-validation-error
{
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors
{
  font-weight: bold;
  color: #ffffff;
}

.validation-summary-valid
{
  display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
  margin: 0.5em 0;
  color: #fff;
  width: 30em;
}

.text-box
{
  width: 30em;
}

.text-box.multi-line
{
  height: 6.5em;
}

.tri-state
{
  width: 6em;
}

.logOn
{
  background-image: url('images/SplashScreen.png');
  background-repeat: no-repeat;
}

.objectsHeadlines
{
  background-color: #B0C4DE;
  font-size: 1.2em;
  font-weight: bold;
}

.tableObjects
{
  table-layout: fixed;
}

.ribbonStack {
  height: 85px !important;
  font-size: 12px !important;
  color: #2779aa;
}

.groups
{
  font-size: 12px;
  height: 85px;
  border-right: 1px solid #aed0ea;
}

.groups label
{
  color: #2779aa;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aed0ea;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aed0ea;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aed0ea;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aed0ea;
}

input::-ms-clear, textarea::-ms-clear { /* Kein Icon für leeren in Input-Feldern*/
    display: none;
}



.searchField
{
  width: 105px;
  border: none;
}

/* Styles for selection expander
----------------------------------------------------------*/
.accordion
{
  width: 400px;
}

.accordionHeader
{
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #2E4d7B;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

.accordionHeaderSelected
{
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #5078B3;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

.accordionContent
{
  background-color: #D3DEEF;
  border: 1px dashed #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}


/* Pager */
.pager
{
  margin: 8px 3px;
  padding: 3px;
}

.pager .disabled
{
  border: 1px solid #ddd;
  color: #999;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

.pager .current
{
  background-color: #06c;
  border: 1px solid #009;
  color: #fff;
  font-weight: bold;
  margin-top: 4px;
  padding: 3px 5px;
  text-align: center;
}

.pager span, .pager a
{
  margin: 4px 3px;
}

.pager a
{
  border: 1px solid #c0c0c0;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
}

/* Print-Dialog ------------------------------- */

.printlist select {
    width: 100%
}
.printtemplates select {
    width: 100%
}
.printmodes select {
    width: 100%
}

.overlay-message {
  background: red;
  width: 100%;
  height: 100%;
}

.blockUI.blockOverlay {
  opacity: 0 !important;
}

.k-widget.k-multiselect ul .k-select {
  position: relative;
}