/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.shipment_status.pending {
  background-color:#b00000;
  color:#ffffff;;
}

.shipment_status.delivered {
  background-color:#d0d000;
  color:#ffffff;;
}

.shipment_status.closed {
  background-color:#008000;
  color:#ffffff;;
}

.input-addon-btn {
    color: white !important;
    background-color: rgb(53, 152, 220) !important;
}

.input-addon-btn a {
    text-decoration: none !important;
    color: white;
    font-family: sans-serif !important;
}

.input-addon-btn span {
    font-family: 'Open sans',sans-serif;
    margin-left: 5px;
}

/* Form errors */
form .error, form .form-error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}


.alert-error {
  background-color: #F3565D;
  border-color: #f13e64;
  color: white;
}
.alert-error hr {
  border-top-color: #f02651;
}
.alert-error {
  color: #fccfd1;
}
