.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: inherit;
}

.login {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.navbar-brand > {
    display: inline-block;
    float: left;
}

.navbar-brand > img {
    display: inline-block;
    float: left;
    padding: 0 15px 0 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /* correct some ugly indentations */
    padding-right: 5px;
    padding-left: 0px;
}

.panel-group {
    /* left-side menu */
    float: left;
    padding-right: 40px;
}

.tab-content > .active {
    /* soace between the tab title and the first form element */
    padding-top: 20px;
}

.row {
    /* avoiding problems of unallignment caused by different css in different directives */
    margin-left: 0px;
}

.page-header {
    /* Header of each model */
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.list-group-item:nth-child(even) {
    background-color: #f6f6f6;
}

.has-success .control-label {
    color: black;
}

.time .form-control{
    width: 20%;
}

.time label{
    font-size: small;
}

sf-decorator div h3 {
    /* avoid duplicated titles in array of objects */
    counter-reset: index;
}

bootstrap-decorator div h3 { /* first element of the group */
    /* avoid duplicated titles in array of objects */
    counter-reset: index;
}

ol sf-decorator legend {

}

ol sf-decorator legend::after {
    /* avoid duplicated titles in array of objects */
    content: " " counters(index, ".");
    counter-increment: index;  /* Add 1 to chapter */
}

.ui-select-match-text > span {
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
}