﻿body {
    color: #7c7c7c;
    font-size: 1.4rem;
}

p {
    font-size: 1.4rem;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.4rem;
    color: #333;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.8rem;
    color: #444;
}

hr {
    border-top: 1px solid #999;
}

tr.bold-row td {
    font-weight: 700;
}

.btn, .paginate_button, a.residentialFilter {
    transition: box-shadow .3s;
}

.form-control:focus {
    border-color: #a7abb0;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(167, 171, 176, 0.4);
}

.form-control {
    transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.0);
}

.fa-15x {
    font-size: 1.5em !important;
}

.jumbotron .container {
    max-width: 2000px;
}

@media screen and (min-width: 768px) {
    .container {
        width: 95%;
        max-width: 2000px;
    }
    .left-line {
        width: 2%;
    }
}

/*@media screen and (min-width: 768px) {

    .modal {
        text-align: center;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}*/

td.title {
    background-color: #fff;
}

.footer {
    padding-bottom: 75px;
    margin-top: 50px;
}

    .footer h3, .footer h3 a, .footer h3 a:hover {
        color: #7c7c7c;
        font-size: 1.6rem;
        font-family: 'Roboto';
        font-weight: 300;
    }

.footer p, .footer a, .footer a:hover {
    font-size: 1.4rem;
    color: #ccc;
    line-height:3.0rem;
}

.section-grey.social-links {
    padding: 28px 0;
}

    .social-links p {
        color: #333;
    }

    .social-links a {
        width: 50px;
        height: 50px;
        background-color: #999;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        font-size: 2.5rem;
        color: #eee;
        margin-left: 25px;
    }

    .social-links a:hover {
        color: #fff;
    }

.section.footer-bottom {
    padding: 40px 0;
}

    .footer-bottom p {
        margin: 0;
    }

.footer-bottom a {
    color: #7c7c7c;
}

.breadcrumb {
    margin: 0;
    margin-top: 50px;
    background-color: transparent;
    font-size: 14px;
    padding:0;
}

    .breadcrumb:empty {
        display: none;
    }

    .breadcrumb > li + li:before {
        color: #ccc;
        content: ">";
        padding: 0 5px;
    }

html .mobile-join-top {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

html .mobile-join-middle {
    border-radius: 0;
    border-bottom-width: 0;
}

html .mobile-join-bottom {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle {
    margin: 0;
    border-radius: 0;
    border: 0;
    padding-bottom: 15px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    margin-top: 5px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

@media (min-width: 768px) {

    html .mobile-join-top {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    html .mobile-join-middle {
        margin-bottom: 0;
        border-bottom-width: 1px;
        border-radius: 4px;
    }

    html .mobile-join-bottom {
        margin-bottom: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1040px;
    }
}

a.registered {
    opacity: 0.2 !important;
}

a:hover.registered {
    opacity: 1 !important;
}

#top-header {
    background-color: #f2f2f2;
    /*background-color: #858d97;*/
    /*position: relative;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.top-header-container {
    height: 80px;
}

.top-menu-container {
    width: auto;
}

    .top-menu-container > ul {
        /*padding: 10px 0 0;*/
    }

        .top-menu-container > ul > li {
            padding: 0 10px;
            font-size: 1.2rem;
            cursor: pointer;
        }

            .top-menu-container > ul > li > a,
            .top-menu-container > ul > li > div > a {
                color: #7c7c7c;
                /*color: #fff;*/
            }


.top-menu-search {
    width: auto;
    margin-left: 5px;
}

    .top-menu-search input {
        background-color: #000;
        border: 0;
        border-bottom: 2px solid #fff;
        line-height: 3.3rem;
        padding: 30px 20px;
        float: left;
        width: 85%;
        font-size: 1.6rem;
        height: 35px;
    }

        .top-menu-search input:focus {
            outline: 0;
            border-color: #ccc;
        }

    .top-menu-search .icon-search {
        border-radius: 0;
    }

.top-menu-list.list-inline > li {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.top-menu-list.list-inline > li > a {
    text-decoration:none;
}

li.profile-logo {
    width: 240px;
    padding: 20px;
}

    li.profile-logo img {
        max-height: 100px;
    }

/*@media only screen and (min-width: 768px) {
    .top-menu-container {
        width: 890px;
    }

    .top-menu-search {
        width: 300px;
    }
}*/

.mobile-menu-open {
    overflow:hidden;
}

@media only screen and (min-width: 992px) {

    body {
        padding-top: 180px;
    }

    /*body.small-header {
        padding-top: 180px;
    }*/

    .top-menu-list.list-inline > li {
        display: inline-block;
        font-size: 12px;
        color: #7c7c7c;
        font-weight: normal;
    }

    .top-menu-search {
        width: 210px;
        float: left;
        margin-left: 15px;
    }

        .top-menu-search input {
            background-color: #fff;
            border: 1px solid #fff;
            border-right: none;
            line-height: 3.3rem;
            padding: 0 20px;
            float: left;
            width: 80%;
            font-size: 1.4rem;
            height: 35px;
        }

            .top-menu-search input:focus {
                outline: 0;
                border-color: #ccc;
            }

        .top-menu-search .icon-search {
            border-radius: 0;
        }

    .top-menu-container {
        position: absolute;
        top: 32px;
        width: calc(95% - 326px);
    }

    .top-menu-list {
        float: right;
        margin-top: 6px;
    }
}

.mt-10 {
    margin-top:10px!important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m-10 {
    margin: 10px !important;
}

#heatingCoolingTypes button {
    border-radius: 11px;
    padding: 3px;
    background:transparent;
}

    #heatingCoolingTypes button.active {
        background: #4c535c;
    }

#heatingCoolingTypes button img {
    max-width:50px;
}

@media only screen and (min-width: 1200px) {
    /*.top-menu-container {
        width: 854px;
    }*/

    .top-menu-search {
        width: 345px;
    }

        .top-menu-search input {
            width: 88%;
        }
}

#navbar {
    margin-left: 280px;
}

    #navbar .nav > li > a {
        text-transform: uppercase;
    }

    #navbar .dropdown-menu {
        text-transform: none;
    }

nav.navbar {
    box-shadow: 1px 1px 5px #7c7c7c;
    border-radius: 0;
    border: 0;
    min-height: 0;
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: #000;
}

    .navbar-inverse .navbar-nav > li > a {
        padding: 8px 16px;
        font-size: 1.3rem;
        font-weight: 100;
        line-height: 25px;
        color: #fff;
    }

.navbar-brand {
    padding:0;
    height:0;
}

    .navbar-brand img {
        /*position: absolute;
        top: 30px;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        z-index: 5;
        max-height: 75px;*/
        width:100%;
    }

.navbar-toggle {
    margin-top: 4px;
    margin-bottom: 3px;
}

#navbar .nav > li.my-easyvent > a {
    background: white;
    color: #333;
    font-weight: 400;
    display: inline-block;
    padding: 0;
}

#navbar .nav > li.my-easyvent > a span.my {
    font-weight: 600;
    padding: 8px 0 8px 16px;
    display: inline-block;
}

    #navbar .nav > li.my-easyvent > a:hover span.my {
        color: #fff;
    }

#navbar .nav > li.my-easyvent > a span.easyvent {
    padding: 8px 16px 8px 0;
    display: inline-block;
}

    #navbar .nav > li.my-easyvent > a:hover span.easyvent {
        color: #fff;
    }

#navbar .nav > li.my-easyvent > a i {
    padding: 14px 6px;
}

#navbar .nav > li.media-center-link {
    margin-right:20px;
}

#navbar .nav > li.media-center-link > a {
    background: white;
    color: #333;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}

    #navbar .nav > li.media-center-link > a span.media-center {
        padding: 8px 16px 8px 16px;
        display: inline-block;
    }

    #navbar .nav > li.media-center-link > a:hover span.media-center {
        color: #fff;
    }

    #navbar .nav > li.media-center-link > a i {
        padding: 14px 6px;
    }

    
/*.sp-logo, .easyvent-logo {
    position: absolute;
    top: 30px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    z-index: 5;
    height: 75px;
    background-color: #fff;
    vertical-align: middle;*/
    /*line-height: 75px;*/
    /*overflow: hidden;
    padding: 0;
    border: 1px solid #000;
}*/

.sp-logo {
    /*border: 1px solid #000;*/
    border-radius: 5px;
    width: 75px;
    display: none;
}

.easyvent-logo-selecting {
    width: 200px;
    /*border: 1px solid #000;*/
    border-radius: 5px;
}

div.navbar {
    /*box-shadow: 1px 1px 5px #7c7c7c;*/
    border-radius: 0;
    border: 0;
    min-height: 0;
    margin-bottom: 0;
    position:inherit;
}

div.navbar-inverse {
    background-color: #4c535c;
}

.mobile-menu.opened {
    font-size: 24px;
    color: #fff;
    padding-left: 15px;
    padding-right: 16px;
}

#navbar .nav > li.my-easyvent,
#navbar .nav > li.media-center-link {
    float: right;
}

