/* overrides to default admin style */

a:active,
a:focus {
    outline: none;
}
.sidebar-nav {
    padding: 9px 0;
}

.control-group input[type=text],
.control-group input[type=password] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height: 28px;
}

.control-group select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.control-group select:not([multiple]) {
    height: 28px;
}

.controls > p {
    padding-top: 5px;
}
.selector .selector-filter label {
    display: none;
}
.selector h2 {
    font-size: 100%;
    margin: 0;
}
.checkbox{
    padding-bottom: 5px;
}
.checkbox label {
    margin-bottom: -20px;
}
fieldset.collapse {
    height: inherit;
}
.add-row {
    margin-bottom: 20px;
}
legend a:hover {
    text-decoration: none;
}

.wide label {
    width: auto !important;
}

/* change_list actions */
.actions select {
}

.tooltip.in {opacity: 1} /* Hard to see against black text otherwise */

.tooltip {
  font-size: 14px;
}

.checkbox.pop {
  max-width: 4px;
}
