﻿html {
    font-size: 62.5%;
}

body {
    background: none repeat scroll 0 0 white;
    color: Black;
    font: 1em 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    height: 100%; 
    margin: 0px; 
    padding: 0px; 
    overflow: hidden;
}

.alignright
{
    text-align: right;
}

.wordwrap {
    white-space: normal;
    word-wrap: break-word !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}


.autowidth {
    width: auto;
    width: auto !important;
}

.nopadding {
    padding: 0;
    padding: 0 !important;
}

#header {
    display:table;
    table-layout:fixed;
    width:100%;
    height:53px;
    text-align:center;
    margin: 0 0 0 0;
    border-bottom-style: solid;
    font-weight: bold;
    border-bottom-color: #0067B2; /*#CA5100*/
    background-color: #0072C6;
}

#header-buttons {
    width: 85%;
    font-size: 12pt;
}

#header-status {
    width: 15%;
    float: left;
    height: 100%;
}

.header-box {
    display:table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #0072C6; /*#FF8800*/
}

.header-box .toolbutton_text {
    font-family: 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-weight: lighter;
    font-size: 20px;
}

#logo-box {
    width: 15%;
    margin-left: 12px; /* => #verwaltung-box, #erfassung-box, #auswertung-box width: calc(29% - 4px) */
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 24px;
    height: 48px;
}

#logo-box img {
    vertical-align: middle;
}

#verwaltung-box a, #erfassung-box a, #auswertung-box a, #logo-box a {
    cursor: pointer;
    display: inline-block;
    height: 48px;
    width: 179px;
    outline: 0 none;
    text-decoration: none;
    color: white;
    padding: 0 4px;
}

#verwaltung-box a.mouseOver, #verwaltung-box a.active, #verwaltung-box a:hover {
    background-color: #005B9E; /*#CC6D00*/
}

#erfassung-box a.mouseOver, #erfassung-box a.active, #erfassung-box a:hover {
    background-color: #005B9E; /*#CC6D00*/
}

#auswertung-box a.mouseOver, #auswertung-box a.active, #auswertung-box a:hover {
    background-color: #005B9E; /*#CC6D00*/
}

@media only screen and (max-width: 900px) {
    #status-box {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
  #verwaltung-box a, #erfassung-box a, #auswertung-box a {
    width: 48px;
  }

  #verwaltung-box .toolbutton_text, #erfassung-box .toolbutton_text, #auswertung-box .toolbutton_text {
      display: none !important;
  }

  #verwaltung-box .img_toolbutton:hover:after, #erfassung-box .img_toolbutton:hover:after , #auswertung-box .img_toolbutton:hover:after  {
    content: attr(data-tooltip);
    color: #000023;
    background: #E5E9EE;
    padding: 6px;
    position: relative;
    top: 64px;
    left: -4px;
    z-index: 98;
    border: 1px #000 solid;
    white-space: nowrap;
  }

  #verwaltung-box .img_toolbutton:hover:before, #erfassung-box .img_toolbutton:hover:before , #auswertung-box .img_toolbutton:hover:before  {
    content: "";
    z-index: 99;
  }
}

#status-box {
    width: 13%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding: 0 0px 0 10px;
    background-color: #338ED1; /*#FFA033*/
}

#status-box > span span {
    line-height: 17.66px;
    height: 17.66px;
}

#logout-box {
    width: 50px;
    background-color: #338ED1; /*#FFA033*/
}

#logout-box .dxm-main {
    background: none !important;
    border: none !important;
    padding-right: 0;
}


/* dropdown button remove white area between popup in office2003 blue */
/*#logout-box .dxm-horizontal,*/
#logout-box div[class^='dxmBrdCor_'] {
    background: inherit !important;
}
/*
#logout-box .dxm-dropDownMode.dxm-hovered, #logout-box .dxm-dropDownMode.dxm-hovered .dxm-popOut  {
    border: none !important;
}
*/

#logout-box .dxm-main .dxm-item {
    background: none !important;
    border: none !important;
    padding: 0;
}

/* dropdown button */
#logout-box .dxm-dropDownMode .dxm-item, #logout-box .dxm-dropDownMode .dxm-hovered{
    background: inherit !important;
}

/* dropdown button when hovered */
#logout-box li[class="dxm-item dxm-dropDownMode dxm-hovered"] {
    background: inherit !important;
    border: none !important;
}

/* dropdown button - elements (button & popout-image) */
#logout-box .dxm-dropDownMode .dxm-popOut, #logout-box .dxm-dropDownMode .dxm-content {
    padding-right: 3px !important;
    padding-left: 3px !important;
    border: none !important;
}

/* dropdown menu */
#logout-box .dxm-popup {
    margin-top: 5px !important;
    margin-left: 8px !important;
}

.img_toolbutton {
    width: 48px;
    height: 48px;
    float: left;
}

