html,
body {
    height: 100%;
}

h1 {
    font-size: 2rem;
    margin: 10px 0 10px 0px;
}

a {
    cursor: pointer;
    color: rgb(60, 144, 215);
}

a:hover {
    color: rgb(0, 125, 231);
}

.link {
    cursor: pointer;
    color: #3C90D7;
    text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.3);
}

.link:hover {
    color: #007DE7;
    text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.3);
}

.link--red {
    color: #E8852D;
}

.link--red:hover {
    color: #E8562D;
}

.link--green {
    color: #739600;
}

.link--green:hover {
    color: #455a00;
}

.link--yellow {
    color: #c8a714;
}

.link--yellow:hover {
    color: #AA8E14;
}

.ecomp-clr--blue {
    color: #3C90D7;
}

.ecomp-clr--blue-light {
    color: #D1E6F9;
}

.ecomp-clr--blue-dark {
    color: #007DE7;
}

.ecomp-clr--blue-nav-link {
    color: #648CAE;
}

.ecomp-clr--blue-bg {
    color: #EBF2F7;
}

.ecomp-clr--green {
    color: #739600;
}

.ecomp-clr--green-light {
    color: #e3eacc;
}

.ecomp-clr--green-dark {
    color: #455a00;
}

.ecomp-clr--yellow {
    color: #c8a714;
}

.ecomp-clr--yellow-dark {
    color: #AA8E14;
}

.ecomp-clr--yellow-light {
    color: #F3DF86;
}

.ecomp-clr--yellow-highlight {
    color: #FEFFAF;
}

.ecomp-clr--red {
    color: #E8852D;
}

.ecomp-clr--red-dark {
    color: #E8562D;
}

.ecomp-clr--bg-blue {
    background-color: #3C90D7;
}

.ecomp-clr--bg-blue-light {
    background-color: #D1E6F9;
}

.ecomp-clr--bg-blue-dark {
    background-color: #007DE7;
}

.ecomp-clr--bg-blue-nav-link {
    background-color: #648CAE;
}

.ecomp-clr--bg-blue-bg {
    background-color: #EBF2F7;
}

.ecomp-clr--bg-green {
    background-color: #739600;
}

.ecomp-clr--bg-green-light {
    background-color: #e3eacc;
}

.ecomp-clr--bg-green-dark {
    background-color: #455a00;
}

.ecomp-clr--bg-yellow {
    background-color: #c8a714;
}

.ecomp-clr--bg-yellow-dark {
    color: #AA8E14;
}

.ecomp-clr--bg-yellow-light {
    background-color: #F3DF86;
}

.ecomp-clr--bg-yellow-highlight {
    background-color: #FEFFAF;
}

.ecomp-clr--bg-red {
    background-color: #E8852D;
}

.ecomp-clr--bg-red-dark {
    background-color: #E8562D;
}

main {

    min-height: 100%;
    margin-bottom: -160px;
    padding-bottom: 160px;
}

.header {
    height: 140px;
    background: url("../images/bg-t.png") top repeat-x;
}

.header .logo,
.header .logo-sm {
    height: 58px;
    background: url("../images/site-logo.png") no-repeat;
}

.header .logo {
    width: 244px;
}

.header .logo-sm {
    width: 80px;
}

/* Bootstrap 4 text input with search icon */
.search-tool {
    margin: 3px 0 0 0;
    color: rgb(100, 140, 174);
    position: relative;
}

.search-tool > input::placeholder {
    color: #888;
}

.search-tool .form-control {
    padding-left: 2.375rem;
}

.search-tool .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search-tool #search-autocomplete {
    width: 100%;
    top: 40px;
    right: 0;
    position: absolute;
    z-index: 3;
    background-color: #FFF;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid rgb(209, 230, 249);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(209, 230, 249, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(209, 230, 249, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(209, 230, 249, 0.5);
    padding: 4px 8px;
}

