﻿/*Fix overflow telerik grid*/
div.t-grid {
    display: table;  
}

  #topnavleft { position:absolute; top:10px; left:10px; text-align:right; color: #aaa; background: transparent; }
/*Set font*/
body
{
    font-family: "Segoe UI",Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .t-widget
{
    font-family: "Segoe UI",Arial,sans-serif;
}

.error
{
    color:Red;
}

.supererror
{
    font-size: 2em;
    font-weight: bold;
    color:Red;
}

.msgsuccess
{
    font-weight: bold;
    color:Blue;
}

.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;
}

.DataGridLoading
{
    outline-color:Green;
    outline-style:double;
    outline-width:thick;
}

.DataGridLoadingBackground
{
    opacity:0.2;
    filter:alpha(opacity=20);
}


/*Telerik Fix Upload Button for IE*/
.t-upload-button input
{
    zoom: 2;
}

/*Active menu item*/
#mainmenu #active a
{font-weight: bold;
color: #ff0000;}

/* Stile für Editor- und Anzeigehilfeprogramme
----------------------------------------------------------*/
.editor-label,
.display-field,
.editor-field,
.editor-field-required
{
    margin: 0.5em 0;
}

    .editor-field-required:after
    {
        color: green;
        font-size:larger;
        content: "*";
    }

.label-date-format:after {
    font-size:smaller;
    content: "(" var(--date-format-text) ")";
}

table .editor-label
{
    text-align:right;
}

.display-label
{
    margin: 0.5em 0;
    font-weight: bold;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.linkImage
{
    border: 0;
}

/* FORMULARLAYOUTELEMENTE   
----------------------------------------------------------*/

hr {
    border: none;
    height: 1px;
    background-color: #6EB32A; 
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset#filter
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    width : 50%;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"],
input[type="email"]
{
    width: 150px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 150px;
    border: 1px solid #CCC;
}

/*For the analysis*/
.analysisTable
{
    /*width: 100%;*/
    border: 1px;
    border-color: Black;
}

.analysisTable tbody tr:last-child td
{
    border-bottom: thin solid black;
}

.analysisTableTotal tbody tr:last-child
{
    border-top: 2px solid #800;
    font-weight: bold;
}

.analysisHeader
{
    /*font-family: Arial,Helvetica,sans-serif;*/
}

/*Custom Grid */
div.t-grid .t-header, div.t-grid .t-last-header { white-space: normal; }
div.t-grid .t-header .t-link { height: auto; line-height: normal; }

tr.t-grid-edit-row td
{
   text-overflow: clip;
}

.t-active-filter{background-color:#F00000;}


.t-hierarchy-cell .t-minus
{
    background-color:Black;
    
}

.t-hierarchy-cell .t-plus
{
    background-color:Black;
}

/*Registration*/

div[id="DataPrivacy"]
{ border: 1px solid black;
  width: 50%;
  text-align:center;
  background-color: #D3D3D3; 
}

div[id="DataPrivacy"] b
{ color:Blue;}

.specialLink
{
    font-weight: bold;
    text-decoration: underline;
    color: #FF0000;
}


/*Extras*/

.divWithMargin
{ margin-left:20px; }

/*Banner */
.alertBanner
{
    width:50%;
    color:Red;
    font-weight:bold;
    font-size: large;
}

/*Tables*/
.tableWithoutBordersAndGrid
{
    border-width: 0px;
}

    .tableWithoutBordersAndGrid td
    {
        border-bottom-width: 0;
    }

    .tableWithoutBordersAndGrid th
    {
        border-bottom-width: 0;
    }


.tableYearlyDataSeparatorTr {
    border-bottom: solid thin;
}

/*Hospital*/
.titleStrategies{  
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    transform: rotate(270deg);
}

/*News*/

.uploadDocumentsTable td{
    vertical-align:top;    
}