﻿
@font-face {
    font-family: source sans pro;
    src: url("/Content/SourceSansPro-Regular.ttf") format('truetype');
}

@font-face {
    font-family: Microsoft Sans Serif;
    src: url("/Content/micross.ttf") format('truetype');
}

@font-face {
    font-family: Triplex-CondBlackOldstyle, Triplex CondBlackOldstyle;
    src: url("/Content/TriplexSans-CondBlackOsF.otf") format('opentype');
}

@font-face {
    font-family: Triplex;
    src: url("/Content/Triplex-Bold.ttf") format('truetype');
}

body {
    font-family: 'source sans pro', sans-serif;
    font-size: 0.9rem;
    /*    background-color: #f8f8f8;
*/
}

[v-cloak] {
    display: none;
}

.control-label, .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 {
    float: left
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.well-technical-section {
    position: relative;
    display: block;
}

.well-technical-section {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /*    background-color: #f5f5f5;
*/ border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

table {
    font-size: 0.8203125rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

/*@media (max-width: 1200px) {
    #main-menu-toggle {
        margin-top: 0px !important;
    }
}*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (min-width: 768px) {
    .main-menu-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.myAlert-bottom {
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
}

.rotodyne-secondary-color {
    color: #07151B;
}

.card-body {
    background-color: white;
}

.card.row {
    margin-bottom: 1em;
}

fieldset.scheduler-border {
    /*    border: 1px groove #ddd !important;
*/ border: 1px solid #ced4da !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.btn {
    padding: 0.375rem 0.75rem;
    white-space: inherit;
}

.btn-group > .btn {
    margin-right: 7px;
}

.navbar {
    box-shadow: none;
}

.rotodyne-red {
    color: #CE092B;
}

.rotodyne-red-background {
    background-color: #CE092B;
}

nav.navbar.fixed-top {
    background: rgba(240,240,240,0.9) !important;
}

#main-menu > .navbar-nav > .active > a.nav-link {
    /*background-color: #07151B;*/
    background-color: #CE092B;
    color: white !important;
}

#btnLanguage {
    text-decoration: none;
}

.navbar-brand {
    /*margin-left: 16px;*/
    margin: 0px;
}

a.dropdown-item {
    color: #777 !important;
}

.well {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 1px 0 15px;
}

legend {
    /*margin-bottom: 17px;*/
    color: #CE092B;
    /*color: #595959;*/
    font-weight: 600;
    border: 0;
    font-size: 1.1rem !important;
}

#main-container {
    all: unset;
}

#main {
    margin-top: 75px !important;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1170px;
    }
}

/* MOUSE CURSOR */
.cursor-pointer {
    cursor: pointer;
}

/*TECHNICAL PAGE*/
#performance-charts-option-list {
    list-style: none;
}

    #performance-charts-option-list > li

    .breadcrumb {
        padding: 8px 15px !important;
    }

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: white;
    content: "/\00a0";
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #595959 !important;
    border-radius: 4px;
    border: none;
    padding-top: 0.25rem;
}

    .breadcrumb > li > a {
        color: white !important;
    }

.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: height 0.5s ease;
    background-color: white;
    top: 0;
    height: 55px;
    border-bottom: 2px solid #CE092B;
}

.header-seperator {
    content: '';
    width: 100%;
    height: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#ca312d), to(#ffd62c));
    margin-top: 80px;
    position: fixed;
    z-index: 2;
    transition: margin-top 0.5s ease;
    top: 0;
}

.shrink-header-seperator {
    margin-top: 40px !important;
}

.sub-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: height 0.5s ease;
    background-color: #fff;
    top: 60px;
    height: 60px;
}

.Rotodyne-logo {
    transition: margin-top 0.5s ease;
    width: 55px;
    height: 52px;
}

.logo-transform {
    margin-top: 20px;
}

.navbar-brand > img {
    width: 8rem;
    margin-right: 5.2rem;
}

.shrink-nav-brand {
    height: 40px !important;
    /*background-color: #e0e0e0;*/
    /*transition: background-color 1s ease;*/
}

    .shrink-nav-brand > .container > .text-logo {
        transform: translateY(-100%)
    }

.transition {
    transition: all 0.5s ease;
}


#btnUserGroup {
}
/*main > .row {
        margin-bottom: 1rem !important;
    }*/


.deep-hidden {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.navbar-nav li {
    margin-left: 1rem !important;
}

.form-group > label {
    /*padding-top: 10px;*/
    margin-bottom: 0;
    /*text-align: right;*/
}

.checkbox label, .radio label {
    cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 8px;
}

/*label, textarea {
    font-size: 0.9rem !important;
}*/

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(236, 126, 36, 0.09) !important;
}*/

.btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item {
    color: #000 !important;
}

.dropdown-item {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    font-size: 0.8203125rem;
    font-weight: 300;
}

.btn-outline-secondary {
    color: #aaa !important;
}

.btn i {
    margin-right: 5px;
}

.btn > a {
    color: white !important;
}

/*@media only screen and (max-width: 768px) {*/
.product-shuffle {
    margin-bottom: 0.9rem;
}
/*}*/


nav .container-fluid {
    max-width: 90% !important;
}

nav .nav-link {
    /*font-size: 14px;*/
    color: #fff;
}

nav .nav-link {
    /*font-size: 14px;*/
    color: #000;
}

/*nav .nav-link:hover, #btnUserGroup:hover, a#btnAdmin:hover, a#btnLanguage:hover {
        color: #07151B !important;
        border-bottom: 2px #07151B solid !important;
    }

nav .nav-link {
    border-bottom: 2px transparent solid !important;
}*/



h1, h2, h3, h4, h5, a:not(.btn) {
    color: #CE092B;
}

#main-menu > ul > li > a.nav-link, #btnUserGroup, a#btnAdmin, a#btnLanguage, a.nav-title {
    /*padding: 0px 8px 0px 8px;*/
    /*margin-top: 39px;*/
    font-weight: 500;
    color: #6D6E71;
    text-decoration: none;
}

#main-menu > ul > li > a.nav-link, div#culture, a#btnUserGroup, a#btnAdmin, a.nav-padding {
    padding: 1rem;
    /*    padding-bottom: 17px;
*/
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    font-size: 0.9rem;
    /*-webkit-box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3);
    box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3);*/
}

.form-control {
    font-size: 0.9rem;
}

.card {
    box-shadow: 0px 1px 6px rgba(0,0,0,0.1);
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(209, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.disable {
    filter: opacity(0.6);
    pointer-events: none;
}

.btn-primary {
    border-color: #c092b !important;
}

.btn-primary {
    color: #fff;
    background-color: #cs092b !important;
    border-color: #c92929;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dd2f2f;
}

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
    background-color: #dd2f2f !important;
    border-color: #c92929 !important;
}

    .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item {
        color: #fff !important;
    }

        .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus {
            background-color: #c92929 !important;
            color: #07151B !important;
        }

.block-pointer {
    pointer-events: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3) !important;
    box-shadow: 0 0 0 0.1rem rgba(195, 0, 0, 0.3) !important;
}

a.btn i, button i {
    /*margin-right: 1em;*/
}

.product-shuffle .card-body {
    padding: 0.5rem;
}

/*#collapseChooseProducts .row {
    margin-bottom: 1em;
    line-height: 1;
}
*/
/*#collapseChooseProducts .row:last-child {
        margin-bottom: 0em;
    }*/

#collapseChooseProducts .row .card .card-body {
    padding-bottom: 0;
}

.custom-control-label {
    text-align: right !important;
}

.custom-checkbox {
    line-height: 1;
}

#product-grid {
    min-height: 15rem;
    max-height: 15rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product-shuffle .custom-control-label {
    font-size: 0.8em !important;
}

.product-shuffle .custom-checkbox {
    /*margin-left: -1.5em !important;*/
    margin-top: 12px;
}

    .product-shuffle .custom-checkbox, .product-shuffle .custom-checkbox * {
        cursor: pointer !important;
    }

.product-shuffle img {
    max-height: 48px;
    margin-bottom: 0.5em;
    float: left;
}

.product-shuffle .custom-checkbox {
    float: left;
    margin-left: 2em;
}

    .product-shuffle .custom-checkbox label {
        line-height: 16px;
    }

.product-shuffle {
    width: 220px !important;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.custom-control-label {
    word-break: break-all;
}

/*/*/ * /* width */ */
/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;*/
/*}*/ * /*/

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #07151B;*/
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        /*background: #07151B;*/
    }

span.fa.fa-search-plus {
    color: #595959 !important;
}

#productGridButtons {
    margin-bottom: 1em;
    width: 100%;
}

    #productGridButtons button {
        border-color: #d10000;
        color: #d10000;
    }

        #productGridButtons button:hover {
            background-color: #d10000;
            color: #fff;
        }

@media(max-width: 992px) {
    #productGridButtons {
        max-height: 400px;
        overflow: scroll !important;
    }
}


.caret-open {
    transform: rotate(0deg);
    transition: 0.25s;
}

.caret-close {
    transform: rotate(180deg);
    transition: 0.25s;
}

.caret-open, .caret-close {
    margin-right: 0.5em;
}

button i {
    padding-top: 1px;
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #aeb1b3 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#collapsePerformanceChart div canvas:nth-child(2) {
    left: 15px;
}

