.content-header .row input + a, .content .row input + a {
    line-height: 34px;
    margin-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
.jumbotron p.small {
    font-size: 15px;
}

.jumbotron {
    margin-bottom: 50px;
}
.label-required:after{
    content:'*';
    color: #ff0000;
    padding-left:5px;
}

textarea.form-control {
    height: 100px;
}

.completed {
    color: #449d44;
    font-size: 20px;
}

.uncompleted {
    color: #dd4b39;
    font-size: 20px;
}
.warned {
    color: #ffa500;
    font-size: 20px;
}

.sidebar-menu.tree .header {
    background: red !important;
    color: white !important;
    text-align: center;
}