/** GENERAL **/


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}

html, body {
    height: 100%;
    width: 100%;
    background: #3c3c3b;
    overflow: hidden;
    position: fixed;
    font-family: RobotoLight, arial, sans-serif;
}
.pointer {
    cursor: pointer !important;
}
.padding10 {
    padding: 10px 10px;
}
.imgBox {
    max-height: 100px !important;
    padding: 5px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    border:10px solid transparent;
    background-position: center center;
    min-height: 120px;
}
.nopadding {
    padding: 0 !important;
}
.scrollContent {
    -webkit-overflow-scrolling: touch;
}
.descHeader {
    padding-left: 10px;
    width: 100%;
    margin-top: 20px;
}

.descTitle {
    color:white;
    line-height: 35px;
    font-size: 13px;
}
.btn-info {
    background: rgb(1, 40, 80) !important;
    color: white !important;
    outline: none;
    border: none;
    /*border: 1px solid #012850;*/
}
.btn-info:hover{
    color: white !important;
    opacity: .9;
}
* {
    border-radius: 0 !important;
    font-family: Roboto,sans-serif;
}
.list-group-item {
    border:1px solid #3c3c3b;
    opacity: 1;
}

.list-group-item:hover {
    opacity: 0.9;
}

.table>tbody>tr>td {
    border-top:none !important;
    vertical-align: middle;
}

.custom-dialog .modal-dialog .modal-content .modal-header {
    text-align: center;
    font-weight: bold;
}
.addItem {
    background:#ee7203 !important;
    border:1px solid #ee7203; !important;
}
select {
   /*background: white;*/
}

/** FULL SCREEN TEMPLATES - **/
.viewContainer {
    width: 100%;
    height: 100%;
    z-index: 10; /* Sit on top */
    /*background: #3c3c3b;*/
    left: 0;
    top: 0;
    overflow: hidden;
}
.viewHeader {
    height: 80px;
    background: #3c3c3b;
    color:white;
}
.viewContent{
    height: 100%;
    /*background: #3c3c3b;*/
    overflow-x: hidden;
}

.searchViewContent {
    background: #3c3c3b;
    overflow-x: hidden;
    height: calc(100% - 100px);
}


/** SEARCH VIEW **/
.btn-group-justified {
    background: #dbdbdb;
    border-spacing: 1px;
}
.btnSearchPassive {
    background: #8d8c8c;
    border-radius: 0;
    color: white;
}
.btnSearchActive {
    background: #012850;
    border-radius: 0;
    color: white;
}
.btn-primary {
    border-color: transparent;
}

