.input-group-addon {
	min-width: 64px;
}

.form-group .col-sm-12 {
	margin-bottom: 10px;
}

.table-option {
	cursor: pointer;
	font-size: 20px;
	margin: 0px 5px;
}

.table-option:hover {
	text-shadow: 0px 0px 3px #3F51B5;
}

.sa-button-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.sa-button-container .cancel {
    -webkit-order: 2;
            order: 2;
}
.sa-button-container .sa-confirm-button-container {
    -webkit-order: 1;
            order: 1;
}

.nowrap {
    white-space: nowrap;
}
.clearleft{
	clear: left;
}