﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
@font-face {
    font-family: "innogy";
    src: url('../fonts/innogyWEB-Regular.woff2') format('woff2'),
         url('../fonts/innogyWEB-Regular.woff') format('woff');
}
@font-face {
    font-family: "innogy";
    src: url('../fonts/innogyWEB-Bold.woff2') format('woff2'),
         url('../fonts/innogyWEB-Bold.woff') format('woff');
    font-weight: bold;
}

textarea,select,input {
    font-family: innogy;    
}
body
{
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("images/envia_bg.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #58585A !important;
    font-family: innogy,Tahoma,Arial,sans-serif !important;
    font-size: 0.75em !important;
    line-height: 1.25em !important;
    position: relative !important;
    background-color: #A6CAE1;
    overflow: visible;
    margin: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    color: #0066AA;
    font-size: 16px;
    font-weight: normal;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* 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: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-image: url('images/header_mitnetz.png');
    background-repeat: no-repeat;
    background-position: 0px 36px;
    height: 166px;
}

#header .t-header
{
    background-color: transparent;
}

#homeLink
{
    background-color: #0066AA;
    float: left;
    line-height: 31px;
    height: 44px;
    width: 72px;
    text-align: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#homeLink a
{
    color: #ffffff;
}


#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #0066AA;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    background: #fff;
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-top-left-radius: 6px;
    min-height: 600px;
}

#footer
{
    color: #fff;
    padding: 10px 0;
    text-align: left;
    line-height: 22px;
    margin: 0;
    font-size: 15px;
}

#footer a
{
    color: #ffffff;
    text-decoration: none;
}

#footer a:not(:first-child)
{
    margin-left: 10px;
}
/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: left;
}

#menu .t-item
{
    border-width: 0 0 0 1px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 0px none #ffffff;
    margin: auto;
}

fieldset table
{
    background-color: #D9E8F2;
    padding: 3px 15px 4px 3px;
    min-width: 400px;
}

fieldset table .submitrow
{
    padding-top: 20px;
    text-align: right;
}

legend
{
    color: #0066AA;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 3px;
}

textarea
{
    min-height: 75px;
}

.editor-field input[type="text"]
{
    width: 200px;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"]
{
    background-color: #E95E28;
    padding: 2px 20px 0px 5px;
    border-style: none;
    border-width: 0px;
    cursor: pointer;
    color: #FFFFFF;
    background-image: url("images/submit.png");
    background-position: right center;
    background-repeat: no-repeat;
}
/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #D9E8F2;
    border-color: #D9E8F2;
    color: #0066AA;
}

.layouttable
{
    border: 10px solid #D9E8F2;
    border-top-left-radius: 6px;
}
.layouttable td, th
{
    border-width: 0px;
}

.importdata_error
{
    color: #CC3300;
    font-weight: bold;
}

.importdata_warning
{
    color: #CC6600;
    font-weight: bold;
}
.importdata_ok
{
    color: #006600;
    font-weight: bold;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

div#title
{
    position: relative;
    display: block;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    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: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    color: #0066AA;
    font-size: 12px;
    font-style: normal;
}

.display-field
{
    color: #0066AA;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
}

.editor-field input
{
    background-color: #FFFFFF;
    border: 1px solid #B2D1E5;
    color: #0066AA;
}

.editor-field input[type="radio"], .editor-field input[type="checkbox"]
{
    background-color: transparent;
    border-width: 0px;
    border-style: none;
}


.editor-field select
{
    background-color: #FFFFFF;
    border: 1px solid #B2D1E5;
    color: #0066AA;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
}


.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.ajaxloader
{
    display: none;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/ajax-loader.gif');
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.custom-output-options
{
    display: none;
}

.t-active-filter
{
    background-color: #c5d9F1;
}

.hint
{
    color: #999;
}

.tile
{
    background-color: #A6CAE1;
    color: #0066aa;
    width: 200px;
    height: 200px;
    float: left;
    margin: auto 5px auto 0;
    border: 1px solid black;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.tile:hover {
    border-color: #fff;
    color: #fff;
    cursor: pointer;
}

.tile:not(:first-child) {
    margin: auto 5px auto 155px;
}

.text-center > a
{
    text-decoration: none;
}

.text-center > a:hover {
    color: #0066AA;
}

.text-center
{
    width: 80%;
    height: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
