body, h1, h2, h3, h4 {
    font-weight: 300
}

a, a:hover {
    color: #533f03;
    font-weight: 700
}

a:hover {
    cursor: pointer
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.ng-valid.required, .ng-valid[required] {
    border-left: 5px solid green
}

.ng-invalid:not(form) {
    border-left: 5px solid red
}

.jh-card {
    padding: 1.5%;
    margin-top: 20px;
    border: none
}

.error {
    color: #fff;
    background-color: red
}

.pad {
    padding: 10px
}

.w-40 {
    width: 40% !important
}

.w-60 {
    width: 60% !important
}

.break {
    white-space: normal;
    word-break: break-all
}

.readonly {
    background-color: #eee;
    opacity: 1
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: 1rem
}

.hand, [jhisortby] {
    cursor: pointer
}

.alerts .alert {
    text-overflow: ellipsis
}

.alerts .alert pre {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0
}

.alerts .alert .popover pre {
    font-size: 10px
}

.alerts .toast {
    position: fixed;
    width: 100%
}

.alerts .toast.left {
    left: 5px
}

.alerts .toast.right {
    right: 5px
}

.alerts .toast.top {
    top: 55px
}

.alerts .toast.bottom {
    bottom: 55px
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%
    }
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding {
    padding: 0 !important
}

.width-min {
    width: 1% !important
}

.flex-btn-group-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.row.jh-entity-details > dd {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .row.jh-entity-details > dt {
        margin-bottom: 15px
    }

    .row.jh-entity-details > dd {
        border-bottom: 1px solid #eee;
        padding-left: 180px;
        margin-left: 0
    }
}

.carousel, .nav, .pagination, .panel-title a {
    cursor: pointer
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default, .uib-datepicker-popup > li > div.uib-datepicker > table .btn-default {
    border: 0
}

.datetime-picker-dropdown > li.date-picker-menu div > table:focus, .uib-datepicker-popup > li > div.uib-datepicker > table:focus {
    outline: none
}

.thread-dump-modal-lock {
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
