body {
    padding-top: 60px !important;
}

body, p, td {
    font-size: 90% !important;
}

.container-fluid > .sidebar {
    width: 120px;
}

.container-fluid > .content {
    margin-left: 140px;
}

tfoot {
    background-color: #666666;
}

    tfoot * {
        font-weight: bold;
        color: white;
    }

.actions {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    /*width:400px;*/
}

.actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 20px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.actions .secondary-action {
    float: right;
}

.actions .secondary-action a {
    line-height: 30px;
}

.actions .secondary-action a:hover {
    text-decoration: underline;
}

/*form*/
label {
    width: 90px;
}

form .input {
    margin-left: 100px;
}

fieldset legend {
    padding-left: 100px;
}

.accordion-heading {
    background-color: #1C7EBB !important;
}

