a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer, .edit, .save {
    cursor: pointer;
}

.dragCheckbox {
    width: 10px;
}

td.category_hidden {
    display: none;
}

.progressbar img {
    width: 300px;
    display: block;
    float:left;
}

#productBox {
    margin-bottom: 10px\9;
}

#modalBox {
    background-color: #fff;
    display: none;
    width: 400px;
    padding: 15px;
    text-align: left;
    border: 1px solid #1b1362;
    opacity: 1;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

#modalBox div {
    padding: 10px;
}

#modalBox #tabselector div {
    padding: 0px;
}

#maincontent div #sum {
    font-weight: bold;
    margin: 5px;
    color: #1b1362;
}

#benchmarksActionStack {
    clear: both;
    margin-bottom: 10px;
}

#benchmarksActionStack th {
    background-image: none;
    background-color: #990000;
}

.width50Percent {
    width: 50%;
}

.dataTables_wrapper {
    margin-top: 0px;
}

div.close_button_with_txt {
    margin: 10px 10px 0 0;
    padding-right: 20px;
}

#xls_sheetsWrapper div {
    clear: both;
}

#xls_sheetsWrapper div a {
    display: block;
}

#xls_sheetsWrapper div a img {
    float: left;
    margin-right: 20px;
}

#xls_sheetsWrapper div a span {
    float: left;
    position: relative;
    top: 25px;
}

.editIP {
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.leftAlign {
    text-align: left;
}

.editIP:hover {
    background-color: #e2e2e2;
}

.editIP input {
    background-color: #EBF8A4;
}

input.validError, select.validError {
    background-color: #f9eeee;
}

input.validOkay, select.validOkay {
    background-color: #e7f7e7;
}

.buttonExecStack {
    background: url("/img/db_screening_small.png") no-repeat scroll left 0 transparent;
    height: 38px;
    padding: 8px 0 0 53px;
    width: 190px;
    float: left;
}

.noShow, input.styled {
    display: none;
}

td.tableHeader {
    text-align: left;
    background-color: #758cb9;
    color: #ffffff;

}

#main_screen td.header2_height_40px.col2, #main_screen td.header3_height_20px.col2 {
    background-position: -200px bottom;
}

select.styled {
    position: relative;
    width: 190px;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 5;
}

.disabled {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

span.mceEditor {
    display: block;
    text-align: center;
    padding: 2px;
}

span.defaultSkin table.mceLayout {
    margin: auto;
    border-color: -moz-use-text-color #ffffff;
}

span.defaultSkin table.mceLayout tr.mceFirst td {
    border-top: 1px solid #ffffff;
}

span.defaultSkin .mceIframeContainer {
    border-top: 1px solid #ffffff;
}

.hideCalendar .ui-datepicker-calendar {
    display: none;
}

.marginTables table.kundenportal_table {
    margin-top: 10px;
}

table.kundenportal_table tr {
    height: 18px;
}

#maincontent div.tabcontent h2 {
    margin-left: 10px;
    padding: 20px 0 10px;
}

div.tabcontent>:last-child {
    margin-bottom: 0 !important;
}

div.tabcontent #messagebox_red, div.tabcontent #messagebox_green {
    position: relative;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 683px;
    margin-bottom: 10px;
}

div.tooltip {
    background: #1b1362;
    display: none;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px #000000;
    padding: 10px 15px;
    width: 200px;
    text-align: left;

    font-size: 11px;
    line-height: 13px;
    color: #ffffff;
    z-index: 1000;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

img.tooltip {
    cursor: pointer;
}

div.clear {
    clear: both;
}

#db_screening .dataTables_wrapper .kundenportal_table_tabs {
    margin-top: 0px;
    width: 100%;
}

#tabselector .tabcontent {
    padding: 2px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url("../img/bgOverlay.png") repeat scroll 50% 50% #666666;
    opacity: 0.5;
}

/*.ui-dialog {*/

    /*text-align: left;*/
    /*font-size: 11px;*/
/*}*/

.ui-dialog h1 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.ui-dialog h2 {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0 10px;
}

/*.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {*/
    /*background: url("/img/table1_bg2.jpg") repeat-x scroll 0 0 #FFFFFF;*/
    /*border: 1px solid #e2e2e2;*/
    /*list-style: none outside none;*/
    /*margin: 0;*/
    /*outline: 0 none;*/
    /*padding: 2.5em 0.5em 0.5em;*/
    /*position: relative;*/
    /*text-decoration: none;*/
    /*border-radius: 4px;*/
    /*font-family: Trebuchet MS;*/
    /*font-size: 11px;*/
    /*line-height: 14px;*/
/*}*/

/*#ui-datepicker-div.hideCalendar {*/
    /*width: 342px;*/
/*}*/

