﻿@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
#sideBarLockState {
        position: absolute;
    right: 10px;
    top: 14px;
    font-size: 9px;
    cursor: pointer;
    display:none;
}
body {
    font-family: OpenSansLight, Arial, Sans-Serif;
}
strong, h1, h2, h3 {
    font-family: OpenSansRegular, Arial, Sans-Serif;
} 

h1, .filterTitel {
    font-size: 22px;
    font-size: 1.692rem;
    padding: 0;
    margin:0;
}
.emptyLabel {
    display:block;
    width:100%;
}
.pseudoLabel {
    padding: 0 0 0 8px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}:focus {
outline: none;
}
body, html, #application {
    width: 100%;
    height: 100%;
    /*background: url(../images/logos/logo_CI.png) 12px 99% no-repeat;*/
}

ul  { margin: 0;
  padding: 0;
}

 ul li { list-style-type: none; }

/* ##### BOOTSTRAP 3 Update ####*/
.control-group {
  margin-bottom: 10px;
}
.control-group-table{
    margin-bottom: 5px !important;
}
.controls{ min-height:30px;}

.btn {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.btn-sm { padding: 0 6px; font-size: 10.5px;}

a.btn:hover {
  color: #cc0000;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}



/*
.modal-backdrop {
  opacity: .2;
}*/
/* ##### BOOTSTRAP 3 Update #### */

.padding-left-0{
    padding-left: 0px !important;
}
.padding-right-0{
    padding-right: 0px !important;
}
/*    ####   OVERWRITE  styles  ####    */
.checkBoxContainer-table{
    text-align: center;
}
.chosen-container, .input-container{
    display: block !important;
}
.chosen-disabled a{
    cursor: not-allowed !important;
}

h4 {
    font-weight: bold;
}
/*.table-bordered{
    border-collapse: separate !important;
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    border-radius: 4px !important;
    } */
/*    ####   OVERWRITE  styles  ####    */


body {
    /*font-family: Verdana, Arial, Sans-Serif;*/
    font-size: small;
    color: #333;
    background: #AAABB0 url(../images/bg/bg.png) repeat-x;
    overflow: hidden;
}

input[disabled='disabled'], textarea[disabled='disabled'] {
    color: #999; 
    cursor: not-allowed !important;
}

/* Container layout */


.headContainer {
    position: absolute;
    top: 0;
    left: -260px;
    width: 250px;
    height: 100%;
    background-color: #E4E5E7;
    z-index: 500;
    -moz-box-shadow: 0 0 5px 3px #999;
    -webkit-box-shadow: 0 0 5px 3px #999;
    box-shadow: 0 0 5px 3px #999;
}

.contentContainer {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 78px;
    min-width: auto;
    z-index: 501; /* alter Wert, führt zu falschem Verhalten bei Modalen Fenstern:; z-index:5;*/
    /*overflow-y: auto;*/
}


#menu {
    position:absolute;
    width: 250px;
    height:100%;
    top:0px;
    bottom:0;
    overflow-y: scroll;
}


.logo {
    position: absolute;
    top: 0;
    right: -2px;
    background: url(../images/logos/logoHeader.png) no-repeat;
    height: 60px;
    width: 179px;
  z-index: 501;
}



.footerContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 25px;
    text-align: right;
    font-size: smaller;
}

.profileContainr {
    float: right;
    margin: 0 10px;
}
.copyrightContainr{
    float: left;
    margin: 0 10px;   
}
.footerContainer a {
    padding: 3px 6px;
    border-radius: 4px;
}

.formContainer {
    position: absolute;
     top: 10px;
    bottom: 5px;
    left: 0px;
    right: 0px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 6px #aaa;
    border-radius: 0px;
}

.formContainerWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sideBarContainer {
    position: absolute;
    bottom: -45px;
    right: 0px;
    left: 0px;
    /*width: 220px;*/
    height:50px;
    background-color:#cdcdcd;
    color: #333;
    line-height: 150%;
}
h2.sidebar{
    display:none;
}
#noteContainer{
    width: 350px;
    height: 250px;
    padding: 10px;
    margin-top: -249px;
}
.commandUserNoteContainer{
    /*display:none;
    
    position: absolute;
    top: -10px;
    left: 50px;
    width: 60px;*/
}
.actionPanel, .summaryAmountPanel, .helpPanel, .commandUserNoteContainer .helpNoteContainer{
    padding: 7px;
    margin: 0;
}

.actionPanel a {
    display: block;
    line-height: 32px;
    padding: 0 0 0 0px;
    margin: 0 0 5px 0;
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    /*border: 0;*/
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    /*zoom: 1;*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

.actionPanel a:hover
{
    color: #000;
    background-color: #f5f5f5;
    /*background-color: #e6e6e6;*/ 
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
}

.actionPanel a i {
    margin: 0 4px 0 4px;
}

.actionPanel a:hover i {
    color: #cc0000;
}

/* End Container layout */

/* Login view */

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 310px;
    margin: -100px 0 0 -100px;
    padding-top: 90px;
    background: url(../images/logos/logoLogin.png) no-repeat;
}

#loginMessage 
{
    position: absolute;
    height: 64px;
}

#loginBoxForm
{
    margin-left: 64px;
    margin-right: 6px;
}

.sideBar-slide {
    position: absolute;
    border: 1px solid #999;
    border-radius: 4px;
    border-right: 0;
    padding: 10px;
    right: -2px;
    top: 10px;
}

/* End login view */

/* Navigation */

.nav {
    float: left;
}
.nav-slide {
    height: 100%;
    width: 50px;
    float: left;
    position: absolute;
    left: 0;
}
.nav-slide span {
    display: block;
    height: 22px;
    width: 29px;
    /*background: url('../images/bgMenu.png') no-repeat 0 0 transparent;*/
    margin: 12px 0 0 15px;
    cursor: pointer;
}
.nav-tabs {
    margin-top: 50px;
    width: 100%;
}
.nav-tabs > .mainNavItem {
    margin-bottom: 0;
    float: none;
}
.nav-tabs > .mainNavItem.active {
    margin-bottom: -1px;
}
.nav-tabs > .mainNavItem > a,
.nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a {
    padding: 4px 12px;
    line-height: 30px;
    border-bottom: 1px solid #777;
    display: block;
    margin: 0;
    width:250px;
}

.nav-list{
    padding-right: 15px !important;
    /*padding-left: 15px !important;*/ /* Anpassung an altes Layout*/
    margin-bottom: 0 !important;
}

.nav-tabs>li.mainNavItem {
    position:inherit;
}
.nav-tabs > .mainNavItem.active .tab-content .tab-pane {
  margin:5px 0px;
}
.nav > li > a,
.nav > li > a{
padding: 3px 15px !important;
}
.nav > li > a:hover, 
.nav > li > a:focus,
.nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a:hover,
.nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a:focus {
    color:#333;
    background: #EEE;
    /*padding: 3px 15px !important;*/
    /*border-bottom: 1px solid #777 !important;*/
}
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus { 
}
.nav-tabs > .mainNavItem .tab-content .tab-pane {
    display: none;
}
.nav-tabs > .mainNavItem.active .tab-content .tab-pane {
    display: block;
}
.subNavItem a.active {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #777;
    background: #fcfcfc;
}

.nav-tabs>.active>a
    -moz-box-shadow: 0 0 5px 0px #999;
    -webkit-box-shadow: 0 0 5px 0px #999;
    box-shadow: 0 0 5px 0px #999;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    border: 1px solid #777;
    border-bottom: none;
    background: url("../images/bg/navBg.png");  
}
.nav>li>a:hover, .nav>li>a:focus {
    color:#333;
}
.nav-tabs>li {
    margin-bottom: 0;
}

.nav-tabs>li.active {
    margin-bottom: -1px;
}
.nav-tabs>li>a {
        border-radius: 0;
}
.nav-tabs>li>a {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 16px;
    margin-top: 2px;
}

