/*
 * main_pro_2_0.css (09.06.2020)
 *
 * Haupt StyleSheet Datei für
 * Webstatistik 2017 dtms Erweiterung
 * Kundenfeedback 2.0
 *
 * zusätzliche Hauptsylesheets
 * bootstrap
 * smoothness/jquery-ui
 * fontaware
 *
 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('./../fonts/Roboto-Thin.woff2') format('woff2'),
         url('./../fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./../fonts/Roboto-Light.woff2') format('woff2'),
         url('./../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./../fonts/Roboto-Regular.woff2') format('woff2'),
         url('./../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('./../fonts/Roboto-Medium.woff2') format('woff2'),
         url('./../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./../fonts/Roboto-Bold.woff2') format('woff2'),
         url('./../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('./../fonts/Roboto-Black.woff2') format('woff2'),
         url('./../fonts/Roboto-Black.ttf') format('truetype');
}


html {
    font-size: 62.5%;
}
body {
    font-size: 1.2rem;
    color: #444;
}
/* deprecate macht ärger bei Fancybox
html,
body {
   height: 100%;
}
*/

* {
    box-sizing: border-box;
    font-family: Verdana,sans-serif;
    /* text-align: left; */
}
form, p, header, nav, h1, h2, footer, span {
    margin: 0;
    padding: 0;
}
/* bootstrap gridsystem nullen */
.row {
    margin: 0;
}

/* bootstrap label weight auf normal*/
label {
    font-weight: normal;
}

#autoversand .autoversand {
    color: #00BC00;
}

.container-fluid,
.container {
    width: 1400px;
    padding-left: 0px;
    padding-right: 0px;
}
body.login .container-fluid,
body.login .container {
    margin-left: 20rem;
}
.content {
    border-bottom: 2px solid white;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #07F;
    color: #FFF;
}
.navbar-default .navbar-nav .selected {
    background-color: #07F;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-decoration: none
}
.navbar-default .navbar-nav > li > a > i,
.navbar-default .navbar-text,
.navbar-default .navbar-text > i
{
    color: #FFF;
    font-size: 1.7rem;
}



.navbar-right ~ .navbar-right {
    margin-right: 5px;
}


/* headernav */
.navbar-header {

    margin-bottom: 7px;
}
#bs-example-navbar-collapse-1 {
    margin-top: 28px;
}
#bs-example-navbar-collapse-1 li {
    border-left: 1px solid #444;
    text-decoration: none;
}
#bs-example-navbar-collapse-1 li > a {
    color: #444;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
#bs-example-navbar-collapse-1 li > a > i,
#bs-example-navbar-collapse-1 .navbar-text,
#bs-example-navbar-collapse-1 i {
    color: #444;
}
#bs-example-navbar-collapse-1 li > a:hover {
    background-color: #FFF;
    text-decoration: underline;

}
#headernav {
    padding-top: 12px;
    margin-top: 0px;
    border-radius: 0px;
    font-size: 1.7rem;
    font-weight: 300;
    min-height:40px;
    background: #ffffff;
    border: 0;
    opacity: 1 !important;
}
#headernav > div {
    border-bottom: 1px solid #BDBDBB;
}

#headernav .navbar-right {
    margin-right: 0;
}


#headernav i {
    padding-right: 1rem;  /* font-aware abstand */
}

#headernav .navbar-nav> li > a,
#headernav .navbar-brand {
    padding-top:0;
    padding-bottom:0;
    padding-right: 9px;
    padding-left: 9px;
}
#headernav .navbar-brand {
    padding: 7px 15px 0 18px;
}
#headernav p {
    font-family: 'Roboto', sans-serif;
    padding: 0 1rem 0 0;
    margin: -2px 0 0 0;
}
#headernav .navbar-text {
    padding-top: 0;
    margin-bottom:0;
}
#headernav .navbar-brand img {
    margin-top: 0.6rem;
    height: 3.7rem;
}
#headernav .toolname,
#headernav .navbar-text .tool_prefix {
    margin-top: 0;
    margin-bottom: 0;
    /*dtms*/
    padding-top: 14px;
    color: #0AC7FF;
    left: 12.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 3.3rem;
    letter-spacing: normal;

}

#headernav .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40em;
    text-align: right;
}



/* menunav */
#menunav {
    margin-top: 85px;
    margin-bottom: 0;
    border-radius: 0px;
    font-size: 1.8rem;
    min-height:40px;
    background-color: #003769;
    border: 0;
}

#menunav i,
#menunav span.glyphicon
{
    padding-right: 1rem;  /* font-aware abstand */
}

#menunav .navbar-nav> li > a,
#menunav .navbar-brand {
    padding-top:8px;
    padding-bottom:0;
    height: 40px;
}

