*[notnullmess]:not([notnullmess=""]) {
    border-left: solid 2px darkred !important;
}

div[tipo="_radiobuttongroup"] > div > label {
	white-space: nowrap;
}

input[tipo="_suggestinput"], div[tipo="_suggestinput"] > input {
	width: 100%;
}

.form-control-ddw input {
    border: none !important;
    height: 25px !important;
    width: 100% !important;
}

.system-alerts div {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.system-alerts .pipe {
    border-left: solid 2px darkred;
    padding-left: 3px;
}

.alert {
    padding: 10px !important;
    margin-bottom: 0px !important;
}

.alert-section {
    background: #ffffff;
    padding: 5px 0px;
}

.alert-dismissable {
	right: 0 !important;
}

.alert-dismissable .close {
  right: 0px !important;
}