li.mainNavItem> ul {
    display: block;
}

div.tab-content {

    /*background: url("../images/bg/navBg.png") 0 -25px; */
    overflow: hidden;
    background: #D9DADD;
    -moz-box-shadow:    inset  0  8px 8px -8px #666, 
                        inset  0 -8px 8px -8px #666;
    -webkit-box-shadow: inset  0  8px 8px -8px #666, 
                        inset  0 -8px 8px -8px #666;
    box-shadow:         inset  0  8px 8px -8px #666, 
                        inset  0 -8px 8px -8px #666;
}


.tab-content.active>.tab-pane, .pill-content.active>.pill-pane {
  display: block;
}

ul.tab-pane {
    margin: 0 100px 0 4px;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;

}

.tab-pane li {
    list-style: none;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right:14px;
}

.subNavItem a {
    line-height: 20px;
    padding: 2px 6px 3px 26px !important;
}

.subNavItem a.active {
    background: #fefefe;
    border: none;
    border-radius: 0px;
    color: #333;
}
#navToggleDiv.active{
    height:50px;
    width:50px;
    left:255px;
    -moz-box-shadow: 0 0 2px 1px #999;
    -webkit-box-shadow: 0 0 2px 1px #999;
    box-shadow: 0 0 2px 1px #999;
    border-radius: 4px;
    background-color: #E4E5E7;
}
#navToggleDiv{
    box-shadow: none;
    position: absolute;
    top:5px;
    left:200px;
    z-index: 505;
    height:50px;
}

#subCommandList {
    float: right;
    margin-top: 1px;
}

#subCommandList > li {
    float:left;
    margin-right: 10px;
}
#subCommandList > li > a{
    padding-right:5px;
}


.helpPanel{
      position: absolute;
    top: -3px;
    left: 10px;
    width: 60px;
    padding: 0;
}
#help-button, #usernote-button{
    margin-top: -7px;
    margin-left: 10px;
    height: 34px;
    width: 34px;
    line-height: 32px;
}
#menubg {
    position:absolute;
    top:0;
    left:0;
    height:60px;
    width:100%;
    background: #E4E5E7; /* url(../images/bg/menubg.png) repeat-x;*/
}


/* End navigation */

.formFooter {
    text-align: right;
}

.selectedNode{
    font-weight: bold;
}
.invert{
    background-color: #fff !important;
}
.boxHighLight{
    box-shadow: 2px 2px 6px #aaa;
}

.editHint {
    background-repeat: no-repeat;
    background-image: url("../images/bg/edit-white.png");  
    background-position: right bottom;
}

.edit {
    display: none;
    background: none;
    width: 196px !important;
    border: 1px solid #bbb;
}

.editing .edit {
    display: block;
    padding: 7px;
}

.view {
    cursor: pointer;
    font-size: smaller;
}

.editing .view {
    display: none;
    font-size: smaller;
}

/* styles for labels */
.hint {
    opacity: 0.6;
    font-size: 11px;
}

/* Anpassungen für bootstrap */
thead {
    background-color:#BFCFD8;
}
thead, .thead {
    background-color:#BFCFD8;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}
th {
    background-color:#BFCFD8;
    border-right: 1px solid #999999;
}
tfoot{display:none;}

.form-control {
    height: 26px;
    min-height:26px !important;
}
textarea.form-control{
    background-color: #efefef;
}
.table_in_table thead {
    background: none;
}

a {
    color: #333;
    text-decoration: none;
}

/*td a, */
.action_gotourl, .ahrefstyle{
    color: #0000cd;
    text-decoration: underline;
}
/*td a:hover, */
    .action_gotourl:hover, .ahrefstyle:hover {
        color: #fff;
    }



a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    background: #333;
}


h2 {
    font-size: 110%;
    color: #333;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
}

input, button, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 13px;
    font-weight: normal;
    line-height: 150%;
    background-color:#efefef;
    border: 1px solid #cccccc;
    margin-bottom:2px;
    padding:2px 6px;
}
textarea{
    font-size: 13px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    margin-right: 8px !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .btn-group:focus {
    outline-style:none;
    border-color: #3a87ad;
    background-color:#d9edf7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    background-color:#f2dede;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.validationError {
    border-color: #e9322d;
    background-color:#f2dede;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
label{
    padding-top:9px;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    margin-bottom:1px;
}
label.chart-checkbox-lbl{
    padding-top: 9px !important;
}
label.inline{
    padding-top: 5px;
}
label.checkbox, label.radio {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    /*margin-top: -6px !important;*/ /* Auskommentiert, da bei Checkboxen sond falsche positionierung*/
}
label.inline-checkbox{
    margin-top: 10px !important;   
}
li {
    line-height: 30px;
}
.datetimepicker {
    line-height: 20px;
}
/*Farben müssen überschrieben werden, da er in row ist und von dort Styles falsch vererbt werden*/
.dateTimePickDetailsOw .datetimepicker td.day {
    color: #333 !important;
	font-size: 14px !important;
	font-weight: normal !important;
}
/*Farben müssen überschrieben werden, da er in row ist und von dort Styles falsch vererbt werden*/
.dateTimePickDetailsOw .datetimepicker td.old, .dateTimePickDetailsOw .datetimepicker td.disabled {
    color: #999999 !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

/*Farben müssen überschrieben werden, da er in row ist und von dort Styles falsch vererbt werden*/
.dateTimePickDetailsOw .datetimepicker td.new, .dateTimePickDetailsOw .datetimepicker td.disabled {
    color: #999999 !important;
	font-size: 14px !important;
	font-weight: normal !important;
}


.table-striped li.table-row {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
}
.table-striped li.table-row:nth-child(odd) {
    background-color: #f9f9f9;
}
.table-striped li.table-row:last-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}
.text-right {
    padding-right: 8px;
}
.tooltip-inner {
    background-color: #cc0000;
    max-width: 150px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #cc0000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #cc0000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #cc0000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #cc0000;
}

.btn-default {
    border-bottom:1px solid #000;
    background: url(../images/bg/bgButton.png) repeat-x #373737;
    text-shadow: none;
    color: #ddd;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
  color: #fff;
  background: url(../images/bg/bgButton.png) repeat-x #373737;
}

/* Erweiterung für Choosen, damit die DropDownliste nach oben aufgeht */
.orientationTop .chosen-drop {
    top: inherit !important;
    bottom: 100% !important;
    border-top: 1px solid #aaa !important;
}

.chosen-container-multi .chosen-choices{
    min-height: 28px !important;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-image: none;
    background-color: #efefef;
    max-height: 150px !important;
    overflow: auto;
}
/* ICONS */
.iconContainer, .selectableEditItem {
    width: 100%;
    display: block;
    text-align: center;
}

a.btn:hover
{
    color: #cc0000;
}

/* LIST VIEW */
.table th, .table td {
    padding: 4px !important;
    line-height: 20px !important;
}

td.oddstyle {
    background-color: #f9f9f9 !important;
}

td.redCorner, .redCornerInput {
    background: url(../images/redcorner.png) top right no-repeat;
}
td.blueCorner {
    background: url(../images/bluecorner.png) top right no-repeat;
}
table{border-color:#999999;}
.table th {
    color: #FFF;

}

.table thead th {
    vertical-align: top;
}

.table th.sorter {
    cursor:pointer;
    color: #000;
}

.listContainer {
    position: absolute;
    top: 81px; /*Standard war 90. Dann aber Höhe bei Post falsch, da berechnete Filterhöhe genommen wird, die nur 81 ist*/
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 5px;
}
#listViewTableContainer{
    position:absolute;
    top:15px;
    bottom:27px;
    left:0px;
    right:0px;
    overflow:auto;
    background-color: #ccc;
    -moz-box-shadow:    inset  0  8px 8px -8px #666, 
                        inset  0 -8px 8px -8px #666;
    -webkit-box-shadow: inset  0  8px 8px -8px #666, 
                        inset  0 -8px 8px -8px #666;
    box-shadow:         inset  0  8px 8px -8px #666, 
                        inset  0 -8px 8px -8px #666;
}
.table-bordered {
  background-color: #fff;
     border:inherit; 
}
/* PAGINATION */
#pager {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding:5px 20px 5px 15px;
    background: #DDD;
    border-top:1px solid #AAA;
}
.sortercaret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
}
.caretASC{
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caretDESC{
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.pager{
    margin: 0;
}
#pagerBtnGroup {
    line-height:15px;
}
#pagerInfo{
    display:inline;
}

