.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 100px !important;
}

.logosize {
  max-width: 140px !important;
  max-height: 280px !important
}

.logo-container::before {
  content: '';

  position: absolute;

  top: 15px;
  left: 0px;
  height: 150px !important;

  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }
  
  .header .logo-container {
	  height:70px;
  }

  .header {
    height: 63px !important;
    position: fixed;
  }
  .tabbable.responsive .nav-pills li {
    background-color: #d63a29 !important;
  }
}
.nav-tabs {
    margin-top: 28px !important;
    font-size: 0;
}
body .btn-primary, body .btn-secondary {
    background-color: #d63a29 !important;
	border-color: #d63a29 !important;
}

.nav-pills > .active a, .nav-pills > .active a:hover, .nav-pills > .active a:focus {
    background-color: #d63a29 !important;
}
ol.acc-wizard-sidebar li.acc-wizard-active::before {
    background: #d63a29 none repeat scroll 0 0  !important;
}

.acc-wizard-active .acc-wizard-sidebar li.acc-wizard-active, ol.acc-wizard-sidebar li.acc-wizard-active a {
    color: #586067;
	border-color:#d63a29;
}
.panel-title {
    color: #586067;
}
.tabs-primary li.active a, .tabs-primary li.active a:hover, .tabs-primary li.active a:focus {
    border-top-color: #d63a29;
    color: #d63a29;	
}
body .btn-primary:hover, body .btn-secondary:hover {
    border-color: #d63a29 !important;
    background-color: #0099e6;
}
.logo {
    padding-top: 5px  !important;
}
h3 {
    color:  #586067;
}
h4 {
    color:  #586067;
}

body .btn-primary:active, body .btn-secondary:active, body .btn-primary:focus, body .btn-secondary:focus {
    border-color: #d63a29 !important; 
    background-color: #0077b3;
}

@media only screen and (max-width:460px) {
  .content-body {
    padding: 8px 10px
  }
 .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media only screen and (max-width:400px) {
 .SelectItem {
    width: 130px;
    height: 130px;
  }
 .SelectItem img {
    width: 130px;
    height: 130px;
  }
 .logosize {
    max-width: 80px;
  }
 .logo {
    padding-top: 7.5px;
    padding-left: 20px;
  }
 .bfh-selectbox {
    width: 60px;
  }
}
