/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.noheader {
    display: none;
}

textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.CustomGridViewFilterSummary {
    font-size: 9px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html {
    font-size: 100%;
    min-height: 99%;
}

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    min-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
}

a, a:link, a:visited {
    color: #345686;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: both;
}

.top {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #345686;
}

.topMenu {
    font-weight: bold;
}

    .topMenu p {
        display: block;
        text-align: right;
        padding-bottom: 6px;
    }

    .topMenu p:last-child {
        padding-bottom: 0;
    }

.siteHeader {
    margin: 10px 0;
    display: flex;
}

    .siteHeader > div {
        align-self: center;
        margin-left: 20px;
    }

    .siteHeader > div:first-child {
        margin-left: 0;
    }

    .siteHeader > .headerMessage {
        flex-grow: 1;
    }

    .siteHeader .updMessageWrapper {
        margin: auto;
        max-width: 420px;
    }

    .siteHeader img {
        height: 60px;
    }

.contentContainer {
    border: 5px solid #316988;
    border-radius: 3px;
}

.contentContent {
    border: 1px solid #cccccc;
    margin: 5px;
    clear: both;
    padding: 5px;
    background-image: url(../img/menu2back.png);
    background-repeat: repeat-x;
    background-position: left -30px;
    /*overflow: auto;*/
}

    .contentContent a {
        color: #000000;
    }

    .contentContent a[disabled] {
        color: #ccc;
    }

    .contentContent h2 {
        font-weight: bold;
    }
    
.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}



/***********MENU*************/

.tabMenu1 {
    background-color: #316988;
    padding-bottom: 7px;
    padding-top: 2px;
    clear: both;
}

    .tabMenu1 a, .tabMenu1 a:link, .tabMenu1 a:visited {
        color: #FFFFFF;
        padding-right: 20px;
        padding-left: 20px;
        font-weight: bold;
        padding-bottom: 10px;
    }

        .tabMenu1 a:hover {
            color: #dddddd;
        }

        .tabMenu1 a.active {
            background-color: #FFFFFF;
            color: #000000;
            padding-top: 2px;
            margin-top: -2px;
            text-decoration: none;
        }

        table.selectedTab {
            background-color: transparent !important
        }

        .tabMenu1 * .selectedTab:link, 
        .tabMenu1 * .selectedTab:visited, 
        .tabMenu1 * .selectedTab        
        {
	        background-color: #FFFFFF;
	        color: #000000;
	        padding-top: 2px;
	        margin-top: -2px;
	        text-decoration: none;
        }

.tabMenu2 {
    background-color: #FFFFFF;
    clear: both;
    margin-top: 10px;
    padding-bottom: 5px;
}

    .tabMenu2 > a, .tabMenu2 > a:link, .tabMenu2 > a:visited {
        color: #316988;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 5px;
        margin-left: 5px;
        font-weight: bold;
    }

        .tabMenu2 > a.active {
            color: #000000;
            padding-top: 4px;
            margin-top: -4px;
            text-decoration: none;
            background-color: #FFFFFF;
            margin-bottom: -5px;
            border: 1px solid #ccc;
            border-bottom-style: none;
            padding-bottom: 11px;
            background-image: url(../img/menu2back.png);
            background-repeat: repeat-x;
            background-position: left top;
        }

/*****************MISC********************/

.divCont {
    display: flex;
    justify-content: space-between;
}
.divPageTitle {
}
.divSolution {
}

.amp {
    font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-style: italic;
    font-weight: normal;
    line-height: inherit;
}

abbr {
    border-bottom: 1px dotted #666;
    border-color: inherit;
    cursor: help;
}

.clear {
    clear: both;
}

.right-float { /* Float any item to the right */
    float: right;
    margin-left: 2em;
    margin-right: 0;
}

.left-float { /* Float any item to the left */
    float: left;
    margin-right: 2em;
    margin-left: 0;
}

.code { /* Styling for and code type items */
    font-family: Courier, "Courier New", monospace;
    background: #ddd;
    font-size: 1em;
}


/**************VERTICAL CENTER******************/