@media (max-width: 991px) {

    #navbar .nav > li.my-easyvent,
    #navbar .nav > li.media-center-link {
        float: none;
    }

    #navbar .nav > li.media-center-link {
        margin-right:0;
    }



    #navbar .nav > li.my-easyvent > a {
        background-color:transparent;
        display:block;
    }

         #navbar .nav > li.my-easyvent > a i {
             display:none;
         }

        #navbar .nav > li.my-easyvent > a span.easyvent,
        #navbar .nav > li.my-easyvent > a span.my {
            padding-top: 0;
            padding-bottom: 0;
        }

    #navbar .nav > li.media-center-link > a {
        background-color: transparent;
        display: block;
    }

        #navbar .nav > li.media-center-link > a i {
            display: none;
        }

        #navbar .nav > li.media-center-link > a span.media-center {
            padding-top: 0;
            padding-bottom: 0;
        }

    /*.easyvent-logo {
        width: auto;
        top: 4px;
        height: 50px;
        padding: 0 3px;
        line-height: 0;
    }*/

    .search {
        background: transparent;
        border: 0;
        padding: 13px;
        font-size: 25px;
    }

    .top-menu-list {
        clear: both;
        padding-top: 30px;
    }

        .top-menu-list.list-inline li {
            line-height: 30px;
        }

        .top-menu-list .dropdown-backdrop {
            position:static;
        }

    .maintenance-warning {
        display:none;
    }

    #top-header {
        position: static;
    }

    #top-header .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    #top-header .container {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .mobile-menu {
        display: block;
    }

    #top-header .navbar-nav {
        margin: 25px 5px;
        float:inherit;
    }

        #top-header .navbar-nav > li {
            float: inherit;
        }

    #top-header .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        float: inherit;
    }

    #top-header .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        overflow-y: auto !important;
    }

    #top-header .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    #top-header .navbar-collapse {
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -webkit-overflow-scrolling: touch;
    }

    .top-header-container {
        height: 0;
    }

    .top-menu-container li.user-dropdown {
        padding-bottom: 40px;
    }

    .navbar-brand img {
        max-height: 50px;
        width: auto;
        /*top: 4px;*/
    }

    #navbar.navbar-collapse.in,
    #navbar.navbar-collapse.collapsing {
        position: absolute;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        z-index: 9;
        margin: 0;
        /*min-height: 100%;*/
        -webkit-transition: none;
        transition: none;
    }

        #navbar.navbar-collapse.in .navbar-nav > li > a,
        #navbar.navbar-collapse.collapsing .navbar-nav > li > a {
            font-size: 18px;
            color: #fff;
            border-bottom: 1px solid #333;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            #navbar.navbar-collapse.in .navbar-nav > li > a:hover,
            #navbar.navbar-collapse.collapsing .navbar-nav > li > a:hover,
            #navbar.navbar-collapse.in .navbar-nav > li > a:focus,
            #navbar.navbar-collapse.collapsing .navbar-nav > li > a:focus,
            #navbar.navbar-collapse.in .navbar-nav > .open > a,
            #navbar.navbar-collapse.collapsing .navbar-nav > .open > a,
            #navbar.navbar-collapse.in .navbar-nav > .open > a:hover,
            #navbar.navbar-collapse.collapsing .navbar-nav > .open > a:hover,
            #navbar.navbar-collapse.in .navbar-nav > .open > a:focus,
            #navbar.navbar-collapse.collapsing .navbar-nav > .open > a:focus {
                background: #333;
            }

        #navbar.navbar-collapse.in .navbar-nav,
        #navbar.navbar-collapse.collapsing .navbar-nav {
            margin: 25px 5px;
        }

    #navbar.navbar-collapse .dropdown-menu a {
        color:#fff;
        font-size:16px;
    }

        #navbar.navbar-collapse .dropdown-menu a:hover,
        #navbar.navbar-collapse .dropdown-menu a:focus {
            background-color: #222;
        }

    .navbar-brand.opened {
        display:none;
    }
}

.projectbar {
    /*background-color: #fff;*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.078);
}

.projectbar-container {
    /*margin-left: 126px;*/
    cursor:pointer;
}

    .projectbar-container ul {
        line-height: 65px;
        margin: 0;
    }

        .projectbar-container ul li {
            font-weight: 700;
            padding-left: 10px;
            padding-right: 25px;
        }

            .projectbar-container ul li span {
                font-weight: 400;
            }

.project-bar-button {
    font-size:2rem;
}

.project-basket-key {
    margin-right: 10px;
}

.project_basket_inner .ko-grid-container a {
    color: #444;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
}

#jquery-live-search {
    background: #fff;
    padding: 5px 10px;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    z-index: 1050;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.13);
    border-radius: 0px 10px 10px 10px;
}

    #jquery-live-search::-webkit-scrollbar {
        width: 7px;
    }

    #jquery-live-search::-webkit-scrollbar-thumb {
        border-radius: 20px;
    }

    #jquery-live-search::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 20px;
    }

    #jquery-live-search > ul, .searchPage > ul {
        margin: 0;
        padding: 0;
    }

    #jquery-live-search h3 {
        margin: 0 0 10px;
    }

    #jquery-live-search h4 a {
        color: #333;
    }

    #jquery-live-search h4 {
        margin: 10px;
    }

    #jquery-live-search .product-results {
        padding-left: 0;
    }

    #jquery-live-search .list-group-item {
        border: 0;
        border-bottom: 2px solid #dddddd;
        padding: 1px 5px;
    }

    #jquery-live-search .project-search-item {
        padding: 10px 5px;
    }

    #jquery-live-search .series-result {
        padding: 10px 0;
    }

.search-view-series {
    margin-right: 5px;
}


.searchResultLink {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    line-height: 32px;
    padding: 10px 115px 10px 62px;
    position: relative;
}

.searchResultProjectLink {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    line-height: 48px;
    padding: 10px 100px 10px 62px;
    position: relative;
}

.searchSelectLink {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
    line-height: 16px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 28px;
}

a:hover.searchResultLink, a:hover.searchResultProjectLink {
    background: #eee;
}

.searchViewSeries {
    background: none repeat scroll 0 0 #AAAAAA;
    clear: right;
    color: white;
    float: right;
    line-height: 16px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.searchViewFan {
    clear: right;
    color: white;
    float: right;
    line-height: 16px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.noResults {
    padding-left: 15px;
}

.thumbnail {
    border: 0;
    border-radius: 0;
    background-color: #474747;
    padding: 0;
}

    .thumbnail > img {
        width: 100%;
    }

    .thumbnail .caption {
        padding: 30px;
    }

.caption-dark h3 {
    color: #fff;
}

.caption-dark p {
    color: #ccc;
}

.thumbnail .caption-overlay {
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

    .thumbnail .caption-overlay h3 {
        margin: 0 15px;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px;
        font-size: 1.8rem;
        color: #fff;
    }

.section {
    padding-top: 25px;
    position: relative;
}

    .section + .section {
        /*padding-top: 15px;*/
    }

.section-grey {
    background-color: #eee;
    padding-top: 45px;
}

.section-dark {
    background-color: #333333;
    padding-top: 45px;
    color: #ccc;
}

    .section-dark h2 {
        color: #fff;
    }

.section-grey .tab-content {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-top:0;
}

.section-title {
    margin-bottom: 40px;
}

.left-line + div.container {
    top: -45px;
    position: relative;
}

    .left-line + div.container.title-only {
        top: -32px;
        position: relative;
    }

.left-line {
    position: absolute;
    left: 0;
}

.section-dark .left-line {
    border-top: 3px solid #fff;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*@media only screen and (min-width: 768px) {
    .left-line {
        width: calc(((100% - 736px) / 2) - 20px);
    }
}

@media only screen and (min-width: 992px) {
    .left-line {
        width: calc(((100% - 962px) / 2) - 20px);
    }
}

@media only screen and (min-width: 1200px) {
    .left-line {
        width: calc(((100% - 1170px) / 2) - 100px);
    }
}*/

/* Slider */

div.slider.slider-horizontal .slider-handle {
    margin-left: -5px;
}

.slider .slider-handle {
    background: #444;
    width: 10px;
    height: 20px;
}

.slider .slider-handle.round {
    border-radius: 2px;
}

.slider .slider-selection {
    background: #ccc;
}

div.slider.slider-horizontal {
    margin: 0;
    width: 100%;
}

/* Spinner */

.spinner, .associated-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 10px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* Project basket */

.ko-grid-pageLinks {
    margin: 2px 0;
    white-space: nowrap;
    text-align: right;
}

    .ko-grid-pageLinks span {
        padding-right: 10px;
    }
.ko-grid-pageLinks-container {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.ko-grid-page-summary {
    padding-top: 8px;
    white-space: nowrap;
}

.ko-grid-pageLinks a {
    /*color: #ccc !important;*/
    padding-right: 10px;
}

    .ko-grid-pageLinks a.selected {
        color: #000 !important;
    }

#project_basket {
    /*text-transform: uppercase;*/
}

    #project_basket table td a {
        font-size: 1.3rem;
    }

#project_basket_contents {
    display: none;
    border-top: 1px solid #eee;
}

#project_basket input {
    width: 30px;
}

#project_basket img {
    width: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.basket-img {
    width: 26px;
}

.basket-description span {
    font-size: 11px;
}

td.basket-accessories {
    text-transform: uppercase;
    width: 130px;
    text-align: center;
    font-size: 11px;
}

    a.basket-accessories:hover {
        cursor: pointer;
    }

.basket-qty {
    width: 50px;
    text-align: center !important;
}

.basket-pos {
    width: 60px;
}

.basket-ref {
    width: 150px;
}


.basket-delete {
    width: 20px;
}

a.basket-delete:hover {
    cursor: pointer;
}

.basket-filters {
    width: 220px;
}

.basket-price {
    width: 100px;
}

span.filter {
    color: #FFF;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 2px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px auto;
    transition: all .2s ease-in-out;
}

    span.filter:hover {
        transform: scale(1.666);
    }

.filter.poles-2 {
    background-image: url(../images/icons/picto_poles2.jpg);
}

.filter.poles-4 {
    background-image: url(../images/icons/picto_poles4.jpg);
}

.filter.poles-6 {
    background-image: url(../images/icons/picto_poles6.jpg);
}

.filter.poles-8 {
    background-image: url(../images/icons/picto_poles8.jpg);
}

.filter.poles-2-4 {
    background-image: url(../images/icons/picto_poles2-4.jpg);
}

.filter.poles-4-6 {
    background-image: url(../images/icons/picto_poles4-6.jpg);
}

.filter.poles-4-8 {
    background-image: url(../images/icons/picto_poles4-8.jpg);
}

.filter.poles-6-12 {
    background-image: url(../images/icons/picto_poles6-12.jpg);
}

.filter.motor-IE1 {
    background-image: url(../images/icons/picto_efficiency_ie1.jpg);
}

.filter.motor-IE2 {
    background-image: url(../images/icons/picto_efficiency_ie2.jpg);
}

.filter.motor-IE3 {
    background-image: url(../images/icons/picto_efficiency_ie3.jpg);
}

.filter.motor-NEMA {
    background-image: url(../images/icons/picto_efficiency_NEMA.jpg);
}

.filter.air-A {
    background-image: url(../images/icons/picto_formaA.jpg);
}

.filter.air-AU {
    background-image: url(../images/icons/picto_formaAU.jpg);
}

.filter.air-B {
    background-image: url(../images/icons/picto_formaB.jpg);
}

.filter.air-BD {
    background-image: url(../images/icons/picto_formaBD.jpg);
}

.filter.drive-Direct {
    background-image: url("../images/icons/picto_direct driven_axial.jpg");
}

.filter.drive-Belt {
    background-image: url("../images/icons/picto_belt driven_32.jpg");
}