.form-control:focus, .SumoSelect > .optWrapper, .SumoSelect.open {
    box-shadow: 0 1px 6px rgba(0,0,0,.1) !important;
}


.technical--data--key, .technical--data--value {
    width: 50%;
    float: left;
}

.alert-success .close {
    color: #fff;
}


a.btn, button.btn {
    cursor: pointer;
}

/*bootstrap override*/
.form-control:focus {
    box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px #07151B !important;
}

/*.form-control, .btn {
    border-radius: 4px;
}*/


h6, h5 {
    color: #07151B !important;
}

/*form validation with model*/
.input-validation-error {
    border-color: #a94442;
}

    .input-validation-error:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    }

div#construction-arrangement ul li,
div#construction-discharge ul li {
    display: inline-block;
}

div#construction-discharge input, div#construction-arrangement input {
    visibility: hidden;
    display: none;
}

div#construction-discharge label, div#construction-arrangement label {
    opacity: 0.5;
}

div#construction-arrangement input:not([disabled]) + label:hover, div#construction-discharge input:not([disabled]) + label:hover {
    opacity: 1;
}

div#construction-arrangement input:not([disabled]) + label:active, div#construction-discharge input:not([disabled]) + label:active {
    opacity: 1;
}

div#construction-arrangement input[type=radio]:checked + label, div#construction-discharge input[type=radio]:checked + label {
    opacity: 1;
}