/* menunav dropdowns */
#menunav .dropdown-menu,
#menunav .dropdown-menu .open {
    border-radius: 0px;
    padding: 2px 0;
    text-decoration: none;
    background-color: #003769;
    color: #FFFFFF;
    line-height: 1rem;

}
#menunav .dropdown-menu {
    padding: 0;
}

#menunav .dropdown-menu > li {
    border-top: 2px solid #ffffff;
    font-size: 1.8rem;
    padding: 2px 0;
    margin: 0;
}


#menunav .dropdown-menu > li > a {
    color: #FFF;
    display: block;
    font-weight: 400;
    padding: 3px 20px;
    white-space: nowrap;
}
#menunav.dropdown-menu > li > a > i {
    color: #FFF;
}

#menunav .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #07F;
    color: #FFF;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    background-color: #282828;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #E7E7E7;
}


/* automatischens aufklappen untermenues */
#menunav ul.nav > li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin:0;

}
#menunav ul.dropdown-menu li.dropdown-submenu {
    position: relative;
}
#menunav ul.dropdown-menu li.dropdown-submenu:hover > ul.dropdown-menu  {
    display: block;
    left: 305px;
    width: auto;
    top: -5px;
}
footer .navbar-collapse.in {
    bottom: 70px;
    position: absolute;
    background-color:#444;
    width:100%;
}

/* Footer */

footer {
    background: #3B3B3F none repeat scroll 0 0;
    height: 3rem;
    width: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -3rem;
    padding-bottom: 3rem;
}
footer i {
    padding-right: 1rem;  /* font-aware abstand */
}

footer nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flexbox;*/
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    background: #3B3B3F;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 780px;
    padding: 0 1rem;
    position: relative;
}
footer nav span {
    bottom: 0rem;
    color: #868686;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    left: 0rem;
    position: absolute;
}
footer nav > * {
    display: inline-block;
    line-height: 3rem;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
footer nav a,
footer nav div{
    color: #868686;
    text-decoration: none;
    padding-left: 10px;
}
footer nav a:hover,
footer nav a:focus {
    text-decoration: none;
    color: white;
}
footer nav i {
    color: #868686;
}


/* Intro Message */
.introMessage h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.introMessage {
    min-height: 50px;
    padding-left: 0;
}

/* InfoMessage */
.infoMessage {
    padding-top: 10px;
    min-height: 40px;
    background-color: #FFFFFF;
}
.infoMessage .message { color: green; }
.infoMessage .error   { color: red; }



/* section allgemein */
section {
    margin-bottom: 5rem;
}
.popup {
    margin-bottom: 0;
}
section .header {
    position: relative;
    height: 7.2rem;
    padding: 1.5rem;
    background: #e7e7e7;
    border-bottom: 2px solid #ffffff;
}
section .header h1 {
    font-size: 1.8rem;
    font-weight: normal;
}
section .header > i,
section .header > span.glyphicon {
    font-size: 4.2rem !important;
}
section .header > i,
section .header > span.glyphicon {
    margin-top: -3px;
}
section .header > span.glyphicon {
    margin-right: 1rem;
}

section > div {
    background: #f4f4f4;
}
section a {
    color: #003769;
    text-decoration: none;
}
section a:hover,
section a:active,
section a:focus {
    text-decoration: underline;
    color: #003769;
}

section .footer {
    background: #e7e7e7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    /*display: flexbox;*/
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    padding: 2rem;
    min-height: 7rem;
}
section .footer i {
    color: #ffffff;
}
section .footer i {
    padding-right: 1rem;
}
section .footer > * {
    font-weight: bold;
    line-height: 3rem;
    padding: 0 1rem;
    background: #646464;
    color: #ffffff;
    margin-right: 0.5rem;
    min-width: 12rem;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
}
section .footer a:hover,
section .footer a:focus,
section .footer a:active {
    background: #282828;
    text-decoration: none;
    color: #ffffff;
}

section .footer .loader {
    background: none;
    min-width: 0;
}

section .footer a.disabled:hover,
section .footer a.disabled:focus {
    background: #646464;
}


section table {
    width: 100%;
}
section table tr th {
    height: 4rem;
    padding: 0 1rem;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 1.3rem;

}
section table tr th.sortcol {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}
section table tr th.sortcol span {
    color: #ffffff;
}
section table tr th.sortcol:hover span {
    text-decoration: underline;
}
section table tr th.sortcol:after {
    content: "\f0dc";
    font-family: FontAwesome;
    float: right;
    font-size: 1.6rem;
}
section table tr th.sortcol.sortasc:after {
    content: "\f0de" !important;
}
section table tr th.sortcol.sortdesc:after {
    content: "\f0dd" !important;
}
section table tr td {
    padding: 0.2rem 0.1rem 0.1rem 1rem;
    border-right: 2px solid #ffffff;
    height: 2.4rem;
    line-height: 2.4rem;
}
section table tr td.noInfo {
    color: red;
    font-weight: bold;
    padding: 3rem;
}
section table tr td:last-child,
section table tr th:last-child {
    border-right: 0 !important;
}

section .dataInfo dl {
    padding: 2em 1em;
    margin: 0;
}
section .dataInfo dt {
    float: left;
    clear: left;
    width: 230px;
    text-align: left;
    font-weight: bold;
    color: green;
}
section .dataInfo dt a {
    color: #003769;
    text-decoration: none;
}
section .dataInfo dt a:hover {
    text-decoration: underline;
}

section .dataInfo dd {
    margin: 0 0 0 230px;
    padding: 0 0 3.0em 0;
}



/* schnellzugriff */
#schnellzugriff .content p {
    padding-top: 5px;
}
#schnellzugriff td {
    padding:40px;
}
#schnellzugriff .content .col-md-6 a,
#inhalt .content a {
    font-weight: bold;
}
#schnellzugriff .content p ,
#inhalt .content p {
    line-height: 2rem;
}