.filter.phase-1 {
    background-image: url(../images/icons/picto_phase1.jpg);
}

.filter.phase-3 {
    background-image: url(../images/icons/picto_phase3.jpg);
}

.filter.casing-C {
    background-image: url("../images/icons/picto_CASING C.jpg");
}

.filter.casing-CK {
    background-image: url("../images/icons/picto_CASING CK.jpg");
}

.filter.casing-K {
    background-image: url("../images/icons/picto_CASING CK.jpg");
}

.filter.casing-LK {
    background-image: url("../images/icons/picto_CASING LK.jpg");
}

.filter.casing-LP {
    background-image: url("../images/icons/picto_CASING LP.jpg");
}

.filter.casing-LPK {
    background-image: url("../images/icons/picto_CASING LPK.jpg");
}

.filter.cert-F200 {
    background-image: url(../images/icons/picto_F200_120.jpg);
}

.filter.cert-F300 {
    background-image: url(../images/icons/picto_F300_120.jpg);
}

.filter.cert-F400 {
    background-image: url(../images/icons/picto_F400_120.jpg);
}

.filter.posvent-H {
    background-image: url("../images/icons/horizontalProjectBasket.jpg");
}

.filter.posvent-V {
    background-image: url("../images/icons/verticalProjectBasket.jpg");
}

/* User preferences */

.user-logo {
    margin-bottom: 10px;
}

/* Home page */
.jumbotron {
    background-image: url('../images/header.jpg');
    background-size: cover;
}

    .jumbotron h1 {
        color: #fff;
        font-size: 2.4rem;
        text-shadow: 1px 1px 2px #666;
        margin: 0;
    }

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 30px 0;
    }

        .jumbotron h1 {
            font-size: 4.4rem;
        }
}

.new-to-easyvent {

}

.key-point-number {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

    .key-point-number h6 {
        color: #fff;
        margin: 0;
        line-height: 48px;
    }

.key-point {
    font-size:1.8rem;
    margin:0;
}

#blog h4 {
    color: #333;
    height: 65px;
}

.blog-post {
    background-color: #fff;
    min-height: 330px;
    padding: 15px;
    margin-bottom: 10px;
}

/* Catalogue screen */
/*.catalogue-container .catalogue-item:nth-child(3n+1) {
    clear: both;
}*/
.catalogue-item .thumbnail {
    background: #fff;
    border-radius: 4px 4px 0px 0px;
    /*border-bottom: 1px solid #e3e3e3;*/
    padding: 20px;
    margin: 0;
}

.catalogue-item .thumbnail img {
    width: 150px;
    max-width: inherit;
}

.catalogue-item .caption {
    padding: 0 20px;
    float: left;
}

    .catalogue-item .caption li::first-letter {
        text-transform: capitalize;
    }

    .catalogue-item .caption li {
        text-transform: lowercase;
    }

.catalogue-item h3 {
    font-size: 1.4rem;
    font-weight: 800;
    /*text-align: center;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #444;
}

.catalogue-item .thumbnail a {
    height: 235px;
    overflow: hidden;
    display: block;
    float: left;
}

.catalogue-item ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    font-size: 1.3rem;
}

    .catalogue-item ul li {
        text-transform: lowercase;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .catalogue-item ul li::first-letter {
        text-transform: uppercase;
    }

    .catalogue-item .media {
        min-width:250px;
    }

.catalogue-item {
    flex: 1 0 0%;
    min-width: 400px;
}

.catalogue-item .well {
    padding: 0;
    border: 0;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    height: 100%;
    background: white;
}

.catalogue-item .catalogue-buttons {
    padding: 10px;
    background: white;
}

    .catalogue-item .catalogue-buttons a {
        margin-right: 10px;
    }

.catalogue-container hr {
    display: none;
}

.catalogue-container hr:nth-child(4n) {
    display: block;
    clear: both;
}

.catalogue-item .media-left {
    padding-right: 15px;
}

/* Series list */

.quickbar {
    float: left;
    margin: 5px 10px;
    padding: 3px;
    width: 115px;
    height: 125px;
}

.quickViewContent h6 {
    color: #444;
    font-size: 1.8rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.quickViewContent img {
    width: 70px;
}

.quickViewContent .preview {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.quickViewContent .bim {
    width: 16px;
    height: 20px;
    display: inline-block;
    background: transparent url(../images/bim.jpg?width=16&format=png);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;
    position: relative;
    margin-left: 5px;
}

.quickViewContent .buttons {
    padding: 0 33px;
}

.readmore-js-toggle {
    display: inline-block!important;
    margin-top:4px;
}

.seriesListTitle li {
    border: 0;
    padding: 10px 0px;
}

.seriesListTitle img {
    width: 40px;
    margin-right: 5px;
}

#series-preview-contents {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    height: 50%;
    box-shadow: 1px 1px 5px #cccccc;
    left: 0;
    right: 0;
    padding: 40px;
}

#nav-wrapper.affix {
    position: relative;
}

@media (min-width: 768px) {

    #nav-wrapper.affix {
        background-color: white;
        z-index: 99;
        position: fixed; /* Undo the static from mobile first approach */
        top: 0px;
        left: 0px;
        box-shadow: 1px 1px 5px #cccccc;
    }

    div#nav-wrapper.affix nav {
        margin-bottom: 0;
        padding: 0 10px 10px;
    }

    div#nav-wrapper.affix + div.header-padding {
        padding-top: 106px;
    }

    div#project-info div#nav-wrapper.affix + div.header-padding {
        padding-top: 105px;
    }

    .anchor {
        display: block;
        position: relative;
        top: -126px;
        visibility: hidden;
    }

    #nav-wrapper.affix,
    #nav-wrapper.affix-bottom {
        width: 100%;
    }
}


@media (min-width: 992px) {

    div#nav-wrapper.affix nav {
        padding: 0;
    }

    #nav-wrapper.affix {
        background-color: white;
        z-index: 99;
        position: fixed; /* Undo the static from mobile first approach */
        top: 181px;
        left: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.078);
    }

    .small-header #nav-wrapper.affix {
        top: 85px;
    }

    .no-project.small-header #nav-wrapper.affix {
        top: 40px;
    }

    .small-header #project-info #nav-wrapper.affix {
        top: 91px;
    }

    .no-project.small-header #project-info #nav-wrapper.affix {
        top: 46px;
    }

    #nav-wrapper.affix div.nav-wrapper-content {
        width: 95%;
        max-width:2000px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #nav-wrapper.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }

    .sp-logo {
        display:inline-block;
    }

    /*.easyvent-logo {
        margin-left: 80px;
    }*/

    .anchor {
        display: block;
        position: relative;
        top: -300px;
        visibility: hidden;
    }

}

/*@media (min-width: 1200px) {

    #nav-wrapper.affix div.nav-wrapper-content {
        width: 1140px;
    }

}*/

#selectorTabs {
    margin-top:14px;
}

@media (min-width: 768px) {

    #selectorTabs .buttons-column {
        width: 66px;
        padding-right: 0;
    }

    #selectorTabs .tabs-column {
        padding-left: 0;
        width: calc((100%-66px) - 66px);
    }

}

    

/* Catalogue widget */
ul#radCatalogues {
    margin: 0;
    padding: 0;
}

    ul#radCatalogues label {
        display: block;
        padding: 3px;
        width: 46px;
        line-height: 11px;
        font-weight: bold;
        text-align: center;
        margin-left: 1px;
    }

    ul#radCatalogues li {
        float: left;
        list-style: none;
        font-size: 9px;
        display: inline-block;
    }

    ul#radCatalogues span {
        display: block;
    }

    ul#radCatalogues input {
        visibility: hidden;
        display: none;
    }

    ul#radCatalogues img {
        width: 38px;
        height: 55px;
        transition: all .2s ease-in-out;
    }

    ul#radCatalogues input:checked + label,
    ul#radCatalogues li:hover label {
        background: #ccc;
        border-radius: 3px;
        cursor: pointer;
    }

    ul#radCatalogues li:hover img {
        transform: scale(1.5);
    }

/* Fan series screen */

.row.filterPanel {
    padding-bottom: 15px;
}

a.hertz, a.phase, a.polos, a.filter {
    display: inline-block;
    background: #eee;
    padding: 8px;
    margin: 0 10px 5px 0;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    border-color: #eee;
}

a.residentialFilter {
    display: block;
    background: #fff;
    padding: 100px 4px 0 4px;
    margin: 4px;
    font-size: 10px;
    font-family: 'Roboto';
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    height: 150px;
    float: left;
    border: 3px solid #ffffff;
    background-repeat: no-repeat;
    background-position: center 20px;
    word-break: break-word;
    color: #444;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    min-width: 80px;
    max-width: 155px;
}

    a.residentialFilter.selected {
        /*background-color: #4c535c;
        color: #fff;*/
        border-color: #4c535c;
    }

    a:hover.residentialFilter {
        text-decoration: none;
        /*border-color: #e3001b;*/
    }

    

a:hover.hertz, a:hover.phase, a:hover.polos, a:hover.filter {
    /*background-color: #9a1d0c;*/
    color: #fff;
    text-decoration: none;
}

    a.residentialFilter.unavailable, a:hover.residentialFilter.unavailable {
        background-color: #cecece;
        color: #000;
        cursor: default;
        display: none;
    }

#lnkClearFilters {
    margin-top: -48px;
}

a.hertz span, a.phase span, a.polos span, a.filter span, a.residentialFilter span {
    font-size: 16px;
}

.filter-row.residentialFilterPanel {
    margin-right: 40px;
    margin-bottom: 10px;
    padding: 2px 2px;
    display: inline-block;
}

.saved-chart-container i {
    position: absolute;
    right: 35px;
    top: 25px;
}

.air-table-title {
    text-align: center;
    font-weight: bold;
    background: #eee;
    text-transform: uppercase;
}

.air-table-serietitle {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    background: #f5f5f5;
    text-transform: uppercase;
}

.air-table-serie {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    background: #f5f5f5;
}

.air-table-airtype {
    text-align: center;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    border-bottom: 1px solid #aaa;
    vertical-align: middle!important;
}

.air-table .last {
    border-bottom: 1px solid #aaa;
}

.air-table-description {
}

.air-table-state {
    font-size: 10px;
    color: #666;
    font-style: italic;
}

.air-table td {
    padding: 4px;
}

