/*body.GBAApplication{}*/
.GBAApplication {
  font-family: Lato;
  font-size: 14px;
  font-style: normal; }

.GBAanchorBtn {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #31b0d5;
  color: white;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #269abc;
  border-right: 1px solid #269abc;
  border-bottom: 1px solid #269abc;
  border-left: 1px solid #269abc;
  margin: 0; }

.GBAanchorBtn > a:before {
  content: " ";
  font-family: '';
  text-decoration: none; }

.GBAanchorBtn > a.active a:before {
  content: " ";
  font-family: '';
  text-decoration: none; }

.gbaHeader {
  font-size: 32px;
  font-weight: bold;
  font-family: Lato; }

.gbaSubHeader {
  font-size: 20px;
  font-family: Lato;
  font-style: italic; }

.gbaSubHeader1 {
  padding-top: 10px;
  font-family: Lato;
  font-size: 20px;
  text-align: left;
  line-height: 1.5rem;
  margin-left: 15%;
  margin-right: 15%;
  font-style: italic; }

.divLLeftGBA {
  float: left;
  width: 40%;
  margin-left: 10%;
  line-height: 1.5rem; }

.spanLeftMain {
  font-family: Lato;
  font-size: 18px; }

.spanLeftCenter {
  font-family: Lato;
  font-size: 13px;
  font-weight: bold; }

.spanLeftBottom {
  font-family: Lato;
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px; }

.divLRight {
  float: left;
  width: 40%;
  background-color: #FFFFFF;
  border: 2px solid #CECECE;
  margin-left: 5%;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.spanRightMain {
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  float: left;
  margin-right: 12%;
  margin-left: 5%;
  margin-bottom: 5%; }

.gbaRow {
  padding-top: 15px;
  width: 1100px;
  background-color: #F8F8F8;
  height: 586px; }

.gbaDivHeader {
  width: 100%;
  text-align: center; }

.gbaPageHomeDDL {
  margin-left: 35%;
  margin-right: 35%;
  padding-top: 20px; }

.gbaS1Main {
  padding: 25px;
  width: 1100px;
  background-color: #F8F8F8;
  font-family: Lato;
  font-size: 14px;
  font-style: normal; }

.gbaresultTable {
  border-collapse: separate;
  font-family: Lato;
  border: 0 !important;
  background: none !important;
  border-spacing: 0 0.5em;
  width: 100%;
  padding: 0; }

.gbaresultTableth {
  font-size: 11px;
  font-family: Lato;
  color: #767676;
  font-weight: normal; }

.gbaresultTabletr {
  border-collapse: collapse;
  background-color: #FFFFFF !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.gbaresultTabletd {
  font-size: 14px;
  text-align: left;
  color: #333333;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  border-right: 1px solid #F8F8F8;
  border-left: 1px solid #F8F8F8;
  background-color: #E8EEF5;
  width: 103px; }

.gbaresultTableFirstColumn {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  color: #333333;
  width: 103px;
  height: 35px; }

.gbaresultTableButtonCol {
  font-size: 14px;
  text-align: left;
  color: #333333;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  border-right: 1px solid #F8F8F8;
  border-left: 1px solid #F8F8F8;
  width: 135px; }

.gbaresultTableButtonVP {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  color: #333333;
  width: 103px;
  height: 35px;
  padding: 5px; }

.gbaresultTableButtonEmail {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  color: #333333;
  width: 103px;
  height: 35px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 0px; }

.gbaresultTabletd > td.continer {
  height: 34px; }

.gbaresultTabletr > tr.container {
  height: 45px; }

.accordion {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  font-size: 100%; }

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0px !important;
  margin-top: 2px; }

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #0C4E76;
  padding: .5rem;
  display: block;
  font-family: "Lato",Helvetica,Roboto,Arial,sans-serif;
  font-size: 14px;
  text-decoration: none; }

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  border: 1px solid #204d74;
  background: #0C4E76;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none; }

.accordion:before, .accordion:after {
  content: " ";
  display: table; }

.accordion:after {
  clear: both; }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: bold;
  color: #0C4E76;
  text-decoration: none; }

.accordion .accordion-navigation.active > a:hover, .accordion dd.active > a:hover {
  border: 1px solid #204d74;
  background: #0C4E76;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none; }

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem; }

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: white; }

.accordion .accordion-navigation a:before {
  content: "\e62d";
  padding-right: rem-calc(5);
  font-family: 'good-oatmeal-v2';
  text-decoration: none;
  padding-right: 5px; }

.accordion .accordion-navigation.active a:before {
  content: "\e62c";
  font-family: 'good-oatmeal-v2';
  text-decoration: none;
  padding-right: 5px; }