/* FILTER VIEW */
.filterContainer {
    margin: 0 5px 0 5px;
}
#filterContainer {
      margin: 6px 10px 0px 10px;
      padding: 8px 20px 5px 0;
      border: 1px solid #ccc;
      background: #efefef;
      border-radius: 4px;
}
#toggleFilterViewButton{
    cursor:pointer;
    position: absolute;
    top: 3px;
}

#toggleFilterViewButton b {
    float: left;
    margin-top: 0.3em;
}

#toggleFilterViewButton span {
    margin-left: 1em;
    display: block;
}

#storedFilterContainer{
    margin: 8px 0px 0px 0px;
    width:auto;
    font-size: smaller;
    line-height: 24px;
}
#storedFilterContainer i {
    margin-right: 4px;
}
#storedFilterEditContainer{
    margin: 8px 0px 10px 0px !important;
}

#defaultFilter{
    min-height:30px;
}
.filterTitel{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
#filterSubmitBtn{
    width:100%;
    height: 26px;
    font-size: 12px;
}

.deleteFilterButton, .editFilterButton, .saveFilterButton, .cancelFilterButton, .createFilterButton{
    margin-left:20px;
    color: #666;
}
.deleteFilterButton:hover, .editFilterButton:hover, .saveFilterButton:hover, .cancelFilterButton:hover, .createFilterButton:hover{
    background: none;
    color: #CC0000;
    text-decoration: underline;
}

li.search-field{
    line-height:25px;
}
#measureValuefilterContainerFormFields, #measureValueManualTimeInputs{
    margin-right:0;
}
#measureValueFilterSetFilterButton{
    width: 80px;
    padding: auto 0;
    margin: 0;
    position: absolute;
    top: 113px;
    right: 10px;  
}
#measureValueFilterBulkButton{
    width: 80px;
    padding: auto 0;
    margin: 0;
    position: absolute;
    top: 68px;
    right: 10px;      
}
#MeasureValueFilterOrganisationalUnitContainer{
    margin: 0px 0 0 0;
    width: auto;
    
}
#advancedFilterContainer{
    height:auto;
    margin: 7px 0 0 0;
    padding:0;
}
.row-fluid [class*="span"] {
    /*margin-left: 8px; TB removed, causes bad layout in forms */
}
.row-fluid {
    clear:both !important; /* Textfelder mit Zeilenumbruch haben ansonsten negative Auswirkungen auf untere Zeile */
}

.dateTimeFromFilter{
    float: left !important;
    padding-right: 10px;
}
.dateTimeToFilter{
    float: left !important;
    padding-left: 10px;
    padding-right: 10px;
}
.w60{
    width: 60px !important;
}
.w70{
    width: 70px !important;
}
.w80{
    width: 80px !important;
}
.w90{
    width: 90px !important;
}
.w100{
    width: 100px !important;
}
.floatRight{
    float: right !important;
}
.floatLeft{
    float: left !important;
}

/* DATEPICKER COMPONENT */
.datepicker table tr td.active.active{
    background-color: #BFCFD8;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #ABB8C0;
    background-image:none;
}
.datetimepicker th {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* FORM VIEW */
.hiddenClass{
    display: none !important;
}
.cursorPointer{
    cursor: pointer !important;
}
select{
    height:26px;
    padding:1px 6px 2px 6px;
}
.formFrame{
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0px;
    right: 2px;
    overflow-x: auto;
    overflow-y: scroll;
    padding-top: 6px;
}

fieldset {
    margin-top:10px;
    margin-bottom: 20px;
}
legend{ 
    font-size:14px; 
    font-weight:bold; 
    width:100%; 
    padding:6px 0 6px 0; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:10px 0 5px 0;
    border:1px solid #94A1A8;
    background-color:#ABB8C0;
    color:#fff;
    line-height: 16px;
    cursor: pointer;
}
.btn-groupSelectBox{
    display:inline;
}
.legendcaret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: inherit;
    content: "";
}
.caretOpen{
    border-top: 8px solid #717E85;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.caretOpenLarge {
    border-top: 10px solid #717E85;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.caretClose {
    border-left: 8px solid #717E85;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.caretCloseLefty {
    border-right: 10px solid #717E85;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
div.fieldset_sidebar .nav>li>a {
    line-height:15px;
}
div.fieldsets {
    padding-left:15px;
    padding-right:15px;
}
div.fieldset_sidebar .nav>li>a:hover, div.fieldset_sidebar .nav>li>a:focus {
    background-color: #ABB8C0;
    line-height:15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.textRight{
    text-align:right;
}
.textCenter{
    text-align:center;
}
.form-row{
    margin-bottom:3px;
}
.multiselect{
    text-align: left;
}
/*
.input-date{
    width:65px;
}*/
#bottomFormNav{ position:fixed; bottom:70px; left:16px; }
#topFormNav{ position:fixed; top:76px; left:16px; }
.caret{
    border-top: 4px solid #333;
    float:right;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #3a87ad;
    text-decoration: none;
    background-color: #d9edf7;
    background-image:none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background-color: #d9edf7;
    color: #3a87ad;
    background-image:none;
}

.box{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:4px;
}
.box-blue{
    background-color: #d9edf7;
    border:1px solid #bce8f1;
    color:#3a87ad;
}
.box-red{
    background-color: #f2dede;
    border:1px solid #eed3d7;
    color:#b94a48;
}
.box-green{
    background-color: #dff0d8;
    border:1px solid #d6e9c6;
    color:#468847;
}
.box-yellow{
    background-color: #fcf8e3;
    border:1px solid #fbeed5;
    color:#c09853;
}
.box-themecolor{
    background-color: #ABB8C0;
    border:1px solid #94A1A8;
    color:#717E85;
}
.box-grey{
    background-color: #EBEBEB;
    border:1px solid #DDD;
    color:#333;
}


.bootstrap-growl{
    border-color:#999;
    -webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
            background-color: #EBEBEB;
}

.big-icon-error, .big-icon-reloadPage{
    width:24px;
    height:24px;
    padding:0px 18px;
    background: url(../images/icons/error.png) no-repeat;
}
.big-icon-success{
    width:24px;
    height:24px;
    padding:0px 18px;
    background: url(../images/icons/success.png) no-repeat;
}
.big-icon-warning, .big-icon-pendingListView{
    width:24px;
    height:24px;
    padding:0px 18px;
    background: url(../images/icons/warning.png) no-repeat;
}
.big-icon-info{
    width:24px;
    height:24px;
    padding:0px 18px;
    background: url(../images/icons/info.png) no-repeat;
}

legend+.control-group {
    margin-top:0px;
}

.dropdown-menu {
    padding: 7px;
}

.dropdown-menu li {
    margin-bottom: 2px;
}

.dropdown-menu li.multiSelectLabel {
    padding: 0px;
    background: #eaeaea;
}

.dropdown-menu li label {
    padding: 4px;
}

.no-margin{
    margin:0px;
}
.no-left-margin{
    margin-left:0px !important;
}
/* FILE UPLOAD */
td.preview > span > img{
    width:100%;
}
.thumbnail_container{

    margin:4px;
}
.fileinput-button{
    position: relative;
    overflow: hidden;
}
.fileinput-button input{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.delete_badge{
    width:16px;
    height:16px;
    position: relative;
    top: -10px;
    right: 13px;
    display:none;
}
a.delete_badge:hover{
    background: none;
}
.row {
margin-left: 0px;
margin-right: 0px;
}
.checkboxesInForm{
    padding-top:27px;
}
.checkboxes{
    width:100px;
    float:left;
    margin-left:0px;
}
.checkDesciption{
    width:300px;
    float:left;
    margin-left:290px;
}
.checkLabel{
    width:150px;
    float:left;
    margin-left:120px;
}

.indexColumn_0 {

}

.indexColumn_1 {
    background-color: #ffff00 !important; 
}

.indexColumn_2 {
    background-color: #ff9acc !important; 
}
.indexColumn_3 {
    background-color: #ff0000 !important; 
}
.indexColumn_4 {
    background-color: #0000EE !important; 
}
.indexColumn_99 {
    /*keine Zuordnung - für migration*/)
    background-color: #8deeee !important; 
}
.notRequired{font-style: italic;}

#fm-files{
    margin-top:20px;
}
.delete-file-button , .cancel-file-button , .undelete-file-button{
float: right;
}
.popover {
    z-index:12001;
  max-width: 600px;
}
#spinner{
    position:absolute;
    width:90px;
    height:90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top:-45px;
    z-index:1006;
    background: url(../images/loader/spinner.gif) no-repeat;
}
#disableLayer {
    display:none;
    background:#000000;
    opacity:0.2;
    filter:alpha(opacity=10);
    position:absolute;
    top:0px;
    left:0px;
    min-width:100%;
    min-height:100%;
    z-index:1005;
}
#previewImageContainer{
    text-align: center;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:1010;
}
#previewImageContainer:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
#previewImage{
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
    vertical-align: middle;
    border:10px solid #FFFFFF;
    background-color: #EFEFEF;
}
#closeBtn{
    position:absolute;
    top:25px;
    right:25px;
    z-index:1011;
    cursor: pointer;
}
#saveShippingOrderNumberBtn {
    position: absolute;
    top: 21px;
    right: 80px;
    z-index: 1011;
    cursor: pointer;
}
.hasViewFunctionButtons {
    top: 42px !important;
}
.table-withinForms{
    margin-bottom: 1px;
}
/*.table-withinForms thead>tr:nth-child(odd)>th {
    background-color: #BFCFD8;
}*/

