﻿.hriscontent {
    max-height: calc(100vh - 185px);
    width: calc(100% - 0px);
    overflow: auto;
    border-radius: 8px;
}
/* Common styles for .csstextbox */
.hristext {
    border: 1px solid #fcfcfc;
    border-radius: 5px;
    box-shadow: inset 0px 0px 1px 0px #a020f0;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    height: 20px;
    padding: 0 5px;
    top: 0px;
    left: 1px;
    margin-bottom: 1px;
}

    .hristext:hover {
        border: 1px solid #af9802;
        background-color: #FFFFCC;
        box-shadow: inset 0px 0px 1px 0px #000;
        font-size: 8pt;
    }

    .hristext:disabled,
    TextBox[disabled] {
        border: 1px solid #fcfcfc;
        background-color: #fcfcfc;
        box-shadow: inset 0px 0px 1px 0px #a020f0;
        cursor: not-allowed;
        font-size: 8pt;
    }

.hrisddl {
    border: 1px solid #fcfcfc;
    border-radius: 3px;
    box-shadow: inset 0px 0px 1px 0px #a020f0;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 0 5px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 1px;
}

    .hrisddl:hover {
        border: 1px solid #af9802;
        background-color: #FFFFCC;
        box-shadow: inset 0px 0px 1px 0px #af9802;
    }

    .hrisddl:disabled,
    TextBox[disabled] {
        border: 1px solid #fcfcfc;
        background-color: #fcfcfc;
        color: #000;
        box-shadow: inset 0px 0px 1px 0px #a020f0;
        cursor: not-allowed;
    }