.search-tool #search-autocomplete > a {
    display: block;
    padding: 0 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .container {
        padding: 0;
        margin: 0;
    }

    body {
        padding: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.ecomp-navbar {
    z-index: 1;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    border-top: none;
    padding: 4px 8px;
    position: relative;
}

.ecomp-navbar .navbar-toggler {
    font-size: 10px;
    padding: 4px 8px;
    background-color: rgba(60, 144, 215, 0.1);
    color: rgba(60, 144, 215, 1.0);
    font-weight: bolder;
    margin-top: 6px;
    margin-bottom: 6px;
}

.ecomp-navbar .navbar-nav .nav-item .nav-link {
    color: rgb(100, 140, 174);
}

.ecomp-navbar .navbar-nav .nav-item .nav-link:hover {
    color: rgb(60, 144, 215);
}

.ecomp-navbar .navbar-nav .nav-item .nav-link-hot {
    color: rgb(232, 133, 45);
}

.ecomp-navbar .navbar-nav .nav-item .nav-link-hot:hover {
    color: rgb(232, 86, 45);
}

.ecomp-navbar .nav-components {
    position: absolute;
    padding: 2px 10px;
    right: 0;
    top: 2px;
}

.ecomp-navbar .nav-components .navbar-nav {
    flex-direction: row;
}

.ecomp-navbar .nav-components .navbar-nav .nav-item div {
    position: relative;
}

.ecomp-navbar .nav-components .navbar-nav .nav-item:not(:last-child) {
    padding-right: 8px;
}

.ecomp-navbar .nav-components .navbar-nav .nav-item:not(:last-child) div:after {
    position: absolute;
    right: -8px;
    top: 9px;
    height: 18px;
    content: "";
    border-left: 1px solid rgba(100, 140, 174, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.ecomp-navbar .nav-components .nav-link > i:first-child {
    font-weight: 600;
    font-size: 16px;
    padding-right: 10px;
}

.ecomp-navbar .nav-components i.cart-parts,
.ecomp-navbar .nav-components i.new-msg-count {
    padding: 0 4px;
    font-weight: 700;
    color: rgb(118, 182, 42);
    font-style: initial;
}

.ecomp-navbar .user {
}

.footer {
    padding: 0;
    border: none;
    background: none;
    position: relative;
}

.footer > .container {
    position: relative;
}

.footer .navbar-expand-md .navbar {
    min-width: 60%;
}

.ecomp-navbar-footer {
    margin-top: 0;
    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    font-size: 12px;
    min-height: 60px;
    /*border-bottom:0;*/
}

.ecomp-navbar-footer .logo-small {
    font-size: 12px;
    padding-top: 5px;
}

.ecomp-navbar-footer .logo-small img {
    padding: 10px 14px 10px 10px;
}

.ecomp-navbar-footer .logo-small span {
    color: #888;
    font-size: 11px;
}

.ecomp-footer-copyright {
    color: #888;
    font-size: 10px;
    padding: 4px;
    margin: 0;
}

.sidebar {
}

/* CARD */
.ecomp-card {
    font-size: 14px;
    padding: 0 !important;
    border-color: rgb(209, 230, 249);
}

.ecomp-card .card-title i:first-child {
    font-weight: 600;
    font-size: 28px;
    padding-right: 10px;
    color: rgb(60, 144, 215);
}

.ecomp-card .ecomp-list {
    padding-left: 20px;
    list-style: none;
}

.ecomp-card .ecomp-list li {
    position: relative;
    padding-bottom: 8px;
}

.ecomp-card .ecomp-list li::before {
    position: absolute;
    color: rgb(0, 125, 231);
    left: -20px;
    font-size: 6px;
    top: 8px;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.ecomp-card-search .card-body {
    cursor: default;
}

.ecomp-card-search .card-body a {

    margin-right: 8px;
    white-space: nowrap;
    color: rgb(78, 132, 8);
}

.ecomp-card-search .card-body a:hover {
    color: #94a87a;
    text-decoration: none;
}

.ecomp-card-category {
    position: relative;
}

.ecomp-card-category .card-body > div {
    min-height: 68px;
}

.ecomp-card-category .card-footer {
    font-size: 14px;
    padding: 4px 8px;
    color: #888;
}

.ecomp-card-category .card-footer span {

    font-weight: 700;
    font-size: 12px;
    color: rgb(118, 182, 42);
    padding-right: 8px;
}

.ecomp-card-category .card-body > img {
    position: absolute;
    left: 14px;
    top: 30px;
}

.ecomp-card-category .card-body {
    padding: 4px 4px 4px 80px;
}

.ecomp-card-category .card-body > div > a {
    font-weight: 600;
}

.ecomp-portlet {
    background-color: rgb(235, 242, 247);
    padding: 2px 10px;
    margin-top: 8px;
}

.ecomp-card-portlet .card-body {
    padding: 0 4px 8px 4px;
}

.ecomp-card-portlet .card-body a {
    color: rgb(78, 132, 8);
    text-decoration: underline;
}

.ecomp-card-portlet .card-body a:hover {
    color: #94a87a;
}

/* END CARD */

/* BUTTONS */
.transition, .ecomp-btn {
    transition: all 0.1s ease;
}

.section {
    padding: 2em;
    text-align: center;
}

.ecomp-btn {
    transition: all 0.1s ease;
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    border: 0;
    border-radius: 30px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.ecomp-btn:hover {
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    outline: none;
}

.ecomp-btn:active {
    transform: translateY(1px);
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15);
    outline: none;
}

.ecomp-btn:focus {
    outline: none;
}

.ecomp-btn--fluid {
    width: 100%;
    text-align: center;
}

.ecomp-btn-cart i {
    font-size: 18px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .ecomp-btn-cart {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }
}

.ecomp-btn--circle {
    border-radius: 50%;
    width: 47px;
    height: 47px;
    padding: 0;
}

.ecomp-btn--small {
    border-radius: 15px;
    padding: 0.5em 1em;
    font-size: 12px;
}

.ecomp-btn--small i {
    font-size: 16px;
    padding-right: 4px;
}

.ecomp-btn--large {
    font-size: 18px;
}

.ecomp-btn--large {
    font-size: 18px;
}

.ecomp-btn-cart--large {
    font-size: 18px;
    min-width: 200px;
}

@media (max-width: 767px) {
    .ecomp-btn-cart--large {
        width: 100%;
        max-width: 100%;
        font-size: 120%;
    }
}

.ecomp-btn-cart--large i {
    font-size: 22px;
    padding-right: 10px;
}

.ecomp-btn--fa {
    font-size: 22px;
}

.ecomp-btn--yellow {
    background-color: #c8a714;
    color: white;
}

.ecomp-btn--green {
    background-color: #739600;
    color: white;
}

.ecomp-btn--green-light {
    background-color: #e3eacc;
    color: #455a00;
}

.ecomp-btn--green-dark {
    background-color: #455a00;
    color: white;
}

.ecomp-btn--blue {
    background-color: #3C90D7;
    color: white;
}

.ecomp-btn--red {
    background-color: #E8562D;
    color: white;
}

.ecomp-btn--dropdown {
    padding-right: 3em;
}

.ecomp-btn--dropdown:before {
    content: "";
    right: 24px;
    top: 22px;
    width: 2px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    transform: rotate(-45deg);
}

.ecomp-btn--dropdown:after {
    content: "";
    right: 20px;
    top: 22px;
    width: 2px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    transform: rotate(45deg);
}

.ecomp-btn-group {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ecomp-btn-group__item {
    float: left;
}

.ecomp-btn-group__item:first-child .ecomp-btn {
    border-radius: 30px 0 0 30px;
}

.ecomp-btn-group__item .ecomp-btn {
    border-radius: 0;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ecomp-btn-group__item:last-child .ecomp-btn {
    border-radius: 0 30px 30px 0;
    border-right: 0;
}

.ecomp-btn-group__item input {
    display: inline-block;
    padding: 4px 4px 5px 10px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    width: 60px;
}

.ecomp-btn-group__item input, .ecomp-btn-group__item input:focus, .ecomp-btn-group__item input:active {
    outline: none;
}

.ecomp-btn-group__item input::-webkit-outer-spin-button, .ecomp-btn-group__item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ecomp-btn-group__item input[type=number] {
    -moz-appearance: textfield;
}

/* END BUTTONS */

/* PAGER */
.pager {
    margin-top: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    padding: 10px 15px;
}

.pager ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.pager ul li {
    display: inline;
    float: left;
    margin: 0 6px 0 0;
    color: #333
}

.pager ul li span {
    display: inline-block;
    padding: 4px 8px;
}

.pager ul li a {
    color: #3c90d7;
    display: inline;
    float: left;
    padding: 4px 8px;
    margin: 4px 0;
    border: solid 1px #e0e0ed;
    text-decoration: none;
}

.pager ul li a.active,
.pager ul li a:hover {
    color: #fff;
    background: #2473b7;
    border: solid 1px #2473b7;
}

.pager ul li a.next,
.pager ul li a.prev,
.pager ul li a.first-page,
.pager ul li a.last-page {
    border: 1px transparent;
    padding: 4px 4px;
}

.pager ul li a.next:hover,
.pager ul li a.prev:hover,
.pager ul li a.first-page:hover,
.pager ul li a.last-page:hover {
    background: none;
    color: #2473b7;
}

/* END PAGER */

/* NOTIFY */
.ecomp-notify.alert-warning button.close {
    color: rgb(133, 100, 4);
}

.ecomp-notify.alert-success button.close {
    color: rgb(21, 87, 36);
}

.ecomp-notify button.close {

    font-size: 1.25rem;
}

.ecomp-notify button.close,
.ecomp-notify button.close:focus,
.ecomp-notify button.close:active {
    outline: none;
    transition: 0.2s;
}

/* END */

/* ECOMP TABLE */

.ecomp-tbl {
    font-size: 80%;
}

.ecomp-tbl .row {
    margin: 0;
    padding: 0;
}

.ecomp-tbl .row-header {
    font-size: 100%
}

.ecomp-tbl .label {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecomp-tbl .row-header > div {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.03);
}

.ecomp-tbl .icon {
    font-size: 24px;
}

.ecomp-tbl {
    border: 1px solid rgb(209, 230, 249);
}

.ecomp-tbl > .row:not(:last-child) {
    border-bottom: 1px solid rgb(209, 230, 249);
}

.ecomp-tbl > .row:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.ecomp-tbl .row:not(:first-child) > div {
    padding-top: 10px;
    padding-bottom: 4px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .ecomp-tbl .row:not(:first-child) > div {
        max-height: 72px;
    }
}

.ecomp-tbl .row:nth-child(odd):not(:first-child) {
    background-color: rgb(235, 242, 247);
    transition: 0.5s;
}

.ecomp-tbl img.photo {
    width: 64px;
    height: 64px;
}

.ecomp-tbl b {
    font-weight: inherit;
    background-color: rgb(254, 255, 175);
}

/* END ECOMP TABLE */

/* SEARCH RESULTS*/

.ecomp-search-results-summary {
    padding: 4px 0;
}

/* END SERCH RESULTS*/

/* ECOMP REQUEST (CART) */
.ecomp-request-form .request-contacts {
    border: 1px solid rgb(209, 230, 249);
    background-color: rgb(235, 242, 247);
}

.ecomp-request .row-create > div:first-child input {
    text-transform: uppercase;
}

.ecomp-request > div.row > div > div {
    padding: 0;
    margin: 0;
}

/* END CART */

/* BREADCRUMB */
.ecomp-breadcrumb {

    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    font-size: 12px;
}

/* END BREADCRUMB */

/* CATEGORY LIST*/
.ecomp-category-list {
    font-size: 0.875rem;
    cursor: default;
    margin-bottom: 20px;
}

.ecomp-category-list .row > div > div {
    padding: 4px 0;
}

.ecomp-category-list .row > div > div:first-child {
    padding-top: 0;
}

.ecomp-category-list .row > div > div > span:first-child {

    display: inline-block;
    padding: 0 4px;
    min-width: 32px;
    font-size: 12px;
    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    color: #2473b7;
}

.ecomp-category-list .row > div > div > a {
    margin: auto 8px;
    text-decoration: underline;
}

.ecomp-category-list .row > div > div > span:last-child {
    display: inline-block;
    font-size: 12px;
    color: #648CAE;
}

.ecomp-category-list .row > div > div > span:last-child i {
    font-style: normal;
    padding-right: 4px;
    color: rgb(118, 182, 42);
    font-weight: bold;
}

/* END CATEGORY LIST */

/* DATASHEET */
.ecomp-datasheet-head .row {
    padding: 0;
    margin: 0;
}

.ecomp-datasheet-head .label {
    font-weight: bold;
}

.ecomp-datasheet-head .row:first-child img {
    width: 100%;
    max-width: 198px;
}

.ecomp-datasheet-head .head-summary > .row:first-child * {
    padding: 0;
    margin: 0;
}

.ecomp-datasheet-head .head-summary > .row:first-child {
    padding: 10px 8px;
}

.ecomp-datasheet-head .head-summary > .row:not(:last-child) {
    border-top: 1px solid rgb(209, 230, 249);
    border-left: 1px solid rgb(209, 230, 249);
    border-right: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-head .head-summary > .row:last-child {
    border-top: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-head .head-summary > .row > div:not(:first-child) {
    border-left: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-head .head-summary > .row:not(:first-child) > div {
    font-size: .875rem;
    padding: 4px 15px;
}

div.datasheet-link-wrapper a {
    font-size: 0.875rem;
}

div.datasheet-link-wrapper a i.fas {
    padding-right: 6px;
    font-size: 0.875rem;
}

/* number */
div.datasheet-link-wrapper a span {
    display: inline-block;
    padding-right: 6px;
}

div.datasheet-link-wrapper > span {
    display: inline-block;
    padding-left: 4px;
    font-weight: bold;
    font-size: 12px;
}

.ecomp-datasheet-spec {
    border: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-spec .label {
    font-weight: bold;
}

.ecomp-datasheet-spec .row {
    padding: 0;
    margin: 0;
}

.ecomp-datasheet-spec .row:first-child * {
    padding: 0;
    margin: 0;
}

.ecomp-datasheet-spec .row:first-child {
    padding: 15px 8px;
    margin: 0;
    background-color: rgb(235, 242, 247);
    border-top: none;
}

.ecomp-datasheet-spec > .row:not(:first-child) {
    border-top: 1px solid rgb(209, 230, 249);
    padding: 0;
    margin: 0;
}

.ecomp-datasheet-spec .row:not(:first-child) > div {
    padding: 4px 15px;
    font-size: .875rem;
}

.ecomp-datasheet-spec > .row:not(:first-child) > div:nth-child(odd) {
    background-color: rgb(235, 242, 247);
    border-right: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-spec > .row:not(:first-child) > div:nth-child(even):not(:last-child) {
    border-right: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-pager {
    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    padding: 0 0 15px 0;
}

.ecomp-datasheet-pager .carousel-control-next,
.ecomp-datasheet-pager .carousel-control-prev {
    width: 16px;
    background-color: #2473b7;
    top: -1px;
    bottom: -1px;
}

.ecomp-datasheet-pager .carousel-control-next {
    right: -1px;
}

.ecomp-datasheet-pager .carousel-control-prev {
    left: -1px;
}

.ecomp-datasheet-pager .thumb {
    border: 1px solid rgb(209, 230, 249);
    max-width: 100%;
}

.ecomp-datasheet-pager .link .number {
    font-size: 0.785rem;
}

.ecomp-datasheet-pager .link:hover {
    text-decoration: none;
}

.ecomp-datasheet-pager .current .thumb,
.ecomp-datasheet-pager .current .link {
    /*box-shadow: 0 0 2px #2473b7;*/
    border-color: #2473b7;
    color: #2473b7;
}

.ecomp-datasheet-pager .link:hover img {
    border-color: #739600;
    transition: 0.3s;
}

.ecomp-datasheet-pager .current .link:hover img {
    border-color: #2473b7;
}

.ecomp-nav {
    background-color: rgb(235, 242, 247);
    border: 1px solid rgb(209, 230, 249);
    font-size: 0.875rem;
}

.ecomp-nav .form-group {
    margin: 0;
}

.ecomp-datasheet-nav .nav-item .nav-link i {
    margin-right: 8px;
}

.ecomp-datasheet-keywords .nav-item span {
    padding: 4px 0;
    margin-right: 15px;
    margin-left: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecomp-datasheet-container {
    border: 1px solid rgb(209, 230, 249);
}

.ecomp-datasheet-container .row {
    margin: 0;
    padding: 0;
}

.ecomp-related-parts > .row:first-child > div:nth-last-child(1) {
    text-align: center;
}

.ecomp-related-parts > .row:not(:first-child) > div:nth-last-child(2) {
    text-align: center;
}

.ecomp-related-parts > .row:not(:first-child) > div:nth-last-child(3) a {
    white-space: nowrap;
}

.ecomp-related-parts > .row:not(:first-child) > div:nth-last-child(3) a:hover {
    text-decoration: none;
}

.ecomp-related-parts .no-datasheet {
    margin-left: 15px;
}

.ecomp-datasheet-summary {
    font-size: .875rem;
    height: 294px;
    overflow-y: scroll;
    border: 1px solid rgb(209, 230, 249);
    padding: 1em;
}

.ecomp-datasheet-links .nav-item {
    margin: 4px 8px;
}

.ecomp-datasheet-links .nav-link {
    padding: 4px 8px;
    background-color: #FFF;
    border: 1px solid rgb(209, 230, 249);
}

/* END DATASHEET */

/* ZOOM */
figure.zoom {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

/* END ZOOM */

/* FORM */
.ecomp-form {
    border: 1px solid rgb(209, 230, 249);
    background-color: rgb(235, 242, 247);
}

.ecomp-form input {
    font-size: .875rem;
}

.ecomp-form .form-group {
    position: relative;
}

.ecomp-form .form-group .invalid-feedback {
    position: absolute;
    text-align: right;
}

.ecomp-contact-form textarea {
    resize: none;
    min-height: 206px;
    font-size: .875rem;
}

.ecomp-request-form textarea {
    resize: none;
    min-height: 290px;
    font-size: .875rem;
}

/* END FORM */


/*

.price .card-body {
    border: 1px solid rgb(209, 230, 249);
    transition: 0.3s;
    font-size: 0.875rem;
}

.price .card-body:hover{
    background-color: rgb(235, 242, 247);
}

.price .card-body ul {
    min-height: 15rem;
}

.price .card-body.active {
    background-color: rgb(235, 242, 247);
}

.price .card-body .card-price{
    font-size: 2em;
}
*/

section.pricing {
    /*background: #007bff;*/
    /*background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
    border: none;
}

.pricing .card-body {
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    border: 1px solid rgb(209, 230, 249);
}

.pricing .card-body ul,
.pricing .card-body .form-check {
    min-height: 20rem;
}

.pricing .card-body .form-check {
    padding: 0;
    margin: 0;
}

.pricing .card-body .form-check input {
    cursor: pointer;
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .card {
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card-body:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card-body:hover .btn {
        opacity: 1;
    }
}

#priceFormModal .modal-content {
    border-radius: 0;
}

#priceFormModal .close:active,
#priceFormModal .close:focus {
    outline: none;
}

#priceFormModal textarea {
    resize: none;
}

#priceFormModal .modal-header,
#priceFormModal .modal-footer {
    border: none;
}

#priceFormModal form,
#priceFormModal input {
    font-size: 0.875rem;
}

#priceFormModal .modal-title:first-letter {
    text-transform: uppercase;
}

/* ecomp list group */
.ecomp-list-group * {
    border-radius: 0 !important;
    border-color: rgb(209, 230, 249);
}

/* language bar*/

.language-bar {
    position: absolute;
    top: -21px;
    right: 25px;
    cursor:default;
}

.language-bar > li {
    display: inline;
}