.snapScanButton {
  width: 330px;
  border: #135992;
  font-size: 12px;
  border-radius: 4px 4px 4px 4px;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 10px 10px;
  height: 250px;
  cursor: pointer;
  background-color: #135992;
  color: #ffffff;
  animation: standardButton 0.5s linear;
}

.snapScanOutstanding {
  width: 120px;
  border: #135992;
  font-size: 12px;
  border-radius: 4px 4px 4px 4px;
  font-weight: normal;
  margin-left: 90px;
  padding: 10px 10px 10px 10px;
  height: 250px;
  cursor: pointer;
  background-color: #135992;
  color: #ffffff;
  animation: standardButton 0.5s linear;
}

.mpesaButton {
  width: 100px;
  height: 60px;
  text-decoration: none;
  border: #689f38;
  font-size: 12px;
  border-radius: 4px 4px 4px 4px;
  font-weight: normal;
  margin-left: 10px;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  background-color: #689f38;
  color: #ffffff;
}

.mpesaChangeNumber {
  width: 350px;
  height: 250px;
  border: #689f38;
  font-size: 12px;
  margin-left: 50px;
  border-radius: 4px 4px 4px 4px;
  font-weight: normal;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  background-color: #689f38;
  color: #ffffff;
}

.creditButton {
  width: 120px;
  border: #FFA500;
  font-size: 12px;
  border-radius: 4px 4px 4px 4px;
  font-weight: normal;
  margin-left: 85px;
  padding: 10px 10px 10px 10px;
  height: 250px;
  cursor: pointer;
  background-color: #FFA500;
  color: #ffffff;
}

.snapScanButton:hover {
  background-color: #467FAB;
}


.gwt-Image-snap {
  border-radius: 2px 2px 2px 2px;
  /*margin-left: 20px;*/
  margin-top: 5px;
}

.outstanding-images {
  border-radius: 2px 2px 2px 2px;
  /*margin-left: 20px;*/
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: 70px;
}

/*.radio {*/
/*  !*margin-left: 150px;*!*/
/*  margin-bottom: 15px;*/
/*}*/

/*.radio-snap {*/
/*  margin-left: 90px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.radio-mpesa {*/
/*  margin-left: 120px;*/
/*  margin-top: 10px;*/
/*}*/

.gwt-DialogBox_ .Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
}

.gwt-DialogBox_ .dialogContent {
}

.gwt-DialogBox_ .dialogMiddleCenter {
  padding: 3px;
  background: white;
}

