.sacs-menu {
    margin-right: 20px;
}

/*
.sacs-customer fieldset{
  margin-left: 20px;
}
.sacs-customer {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}
*/
.sacs-customer img {
    margin-top: 10px;
    margin-bottom: 10px;
    /* float: right*/;
    max-height: 50px;
}

.sacs-customer h3 {
    margin-left: 15px;
}

.sacs-customer p {
    clear: both;
    margin-left: 10px;
    padding: 5px 5px 15px 5px;
    min-height: 20px;
}

.sacs-customer button {
    /*position: absolute;*/
    right: 5px;
    bottom: 5px;
    font-size: 17.5px;
    height: 45px;
}

.sacs-customer a.btn {
    /* float: right; */
    margin-top: 10px;
}

.sacs-product img {
    max-height: 100px;
    /* float: left; */
    padding-right: 5px;
}

ul.sacs-product {
	background-color: transparent;
	margin: 0 0 0px;
}

li.sacs-product {
	vertical-align: middle;
	font-size: 20px;
}

.sacs-product p {
    padding: 5px;
}

.sacs-customer select {
  font-size: 17.5px;
  height: 45px;
}


.sacs-product .accordion-toggle a {
    font-size: 20px;
    width: 100%;
    display: block;
}

.sacs-product.accordion-group {
    margin-left: 20px;
}

.sacs-product .accordion-body {
    clear: both;
}

.sacs-confirm .controls {
    padding-top: 5px;
}
.sacs-confirm .control-group {
  margin-bottom: 0px;
}

.sacs-confirm .control-label {
  font-weight: bold;
}

legend + .sacs-confirm.control-group {
  margin-top: 0px;
}

.sacs-align-middle {
  vertical-align: middle !important;
}

.sacs-footer p {
  clear: both;
  text-align: center;
  color: #999;
}

.controls .help-block {
    margin-top: 10px;
}
