/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.center-block {
    float: none !important
}

.select2-container {
    border: 0 !important;
    padding: 0 !important;
}

.nav-tabs > li > a .label {
    opacity: 1 !important;
}

.inline-block {
    display: inline-block !important;
}

.select2-container {
    vertical-align: baseline !important;
}

.badge > a {
    color: #fff;
    text-decoration: underline;
}

.width-100 {
    width: 100px !important;
}

.header-dropdown-list > li > .dropdown-toggle {
    text-decoration: none;
}

#logo img {
    width: initial !important;
    height: initial !important;
    padding-left: 3px;
}

#login #header #logo img {
    width: initial !important;
}

.formset table tbody td {
    vertical-align: middle; /* center checkbox vertically */
}

.formset [data-formset-delete-button] {
    margin-top: 20px;
}

.formset .tr {
    margin-bottom: 5px;
}

table .sort {
    text-align: right;
    cursor: pointer;
    width: 10px;
    line-height: 1 !important;
}

.formset table .sort {
    padding-top: 30px;
}

.formset .has-error .help-block {
    position: absolute;
    margin-top: -5px;
}

table.sortable th:first-child {
    width: 10px;
}

table.sortable td {
    vertical-align: middle !important;
}

.center-vertical {
    vertical-align: middle;
    display: inline-block;
}