/*
 * 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
 */
.form-table {
    padding-top: 10px;
    border: none;
}

    .form-table th {
        font-weight: normal;
        background-color: #00acd7;
        color: #ffffff;
        padding: 8px;
        padding-right: 20px;
        text-align: right;
        width: 100px;
    }

    .form-table td {
        font-weight: normal;
        color: #444444;
        background-color: #eeeeee;
        padding: 8px;
        width: 400px;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dc-chart g.row text {
    fill: #454545;
    font-size: 11px;
}

.assigned {
    color: darkgray;
}

.hasComponents {
    font-weight: bold !important;
}

.smart-form .inline-group .checkbox, .smart-form .inline-group .radio {
    float: left;
    margin-right: 5px;
    width: 60px;
}

.red {
    color: red;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