.air-Green {
    background: transparent url(../images/state-green.png) no-repeat center center;
}

.air-Yellow {
    background: transparent url(../images/state-yellow.png) no-repeat center center;
}

.air-Red {
    background: transparent url(../images/state-red.png) no-repeat center center;
}

/* Breadcrumb */

/* Well overrides */

.well.no-background {
    background-color: transparent;
}

.well.noborder {
    border: 0;
}

.well h2 {
    margin-top:0;
}

/* QTip hack */
.ui-tooltip-close {
    display: none !important;
}

/* Modal overrides */

.modal-content {
    border: 0;
    border-radius:0;
}

/* Content templates */

.more-info {
    padding:10px;
}

/* Read more fade */
.readmore-js-section {
    position: relative;
}
.readmore-js-collapsed:before {
    content: '';
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 5px, white);
}

.quickViewContent .readmore-js-collapsed:before {
    position: inherit;
    background: none;
    height: auto;
}

#accessories-grid tr.odd .readmore-js-collapsed:before {
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0) 5px, #f9f9f9);
}

#accessories-grid tr.even .readmore-js-collapsed:before {
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0) 5px, #fff);
}

#accessories-grid td {
vertical-align:middle;
}

/* Selection product list */
ul#series-tree a:hover,
.panel-heading a:hover {
    text-decoration: none;
}

ul#series-tree {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
}

    ul#series-tree li {
        padding: 10px 10px 5px;
        border-bottom: 1px solid #eee;
        display: inline-block;
        width: 50%;
    }

@media (min-width: 1500px) {

    ul#series-tree li {
        padding: 10px 20px 5px;
        border-bottom: 1px solid #eee;
        display: inline-block;
        width: 33.333333333333%;
    }

}

ul#series-tree li.controls, ul#series-tree li.searchControls {
    color: #333333;
    border-color: #dddddd;
    display: list-item;
    width: inherit;
    margin: 5px 0;
    padding: 0 9px;
}

    ul#series-tree li.controls a, ul#series-tree li.searchControls a {
        color: #444;
    }

        ul#series-tree li.controls a:hover, ul#series-tree li.searchControls a:hover {
            color: #000;
        }
        ul#series-tree li.catalogo {
            color: #333333;
            background-color: #dadada;
            border: 1px solid #c3c3c3;
            display: list-item;
            width: inherit;
            margin: 5px 0;
        }

        ul#series-tree li.range {
            color: #333333;
            background-color: #f5f5f5;
            border: 1px solid #dddddd;
            display: list-item;
            width: inherit;
            margin: 5px 0;
        }

            ul#series-tree li.range .badge, 
            ul#series-tree li.catalogo .badge {
                margin-left: 5px;
            }

            ul#series-tree li.range span.rangeName, 
            ul#series-tree li.catalogo span.catalogoName {
                font-family: "Roboto Slab", "Times New Roman", Times, serif;
                font-weight: 500;
            }

            ul#series-tree li.range a span,
            ul#series-tree li.catalogo a span {
                color: #333333;
                cursor: pointer;
            }

        ul#series-tree li.series {
            padding-left: 20px;
        }

            ul#series-tree li.series img {
                position: absolute;
                left: 28px;
                top: 0px;
            }

#series-list {
    margin-top:10px;
}

span.seriesName {
    padding-left: 64px;
    white-space: nowrap;
}

ul#series-tree input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}

    ul#series-tree img {
        display: inline-block;
        width: 24px;
        transition: all .2s ease-in-out;
    }

    ul#series-tree li:hover img {
        transform: scale(2);
    }

    ul#series-tree label.rangeName {
        font-weight: 600;
        font-size: 16px;
    }

ul#series-tree label {
    font-weight: 400;
    position: relative;
    /*overflow: hidden;*/
}

/* Tabs */
.tabs-left .nav-tabs {
    height: 100%;
    border-bottom: 0;
    padding-top: 0px;
}

    .tabs-left .nav-tabs li {
        float: none;
    }

        .tabs-left .nav-tabs li a {
            min-width: 50px;
            margin-right: 0;
            margin-bottom: 3px;
        }

.tabs-left .nav-tabs {
    /*float: left;*/
    /*margin-right: 19px;*/
    /*border-right: 1px solid #ddd;*/
}

    .tabs-left .nav-tabs li a {
        border-radius: 4px;
        border-color: #e7eaec;
        color: #000;
    }

        .tabs-left .nav-tabs li a:hover,
        .tabs-left .nav-tabs li a:focus {
            border-color: #e7eaec;
        }

    .tabs-left .nav-tabs .active a,
    .tabs-left .nav-tabs .active a:hover,
    .tabs-left .nav-tabs .active a:focus {
        border-color: #e7eaec;
    }

.tab-pane .panel-body {
    border: 1px solid #e7eaec;
}

    .tab-pane .panel-body h3 {
        margin-top: 0;
    }



/*@media (max-width: 360px) {
    .tab-pane {
        margin-left: 35px;
    }
}*/

@media screen and (min-width: 768px) {
    .filter-text {
        display:none;
    }
    .tabs-left .nav-tabs li a {
        border-radius: 4px 0 0 4px;
        border-color: transparent;
    }
        .tabs-left .nav-tabs li a:hover,
        .tabs-left .nav-tabs li a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left .nav-tabs .active a,
    .tabs-left .nav-tabs .active a:hover,
    .tabs-left .nav-tabs .active a:focus {
        border-color: #e7eaec #ffffff #e7eaec #e7eaec;
    }
}

.tab-pane .panel-body h3 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.tab-pane .panel-body h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* Technical screen */

nav.technical-navbar {
    background: transparent;
    box-shadow: none;
}


.nav-wrapper-content {
    margin-bottom: 10px;
}

    .nav-wrapper-content .nav li:first-child a {
        /*color:#ea2c13;*/
        /*padding-left: 0;*/
    }

@media (min-width: 768px) {

    nav.technical-navbar .nav:first-child > li:first-child > a {
        /*padding-left: 0;*/
    }
    
    nav.technical-navbar .navbar-nav > li > a {
        padding: 6px 12px;
        margin-bottom: 10px;
        border-bottom: 2px solid transparent;
    }
        
}

#lnkAddToProposal {
    border-radius: 50px;
}
    

.productDescription {
    font-weight: 800;
}

.work-theo:before,
.work:before {
    width: 20px;
    height: 20px;
    background: white;
    display: inline-block;
    border-radius: 50%;
    content: '';
    margin-right: 5px;
    vertical-align: -2px;
}

.work-theo:before {
    border: 2px solid #444;
}

table.dutyPoints > tbody > tr > td {
    vertical-align: middle;
}

#dutyPointTechnicals table > tbody > tr > td h4.title {
    border-bottom: 1px solid #919191;
    margin: 0;
    padding: 10px 8px;
}

#dutyPointTechnicals table > tbody > tr > td.title {
    padding: 0;
}

#dutyPointTechnicals,
#dutyPointTabs,
#soundTabs,
#constructionTabs {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

    #dutyPointTabs li,
    #soundTabs li,
    #constructionTabs li {
        display: inline-block;
        margin-bottom: 3px;
    }

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

/* Carousel */

.carousel-image {
    height: 300px;
}

    .carousel-image img {
        max-height: 300px;
    }

    .carousel-indicators {
        bottom: -20px;
    }

        .carousel-indicators li {
            border-color: #000;
            opacity: 0.6;
        }

        .carousel-indicators .active {
            background-color: #000;
        }

        .carousel-control .glyphicon-chevron-left, 
        .carousel-control .glyphicon-chevron-right {
            font-size:18px;
        }

.carousel-control.left,
.carousel-control.right {
    background-image:none;
    color:#000;
}

/* Configuration */
.component {
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    height: 40px;
}

.component select {
    width: auto;
}

    .component > span {
        padding-top: 7px;
        display: inline-block;
        font-family: 'roboto slab';
        font-size: 16px;
        font-weight:600;
    }

    .component img {
        width: 42px;
        margin: -5px 5px 0;
    }

.configuration.well, 
#fan-configurator.well {
    background: #fff;
}

#construction-panel {
    margin-bottom: 10px;
}

button.multiselect {
    border-radius: 4px;
}

span.multiselect-native-select {
    padding-top:0;
}

.orientation, .sound-directivity {
    display: block;
    width: 62px;
    height: 62px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    margin: 1px;
}

#fan-configurator-orientation-br .orientation {
    width: 106px !important;
    height: 120px !important;
}

.autoConfigurationValues {
    display: flex;
    min-width: 142px;
    min-height: 142px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    margin: 1px;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

    .autoConfigurationValues img {
        margin: 10px;
    }

    .autoConfigurationValues span {
        position: absolute;
        left: 10px;
        top: 10px;
    }

.arrangement, .air-direction, .casing, .motor-position, .horizontal-vertical, .inspection-door-custom {
    display: block;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    margin: 10px;
}

.motor-position, .inspection-door-custom {
    width: 100px !important;
    height: 115px !important;
}

.arrangement span,
.autoConfigurationValues span {
    font-size: 18px;
    font-weight: bold;
}

.horizontal-vertical {
    height: 180px;
}

.configurationPanelWrapper {
    display:flex;
}

.sound-directivity, .arrangement, .air-direction, .casing, .motor-position, .horizontal-vertical, .inspection-door-custom {
    float: left;
    margin: 10px;
}

    .orientation.default, .arrangement.default, .air-direction.default, .casing.default, .motor-position.default, .horizontal-vertical.default, .autoConfigurationValues.default {
        border: 1px dashed #545454;
    }

    .orientation.support, .arrangement.support, .air-direction.support, .casing.support, .motor-position.support, .horizontal-vertical.support, .autoConfigurationValues.support {
        background-color: #fcf8ba;
        border: 1px dashed #fcf8ba;
    }

        .orientation.support:hover, .arrangement.support:hover, .air-direction.support:hover, .casing.support:hover, .motor-position.support:hover, .horizontal-vertical.support:hover, .autoConfigurationValues.support:hover {
            background-color: #ffe400;
            border: 1px dashed #ffe400;
        }

    .orientation.unavailable, .arrangement.unavailable, .air-direction.unavailable, .casing.unavailable, .motor-position.unavailable, .horizontal-vertical.unavailable, .autoConfigurationValues.unavailable {
        opacity: 0.4;
    }

        .orientation.unavailable:hover, .arrangement.unavailable:hover, .air-direction.unavailable:hover, .casing.unavailable:hover, .motor-position.unavailable:hover, .horizontal-vertical.unavailable:hover, .autoConfigurationValues.unavailable:hover {
            background-color: transparent;
        }

    .orientation:hover, .sound-directivity:hover, .arrangement:hover, .air-direction:hover, .casing:hover, .motor-position:hover, .horizontal-vertical:hover, .autoConfigurationValues:hover {
        background-color: rgba(0,0,0,.1);
    }

    .orientation.down, .sound-directivity.down, .arrangement.down, .air-direction.down, .casing.down, .motor-position.down, .horizontal-vertical.down, .autoConfigurationValues.down {
        background-color: rgba(0,0,0,.1);
    }

    .orientation.support.down, .arrangement.support.down, .air-direction.support.down, .casing.support.down, .motor-position.support.down, .horizontal-vertical.support.down, .autoConfigurationValues.support.down {
        background-color: #ffe400;
    }

#motorPositions span {
    padding: 4px 5px 2px 27px;
}

    #motorPositions span.default,
    #fanBases span.default {
        border: 1px dashed #545454;
    }

