/**
* grün success #5cb85c;
* rot danger  #d9534f;
* blau primary #247bab;
* tcom magenta  #E20074;
*/

@font-face {
    font-family: 'Tele-GroteskNor';
    src: url('/fonts/TeleGroteskNormal.woff');
}

@font-face {
    font-family: 'Tele-logo';
    src: url('/fonts/TeleLogo.woff');
}

@font-face {
    font-family: 'Tele-GroteskFet';
    src: url('/fonts/TeleGroteskFett.woff');
}

@font-face {
    font-family: 'Tele-GroteskUlt';
    src: url('/fonts/TeleGroteskUltra.woff');
}

.breadcrumb {
    background-color: #fff;
}

body {
    height: 100%;
    font-family: 'Tele-GroteskNor', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
}

.tcom-logo {
    background-image: url(/img/csm_TelekomWithoutSlogan_a8aa51da06.png);
    background-size: 92px 45px;
    height: 47px;
    background-repeat: no-repeat;
    border: solid rgba(0, 0, 0, 0) 1px;
}

.slogan {
    font-family: 'Tele-GroteskUlt';
    color: #E20074;
    font-size: 16px;
    padding: 12px 15px;
    /*border: solid #000000 1px;*/
    /*padding: 6px;*/
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container-fluid {
    /*padding: 0 30px 20px;*/
    padding: 90px 30px 20px;
}

.tcom-brand {
    margin-bottom: 20px;
}

.rib-logo {
    background-image: url(/img/RIB_Logo_RGB_blue.svg);
    background-size: 65%;
    height: 70px;
    width: 200px;
    margin-bottom: 10px;
    background-position: bottom right;
    background-repeat: no-repeat;

}

.t-systems-logo {
    background-image: url(/img/csm_TelekomWithoutSlogan_a8aa51da06.png);
    background-size: 50%;
    height: 70px; /*54*/
    width: 200px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.btn-tcom {
    background-color: #E20074;
    color: #fff;
    border-color: #9f4c97;
}

.btn-tcom:hover {
    background-color: #af005a;
    color: #fff;
    border-color: #9f4c97;
}

.btn-primary {
    background-color: #247bab;
    color: #fff;
    border-color: #2e6da4;
}

.content {
    min-height: 350px;
}

a {
    /*color: #23527c; *//*bootstrap*/
    color: #0090c4; /*tcom*/
}

.table {
    margin-bottom: 0px;
}

#list-view table.table, #list-view table.table td, #list-view table.table th {
    border: #fff solid 2px;
    /*border-collapse: collapse;*/
}

#list-view table.table th, #list-view table.table th a {
    /*background-color: #d0d0d0;*/
    /*color: #4b4b4b;*/
    background-color: #4b4b4b;
    color: #ffffff;
    /*text-align: center;*/
    /*background-color: #E20074;*/
    /*color: #fff;*/
    /*background-color: #427BAB;*/
    /*color: #fff;*/
}

#list-view table.table tr:nth-child(even) {
    /*background-color: #ededed;*/
    background-color: #fff;
}

#list-view table.table tr:nth-child(odd) {
    /*background-color: #4b4b4b;*/
    /*background-color: #d0d0d0;*/
    background-color: #ededed;
}

#list-view .summary {
    display: inline;
    /*padding: 6px 12px;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    /*margin-left: 15px;*/
    /*vertical-align: top;*/
}

/*#list-view .btn-group {*/
/*vertical-align: top;*/
/*}*/

ul.pagination.grid-pager {
    margin: 0px;
}

.pagination > li {
    display: table-cell;
    border-collapse: collapse;
    /*padding: 6px 12px;*/
    /*border: 1px solid #ddd;*/

}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    /*border-color: #E20074; Magenta*/
    /*border-color: #427BAB; Hellblau*/
    /*border-color: #337ab7#;*/
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    /*background-color: #fff;*/
    /*border: none;*/
    /*padding: 0px;*/
    float: none;
    color: #000000;
    /*float: left;*/
    /*line-height: 1.42857;*/
    /*margin-left: -1px;*/
    /*padding: 6px 12px;*/
    /*position: relative;*/
    /*text-decoration: none;*/
}