/*ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }*/
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }

.tabs:before, .tabs:after {
  content: " ";
  display: table; }

.tabs:after {
  clear: both; }

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left; }

.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem; }

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1; }

.tabs dd.active a, .tabs .tab-title.active a {
  background-color: white;
  color: #222222; }

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table; }

.tabs-content:after {
  clear: both; }

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%; }

.tabs-content > .content.active {
  display: block;
  float: none; }

.tabs-content > .content.contained {
  padding: 0.9375rem; }

.tabs-content.vertical {
  display: block; }

.tabs-content.vertical > .content {
  padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.GBAbtnEmailALL {
  text-align: center;
  color: #FFFFFF;
  background-color: #0C4E76;
  border-color: #204d74;
  width: 145.87px;
  height: 39.83px;
  font-size: 15px;
  font-weight: Bold;
  font-family: Lato;
  padding: 0;
  /*padding-top:11.09px;
    padding-right:15.91px;
    padding-left:16.96px;
    padding-bottom:10.74px;*/ }

.GBAbtnPrevious {
  color: #0C4E76;
  border: 2px solid #0C4E76;
  background-color: #F8F8F8;
  width: 143.87px;
  height: 39.83px;
  font-size: 16px;
  font-weight: Bold;
  font-family: Lato;
  padding: 0;
  /*padding-top:10.09px;
    padding-right:39.31px;
    padding-left:41.56px;
    padding-bottom:10.74px;*/ }

.GBAbtnViewProduct {
  color: #FFFFFF;
  background-color: #0C4E76;
  border: 2px solid #204d74;
  width: 107px;
  font-size: 11px;
  height: 35px;
  font-family: Lato;
  padding: 0;
  /*padding-top:11.39px;
    padding-right:22.68px;
    padding-left:20.18px;
    padding-bottom:9.57px;*/ }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #aeaeae;
  box-shadow: inset 0 0 10px 0 #dedede;
  cursor: default;
  opacity: 1; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #f1f1f1 !important;
  color: #aeaeae; }

.GBAbtnEmail {
  color: #0C4E76;
  border: 2px solid #0C4E76;
  background-color: #F8F8F8;
  width: 107px;
  font-size: 11px;
  height: 35px;
  font-family: Lato;
  padding: 0; }

.GBAbtnViewProduct:hover, .GBAbtnViewProduct:focus {
  background-color: #0C4E76 !important; }

.GBAbtnEmail:hover, .GBAbtnEmail:focus {
  background-color: #F8F8F8 !important;
  color: #0C4E76; }

.GBAbtnEmailALL:hover, .GBAbtnEmailALL:focus {
  background-color: #0C4E76 !important; }

.GBAbtnPrevious:hover, .GBAbtnPrevious:focus {
  background-color: #F8F8F8 !important;
  color: #0C4E76; }

/*.GBAbtnViewProduct.disabled:hover, .GBAbtnViewProduct.disabled:focus, .GBAbtnViewProduct[disabled]:hover, .GBAbtnViewProduct[disabled]:focus, .GBAbtnViewProduct.disabled:hover, .GBAbtnViewProduct.disabled:focus, .GBAbtnViewProduct[disabled]:hover, .GBAbtnViewProduct[disabled]:focus
{
    background-color: #A7A7A7; 
}*/
.GBAbtnPrevious.disabled, GBAbtnPrevious[disabled], .GBAbtnPrevious[disabled] {
  background-color: #A7A7A7;
  border-color: #A7A7A7; }

.rowselected {
  background-color: #DBE6F0 !important;
  border: 1px solid #97BBE5;
  font-size: 14px;
  text-align: left;
  color: #333333;
  height: 32.72px; }
  .rowselected td {
    background-color: inherit; }

.bhtable {
  font-family: Lato;
  border: 0 !important;
  background: none !important;
  width: 100%;
  padding: 0;
  color: #767676;
  border-collapse: separate;
  border-spacing: 0 0.3em; }

.bhtableHeader {
  font-size: 12px;
  font-family: Lato;
  color: #767676;
  font-weight: normal;
  background-color: white; }

.bhtablerow {
  font-size: 14px;
  text-align: left;
  color: #333333;
  border-color: #E8EEF5;
  background-color: #FAFCFE;
  border: 1px solid #E8EEF5;
  height: 32.72px; }

.hidePopUp-bg {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
  bottom: 0px;
  display: none;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1004; }

.select {
  width: 100% !important; }

/*# sourceMappingURL=GeneralBearingSelector-Application.css.map */