/*.costUnitListHeader {
    background-color: #f9f9f9;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom:2px;
}*/
.costUnitHeader{
    padding:5px;
    background-color:#BFCFD8;
    min-height: 0px;
}
.costUnitListBody{
    padding-top: 10px;
}
.toggleCostUnit ul.listOfCostUnitsDetails{
    display: none;
}
.editing ul{
    display: block !important;
}
.addCostUnitDetailButton {
    display: none;
}
.editing .addCostUnitDetailButton {
    display: inline-block;
}

.addCostUnitButton, .addObjectiveButton{
    margin-top:-3px;
    margin-right:10px;
}
#addCostUnitButton , .addUserRolesButton, .addObjectiveButton{
margin-top: 4px;
}
div.CostUnitDetails{
    margin-top:10px;
}

.editCostUnitButton, .deleteCostUnitButton, .openCostUnitButton, .closeCostUnitButton, .addCostUnitDetailsButton, .addCostUnitDetailButton, .addUserRolesButton, .addIncomesButton, .addExpensesButton,
.deleteCustomerLocationObjectiveButton, .addCustomerLocationObjectiveButton, .openCustomerLocationButton, .closeCustomerLocationButton, .deleteCustomerLocationButton, 
.editObjectivesButton, .deleteObjectiveButton, .addUnitPricesButton, .addDetailButton, .addSharesButton, .deleteCostUnitSharesButton, .btn-table-action{
    margin:3px;
}

li.listOfCostUnits , li.listOfCustomerLocations, li.listOfObjectives{
    padding: 0 10px;
}

td.locationObjective{
    padding:4px 10px;
}
table.report{
    margin:0 10px;
}

table.targetValues input[disabled='disabled'] {
color: #999;
}
/* REPORTS*/

#reportContainer table {
    /*table-layout: fixed;*/
}

#reportContainer td, #reportContainer th {
    overflow: hidden;
    padding: 2px !important;
}