.adddelButtons {
    padding-top:20px;
    padding-bottom: 20px;
}
/* datatables */
.dataTables_wrapper label {
    margin-top: 5px;
}
.dataTables_wrapper {
    /*  border: 2px solid #444444; */
}

.dtable {
    /*   margin-bottom: 5px; */
}

.dtablebgcolor{
    background-color: #CCCCCC;
}
.nopadding{
    padding-left: 0px;
    padding-right: 0px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    opacity: 1;
    top: 14px;
}

.dtable thead {
    background-color: #003769;
    color: #FFFFFF;
}
.dataTables_scrollBody .dtable thead,
.dataTables_scrollBody .dtable tfoot {
    background-color: #FFFFFF;
}
.dtable thead th {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    padding-bottom: 0px;
    padding: 2px 5px;
    height: 40px;
}
.dtable thead td {
    background-color: #F4F4F4;
    color: #000000;
}
.dtable tfoot {
    background-color: #003769;
    color: #FFFFFF;
}
.dtable tfoot th {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    padding-bottom: 0px;
    padding: 2px 5px;
    height: 4rem;
}
.wi_300px {width: 300px !important;}

.dtable td {
    border-right: 2px solid white;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 3px;
    vertical-align: top;
}
.dtable td.dataTables_empty {
    border-right: 0 none;
    text-align: center;
}

.dtable .boR_0 {
    border-right: 0 none;
}

tr.even.row_selected td {
    background-color: #B0BED9 !important;
}
tr.odd.row_selected td {
    background-color: #9FAFD1 !important;
}
table.display tr.even.row_selected td {
    background-color: #B0BED9;
}
table.display tr.odd.row_selected td {
    background-color: #9FAFD1;
}

tr:nth-child(odd) td {
    background-color: #F4F4F4;
}
tr:nth-child(even) td {
    background-color: #E7E7E7;
}


.pagination {
    padding-top: 4px;
}


.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #07F;
    border-color: #CCCCCC;
    color: #FFFFFF;
    text-decoration: none;
}

.linkButton,
.linkButton:focus  {
    background-color: #646464;
    border-color: #646464;
    color: #FFFFFF;
    text-decoration: none;
}

.linkButton:hover {
    background-color: #282828 ;
    border-color: #282828;
    color: #FFFFFF;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #07F;
    border-color: #CCCCCC;
    color: #FFFFFF;
}
.pagination > .active > a:focus,
.pagination > .active > span:focus {

    background-color: #07F;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #000000;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #000000;
    cursor: not-allowed;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    text-decoration: none;
}

.dtable tbody tr {
    height: 2.4rem;
    line-height: 2.4rem;
}


.skh_1 {
    color: #ffffff;
    background-color: #003769;
    font-weight: bold;
    padding: 5px 5px 5px 27px;
    margin-bottom: 2px;
    min-height: 24px;
    font-size: 1.3rem;
}
.skh_1 a {
    float: right;
}
.skh_2 {
    padding: 10px 5px 5px 44px;
}

/* stats konfig content */
.skc_1 {
    background-color: #F4F4F4;
    padding: 10px 27px;
}
.skc_2 {
    padding: 10px 44px;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }



/* css for combobox */
.ui-combobox {
    position: relative;
    display: inline-block;
}
.ui-autocomplete {
    max-height: 60px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
}
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* adjust styles for IE 6/7 */
    *height: 1.7em;
    *top: 0.1em;
}
.ui-combobox-input {
    margin: 0;
    /* padding: 0.2em; */
    width: 320px;
}
.ui-resizable-helper { border: 1px dotted gray; }
.ui-resizable-se {
    bottom: 18px;
    right: 21px;
}
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }




