form.prettyform td, form.prettyform th {
    vertical-align: top;
}

form.prettyform.center th, form.prettyform.center td { 
    text-align: center;
}

body.loading, body.loading * {
    cursor: progress !important;
}

.jumbotron .inset {
    text-shadow: White 0px 1px 0, lightGray 0 -2px 0;
    color: #EEE;
}

#user_menu_trigger input {
    width: 95%;
    margin-bottom: .5em;
}

#user_menu_trigger .bootstrap-switch {
    margin-bottom: .5em;
}

#user_menu_trigger input:last-child { 
    margin-bottom: 0.1em;
}

/* Style overrides for basic bootstrap-select */
.bootstrap-select li a.unselectable {
    font-style: italic;
    opacity: 0.8;
}

.bootstrap-select li a.unselectable:hover {
    background-color: transparent;
    cursor: inherit;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a.unselectable i {
    display: none;
}

.form .bootstrap-select, .form .input-group {
    margin-bottom: 10px;
}

table.table.no-border tr td, table.table.no-border tr th, table.table tr.no-border td, table.table tr.no-border th, .panel .table tr th {
    border-top: 0px;
}