span.ReportCell{
    display:block;
    padding:0;
    margin:0;
    height: 100%;
    width:100%;
    color: #000;
    text-align: center;
}
span.ReportCell:hover{
    color: #000000;
}
span.EscalationStep0 { background-color:#238C00 !important; } 
span.EscalationStep1 { background-color:#CCFF99 !important; }
span.EscalationStep2 { background-color:#FFFF99 !important; }
span.EscalationStep3 { background-color:#FFBFBF !important; }
span.EscalationStep4 { background-color:#B20000 !important; }
span.EscalationStep5 { background-color:#B20000 !important; }

span.reportCellValueRight{
    float:right;
    padding-right:6px;
}

span.ReportCellStriped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

tr.Header, .table-bordered th.Header, .table-bordered td.Header {
    background-color:#ABB8C0;
    color:#FFFFFF;
}
.table-striped tbody>tr:nth-child(odd)>td.Header  {
    background-color:#ABB8C0;
    color:#FFFFFF;
}

tr.SubHeader, .table-bordered th.SubHeader, .table-bordered td.SubHeader{
    background-color:#C4CDD2;
    color:#000;
}
.table-striped tbody>tr:nth-child(odd)>td.SubHeader  {
    background-color:#C4CDD2;
    color:#000;
}

tr.ColumnRow, .table-bordered th.ColumnRow, .table-bordered td.ColumnRow{
    background-color:#DBE0E3;
}
.table-striped tbody>tr:nth-child(odd)>td.ColumnRow  {
    background-color:#DBE0E3;
    color:#000;
}

tr.ValueRow, .table-bordered th.ValueRow, .table-bordered td.ValueRow {
    background-color:#f9f9f9;
    padding:0 !important;
    line-height:18px !important;
}
tr.Summary, .table-bordered th.Summary, .table-bordered td.Summary{
    background-color:#DCEEFB;
    padding:0;
    line-height:26px;
}
.table-striped tbody>tr:nth-child(odd)>td.ValueRow  {
    background-color:#FFFFFF;
    color:#000;
}
.parentListItem{
    background-color:#DCEEFB !important;
}
.expenseListItem{
    background-color:#FAE4DE !important; color:#333;
}
.revenueListItem{
    background-color:#E9FADE !important; color:#333;
}
.differenceListItem{
    background-color:#DCEEFB !important; color:#333;
}
.rightText{
    text-align:right !important;
}
tbody>tr:nth-child(even) td.dividerRow, tbody>tr:nth-child(odd) td.dividerRow{
    background-color:#BFCFD8 !important; color:#333; height:14px;   
}
#reportTable td{
    text-align:center;
}
#reportTable td.textAlignLeft{
    text-align:left !important;
}
.cellRendererTable{
    width:100%;
    background-color:transparent !important;
    text-align:right;

}
tr.cellRendererTableTdLeft, .table-bordered th.cellRendererTableTdLeft, .table-bordered td.cellRendererTableTdLeft {
    border-top: none !important;
    border-right: none !important;
    background-color:transparent !important;
    width:50%;
    text-align:right !important;
    padding:4px 8px !important;
    line-height: 12px !important;
}
tr.cellRendererTableTdRight, .table-bordered th.cellRendererTableTdRight, .table-bordered td.cellRendererTableTdRight {
/*.cellRendererTableTdRight{*/
    border-top: none !important;
    border-left: none !important;
    background-color:transparent !important;
    border:none;
    width:50%;
    text-align:right !important;
    padding:4px 8px !important;
    line-height: 12px !important;
}
tr.cellRendererTableTdCenter, .table-bordered th.cellRendererTableTdCenter, .table-bordered td.cellRendererTableTdCenter {
/*.cellRendererTableTdCenter{*/
    border-top: none !important;
    border-left: none !important;
    background-color:transparent !important;
    border:none;
    width:50%;
    text-align:center !important;
    padding:4px 8px !important;
    line-height: 12px !important;
}
.cbOverInputContainer{
    position:relative;
}
.cbOverInput{
    position:absolute;
    right:18px;
    top:15px;
}
.cbOverInputLabel{
    position: relative;
    top: 0px;
    right:18px;
}
.LabelInlineWithInput{
    position: relative;
    top: 30px;
}
label.cbOverInputLabel > input{
    margin-top:0px;
}

[class^="icon-"], [class*=" icon-"] {
background-image: url("../images/glyphicons-halflings.png");
}
.OUList, .LocationList, .SelectListInTableHeader{
    height: 30px;
    /*margin-top: 3px;*/
    color: #000;
    font-weight: normal;
}
.OUList{
    padding-top: 2px;
}
.userRolesItem{
    padding:8px 12px 0px 5px;
}

.borderBottom{
    border-bottom: 1px solid #ccc;
}

.fakeInput{
    font-weight: normal;
    display: block;
    background: #f6f6f6;
    padding: 3px;
    border-radius: 4px;
}

.tooltip {

    float: right;
}
.tooltip.left .tooltip-arrow {
    right: 0px;
}
.tooltip-inner {
    /*width: 200px;*/
}
.tooltip.left {
    padding: 1px 5px;
    margin-left: -225px;
    margin-top: -38px;
}
.tooltip.in {
  filter: alpha(opacity=70);
  opacity: .7;
}
.tooltip-arrow {
  border-right-color: #cc0000;
}
.control-group-row{
    margin:5px 0;
}
li.table-row.listOfObjectives.activeObjective{
    background-color:#DCEEFB;
}

.chart{
    position: absolute !important;
    top: 20px;
    bottom: 0px;
    left: 0px;
    right: 20px;
    overflow: hidden;
}
.chart-checkbox{
    margin: 0px !important;
}
div.viewFunctionButtons{
    display: block;
    margin-top: 11px;
    margin-right: 10px;
    margin-bottom: 8px;
    float: right;
}
div.inForm {
    background-image:none;
}
.cbNoLeftMargin{
    margin-left:0 !important;
}
.cudUnitPrice{
    margin-left:0 !important;
}
.aboutimage, .abouttext{
    text-align:center;
}
.aboutimage {
    background: url(../images/logos/logoLogin.png) no-repeat !important;
    background-position: center !important;
    height:100px;
    width:100%;
    text-align: center !important;
}
.copyright{
    float:left;
    font-size:10px;
}

/* ColumnView */
.columnList{
    border: 1px solid #ccc;
    height:75px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space:nowrap;
    position:relative;
}
.columnList300 {
    height:300px;
}
.columnList div {
    height:100%;
    overflow-y:scroll;
    overflow-x:hidden;
    
    border-left: 1px solid #ccc;
    float: left;
    width: 145px;
}
.columnList a {
    display:block;
    white-space:nowrap;
    clear:both;
    padding-left:4px;
    padding-right:15px;
    overflow:hidden;
    text-decoration:none;
}
.columnList a:focus {
    outline:none;
}
.columnList a:hover {
    background-color:#eeeeee;
    color:#000;
}
.columnList .feature {
    min-width:200px;
    overflow-y:auto;
}
.columnList .feature a {
    white-space:normal;
}
.columnList .hasChildMenu {}
.columnList .active {
    background-color:#efefef;
}
.columnList .inpath {
    background-color:#efefef;
    color:#000;
}
.columnList .hasChildMenu .widget {
    color:black;
    position:absolute;
    right:0;
    text-decoration:none;
    font-size:0.7em;
}
.columnList-column{
    width:100%;
}
.subtableheader{
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    margin-bottom:5px;
}
.pull-center{
    text-align:center;
}

thead.costUnitDetailTableHeader{
    background-color:#eee;
    font-size: small;
    font-weight:normal;
    color: #333;
}
th.costUnitDetailTableHeader {
    font-weight: normal;
    padding-left:6px;
}
.costUnitDetailTable{
    min-width: 100%;
    /*border: 1px solid #ccc;*/
    margin-bottom:10px;
}
.costUnitDetailTableTd{
    vertical-align: top;
    padding: 5px 5px;
    /*border-bottom: 1px #ddd solid;*/
}
.deleteCostUnitDetailsButton{
    margin-right:5px;
    margin-top:3px;
}
.costUnitTableHighlightRow{
    background-color:#efe !important;
}
.listOfUnitPrices, .listOfDetails{
    padding:10px 10px 0 10px;
}

#Result {
    padding:6px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#Result > h4 {
    display:inline;
}
#Result > span {
    float:right;
    font-size:18px;
    font-weight:bold;
}
.negativeValue {
    background-color: #FAE4DE !important;
}
.positiveValue {
    background-color: #E9FADE;
}

.fakeLabel{
    margin-top:7px;
}

.emptyclass{
    color:#ccc;
}
#tableTab, #chartTab, #expandedTableTab{
    clear:both;
}
.hour{
    padding-right:6px;
}

.inputModal {
    display:none;   
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
}

.modalInputWide{
    width:1150px;
    margin-left: -580px;
    max-height: 450px;

    top: 10%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 6px;
}
.modalInput600{
    width:600px;
    margin-left: -300px;
    max-height: 450px;

    top: 10%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 6px;
}
.maxHeight180{
    max-height: 180px !important;
}
.maxHeight205{
    max-height: 205px !important;
}
.maxHeight250{
    max-height: 250px !important;
    overflow:visible;
}
.maxHeight280{
    max-height: 280px !important;
    overflow:visible;
}
.maxHeight220{
    max-height: 220px !important;
    overflow:visible;
}
.modalInputExtraWide{
    width:1400px;
    margin-left: -700px;
    max-height: 700px;

    top: 10%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 6px;
}
.modal-overflow{
    overflow:visible;
}
.inputModalChartMinMaxContainerHeight{
    height: 212px !important;
}

/*   ============      OVERWRITE     BOOTSTRAP     STYLES    ===========    */

.modal{
    display:block;
}
.modal-header{
    padding: 9px 15px !important;
}
.modal-footer{
    background-color: #f5f5f5 !important;
}
.modal-body{
    max-height: 400px !important;
}
.modal-body-ExtraWide{
    max-height: 600px !important;
}
.modal-backdrop{
    opacity: 0.5 !important;
}
.modal-auto-scroll{
    height: 500px;
    overflow: auto;
    padding-top: 10px;
}

.input-append .add-on, .input-prepend .add-on {
    padding: 2px 5px;

   /* display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc; */
}

.top26{
    padding-top:26px;
}
.top28{
    padding-top:28px;
}

.btn-primary {
  color: #fff;
  font-weight:bold;
}

.ListViewListLi{
    position:relative;
    width:100%;
    display:inline-block;
    min-height:50px;
    clear: both;
    border-bottom:1px solid #dedede;
}
.ListItemSelectableDiv{
    position:relative;
    float:left;
    width:20px;
    display:inline;
    height:100%;
    border-right:1px solid #dedede;
}
.listItemListDiv{
    position:relative;
    float:left;
    display:inline;
    padding-left:30px;
    line-height:15px;
    padding-right: 50px;
}
listItemListDiv > li {
    line-height:16px;
}
listItemListDiv:first-child  {
    font-weight:bold;
}
.ListItemActionsDiv{
    position:relative;
    float:right;
    width:40px;
    display:inline;
    padding-left:8px;
    margin-top:7px;
    border-left:1px solid #dedede;
}
.alert{
  padding:8px 15px;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.control-group.error .control-label,
.control-group.error .chosen-choices,
.control-group.error .help-block,
.control-group.error .help-inline{
  color: #b94a48;
}

.control-group.error .chosen-single,
.control-group.error .chosen-choices,
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea{
  color: #b94a48;
}

.control-group.error .chosen-single
.control-group.error .chosen-choices,
.control-group.error input,
.control-group.error select,
.control-group.error textarea{
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .chosen-single,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus{
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .chosen-single,
.control-group.error .chosen-choices,
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
/* wieder auf 768px gesetzt, da sonst im mobile app ein querscrollen ist! */
@media screen and (min-width: 768px) {
    .form-inline .form-control {
        width: 100%;
    }
}
/* wieder auf 992px gesetzt, da sonst im mobile app ein querscrollen ist! */
@media screen and (min-width: 992px) {
    a:hover, a:focus {
        color: #fff;
        text-decoration: none;
        background: #333;
    }
    #menubg {
        background: #E4E5E7 url(../images/bg/menubg.png) repeat-x;
    }

    .formContainer {
        position: absolute;
        top: 10px;
        bottom: 5px;
        left: 7px;
        right: 55px;
        background: #fff;
        border: 1px solid #aaa;
        box-shadow: 2px 2px 6px #aaa;
        border-radius: 4px;
    }

    .contentContainer {
        position: absolute;
        top: 50px;
        /*left: 10px;*/     /* Anpassung an altes Layout*/
        right: 0;
        bottom: 28px;
        width: 100%;
        min-width: 992px;
    }

    .headContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 500;
        background: transparent;
        box-shadow: none;
    }
    .sideBarContainer {
        top: 0;
        bottom: 0;
        left:auto;
        right: 0;
        width: 45px;
        background-color:transparent;
        height: auto;
    }
    h2.sidebar{
        display:block;
    }
    #subCommandList{
        margin-top: 9px;
        float:none;
        margin-right:0;
    }
    #subCommandList > li {
        float:none;
    }
    .helpPanel{
        position: inherit;
        width:100%;
        left: auto;
        padding: 7px;
    }
    .actionPanel a {
        display: block;
        line-height: 25px;
        padding: 0 0 0 0px;
        margin: 0 0 5px 0;
        background-color: #e6e6e6;
        /*background-color: #d9d9d9;*/
        border: 1px solid #cccccc;
        /*border: 0;*/
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
                border-radius: 4px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        /*zoom: 1;*/
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        font-size: smaller;
    }
    .actionPanel a:hover, .actionPanel a:focus {
        color: #000;
    }
    #help-container, #usernote-container {
        display: block;
    }
    #help-button, #usernote-button {
        display:none;
    }

    .nav-tabs>li , .nav-tabs > .mainNavItem {
        margin-bottom: -1px;
        margin-right:3px;
        float:left;
    }
    .nav-tabs {
        margin-top: 0px;
        width: 100%;
    }
    .nav-tabs > .mainNavItem > a,
    .nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a {
        padding-top: 2px;
        padding-bottom: 4px;
        line-height: 16px;
        margin-top: 4px;
        border-bottom: none;
          width: auto;
    }
    .nav-tabs>li>a {
        border-radius: 4px 4px 0 0;
    }
    .nav > li > a:hover, 
    .nav > li > a:focus {
        color:#333;
        background: #EEE;
        border-bottom:none;
    }

    .nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a:hover,
    .nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a:focus {
        color:#FFF;
        background: #000;
        border-bottom: none;
    }
    .nav-tabs > .mainNavItem.active .tab-content .tab-pane {
        margin: 0 4px; 
    }
    .nav > li > a:hover, .nav > li > a:focus, .nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a:hover, .nav-tabs > .mainNavItem .tab-content .tab-pane > .subNavItem > a:focus {
        border-bottom: none;
    }
    #menu {
        overflow: inherit;
        width: 100%;
        height: 100%;
    }

    div.tab-content {
        position: absolute;
        top: 27px;
        left: 0;
        right: 0;
        box-shadow: none;
        background: transparent url("../images/bg/navBg.png") 0 -25px; 
        overflow: hidden;  
        padding-left: 8px;
    }
    ul.nav-tabs {
        /*margin-left: 4px;*/     /* Anpassung an altes Layout*/
    }
    .tab-pane li {
        height: 29px;
    }
    .subNavItem a {
        padding: 2px 6px 3px 6px !important;
    }
    .subNavItem a.active {
        background: #fcfcfc;
        border: 1px solid #ddd;
        border-radius: 4px;
        color: #333;
    }
    #listViewTableContainer{
        left:10px;
        right:10px;
        padding: 0px;
        bottom: 40px;
        background-color: #fff;
        box-shadow:none;
    }
    .filterContainer {
       margin: 0 0px 0 0px;
    }
    .commandUserNoteContainer{
        display:block;
        /*
        width:100%;
        position: inherit;
        top: auto;
        left: auto;*/
    }
    #noteContainer {
        width: 100%;
        height: 100%;
        padding: inherit;
        margin-top: 0;
        display: none;
    }
}