/** SIDENAVIGATION - TOP LEVEL **/
.sideBarTitle {
    height: 40px;
    line-height: 60px;
    font-size: 18px;
    vertical-align: middle;
    color:white;
    padding-left: 6px;
    margin-bottom: 10px;
}
.sideNavigation {
    padding-left: 5px;
    height: calc(100% - 50px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sideNavigationSecond {
    padding-left: 5px;
}
.sideBarTitleSecond {
    color:white;
    font-size: 18px;
    padding-left: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#row0 {
    padding-top: 0;
}
.padding10:nth-child(-n+4) {
    padding-top: 0;
}


/** MAIN HEADER LINE **/

.headerLine {
    height: 80px;
}

/** KAPITELVIEW **/

.kapitelBox {
    background: white;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    opacity: 1;
}

.kapitelBox:hover {
    opacity: 0.9;
}

.textWrapp {
    line-height: 83px;
    height: 83px;
    background: white;
    word-break: normal;
    color:black;
    font-weight: bold;
    border-top:1px solid lightgray;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.textWrapp p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    word-break: normal;
}

/** BAUREIHENVIEW **/

.productbox {
    background: white;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    opacity: 1;
}

.productbox:hover {
    opacity: 0.9;
}

.maxHeight {
    min-height: 100px;
    max-height: 100px;
}
.textwrapp2 {
    line-height: 50px;
    height: 50px;
    background: white;
    color:black;
    font-weight: bold;
    border-top:1px solid lightgray;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.textwrapp2 p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.padd {
    padding: 7px;
}
/** TREEEBENEONEVIEW **/
#treeViewContainer {
    padding-left: 10px;
    padding-top: 10px;
}
/** TREEEBENETWOVIEW **/
.treeTwo {
    padding: 10px 15px;
    background: rgb(1, 40, 80);
    margin-left: 1px;
    color:white;
    overflow: hidden;
    text-overflow: ellipsis;
    border:1px solid rgb(1, 40, 80);
    margin-right: 1px;
}
.activeTree:after {
    content: ' »';
    color:rgb(239,115,0);
    font-size: 20px;
    font-weight: bold;
}
.treeTwo:first-of-type {
    margin-top: 0px !important;
}
.treeTwo:not(:first-of-type) {
    margin-top: 5px;
}
/** TREEEBENETHREEVIEW **/
.treeThree {
    padding: 10px 15px;
    background: rgb(1, 40, 80);
    color:white;
    display:block;
    width: 100%;
    text-align: -webkit-left;
    border:2px solid rgb(1, 40, 80);
}
.treeThree:before {
    content: '» ';
    color:rgb(239,115,0);
    font-size: 20px;
    font-weight: bold;
}
.treeThree:first-of-type {
    margin-top: -9px;
}
.treeThree:not(:first-of-type) {
    margin-top: 5px;
}
/** PRODUCT VIEW **/
.imgSize {
    max-height: 30px;
    max-width: 50px;
}
.subViewContainer {
    padding-left: 10px;
}
.subViewContainer > div:first-of-type{
    margin-top: -8px;
}
.subViewContainer > div:not(:first-of-type) {
    margin-top: 4px;
}
#productContainerTable {
    height: calc(100% - 84.545px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/** NAVIGATION FOOTER **/

.nav-wrapper {
    position: fixed;
    bottom:0px;
    z-index: 10;
    width: 100%;
    height: 50px !important;
    background: rgb(1, 40, 80);
    display: table;
    text-align: center;
}
.nav-item {
    max-width: 33.3%;
    height: 83px;
    width: 33.3%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}
.nav-item > div > * {
    color:gray;
}
.nav-item > div > span {
    font-size: 22px;
    opacity: 0.9;
}
.nav-item > div > p{
    padding-top: 5px;
    margin-top: -8px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 11px;
}
.nav-item.activeBar > div > * {
    color:white !important;
}

.sub-nav-item {
    /*margin: 10px 0 10px 20px;*/
    height: 42px;
    width: 100%;
    margin-bottom: 0;
    line-height: 42px;
    padding-left: 20px;
}

.sub-nav-item:first-child {
    margin-top: 5px;
    border-bottom: 0.5px solid #333;
}

/*.sub-nav-item:last-child {
    border-top: 1px solid #333;
    margin-bottom: 3px;
    padding-top: 10px !important;
}*/

.bookmark-button {
    background-color: transparent;
    border:none;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    border-bottom: 0.5px solid #e1e1e1;
}

.bookmark-button:first-child {
    border-top: 0.5px solid #e1e1e1;
}


/** Buderus Online Shop **/
@media (min-width: 1080px){
    .setOrder > .modal-dialog {
        width: 1050px;
    }
}



.nomargin {
    margin: 0;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop26 {
    margin-top: 26px;
}

.mtop30 {
    margin-top: 30px;
}

.mbot0 {
    margin-bottom: 0;
}

.mbot5 {
    margin-bottom: 5px;
}

.f-md {
    font-size: 14px;
}

.f-sm {
    font-size: 11px;
}



.a-settings-container, .a-matrix-container {
    margin-top: 0;
    padding: 0;
}

.a-settings-container {
    padding-left: 10px;
}

.a-matrix-container {
    padding: 0 10px;
}

.sc-col {
    background-color: #fff;
    padding: 10px;
}

.atool-grey-element {
    border: none;
    background-color: rgba(178,178,178,0.9);
    width: 100%;
    min-height: 36px;
    color: #fff;
}

.atool-grey-element.input {
    text-align: center;
}

.atool-blue-element {
    width: 100%;
    border: none;
    background-color: rgb(1, 40, 80);
    color: #fff;
    min-height: 36px;
}

.setting-row {
    margin-bottom: 10px;
}

.setting-row h5 {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 3px;
}


/*  MATRIX  */

.profil-plan-matrix {
    width: 100%;
}

.profil-plan-matrix tr td {
    min-width: 37px;
}

.profil-plan-matrix tr td button {
    width: 100%;
}

.info-col {
    background-color: #fff;
    color: #3c3c3b;
    border: 0.5px solid #d1d1d1;
    text-align: center;
    height: 30px;
}

.matrix-cell {
    color: #fff;
}


.bhov:hover{
    background-color: #3c3c3b;
}

.dgrey {
    background-color: #706f6f;
}

.dgrey:hover {
    background-color: rgba(121,111,111,0.9);
}

.lgrey {
    background-color: #b2b2b2;
}

.dblue {
    background-color: #002d59;
}

.dblue:hover {
    background-color: rgba(0,45,89,0.9);
}

.article-container {
    margin-top: 20px;
    padding: 10px;
    border: 0.5px solid grey;
    display:none;
}

.article-info {
    width: 100%;
}

.article-info tr td:first-child  {
    width: 110px;
}

.article-info tr td:nth-child(3){
    width: 80px;
}

.atool-blue-element.aufnehmen,
.atool-blue-element.langtext {
    width: 150px;
}

.therm-matrix tr td:nth-child(1), .therm-matrix tr td:nth-child(2) {
    width: 10%;
}

.fskala tr td:nth-child(2) {
    padding-left: 10px;
}

.logatherm-matrix-containert,
.universal-matrix-container {
    padding-right: 10px;
    margin-bottom: 20px;
}

.therm-cell {
    text-align: center;
    border: solid 0.5px #d1d1d1;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 100%;
}

.kronen {
    padding-right: 15px;
    margin-bottom: 10px;
}

.zoom-in {
    cursor: zoom-in;
}

#ventildifferenz, #KV-value {
    width: 60px;
    border: 0.5px solid grey;
    height: 26px;
}

.pw {
    width: 100%;
}

.ph {
    height: 100%;
}

.ovl-dialog {
    text-align: center;
    background-color: #fff;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.dropdown-menu button:hover {
    background-color: rgba(178,178,178,0.9);
}

.dropdown-menu.center button {
    text-align: center;
}

.dropdown-menu.left button {
    text-align: left;
}

.dropdown-menu button {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    background-color: #b2b2b2;
    color: #fff;
    border-top: 0.5px solid #fff;
}

.add-room-label {
    height: 40px;
    width: 100%;
    border: none;
}

.dropdown-menu {
    position: absolute;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.rm {
    top: 135px;
    min-width: 160px;
}

.dropdown-menu.at {
    top: 35px;
    left: 0;
    min-width: 80px;
}


.btngroup {
    background-color: #fff;
    border: 1px solid #002d59;
}

.ovl-dialog {
    background-color: white;
    padding: 10px;
}

.wba, .gos {
    width: 100%;
}

.gos, .mc {
    display: none;
}

.bestand, .baujahr {
    float: left;
    background-color: transparent;
    color: #002d59;
    height: 36px;
    border: none;
}

.bestand {
    width: 50%;
}

.baujahr {
    width: 25%;
}

.baujahr:not(:last-child) {
    border-right: 1px solid #002d59;
}

.bestand.active, .baujahr.active, .sidebar-item.active {
    background-color: #002d59;
    color: #fff;
}

#gos-btn {
    margin-left: 0;
}

.ovl-btn {
    height: 35px;
    border: none;
    width: 120px;
    background-color: #002d59;
    color: #fff;
    margin: 0 auto;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#waermeleistung-wba {
    width: 100%;
    text-align: center;
}

.def-input {
    height: 40px;
    font-size: 14px;
    padding: 0 8px;
    border: 0.5px solid grey;
    text-align: center;
}

/* PROSELECTVIEW */

.description {
    line-height: 83px;
    height: 83px;
    background: white;
    word-break: normal;
    color:black;
    /*font-weight: bold;*/
    font-size: 10px;
    border-top:1px solid lightgray;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.description p {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    word-break: normal;
}
.btn-cart {
    background: rgb(1, 40, 80) !important;
    outline: none;
    color: white;
}
.btn-cart:hover {
    background: rgba(1, 40, 80, 0.7) !important;
    outline: none;
    color: white !important;
}


/* PROSELECTVIEW */

.description {
    line-height: 83px;
    height: 83px;
    background: white;
    word-break: normal;
    color:black;
    /*font-weight: bold;*/
    font-size: 10px;
    border-top:1px solid lightgray;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.description p {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    word-break: normal;
}
.btn-cart {
    background: rgb(1, 40, 80) !important;
    outline: none;
    color: white;
}
.btn-cart:hover {
    background: rgba(1, 40, 80, 0.7) !important;
    outline: none;
    color: white !important;
}
iframe{
    border: 0;
}

#shopcartBtnBar{
    bottom: 60px;
    background-color: white;
    height: 60px;
}