.nav {
    -webkit-font-smoothing: antialiased;
}
.nav > li > a {
    color: #a7b1c2;
    font-weight: 400 !important;
}

.content-header {
    background: transparent none repeat scroll 0 0;
    padding: 15px 15px 0;
    position: relative;
}

.content-header > h1 {
    font-size: 18px;
    margin: 0;
}

.page-heading {
    border-top: 0 none;
    padding: 0 10px 15px;
}

.content-header > .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 2px;
    float: right;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 6px 0;
    position: absolute;
    right: 2px;
    top: 12px;
}

label {
    font-weight: normal !important;
}

.dt-for-input {
    background-color: ivory;
}

.img-circle {
    height: auto;
    max-width: 50px;
}

.dt-for-input input {
    background: transparent none repeat scroll 0 0;
    width: 40px !important;
    margin: 0 !important;
    border: 0;
}

.btn {
    font-weight: 300 !important;
}

.chosen-container-single .chosen-single {
    line-height: 28px !important;
    padding: 0 0 0 8px !important;
}

.ui-dialog {
    border-radius: 3px !important;
    font-size: 13px;
}

.ui-dialog-title {
    padding: 12px !important;
}

h3, h4, h5 {
    font-weight: normal;
}