/*
 * Copyright 2016 Apperian, Inc.  All Rights Reserved.
*/
/* this file used only by ie <= 8 and gecko browsers */

.bootstrapIntegrationButton input[type="button"],
.bootstrapIntegrationButton input[type="file"],
.bootstrapIntegrationButton input[type="submit"],
.bootstrapIntegrationButton button {
    border: 1px solid #666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#d0d0d0');
    background: linear-gradient(to bottom, #ffffff, #d0d0d0); /* gecko */

    font-size: 13px;
    padding: 2px 8px 2px 8px;
    border-radius: 4px;
    color: #000;
}

.bootstrapIntegrationButton input[type="button"]:disabled,
.bootstrapIntegrationButton input[type="file"]:disabled,
.bootstrapIntegrationButton input[type="submit"]:disabled,
.bootstrapIntegrationButton button:disabled {
    color: #808080;
}

.bootstrapIntegrationButton select,
.bootstrapIntegrationButton input,
.bootstrapIntegrationButton optgroup,
.bootstrapIntegrationButton textarea {
    color: #000;
}

.bootstrapIntegrationButton input {
    background-image: none;
    color: #000;
}

.policySection label {
    position: relative;
    left: 3px;
    bottom: 2px;
}

.signingSection label {
    position: relative;
    left: 3px;
}

.enabledByDefaultSection label {
    position: relative;
    left: 3px;
}

#appPoliciesContainer label {
    font-weight: normal;
}

.dataTables_length label {
    font-weight: normal;
}

.dateFilterBar label {
    font-weight: normal;
}

#dateFilterTitle {
    font-weight: bold;
}

#reportTable_filter label {
    font-weight: normal;
}

.noPaddingBootstrapTable tr td {
    padding-left: 0 !important;
}
