﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
/*textarea*/ {
    max-width: 280px;
}
/*defaul*/
body {
    /*font-family: 'Segoe UI', Arial;*/
    font-family: 'Segoe UI', Segoe UI Bold;
    font-size: 13px;
    color: #6c6d6f;
}

@media (max-width:767.99px) {
    body {
        font-size: 14px;
    }

    label {
        font-size: 14px !important;
    }

    .productBorderLeft {
        border: none !important;
    }

    .YCCapplianceName {
        float: right;
    }

    .totalAppConsuptionBar {
        height: 50px !important;
    }
}
/*  footer styles
-------------------------------------------------- */
footer {
    position: fixed;
    bottom: 0px;
    height: 25px;
    width: 100%;
    background-color: white;
    border-color: #101010;
    color: #c3c4c6 !important;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*  footer styles
-------------------------------------------------- */
/*header
    ---------------*/
.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        /*padding: 15px;*/
        /*width: auto;*/
        width: 100%;
    }

#mainNavbar {
    border-bottom: 1px solid #e67229;
    max-height: none !important;
}

.mainMenu .navbar-brand {
    background-size: cover;
}

.mainMenu .navbar-brand {
    height: 60px;
    width: 140px;
}

.noneBorder {
    border: none !important;
}

#logoutBtn {
    color: #e67229;
    padding-top: 12px !important;
    padding-bottom: 11px !important;
}

    #logoutBtn :hover {
        color: black;
    }

.mainMenu .nav > li > a #logoutBtn {
    padding-top: 2px;
    padding-bottom: 2px;
}

@media only screen and (max-width : 768px) {
    .mainMenu .nav > li > a {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 16px;
    }

    #logoutBtn {
        float: left;
    }
}

@media only screen and (min-width : 769px) {
    .menuItems li {
        text-align: center;
    }
}

@media only screen and (min-width:1535px ) and (max-width : 1628px) { /*1606*/
    .mainMenu .nav > li > a {
        padding: 10px;
    }

    /*    .menuItems li {
        max-width: 120px;
        text-align: center;
    }*/
}

@media only screen and (min-width:1450px ) and (max-width : 1534px) {
    .mainMenu .nav > li > a {
        padding: 8px;
    }
}

@media only screen and (min-width:1340px ) and (max-width : 1450px) {
    .mainMenu .nav > li > a {
        padding: 4px;
        padding-top: 15px;
    }
}


@media only screen and (min-width:1270px ) and (max-width : 1339px) {
    .mainMenu .nav > li > a {
        padding: 4px;
    }

    .menuItems li {
        /*        max-width: 120px;
*/
    }
}

@media only screen and (min-width:1180px ) and (max-width : 1269px) {
    .mainMenu .nav > li > a {
        padding: 4px;
    }

    .menuItems li {
        /*        max-width: 110px;
*/
    }
}

@media only screen and (min-width:1080px ) and (max-width : 1179px) {
    .mainMenu .nav > li > a {
        padding: 2px;
    }

    .menuItems li {
        /*        max-width: 100px;
*/
    }
}


#zoomHelp {
    border: 1px solid #e67229;
    border-width: 0px 1px 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none
}

@media only screen and (min-width:768px ) {
    #zoomHelp {
        display: block !important;
    }

    #mainNavbar li {
        color: #6d6e70;
        border-left: 1px solid #abacae;
        min-height: 48px;
        /*        word-break: break-all;
*/
    }
}



/*header color*/
.navbar-inverse {
    background-color: white !important;
    border-color: #e67229;
}

menuItems li a {
    padding: 4px;
}

.menuIcon {
    background-color: #e97600 !important;
}

#mainNavbar {
    /*background-color:#f8b101;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f3f2+0,f4f4f4+49,f5f5f5+52,f5f5f5+52,f5f5f5+53,ffffff+100 */
    background: #f1f3f2; /* Old browsers */
    background: -moz-linear-gradient(left, #f1f3f2 0%, #f4f4f4 49%, #f5f5f5 52%, #f5f5f5 52%, #f5f5f5 53%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1f3f2 0%,#f4f4f4 49%,#f5f5f5 52%,#f5f5f5 52%,#f5f5f5 53%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1f3f2 0%,#f4f4f4 49%,#f5f5f5 52%,#f5f5f5 52%,#f5f5f5 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.pleftNUll {
    padding-left: 0px !important;
}

.prightNUll {
    padding-right: 0px !important;
}
.ptopNUll {
    padding-top: 0px !important;
}
.ptop50 {
    padding-top: 50px;
}

.ptop1 {
    padding-top: 1px;
}

.ptop30 {
    padding-top: 30px;
}

.pbottom40 {
    padding-bottom: 40px;
}

.pbottom1 {
    padding-bottom: 1px;
}

.ptop88 {
    padding-top: 88px;
}

.ptop20 {
    padding-top: 20px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop10 {
    margin-top: 10px !important;
}

.mbottom5 {
    margin-bottom: 5px !important;
}

.mbottom10 {
    margin-bottom: 10px !important;
}

.mbottom30 {
    margin-bottom: 30px !important;
}

.mbottom50 {
    margin-bottom: 50px !important;
}

.ptop25 {
    padding-top: 25px;
}

.ptop23 {
    padding-top: 23px;
}

.ptop100 {
    padding-top: 100px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop15 {
    padding-top: 15px;
}

.ptop12 {
    padding-top: 12px;
}

.ptop10Important {
    padding-top: 10px !important;
}

.ptop45 {
    padding-top: 45px;
}

.ptop4 {
    padding-top: 4px;
}

.ptop31 {
    padding-top: 31px !important;
}

.ptop5 {
    padding-top: 5px;
}

.ptop8 {
    padding-top: 8px;
}

.ptop2 {
    padding-top: 2px;
}

.pBottom100 {
    padding-bottom: 100px
}

.pBottom15 {
    padding-bottom: 15px
}

.pBottom10 {
    padding-bottom: 10px
}

.nullPadd {
    padding:0px;
}

#mainNavbar a:hover {
    color: #999;
}

#mainNavbar a#logoutBtn:hover {
    color: black !important;
}
/*solution*/
#saveBtnBottom {
    position: absolute;
    bottom: 0;
}
/*wordBreakLines*/

