html,
body {
    height: 100%;
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #444;
    overflow-x: hidden;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    overflow-x: hidden;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.footer {
    height: 60px;
    background: #0a5dae;
    color: #fff;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}



.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #0a5dae;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/* .articles-grid p {
    min-height: 10rem;
} */

.articles-navbar {
    display: flex;
}

.article-gallery .flexi-nav {
  margin: 20px 0 30px;
  text-align: center;
}

.article-gallery .flexi-nav>li a {
  width: 80%;
  max-width: 85px;
  margin: 0 auto;
  padding: 8px;
  display: block;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 3px;
  opacity: .8;
}

.article-gallery .flexi-nav>li a:hover,
.article-gallery .flexi-nav>li a:focus,
.article-gallery .flexi-nav>li a:active {
  opacity: 1;
  border-color: #DDDDDD;
}

.article-gallery .flexi-nav>li a img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  text-align: center;
}

.article-gallery .flexi-nav>li.active a {
  opacity: 1;
  border-color: #DDDDDD;
}

.article-gallery .related-products .title {
  margin-bottom: 80px;
}



.specifications-table thead tr th {
  position: relative;
}
.specifications-table tbody tr td {
  padding: 5px 0;
  font-size: 12px;
}
.specifications-table .filter-options {
  list-style-type: none;
  position: absolute;
  margin: 0;
  display: none;
  padding: 2px;
  background-color: #facb35;
  left: 0;
  width: 100%;
  margin-top: 5px;
}
.specifications-table .filter-options.show {
  display: block;
}
.specifications-table .filter-options .search-field {
    width: 100%;
    border: none;
    padding: 3px 5px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
}
.specifications-table .toggle-filter-table,
.specifications-table .toggle-filter-table.active,
.specifications-table .toggle-filter-table:focus,
.specifications-table .toggle-filter-table:active,
.specifications-table .toggle-filter-table:hover {
    padding: 5px;
    background-color: transparent !important;
    box-shadow: none;
}
.specifications-table .toggle-filter-table i {
    color: #adacac;
    font-size: 14px !important;
}
.specifications-table .toggle-filter-table.active i {
    color: #932aad;
}

.specifications-table .select-item {
    position: relative;
    display: inline-block;
    left: 5px;
    height: 100%;
    border: none;
    margin: 0;
    margin-right: 15px;
    padding: 3px;
    line-height: 0;
}
/* .specifications-table .select-item i {
  font-size: 12px !important;
} */
.select-item.active i {
  transform: rotate(45deg);
}
.select-item.active {
  background-color: #a33db7 !important;
}
.specifications-table .select-item .arrow {
  left: -6px;
}
.specifications-table .select-item .arrow:before,
.specifications-table .select-item .arrow:after {
  background-color: #d6d6d6;
}
.specifications-table .select-item.active .arrow:before,
.specifications-table .select-item.active .arrow:after {
  background-color: #facb35;
}

.specifications-table.table tbody tr td:hover .select-item .arrow:before,
.specifications-table.table tbody tr td:hover .select-item .arrow:after {
  background-color: #FFF;
}
.specifications-table .select-item .arrow:before {
  transform: rotate(0deg);
}
.specifications-table .select-item .arrow:after {
  transform: rotate(90deg);
} 
.specifications-table .select-item.active .arrow:before {
  transform: rotate(-45deg);
}
.specifications-table .select-item.active .arrow:after {
  transform: rotate(45deg);
}


.table .highlight {
  background-color: #facb35;
}