.toolbutton_text {
    float: left;
    vertical-align: middle;
    height: 100%;
    display: block;
    line-height: 48px;
    text-align: center;
    width: 131px;
    overflow: hidden;
}

#img_verwaltung {
    background: url("../Images/common/administration-48.png") no-repeat center;
}

#img_erfassung {
    background: url("../Images/common/timesheet-48.png") no-repeat center;
}

#img_auswertung {
    background: url("../Images/common/reporting-48.png") no-repeat center;
}

#whois {
    color: #FFFFFF;
    display: inline;
    font-size: 10px;
    margin: 0;
    position: absolute;
    right: 150px;
    top: 2px;
}

[class^="dxeErrorCell_Metropolis"] {
    width: 20px;
}

[class^="dxeErrorCell_Metropolis"] td {
    padding-right: 0 !important;
}

td[class^="dxpcContent_"] {
    padding: 2px 7px;
}

/* dialog footer buttons */
.footerpadding {
    padding: 5px 20px;
}

/* timesheet entry page */
/* horizontally center calendar control */
#MainContent_MainContent_ASPxCalendarSelectedDate {
    margin: 0 auto;
}

/* administration settings page */
/* position save button to the right */
#ASPxMenuUserOwnData ul, #ASPxMenuCompany ul {
    width: 100%;
}

#ASPxMenuUserOwnData ul li:last-child, #ASPxMenuCompany ul li:last-child {
    float: right;
}

/* ASPxComboBox GridLines (add ListBoxStyle-CssClass="hideGridLines" to ASPxComboBox) */
.hideGridLines [class^="dxeListBoxItem"]
{
    border-style: none !important;
}

.hideGridLines td.dxeIM, .hideGridLines td.dxeFTM, .hideGridLines td.dxeTM, .hideGridLines td.dxeLTM,
.hideGridLines td.dxeCM, .hideGridLines td.dxeMIM
{
    border-style: none !important;
}

/*ASPxComboBox Header (add ListBoxStyle-CssClass="hideColumnHeader" to ASPxComboBox) */
.hideColumnHeader .dxeHD, .hideColumnHeader .dxeHLC
{
    display: none;
}
.hideColumnHeader .dxeHC,  .hideColumnHeader .dxeHLC, .hideColumnHeader td.dxeHMIC, 
.hideColumnHeader .dxeHIC, .hideColumnHeader .dxeHFC, .hideColumnHeader .dxeHCC, 
.hideColumnHeader .dxeHFC, .hideColumnHeader .dxeHC,  .hideColumnHeader .dxeHMIC
{
    display: none;
}

/* ASPxFormLayout Groupboxes box model fix */
.dxflGroupBoxSys {
    box-sizing: border-box;
}

/* MainContent */
#MainContent_MainContent_ctl00 {
    top: 75px;
    height: calc(100% - 75px) !important;
}

/* ASPxMemos - TextArea padding */
[class^="dxeMemo"] [class^="dxeMemoEditArea"] {
    padding: 0 0 0 3px;
    padding: 0 0 0 3px !important;
    box-sizing: border-box;
}

/* TimeSheetEntryPage grid caption */
#MainContent_MainContent_ASPxGridViewTimeSheetEntries_DXHeaderTable caption {
    font-weight: bold;
}

.wordwrap {          
    white-space:normal;
    word-wrap:break-word;     
}

.layoutGroupWidthAuto > tbody > tr > td {
    width: auto !important;
}

.missingContractCell {
    font-weight: bold;
    color: #009;
}

.active_bold {
    font-weight: bold !important;
}

.dwxNoBorderRbl {
    border: none !important;
    xdisplay: none;
    xposition: absolute;
    xmargin-top: -13px
}

.dwxNoBorderRbl .dx-wrap
{
    white-space: nowrap !important;
    overflow: hidden;    
    text-overflow: ellipsis;
}

.dwxNoBorderRbl > tbody > tr > td {
    padding: 0 !important;
}

.dwxNoBorderRbl > tbody .dxeBase_Metropolis {
    margin-left: -5px;
    margin-right: 10px;
}


.dwxHideRightPaneInSplitter > TBODY > TR > TD:nth-child(2),
.dwxHideRightPaneInSplitter > TBODY > TR > TD:nth-child(3)
{
    xdisplay:none !important;
}

.dwxHideRightPaneInSplitter > TBODY > TR > TD:nth-child(1) > div
{
    xwidth:100% !important;
}

.dwxHideRightPaneInSplitter #NCPACLEFTDIV
{
    position:absolute;
    left:10px;
    right:10px;
    width:auto !important;
    background-color:white;
}

.tnAdminDetailsSplitter .dwxMyRoundPanel
{
    table-layout: fixed;
}

.dwxMyRoundPanelHead .dxrpHT.dx-vam
{
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-bottom:4px;
}

.dxpc-headerText.dx-vam
{
    padding-bottom:5px;
}

.dwxFixFfMinWidthController .dxflCaptionCellSys 
{
    width: auto !important;
    min-width: 0 !important;
}