/* allgemeine Styles */
.wi_100 { width: 100%; }
.wi_90  { width: 90%; }
.wi_80  { width: 80%; }
.wi_75  { width: 75%;  }
.wi_60  { width: 60%;  }
.wi_50  { width: 50%;  }
.wi_40  { width: 40%;  }
.wi_34  { width: 34%;  }
.wi_33  { width: 33%;  }
.wi_30  { width: 30%;  }
.wi_25  { width: 25%;  }
.wi_22  { width: 22%;  }
.wi_20  { width: 20%;  }
.wi_15  { width: 15%;  }
.wi_12  { width: 12%;  }
.wi_10  { width: 10%;  }
.wi_5   { width: 5%;   }


.borderBottom { border-bottom: 2px solid white; }
.noBorderBottom { border-bottom: 0px; }
.borderRight { border-right: 2px solid white; }

.pa40 { padding: 40px; }
.pa20 { padding: 20px; }

.boT_5s { border-top: 5px solid #EFEFEF; }
.maT_20 { margin-top: 20px; }
.paB_6  { padding-bottom: 6px; }
.paT_6  { padding-top: 6px; }
.paT_20 { padding-top: 20px; }
.paT_40 { padding-top: 40px; }
.teA_r  { text-align: right; }
.teA_l  { text-align: left;  }
.teA_c  { text-align: center; }

.white { color: #FFFFFF; }
.red { 	color: #ff0000; }
.bold { 	font-weight: bold; }
.nobold { 	font-weight: 300; }
.underline { 	text-decoration: underline; }
.green { 	color: #669900; }
.noWrap { 	white-space: nowrap; }
.space {
    color: #99CC00;
    padding-left: 8px;
    padding-right: 6px;
}
.di_n { 	display: none; }
.fl_l { 	float: left; }
.add_entry_bg {	background-color: #DDDDDD; }
.va_t { vertical-align: top; }
.autowidth { width: auto; }

/* filter */
.horizontalSpace {
    text-align: center;
    width: 34px;
}
.horizontalSpace p {
    padding: 6px;
}
@media print {
    footer,
    #wrapper > header,
    section footer {
        display: none !important;
    }
}


/* Login */
.mainlogin {
    margin-top: 28rem;
    border: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 2.8em;
    padding: 2.8rem;
    width: 35em;
    width: 35rem;
    min-width: 35em;
    min-width: 35rem;
}
.mainlogin p {
    margin: 0 0 0.5rem 0;
}
.mainlogin p.input {
    position: relative;
}
.mainlogin p.input > * {
    width: 100%;
    font-size: 1.3rem;
    height: 3.3rem;
    margin-bottom: 1rem;
}
.mainlogin p.input input {
    background-color: white;
    border: 1px solid #CCCCCC;
    padding-left: 3rem;
}
.mainlogin p.input input[type="submit"],
.mainlogin p.input button {
    background-color: #646464;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-left: 0;
    border: none;
}
.mainlogin p.input input[type="submit"]:hover,
.mainlogin p.input button:hover {
    background-color: #282828;
}
.mainlogin p.submit {
    margin-bottom: 0.3rem;
}
.mainlogin p.submit input {
    margin-top: 1rem;
}
.mainlogin .logonError {
    color: #cc0000;
}
.mainlogin p.support {
    margin-top: 2rem;
}
.mainlogin p.support2 {
    font-size: 1rem;
    color: #999999;
}
.mainlogin p input[type="checkbox"] {
    vertical-align: middle;
}
body.login {
    background-image: url("images/bg_content.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mainlogin p.input:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 1.2rem;
    top: 1rem;
    font-size: 1.3rem;
}
.mainlogin p.name:before {
    content: "\f007";
}
.mainlogin p.password:before {
    content: "\f13e";
}

/* erweitert 07.11.2015 */

.tooltip-inner {
    max-width: 400px;
    color: #fff;
    text-align: left;

}
/* erweitert 08.12.2018 */
.resellerHome div {
    background-color: #FFF;
}
.resellerHome p,
.resellerHome h3 {
    margin: 10px 20px;
}


div.dataTables_processing {
    background-color: #DEF4FB;
    color: #2B344B;
    font-family: 'Roboto', sans-serif;

}

a.basicLink {
    color: #2B344B;
    position: relative;
    text-decoration: none;
    transition: color .4s ease-out;
}

a.basicLink:hover {
    color: #2B344B;
    right: 0;
    text-decoration: none;
}

a.basicLink:hover:after {
    border-color: #0AC7FF;
    transition: left .4s cubic-bezier(0,.5,0,1),
    border-color .4s ease-out;
    left: 100%;
}

a.basicLink:after {
    border-color: #0AC7FF;
    border-radius: 0;
    border-top: .2em solid #0AC7FF;
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    transition: left .4s cubic-bezier(0,.5,0,1),border-color .4s ease-in;
}

a.basicLink:hover:after {
    right: 0;
}

