﻿/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Globale Einstellungen
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    font-size: small;
}

#website {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #000;
    text-align: left;
}

img {
    border: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Universalheader für alle Seiten
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.UserProfLink {
    color: white;
    text-decoration: none;
    font-size: small;
}

.bgKIPheader {
    position: relative;
    background-color: #e6e6e6;
    width: 100%;
    display: block;
    overflow: auto;
    vertical-align: middle;
    font-size: medium;
    text-align: left;
    color: #ffffff;
    background-image: url('resource/back_header.png');
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

table.header_table {
    width: 100%;
}

/* Höhenanpassungen */
.SchadenVGneu {
    height: 160px;
}

.SchadenVGListe {
    height: 204px;
}

.SchadenVGBearbeiten {
    height: 153px;
}

.SchadenVGGrunddaten {
    height: 133px;
}

.SchadenVGRAStatus {
    height: 135px;
}

.Benutzereinstellungen {
    height: 133px;
}

.SchadenVGDateien {
    height: 176px;
}

.Hauptmenu {
    height: 133px;
}

.NoAccess {
    height: 133px;
}

.text_heading {
    color: #000000;
    font-weight: bold;
    font-size: large;
    padding-left: 10px;
}

.text_info {
    color: #000000;
    font-weight: bold;
    font-size: small;
    padding-left: 10px;
}

.text_filter {
    color: #000000;
    font-weight: bold;
    font-size: small;
    padding-left: 10px;
    text-align: center;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Navigation im Hauptmenü
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#navigation {
    background-color: #ffffff;
    position: relative;
    font-size: medium;
    height: 160px;
}

table.nav_table {
    text-align: center;
}


.text_navtext {
    text-align: center;
    font-size: small;
    height: 70px;
}

#main {
    background-color: #FFFFFF;
    position: relative;
    font-size: small;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Anmeldeseite
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#logon {
    background-color: transparent;
    font-size: medium;
    width: 100%;
    position: absolute;
    top: 3%;
    left: 0;
    padding: 20px;
    overflow: auto;
    text-align: center;
    font-family: Arial;
    background-repeat: no-repeat;
}

table.logon_table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    table.logon_table td {
        width: 50%
    }

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Seitenfußzeile
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer_move {
    width: 100%;
    height: 40px;
    background-color: #cacbcd;
    font-size: small;
    vertical-align: middle;
    text-align: center;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #cacbcd;
    font-size: small;
    vertical-align: middle;
    text-align: center;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Diverses
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main h1 {
    color: #000;
    font-family: Arial;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.8em;
}

.bgKIP_TableScroll {
    height: 100px;
    overflow: scroll;
    border: 1px solid black;
}

.bgKIP_DataTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
}

    .bgKIP_DataTable tr th {
        background-color: #0474bc;
        color: #ffffff;
        padding: 10px 5px 10px 5px;
        border: 1px solid black;
        font-family: Arial;
        font-size: small;
        font-weight: bold;
        text-transform: capitalize;
    }

    .bgKIP_DataTable tr td {
        padding: 1px 5px 1px 5px;
        color: #000000;
        font-family: Arial;
        font-size: small;
        border: 1px solid black;
        vertical-align: middle;
    }

    .bgKIP_DataTable tr.alt td {
        color: #000000;
        background-color: #ececec;
        border: 1px solid black;
    }

.bgKIP_InputTable {
    font-family: Arial;
    width: 100%;
    border-collapse: collapse;
}

    .bgKIP_InputTable tbody {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 1px;
        font-size: small;
        vertical-align: baseline;
        background: #ececec;
    }

    .bgKIP_InputTable td, .bgKIP_InputTable th {
        font-size: small;
        border: 1px solid black;
        padding: 3px 7px 2px 7px;
    }

    .bgKIP_InputTable th {
        font-size: small;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #cacaca;
        color: #ffffff;
        font-weight: bold;
    }

    .bgKIP_InputTable tr.alt td {
        color: #000000;
        /* blaue Zeilen */
        background-color: #cadbfe;
    }

    .bgKIP_InputTable tr:nth-child(even) {
        background-color: #cacaca;
    }

.focus {
    border: 1px solid #cccccc;
    outline: none;
    background-color: #faeaa1;
}

.blur {
    border: 1px transparent;
    outline: none;
}

.blurlogon {
    border: 1px solid #cccccc;
    outline: none;
}

.navbutton {
    padding-left: 10px;
}

    .navbutton:hover {
        background-color: #cadbfe;
    }

.bgKIP_SettingsTable {
    color: #000000;
}

    .bgKIP_SettingsTable td {
        padding: 1px 10px 1px 1px;
    }

.checkbox_format {
    border: 0;
    margin: 0;
    padding: 0;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Buttons
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.StdButton {
    width: 200px;
    margin: 0 0 0 0;
    padding: 5px 5px;
    font-size: small;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.8;
    -webkit-appearance: button;
    -moz-appearance: none;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    border: none;
}

    .StdButton:disabled {
        color: #888888;
    }

.blue {
    background-color: #0474bc;
}

.red {
    background-color: #940d13;
}

.lightgreen {
    background-color: #C5EFF7;
}

.green {
    background-color: #016b29;
}

.grey {
    background-color: #707072;
}

.yellow {
    background-color: #fdcc03;
}

.orange {
    background-color: #e69123;
}

.olive {
    background-color: #588c73;
}

.steel {
    background-color: #35404f;
}

.gold {
    background-color: #ffb000;
}

.petrol {
    background-color: #00677f;
}

.olive {
    background-color: #015256;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 
   Seitenlock für Bearbeitungszeit
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    padding-top: 20%;
    filter: alpha(opacity=90);
    opacity: 0.03;
}

.bottom-padding {
    padding: 0 0 1rem 0 ;
}

.center-vertical {
    margin-top: 11em;
}