div#construction-arrangement input[id="1"] + label {
    background-image: url(../Images/Arrangements/Arr1.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-arrangement input[id="2"] + label {
    background-image: url(../Images/Arrangements/Arr2.png);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-arrangement input[id="3"] + label {
    background-image: url(../Images/Arrangements/Arr3.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-arrangement > ul > li > input[id="4"] + label {
    background-image: url(../Images/Arrangements/Arr4.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-arrangement input[id="5"] + label {
    background-image: url(../Images/Arrangements/Arr5.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="6"] + label {
    background-image: url(../Images/Arrangements/Arr6.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="8"] + label {
    background-image: url(../Images/Arrangements/Arr8.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="9"] + label {
    background-image: url(../Images/Arrangements/Arr9.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}




div#construction-arrangement input[id="10"] + label {
    background-image: url(../Images/Arrangements/Arr10.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="11"] + label {
    background-image: url(../Images/Arrangements/Arr11.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="20"] + label {
    background-image: url(../Images/Arrangements/Arr20.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="21"] + label {
    background-image: url(../Images/Arrangements/Arr21.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="22"] + label {
    background-image: url(../Images/Arrangements/Arr22.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="33"] + label {
    background-image: url(../Images/Arrangements/Arr33.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}




div#construction-arrangement input[id="34"] + label {
    background-image: url(../Images/Arrangements/Arr34.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}




div#construction-arrangement input[id="52"] + label {
    background-image: url(../Images/Arrangements/Arr52.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



div#construction-arrangement input[id="81"] + label {
    background-image: url(../Images/Arrangements/Arr81.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


div#construction-arrangement input[id="91"] + label {
    background-image: url(../Images/Arrangements/Arr91.png?w=100&h=60);
    display: block;
    height: 60px !important;
    width: 100px !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*HK DISCHRAGES*/
div#construction-discharge input[id="HK-1L"] + label {
    background-image: url(../Images/Discharge/HK-1L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 81%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-2L"] + label {
    background-image: url(../Images/Discharge/HK-2L.png);
    height: 83px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-3L"] + label {
    background-image: url(../Images/Discharge/HK-3L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-4L"] + label {
    background-image: url(../Images/Discharge/HK-4L.png);
    height: 78px !important;
    width: 100px !important;
    background-size: 75%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-1R"] + label {
    background-image: url(../Images/Discharge/HK-1R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 81%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-2R"] + label {
    background-image: url(../Images/Discharge/HK-2R.png);
    height: 83px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-3R"] + label {
    background-image: url(../Images/Discharge/HK-3R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#construction-discharge input[id="HK-4R"] + label {
    background-image: url(../Images/Discharge/HK-4R.png);
    height: 78px !important;
    width: 100px !important;
    background-size: 75%;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*ROUNDED & CIRCLE SHAPE DISCHRAGE*/
div#construction-discharge input[id="1L"] + label {
    background-image: url(../Images/Discharge/1L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="2L"] + label {
    background-image: url(../Images/Discharge/2L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="3L"] + label {
    background-image: url(../Images/Discharge/3L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="4L"] + label {
    background-image: url(../Images/Discharge/4L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="5L"] + label {
    background-image: url(../Images/Discharge/5L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="6L"] + label {
    background-image: url(../Images/Discharge/6L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="7L"] + label {
    background-image: url(../Images/Discharge/7L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="4L"] + label {
    background-image: url(../Images/Discharge/4L.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    margin-top: 13px;
    margin-bottom: 0px;
    /*    background-position-y: 6px;
*/
}

div#construction-discharge input[id="1R"] + label {
    background-image: url(../Images/Discharge/1R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="2R"] + label {
    background-image: url(../Images/Discharge/2R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="3R"] + label {
    background-image: url(../Images/Discharge/3R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="5R"] + label {
    background-image: url(../Images/Discharge/5R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y: -9px;
*/
}

div#construction-discharge input[id="6R"] + label {
    background-image: url(../Images/Discharge/6R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*    background-position-y:-9px;
*/
}

div#construction-discharge input[id="7R"] + label {
    background-image: url(../Images/Discharge/7R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    /*background-position-y: -9px;*/
}

div#construction-discharge input[id="4R"] + label {
    background-image: url(../Images/Discharge/4R.png);
    height: 75px !important;
    width: 100px !important;
    background-size: 70%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    margin-top: 13px;
    margin-bottom: 0px;
    /*    background-position-y: 6px;
*/
}

/*SQUARE SHAPE DISCHRAGE*/
div#construction-discharge input[id="Sqr-1L"] + label{
    background-image: url(../Images/Discharge/Sqr-1L.png);
    height: 100px !important;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 9px;
    background-position: center;
}

div#construction-discharge input[id="Sqr-2L"] + label{
    background-image: url(../Images/Discharge/Sqr-2L.png);
    height: 100px;
    width: 100px !important;
    background-size: 71%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
    background-position: center;
}


div#construction-discharge input[id="Sqr-3L"] + label{
    background-image: url(../Images/Discharge/Sqr-3L.png);
    height: 100px;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 7px;
}


div#construction-discharge input[id="Sqr-4L"] + label{
    background-image: url(../Images/Discharge/Sqr-4L.png);
    height: 100px;
    width: 100px !important;
    background-size: 72%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 17px;
    position: relative;
    background-position: center;
}



div#construction-discharge input[id="Sqr-1R"] + label{
    background-image: url(../Images/Discharge/Sqr-1R.png);
    height: 100px !important;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
}

div#construction-discharge input[id="Sqr-2R"] + label{
    background-image: url(../Images/Discharge/Sqr-2R.png);
    height: 100px;
    width: 100px !important;
    background-size: 71%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
    background-position: center;
}

div#construction-discharge input[id="Sqr-3R"] + label{
    background-image: url(../Images/Discharge/Sqr-3R.png);
    height: 100px;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 9px;
    background-position: center;
}

div#construction-discharge input[id="Sqr-4R"] + label{
    background-image: url(../Images/Discharge/Sqr-4R.png);
    height: 100px;
    width: 100px !important;
    background-size: 71%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 9px;
    position: relative;
    background-position: center;
}

/*div#construction-discharge input[id="1L"] + label {
    background-image: url(../Images/Discharge/1L.png);
    height: 100px !important;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 9px;
    background-position: center;
}

div#construction-discharge input[id="2L"] + label {
    background-image: url(../Images/Discharge/2L.png);
    height: 100px;
    width: 100px !important;
    background-size: 71%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
    background-position: center;
}


div#construction-discharge input[id="3L"] + label {
    background-image: url(../Images/Discharge/3L.png);
    height: 100px;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 7px;
}


div#construction-discharge input[id="4L"] + label {
    background-image: url(../Images/Discharge/4L.png);
    height: 100px;
    width: 100px !important;
    background-size: 72%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 17px;
    position: relative;
    background-position: center;
}



div#construction-discharge input[id="1R"] + label {
    background-image: url(../Images/Discharge/1R.png);
    height: 100px !important;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
}

div#construction-discharge input[id="2R"] + label {
    background-image: url(../Images/Discharge/2R.png);
    height: 100px;
    width: 100px !important;
    background-size: 71%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
    background-position: center;
}

div#construction-discharge input[id="3R"] + label {
    background-image: url(../Images/Discharge/3R.png);
    height: 100px;
    width: 100px !important;
    background-size: 82%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 9px;
    background-position: center;
}

div#construction-discharge input[id="4R"] + label {
    background-image: url(../Images/Discharge/4R.png);
    height: 100px;
    width: 100px !important;
    background-size: 71%;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 9px;
    position: relative;
    background-position: center;
}*/

div#construction-discharge ul li label {
    margin-bottom: 0px;
}

div#construction-discharge input[id="dCW45"] + label {
    background-image: url(images/construction/discharge/1.png?w=42&h=42);
}

div#construction-discharge input[id="dCW90"] + label {
    background-image: url(images/construction/discharge/2.png?w=42&h=42);
}

div#construction-discharge input[id="dCW135"] + label {
    background-image: url(images/construction/discharge/3.png?w=42&h=42);
}

div#construction-discharge input[id="dCW180"] + label {
    background-image: url(images/construction/discharge/4.png?w=42&h=42);
}

div#construction-discharge input[id="dCW225"] + label {
    background-image: url(images/construction/discharge/5.png?w=42&h=42);
}

div#construction-discharge input[id="dCW270"] + label {
    background-image: url(images/construction/discharge/6.png?w=42&h=42);
}

div#construction-discharge input[id="dCW315"] + label {
    background-image: url(images/construction/discharge/7.png?w=42&h=42);
}

div#construction-discharge input[id="dCCW360"] + label {
    background-image: url(images/construction/discharge/16.png?w=42&h=42);
}


/*ACCESSORIES*/
img.accessory-thumbnail {
    max-width: 48px;
    max-height: 48px;
}

td.dt-center {
    text-align: center;
}

th.dt-center {
    text-align: center;
}

.main-footer {
    /*    padding-top: 30px;
    padding-bottom: 1px;
    margin-top: 100px;*/
    color: #99979c;
    text-align: left;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}


.main-footer-links {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}



.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}



.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}


.slide {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    /*    height: 750px;
*/ position: fixed;
    background-position: center center;
    background-size: 100% auto;
}


.affix {
    position: relative;
}

@media (min-width: 1068px) {

    .affix {
        top: 0;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1108px;
        z-index: 1 !important;
        position: fixed;
        background-color: #ffffff;
        margin-top: 36px;
        transition: margin-top 0.5s ease;
        padding-top: 30px;
    }

    .affix-top {
        position: relative;
    }
}


a .anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}


.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

#drawingBtn {
    border: none;
    color: rgb(236, 126, 36);
}

    #drawingBtn:hover {
        color: white;
    }

h2 {
    font-size: 1.3rem;
}

.technical-section-title > h2:after {
    content: '';
    margin-top: 4px;
    margin-bottom: 7px;
    height: 4px;
    display: block;
    background: linear-gradient(45deg,rgba(0,0,0,.05),rgba(255,255,255,0));
    border-radius: 2px 2px 1px 1px;
    margin-bottom: 1.5rem;
}

.note {
    position: relative;
    margin-bottom: 20px;
    padding: 7px 20px 6px 14px;
    font-size: .9375rem;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-left: 3px solid #005392;
    border-radius: 0px;
    display: flex;
}

/*i {
    color: #005392;
}*/

input[type="checkbox"]:checked:disabled:after, .checkbox input[type="checkbox"]:checked:disabled:after, .checkbox-inline input[type="checkbox"]:checked:disabled:after {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:disabled:after, .checkbox input[type="checkbox"]:disabled:after, .checkbox-inline input[type="checkbox"]:disabled:after {
    /*    background-color: rgba(0, 0, 0, 0.3);
*/ background-color: rgba(233, 236, 239, 1);
    border-color: rgba(0, 0, 0, 0.1);
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.secondary-project-color {
    color: #005392;
}

.technical-section {
    margin-bottom: 2rem;
}

.box-shadow {
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
}

.project-border {
    border: 1px solid #d9d9d9;
}

.grid-description {
    display: grid;
    grid-template-rows: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.fan-model-title {
    background-color: #CE092B;
    width: 250px;
    height: 4rem;
    grid-row-start: 1;
    z-index: 5;
    font-size: 1.3rem;
    color: white;
    padding: 0.7rem;
    text-align: center;
    font-weight: bold;
    grid-column-start: 2;
}

.fan-description {
    grid-row-start: 12;
    grid-column-start: 1;
    background-color: white;
    grid-column-end: span 12;
    padding: 1.5rem;
}

.fa-minus:before {
    content: "\f068";
}

.fa-plus:before {
    content: "\f067";
}

.selection-result-technical-info .form-group {
    margin-bottom: 0.25rem;
}

.form-control-sm {
    padding-top: 0.09rem;
    padding-bottom: 0.09rem;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 78%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 3.5em;
        /*text-indent: 3.25em;*/
        /*margin-top: 2em;*/
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 3rem;
        padding-top: 1rem;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        padding-top: 38%;
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        padding-top: 30%;
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #005392;
}

.driveTypeImg {
    width: 68%
}

nav.breadcrumbs {
    font-size: 0.85em;
    color: #838383;
}

ol, ul {
    list-style: none;
}

nav.breadcrumbs ul li {
    display: inline;
    font-size: 0.9rem;
}

    nav.breadcrumbs ul li a {
        display: inline;
        float: none;
        text-decoration: none;
    }

    nav.breadcrumbs ul li i {
        position: relative;
        margin-left: 4px;
        margin-right: 4px;
    }

input[type="checkbox"], input[type="radio"] {
    position: relative;
}

input[type="radio" i]:focus, input[type="checkbox" i]:focus {
    outline-offset: unset;
    outline-width: 0px;
}

input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -2px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        margin-top: -2px;
        margin-right: 5px;
        border: 2px solid #d8e4e2;
        border-radius: 2px;
        -webkit-transition: 240ms;
        -o-transition: 240ms;
        transition: 240ms;
    }

    input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
        background-color: #005392;
        border-color: #005392;
    }

    input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 5px;
        display: table;
        width: 4px;
        height: 8px;
        border: 2px solid #fff;
        border-top-width: 0;
        border-left-width: 0;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate( 45deg );
    }

    input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
        background-color: #07151B;
        border-color: #07151B;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
        position: relative;
        top: -3px;
        border: 2px solid #d8e4e2;
    }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

    input[type="radio"]:checked:before, .radio input[type="radio"]:checked:before, .radio-inline input[type="radio"]:checked:before {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
    }

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: relative;
    margin-top: 6px;
    margin-right: 4px;
    vertical-align: top;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
        position: absolute;
        left: 0;
        top: -3px;
        background-color: #07151B;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before,
    input[type="radio"]:after, .radio input[type="radio"]:after, .radio-inline input[type="radio"]:after {
        content: "";
        display: block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        -webkit-transition: 240ms;
        -o-transition: 240ms;
        transition: 240ms;
    }

/* Works on Firefox */
/** {
    scrollbar-width: thin;
    scrollbar-color: blue orange;
}*/

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 11px;
}


.form-control {
    /*border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ced4da !important;*/
    font-size: 0.8rem !important;
}

/*.form-control:focus {
        outline: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #ced4da !important;
        box-shadow: 0 1px #07151B !important;
        /*box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
    }*/

.table td {
    font-size: 0.8rem;
}

.pagination .page-item .page-link:focus {
    background-color: #4285f4;
}

tbody {
    transition: display linear 0.5s;
}

.symbol {
    width: 20px;
    height: 2px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
}

.serieName {
    float: left;
    cursor: pointer;
    font-weight: bold;
}

.item {
    height: 40px;
    clear: both;
    margin-right: 1rem;
}

#customLegend .item {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.btn {
    box-shadow: none;
}

    .btn:hover, .btn:focus, .btn:active {
        box-shadow: none !important;
    }

.btn-primary {
    /*border-color: #CE092B !important;*/
    background-color: #CE092B !important;
    /*opacity: 0.8;*/
}

.btn-secondary, .btn-secondary.dropdown-toggle {
    color: white !important;
    background-color: #07151B !important;
}
/*.btn-primary:hover, .btn-primary:focus {
        background-color: #CE092B !important;
    }*/

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: hsl(347deg 90% 37%) !important;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-color: #024172 !important;
}

.btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
    background-color: #07151B !important;
}

.invalide-border {
    border: 1px solid red;
    border-radius: 0.2rem;
}

.table.table-sm th, table.table-sm td {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.collapse-tr-back-color {
    background-color: rgba(0, 0, 0, 0.05);
}

.display-none {
    display: none;
}

.card-header {
    background-color: transparent;
    font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.selected {
    background-color: rgb(0,82,146,0.6);
}

.sameQuantity {
    color: lightgray !important;
}

.add-acc-tr-height {
    height: 50px;
}

.tbl-model-col-min-width {
    min-width: 150px;
}

.project-field-required {
    border-color: #dc3545;
    display: block !important;
}

.flex-container {
    display: -webkit-inline-box;
    width: 100%;
    /*    flex-direction: row;
*/ font-size: 14px;
    /*    margin-left: 15px;
    margin-right: 15px;*/
}

.break {
    flex-basis: 100%;
    height: 0;
    width: 100%;
}

.flex-item-1 {
    width: 40%;
    /*    max-width: 500px;
 width: 500px;*/
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin: 15px 0px 0px 15px;
}

.flex-item-2 {
    width: 57%;
    /*    max-width: 700px;
    width: 700px;*/
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin: 15px 15px 0px 15px;
}

.flex-item-3 {
    width: 57%;
    /*    max-width: 1200px;
    width: 1200px;*/
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin: 15px 15px 0px 15px;
}

.flex-item-2-multiduty {
    width: 17.1%;
    /*    max-width: 205px;
 width: 205px;*/
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin: 15px 15px 0px 15px;
}

.grid-container {
    grid-template-columns: 300px 400px;
    /* e.g. 
      1fr 1fr
      minmax(10px, 1fr) 3fr
      repeat(5, 1fr)
      50px auto 100px 1fr
  */
    /*grid-template-rows: ... ...;*/
    /* e.g. 
      min-content 1fr min-content
      100px 1fr max-content
  */
}

.grid-row-1 {
    grid-row: 1;
}

.grid-row-2 {
    grid-row: 2;
}

.grid-row-3 {
    grid-row: 3;
}

.grid-print-item-col-1 {
    grid-column: 1;
    margin: 5px;
    margin-left: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.grid-print-item-col-2 {
    grid-column: 2;
    margin: 5px;
    margin-right: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.print-item-col-1 {
    max-width: 400px;
    margin: 5px;
    margin-left: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.print-item-col-2 {
    max-width: 600px;
    margin: 5px;
    margin-right: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.technical-key {
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
}

.copy-sales-ordr-btn {
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
}

.erp-compliance {
    float: right;
    display: grid;
    grid-template-columns: 1fr;
}

    .erp-compliance > span:nth-child(1) {
        color: rgb(204,255,204);
        font-size: 40px;
        font-weight: 900;
        float: left;
        width: 100%;
    }

    .erp-compliance > span:nth-child(2) {
        color: rgb(0,176,80);
        font-weight: 900;
    }

#erpTable {
    border-collapse: unset;
    /*    width: 90%;
*/
}

    #erpTable > tbody > tr {
        margin-top: 10px;
    }

        #erpTable > tbody > tr > td {
            padding-left: 0px;
        }

.data-list-input {
    position: absolute;
    width: 77px;
}

.data-list-select {
    height: 24px;
    position: absolute;
    width: 96px;
}

.tblSound-title {
    background-color: rgba(0, 0, 0, 0.05);
}

/*LOCALIZATIONS*/

.resource-editor-icon, .resource-editor-icon:hover, .resource-editor-icon:visited {
    position: absolute;
    display: inline;
    height: 13px;
    width: 13px;
    text-decoration: none;
    /*z-index: 999999;*/
    opacity: 0.65;
    margin: -14px 0 0 -2px;
    cursor: pointer;
}

    .resource-editor-icon:hover {
        opacity: 1;
    }

    .resource-editor-icon:before {
        font-family: fontawesome;
        content: "\f024"; /* flag */
        font-size: 9pt;
        color: red;
    }

.resource-editor-button {
    z-index: 999999;
    color: white;
    background-color: DarkGreen;
    opacity: 0.35;
    position: fixed;
    bottom: 10px;
    right: 20px;
    padding: 7px 9px 5px 10px;
    border-radius: 50%;
}

    .resource-editor-button.off {
        background-color: #b64545;
    }

    .resource-editor-button:before {
        font-family: fontawesome;
        content: "\f024"; /* flag */
        font-size: 14pt;
    }

    .resource-editor-button:hover {
        font-family: fontawesome;
        opacity: 2;
    }

.override-price-input {
    max-width: 100px;
    margin-right: 5px;
}

.pricing-tbl-header {
    background-color: #CE092B;
    color: white;
}

.pricing-tbl-icon-font {
    font-size: 15px;
}

.pricing-tbl-price-tr {
    background-color: rgba(0, 0, 0, 0.05);
}

.overriden-price-bg {
    background-color: #FFE5E5;
}

.selected-impeller-material {
    background-color: #ccffcc;
}

.tooltip-inner {
    max-width: 1000px;
    /* If max-width does not work, try using width instead */
    width: 1000px;
    background-color: rgba(255,255,255,1);
    color: #212529;
    border: 1px solid red;
    opacity: 1 !important;
}

#weldingxTechnicalSpecification {
    opacity: 1;
}

.discharge {
    display: flex;
    flex-direction: column;
}

.discharge-label {
    /*    border-top: 2px solid red;
*/ margin-top: 5px;
}

.no-wrap {
    white-space: nowrap;
}

#collapseTechnicalInformation {
    display: flex;
    flex-flow: column wrap;
}

@media(max-width: 641px) {
    #collapseTechnicalInformation {
        height: auto !important;
    }
}

@media(min-width: 642px) {
    #collapseTechnicalInformation {
        display: flex;
        flex-flow: column wrap;
        height: 900px;
    }

    .TechnicalInformation2 {
        height: auto !important;
    }

    .TechnicalInformation3 {
        height: auto !important;
    }
}

@media(min-width: 1024px) {
    #collapseTechnicalInformation {
        display: flex;
        flex-flow: column wrap;
        height: 600px;
    }

    .TechnicalInformation2 {
        height: 1200px !important;
    }

    .TechnicalInformation3 {
        height: 1600px !important;
    }
}

/*@media(max-width: 1024px) {
    .TechnicalInformation2 {
        height: 900px !important;
    }
}*/
@media(min-width: 1028px) {
    .TechnicalInformation2 {
        height: 900px !important;
    }

    .TechnicalInformation3 {
        height: 1100px !important;
    }
}

@media(min-width: 1440px) {
    .TechnicalInformation2 {
        height: 600px !important;
    }
    /*    .TechnicalInformation3 {
        height: 900px !important;
    }*/
}

.btn-toggle-price-summary-show {
    margin-left: -30px;
}

.btn-toggle-price-summary-hide {
    right: 0px;
}

.hidePrice {
    width: 0px;
    height: 0px;
    display: none;
    /*    visibility: hidden;
    opacity: 0;
    transition: visibility 3s,opacity 0.5s linear;*/
    /*    width: 0px;
    transition: width 3s;*/
}
/**/

.collapse {
    display: none;
}

.delete-custom-pricing-item {
    display: block;
    text-align: center;
}

div#construction-position {
    position: relative;
}

