﻿body {
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-family: Arial, Tahoma, 'Segoe UI' !important;
}

legend {
    font-size: 11pt;
    font-family: Arial, Tahoma, 'Segoe UI' !important;
}

.ws_preline {
    white-space: pre-line;
}

.hr-dxc {
    border: 1px solid rgba(95, 36, 159, 0.6);
}

.text-wrap-sg {
    /*use with width in px*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-fix-line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

a {
    color: rgba(95, 36, 159, 0.6);
}

    a:hover {
        color: rgba(95, 36, 159, 0.8);
    }

.text-color-dxc-80 {
    color: rgba(95, 36, 159, 0.8);
}

.text-color-dxc {
    color: rgba(95, 36, 159, 1);
}

.input-group-text-dxc {
    color: rgba(95, 36, 159, 1);
    background-color: rgba(95, 36, 159, 0.2);
    border: 1px solid rgba(95, 36, 159, 1);
}

.form-control-dxc {
    border: 1px solid rgba(95, 36, 159, 1);
}

label.tab-dxc {
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    cursor: pointer;
    background-color: #eee8f4; /*0.1 dxc*/
}

    label.tab-dxc:hover {
        background-color: #dfd3ec; /*0.2 dxc*/
    }

.pointer {
    cursor: pointer;
}

.pointer-hl {
    padding: 5px;
}

    .pointer-hl:hover {
        background: rgba(95, 36, 159, 0.1);
    }

div.advance_search {
    border: solid 1px rgba(95, 36, 159, 1);
    border-radius: 5px;
}

div.caption {
    width: 100%;
    padding: 4px;
    color: white;
    font-weight: bold;
    background-color: rgba(95, 36, 159, 0.2);
    border: solid 2px rgba(95, 36, 159, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.circle_cancel {
    background: #ff0000;
    color: white;
    width: 24px;
    height: 24px;
    padding-top: 3px;
    margin: 4px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    display: inline-block;
}

.text-indent-1 {
    text-indent: 10px;
}

.text-indent-2 {
    text-indent: 20px;
}

.text-indent-3 {
    text-indent: 30px;
}