#support, #support_br {
    background-color: #fcf8ba;
    padding: 10px;
}

#fanBases {
    padding-top: 10px;
    height: 50px;
}

    #fanBases span input {
        margin-right: 10px;
    }

    #fanBases span {
        padding: 5px;
        margin: 10px;
    }

#lnkMotorPostion1 {
    background-image: url(../images/configuration/motor_position1.png);
}

#lnkMotorPostion2 {
    background-image: url(../images/configuration/motor_position2.png);
}

#lnkMotorPostion3 {
    background-image: url(../images/configuration/motor_position3.png);
}

#lnkMotorPostionNone {
    background-image: url(../images/configuration/motor_position_none.png);
}

#lnkLG0 {
    background-image: url(../images/configuration/lg_0.png);
}

#lnkLG45 {
    background-image: url(../images/configuration/lg_45.png);
}

#lnkLG90 {
    background-image: url(../images/configuration/lg_90.png);
}

#lnkLG135 {
    background-image: url(../images/configuration/lg_135.png);
}

#lnkLG180 {
    background-image: url(../images/configuration/lg_180.png);
}

#lnkLG225 {
    background-image: url(../images/configuration/lg_225.png);
}

#lnkLG270 {
    background-image: url(../images/configuration/lg_270.png);
}

#lnkLG315 {
    background-image: url(../images/configuration/lg_315.png);
}

#lnkRD0 {
    background-image: url(../images/configuration/rd_0.png);
}

#lnkRD45 {
    background-image: url(../images/configuration/rd_45.png);
}

#lnkRD90 {
    background-image: url(../images/configuration/rd_90.png);
}

#lnkRD135 {
    background-image: url(../images/configuration/rd_135.png);
}

#lnkRD180 {
    background-image: url(../images/configuration/rd_180.png);
}

#lnkRD225 {
    background-image: url(../images/configuration/rd_225.png);
}

#lnkRD270 {
    background-image: url(../images/configuration/rd_270.png);
}

#lnkRD315 {
    background-image: url(../images/configuration/rd_315.png);
}

#lnkH0 {
    background-image: url(../images/configuration/h_0.png);
}

#lnkH45 {
    background-image: url(../images/configuration/h_45.png);
}

#lnkH90 {
    background-image: url(../images/configuration/h_90.png);
}

#lnkH135 {
    background-image: url(../images/configuration/h_135.png);
}

#lnkH180 {
    background-image: url(../images/configuration/h_180.png);
}

#lnkH225 {
    background-image: url(../images/configuration/h_225.png);
}

#lnkH270 {
    background-image: url(../images/configuration/h_270.png);
}

#lnkH315 {
    background-image: url(../images/configuration/h_315.png);
}

#lnkA0 {
    background-image: url(../images/configuration/a_0.png);
}

#lnkA45 {
    background-image: url(../images/configuration/a_45.png);
}

#lnkA90 {
    background-image: url(../images/configuration/a_90.png);
}

#lnkA135 {
    background-image: url(../images/configuration/a_135.png);
}

#lnkA180 {
    background-image: url(../images/configuration/a_180.png);
}

#lnkA225 {
    background-image: url(../images/configuration/a_225.png);
}

#lnkA270 {
    background-image: url(../images/configuration/a_270.png);
}

#lnkA315 {
    background-image: url(../images/configuration/a_315.png);
}

#lnk1 {
    background-image: url(../images/configuration/arr1.png);
}

#lnk9 {
    background-image: url(../images/configuration/arr9.png);
}

#lnk12 {
    background-image: url(../images/configuration/arr12.png);
}

#lnkAirDirA {
    background-image: url(../images/configuration/Esq_FlujoA.png);
}

#lnkAirDirB {
    background-image: url(../images/configuration/Esq_FlujoB.png);
}

#lnkCasingC {
    background-image: url(../images/configuration/Configuracion_C.png);
}

#lnkCasingCK {
    background-image: url(../images/configuration/Configuracion_CK.png);
}

#lnkCasingLK {
    background-image: url(../images/configuration/Configuracion_LK.png);
}

#lnkCasingLP {
    background-image: url(../images/configuration/Configuracion_LP.png);
}

#lnkCasingAL {
    background-image: url(../images/configuration/Configuracion_AL.png);
}

#btnFreeField {
    background-image: url(../images/freefield.png);
}

#btnD2 {
    background-image: url(../images/d2.png);
}

#btnD3 {
    background-image: url(../images/d3.png);
}

#btnD4 {
    background-image: url(../images/d4.png);
}

#motorPositions {
    width: 400px;
    height: 268px;
    background: url(../images/configuration/motor_pos.png) no-repeat;
    position: relative;
}

.motor-position-none {
    position: absolute;
    left: 243px;
    top: 10px;
}

.motor-position-x {
    position: absolute;
    left: 156px;
    top: 250px;
}

.motor-position-y {
    position: absolute;
    left: 68px;
    top: 250px;
}

.motor-position-z {
    position: absolute;
    left: 8px;
    top: 172px;
}

.motor-position-w {
    position: absolute;
    left: 216px;
    top: 172px;
}

#inspectionDoorsCustom, #condensationHoleCustom {
    width: 300px;
    height: 268px;
    background: url(../images/configuration/Puerta_Purga.svg) no-repeat center;
    position: relative;
}

#condensationHoleCustom {
    background: url(../images/configuration/Puerta_Purga_C.svg) no-repeat center;
}

    #inspectionDoorsCustom span, 
    #condensationHoleCustom span {
        padding: 4px 5px 2px 27px;
    }

        #inspectionDoorsCustom span.default,
        #condensationHoleCustom span.default {
            border: 1px dashed #545454;
        }

.inspection-door-custom-idp3 {
    left: 105px;
    top: 12px;
}

.inspection-door-custom-idp4 {
    left: 217px;
    top: 128px;
}

.inspection-door-custom-idp5 {
    left: 114px;
    top: 225px;
}

.inspection-door-custom-none {
    left: 193px;
    top: 10px;
}

.condensation-hole-custom-cdp3 {
    left: 105px;
    top: 12px;
}

.condensation-hole-custom-cdp4 {
    left: 217px;
    top: 128px;
}

.condensation-hole-custom-cdp5 {
    left: 114px;
    top: 225px;
}

.condensation-hole-custom-no_cd {
    left: 193px;
    top: 10px;
}

.custom-door-hole {
    position: absolute;
}


.help-reference {
    font-size: 14px;
    font-weight: bold;
}

.help-reference-table {
    text-align: center;
}

    .help-reference-table td {
        border: 1px solid #CCCCCC;
        padding: 5px;
        vertical-align: middle;
    }

.help-reference-values-table {
    float: left;
    width: 50%;
}

    .help-reference-values-table td {
        vertical-align: top;
    }

#oemReport .title {
    margin: 5px 0;
}

#oemReport table tr:first-child td {
    border-top: 0;
}

#oemReport table td {
    vertical-align:middle;
}

#lnkManageDutyPoints {
    margin-bottom:10px;
}

.table-dimensions {
    width:auto;
}

    .table-dimensions td {
        width: 80px;
    }

/* Selection */
.hru h3 {
    margin: 0;
}

.hru hr {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #eeeeee;
}

#tagsAccordian {
    margin-bottom: 14px;
}

#chkAutoBeltPoles {
    margin-left: 0;
}

.filter-radio {
    margin-bottom:0px;
}

    .filter-radio label {
        font-weight: normal;
        margin-left: 5px;
        margin-bottom: 0;
    }


/*@media only screen and (min-width: 768px) {
    .tabs-column {
        padding-left: 1px;
    }
}

@media only screen and (min-width: 992px) {
    .tabs-column {
        padding-left: 17px;
    }
}

@media only screen and (min-width: 1200px) {
    .tabs-column {
        padding-left: 7px;
    }
}*/

div#selectionCriteria .panel-body {
    padding:20px;
}

div#selectionCriteria .col-sm-1,
div#selectionCriteria .col-sm-2,
div#selectionCriteria .col-sm-3,
div#selectionCriteria .col-sm-4,
div#selectionCriteria .col-sm-5,
div#selectionCriteria .col-sm-6,
div#selectionCriteria .col-sm-7,
div#selectionCriteria .col-sm-8,
div#selectionCriteria .col-sm-9,
div#selectionCriteria .col-sm-10,
div#selectionCriteria .col-sm-11,
div#selectionCriteria .col-sm-12,
.tight-col
{
    padding-left: 5px;
    padding-right: 5px;
}

#results-grid, #results-progress-grid, #tblSeriesModels {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 10px;
}

/* Multiselection */

.multi-selection-results .result-grid {
    width:100%!important;
}

div#multi-selection-items {
    margin-bottom: 10px;
}

a.multi-grid-edit, a.multi-grid-delete {
    font-size: 20px;
}

/* Project Screen */

#project_basket_save_warning {
    float:left;
}

#save-message {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity .5s, visibility 0s linear .5s, height 0s linear .5s;
    margin-left: 10px;
}

div.affix #save-message {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}

.project-export-options {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity .5s;
}

div.affix .project-export-options {
    opacity: 0;
    height: 0;
}

.table-striped > tbody > tr.selected {
    background-color: #f9f9f9;
}

