﻿html
{
	height: 100%;
}

body {
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
	margin: 0 0;
	height: 100%;
}

header, footer, nav, section {
    display: block;
}

img
{
    border: 0px solid black;
}

a
{
    color: Black;
}

.BasicButton
{
    cursor: pointer;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.CenterBar
{
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	height: 100%;
}

.LogoBackDiv
{
    background-image:url('/Content/Images/hybasemobile_logo.png');
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.NavBarUpper
{
	min-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	-webkit-border-radius: 0 0 10 10px;
	border-radius: 0 0 10 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-bottom: 1px solid #717171;
}

.MenuButton
{
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-bottom: 1px solid #717171;
	background-image:url('/Content/Images/Menu.png');
	width: 32px;
	height: 32px;
	float:left;
	cursor: pointer;
}

@media (min-width: 551px) 
{
    .Headline
    {
	    padding-top:12px;
	    padding-left: 10px;
	    float: left;
	    font-family: Verdana;
	    font-size: 14px;
    }
}
@media (max-width: 550px)
{
    .Headline
    {
        display: none;
    }   
}

.MainContainer
{
	position: absolute;
	top: 41px;
	bottom: 0px;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MainContainer Open
{
	position: absolute;
	top: 120px;
	bottom: 0px;
	background-color: #fafafa;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
    padding-top: 5px;
    padding-bottom: 5px;    
}

.throbber {
  background-image: url('/Content/Images/wait_loading.gif');
  background-position: 0;
  background-repeat: no-repeat;
  display: none;
  height: 100px;
  width: 100px;
  position:absolute;
  left:50%;
  top:100px;
  margin-left:-50px;
}

.newthrobber
{
    background-image: url('/Content/Images/wait_loading.gif');
    background-position: 0;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    position: relative;
    left: 50%;
    top: 0px;
    margin-left: -50px;
}

.Button
{
    background-color: #DDDDDD;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    float: right;
    width:22px;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}

.Button:hover
{
    background-color: #EEEEEE;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    float: right;
    width:22px;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;   
}

.TextButton
{
    background-color: #DDDDDD;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    float: left;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}

.TextButton:hover
{
    background-color: #EEEEEE;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    float: left;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;   
}

.Nav_Button
{
    background-color: #DDDDDD;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    float: right;
    cursor: pointer;
    width:22px;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: none;
}

.Nav_Button:hover
{
    background-color: #EEEEEE;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    float: right;
    width:22px;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
    margin-left: 10px;
    cursor: pointer;
}

.ExtNavigation
{
    float: right; 
    padding-top: 8px;  
}

@media (max-width: 450px) 
{
    .PageTitle
    {
        padding-top: 0px;
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        font-size: 8pt;
    }
}
@media (min-width: 451px) 
{
    .PageTitle
    {
        padding-top: 12px;
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }
}

.LockDiv
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:Black;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50); 
    display:none;
}

.textbox
{
    border-radius: 5px;
    background-color: ghostwhite;
    height: 20px;
    margin-bottom: 5px;
    width: 90%;
}

.StdButton
{
    background-color: #DDDDDD;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    cursor: pointer;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
}

.StdButton:hover
{
    background-color: #EEEEEE;
    border: 1px solid dimgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px 1px lightslategray;
    cursor: pointer;
    height:22px;
    background-position: 2px;
    background-repeat: no-repeat;
}


.PaddingDiv
{
    padding: 20px;
}

@media (min-width: 612px) 
{
    .GeneralDiv
    {
        min-width: 612;
        left: 50%;
        margin-left: -306px;
        position: relative;
        
        //width: 100%; 
        max-width: 612px;
        //margin-left: 10px; 
    }
    .GeneralFullSizeDiv
    {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 611px) 
{
    .GeneralDiv
    {
        width: 100%; 
        max-width: 611px;
        margin-left: 0px; 
    }
    .GeneralFullSizeDiv
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;    
    }
}

@media (max-width: 450px) 
{
    .LoginDiv
    {
        display: table;
        left: 50%;
        position: absolute;
        width: 250px;
        margin-left: -125px;
        top: 100px;
        border: 1px solid silver;
        border-radius: 20px;
        background-color: White;
        
        background-image: -webkit-linear-gradient(white 0%, #9FBFD2 100%); 
        background-image: -moz-linear-gradient(white 0%, #9FBFD2 100%); 
        background-image: -o-linear-gradient(white 0%, #9FBFD2 100%); 
        background-image: linear-gradient(white 0%, #9FBFD2 100%);
        -webkit-box-shadow: 5px 5px 10px;
        -moz-box-shadow: 5px 5px 10px;
        box-shadow: 5px 5px 10px;
        height: 200px;
    }
    
    .CustomerDiv
    {
        display: none;
    }
    
    .MessageDiv
    {
        display: table;
        left: 50%;
        position: fixed;
        width: 250px;
        margin-left: -125px;
        top: 110px;
        border: 1px solid silver;
        border-radius: 20px;
        background-color: White;
        box-shadow: 5px 5px 10px;
        display: none;
        z-index: 1;
    }
    
    .SmallMenu
    {
        position: absolute;
        top: 45px;
        left: 5px;
        width: 250px;
        height: 280px;
        border:1px solid silver;
        border-radius: 10px;
        background-color: White;
        display: none; 
        padding: 5px;
    }
    
    .td
    {
        display: inline-block;
        width: 100%;
    } 
    
    .LogoDiv
    {
            left: 50%;
            position: absolute;
            width: 250px;
            margin-left: -125px;
            top: 20px;
            background-image: url('/Content/Images/Logo_Small.png'); 
            height: 70px;
    }   
       #minFilterBtn
       {
           display: block;
       }
}

@media (min-width: 451px) 
{
    .LoginDiv
    {
        display: table;
        left: 50%;
        position: absolute;
        width: 430px;
        margin-left: -215px;
        top: 150px;
        border: 1px solid silver;
        border-radius: 20px;
        background-color: White;
        
        background-image: -webkit-linear-gradient(white 0%, #9FBFD2 100%); 
        background-image: -moz-linear-gradient(white 0%, #9FBFD2 100%); 
        background-image: -o-linear-gradient(white 0%, #9FBFD2 100%); 
        background-image: linear-gradient(white 0%, #9FBFD2 100%);
        
        -webkit-box-shadow: 5px 5px 10px;
        -moz-box-shadow: 5px 5px 10px;
        box-shadow: 5px 5px 10px;
        
        height: 300px;
    }
    
    .CustomerDiv
    {
        display: block;
        
    }
    
    .LoginDiv > .PaddingDiv > .InputDiv
    {
        padding-top: 30px;
    }
    
    .MessageDiv
    {
        display: table;
        left: 50%;
        position: fixed;
        width: 300px;
        margin-left: -150px;
        top: 110px;
        border: 1px solid silver;
        border-radius: 20px;
        background-color: White;
        box-shadow: 5px 5px 10px;
        display: none;
        z-index: 1;
    }
    
    .SmallMenu
    {
        position: absolute;
        top: 45px;
        left: 5px;
        width: 300px;
        height: 280px;
        border:1px solid silver;
        border-radius: 10px;
        background-color: White;
        display: none; 
        padding: 5px;
    }
    
    .InputDiv
    {
        padding: 60px;
    }
    
    .td
    {
        display: inline-block;
        min-width: 80px;
    }
    
    .LogoDiv
    {
            left: 50%;
            position: absolute;
            width: 430px;
            margin-left: -215px;
            top: 20px;
            background-image: url('/Content/Images/Logo.png'); 
            height: 120px;
    }
    
    #minFilterBtn
    {
        display: none;
    }
}

Div.SuffixDiv
{
    float: right;
    font-size: 8pt;
    font-weight: normal;
    margin-right: 10px;
}

a.patientlink
{
    text-decoration: none;
}

Div.CloseOverlayBtn
{
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 15px;
    height: 18px;
    color: White;
    background-color: Black;
    box-shadow: 1px 1px 1px 1px dimgray;
    -webkit-box-shadow: 1px 1px 1px 1px dimgray;
    -moz-box-shadow: 1px 1px 1px 1px dimgray;
    cursor: pointer;
    display: none;
}

ul.List
{
    list-style-image: url(/Content/Images/dot.png);
}

@media(max-width: 450px)
{
    .ResiHeadABBox
    {
        display: block;
    }
    
    .tbimage
    {
        float: left; 
        width: 16px; 
        height: 16px; 
        background-image:url(/Content/Images/teilbefund.png); 
        margin-left: 0px;
    }
    
    .OnlyMaxContainer
    {
        display: none;
    }
}


@media(min-width: 451px)
{
    .ResiHeadABBox
    {
        display: none;
    }
    .SingleABCol > .ABDiv
    {
        display: none;
    }
    .tbimage
    {
        float: left; 
        width: 16px; 
        height: 16px; 
        background-image:url(/Content/Images/teilbefund.png); 
        margin-left: -30px;
    }
    
    .OnlyMaxContainer
    {
        display: block;
    }
}

div.ui-datepicker
{
    font-size: 12px;
    width: 200px;
    max-width: 200px;
}

.ui.datepicker dt
{
    max-width: 20px;
}

.ui-datepicker-trigger
{
    //margin-left: -20px;
    //margin-top: 2px;
    //display: block;
    margin-left: 2px;
    margin-top: -22px;
    display: block;
}

.datepickerinput
{
    width: 100%; 
    box-sizing: border-box; 
    border: 1px solid silver; 
    padding: 5px;
    padding-left: 20px;
}