.status, .leb-status {
    font-size: 14px;
    text-align: center;
    font-variant: normal;
    font-weight: normal;
}

.leb-status.akzeptiert {
    color: #5cb85c;
    font-weight: bold;
}

.leb-status.abgelehnt {
    color: #d9534f;
    font-weight: bold;
}

.status.neu, .status.geaendert {
    color: #5cb85c;
    font-weight: bold;
}

.status.storno, .status.storno_neu {
    color: #bbb;
}

ul.nav-tabs-colored {
    border-bottom: solid #666 1px;
    box-shadow: inset 0px -10px 10px 0px rgba(51, 51, 51, 0.15);
    padding-top: 12px;
}

.nav-tabs-colored > li > a {
    background: #e6e6e6;
    border: solid #666 1px;
    /*box-shadow: inset 0px 1px 1px #eeeeee, inset 0px -1px 1px 0px #666, 0px -1px 1px 0.5px rgba(51, 51, 51, 0.3);*/
    margin-right: 4px;
    /*color: #555;*/
}

.nav-tabs-colored > li > a:hover {
    /*background: #333333;*/
    /*color: #DDDDDD;*/
}

/*ul.nav-tabs-colored > li{*/
/*}*/

.nav-tabs-colored > li.active > a {
    background: #eeeeee;
    color: #E20074;

    border: 1px solid #eee;
    /*outline: 4px solid #eee;*/
    padding: 10px 17px;
    margin-right: -2px;
    margin-left: -4px;
    box-shadow: inset 0px 8px 8px #ccc, 0px -1px 1px 1px rgba(51, 51, 51, 1), inset 0px -1px 1px 0px rgba(255, 255, 255, 0.4), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.nav-tabs-colored > li.active > a:hover {
    color: #0090c4;
    background: #e6e6e6;
    /*color: #555;*/
}

.sub-bar {
    /*nav-tabs-sub-bar*/
    background: #ccc;
    /*border-bottom-color: #333333;*/
    /*box-shadow: inset 0px 8px 8px #eeeeee;*/
    box-shadow: inset 0px 15px 10px 1px rgba(238, 238, 238, 0.8), 0px 2px 0px 0px rgba(0, 0, 0, 0.075);
    min-height: 50px;
    border-radius: 4px 4px 4px 4px;
    /*padding-top: 8px;*/
}

.main-menu > li.active > a, .main-menu > li.active > a:hover, .main-menu > li.active > a:focus {
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}

.main-nav > li > a:hover {
    /*color: #fff;*/
    color: #000;
    /*background-color: #AAA;*/
    background-color: rgba(0, 0, 0, 0); /*#fafafa*/
}

.main-nav > li > a {
    border-radius: 0px;
    color: #666;
}

