/* Minification failed. Returning unminified contents.
(631,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* REMOVE RESPONSIVNESS */
.container {
    width: 1170px!important;
}

nav {
   min-width: 1170px!important;
}

a {
    color : #233772;
}


.modal-lg {
width: 700px;
}

.modal-body img {
    max-width: 100%;    
    max-height: 800px;
}

body {
  /*color: #232429;*/
    color: #18191B;
    background-color: #ecebeb;
    font-family: 'NexaBold';
    font-size: 11px;
}

h2 {
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform:uppercase;
    font-family:'NexaHeavy';
    font-size: 22px;
}

#catalogHeader {
    margin-bottom: 30px;
}

.modal label {
    color: #FFF;
}

.form-control {   
    font-size: 14px;
    border: 0px solid #dcdcdc;
    border-radius: 0px;
}

.modal-header>img {
    height: 100%;
}

#ajaxLoading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 20px;
    width: 500px;
    margin: auto;    
}

.progress-bar {
    background-color: #233772;
}

/*
#brandBtn>img:hover {
    content:url("/images/buttonsOver/button1.png");
}

#yearsBtn>img:hover {
     content:url("/images/buttonsOver/button2.png");
}

#fomarBtn>img:hover {
     content:url("/images/buttonsOver/button3.png");
}
#wvaBtn>img:hover {
     content:url("/images/buttonsOver/button4.png");
}

#diameterBtn>img:hover {
     content:url("/images/buttonsOver/button5.png");
}

#rivetBtn>img:hover {
     content:url("/images/buttonsOver/button6.png");
}

#sizeBtn>img:hover {
     content:url("/images/buttonsOver/button7.png");
}

#translationBtn>img:hover {
     content:url("/images/buttonsOver/button8.png");
}

#printBtn>img:hover {
     content:url("/images/buttonsOver/button9.png");
}

#clearFiltersBtn>img:hover {
     content:url("/images/buttonsOver/button10.png");
}
*/

.filterButtons>a {
    float: left;
    border-right: #3d5396 1px solid;
}

#sizeBtn {
     border-right: none;
}

#translationBtn, #printBtn, #clearFiltersBtn {
     float: right;
       border-right: none;
}





.page-count, .page-nav {
    text-align: center;
    font-size: 12px;
}

.page-count {
    color: #999999;
        line-height: 1.4;
    margin-top: 30px;
}

.page-info {
    font-size: 10px;
    color: white;
    padding: 3px;
    margin-top: -18px;
}








thead {
    border-bottom: 2px solid #dcdcdc;
    background-color: #FFF;
}

.table>thead>tr>th {
    text-align: center;   
    border-right: 1px solid #dcdcdc; 
        padding: 5px;
          vertical-align: middle;
}     


.table>tbody>tr>td {
   
}

.table>tbody>tr>td.description {
    min-width: 50px;
}


thead > tr > th.rivetsQuantity {
     border-right: none; 
}


tbody {
    color: #232429;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

tbody>tr>td.brand, tbody>tr>td.setId, tbody>tr>td.fomarId {
    font-family: 'NexaHeavy';
     color: #232429;
     font-size:11px;
}




/* Stripped table */



table {
background-color: #E9ECF4;
}

.table-striped>tbody>tr {
    background-color: #fbfbfb;
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f6f5f5;
}

.table-striped>tbody>tr>td.setId {
    background-color: #bbc7eb;
}
.table-striped>tbody>tr:nth-child(odd)>td.setId {
    background-color: #a4b3e1;
}
.table-striped>tbody>tr>td.fomarId {
    background-color: #ced1dd;
}
.table-striped>tbody>tr:nth-child(odd)>td.fomarId {
    background-color: #c1c6dc;
}

.table>tbody>tr>td {
    padding: 15px 5px;
    border-top: none;
    border-right: 1px solid #dcdcdc;
    white-space: nowrap;
    min-width: 40px;
}

.table>tbody>tr>td.rivetsQuantity {
    border-right: none;
}

.table>tbody>tr>td.description, .table>tbody>tr>td.model, .table>tbody>tr>td.brand {
     white-space: normal;
}




#tableHeader {
    width: 100%;
    height: 72px;
    padding: 0px;
    vertical-align: top;
}

/* New STYLE MODAL */
.btn-remove:hover {
        /*background-color: #e0e0e0;*/       
        background-image:url("/Images/remove_btn_hover.jpg") ;
        width:71px;
        height:42px;
}

.btn-apply:hover {
      /*background-color: #283e80;*/
       background-image:url("/Images/apply_btn_hover.jpg") ;
        color: #FFF;
        width:110px;
        height:42px;
}

.btn-apply {
    /*background-color: #233772;*/
    background-image:url("/Images/apply_btn.jpg") ;
    color: #FFF;
    width:110px;
        height:42px;
}
.btn-remove {
      /*background-color: #d3d3d3;*/
      background-image:url("/Images/remove_btn.jpg") ;
      width:71px;
        height:42px;
}
.btn {   
    padding: 14px 15px;
    font-size: 14px;    
    border: none;
    border-radius: 0px;
    margin-left: 10px;
    font-family: 'NexaHeavy';
    text-transform: uppercase;

}


.modal-header .close {
    margin-right: 3px;
}

label {
    font-size: 14px;
}

.modal-content {
    position: relative;
    background-color: #ecebeb;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.3);
    box-shadow: 0 3px 9px rgba(0,0,0,.3);
    padding: 0;
}

.modal-header {
    height: 70px;
    padding: 15px 25px;
    background-color: #233772;
    border-bottom: none;
}

.modal-header>img, .modal-header>p {

    float: left;
}

