Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
//DATE + TIME SPINNER
@import "controls/simple/accessibledatepicker/accessibleDatePicker";
//REQUIRED
.required-field {
color: #d60000;
}
//VALIDATION SUMMARY
.validation-summary {
margin-bottom: 10px;
color: #cc0000;
h5 {
margin-top: 0;
color: #cc0000;
}
}
//TEXTAREA
.input-textarea-field {
resize: none;
width: 100%;
min-height:34px;
}
//RANGE
.input-range {
width: 100%;
padding-bottom: 12px;
overflow: visible;
.edge-value-wrapper,
.current-value-wrapper {
position: relative;
}
.value {
position: relative;
}
.min {
position: absolute;
color: black;
opacity: 0.5;
}
.max {
float: right;
color: black;
opacity: 0.5;
}
.input-range-instruction {
padding: 3px;
}
.range {
position: relative;
background-color: #404041;
height: 5px;
border-radius: 5px;
width: 100%;
top: 5px;
.thumb {
position: relative;
background-color: #2e628a;
width: 20px;
height: 20px;
border-style: double;
border-color: #404041;
border-width: 5px;
border-radius: 50%;
top: -6px;
}
.range-control {
position: absolute;
padding-top: 5px;
padding-bottom: 5px;
top: -9px;
width: 100%;
opacity: 0.0;
}
.disabled {
opacity: 0.75;
}
}
}
//RADIO + CHECKBOX
.input-group-radio,
.input-group-checkbox {
border: 1px solid #ccc;
box-sizing: border-box;
padding: 10px 20px;
.input-group-radio-button {
margin-left: 1px;
}
}
.input-inline-radio {
margin-left: 20px;
&:first-child {
margin-left: 16px;
}
}
//DATE + TIME
date-control,
time-control {
display: inline-block;
}
date-control label,
time-control label {
margin-bottom: 0;
font-size: 14px;
}
.form-control~.input-group-btn button {
height: 34px;
}
.form-control~.input-group-btn button i {
font-size: 20px;
}
.date-range-form {
padding: 10px 0px;
background-color: #f1f1f1;
border-bottom: 1px solid #BABABA;
}
.inline-wrap {
display: inline-block;
vertical-align:bottom;
}
.date-time-entry {
width: 147px;
.input-group-btn {
width: 37px;
}
label {
font-weight: 700;
}
}
.date-range-control {
margin-bottom:12px;
div > div.end-date {
margin-left: 20px;
}
div > div > label {
margin-bottom: 0 !important;
}
}
.date-time-entry.hidden-label label {
@extend .sr-only;
}
// BUTTON
.btn-delete-spacing {
padding-top: 20px;
}
//NOTIFICATION
.notification-sections {
.label-container {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-justify-content: flex-start;
justify-content: flex-start;
align-items: center;
.label-icon {
align-self: flex-start;
font-size: 16px;
}
.label-text {
align-self: flex-start;
font-size: 14px;
}
.status-radio-buttons {
padding-left: 0;
display: inline;
position: relative;
float: left;
}
}
div.notification-options {
div.checkbox {
margin-top: 0.3em;
}
fieldset > label {
width: 100%;
}
fieldset > legend {
font-weight: 400 !important;
}
}
.date-time-entry label {
font-weight: 400 !important;
}
}
.inline-block {display:inline-block}
@media only screen and (max-width: 767px) {
.sm-no-padding {
padding:0;
}
.date-range-control {
margin-bottom:12px;
div > div.end-date {
margin-left: 0;
}
}
}