.breakLines {
    word-wrap: break-word;
}

.imgHolderInitSolution {
    /*height: 60px;
  width:140px;*/
    /*border: solid 1.5px;
  border-radius: 4px;*/
    cursor: pointer;
}

    .imgHolderInitSolution > img {
        height: 100%;
        /*padding: 15px;*/
        /*width: auto;*/
        width: 100%;
    }

.submitButtons {
    margin-bottom: 40px;
}

.roomRow {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e67229;
    border-radius: 6px;
}

.roomRowPrint {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
    /*        border: 1px solid #e67229;
*/ border-radius: 6px;
}

.roomRowOfferPrint {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
    /*border:1px solid #e67229;*/
    border-radius: 6px;
}

.imgHolder {
    background-size: cover;
}

    .imgHolder img {
        width: 100%;
    }

.imgHolderPrint {
    background-size: cover;
    max-width: 150px;
    max-height: 150px;
    cursor: pointer;
}

    .imgHolderPrint img {
        width: 100%;
    }

.allWariants {
    color: black !important;
}

.offerPrint {
    border: 1px solid #abacae !important;
    border-radius: 6px;
}

.offerPrintBanner img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.offerPageBorder {
    /*height:1307px;*/
    /*height:1123px;*/
}

.allWariants .roomRowPrint {
    border: 1px solid #abacae !important;
}

.allVariantsBorderLeft {
    border-left: 1px solid #abacae !important;
}

.allVariantsBorderRight {
    border-right: 1px solid #abacae !important;
}

.accessories {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f5f5f5;
    /*border-bottom:1px solid black;*/
    border-radius: 6px;
}

.total {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #eaeceb;
    border-bottom: 1px solid black;
    border-radius: 6px;
}

.sizeRoom {
    display: inline-flex !important
}