.basicGridTextField {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.CompanyLogo {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    min-height: 53px;
    max-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    padding: 2px;
}

.newUserRegistrationHeader a, .newUserRegistration a {
    color: #000000;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 4px;
    margin-bottom: 6px;
    margin-right: 4px;
    vertical-align: middle;
}

div.impressum {
    float: right;
    font-size: 11px;
    clear: none;
    margin-top: -16px;
    margin-right: 10px;
}

.impressum a {
    text-decoration: none;
}

.noWrap {
    white-space: nowrap;
    margin-right: 3px;
}

.strong {
    font-weight: bold;
}

div.subResultTableContainer {
    height: inherit;
    overflow-x: auto;
    overflow-y: auto;
}

.LinkPopDivClose {
    position: absolute;
    top: 0;
    right: 0;
}

.SaveFavPopDivClose {
    position: absolute;
    top: 0;
}

/*********
* Header And update panel
*
**********/

.userIcon, .userIcon img {
    width: 10px;
    height: 10px;
    border: none;
    vertical-align: middle;
}

.EmailAutoTableSize {
    width: 100%;
}

/**********
 * Wccal - Incoming data/Calendar large grid 
 **********/

/* fix tab over wccal */
div.tabMenu2 + table {
    margin-top: 5px;
}

tr.wccal-clg-header {
    background-image: url("../img/menu2back.png");
    background-position: left -30px;
    font-weight: bold;
}

table.wccal-wpd-outer {
    margin-right: 16px;
}

td.wccal-clr-header {
    min-width: 4em;
    width: 4em;
}

td.wccal-clc {
    text-align: center;
    min-width: 8em;
    width: 8em;
    min-height: 5em;
    height: 5em;
}

a.wccal-clci {
    text-decoration: none;
    margin-right: 0.3em;
}

    a.wccal-clci > div {
        display: inline-block;
        /* IE7 Hack to make inline-block work */
        zoom: 1;
        *display: inline;
    }

a.wccal-clco {
    line-height: 3.5em;
    text-decoration: none;
}

    a.wccal-clco img {
        vertical-align: middle;
        padding-left: 0.4em;
    }

.acy-top-left-cell {
    visibility: hidden;
}

.acy-table > tbody > tr {
    vertical-align: middle;
}

.acy-row {
    height: 30px;
}

.acy-row-header.BasicGrid_HeaderStyle {
    padding-top: 0px;
    padding-bottom: 0px;
}

.acy-grand-total {
    font-size: 120%;
}

.acy-total, .acy-grand-total {
    font-weight: bold;
}

.acy-cell, .acy-total, .acy-grand-total {
    text-align: right;
}

.acy-title {
    margin-bottom: 20px;
    font-weight: bold;
}

.ExtendedInfo {
    white-space: pre;
}

h2 {
    margin-bottom: 5px;
}

ul {
    margin-top: 0;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px; /* width: 250px; */
}

    .modalPopup legend:first-child {
        font-size: medium;
    }

.pane, .subpane, .paneNoBottomMargin, .paneNoTopMargin {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #E7E4DA;
    margin: 0.5em 0;
    padding: 5px;
}

.paneNoBottomMargin {
    margin: 0.5em 0 0 0;
}

.paneNoTopMargin {
    margin: 0 0 0.5em 0;
}

.paneSeparator {
    height: 0.5em;
    margin: 0;
    padding: 0;
}

.subpane {
    border-style: dotted;
    margin: 0.1em 0;
}

/* ---------------------------- */

table.resultlisting_resultfilter * .resultlisting_dateFilter {
    width: 100px;
    text-align: center;
}

table.resultlisting_resultfilter {
    vertical-align: top;
}

    table.resultlisting_resultfilter tr td {
        white-space: nowrap;
    }

td.HiddenColumn {
    display: none;
}

table.ReferenceTable td {
    width: 150px;
}

table.ReferenceTable th {
    width: 150px;
}

.me_calendar table {
    border: none;
}

.CustomGridSummaryHolder {
    margin-left: 30px;
    text-align: right;
    max-width: 100px;
    overflow: hidden;
}

.CustomGridCombox {
    width: 128px;
    margin-bottom: 1px;
    margin-top: 2px;
}

.CustomGridViewCustomFilterPanel {
    max-height: 200px;
    /*width: 225px;*/
}

.CustomFilterModalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px; /* width: 250px; */
    min-height: 285px;
    min-width: 300px;
    max-width: 600px;
}

.modalPanelHeader {
    width: inherit;
    background-color: #1b536e;
    font-weight: bold;
    font-size: large;
    color: White;
    text-align: center;
}

.CustomFilterModalPopup legend:first-child {
    font-size: medium;
}

