.form-control[aria-invalid='true'] {
    border-color: red;
}

.help-block {
    color: red;
}

form#filter-form button.date-set {
    margin-bottom: 5px;
}

.toggle.btn {
    min-width: 4.0rem !important;
    min-height: 2.0rem;
}

.unlinked-campaign {
    color: #dc3545;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 350px;
    width: 350px;

}

.bootstrap-datetimepicker-widget table td.day {
    font-size: 80%;
}


table#sims-datatable .bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 250px;
}

table#sims-datatable .bootstrap-datetimepicker-widget table th {
    padding: 0;
}

table#sims-datatable .bootstrap-datetimepicker-widget table td.day {
    font-size: 100%;
    padding: 3px;
}


.chart-date{
    max-width: 200px;
}


label[for="chart-date"]{
    font-weight: bold;
    color: black;
}

.show {
    transition: opacity 50ms; // You can play with the 1
}

.rotator-config-weight-adjust, .rotator-weight-adjust {
    color: #2962ff;
    cursor: pointer;

}
.rotator-config-weight-adjust:hover, .rotator-weight-adjust:hover {
    color: #02024f;
}
.rotator-config-weight, .rotator-weight {
    font-size: 24px;
    width: 55px;
}

table#sims-datatable td {
    position: relative;
}

#new-sims-table-row {
    display: none;
}