#open-project-tabs {
    margin:10px 0;
}

    #open-project-tabs .tab-content > .tab-pane {
        padding: 30px 0px;
    }

#project-tabs {
    margin-top:15px;
}

td.project-grid-pos {
    width: 65px;
}

td.project-grid-qty {
    width: 65px;
}

td.project-grid-discount {
    width: 70px;
}

td.project-grid-price {
    width: 100px;
}

    td.project-grid-price input {
        text-align: right;
    }

    #project-tabs i.fa {
        font-size: 20px;
    }

#project-tabs td {
    vertical-align:middle;
}

.add-accessory {
    display: inline-block;
    transform: translate(0, 0);
    background-image: url(../images/icons/picto_accessories4.png);
    background-repeat: no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.project-upload-well {
    background-color: transparent;
    cursor: pointer;
}

    .project-upload-well:hover {
        background-color: #eee;
    }

        .project-upload-well:hover a {
            color: #a31f0d;
        }

.project-upload {
    text-align: center;
    display: block;
    cursor: pointer;
    color: #666;
}

    .project-upload h4 {
        font-size: 2.0rem;
    }

    .project-upload:hover {
        text-decoration:none;
    }

/* Construction */
div#construction fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

div#construction label {
    display: block;
}

/*ul#constructionTabs {
    padding: 20px 20px 0;
    max-width: 600px;
}*/

div#construction-position {
    position: relative;
}

    div#construction-position label {
        position: absolute;
    }

        div#construction-position label.v {
            top: 65px;
            left: 50%;
        }

        div#construction-position label.d {
            top: 210px;
            left: 50%;
        }

        div#construction-position label.z {
            top: 140px;
            left: 25%;
        }

        div#construction-position label.w {
            top: 140px;
            right: 25%;
        }

    div#construction-position div {
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
    }

        div#construction-position div.position-axial {
            background-image: url(../images/ferrari/images/positions/axial.png?height=200);
        }

        div#construction-position div.position-w {
            background-image: url(../images/ferrari/images/positions/w.png?height=200);
        }

        div#construction-position div.position-z {
            background-image: url(../images/ferrari/images/positions/z.png?height=200);
        }

        div#construction-position div.position-none {
            background-image: url(../images/ferrari/images/positions/none.png?height=200);
        }

div#construction-arrangement {
    position: relative;
}

    div#construction-arrangement #construction-inverter {
        position: absolute;
        top: 10px;
        right: 10px;
    }

        div#construction-arrangement #construction-inverter input {
            display: inline-block;
            visibility: visible;
        }

    div#construction-arrangement ul,
    div#construction-discharge ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div#construction-arrangement ul li,
        div#construction-discharge ul li {
            display: inline-block;
        }

div#construction-discharge li label {
    width: 64px;
    height: 75px;
}

div#construction-discharge ul.discharge-angles {
    margin-left: 23px;
}

    div#construction-discharge ul.discharge-angles li {
        text-align: center;
        width: 64px;
    }

div#construction-discharge input[value="0-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG0.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="0-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG0.Properties.PictureChecked.png);
}

div#construction-discharge input[value="0-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG0.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="45-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG45.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="45-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG45.Properties.PictureChecked.png);
}

div#construction-discharge input[value="45-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG45.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="90-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG90.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="90-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG90.Properties.PictureChecked.png);
}

div#construction-discharge input[value="90-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG90.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="135-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG135.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="135-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG135.Properties.PictureChecked.png);
}

div#construction-discharge input[value="135-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG135.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="180-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG180.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="180-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG180.Properties.PictureChecked.png);
}

div#construction-discharge input[value="180-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG180.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="225-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG225.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="225-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG225.Properties.PictureChecked.png);
}

div#construction-discharge input[value="225-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG225.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="270-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG270.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="270-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG270.Properties.PictureChecked.png);
}

div#construction-discharge input[value="270-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG270.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="315-LG"] + label {
    background-image: url(../images/ferrari/images/discharges/chkLG315.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="315-LG"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkLG315.Properties.PictureChecked.png);
}

div#construction-discharge input[value="315-LG"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkLG315.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="0-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD0.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="0-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD0.Properties.PictureChecked.png);
}

div#construction-discharge input[value="0-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD0.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="45-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD45.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="45-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD45.Properties.PictureChecked.png);
}

div#construction-discharge input[value="45-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD45.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="90-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD90.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="90-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD90.Properties.PictureChecked.png);
}

div#construction-discharge input[value="90-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD90.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="135-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD135.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="135-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD135.Properties.PictureChecked.png);
}

div#construction-discharge input[value="135-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD135.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="180-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD180.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="180-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD180.Properties.PictureChecked.png);
}

div#construction-discharge input[value="180-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD180.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="225-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD225.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="225-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD225.Properties.PictureChecked.png);
}

div#construction-discharge input[value="225-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD225.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="270-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD270.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="270-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD270.Properties.PictureChecked.png);
}

div#construction-discharge input[value="270-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD270.Properties.PictureGrayed.png);
}

div#construction-discharge input[value="315-RD"] + label {
    background-image: url(../images/ferrari/images/discharges/chkRD315.Properties.PictureUnchecked.png);
}

div#construction-discharge input[value="315-RD"]:checked + label {
    background-image: url(../images/ferrari/images/discharges/chkRD315.Properties.PictureChecked.png);
}

div#construction-discharge input[value="315-RD"]:disabled + label {
    background-image: url(../images/ferrari/images/discharges/chkRD315.Properties.PictureGrayed.png);
}

div#construction-arrangement li label {
    width: 90px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4px;
}

div#construction-arrangement input[data-val="arr-1-swsi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr1swsi-dn.png);
}

div#construction-arrangement input[data-val="arr-1-swsi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr1swsi-up.png);
}

div#construction-arrangement input[data-val="arr-1-axial"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr1axial-dn.png);
}

div#construction-arrangement input[data-val="arr-1-axial"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr1axial-up.png);
}



div#construction-arrangement input[data-val="arr-4-swsi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr4swsi-dn.png);
}

div#construction-arrangement input[data-val="arr-4-swsi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr4swsi-up.png);
}

div#construction-arrangement input[data-val="arr-4-plug"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr4plug-dn.png);
}

div#construction-arrangement input[data-val="arr-4-plug"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr4plug-up.png);
}

div#construction-arrangement input[data-val="arr-4-axial"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr4axial-dn.png);
}

div#construction-arrangement input[data-val="arr-4-axial"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr4axial-up.png);
}



div#construction-arrangement input[data-val="arr-5-swsi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr5swsi-dn.png);
}

div#construction-arrangement input[data-val="arr-5-swsi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr5swsi-up.png);
}

div#construction-arrangement input[data-val="arr-5-plug"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr5plug-dn.png);
}

div#construction-arrangement input[data-val="arr-5-plug"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr5plug-up.png);
}

div#construction-arrangement input[data-val="arr-5-axial"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr5axial-dn.png);
}

div#construction-arrangement input[data-val="arr-5-axial"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr5axial-up.png);
}


div#construction-arrangement input[data-val="arr-6-dwdi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr6dwdi-dn.png);
}

div#construction-arrangement input[data-val="arr-6-dwdi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr6dwdi-up.png);
}


div#construction-arrangement input[data-val="arr-8-swsi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr8swsi-dn.png);
}

div#construction-arrangement input[data-val="arr-8-swsi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr8swsi-up.png);
}


div#construction-arrangement input[data-val="arr-9-swsi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr9swsi-dn.png);
}

div#construction-arrangement input[data-val="arr-9-swsi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr9swsi-up.png);
}

div#construction-arrangement input[data-val="arr-9-axial"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr9axial-dn.png);
}

div#construction-arrangement input[data-val="arr-9-axial"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr9axial-up.png);
}


div#construction-arrangement input[data-val="arr-12-swsi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr12swsi-dn.png);
}

div#construction-arrangement input[data-val="arr-12-swsi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr12swsi-up.png);
}

div#construction-arrangement input[data-val="arr-12-axial"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr12axial-dn.png);
}

div#construction-arrangement input[data-val="arr-12-axial"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr12axial-up.png);
}


div#construction-arrangement input[data-val="arr-13-plug"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr13plug-dn.png);
}

div#construction-arrangement input[data-val="arr-13-plug"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr13plug-up.png);
}


div#construction-arrangement input[data-val="arr-18-dwdi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr18dwdi-dn.png);
}

div#construction-arrangement input[data-val="arr-18-dwdi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr18dwdi-up.png);
}


div#construction-arrangement input[data-val="arr-19-dwdi"] + label {
    background-image: url(../images/ferrari/images/arrangements/arr19dwdi-dn.png);
}

div#construction-arrangement input[data-val="arr-19-dwdi"]:checked + label {
    background-image: url(../images/ferrari/images/arrangements/arr19dwdi-up.png);
}


div#construction-discharge input,
div#construction-arrangement input {
    visibility: hidden;
    display: none;
}

    div#construction-discharge input:checked + label,
    div#construction-discharge li:hover label,
    div#construction-arrangement input:checked + label,
    div#construction-arrangement li:hover label {
        background-color: #ccc;
        border-radius: 3px;
        cursor: pointer;
    }

div#construction legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}

div#construction-motor-vendor {
    position: relative;
}

    div#construction-motor-vendor label {
        margin-top: 6px;
    }

/*.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}*/

.grid {
    margin: 0 !important;
}

div#construction select {
    padding: 5px;
    width: 100%;
}

/* Search Page */

#resultsTable .series-cell {
    background-color: #fff;
}

#resultsTable h2 a {
    color: #000;
}

#resultsTable h3 {
    margin:5px 0;
}

    #resultsTable h3 a {
        color: #333;
    }

#projectsTable h3 {
    margin: 5px 0;
}

    #projectsTable h3 a {
        color: #333;
    }

/* Controls */

span.multiselect-native-select .btn-group {
    width: 100%;
}

span.multiselect-native-select button {
    width: 100%;
}

/* Conditions */

input#radCalculatedDensity, 
input#radUserDefinedDensity, 
input#chkColdStart {
    margin-left: 0;
}

/* Maintenance warning */

.maintenance-warning {
    background:red;
}

    .maintenance-warning div {
        font-size: 16px;
        color: white;
        padding: 10px;
        text-align: center;
    }

/* Series Icons */

ul#series-icons {
    padding: 0;
    text-align: center;
}

    ul#series-icons img {
        margin: 5px;
        width: 64px;
    }

    ul#series-icons li {
        display: inline;
    }

