*, table tr td, p, p strong {
  font-family: 'Open Sans', 'Calibri', Arial, sans-serif;
}
select, select option {
  font-family: 'Open Sans', 'Calibri', Arial, sans-serif;
}
.grey {
  color: #555 !important;
}
h1.main,
.tab-pane h3,
.modal-title,
h4.orange-heading {
  color: #555;
  font-size: 20px;
  margin-bottom: 16px;
  font-family: 'Open Sans';
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
h1.main i {
  color: #f4b124;
}

h4.orange-heading {
  color: #FF9933;
  font-size: 14px;
  border-bottom: none;
  margin-bottom: 0;
}

.tabs-left > li, 
.tabs-right > li {
  margin-bottom: 1px;
}

#vas-tabs.nav-tabs li a {
  border: none;
  color: #fff;
}

#vas-tabs.nav-tabs li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#vas-tabs.nav-tabs li.active a {
  font-style: italic;
  padding-left: 28px;
  font-weight: 500;
}

.vas-definition {
  background-color: #66CCFF !important;
}
.vas-grey {
  background-color: #ddd !important;
  color: #555 !important;
}
.vas-input {
  background-color: #4F81BD !important;
}
.vas-input-additional {
  background-color: #FF0000 !important;
}

.tab-pane h3 {
  font-size: 16px;
}

.tab-pane table {
  font-size: 90%;
}

.table tr.no-bottom-border td {
  border-bottom-color: #fff;
}

.vas-cell-total {
   text-align:center;
   font-weight: 700;
}
.vas-cell-total span {
  /* position: relative;
  top: 10px; */
  vertical-align: middle !important;
}

.vas-cell-boxed {
  vertical-align: middle !important; 
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.vas-cell-dark-blue {
  background-color: #1A30A0 !important;
  color: #fff;
}

.vas-cell-dark-yellow {
  background-color: #FFC000 !important;
  border-color: #FFC000 !important;
}

.vas-cell-light-blue {
  background-color: #CCFFFF !important;
  /* border-color: #CCFFFF !important; */
}

.vas-cell-med-yellow {
  background-color: #ffff66 !important;
}

.vas-cell-black {
  background-color: #000 !important;
}

.vas-cell-black td {
   color: #fff;
}

.vas-cell-mustard {
  background-color: #F8FEBE !important;
}

.vas-cell-mustard-dark {
  background-color: #E9E7A3 !important;
}

.form-control.input-req {
  background-color: #fff;
  border-color: #cc0000;
  text-align: center;  
}

table tr.bold-bottom-border td,
td.bold-bottom-border {
  border-bottom: 2px solid #000 !important;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.modal h4 {
  border-bottom: none;
  margin-bottom: 4px;
}

.table textarea.form-control {
  font-size: 90% !important;
  height: 100px !important;
  padding: 4px;
}
.table textarea.form-control.small {
  height: 70px;
}

.table tr td.tall-textarea textarea {
  height: 250px !important;
}

.cd-top {
  display: inline-block;
  height: 40px;
  line-height: 60px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #fff;
  background-color: #b92c28;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .9s 0s, visibility 0s 0s;
  -moz-transition: opacity .9s 0s, visibility 0s 0s;
  transition: opacity .9s 0s, visibility 0s 0s;
  color: #fff !important;
  text-decoration: none;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
 opacity: 0.96;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.cd-top:hover {
  background-color: #cc0000;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 200px;
    right: 10px;
    bottom: 10px;
  }
}

#ajax-result {
  margin-top: 12px;
  border-left: 4px solid #444;
  clear: both;
  padding: 10px 20px;
  display: none;
}

table#skuProfilesTable tr td input {
  text-align: center;
}

table#skuProfilesTable tr td a.btn {
  padding: 6px !important;
  background-color: #d9534f; 
  border-color: #d43f3a;
}

input, 
select, 
textarea,
.chosen-container {
	border: 1px solid #cc0000 !important;
	border-radius: 0 !important;
}