.modal-alert-custom {
    display: table;
}

.label-warning {
    background-color: #fd7e14;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.modal-alert-icon-custom {
    text-align: left;
    margin: 0;
    font-size: 50px;
    vertical-align: middle;
    width: 65px;
}

.modal-alert-message-custom {
    vertical-align: middle;
    display: table-cell;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.file-tags {
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 3px 0;
    display: inline-block;
    font-size: 12px;
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: #495057;
}

    .file-tags:hover {
        box-shadow: 0 1px 0.5rem rgba(0,0,0,0.175) !important;
        background-color: #e6e6e6;
        color: #343a40;
        border-color: #bbc3cc;
    }

    .file-tags a {
        text-decoration: none;
        color: #495057;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
    }

        .file-tags a:hover {
            color: red;
        }

/*Icon Setting for fa-file*/

.fa.fa-file[data-text$=".doc"]:before, .fa.fa-file[data-text$=".docx"]:before {
    content: "\f1c2";
}

.fa.fa-file[data-text$=".xls"]:before, .fa.fa-file[data-text$=".xlsx"]:before {
    content: "\f1c3";
}

.fa.fa-file[data-text$=".pdf"]:before {
    content: "\f1c1";
}

.fa.fa-file[data-text$=".jpg"]:before, .fa.fa-file[data-text$=".jpeg"]:before, .fa.fa-file[data-text$=".png"]:before {
    content: "\f1c1";
}

.selectAllCheckboxLabel {
    margin-left: 192px;
    font-size: 12px;
}

.imageContainer {
    width: 10%;
    height: 10%;
    overflow: hidden;
    text-align: center;
    line-height: 150px;
}

    .imageContainer img {
        max-width: 25%;
        max-height: 25%;
        vertical-align: middle;
    }

.gridImage {
    max-width: 50%;
}

.chat-btn-container {
    min-width: 320px;
    max-width: 320px;
    position: fixed;
    right: -195px;
    bottom: 6px;
}
.asc:after {
    content: ' \2191';
    color: #25a871;
    font-weight: 900;
    font-size: larger;
}

.desc:after {
    content: ' \2193';
    color: #25a871;
    font-weight: 900;
    font-size: larger;
}


/*Used for wraping/breaking the filename if filename is too long.*/

.fileSpan {
    display: block;
    width: 210px;
    word-wrap: break-word;
}

.agentSideBar {
    padding: 0.5rem 0.3rem !important;
    font-size: 0.9rem;
}
.description-resize {
    resize:vertical;
}
.btn-reset {
    display: none;
}