#ferrari-pricing-items input {
    margin-top: 1px;
}

#ferrari-pricing-items label {
    margin-left: 5px;
    font-weight: 400;
}

.associated-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

/* GDPR */

.gdpr-terms {
    overflow-y: auto;
    height: 200px;
}

.gdpr-terms::-webkit-scrollbar {
    width: 7px;
}

    .gdpr-terms::-webkit-scrollbar-thumb {
        border-radius: 20px;
    }

.gdpr-terms::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

.et-page {
    background-color: white;
    padding: 0 15px;
}

.gdpr-terms p {
    font-size: 1.4rem;
}

#erpLabel {
    width:60%
}

/* BIM Export */

#bim-export #main .config-items ul {
    padding-left: 0px;
}

    #bim-export #main .config-items ul label {
        display: block;
        padding: 5px;
        line-height: 11px;
        font-weight: bold;
        text-align: center;
        margin-left: 1px;
    }

#bim-export select {
    padding: 5px;
    float: right;
}

#bim-export #main .config-items ul li {
    list-style: none;
    font-size: 9px;
    display: inline-block;
}

#bim-export #main .config-items ul span {
    display: block;
}

#bim-export #main .config-items ul input {
    visibility: hidden;
    display: none;
}

    #bim-export #main .config-items ul input:checked + label,
    #bim-export #main .config-items ul li:hover label {
        background: #ccc;
        border-radius: 3px;
        cursor: pointer;
    }

@media only screen and (min-width: 992px) {
    .small-header .top-header-container {
        height: 0;
    }

    .small-header .navbar-brand-sp,
    .small-header .sp-logo {
        height: 0;
        width: 0;
        overflow: hidden;
        line-height: 5px;
    }

    .small-header div.navbar-inverse.mobile-navbar {
        display: none;
    }

    .small-header div.navbar-inverse.desktop-navbar {
        background-color: #4c535c;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.12);
    }

        .small-header div.navbar-inverse.desktop-navbar #navbar {
            margin-left: 90px;
        }

    .small-header .top-menu-container {
        height: 0;
        opacity: 0;
        top: -50px;
    }

    .small-header .projectbar-container ul {
        line-height: 50px;
    }

    .small-header .easyvent-logo {
        margin-left: 0;
        top: 0;
        width: 100px;
        padding: 0;
        height: 50px;
        border: 0;
        border-radius: 0px 0px 4px 4px;
        line-height: 49px;
    }

    .small-header .project-bar-button {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 100px;
    }

    .small-header .technical-navbar h2 {
        font-size: 1.6rem;
        margin-left: 10px;
    }

    .transition {
        -webkit-transition: height 0.3s, width 0.3s, padding 0.3s, margin 0.3s, top 0.3s, opacity 0.3s, line-height 0.3s;
        -moz-transition: height 0.3s, width 0.3s, padding 0.3s, margin 0.3s, top 0.3s, opacity 0.3s, line-height 0.3s;
        transition: height 0.3s, width 0.3s, padding 0.3s, margin 0.3s, top 0.3s, opacity 0.3s, line-height 0.3s;
    }
}


/*canvas.hovered {
    background: #444;
    opacity: .3;
    border-radius: 5px;
    cursor: pointer;
}*/

canvas.enabled + .activate-container,
canvas.enabled + .activate-container .activate {
    display: none !important;
}

.activate-container {
    position: absolute;
    width: 540px;
    height: 390px;    
}

    .activate-container .activate {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.05);
    }

    .activate-container:not(.readonly):hover .activate {
        display: block;
    }

        .activate-container .activate .activate-icon {
            width: 163px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-size: 170px;
            top: 50%;
            position: relative;
            transform: translateY(-50%);
        }

.download-icon {
    background-color: #ea2c13;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .download-icon {
        margin-top:-1px;
    }
}

.autoConfigurationValues img {
    max-width: 120px;
}

.table > thead > tr > td.fast, .table > tbody > tr > td.fast, .table > tfoot > tr > td.fast, .table > thead > tr > th.fast, .table > tbody > tr > th.fast, .table > tfoot > tr > th.fast, .table > thead > tr.fast > td, .table > tbody > tr.fast > td, .table > tfoot > tr.fast > td, .table > thead > tr.fast > th, .table > tbody > tr.fast > th, .table > tfoot > tr.fast > th {
    background-color: #085ec9;
    color: white;
}

tr.fast a.tree.expand {
    color: white;
}

.table > thead > tr > td.unselected, .table > tbody > tr > td.unselected, .table > tfoot > tr > td.unselected, .table > thead > tr > th.unselected, .table > tbody > tr > th.unselected, .table > tfoot > tr > th.unselected, .table > thead > tr.unselected > td, .table > tbody > tr.unselected > td, .table > tfoot > tr.unselected > td, .table > thead > tr.unselected > th, .table > tbody > tr.unselected > th, .table > tfoot > tr.unselected > th {
    /*background-color: #085ec9;*/
    color: red;
}

tr.unselected a.tree.expand {
    color: red;
}


/* LinkedIn button */

.btn-linkedin {
    color: #ffffff;
    background-color: #0084bf;
    border-color: #005e88;
}

    .btn-linkedin:focus,
    .btn-linkedin.focus {
        color: #ffffff;
        background-color: #04628b;
        border-color: #033d56;
    }

    .btn-linkedin:hover {
        color: #ffffff;
        background-color: #04628b;
        border-color: #034a68;
        box-shadow: 0 0 0 4px rgba(0, 132, 191, 0.41);
    }

    .btn-linkedin:active,
    .btn-linkedin.active {
        color: #ffffff;
        background-color: #04628b;
        border-color: #034a68;
    }

        .btn-linkedin:active:hover,
        .btn-linkedin.active:hover,
        .btn-linkedin:active:focus,
        .btn-linkedin.active:focus,
        .btn-linkedin:active.focus,
        .btn-linkedin.active.focus {
            color: #ffffff;
            background-color: #034a68;
            border-color: #033d56;
        }

    .btn-linkedin:active,
    .btn-linkedin.active {
        background-image: none;
    }

    .btn-linkedin .badge {
        color: #0084bf;
        background-color: #ffffff;
    }

select.airTypeFilter.form-control {
    float: right;
    width: auto;
    margin: 0 0 6px 0;
}

.airTypeFilterContainer {
    float:right;
}

    .airTypeFilterContainer span {
        margin: 10px;
        line-height: 33px;
    }

#companiesList {
    max-height: 350px;
    overflow-y: scroll;
}

a.company-selector {
    background: white;
    border-radius: 10px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    display: inline-block;
    width: 200px;
    height: 150px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 8px;
    font-weight: 500;
    vertical-align: middle;
    color: #000;
    text-decoration:none;
}

a:hover.company-selector {
    border-color: #9a1d0c;
    box-shadow: 0 0 0 4px rgba(234, 44, 19, 0.41);
}

a.company-selector img {
    margin: 0 auto;
}

a.easycalc-applications {
    background: white;
    border-radius: 10px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    /*padding: 10px;*/
    display: inline-block;
    width: 100%;
    height: 180px;
    /*box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 8px;*/
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    padding:0;
}

    a.easycalc-applications span {
        width: 100%;
        /*background: #ea2c13;*/
        display: block;
        color: #fff;
        position: absolute;
        bottom: 0;
        padding: 10px;
        border-radius: 0 0 8px 8px;
        /*border: 1px solid #d22811;*/
    }

    a.easycalc-applications:active, a.easycalc-applications.active, a.easycalc-applications:focus, a.easycalc-applications.focus {
        background-color: #fff !important;
    }

a:hover.easycalc-applications {
    /*border-color: #9a1d0c;
    box-shadow: 0 0 0 4px rgba(234, 44, 19, 0.41);*/
    background-color:#fff;
}

a.easycalc-applications img {
    margin: 10px auto 0;
    max-width: 60%;
    max-height: 130px;
}

/*body .ui-tooltip, body .qtip {
    max-width: 780px;
    min-width: 50px;
    font-size: 10.5px;
}

body .ui-tooltip div, body .qtip div {
    font-size: 10.5px;
    line-height:normal;
}*/

#series-tree span:hover.seriesInfo {
    color: #ea2c13;
}

#series-tree span.seriesInfo {
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
}

.seriesDescription.readmore-js-collapsed {
    max-height: 300px;
    overflow: hidden;
}

.project_page_length {
    margin: 15px 0 10px 5px;
}

.project_page_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.project_page_length select {
    width: 75px;
    display: inline-block;
}

ul#heatingCoolingTypes li.active a,
ul#pdsTypes li.active a, #preheaterOption li.active a {
    color: #666;
    background-color: #bfc6d0;
}

ul#heatingCoolingTypes li a,
ul#pdsTypes li a, #preheaterOption li a {
    font-size: 12px;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

    ul#heatingCoolingTypes li a img,
    ul#pdsTypes li a img, #preheaterOption li a img {
        margin-bottom: 5px;
    }


.display-flex {
    display: flex;
    flex-flow: row wrap;
}

    .display-flex-row {
        flex-flow: row;
    }

    .display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .display-flex > .col-auto {
        flex-direction: row;
    }

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1600px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }
}


.catalogue-container {
    background-color: #f1f2f7;
    column-count: 3;
}

.catalogue-buttons {
    display: inline-block;
}

.catalogue-buttons a.btn {
    margin: 0 0 0 10px;
}

.tag {
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    background-color: white;
}

div#dutyPointTechnicals table tr > td:first-child {
    width: 1%;
    white-space: nowrap;
}

table#accessories-grid tr > td:nth-child(2) {
    width: 1%;
    padding-right: 10px;
}

.top-menu-container .active-company {
    position: absolute;
    right: 13px;
    top: 28px;
    font-size: 10px;
    cursor: auto;
}

.series-image-container {
    position:relative;
}

