/*
 * Use this css as a global stylesheet file for all backoffice related style. DO NOT INLINE THEM!!
 */

.no-border {
    border-style: none !important;
}

.float_center {
    text-align: center;
}

.flow-display {
    overflow: auto;
    width: 80%;
    white-space: pre-line;
    max-height: 400px;
}

.fieldset-border {
    padding-left: 20px;
    margin-bottom: 10px;
    border: 1px solid;
}

.legend-border {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
}

legend {
    font-weight: bold;
}

.note-column {
    width: 65%;
}
.note-creation-date-column {
    width: 20%;
}

.note-user-id-column {
    width: 15%;
}

.document-creation-date-column {
    width: 14%;
}

.document-type-column {
    width: 12%;
}

.document-actions-column {
    width: 9%;
}

.document-country-column, .document-status-column, .document-associated-column {
    width: 7%;
}

.ui-datatable .ui-datatable-tablewrapper {
    overflow: visible;
}

textarea {
    resize: none;
}

.popover.idology-details {
    width: auto;
    max-width: 1200px;
}

.ui-datatable table {
    table-layout: auto;
}

.originalKycInformation {
    margin-top: 1em;
}

@media (max-width: 1258px) {
    .dl-horizontal dt {
        width: 90px;
    }
    .dl-horizontal dd {
        margin-left: 100px;
    }
    .form-horizontal .control-label {
        width: 90px;
    }
    .form-horizontal .controls {
        margin-left: 100px;
    }
    .form-horizontal .form-actions {
        padding-left: 100px;
    }
    .input-large {
        width: 140px;
    }
    .pf select {
        width: 140px;
        min-width: 140px;
    }

    input[type="file"] {
        width: 180px;
    }
}

.fileupload-buttonbar .fileinput-button .ui-button-text {
    padding-left: 1em !important;
}

.required-after:after {
    content: " *";
    color: red;
}
