﻿/* <Header & Footer> ******************/

html
{
    height: 100%
}

.header 
{
	background-color: #F4F7F9;
	/*
	background-image: url(/images/teamop/banner-website-2000x100h1.png);
	*/
	height: 100px;
	vertical-align:bottom;
	border: none;
}

.headLeft 
{
    background-image: url(/images/teamop/logo274x60.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	height: 80px;
	width: 320px;
}

.PatientHeadLeft {}

.headLeftLogo {
    background-image: url(/images/teamop/logo274x60.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    height: 80px;
    width: 320px;
}

.headMiddle
{
	background-image: url(/images/empty.png);
	background-repeat: no-repeat;
	background-position: top middle;
	height: 80px;
	/*width: 600px;*/
}

.headRight
{
	background-image: url(/images/empty.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 40px;
	width: 230px;
}

@media screen and (max-width: 460px)
{
    .headLeft
    {
        background-image: url(/images/teamop/logo274x60.png);
	    background-repeat: no-repeat;
	    background-position: 10px 10px;
	    height: 30px;
	    max-width: 100%;
    }

    .PatientHeadLeft {
        background-image: url(/images/teamop/logo274x60.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        height: 30px;
        max-width: 100%;
    }

    .headLeftLogo {
        height: 1px;
        width: 1px;
    }
    
    .headMiddle
    {
	    background-image: url(/images/empty.png);
	    background-repeat: no-repeat;
	    background-position: top bottom;
	    width: 0px;
    }
    
    .headRight
    {
	    background-image: url(/images/empty.png);
	    background-repeat: no-repeat;
	    background-position: bottom right;
	    width: 0px;
    }
}

.footer
{
	font-family: Calibri;
	color: #64403F;
	font-size:x-small;
	height:50px;
}
/****************** </Header & Footer> */

/* <Master Table> ******************/
.masterTable
{
    /*padding: 0px;
    margin: 0px;*/
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border-width: 0px;
}

.masterTable_td { padding: 0px; }

.wideTable
{
    /*padding: 0px;
    margin: 0px;*/
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border-width: 0px;
}

.wideTable td { padding: 0px; }

.masterLoginDiv
{
    clear: left;
    float:right;
    vertical-align: bottom;
    font-size: smaller;
}

.masterTableMain
{
    padding: 5px 2px 2px 5px;
    width: 100%;
    height: 500px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-width: 0px;
    vertical-align: top;
    background-color: #F4F7F9;
    /* background-image: url(/images/sideback.png); */
    background-position: top;
    background-repeat: repeat-x;
}

.masterTableMain tr { vertical-align: top; }

.masterTableMain_MainTr
{
    height: 100%;
}

.masterTableMain_MainSideTd
{
    width: 10%;
    max-width: 15%;
    vertical-align:top;
}

.masterTableSplit
{
    height: 15px;
    background-color: #F4F7F9;
}

.masterContent
{
    border: 0px solid #909090;
    vertical-align: top;
    width: 85%;
    max-width: 100%;
    background-color: #F4F7F9;
    border-collapse: collapse;
    padding: 3px 3px 3px 15px;
}
/****************** </Master Table> */

/* <Info Box> ******************/
.infoBox
{
    border: thin solid #008000; 
    font-size: smaller; 
    background-color: #FCF9CF;
    color: #008000;
    font-style: italic; 
    cursor: help;
}

.infoBox:hover
{
    /* font-size: larger; */
}

.hotInfoBox
{
    text-align: center;
    border: thick inset red;
    font-size: larger;
    background-color: #FCF9CF;
    color: #FF0000;
    font-weight: bold;
}

.warningBox
{
    text-align: center;
    border: thin solid red;
    background-color: #FCF9CF;
    color: #FF0000;
    font-style: italic;
}
/****************** </Info Box> */

/* <Menu> ******************/
.menubar
{
    background-color: #4DA3DB;
}
.menubar td
{
    padding: 2px 3px 0px 3px;
}
.menuitemselected
{
    background-color: #F4F7F9;
    border-style: outset;
    border-width: 1px 1px 0;
    padding: 4px 5px;
    color: Black;
    font-family: verdana;
    font-size: 0.9em;
}
.menuitemselected:hover
{
    background-color: #F4F7F9;
    color: Black;
}

li .dynamic a 
{
    border-top: 1px dotted #F4F7F9;
}

.level2 .icon, .level1 .icon
{
    padding-right:7px;
    width:16px;
    height:16px;
}

/****************** </Menu> */

/* <Elements> ******************/
body
{
    height:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:#F4F7F9;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
}

a
{
    color: #7C6F57;
}

fieldset
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 0;
    margin: 0;
    border: solid 1px #848484;
}

legend
{
	color: #64403F;
}

textarea
{
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
    color:Gray;
	margin:0;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
	box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
}
/****************** </Elements> */

/* <Button> ******************/
.btn, .btn:active, .btn:visited
{
    color:white;
    background:#4da3db;
    height:30px;
	margin:0;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(65,145,195, 1);
	-moz-box-shadow: inset 0 0 8px 2px rgba(65,145,195, 1);
	box-shadow: inset 0 0 8px 2px rgba(65,145,195, 1);
	cursor:pointer;
}

.btn:hover
{
    color:white;
    background:#aac91d;
    height:30px;
	margin:0;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(152,179,25, 1);
	-moz-box-shadow: inset 0 0 8px 2px rgba(152,179,25, 1);
	box-shadow: inset 0 0 8px 2px rgba(152,179,25, 1);
	cursor:pointer;
}
/****************** </Button> */

/* <Select> ******************/
.select100
{
    /*
    width: 100%;
    border: inset 1px #DCDCDC; 
    color: gray;
    cursor: pointer;
    height: 21px;
    -moz-border-radius: 2px;
*/
}

.select
{
    /*
    border: inset 1px #DCDCDC; 
    background-color: #F7F6F3; 
    color: #7C6F57; 
    cursor: pointer;
    height: 21px;
    -moz-border-radius: 2px;
    */
}
/****************** </Select> */

/* <TD> ******************/
.tdbg
{
	background-color: #7C6F57;
	color: #F7F6F3;
}

.tdLogin
{
    text-align: right;
    vertical-align: top;
    background-color: #4DA3DB;
    padding: 0;
    margin: 0;
}
/****************** </TD> */

/* <GridView> ******************/
.gView
{
    color: #333333;
}

.gView caption
{
    background-color: White;
    color: #5D7B9D;
    font-weight: bold;
    font-size: larger;
    border: solid 1px #5D7B9D;
}

table .gView
{
    border: 0px solid #ee0000;
}

table .gView td
{
    /*border-bottom: 1px solid #F4F7F9;*/
}

table .gView tr:last-child
{
    /*border-bottom: 3px solid #ffffff;*/
}

table .gView th a:hover
{
    text-decoration:underline;
}

table .gView th a
{
    text-decoration:none;
}

/****************** </GridView> */

/* <News> ******************/
.newsHeader
{
    color: #012469;
    font-size: 1.1em;
    font-weight: bold;
}

.newsContent
{
    border: solid thin #909090;
    background-color: White;
}

.newsCreated
{
    white-space: nowrap;
    font-style: italic;
    color: Blue;
}
/****************** </News> */

/* <Misc> ******************/
.fieldDefinier
{
    color: #713232;
}

.fieldData
{
    font-style: italic;
}

.sideCmdTbl
{
    width: 100%;
    background-color: #F7F6F3;
}

.pDragDiv
{
	width: 100%;
	height: 21px;
	background-color: #5078B3;
	text-align: right;
	cursor: move;
	font-weight: bold;
}

.scriptLinkDiv
{
	text-decoration: underline;
	color: #0000EE; 
	cursor: pointer;
}

.frameText
{
	width:100%;
	height:100%;
	/*overflow:auto;
	float:left;*/
	background-color: Transparent;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}

.tblWizardFinal
{
    border-collapse: collapse;
    background-color: #F7F6F3;
    border-color: #E6E2D8;
    border-style: solid;
    border-width: 1px;
}

.tblWizardFinalHeader
{
    color: White;
    background-color: #5D7B9D;
    font-size: 0.9em;
    font-weight: bold;
}

.calAddInfo
{
    color: #660033; 
    font-style: italic; 
    font-weight: bold; 
}
/****************** </Misc> */

/* <ListView> ******************/
.lv_LayoutTemplate
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    /*border-color: #999999;
    border-style: none;
    border-width: 1px;*/
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
    border: solid 1px #F4F7F9;
}

.lv_LayoutTemplate th, .lv_LayoutTemplate td
{
    padding:3px;
}

.lv_LayoutTemplate_tr
{
    background-color: #e2e2e2;
    color: #333333;
}

.lv_ItemTemplate
{
    background-color: #F4F7F9;
    color: #333333;
}
/*Besetzt*/
.lv_ItemTemplate2
{
    background-color: #666666;
    color: #FFFFFF;
}

.lv_altItemTemplate
{
    background-color: #F5F5F5;
    color: #333333;
}

.lv_editItemTemlate
{
    background-color: #F4F7F9;
    color: #333333;
}

.lv_insertItemTemplate
{
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
}

.lv_emptyItemTemplate
{
    /*background-color: #FFFFFF;*/
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}

.lv_selItemTemplate
{
    background-color: #F4F7F9;
    font-weight: bold;
    color: #FFFFFF;
}

.lv_Pager
{
    text-align: center;
    /*background-color: #CCCCCC;*/
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
    color: #333333;
}
/****************** </ListView> */

/* <TimePicker> ******************/
.TimePickerTable
{
    border: thin ridge #000000; 
    text-align: center; 
    background-color: #A6C693; 
    z-index: 999; 
    position: absolute; 
    display: none;
}

.TimePickerButton
{
    width: 23px; 
    font-size: x-small; 
    font-weight: bold; 
    background-color: Black; 
    color: White;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1px;
    text-align: center;
}

.TimePickerHour
{
    width: 23px; 
    font-size: x-small;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1px;
    text-align: center;
}

.TimePickerMinute
{
    width: 30px; 
    font-size: x-small;
}
/****************** </TimePicker> */

/* <AJAX> ******************/
.handleResize
{
    width: 15px;
    height: 16px;
    background-image: url(/images/HandleGrip.png);
    overflow: hidden;
    cursor: se-resize;
}

.handleResizing
{
    padding:0px;
    border-style:solid;
    border-width:2px;
    border-color:#445447;
}

.collapsePanelHeader
{   
    /*
	height:30px;
	background-image: url(/images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
    overflow: hidden;
    */
    background:#4DA3DB;
    color:White;
    padding:5px;
    width:200px;
}

.collapsePanelBody
{
    border: 1px solid #4DA3DB;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom:15px;
    padding:5px;
}

.collapsePanelHeaderBlue
{
    /*
	height:30px;
	background-image: url(/images/bg-menu-main_blue.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
    overflow: hidden;
    */
}

.collapsePanelBodyBlue
{
    border: 1px solid #4DA3DB;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom:15px;
    padding:5px;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.Pwd_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Pwd_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Pwd_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Pwd_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.Pwd_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.watermarked
{
    /*
	background-color: #F7F6F3;
    */
	color: Gray;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

/* AJAX Calendar */
.ajaxCalendar .ajax__calendar_container
{
	background-color: #e2e2e2; 
	border:solid 1px #cccccc;
}
.ajaxCalendar .ajax__calendar_header
{
	background-color: #ffffff; 
	margin-bottom: 4px;
} 
.ajaxCalendar .ajax__calendar_title,
.ajaxCalendar .ajax__calendar_next,
.ajaxCalendar .ajax__calendar_prev
{
	color: #004080; 
	padding-top: 3px;
}
.ajaxCalendar .ajax__calendar_body
{
	background-color: #e9e9e9; 
	border: solid 1px #cccccc;
}
 .ajaxCalendar .ajax__calendar_dayname
{
	text-align:center; 
	font-weight:bold; 
	margin-bottom: 4px; 
	margin-top: 2px;
} 
.ajaxCalendar .ajax__calendar_day
{
	text-align:center;
}
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_day,
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_month,
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_year,
.ajaxCalendar .ajax__calendar_active
{
	color: #004080; 
	font-weight:bold; 
	background-color: #ffffff;
}
.ajaxCalendar .ajax__calendar_today
{
	font-weight:bold;
}
.ajaxCalendar .ajax__calendar_other,
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_today,
.ajaxCalendar .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
}
/*
.ajax__calendar
{
    //position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible;
    display: block;
}

.ajax__calendar iframe
{
    left: 0px !important;
    top: 0px !important;
}*/

.progress_green .ajax__progress_indicator
{
    background-image:url(/images/progress_green.gif);
}

.progress_red .ajax__progress_indicator
{
    background-image:url(/images/progress_red.gif);
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(/images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuLabel
{
    display: block; 
    padding: 2px; 
    padding-right: 50px; 
    font-family: Tahoma; 
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    white-space: nowrap;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
/****************** </AJAX> */

/* Patient QuickSearch */
input[type=text], input[type=password], .PatQuickSearch input[type=text] {
	margin:0;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
	box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
}

select
{
    color:Gray;
	margin:0;
	padding: 5px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
	box-shadow: inset 0 0 8px 2px rgba(0,0,0, 0.1);
}

.PatQuickSearch
{
    border:1px solid #4DA3DB;
    overflow: hidden;
}

.PatQuickSearch input[type=text]:focus, .PatQuickSearch select:focus 
{
	outline:0;
	border:1px solid #aac91d;
	-webkit-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
	box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
	background:#F7F6F3;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus
{
    outline:0;
	border:1px solid #aac91d;
	-webkit-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
	-moz-box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
	box-shadow: 0 0 5px 4px rgba(36,184,194, 0.10);
	background:#F7F6F3;  
}

.PatQuickSearch select 
{
   width:100%;
}

.PatQuickSearch input[type=image]
{
    line-height:30px;
    padding-top:5px;
}

.boxHeader
{
    background:#4DA3DB;
    color:White;
    padding:5px;
    width:200px;
}

/* DAS IST LINKS IBONUN MARIFETI*/
.boxHeaderRight
{
    background:#4DA3DB;
    color:White;
    padding:5px;
}

/* AJAX TOOLKIT TAB UEBERSCHREIEBN */
.ajax__tab_header
{
    background: none;
}

/* LOGIN HACK */
#masterBodyContent_Login1 label
{
    line-height:25px;
    padding-right:5px; 
}
#masterBodyContent_Login1_LoginButton
{
    width:155px;
    margin-right:25px;
}
.cafLoginTitle
{
    font-size:16px;
    padding-left:5px;
    padding-bottom:10px;
    text-align:right;
    padding-right:90px;
}

/* Logout Button oben rechts HACK */
#LoginName1
{
    /*border:1px solid #ee0000;*/
}
#LoginStatus1
{
    
}
#LoginStatus1
{
    padding:7px 0 0 0;
    margin:0;
}

hr
{
	color:#F4F7F9;
}

/* DatePatient */

.datePatientDivBox {
    background-color: #FFFFFF;
    font-size: larger;
    max-width: 410px;
    border-radius: 10px;
    box-shadow: 5px 10px 8px #888888;
    margin-bottom: 40px;
}

.datePatientBoxHeader {
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #0075BE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.datePatientBoxTitle {
    color: #FFFFFF;
}

.datePatientBoxContent {
    padding: 10px;
}

.datePatientHint {
    color: #4DC488;
    font-style: italic;
    font-size: smaller;
    white-space: nowrap;
}