div#form-of-running {
    display: flex;
    gap: 10px;
}

    div#form-of-running label.a {
        height: 80px;
        width: 80px;
        background-repeat: no-repeat;
        background-image: url(/Assets//Resources//Images//Position//a.png);
        position: relative;
        background-size: 80px;
        cursor: pointer;
    }

    div#form-of-running label.au {
        height: 80px;
        width: 80px;
        background-repeat: no-repeat;
        background-image: url(/Assets//Resources//Images//Position//au.png);
        position: relative;
        background-size: 75px;
        cursor: pointer;
    }

    div#form-of-running label.ad {
        height: 80px;
        width: 80px;
        background-repeat: no-repeat;
        background-image: url(/Assets//Resources//Images//Position//ad.png);
        position: relative;
        background-size: 75px;
        cursor: pointer;
    }

    div#form-of-running label.b {
        height: 80px;
        width: 80px;
        background-repeat: no-repeat;
        background-image: url(/Assets//Resources//Images//Position//b.png);
        position: relative;
        background-size: 80px;
        cursor: pointer;
    }

    div#form-of-running label.bu {
        height: 80px;
        width: 80px;
        background-repeat: no-repeat;
        background-image: url(/Assets//Resources//Images//Position//bu.png);
        position: relative;
        background-size: 75px;
        cursor: pointer;
    }

    div#form-of-running label.bd {
        height: 80px;
        width: 80px;
        background-repeat: no-repeat;
        background-image: url(/Assets//Resources//Images//Position//bd.png);
        position: relative;
        background-size: 75px;
        cursor: pointer;
    }