.modal-header>p {
    padding: 8px 15px;
    font-size: 18px;
    font-family: 'NexaHeavy';
    color:#FFF;
}



.modal-footer {
    padding: 15px 25px;
    background-color: #ecebeb;
    border-top: none;
}

.modal-body {
    padding:  15px 25px 0px 25px;
}

input.filter {
    margin-bottom: 3px;
}

.modal-content.details {
    background-color: white;
    border:none;
}

.modal-header.details {
    padding: 13px;
}

.modal-footer.details {
    background-color: #233772;
    background-image: none;
    color: white;
    font-size: 10px;
    text-align: left;
}

.close {
color: #FFF;
text-shadow: 0 1px 0 #FFF;
opacity: .7;
}



/* DETAILS */
.details-values {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.details-values p {
    line-height: 1.2em;
     font-family: 'NexaHeavy';
    font-size: 14px;
    position:absolute;
    margin:0;
    color: black;
}

#details-wva {
    top: 22.5%;
    left: 82%;
    font-family: 'Arial';
    font-family: 'NexaBold';
    font-size: 16px;
    color: #38498B;
}

#details-id {
     top: 22.5%;
    left: 5.5%;
    font-family: 'NexaBold';
    font-size: 16px;
    color: #FFF;
}
#details-application {
    top: 10%;
    left: 3%;
    right: 3%;
    text-align: center;
    font-family: 'NexaHeavy';
    font-size: 13px;
    margin-top: 15px;
}
#details-drum-diam {
    bottom: 8.19%;
    left: 78.01%;
}
#details-inside-len {
   bottom: 34%;
    left: 55.01%;
}
#details-outside-len {
   bottom: 93.5%;
left: 47.01%;
}
#details-rivets {
  bottom: 26.19%;
left: 78.01%;
}
#details-rivets-quantity {
bottom: 17.19%;
left: 78.01%;
}
#details-thick1 {
bottom: 11.5%;
left: 20%;
}
#details-thick2 {
    bottom: 51.5%;
    left: 89.71%;
}
#details-thick3 {
    bottom: 42.5%;
    left: 68.71%;

}

#details-width {
bottom: 23.5%;
left: 8.71%;
}





.fomarIdValue>a {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    font-size:9px;
}

.id>a {
    text-decoration: underline;
    font-weight: bold;
    color: black;
    font-size:9px;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 2px;
}


table.translation-table {
    margin-bottom: 0px;
}

.translation-table {
    border: none;    
}
.translation-table > tbody >tr > td  {
    border-bottom: 1px solid #ecebeb;
     border-top: none;
      border-left: none;
       border-right: none;
       background: white;
}


.table.translation-table>tbody>tr>td {
    padding: 8px 5px;
}
.translation-table td {
    padding-top:2px;
    padding-bottom:2px;
    padding-right:5px;
    padding-left:5px;
    font-size: 9pt;
}
.translation-table .label-tr {
    visibility:visible;
    font-weight:700;
}
.translation-table .l1 {
    display:table-cell;
}
.translation-table .l2 {
    display:none;
}
.translation-table .l3 {
    display:none;
}
.translation-table .l4 {
     display:none;
}
.translation-table .l5 {
    display:none;
}
.translation-table .l6 {
    display:none;
}
.translation-table .l7 {
    display:none;
}
.translation-table .l8 {
    display:none;
}
.translation-table .l9 {
    display:none;
}
.translation-table .l10 {
    display:none;
}







@font-face {
    font-family: 'NexaHeavy';
    src: url("/fonts/NexaHeavy.otf");
    src: url("/fonts/NexaHeavy.otf?#iefix") format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NexaBold';
    src: url('/fonts/Nexa-Bold.otf');
    src: url('/fonts/Nexa-Bold.otf?#iefix') format('opentype');
    font-weight: normal;
    font-style: normal;
}








.navbar {
    background-image: url("/Images/navbarbackground.png");
    border: none;
    margin-bottom: 30px;
    border-radius: 0px;
}

.navbar>.container .navbar-brand {
  padding: 10px 10px;
  height: 60px;
  margin:0px;
}

.navbar-brand>.logo {
  height:100%;
  width:auto;
}




.footer-container {
    background-color: #232429;
}

#footer a {
    color: #777;
    text-decoration: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenter > p {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #515259;
    font-weight: bold;
    font-size: 14px;
}



.tooltip {
  font-family: "NexaBold";
}

.tooltip.top .tooltip-arrow {
    border-top-color: #5d6164;
}

.tooltip-inner {
    background-color: #5d6164;
    white-space: nowrap;
}
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;

}







.navbar-right {
    float: right!important;
}

.navbar-header {
    float: left!important;
}

#navbar>.nav>li>a {
    color: #FFF;
    line-height: 30px;
   font-size: 16px;
}

#navbar>.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #FBFBFB;
      color: #233772;
}



/*  PRINTER STYLE */
.printed .table>tbody>tr>td {
    padding: 8px 2px;
    font-family: "Arial";
    font-size:10px;
}

.printed .table>thead>tr>th>div>img {
    height: 30px;
}


.printed .modal-header {
    height: 40px;
} 

.printed .modal-header>p {
    padding:0px;
}

.printed #details-id {
    color:#FFF;
}

.printed #detailsModalPrintable {
    padding-left: 80px;
    padding-right:80px;
}

.close {
    font-size: 34px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #232429;
}

.dropdown-menu > li > a {
    color: #C5C5C5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #233772;
}


@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
         margin-right: 5px;
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin: 2px 0 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
}

.navbar-nav>li {
    float: left;
}