/*.ui-datepicker-prev, .ui-datepicker-next {*/
    /*background: none;*/
    /*left: 10px;*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*color: #1b1362;*/
    /*font-weight: bold;*/
/*}*/

/*.ui-datepicker-prev:hover, .ui-datepicker-next:hover {*/
    /*cursor: pointer;*/
    /*background: none;*/
/*}*/

/*.ui-datepicker-next {*/
    /*left: 145px;*/
/*}*/

/*.ui-datepicker-calendar {*/
    /*margin-top: 10px;*/
    /*width: 100%;*/
/*}*/

/*.ui-datepicker-calendar a {*/
    /*color: #1b1362;*/
/*}*/

/*#ui-datepicker-div.hideCalendar .ui-datepicker-next {*/
    /*left: 307px;*/
/*}*/

/*.ui-datepicker-header select {*/
    /*border: 1px solid #1b1362;*/
    /*font-size: 11px;*/
    /*line-height: 14px;*/
    /*margin: 0 !important;*/
    /*position: relative;*/
    /*width: 73px;*/
    /*color: #000000;*/
/*}*/

/*#ui-datepicker-div.hideCalendar .ui-datepicker-header select {*/
    /*width: 100px;*/
/*}*/

.msgBox-default {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #cccccc;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
}

.msgBox-ok {
    font-size: 12px;
    background-color: #E8FFE8;
    border: 1px solid green;
    color: green;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
}

.msgBox-error {
    font-size: 12px;
    background-color: #FCEBED;
    border: 1px solid red;
    color: red;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
}

#db_screening .kundenportal_table_tabs {
    width: 100%;
}

/*.kundenportal_table_tabs th {
    cursor: pointer;
    white-space: nowrap;
}

.kundenportal_table_tabs th.sorting_asc, .kundenportal_table_tabs th.sorting_desc {
    background: url("/img/bg3_act.gif") repeat-x;
    color: #1b1362;
}*/

/*
.kundenportal_table_tabs tr.odd, .kundenportal_table tr.odd{
    background-color: #D9D9FF;
    background-image: url("/img/table1_bg1.jpg");
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
}
*/
/*table.editable tr.odd td.highlighted {*/
    /*background-image: none;*/
    /*background-color: #ccccff;*/
    /*cursor: pointer;*/
/*}*/

/*table.editable  tr.even td.highlighted {*/
    /*background-image: none;*/
    /*background-color: #EDEEFF;*/
    /*cursor: pointer;*/
/*}*/

tr.odd td.info, tr.even td.info {
    cursor: pointer;
}

/*.kundenportal_table_tabs tr.odd td.sorting_1 {*/
    /*background-color: #D9D9FF;*/
    /*background-image: url("/img/table1_bg1.jpg");*/
    /*background-repeat: repeat-x;*/
    /*font-weight: bold;*/
    /*color: #1b1362;*/
/*}*/

/*.kundenportal_table_tabs tr.even td.sorting_1 {*/
    /*background-color: #ffffff;*/
    /*background-repeat: repeat-x;*/
    /*font-weight: bold;*/
    /*color: #1b1362;*/
/*}*/

.kundenportal_table_tabs tr.odd {
    background-color: #eceae8;
}

.actionLink, .deleteLink {
    cursor: pointer;
}

/* Paging*/
.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
    cursor: pointer;
}

.paging_full_numbers span.paginate_button {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #535353;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
}

.paging_full_numbers span.paginate_button:hover {
    background-color: #CCCCCC;
}

.paging_full_numbers span.paginate_active {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #3d4b7b;
    border: 1px solid #ddd;
    font-weight: bold;
}

/* data tables*/
.datatablesTop {
    clear: both;
}

/*.datatablesTop .toolbar {*/
    /*width: 300px;*/
    /*float: left;*/
/*}*/

/*.datatablesTop .toolbar input {*/
    /*width: 200px;*/
    /*margin-right: 5px;*/
/*}*/

/*.datatablesTop .toolbar img {*/
    /*position: relative;*/
    /*top: 4px;*/
/*}*/

/*.datatablesTop select {*/
    /*width: 50px;*/
    /*height: 14px;*/
/*}*/

.dataTables_length {
    float: left;
    margin-left: 50px;
    margin-right: 50px;
}

.dataTables_length select {
    width: 40px;
}


.datatablesTop2 {
    clear: both;
    height: 32px;
}

/*.dataTables_filter label, dataTables_length label {*/
    /*display: block;*/
    /*position: relative;*/
/*}*/

.dataTables_filter {
    /*margin-right: 10px;*/
    /*float: left;*/
    /*width: 250px;*/
    /*text-align: right;*/
}

/*.dataTables_filter input {
    width: 140px;
    padding: 0 0 0 5px;
    height: 30px;
}*/

