.error-message {
	color: #ff0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.zipError{
	color: #ff0000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.left-border {
    border-left:solid 1px #dddddd;
}

.ui-dialog-buttonset{
   width: 100%;
   display: flex;
   display: -webkit-flex;
   text-align: center;
   justify-content: center;
}
input[type=checkbox] {
  transform: scale(1.3);
}


.sortableArea {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-state-default {
    margin: 0 3px 3px 3px;
    padding: 0.3em;
    padding-left: 1em;
    font-size: 15px;
    font-weight: bold;
	height: 2.2em;
}

.ui-state-highlight {
    height: 2.2em;
    border: dotted 2px #0000ff;
}