.CustomFilterModalPopupButtonsTable {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* -------------- */
v\:* {
    behavior: url(#default#VML);
}

.gmap_info {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px gray; /* font-size: 8pt; */
}

    .gmap_info td {
        padding: 2px;
    }

    .gmap_info .tdr {
        text-align: right;
    }

.GeoMapOptions input, .GeoMapOptions td {
    padding: 0px;
    margin: 0px;
}




/*****************UserManagerDetails*************/

.ApgCompanyLeft {
    width: 190px;
    height: 25px; 
    display: inline-block;
}
.ApgCompanyRight {
    width: 300px;
    display: inline-block;
    height: 25px;
}

.UserManagerDetailsSpanLeft {
    width: 190px;
    display: block;
}

.userRegistrationInput300 {
    width: 300px;
    display: block;
    border: 1px solid #CCCCCC;
    height: 20px;
}

.FilterPanel {
    border: 1px solid #CCCCCC;
    max-width: 250px;
    padding: 3px;
    line-height: 18px;
    background-color: #FFFFFF;
    font-size: 11px;
}

    .FilterPanel a {
        color: #000000;
    }

.FilterPanelSpan2 {
    display: block;
    text-align: left;
    padding-left: 5px;
}

.FilterPanelHeader {
    background-color: #EEEEEE;
    display: block;
    /*	width: 174px; */
    padding: 2px;
    display: block;
    font-weight: normal;
    /*	padding-left: 14px; */
}

    .FilterPanelHeader a {
        text-decoration: none;
    }

a.FilterPanelShowButton {
    color: #FFFFFF;
    background-image: url(../img/showButtonBackground.png);
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    width: 58px;
    text-align: center;
    padding-top: 1px;
}

.FilterPanelCalendarHeader2 tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.divider {
    background-color: #CCCCCC;
    height: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

table.ActivityGridTable,
table.ActivityStatTable {
    text-align: center;
    border: solid #aaaaaa 1px;
}

table.ActivityStatTable {
    margin-bottom: 40px;
}

.ActivityGridTable td,
.ActivityStatTable td {
    border-right: solid #aaaaaa 1px;
    padding: 5px;
}

.ActivityGridTable th,
.ActivityStatTable th {
    border-right: solid #aaaaaa 1px;
    padding: 5px;
    text-align: center;
}

.ActivityGridTable tr,
.ActivityStatTable tr {
    border-bottom: solid #aaaaaa 1px;
}

.ActivityStatTableDarkRow {
    background-color: #CCCCCC;
}

.ActivityStatTableLightRow {
    background-color: #eeeeee;
}

.GeoMapOptions td {
    padding: 5px;
}

.loader-animation {
    height: 100%;
    width: 100%;
    background: url('images/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.dlg-show-msg, .dlg-show-error, .dlg-show-warning {
    min-width: 300px;
    max-width: 800px;
}

    .dlg-show-error .ui-dialog-titlebar {
        background: #febbbb;
        background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c));
        background: -webkit-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
        background: -o-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
        background: -ms-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
        background: linear-gradient(to bottom, #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 );
    }

    .dlg-show-warning .ui-dialog-titlebar {
        background: #fefcea;
        background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36));
        background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%);
        background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%);
        background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%);
        background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );
    }



.dlg-fil .fil-list-items {
    height: 15em;
    min-width: 28em;
    overflow: auto;
    background: whitesmoke;
    padding: 0.5em;
}

.dlg-fil .fil-list-select-all {
    font-style: italic;
    padding: 0.5em;
}

.dlg-fil .dlg-buttons {
    padding-top: 1em;
    position: relative;
    min-height: 1.5em;
}

    .dlg-fil .dlg-buttons a {
        color: inherit;
    }

    .dlg-fil .dlg-buttons .dlg-button {
        display: inline-block;
    }

        .dlg-fil .dlg-buttons .dlg-button:last-child {
            position: absolute;
            right: 0;
        }

/*override jquery-ui buttons*/
button.ui-state-default, button.ui-state-hover, button.ui-state-focus, button.ui-state-active {
    background: none !important;
    border: none !important;
    text-decoration: underline !important;
    color: black !important;
}

button.ui-state-hover {
    text-decoration: none !important;
}

.input-validation-error {
    border: solid 2px red;
}

.stcconf-option-group-header {
    font-weight: bold;
}

.stcconf legend {
    font-weight: bold;
}

.stconf-option-group {
    margin-bottom: 2em;
}

    .stconf-option-group .stconf-option-group {
        display: inline-block;
        padding: 0.25em 0;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

        .stconf-option-group .stconf-option-group .stconf-option {
            margin-left: 0em;
        }

.stconf-option {
    padding: 0.30em 0;
    margin-left: 1em;
}

    .stconf-option label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 15em;
        display: inline-block;
    }

.stconf-option-100 {
    padding: 0.30em 0;
    margin-left: 1em;
}

    .stconf-option-100 label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }

.stconf-option-value {
    display: inline-block;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45em;
}

.stconf-option-dsc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 16em;
    padding: 0.1em 0;
    width: 45em;
}

.stconf-option-error {
    color: red;
    margin-left: 1em;
    font-weight: bold;
}

.stconf-option-warn {
    color: orange;
    margin-left: 1em;
    font-weight: bold;
}

.stconf-pick-btn {
    margin-left: 1em;
}

.stconf-btn {
    margin-left: 5em;
}

.update-progress {
    z-index: 100010;
}

.update-progress-background {
    z-index: 100009;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #AAA;
    opacity: 0.01;
}

div.missingPage {
    text-align: center;
    margin: 160px 0;
    color: darkgray;
}

div.missingPage h1 {
    font-size: 200%;
}

div.missingPage p {
    font-size: 150%;
}

/* the debug header on the top */
div.debugHeader {
    background-color: #FFDBB5;
    border: 1px solid orange;
    display: flex;
    padding: 4px;
    font-size: 110%;
    color: red;
}
    div.debugHeader div {
        flex-grow: 1;
        margin: 0 15px;
    }

    div.debugHeader b {
        padding-right: 0.1em;
    }

    div.debugHeader a {
        flex-grow: 0;
        align-self: flex-end;
    }

.text-center {
  text-align: center;
}