.filters-articles div.filter-area {
  margin-bottom: 10px;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 5px;
}
.filter-area .tolerance {
  display: flex;
  font-size: 12px;
  background-color: white;
  margin: 0 0 10px 0;
  border-radius: 5px;
  padding: 3px 7px;
}
.filter-area .tolerance input {
  font-size: 12px;
  margin: 0 10px;
  padding: 0;
  height: auto;
  line-height: 0;
}
.filters-articles label {
  font-weight: 700;
  color: #0a5dae;
}
.filters-articles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filters-articles ul li {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
}
.filters-articles ul li input {
  padding: 3px;
  font-size: 12px;
  height: auto;
  line-height: 1em;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.filters-articles ul li input::-webkit-input-placeholder {
  font-size: 12px !important;
}
.filters-articles ul li input::-moz-placeholder {
  font-size: 12px !important;
}
.filters-articles ul li input:-ms-input-placeholder {
  font-size: 12px !important;
}
.filters-articles ul li input::-ms-input-placeholder {
  font-size: 12px !important;
}
.filters-articles ul li input::placeholder {
  font-size: 12px !important;
}
.filters-articles ul li .form-group {
  padding: 0;
  margin: 0;
}
/* .filters-articles ul li.filter-value {
  width: 32%;
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 3px;
  min-height: 31px;
}
.filters-articles ul li.filter-tolerance {
  background-color: #FFF;
  font-size: 12px;
  width: 32%;
  display: inline-flex;
  margin-right: 3px;
  min-height: 31px;
}
.filters-articles ul li.filter-name {
  background-color: #FFF;
  font-size: 12px;
  width: 30%;
  min-height: 31px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
} */

.filters-articles ul li {
  width: calc(33.3% - 3px);
  margin-right: 3px;
}

.filters-articles ul li.filter-tolerance {
  position: relative;
}
.filters-articles ul li.filter-tolerance input {
  padding-left: 20px;
  padding-right: 20px;
}

.filter-item-hint {
  position: absolute;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  left: 10px;
  top: 7px;
}
.filter-item-hint:last-child {
  right: 10px;
  left: auto;
}

.filters-articles ul li.filter-button {
  width: 100%;
}
.filters-articles ul li select {
  font-size: 12px;
  padding: 2px;
  height: auto;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.filters-articles #otherFilters {
  border: 1px solid #38a8b3;
  border-radius: 5px;
  padding: 5px;
}
.filters-articles #otherFilters .filter-area:last-of-type {
  margin-bottom: 0;
}

.table-articles-filtered table tr td {
  font-size: 12px;
  padding: 5px;
}
.table-articles-filtered table tr td:first-child {
  width: 5%;
}
.table-articles-filtered table tr td form.selectArticle {
  
}
.table-articles-filtered table tr td:first-child button {
  margin: 0;
}
.table-articles-filtered table tr td:first-child button i {
  font-size: 12px !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

a, .btn-link {
  color: #0a5dae
}

.accent-color {
  color: #0a5dae !important;
}
.text-white.accent-color, .text-white .accent-color {
  color: #fff !important;
}

a:hover, a:focus, .btn-link:hover {
  text-decoration: none;
  color: #087cee;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0a5dae !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #e9f2fb;
}
.dropdown-item.active a, .dropdown-item:active a {
  color: #fff;
}

.dropdown .btn-link {
  margin-right: 1rem;
}
.dropdown .btn-link:last-child {
  margin-right: 0;
}

.btn {
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .054em;
  font-weight: 700;
  font-size: 11px;
  padding: .62em 1.24em;
  border-radius: 0;
}

.btn:focus, .btn.focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #0a5dae;
  border-color: #0a5dae;
}

.btn-primary:hover {
  background-color: #087cee;
  border-color: #087cee;
}

.btn-info {
  background-color: #7693b0;
  border-color: #7693b0;
}

.btn-info:hover {
  background-color: #85add4;
  border-color: #85add4;
}

.btn.btn-link {
  padding-left: 0;
  padding-right: 0;
}



.page-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.navbar-brand {
  font-family: 'Times New Roman', Times, serif;
  color: #444;
}

.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white  .h1, .text-white .h2, .text-white .h3,
.text-white  .h4, .text-white .h5, .text-white .h6,
.text-white .navbar-brand {
  color: #fff;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(255,255,255,0.0);
  border: 0;
  z-index: 10000;
  transition: .5s;
}

.scrolled-down.in-catalog .navbar-fixed-top {
  top: -50px;
}


.navbar-brand {
  color: #0a5dae !important;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}

.navbar-nav li a,
#main-navbar .nav-link {
  color: #444 !important;
}

.navbar-nav li a,
#main-navbar .nav-link,
.article-item-title,
.dropdown .btn-link,
.dropdown-item a {
  text-transform: uppercase;
  letter-spacing: .054em;
  font-weight: 700;
  font-size: 11px;
}