.tile{
    position:relative;
    width: 200px;
    height:200px;
    float:left;
    margin:8px;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #ccc;

    -webkit-box-shadow: 10px 10px 16px -2px rgba(0,0,0,0.19);
    -moz-box-shadow: 10px 10px 16px -2px rgba(0,0,0,0.19);
    box-shadow: 10px 10px 16px -2px rgba(0,0,0,0.19);
    opacity: 0.7;

}
.tile:hover{
    opacity: 1;
}
.tileTitle{
    margin-top:6px;
    text-align: center;
    font-size: 14px;    
}
.tileDescription {
    text-align: center;
    font-size: 11px;
    position:absolute;
    left:0;
    bottom:11px;
    width:100%;
}
.tileIcon{
    position:absolute;
    font-size:80px;
    text-align: center;
    width:100%;
    margin: 30px 0 0 0 ;
    color:#c5d3eb;
    text-shadow: 2px 2px #fff, -1px -1px #95A0B5;
}
.widgetBackBtn{
    margin-top: 40px;
    width:100%;
    text-align: center;
}
.widgetHeader{ 
    margin-top: 20px;   
    width:100%;
    text-align: center;
}
.widget_container{
    width:100%;
    text-align: center;
}
.c3-chart-arcs .c3-chart-arcs-background{
    fill: #555;
}

.grid {
      position: absolute;
  background: #f8f4f1;
  left: 10px;
  right: 10px;
  /* margin: 10px; */
  top: 60px;
  bottom: -40px;
  overflow: hidden;
  border-radius: 6px;
  padding: 10px;
}

.gridContainer{ 
    margin-top:10px;
}
.gridContainer h2{ 
    font-size: 18px;
    padding-left: 10px;
}
.numbersOnly, .discount, .decimal{
    text-align: right;
}