.new-series {
    position: absolute;
    right: 0;
    top: -3px;
    background-color: #c1001f;
    border: 2px solid #fff;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #006838;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout-info h4 {
    color: #006838;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

nav.b2b-nav {
    background: #fff;
    box-shadow: none;
    margin-top: 10px;
}

.b2b-container-fluid {
    border-bottom: 2px solid #eee;
}

.small-header.no-project {
    padding-top:40px;
}

.no-project .add-to-proposal,
.no-project .elbridge-basket-divder {
    display: none !important;
}

.col-auto {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {

    .col-auto {
        width: auto;
        float:left;
    }

}

h4.autoHeaderPanel {
    /*border-bottom: 2px solid #ea2c13;*/
    padding-bottom: 10px;
    /*text-transform: capitalize;*/
    margin-bottom: 0;
}

.well {
    border-radius: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

span.combiconf-change {
    font-size: 11px;
    top: initial;
    left: initial;
    position: inherit;
}

.hidden-td {
    display: none;
}

.placeholder-style {
    display: block;
    visibility: visible;
    height: 5em;
    width: 0;
}

    .placeholder-style::after {
        content: "";
        border: 1px dashed #ccc;
        float: left;
        background-color: #eee;
        height: 5em;
        left: 15px;
        right: 15px;
        position: absolute;
    }

#project-tabs table tbody:nth-of-type(odd) tr[data-val="fan"],
#project-tabs table tbody:nth-of-type(odd) tr[data-val="fan-custom"],
#project-tabs table tbody:nth-of-type(odd) tr[data-val="custom"] {
    background-color: #f9f9f9;
}

#project-tabs table tbody:nth-of-type(even) tr[data-val="fan"],
#project-tabs table tbody:nth-of-type(even) tr[data-val="fan-custom"],
#project-tabs table tbody:nth-of-type(even) tr[data-val="custom"] {
    background-color: rgb(249,249,249, 0.5);
}

#project-tabs table tbody tr[data-val="acc"],
#project-tabs table tbody tr[data-val="acc-custom"],
#project-tabs table tbody tr[data-val="ferrari-customitem"]
#project-tabs table tbody tr[data-val="pricingitem"] {
    background-color: white;
}

    /*#project-tabs table tbody tr[data-val="acc"]:nth-of-type(odd),
    #project-tabs table tbody tr[data-val="acc-custom"]:nth-of-type(odd),
    #project-tabs table tbody tr[data-val="ferrari-customitem"]:nth-of-type(odd) {
        background-color: #f9f9f9;
    }*/

#project-tabs table > tbody + tbody {
    /*border-top: 2px solid #bfbfbf;*/
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.align-items-center {
    align-items: center !important;
}

#accessoryPanel .tab-pane {
    background: #eee;
    padding: 10px 0 0 10px;
}

#accessoryPanel .nav-tabs > li.active > a, 
#accessoryPanel .nav-tabs > li.active > a:hover, 
#accessoryPanel .nav-tabs > li.active > a:focus {
    background-color: #eeeeee;
    color:#333;
}

    #accessoryPanel .nav-tabs > li > a {
        color: #333;
    }

@starting-style {
    .accessoryPanelItem.child.shown {
        opacity: 0;
    }
}


.accessoryPanelItem {
    width: 180px;
    height: 330px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 10px 10px 0;
    align-items: flex-end !important;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background: white;
}

    .accessoryPanelItem.parent {
        overflow:visible;
    }

    .accessoryPanelItem.child {
        box-shadow: 0px 0px 4px 0px #ea2c13;
        transition: opacity 0.5s, display 0.5s;
        display: none;
        opacity: 0;
    }

        .accessoryPanelItem.child.shown {
            display: block;
            opacity: 1;
        }

    .accessoryPanelItem.faint {
        background: #f5f5f5;
        justify-content: center;
        align-items: center !important;
    }

    .accessoryPanelItem.selected {
        border: 2px #ea2c13 solid;
    }

    .accessoryPanelItem.recommended {
        border: 2px orange dashed;
    }

    .accessoryPanelItem.mandatory {
        border: 2px #ea2c13 dashed !important;
    }

span.accessoryRequirement {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 7px;
    border-radius: 3px;
    color: white;
    font-weight: 700;
}

    span.accessoryRequirement.mandatory {
        background-color: #ea2c13;
    }

    span.accessoryRequirement.optional {
        background-color: orange;
    }

.accessoryPanelItemImageContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /*background: white;*/
    /*border-bottom: 2px solid #d1d1d1;*/
    box-shadow: 0px 1px 13px 0px #ddd;
    padding-bottom: 5px;
}

.accessoryPanelItemContainer {
    padding-top: 10px;
    width:100%;
}

.accessoryPanelItemDescriptionContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1 !important;
    text-align: center;
    padding: 0 5px;
}

.accessoryPanelItemDescription {
    overflow: hidden;
    width: 100%;
    height: 55px;
    margin-bottom: 6px;
}

.accessoryPanelItemSKU {
    color: #555;
    font-weight: 500;
    margin-bottom: 0px;
}

.accessoryPanelItemImage {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 150px;
    height: 150px;
}

    .accessoryPanelItemImage img {
        max-height: 150px;
    }

.accessoryPanelItemLabel {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.accessoryPanelItemButton {
    border-radius: 0;
}

.accessoryPanelItemEmptySearch {
    display: flex;
    justify-content: center;
}

    .accessoryPanelItemEmptySearch div {
        height: 230px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.configOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    justify-content: flex-end;
    z-index: 99;
}

    .configOverlay .form-group {
        width: 100%;
        padding: 12px;
    }

.accessoryView {
    position: absolute;
    right: 10px;
    top: 10px;
}


.fan-summary-container {
    clear:both;
}

#accessories-loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-grey {
    color: #7c7c7c;
    background-color: #efefef;
    border-color: #e4e3e3;
}

    .btn-grey:hover {
        color: #ffffff;
        box-shadow: 0 0 0 4px rgba(167, 171, 176, 0.75);
        background-color: #7c7c7c;
        border-color: #747373;
    }


.w-100 {
    width:100%;
}

.p-0 {
    padding:0!important;
}

.border-0 {
    border-width:0!important;
}

.table.middle > thead > tr > th,
.table.middle > tbody > tr > th,
.table.middle > tfoot > tr > th,
.table.middle > thead > tr > td,
.table.middle > tbody > tr > td,
.table.middle > tfoot > tr > td {
    vertical-align: middle;
}

.table > thead > tr > th.tight,
.table > tbody > tr > th.tight,
.table > tfoot > tr > th.tight,
.table > thead > tr > td.tight,
.table > tbody > tr > td.tight,
.table > tfoot > tr > td.tight {
    width: 1%;
    white-space: nowrap;
}

.autoWidth {
    width: auto!important;
    white-space: normal!important;
}

.blur {
    filter: blur(3px);
}

a.option {
    background: white;
    border-radius: 10px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 100%;
    height: 180px;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
}

    a.option span {
        width: 100%;
        background: #eeeeee;
        display: block;
        color: #333333;
        position: absolute;
        bottom: 0;
        padding: 10px;
        border-radius: 0 0 8px 8px;
        border: 1px solid #eeeeee;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    a.option.distribution {
        height: 200px;
    }

        a.option.distribution div img {
            max-width: 100%;
        }

    a.option.system div img {
        max-width: 100px;
    }

a:hover.option {
    border-color: #9a1d0c;
    box-shadow: 0 0 0 4px rgba(234, 44, 19, 0.41);
}

a.option div {
    display: flex;
    align-items: center;
    height: 135px;
}

    a.option div img {
        margin: 0 auto;
        max-width: 60%;
        max-height: 130px;
    }

a.option.option-selected {
    border-color: #f6a89e;
    box-shadow: 0 0 0 4px rgb(234 44 19 / 41%);
}

    a.option.option-selected span {
        background: #ea2c13;
        color: #fff;
        border: 1px solid #d22811;
    }

.user-notification {

}

.user-notification.read {
    color: #999;
}

#userNotificationsManager .dropdown-menu > li > a {
    white-space: normal;
}

#userNotificationsManager .fa-circle {
    font-size: 7px;
    position: absolute;
    color: #ea2c13;
    top: 8px;
    right: 10px;
}

    @keyframes fa-shake {
        0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%, 24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%, 28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.fa-shake, .fa-spin {
    animation-delay: 0s, 5s;
    animation-direction: normal;
}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.btn-ferrari {
    color: #ffffff;
    background-color: #0171b8;
    border-color: #01619f;
}

    .btn-ferrari:focus,
    .btn-ferrari.focus {
        color: #ffffff;
        background-color: #015285;
        border-color: #001420;
    }

    .btn-ferrari:hover {
        color: #ffffff;
        background-color: #015285;
        border-color: #013c62;
    }

    .btn-ferrari:active,
    .btn-ferrari.active,
    .open > .dropdown-toggle.btn-ferrari {
        color: #ffffff;
        background-color: #015285;
        border-color: #013c62;
    }

        .btn-ferrari:active:hover,
        .btn-ferrari.active:hover,
        .open > .dropdown-toggle.btn-ferrari:hover,
        .btn-ferrari:active:focus,
        .btn-ferrari.active:focus,
        .open > .dropdown-toggle.btn-ferrari:focus,
        .btn-ferrari:active.focus,
        .btn-ferrari.active.focus,
        .open > .dropdown-toggle.btn-ferrari.focus {
            color: #ffffff;
            background-color: #013c62;
            border-color: #001420;
        }

    .btn-ferrari:active,
    .btn-ferrari.active,
    .open > .dropdown-toggle.btn-ferrari {
        background-image: none;
    }

.easyvent-logo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 5;
    height: 104px;
    vertical-align: middle;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 320px;
    margin-left: 0px;
}

.sp-logo {
    display: none;
}

.small-header .easyvent-logo {
    margin-left: 0;
    top: 0;
    width: 100px;
    padding: 0;
    height: 50px;
    border: 0;
    border-radius: 0px 0px 4px 4px;
    line-height: 49px;
}

@media only screen and (min-width: 992px) {

    .small-header div.navbar-inverse.desktop-navbar #navbar {
        margin-left: 160px;
    }

    .small-header .easyvent-logo {
        width: 160px;
        height: 50px;
    }
}

.grid-button {
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    padding: 0;
}

.ai-predictions {
    /*background-color: #f44336;*/
    /*border-radius: 0 0 5px 5px;*/
    text-align: left;
    /*color: white;*/
}

.ai-loader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 30px;
    flex-direction: column;
}

.ai-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #cacaca;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: airotation 1s linear infinite;
}

    .ai-loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border-left: 4px solid #FF3D00;
        border-bottom: 4px solid transparent;
        animation: airotation 0.5s linear infinite reverse;
    }

@keyframes airotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-xl {
    width: 98%;
    max-width: 1600px;
}