.sizeX {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

.imgHolderProduct {
    /*height: 40px;
  width:40px;*/
}

    .imgHolderProduct > img {
        /*height: 100%;
  /*padding: 15px;*/
        /*width: auto;*/
        /* width:100%;*/
        height: 40px;
        border: 2px solid #c9c9c9;
        border-radius: 4px;
        cursor: pointer;
    }

.imgHolderProductPrint > img {
    /*height: 100%;
/*padding: 15px;*/
    /*width: auto;*/
    /* width:100%;*/
    /*height: 40px;*/
    max-width: 60px;
    border: 2px solid #c9c9c9;
    border-radius: 4px;
}

.numberInput {
    text-align: right
}

.numberInputZeroFill {
    text-align: right
}

.mountingDiv {
    background-color: #92d14f;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 6px;
}

.blueText {
    color: #3a33cc;
}

.imgHolderPDFcentralBanner {
    height: 250px;
    width: 500px;
    border-radius: 4px;
}

    .imgHolderPDFcentralBanner > img {
        height: 100%;
        /*padding: 15px;*/
        /*width: auto;*/
        width: 100%;
        border-radius: 4px;
    }

.projectantPDF {
    padding-left: 170px;
    color: #3a33cc;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

.removeCross {
    color: #e67229;
    background-color: transparent !important;
    border: none !important;
}

.solutionBreadcrumb {
    background-color: white !important;
    margin-bottom: 0px;
}

    .solutionBreadcrumb a {
        color: #6c6d6f;
    }


/*.roomRow :focus-within {
    background-color: #ffff33;
}*/
/*.roomRow :focus-within {
  background-color: #FEFF7F;
 border: 1px solid #FF0000;
 color:#000000;
}*/
/*:focus {
 background-color: #FEFF7F;
 border: 1px solid #FF0000;
 color:#000000;
}*/

/*solution*/
/*tooltip*/
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}*/
/*tooltip*/
label {
    font-size: 11px;
}

.borderRadius {
    border-radius: 6px;
}

.solutionNumber {
    color: #e67229;
    display: inline;
}

.partner {
    background-color: aqua;
}

.partnerText {
    color: #e67229 !important;
}

.ycsMenu {
    color: #25bc2a !important;
}

.client {
    background-color: bisque;
}

.clientText {
    color: #298adc !important;
}

.client_offer {
    background-color: #c4f1ff;
}

.breadcrumb > .active {
    color: #e67229;
    font-weight: bold;
}

.calculate {
    color: white;
}

    .calculate:hover {
        color: white;
    }

.pBottom20 {
    padding-bottom: 20px;
}

.manuallyRoom {
    margin-top: 10px;
}

.productOffer {
    /*padding-top: 35px;*/
    padding-bottom: 20px;
}

.sale_price {
    color: #BF2E1B;
    /*font-style: italic;*/
}

.sidebarItems {
    color: #BF2E1B;
}

.gray {
    color: #a0a0a0;
}

.piecesInput {
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

.totalOffer {
    background-color: #fca1a1;
}

.total_sale_price {
    text-align: center;
    font-style: italic;
}

.total_sale_price2 {
    text-align: center;
    font-style: italic;
    color: #BF2E1B;
}

.borderTopNone {
    border-top: none !important;
}

.platbaPredom {
    color: darkblue;
}

.tableOffer {
    margin-bottom: 10px;
    border: 1px solid !important;
    border-radius: 6px !important;
    padding: 5px;
}

.tableOfferPrint {
    margin-bottom: 10px;
    border: 1px solid #abacae !important;
    border-radius: 6px !important;
    /*padding:5px;*/
}
/*.tableOffer td {
    min-width:250px;
}*/
/*btn-primary:disabled{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}*/
.developPower {
    color: limegreen;
}

select.power {
    color: red !important;
}

    select.power option {
        color: black !important;
    }

.maxWidthNone {
    max-width: none
}

.pleft15 {
    padding-left: 15px;
}

.pleft6 {
    padding-left: 6px;
}

.pright15 {
    padding-right: 15px;
}

.powerMsquare {
    color: red !important;
}

.displayInline {
    display: inline-flex;
}

.displayInlineCons {
    display: inline-flex;
}

.clientsBtn {
    margin-left: 10px;
}

.marginBott40 {
    margin-bottom: 40px;
}

@media (min-width:767px, max-width:1200px) {
    .heatAreaCons {
        padding-top: unset !important;
    }
}

@media (max-width:1200px) {
    .displayInline {
        display: block;
    }

    .clientsBtn {
        margin-left: 0px;
        margin-top: 10px;
    }

    .consuptionCostumers {
        padding-left: 0px !important;
        padding-top: 7px;
    }
}

.basket {
    float: right;
    color: #BF2E1B;
    padding-bottom: 10px;
}

.basketPrice {
    color: #333333;
}

.dodavatelTable {
    margin-top: 45px;
}

.buyerInput {
    height: 29px !important;
    padding: 3px 12px;
}

.basketSave {
    /*margin-bottom:50px;*/
    float: right;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .buyerInput {
        height: 30px !important;
    }

    .productmodal {
        width: auto;
        min-width: 0;
        display: table;
    }
}

.printOffer {
    margin-right: 5px;
    float: right;
}

.buyerTablePrint {
    padding-bottom: 75px;
}

.categoriesMenu a {
    color: #BF2E1B;
}

.eShopCountry {
    float: right;
    padding-top: 10px;
}

    .eShopCountry a {
        text-decoration: none !important;
    }

.offerType {
    background-color: #f8d3b6 !important;
    color: #e67229 !important;
    border: 1px solid #e67229 !important;
    font-weight: bold;
}

.offerTypeNonActive {
    background-color: #fce9d8 !important;
    color: #e67229 !important;
    border: 1px solid #e67229 !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #e67229 !important;
    border: none !important;
}

li.activeMenuItem a {
    color: white !important;
    /*background-color: #e67229;*/
}

    li.activeMenuItem a i {
        color: white !important;
        /*background-color: #e67229;*/
    }

ul.mySubmenu li a {
    color: #6d6e70 !important;
}

.posFixed {
    position: fixed;
}

.categoryItem {
    background-color: #f7f9f8 !important;
    color: #67686a !important;
    border: 1px solid #abacae !important;
    margin-bottom: 5px;
}

.activeMenuItem {
    background-color: #e67229;
    font-weight: bold;
}

.navbar-nav > li > a:focus {
    color: white !important;
    background-color: #e67229 !important;
}

.productmodal {
    /*width:50% !important;*/
    /*width:max-content;*/
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

.productDescription {
    width: 300px;
}

.roomNote {
    max-width: none !important;
}

.toRight {
    float: right
}

.bannerText2 {
    /*display:inline;*/
    padding-left: 10px;
    color: #a3a4a6;
}

.bannerText1 {
    color: white;
}

.inline {
    display: inline;
}

.banner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d7+0,f4f4f4+49,f5f5f5+52,f5f5f5+52,f5f5f5+53,ffffff+100 */
    background: #d5d5d7; /* Old browsers */
    background: -moz-linear-gradient(left, #d5d5d7 0%, #f4f4f4 49%, #f5f5f5 52%, #f5f5f5 52%, #f5f5f5 53%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d5d5d7 0%,#f4f4f4 49%,#f5f5f5 52%,#f5f5f5 52%,#f5f5f5 53%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d5d5d7 0%,#f4f4f4 49%,#f5f5f5 52%,#f5f5f5 52%,#f5f5f5 53%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    padding-bottom: 10px;
    padding-left: 10px;
}

.eShopCountry a {
    border-left: none !important;
}

.designHeatComponent {
    background-color: #e67229 !important;
    border-color: white !important;
    color: white;
    font-size: 14px;
}

.referenceBtn {
    background-color: #afb0b2 !important;
    border-color: white !important;
    color: white;
    font-size: 14px;
}

.btnColor {
    color: #6c6d6f !important;
}

.orangeBold {
    color: #e67229 !important;
    font-weight: bold !important;
}
/*.Client.filter-option {
     color:#e67229 !important;
    font-weight:bold !important;
}*/
*:focus {
    outline: none !important;
    border: 1px solid #e67229 !important;
    box-shadow: 0 0 10px #719ECE !important;
}

.bold {
    font-weight: bold;
}

.roomProductRow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e3e7+11,f4f4f4+52,f5f5f5+52,f5f5f5+52,f4f4f4+52,f5f5f5+53,f5f5f5+100 */
    background: #e2e3e7; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e3e7 11%, #f4f4f4 52%, #f5f5f5 52%, #f5f5f5 52%, #f4f4f4 52%, #f5f5f5 53%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e3e7 11%,#f4f4f4 52%,#f5f5f5 52%,#f5f5f5 52%,#f4f4f4 52%,#f5f5f5 53%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e3e7 11%,#f4f4f4 52%,#f5f5f5 52%,#f5f5f5 52%,#f4f4f4 52%,#f5f5f5 53%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3e7', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.allWariants .roomProductRow {
    background: white;
}

.allWariants .total {
    background-color: white;
}

.productSpace {
    background-color: white;
    height: 20px;
}

.productBorderLeft {
    border-left: 1px solid #abacae;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-group {
    text-align: center;
}

.alignLeft {
    text-align: left !important;
}

.orangeText {
    color: #e67229 !important
}
/**[data_toggle]:hover:after {
 color:green;
}*/
.help-block {
    display: inline;
}

/*    .partnerSelect {
        max-width: 350px;
    }*/

.inlineBlock {
    display: inline-block;
}

.partnerHelpBlock {
    padding-left: 15px;
    padding-top: 5px;
}

.imageName {
    padding-left: 15px;
    padding-top: 5px;
    display: inline-flex;
}

.uploadImg {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    width: 350px;
}

.slogan {
    background-size: cover;
}

    .slogan img {
        max-width: 100%;
    }

.partnerOffers {
    background-color: antiquewhite;
}

.offersTable {
    font-size: 12px;
    overflow-y: auto;
    /*text-align: center;*/
}

    .offersTable input, select {
        padding: 2px !important;
        font-size: 12px !important;
    }

table.offersTable td {
padding: 2px !important;
text-align: center;
}
    table.offersTable th {
        padding: 2px !important;
        text-align: center;
    }

/*        .offersTable td.offerWarning, th {
            text-align: left;
        }
*/
    .offersTable button {
        padding: 2px;
        height: 40px;
        border: none;
        background-color: transparent !important;
    }

    .offersTable td.enabledGroups button {
        padding: 3px;
        height: 30px;
        background-color: transparent !important;
        border: 1px solid transparent;
        border-color: #ccc;
    }

    .offersTable label {
        font-size: 12px;
        white-space: nowrap;
    }

.offer-sm-input {
    width: 60px;
}

.marginTop5px {
    margin-top: 5px
}

.offerFilter {
    /*border: 2px solid black;*/
    background: linear-gradient(to bottom, #e2e3e7 11%,#f4f4f4 52%,#f5f5f5 52%,#f5f5f5 52%,#f4f4f4 52%,#f5f5f5 53%,#f5f5f5 100%) !important;
}

    .offerFilter th.filterIcon {
        vertical-align: middle;
    }

th div.btn-group {
    display: block !important;
}

    th div.btn-group button {
        font-size: 11px;
        white-space: normal;
        width: 100%;
        background-color: #fff !important;
        border: 1px solid #ccc;
    }

.offer-sm-input-date {
    width: 68px;
}

.recordsText {
    padding-top: 8px;
    padding-right: 5px;
}

.filterInput {
    height: 40px;
}

.filterInputIntervals {
    height: 20px;
    width: 62px;
}

.filterInputSupposeDate {
    height: 20px;
    width: 62px;
}

.marginBottomRemove {
    margin-bottom: 0px !important;
}

.offerNumber {
    max-width: 140px;
    word-wrap: break-word
}

.filterInputIntervals_solution {
    height: 20px;
    width: 62px;
}

.searchOffers {
    color: #e67229;
    text-align: left;
    padding-top: 4px;
}

.clientTD {
    color: #e67229
}

.clientTD_offer {
    color: #298adc
}

.offerTableSplitRow {
    border-bottom: 1px solid #e67229;
}

/*        .offerTableSplitRow .searchOffers {
            padding-top: 10px !important
        }*/

.offerFilter th {
    border-bottom: 1px solid #e67229 !important;
}
table tr.orderPreviewSummaryRow td {
    border-top: 1px solid #e67229;
}
table tr.order-preview-th th {
    border-top: none;
}
.offerTableData {
}

    .offerTableData td {
        background-color: #f6f6f6;
        vertical-align: middle !important;
    }

    .offerTableData.referenceData td {
        max-height: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    /*@media (max-width:1460px) {*/
    .offerTableData.referenceData td {
        max-width: 130px;
    }
/*}*/

@media (max-width:1380px) {
    .offerTableData.referenceData td {
        max-width: 100px;
    }
}

.offerTableData td > * {
    vertical-align: middle !important;
}

ul.pagination li.active a {
    background-color: #e67229
}

table {
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
}

.homeSummary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9ebde+0,f4f4f4+69,f4f4f4+76,f4f4f4+76,fbf4ee+77,ffffff+92,ffffff+95,ffffff+95,ffffff+96,ffffff+96,ffffff+99,ffffff+99,f4f4f4+100,f5f5f5+100,ffffff+100,ffffff+100,ffffff+100 */
    background: #f9ebde; /* Old browsers */
    background: -moz-linear-gradient(left, #f9ebde 0%, #f4f4f4 69%, #f4f4f4 76%, #f4f4f4 76%, #fbf4ee 77%, #ffffff 92%, #ffffff 95%, #ffffff 95%, #ffffff 96%, #ffffff 96%, #ffffff 99%, #ffffff 99%, #f4f4f4 100%, #f5f5f5 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9ebde 0%,#f4f4f4 69%,#f4f4f4 76%,#f4f4f4 76%,#fbf4ee 77%,#ffffff 92%,#ffffff 95%,#ffffff 95%,#ffffff 96%,#ffffff 96%,#ffffff 99%,#ffffff 99%,#f4f4f4 100%,#f5f5f5 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9ebde 0%,#f4f4f4 69%,#f4f4f4 76%,#f4f4f4 76%,#fbf4ee 77%,#ffffff 92%,#ffffff 95%,#ffffff 95%,#ffffff 96%,#ffffff 96%,#ffffff 99%,#ffffff 99%,#f4f4f4 100%,#f5f5f5 100%,#ffffff 100%,#ffffff 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ebde', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: flex;
    border-radius: 6px;
    padding-bottom: 10px;
}

.homeSummary_bar {
    border-left: 1px solid #abacae;
    min-height: 40px;
}

.roomName_bar {
    border-left: 1px solid #abacae;
    border-right: 1px solid #abacae;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.homeSummary_bar_top {
    border-top: 1px solid #abacae;
}

.accessoriesLeftBorder {
    border-left: 1px solid #abacae;
    padding-bottom: 15px;
}

.accessoriesRightBorder {
    border-right: 1px solid #abacae;
    /*padding-bottom: 15px;*/
}


.totalSummary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e67229+0,ffffff+100 */
    background: #e67229; /* Old browsers */
    background: -moz-linear-gradient(left, #e67229 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e67229 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e67229 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67229', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-radius: 6px;
    padding-bottom: 10px;
    color: white;
}

.displayFlex {
    display: flex
}

.totalSummaryPrint {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e67229+0,ffffff+100 */
    background: #e67229; /* Old browsers */
    background: -moz-linear-gradient(left, #e67229 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e67229 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e67229 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67229', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-radius: 6px;
    padding-bottom: 10px;
    color: white;
    display: block;
}

.otherWorks {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eea062+0,ffffff+100 */
    background: #eea062; /* Old browsers */
    background: -moz-linear-gradient(left, #eea062 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eea062 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eea062 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eea062', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-radius: 6px;
    padding-bottom: 10px;
    color: white;
}

.accessoriesSummary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afb0b2+0,ffffff+100 */
    background: #afb0b2; /* Old browsers */
    background: -moz-linear-gradient(left, #afb0b2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #afb0b2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #afb0b2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb0b2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-radius: 6px;
    padding-bottom: 10px;
    color: white;
}

.homeSummary_barRight {
    border-right: 1px solid #abacae;
}

.newOfferSubmenuItem {
    padding-left: 30px;
    margin-left: 16px;
}

.workerPrint {
    font-size: 12px !important;
}

    .workerPrint label {
        font-size: 12px !important;
    }

.allWariants {
    font-size: 12px !important;
}

    .allWariants label {
        font-size: 12px !important;
    }

.priceReport {
    font-size: 12px !important;
}

    .priceReport label {
        font-size: 11px !important;
    }

.workerReport {
    font-size: 13px !important;
}

    .workerReport label {
        font-size: 12px !important;
    }

.allWariants .priceNumbers {
    font-size: 13px !important;
}

.pagination-container {
    padding-bottom: 10px;
}

.minW250 {
    min-width: 250px;
}

.minW100 {
    min-width: 100px;
}

.nullSidePadd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nullLeftSidePadd {
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.nullLeftSidePadd {
    padding-left: 0px !important;
    padding-right: 15px !important;
}

.nullRightSidePadd {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

.descriptionWidthPrint {
    width: 275px;
}

.breakhere {
    page-break-after: always
}

.roomRowPrint td:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.roomRowPrint td:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.solid {
    border: 2px red solid;
    border-radius: 10px;
}

.allWariants .total_sale_price2 {
    color: #e67229;
}

.tableSplitRow {
    height: 20px;
}
/*.offerTableCell {
    /*padding-top: 10px !important;
    padding-bottom: 10px !important;*/
/*padding-left: 2px !important;
    padding-right: 2px !important;
}*/
.offerTablePrint {
    /*overflow:auto !important;
border-bottom: 1px solid #ddd;*/
    margin-bottom: 0px !important;
}

    .offerTablePrint td {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

/*thead { display: table-header-group }
tfoot { display: table-row-group }
tr { page-break-inside: avoid }*/
/*table, tr, td, th, tbody, thead, tfoot {
    page-break-inside: avoid !important;
}*/
tr {
    page-break-inside: avoid !important;
}

div {
    page-break-inside: avoid !important;
}

.allWariants .accessoriesSummary {
    color: black;
}

printHeader {
    font-size: 40px !important;
    font-weight: lighter !important;
}

.referenSubTitle {
    font-size: 30px !important;
}

.printPriceSplit {
    margin-right: -3px
}

.blacktext a {
    color: black !important
}

.blacktext {
    color: black !important
}

.offerTableSmallerInputs {
    width: 80px;
}

.displayGrid {
    display: grid;
}

#sessionCounter {
    color: #e67229;
}

@supports (-ms-ime-align:auto) {
    .roomSizeInput {
        width: 80px;
    }
}

.logo {
    float: right;
}

@media (max-width:767px) {

    .productmodal {
        width:unset;
    }
    .hiddenOnXS {
        display: none;
    }

    .logo {
        float: none;
    }

    .productBorderLeft {
        border-left: none;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .homeSummary {
        display: block;
    }

    .submitInit {
        padding-top:10px;
        padding-left:0px !important;
    }
    .DPHsolutioSelect {
        max-width:100% !important;
    }

}

.noBorder {
    border: none !important;
}

.displayBlock {
    display: block !important;
}

.offerWarning {
    color: red;
}

/*.offersTable td.sixtydays, th {
    text-align: right;
}*/

.sixtydays {
    color: #00B050;
}

tr.offerMountingTableRow td {
    /*border-bottom:1pt solid #e67229;*/
    border-top: 1pt solid #e67229 !important;
}

.offerFileBtn {
    max-width: 280px;
}

tr.lastAccessorie td {
    border-bottom: 1px solid #e67229;
    /*border-top:1pt solid #e67229 !important;*/
}

.marginBottomNull {
    margin-bottom: 0px !important;
}

.offerDPHDiv {
    /*display: inline-block;*/
    padding-bottom: 10px;
}

.offerDPHDivPrint {
    display: inline-block;
}

.error {
    color: #b94a48;
}

.basketManuallyDPH {
    width: 60px;
    display: inline;
}

.priceParameterInput {
    padding-top: 7px;
    padding-left: 7px;
}

.inlineFlex {
    display: inline-flex;
}

.DPHsolutioSelect {
    max-width: 65px;
}

.mleft3 {
    margin-left: 3px;
}

.mleft15 {
    margin-left: 15px;
}

.priceParameterInputLabel {
    font-weight: normal;
    display: flex;
    font-size: unset;
}

.unsetTextAlign {
    text-align: unset !important;
}

.ptop0 {
    padding-top: 0px !important;
}

.pleft7 {
    padding-left: 7px;
}

.pleft4 {
    padding-left: 4px;
}

.ptop7 {
    padding-top: 7px;
}

.verticalText {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.offersTable td.isProceed {
    padding-top: 7px !important;
}

.isProceedFilter {
    padding-top: 15px;
    text-align: center;
}

.priceVariantsMultiselect {
    padding-bottom: 50px;
}

.settingsTable {
    font-size: 12px;
    /*text-align: center;*/
}

.settingsTable button {
    padding: 2px;
    /*height: 40px;*/
    border: none;
    background-color: transparent !important;
}

.settingsTable td/*, th*/ {
    padding: 2px !important;
    /*text-align: center;*/
}

.toLeft {
    float: left;
}

.dbRemoveBreaker {
    display: none;
}

.consuptionCleintsBTN {
    padding-left: 7px;
}

.consuptionGrayBar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afb0b2+0,ffffff+100 */
    background: #afb0b2; /* Old browsers */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px 0px 5px 0px;
    color: white;
}

.consuptionOrangeBar {
    background: #e67229 !important;
}

.consuptionOrangeLightBar {
    background: #f3b129 !important;
}

.consuptionBlueBar {
    background: #4c9fd3 !important;
}

.consuptionBlueLightBar {
    background: #b0d6ed !important;
    color: #6c6d6f !important;
}

.consuptionBlueLightBarPrint {
    background: #b0d6ed !important;
    color: black;
}

.consuptionGreenBar {
    background: #96b031 !important;
}

.consuptionWhiteBar {
    background: white !important;
    color: #6c6d6f !important;
    font-size: 14px !important;
}

.consuptionBar2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e3e7+11,f4f4f4+52,f5f5f5+52,f5f5f5+52,f4f4f4+52,f5f5f5+53,f5f5f5+100 */
    background: #e2e3e7; /* Old browsers */
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /*border-radius:6px;*/
}

.consuptionBar1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e3e7+11,f4f4f4+52,f5f5f5+52,f5f5f5+52,f4f4f4+52,f5f5f5+53,f5f5f5+100 */
    background: #f5f5f5; /* Old browsers */
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-left: 0px;
    margin-right: 0px;
    /*border-bottom-left-radius:6px;
        border-bottom-right-radius:6px;*/
    /*border-radius:6px;*/
}

.consuptionCostumers {
    padding-left: 7px;
}

.yearCostsLaberBar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afb0b2+0,ffffff+100 */
    background: #afb0b2; /* Old browsers */
    border-radius: 4px;
    padding: 2px 12px;
    color: white;
    font-size: 11px;
    max-width: 280px;
    height: 34px;
}

@media (max-width: 500px) {
    .yearCostsLaberBar {
        height: auto !important;
    }

    .YCSbar {
        height: auto !important;
    }
}

@media (max-width: 330px) {
    .yearCostsLaberBar {
        padding: unset;
        text-align: center;
    }
}

.YCSbar {
    max-width: none;
    height: 34px;
    font-size: 14px;
    padding: 6px 12px;
}

.totalYearConsBar {
    padding: 5px 6px;
}

.heatAreaCons {
    padding-top: 10px;
}

.noneMargin {
    margin: unset !important;
}

@media (min-width: 768px) and (max-width: 992px) {
    .YCSbar {
        font-size: 12px !important;
    }
}

/*checkBox*/
/* Customize the label (the container) */
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.referenceFilter {
    display: inherit !important;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 25px;
  width: 25px;*/
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 14px;
    top: 7px;
    width: 7px;
    height: 14px;
    border: solid #e67229;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*checkBox*/
.tooltip-inner {
    white-space: pre-line;
}

.imgHolderConsuption > img {
    /*max-width:60px;*/
    border: 2px solid #c9c9c9;
    border-radius: 4px;
    width: 100%;
    max-height: 255px;
}

.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    border: 2px solid #c9c9c9;
    border-radius: 4px;
    background-repeat: no-repeat;
}

.squarePrint {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #c9c9c9;
    border-radius: 4px;
}

.reportGraph {
    width: 400px;
}

.noBackground {
    background-color: white !important;
}

.pBottom5 {
    padding-bottom: 5px !important;
}
/*    .pBottom10 {
        padding-bottom: 10px !important;
    }*/

.YCSbarPrint {
    max-width: none;
    /*height: 30px;*/
    font-size: 12px;
}

.yearCostsLaberBarPrint {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afb0b2+0,ffffff+100 */
    background: #afb0b2; /* Old browsers */
    border-radius: 4px;
    padding: 6px 12px;
    color: black;
    font-size: 12px;
    /*max-width: 280px;*/
    /*height:34px;*/
}

.maxWidthNone {
    max-width: none !important;
}

.consuptionWhiteBarPrint {
    background: white !important;
    color: black !important;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
}

.consuptionWhiteBarPrintOrange {
    background: white !important;
    color: #e67229 !important;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    max-width: 280px;
}

.bigFont {
    font-size: 14px !important;
}

.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.consuptionBarPrint {
    background: white; /* Old browsers */
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pRight0 {
    padding-right: 0px !important;
}

.maxConsLogo {
    max-height: 125px !important;
}

.yearCostsLaberBarDistributor {
    padding: 8px 12px !important;
}

.h43 {
    height: 44px !important;
}

.fromToFilter {
    display: inline-flex;
}

.alignRight {
    text-align: right !important;
}

.exportButton {
    height: 30px;
    padding: 3px;
}

.countryIcon {
    width: 55px;
}

.bigInput {
    max-width: none !important;
}

.countryIcon img {
    width: 100%;
}

.basket_btn_border {
    border-left: 1px solid #abacae;
}

@media (max-width:767.99px) {
    .basket_btn_border {
        border: none !important;
        padding-top: 10px;
    }
}

@media (max-width: 992px) {
    .basket_btn_border_save {
        padding-top: 10px
    }
}

.offerEndClientTH {
    text-align: center;
}

.borderNone {
    border: none !important;
}

.loginCountyIcon {
    width: 30px;
    display: inherit;
    height: fit-content;
}

    .loginCountyIcon img {
        vertical-align: text-top;
    }

.textCenter {
    text-align: center !important;
}

.referenceBar {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 25px;
}

.referenceLabelBar {
    border: 1px solid #6c6d6f;
    border-radius: 4px;
    display: inline-flex;
    width: 90%;
    height: auto !important;
    align-items: baseline;
}

.referenceRadioBtn {
    margin: 10px 5px 5px 0 !important;
    transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
}

    .referenceRadioBtn.heatTypeRadio {
        margin: 10px 3px 5px 0 !important;
        float: right
    }

.referenceOrderInput {
    display: inline-flex;
    width: 90%;
    margin-left: 3.5px;
}

@media (min-width: 1200px) {
    .referenceOrderInput {
        display: inline-flex;
        width: 95.2%;
        margin-left: 3.5px;
    }
}

.fullWidth {
    width: 100%;
    max-width: none !important;
}

.refPartnerInformations {
    display: block;
    height: unset;
}

.refImageWrapper {
    border: 2px solid #c9c9c9;
    border-radius: 4px;
}

.centeredImageText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    text-align: center;
}

.refImageWrapper {
    height: 223px;
}

    .refImageWrapper img {
        /*    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 223px;
    max-width: 100%;*/
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.refImageDetailWrapper {
    height: 400px;
}

    .refImageDetailWrapper
    img {
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

#ObjectPhotoWrapper:hover {
    cursor: pointer;
}

#RealizationPhotoWrapper:hover {
    cursor: pointer;
}

.removeRefItem {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    z-index: 1;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .centeredImageText {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .referenceOrderInput {
        margin-left: unset;
    }
}

.referencePrintFooter img {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.referencePrintHeader img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

printRefHeader {
    font-size: 58px !important;
    font-weight: lighter !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 0.8em;
    line-height: .75em;
}

.alignBottomRow {
    display: flex;
    align-items: flex-end;
}
/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 15px;
    width: inherit;
}

.textTruncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.refPrintImageWrapper {
    height: 265px;
    /*    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 230px;
    max-width: 100%;*/
    /*    background-size: cover;
*/ /*margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    image-orientation: from-image;*/
}

    .refPrintImageWrapper img {
        /*        margin-left: auto;
        margin-right: auto;
        display: block;
        max-height: 230px;
        max-width: 100%;*/
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.refNumberPrint {
    bottom: -60px;
    right: -55px;
}

.refNumber {
    font-size: 13px !important;
}

refNumberModal {
    font-size: 24px;
}

.pageBody {
    border: 1px solid #afb0b2;
    border-radius: 8px;
}

.withAppliancesLabel {
    display: inline-block;
    font-weight: bold;
    font-size: unset !important;
    margin-bottom: unset !important;
    cursor: pointer;
    /*    height: 34px;
*/
}

.orderTypeOption {
    cursor: pointer;
}

.inputHeight {
    height: 34px !important;
}

.mandatoryInput {
    background-color: antiquewhite !important;
}

#orderTypeImg {
    height: 214px;
}

.full-heightDivRefPrint {
    position: relative;
    /*    page-break-after: always;*/
    /*    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;*/
    /**/ /*    width: 21cm;*/
    /*     height: 29.5cm;*/
    height: 15.5cm;
    overflow: hidden;
}

.favouriteIcon {
    /*    color: red;
*/ cursor: pointer;
    vertical-align: middle !important;
    text-align: center;
}

    .favouriteIcon span.fa-heart {
        /*    font-size:40px;
*/ /*padding-top: 22px;*/
        color: red !important;
    }
/*.favouriteIcon span.favData.fa-heart {*/
/*    font-size: 30px;
    */
/*color: red !important;
}*/
.bLeftNone {
    border-left: none !important;
}

.refTableAreaInput {
    max-width: 85px;
    width: fit-content;
}

.data-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #d5d5d7 0%,#f4f4f4 49%,#f5f5f5 52%,#f5f5f5 52%,#f5f5f5 53%,#ffffff 100%);
    box-shadow: 0 3px 15px 0;
    z-index: 11;
    display: flex;
    align-items: center;
}

.refTableControls {
    /*    min-width:85px;
*/
    min-width: 50px !important;
}

.imgHolderRef > img {
    max-height: 40px;
    border: 2px solid #c9c9c9;
    border-radius: 4px;
    cursor: pointer;
    max-width: 40px;
}

.bBottomNone {
    border-bottom: none !important;
}

.submitFilter {
    background-color: #e67229;
}

    .submitFilter span {
        color: white;
    }

findReference {
    font-size: 20px;
}

.blanktd {
    border-left: 1px solid white !important;
    border-right: none !important;
}

.modalImageSlider img {
    display: block !important;
    max-width: 100% !important;
    max-height: calc(80vh - 70px) !important;
    /*    position: absolute;
*/ top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.unsetPadding {
    padding: unset;
}

.marginUnset {
    margin: unset;
}

.numberOfReferences {
    text-align: right;
}

@media (max-width: 767.99px) {
    .imageModalContent {
        width: min-content;
        margin: auto;
    }

    .imageModalDialog {
        /*        width: 360px;
*/ /*        height: 100vh;
*/
        margin-right: unset;
        margin-left: unset;
    }

    .mobileModalBody {
        min-width: 200px;
    }

    .numberOfReferences {
        text-align: left;
    }

    .modalBtn {
        display: block !important;
        width: 100% !important;
        margin-left: unset !important;
    }
}

.modalCarouselControl {
    position: relative !important;
    left: unset !important;
}

.imgHolderRef :hover {
    border-color: #e67229;
}

.refDownload :hover {
    color: #e67229;
    text-decoration: underline;
    text-decoration-color: #e67229;
}

.mainCointainer {
    padding-bottom: 25px;
}

main {
    height: 100vh;
}

.filterTitle {
    text-align: left;
}

@media (max-width:767.99px) {
    .filterTitle {
        text-align: center;
    }
}

.referenceFilterInput {
    width: 120px;
}

.pubRefLogo {
    padding-top: 10px;
    max-height: 70px;
}

.pubRefHeaderBanner {
    min-height: 60px;
    max-height: 120px;
}

@media only screen and (min-width:1200px) {
    .pubRefLogo {
        padding-top: 20px !important;
        max-height: unset !important;
    }

    .pubRefHeaderBanner {
        width: 100%;
    }
}

a#returnPartnePage {
    background-color: #afb0b2 !important;
    border-color: white !important;
    color: white;
    font-size: 14px;
}

    a#returnPartnePage :hover {
        color: #e67229 !important;
    }

/*body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}*/
html {
    height: 100vh;
}
/*html {
    height: 0;*/ /* QFont:: setPixelSize: Pixel size <= 0 (0) Fix rotativa bug*/
/*}*/

.modal {
    overflow-y: auto !important;
}

.RadioBtnLabelBar {
    border: 1px solid #6c6d6f;
    border-radius: 4px;
    display: inline-flex;
    width: 100%;
    height: auto !important;
    align-items: baseline;
}

.suppossedDate {
    padding-left: 0px;
}

@media (max-width:1200px) {
    .suppossedDate {
        padding-left: 15px;
    }

    .referenceRadioBtn.heatTypeRadio {
        float: none;
        margin: 10px 3px 5px 3px !important;
    }
}

.filePathTextArea {
    max-width: 100%
}

.cableSettingInput {
    max-width: 60px;
}

pipeProtectionTitle {
    font-size: 40px !important;
    font-weight: bold !important;
}

pipeProtectionSubTitle {
    font-size: 30px !important;
}

.pipeInput {
    display: inline-flex;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .pipeInput input, select {
        border: none;
        border-radius: unset;
    }

.bLeft {
    border-left: 1px solid #ccc;
}

.pipeLabel {
    padding: 6px 12px;
    /*    text-align: center;
*/
}

.designPipeHeatComponents {
    background: #4c9fd3 !important;
    max-width: none;
    height: 34px;
    font-size: 14px;
    padding: 6px 12px;
    color: white;
    border: none;
}

    .designPipeHeatComponents:hover {
        color: black !important;
        border: 1px solid black;
    }

.pipeOrangeBar {
    background: #EB8A2B !important;
}

.pipeBlueLightBar {
    background: #b0d6ed !important;
}

.pipeProductBorderLeft {
    border-left: 1px solid #abacae;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 55px;
}

.bLeft {
    border-left: 1px solid #abacae;
}

.productBLeft {
    border-left: none;
}

@media (max-width:1199px) {
    .pipeProductBorderLeft {
        border-left: none
    }

    .productBLeft {
        border-left: none;
    }
}

.pipeLabel label {
    margin-bottom: 0px !important;
}

.blinkControl {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        /*        border: 1px solid black;
*/ color: black;
    }
}

.pipeItem {
   /* border-top: 2px dotted #e67229;*/
    border-bottom: none;
}

.pipeSubmit {
    float: right;
}

@media (max-width:767.99px) {
    .pipeSubmit {
        float: none;
        display: grid;
    }

        .pipeSubmit button {
            margin-top: 10px;
        }
}
.text-danger {
    color: #ff2800;
}
.expiratedLink {
/*    font-weight: bold;
*/    text-decoration: underline;
    font-style: italic;
}

.leakBar {
    background: #96B031 !important;
}
.leakMandatoryInput {
    background-color: #E1E7C1 !important;
}
.leakText {
    color: #96B031 !important;
}

.hrSeparator {
    border-top: 3px solid #e67229;
}