/* d3 charts von mike */
.c3-tooltip-container{
    z-index: 1000;
}
.plot{ fill: #fff; }

.axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; }
/*  http://www.perceptualedge.com/articles/visual_business_intelligence/rules_for_using_color.pdf

    Dark Color Set:  #010202, #EE2E30, #008C48, #175AA9, #F47D23, #662B91, #A21D22, #B43794
    Main Color Set:  #737373, #F15A60, #7AC36A, #5A9BD4, #FAA65B, #9E67AB, #CE7058, #D77FB4
    Light Color Set: #CCCCCC, #F2AFAD, #D9E4AA, #B8D2EC, #F3D1B0, #D5B2D4, #DDB9A9, #EBC0DA
*/
g > .tick { font-size: 11px;}
.line0 { fill: none; stroke:#737373; stroke-width: 1.5px; }
.line1 { fill: none; stroke:#EE2E30; stroke-width: 1.5px; }
.line2 { fill: none; stroke:#008C48; stroke-width: 1.5px; }
.line3 { fill: none; stroke:#175AA9; stroke-width: 1.5px; }
.line4 { fill: none; stroke:#F47D23; stroke-width: 1.5px; }
.line5 { fill: none; stroke:#662B91; stroke-width: 1.5px; }
.line6 { fill: none; stroke:#A21D22; stroke-width: 1.5px; }
.line7 { fill: none; stroke:#B43794; stroke-width: 1.5px; }

.y0axis > path, .y0axis > line, .y0axis > tick{ stroke: #737373; }
.y1axis > path, .y1axis > line, .y1axis > tick{ stroke: #EE2E30; }
.y2axis > path, .y2axis > line, .y2axis > tick{ stroke: #008C48; }
.y3axis > path, .y3axis > line, .y3axis > tick{ stroke: #175AA9; }
.y4axis > path, .y4axis > line, .y4axis > tick{ stroke: #F47D23; }
.y5axis > path, .y5axis > line, .y5axis > tick{ stroke: #662B91; }
.y6axis > path, .y6axis > line, .y6axis > tick{ stroke: #A21D22; }
.y7axis > path, .y7axis > line, .y7axis > tick{ stroke: #B43794; }

.y0axis > path{ stroke-width: 1.5px; }
.y1axis > path{ stroke-width: 1.5px; }
.y2axis > path{ stroke-width: 1.5px; }
.y3axis > path{ stroke-width: 1.5px; }
.y4axis > path{ stroke-width: 1.5px; }
.y5axis > path{ stroke-width: 1.5px; }
.y6axis > path{ stroke-width: 1.5px; }
.y7axis > path{ stroke-width: 1.5px; }

.y0axis > rect, .legendbg0 { fill:#737373; opacity:0.2;}
.y1axis > rect, .legendbg1 { fill:#EE2E30; opacity:0.2;}
.y2axis > rect, .legendbg2 { fill:#008C48; opacity:0.2;}
.y3axis > rect, .legendbg3 { fill:#175AA9; opacity:0.2;}
.y4axis > rect, .legendbg4 { fill:#F47D23; opacity:0.2;}
.y5axis > rect, .legendbg5 { fill:#662B91; opacity:0.2;}
.y6axis > rect, .legendbg6 { fill:#A21D22; opacity:0.2;}
.y7axis > rect, .legendbg7 { fill:#B43794; opacity:0.2;}

.legend0 { fill: #737373; stroke:#010202; stroke-width: 0px; }
.legend1 { fill: #EE2E30; stroke:#EE2E30; stroke-width: 0px; }
.legend2 { fill: #008C48; stroke:#008C48; stroke-width: 0px; }
.legend3 { fill: #175AA9; stroke:#175AA9; stroke-width: 0px; }
.legend4 { fill: #F47D23; stroke:#F47D23; stroke-width: 0px; }
.legend5 { fill: #662B91; stroke:#662B91; stroke-width: 0px; }
.legend6 { fill: #A21D22; stroke:#A21D22; stroke-width: 0px; }
.legend7 { fill: #B43794; stroke:#B43794; stroke-width: 0px; }

.tooltip0 { background-color: #737373; border:1px solid #000; }
.tooltip1 { background-color: #EE2E30; border:1px solid #000; }
.tooltip2 { background-color: #008C48; border:1px solid #000; }
.tooltip3 { background-color: #175AA9; border:1px solid #000; }
.tooltip4 { background-color: #F47D23; border:1px solid #000; }
.tooltip5 { background-color: #662B91; border:1px solid #000; }
.tooltip6 { background-color: #A21D22; border:1px solid #000; }
.tooltip7 { background-color: #B43794; border:1px solid #000; }

.point0 { fill: #737373; stroke:#fff; stroke-width:1px; }
.point1 { fill: #EE2E30; stroke:#fff; stroke-width:1px; }
.point2 { fill: #008C48; stroke:#fff; stroke-width:1px; }
.point3 { fill: #175AA9; stroke:#fff; stroke-width:1px; }
.point4 { fill: #F47D23; stroke:#fff; stroke-width:1px; }
.point5 { fill: #662B91; stroke:#fff; stroke-width:1px; }
.point6 { fill: #A21D22; stroke:#fff; stroke-width:1px; }
.point7 { fill: #B43794; stroke:#fff; stroke-width:1px; }

.legend { font-size: 11px; margin-bottom:0px; fill: #000; }   
.legend-off { font-size: 11px; margin-bottom:0px; fill: #231F20; }
.legend-select { font-size: 11px; margin-bottom:0px; fill: #231F20; }
.legend > text, .legend > rect { cursor:pointer; }
.mouseline { fill: none; stroke:#000; stroke-width: 1px; }
.fakeaxis{opacity:0.2;}
.axisUnit { font-size:11px;}
.bigrow{ height:40px;}
tr.bigrow > td {
  vertical-align: bottom;
}

.chartNegative0{ fill:#820000;}
.chartNegative1{ fill:#8F0000;}
.chartNegative2{ fill:#9C0000;}
.chartNegative3{ fill:#A90000;}
.chartNegative4{ fill:#B70000;}
.chartNegative5{ fill:#E20202;}

.chartPositive0{ fill:#1F5EFF;}
.chartPositive1{ fill:#1D77FF;}
.chartPositive2{ fill:#198FFF;}
.chartPositive3{ fill:#15A7FF;}
.chartPositive4{ fill:#0FBCFF;}
.chartPositive5{ fill:#5BDAFF;}

table#clone th{
    border:1px solid #ddd !important;
}

#cloneDiv{ overflow:hidden !important;}

/* folgender style kann bei update der font-awesome lib entfallen:; */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
path.slice{
    stroke-width:2px;
}

polyline{
    opacity: .3;
    stroke: black;
    stroke-width: 2px;
    fill: none;
}



.toggleCostUnitType, .toggleExpenses, .toggleIncomes{
    cursor:pointer;
    color:#BFCFD8;
}
.subRow{ display:none;}
.smallLabel{
        font-size: 11px;
    font-weight: normal;
    padding: 3px 6px 3px 6px;
    text-shadow: none;
    background-color: #BFCFD8;
    border-radius: 21px;
}
.bigLabel{
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #BFCFD8;
}

.MinAlert {
    background-color:#DCEEFB !important;
}
.MaxAlert {
    background-color:#FAE4DE !important;
}
.MinAlertText {
    color:#6495ED !important;
    font-weight: bold;
    background-color: #ffffff !important;
}
.MaxAlertText {
    color:#EEA2AD !important;
    font-weight: bold;
    background-color: #ffffff !important;
}
.OutOfLimit{
    color: #A6A3A3;
}
.DefaultMinMax{
    background-color: #EFEFEF;


}

.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;
}
#progressBar {
    width: 100%;
    margin-top: 17px;
}
th{
    box-sizing: border-box;
}
#uploadMessage {
    margin: 17px;
}

thead.klonthead th{
    padding: 4px 3px 4px 4px  !important;
    line-height: 20px !important;
}

thead.klonthead th {
    border-bottom-width: 2px;
    border: 1px solid #ddd;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #FFF;
}
thead.klonthead th.sorter {
    cursor: pointer;
    color: #000;
}
.clonedTheadContainer{
    position:fixed;
    overflow: hidden;
    border-top: #fff 1px solid;
        z-index: 900;
}

.deactivated{
    cursor:normal;
    color:#bbb;
}
.deactivated:hover{
    cursor:normal !important;
    color:#bbb !important;
}
.makeBold{
    font-weight:bold;
}

.col-2-less-padding{
    padding-left:3px !important; padding-right:3px !important;
}
input.inputReadonly{
    width:100% !important;
    padding: 1px 1px;
    margin-bottom: 0px;
}
input.lookupInput{
    border: 0px;
    height:27px;
    box-shadow: none;
    border-radius: 0;
}

.lookupInput-container .lookupInput-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 0 0 4px;
    padding: 0 4px 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.lookupInput-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lookupInput-container .lookupInput-drop {
    position: absolute;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-bottom: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);

}
.lookupInput-container.chosen-with-drop .lookupInput-drop {
    left: 10px;
}

.lookupInput-container-single .lookupInput-drop {
    margin-top: -107px;
    border-radius: 4px 4px 0 0;
    background-clip: padding-box;
}

.lookupInput-container .lookupInput-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
    color: #fff;
}

.lookupInput-container .lookupInput-results li.lookupInput-result {
    cursor: pointer;
    color:#000;
}
.lookupInput-container .lookupInput-results li.active-result {
    display: list-item;
}
.lookupInput-container .lookupInput-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.lookupInput-container .lookupInput-results li.lookupInput-result:hover {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.lookupInputresult{
    color:#bbb;
}
.form-control-no-transition {
    display: block;
    width: 100%;
    height: 27px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.form-control-no-style {

    width: 80px;
    height: 27px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;


}
.noTopPadding{
    padding-top: 0px !important; 
}
.noLeftPadding{
    padding-left: 0px !important; 
}

.noRightPadding{
    padding-right: 0px !important;
}
.datePickerWidth{
    width:90px !important;
}
.timePickerWidth{
    width:55px !important;
}
.dateTimeFramesWidth{
    width:200px !important;
}
select[multiple], select[size] {
    height: 26px;
}
.dropDownListArray{
    width:160px;
    display:inline-block;
    margin:3px;
    padding:0px;
    background-color: #fff;
}

div.tdWithInlineForm {
    padding: 3px;
}
.control-group-horizontal {
    margin-bottom: 10px;
}
.control-group-horizontal:before, .control-group-horizontal:after {
    display: table;
    line-height: 0;
    content: "";
}
.control-group-horizontal:after {
    clear: both;
}
.controls-horizontal {
    margin-left: 110px;
}
.control-label-horizontal {
    float: left;
    width: 100px;
    padding-top: 5px;
    text-align: right;
}

a.editable:hover{
    color:#000;
    background-color: rgba(0,0,0,0.2);
}

.chartNodData{
    text-align:center;
}

.toggleTreeItemStatus{
    cursor:pointer;
}

.subsetItem{
    background-color: #DCEEFB !important
}

@media print {
    #menubg, .headContainer, .logo, .footerContainer, .clonedTheadContainer, .sideBarContainer, #storedFilterEditContainer, div.viewFunctionButtons, #filterSubmitBtn{
        display: none;
    }
    #storedFilterContainer > div{
        display: none;   
    }
    #storedFilterContainer > div:first-child {
        display: block;
    }
    .filterTitel{
        display: inline;
    }
    #listViewTableContainer{
        position: initial;
        font-size: 9px;
    }
    label{
        font-size: 9px !important;
    }
    #pagerInfo{
        float:right;
    }
    #pagerBtnGroup{
        display: none;
    }
    #pager{
        top:0;
        right:0;
    }
    .chosen-search > input{
        display:none;
    }
}

.cancel-input {
        position: absolute;
    top: 23px;
    right: 6px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #ddd;
}

.pagedListSubContainer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
        padding: 10px 10px 8px 30px;
    background-color: #FFF;
    position: absolute;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
}
table.subTable tr th{
    background-color:#D2E5F2;
}

.tourContainer{
    background-color: #fff;
    height: 100%;
}
#tourView{  
    background-color: #fff;
}
.tourHeader{
    padding-top:1px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    width: 100%;
    height: 36px;
    text-align: left;
    background-color: #D6D7DB;
    border-top: #C3C4C7 1px solid;
    font-size: 11px;
}

#listOfTourItems{
    padding:16px 5px 0px 5px;
}
.tourStopHeader {
    border-bottom:#BDC5CB 1px solid;
    padding: 0 5px;
}
.tourStopTableHeader {
    cursor: pointer;
}
.tourStopBodyDesktop {
    padding: 10px;
    border-radius: 6px;
}
.tourStopFooter{
  padding:9px;
  text-align:center;
}
.expandedFooter{
    height:48px;
}
.tourItem{
  font-family: Arial;
  margin:6px 0px;
}
.tourItemStopDesktop{
  background-color: #DFE7ED;
  border-radius:6px;
}
.tourItemGroup{
  background-color: #CCD4DA;
}
.partsTableDesktop{
    border-spacing: 3px;
}
.tourStopTable {
    width:100%;
    border-collapse: separate;
}
.tourStopTableLeftDesktop{
    vertical-align: top;
    width:32%;
}
.tourStopTableCenterDesktop{
   vertical-align: top;
    width: 32%;
}
.tourStopTableRightDesktop{
   vertical-align: top;
    width: 32%;
}

.tourStopLabel {
    font-size:9px;
    min-width: 13px;
    display: inline-block;
    cursor:pointer;
}
.hpadding{
    padding-left:5px;
    padding-right:5px;
}
.isFinal{
    background-color: #DADADA;
}
.noEntryDiv{
  padding-top:30px;
  font-family: 'OpenSansExtraBold';
  font-size:24px;
  text-align:center;
  color:#DFE7ED;
}

.roundCornerTop{
  border-radius: 8px 8px 0px 0px;
}
.roundCornerBottom{
  border-radius: 0px 0px 8px 8px;
}
.roundCornerTopBottom{
  border-radius: 8px;
}
.bottomBorderDesktop{
    border-bottom:rgba(0,0,0,0.2) 1px solid;
}
.topBorderDesktop{
    border-top:rgba(255,255,255,0.5) 1px solid;
}
.leftBorder{
    border-left:#BDC5CB 1px solid;
}
.rightBorder{
    border-right:#EFF8FF 1px solid;
}

.checkbox_filter{
    padding-top:0px;
}


i.circle_aus{
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 0;
    padding:0;
    display:block;
    width:20px;
    height:20px;
    background: url(../images/icons/circle_aus.svg) 0px 0px no-repeat;
    background-size: 14px 14px;
    position: relative;
    left: 50%;
    margin-left: -7px !important;
}
i.circle_rot{
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 0;
    padding:0;
    display:block;
    width:20px;
    height:20px;
    background: url(../images/icons/circle_rot.svg) 0px 0px no-repeat;
    background-size: 14px 14px;
    position: relative;
    left: 50%;
    margin-left: -7px !important;
}
i.circle_gruen{
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 0;
    padding:0;
    display:block;
    width:20px;
    height:20px;
    background: url(../images/icons/circle_gruen.svg) 0px 0px no-repeat;
    background-size: 14px 14px;
    position: relative;
    left: 50%;
    margin-left: -7px !important;
}

i.ampel_aus{
    margin: 0;
    padding:0;
    display:block;
    width:16px;
    height:32px;
    background: url(../images/icons/ampel_aus.svg) 0px 0px no-repeat;
}
i.ampel_rot{
    margin: 0;
    padding:0;
    display:block;
    width:16px;
    height:32px;
    background: url(../images/icons/ampel_rot.svg) 0px 0px no-repeat;
}
i.ampel_gelb{
    margin: 0;
    padding:0;
    display:block;
    width:16px;
    height:32px;
    background: url(../images/icons/ampel_gelb.svg) 0px 0px no-repeat;
}
i.ampel_gruen{
    margin: 0;
    padding:0;
    display:block;
    width:16px;
    height:32px;
    background: url(../images/icons/ampel_gruen.svg) 0px 0px no-repeat;
}

.translationsContainer{
    top:15px;
}
#listOfPhrases{
    padding:0px 10px;
}
a.previewImageLightbox:hover, a.previewImageLightbox:focus{
    background-color: transparent;
    color: #999;
}

.chosen-container.chosen-drop-up .chosen-drop {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #aaa;
  bottom: 100%;
  box-shadow: none;
  top: auto;
}

.chosen-container-active.chosen-with-drop.chosen-drop-up .chosen-single {
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(40%,#eee),color-stop(90%,#fff));
  background-image: -webkit-linear-gradient(#fff 40%,#eee 90%);
  background-image: -moz-linear-gradient(#fff 40%,#eee 90%);
  background-image: -o-linear-gradient(#fff 40%,#eee 90%);
  background-image: linear-gradient(#fff 40%,#eee 90%);
  border-radius: 0 0 4px 4px;
  border-top: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.col-sm-x{
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
