﻿body {
    font-family: arial !important;
    font-size: 13px;
}

hr {
    border: solid 1px #CCCCCC;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.h2 {
    font-family:  Lucida Sans Unicode !important;
    font-size: 21px;
    font-weight: bold;
    line-height: 23px; 
    padding-top: 20px;
    padding-bottom: 15px;
}

input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=submit], input[type=button]
{
    font-family:  arial !important;
    background-color: #ffffff;
    border-width: 2px;
    border-color: #666666;
    border-style: solid;
    border-radius: 5px;
    height: 25px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    background-color: #c0c0c0;
}

input[type=text], textarea 
{
    font-family:  arial !important;
    font-size: 13px;
    font-weight: normal;
}

input[type=text][readonly], textarea[readonly]
{
    font-family:  arial !important;
    font-size: 13px;
    font-weight: normal;
    background-color: #c0c0c0;
}

input[type=text][disabled], textarea[disabled]
{
    font-family:  arial !important;
    font-size: 13px;
    font-weight: normal;
    background-color: #666666;
    color: #ffffff;
}

a {
    color: #0000ff;
}
a:visited {
    color: #0000ff;
}
a.disabled  {
    color: #666666;
    text-decoration: line-through;
}

::-webkit-input-placeholder {
   color: #cccccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc;  
}

:-ms-input-placeholder {  
   color: #cccccc;  
}

.sucherg table 
{    
    text-align: left;
    vertical-align: top;
    background-color: #e6e6e6;
    
}
.sucherg table td, table th 
{
    padding: 2px 10px;
}
.sucherg td, tr, th
{
    text-align: left;
    vertical-align: top;
}
.sucherg tr {
    background-color: #e6e6e6;
}
.sucherg th 
{
    background-color: #666666;
    color: #fff;
}
.sucherg tr:hover 
{
    background-color: #dcdcdc !important;
    color: #000000;
}
/*table tr:nth-child(1n+2) {
background-color: #cccccc;
color: #000;
}
table tr:nth-child(2n+3) {
background-color: #;
color: #000;
}*/

.upload 
{
    font-family:  arial !important;
    background-color: #ffffff;
    border-width: 2px;
    border-color: #666666;
    border-style: solid;
    border-radius: 5px;
    height: 25px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
}

.showdetail 
{
    background-image:url('../Images/view.png');
    display: block;
    background-repeat:no-repeat; 
    background-position:left;
    background-color: #e6e6e6;
}

.showdetail:hover 
{
    background-image:url('../Images/view.png'); 
    display: block;
    border-width: 0;
    border-style: inherit;
    background-repeat:no-repeat; 
    background-position:left;
    background-color: #e6e6e6; 

}

.showunlock 
{
    background-image:url('../Images/lock_open.png'); 
    display: block;
    background-repeat:no-repeat; 
    background-position:center;
    background-color: #e6e6e6;
}

.showunlock :hover 
{
    background-image:url('../Images/lock_open.png'); 
    display: block;
    border-width: 0;
    border-style: inherit;
    background-repeat:no-repeat; 
    background-position:center;
    background-color: #e6e6e6; 

}

.showlock 
{
    background-image:url('../Images/lock.png'); 
    display: block;
    background-repeat:no-repeat; 
    background-position:center;
    background-color: #e6e6e6;
}

.showlock :hover 
{
    background-image:url('../Images/lock.png'); 
    display: block;
    border-width: 0;
    border-style: inherit;
    background-repeat:no-repeat; 
    background-position:center;
    background-color: #e6e6e6; 

}

.edit {
    background-image:url('../Images/edit.png');
    background-repeat:no-repeat; 
    background-position:left;
    border-width: 0;
    border-style: inherit;
}

.edit:hover {
    background-image:url('../Images/edit.png'); 
    background-repeat:no-repeat; 
    background-position:left;
    border-width: 0;
    border-style: inherit;
}

.deleteButton {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e6e6e6;
}

    .deleteButton :hover {
        border-width: 0;
        border-style: inherit;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #c7ebff;
    }

.columnDiv {
    height: 32px;
    align-content: center;
}

.protokollGrid {
    display: grid;
    grid-template-columns: 80px 130px auto;
    grid-template-rows: auto;
    width: 100%;
}

.protokollGrid_Column1 {
    grid-column: 1;
    margin-bottom: 5px;
}

.protokollGrid_Column2 {
    grid-column: 2;
    margin-bottom: 5px;
}

.protokollGrid_Column3 {
    grid-column: 3;
    margin-bottom: 5px;
}