div#motor-position-3 {
    height: 130px;
    background-repeat: no-repeat;
    background-image: url(/Assets//Resources//Images//Position//3.png);
    position: relative;
    background-size: 160px;
}

    div#motor-position-3 label.x {
        top: 124px;
        right: 18%;
        position: absolute;
    }

    div#motor-position-3 label.y {
        top: 192px;
        left: 55%;
        position: absolute;
    }

    div#motor-position-3 label.z {
        top: 85px;
        left: -5px;
        position: absolute;
    }

    div#motor-position-3 label.w {
        left: 93px;
        top: 27px;
        position: absolute;
    }

div#motor-position-2 {
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(/Assets//Resources//Images//Position//2.png);
    position: relative;
    background-size: 100px;
    margin-bottom: 30px;
}

    div#motor-position-2 label.l {
        top: 74px;
        left: 4px;
        position: absolute;
    }

    div#motor-position-2 label.r {
        top: 20px;
        left: 86px;
        position: absolute;
    }

.radio {
    border-bottom: 0px !important;
}


.form-of-running-container {
    display: flex;
    flex-direction: column;
}


div#form-of-running input[type=radio] + label {
    opacity: 0.5;
}

div#form-of-running input[type=radio]:checked + label {
    opacity: 1;
}

div#orm-of-running input:not([disabled]) + label:hover {
    opacity: 1;
}

#productOptions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productOptionsItem {
    flex: 1 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

.material-strength-btn-container {
    position: relative;
}

.material-strength-failed-error {
    color: red;
    position: absolute;
    left: 4%;
    top: 95%;
}

.cost-price-modified {
    color: #C00000 !important;
}

.form-group > label {
    display:flex;
    align-items:center;       
}

#shaftForm .form-group label {
    display: flex;
    align-items: center;
}

#tblProjectList, #documentation, tbody tr td {
    align-content: center;
}


