/* Modal Content/Box */
.modal_ggp {
  position: fixed; 
  left: 0;
  top: 0;
  border: 1px solid #888;
  width: 500px;
  z-index: 99999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #E3E4E5;
}
.modal_ggp__quote {
  display: block !important;
  transition: all 0.2s linear;
  height: 205px;
}
.modal_ggp-header {
  font-weight: bold;
  width: 100%;
  padding: 11px;
  cursor: default;
}
.modal_ggp-header-close {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.modal_ggp-header-close:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
  cursor: pointer;
}
.modal_ggp-content {
  padding: 10px;
  background-color: #FFF;
  color: #636363;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.modal_ggp-content input[type=text] {
  width: 200px;
  height: 23px;
}
.modal_ggp-content button {
  padding: 9px;
  background: #FFFFFF;
  border: 1px solid #E3E4E5;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.modal_ggp-content button:hover {
  background: #FFEBE0;
}
.modal_ggp-content button:disabled {
  background: #E3E4E5;
}
.modal_ggp-content > div {
  padding: 10px;
  margin: 5px;
  border: 1px solid #E3E4E5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.quote_manager {
  text-align: center;
}

input[name=quote_id] {
  margin: 0 5px;
  border: 0;
  font-size: 18px;
}

/*# sourceMappingURL=quotation_manager_cart.css.map */