.main-nav > li.active > a, .main-nav > li.active > a:hover, .main-nav > li.active > a:focus {
    /*background-color: #337ab7;*/

    background-color: #e7e7e7;
    color: #555;

    background-image: linear-gradient(to bottom, #dbdbdb 0px, #e2e2e2 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
    /*background-color: #AAA;*/
    /*color: #fff;*/
    /*color: #E20074;*/
}

.headline {
    text-align: left;
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.headline > * {
    display: inline-block;
    padding: 0 15px;
}

.headline a {
    display: block;
    color: #E20074;
    font-family: Tele-GroteskFet;
    border: solid 1px rgba(0, 0, 0, 0);
    /*border-bottom: solid 1px #d0d0d0;*/
    vertical-align: bottom;
}

.headline a:hover, .headline a:focus {
    text-decoration: none;
}

.headline .subheadline {
    font-family: Tele-GroteskNor;
    border-radius: 0.25em;
    border: solid 1px #4b4b4b;
    /*border: solid 1px rgba(0,0,0, 0);*/
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    /*padding: 0.2em 0.6em;*/
    text-align: center;
    white-space: nowrap;
    /*background-color: #000099;*/
    /*color: #ffffff;*/
}

.headline.headline-append {
    border-top: none;
    border-radius: 0;
}

.positions-header {
    padding: 15px 0;
}

.first-header {
}

.sub-nav {
    font-weight: bold;
    font-size: 105%;
    /*background-color: #f8f8f8;*/
    /*background-color: rgba(248, 248, 248, .3);*/
    /*box-shadow: 1px -2px 1px rgba(0 ,0, 0, .1) inset;*/
    border-radius: 4px 4px 0 0;
}

.sub-nav > li.active > a, .sub-nav > li.active > a:hover, .sub-nav > li.active > a:focus {
    background-color: #f8f8f8;

}

.panel.panel-default {
    /*background-color: #a4a4a4;*/
    /*background-color: #7c7c7c;*/
    /*background-color: #6c6c6c;*/
    /*background-color: #ededed;*/
    /*background-color: #4b4b4b;*/
    /*background-color: #d0d0d0;*/
}

.list-group-item-borderless {
    border: none;
}

ol.list-group > li.list-group-item {
    counter-increment: step-counter;
}

ol.list-group > li::before {
    content: counter(step-counter);
    /*line-height: 1.1;*/
    margin-right: 15px;
    margin-bottom: 100px;
    /*font-size: 80%;*/
    background-color: #333366;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    /*margin-bottom: 30px;*/
    border-radius: 4px;
}

ol.list-group > li.list-group-item > .list-group-item-heading {
    display: inline-block;
    margin: auto;
    /*vertical-align: sub;*/
}

.multiplication-sign {
    float: left;
    padding: 5px;
}

.multiplication-sign:after {
    content: "\2716";
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.footer {
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    height: 140px;
    background-color: #f5f5f5;
    bottom: 0px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url('/img/page-loader.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.5);
    display: none;

}

.nav.nav-tabs li > a {
    color: #4b4b4b;
}

a.disabled, .nav > li.disabled > a {
    color: #adadad;
}

a.disabled:focus, a.disabled:hover, .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    background-color: transparent;
    color: #adadad;
    cursor: not-allowed;
    text-decoration: none;
}

.nav-tabs.main-menu {
    margin-top: 20px;
}

#top-link {
    display: none;
    position: fixed;
    right: 31px;
    bottom: 201px;
    text-decoration: none;
}

a.asc::after, a.desc::after {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    position: relative;
    top: 1px;
}

a.asc::after {
    content: "";
}

a.desc::after {
    content: "";
}

.details {
    /*border-top: 1px solid #d0d0d0;*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;*/
    margin-bottom: 20px;
}

.detail-table.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 15px;
}

.table.detail-table td {
    border: none;
    width: 84%;
}

.detail-table.two-column-layout td {
    border: none;
    width: 32%;
}

.table.detail-table th {
    border: none;
    width: 16%;
}

.detail-table.two-column-layout th {
    border: none;
}

.detail-table td ~ th {
    border: none;
}

.detail-form .form-group label {
    text-align: left;
}

.detail-form .help-block {
    color: #737373;
    font-size: 80%;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
}

.details-body {
    padding: 8px 15px;
}

.main-content {
    padding: 20px 0;
}

.list-item {
    display: block;
    margin-bottom: -1px;
    position: relative;
}

.highlight {
    color: #a94442;
    font-weight: bold;
    padding: 6px;
}

.popover {
    min-width: 300px;
}

td.no-wrap {
    white-space: nowrap;
}

.table td.td-danger, .table td.td-danger a {
    color: #d9534f;
}

.table td.td-success, .table td.td-success a {
    color: #5cb85c;
}

.table td.td-bold, .table td.td-bold a {
    font-weight: bold;
}

.fileupload-buttonbar {
    padding: 8px 0;
}

.position-form {
    padding: 8px 15px 0;
}

.attachment-grid {
    padding: 8px 0;

}

.btn-row {
    padding: 0 -2px;
}

.btn-row > .btn {
    margin: 0 2px;
}

.spacing-top {
    margin-top: 20px;
}

.spacing-bottom {
    margin-bottom: 20px;
}

tr.muted {
    color: #777;
}

.form-required div.required label.control-label:before {
    content: "* ";
    color: red;
}

.form-required label.control-label:after {
    content: ": ";
}

.img-green {
    filter: invert(63%) sepia(24%) saturate(894%) hue-rotate(71deg) brightness(96%) contrast(91%);
}