blob: 90d1507d2c6695f8a99ce49950c96141bcaad194 [file] [log] [blame]
.ng-valid[required], .ng-valid.required {
border-left: 5px solid #42A948; /* green */
}
.ng-invalid:not(form) {
border-left: 5px solid #a94442; /* red */
}
.error{
border-left: 5px solid #a94442;
}
.dateRangePickerIcon:hover{
cursor: pointer;
}
input{
min-width: 200px;
}
.c-token{
background:#337ab7 !important;
}
.alert {
margin: 5px;
}
.shc-table-col{
width: 70px;
vertical-align: top;
}
.shc-table-data{
text-align: left;
}
.curr-resp-label {
color : #337ab7;
}
.curr-new-resp-label {
color : #999999;
}
.important-text {
color: #a94442;
font-style: bold;
}