.ColVis {
    float: right;
    /*top: -40px;*/
    right: 32px;
    position: relative;
    width: 40px;
}

.ColVis_title {

}

.ColVis_Button {
    background: none;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 1px 0 0 0;
    padding: 1px 5px;
    text-align: left;
    color: #333333;
    font-size: 10px;
}

#screening_table .ColVis_Button {
    /*background-color: white;*/
    border: none;
    background-image: url("/img/Settings-32.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

button.ColVis_Button::-moz-focus-inner {
    border: medium none !important;
    padding: 0;
}

.ColVis_text_hover {
    background-color: #F0F0F0;
    border: 1px solid #999999;
}

div.ColVis_collectionBackground {
    background-color: black;
    z-index: 1100;
}

div.ColVis_collection {
    padding: 3px;
    position: relative;
    width: 250px;
    z-index: 1102;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999999;
}

div.ColVis_collection button.ColVis_Button:hover {
    background-color: #1b1362;
    color: #ffffff;
    border: 1px solid #999999;
}

span.ColVis_radio {
    display: inline-block;
    width: 15px;
    margin-right: 3px;
}

#timeslider_container {
    height: 75px;
}

#screening_table .datatablesTop {
    position: absolute;
    color: #ffffff;
    /*border: 1px solid red;*/
    top: -310px;
    width: 100%;
    /*line-height: 40px;*/
    /*padding-right: 40px;*/
    /*heigth: 40px;*/

}

/*#screening_table .dataTables_length {*/
    /*position: absolute;*/
    /*top: -70px;*/
    /*left: 0px;*/
/*}*/

/*#screening_table .dataTables_filter {*/
    /*position: absolute;*/
    /*top: -69px;*/
    /*left: 689px;*/
    /*width: 200px;*/
/*}*/

/*#screening_table .dataTables_paginate {*/
    /*position: absolute;*/
    /*top: -76px;*/
    /*left: -68px;*/
/*}*/

#screening_table .dataTables_info {
    /*position: absolute;*/
    /*top: -75px;*/
    /*left: 339px;*/
    float: left;
    margin-right: 50px;
}

/*#screening_table .TableTools {*/
    /*position: absolute;*/
    /*top: -76px;*/
    /*left: 898px;*/
/*}*/

.performanceSettingsButtonSingle {
    cursor: pointer;
}

.absolutePositionWrapper {
    position: absolute;
}

.performanceSettingsAll {
    position: absolute;
    top: -32px;
    left:  1021px;
    width: 150px;
}

.performanceSettingsSingle {
    width: 200px;
}

.performanceSettings img {
    margin: 1px 0 0 5px;
    float: left;
}

.performanceSettings img.update, img.performanceMustToggle {
    cursor: pointer;
}

.performanceSettings input {
    background-color: white;
    border: 1px solid #cccccc;
    width: 60px;
    height: 16px;
    cursor: pointer;
    float: left;
    margin-left: 5px;
}

#maincontent div.actionLink {
    font-size: 11px;
    font-weight: normal;
    color: #1b1362;
    text-decoration: none;
}

#maincontent div.actionLink:hover {
    color: #cccccc;
    text-decoration: underline;
}

.performanceSettingsSingle {
    display: none;
}

.buttonPeergroupStartNew {
}

#maincontent #peergroup_box {
    font-size: 11px;
}

.viewTypeSelected {
    font-weight: bold;
}

.msgBoxGrey {
    border: 1px solid #1b1362;
    padding: 10px;
    background-color: rgb(225,225,225);
}

.btn-file {
    position: relative;
    overflow: hidden;

}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    background-color:#1b1362;
}

.ui-widget {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
    color: #1b1362;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    margin-bottom: -1px;
}

.table > thead > tr > th {
    background-color: #3d4b7b;
    color: #ffffff;
    text-align: left;
}

.table > thead > tr > th.info, .table > tbody > tr > th.info {
    background-color: #3d4b7b;
    color: #ffffff;
    text-align: left;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    /*background-color: #eceae8;*/
}

.ui-widget-content {
    color: #1b1362;
}

.ui-widget-content a {
    color: #1b1362;
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar {
    background: #ffffff;
}

.ui-dialog .ui-dialog-title {
    /*float: left;*/
    font-weight: 300;
    font-style: normal;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    /*padding: 10px;*/
    background: #ffffff;
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.ui-dialog .ui-dialog-content {
    /*all: unset;*/
    /*background: #ffffff;*/
    /*position: relative;*/
    /*border: 0;*/
    padding: 20px;
    background: #ffffff;
    min-height: 150px !important;
    /* background: none; */
    /* overflow: auto; */
    /* zoom: 1; */
}

.ui-dialog-titlebar {
    /*all: unset;*/
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    /*all: unset;*/
    background-color: #3d4b7b;
    background-image: unset;
}