.dropdown-item a {
  font-weight: 500;
  color: #444;
}


.navbar-nav li a:hover {
  color: #0a5dae !important;
}

.nav-link.logout:before {
  content: "\f08b";
}

.login .nav-link:before {
  content: "\f090";
}
.nav-link.logout:before,
.login .nav-link:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-rendering: auto;
}

#main-navbar .login .nav-link {
  color: #0a5dae !important;
  transition: .2s;
}

#main-navbar .login .nav-link:hover {
  color: #227ad1 !important;
}


.page-header {
  top: 0;
  position: fixed;
  padding-top: 48px;
  padding-bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9000;
  /* background-attachment: fixed; */
  transition: .5s;
}

.page-header.not-catalog {
  padding-bottom: 0;
}

.scrolled-down.in-catalog .page-header {
  /* top: -40px; */
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-header:before {
  content : '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}


.page-header .container {
  z-index: 3;
  position: relative;
}

.row-title {
  margin-bottom: 30px;
  text-align: center;
}


.main-content {
  padding-top: 48px;
}
.in-catalog .main-content {
  padding-top: 95px;
}
.main-content > .container {
  margin-top: 30px;
}


.article-item {
  text-align: center;
  margin-bottom: 30px;
}

.article-item-title {
  margin-top: 10px;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.divizie-item-title {
  font-size: 23px;
  text-transform: unset;
  font-family: 'Times New Roman', Times, serif;
}

.article-item-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.4%;
}

.article-item-image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(10, 93, 174, 0.13);
  background: #fff;
}

.article-item-image img {
  transition: .38s;
  border: 0;
  border-radius: 0;
  padding: 0;
  height: calc(100% - 30px);
  margin: 15px auto 0 auto;
  width: auto;
}

.article-item-image:hover img {
  transform: scale(1.07) rotate(3deg);
}


.article-gallery,
.article-gallery .tab-content,
.article-gallery .tab-content .tab-pane .product-page-image {
  height: 100%;
}
.article-gallery .tab-content .tab-pane {
  height: calc(100% - 100px);
}
.product-page-image {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.product-page-title {
  font-size: 23px;
  text-transform: uppercase;
}


.table {
  border: 1px solid #eeedec;
  color: #444;
}

.table thead tr {
  background: #eeedec;
}

.table thead th {
  border: 0;
  font-size: 15px;
  color: #777;
}

.table tbody {
  font-size: 13px;
}

.table th, .table td {
  padding: 0.5rem;
  border-color: #eeedec;
}

.btn-in-table {
  padding: 5px !important;
  display: inline-block;
  line-height: 1;
}

.btn-send-to-b2b.btn-in-table {
  margin-left: 5px;
}

.btn-in-table i {
  font-size: 15px;
}

form.no-fields {
  display: inline-block;
  vertical-align: middle;
}


.card {
  border-radius: 0;
}

.card-header {
  background-color: #eeedec;
  border-color: #eeedec;
}

.dropdown-item {
  padding: 0;
}

.dropdown-item a {
  display: block;
  padding: 0.25rem 1.5rem;
}


@media (min-width: 1344px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1600px;
    width: 100%;
  }
}


@media (max-width: 767px) {

  .navbar-fixed-top {
    border: 1px solid rgba(10, 93, 174, 0.13);
  }
  .navbar-brand {
    font-size: 20px;
  }
  .navbar-expand > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header {
    top: auto;
    bottom: 0;
    padding-top: 10px;
  }

  .scrolled-down.in-catalog .page-header {
    /* padding-bottom: 45px; */
  }

  .in-catalog .main-content {
    padding-top: 42px;
  }

  .btn-cautare-avansata {
    display: block;
    text-align: center;
  }
  .page-header .dropdown-toggle:after {
    transform: rotate(180deg);
  }

  .articles-navbar {
    white-space: nowrap;
  }

  .divizie-item-title {
    font-size: 15px;
  }

  .article-item p {
    font-size: 13px;
    line-height: 1.3;
  }

  .page-header .dropdown-menu.show {
    position: fixed !important;
    bottom: 75px;
    top: auto !important;
    transform: none !important;
  }

}